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

{
	var txtsite = "Diese Seite bei";
	var txtenter = " bookmarken.";
	
	var facebook_com = 'http://de.facebook.com/sharer.php?u='+sburl+'&t='+sbtitle;
	var myspace_com = "location.href='http://www.myspace.com/index.cfm?fuseaction=postto&amp;u='+sburl+'&t='+sbtitle;return false";
	var delicio_us = "location.href='http://del.icio.us/post?v=2&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 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 href="'+facebook_com+'" onClick="window.open(this.href);return false;" title="' + ' facebook.com' +'"><img src="Bilder/facebook.gif" target="_blank"></a> ')
	document.write('<a href="http://www.myspace.com/" onClick="' + myspace_com +'" title="' + txtsite +' [url=http://www.myspace.com]MySpace[/url]' + txtenter +'"><img src="' + imgpath +'myspace.gif" alt="' + txtsite +' myspace.com' + txtenter +'" border="0"></a> ')
	document.write('<a href="http://del.icio.us/" onClick="' + delicio_us +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="/gfx/delicio.gif" alt="' + txtsite +' del.ico.us' + txtenter  +'" border="0"></a> ')
	document.write('<a href="http://www.google.com/" 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://www.mister-wong.de/" onClick="' + misterwong_de +'" title="' + txtsite +' www.mister-wong.de' + txtenter +'"><img src="' + imgpath +'misterwong.gif" alt="' + txtsite +' Mister Wong' + txtenter +'" border="0"></a> ')
	
	
}
