function showBookTarget(a){document.getElementById("bookTarget").innerHTML=a} function bookThis(a){doc=encodeURIComponent(location.href);title=encodeURIComponent(document.title);switch(a){case "mrwong":window.open("http://www.mister-wong.de/index.php?action=addurl&bm_url="+doc+"&bm_description="+title);break;case "webnews":window.open("http://www.webnews.de/einstellen?url="+doc+"&title="+title);break;case "icio":alert("geklickt");window.open("http://www.icio.de/add.php?url="+doc+"&title="+title);break;case "yigg":window.open("http://yigg.de/neu?exturl="+doc+"&exttitle="+title); break;case "linkarena":window.open("http://linkarena.com/bookmarks/addlink/?url="+doc+"&title="+title+"&desc=&tags=");break;case "delicious":window.open("http://del.icio.us/post?url="+doc+"&title="+title);break;case "yahoo":window.open("http://myweb2.search.yahoo.com/myresults/bookmarklet?u="+doc+"&t="+title);break;case "google":window.open("http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk="+doc+"&title="+title);break}};