I have a script that I am developing that creates a sliding button type effect. Five div\'s are situated next to eachother each with a link. When one of those DIVS are click
You need a "isRunning" flag. Check for it before you start. Set it when you start the sequence, clear it when it ends.