run a function with a specified time interval (in this case 4000 ms) : setInterval(function() { hangzo(Math.random()*500+200) }, 4000); //