/* Erzeugt die Email Adresse */
erstelleEmail = function(name,host){
	document.location.href='mailto:'+name+'@'+host;
}