[]
{this.persisted=t.persisted}),window.addEventListener(“DOMContentLoaded”,()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener(“touchstart”,t.touchStartHandler,{passive:!0}),window.addEventListener(“mousedown”,t.touchStartHandler),document.addEventListener(“visibilitychange”,t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener(“visibilitychange”,this.userEventHandler)}_onTouchStart(t){“HTML”!==t.target.tagName&&(window.addEventListener(“touchend”,this.touchEndHandler),window.addEventListener(“mouseup”,this.touchEndHandler),window.addEventListener(“touchmove”,this.touchMoveHandler,{passive:!0}),window.addEventListener(“mousemove”,this.touchMoveHandler),t.target.addEventListener(“click”,this.clickHandler),this._renameDOMAttribute(t.target,”onclick”,”rocket-onclick”),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener(“touchend”,this.touchEndHandler),window.removeEventListener(“mouseup”,this.touchEndHandler),window.removeEventListener(“touchmove”,this.touchMoveHandler,{passive:!0}),window.removeEventListener(“mousemove”,this.touchMoveHandler),t.target.removeEventListener(“click”,this.clickHandler),this._renameDOMAttribute(t.target,”rocket-onclick”,”onclick”),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener(“touchend”,this.touchEndHandler),window.removeEventListener(“mouseup”,this.touchEndHandler),window.removeEventListener(“touchmove”,this.touchMoveHandler,{passive:!0}),window.removeEventListener(“mousemove”,this.touchMoveHandler)}_onClick(t){t.target.removeEventListener(“click”,this.clickHandler),this._renameDOMAttribute(t.target,”rocket-onclick”,”onclick”),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener(“touchstart”,this.touchStartHandler,{passive:!0}),window.removeEventListener(“mousedown”,this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent(“click”,{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),”loading”===document.readyState?document.addEventListener(“DOMContentLoaded”,this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll(“script[type=rocketlazyloadscript][data-rocket-src]”).forEach(e=>{let r=e.getAttribute(“data-rocket-src”);if(r&&0!==r.indexOf(“data:”)){0===r.indexOf(“//”)&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||”module”===e.getAttribute(“data-rocket-type”)})}catch(n){}}}),t=[…new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,”preconnect”)}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event(“rocket-allScriptsLoaded”)),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll(“script[type=rocketlazyloadscript]”).forEach(t=>{t.hasAttribute(“data-rocket-src”)?t.hasAttribute(“async”)&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute(“defer”)&&!1!==t.defer||”module”===t.getAttribute(“data-rocket-type”)?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&”noModule”in HTMLScriptElement.prototype){t.setAttribute(“data-rocket-status”,”skipped”);return}return new Promise(navigator.userAgent.indexOf(“Firefox/”)>0||””===navigator.vendor?e=>{let r=document.createElement(“script”);[…t.attributes].forEach(t=>{let e=t.nodeName;”type”!==e&&(“data-rocket-type”===e&&(e=”type”),”data-rocket-src”===e&&(e=”src”),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute(“src”)?(r.addEventListener(“load”,e),r.addEventListener(“error”,e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute(“data-rocket-status”,”failed”),e()}try{let i=t.getAttribute(“data-rocket-type”),n=t.getAttribute(“data-rocket-src”);i?(t.type=i,t.removeAttribute(“data-rocket-type”)):t.removeAttribute(“type”),t.addEventListener(“load”,function r(){t.setAttribute(“data-rocket-status”,”executed”),e()}),t.addEventListener(“error”,r),n?(t.removeAttribute(“data-rocket-src”),t.src=n):t.src=”data:text/javascript;base64,”+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([…this.delayedScripts.normal,…this.delayedScripts.defer,…this.delayedScripts.async],”preload”)}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute(“data-rocket-src”)||t.src;if(i){let n=document.createElement(“link”);n.href=i,n.rel=e,”preconnect”!==e&&(n.as=”script”),t.getAttribute&&”module”===t.getAttribute(“data-rocket-type”)&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?”rocket-“+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t[“rocket”+e]=r=i}})}e(document,”DOMContentLoaded”),e(window,”DOMContentLoaded”),e(window,”load”),e(window,”pageshow”),e(document,”readystatechange”),r(document,”onreadystatechange”),r(window,”onload”),r(window,”onpageshow”)}_delayJQueryReady(t){let e;function r(t){return t.split(” “).map(t=>”load”===t||0===t.indexOf(“load.”)?”rocket-jquery-load”:t).join(” “)}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener(“rocket-DOMContentLoaded”,()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&(“string”==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):”object”==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,”jQuery”,{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector(“script[data-webpack]”);async function r(){return new Promise(t=>{e.addEventListener(“load”,t),e.addEventListener(“error”,t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event(“rocket-DOMContentLoaded”)),await this._littleBreath(),window.dispatchEvent(new Event(“rocket-DOMContentLoaded”)),await this._littleBreath(),document.dispatchEvent(new Event(“rocket-readystatechange”)),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event(“rocket-load”)),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger(“rocket-jquery-load”)),await this._littleBreath();let t=new Event(“rocket-pageshow”);t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error(“WPRocket unable to document.write this: “+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();]]> `${t[0]}=${t[1]}`);const a=t=>t.replace(/s/g,””),r=async t=>{const e={sha256Hash:””,sha1Hash:””};if(!(“msCrypto”in window)&&”https:”===location.protocol&&”crypto”in window&&”TextEncoder”in window){const a=(new TextEncoder).encode(t),[r,o]=await Promise.all([n(“SHA-256”,a),n(“SHA-1”,a)]);e.sha256Hash=r,e.sha1Hash=o}return e},n=async(t,e)=>{const a=await crypto.subtle.digest(t,e);return Array.from(new Uint8Array(a)).map(t=>(“00″+t.toString(16)).slice(-2)).join(“”)};function o(t){let e=!0;return Object.keys(t).forEach(a=>{0===t[a].length&&(e=!1)}),e}function s(){e.splice(i,1);var a=”?”+e.join(“&”)+t.hash;history.replaceState(null,””,a)}for(var i=0;i{const e=t.match(/((?=([a-zA-Z0-9._!#$%+^&*()[]-]+))2@[a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+)/gi);return e?e[0]:””})(a(h.toLowerCase()))){r(h).then(t=>{if(o(t)){var e={value:t,created:Date.now()};localStorage.setItem(c,JSON.stringify(e)),localStorage.setItem(“adt_emsrc”,”url”)}s()});break}s();break}}}(); ]]>Best Camping In Colorado | Top Campgrounds and Dispersed Campsites in CO .widget”,”skip”:0,”classNames”:[“widget”],”position”:”afterend”,”every”:1,”enabled”:true},”adSizes”:[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],”priority”:299,”autosize”:true},{“sequence”:2,”targeting”:[{“value”:[“Sidebar”],”key”:”location”},{“value”:true,”key”:”sticky”}],”devices”:[“desktop”],”name”:”Sidebar_2″,”sticky”:true,”location”:”Sidebar”,”dynamic”:{“pageSelector”:””,”spacing”:0,”max”:1,”lazy”:false,”lazyMax”:null,”elementSelector”:”.sidebar-primary”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”adSizes”:[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],”priority”:298,”autosize”:true},{“sequence”:3,”targeting”:[{“value”:[“Sidebar”],”key”:”location”},{“value”:true,”key”:”sticky”}],”devices”:[“desktop”],”name”:”Sidebar_3″,”sticky”:true,”location”:”Sidebar”,”dynamic”:{“pageSelector”:””,”spacing”:0,”max”:1,”lazy”:false,”lazyMax”:null,”elementSelector”:”.sidebar-primary”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”adSizes”:[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],”priority”:297,”autosize”:true},{“sequence”:4,”targeting”:[{“value”:[“Sidebar”],”key”:”location”},{“value”:true,”key”:”sticky”}],”devices”:[“desktop”],”name”:”Sidebar_4″,”sticky”:true,”location”:”Sidebar”,”dynamic”:{“pageSelector”:””,”spacing”:0,”max”:1,”lazy”:false,”lazyMax”:null,”elementSelector”:”.sidebar-primary”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”adSizes”:[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],”priority”:296,”autosize”:true},{“sequence”:5,”targeting”:[{“value”:[“Sidebar”],”key”:”location”},{“value”:true,”key”:”sticky”}],”devices”:[“desktop”],”name”:”Sidebar_5″,”sticky”:true,”location”:”Sidebar”,”dynamic”:{“pageSelector”:””,”spacing”:0,”max”:1,”lazy”:false,”lazyMax”:null,”elementSelector”:”.sidebar-primary”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”adSizes”:[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],”priority”:295,”autosize”:true},{“sequence”:9,”targeting”:[{“value”:[“Sidebar”],”key”:”location”},{“value”:true,”key”:”sticky”}],”devices”:[“desktop”],”name”:”Sidebar_9″,”sticky”:true,”location”:”Sidebar”,”dynamic”:{“pageSelector”:””,”spacing”:0,”max”:1,”lazy”:false,”lazyMax”:null,”elementSelector”:”.sidebar-primary”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”stickyOverlapSelector”:”.footer-widgets, .site-footer”,”adSizes”:[[160,600],[336,280],[320,50],[300,600],[250,250],[1,1],[320,100],[300,1050],[300,50],[300,420],[300,250]],”priority”:291,”autosize”:true},{“sequence”:null,”targeting”:[{“value”:[“Content”],”key”:”location”}],”devices”:[“desktop”],”name”:”Content”,”sticky”:false,”location”:”Content”,”dynamic”:{“pageSelector”:”body.single, body.page:not(.home)”,”spacing”:1,”max”:9,”lazy”:true,”lazyMax”:90,”elementSelector”:”.entry-content > p”,”skip”:2,”classNames”:[],”position”:”afterend”,”every”:2,”enabled”:true},”adSizes”:[[728,90],[336,280],[320,50],[468,60],[970,90],[250,250],[1,1],[320,100],[970,250],[1,2],[300,50],[300,300],[552,334],[728,250],[300,250]],”priority”:199,”autosize”:true},{“sequence”:null,”targeting”:[{“value”:[“Content”],”key”:”location”}],”devices”:[“tablet”],”name”:”Content”,”sticky”:false,”location”:”Content”,”dynamic”:{“pageSelector”:”body.single, body.page:not(.home)”,”spacing”:0.7,”max”:9,”lazy”:true,”lazyMax”:90,”elementSelector”:”.entry-content > p”,”skip”:2,”classNames”:[],”position”:”afterend”,”every”:1,”enabled”:true},”adSizes”:[[728,90],[336,280],[320,50],[468,60],[970,90],[250,250],[1,1],[320,100],[970,250],[1,2],[300,50],[300,300],[552,334],[728,250],[300,250]],”priority”:199,”autosize”:true},{“sequence”:null,”targeting”:[{“value”:[“Content”],”key”:”location”}],”devices”:[“phone”],”name”:”Content”,”sticky”:false,”location”:”Content”,”dynamic”:{“pageSelector”:”body.single, body.page:not(.home)”,”spacing”:1,”max”:9,”lazy”:true,”lazyMax”:90,”elementSelector”:”.entry-content > p”,”skip”:2,”classNames”:[],”position”:”beforebegin”,”every”:1,”enabled”:true},”adSizes”:[[728,90],[336,280],[320,50],[468,60],[970,90],[250,250],[1,1],[320,100],[970,250],[1,2],[300,50],[300,300],[552,334],[728,250],[300,250]],”priority”:199,”autosize”:true},{“sequence”:null,”targeting”:[{“value”:[“Below Post”],”key”:”location”}],”devices”:[“phone”,”tablet”,”desktop”],”name”:”Below_Post”,”sticky”:false,”location”:”Below Post”,”dynamic”:{“pageSelector”:”body.single”,”spacing”:0,”max”:0,”lazy”:true,”lazyMax”:1,”elementSelector”:”.entry-content”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”adSizes”:[[728,90],[336,280],[320,50],[468,60],[250,250],[1,1],[320,100],[300,250],[970,250],[728,250]],”priority”:99,”autosize”:true},{“sequence”:null,”targeting”:[{“value”:[“Footer”],”key”:”location”},{“value”:true,”key”:”sticky”}],”devices”:[“tablet”,”phone”,”desktop”],”name”:”Footer”,”sticky”:true,”location”:”Footer”,”dynamic”:{“pageSelector”:””,”spacing”:0,”max”:1,”lazy”:false,”lazyMax”:null,”elementSelector”:”body”,”skip”:0,”classNames”:[],”position”:”beforeend”,”every”:1,”enabled”:true},”adSizes”:[[320,50],[320,100],[728,90],[970,90],[468,60],[1,1],[300,50]],”priority”:-1,”autosize”:true}],”adDensityLayout”:{“mobile”:{“adDensity”:0.25,”onePerViewport”:false},”pageOverrides”:[],”desktop”:{“adDensity”:0.25,”onePerViewport”:false}},”adDensityEnabled”:true,”siteExperiments”:[],”adTypes”:{“sponsorTileDesktop”:true,”nativeDesktopContent”:true,”outstreamDesktop”:true,”nativeBelowPostDesktop”:true,”miniscroller”:true,”animatedFooter”:true,”largeFormatsMobile”:true,”nativeMobileContent”:true,”inRecipeRecommendationMobile”:true,”nativeMobileRecipe”:true,”expandableFooter”:true,”nativeDesktopSidebar”:true,”sponsorTileMobile”:true,”interscroller”:true,”nativeDesktopRecipe”:true,”outstreamMobile”:true,”nativeHeaderDesktop”:true,”nativeHeaderMobile”:true,”nativeBelowPostMobile”:true,”largeFormatsDesktop”:true,”inRecipeRecommendationDesktop”:true},”adOptions”:{“theTradeDesk”:true,”rtbhouse”:true,”verizon”:true,”undertone”:true,”sidebarConfig”:{“dynamicStickySidebar”:{“minHeight”:1200,”enabled”:false,”blockedSelectors”:[]}},”concert”:false,”footerCloseButton”:true,”teads”:true,”pmp”:true,”thirtyThreeAcross”:false,”sharethrough”:true,”removeVideoTitleWrapper”:true,”pubMatic”:true,”roundel”:true,”infiniteScroll”:false,”yahoossp”:true,”improvedigital”:true,”spa”:false,”stickyContainerConfig”:{“recipeDesktop”:{“minHeight”:null,”enabled”:false},”blockedSelectors”:[],”stickyHeaderSelectors”:[],”content”:{“minHeight”:null,”enabled”:false},”recipeMobile”:{“minHeight”:null,”enabled”:false}},”sonobi”:true,”yieldmo”:true,”footerSelector”:””,”amazonUAM”:true,”gamMCMEnabled”:true,”gamMCMChildNetworkCode”:”21726097356″,”stickyContainerAds”:false,”rubicon”:true,”conversant”:true,”resetdigital”:true,”openx”:true,”mobileHeaderHeight”:1,”unruly”:true,”mediaGrid”:true,”bRealTime”:true,”gumgum”:true,”comscoreFooter”:true,”desktopInterstitial”:false,”footerCloseButtonDesktop”:false,”ozone”:false,”isAutoOptimized”:false,”comscoreTAL”:true,”targetaff”:false,”advancePlaylistOptions”:{“playlistPlayer”:{“enabled”:true},”relatedPlayer”:{“enabled”:true,”applyToFirst”:true}},”kargo”:true,”liveRampATS”:true,”footerCloseButtonMobile”:false,”interstitialBlockedPageSelectors”:””,”allowSmallerAdSizes”:true,”comscore”:”Travel”,”mobileInterstitial”:false,”tripleLift”:true,”sensitiveCategories”:[“alc”,”ast”,”cbd”,”conl”,”cosm”,”dat”,”drg”,”gamc”,”gamv”,”rel”,”sst”,”ssr”,”srh”,”ske”,”tob”,”wtl”],”liveRamp”:true,”mobileInterstitialBlockedPageSelectors”:””,”adthriveEmailIdentity”:true,”criteo”:true,”nativo”:true,”infiniteScrollOptions”:{“selector”:””,”heightThreshold”:0},”siteAttributes”:{“mobileHeaderSelectors”:[],”desktopHeaderSelectors”:[]},”dynamicContentSlotLazyLoading”:true,”clsOptimizedAds”:true,”colossus”:true,”verticals”:[“Travel”],”inImage”:false,”advancePlaylist”:true,”delayLoading”:false,”inImageZone”:null,”appNexus”:true,”liveRampId”:””,”infiniteScrollRefresh”:false,”indexExchange”:true},”videoPlayers”:{“contextual”:{“autoplayCollapsibleEnabled”:false,”overrideEmbedLocation”:false,”defaultPlayerType”:”static”},”videoEmbed”:”wordpress”,”footerSelector”:”.footer-widgets, .site-footer”,”contentSpecificPlaylists”:[],”players”:[{“playlistId”:”FP6FZK6s”,”pageSelector”:”body.single”,”devices”:[“mobile”],”mobileLocation”:”bottom-left”,”description”:””,”skip”:2,”title”:”Trending Posts”,”type”:”stickyPlaylist”,”enabled”:true,”footerSelector”:”.footer-widgets, .site-footer”,”formattedType”:”Sticky Playlist”,”elementSelector”:”.entry-content > p”,”id”:4062468,”position”:”afterend”,”saveVideoCloseState”:false,”shuffle”:true,”playerId”:”r21pPOpl”},{“playlistId”:”FP6FZK6s”,”pageSelector”:”body.single, body.page:not(.home)”,”devices”:[“desktop”],”description”:””,”skip”:1,”title”:”Trending Posts”,”type”:”stickyPlaylist”,”enabled”:true,”footerSelector”:”.footer-widgets, .site-footer”,”formattedType”:”Sticky Playlist”,”elementSelector”:”.entry-content > p”,”id”:4062467,”position”:”afterend”,”saveVideoCloseState”:false,”shuffle”:true,”playerId”:”r21pPOpl”},{“devices”:[“desktop”,”mobile”],”formattedType”:”Stationary Related”,”description”:””,”id”:4062464,”title”:”Stationary related player – desktop and mobile”,”type”:”stationaryRelated”,”enabled”:true,”playerId”:”ZN8HyEq4″},{“pageSelector”:””,”devices”:[“desktop”],”formattedType”:”Sticky Related”,”description”:””,”elementSelector”:””,”skip”:0,”id”:4062465,”position”:”afterend”,”title”:”Sticky related player – desktop”,”type”:”stickyRelated”,”enabled”:true,”playerId”:”ZN8HyEq4″},{“pageSelector”:””,”devices”:[“mobile”],”mobileLocation”:”bottom-left”,”description”:””,”skip”:0,”title”:”Sticky related player – mobile”,”type”:”stickyRelated”,”enabled”:true,”formattedType”:”Sticky Related”,”elementSelector”:””,”id”:4062466,”position”:”afterend”,”playerId”:”ZN8HyEq4″}],”partners”:{“theTradeDesk”:true,”roundel”:true,”yahoossp”:true,”criteo”:true,”unruly”:true,”mediaGrid”:true,”improvedigital”:true,”undertone”:true,”gumgum”:true,”colossus”:true,”yieldmo”:true,”pmp”:true,”amazonUAM”:true,”kargo”:true,”thirtyThreeAcross”:false,”stickyOutstream”:{“desktop”:{“enabled”:true},”blockedPageSelectors”:””,”mobileLocation”:”bottom-right”,”allowOnHomepage”:false,”mobile”:{“enabled”:true},”saveVideoCloseState”:false,”mobileHeaderSelector”:””,”allowForPageWithStickyPlayer”:{“enabled”:true}},”sharethrough”:true,”rubicon”:true,”appNexus”:true,”resetdigital”:true,”tripleLift”:true,”openx”:true,”pubMatic”:true,”indexExchange”:true}}};]]> e?a:null===d?d=Object.getOwnPropertyDescriptor(a,b):d,g;if(“object”===typeof Reflect&&”function”===typeof Reflect.decorate)f=Reflect.decorate(c,a,b,d);else for(var h=c.length-1;0e?g(f):31.5*window.innerHeight?c:null},ua=function(c,a,b){void 0===b&&(b=document);var d=ta(b),e=d?[d]:[],f=[];c.forEach(function(h){var k=Array.from(b.querySelectorAll(h.elementSelector)).slice(0,h.skip);sa(h.elementSelector).forEach(function(l){var n=b.querySelectorAll(l);l=function(r){var m=n[r];if(a.map.some(function(t){return t.el.isEqualNode(m)}))return”continue”;(r=m&&m.parentElement)&&r!==document.body?e.push(r):e.push(m);-1===k.indexOf(m)&&f.push({dynamicAd:h, element:m})};for(var p=0;pd.offsetHeight?e:d})||document.body,a]},A;(function(c){c.amznbid=”amznbid”;c.amzniid=”amzniid”;c.amznp=”amznp”;c.amznsz= “amznsz”})(A||(A={}));var H;(function(c){c.ThirtyThreeAcross=”33across”;c.AppNexus=”appnexus”;c.Amazon=”amazon”;c.Colossus=”colossus”;c.ColossusServer=”col_ss”;c.Conversant=”conversant”;c.Concert=”concert”;c.Criteo=”criteo”;c.GumGum=”gumgum”;c.ImproveDigital=”improvedigital”;c.ImproveDigitalServer=”improve_ss”;c.IndexExchange=”ix”;c.Kargo=”kargo”;c.KargoServer=”krgo_ss”;c.MediaGrid=”grid”;c.MediaGridVideo=”gridvid”;c.Nativo=”nativo”;c.OpenX=”openx”;c.Ogury=”ogury”;c.OpenXServer=”opnx_ss”;c.Ozone= “ozone”;c.Pubmatic=”pubmatic”;c.PubmaticServer=”pubm_ss”;c.ResetDigital=”resetdigital”;c.Roundel=”roundel”;c.Rtbhouse=”rtbhouse”;c.Rubicon=”rubicon”;c.RubiconServer=”rubi_ss”;c.Sharethrough=”sharethrough”;c.Teads=”teads”;c.Triplelift=”triplelift”;c.TripleliftServer=”tripl_ss”;c.TTD=”ttd”;c.Undertone=”undertone”;c.UndertoneServer=”under_ss”;c.Unruly=”unruly”;c.YahooSSP=”yahoossp”;c.YahooSSPServer=”yah_ss”;c.Verizon=”verizon”;c.Yieldmo=”yieldmo”})(H||(H={}));var aa;(function(c){c.Prebid=”prebid”;c.GAM= “gam”;c.Amazon=”amazon”;c.Marmalade=”marmalade”;c.Floors=”floors”;c.CMP=”cmp”;c.Optable=”optable”})(aa||(aa={}));var ba;(function(c){c.cm=”cm”;c.fbrap=”fbrap”;c.rapml=”rapml”})(ba||(ba={}));var ca;(function(c){c.lazy=”lazy”;c.raptive=”raptive”;c.refresh=”refresh”;c.session=”session”;c.crossDomain=”crossdomain”;c.highSequence=”highsequence”;c.lazyBidPool=”lazyBidPool”})(ca||(ca={}));var da;(function(c){c.lazy=”l”;c.raptive=”rapml”;c.refresh=”r”;c.session=”s”;c.crossdomain=”c”;c.highsequence=”hs”;c.lazyBidPool= “lbp”})(da||(da={}));var ea;(function(c){c.Version=”Version”;c.SharingNotice=”SharingNotice”;c.SaleOptOutNotice=”SaleOptOutNotice”;c.SharingOptOutNotice=”SharingOptOutNotice”;c.TargetedAdvertisingOptOutNotice=”TargetedAdvertisingOptOutNotice”;c.SensitiveDataProcessingOptOutNotice=”SensitiveDataProcessingOptOutNotice”;c.SensitiveDataLimitUseNotice=”SensitiveDataLimitUseNotice”;c.SaleOptOut=”SaleOptOut”;c.SharingOptOut=”SharingOptOut”;c.TargetedAdvertisingOptOut=”TargetedAdvertisingOptOut”;c.SensitiveDataProcessing= “SensitiveDataProcessing”;c.KnownChildSensitiveDataConsents=”KnownChildSensitiveDataConsents”;c.PersonalDataConsents=”PersonalDataConsents”;c.MspaCoveredTransaction=”MspaCoveredTransaction”;c.MspaOptOutOptionMode=”MspaOptOutOptionMode”;c.MspaServiceProviderMode=”MspaServiceProviderMode”;c.SubSectionType=”SubsectionType”;c.Gpc=”Gpc”})(ea||(ea={}));var fa;(function(c){c[c.NA=0]=”NA”;c[c.OptedOut=1]=”OptedOut”;c[c.OptedIn=2]=”OptedIn”})(fa||(fa={}));var F;(function(c){c.AdDensity=”addensity”;c.AdLayout= “adlayout”;c.FooterCloseButton=”footerclose”;c.Interstitial=”interstitial”;c.RemoveVideoTitleWrapper=”removevideotitlewrapper”;c.StickyOutstream=”stickyoutstream”;c.StickyOutstreamOnStickyPlayer=”sospp”;c.VideoAdvancePlaylistRelatedPlayer=”videoadvanceplaylistrp”;c.MobileStickyPlayerPosition=”mspp”})(F||(F={}));var M;(function(c){c.Desktop=”desktop”;c.Mobile=”mobile”})(M||(M={}));var L;(function(c){c.Video_Collapse_Autoplay_SoundOff=”Video_Collapse_Autoplay_SoundOff”;c.Video_Individual_Autoplay_SOff= “Video_Individual_Autoplay_SOff”;c.Video_Coll_SOff_Smartphone=”Video_Coll_SOff_Smartphone”;c.Video_In_Post_ClicktoPlay_SoundOn=”Video_In-Post_ClicktoPlay_SoundOn”})(L||(L={}));var ha;(ha||(ha={})).None=”none”;var ia;(function(c){c.Default=”default”;c.AZ_Animals=”5daf495ed42c8605cfc74b0b”;c.Natashas_Kitchen=”55bccc97303edab84afd77e2″;c.RecipeTin_Eats=”55cb7e3b4bc841bd0c4ea577″;c.Sallys_Baking_Recipes=”566aefa94856897050ee7303″;c.Spend_With_Pennies=”541917f5a90318f9194874cf”})(ia||(ia={}));var wa=function(c, a){var b=c.adDensityEnabled;c=c.adDensityLayout.pageOverrides.find(function(d){return!!document.querySelector(d.pageSelector)&&(d[a].onePerViewport||”number”===typeof d[a].adDensity)});return b?!c:!0};A=function(){function c(){this._timeOrigin=0}c.prototype.resetTimeOrigin=function(){this._timeOrigin=window.performance.now()};c.prototype.now=function(){try{return Math.round(window.performance.now()-this._timeOrigin)}catch(a){return 0}};return c}();window.adthrive.windowPerformance=window.adthrive.windowPerformance|| new A;A=window.adthrive.windowPerformance;var U=A.now.bind(A),xa=function(c){void 0===c&&(c=window.location.search);var a=0===c.indexOf(“?”)?1:0;return c.slice(a).split(“&”).reduce(function(b,d){d=u(d.split(“=”),2);b.set(d[0],d[1]);return b},new Map)},ja=function(c){try{return{valid:!0,elements:document.querySelectorAll(c)}}catch(a){return z({valid:!1},a)}},V=function(c){return””===c?{valid:!0}:ja(c)},ya=function(c){var a=c.reduce(function(b,d){return d.weight?d.weight+b:b},0);return 0a.top+a.height/2&&0a.top+a.height/2};c.createQueryString=function(a){return Object.keys(a).map(function(b){return””.concat(b,”=”).concat(a[b])}).join(“&”)};c.createEncodedQueryString=function(a){return Object.keys(a).map(function(b){return””.concat(b,”=”).concat(encodeURIComponent(a[b]))}).join(“&”)};c.setMobileLocation=function(a){a=a||”bottom-right”;”top-left”===a?a=”adthrive-collapse-top-left”:”top-right”===a?a=”adthrive-collapse-top-right”:”bottom-left”===a?a=”adthrive-collapse-bottom-left”:”bottom-right”=== a?a=”adthrive-collapse-bottom-right”:”top-center”===a&&(a=G()?”adthrive-collapse-top-center”:”adthrive-collapse-bottom-right”);return a};c.addMaxResolutionQueryParam=function(a){var b=G()?”320″:”1280″;b=”max_resolution=”.concat(b);var d=u(String(a).split(“?”),2);a=d[0];b=(d=d[1])?d+”&”.concat(b):b;return””.concat(a,”?”).concat(b)};return c}(),Da=function(){return function(c){this._clsOptions=c;this.removeVideoTitleWrapper=w(this._clsOptions.siteAds.adOptions.removeVideoTitleWrapper,!1);c=this._clsOptions.siteAds.videoPlayers; this.footerSelector=w(c&&c.footerSelector,””);this.players=w(c&&c.players.map(function(a){a.mobileLocation=Ca.setMobileLocation(a.mobileLocation);return a}),[]);this.contextualSettings=c&&c.contextual}}(),Ea=function(){return function(c){this.contextualPlayerAdded=this.playlistPlayerAdded=this.mobileStickyPlayerOnPage=!1;this.footerSelector=””;this.removeVideoTitleWrapper=!1;this.videoAdOptions=new Da(c);this.players=this.videoAdOptions.players;this.contextualSettings=this.videoAdOptions.contextualSettings; this.removeVideoTitleWrapper=this.videoAdOptions.removeVideoTitleWrapper;this.footerSelector=this.videoAdOptions.footerSelector}}();H=function(){return function(){}}();var I=function(c){function a(b){var d=c.call(this)||this;d._probability=b;return d}x(a,c);a.prototype.get=function(){if(0>this._probability||1=d)return k}}catch(n){var l={error:n}}finally{try{g&&!g.done&&(b=f.return)&&b.call(f)}finally{if(l)throw l.error; }}return this._default};Object.defineProperty(a.prototype,”totalWeight”,{get:function(){return this._choices.reduce(function(b,d){return b+d.weight},0)},enumerable:!1,configurable:!0});return a}(H),Ya=function(c){for(var a=5381,b=c.length;b;)a=33*a^c.charCodeAt(–b);return a>>>0},R=new (function(){function c(){var a=this;this.name=”StorageHandler”;this.disable=!1;this.removeLocalStorageValue=function(b){window.localStorage.removeItem(“adthrive_”.concat(b.toLowerCase()))};this.getLocalStorageValue= function(b,d,e,f,g){void 0===d&&(d=!0);void 0===e&&(e=!0);if(a.disable)return null;try{var h=window.localStorage.getItem(“”.concat(d?”adthrive_”:””).concat(e?b.toLowerCase():b));if(h){var k=JSON.parse(h),l=void 0!==f&&Date.now()-k.created>=f;if(k&&!l)return g&&a.setLocalStorageValue(b,k.value,d),k.value}}catch(n){}return null};this.setLocalStorageValue=function(b,d,e){void 0===e&&(e=!0);try{e=e?”adthrive_”:””;var f={value:d,created:Date.now()};window.localStorage.setItem(“”.concat(e).concat(b.toLowerCase()), JSON.stringify(f))}catch(g){}};this.isValidABGroupLocalStorageValue=function(b){return void 0!==b&&null!==b&&!(“number”===typeof b&&isNaN(b))};this.getOrSetLocalStorageValue=function(b,d,e,f,g,h,k){void 0===f&&(f=!0);void 0===g&&(g=!0);void 0===k&&(k=!0);e=a.getLocalStorageValue(b,k,f,e,g);if(null!==e)return e;d=d();a.setLocalStorageValue(b,d,k);h&&h(d);return d};this.getOrSetABGroupLocalStorageValue=function(b,d,e,f,g){var h;void 0===f&&(f=!0);e=a.getLocalStorageValue(“abgroup”,!0,!0,e,f);if(null!== e&&(f=e[b],a.isValidABGroupLocalStorageValue(f)))return f;d=d();b=z(z({},e),(h={},h[b]=d,h));a.setLocalStorageValue(“abgroup”,b);g&&g();return d}}c.prototype.init=function(){};return c}()),na=function(){return function(c,a,b){var d=b.value;d&&(b.value=function(){for(var e=this,f=[],g=0;g %o”,”No experiment config found. Defaulting to control.”),”control”;if(!this._mappedChoices||0===this._mappedChoices.length)return q.error(“CLSWeightedChoiceSiteExperiment”,”run”,”() => %o”,”No experiment variants found. Defaulting to control.”),”control”;var b=(new O(this._mappedChoices)).get();if(this._isValidResult(b))return b;q.error(“CLSWeightedChoiceSiteExperiment”, “run”,”() => %o”,”Invalid result from experiment choices. Defaulting to control.”);return”control”};return a}(function(){function c(){}Object.defineProperty(c.prototype,”enabled”,{get:function(){return void 0!==this.experimentConfig},enumerable:!1,configurable:!0});c.prototype._isValidResult=function(a,b){void 0===b&&(b=function(){return!0});return b()&&R.isValidABGroupLocalStorageValue(a)};return c}());var oa=function(){function c(a){var b=this,d,e;this.siteExperiments=[];this._clsOptions=a;this._device= G()?”mobile”:”desktop”;this.siteExperiments=null!==(e=null===(d=this._clsOptions.siteAds.siteExperiments)||void 0===d?void 0:d.filter(function(f){var g=f.key;var h=b._device;if(f){var k=!!f.enabled,l=null==f.dateStart||Date.now()>=f.dateStart,n=null==f.dateEnd||Date.now() %o”,”No experiment config found. Defaulting to empty class name.”),””;var b=(new O(this._mappedChoices)).get();if(this._isValidResult(b))return b;q.error(“CLSAdLayoutSiteExperiment”,”run”,”() => %o”,”Invalid result from experiment choices. Defaulting to empty class name.”); return””};a.prototype._mapChoices=function(){return this._choices.map(function(b){return{weight:b.weight,choice:b.value}})};J([na(),E(“design:type”,Function),E(“design:paramtypes”,[]),E(“design:returntype”,void 0)],a.prototype,”run”,null);return a}(H),$a=function(c){function a(b){var d=c.call(this)||this;d._choices=[];d._mappedChoices=[];d._result=”control”;d._resultValidator=function(e){return”number”===typeof e};d.key=F.AdDensity;d.abgroup=F.AdDensity;d._clsSiteExperiments=new oa(b);d.experimentConfig= d._clsSiteExperiments.getSiteExperimentByKey(d.key);d.enabled&&d.experimentConfig&&(d._choices=d.experimentConfig.variants,d._mappedChoices=d._mapChoices(),d._result=d.run(),b.setWeightedChoiceExperiment(d.abgroup,d._result,!0));return d}x(a,c);Object.defineProperty(a.prototype,”result”,{get:function(){return this._result},enumerable:!1,configurable:!0});a.prototype.run=function(){if(!this.enabled)return q.error(“CLSTargetAdDensitySiteExperiment”,”run”,”() => %o”,”No experiment config found. Defaulting to control.”), “control”;var b=(new O(this._mappedChoices)).get();if(this._isValidResult(b))return b;q.error(“CLSTargetAdDensitySiteExperiment”,”run”,”() => %o”,”Invalid result from experiment choices. Defaulting to control.”);return”control”};a.prototype._mapChoices=function(){return this._choices.map(function(b){var d=b.value;return{weight:b.weight,choice:”number”===typeof d?(d||0)/100:”control”}})};J([na(),E(“design:type”,Function),E(“design:paramtypes”,[]),E(“design:returntype”,void 0)],a.prototype,”run”,null); return a}(H),ab=function(c){function a(){var b=c.call(this)||this;b._result=!1;b.abgroup=”scae”;b.key=”StickyContainerAds”;b._choices=[{choice:!0},{choice:!1}];b.weight=.99;b._result=b.run();b.setExperimentKey();return b}x(a,c);Object.defineProperty(a.prototype,”result”,{get:function(){return this._result},enumerable:!1,configurable:!0});a.prototype.run=function(){return(new I(this.weight)).get()};return a=J([N(“StickyContainerAdsExperiment”),E(“design:paramtypes”,[])],a)}(A),bb=function(c){function a(){var b= c.call(this)||this;b._result=!1;b.abgroup=”scre”;b.key=”StickyContainerRecipe”;b._choices=[{choice:!0},{choice:!1}];b.weight=.99;b._result=b.run();b.setExperimentKey();return b}x(a,c);Object.defineProperty(a.prototype,”result”,{get:function(){return this._result},enumerable:!1,configurable:!0});a.prototype.run=function(){return(new I(this.weight)).get()};return a=J([N(“StickyContainerRecipeExperiment”),E(“design:paramtypes”,[])],a)}(A),cb=function(){function c(a){this.key=”DynamicSidebarSlotsMinHeight”; this.abgroup=”dssmh”;this._result=2700;this._choices=[{choice:1800,weight:10},{choice:2100,weight:10},{choice:2400,weight:10},{choice:2700,weight:60},{choice:3E3,weight:10}];this._isValidResult=function(b){return”number”===typeof b};this._result=this.run();a.setWeightedChoiceExperiment(this.abgroup,this._result,!1)}Object.defineProperty(c.prototype,”result”,{get:function(){return this._result},enumerable:!1,configurable:!0});c.prototype.run=function(){var a=(new O(this._choices)).get();if(this._isValidResult(a))return a; q.error(“setWeightedChoiceExperiment”,”run”,”() => %o”,”Invalid result from experiment choices. Defaulting to 0.”);return 0};return c}(),db=function(){function c(a){this.key=”DynamicSidebarSlotsCap”;this.abgroup=”dssc”;this._result=25;this._choices=[{choice:25,weight:25},{choice:50,weight:25},{choice:75,weight:25},{choice:100,weight:25}];this._isValidResult=function(b){return”number”===typeof b};this._result=this.run();a.setWeightedChoiceExperiment(this.abgroup,this._result,!1)}Object.defineProperty(c.prototype, “result”,{get:function(){return this._result},enumerable:!1,configurable:!0});c.prototype.run=function(){var a=(new O(this._choices)).get();if(this._isValidResult(a))return a;q.error(“DynamicSidebarSlotsCapCLSExperiment”,”run”,”() => %o”,”Invalid result from experiment choices. Defaulting to 0.”);return 0};return c}(),fb=function(){function c(a,b){this._clsOptions=a;this._adInjectionMap=b;this._mainContentHeight=this._recipeCount=0;this._mainContentDiv=null;this._totalAvailableElements=[];this._minDivHeight= 250;this._densityDevice=M.Desktop;this._pubLog={onePerViewport:!1,targetDensity:0,targetDensityUnits:0,combinedMax:0};this._densityMax=.99;this._smallerIncrementAttempts=0;this._absoluteMinimumSpacingByDevice=250;this._usedAbsoluteMinimum=!1;this._infPageEndOffset=0;this.locationMaxLazySequence=new Map([[“Recipe”,5]]);this.locationToMinHeight={Below_Post:”250px”,Content:”250px”,Recipe:”250px”,Sidebar:”250px”};b=this._clsOptions.siteAds.breakpoints;var d=b.tablet;var e=window.innerWidth;b=e>=b.desktop? “desktop”:e>=d?”tablet”:”phone”;this._device=b;this._config=new Qa(a);this._clsOptions.enabledLocations=this._config.enabledLocations;this._clsTargetAdDensitySiteExperiment=this._clsOptions.siteAds.siteExperiments?new $a(this._clsOptions):null;this._dynamicSidebarSlotsMinHeightExperiment=new cb(this._clsOptions);this._dynamicSidebarSlotsCapExperiment=new db(this._clsOptions);this._stickyContainerAdsExperiment=new ab;this._stickyContainerRecipeExperiment=new bb;this._enhancedStickySidebarAdsExperiment= new Wa;this._removeRecipeCapExperiment=new Xa}c.prototype.start=function(){var a=this,b,d,e,f,g,h,k;try{Ra(this._device);var l=new Za(this._clsOptions);if(l.enabled){var n=l.result,p=n.startsWith(“.”)?n.substring(1):n;if(/^[-_a-zA-Z]+[-_a-zA-Z0-9]*$/.test(p))try{document.body.classList.add(p)}catch(B){q.error(“ClsDynamicAdsInjector”,”start”,”Uncaught CSS Class error: “.concat(B))}else q.error(“ClsDynamicAdsInjector”,”start”,”Invalid class name: “.concat(p))}var r=this._clsOptions.siteAds.adOptions, m=(null===(b=this._dynamicSidebarSlotsMinHeightExperiment)||void 0===b?void 0:b.result)||(null===(e=null===(d=r.sidebarConfig)||void 0===d?void 0:d.dynamicStickySidebar)||void 0===e?void 0:e.minHeight),t=r.siteAttributes,v=G()?null===t||void 0===t?void 0:t.mobileHeaderSelectors:null===t||void 0===t?void 0:t.desktopHeaderSelectors,y=Ta(v);Va(m,y);var D=Pa(this._device,this._clsOptions.siteAds).filter(function(B){return a._locationEnabled(B)}).filter(function(B){return B.devices.includes(a._device)}).filter(function(B){return 0=== B.pageSelector.length||null!==document.querySelector(B.pageSelector)}),P=this.inject(D);(null===(g=null===(f=this._clsOptions.siteAds.adOptions.stickyContainerConfig)||void 0===f?void 0:f.content)||void 0===g?0:g.enabled)&&this._stickyContainerAdsExperiment.result&&!X(this._clsOptions.siteAds.adOptions.stickyContainerConfig.blockedSelectors||[])&&Ua(null===(k=null===(h=this._clsOptions.siteAds.adOptions.stickyContainerConfig)||void 0===h?void 0:h.content)||void 0===k?void 0:k.minHeight);P.forEach(function(B){return a._clsOptions.setInjectedSlots(B)})}catch(B){q.error(“ClsDynamicAdsInjector”, “start”,B)}};c.prototype.inject=function(a,b){void 0===b&&(b=document);this._densityDevice=”desktop”===this._device?M.Desktop:M.Mobile;this._overrideDefaultAdDensitySettingsWithSiteExperiment();var d=this._clsOptions.siteAds,e=w(d.adDensityEnabled,!0),f=d.adDensityLayout&&e;d=a.filter(function(g){return f?”Content”!==g.location:g});a=a.filter(function(g){return f?”Content”===g.location:null});return C(C([],u(d.length?this._injectNonDensitySlots(d,b):[]),!1),u(a.length?this._injectDensitySlots(a,b): []),!1)};c.prototype._injectNonDensitySlots=function(a,b){var d,e=this,f,g,h,k,l,n,p;void 0===b&&(b=document);var r=[],m=[],t=(null===(g=null===(f=this._clsOptions.siteAds.adOptions.sidebarConfig)||void 0===f?void 0:f.dynamicStickySidebar)||void 0===g?void 0:g.enabled)&&this._enhancedStickySidebarAdsExperiment.result;this._stickyContainerRecipeExperiment.result&&a.some(function(K){return”Recipe”===K.location&&K.sticky})&&!X((null===(h=this._clsOptions.siteAds.adOptions.stickyContainerConfig)||void 0=== h?void 0:h.blockedSelectors)||[])&&(f=this._clsOptions.siteAds.adOptions.stickyContainerConfig,f=”phone”===this._device?null===(k=null===f||void 0===f?void 0:f.recipeMobile)||void 0===k?void 0:k.minHeight:null===(l=null===f||void 0===f?void 0:f.recipeDesktop)||void 0===l?void 0:l.minHeight,T(“n .adthrive-recipe.adthrive-sticky {n position: -webkit-sticky;n position: sticky !important;n top: 42px !important;n margin-top: 42px !important;n }n .adthrive-recipe-sticky-container {n position: relative;n display: flex;n flex-direction: column;n justify-content: flex-start;n align-items: center;n min-height:”.concat(f? f:400,”px !important;n margin: 10px 0 10px 0;n background-color: #FAFAFA;n padding-bottom:0px;n }n “)));try{for(var v=Q(a),y=v.next();!y.done;y=v.next()){var D=y.value,P=”Sidebar”===D.location&&9===D.sequence&&D.sticky,B=(null===(p=null===(n=this._clsOptions.siteAds.adOptions.sidebarConfig)||void 0===n?void 0:n.dynamicStickySidebar)||void 0===p?void 0:p.blockedSelectors)||[],eb=X(B);t&&P?eb?this._insertNonDensityAds(D,r,m,b):this._insertDynamicStickySidebarAds(D,r,m,b):this._insertNonDensityAds(D, r,m,b)}}catch(K){var pa={error:K}}finally{try{y&&!y.done&&(d=v.return)&&d.call(v)}finally{if(pa)throw pa.error;}}m.forEach(function(K){K.element.style.minHeight=e.locationToMinHeight[K.location]});return r};c.prototype._injectDensitySlots=function(a,b){void 0===b&&(b=document);try{this._calculateMainContentHeightAndAllElements(a,b)}catch(h){return[]}var d=this._getDensitySettings(a,b);a=d.onePerViewport;var e=d.targetAll,f=d.targetDensityUnits,g=d.combinedMax;d=d.numberOfUnits;this._absoluteMinimumSpacingByDevice= a?window.innerHeight:this._absoluteMinimumSpacingByDevice;if(!d)return[];this._adInjectionMap.filterUsed();this._findElementsForAds(d,a,e,g,f,b);return this._insertAds()};c.prototype._overrideDefaultAdDensitySettingsWithSiteExperiment=function(){var a;if(null===(a=this._clsTargetAdDensitySiteExperiment)||void 0===a?0:a.enabled)a=this._clsTargetAdDensitySiteExperiment.result,”number”===typeof a&&(this._clsOptions.siteAds.adDensityEnabled=!0,this._clsOptions.siteAds.adDensityLayout[this._densityDevice].adDensity= a)};c.prototype._getDensitySettings=function(a,b){void 0===b&&(b=document);var d=this._clsOptions.siteAds.adDensityLayout,e=this._determineOverrides(d.pageOverrides);e=e.length?e[0]:d[this._densityDevice];d=this._clsOptions.getTargetDensity(e.adDensity);e=e.onePerViewport;var f=this._shouldTargetAllEligible(d),g=this._getTargetDensityUnits(d,f);a=this._getCombinedMax(a,b);b=Math.min.apply(Math,C([],u(C([this._totalAvailableElements.length,g],u(0=this._mainContentHeight&&1h._smallerIncrementAttempts&&(++h._smallerIncrementAttempts,k(h._getSmallerIncrement(l)))};a=this._getInsertEvery(a,b,f);k(a)};c.prototype._getSmallerIncrement=function(a){a*=.6;a<=this._absoluteMinimumSpacingByDevice&&(a=this._absoluteMinimumSpacingByDevice,this._usedAbsoluteMinimum=!0);return a};c.prototype._insertDynamicStickySidebarAds=function(a,b,d,e){void 0===e&&(e=document);var f=this.getElements(a.elementSelector,e).item(a.skip); if(null!==f)for(var g=this._repeatDynamicStickySidebar(a,f),h=function(n){var p=g[n],r="".concat(p.location,"_").concat(p.sequence);if(b.some(function(y){return y.name===r}))return"continue";var m=k.getDynamicElementId(p),t="adthrive-".concat(a.location.replace("_","-").toLowerCase()),v="".concat(t,"-").concat(p.sequence);n=C([n!==g.length-1?"adthrive-sticky-sidebar":"",t,v],u(a.classNames),!1);if(m=k.addAd(f,m,p.position,n))n=W(p,m),n.length&&(b.push({clsDynamicAd:a,dynamicAd:p,element:m,sizes:n, name:r,infinite:e!==document}),d.push({location:p.location,element:m}))},k=this,l=0;lk.length)return”break”;var t=l[m];if(0a?window.innerHeight:a};c.prototype._useWiderSpacing=function(a,b){return this._mainContentHeight/Math.min(a,b)};c.prototype._useSmallestSpacing=function(a){return a&&window.innerHeight>this._absoluteMinimumSpacingByDevice?window.innerHeight:this._absoluteMinimumSpacingByDevice};c.prototype._moreAvailableElementsThanUnitsToInject=function(a,b){return this._totalAvailableElements.length> a||this._totalAvailableElements.length>b};c.prototype._logDensityInfo=function(a,b,d){a=this._pubLog;a.onePerViewport;a.targetDensity;a.combinedMax};c.prototype._checkElementSpacing=function(a){var b=a.dynamicAd,d=a.element,e=a.insertEvery,f=a.targetAll;a=a.target;a=void 0===a?document:a;(this._isFirstAdInjected()||this._hasProperSpacing(d,b,f,e))&&this._markSpotForContentAd(d,z({},b),a)};c.prototype._isFirstAdInjected=function(){return!this._adInjectionMap.map.length};c.prototype._markSpotForContentAd= function(a,b,d){void 0===d&&(d=document);this._adInjectionMap.add(a,this._getElementCoords(a,”beforebegin”===b.position||”afterbegin”===b.position),b,d);this._adInjectionMap.sort()};c.prototype._hasProperSpacing=function(a,b,d,e){var f=”beforebegin”===b.position||”afterbegin”===b.position;b=”beforeend”===b.position||”afterbegin”===b.position;d=d||this._isElementFarEnoughFromOtherAdElements(a,e,f);f=b||this._isElementNotInRow(a,f);a=-1===a.id.indexOf(“AdThrive_”.concat(“Below_Post”));return d&&f&& a};c.prototype._isElementFarEnoughFromOtherAdElements=function(a,b,d){a=this._getElementCoords(a,d);var e=!1;for(d=0;dthis._adInjectionMap.map[d].coords&&(!e||a+be)return d[e];q.event(“VideoUtils”,”getPlacementElement”,Error(“ESNF: “.concat(b,” does not exist on the page”))); return null};a.prototype._getPlacementElement=function(b){var d=b.pageSelector,e=b.elementSelector;b=b.skip;var f=V(d),g=f.valid,h=f.elements;f=Y(f,[“valid”,”elements”]);var k=ja(e),l=k.valid,n=k.elements;k=Y(k,[“valid”,”elements”]);return””===d||g?l?this._checkPageSelector(d,g,h)?this._getElementSelector(e,n,b)||null:null:(q.error(“VideoUtils”,”getPlacementElement”,Error(“”.concat(e,” is not a valid selector”)),k),null):(q.error(“VideoUtils”,”getPlacementElement”,Error(“”.concat(d,” is not a valid selector”)), f),null)};a.prototype._getEmbeddedPlayerType=function(b){(b=b.getAttribute(“data-player-type”))&&”default”!==b||(b=this._videoConfig.contextualSettings?this._videoConfig.contextualSettings.defaultPlayerType:”static”);this._stickyRelatedOnPage&&(b=”static”);return b};a.prototype._getUnusedMediaId=function(b){return(b=b.getAttribute(“data-video-id”))&&!this._contextualMediaIds.includes(b)?(this._contextualMediaIds.push(b),b):!1};a.prototype._createRelatedPlayer=function(b,d,e){“collapse”===d?this._createCollapsePlayer(b, e):”static”===d&&this._createStaticPlayer(b,e)};a.prototype._createCollapsePlayer=function(b,d){var e=this._checkPlayerSelectorOnPage(“stickyRelated”),f=e.player;e=e.playerElement;var g=f?f:this._potentialPlayerMap.stationaryRelated[0];g&&g.playerId?(this._shouldOverrideElement(d)&&(d=this._getOverrideElement(f,e,d)),d=document.querySelector(“#cls-video-container-“.concat(b,” > div”))||d,this._createStickyRelatedPlayer(z(z({},g),{mediaId:b}),d)):q.error(this._component,”_createCollapsePlayer”,”No video player found”)}; a.prototype._createStaticPlayer=function(b,d){this._potentialPlayerMap.stationaryRelated.length&&this._potentialPlayerMap.stationaryRelated[0].playerId?this._createStationaryRelatedPlayer(z(z({},this._potentialPlayerMap.stationaryRelated[0]),{mediaId:b}),d):q.error(this._component,”_createStaticPlayer”,”No video player found”)};a.prototype._shouldRunAutoplayPlayers=function(){return this._isVideoAllowedOnPage()&&(this._potentialPlayerMap.stickyRelated.length||this._potentialPlayerMap.stickyPlaylist.length)? !0:!1};a.prototype._determineAutoplayPlayers=function(){var b=this._component,d=”VideoManagerComponent”===b,e=this._config;if(this._stickyRelatedOnPage)q.event(b,”stickyRelatedOnPage”,d&&{device:e&&e.context.device,isDesktop:this._device}||{});else{var f=this._checkPlayerSelectorOnPage(“stickyPlaylist”),g=f.player;f=f.playerElement;g&&g.playerId&&g.playlistId&&f?this._createPlaylistPlayer(g,f):q.event(b,”noStickyPlaylist”,d&&{vendor:”none”,device:e&&e.context.device,isDesktop:this._device}||{})}}; a.prototype._initializeRelatedPlayers=function(b){for(var d=0;d0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName(“body”)[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)]]>‘,a=’
Camping is a fun way to connect with nature, especially in the Rocky Mountains. And excellent camping is nearly everywhere in Colorado, with some of the best campsites around.