<!-- REDIRECT IF PAGE MOVED --> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2005, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- function moveTo() { location.href = "http://www.your_site.com/new_page.html"; } //--> </script> <!-- Just change the URL in the script to suit your needs. The script should be typed into the file that was the former page that no longer exists and the URL should be pointing to the new page. The URL should also be changed in the link below. --> <!-- Add the script below to the BODY tag of the file --> <body onLoad="setTimeout('moveTo()', 5000);"> <!-- The number 5000 above in the BODY tag represents 5 seconds. It can be changed to suit your needs. For example if you wish to redirect visitor's after 10 seconds, change the number 5000 to 10000. --> This page has moved. You shall now be automatically redirected to our new page.<br /><br /> If you are not automatically moved <a href="http://www.your_site.com/new_page.html">Click Here!</a>