
$j=jQuery.noConflict();$j(document).ready(function($){var $getsocial=$('.getsocial');var $main = $('#getsocialmain');var $sharebutton=$('.sharebutton');if($main.length>0){$(window).load(function(){postShareScroll();});$(window).resize(function(){postShareScroll();});$sharebutton.mouseover(function(){var mainY=$opt_initial_top-$opt_scrolled_top;var originalTop=$opt_scrolled_top;var browserWidth=parseInt($(window).width());var scrollY=$(window).scrollTop();if(scrollY<mainY){originalTop=$opt_initial_top-scrollY;}
if($getsocial.length>0&&browserWidth<$opt_browser_width){$getsocial.css({position:'fixed',top:originalTop,left:0,marginLeft:0,display:'inline'});}});$sharebutton.mouseout(function(){postShareScroll();});$(window).scroll(function(){postShareScroll();});function postShareScroll(){var mainX=parseInt($main.offset().left)-$opt_box_left;var mainY=$opt_initial_top-$opt_scrolled_top;var scrollY=$(window).scrollTop();if($getsocial.length>0){if(scrollY>mainY){$getsocial.stop().css({position:'fixed',top:$opt_scrolled_top,left:mainX,marginLeft:0,display:'inline'});}else if(scrollY<mainY){$getsocial.css({position:'absolute',top:$opt_initial_top,left:mainX,marginLeft:0,display:'inline'});}}}}});
