var reload_interval = 5000; SetIterval(xxx, reload_interval); function xxx() { window.location.reload(); }