function verschicken(){
	var m1 = "info";
	var m2 = "magic-spirits.com";
	var adresse = m1 + "@" + m2;
	location.href ="mailto:" + adresse;
}