document.write(
'<ul>' +
'<li style="background-image:url(/images/facebook.gif);background-repeat:no-repeat;margin-left:5px;padding-left:20px;position:inside;">' +
'<a href="http://www.facebook.com/sharer.php?u=' + self.location.href + '&title=' + document.title + '" title="Share this on facebook" class="popout" rel="nofollow">facebook</a></li>' +
'<li style="background-image:url(/images/delicious.gif);background-repeat:no-repeat;margin-left:5px;padding-left:20px;position:inside;">' + 
'<a href="http://del.icio.us/post?url=' + self.location.href + '&title=' + document.title + '" title="Share this on del.icio.us" class="popout" rel="nofollow">del.icio.us</a></li>' +
'<li style="background-image:url(/images/digg.gif);background-repeat:no-repeat;margin-left:5px;padding-left:20px;position:inside;">' +
'<a href="http://digg.com/submit?url=' + self.location.href + '&title=' + document.title + '" title="Share this on Digg" class="popout" rel="nofollow">Digg</a></li>' +
'<li style="background-image:url(/images/reddit.gif);background-repeat:no-repeat;margin-left:5px;padding-left:20px;position:inside;">' +
'<a href="http://reddit.com/submit?url=' + self.location.href + '&title=' + document.title + '" title="Share this on reddit" class="popout" rel="nofollow">reddit</a></li>' +
'<li style="background-image:url(/images/stumbleupon.gif);background-repeat:no-repeat;margin-left:5px;padding-left:20px;position:inside;">' +
'<a href="http://www.stumbleupon.com/submit?url=' + self.location.href + '&title=' + document.title + '" title="Share this on StumbleUpon" class="popout" rel="nofollow">StumbleUpon</a></li>' +
'</ul>'
);