function writeMail(mail,domain){

	document.write("<a href='mailto:"+mail+"@"+domain+"'>"+mail+"@"+domain+"</a>");

}