% Response.Buffer = True Response.Expires = 0 If Session("UserID") = "" Then Response.Redirect "login.asp" End If If Request.QueryString("R") = 1 Then Response.Redirect "properties.asp" End If If Session("MSG") <> "" Then strError = Session("MSG") Session("MSG") = "" End If %>