var state = 'none'; function showhide(layer_ref) { if (state == 'block') { state = 'none'; } else { state = 'block'; } if (document.all) { //IS IE 4 or 5 (or 6 beta) eval( "document.all." + layer_ref + ".style.display = state"); } if (document.layers) { //IS NETSCAPE 4 or below document.layers[layer_ref].display = state; } if (document.getElementById &&!document.all) { hza = document.getElementById(layer_ref); hza.style.display = state; } } document.writeln("\"bookmark
"); document.writeln("
"); document.writeln("\n \"Maodi\" "); 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(" \"Infopirat\" "); document.writeln("
"); function setBookmark (where) { burl = encodeURIComponent(location.href); btitle = encodeURIComponent(document.title); switch(where) { case 'Delicious': window.open('http://del.icio.us/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 'Maodi': window.open('http://www.maodi.de/bookmarks/?action=add&address='+burl+'&title='+btitle); break; case 'Infopirat': window.open('http://infopirat.com/node/add/userlink?edit[url]='+burl+'&edit[title]='+btitle); break; } }