function send ()
{
var m1 = "info";
var m2 = "sozialjob.com";
var adresse = m1 + "@" + m2;
location.href = "mailto:" + adresse;

}
