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