<% if Not Session("loggedin")="y" Then Session("returnpage") = Request.ServerVariables("PATH_INFO") Response.Redirect("login.html") End If %>