function verschicken ()
{
var m1 = "ekropp";
var m2 = "webstueck.de";
var adresse = m1 + "@" + m2;
location.href = "mailto:" + adresse;

}