Redirecting Visitors To A New Location Automatically

Place this after the </title> tag, but before the </head> tag:

<script language="javascript" type="text/javascript">
<!--
window.location="http://www.mynewhome.com"
//-->
</script>

Then, in the <body> section you will need to place an additional link to your new webpage for people that do not have JavaScript.

Main?