stop(); __onPlay = function() { clearInterval(__id); delete __onPlay; delete __id; play(); } __id = setInterval(__onPlay,3000);