
function em(e1, e2){
	document.write('<a href="mailto:'+e1+'@'+e2+'">'+e1+'@'+e2+'</a>');
}
