var servername="a"+"c"+"e"+"e"+"."+"d"+"e";
function mailMe (kuerzel) {
	document.location.href="mailto:"+kuerzel+"@"+servername;
}

