Reload Page JQuery Timer

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