function sendpage()
{
mail_str = "mailto:?subject= " + document.title;
mail_str += "&body=Schau dir diese Seite einmal an! Sie heißt: " + document.title;
mail_str += ". Hier ist die Adresse: " + location.href; 
location.href = mail_str;
}

