I was looking for the same thing and tried this solution, but later found: var mytimedfunc=setInterval("javascript function",milliseconds); which automatically runs the event everyXseconds as opposed to once after timeout. I like this a bit better because it's really easy to just add: clea...