window.setInterval(function(){
  // Anything goes here will be executed every 5000 milliseconds (5 seconds).
}, 5000);
```;