function mail(an,dn,en,link){
	document.write("<a href=\"mailto:"+an+"@"+dn+"."+en+"\" title=\"send eMail\">"+link+"</a>");
}

