//########################################################################################

function writeJS(){
var str= "";
str += "<center><small>Bookmark setzen bei:<\/small><br>";
str += "                        <a rel=\"nofollow\" href=\"http://www.mister-wong.de/\" onclick=\"location='http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+encodeURIComponent(location.href)+'&amp;bm_notice=&amp;bm_description='+encodeURIComponent(document.title)+'&amp;bm_tags='; return false;\" rel=\"nofollow\" title=\"Diese Seite bei Mister Wong bookmarken\"> <img src=\"/bookmark/misterwong.gif\" alt=\"Diese Seite bei Mister Wong bookmarken\" title=\"Diese Seite bei Mister Wong bookmarken\" width=\"20\" height=\"20\" /><\/a>";
str += "   <a rel=\"nofollow\" href=\"http://del.icio.us/\" onclick=\"location='http://del.icio.us/post?v=2&amp;url='+encodeURIComponent(location.href)+'&amp;notes=&amp;tags=&amp;title='+encodeURIComponent(document.title); return false;\" rel=\"nofollow\" title=\"Diese Seite bei Delicious bookmarken\"><img src=\"/bookmark/delicious.gif\" alt=\"Diese Seite bei Delicious bookmarken\" title=\"Diese Seite bei Delicious bookmarken\" width=\"20\" height=\"20\" /><\/a> ";
str += "   <a rel=\"nofollow\" href=\"http://www.yahoo.com/\" onclick=\"location='http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&amp;d=&amp;tag=&amp;u='+encodeURIComponent(location.href); return false;\" rel=\"nofollow\" title=\"Diese Seite bei Yahoo bookmarken\"><img src=\"/bookmark/yahoo.gif\" alt=\"Diese Seite bei Yahoo bookmarken\" title=\"Diese Seite bei Yahoo bookmarken\" width=\"20\" height=\"20\" /><\/a> ";
str += "   <a rel=\"nofollow\" href=\"http://www.google.com/\" onclick=\"location='http://www.google.com/bookmarks/mark?op=add&amp;hl=de&amp;bkmk='+encodeURIComponent(location.href)+'&amp;annotation=&amp;labels=&amp;title='+encodeURIComponent(document.title); return false;\" rel=\"nofollow\" title=\"Diese Seite bei Google bookmarken\"><img src=\"/bookmark/google.gif\" alt=\"Diese Seite bei Google bookmarken\" title=\"Diese Seite bei Google bookmarken\" width=\"20\" height=\"20\" /><\/a>";
str += "                        <\/center>";
document.write(str);
}
writeJS();
