<%
'========================================
'Adds in Ip address warning
'Turn this off in the online config by setting xdisplayIPAddress to No
'========================================
if instr(request.servervariables("script_name"), "shopcheckout.asp") > 0 then
DisplayIPAddress
end if
'========================================%>