%@LANGUAGE="VBSCRIPT"%> <% If Request.Cookies("loc") <> "" Then loc = Request.Cookies("loc") session("loc") = loc End If %> <% If Session("loc") = "" Then Response.Redirect("location_lh.asp") End If %>