
 var sBmUrl = encodeURIComponent(location.href);
 var sTitle = encodeURIComponent(document.title);
 var txtsite = "Erstellen Sie einen Bookmark auf";
 var txtenter = " f&uuml;r Mrs.Train online.";
 
 var sMisterWongDe = "location.href='http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sBmUrl+'&amp;bm_description='+sTitle;return false";
 var sDelicious = "location.href='http://del.icio.us/post?v=2&url='+sBmUrl+'&title='+sTitle;return false";
 var sGoogleCom = "location.href='http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+sBmUrl+'&title='+sTitle;return false";
 var sYahooCom = "location.href='http://de.myweb2.search.yahoo.com/myresults/bookmarklet?t='+sTitle+'&u='+sBmUrl+'&ei=UTF-8';return false";
 var sDiggIt = "location.href='http://digg.com/submit?phase=2&url='+sBmUrl;return false";
 var sFaceBookCom = "location.href='http://www.facebook.com/sharer.php?u='+sBmUrl+'&t='+sTitle+'&sharer';return false;'"
 document.write('<a href="http://del.icio.us/" rel="nofollow" onClick="' + sDelicious +'" title="' + txtsite +' del.ico.us' + txtenter +'"><img src="' + imgFolder +'delicio.gif" alt="' + txtsite +' del.ico.us' + txtenter +'" border="0"></a> ')
 document.write('<a href="http://facebook.com/" rel="nofollow" onClick="' + sFaceBookCom +'" title="' + txtsite +' facebook.com' + txtenter +'"><img src="' + imgFolder +'facebook.gif" alt="' + txtsite +' digg.com' + txtenter +'" border="0"></a> ')
 document.write('<a href="http://www.mister-wong.de/" rel="nofollow" onClick="' + sMisterWongDe +'" title="' + txtsite +' www.mister-wong.de' + txtenter +'"><img src="' + imgFolder +'misterwong.gif" alt="' + txtsite +' Mister Wong' + txtenter +'" border="0"></a> ')
 document.write('<a href="http://www.google.com/" rel="nofollow" onClick="' + sGoogleCom +'" title="' + txtsite +' google.com' + txtenter +'"><img src="' + imgFolder +'google.gif" alt="' + txtsite +' google.com' + txtenter +'" border="0"></a> ')
 document.write('<a href="http://de.myweb2.search.yahoo.com/" rel="nofollow" onClick="' + sYahooCom +'" title="' + txtsite +' yahoo.com' + txtenter +'"><img src="' + imgFolder +'yahoo.gif" alt="' + txtsite +' yahoo.com' + txtenter +'" border="0"></a> ')            
 document.write('<a href="http://digg.com/" rel="nofollow" onClick="' + sDiggIt +'" title="' + txtsite +' digg.com' + txtenter +'"><img src="' + imgFolder +'digg.gif" alt="' + txtsite +' digg.com' + txtenter +'" border="0"></a> ')

