function onScroll(){var t=$(window).height(),n=$(document).scrollTop(),i="DOWN";window.gWS>n&&(i="UP");window.gWS=n;$(".scroll").each(function(){var e=$(this),o=e.offset().top,s=-400,l=e.data("load"),a=e.data("kys"),v=e.data("key"),r=e.data("ord")+1,h=window.location.pathname,c,u,f;r=r>window.news.length-1?window.news.length-1:r;n>o-t+s&&l=="N"&&(e.data("load","Y"),c=$.post("/news/scroll/",{kys:a,key:v},function(n){e.after(n)}),c.always(function(){console.info("[INFO] %s : [%s]","jqxhr finished",r)}));i=="DOWN"&&(s=-150,u=window.news[r].url,n>o+s&&n<o&&n+t>o+s&&u!=h&&window.history.pushState&&(f=window.news[r].title,console.info("[INFO] [%s] : %s : %s",r,f,u),document.title=f,window.history.replaceState(window.news[r],f,u),pushStat(f,u,r),window.news[r].loaded=!0));i=="UP"&&(s=-150,r=r-1,u=window.news[r].url,n+650>o+s&&n+650<o&&n+650+t>o+s&&u!=h&&window.history.pushState&&(f=window.news[r].title,console.info("[INFO] [%s] : %s : %s",r,f,u),document.title=f,window.history.replaceState(window.news[r],f,u),pushStat(f,u,r)))})}function pushStat(n,t,i){var u=t||window.location.pathname,r,f;ga("set",{page:u,title:n});ga("send","pageview");window.news[i].loaded==!1&&(r=window.news[0].url.split("/"),r.includes("scheda")||r.includes("biografia")||r.includes("streaming")?(window.trackEvent("Scroll-"+r[1],"page",i),console.info("[INFO] Scroll-%s : page %s",r[1],i)):(window.trackEvent("Scroll","page",i),console.info("[INFO] Scroll : page %s",i)));f=wt.customParameter;wt.sendinfo({contentId:u,contentGroup:wt.contentGroup,customParameter:f});COMSCORE.beacon({c1:"2",c2:"8971536",c4:u,c8:n})}window.gWS=0;window.addEventListener("beforeunload",function(){return window.history.replaceState(window.news[0],window.news[0].title,window.news[0].url),undefined})