var str =
'<ul>' +
'<li><a href="/atom.xml" target="_blank"><img src="/common/images/icon_rss.png" alt="RSS" width="20" height="20" /></a></li>' +
'<li><a href="http://twitter.com/share?url=' + document.URL + '&amp;text=' + encodeURIComponent(document.title) + '" target="_blank" onclick="window.open(this.href,\'\',\'width=550,height=450,personalbar=0,toolbar=0\');return false;"><img src="/common/images/icon_twitter.png" alt="twitter" width="20" height="20" /></a></li>' +
'<li><a href="http://www.facebook.com/sharer.php?u=' + document.URL + '" target="_blank" onclick="window.open(this.href,\'\',\'width=550,height=450,personalbar=0,toolbar=0\');return false;"><img src="/common/images/icon_facebook.png" alt="facebook" width="20" height="20" /></a></li>' +
'</ul>';
document.write(str);
