var sburl = encodeURIComponent(location.href);
var sbtitle = encodeURIComponent(document.title);

if( bmlang == "german" ) {
	var txtsite = "Diese Seite bei";
	var txtenter = " bookmarken.";
	
	var alltagz_de = "location.href='http://www.alltagz.de/bookmarks/?action=add&address='+sburl+'&title='+sbtitle;return false";
	var blinklist_com = "location.href='http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+sburl+'&Title='+sbtitle;return false";
	var delicio_us = "location.href='http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle;return false";
	var yahoo_com = "location.href='http://de.myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbtitle+'&u='+sburl;return false";
	var yigg_de = "location.href='http://yigg.de/neu?exturl='+sburl;return false";
	var linkarena_com = "location.href='http://linkarena.com/bookmarks/addlink/?url='+sburl+'&title='+sbtitle+'&desc=BESCHEIBUNG&tags=TAGS';return false";
	var misterwong_de = "location.href='http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&amp;bm_description='+sbtitle;return false";

	document.write('<a rel="nofollow" href="http://www.alltagz.de/" onClick="' + alltagz_de +'" title="' + txtsite +' alltagz.de' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/alltagz_de.gif" alt="' + txtsite +' alltagz.de' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.blinklist.com/" onClick="' + blinklist_com +'" title="' + txtsite +' blinklist.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/blinklist_com.gif" alt="' + txtsite +' blinklist.com' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://del.icio.us/" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/delicio_us.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.yahoo.com/" onClick="' + yahoo_com +'" title="' + txtsite +' yahoo.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/yahoo_com.gif" alt="' + txtsite +' yahoo.com' + txtenter +'" border="0"></a> ')            
	document.write('<a rel="nofollow" href="http://yigg.de/" onClick="' + yigg_de +'" title="' + txtsite +' yigg.de' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/yigg_de.gif" alt="' + txtsite +' yigg.de' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.linkarena.com/" onClick="' + linkarena_com +'" title="' + txtsite +' www.linkarena.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/linkarena_com.gif" alt="' + txtsite +' www.linkarena.com' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.mister-wong.de/" onClick="' + misterwong_de +'" title="' + txtsite +' www.mister-wong.de' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/misterwong_de.gif" alt="' + txtsite +' Mister Wong' + txtenter +'" border="0"></a> ')
	
}
else {
	var txtsite = "Bookmark this site at";
	var txtenter = ".";
	
	var blinklist_com = "location.href='http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+sburl+'&Title='+sbtitle;return false";
	var delicio_us = "location.href='http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle;return false";
	var digg_com = "location.href='http://digg.com/submit?phase=2&url='+sburl+'&title='+sbtitle;return false";
	var folkd_com = "location.href='http://www.folkd.com/submit/page/'+sburl;return false";
	var furl_net = "location.href='http://www.furl.net/storeIt.jsp?u='+sburl+'&t='+sbtitle;return false";
	var yahoo_com = "location.href='http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbtitle+'&u='+sburl;return false";
	var linkarena_com = "location.href='http://linkarena.com/bookmarks/addlink/?url='+sburl+'&title='+sbtitle+'&desc=BESCHEIBUNG&tags=TAGS';return false";
	var reddit_com = "location.href='http://reddit.com/submit?url='+sburl+'&title='+sbtitle;return false";

	document.write('<a rel="nofollow" href="http://www.blinklist.com/" onClick="' + blinklist_com +'" title="' + txtsite +' blinklist.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/blinklist_com.gif" alt="' + txtsite +' blinklist.com' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://del.icio.us/" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/delicio_us.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://digg.com/" onClick="' + digg_com +'" title="' + txtsite +' digg.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/digg_com.gif" alt="' + txtsite +' digg.com' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.folkd.com/" onClick="' + folkd_com +'" title="' + txtsite +' www.folkd.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/folkd_com.gif" alt="' + txtsite +' folkd' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.furl.net/" onClick="' + furl_net +'" title="' + txtsite +' www.furl.net' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/furl_net.gif" alt="' + txtsite +' www.furl.net' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://www.yahoo.com/" onClick="' + yahoo_com +'" title="' + txtsite +' yahoo.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/yahoo_com.gif" alt="' + txtsite +' yahoo.com' + txtenter +'" border="0"></a> ')            
	document.write('<a rel="nofollow" href="http://www.linkarena.com/" onClick="' + linkarena_com +'" title="' + txtsite +' www.linkarena.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/linkarena_com.gif" alt="' + txtsite +' www.linkarena.com' + txtenter +'" border="0"></a> ')
	document.write('<a rel="nofollow" href="http://reddit.com/" onClick="' + reddit_com +'" title="' + txtsite +' www.reddit.com' + txtenter +'"><img src="http://bookmark.nomaden-web.de/gfx/reddit_com.gif" alt="' + txtsite +' www.reddit.com' + txtenter +'" border="0"></a> ')

}