function insertMail(acc, svr, dom)
{
	document.write('<a href="mailto:'+acc+'@'+svr+'.'+dom+'">'+acc+'@'+svr+'.'+dom+'</a>');
}
 

