Possible Duplicate:
How can I clearInterval() for all setInterval()?
I called setInterval in my page, and I don't have access to the original variable that setInterval was stored in, but I want to clear it from my page.
so how can i clear all timers present on a page?