You could replace the code in your default.asp file (the file that people go to but you want redirected from) with this:<html><head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (navigator.javaEnabled())
window.location = "URL HERE";
else
window.location = "URL HERE";
// End -->
</script>
</head>
<body>
<p><center>
<font face="arial, helvetica" size="3">Loading Please Wait!!</font>
</center><p>
<p>
<center>
If you are not redirected to the auction site please <a href="URL HERE">click here</a>.</center></body></html>
Or, if you want them to know that they are going to a new page use this:<html><body><center>We have changed our address. Please <a href="URL HERE">click here</a> to go to our new address. Thank you.</center></body></html>