<!--
 function sendpage(){
    mail_str = "mailto:?subject=" + document.title;
    mail_str += "&body=Ich habe eine interessante Webseite gefunden: " + document.title;
    mail_str += ". Hier ist die Adresse: " + location.href;
    location.href = mail_str;
 }

 function addbookmark() {
  bookmarkurl="http://www.mbraetz.de/?go=krypto";
  bookmarktitle=document.title;
  if (document.all) {
    window.external.AddFavorite (bookmarkurl,bookmarktitle)
  }
  else
  {
    window.sidebar.addPanel (bookmarktitle,bookmarkurl,"");
  }
}
-->

