This function allows you to stop a Timer .
Timer.Stop();
function onScriptLoad() { aTimer <- NewTimer("CountDown",1000,0); }
function CountDown { aTimer.Stop(); }