$(document).ready(function(){var sWidth=screen.width;var sw=((sWidth)/2)-380;$("#seohid").css("left",sw+"px");});$(function(){var $sidebar=$("#sidebar"),$window=$(window),offset=$sidebar.offset(),maxheight=$("#main").height()-((screen.height)/1.7),topPadding=15;$window.scroll(function(){if(($window.scrollTop()>offset.top)&($window.scrollTop()<maxheight)){$sidebar.stop().animate({marginTop:$window.scrollTop()-offset.top+topPadding});}else if($window.scrollTop()>maxheight){$sidebar.stop().animate({marginBottom:0,marginTop:maxheight});}else{$sidebar.stop().animate({marginTop:0});}});});
