WheelDown.add('div', function(e){
        if(now - last_wheel > ignore_msec){
            Control.read_next_subs();
            last_wheel = now - 0;
        }