jQuery(document).ready(function() { share(); }); var share_code = "
"; var share_code_overlay = ""; function share() { $('#sidebar').html( share_code + $('#sidebar').html() ); $('#main_text_large').html( share_code_overlay + $('#main_text_large').html() ); }