function writeMail(usr,domain)
{
	document.write('<a href="mailto:'+usr+'@'+domain+'.net">'+usr+'@'+domain+'.net</a>');	
}