function MailLink( name, dom, text ){
	at = "@"
	document.write("<a class='main' href='mailto:"+name+""+at+""+dom+"'>"+text+"</a>")  
}
