<!-- Begin
function sendpage()
{
mail_str = "mailto:?subject=Interessanter Artikel&body=" + document.title;
mail_str += ". Ich glaube, die Seite ist einen Besuch wert. Hier ist die Adresse: " + location.href; 
mail_str += " Viele Grüße,"
location.href = mail_str; 
}
//  End -->

