$(function(){var f=$("#sidebar"),g=$("#navigation"),h=$(window),b=$(window).height(),a=$(document).height(),e=f.height(),d=g.height(),c=280;h.scroll(function(){var j=h.scrollTop()+h.height()-f.height()-c;if(j+e+c>a){j=$document.height()-f.height()}if(j<55){j=55}f.stop().animate({marginTop:j});var i=h.scrollTop()+h.height()-g.height()-c;if(i+d+c>a){i=$document.height()-g.height()}g.stop().animate({marginTop:i})});h.trigger("scroll");h.resize(function(){h.trigger("scroll")})});
