<!--
function bookmarkIt() { 
  var bookmarktitle = document.title;
  var bookmarkurl = document.location;

  if (window.sidebar&&window.sidebar.addPanel) { 
    window.sidebar.addPanel(bookmarktitle, bookmarkurl,""); 
  } else if (document.all) {
    window.external.AddFavorite(bookmarkurl, bookmarktitle);
  } else if (window.opera && window.print) {
    return true;
  }
}
//-->

<!--
function sendpage()
{
mail_str = "mailto:?subject=Hochzeit ~ Tolle Tipps und Infos gefunden..."
mail_str += "&body=Hallo,"
mail_str += "%0Aich habe im Internet eine gute Hochzeitsseite entdeckt."
mail_str += "%0AVielleicht ist das ja was f%FCr Dich?!"
mail_str += "%0A%0AHier ist der direkte Link...%0A" + location.href;
mail_str += "%0A%0ALiebe Gr%FCsse und viel Spass!"
location.href = mail_str;
}
//-->

