%
dim serverName
serverName = request.ServerVariables("SERVER_NAME")
if inStr(1,serverName,"SuperiorCharters.com",1)>0 then
response.Redirect("/SuperiorCharters")
else
response.Write("This page has been moved. Please click the following link to find the new page:
")
response.Write("http://www.SuperiorCharters.com
")
end if
%>
This page on the Superior Charters website has been moved.
Please click on the following link to find the new page: