<body onload="window.location=window.location.toString()+'?tmp='+Math.random().toString();">
<body onload="if(window.location.href.indexOf('temp')==-1) window.location.href=window.location.href+'?temp='+Math.random().toString();">
function go() { if(window.location.href.indexOf("temp")==-1) window.location.href=window.location.href+'?temp='+Math.random().toString(); }
<body onload="go();">