var imgpath = "/bookmark/gfx/";//ADD trailing slash
var sburl = encodeURIComponent(location.href);
var sbtitle = encodeURIComponent(document.title);

if( bmlang == "de" ) {
	var txtsite = "Diese Seite bei";
	var txtenter = " bookmarken.";
	
	var misterwong_de = "location.href='http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&amp;bm_description='+sbtitle;return false";
	var facebook_com = "location.href='http://de.facebook.com/sharer.php?u='+sburl+'&t='+sbtitle;return false";
    var twitter_com = "location.href='http://www.twitter.com/home?status='+sburl+'&t='+sbtitle;return false";
	var webnews_de = "location.href='http://www.webnews.de/einstellen?url='+sburl+'&title='+sbtitle;return false";
	var google_com = "location.href='http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sburl+'&title='+sbtitle;return false";
	var delicio_us = "location.href='http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle;return false";


	document.write('<a href="http://www.mister-wong.de/" rel="nofollow" onClick="' + misterwong_de +'" title="' + txtsite +' www.mister-wong.de' + txtenter +'"><img src="' + imgpath +'misterwong.gif" alt="' + txtsite +' Mister Wong' + txtenter +'" border="0"></a> ')
	
	document.write('<a href="http://de.facebook.com/" rel="nofollow" onClick="' + facebook_com +'" title="' + txtsite +' facebook.com' + txtenter +'"><img src="' + imgpath +'facebook.gif" alt="' + txtsite +' facebook.com' + txtenter +'" border="0"></a> ')
	
	document.write('<a href="http://www.twitter.com/" rel="nofollow" onClick="' + twitter_com +'" title="' + txtsite +' www.twitter.com' + txtenter +'"><img src="' + imgpath +'twitter.gif" alt="' + txtsite +' twitter.com' + txtenter +'" border="0"></a> ')
	
	document.write('<a href="http://webnews.de/" rel="nofollow" onClick="' + webnews_de +'" title="' + txtsite +' www.webnews.de' + txtenter +'"><img src="' + imgpath +'webnews.gif" alt="' + txtsite +' webnews.de' + txtenter +'" border="0"></a> ')
	
	document.write('<a href="http://www.google.com/" rel="nofollow" onClick="' + google_com +'" title="' + txtsite +' google.com' + txtenter +'"><img src="' + imgpath +'google.gif" alt="' + txtsite +' google.com' + txtenter +'" border="0"></a> ')
	
	document.write('<a href="http://del.icio.us/" rel="nofollow" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="' + imgpath +'delicious.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')
	
}