// 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+'">Social Bookmarken mit BooQmark.de</a>';
document.writeln(code);