function mailpage()

{

  mail_str = "mailto:?subject=Mein Tipp: " + document.title;
  mail_str += "&body=Zu finden unter http://www.thermengutscheine.at";
  location.href = mail_str;

}