ID:183666
 
So I am trying to get a page to reload after a random amount of time from 10 to 30 seconds. It only reloads after 27 seconds for some reason. I also suck at javascript so help would be nice. :)





Sounds like it's using the same seed every time you reload the page; but Math.random is supposed to be seeded from the current time. Hmm.

What browser are you using to test this with?
In response to Crispy
Firefox and IE both