$(document).ready(function() {
  //<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=edgold"></script>
  if($('#bookmark').length) {
	  $('#bookmark').append(
	    '<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=edgold">'
	    + '<img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/>'
	    +'</a>'
	  );
	  $.getScript('http://s7.addthis.com/js/250/addthis_widget.js#username=edgold');
  }
});
;
