<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% If Session("location") = "uk" Then Response.Redirect "info-request.asp" End If If Session("location") = "pk" Then Response.Redirect "contact-pk.htm" End If If Session("location") = "" Then Response.Redirect "info-request.asp" End If Response.Write Session("location") %>