function sendpage()
{
mail_str = "mailto:?subject= Webseitenempfehlung: " + document.title;
mail_str += "&body=Ein interessantes Weiterbildungsangebot: " + document.title;
mail_str += ". Hier ist die Adresse: " + location.href;
location.href = mail_str;
}



