
function CloakMail( name, server, domain) {
	window.location.href="mailto:"+name+"@"+server+"."+domain;
}									 