stop(); setTimeout( function(){ play(); }, 7 * 1000);
stop(); i = setInterval( function(){ clearInterval(i); play(); }, 7 * 1000);