<%@ Language = "VBScript" %> <% Response.Buffer = true %> <% Dim strServername, strLocalname, strServerIP strServername = LCase(Request.ServerVariables("SERVER_NAME")) ' Server's name strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR")) ' Server's IP address strRemoteIP = LCase(Request.ServerVariables("REMOTE_ADDR")) ' Client's IP address ' If the querystring variable uc <> 1, and the user is browsing from the server machine, ' go ahead and show them localstart.asp. We don't want localstart.asp shown to outside users. If Request("uc") <> 1 And (strServername = "localhost" Or strServerIP = strRemoteIP) Then Response.Redirect "localstart.asp" Else %> Secure Site Hosted by SmartHostUK.net

Website Hosted by SmartHostUK.net has been taken off line

The site you were trying to reach does not currently have a default page. It may be in the process of being upgraded and configured.



Please try this site again later. If you still experience the problem, try contacting the Web site administrator.

www.smartitdev.com

or

www.smarthostuk.net

Tel: 0115 8718 990


<% End If %>