I'll be danged... that worked! I was using setTimeOut("playThrough()", 1000); On 5/21/06, Godmar Back <godmar at gmail.com> wrote: > > Have you tried > > setTimeout(playThrough, 1000); > > ? > > - Godmar > >