Reload Script

Reload Script


You can put this on your page
<script>
setTimeout("history.go(0);",10000);
</script>

You can change the 10000 to however many seconds you want it to take. 10000 is 10 seconds for example.