% @Language = "VBScript" %><% Response.buffer = true %>
Under Construction
<%
Dim strServername, strLocalname, strServerIP
strServername = LCase(Request.ServerVariables("SERVER_NAME"))
strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR"))
strRemoteIP = LCase(Request.ServerVariables("REMOTE_ADDR"))
%><% If Request("uc") <> 1 AND (strServername = "localhost" or strServerIP = strRemoteIP) then %><% Response.Redirect "localstart.asp" %><% else %>
|
|
Under
ConstructionThe site
you were trying to reach does not currently have a default page. It may be
in the process of being upgraded.
Please try this site again later. If you still experience
the problem, try contacting the Web site administrator.
|
<% end if %>