var jqueryAdded=false;function initJquery(){if(typeof jQuery=='undefined'){if(!jqueryAdded){jqueryAdded=true;var script=document.createElement('script');script.type='text/javascript';script.src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';document.getElementsByTagName('head')[0].appendChild(script);}setTimeout("initJquery()",50);}else{bookmarkServicesNames=new Array("Mister Wong","Linkarena","Oneview","Icio","Alltagz","delicious","Google","Yahoo");bookmarkServicesIds=new Array("mister-wong","linkarena","oneview","icio","alltagz","delicious","google","yahoo");bookmarkServicesUrls=new Array("http://www.mister-wong.de/index.php?action=addurl&amp;bm_url="+encodeURIComponent(location.href)+"&amp;bm_description="+encodeURIComponent(document.title),"http://linkarena.com/bookmarks/addlink/?url="+encodeURIComponent(location.href)+"&amp;title="+encodeURIComponent(document.title),"http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL="+encodeURIComponent(location.href)+"&amp;title="+encodeURIComponent(document.title),"http://www.icio.de/add.php?url="+encodeURIComponent(location.href),"http://www.alltagz.de/bookmarks/?action=add&address="+encodeURIComponent(location.href)+"&amp;title="+encodeURIComponent(document.title),"http://del.icio.us/post?v=2&amp;url="+encodeURIComponent(location.href)+"&amp;title="+encodeURIComponent(document.title),"http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk="+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),"http://myweb2.search.yahoo.com/myresults/bookmarklet?t="+encodeURIComponent(document.title)+"&amp;u="+encodeURIComponent(location.href));$(document).ready(function(){if($("#social-bookmarks").html()!=null){text="Diese Seite bookmarken";if($("#social-bookmarks").attr("title")!=""&&$("#social-bookmarks").attr("title")!=undefined)text=$("#social-bookmarks").attr("title");$("#social-bookmarks").css({"font":"11px/18px Arial,sans-serif","color":"#aaa"}).append(text+"&nbsp;&nbsp;");for(i=0;i<bookmarkServicesNames.length;i++){$("#social-bookmarks").append('<a href="'+bookmarkServicesUrls[i]+'" target="_blank" title="Bookmark setzen bei '+bookmarkServicesNames[i]+'"><img id="'+bookmarkServicesIds[i]+'" src="http://components.hhserver.net/images/social-bookmarks/grey-'+bookmarkServicesIds[i]+'.png"></a>&nbsp;');$("#social-bookmarks img").css({"border":"0","vertical-align":"middle","margin-top":"-2px"});$("#social-bookmarks a img").hover(function(){$(this).attr("src","http://components.hhserver.net/images/social-bookmarks/"+$(this).attr("id")+".png");},function(){$(this).attr("src","http://components.hhserver.net/images/social-bookmarks/grey-"+$(this).attr("id")+".png");});}}});}}initJquery();