var counter=0;function onScroll(){counter++;if(counter%2 == 0){  window.document.scrolling.SetVariable("/:counter","even");}else{    window.document.scrolling.SetVariable("/:counter","odd");}	 if (event.wheelDelta >= 120)       {     window.document.scrolling.SetVariable("/:direction","up");       }    else if (event.wheelDelta <= -120)        {      window.document.scrolling.SetVariable("/:direction","down");        }}