(function() {
lengthNow -= step;
if (lengthNow > -step) {
lengthNow.scrollTop = lengthNow;
setTimeout(arguments.callee, 20);
}
})();
(function() {
lengthNow -= step;
if (lengthNow > -step) {
lengthNow.scrollTop = lengthNow;
setTimeout(arguments.callee, 20);
}
})();