stop();
tt = getTimer();
this.onEnterFrame = function(){
if(getTimer()-tt>=30000){
nextFrame();
}
}