var wong = "window.open('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"; 

var google = "window.open('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;";

document.write('<a href="http://www.mister-wong.de/" onClick="' + wong +'" title="Diese Seite bei mister-wong.de eintragen" target="_blank">')
document.write('<img src="http://www.adelheids-webdesign.de/modules/aw_bookmarks/images/wong.gif" align="middle" alt="Diese Seite zu Mister Wong hinzufügen" border="0" />')
document.write('</a> ')

document.write('<a href="http://www.google.com/" onClick="' + google +'" title="Diese Seite bei Google eintragen" target="_blank">'); 
document.write('<img align=\"middle\" src="http://www.adelheids-webdesign.de/modules/aw_bookmarks/images/google.gif" title="Diese Seite bei Google eintragen" border="0">');
document.write('</a> '); 


	