function email(name,domain,text){
	document.write("<a href='mailto:" + name + "@" + domain + "'>"+ text +"</a>");
}