pre_part='tdienste';
post = document.location.hostname;
var teile = post.split(".");
if(teile[0] == "www") {
	post = teile[1] + "." + teile[2];
}
mail = pre_part + String.fromCharCode(64) + post;

