var divContainer = document.createElement('div'); var buttonLink = document.createElement('a'); buttonLink.setAttribute('class','addthis_button_preferred_1'); divContainer.appendChild(buttonLink); var buttonLink = document.createElement('a'); buttonLink.setAttribute('class','addthis_button_preferred_2'); divContainer.appendChild(buttonLink); var buttonLink = document.createElement('a'); buttonLink.setAttribute('class','addthis_button_preferred_3'); divContainer.appendChild(buttonLink); var buttonLink = document.createElement('a'); buttonLink.setAttribute('class','addthis_button_preferred_4'); divContainer.appendChild(buttonLink); var buttonLink = document.createElement('a'); buttonLink.setAttribute('class','addthis_button_preferred_5'); divContainer.appendChild(buttonLink); var buttonLink = document.createElement('a'); buttonLink.setAttribute('class','addthis_button_preferred_6'); divContainer.appendChild(buttonLink); if(document.getElementById('share-add-this')) { clone = divContainer.cloneNode(true); clone.setAttribute('class','addthis_toolbox addthis_default_style'); document.getElementById('share-add-this').appendChild(clone); } var addthis_config = {'data_track_clickback':true}; addthis_config.data_ga_property = 'UA-4124721-6'; var script = document.createElement('script'); script.setAttribute('src',location.protocol+'//s7.addthis.com/js/250/addthis_widget.js#pubid=ra-507045606ae53c1c&domready=1'); script.setAttribute('type','text/javascript'); document.getElementsByTagName('body').item(0).appendChild(script);