var imgpath = "../imgs/socialmedia/";
var adresse = encodeURIComponent(location.href);
var title = encodeURIComponent(document.title);
var text = "Diese Seite bookmarken bei";
	
var google = "http://www.google.com/bookmarks/mark?op=add&amp;hl=de&amp;bkmk=" + adresse + "&amp;title=" + title;
var delicious = "http://del.icio.us/post?v=2&amp;url=" + adresse + "&amp;title=" + title;
var misterwong = "http://www.mister-wong.de/index.php?action=addurl&amp;bm_url=" + adresse + "&amp;bm_description=" + title;


document.write('<a href="' + google + '" rel="nofollow" title="' + text + ' google.com" target="_blank"><img src="' + imgpath + 'google.png" alt="' + text + ' google.com' + '" border="0" hspace="3"></a> ')
document.write('<a href="' + delicious + '" rel="nofollow" title="' + text + ' del.ico.us" target="_blank"><img src="' + imgpath + 'delicious.png" alt="' + text + ' del.ico.us' + '" border="0" hspace="3"></a> ')
document.write('<a href="' + misterwong + '" rel="nofollow" title="' + text + ' mister-wong.de" target="_blank"><img src="' + imgpath + 'misterwong.png" alt="' + text +' Mister Wong' + '" border="0" hspace="3"></a> ')

