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