function sendpage()
{
mail_str = "mailto:?subject= Seitenempfehlung marktresearch.de";
mail_str += "&body=" + document.title;
mail_str += ". Hier ist die Adresse: " + location.href;
location.href = mail_str;
}
