
function sbm(i) {
var sbmw = '';
if (i == "wong") { var sbmw = 'http:\/\/www.mister-wong.de/index.php?action=addurl&bm_url=' + document.URL + '&bm_notice=&bm_description=' + document.title; }
if (i == "folkd") { var sbmw = 'http://www.folkd.com/page/submit.html?url=' + document.URL; }
if (i == "icio") { var sbmw = 'http://www.icio.de/login.php?popup=1&url=' + document.URL; }
if (i == "oneview") { var sbmw = 'http://www.oneview.de/login/loginBookmarklet.jsf?title=' + document.title + '&URL=' + document.URL; }
if (i == "seoigg") { var sbmw = 'http://www.seoigg.de/node/add/storylink?edit[url]=' + document.URL + '&edit[title]=' + document.title; }
if (i == "blinklist") { var sbmw = 'http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url=' + document.URL + '&Title=' + document.title; }
if (i == "delicious") { var sbmw = 'https://secure.delicious.com/login?v=2&jump=http%3A%2F%2Fdelicious.com%2Fsave%3Furl%3D' + document.URL + '%26title%3D' + document.title; }
if (i == "facebook") { var sbmw = 'http://www.facebook.com/share.php?u=' + document.URL + '&t=' + document.title; }
if (i == "google") { var sbmw = 'http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk=' + document.URL + '&annotation=&labels=&title=' + document.title; }
if (i == "stumbleupon") { var sbmw = 'http://www.stumbleupon.com/submit?url=' + document.URL + '&title=' + document.title; }

window.open(sbmw, "", "width=auto,height=auto,resizable=yes,scrollbars=yes");}

