%OPTION EXPLICIT
If Instr(Request.QueryString,"home") < 1 Then
Dim ViewHome
Viewhome = LCase(Trim(Request.Cookies("ViewHome")))
If ViewHome <> Empty Then
If ViewHome = "vegas" Then
Response.Redirect "http://lasvegas.bestredyp.com/"
Else
Response.Redirect ViewHome
End If
End If
End If
'If Request.ServerVariables("REMOTE_ADDR") = "65.241.80.158" Then Response.Write Request.Cookies'("ViewHome") & "
"
%>
|
|
|
|
![]() |
||||||||||||||||||||||||||||||||
|