function fixedside(){var t=$(document).scrollTop(),u=$(".sidebarright").parent().parent().outerHeight(),f=$(".sidebarright").height(),i=u-f,n=$(".logo").height(),r;n+=$(".searchcity").height()+80;r=t<n?n-t:i+n>t?0:i-t+n-43;$(".affix").css({top:r,position:"fixed",width:"220px"})}$(document).ready(function(){$(".text_box").on("click",function(){if($(this).find("h3").find("a").length){var n=$(this).find("h3").find("a").attr("href");window.location.href="http://adhdindex.co.il"+n}});$(window).resize(function(){$(window).width()>990?fixedside():($(".sidebar-nav-fixed").css({width:"auto",top:"0",position:"relative"}),$(".affix").css({position:"relative"}))});$(window).width()>990?fixedside():($(".sidebar-nav-fixed").css({width:"auto",top:"0",position:"relative"}),$(".affix").css({position:"relative"}));$(window).scroll(function(){$(window).width()>990&&fixedside()})})