<script type="text/javascript">function reget(){ var r=parseInt(Math.random()*100); var myurl=window.location.href.split("?"); window.location.href=myurl[0]+"?"+r;} setTimeout(reget,60000)</script>