<% '''''''''''''''''''''''''''''''''''''''''''''''''''' %>
<% ' BEGIN ASP Hook Code Block - Do not edit this block %>
<%
If InStr (1, Request.ServerVariables ("HTTP_REFERER"), "/shop/") OR (InStr (1, Request.ServerVariables ("HTTP_REFERER"), Request.ServerVariables ("SCRIPT_NAME")) AND Session ("FromShopFlag") = 1) Then
If InStr (1, Request.ServerVariables ("HTTP_REFERER"), "/shop/") Then
Session ("FromShopFlag") = 1
Session ("ReturnPath") = Request.ServerVariables ("HTTP_REFERER")
End If
%>
"> 
<%
Else
Session ("FromShopFlag") = 0
Session ("ReturnPath") = ""
End If
If UBound (Session ("UsersBasket"), 2) > 0 Then
%>
ReviewBasket.asp"> 
<%
End If
'Response.Write Request.ServerVariables ("HTTP_REFERER") & "
"
'If InStr (1, Request.ServerVariables ("HTTP_REFERER"), "/shop/") Then
' Session ("FromShopFlag") = 1
'End If%> <% ' END ASP Hook Code Block - Do not edit this block %> <% '''''''''''''''''''''''''''''''''''''''''''''''''''' %>