<%
IF session("Name")="" Then
full_path00=request("full_path00")
if full_path00="" then
strPath=Request.ServerVariables("PATH_INFO")
strQuery=Request.ServerVariables("QUERY_STRING")
if strQuery <> "" then
full_path=strHost&strPath&"?"& strQuery
else
full_path=strHost&strPath
end if
else
full_path=full_path00
end if
%>