function sendpage()
{
  mail_str = "mailto:?subject= Empfehlung: " + escape(document.title);
  mail_str += "&body= Sieh dir mal diese Website an: " + escape(document.title);
  mail_str += ". Hier ist die Adresse: " + escape(location.href);
  location.href = mail_str;
}
function bookmark() {
  title = 'Schlemmen & Sparen';
  url = 'http://wwww.schlemmenundsparen.de';

  // Browser: Firefox
  if (window.sidebar) {
    window.sidebar.addPanel(title, url, '');
  }

  // Browser: IE
    else if( window.external) {
    window.external.AddFavorite( url, title);
  }
  // Browser: Opera
  else if(window.opera && window.print) {
  var hlpr = document.createElement('a');
  hlpr.setAttribute('href',url);
  hlpr.setAttribute('title',title);
  hlpr.setAttribute('rel','sidebar');
  hlpr.click();
  }
}
function writeSocialBookmarks() {
  document.write("<a rel=\"nofollow\" style=\"text-decoration:none;\" href=\"http://www.mister-wong.de/\" onclick=\"window.open('http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+encodeURIComponent(location.href)+'&amp;bm_notice=&amp;bm_description='+encodeURIComponent(document.title)+'&amp;bm_tags=');return false;\" title=\"Bookmark bei: Mr. Wong\"> <img style=\"padding-bottom:1px; border: 0px\" src=\"http://www.social-bookmark-script.de/img/bookmarks/wong.gif\" alt=\"Bookmark bei: Mr. Wong\" name=\"wong\"  id=\"wong\" /></a>");
  document.write("<a rel=\"nofollow\" style=\"text-decoration:none;\" href=\"http://www.favoriten.de/\" onclick=\"window.open('http://www.favoriten.de/url-hinzufuegen.html?bm_url='+encodeURIComponent(location.href)+'&amp;bm_title='+encodeURIComponent(document.title));return false;\" title=\"Bookmark bei: Favoriten\"> <img style=\"padding-bottom:1px; border: 0px\" src=\"http://www.social-bookmark-script.de/img/bookmarks/favoriten.gif\" alt=\"Bookmark bei: Favoriten\" name=\"Favoriten\" id=\"Favoriten\" /></a>");
  document.write("<a rel=\"nofollow\" style=\"text-decoration:none;\" href=\"http://www.linkarena.com/\" onclick=\"window.open('http://linkarena.com/bookmarks/addlink/?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;desc=&amp;tags=');return false;\" title=\"Bookmark bei: Linkarena\"> <img style=\"padding-bottom:1px; border: 0px\" src=\"http://www.social-bookmark-script.de/img/bookmarks/linkarena.gif\" alt=\"Bookmark bei: Linkarena\" name=\"Linkarena\" id=\"Linkarena\" /></a>");
  document.write("<a style=\"text-decoration:none;\" href=\"http://www.favit.de/\" onclick=\"window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;\" title=\"Bookmark bei: Favit\"> <img style=\"padding-bottom:1px; border: 0px\" src=\"http://www.social-bookmark-script.de/img/bookmarks/favit.gif\" alt=\"Bookmark bei: Favit\" name=\"Favit\" id=\"Favit\" /></a>");
  document.write("<a rel=\"nofollow\" style=\"text-decoration:none;\" href=\"http://yigg.de/\" onclick=\"window.open('http://yigg.de/neu?exturl='+encodeURIComponent(location.href));return false\" title=\"Bookmark bei: Yigg\"> <img style=\"padding-bottom:1px; border: 0px\" src=\"http://www.social-bookmark-script.de/img/bookmarks/yigg.gif\" alt=\"Bookmark bei: Yigg\" name=\"Yigg\" id=\"Yigg\" /></a>");
  document.write("<a rel=\"nofollow\" style=\"text-decoration:none;\" href=\"http://www.blinklist.com/\" onclick=\"window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Tag=&amp;Url='+encodeURIComponent(location.href)+'&amp;Title='+encodeURIComponent(document.title));return false;\" title=\"Bookmark bei: Blinklist\"> <img style=\"padding-bottom:1px; border: 0px\" src=\"http://www.social-bookmark-script.de/img/bookmarks/blinklist.gif\" alt=\"Bookmark bei: Blinklist\" name=\"Blinklist\" id=\"Blinklist\" /></a>");
}
