
// # # # # # # # # # # # # # # # # # # # # # # # # #
// # Social-Bookmarks V1.01
// # 

var dom=document.getElementById?1:0;
var ie=document.all&&!window.opera?1:0;
var ns4=document.layers?1:0;

var mylocation = encodeURIComponent(location.href);
var mytitle = encodeURIComponent(document.title);

document.writeln('&nbsp;<a href="http://www.mister-wong.de/index.php?action=addurl&bm_url='+mylocation+'&bm_description='+mytitle+'" target="_blank"><img src="/pics/Social-Bookmarks/MisterWong.gif" alt="Diese Seite zu Mister Wong hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://delicious.com/save?v=5&noui&jump=close&url='+mylocation+'&title='+mytitle+'" target="_blank"><img src="/pics/Social-Bookmarks/delicious.gif" alt="Diese Seite zu Delicious hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://www.facebook.com/share.php?u='+mylocation+'&t='+mytitle+'" target="_blank"><img src="/pics/Social-Bookmarks/facebook.gif" alt="Diese Seite zu Facebook hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://www.favoriten.de/url-hinzufuegen.html?bm_url='+mylocation+'&bm_title='+mytitle+'" target="_blank"><img src="/pics/Social-Bookmarks/favoriten-de.gif" alt="Diese Seite zu Favoriten.de hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://linkarena.com/bookmarks/addlink/?url='+mylocation+'&title='+mytitle+'&desc=&tags=" target="_blank"><img src="/pics/Social-Bookmarks/linkarena.gif" alt="Diese Seite zu Linkarena hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://www.folkd.com/page/submit.html?url='+mylocation+'" target="_blank"><img src="/pics/Social-Bookmarks/folkd.gif" alt="Diese Seite zu Folkd hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://myweb.yahoo.com/myresults/bookmarklet?u='+mylocation+'" target="_blank"><img src="/pics/Social-Bookmarks/yahoo.gif" alt="Diese Seite zu Yahoo hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://favorites.live.com/quickadd.aspx?marklet=1&mkt=de-DE&top=0&url='+mylocation+'&title='+mytitle+'" target="_blank"><img src="/pics/Social-Bookmarks/live.gif" alt="Diese Seite zu Live.com hinzufügen" height="18" width="18" border="0" /></a>');
document.writeln('&nbsp;<a href="http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+mylocation+'&annotation=&labels=&title='+mytitle+'" target="_blank"><img src="/pics/Social-Bookmarks/google.gif" alt="Diese Seite zu Google hinzufügen" height="18" width="18" border="0" /></a>');


document.writeln('<br>');
if (ie)	document.write('<a href="#" onclick="window.external.AddFavorite(location.href,\'gruesse.de # \' + document.title);return false;">');
document.write('<small><br><font color="#ffffff"><b>gruesse.de</b> zur Favoritenliste hinzufügen!</font></small>');
if (ie)	document.write('</a>');
document.writeln('<br>');

