> How would you cause the delay? I didn't think there was a sleep()- > style function in JS. there's window.setTimeout() -- the semantics might be different (I've never walked thru its implementation), but the ultimate effect is similar.