var titel=encodeURIComponent(document.title);
var link=encodeURIComponent(document.location.href);
code='<a title="Seite bookmarken" target="_blank" href="http://www.bookmark.info/?url='+link+'&titel='+titel+'"><img border="0" src="http://www.bookmark.info/buttons/9.gif"></a>';
document.writeln(code);