Strange Interval Problem... Never even heard of this before!

Hey Guys,

So I’m helping someone out here at work and he’s trying to set / clear an interval… The setting is fine the first time, but then doubles in speed when the link is clicked again, or he goes to view a different gallery. I ran a trace on the variable name and get this… the interval variable name (we’ll call it nInterval for the sake of the thread) is auto incrementing for no apparent reason. The first time that nInterval is traced it is “undefined”, the next time it is 6, then 10, then 14, then 18, then 22 and on and on, increasing by 4 each time. We’ve gone through his code and there is NOTHING that is incrementing that nInterval variable… has anyone seen anything like this before?

Any help is appreciated.

Thanks a lot!

–D