setTimeout(function(){
/* Some long block of code... */
setTimeout(arguments.callee, 10);
}, 10);
setInterval(function(){
/* Some long block of code... */
}, 10);
saved by8 people, first bylilin_fr on 2008-02-24, last bylei zhou on 2008-05-11