
function bsvBook(project) {
  firsturl=encodeURIComponent(location.href);
  svtitle=encodeURIComponent(document.title);

  trennung = firsturl.indexOf("%26");
  svurl = firsturl.substring(0, trennung);

  switch(project) {
    case 'wong':
          window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+svurl+'&bm_description='+svtitle);
          break;
    case 'delicious':
          window.open('http://del.icio.us/post?url='+svurl+'&title='+svtitle);
          break;
    case 'google':
          window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+svurl+'&title='+svtitle);
          break;
    case 'yahoo':
          window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+svurl+'&t='+svtitle);
          break;
    case 'blinkList':
          window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+svurl+'&Title='+svtitle);
          break;
    case 'yigg':
          window.open('http://yigg.de/neu?exturl='+svurl+'&exttitle='+svtitle);
          break;
    case 'furl':
          window.open('http://www.furl.net/storeIt.jsp?u='+svurl+'&t='+svtitle);
          break;
    case 'spurl':
          window.open('http://www.spurl.net/spurl.php?v=3&url='+svurl+'&title='+svtitle);
          break;
    case 'taggle':
          window.open('http://taggle.de/addLinkDetails?mAddress='+svurl+'&title='+svtitle+'&submitted=Weiter');
          break;
    case 'folkd':
          window.open('http://www.folkd.com/submit/page/'+svurl);
          break;
    case 'linkarena':
          window.open('http://linkarena.com/bookmarks/addlink/?url='+svurl+'&title='+svtitle+'&desc=&tags=');
          break;
    case 'reddit':
          window.open('http://reddit.com/submit?url='+svurl+'&title='+svtitle);
          break;
	}
}
