function empfehlen() {
 var turl = location.href;
 mail_str = "mailto:?subject= renntor.de | " + document.title;
 mail_str += "&body=Hier gibt es eine interessante Seite: \n" + document.title;
 mail_str += ".\n\n Die Adresse lautet: \n" + turl;
 location.href = mail_str;
}