function bookmarkAt(s){
var _2="http://"+window.location.hostname;
var _3=encodeURIComponent(_2);
var _4=encodeURIComponent("atoolo - webtop");
switch(s){
case "delicious":
window.open("http://del.icio.us/post?url="+_3+"&title="+_4);
break;
case "wong":
window.open("http://www.mister-wong.de/index.php?action=addurl&bm_url="+_3+"&bm_description="+_4);
break;
case "blinkList":
window.open("http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url="+_3+"&Title="+_4);
break;
case "yahoo":
window.open("http://myweb2.search.yahoo.com/myresults/bookmarklet?u="+_3+"&t="+_4);
break;
case "digg":
window.open("http://www.digg.com");
break;
case "yigg":
window.open("http://yigg.de/neu?exturl="+_3+"&exttitle="+_4);
break;
case "furl":
window.open("http://www.furl.net/storeIt.jsp?u="+_3+"&t="+_4);
break;
case "oneview":
window.open("http://beta.oneview.de:80/quickadd/neu/addBookmark.jsf?URL="+_3+"&title="+_4);
break;
case "folkd":
window.open("http://www.folkd.com/submit/page/"+_3);
break;
case "linkarena":
window.open("http://linkarena.com/bookmarks/addlink/?url="+_3+"&title="+_4+"&desc=&tags=");
break;
case "google":
window.open("http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk="+_3+"&title="+_4);
break;
}
}


