08/11/09 11:11:49 4H8heYSV0
>>63>>65
重くてリロードし損なった時のために
if(Math.floor(new Date().getTime()/60000)%4!=0){
setTimeout(function(){window.location.reload()},8000)
setTimeout(function(){window.location.reload()},16000)
setTimeout(function(){window.location.reload()},24000)}
setTimeout(function(){window.location.reload()},60000)
とか入れておくといいかも