/** * HubSpot Analytics Tracking Code Build Number 1.223 * Copyright 2018 HubSpot, Inc. http://www.hubspot.com */ var _hsq = _hsq || []; var _paq = _paq || []; _hsq.push(['setPortalId', 4359466]); _hsq.push(['trackPageView']); _hsq.push(['setLegacy', false]); _hsq.push(['addCookieDomain', '.eyeseverywhere.ca']); _hsq.push(['usePrivacyPolicyV3', true]); _hsq.push(['setCookiePolicy', [{"domain":null,"path":"/hubspot-analytics-default-policy","label":null,"enabled":false,"privacyPolicy":0,"privacyHideDecline":false,"privacyDefault":true,"privacyPolicyWording":null,"privacyAcceptWording":null,"privacyDismissWording":null,"privacyDisclaimerWording":null,"privacyBannerAccentColor":null,"privacyBannerType":"TOP"}]]); _hsq.push(['embedHubSpotScript', 'https://js.hs-scripts.com/4359466.js', 'hs-script-loader']); /** _anon_wrapper_ **/ (function() { function load(){function t(t){try{if("function"==typeof t)t(o,hstc);else if(t&&hstc.utils.isArray(t)&&o[t[0]])return o[t[0]].apply(o,t.slice(1))}catch(e){hstc.utils.logError(e)}}function e(){if(!r){r=win[ran_param]=!0;hstc.log("Processing HSQ");hstc.utils.search2dArray(n,1,["setCookiesToSubdomain","addCookieDomain"],t);o._initialize(n);hstc.utils.search2dArray(n,1,PRIORITY_FUNCTIONS,t);for(;n.length;)t(n.shift());n.push=t}}function i(){var t=context.getDocument();if(!t.readyState||"complete"==t.readyState||t.addEventListener&&"loaded"==t.readyState){e();return!0}return!1}win[loaded_param]=!0;var n=win[hsq];hstc.utils.isArray(n)||(n=[]);var r=win[ran_param]||!1,o=new hstc.tracking.Tracker(context);i()||hstc.utils.addEventListener(win,"load",e,!0)}var hstc=hstc||{};hstc.JS_VERSION=1.1;hstc.ANALYTICS_HOST="track.hubspot.com";var hstc=hstc||{};hstc.Math={uuid:function(){if(window.navigator.userAgent.indexOf("googleweblight")>-1)return hstc.Math._mathRandomUuid();var t=window.crypto||window.msCrypto;return"undefined"!=typeof t&&"undefined"!=typeof t.getRandomValues&&"undefined"!=typeof window.Uint16Array?hstc.Math._cryptoUuid():hstc.Math._mathRandomUuid()},_mathRandomUuid:function(){var t=(new Date).getTime();return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,function(e){var i=(t+16*Math.random())%16|0;t=Math.floor(t/16);return("x"===e?i:3&i|8).toString(16)})},_cryptoUuid:function(){var t=window.crypto||window.msCrypto,e=new Uint16Array(8);t.getRandomValues(e);var i=function(t){for(var e=t.toString(16);e.length<4;)e="0"+e;return e};return i(e[0])+i(e[1])+i(e[2])+i(e[3])+i(e[4])+i(e[5])+i(e[6])+i(e[7])}};Math.uuid=Math.uuid||function(){hstc.utils.logError(new Error("Attempt to use Math.uuid()"));return hstc.Math.uuid()};var hstc=hstc||{};hstc.debug=!1;hstc.log=function(){try{var t=new hstc.cookies.Cookie,e="hs_dbg",i=document.location.hash.indexOf("#hsdbg")>-1;if(hstc.debug||i||"1"===t.get(e)){var n=window.console;n&&"function"==typeof n.log&&n.log.apply(n,arguments);t.set(e,1)}}catch(r){}};var hstc=hstc||{};hstc.global={};hstc.global.Context=function(t,e,i,n,r,o,s){this.doc=t||document;this.nav=e||navigator;this.scr=i||screen;this.win=n||window;this.loc=r||this.win.location;this.top=o||top;this.parent=s||parent};hstc.global.Context.prototype.getDocument=function(){return this.doc};hstc.global.Context.prototype.getNavigator=function(){return this.nav};hstc.global.Context.prototype.getScreen=function(){return this.scr};hstc.global.Context.prototype.getWindow=function(){return this.win};hstc.global.Context.prototype.getLocation=function(){return this.loc};hstc.global.Context.prototype.getHostName=function(){try{return this.loc.hostname}catch(t){return this.doc.domain}};hstc.global.Context.prototype.getPathName=function(){return this.loc.pathname};hstc.global.Context.prototype.getTop=function(){return this.top};hstc.global.Context.prototype.getParent=function(){return this.parent};hstc.global.Context.prototype.getReferrer=function(){var t="";try{t=this.top.document.referrer}catch(e){if(parent)try{t=this.parent.document.referrer}catch(i){t=""}}""===t&&(t=this.doc.referrer);return t};hstc.global.Context.prototype.getCharacterSet=function(){return this.doc.characterSet?this.doc.characterSet:this.doc.charset?this.doc.charset:""};hstc.global.Context.prototype.getLanguage=function(){return this.nav.language?this.nav.language:this.nav.browserLanguage?this.nav.browserLanguage:""};var hstc=hstc||{};hstc.utils={};hstc.utils.tostr=function(){return Object.prototype.toString}();hstc.utils.getNextWeekStart=function(t){var e=t||new Date,i=e.getDay(),n=e.getDate()+(0==i?7:7-i);return hstc.utils.clearTimePart(new Date(e.setDate(n)))};hstc.utils.getNextMonthStart=function(t){for(var e=t||new Date,i=e.getMonth(),n=0;i==e.getMonth();){n++;e.setDate(e.getDate()+1)}return hstc.utils.clearTimePart(e)};hstc.utils.clearTimePart=function(t){t.setHours(0);t.setMinutes(0);t.setSeconds(0);t.setMilliseconds(0);return t};hstc.utils.truncateString=function(t,e){return t?t.length>e?t.substr(0,e):t:""};hstc.utils.search2dArray=function(t,e,i,n){for(var r=0;re?t.length+e:e;return t.push.apply(t,n)};hstc.utils.isArray=function(t){return"[object Array]"===hstc.utils.tostr.call(t)};hstc.utils.inArray=function(t,e){for(var i=0,n=e.length;n>i;i++)if(e[i]===t)return i;return-1};hstc.utils.extend=function(){var t,e=arguments[0]||{},i=1,n=arguments.length,r=!1;if("boolean"==typeof e){r=e;e=arguments[1]||{};i=2}"object"==typeof e||hstc.utils.isFunction(e)||(e={});if(n==i){e=this;--i}for(;n>i;i++)if(null!=(t=arguments[i]))for(var o in t){var s=e[o],a=t[o];e!==a&&(r&&a&&"object"==typeof a&&!a.nodeType?e[o]=hstc.utils.extend(r,s||(null!==a.length?[]:{}),a):void 0!==a&&(e[o]=a))}return e};hstc.utils.each=function(t,e){var i,n=0,r=t.length;if(void 0===r){for(i in t)if(e.call(t[i],i,t[i])===!1)break}else for(var o=t[0];r>n&&e.call(o,n,o)!==!1;o=t[++n]);return t};hstc.utils.isDefined=function(t){return"undefined"!=typeof t};hstc.utils.addEventListener=function(t,e,i,n){if(t.addEventListener){t.addEventListener(e,i,n);return!0}if(t.attachEvent)return t.attachEvent("on"+e,i);t["on"+e]=i};hstc.utils.preventDefault=function(t){t.preventDefault?t.preventDefault():t.returnValue=!1};hstc.utils.loadImage=function(t,e,i){var n=new Date,r=new Image(1,1);expireDateTime=n.getTime()+e;r.onload=function(){i&&i()};r.src=t};hstc.utils.isEmpty=function(t){return void 0==t||"-"==t||""==t};hstc.utils.isEmptyObject=function(t){for(var e in t)return!1;return!0};hstc.utils.safeString=function(t){return hstc.utils.isEmpty(t)?"":t};hstc.utils.makeLowerCase=function(t){return hstc.utils.safeString(t).toLowerCase()};hstc.utils.encodeParam=function(t,e){var i=encodeURIComponent;return i instanceof Function?e?encodeURI(t):i(t):escape(t)};hstc.utils.decodeParam=function(t,e){var i,n=decodeURIComponent;t=t.split("+").join(" ");if(n instanceof Function)try{i=e?decodeURI(t):n(t)}catch(r){i=unescape(t)}else i=unescape(t);return i};hstc.utils.isFunction=function(t){return"[object Function]"===hstc.utils.tostr.call(t)};hstc.utils.utcnow=function(){return(new Date).getTime()};hstc.utils.hashDomain=function(t){for(var e=0,i=t.length-1;i>=0;i--){var n=t.charCodeAt(i);e=(e<<6&268435455)+n+(n<<14);n=266338304&e;e=0!==n?e^n>>21:e}return e};hstc.utils.extractDomain=function(t){var e=t.split(".");e.length>2&&(e=e.slice(1));return"."+e.join(".")};hstc.utils.createElement=function(t){var e=document.createDocumentFragment(),i=document.createElement("div");i.innerHTML=t;for(;i.firstChild;)e.appendChild(i.firstChild);return e};hstc.utils.deparam=function(t,e){var i={},n={"true":!0,"false":!1,"null":null};t=hstc.utils.trim(hstc.utils.safeString(t));(hstc.utils.startsWith(t,"?")||hstc.utils.startsWith(t,"#"))&&(t=t.slice(1));hstc.utils.each(t.split("+").join(" ").split("&"),function(t,r){var o,s=r.split("="),a=hstc.utils.decodeParam(s[0]),c=i,h=0,u=a.split("]["),l=u.length-1;if(/\[/.test(u[0])&&/\]$/.test(u[l])){u[l]=u[l].replace(/\]$/,"");u=u.shift().split("[").concat(u);l=u.length-1}else l=0;if(2===s.length){o=hstc.utils.decodeParam(s[1]);e&&(o=o&&!isNaN(o)?+o:"undefined"===o?void 0:void 0!==n[o]?n[o]:o);if(l)for(;l>=h;h++){a=""===u[h]?c.length:u[h];c=c[a]=l>h?c[a]||(u[h+1]&&isNaN(u[h+1])?{}:[]):o}else hstc.utils.isArray(i[a])?i[a].push(o):void 0!==i[a]?i[a]=[i[a],o]:i[a]=o}else a&&(i[a]=e?void 0:"")});return i};hstc.utils.param=function(t,e){function i(t,e){n[n.length]=hstc.utils.encodeParam(t)+"="+hstc.utils.encodeParam(e)}var n=[];e=e||"&";for(var r in t)hstc.utils.isArray(t[r])?hstc.utils.each(t[r],function(){i(r,this)}):i(r,hstc.utils.isFunction(t[r])?t[r]():t[r]);return n.join(e).replace(/%20/g,"+")};hstc.utils.updateQueryStringParameter=function(t,e,i){var n=new RegExp("([?|&])"+e+"=.*?(&|#|$)(.*)","gi");if(n.test(t))return i?t.replace(n,"$1"+e+"="+i+"$2$3"):t.replace(n,"$1$3").replace(/(&|\?)$/,"");if(i){var r=t.indexOf("#"),o=t.indexOf("?"),s=-1!==o&&(-1===r||r>o)?"&":"?",a=t.split("#");t=a[0]+s+e+"="+i;a[1]&&(t+="#"+a[1]);return t}return t};hstc.utils.trim=function(t){return(t||"").replace(/^\s+|\s+$/g,"")};hstc.utils.startsWith=function(t,e){return null==e?!1:t.substr(0,e.length)==e};hstc.utils.endsWith=function(t,e){var i=t.length-e.length;return i>=0&&t.lastIndexOf(e)===i};hstc.utils.mergeObject=function(t,e){t=t||{};if(!e)return e;for(var i in e)t[i]=e[i];return t};hstc.utils.hasClass=function(t,e){return t&&t.className?hstc.utils.inArray(e,t.className.split(" "))>-1:void 0};hstc.utils.stripNumericBrackets=function(t){return(t||"").replace(/(^.+?)\[(.+?)\]/,"$1_$2")};hstc.utils.parseCurrency=function(t,e){if("number"==typeof t)return t;var i=t.match(/([^\d]*)([\d\.,]+)([^\d\.,]*)/);if(i){var n,r=i[2],o=r.split("."),s=r.split(",");n=o.length>2||2==o.length&&o[1].length>2&&(0===s.length||o[0].length1){decimalPart=n.pop();a=n.join("")}else a=n.join("");a=a.replace(/[\.,]/g,"");var c=parseInt(a);decimalPart&&(c+=parseFloat(decimalPart)/Math.pow(10,decimalPart.length));return c}return null};hstc.utils.logError=function(t,e){e=e||{};var i={w:hstc.utils.utcnow(),m:t.message||t.toString?t.toString():"-",j:hstc.JS_VERSION};i=hstc.utils.extend(i,e);t.name&&(i.n=t.name);t.fileName&&(i.f=t.fileName);t.lineNumber&&(i.l=t.lineNumber);try{i.x=t.stack||t.stacktrace||""}catch(n){}hstc.log("Encountered a JS error");hstc.log(i);hstc.utils.loadImage("https://"+hstc.ANALYTICS_HOST+"/__pto.gif?"+hstc.utils.param(i))};hstc.utils.objectsAreEqual=function(t,e){return eq(t,e,[])};hstc.utils.eq=function(t,e,i){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return t===e;t._chain&&(t=t._wrapped);e._chain&&(e=e._wrapped);if(t.isEqual&&_.isFunction(t.isEqual))return t.isEqual(e);if(e.isEqual&&_.isFunction(e.isEqual))return e.isEqual(t);var n=toString.call(t);if(n!=toString.call(e))return!1;switch(n){case"[object String]":return t==String(e);case"[object Number]":return t!=+t?e!=+e:0==t?1/t==1/e:t==+e;case"[object Date]":case"[object Boolean]":return+t==+e;case"[object RegExp]":return t.source==e.source&&t.global==e.global&&t.multiline==e.multiline&&t.ignoreCase==e.ignoreCase}if("object"!=typeof t||"object"!=typeof e)return!1;for(var r=i.length;r--;)if(i[r]==t)return!0;i.push(t);var o=0,s=!0;if("[object Array]"==n){o=t.length;s=o==e.length;if(s)for(;o--&&(s=o in t==o in e&&eq(t[o],e[o],i)););}else{if("constructor"in t!="constructor"in e||t.constructor!=e.constructor)return!1;for(var a in t)if(_.has(t,a)){o++;if(!(s=_.has(e,a)&&eq(t[a],e[a],i)))break}if(s){for(a in e)if(_.has(e,a)&&!o--)break;s=!o}}i.pop();return s};var hstc=hstc||{};hstc.cookies={};hstc.cookies.Cookie=function(t){this.context=t||new hstc.global.Context;this.cookies=[];this.currentDomain=null;this.domains=[]};hstc.cookies.Cookie.prototype.addDomain=function(t){hstc.utils.endsWith("."+this.context.getHostName(),t)&&(!this.currentDomain||t.length0)){n=i.expires+i.path+i.secure;this._writeCookie(t+"="+e+n)}this.get(t)&&this.cookies.push({name:t,value:e,extras:n})};hstc.cookies.Cookie.prototype._writeCookie=function(t){this.context.getDocument().cookie=t};hstc.cookies.Cookie.prototype.get=function(t){var e=new RegExp("(^|;)[ ]*"+t+"=([^;]*)"),i=e.exec(this.context.getDocument().cookie);return i?hstc.utils.decodeParam(i[2],!0):""};hstc.cookies.Cookie.prototype.has=function(t){if(hstc.utils.isDefined(this.context.getNavigator().cookieEnabled)||"cookie"in this.context.getDocument()&&this.context.getDocument().cookie.length>0)return!0;if(t)return!1;var e="__hs_testcookie";this.set(e,"1");return"1"===this.get(e)};hstc.cookies.Cookie.prototype.remove=function(t){this.set(t,"",{expiryDate:"Thu, 01-Jan-1970 00:00:01 GMT"})};hstc.cookies.Cookie.prototype.removeAll=function(){for(var t=0;t0){hstc.log("Updating existing "+t+" hidden fields with new value");for(var i=0;ir;r++){var o=this.targetedContentMetadata[r];3===o.length&&i.push(o[0]+"-"+o[1]+"-"+o[2])}i.length&&(t.tc=i)}var s=this.context.getReferrer();hstc.utils.isEmpty(s)||(t.r=s);if(this.hasReferrerMetaTag){var a=this.context.getLocation().href;hstc.utils.isEmpty(a)||(t.pu=a)}var c=this.context.getDocument().title;hstc.utils.isEmpty(c)||(t.t=c);return t};hstc.tracking.Tracker.prototype._getClientInfo=function(){var t={},e=this.context.getScreen();if(e){t.sd=e.width+"x"+e.height;t.cd=e.colorDepth+"-bit"}var i=this.context.getCharacterSet();hstc.utils.isEmpty(i)||(t.cs=i);var n=this.context.getNavigator(),r=n.language?n.language:n.browserLanguage?n.browserLanguage:"";hstc.utils.isEmpty(r)||(t.ln=hstc.utils.makeLowerCase(r));if(!this._hasDoNotTrack()){var o=this._getFingerprint();null!==o&&(t.bfp=o)}return t};hstc.tracking.Tracker.prototype._getPrivacyInfo=function(){var t={};this.privacySettings&&("OPT_IN"==this.privacySettings.mode&&this.privacySettings.hideDecline?t.pt=0:"OPT_IN"==this.privacySettings.mode?t.pt=1:"NO_COOKIES"==this.privacySettings.mode&&(t.pt=2));this.cookiesEnabled||(t.ce=!1);return t};hstc.tracking.Tracker.prototype._hasDoNotTrack=function(){try{if(this.cookie.get(hstc.tracking.Tracker.DO_NOT_TRACK)&&"yes"==this.cookie.get(hstc.tracking.Tracker.DO_NOT_TRACK))return!0}catch(t){}return!1};hstc.tracking.Tracker.prototype.showTargetedElements=function(){hstc.utils.each(this.clickSelectors,function(t,e){hstc.utils.each(hstc.find(e),function(t,e){e._hs_oldStyle=e.style.border;e.style.border="dotted 2px red"})})};hstc.tracking.Tracker.prototype.hideTargetedElements=function(){ var t=function(t,e){hstc.utils.each(hstc.find(e),function(t,e){hstc.utils.isDefined(e._hs_oldStyle)&&(e.style.border=e._hs_oldStyle)})};hstc.utils.each(this.clickSelectors,t)};hstc.tracking.Tracker.prototype._handlePrivacyPolicy=function(t){var e=hstc.utils.removeSingleCallValueFromHsq(t,"setCookiePolicy");if(e){for(var i,n,r,o,s=this.context.getLocation().hash.indexOf("_hsPrivacyTest")>-1||this.context.getLocation().search.indexOf("_hsPrivacyTest")>-1,a={0:"DISABLED",1:"OPT_IN",2:"NO_COOKIES"},c=0;c0){r[5]=parseInt(r[5],10);return new hstc.tracking.Utk(t,r[0],r[1],r[2],r[3],r[4],r[5],n,!0)}if(1==r.length&&r[0].length>0)return new hstc.tracking.Utk(t,null,r[0],null,null,null,null,!0,!1)}catch(o){}return new hstc.tracking.Utk(t)};hstc.tracking.Utk.prototype.isNew=function(){return!this.returningVisitor};hstc.tracking.Utk.prototype.rotate=function(t){this.previous=this.current||t;this.current=t;this.session+=1};hstc.tracking.Utk.prototype.get=function(){var t=[this.domain,this.visitor,this.initial,this.previous,this.current,this.session];return t.join(".")};hstc.tracking.Utk.prototype.save=function(){this.cookie.set(hstc.tracking.Utk.COOKIE,this.get(),{daysToExpire:hstc.tracking.Utk.EXPIRATION})};hstc.tracking.Utk.prototype.resetDomain=function(){this.domain=hstc.utils.hashDomain(this.rawDomain)};hstc.tracking.Session=function(t,e,i,n,r){this.context=t?t.context:new hstc.global.Context;this.cookie=t||new hstc.cookies.Cookie(this.context);this.rawDomain=this.cookie.currentDomain||hstc.utils.extractDomain(this.context.getHostName());this.domain=e&&!r?e:hstc.utils.hashDomain(this.rawDomain);this.viewCount=i||1;this.start=n||hstc.utils.utcnow();this.recovered=r};hstc.tracking.Session.COOKIE="__hssc";hstc.tracking.Session.RESTART_COOKIE="__hssrc";hstc.tracking.Session.prototype.isNew=function(){return this.recovered!==!0};hstc.tracking.Session.parse=function(t,e){var i=t?t.context:new hstc.global.Context;t=t||new hstc.cookies.Cookie(i);var n=e?!1:!0;if(e||"1"===t.get(hstc.tracking.Session.RESTART_COOKIE)){e=e||t.get(hstc.tracking.Session.COOKIE);try{var r=e.split(".");if(3==r.length)return new hstc.tracking.Session(t,r[0],r[1],r[2],n)}catch(o){}}return new hstc.tracking.Session(t)};hstc.tracking.Session.prototype.increment=function(){try{this.viewCount=parseInt(this.viewCount||1,10)+1}catch(t){this.viewCount=1}};hstc.tracking.Session.prototype.get=function(){var t=[this.domain,this.viewCount,this.start];return t.join(".")};hstc.tracking.Session.prototype.save=function(){this.cookie.set(hstc.tracking.Session.RESTART_COOKIE,"1");this.cookie.set(hstc.tracking.Session.COOKIE,this.get(),{minsToExpire:30})};hstc.tracking.Session.prototype.merge=function(t){t.start&&t.start";E=E.replace("{{0}}",c).replace("{{1}}",h?h:"Accept");E=p?E.replace("{{3}}",""):E.replace("{{2}}",u?u:"Don't ask me again").replace("{{3}}",l?'":"");var _=w.getDocument(),D=_.body,I=_.createElement("style");I.setAttribute("type","text/css");if(I.styleSheet)I.styleSheet.cssText=b;else{var N=_.createTextNode(b);I.appendChild(N)}var A=_.body.childNodes[0];D.insertBefore(I,A);D.insertBefore(e.utils.createElement(E),A);var L=e.find("#hs-eu-cookie-confirmation")[0],O=D.style.paddingTop;D.style.paddingTop=L.offsetHeight;n&&n()&&(L.className=(L.className||"")+" can-use-gradients");var P=e.find("#hs-eu-confirmation-button")[0];e.utils.addEventListener(P,"click",function(i){e.utils.preventDefault(i);L.style.display="none";D.style.paddingTop=O;if(!a){t.cookiesEnabled=!0;t._manageCookies(t.utk,t.session,!0);var n=new e.migrations.MigrationHelper(w,x);n.ensureHubspotutk(t.utk.visitor);x.set(f,"no",{daysToExpire:m,domain:e.utils.extractDomain(t.context.getHostName()),path:"/"});p||t.setPrivacyConsent(!0);t.trackApproveCookieConsent()}return!1});if(!p){var M=e.find("#hs-eu-decline-button")[0];e.utils.addEventListener(M,"click",function(i){e.utils.preventDefault(i);L.style.display="none";D.style.paddingTop=O;if(!a){x.set(f,"yes",{daysToExpire:m,domain:e.utils.extractDomain(t.context.getHostName()),path:"/"});t.setPrivacyConsent(!1);t.trackDeclineCookieConsent()}return!1})}}}else t.setPrivacyConsent(!0)};var hstc=hstc||{};hstc.privacy=hstc.privacy||{};hstc.privacy.noCookiesHandler=function(t,e,i){t.cookiesEnabled=!1;t.setPrivacyConsent(!1)};!function(t){function e(t,e,i,n){var r,o,s,a,c,h,u,g,d,f;(e?e.ownerDocument||e:j)!==L&&A(e);e=e||L;i=i||[];if(!t||"string"!=typeof t)return i;if(1!==(a=e.nodeType)&&9!==a)return[];if(P&&!n){if(r=vt.exec(t))if(s=r[1]){if(9===a){o=e.getElementById(s);if(!o||!o.parentNode)return i;if(o.id===s){i.push(o);return i}}else if(e.ownerDocument&&(o=e.ownerDocument.getElementById(s))&&U(e,o)&&o.id===s){i.push(o);return i}}else{if(r[2]){tt.apply(i,e.getElementsByTagName(t));return i}if((s=r[3])&&C.getElementsByClassName&&e.getElementsByClassName){tt.apply(i,e.getElementsByClassName(s));return i}}if(C.qsa&&(!M||!M.test(t))){g=u=F;d=e;f=9===a&&t;if(1===a&&"object"!==e.nodeName.toLowerCase()){h=l(t);(u=e.getAttribute("id"))?g=u.replace(xt,"\\$&"):e.setAttribute("id",g);g="[id='"+g+"'] ";c=h.length;for(;c--;)h[c]=g+p(h[c]);d=pt.test(t)&&e.parentNode||e;f=h.join(",")}if(f)try{tt.apply(i,d.querySelectorAll(f));return i}catch(m){}finally{u||e.removeAttribute("id")}}}return b(t.replace(ht,"$1"),e,i,n)}function i(){function t(i,n){e.push(i+=" ")>S.cacheLength&&delete t[e.shift()];return t[i]=n}var e=[];return t}function n(t){t[F]=!0;return t}function r(t){var e=L.createElement("div");try{return!!t(e)}catch(i){return!1}finally{e.parentNode&&e.parentNode.removeChild(e);e=null}}function o(t,e){for(var i=t.split("|"),n=t.length;n--;)S.attrHandle[i[n]]=e}function s(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&(~e.sourceIndex||X)-(~t.sourceIndex||X);if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function a(t){return function(e){var i=e.nodeName.toLowerCase();return"input"===i&&e.type===t}}function c(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function h(t){return n(function(e){e=+e;return n(function(i,n){for(var r,o=t([],i.length,e),s=o.length;s--;)i[r=o[s]]&&(i[r]=!(n[r]=i[r]))})})}function u(){}function l(t,i){var n,r,o,s,a,c,h,u=q[t+" "];if(u)return i?0:u.slice(0);a=t;c=[];h=S.preFilter;for(;a;){if(!n||(r=ut.exec(a))){r&&(a=a.slice(r[0].length)||a);c.push(o=[])}n=!1;if(r=lt.exec(a)){n=r.shift();o.push({value:n,type:r[0].replace(ht," ")});a=a.slice(n.length)}for(s in S.filter)if((r=mt[s].exec(a))&&(!h[s]||(r=h[s](r)))){n=r.shift();o.push({value:n,type:s,matches:r});a=a.slice(n.length)}if(!n)break}return i?a.length:a?e.error(t):q(t,c).slice(0)}function p(t){for(var e=0,i=t.length,n="";i>e;e++)n+=t[e].value;return n}function g(t,e,i){var n=e.dir,r=i&&"parentNode"===n,o=z++;return e.first?function(e,i,o){for(;e=e[n];)if(1===e.nodeType||r)return t(e,i,o)}:function(e,i,s){var a,c,h,u=B+" "+o;if(s){for(;e=e[n];)if((1===e.nodeType||r)&&t(e,i,s))return!0}else for(;e=e[n];)if(1===e.nodeType||r){h=e[F]||(e[F]={});if((c=h[n])&&c[0]===u){if((a=c[1])===!0||a===T)return a===!0}else{c=h[n]=[u];c[1]=t(e,i,s)||T;if(c[1]===!0)return!0}}}}function d(t){return t.length>1?function(e,i,n){for(var r=t.length;r--;)if(!t[r](e,i,n))return!1;return!0}:t[0]}function f(t,e,i,n,r){for(var o,s=[],a=0,c=t.length,h=null!=e;c>a;a++)if((o=t[a])&&(!i||i(o,n,r))){s.push(o);h&&e.push(a)}return s}function m(t,e,i,r,o,s){r&&!r[F]&&(r=m(r));o&&!o[F]&&(o=m(o,s));return n(function(n,s,a,c){var h,u,l,p=[],g=[],d=s.length,m=n||y(e||"*",a.nodeType?[a]:a,[]),k=!t||!n&&e?m:f(m,p,t,a,c),v=i?o||(n?t:d||r)?[]:s:k;i&&i(k,v,a,c);if(r){h=f(v,g);r(h,[],a,c);u=h.length;for(;u--;)(l=h[u])&&(v[g[u]]=!(k[g[u]]=l))}if(n){if(o||t){if(o){h=[];u=v.length;for(;u--;)(l=v[u])&&h.push(k[u]=l);o(null,v=[],h,c)}u=v.length;for(;u--;)(l=v[u])&&(h=o?it.call(n,l):p[u])>-1&&(n[h]=!(s[h]=l))}}else{v=f(v===s?v.splice(d,v.length):v);o?o(null,s,v,c):tt.apply(s,v)}})}function k(t){for(var e,i,n,r=t.length,o=S.relative[t[0].type],s=o||S.relative[" "],a=o?1:0,c=g(function(t){return t===e},s,!0),h=g(function(t){return it.call(e,t)>-1},s,!0),u=[function(t,i,n){return!o&&(n||i!==I)||((e=i).nodeType?c(t,i,n):h(t,i,n))}];r>a;a++)if(i=S.relative[t[a].type])u=[g(d(u),i)];else{i=S.filter[t[a].type].apply(null,t[a].matches);if(i[F]){n=++a;for(;r>n&&!S.relative[t[n].type];n++);return m(a>1&&d(u),a>1&&p(t.slice(0,a-1).concat({value:" "===t[a-2].type?"*":""})).replace(ht,"$1"),i,n>a&&k(t.slice(a,n)),r>n&&k(t=t.slice(n)),r>n&&p(t))}u.push(i)}return d(u)}function v(t,i){var r=0,o=i.length>0,s=t.length>0,a=function(n,a,c,h,u){var l,p,g,d=[],m=0,k="0",v=n&&[],y=null!=u,b=I,x=n||s&&S.find.TAG("*",u&&a.parentNode||a),w=B+=null==b?1:Math.random()||.1,C=x.length;if(y){I=a!==L&&a;T=r}for(;k!==C&&null!=(l=x[k]);k++){if(s&&l){p=0;for(;g=t[p++];)if(g(l,a,c)){h.push(l);break}if(y){B=w;T=++r}}if(o){(l=!g&&l)&&m--;n&&v.push(l)}}m+=k;if(o&&k!==m){p=0;for(;g=i[p++];)g(v,d,a,c);if(n){if(m>0)for(;k--;)v[k]||d[k]||(d[k]=J.call(h));d=f(d)}tt.apply(h,d);y&&!n&&d.length>0&&m+i.length>1&&e.uniqueSort(h)}if(y){B=w;I=b}return v};return o?n(a):a}function y(t,i,n){for(var r=0,o=i.length;o>r;r++)e(t,i[r],n);return n}function b(t,e,i,n){var r,o,s,a,c,h=l(t);if(!n&&1===h.length){o=h[0]=h[0].slice(0);if(o.length>2&&"ID"===(s=o[0]).type&&C.getById&&9===e.nodeType&&P&&S.relative[o[1].type]){e=(S.find.ID(s.matches[0].replace(wt,Ct),e)||[])[0];if(!e)return i;t=t.slice(o.shift().value.length)}r=mt.needsContext.test(t)?0:o.length;for(;r--;){s=o[r];if(S.relative[a=s.type])break;if((c=S.find[a])&&(n=c(s.matches[0].replace(wt,Ct),pt.test(o[0].type)&&e.parentNode||e))){o.splice(r,1);t=n.length&&p(o);if(!t){tt.apply(i,n);return i}break}}}D(t,h)(n,e,!P,i,pt.test(t));return i}function x(t){if(!t)return null;var e=/\[\w+(\*|\$|\||~|!|\^)?=(.+)]/,i=e.test(t);if(i){i=e.exec(t);if(i&&3==i.length){var n=/'.+'/,r=/".+"/;if(!n.test(i[2])&&!r.test(i[2]))return t.replace("="+i[2],"='"+i[2]+"'")}}}var w,C,T,S,E,_,D,I,N,A,L,O,P,M,R,H,U,F="sizzle"+-new Date,j=t.document,B=0,z=0,K=i(),q=i(),V=i(),$=!1,W=function(t,e){if(t===e){$=!0;return 0}return 0},G="undefined",X=1<<31,Q={}.hasOwnProperty,Y=[],J=Y.pop,Z=Y.push,tt=Y.push,et=Y.slice,it=Y.indexOf||function(t){for(var e=0,i=this.length;i>e;e++)if(this[e]===t)return e;return-1},nt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",rt="[\\x20\\t\\r\\n\\f]",ot="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",st=ot.replace("w","w#"),at="\\["+rt+"*("+ot+")"+rt+"*(?:([*^$|!~]?=)"+rt+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+st+")|)|)"+rt+"*\\]",ct=":("+ot+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+at.replace(3,8)+")*)|.*)\\)|)",ht=new RegExp("^"+rt+"+|((?:^|[^\\\\])(?:\\\\.)*)"+rt+"+$","g"),ut=new RegExp("^"+rt+"*,"+rt+"*"),lt=new RegExp("^"+rt+"*([>+~]|"+rt+")"+rt+"*"),pt=new RegExp(rt+"*[+~]"),gt=new RegExp("="+rt+"*([^\\]'\"]*)"+rt+"*\\]","g"),dt=new RegExp(ct),ft=new RegExp("^"+st+"$"),mt={ID:new RegExp("^#("+ot+")"),CLASS:new RegExp("^\\.("+ot+")"),TAG:new RegExp("^("+ot.replace("w","w*")+")"),ATTR:new RegExp("^"+at),PSEUDO:new RegExp("^"+ct),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+rt+"*(even|odd|(([+-]|)(\\d*)n|)"+rt+"*(?:([+-]|)"+rt+"*(\\d+)|))"+rt+"*\\)|)","i"),bool:new RegExp("^(?:"+nt+")$","i"),needsContext:new RegExp("^"+rt+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+rt+"*((?:-\\d)?\\d*)"+rt+"*\\)|)(?=[^-]|$)","i")},kt=/^[^{]+\{\s*\[native \w/,vt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,yt=/^(?:input|select|textarea|button)$/i,bt=/^h\d$/i,xt=/'|\\/g,wt=new RegExp("\\\\([\\da-f]{1,6}"+rt+"?|("+rt+")|.)","ig"),Ct=function(t,e,i){var n="0x"+e-65536;return n!==n||i?e:0>n?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)};try{tt.apply(Y=et.call(j.childNodes),j.childNodes);Y[j.childNodes.length].nodeType}catch(Tt){tt={apply:Y.length?function(t,e){Z.apply(t,et.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}_=e.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return e?"HTML"!==e.nodeName:!1};C=e.support={};A=e.setDocument=function(t){var e=t?t.ownerDocument||t:j,i=e.defaultView;if(e===L||9!==e.nodeType||!e.documentElement)return L;L=e;O=e.documentElement;P=!_(e);i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){A()});C.attributes=r(function(t){t.className="i";return!t.getAttribute("className")});C.getElementsByTagName=r(function(t){t.appendChild(e.createComment(""));return!t.getElementsByTagName("*").length});C.getElementsByClassName=r(function(t){t.innerHTML="
";t.firstChild.className="i";return 2===t.getElementsByClassName("i").length});C.getById=r(function(t){O.appendChild(t).id=F;return!e.getElementsByName||!e.getElementsByName(F).length});if(C.getById){S.find.ID=function(t,e){if(typeof e.getElementById!==G&&P){var i=e.getElementById(t);return i&&i.parentNode?[i]:[]}};S.filter.ID=function(t){var e=t.replace(wt,Ct);return function(t){return t.getAttribute("id")===e}}}else{delete S.find.ID;S.filter.ID=function(t){var e=t.replace(wt,Ct);return function(t){var i=typeof t.getAttributeNode!==G&&t.getAttributeNode("id");return i&&i.value===e}}}S.find.TAG=C.getElementsByTagName?function(t,e){return typeof e.getElementsByTagName!==G?e.getElementsByTagName(t):void 0}:function(t,e){var i,n=[],r=0,o=e.getElementsByTagName(t);if("*"===t){for(;i=o[r++];)1===i.nodeType&&n.push(i);return n}return o};S.find.CLASS=C.getElementsByClassName&&function(t,e){return typeof e.getElementsByClassName!==G&&P?e.getElementsByClassName(t):void 0};R=[];M=[];if(C.qsa=kt.test(e.querySelectorAll)){r(function(t){t.innerHTML="";t.querySelectorAll("[selected]").length||M.push("\\["+rt+"*(?:value|"+nt+")");t.querySelectorAll(":checked").length||M.push(":checked")});r(function(t){var i=e.createElement("input");i.setAttribute("type","hidden");t.appendChild(i).setAttribute("t","");t.querySelectorAll("[t^='']").length&&M.push("[*^$]="+rt+"*(?:''|\"\")");t.querySelectorAll(":enabled").length||M.push(":enabled",":disabled");t.querySelectorAll("*,:x");M.push(",.*:")})}(C.matchesSelector=kt.test(H=O.webkitMatchesSelector||O.mozMatchesSelector||O.oMatchesSelector||O.msMatchesSelector))&&r(function(t){C.disconnectedMatch=H.call(t,"div");H.call(t,"[s!='']:x");R.push("!=",ct)});M=M.length&&new RegExp(M.join("|"));R=R.length&&new RegExp(R.join("|"));U=kt.test(O.contains)||O.compareDocumentPosition?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1};W=O.compareDocumentPosition?function(t,i){if(t===i){$=!0;return 0}var n=i.compareDocumentPosition&&t.compareDocumentPosition&&t.compareDocumentPosition(i);return n?1&n||!C.sortDetached&&i.compareDocumentPosition(t)===n?t===e||U(j,t)?-1:i===e||U(j,i)?1:N?it.call(N,t)-it.call(N,i):0:4&n?-1:1:t.compareDocumentPosition?-1:1}:function(t,i){var n,r=0,o=t.parentNode,a=i.parentNode,c=[t],h=[i];if(t===i){$=!0;return 0}if(!o||!a)return t===e?-1:i===e?1:o?-1:a?1:N?it.call(N,t)-it.call(N,i):0;if(o===a)return s(t,i);n=t;for(;n=n.parentNode;)c.unshift(n);n=i;for(;n=n.parentNode;)h.unshift(n);for(;c[r]===h[r];)r++;return r?s(c[r],h[r]):c[r]===j?-1:h[r]===j?1:0};return e};e.matches=function(t,i){return e(t,null,null,i)};e.matchesSelector=function(t,i){(t.ownerDocument||t)!==L&&A(t);i=i.replace(gt,"='$1']");if(C.matchesSelector&&P&&(!R||!R.test(i))&&(!M||!M.test(i)))try{var n=H.call(t,i);if(n||C.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(r){}return e(i,L,null,[t]).length>0};e.contains=function(t,e){(t.ownerDocument||t)!==L&&A(t);return U(t,e)};e.attr=function(t,e){(t.ownerDocument||t)!==L&&A(t);var i=S.attrHandle[e.toLowerCase()],n=i&&Q.call(S.attrHandle,e.toLowerCase())?i(t,e,!P):void 0;return void 0===n?C.attributes||!P?t.getAttribute(e):(n=t.getAttributeNode(e))&&n.specified?n.value:null:n};e.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)};e.uniqueSort=function(t){var e,i=[],n=0,r=0;$=!C.detectDuplicates;N=!C.sortStable&&t.slice(0);t.sort(W);if($){for(;e=t[r++];)e===t[r]&&(n=i.push(r));for(;n--;)t.splice(i[n],1)}return t};E=e.getText=function(t){var e,i="",n=0,r=t.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=E(t)}else if(3===r||4===r)return t.nodeValue}else for(;e=t[n];n++)i+=E(e);return i};S=e.selectors={cacheLength:50,createPseudo:n,match:mt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){t[1]=t[1].replace(wt,Ct);t[3]=(t[4]||t[5]||"").replace(wt,Ct);"~="===t[2]&&(t[3]=" "+t[3]+" ");return t.slice(0,4)},CHILD:function(t){t[1]=t[1].toLowerCase();if("nth"===t[1].slice(0,3)){t[3]||e.error(t[0]);t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3]));t[5]=+(t[7]+t[8]||"odd"===t[3])}else t[3]&&e.error(t[0]);return t},PSEUDO:function(t){var e,i=!t[5]&&t[2];if(mt.CHILD.test(t[0]))return null;if(t[3]&&void 0!==t[4])t[2]=t[4];else if(i&&dt.test(i)&&(e=l(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)){t[0]=t[0].slice(0,e);t[2]=i.slice(0,e)}return t.slice(0,3)}},filter:{TAG:function(t){var e=t.replace(wt,Ct).toLowerCase(); return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=K[t+" "];return e||(e=new RegExp("(^|"+rt+")"+t+"("+rt+"|$)"))&&K(t,function(t){return e.test("string"==typeof t.className&&t.className||typeof t.getAttribute!==G&&t.getAttribute("class")||"")})},ATTR:function(t,i,n){return function(r){var o=e.attr(r,t);if(null==o)return"!="===i;if(!i)return!0;o+="";return"="===i?o===n:"!="===i?o!==n:"^="===i?n&&0===o.indexOf(n):"*="===i?n&&o.indexOf(n)>-1:"$="===i?n&&o.slice(-n.length)===n:"~="===i?(" "+o+" ").indexOf(n)>-1:"|="===i?o===n||o.slice(0,n.length+1)===n+"-":!1}},CHILD:function(t,e,i,n,r){var o="nth"!==t.slice(0,3),s="last"!==t.slice(-4),a="of-type"===e;return 1===n&&0===r?function(t){return!!t.parentNode}:function(e,i,c){var h,u,l,p,g,d,f=o!==s?"nextSibling":"previousSibling",m=e.parentNode,k=a&&e.nodeName.toLowerCase(),v=!c&&!a;if(m){if(o){for(;f;){l=e;for(;l=l[f];)if(a?l.nodeName.toLowerCase()===k:1===l.nodeType)return!1;d=f="only"===t&&!d&&"nextSibling"}return!0}d=[s?m.firstChild:m.lastChild];if(s&&v){u=m[F]||(m[F]={});h=u[t]||[];g=h[0]===B&&h[1];p=h[0]===B&&h[2];l=g&&m.childNodes[g];for(;l=++g&&l&&l[f]||(p=g=0)||d.pop();)if(1===l.nodeType&&++p&&l===e){u[t]=[B,g,p];break}}else if(v&&(h=(e[F]||(e[F]={}))[t])&&h[0]===B)p=h[1];else for(;l=++g&&l&&l[f]||(p=g=0)||d.pop();)if((a?l.nodeName.toLowerCase()===k:1===l.nodeType)&&++p){v&&((l[F]||(l[F]={}))[t]=[B,p]);if(l===e)break}p-=r;return p===n||p%n===0&&p/n>=0}}},PSEUDO:function(t,i){var r,o=S.pseudos[t]||S.setFilters[t.toLowerCase()]||e.error("unsupported pseudo: "+t);if(o[F])return o(i);if(o.length>1){r=[t,t,"",i];return S.setFilters.hasOwnProperty(t.toLowerCase())?n(function(t,e){for(var n,r=o(t,i),s=r.length;s--;){n=it.call(t,r[s]);t[n]=!(e[n]=r[s])}}):function(t){return o(t,0,r)}}return o}},pseudos:{not:n(function(t){var e=[],i=[],r=D(t.replace(ht,"$1"));return r[F]?n(function(t,e,i,n){for(var o,s=r(t,null,n,[]),a=t.length;a--;)(o=s[a])&&(t[a]=!(e[a]=o))}):function(t,n,o){e[0]=t;r(e,null,o,i);return!i.pop()}}),has:n(function(t){return function(i){return e(t,i).length>0}}),contains:n(function(t){return function(e){return(e.textContent||e.innerText||E(e)).indexOf(t)>-1}}),lang:n(function(t){ft.test(t||"")||e.error("unsupported lang: "+t);t=t.replace(wt,Ct).toLowerCase();return function(e){var i;do if(i=P?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang")){i=i.toLowerCase();return i===t||0===i.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===O},focus:function(t){return t===L.activeElement&&(!L.hasFocus||L.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:function(t){return t.disabled===!1},disabled:function(t){return t.disabled===!0},checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){t.parentNode&&t.parentNode.selectedIndex;return t.selected===!0},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeName>"@"||3===t.nodeType||4===t.nodeType)return!1;return!0},parent:function(t){return!S.pseudos.empty(t)},header:function(t){return bt.test(t.nodeName)},input:function(t){return yt.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||e.toLowerCase()===t.type)},first:h(function(){return[0]}),last:h(function(t,e){return[e-1]}),eq:h(function(t,e,i){return[0>i?i+e:i]}),even:h(function(t,e){for(var i=0;e>i;i+=2)t.push(i);return t}),odd:h(function(t,e){for(var i=1;e>i;i+=2)t.push(i);return t}),lt:h(function(t,e,i){for(var n=0>i?i+e:i;--n>=0;)t.push(n);return t}),gt:h(function(t,e,i){for(var n=0>i?i+e:i;++n";t.firstChild.setAttribute("value","");return""===t.firstChild.getAttribute("value")})||o("value",function(t,e,i){return i||"input"!==t.nodeName.toLowerCase()?void 0:t.defaultValue});r(function(t){return null==t.getAttribute("disabled")})||o(nt,function(t,e,i){var n;return i?void 0:t[e]===!0?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null});hstc.find=function(){try{return e.apply(null,arguments)}catch(t){var i=x(arguments[0]);if(i){arguments[0]=i;return e.apply(null,arguments)}throw t}};hstc.expr=e.selectors;hstc.expr[":"]=hstc.expr.filters;hstc.unique=e.uniqueSort;hstc.text=e.getText;hstc.isXMLDoc=e.isXML;hstc.contains=e.contains}(window);!function(t,e,i){e[t]=i()}("Fingerprint",hstc,function(){"use strict";var t=function(t){var e,i;e=Array.prototype.forEach;i=Array.prototype.map;this.each=function(t,i,n){if(null!==t)if(e&&t.forEach===e)t.forEach(i,n);else if(t.length===+t.length){for(var r=0,o=t.length;o>r;r++)if(i.call(n,t[r],r,t)==={})return}else for(var s in t)if(t.hasOwnProperty(s)&&i.call(n,t[s],s,t)==={})return};this.map=function(t,e,n){var r=[];if(null==t)return r;if(i&&t.map===i)return t.map(e,n);this.each(t,function(t,i,o){r[r.length]=e.call(n,t,i,o)});return r};if("object"==typeof t){this.hasher=t.hasher;this.screen_resolution=t.screen_resolution;this.screen_orientation=t.screen_orientation}else"function"==typeof t&&(this.hasher=t)};t.prototype={get:function(){var t=[];t.push(navigator.userAgent);t.push(navigator.language);t.push(screen.colorDepth);if(this.screen_resolution){var e=this.getScreenResolution();"undefined"!=typeof e&&t.push(e.join("x"))}t.push((new Date).getTimezoneOffset());t.push(this.hasSessionStorage());t.push(this.hasLocalStorage());t.push(!!window.indexedDB);document&&document.body?t.push(typeof document.body.addBehavior):t.push("undefined");t.push(typeof window.openDatabase);t.push(navigator.cpuClass);t.push(navigator.platform);t.push(navigator.doNotTrack);return this.hasher?this.hasher(t.join("###"),31):this.murmurhash3_32_gc(t.join("###"),31)},murmurhash3_32_gc:function(t,e){var i,n,r,o,s,a,c,h;i=3&t.length;n=t.length-i;r=e;s=3432918353;a=461845907;h=0;for(;n>h;){c=255&t.charCodeAt(h)|(255&t.charCodeAt(++h))<<8|(255&t.charCodeAt(++h))<<16|(255&t.charCodeAt(++h))<<24;++h;c=(65535&c)*s+(((c>>>16)*s&65535)<<16)&4294967295;c=c<<15|c>>>17;c=(65535&c)*a+(((c>>>16)*a&65535)<<16)&4294967295;r^=c;r=r<<13|r>>>19;o=5*(65535&r)+((5*(r>>>16)&65535)<<16)&4294967295;r=(65535&o)+27492+(((o>>>16)+58964&65535)<<16)}c=0;switch(i){case 3:c^=(255&t.charCodeAt(h+2))<<16;case 2:c^=(255&t.charCodeAt(h+1))<<8;case 1:c^=255&t.charCodeAt(h);c=(65535&c)*s+(((c>>>16)*s&65535)<<16)&4294967295;c=c<<15|c>>>17;c=(65535&c)*a+(((c>>>16)*a&65535)<<16)&4294967295;r^=c}r^=t.length;r^=r>>>16;r=2246822507*(65535&r)+((2246822507*(r>>>16)&65535)<<16)&4294967295;r^=r>>>13;r=3266489909*(65535&r)+((3266489909*(r>>>16)&65535)<<16)&4294967295;r^=r>>>16;return r>>>0},hasLocalStorage:function(){try{return!!window.localStorage}catch(t){return!0}},hasSessionStorage:function(){try{return!!window.sessionStorage}catch(t){return!0}},getScreenResolution:function(){var t;t=this.screen_orientation?screen.height>screen.width?[screen.height,screen.width]:[screen.width,screen.height]:[screen.height,screen.width];return t}};return t});var PRIORITY_FUNCTIONS=["setPortalId","setCanonicalUrl","setPath","setContentType","setContentMetadata","setPageId","setTargetedContentMetadata","identify","setDebugMode","setLimitTrackingToCookieDomains"],hsq="_hsq",ran_param="_hstc_ran",loaded_param="_hstc_loaded";try{var context=new hstc.global.Context,win=context.getWindow();win[loaded_param]||load()}catch(err){hstc.utils.logError(err)} })(); /** _anon_wrapper_ **/