%@LANGUAGE="VBSCRIPT"%>
<%
Session("loc") = cStr(Request("geo_location"))
'MagicBeat Server Behavior - 1013 - by Jag S. Sidhu - www.magicbeat.com
%>
William Prophet&Lisa Hendry 2002
william prophet:
welcome Choose
your location (used for ring sizes & P&P)
<% If (Session("loc")) = ("uk") Then 'script %>
You are logged in as a UK customer
<% End If ' end If (Session("loc")) = ("uk") script %>
<% If (Session("loc")) = ("usa") Then 'script %>
You
are logged in as an American customer
<% End If ' end If (Session("loc")) = ("usa") script %>
<% If (Session("loc")) = ("japan") Then 'script %>
You are logged in as a Japanese customer
<% End If ' end If (Session("loc")) = ("japan") script %>
<% If (Session("loc")) = ("europe") Then 'script %>
You are logged in as a European customer
<% End If ' end If (Session("loc")) = ("europe") script %>
<% If (Session("loc")) = ("row") Then 'script %>
You are logged in as a International customer
<% End If ' end If (Session("loc")) = ("row") script %>