

Create a page and add this to it. It will run the page every time someone loads the page or for whatever duration you set yourself.
setTimeout(function() {
location.reload();
}, 5000);
setTimeout(function() {
location.reload();
}, 5000);
setTimeout(function() { location.reload(); }, 5000);