<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,b){a.raw=b;return a};$jscomp.arrayIteratorImpl=function(a){var b=0;return function(){return b&lt;a.length?{done:!1,value:a[b++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var b="undefined"!=typeof Symbol&amp;&amp;Symbol.iterator&amp;&amp;a[Symbol.iterator];return b?b.call(a):$jscomp.arrayIterator(a)};
$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.ISOLATE_POLYFILLS=!1;$jscomp.FORCE_POLYFILL_PROMISE=!1;$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION=!1;
$jscomp.getGlobal=function(a){a=["object"==typeof globalThis&amp;&amp;globalThis,a,"object"==typeof window&amp;&amp;window,"object"==typeof self&amp;&amp;self,"object"==typeof global&amp;&amp;global];for(var b=0;b&lt;a.length;++b){var d=a[b];if(d&amp;&amp;d.Math==Math)return d}throw Error("Cannot find global object");};$jscomp.global=$jscomp.getGlobal(this);
$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,d){if(a==Array.prototype||a==Object.prototype)return a;a[b]=d.value;return a};$jscomp.IS_SYMBOL_NATIVE="function"===typeof Symbol&amp;&amp;"symbol"===typeof Symbol("x");$jscomp.TRUST_ES6_POLYFILLS=!$jscomp.ISOLATE_POLYFILLS||$jscomp.IS_SYMBOL_NATIVE;$jscomp.polyfills={};$jscomp.propertyToPolyfillSymbol={};$jscomp.POLYFILL_PREFIX="$jscp$";
var $jscomp$lookupPolyfilledValue=function(a,b){var d=$jscomp.propertyToPolyfillSymbol[b];if(null==d)return a[b];d=a[d];return void 0!==d?d:a[b]};$jscomp.polyfill=function(a,b,d,g){b&amp;&amp;($jscomp.ISOLATE_POLYFILLS?$jscomp.polyfillIsolated(a,b,d,g):$jscomp.polyfillUnisolated(a,b,d,g))};
$jscomp.polyfillUnisolated=function(a,b,d,g){d=$jscomp.global;a=a.split(".");for(g=0;g&lt;a.length-1;g++){var e=a[g];if(!(e in d))return;d=d[e]}a=a[a.length-1];g=d[a];b=b(g);b!=g&amp;&amp;null!=b&amp;&amp;$jscomp.defineProperty(d,a,{configurable:!0,writable:!0,value:b})};
$jscomp.polyfillIsolated=function(a,b,d,g){var e=a.split(".");a=1===e.length;g=e[0];g=!a&amp;&amp;g in $jscomp.polyfills?$jscomp.polyfills:$jscomp.global;for(var l=0;l&lt;e.length-1;l++){var c=e[l];if(!(c in g))return;g=g[c]}e=e[e.length-1];d=$jscomp.IS_SYMBOL_NATIVE&amp;&amp;"es6"===d?g[e]:null;b=b(d);null!=b&amp;&amp;(a?$jscomp.defineProperty($jscomp.polyfills,e,{configurable:!0,writable:!0,value:b}):b!==d&amp;&amp;($jscomp.propertyToPolyfillSymbol[e]=$jscomp.IS_SYMBOL_NATIVE?$jscomp.global.Symbol(e):$jscomp.POLYFILL_PREFIX+e,e=
$jscomp.propertyToPolyfillSymbol[e],$jscomp.defineProperty(g,e,{configurable:!0,writable:!0,value:b})))};
$jscomp.polyfill("Promise",function(a){function b(){this.batch_=null}function d(c){return c instanceof e?c:new e(function(f,h){f(c)})}if(a&amp;&amp;(!($jscomp.FORCE_POLYFILL_PROMISE||$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION&amp;&amp;"undefined"===typeof $jscomp.global.PromiseRejectionEvent)||!$jscomp.global.Promise||-1===$jscomp.global.Promise.toString().indexOf("[native code]")))return a;b.prototype.asyncExecute=function(c){if(null==this.batch_){this.batch_=[];var f=this;this.asyncExecuteFunction(function(){f.executeBatch_()})}this.batch_.push(c)};
var g=$jscomp.global.setTimeout;b.prototype.asyncExecuteFunction=function(c){g(c,0)};b.prototype.executeBatch_=function(){for(;this.batch_&amp;&amp;this.batch_.length;){var c=this.batch_;this.batch_=[];for(var f=0;f&lt;c.length;++f){var h=c[f];c[f]=null;try{h()}catch(k){this.asyncThrow_(k)}}}this.batch_=null};b.prototype.asyncThrow_=function(c){this.asyncExecuteFunction(function(){throw c;})};var e=function(c){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];this.isRejectionHandled_=!1;var f=this.createResolveAndReject_();
try{c(f.resolve,f.reject)}catch(h){f.reject(h)}};e.prototype.createResolveAndReject_=function(){function c(k){return function(m){h||(h=!0,k.call(f,m))}}var f=this,h=!1;return{resolve:c(this.resolveTo_),reject:c(this.reject_)}};e.prototype.resolveTo_=function(c){if(c===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(c instanceof e)this.settleSameAsPromise_(c);else{a:switch(typeof c){case "object":var f=null!=c;break a;case "function":f=!0;break a;default:f=!1}f?this.resolveToNonPromiseObj_(c):
this.fulfill_(c)}};e.prototype.resolveToNonPromiseObj_=function(c){var f=void 0;try{f=c.then}catch(h){this.reject_(h);return}"function"==typeof f?this.settleSameAsThenable_(f,c):this.fulfill_(c)};e.prototype.reject_=function(c){this.settle_(2,c)};e.prototype.fulfill_=function(c){this.settle_(1,c)};e.prototype.settle_=function(c,f){if(0!=this.state_)throw Error("Cannot settle("+c+", "+f+"): Promise already settled in state"+this.state_);this.state_=c;this.result_=f;2===this.state_&amp;&amp;this.scheduleUnhandledRejectionCheck_();
this.executeOnSettledCallbacks_()};e.prototype.scheduleUnhandledRejectionCheck_=function(){var c=this;g(function(){if(c.notifyUnhandledRejection_()){var f=$jscomp.global.console;"undefined"!==typeof f&amp;&amp;f.error(c.result_)}},1)};e.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var c=$jscomp.global.CustomEvent,f=$jscomp.global.Event,h=$jscomp.global.dispatchEvent;if("undefined"===typeof h)return!0;"function"===typeof c?c=new c("unhandledrejection",{cancelable:!0}):
"function"===typeof f?c=new f("unhandledrejection",{cancelable:!0}):(c=$jscomp.global.document.createEvent("CustomEvent"),c.initCustomEvent("unhandledrejection",!1,!0,c));c.promise=this;c.reason=this.result_;return h(c)};e.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var c=0;c&lt;this.onSettledCallbacks_.length;++c)l.asyncExecute(this.onSettledCallbacks_[c]);this.onSettledCallbacks_=null}};var l=new b;e.prototype.settleSameAsPromise_=function(c){var f=this.createResolveAndReject_();
c.callWhenSettled_(f.resolve,f.reject)};e.prototype.settleSameAsThenable_=function(c,f){var h=this.createResolveAndReject_();try{c.call(f,h.resolve,h.reject)}catch(k){h.reject(k)}};e.prototype.then=function(c,f){function h(n,p){return"function"==typeof n?function(q){try{k(n(q))}catch(r){m(r)}}:p}var k,m,t=new e(function(n,p){k=n;m=p});this.callWhenSettled_(h(c,k),h(f,m));return t};e.prototype.catch=function(c){return this.then(void 0,c)};e.prototype.callWhenSettled_=function(c,f){function h(){switch(k.state_){case 1:c(k.result_);
break;case 2:f(k.result_);break;default:throw Error("Unexpected state: "+k.state_);}}var k=this;null==this.onSettledCallbacks_?l.asyncExecute(h):this.onSettledCallbacks_.push(h);this.isRejectionHandled_=!0};e.resolve=d;e.reject=function(c){return new e(function(f,h){h(c)})};e.race=function(c){return new e(function(f,h){for(var k=$jscomp.makeIterator(c),m=k.next();!m.done;m=k.next())d(m.value).callWhenSettled_(f,h)})};e.all=function(c){var f=$jscomp.makeIterator(c),h=f.next();return h.done?d([]):new e(function(k,
m){function t(q){return function(r){n[q]=r;p--;0==p&amp;&amp;k(n)}}var n=[],p=0;do n.push(void 0),p++,d(h.value).callWhenSettled_(t(n.length-1),m),h=f.next();while(!h.done)})};return e},"es6","es3");var siq_log=function(a){if(-1&lt;location.href.indexOf("siqdebug=1")&amp;&amp;"undefined"!=typeof console&amp;&amp;console.log){var b=new Date;b=b.getFullYear()+"-"+b.getMonth()+"-"+b.getDate()+"T"+b.getHours()+":"+b.getMinutes()+":"+b.getSeconds()+"."+b.getMilliseconds();console.log("["+b+"] siq_container_pub: "+a)}};
SiqContainer=function(a){window.siqConfig&amp;&amp;window.siqConfig.engineKey&amp;&amp;(siq_log("SiqContainer.constructor():"+a),window.siq_container_domain=window.siqConfig.baseUrl.replace(/^(https?:)?\/\/([^\.]+)\.([^.\/]+\.[^.\/]+)\/?/,"$3"),window.siqConfig.version=window.siqConfig.version||"latest",window.siq_version=window.siqConfig.version,window.siq_engine_key=window.siqConfig.engineKey,window.siqConfig.baseUrl=window.siqConfig.baseUrl.replace(/^(https?:)?\/\/(pub|static)\.searchiq\.(io|co|xyz)/,"//static.searchiq.$3").replace(/\/\/static\.searchiq\.xyz/,
"//static.searchiq.co"),window.siqConfig.baseUrl.match(/\/$/)?window.siq_baseUrl=window.siqConfig.baseUrl:window.siq_baseUrl=window.siqConfig.baseUrl+"/",window.siq_api_endpoint=window.siq_baseUrl.replace(/^(https?:)?\/\/(pub|static)\.searchiq\.(io|co)/,"//api.searchiq.$3")+"api/",window.siq_cached_api_endpoint=window.siq_api_endpoint,SiqContainer.loadImpressionPixel(window.siq_baseUrl,window.siqConfig.engineKey),SiqContainer.start())};
SiqContainer.start=function(){siq_log("SiqContainer.start()");SiqContainer.loadSettings(function(){SiqConfig.isPartner?(siq_log("Partner engine, loading js"),window.SiqACConfig=window.SiqConfig,window.siqac_api_endpoint=window.siq_api_endpoint,window.siqac_cached_api_endpoint=window.siq_cached_api_endpoint,window.siqac_engine_key=window.siq_engine_key,window.siqac_log=window.siq_log,SiqContainer.loadTargetJs()):SiqContainer.isSearchPage()?(siq_log("Search page detected load all js"),SiqContainer.loadTargetJs()):
SiqContainer.waitAndRun(function(){return SiqContainer.pageHasSearchBox()},function(){SiqContainer.loadTargetJs()},200,2E4)})};
SiqContainer.pageHasSearchBox=function(){var a=!1,b=document.getElementsByTagName("input");if("undefined"!=typeof b&amp;&amp;null!=b&amp;&amp;0&lt;b.length)for(siq_log("Number of input elements on page:"+b.length),i=0;i&lt;b.length;i++)if(!("text"!==b[i].type&amp;&amp;"search"!==b[i].type||b[i].id&amp;&amp;"adminbar-search"==b[i].id)){a=!0;break}a?siq_log("Atleast one input[type='text'] found"):siq_log("No input[type='text'] found");return a};
SiqContainer.loadSettings=function(a){siq_log("loadSettings(): loading settings...");window.SIQ_settings_loaded=function(b){siq_log("loadSettings(): search engine settings has been loaded");window.SiqConfig=b;SiqConfig.jsVersion=siqConfig.version=SiqConfig.jsVersion||siqConfig.version;a()};SiqContainer.loadJS({src:siq_cached_api_endpoint+"searchEngines/"+siq_engine_key+"/settings.js?callback=SIQ_settings_loaded&amp;cb="+Math.ceil(1E15*Math.random())+(siqConfig.preview?"&amp;preview=true":"")})};
SiqContainer.loadTargetJs=function(){SiqConfig.isPartner||SiqContainer.loadJQuery();var a=SiqContainer.getScriptsToLoad(),b;for(b=0;b&lt;a.length;b++)SiqContainer.loadJS(a[b])};SiqContainer.loadJS=function(a){try{var b=document.createElement("SCRIPT");a.src?b.src=a.src:(b.type="text/javascript",b.appendChild(document.createTextNode(a.content)));document.getElementsByTagName("head")[0].appendChild(b)}catch(d){siq_log("Cannot load script. SRC: "+a.src+". CONTENT: "+a.content)}};
SiqContainer.siqSetCookie=function(a,b,d){var g=new Date;g.setTime(g.getTime()+31536E6*d);d="expires="+g.toUTCString();document.cookie=a+"="+b+";"+d+";path=/"};SiqContainer.siqDeleteCookie=function(a){document.cookie=a+"=;expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"};SiqContainer.siqGetCookie=function(a){a+="=";for(var b=document.cookie.split(";"),d=0;d&lt;b.length;d++){for(var g=b[d];" "==g.charAt(0);)g=g.substring(1);if(0==g.indexOf(a))return g.substring(a.length,g.length)}return""};
SiqContainer.isJQueryValid=function(a){return a&amp;&amp;a.fn&amp;&amp;a.fn.jquery&amp;&amp;SiqContainer.versionCompare(a.fn.jquery,"&gt;=","1.9.1")&amp;&amp;"undefined"!==typeof a.ajax&amp;&amp;"undefined"!==typeof a.getJSON};SiqContainer.versionCompare=function(a,b,d){b="="==b?"==":b;a=a.split(".");d=d.split(".");for(var g=Math.max(a.length,d.length),e,l,c=0,f=0;f&lt;g&amp;&amp;!c;f++)e=parseInt(a[f],10)||0,l=parseInt(d[f],10)||0,e&lt;l&amp;&amp;(c=1),e&gt;l&amp;&amp;(c=-1);return eval("0"+b+c)};
SiqContainer.getLogger=function(a){return function(b){if(-1&lt;location.href.indexOf("siqdebug=1")&amp;&amp;"undefined"!=typeof console&amp;&amp;console.log){var d=new Date;d=d.getFullYear()+"-"+d.getMonth()+"-"+d.getDate()+"T"+d.getHours()+":"+d.getMinutes()+":"+d.getSeconds()+"."+d.getMilliseconds();console.log("["+d+"] "+a+": "+b)}}};
SiqContainer.loadJQuery=function(a){siq_log("loadJquery():start");SiqContainer.isJQueryValid(window.jQuery)?(window.siq_S=window.jQuery,window.siq_ajax=siq_S.ajax,"function"==typeof a&amp;&amp;a()):(SiqContainer.loadJS({src:"https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"}),SiqContainer.waitAndRun(function(){return SiqContainer.isJQueryValid(window.jQuery)},function(){window.siq_S=window.jQuery.noConflict(!0);window.siq_ajax=siq_S.ajax;"function"==typeof a&amp;&amp;a()},200,3E4,function(){siq_log("Cannot load jQuery")}))};
SiqContainer.ismsie=function(){return navigator.userAgent.match(/MSIE ([0-9]+)\./)?!0:!1};SiqContainer.msieversion=function(){return navigator.userAgent.match(/MSIE ([0-9]+)\./)?RegExp.$1:!1};SiqContainer.isMobile=function(){if(/android|ipad|iphone|ipod|windows phone|blackberry|mobile/i.test(navigator.userAgent||navigator.vendor||window.opera))return!0;var a=["macintel","linux armv81"];return navigator.platform&amp;&amp;0&lt;=a.indexOf(navigator.platform.toLowerCase())&amp;&amp;"ontouchend"in document?!0:!1};
SiqContainer.waitAndRun=function(a,b,d,g,e){if(a())return siq_log("No need to wait"),b();var l,c=setInterval(function(){if(a())return siq_log("Check passed"),l&amp;&amp;(clearTimeout(l),l=null),clearInterval(c),c=null,b();l||"complete"!==document.readyState||(siq_log("Page load complete"),l=setTimeout(function(){c&amp;&amp;(clearInterval(c),c=null,siq_log("Kill the waitAndRun timer by timeout"));"function"===typeof e&amp;&amp;e()},g))},d)};
SiqContainer.getScriptsToLoad=function(){if(!window.SiqConfig)throw Error("SiqConfig is not set");var a=[],b=siq_baseUrl+"js/"+SiqConfig.jsVersion+"/";if(SiqConfig.isPartner)SiqConfig.publisherAutocompleteDisabled?(SiqConfig.injectionUnitEnabled||SiqConfig.autocompleteSponsoredInjectionOnly)&amp;&amp;a.push({src:b+"partner/native-ac.js"}):a.push({src:b+"partner/autocomplete.js"});else{a.push({src:b+"sa.js"});(SiqContainer.isSearchPage()||!SiqConfig.disableAutocomplete||siqConfig.preview)&amp;&amp;a.push({src:b+"autocomplete.js"});
if(SiqContainer.isSearchPage()||siqConfig.preview){var d=SiqContainer.getUrlParam(location.href,"_siq_view");d&amp;&amp;/^(LIST|GRID)$/.test(d)&amp;&amp;(SiqConfig.resultPageLayout=d);SiqConfig.resultPageLayout||(SiqConfig.resultPageLayout="LIST");"LIST"===SiqConfig.resultPageLayout&amp;&amp;!SiqConfig.listTemplateVersion||"GRID"===SiqConfig.resultPageLayout&amp;&amp;!SiqConfig.gridTemplateVersion?a.push({src:b+"search-results.js"}):a.push({src:b+"search-results-v2.js"})}SiqConfig.mobileEnabled&amp;&amp;SiqContainer.isMobile()&amp;&amp;a.push({src:b+
"siq-mobile.js"})}if(SiqConfig.scripts instanceof Array&amp;&amp;0&lt;SiqConfig.scripts.length)for(b=0;b&lt;SiqConfig.scripts.length;b++)d=SiqConfig.scripts[b],/^((https?:)?\/\/)[^\n]+$/.test(d)&amp;&amp;!/##BASEURL##/.test(d)?a.push({src:d}):/##BASEURL##/.test(d)||a.push({content:d});if(SiqConfig.rawScripts&amp;&amp;0&lt;SiqConfig.rawScripts.length)for(b=0;b&lt;SiqConfig.rawScripts.length;b++)d=SiqConfig.rawScripts[b].replace(/\{CONTAINER_DOMAIN\}/g,window.siq_container_domain),a.push({content:d});return a};
SiqContainer.isSearchPage=function(){var a=location.href.replace(/https?:\/\/(www\.)?([^$]+)$/ig,"$2");return!!SiqConfig.resultPageUrl&amp;&amp;(0&lt;=a.indexOf(SiqConfig.resultPageUrl.replace(/https?:\/\/(www\.)?([^$]+)$/ig,"$2"))||SiqContainer.urlMatchesTemplate(a,SiqConfig.resultPageUrl))};
SiqContainer.urlMatchesTemplate=function(a,b){return 0&gt;b.indexOf("*")?!1:(new RegExp(b.replace(/^https?:\/\/(www\.)?/i,"").replace(/\\/g,"\\\\").replace(/\(\[\.\[\(\^\$\]\)/g,"\\$1").replace(/\*/g,"[^/]*").replace(/\/$/,""))).test(a)};SiqContainer.triggerEvent=function(a,b){if(a.createEvent){var d=document.createEvent("HTMLEvents");d.initEvent(b,!0,!0);d.eventName=b;a.dispatchEvent(d)}else d=document.createEventObject(),d.eventName=b,d.eventType=b,a.fireEvent("on"+d.eventType,d)};
SiqContainer.getUrlParam=function(a,b){return(a=(new RegExp("[\\?&amp;]"+b+"=([^&amp;#]*)")).exec(a))?a[1]||"":""};SiqContainer.loadImpressionPixel=function(a,b){a=a.replace(/\/$/,"");a=a+"/t/pxl.gif?engineKey="+b+"&amp;pageUrl="+encodeURIComponent(location.href)+"&amp;referrer="+encodeURIComponent(document.referrer)+"&amp;cb="+parseInt(1E9*Math.random());b=new Image;b.src=a;b.onload=function(){siq_log("Impression pixel loaded")}};SiqContainer.decodeURIComponent=function(a){a=a.replace(/\+/g,"%20");return decodeURIComponent(a)};
SiqContainer.jsonp=function(a,b){b||(b="callback");return new Promise(function(d,g){var e="siq_callback_"+Date.now(),l=function(){delete window[e];document.head.removeChild(f)},c=setTimeout(function(){g(Error("JSONP request timed out"));l()},3E4);window[e]=function(k){clearTimeout(c);d(k);l()};var f=document.createElement("script"),h="&amp;cb="+parseInt(1E10*Math.random());f.src=""+a+(0&gt;a.indexOf("?")?"?":"&amp;")+b+"="+e+h;f.onerror=function(){clearTimeout(c);g(Error("JSONP request failed"));l()};document.head.appendChild(f)})};
(function(){new SiqContainer("siq-container")})();
</pre></body></html>