0% found this document useful (0 votes)
11 views

F

This document defines functions for creating symbols and adding them to the global namespace. It allows for polyfilling ES2015 features like Symbol, Symbol.iterator, Array.prototype.values, and Object.values for older JavaScript environments.

Uploaded by

delgattostephane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

F

This document defines functions for creating symbols and adding them to the global namespace. It allows for polyfilling ES2015 features like Symbol, Symbol.iterator, Array.prototype.values, and Object.values for older JavaScript environments.

Uploaded by

delgattostephane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

(function(){/*

Copyright The Closure Library Authors.


SPDX-License-Identifier: Apache-2.0
*/
function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:
{done:!0}}}var k="function"==typeof Object.defineProperties?
Object.defineProperty:function(a,b,c){if(a==Array.prototype||
a==Object.prototype)return a;a[b]=c.value;return a};
function ba(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof
window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var
b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find
global object");}var n=ba(this),ca="function"===typeof Symbol&&"symbol"===typeof
Symbol("x"),q={},r={};function t(a,b){var c=r[b];if(null==c)return
a[b];c=a[c];return void 0!==c?c:a[b]}
function u(a,b,c){if(b)a:{var d=a.split(".");a=1===d.length;var e=d[0],f;!a&&e in
q?f=q:f=n;for(e=0;e<d.length-1;e++){var g=d[e];if(!(g in f))break
a;f=f[g]}d=d[d.length-1];c=ca&&"es6"===c?f[d]:null;b=b(c);null!=b&&(a?k(q,d,
{configurable:!0,writable:!0,value:b}):b!==c&&(r[d]=ca?
n.Symbol(d):"$jscp$"+d,d=r[d],k(f,d,{configurable:!0,writable:!0,value:b})))}}
u("Symbol",function(a){function b(e){if(this instanceof b)throw new
TypeError("Symbol is not a constructor");return new c("jscomp_symbol_"+(e||"")
+"_"+d++,e)}function c(e,f){this.a=e;k(this,"description",{configurable:!
0,writable:!0,value:f})}if(a)return a;c.prototype.toString=function(){return
this.a};var d=0;return b},"es6");
u("Symbol.iterator",function(a){if(a)return a;a=(0,q.Symbol)
("Symbol.iterator");for(var b="Array Int8Array Uint8Array Uint8ClampedArray
Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split("
"),c=0;c<b.length;c++){var d=n[b[c]];"function"===typeof d&&"function"!=typeof
d.prototype[a]&&k(d.prototype,a,{configurable:!0,writable:!0,value:function()
{return da(aa(this))}})}return a},"es6");function da(a)
{a={next:a};a[t(q.Symbol,"iterator")]=function(){return this};return a}
function ea(a,b){a instanceof String&&(a+="");var c=0,d={next:function()
{if(c<a.length){var e=c++;return{value:b(e,a[e]),done:!1}}d.next=function()
{return{done:!0,value:void 0}};return
d.next()}};d[t(q.Symbol,"iterator")]=function(){return d};return
d}u("Array.prototype.values",function(a){return a?a:function(){return
ea(this,function(b,c){return c})}},"es8");
u("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in
b)Object.prototype.hasOwnProperty.call(b,d)&&c.push(b[d]);return c}},"es8");var
x=this||self,fa=/^[\w+/_-]+[=]{0,2}$/,y=null;function ha(a)
{return(a=a.querySelector&&a.querySelector("script[nonce]"))&&(a=a.nonce||
a.getAttribute("nonce"))&&fa.test(a)?a:""}function ia(a){return a};function z(a)
{a=parseFloat(a);return isNaN(a)||1<a||0>a?0:a};function ja(a){var b=!1,c;return
function(){b||(c=a(),b=!0);return c}};var ka=Array.prototype.some?function(a,b)
{return Array.prototype.some.call(a,b,void 0)}:function(a,b){for(var
c=a.length,d="string"===typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void
0,d[e],e,a))return!0;return!1};var A;function la(a,b)
{this.b=a===ma&&b||"";this.a=oa}var oa={};function pa(a){if(void 0===A){var
b=null;var c=x.trustedTypes;if(c&&c.createPolicy){try{b=c.createPolicy("goog#html",
{createHTML:ia,createScript:ia,createScriptURL:ia})}catch(d)
{x.console&&x.console.error(d.message)}A=b}else A=b}a=(b=A)?
b.createScriptURL(a):a;return new la(ma,a)}var ma={};var B;a:{var
qa=x.navigator;if(qa){var ra=qa.userAgent;if(ra){B=ra;break a}}B=""};function
sa(a,b){a.src=b instanceof la&&b.constructor===la&&b.a===oa?
b.b:"type_error:TrustedResourceUrl";
(b=a.ownerDocument&&a.ownerDocument.defaultView)&&b!=x?b=ha(b.document):
(null===y&&(y=ha(x.document)),b=y);b&&a.setAttribute("nonce",b)};function ta(a)
{ta[" "](a);return a}ta[" "]=function(){};function ua(){var a=document;var
b="SCRIPT";"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return
a.createElement(b)};var va=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)
(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;function
wa(a){var b=a.match(va);a=b[5];var c=b[6];b=b[7];var
d="";a&&(d+=a);c&&(d+="?"+c);b&&(d+="#"+b);return d}function C(a,b,c,d){for(var
e=c.length;0<=(b=a.indexOf(c,b))&&b<d;){var f=a.charCodeAt(b-1);if(38==f||
63==f)if(f=a.charCodeAt(b+e),!f||61==f||38==f||35==f)return b;b+=e+1}return-1}var
D=/#|$/;
function E(a,b){var c=a.search(D),d=C(a,0,b,c);if(0>d)return null;var
e=a.indexOf("&",d);if(0>e||e>c)e=c;d+=b.length+1;return
decodeURIComponent(a.substr(d,e-d).replace(/\+/g," "))}var xa=/[?&]($|#)/;
function F(a,b,c){for(var
d=a.search(D),e=0,f,g=[];0<=(f=C(a,e,b,d));)g.push(a.substring(e,f)),e=Math.min(a.i
ndexOf("&",f)+1||d,d);g.push(a.substr(e));a=g.join("").replace(xa,"$1");c=null!
=c?"="+encodeURIComponent(String(c)):"";(b+=c)?
(c=a.indexOf("#"),0>c&&(c=a.length),d=a.indexOf("?"),0>d||d>c?
(d=c,e=""):e=a.substring(d+1,c),c=[a.substr(0,d),e,a.substr(c)],a=c[1],c[1]=b?a?
a+"&"+b:b:a,b=c[0]+(c[1]?"?"+c[1]:"")+c[2]):b=a;return b};function ya(){if(!
x.crypto)return Math.random();try{var a=new
Uint32Array(1);x.crypto.getRandomValues(a);return a[0]/65536/65536}catch(b){return
Math.random()}}function za(a,b){if(a)for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b.call(void 0,a[c],c,a)}var
Ba=ja(function(){return ka(["Google Web Preview","Mediapartners-Google","Google-
Read-Aloud","Google-Adwords"],Aa)||1E-4>Math.random()}),Ca=ja(function(){return-1!
=B.indexOf("MSIE")});function Aa(a){return-1!=B.indexOf(a)}
function G(a){return/^true$/.test(a)};var
Da=z("0.20"),Ea=z("0.002"),Fa=z("0.00"),Ga=z("0.00"),Ha=G("false"),Ia=G("true"),Ja=
G("true"),Ka=G("true");var H=null;function La(){if(null===H){H="";try{var
a="";try{a=x.top.location.hash}catch(c){a=x.location.hash}if(a){var b=a.match(/\
bdeid=([\d,]+)/);H=b?b[1]:""}}catch(c){}}return H}function I(a,b,c){var d=J;if(c?
d.a.hasOwnProperty(c)&&""==d.a[c]:1){var e;e=(e=La())?(e=e.match(new RegExp("\\
b("+a.join("|")+")\\b")))?e[0]:null:null;if(e)a=e;else a:{if(!Ca()&&!
Ba()&&(e=Math.random(),e<b)){e=ya();a=a[Math.floor(e*a.length)];break
a}a=null}a&&""!=a&&(c?d.a.hasOwnProperty(c)&&(d.a[c]=a):d.b[a]=!0)}}
function K(a){var b=J;return b.a.hasOwnProperty(a)?b.a[a]:""}function Ma(){var
a=J,b=[];za(a.b,function(c,d){b.push(d)});za(a.a,function(c){""!
=c&&b.push(c)});return b};var Na={s:2,D:13,C:14,v:16,u:17},J=null;function Oa()
{return!!J&&"592230571"==K(16)};var L=window,Pa=document;var Qa={};function M(a)
{Qa.TAGGING=Qa.TAGGING||[];Qa.TAGGING[a]=!0};function Ra(a,b)
{if(Array.prototype.indexOf)return a=a.indexOf(b),"number"==typeof a?a:-1;for(var
c=0;c<a.length;c++)if(a[c]===b)return c;return-1}function Sa(a,b){for(var c in
a)Object.prototype.hasOwnProperty.call(a,c)&&b(c,a[c])};var Ta={};function N(a)
{return void 0==Ta[a]?!1:Ta[a]};var O=[];function P(){var a={};var
b=L.google_tag_data;L.google_tag_data=void 0===b?a:b;a=L.google_tag_data;a.ics||
(a.ics={entries:{},set:Ua,update:Va,addListener:Wa,notifyListeners:Xa,active:!
1});return a.ics}
function Ua(a,b,c,d,e,f){var g=P();g.active=!0;if(void 0!=b){var
h=g.entries;g=h[a]||{};var l=g.region;c=c&&"string"==typeof c?c.toUpperCase():void
0;d=d.toUpperCase();e=e.toUpperCase();if(c===e||(c===d?l!==e:!c&&!l)){d=!!
(f&&0<f&&void 0===g.update);var
m={region:c,initial:"granted"===b,update:g.update,quiet:d};h[a]=m;d&&L.setTimeout(f
unction(){h[a]===m&&m.quiet&&(m.quiet=!1,Ya(a),Xa(),M(2))},f)}}}
function Va(a,b){var c=P();c.active=!0;if(void 0!=b){var
d=Q(a);c=c.entries;c=c[a]=c[a]||{};c.update="granted"===b;b=Q(a);c.quiet?(c.quiet=!
1,Ya(a)):b!==d&&Ya(a)}}function Wa(a,b){O.push({g:a,i:b})}function Ya(a){for(var
b=0;b<O.length;++b){var c=O[b];"[object
Array]"==Object.prototype.toString.call(Object(c.g))&&-1!==c.g.indexOf(a)&&(c.h=!
0)}}function Xa(){for(var a=0;a<O.length;++a){var b=O[a];if(b.h){b.h=!
1;try{b.i.call()}catch(c){}}}}
function Q(a){a=P().entries[a]||{};return void 0!==a.update?a.update:void 0!
==a.initial?a.initial:void 0}function Za(a){return!(P().entries[a]||
{}).quiet}function $a(){return N("gtag_cs_api")?P().active:!1}function ab(a,b)
{P().addListener(a,b)}function bb(a){function b(){for(var e=0;e<c.length;e++)if(!
Za(c[e]))return!0;return!1}var c=["ad_storage"];if(b()){var d=!1;ab(c,function()
{d||b()||(d=!0,a())})}else a()}
function cb(a){if(!1===Q("ad_storage")){var b=!1;ab(["ad_storage"],function(){!
b&&Q("ad_storage")&&(a(),b=!0)})}};var db=/:[0-9]+$/;function eb(a,b)
{a=a.split("&");for(var c=0;c<a.length;c++){var
d=a[c].split("=");if(decodeURIComponent(d[0]).replace(/\+/g," ")===b)return
decodeURIComponent(d.slice(1).join("=")).replace(/\+/g," ")}}
function fb(a,b){var
c="query";if("protocol"===c||"port"===c)a.protocol=gb(a.protocol)||
gb(L.location.protocol);"port"===c?a.port=String(Number(a.hostname?
a.port:L.location.port)||("http"==a.protocol?80:"https"==a.protocol?
443:"")):"host"===c&&(a.hostname=(a.hostname||
L.location.hostname).replace(db,"").toLowerCase());var
d=gb(a.protocol);c&&(c=String(c).toLowerCase());switch(c){case
"url_no_fragment":b="";a&&a.href&&(b=a.href.indexOf("#"),b=0>b?
a.href:a.href.substr(0,b));a=b;break;case "protocol":a=
d;break;case "host":a=a.hostname.replace(db,"").toLowerCase();break;case
"port":a=String(Number(a.port)||("http"==d?80:"https"==d?443:""));break;case
"path":a.pathname||a.hostname||M(1);a="/"==a.pathname.charAt(0)?
a.pathname:"/"+a.pathname;a=a.split("/");0<=Ra([],a[a.length-1])&&(a[a.length-
1]="");a=a.join("/");break;case
"query":a=a.search.replace("?","");b&&(a=eb(a,b));break;case
"extension":a=a.pathname.split(".");a=1<a.length?a[a.length-1]:"";a=a.split("/")
[0];break;case "fragment":a=a.hash.replace("#",
"");break;default:a=a&&a.href}return a}function gb(a){return a?
a.replace(":","").toLowerCase():""};function hb(a,b,c,d){if(ib(d))
{d=[];b=String(b||document.cookie).split(";");for(var e=0;e<b.length;e++){var
f=b[e].split("="),g=f[0].replace(/^\s*|\s*$/g,"");g&&g==a&&((f=f.slice(1).join("=")
.replace(/^\s*|\s*$/g,""))&&c&&(f=decodeURIComponent(f)),d.push(f))}a=d}else
a=[];return a}function jb(a,b,c,d){var
e=document.cookie;document.cookie=a;a=document.cookie;return e!=a||void 0!
=c&&0<=hb(b,a,!1,d).indexOf(c)}
function kb(a,b,c){function d(v,w,na){if(null==na)return delete
g[w],v;g[w]=na;return v+"; "+w+"="+na}function e(v,w){if(null==w)return delete
g[w],v;g[w]=!0;return v+"; "+w}if(ib(c.c)){if(void 0==b)var f=a+"=deleted;
expires="+(new Date(0)).toUTCString();else
c.encode&&(b=encodeURIComponent(b)),b=lb(b),f=a+"="+b;var
g={};f=d(f,"path",c.path);if(c.expires instanceof Date)var
h=c.expires.toUTCString();else null!
=c.expires&&(h=c.expires);f=d(f,"expires",h);f=d(f,"max-
age",c.G);f=d(f,"samesite",c.H);
c.I&&(f=e(f,"secure"));h=c.domain;if("auto"===h){h=mb();for(var l=0;l<h.length;++l)
{var m="none"!==h[l]?h[l]:void 0,p=d(f,"domain",m);p=e(p,c.flags);if(!
nb(m,c.path)&&jb(p,a,b,c.c))break}}else h&&"none"!
==h&&(f=d(f,"domain",h)),f=e(f,c.flags),nb(h,c.path)||jb(f,a,b,c.c)}}function lb(a)
{a&&1200<a.length&&(a=a.substring(0,1200));return a}var ob=/^(www\.)?
google(\.com?)?(\.[a-z]{2})?$/,pb=/(^|\.)doubleclick\.net$/i;function nb(a,b)
{return pb.test(document.location.hostname)||"/"===b&&ob.test(a)}
function mb(){var a=[],b=document.location.hostname.split(".");if(4===b.length){var
c=b[b.length-1];if(parseInt(c,10).toString()===c)return["none"]}for(c=b.length-
2;0<=c;c--)a.push(b.slice(c).join("."));b=document.location.hostname;pb.test(b)||
ob.test(b)||a.push("none");return a}function ib(a){if(!N("gtag_cs_api")||!a||!
$a())return!0;if(!Za(a))return!1;a=Q(a);return null==a?!0:!!a};function qb(a,b){var
c,d=a.F;null==d&&(d=7776E3);0!==d&&(c=new Date((b||(new Date).getTime())
+1E3*d));return{path:a.path,domain:a.domain,flags:a.flags,encode:!0,expires:c}};var
rb=/^\w+$/,sb=/^[\w-]+$/,tb=/^~?[\w-]+
$/,ub={aw:"_aw",dc:"_dc",gf:"_gf",ha:"_ha",gp:"_gp"};function vb(){if(!
N("gtag_cs_api")||!$a())return!0;var a=Q("ad_storage");return null==a?!0:!!
a}function wb(a,b){Za("ad_storage")?vb()?a():cb(a):b?M(3):bb(function(){wb(a,!
0)})}function xb(a,b){var c=[];if(!a.cookie)return c;a=hb(b,a.cookie,void
0,"ad_storage");if(!a||0==a.length)return c;for(b=0;b<a.length;b++){var
d=yb(a[b]);d&&-1===Ra(c,d)&&c.push(d)}return zb(c)}
function Ab(a){return a&&"string"==typeof a&&a.match(rb)?a:"_gcl"}function Bb(){var
a=L.location.href,b=Pa.createElement("a");a&&(b.href=a);var c=b.pathname;"/"!
==c[0]&&(a||M(1),c="/"+c);a=b.hostname.replace(db,"");var
d={href:b.href,protocol:b.protocol,host:b.host,hostname:a,pathname:c,search:b.searc
h,hash:b.hash,port:b.port};b=fb(d,"gclid");c=fb(d,"gclsrc");a=fb(d,"dclid");b&&c||
(d=d.hash.replace("#",""),b=b||eb(d,"gclid"),c=c||eb(d,"gclsrc"));return Cb(b,c,a)}
function Cb(a,b,c){function d(f,g){e[g]||(e[g]=[]);e[g].push(f)}var
e={};e.gclid=a;e.gclsrc=b;e.dclid=c;if(void 0!==a&&a.match(sb))switch(b){case void
0:d(a,"aw");break;case "aw.ds":d(a,"aw");d(a,"dc");break;case
"ds":d(a,"dc");break;case "3p.ds":N("gtm_3pds")&&d(a,"dc");break;case
"gf":d(a,"gf");break;case "ha":d(a,"ha");break;case
"gp":d(a,"gp")}c&&d(c,"dc");return e}function Db(){var a={},b=Bb();wb(function()
{return Eb(b,a)})}
function Eb(a,b,c){function d(m){return["GCL",l,m].join(".")}function e(m,p)
{m=ub[m];m=void 0!==m?f+m:void 0;m&&(null==g.path&&(g.path="/"),g.domain||
(g.domain="auto"),kb(m,p,g),h=!0)}b=b||{};var f=Ab(b.prefix);c=c||(new
Date).getTime();var g=qb(b,c);g.c="ad_storage";var
h=!1,l=Math.round(c/1E3);a.aw&&(!0===b.J?
e("aw",d("~"+a.aw[0])):e("aw",d(a.aw[0])));a.dc&&e("dc",d(a.dc[0]));a.gf&&e("gf",d(
a.gf[0]));a.ha&&e("ha",d(a.ha[0]));a.gp&&e("gp",d(a.gp[0]));return h}
function yb(a){a=a.split(".");if(3==a.length&&"GCL"==a[0]&&a[1])return
a[2]}function zb(a){return a.filter(function(b){return tb.test(b)})}function Fb()
{for(var a=["aw"],b={},c=Ab(b.prefix),d={},e=0;e<a.length;e+
+)ub[a[e]]&&(d[a[e]]=ub[a[e]]);wb(function(){Sa(d,function(f,g)
{g=hb(c+g,Pa.cookie,void 0,"ad_storage");if(g.length){g=g[0];var
h=g.split(".");h=3!==h.length||"GCL"!==h[0]?0:1E3*(Number(h[1])||0);var
l={};l[f]=[yb(g)];Eb(l,b,h)}})})};var Gb=/^UA-\d+-\d+%3A[\w-]+(?:%2C[\w-]+)*(?:
%3BUA-\d+-\d+%3A[\w-]+(?:%2C[\w-]+)*)*$/,Hb=/^~?[\w-]+(?:\.~?[\w-]+)*$/,Ib=/^\
d+\.fls\.doubleclick\.net$/,Jb=/;gac=([^;?]+)/,Kb=/;gclaw=([^;?]+)/;function
Lb(a,b){if(Ib.test(a.location.host))
{if((a=a.location.href.match(Kb))&&2==a.length&&a[1].match(Hb))return a[1]}else
if(a=xb(a,(b||"_gcl")+"_aw"),0<a.length)return a.join(".");return""}function Mb(a)
{0!==xb(document,"_gcl_aw").length||a&&0!==xb(document,a+"_aw").length||
(Db(),Fb())};function Nb(a){var b=x.performance;return b&&b.timing&&b.timing[a]||
0};var Ob={A:0,l:1,B:2,o:3,m:4};function R(){this.a={}}function Pb(a,b,c)
{"number"===typeof c&&0<c&&(a.a[b]=Math.round(c))}function Qb(a){var b=R.a();var
c=void 0===c?x:c;c=c.performance;Pb(b,a,c&&c.now?c.now():null)}function Rb()
{function a(){return Pb(b,0,Nb("loadEventStart")-Nb("navigationStart"))}var
b=R.a();0!=Nb("loadEventStart")?a():window.addEventListener("load",a)}function Sb()
{var a=R.a();return t(Object,"values").call(Object,Ob).map(function(b)
{return[b,a.a[b]||0]})}R.b=void 0;
R.a=function(){return R.b?R.b:R.b=new R};function Tb(a,b,c){a=Ub(a,!
0);if(a[b])return!1;a[b]=[];a[b][0]=c;return!0}function Ub(a,b){var
c=a.GooglebQhCsO;c||(c={},b&&(a.GooglebQhCsO=c));return c};var Vb={},S=null;
function Wb(a){for(var b=[],c=0,d=0;d<a.length;d++){var
e=a.charCodeAt(d);255<e&&(b[c++]=e&255,e>>=8);b[c++]=e}a=4;void 0===a&&(a=0);if(!
S)for(S={},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split
(""),d=["+/=","+/","-_=","-_.","-_"],e=0;5>e;e++){var
f=c.concat(d[e].split(""));Vb[e]=f;for(var g=0;g<f.length;g++){var h=f[g];void
0===S[h]&&(S[h]=g)}}a=Vb[a];c=[];for(d=0;d<b.length;d+=3){var
l=b[d],m=(e=d+1<b.length)?b[d+1]:0;h=(f=d+2<b.length)?b[d+2]:0;g=l>>2;l=(l&3)<<4|
m>>4;
m=(m&15)<<2|h>>6;h&=63;f||(h=64,e||
(m=64));c.push(a[g],a[l],a[m]||"",a[h]||"")}return c.join("")};function Xb(a,b,c,d)
{var e=E(c,"fmt");if(d){var f=E(c,"random"),g=E(c,"label")||"";if(!f)return!
1;f=Wb(decodeURIComponent(g.replace(/\+/g," "))+":"+decodeURIComponent(f.replace(/\
+/g," ")));if(!Tb(a,f,d))return!1}e&&4!
=e&&(c=F(c,"rfmt",e));e=F(c,"fmt",4);c=ua();e=pa(e);sa(c,e);c.onload=function()
{a.google_noFurtherRedirects&&d&&d.call&&(a.google_noFurtherRedirects=null,d())};b.
getElementsByTagName("script")[0].parentElement.appendChild(c);return!0};var
Yb=G("true");function Zb(){if("function"==typeof L.__uspapi){var
a="";try{L.__uspapi("getUSPData",1,function(b,c){c&&b&&(b=b.uspString)&&/^[\da-zA-
Z-]{1,20}$/.test(b)&&(a=b)})}catch(b){}return a}};var T="google_conversion_id
google_conversion_format google_conversion_type google_conversion_order_id
google_conversion_language google_conversion_value google_conversion_currency
google_conversion_domain google_conversion_label google_conversion_color
google_disable_viewthrough google_enable_display_cookie_match
google_gtag_event_data google_remarketing_only google_conversion_linker
google_tag_for_child_directed_treatment google_tag_for_under_age_of_consent
google_allow_ad_personalization_signals google_restricted_data_processing
google_conversion_items google_conversion_merchant_id google_user_id
google_custom_params google_conversion_date google_conversion_time
google_conversion_js_version onload_callback opt_image_generator
google_gtm_url_processor google_conversion_page_url google_conversion_referrer_url
google_gtm google_gcl_cookie_prefix google_read_gcl_cookie_opt_out
google_basket_feed_country google_basket_feed_language google_basket_discount
google_basket_transaction_type google_additional_conversion_params
google_transport_url".split(" "),
$b=["google_conversion_first_time","google_conversion_snippets"];function U(a)
{return null!=a?encodeURIComponent(String(a)):""}function ac(a){if(null!=a)
{a=String(a).substring(0,512);var b=a.indexOf("#");return-1==b?
a:a.substring(0,b)}return""}function V(a,b){b=U(b);return""!=b&&(a=U(a),""!
=a)?"&".concat(a,"=",b):""}function bc(a){var b=typeof a;return
null==a||"object"==b||"function"==b?null:String(a).replace(/,/g,"\\,").replace(/;/
g,"\\;").replace(/=/g,"\\=")}
function cc(a){if(!a||"object"!=typeof a||"function"==typeof a.join)return"";var
b=[],c;for(c in a)if(Object.prototype.hasOwnProperty.call(a,c)){var
d=a[c];if(d&&"function"==typeof d.join){for(var e=[],f=0;f<d.length;++f){var
g=bc(d[f]);null!=g&&e.push(g)}d=0==e.length?null:e.join(",")}else d=bc(d);
(e=bc(c))&&null!=d&&b.push(e+"="+d)}return b.join(";")}
function dc(a,b){b=void 0===b?
null:b;a=cc(a.google_custom_params);b=cc(b);b=a.concat(0<a.length&&0<b.length?";":"
",b);return""==b?"":"&".concat("data=",encodeURIComponent(b))}function ec(a){return
null==a||0!=a&&1!=a?"":V("tfcd",a)}function fc(a){return null==a||0!=a&&1!
=a?"":V("tfua",a)}function gc(a){return!1===a?V("npa",1):!0===a?
V("npa",0):""}function hc(a){return Ja?!0===a?V("rdp",1):!1===a?V("rdp",0):"":""}
function ic(a){if(null!=a){a=a.toString();if(2==a.length)return
V("hl",a);if(5==a.length)return V("hl",a.substring(0,2))
+V("gl",a.substring(3,5))}return""}function W(a){return"number"!=typeof
a&&"string"!=typeof a?"":U(a.toString())}
function jc(a){if(!a)return"";a=a.google_conversion_items;if(!a)return"";for(var
b=[],c=0,d=a.length;c<d;c++){var
e=a[c],f=[];e&&(f.push(W(e.value)),f.push(W(e.quantity)),f.push(W(e.item_id)),f.pus
h(W(e.start_date)),f.push(W(e.end_date)),b.push("("+f.join("*")+")"))}return
0<b.length?"&item="+b.join(""):""}
function kc(a,b){if(b.google_read_gcl_cookie_opt_out||b.google_remarketing_only||
b.google_conversion_domain&&(!b.google_gcl_cookie_prefix||!/
^_ycl/.test(b.google_gcl_cookie_prefix)))return"";var
c="";if(b.google_gcl_cookie_prefix&&/^[a-zA-Z0-9_]+
$/.test(b.google_gcl_cookie_prefix)&&"_gcl"!=b.google_gcl_cookie_prefix)return
c=Lb(a,b.google_gcl_cookie_prefix),V("gclaw",c);
(b=Lb(a))&&(c=V("gclaw",b));if(Ib.test(a.location.host))var
d=(d=a.location.href.match(Jb))&&2==d.length&&d[1].match(Gb)?
decodeURIComponent(d[1]):
"";else{if(vb()){b=[];a=a.cookie.split(";");for(var e=/^\s*_gac_(UA-\d+-\d+)=\s*(.
+?)\s*$/,f=0;f<a.length;f++){var
g=a[f].match(e);g&&b.push({f:g[1],value:g[2]})}a={};if(b&&b.length)for(e=0;e<b.leng
th;e++)f=b[e].value.split("."),"1"==f[0]&&3==f.length&&f[1]&&(a[b[e].f]||
(a[b[e].f]=[]),a[b[e].f].push({timestamp:f[1],j:f[2]}));b=a}else b={};a=[];for(d in
b){e=[];f=b[d];for(g=0;g<f.length;g+
+)e.push(f[g].j);a.push(d+":"+e.join(","))}d=0<a.length?a.join(";"):""}return c+(d?
V("gac",d):"")}
function lc(a,b,c){var d=[];if(a){var
e=a.screen;e&&(d.push(V("u_h",e.height)),d.push(V("u_w",e.width)),d.push(V("u_ah",e
.availHeight)),d.push(V("u_aw",e.availWidth)),d.push(V("u_cd",e.colorDepth)));a.his
tory&&d.push(V("u_his",a.history.length))}c&&"function"==typeof
c.getTimezoneOffset&&d.push(V("u_tz",-
c.getTimezoneOffset()));b&&("function"==typeof
b.javaEnabled&&d.push(V("u_java",b.javaEnabled())),b.plugins&&d.push(V("u_nplug",b.
plugins.length)),b.mimeTypes&&d.push(V("u_nmime",b.mimeTypes.length)));
return d.join("")}function mc(a){function b(d){try{return decodeURIComponent(d),!
0}catch(e){return!1}}a=a?a.title:"";if(void
0==a||""==a)return"";a=encodeURIComponent(a);for(var c=256;!
b(a.substr(0,c));)c--;return"&tiba="+a.substr(0,c)}
function nc(a,b,c,d){var e="";if(b){if(a.top==a)var f=0;else{var
g=a.location.ancestorOrigins;if(g)f=g[g.length-1]==a.location.origin?
1:2;else{g=a.top;try{var h;if(h=!!g&&null!=g.location.href)c:{try{ta(g.foo);h=!
0;break c}catch(l){}h=!1}f=h}catch(l){f=!1}f=f?1:2}}a=c?c:1==f?
a.top.location.href:a.location.href;e+=V("frm",f);e+=V("url",ac(a));e+=V("ref",ac(d
||b.referrer))}return e}
function oc(a,b,c,d,e){var f=void 0===f?null:f;var
g="https://",h="landing"===d.google_conversion_type?"/extclk":"/";switch(e)
{default:return"";case 2:case 3:var l="googleads.g.doubleclick.net/";var
m="pagead/viewthroughconversion/";break;case 1:l="www.google.com/";m="pagead/1p-
conversion/";break;case
0:l=d.google_conversion_domain||"www.googleadservices.com/",m="pagead/
conversion/"}Ha&&d.google_transport_url&&(l=d.google_transport_url);"/"!
==l[l.length-1]&&(l+="/");if(0===l.indexOf("http://")||0===
l.indexOf("https://"))g="";g=[g,l,m,U(d.google_conversion_id),h,"?
random=",U(d.google_conversion_time)].join("");f=void 0===f?
null:f;a=[V("cv",d.google_conversion_js_version),V("fst",d.google_conversion_first_
time),V("num",d.google_conversion_snippets),V("fmt",d.google_conversion_format),d.g
oogle_remarketing_only?
V("userId",d.google_user_id):"",ec(d.google_tag_for_child_directed_treatment),fc(d.
google_tag_for_under_age_of_consent),gc(d.google_allow_ad_personalization_signals),
hc(d.google_restricted_data_processing),
V("value",d.google_conversion_value),V("currency_code",d.google_conversion_currency
),V("label",d.google_conversion_label),V("oid",d.google_conversion_order_id),V("bg"
,d.google_conversion_color),ic(d.google_conversion_language),V("guid","ON"),!
d.google_conversion_domain&&"GooglemKTybQhCsO"in x&&"function"==typeof
x.GooglemKTybQhCsO?
V("resp","GooglemKTybQhCsO"):"",V("disvt",d.google_disable_viewthrough),V("eid",Ma(
).join()),lc(a,b,d.google_conversion_date),V("gtm",d.google_gtm),b&&b.sendBeacon?
V("sendb",
"1"):"",pc(),V("ig",/googleadservices\.com/.test("www.googleadservices.com")?
1:0),dc(d,f),kc(c,d),nc(a,c,d.google_conversion_page_url,d.google_conversion_referr
er_url),mc(c),d.google_remarketing_only||!
d.google_additional_conversion_params?"":qc(d.google_additional_conversion_params),
"&hn="+U("www.googleadservices.com"),rc(a)].join("");b=La();a+=0<b.length?"&debug_e
xperiment_id="+b:"";d.google_remarketing_only||d.google_conversion_domain?d=a:
(b=[V("mid",d.google_conversion_merchant_id),V("fcntr",d.google_basket_feed_country
),
V("flng",d.google_basket_feed_language),V("dscnt",d.google_basket_discount),V("btty
pe",d.google_basket_transaction_type)].join(""),d=[a,b,jc(d)].join(""),d=4E3<d.leng
th?[a,V("item","elngth")].join(""):d);g+=d;1===e?
g+=[V("gcp",1),V("sscte",1),V("ct_cookie_present",1)].join(""):3==e&&(g+=V("gcp",1)
,g+=V("ct_cookie_present",1));Ia&&(e=Zb(),void 0!
==e&&(g+=V("us_privacy",e||"error")));return g}
function sc(a,b,c,d,e,f,g){return'<iframe name="'+a+'"'+(g?' id="'+g+'"':"")+'
title="'+b+'" width="'+d+'" height="'+e+'"'+(c?' src="'+c+'"':"")+' frameborder="0"
marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true"'+
(f?' style="display:none"':"")+' scrolling="no"></iframe>'}
function tc(a)
{return{ar:1,bg:1,cs:1,da:1,de:1,el:1,en_AU:1,en_US:1,en_GB:1,es:1,et:1,fi:1,fr:1,h
i:1,hr:1,hu:1,id:1,is:1,it:1,iw:1,ja:1,ko:1,lt:1,nl:1,no:1,pl:1,pt_BR:1,pt_PT:1,ro:
1,ru:1,sk:1,sl:1,sr:1,sv:1,th:1,tl:1,tr:1,vi:1,zh_CN:1,zh_TW:1}[a]?
a+".html":"en_US.html"}
function uc(a,b,c,d){function e(h,l,m,p){return'<img height="'+m+'" width="'+l+'"
border="0" alt="" src="'+h+'"'+(p?' style="display:none"':"")+" />"}Oa()&&Qb(2);var
f="";d.google_remarketing_only&&d.google_enable_display_cookie_match&&!
Yb&&(J&&I(["376635470","376635471"],Da,2),f=d.google_remarketing_only&&d.google_ena
ble_display_cookie_match&&!Yb&&J&&"376635471"==K(2)?
sc("google_cookie_match_frame","Google cookie match
frame","https://bid.g.doubleclick.net/xbbe/pixel?d=KAE",1,1,!
0,null):"");d.google_remarketing_only&&
!d.google_conversion_domain&&J&&I(["759238990","759238991"],Ga,13);!
d.google_remarketing_only||d.google_conversion_domain||
J&&("759248991"==K(14)||"759248990"==K(14))||
J&&I(["759248990","759248991"],Fa,14);!1!
==d.google_conversion_linker&&Mb(d.google_gcl_cookie_prefix);b=oc(a,b,c,d,d.google_
remarketing_only?
2:0);if(0==d.google_conversion_format&&null==d.google_conversion_domain)return'<a
href="https://services.google.com/sitestats/'+(tc(d.google_conversion_language)+"?
cid="+U(d.google_conversion_id))+
'" target="_blank">'+e(b,135,27,!1)+"</a>"+f;if(1<d.google_conversion_snippets||
3==d.google_conversion_format){var
g=b;null==d.google_conversion_domain&&(g=3==d.google_conversion_format?
b:F(b,"fmt",3));return vc(a,c,d,g)?f:e(g,1,1,!0)+f}g=null;!
d.google_conversion_domain&&vc(a,c,d,b)&&(g="goog_conv_iframe",b="");return
sc("google_conversion_frame","Google conversion
frame",b,2==d.google_conversion_format?200:300,2==d.google_conversion_format?
26:13,!1,g)+f}
function vc(a,b,c,d){if(c.google_conversion_domain)return!1;try{return
Xb(a,b,d,null)}catch(e){return!1}}
function wc(a){if("landing"==a.google_conversion_type||!a.google_conversion_id||
a.google_remarketing_only&&a.google_disable_viewthrough)return!
1;a.google_conversion_date=new
Date;a.google_conversion_time=a.google_conversion_date.getTime();a.google_conversio
n_snippets="number"==typeof
a.google_conversion_snippets&&0<a.google_conversion_snippets?
a.google_conversion_snippets+1:1;"number"!=typeof
a.google_conversion_first_time&&(a.google_conversion_first_time=a.google_conversion
_time);a.google_conversion_js_version=
"9";0!=a.google_conversion_format&&1!=a.google_conversion_format&&2!
=a.google_conversion_format&&3!
=a.google_conversion_format&&(a.google_conversion_format=3);!1!
==a.google_enable_display_cookie_match&&(a.google_enable_display_cookie_match=!
0);return!0}function xc(a){for(var b=0;b<T.length;b++)a[T[b]]=null}function yc(a)
{for(var b={},c=0;c<T.length;c++)b[T[c]]=a[T[c]];for(c=0;c<$b.length;c+
+)b[$b[c]]=a[$b[c]];return b}
function pc(){var a="";Oa()&&(a=Sb().map(function(b){return
b.join("-")}).join("_"));return V("li",a)}function rc(a){if(!Ka||!a.__gsaExp||!
a.__gsaExp.id)return"";a=a.__gsaExp.id;if("function"!=typeof a)return"";try{var
b=Number(a());return isNaN(b)?"":V("gsaexp",b)}catch(c){return""}}function qc(a)
{var b="",c;for(c in a)a.hasOwnProperty(c)&&(b+=V(c,a[c]));return b};function zc(a)
{return{visible:1,hidden:2,prerender:3,preview:4,unloaded:5}[a.visibilityState||
a.webkitVisibilityState||a.mozVisibilityState||""]||0}function Ac(a){var
b;a.visibilityState?b="visibilitychange":a.mozVisibilityState?
b="mozvisibilitychange":a.webkitVisibilityState&&(b="webkitvisibilitychange");retur
n b}function Bc(a,b){if(3==zc(b))return!1;a();return!0}
function Cc(a,b){if(!Bc(a,b)){var c=!1,d=Ac(b),e=function(){!c&&Bc(a,b)&&(c=!
0,b.removeEventListener&&b.removeEventListener(d,e,!
1))};d&&b.addEventListener&&b.addEventListener(d,e,!1)}};J=new function(){var
a=[],b=0,c;for(c in Na)a[b++]=Na[c];this.b={};this.a={};a=a||
[];b=0;for(c=a.length;b<c;+
+b)this.a[a[b]]=""};I(["592230570","592230571"],Ea,16);Oa()&&(Qb(1),Rb());
function Dc(a,b,c){function d(m,p){var v=new Image;v.onload=m;v.src=p}function e()
{--f;if(0>=f){var m=Ub(a,!1),p=m[b];p&&(delete m[b],(m=p[0])&&m.call&&m())}}var
f=c.length+1;if(2==c.length){var
g=c[0],h=c[1];0<=C(g,0,"rmt_tld",g.search(D))&&0<=C(g,0,"ipr",g.search(D))&&!
h.match(va)[6]&&(h+=wa(g),c[1]=F(h,"rmt_tld","1"))}for(g=0;g<c.length;g++)
{h=c[g];var l=E(h,"fmt");switch(parseInt(l,10)){case 1:case 2:
(l=a.document.getElementById("goog_conv_iframe"))&&!l.src?
(l.onload=e,l.src=h):d(e,h);break;case 4:Xb(a,
a.document,h,e);break;case
5:if(a.navigator&&a.navigator.sendBeacon)if(a.navigator.sendBeacon(h,""))
{e();break}else h=F(h,"sendb",2);h=F(h,"fmt",3);default:d(e,h)}}e()}var
X=["GooglemKTybQhCsO"],Y=x;X[0]in Y||"undefined"==typeof Y.execScript||
Y.execScript("var "+X[0]);for(var Z;X.length&&(Z=X.shift());)X.length||void 0===Dc?
Y[Z]&&Y[Z]!==Object.prototype[Z]?Y=Y[Z]:Y=Y[Z]={}:Y[Z]=Dc;
(function(a,b,c){if(a){try{if(wc(a))if(3==zc(c)){var
d=yc(a),e="google_conversion_"+Math.floor(1E9*Math.random());c.write('<span
id="'+e+'"></span>');Cc(function(){try{var
f=c.getElementById(e);f&&(f.innerHTML=uc(a,b,c,d))}catch(g){}},c)}else
c.write(uc(a,b,c,a))}catch(f){}xc(a)}})(window,navigator,document);}).call(this);

You might also like