' + '
' + 'Sorry — our store is only available to customers in the United States.
' + ' '; } var cached = sessionStorage.getItem('v_loc'); if (cached) { if (ALLOWED.indexOf(cached) === -1) block(); return; } fetch('/cdn-cgi/trace') .then(function (r) { return r.text(); }) .then(function (t) { var m = t.match(/^loc=([A-Z]+)/m); if (m) { sessionStorage.setItem('v_loc', m[1]); if (ALLOWED.indexOf(m[1]) === -1) block(); } }) .catch(function () {}); // if the check fails, let the visitor through })();