To elaborate on the previous posts, HTML alone can't do this. You either need client-side (javascript, Flash?) or server-side scripting. Even if you can't use PHP on the server maybe you can use ASP, SSI or CGI?
Maybe even .htaccess directives can be used, if I understood section "Time-Dependent Rewriting" in
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html correctly.