var status = 'none'; function showwindow(layer_ref) { if (status == 'block') { status = 'none'; } else { status = 'block'; } if (document.all) { //IS IE 4 or 5 (or 6 beta) eval( "document.all." + layer_ref + ".style.display = status"); } if (document.layers) { //IS NETSCAPE 4 or below document.layers[layer_ref].display = status; } if (document.getElementById &&!document.all) { hza = document.getElementById(layer_ref); hza.style.display = status; } } document.writeln("\"open
"); document.writeln("
"); document.writeln("\n \"Favoriten\" "); document.writeln(" \"Delicious\" "); document.writeln(" \"Digg\" "); document.writeln(" \"Folkd\" "); document.writeln(" \"Furl\" "); document.writeln(" \"Icio\" "); document.writeln(" \"Linkarena\" "); document.writeln(" \"Magnolia\" "); document.writeln(" \"Mrwong\" "); document.writeln(" \"Newsvine\" "); document.writeln(" \"Reddit\" "); document.writeln(" \"Slashdot\" "); document.writeln(" \"Smarking\" "); document.writeln(" \"Spurl\" "); document.writeln(" \"Stumbleupon\" "); document.writeln(" \"Technorati\" "); document.writeln(" \"Webnews\" "); document.writeln(" \"Yigg\" "); document.writeln(" \"SeekXL\" "); document.writeln(" \"Blinklist\" "); document.writeln(" \"Blinkbits\" "); document.writeln(" \"Diigo\" "); document.writeln(" \"Google\" "); document.writeln(" \"Yahoo\" "); document.writeln("
"); function setBookmark (where) { burl = encodeURIComponent(location.href); btitle = encodeURIComponent(document.title); switch(where) { case 'Delicious': window.open('http://delicious.com/post?url='+burl+'&title='+btitle); break; case 'Digg': window.open('http://digg.com/submit?phase=2&url='+burl+'&title='+btitle); break; case 'Folkd': window.open('http://www.folkd.com/submit/'+burl); break; case 'Furl': window.open('http://www.furl.net/storeIt.jsp?u='+burl+'&t='+btitle); break; case 'Icio': window.open('http://www.icio.de/add.php?url='+burl); break; case 'Linkarena': window.open('http://linkarena.com/bookmarks/addlink/?url='+burl+'&title='+btitle); break; case 'Magnolia': window.open('http://ma.gnolia.com/bookmarklet/add?url='+burl+'&title='+btitle); break; case 'Mrwong': window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+burl+'&bm_notice=&bm_description='+btitle); break; case 'Newsvine': window.open('http://www.newsvine.com/_tools/seed&save?u='+burl+'&h='+btitle); break; case 'Reddit': window.open('http://reddit.com/submit?url='+burl+'&title='+btitle); break; case 'Slashdot': window.open('http://slashdot.org/bookmark.pl?url='+burl+'&title='+btitle); break; case 'Smarking': window.open('http://smarking.com/editbookmark/?url='+burl+'&description='+btitle); break; case 'Spurl': window.open('http://www.spurl.net/spurl.php?title='+btitle+'&url='+burl); break; case 'Stumbleupon': window.open('http://www.stumbleupon.com/submit?url='+burl+'&title='+btitle); break; case 'Technorati': window.open('http://technorati.com/faves?add='+burl); break; case 'Webnews': window.open('http://www.webnews.de/einstellen?url='+burl+'&title='+btitle); break; case 'Yigg': window.open('http://yigg.de/neu?exturl='+burl); break; case 'Favoriten': window.open('http://www.favoriten.de/url-hinzufuegen.html?bm_url='+burl+'&bm_title='+btitle); break; case 'SeekXL': window.open('http://social-bookmarking.seekxl.de/login/neu/?add_url='+burl+'&title='+btitle); break; case 'Blinklist': window.open('http://www.blinklist.com/?Action=Blink/addblink.php&Url='+burl); break; case 'Blinkbits': window.open('http://www.blinkbits.com/bookmarklets/save.php?source_url='+burl); break; case 'Diigo': window.open('http://www.diigo.com/post?url='+burl+'&title='+btitle); break; case 'Google': window.open('http://www.google.com'); break; case 'Yahoo': window.open('https://login.yahoo.com/config/login?.src=bmk2&.intl=us&.done='+burl); break; } }