var imgpath = "/scripte/bookmarkscript/gfx/";//ADD trailing slash
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 = 'http://www.myspace.com/index.cfm?fuseaction=postto&amp;u='+sburl+'&t='+sbtitle;
	//var misterwong_de = 'http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&amp;bm_description='+sbtitle;
	//var delicio_us = 'http://del.icio.us/post?v=2&url='+sburl+'&title='+sbtitle;
	var google_com = 'http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sburl+'&title='+sbtitle;
	//var stumbleupon_com = 'http://www.stumbleupon.com/submit?url='+sburl+'&title='+sbtitle;
	//var yahoo_com = 'http://de.myweb2.search.yahoo.com/myresults/bookmarklet?t='+sbtitle+'&u='+sburl;
	//var yigg_de = 'http://yigg.de/neu?exturl='+sburl;
	var alltagz_de = 'http://www.alltagz.de/bookmarks/?action=add&address='+sburl+'&title='+sbtitle;
	var oneview_de = 'http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);
	var seekxl = 'http://social-bookmarking.seekxl.de/neu/?add_url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);
	var favoriten = 'http://www.favoriten.de/url-hinzufuegen.html?bm_url=' + encodeURIComponent(location.href) + '&title=' + encodeURIComponent(document.title);
	
  document.write('<a href="'+facebook_com+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' facebook.com' + txtenter +'"><img src="' + imgpath +'facebook.gif" alt="' + txtsite +' facebook.com' + txtenter +'" border="0"></a> ')
  document.write('<a href="'+myspace_com+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' www.myspace.com' + txtenter +'"><img src="' + imgpath +'myspace.gif" alt="' + txtsite +' myspace.com' + txtenter +'" border="0"></a> ')
  //document.write('<a href="'+misterwong_de+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' www.mister-wong.de' + txtenter +'"><img src="' + imgpath +'misterwong.gif" alt="' + txtsite +' Mister Wong' + txtenter +'" border="0"></a> ')
  //document.write('<a href="'+delicio_us+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="' + imgpath +'delicio.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')
  document.write('<a href="'+google_com+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' google.com' + txtenter +'"><img src="' + imgpath +'google.gif" alt="' + txtsite +' google.com' + txtenter +'" border="0"></a> ')
  //document.write('<a href="'+stumbleupon_com+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' stumbleupon.com' + txtenter +'"><img src="' + imgpath +'stumbleupon.gif" alt="' + txtsite +' stumbleupon.com' + txtenter +'" border="0"></a> ')
  //document.write('<a href="'+yahoo_com+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' yahoo.com' + txtenter +'"><img src="' + imgpath +'yahoo.gif" alt="' + txtsite +' yahoo.com' + txtenter +'" border="0"></a> ')            	
  //document.write('<a href="'+yigg_de+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' yigg.de' + txtenter +'"><img src="' + imgpath +'yigg.gif" alt="' + txtsite +' yigg.de' + txtenter +'" border="0"></a> ')
  document.write('<a href="'+alltagz_de+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' alltagz.de' + txtenter +'"><img src="' + imgpath +'alltagz.gif" alt="' + txtsite +' alltagz.de' + txtenter +'" border="0"></a> ')
  document.write('<a href="'+oneview_de+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' oneview.de' + txtenter +'"><img src="' + imgpath +'oneview.gif" alt="' + txtsite +' oneview.de' + txtenter +'" border="0"></a> ') 	
  document.write('<a href="'+seekxl+'"  rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' seekxl.de' + txtenter +'"><img src="' + imgpath +'seekxl.gif" alt="' + txtsite +' seekxl.de' + txtenter +'" border="0"></a> ') 
	document.write('<a href="'+favoriten+'" rel="nofollow" onClick="window.open(this.href);return false;" title="' + txtsite +' favoriten.de' + txtenter +'"><img src="' + imgpath +'favoriten.gif" alt="' + txtsite +' favoriten.de' + txtenter +'" border="0"></a> ')
  }

