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