$('document').ready(function(){
	html ='<div style="position:relative;margin-left: 50px; "><div style=""><!-- AddThis Button BEGIN --><script type="text/javascript">var addthis_pub="aldf";</script><a id="addthis" style="float:left"  href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="https://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="https://s7.addthis.com/js/152/addthis_widget.js"></script><!-- AddThis Button END --></div></div>';
	$('#body-left').append(html);
});

