> When I run into this, I put my functions outside the doc.ready.block, > but call them from within it. Then they can share vars.
Without any code, it's pretty hard to help troubleshoot issues... But if I had to take a wild guess, I'd say it was a scoping issue. The setTimeOut function excutes from the Window Object so it cannot see local variables in the document.ready block.