(function loop() { setTimeout(function () { // execute script loop() }, 9000); //9000 = 9000ms = 9s }());