function showemail(box,domain){
	document.write('<a href="mailto:'+box+'@'+domain+'" class="main">'+box+'@'+domain+'</a>');
}
