this.onEnterFrame = function () { time = new Date(); sec = time.getSeconds(); s = sec.substr(1, 1); trace(s); }