$(document).ready(function(){function a(a){var b=$("#header").height()+$("#content").height()-$(".follow>div").height()-210,c=$(".follow"),d=$(".follow>div"),e=$(window),f=c.offset().top-46,g=e.scrollTop();e.height()>d.height()&&$(document).scrollTop()<b?(d.is(".widget-stopped")&&(d.removeClass("widget-stopped"),d.css("top","0px")),g>f&&(a||!d.is(".widget-fixed"))?(c.height(c.height()),d.addClass("widget-fixed")):g<=f&&d.is(".widget-fixed")&&(c.css("height","auto"),d.removeClass("widget-fixed"))):e.height()>d.height()&&$(document).scrollTop()>b&&(console.log("sad"),d.removeClass("widget-fixed"),d.addClass("widget-stopped"),d.css("top",b+"px"))}function b(){$(".follow").length>0&&($(window).bind("scroll resize",function(){a()}),a(!0))}$(".follow").size()>0&&b()})
