document.write ('<a title="Share on StumbleUpon" href="');
document.write('http://www.stumbleupon.com/submit?url='+document.URL+'&title='+document.title.replace(/ /g,' ')+'">');
document.write ('<img src="/images/icon/stumbleupon.png" alt="StumbleUpon" width="32" height="32" class="jump" /></a>');

document.write ('<a title="Share on Twitter" href="');
document.write('http://twitter.com/home?status='+document.title.replace(/ /g,' ')+' - '+document.URL+'">');
document.write ('<img src="/images/icon/twitter.png" alt="Twitter" width="32" height="32" class="jump" /></a>');

document.write ('<a title="Share on Facebook" href="');
document.write('http://www.facebook.com/share.php?u='+document.URL+'&t='+document.title.replace(/ /g,' ')+'">');
document.write ('<img src="/images/icon/facebook.png" alt="Facebook" width="32" height="32" class="jump" /></a>');




