function mailpage()
{
mail_str = "mailto:?subject=Empfehlung " + document.title;
mail_str += "&body=Interessierst Du dich für " + document.title;
mail_str += "? " + location.href; 
location.href = mail_str;
}


