Put the following immediately after the <head> tag:
<SCRIPT language="JavaScript1.1">
<!--
location.replace("new URL");
//-->
</SCRIPT>
<noscript>
<meta http-equiv="refresh"
content="5; URL=new URL">
</noscript>
(Replace "new URL" with the entire URL of the page you want to go to.) It is
also good to put a note on the page like:
This page has been moved. If you are not automatically redirected within
five seconds, click here. and put a link to the new page.
Wally S