Do you want to redirect to that page or open a new window?
In your window onload, execute a function which runs at set intervals using setInterval. How often depends on how accurate you wish to be.
Then check out the
Date object. Use that to determine the current time. If the time is right, either change the location using location.href=... or open a new window depending on what you want.