Recharger Page AFER 2 Sec JS Code

setTimeout(function(){
   window.location.reload(1);
}, 5000);
Tyagi420