<!--
if ( top.location != location )
    top.location.href = document.location.href;
//-->
<!--
   function mail_de()
   {
   tipp = "mailto:?subject= Surftipp: " + document.title;
   tipp +=  "&body=Hier gibt's interessante Informationen: '" + document.title;
   tipp +=  "'. Die Adresse lautet: " + location.href;
   location.href = tipp;
   }
//-->
<!--
   function mail_en()
   {
   tipp = "mailto:?subject= Webtip: " + document.title;
   tipp +=  "&body=There are some interesting informations here: '" + document.title;
   tipp +=  "'. The address is: " + location.href;
   location.href = tipp;
   }
//-->