-----Original Message-----
Howdy.
The following script will redirect to a page such as
pagefor2004,htm, pagefor2005.htm, and so forth.
<script>
d = new Date();
document.location.href = "pagefor" + d.getFullYear()
+ ".htm";
</script>
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
.