
 function em(name,domain)
 {
	document.location.href= 'mailto:'+name+'@'+domain;
 }
