var imgpath = "/bookmark/gfx/";//ADD trailing slash
var sburl = encodeURIComponent(location.href);
var sbtitle = encodeURIComponent(document.title);

	var txtsite = "Diese Seite bei";
	var txtenter = " bookmarken.";
	
	var misterwong_de = "window.open('http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&amp;bm_description='+sbtitle,'popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	
	var delicio_us = "window.open('http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle,'popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	
	
	var twitter = "window.open('http://twitter.com/home?status='+sburl+' '+sbtitle,'popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	
	var studivz = "window.open('http://www.studivz.net/Suggest/Selection/?u='+sburl+'&desc='+sbtitle,'popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
		
		
	var google_com = "window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sburl+'&title='+sbtitle,'popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	
	
	var yahoo_com = "window.open('http://de.myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbtitle+'&u='+sburl+'&ei=UTF-8','popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	
	var yigg_de = "window.open('http://yigg.de/neu?exturl='+sburl,'popup','width=1000px,height=660px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);return false";
	





document.write('<a href="http://www.mister-wong.de/" rel="nofollow" target="new" 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://del.icio.us/" rel="nofollow" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="' + imgpath +'delicio.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')


document.write('<a href="http://twitter.com/home" rel="nofollow" onClick="' + twitter +'" title="' + txtsite +' twitter' + txtenter +'"><img src="' + imgpath +'twitter.gif" alt="' + txtsite +' twitter' + txtenter +'" border="0"></a> ')



document.write('<a href="http://www.studivz.net/" rel="nofollow" onClick="' + studivz +'" title="' + txtsite +' studiVZ' + txtenter +'"><img src="' + imgpath +'studiVZ.gif" alt="' + txtsite +' studiVZ' + 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://de.myweb2.search.yahoo.com/" rel="nofollow" onClick="' + yahoo_com +'" title="' + txtsite +' yahoo.com' + txtenter +'"><img src="' + imgpath +'yahoo.gif" alt="' + txtsite +' yahoo.com' + txtenter +'" border="0"></a> ')


            	
	document.write('<a href="http://yigg.de/" rel="nofollow" onClick="' + yigg_de +'" title="' + txtsite +' yigg.de' + txtenter +'"><img src="' + imgpath +'yigg.gif" alt="' + txtsite +' yigg.de' + txtenter +'" border="0"></a> ')



	

