// booqmark.de Ein Button für alle Bookmarks
// (c) 2007-2008 booqmark.de
var titel=encodeURIComponent(document.title);
var link=encodeURIComponent(document.location.href);
code='<a title="Die Seite jetzt bei Social Bookmark Services eintragen" target="_blank" href="http://www.booqmark.de/?link='+link+'&titel='+titel+'"><img border="0" src="http://www.booqmark.de/booqmark3.gif"></a>';
document.writeln(code);