%
' This code grabs the URL that calls this page. Eg. From Merchant or from within the AMEX website
dim referer
referer = Request.ServerVariables("HTTP_REFERER")
%>
American Express - Hong Kong - Customer Service
<%
' This if statement displays the code, if the word "americanexpress" appears in the URL, ie. coming from within AMEX
if instr(1,referer,"americanexpress") > 1 then %>