
<!--
function sendpage()
{
mail_str = "mailto:?subject= " + document.title;
mail_str += "&body=meine Website-Empfehlung: "
+ document.title;
mail_str += " " + location.href;
location.href = mail_str;
}
//-->