<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(function(d, params, env, apiHost, hosts) {
    // set params
    (function(regex, qs, tokens) {
        regex = /[?&amp;]?([^=]+)=([^&amp;]*)/g;
        qs = d.location &amp;&amp; d.location.search ? d.location.search.split('+').join(' ') : '';

        while ((tokens = regex.exec(qs))) {
            params[decodeURIComponent(tokens[1])] = decodeURIComponent(tokens[2]);
        }
    })();

    // Google Tag Manager
    /*
    (function(w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({
            'gtm.start': new Date().getTime(),
            event: 'gtm.js'
        });
        var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s),
            dl = l != 'dataLayer' ? '&amp;l=' + l : '';
        j.async = true;
        j.src =
            './gameapi/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'famobi_dataLayer', 'GTM-PBT7JT');
		*/

    env = params.fg_env || 'prod';
    apiHost = hosts[env];
    // load script
    (function(d, url, fgJS, firstJS) {
        fgJS = d.createElement('script');
        firstJS = d.getElementsByTagName('script')[0];
        fgJS.src = url //+ "?_location=" + encodeURIComponent(d.location);
        firstJS.parentNode.insertBefore(fgJS, firstJS);
    })(d, './gameapi/3df41947-b71e-4659-b3ae-c1afe0508e57.html');

})(document, {}, '', '', {
    'dev': 'api.dev',
    'staging': 'api.staging.gc',
    'staging.aws': 'api.staging.aws',
    'staging.gc': 'api.staging.gc',
    'prod': 'api'
});</pre></body></html>