if (encodeURIComponent) {
	sburl = encodeURIComponent(location.href);
	sbtitle = encodeURIComponent(document.title);
    sbtags = encodeURIComponent('Tantramassagen, Lalita, Leipzig, Birgt Stehle');
    document.write('<li id="sb">');
    document.write('<a href="http://www.facebook.com/sharer.php?u='+sburl+'&amp;t='+sbtitle+'"><img src="/pix/sb/facebook-like.gif" width="20" height="20" alt="Facebook"> Like</a> ');
    document.write('<a href="http://twitter.com/home?status='+sburl+'"><img src="/pix/sb/twitter.gif" width="20" height="20" alt="twitter"></a> ');
    document.write('<a href="http://www.mister-wong.de/index.php?action=addurl&amp;bm_url='+sburl+'&amp;bm_description='+sbtitle+'"><img src="/pix/sb/mister-wong.gif" width="20" height="20" alt="Mister Wong"></a> ');
    document.write('<a href="http://www.stumbleupon.com/submit?url='+sburl+'&amp;title='+sbtitle+'"><img src="/pix/sb/stumbleupon.gif" width="20" height="20" alt="Stumble It!"></a> ');
    document.write('</li>');
}

