function OptanonWrapper() { } window.addEventListener("load", function() { const oneTrustAccept = document.getElementById("onetrust-accept-btn-handler"); oneTrustAccept?.addEventListener("click", function() { permutive.consent({"opt_in": true, "token": window.NXSTdata.identity.blueconicId}); }); }); window.addEventListener("load", function() { // Promise that check if the user has consented or not window.consentGranted = () => new Promise((resolve) => { if (window.__uspapi && 'function' === typeof __uspapi) { __uspapi('getUSPData', 1, (uspData, success) => { if(success) { const consent = uspData.uspString.split('')[2]; if (consent === 'N') { resolve(true); } else { resolve(false); } } else { resolve(false); } }); } else { resolve(false); } }); // Dispatch event for user consent window.OneTrust?.OnConsentChanged(({ detail }) => { const nxsConsentEvent = new CustomEvent('nxsConsent', { detail }); dispatchEvent(nxsConsentEvent); }); // groups the user has consented to window.nxsConsentGroups = window.OnetrustActiveGroups; }) window.NXSTdata = window.NXSTdata || {}; window.NXSTdata.content = window.NXSTdata.content || {}; window.NXSTdata.page = window.NXSTdata.page || {}; window.NXSTdata.site = window.NXSTdata.site || {}; window.NXSTdata.ads = window.NXSTdata.ads || {}; window.NXSTdata.layout = window.NXSTdata.layout || {}; window.NXSTdata.privacy = window.NXSTdata.privacy || {}; window.NXSTdata.alerts = window.NXSTdata.alerts || {}; window.NXSTdata.location = window.NXSTdata.location || {}; window.NXSTdata.content = Object.assign( window.NXSTdata.content, {"title":"Foresight Health Begins Endeavor to Bring Healthcare to Rural & Urban Communities","homepageTitle":"","metaKeywords":"","socialTitle":"","pageType":"press release","authorName":"Foresight Health","authorNonByline":"","description":"","publicationDate":"2022-07-25T17:30:00.000Z","lastModifiedDate":"2022-07-25T17:30:00.000Z","publicationDayOfWeek":"Monday","categoryList":["Press Releases"],"primaryCategory":"Press Releases","tagList":[],"wordCount":0,"paragraphCount":0,"imageCount":0,"videoCount":0,"slideshowCount":0,"pageId":"","providerName":"Cision PR Newswire","isShared":false,"originalSource":"","sharingMode":"","pageDcode":["1"],"localId":"nxs-11-virtualpage-cision.20220725PH26201","seoTitle":"","iabGenre":[],"iabCategory":[],"initialCreator":null,"newsletterTitle":"","pageName":"kron:foresight-health-begins-endeavor-to-bring-healthcare-to-rural-urban-communities","publicationDateLocal":"","persistentId":"csp-999-virtualpage-cision.20220725PH26201","subCategory1":"","subCategory2":""} ) window.NXSTdata.page = Object.assign( window.NXSTdata.page, {"canonicalUrl":"","ampUrl":"","urlHostname":"https:\/\/www.kron4.com","urlSlug":"foresight-health-begins-endeavor-to-bring-healthcare-to-rural-urban-communities","directoryPath":["business","press-releases","cision","20220725PH26201"]} ) window.NXSTdata.site = Object.assign( window.NXSTdata.site, {"activeTheme":"nexstar wv","appVersion":"wp","brandName":"KRON4","callSign":"KRON","domainName":"kron4.com","timeZone":"America\/Los_Angeles","segmentKey":"","gaId":"","networkId":"nxs-11","adobeMediaAPI":"https:\/\/edge.adobedc.net\/ee\/va\/v1\/","adobeDataStreamId":"2d3a9df0-344f-464e-8b3c-79141641d86e","adobeAnalyticsEnabled":true,"primaryCallSign":"KRON","uniqueSiteShortcode":"KRON"} ) window.NXSTdata.ads = Object.assign( window.NXSTdata.ads, {"adSlots":[],"adUnitPath":"","a9Enabled":true,"confiantEnabled":true,"indexExchangeEnabled":false,"nativoEnabled":true,"prebidEnabled":true,"teadsEnabled":false,"isSponsored":false,"sponsor":"","companionsEnabled":false,"htlbidEnabled":true,"magniteEnabled":false} ) window.NXSTdata.layout = Object.assign( window.NXSTdata.layout, {"mainModule":"","templateType":"standard"} ) window.NXSTdata.location = Object.assign( window.NXSTdata.location, {"publicIp":"162.43.94.000"} ) !function(n,e,i){if(!n){n=n||{},window.permutive=n,n.q=[],n.config=i||{},n.config.apiKey=e,n.config.environment=n.config.environment||"production";for(var o=["addon","identify","track","trigger","query","segment","segments","ready","on","once","user","consent"],r=0;r<o.length;r++){var t=o[r];n[t]=function(e){return function(){var i=Array.prototype.slice.call(arguments,0);n.q.push({functionName:e,arguments:i})}}(t)}}}(window.permutive,"fc894c11-5ec8-48d7-b952-0a3aefdb3968", { "consentRequired": true }); window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push(function(){if(0===window.googletag.pubads().getTargeting("permutive").length){var g=window.localStorage.getItem("_pdfps");window.googletag.pubads().setTargeting("permutive",g?JSON.parse(g):[])}}); // Consent the user on permutive based on the user consent window.addEventListener("load", async function() { // Listen for change in user consent and enable the SDK accordingly addEventListener('nxsConsent', async () => { window.permutive.consent({ "opt_in": await window.consentGranted(), "token": "GRANTED", }); }); // Enable Permutive SDK by default is consent not required according to OneTrust if (window.nxsConsentGroups?.includes('Notice_Only')) { window.permutive.consent({ "opt_in": false, "token": "none" }); // Enable SDK if user has submitted consent } else if (await window.consentGranted()) { window.permutive.consent({ "opt_in": true, "token": "GRANTED", }); } }); if (window.NXSTdata.identity.blueconicId) { permutive.identify([ { id: NXSTdata.identity.nexstarId, tag: "nexstar_id", priority: 0 } ]); permutive.identify([ { id: window.NXSTdata.identity.blueconicId, tag: "blueconic_id", priority: 1 } ]); } var isNlpCategoriesAnObject = 'object' === typeof window.NXSTdata.content.nlpCategories && null !== window.NXSTdata.content.nlpCategories; var isNlpSentimentAnObject = 'object' === typeof window.NXSTdata.content.nlpSentiment && null !== window.NXSTdata.content.nlpSentiment; var pageVars = { "content": { "pageType": window.NXSTdata.content.pageType, "authorName": window.NXSTdata.content.authorName, "providerName": window.NXSTdata.content.providerName, "categoryList": window.NXSTdata.content.categoryList, "primaryCategory": window.NXSTdata.content.primaryCategory, "wordCount": window.NXSTdata.content.wordCount, "paragraphCount": window.NXSTdata.content.paragraphCount, "tagList": window.NXSTdata.content.tagList, "nlpCategories1": isNlpCategoriesAnObject ? Object.keys(window.NXSTdata.content.nlpCategories)[0] : '', "nlpCategories2": isNlpCategoriesAnObject ? Object.keys(window.NXSTdata.content.nlpCategories)[1] : '', "nlpCategories3": isNlpCategoriesAnObject ? Object.keys(window.NXSTdata.content.nlpCategories)[2] : '', "nlpConsumerGood": 'object' === typeof window.NXSTdata.content.nlpConsumerGood && null !== window.NXSTdata.content.nlpConsumerGood ? Object.keys(window.NXSTdata.content.nlpConsumerGood).toString() : '', "nlpEvent": 'object' === typeof window.NXSTdata.content.nlpEvent && null !== window.NXSTdata.content.nlpEvent ? Object.keys(window.NXSTdata.content.nlpEvent).toString() : '', "nlpLocation": 'object' === typeof window.NXSTdata.content.nlpLocation && null !== window.NXSTdata.content.nlpLocation ? Object.keys(window.NXSTdata.content.nlpLocation).toString() : '', "nlpOrganization": 'object' === typeof window.NXSTdata.content.nlpOrganization && null !== window.NXSTdata.content.nlpOrganization ? Object.keys(window.NXSTdata.content.nlpOrganization).toString() : '', "nlpPerson": 'object' === typeof window.NXSTdata.content.nlpPerson && null !== window.NXSTdata.content.nlpPerson ? Object.keys(window.NXSTdata.content.nlpPerson).toString() : '', }, "page": { "utmCampaign": window.NXSTdata.page.queryParams.utm_campaign, "utmMedium": window.NXSTdata.page.queryParams.utm_medium, "utmSource": window.NXSTdata.page.queryParams.utm_source, }, }; if ( isNlpSentimentAnObject ) { pageVars['content']['nlpSentimentScore'] = window.NXSTdata.content.nlpSentiment.score; } if ( isNlpSentimentAnObject ) { pageVars['content']['nlpSentimentMag'] = window.NXSTdata.content.nlpSentiment.magnitude; } permutive.addon('web', { page: pageVars, }); var page_url = "https:\/\/www.kron4.com\/business\/press-releases\/cision\/20220725PH26201\/foresight-health-begins-endeavor-to-bring-healthcare-to-rural-urban-communities\/" || ""; var cats = "" || ""; var bob_kw = "" || ""; var bob_desc = "" || ""; var bob_story_author = "" || ""; var cat_data = "&cats=" + encodeURIComponent(cats) + "&bob_kw=" + encodeURIComponent(bob_kw) + "&bob_desc=" + encodeURIComponent(bob_desc) + "&story_author=" + encodeURIComponent(bob_story_author) + "&page_url=" + encodeURIComponent(page_url); var bob_base = "bob.dmpxs.com"; var bob_cb = '1'; bob_cb = ((new Date()).getTime() + "" + Math.floor(Math.random() * 1000000)).substr(0, 16); (function () { var bob_tag = document.createElement('script'); bob_tag.type = 'text/javascript'; bob_tag.async = true; bob_tag.id = "bob_tag"; bob_tag.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + bob_base + '/static/bob_001.js?bob_cb=' + bob_cb + cat_data; var bts = document.getElementsByTagName('script')[0]; bts.parentNode.insertBefore(bob_tag, bts); })(); window.isPrebidEnabled = false; window.isPrebidVideoEnabled = false; window.isAdRefreshEnabled = true; window.isAdLazyloadEnabled = false; window.isAdSponsorshipEnabled = true; window.adRefreshConfig = {"index\/adhesion\/desktop":30,"index\/adhesion\/mobile":30,"index\/adhesion\/tablet":30,"index\/billboard1\/desktop":30,"index\/billboard1\/mobile":30,"index\/billboard1\/tablet":30,"index\/leaderboard1\/desktop":30,"index\/leaderboard1\/mobile":30,"index\/leaderboard1\/tablet":30,"index\/leaderboard3\/desktop":30,"index\/leaderboard3\/mobile":30,"index\/leaderboard3\/tablet":30,"index\/mr1\/desktop":30,"index\/mr1\/mobile":30,"index\/mr1\/tablet":30,"index\/mr1_mobile\/desktop":30,"index\/mr1_mobile\/mobile":30,"index\/mr1_mobile\/tablet":30,"index\/mr_combo1\/desktop":30,"index\/mr_combo1\/mobile":30,"index\/mr_combo1\/tablet":30,"index\/mr_combo2\/desktop":30,"index\/mr_combo2\/mobile":30,"index\/mr_combo2\/tablet":30,"other\/adhesion\/desktop":30,"other\/adhesion\/mobile":30,"other\/adhesion\/tablet":30,"other\/billboard1\/desktop":30,"other\/billboard1\/mobile":30,"other\/billboard1\/tablet":30,"other\/leaderboard3\/desktop":30,"other\/leaderboard3\/mobile":30,"other\/leaderboard3\/tablet":30,"other\/mr1_mobile\/desktop":30,"other\/mr1_mobile\/mobile":30,"other\/mr1_mobile\/tablet":30,"other\/mr_combo1\/desktop":30,"other\/mr_combo1\/mobile":30,"other\/mr_combo1\/tablet":30,"other\/mr_combo2\/mobile":30,"other\/mr_combo2\/tablet":30,"story\/adhesion\/desktop":30,"story\/adhesion\/mobile":30,"story\/adhesion\/tablet":30,"story\/billboard1\/desktop":30,"story\/billboard1\/mobile":30,"story\/billboard1\/tablet":30,"story\/leader_mr1\/desktop":30,"story\/leader_mr1\/mobile":30,"story\/leader_mr1\/tablet":30,"story\/leader_mr2\/desktop":30,"story\/leader_mr2\/mobile":30,"story\/leader_mr2\/tablet":30,"story\/leader_mr3\/desktop":30,"story\/leader_mr3\/mobile":30,"story\/leader_mr3\/tablet":30,"story\/leader_mr4\/desktop":30,"story\/leader_mr4\/mobile":30,"story\/leader_mr4\/tablet":30,"story\/leaderboard3\/desktop":30,"story\/leaderboard3\/mobile":30,"story\/leaderboard3\/tablet":30,"story\/mr1\/desktop":30,"story\/mr1\/mobile":30,"story\/mr1\/tablet":30,"story\/mr1_ab\/desktop":30,"story\/mr1_ab\/mobile":30,"story\/mr1_ab\/tablet":30,"story\/mr1_mobile\/desktop":30,"story\/mr1_mobile\/mobile":30,"story\/mr1_mobile\/tablet":30,"story\/mr2_ab\/desktop":30,"story\/mr2_ab\/mobile":30,"story\/mr2_ab\/tablet":30,"story\/mr3_ab\/desktop":30,"story\/mr3_ab\/mobile":30,"story\/mr3_ab\/tablet":30,"story\/mr4_ab\/desktop":30,"story\/mr4_ab\/mobile":30,"story\/mr4_ab\/tablet":30,"story\/mr_combo1\/desktop":30,"story\/mr_combo1\/mobile":30,"story\/mr_combo1\/tablet":30,"story\/mr_combo2\/desktop":30,"story\/mr_combo2\/mobile":30,"story\/mr_combo2\/tablet":30,"subindex\/adhesion\/desktop":30,"subindex\/adhesion\/mobile":30,"subindex\/adhesion\/tablet":30,"subindex\/billboard1\/desktop":30,"subindex\/billboard1\/mobile":30,"subindex\/billboard1\/tablet":30,"subindex\/leaderboard3\/desktop":30,"subindex\/leaderboard3\/mobile":30,"subindex\/leaderboard3\/tablet":30,"subindex\/mr1\/desktop":30,"subindex\/mr1\/mobile":30,"subindex\/mr1\/tablet":30,"subindex\/mr1_mobile\/desktop":30,"subindex\/mr1_mobile\/mobile":30,"subindex\/mr1_mobile\/tablet":30,"subindex\/mr_combo1\/desktop":30,"subindex\/mr_combo1\/mobile":30,"subindex\/mr_combo1\/tablet":30,"subindex\/mr_combo2\/desktop":30,"subindex\/mr_combo2\/mobile":30,"subindex\/mr_combo2\/tablet":30,"story\/mr5_ab\/desktop":30,"story\/mr5_ab\/tablet":30,"story\/mr5_ab\/mobile":30,"story\/mr6_ab\/desktop":30,"story\/mr6_ab\/tablet":30,"story\/mr6_ab\/mobile":30,"story\/mr7_ab\/desktop":30,"story\/mr7_ab\/tablet":30,"story\/mr7_ab\/mobile":30}; window.adLazyloadConfig = []; window.adExclusionIds = [290002782,6242377631,6714492389]; window.apsPubID = "3410"; window.isApsEnabled = false; window.isApsVideoEnabled = true; !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js"); let initArgs = {"pubID":"3410","adServer":"googletag","deals":true}; if (window.__uspapi && 'function' === typeof __uspapi) { __uspapi('getUSPData', 1, (uspData, success) => { if(success) { initArgs.params = { us_privacy: uspData?.uspString }; } }); } const initParams = initArgs?.params || { us_privacy: window.NXSTdata?.privacy?.usPrivacyString || '1---' }; function get_si_section() { const nlp_categories = Object.keys( NXSTdata.content?.nlpCategories || {} ) if ( !nlp_categories.length || nlp_categories[0].toLowerCase().includes('sensitive subjects') ) { return ''; } return nlp_categories[0].split('/').filter(Boolean)[0].replaceAll(' ', '_') } var oneTrustInitialized = false var dataLayer = window.dataLayer || []; if (typeof dataLayer.push === 'function') { const default_push = dataLayer.push; dataLayer.push = function(node) { if (node?.event === 'OneTrustLoaded' && ! oneTrustInitialized) { oneTrustInitialized = true; console.log("OneTrustLoaded"); apstag.init({ ...initArgs, params: { ...initParams, si_section: get_si_section(), }, }); } return default_push.apply(dataLayer, arguments); }; } (function() { var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); _sf_async_config.uid = "23192"; _sf_async_config.domain = "kron4.com"; _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; })(); var dataLayer = window.dataLayer || []; if ('function' === typeof dataLayer.push) { dataLayer.push({"fireGTM":true,"propID":""}); } (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer',"GTM-KJJZHXD"); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer',"GTM-KNNPZPH"); // Taboola tracing pixel GAM ad slot which is fired when both the // Taboola script has loaded and the Taboola ad block has rendered. // This tracking pixel is redundant to compare against other // Taboola ad render analytics. const callSign = window?.NXSTdata?.site?.callSign || ''; const taboolaTrackingPixelID = 'taboola-tracking-pixel'; let taboolaTrackingPixelAdSlot; window.taboolaBlockRendered = false; window.taboolaScriptLoaded = false; function maybeLaunchTrackingPixel() { if (window.taboolaScriptLoaded && window.taboolaBlockRendered) { window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { let renderCount = parseInt(taboolaTrackingPixelAdSlot?.getTargeting('ad_rendercount'), 10) || 0; ++renderCount; taboolaTrackingPixelAdSlot = googletag.defineSlot(`/5678/nx.taboola/kron`, [3, 3], taboolaTrackingPixelID) .addService(googletag.pubads()) .setTargeting('pos', 'taboola_web') .setTargeting('ad_rendercount', renderCount.toString()) .setTargeting('do_not_refresh', 'true'); googletag.pubads().enableSingleRequest(); googletag.enableServices(); googletag.display(taboolaTrackingPixelID); googletag.pubads().refresh([taboolaTrackingPixelAdSlot]); }); } } window.addEventListener('script-loaded', (e) => { if ('tb_loader_script' === e?.detail?.script) { window.taboolaScriptLoaded = true; maybeLaunchTrackingPixel(); } }); window.addEventListener('revenue-block-written', (e) => { if ('taboola' === e?.detail?.data) { window.taboolaBlockRendered = true; maybeLaunchTrackingPixel(); } }); window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){ e.async = 1; e.src = u; e.id = i; e.onload = () => { window.dispatchEvent( new CustomEvent('script-loaded', { detail: { script: i } })); }; f.parentNode.insertBefore(e, f); } }( document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/nexstar-network/loader.js', 'tb_loader_script' ); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');} // Blockthrough is disabled window.NXSTdata.ads.blockthroughStatus = 'disabled'; var OneSignal = window.OneSignal || []; OneSignal.push(["init", { appId: "6406479b-bd97-428d-ba43-bdc338b5dce1", httpPermissionRequest: { enable: true }, notifyButton: { enable: false /* Set to false to hide */ }, promptOptions: { customlink: { enabled: true, /* Required to use the Custom Link */ style: "button", /* Has value of 'button' or 'link' */ size: "medium", /* One of 'small', 'medium', or 'large' */ color: { button: '#E12D30', /* Color of the button background if style = "button" */ text: '#FFFFFF', /* Color of the prompt's text */ }, text: { subscribe: "Subscribe to push notifications", /* Prompt's text when not subscribed */ unsubscribe: "Unsubscribe from push notifications", /* Prompt's text when subscribed */ explanation: "Get updates from all sorts of things that matter to you", /* Optional text appearing before the prompt button */ }, unsubscribeEnabled: true, /* Controls whether the prompt is visible after subscription */ } } }]); {"@context":"https:\/\/schema.org","@type":"WebSite","publisher":{"@type":"Organization","name":"KRON4","logo":{"@type":"ImageObject","url":"https:\/\/www.kron4.com\/wp-content\/uploads\/sites\/11\/2019\/06\/cropped-KRON4-Website-Header.png"}},"name":"KRON4","description":"The Bay Area's Local News Station","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.kron4.com\/search\/{search_term_string}\/","query-input":"required name=search_term_string"},"url":"https:\/\/www.kron4.com\/business\/press-releases\/cision\/20220725PH26201\/foresight-health-begins-endeavor-to-bring-healthcare-to-rural-urban-communities\/"} window.preloadAnvato = []; window.loadAnvato = window.loadAnvato || function (json) { window.preloadAnvato.push(json); }; window.SecondStreetSDK = { version: '1.0.0', ready: function (secondstreet) { window.SecondStreetSDK.secondstreet = secondstreet; } } Foresight Health Begins Endeavor to Bring Healthcare to Rural & Urban Communities window.isMobileReadMoreEnabled = false; window.isGdprPrebidEnabled = false; window.amScripts = window.amScripts || {}; window.amScripts["ad_referral_source_inline"] = {"socialSites":["12seconds.tv","4travel.jp","advogato.org","ameba.jp","anobii.com","answers.yahoo.com","asmallworld.net","avforums.com","badoo.com","bebo.com","biip.no","blackplanet.com","blog.seesaa.jp","blogspot.com","blomotion.jp","boards.qwant.com","bolt.com","brightkite.com","buzznet.com","cafemom.com","care2.com","classmates.com","cyworld.co.kr","dailymotion.com","delicious.com","deviantart.com","digg.com","diigo.com","disqus.com","draugiem.lv","l.facebook.com","www.facebook.com","faceparty.com","fc2.com","flickr.com","fotolog.com","foursquare.com","friendfeed.com","friendsreunited.com","fubar.com","gaiaonline.com","geni.com","goodreads.com","plus.google.com","grono.net","habbo.com","hatena.ne.jp","hi5.com","hyves.nl","ibibo.com","identi.ca","t.ifeng.com","instagram.com","intensedebate.com","irc-galleria.net","jp.myspace.com","kaixin001.com","kakaku.com","last.fm","www.linkedin.com","livejournal.com","lnkd.in","meetup.com","mister-wong.com","mixi.jp","mixx.com","mouthshut.com","mp.weixin.qq.com","multiply.com","mumsnet.com","myheritage.com","myspace.com","nasza-klasa.pl","matome.naver.jp","netlog.com","netvibes.com","nextdoor.com","nicovideo.jp","ning.com","odnoklassniki.ru","ok.ru","orkut.com","pakila.jp","photobucket.com","pinterest.com","pinterest.co.uk","pinterest.ca","pinterest.fr","pinterest.es","pinterest.de","pinterest.se","pinterest.pt","pinterest.dk","pinterest.ie","pinterest.co.kr","pinterest.ch","pinterest.at","pinterest.nz","pinterest.ph","pinterest.cl","pinterest.hu","pinterest.be","pinterest.in","pinterest.co","plurk.com","po.st","reddit.com","renren.com","skyrock.com","slideshare.net","smcb.jp","smugmug.com","snapchat.com","stumbleupon.com","t.co","t.ifeng.com","t.sina.com.cn","t.sohu.com","tabelog.com","tagged.com","taringa.net","thefancy.com","tiktok.com","toutiao.com","tripit.com","trombi.com","trytrend.jp","tumblr.com","twitter.com","uhuru.jp","viadeo.com","vimeo.com","vk.com","wayn.com","weibo.com","wordpress.com","xanga.com","xing.com","answers.yahoo.com","yammer.com","yaplog.jp","yelp.com","yelp.co.uk","youku.com","youtube.com","yozm.daum.net","yuku.com","zooomr.com","zhihu.com","m.badoo.com","m.blogspot.com","m.brightkite.com","m.classmates.com","m.cyworld.co.kr","m.dailymotion.com","m.deviantart.com","m.diigo.com","m.disqus.com","m.draugiem.lv","m.facebook.com","m.flickr.com","m.foursquare.com","m.fubar.com","m.gaiaonline.com","m.plus.google.com","m.hatena.ne.jp","m.hi5.com","m.ibibo.com","m.ifeng.com","m.instagram.com","m.irc-galleria.net","m.kaixin001.com","m.last.fm","m.linkedin.com","m.livejournal.com","m.mixi.jp","m.mixx.com","m.mouthshut.com","m.myheritage.com","m.mylife.com","m.myspace.com","m.nasza-klasa.pl","m.odnoklassniki.ru","m.ok.ru","m.reddit.com","m.renren.com","m.slideshare.net","m.smugmug.com","m.co","m.ifeng.com","m.qq.com","m.sina.com.cn","m.sohu.com","m.tagged.com","m.taringa.net","m.tiktok.com","m.toutiao.com","m.tripit.com","m.tumblr.com","m.twitter.com","m.vk.com","m.weibo.com","m.wordpress.com","m.xanga.com","m.xing.com","m.answers.yahoo.com","m.youku.com","m.youtube.com","m.yuku.com","m.zhihu.com","www.12seconds.tv","www.advogato.org","www.anobii.com","www.answers.yahoo.com","www.asmallworld.net","www.avforums.com","www.badoo.com","www.bebo.com","www.blackplanet.com","www.blogspot.com","www.bolt.com","www.brightkite.com","www.buzznet.com","www.cafemom.com","www.care2.com","www.classmates.com","www.cyworld.co.kr","www.dailymotion.com","www.delicious.com","www.deviantart.com","www.digg.com","www.diigo.com","www.disqus.com","www.draugiem.lv","www.faceparty.com","www.fc2.com","www.flickr.com","www.flixster.com","www.fotolog.com","www.foursquare.com","www.friendsreunited.com","www.fubar.com","www.gaiaonline.com","www.goodreads.com","www.plus.google.com","www.grono.net","www.habbo.com","www.hatena.ne.jp","www.hi5.com","www.hyves.nl","www.ibibo.com","www.identi.ca","www.instagram.com","www.intensedebate.com","www.kaixin001.com","www.kakaku.com","www.last.fm","www.livejournal.com","www.meetup.com","www.mister-wong.com","www.mixi.jp","www.mixx.com","www.mouthshut.com","www.multiply.com","www.mumsnet.com","www.myheritage.com","www.myspace.com","www.nasza-klasa.pl","www.netlog.com","www.netvibes.com","www.nextdoor.com","www.nicovideo.jp","www.ning.com","www.odnoklassniki.ru","www.ok.ru","www.orkut.com","www.photobucket.com","www.pinterest.com","www.pinterest.co.uk","www.pinterest.ca","www.pinterest.fr","www.pinterest.es","www.pinterest.de","www.pinterest.se","www.pinterest.pt","www.pinterest.dk","www.pinterest.ie","www.pinterest.co.kr","www.pinterest.ch","www.pinterest.at","www.pinterest.nz","www.pinterest.ph","www.pinterest.cl","www.pinterest.hu","www.pinterest.be","www.pinterest.in","www.pinterest.co","www.plurk.com","www.po.st","www.reddit.com","www.renren.com","www.skyrock.com","www.slideshare.net","www.smugmug.com","www.snapchat.com","www.stumbleupon.com","www.t.ifeng.com","www.tabelog.com","www.tagged.com","www.taringa.net","www.thefancy.com","www.tiktok.com","www.toutiao.com","www.tripit.com","www.trombi.com","www.tumblr.com","www.twitter.com","www.uhuru.jp","www.viadeo.com","www.vimeo.com","www.vk.com","www.wayn.com","www.weibo.com","www.wordpress.com","www.xanga.com","www.xing.com","www.answers.yahoo.com","www.yammer.com","www.youku.com","www.youtube.com","www.zooomr.com","www.zhihu.com"],"nxstDomains":["www.nxsttv.com","www.kget.com","www.wavy.com","www.abc4.com","www.ktalnews.com","www.cnyhomepage.com","www.counton2.com","www.khon2.com","www.klfy.com","www.koin.com","www.kron4.com","www.krqe.com","www.ksn.com","www.dcnewsnow.com","www.myarklamiss.com","www.kxnet.com","www.mystateline.com","www.nbc4i.com","www.ourquadcities.com","www.wfxrtv.com","www.wane.com","www.wbtw.com","www.wpri.com","www.wrbl.com","www.wtrf.com","www.wwlp.com","www.yourerie.com","www.borderreport.com","www.cbs17.com","www.cenlanow.com","www.wdhn.com","www.ketk.com","www.everythinglubbock.com","www.fourstateshomepage.com","www.fox21news.com","www.ktsm.com","www.valleycentral.com","www.kxan.com","www.texomashomepage.com","www.wate.com","www.wboy.com","www.wcia.com","www.wdtn.com","www.wiproud.com","www.wjbf.com","www.wkbn.com","www.wkrg.com","www.wlns.com","www.woodtv.com","www.wowktv.com","www.wspa.com","www.yourcentralvalley.com","www.abc27.com","www.bigcountryhomepage.com","www.centralillinoisproud.com","www.informnny.com","www.8newsnow.com","www.localmemphis.com","www.mychamplainvalley.com","www.mywabashvalley.com","www.localsyr.com","www.news10.com","www.ozarksfirst.com","www.rochesterfirst.com","www.rocketcitynow.com","www.siouxlandproud.com","www.wtaj.com","www.wearegreenbay.com","www.wfla.com","www.wjtv.com","www.wkrn.com","www.wric.com","www.wsav.com","www.wvnstv.com","www.wytv.com","www.yourbasin.com","www.binghamtonhomepage.com","www.brproud.com","www.cbs42.com","www.fox44news.com","www.conchovalleyhomepage.com","www.fox16.com","www.kark.com","www.ksnt.com","www.myhighplains.com","www.mypanhandle.com","www.mytwintiers.com","www.nwahomepage.com","www.pahomepage.com","www.tristatehomepage.com","www.upmatters.com","www.weareiowa.com","www.westernslopenow.com","www.wishtv.com","www.wivb.com","www.wjhl.com","www.wnct.com","www.wtnh.com","www.yourbigsky.com","www.yourphx.com","www.keloland.com","www.wvillustrated.com","www.channel4000.com","www.mysterywire.com","www.newsnationnow.com","www.qcnews.com","nxstrib.com","wgno.com","kfor.com","ktla.com","wgntv.com","wgnradio.com","phl17.com","cw33.com","dcw50.com","cw39.com","kdvr.com","fox8.com","fox40.com","fox2now.com","fox5sandiego.com","fox4kc.com","myfox8.com","wreg.com","who13.com","whnt.com","fox59.com","cbs4indy.com","fox56news.com","pix11.com","www.snntv.com","digital-network.thehill.com","thehill.com"]}window.amScripts = window.amScripts || {}; window.amScripts["nxst_logging_settings"] = {"enable":"1","settingsScriptHandle":"nxst_logging_settings","logLevel":"100","dispatchers":["console","mixPanel"],"sampleSize":"100","onlyLeadMedia":"1","dispatcherKeys":{"mixPanel":"12467bff5589e009b001941d46e88146","sentry":""},"postHasLead":false,"environment":false,"heartbeatUrl":"https:\/\/www.kron4.com\/wp-content\/plugins\/nxst-logging\/static\/pixel.png"}const { nxst_logging_settings } = window.amScripts; nxst_logging_settings.enable = (nxst_logging_settings.enable === '1'); if (nxst_logging_settings.enable) { nxst_logging_settings.onlyLeadMedia = (nxst_logging_settings.onlyLeadMedia === '1'); nxst_logging_settings.sampleSize = parseInt(nxst_logging_settings.sampleSize); nxst_logging_settings.logLevel = parseInt(nxst_logging_settings.logLevel); const { sampleSize } = nxst_logging_settings; const randomNumber = Math.floor(Math.random() * 100); const shouldSampleUser = sampleSize >= randomNumber; nxst_logging_settings.dispatchingEnabled = shouldSampleUser; nxst_logging_settings.debug = nxst_logging_settings.environment !== 'production'; if (nxst_logging_settings.dispatchingEnabled) { const timestamp = Date.now() + performance.now(); const url = `${nxst_logging_settings.heartbeatUrl}?q=${timestamp}`; fetch(url, { cache: 'no-store' }).then(() => { const settingsScriptNode = document.querySelector(`script.${nxst_logging_settings.settingsScriptHandle}`); if (settingsScriptNode) { settingsScriptNode.dataset.pixelHit = 'true'; }; }) } } window.loggingSettings = nxst_logging_settings; !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/wp-content/themes/nexstar/client/build/",n(n.s=837)}({837:function(e,t,n){e.exports=n(838)},838:function(e,t){window.setCookie=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",o=new Date(Date.now()+60*n*60*1e3).toUTCString();document.cookie=e+"="+t+"; expires="+o+"; path="+r},window.getCookie=function(e){for(var t=e+"=",n=document.cookie.split(";"),r=0;r<n.length;r++){for(var o=n[r];" "==o.charAt(0);)o=o.substring(1);if(0==o.indexOf(t))return o.substring(t.length,o.length)}return""},window.isAutoPlay=function(e){return e.closest(".video-player--hero")||e.closest(".video-center-content")||e.closest(".article-featured-media--lakanaanvplayer")}}}); //# sourceMappingURL=global-utils.bundle.min.js.mapwindow.amScripts = window.amScripts || {}; window.amScripts["page_attributes"] = {"page_url":"https:\/\/www.kron4.com\/business\/press-releases\/cision\/20220725PH26201\/foresight-health-begins-endeavor-to-bring-healthcare-to-rural-urban-communities\/","page_slug":"\/business\/press-releases\/cision\/20220725PH26201\/foresight-health-begins-endeavor-to-bring-healthcare-to-rural-urban-communities\/","page_type":"none","page_category":"","article_id":"","subpath":""}window.amScripts = window.amScripts || {}; window.amScripts["gpt"] = {"ab_test":{"min":1,"max":101,"storage_key":"ns.gpt.sessiontest"}}window.amScripts = window.amScripts || {}; window.amScripts["bob"] = {"base_host":"bob.dmpxs.com"} /* <![CDATA[ */ window.isHtlbidEnabled = true; window.htlbid = window.htlbid || {}; window.htlbid.cmd = window.htlbid.cmd || []; /* ]]> */ /* <![CDATA[ */ var tag = {"options":{"customerId":"df714baaaa586c36a81d4a865d075479"}}; /* ]]> */ var sailthru_vars = {"ajaxurl":"https:\/\/www.kron4.com\/wp-admin\/admin-ajax.php"}

Cision PR Newswire

Foresight Health Begins Endeavor to Bring Healthcare to Rural & Urban Communities

STUART, Va., July 25, 2022 /PRNewswire/ -- As many Americans in both rural and urban communities know, vital healthcare services can be hard to come by in areas where there are either no hospitals, like our rural communities, or areas where there aren't enough physicians to meet healthcare demands, like our urban communities. Foresight Health, an entreprenuerial healthcare company, is looking to fix that disparity in rural and urban communities across the nation.

Foresight Health Begins Endeavor to Bring Healthcare to Rural and Urban Communities

Foresight Health is beginning this ambitious endeavour in the rural community of Patrick County, Virginia, where Foresight Health plans to open a brand new hospital.

"Over the course of my youth and the beginning of my career when I started my clinical rotations, I saw just how stark healthcare disparities can be for rural and urban communities," Dr. Sameer Suhail, CEO of Foresight Health, said. "This inspired me to start Foresight Health, a company dedicated to providing the most cost-effective healthcare services for underserved communities.

"I'm looking forward to partnering with Patrick County, Virginia, in combatting these disparities. The public response towards re-opening a hospital in Patrick County has been overwhelmingly positive," Dr. Suhail continued. "Since the closure of their last hospital in 2017, most residents have had to travel across state lines to receive critical care. Obviously, this presented a huge problem to the Southside and Southwest Virginia communities in the event of serious medical emergencies. Bringing healthcare back to this community will help grow Southside and Southwest Virginia and revitalize the local community's fiscal and physical health. We also aim to continue bringing vital healthcare services wherever they are needed."

Foresight Health is projecting that it will eventually hire 200-300 new employees to service the opening of its Patrick County hospital, drawing medical talent back into the area. Instead of crossing state lines, Virginians in one of the most rural parts of Virginia will be able to access healthcare at an affordable cost.

As an entrepreneurial healthcare company, Foresight Health plans to bring new and innovative approaches in order to continue its healthcare outreach across Southwest Virginia and the rest of the nation.

Cision View original content to download multimedia:https://www.prnewswire.com/news-releases/foresight-health-begins-endeavor-to-bring-healthcare-to-rural--urban-communities-301592613.html

SOURCE Foresight Health

NOTE: This content is not written by or endorsed by "KRON", its advertisers, or Nexstar Media Inc.

For inquiries or corrections to Press Releases, please reach out to Cision.


(function() { var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); _sf_async_config.sections = ""; _sf_async_config.authors = ""; _sf_async_config.type = NXSTdata.content.pageType; function loadChartbeat() { var e = document.createElement('script'); var n = document.getElementsByTagName('script')[0]; e.type = 'text/javascript'; e.async = true; e.src = '//static.chartbeat.com/js/chartbeat.js'; n.parentNode.insertBefore(e, n); } loadChartbeat(); })(); if (!window._taboolaExecuted) { window._taboola=window._taboola||[]; _taboola.push({flush:true}); window._taboolaExecuted = true; } // Static Queue Snippet !function(t,n){t[n]=t[n]||{nlsQ:function(e,o,c,r,s,i){return s=t.document,r=s.createElement("script"),r.async=1,r.src=("http:"===t.location.protocol?"http:":"https:")+"//cdn-gl.imrworldwide.com/conf/"+e+".js#name="+o+"&ns="+n,i=s.getElementsByTagName("script")[0],i.parentNode.insertBefore(r,i),t[n][o]=t[n][o]||{g:c||{},ggPM:function(e,c,r,s,i){(t[n][o].q=t[n][o].q||[]).push([e,c,r,s,i])}},t[n][o]}}}(window,"NOLBUNDLE"); // SDK Initialization var nSdkInstance = NOLBUNDLE.nlsQ("P4D4F9915-E46E-4B58-BCA6-DE3D1F253081","nlsnInstance", {nol_sdkDebug: 0}); // Content Metadata var nielsenMetadata = { type: 'static', assetid: 0, section: "", segA: '', segB: '', segC: '', }; // Event 'staticstart' call. nSdkInstance.ggPM("staticstart", nielsenMetadata);
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/wp-content/themes/nexstar-wv/client/build/",n(n.s=308)}({108:function(e,t,n){"use strict";t.a=function(){window.googletag=window.googletag||{},window.googletag.cmd=googletag.cmd||[]}},308:function(e,t,n){e.exports=n(792)},792:function(e,t,n){"use strict";n.r(t);var r=n(108);function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var i=function(){function e(){var t=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.observer=null,this.watched={},this.paused={},this.maxRefreshes=9,this.refreshCounter={},window.addEventListener("focus",(function(){t.resumeAllTimers()})),window.addEventListener("blur",(function(){t.pauseAllTimers()})),this.observer=new IntersectionObserver((function(e){t.callback(e)}),{root:null,rootMargin:"0px",threshold:[.3,.5]})}var t,n,r;return t=e,(n=[{key:"callback",value:function(e){var t=this;e.forEach((function(e){var n=e.target.id;if(n in t.watched){var r=t.watched[n];e.isIntersecting&&e.intersectionRatio>=r.ratio?null===r.timerId&&(r.timerId=setTimeout((function(){document.hidden?t.clearTimer(n):(t.stopWatching(n),t.refreshCounter[n]+=1,window.dispatchEvent(new CustomEvent("nsDfpRefreshSingleSlot",{detail:{slotElementId:n}})))}),1e3*r.refreshSecs)):t.clearTimer(n)}}))}},{key:"startWatching",value:function(e,t,n,r){this.watched[e]={ratio:n,timerId:null,node:t,refreshSecs:r},this.observer.observe(t)}},{key:"stopWatching",value:function(e){var t=this.watched[e];clearTimeout(t.timerId),delete this.watched[e],this.observer.unobserve(t.node)}},{key:"clearTimer",value:function(e){var t=this.watched[e];clearTimeout(t.timerId),t.timerId=null}},{key:"observe",value:function(e,t){if(!(5>t||(e in this.refreshCounter||(this.refreshCounter[e]=0),this.refreshCounter[e]>=this.maxRefreshes))){var n=document.getElementById(e);if(n){var r=242e3<n.clientWidth*n.clientHeight?.3:.5;this.startWatching(e,n,r,t)}}}},{key:"pauseAllTimers",value:function(){var e=this;Object.keys(this.watched).forEach((function(t){e.paused[t]=e.watched[t],e.stopWatching(t)}))}},{key:"resumeAllTimers",value:function(){var e=this;Object.keys(this.paused).forEach((function(t){var n=e.paused[t],r=n.node,o=n.ratio,i=n.refreshSecs;e.startWatching(t,r,o,i),delete e.paused[t]}))}}])&&o(t.prototype,n),r&&o(t,r),e}();Object(r.a)();var a=new i;googletag.cmd.push((function(){var e=function(e,t,n){var r;try{r=e.slot[t].apply(e.slot,n)}catch(e){r="[unknown]"}return r},t=function(){var e=window.innerWidth||document.documentElement.clientWidth,t="mobile";768<e&&(t="tablet"),1024<e&&(t="desktop");var n=googletag.pubads().getTargeting("pagetype");return 1===n.length&&["index","subindex","story","mlite"].includes(n[0])||(n="other"),function(e,r){if(window.isAdRefreshEnabled&&window.adExclusionIds.length&&!window.adExclusionIds.includes(r)){var o,i=e.getTargeting("pos"),a=[n,i,t].join("/");return null!==(o=window.adRefreshConfig[a])&&void 0!==o&&o}return!1}}();googletag.pubads().addEventListener("slotRenderEnded",(function(n){if(n.slot){var r=n.slot,o=n.isEmpty,i=n.size,s=n.lineItemId,c=r.getSlotElementId(),d="NA";window.isAdSponsorshipEnabled&&(d=window.adExclusionIds.includes(s));var u=r.getTargeting("ad_rendercount"),l="AD SLOT RENDERED {\n containerId: ".concat(c,",\n isEmpty: ").concat(o,",\n size: ").concat(i,",\n adUnitPath: ").concat(e(n,"getAdUnitPath"),",\n position: ").concat(e(n,"getTargeting",["pos"]),",\n lineItemId: ").concat(s,", sponsorship=").concat(d,",\n renderCount: ").concat(u,"\n}");if(window.setTimeout((function(){console.info(l)}),10),c.startsWith("acm-ad-tag-adhesion")&&!o){var f=document.getElementById(c).parentNode;f.classList.remove("pre-render"),f.parentNode.classList.remove("pre-render"),f.parentNode.querySelector(".close-btn-container").addEventListener("click",(function(e){e.preventDefault(),f.parentNode.remove()}),!1)}if(c.startsWith("acm-ad-tag-adhesion-adhesion")&&!o){var h=document.getElementById(c).parentNode,v=document.querySelector(".close-btn-container--mobile");v&&v.addEventListener("click",(function(){h.parentNode.remove()}),!1)}if(c.startsWith("acm-ad-tag-oop")&&!o&&document.body.classList.add("has-loaded-super-billboard-ad"),c&&!o&&i&&"function"==typeof document.getElementById(c).closest){var g=document.getElementById(c).closest(".ad-unit");if(g){var m=g.querySelector(".ad-unit__content > div[id^=acm]");if(m){var p=i[0],b=void 0===p?null:p,w=i[1],y=void 0===w?null:w;b&&y&&(m.setAttribute("width",b),m.setAttribute("height",y))}g.classList.add("ad-unit--is-rendered")}}var E=t(r,s);0<E&&a.observe(c,E)}}))}))}}); //# sourceMappingURL=ad-handler.bundle.min.js.map /* <![CDATA[ */ const adAuctionBreakpoint = 768; const timeoutPrebidDisplayDesktop = 2000; const timeoutPrebidDisplayMobile = 2000; const timeoutAmazonDisplayDesktop = 2000; const timeoutAmazonDisplayMobile = 2000; const timeoutPrebidVideoDesktop = 2000; const timeoutPrebidVideoMobile = 2000; const timeoutAmazonVideoDesktop = 2000; const timeoutAmazonVideoMobile = 2000; /* ]]> */ /* <![CDATA[ */ var hurrytimer_ajax_object = {"ajax_url":"https:\/\/www.kron4.com\/wp-admin\/admin-ajax.php","ajax_nonce":"e2f9bf86ce","disable_actions":"","methods":{"COOKIE":1,"IP":2,"USER_SESSION":3},"actionsOptions":{"none":1,"hide":2,"redirect":3,"stockStatus":4,"hideAddToCartButton":5,"displayMessage":6,"expire_coupon":7},"restartOptions":{"none":1,"immediately":2,"afterReload":3},"COOKIEPATH":"\/","COOKIE_DOMAIN":"","redirect_no_back":"1"}; /* ]]> */ /* <![CDATA[ */ var lakana = {"a9":{"aps":{"enabled":"1","deals":"1","pub_id":"3410"}},"ad_platforms":{"htlbid_network_enabled":"1","magnite_network_enabled":"0","magnite_url":"https:\/\/micro.rubiconproject.com\/prebid\/dynamic\/10043.js"},"ad_referral_source":{"social_sites":"12seconds.tv,\n4travel.jp,\nadvogato.org,\nameba.jp,\nanobii.com,\nanswers.yahoo.com,\nasmallworld.net,\navforums.com,\nbadoo.com,\nbebo.com,\nbiip.no,\nblackplanet.com,\nblog.seesaa.jp,\nblogspot.com,\nblomotion.jp,\nboards.qwant.com,\nbolt.com,\nbrightkite.com,\nbuzznet.com,\ncafemom.com,\ncare2.com,\nclassmates.com,\ncyworld.co.kr,\ndailymotion.com,\ndelicious.com,\ndeviantart.com,\ndigg.com,\ndiigo.com,\ndisqus.com,\ndraugiem.lv,\nl.facebook.com,\nwww.facebook.com,\nfaceparty.com,\nfc2.com,\nflickr.com,\nfotolog.com,\nfoursquare.com,\nfriendfeed.com,\nfriendsreunited.com,\nfubar.com,\ngaiaonline.com,\ngeni.com,\ngoodreads.com,\nplus.google.com,\ngrono.net,\nhabbo.com,\nhatena.ne.jp,\nhi5.com,\nhyves.nl,\nibibo.com,\nidenti.ca,\nt.ifeng.com,\ninstagram.com,\nintensedebate.com,\nirc-galleria.net,\njp.myspace.com,\nkaixin001.com,\nkakaku.com,\nlast.fm,\nwww.linkedin.com,\nlivejournal.com,\nlnkd.in,\nmeetup.com,\nmister-wong.com,\nmixi.jp,\nmixx.com,\nmouthshut.com,\nmp.weixin.qq.com,\nmultiply.com,\nmumsnet.com,\nmyheritage.com,\nmyspace.com,\nnasza-klasa.pl,\nmatome.naver.jp,\nnetlog.com,\nnetvibes.com,\nnextdoor.com,\nnicovideo.jp,\nning.com,\nodnoklassniki.ru,\nok.ru,\norkut.com,\npakila.jp,\nphotobucket.com,\npinterest.com,\npinterest.co.uk,\npinterest.ca,\npinterest.fr,\npinterest.es,\npinterest.de,\npinterest.se,\npinterest.pt,\npinterest.dk,\npinterest.ie,\npinterest.co.kr,\npinterest.ch,\npinterest.at,\npinterest.nz,\npinterest.ph,\npinterest.cl,\npinterest.hu,\npinterest.be,\npinterest.in,\npinterest.co,\nplurk.com,\npo.st,\nreddit.com,\nrenren.com,\nskyrock.com,\nslideshare.net,\nsmcb.jp,\nsmugmug.com,\nsnapchat.com,\nstumbleupon.com,\nt.co,\nt.ifeng.com,\nt.sina.com.cn,\nt.sohu.com,\ntabelog.com,\ntagged.com,\ntaringa.net,\nthefancy.com,\ntiktok.com,\ntoutiao.com,\ntripit.com,\ntrombi.com,\ntrytrend.jp,\ntumblr.com,\ntwitter.com,\nuhuru.jp,\nviadeo.com,\nvimeo.com,\nvk.com,\nwayn.com,\nweibo.com,\nwordpress.com,\nxanga.com,\nxing.com,\nanswers.yahoo.com,\nyammer.com,\nyaplog.jp,\nyelp.com,\nyelp.co.uk,\nyouku.com,\nyoutube.com,\nyozm.daum.net,\nyuku.com,\nzooomr.com,\nzhihu.com,\nm.badoo.com,\nm.blogspot.com,\nm.brightkite.com,\nm.classmates.com,\nm.cyworld.co.kr,\nm.dailymotion.com,\nm.deviantart.com,\nm.diigo.com,\nm.disqus.com,\nm.draugiem.lv,\nm.facebook.com,\nm.flickr.com,\nm.foursquare.com,\nm.fubar.com,\nm.gaiaonline.com,\nm.plus.google.com,\nm.hatena.ne.jp,\nm.hi5.com,\nm.ibibo.com,\nm.ifeng.com,\nm.instagram.com,\nm.irc-galleria.net,\nm.kaixin001.com,\nm.last.fm,\nm.linkedin.com,\nm.livejournal.com,\nm.mixi.jp,\nm.mixx.com,\nm.mouthshut.com,\nm.myheritage.com,\nm.mylife.com,\nm.myspace.com,\nm.nasza-klasa.pl,\nm.odnoklassniki.ru,\nm.ok.ru,\nm.reddit.com,\nm.renren.com,\nm.slideshare.net,\nm.smugmug.com,\nm.co,\nm.ifeng.com,\nm.qq.com,\nm.sina.com.cn,\nm.sohu.com,\nm.tagged.com,\nm.taringa.net,\nm.tiktok.com,\nm.toutiao.com,\nm.tripit.com,\nm.tumblr.com,\nm.twitter.com,\nm.vk.com,\nm.weibo.com,\nm.wordpress.com,\nm.xanga.com,\nm.xing.com,\nm.answers.yahoo.com,\nm.youku.com,\nm.youtube.com,\nm.yuku.com,\nm.zhihu.com,\nwww.12seconds.tv,\nwww.advogato.org,\nwww.anobii.com,\nwww.answers.yahoo.com,\nwww.asmallworld.net,\nwww.avforums.com,\nwww.badoo.com,\nwww.bebo.com,\nwww.blackplanet.com,\nwww.blogspot.com,\nwww.bolt.com,\nwww.brightkite.com,\nwww.buzznet.com,\nwww.cafemom.com,\nwww.care2.com,\nwww.classmates.com,\nwww.cyworld.co.kr,\nwww.dailymotion.com,\nwww.delicious.com,\nwww.deviantart.com,\nwww.digg.com,\nwww.diigo.com,\nwww.disqus.com,\nwww.draugiem.lv,\nwww.faceparty.com,\nwww.fc2.com,\nwww.flickr.com,\nwww.flixster.com,\nwww.fotolog.com,\nwww.foursquare.com,\nwww.friendsreunited.com,\nwww.fubar.com,\nwww.gaiaonline.com,\nwww.goodreads.com,\nwww.plus.google.com,\nwww.grono.net,\nwww.habbo.com,\nwww.hatena.ne.jp,\nwww.hi5.com,\nwww.hyves.nl,\nwww.ibibo.com,\nwww.identi.ca,\nwww.instagram.com,\nwww.intensedebate.com,\nwww.kaixin001.com,\nwww.kakaku.com,\nwww.last.fm,\nwww.livejournal.com,\nwww.meetup.com,\nwww.mister-wong.com,\nwww.mixi.jp,\nwww.mixx.com,\nwww.mouthshut.com,\nwww.multiply.com,\nwww.mumsnet.com,\nwww.myheritage.com,\nwww.myspace.com,\nwww.nasza-klasa.pl,\nwww.netlog.com,\nwww.netvibes.com,\nwww.nextdoor.com,\nwww.nicovideo.jp,\nwww.ning.com,\nwww.odnoklassniki.ru,\nwww.ok.ru,\nwww.orkut.com,\nwww.photobucket.com,\nwww.pinterest.com,\nwww.pinterest.co.uk,\nwww.pinterest.ca,\nwww.pinterest.fr,\nwww.pinterest.es,\nwww.pinterest.de,\nwww.pinterest.se,\nwww.pinterest.pt,\nwww.pinterest.dk,\nwww.pinterest.ie,\nwww.pinterest.co.kr,\nwww.pinterest.ch,\nwww.pinterest.at,\nwww.pinterest.nz,\nwww.pinterest.ph,\nwww.pinterest.cl,\nwww.pinterest.hu,\nwww.pinterest.be,\nwww.pinterest.in,\nwww.pinterest.co,\nwww.plurk.com,\nwww.po.st,\nwww.reddit.com,\nwww.renren.com,\nwww.skyrock.com,\nwww.slideshare.net,\nwww.smugmug.com,\nwww.snapchat.com,\nwww.stumbleupon.com,\nwww.t.ifeng.com,\nwww.tabelog.com,\nwww.tagged.com,\nwww.taringa.net,\nwww.thefancy.com,\nwww.tiktok.com,\nwww.toutiao.com,\nwww.tripit.com,\nwww.trombi.com,\nwww.tumblr.com,\nwww.twitter.com,\nwww.uhuru.jp,\nwww.viadeo.com,\nwww.vimeo.com,\nwww.vk.com,\nwww.wayn.com,\nwww.weibo.com,\nwww.wordpress.com,\nwww.xanga.com,\nwww.xing.com,\nwww.answers.yahoo.com,\nwww.yammer.com,\nwww.youku.com,\nwww.youtube.com,\nwww.zooomr.com,\nwww.zhihu.com,"},"adobe_analytics":{"enabled":"1","launch_library":"https:\/\/assets.adobedtm.com\/3f27c430a962\/d33d8acd711c\/launch-25e943fdd407.min.js","analytics_script":"https:\/\/segment.psg.nexstardigital.net\/adobeanalytics.js","tracking_server":"nexstar.data.adobedc.net","report_suite_id":"nexstarglobalprod","newsbreak_launch_library":"https:\/\/assets.adobedtm.com\/3f27c430a962\/0852aae22492\/launch-43352a2f5f64.min.js","media_edge_path":"https:\/\/edge.adobedc.net\/ee\/va\/v1\/","media_session_datastream_id":"2d3a9df0-344f-464e-8b3c-79141641d86e"},"advertising":{"lazyload_status":"1","refresh_status":"1","lineitems_url":"https:\/\/htlbid.com\/v3\/nexstardigital.com\/lineitems.json"},"alert_types_switcher":{"enabled":"0"},"archive_widget_form":{"total_archive_widgets":"100"},"auto_refresh":{"landing_duration":"10","disable_homepage":"0"},"blimply":{"enabled":"0"},"blockthrough":{"enabled":"0"},"blueconic_enabled":"1","blueconic_prebid":{"publisher_id":"","status":"1"},"branding":{"footer_copyright":"\u00a9 1998 - [year] Nexstar Media Inc. | All Rights Reserved."},"browsi":{"enabled":"1","script_url":"https:\/\/cdn.browsiprod.com\/bootstrap\/bootstrap.js"},"chartbeat":{"enabled":"1","uid":"23192"},"civicscience":{"enabled":"1","below_post_placement":"1","survey_404_pages":"1","civic_science_keys":{"404_survey_id":"civsci-id-970186143","404_widget_id":"29244b88-4a11-6284-b57b-1b64cf8a9cbd","article_survey_id":"2122639739","article_widget_id":"82d19ca8-4f30-60f4-2562-28d5394c0c93","sidebar_survey_id":"304165588","sidebar_widget_id":"d570cf89-d697-0844-8df3-6f5daee77194"},"article_ad_unit":{"display_in_article_body":"1","ad_position_name":"mr3_ab","article_body_survey_id":"civsci-id-305934525","article_body_widget_id":"3f127ebd-287e-0b64-a901-d55ec286348a"}},"confiant":{"enabled":"1"},"copyright_text":"Copyright 2024 Nexstar Media Inc. All rights reserved. This material may not be published, broadcast, rewritten, or redistributed.","devcon":{"data_key":"31b9b552-f32e-4036-8364-726eb992b71d","status":"1","data_e":"5"},"freewheel":{"video_ad_tag":{"network_status":"1"},"mrm_pixel":{"network_status":"1"}},"gdpr_prebid_settings":{"enable":"1"},"gtm":{"id":"GTM-KJJZHXD"},"id":"1","index_exchange":{"script_url":""},"jetpack_form_autodeletion":{"days_autodelete":""},"liveblog_customization":{"schema":{"status_enable_custom_schema":"0"}},"liveramp":{"pid":"1262","prebid_status":"1","prebid_analytics_status":"1","ats_status":"1","ats_version":"2"},"login_page":{"status_password_reset_links_to_current_site":"0"},"magnite":{"pixel":{"network_status":"1"}},"nativo_enabled":"1","nativo_rewrite":{"nativo_rewrite_rule":"^sponsor-content(.*)?$","nativo_rewrite_path":""},"optimera":{"client_id":"67","status":"0"},"pair_id":{"status":"1"},"prebid":{"status":"1","script_url":"https:\/\/www.nxsttv.com\/wp-content\/themes\/nexstar\/client\/vendors\/prebid\/versions\/pbjs-7.46.0-20230523.js","video_status":"1"},"prebid_server":{"amp_sync_pixel_status":"0"},"retrans":{"status":"1","api_url":"https:\/\/keepmystation.com\/"},"schema_org":{"video":"1"},"segment":{"segment_script_url":"https:\/\/segment.psg.nexstardigital.net\/segment.js","anvato_script_url":"https:\/\/segment.psg.nexstardigital.net\/anvato.js","newsbreak_script_url":"https:\/\/segment.psg.nexstardigital.net\/newsbreak.js","smartnews_script_url":"","segment_calls":"0","status":"1"},"send_to_news":{"enabled":"1"},"sign_up_link":{"enable":"1"},"site_footer":{"secondary_footer":[{"title":"Privacy Policy","onetrust_button":"0","link":"https:\/\/www.nexstar.tv\/privacy-policy\/","link_target":"_blank"},{"title":"Terms Of Use","onetrust_button":"0","link":"https:\/\/www.nexstar.tv\/terms-of-use\/","link_target":"_blank"},{"title":"Covers","onetrust_button":"0","link":"https:\/\/www.covers.com\/","link_target":"_blank"},{"title":"FCC Applications","onetrust_button":"0","link":"https:\/\/www.nexstar.tv\/fcc-applications\/","link_target":"_blank"},{"title":"Public File Assistance Contact","onetrust_button":"0","link":"[home-url]\/contact-us"},{"title":"Onesignal Desktop","onetrust_button":"0","link":"[onesignal-custom-link]"},{"title":"The Hill","onetrust_button":"0","link":"https:\/\/www.thehill.com\/"},{"title":"NewsNation","onetrust_button":"0","link":"https:\/\/www.newsnationnow.com\/"},{"title":"BestReviews","onetrust_button":"0","link":"https:\/\/www.bestreviews.com\/"},{"title":"Content Licensing","onetrust_button":"0","link":"https:\/\/www.newsnationnow.com\/licensing-nexstars-local-and-national-television-news-footage\/"},{"title":"Nexstar Digital","onetrust_button":"0","link":"https:\/\/www.nexstardigital.com\/"},{"title":"Journalistic Integrity","onetrust_button":"0","link":"https:\/\/www.nexstar.tv\/corporate-social-responsibility\/journalistic-integrity\/"}]},"taboola":{"enabled":"1","mobile_enabled":"1"},"teads":{"enabled":"1"},"uuid":"a6289d30-8810-420f-b327-035e1320873a","warning-edit-shared":{"wes_dialog_message":"","wes_acknowledgement":""},"wsi":{"cid":"878507589"},"external_partner_xml":{"external_partners":{"show_divider":0}}}; var nexstar = {"a9":{"status":"1","video_status":"1"},"adobe_analytics":{"enabled":"1","launch_library":"","media_edge_path":"","media_session_datastream_id":""},"advertising":{"refresh_status":"1","lazyload_status":"0"},"alert_banners":{"l10n":{"nexstar":{"label_sep":"\/"}},"settings":{"Watch Now":{"id":13001,"slug":"watch-now","term_name":"Watch Now","label":"Watch Now","color":"","background":"","summary_only":false,"url":"#","view_options":"number_of_areas","truncate":true,"location":"header","supports_custom_banner_image":false},"Weather Alerts":{"id":18,"slug":"weather-alerts","term_name":"Weather Alerts","label":"Weather Alerts","color":"","background":"","summary_only":false,"url":"https:\/\/www.kron4.com\/weather\/weather-alerts\/","view_options":"number_of_areas","truncate":true,"location":"header","supports_custom_banner_image":false},"Custom":{"id":12331,"slug":"custom","term_name":"Custom","label":"Programming Note","color":"#ffffff","background":"#dd3333","summary_only":false,"url":"https:\/\/www.kron4.com\/","view_options":"number_of_areas","truncate":true,"location":"header","supports_custom_banner_image":true},"Live Now":{"id":17,"slug":"live-now","term_name":"Live Now","label":"Live","color":"","background":"","summary_only":false,"url":"https:\/\/www.kron4.com\/","view_options":"number_of_areas","truncate":true,"location":"header","supports_custom_banner_image":false},"Breaking News":{"id":16,"slug":"breaking-news","term_name":"Breaking News","label":"BREAKING","color":"","background":"","summary_only":false,"url":"https:\/\/www.kron4.com\/","view_options":"number_of_areas","truncate":false,"location":"header","supports_custom_banner_image":false},"Closings":{"id":10007,"slug":"closings","term_name":"Closings","label":"Closings","color":"","background":"","summary_only":false,"url":"#","view_options":"number_of_areas","truncate":true,"location":"header","supports_custom_banner_image":false}},"is_dismissing_allowed":false,"message_dismissal_duration":43200,"message_dismissal_storage":"persistent"},"amp_publisher_logo":"","app_links":{"google_play_link":"https:\/\/play.google.com\/store\/apps\/details?id=com.nexstar.id3542","google_play_weather_link":"","ios_app_store_link":"https:\/\/itunes.apple.com\/us\/app\/kron-4\/id472672814","ios_app_store_weather_link":""},"article_bins":{"rest_endpoint":"https:\/\/www.kron4.com\/wp-json\/nexstar\/v1\/article-bin"},"auto_refresh":{"landing_duration":"60","disable_homepage":"0"},"bestreviews_widget_script":{"status":"0"},"blimply":{"disabled":"1"},"blockthrough":{"enabled":"1"},"blueconic_enabled":"1","blueconic_prebid":{"status":"0"},"blueconic_script_url":"https:\/\/blue.kron4.com\/script.js","branded_logo":"0","branded_logo_link":"","browsi":{"enabled":"1","script_id":"browsi-tag","script_pubKey":"nexstar","script_siteKey":"d_mapping","device_types":{"is_desktop":"0","is_tablet":"0","is_phone":"1"},"page_types":{"home page":"0","category":"0","article":"1"}},"call_letters":"KRON","chartbeat":{"domain":"kron4.com"},"confiant":{"script_url":"https:\/\/cdn.confiant-integrations.net\/Y2Nn8JmiAY8HpnF4sl5n7J71jaI\/gpt_and_prebid\/config.js","enabled":"1"},"continue_reading_cta":{"l10n":{"cta_text":"Continue Reading"},"breakpoint":768,"min_content_height":250},"copyright_start_year":"1998","copyright_string":"","dd_dcript_status":{"plugin_status":"0","remove_from_sharing":"1"},"devcon":{"status":"1"},"dfp":{"mobile_desktop_breakpoint":1024,"desktop_breakpoint":900,"register_event":"nsDfpSlotRendered","slots":{"adhesion":{"pos":"adhesion","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[320,50],"sizes":[[[1280,0],[[728,90]]],[[1024,0],[[728,90]]],[[768,0],[[728,90]]],[[480,0],[[320,50]]],[[0,0],[[320,50]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"billboard1":{"pos":"billboard1","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[320,50],"sizes":[[[1280,0],[[728,90],[970,250],[970,90],[970,30]]],[[1024,0],[[728,90],[970,250],[970,90],[970,30]]],[[768,0],[[320,50]]],[[641,0],[[320,50]]],[[0,0],[[320,50]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"exit":{"pos":"exit","is_companion":true,"is_oop":true,"refresh_on_resize":true,"size":[2,2],"sizes":[[[0,0],[[2,2]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"header-microbar":{"pos":"header-microbar","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[88,31],"sizes":[[[900,0],[[88,31]]],[[0,0],[]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"hover":{"pos":"hover","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[1,1],"sizes":[[[900,0],[[1,1]]],[[0,0],[]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"leader_mr1":{"pos":"leader_mr1","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1152,0],[[728,90]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"btf"},"leader_mr2":{"pos":"leader_mr2","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1152,0],[[728,90]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"btf"},"leader_mr3":{"pos":"leader_mr3","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1152,0],[[728,90]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"btf"},"leader_mr4":{"pos":"leader_mr4","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1152,0],[[728,90]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"btf"},"leaderboard1":{"pos":"leaderboard1","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[320,50],"sizes":[[[1280,0],[[728,90]]],[[1024,0],[[728,90]]],[[768,0],[[728,90]]],[[641,0],[[320,50]]],[[0,0],[[320,50]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"leaderboard2":{"pos":"leaderboard2","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[320,50],"sizes":[[[1280,0],[[728,90]]],[[1024,0],[[728,90]]],[[768,0],[[728,90]]],[[641,0],[[320,50]]],[[0,0],[[320,50]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"leaderboard3":{"pos":"leaderboard3","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[320,50],"sizes":[[[1280,0],[[728,90]]],[[1024,0],[[728,90]]],[[768,0],[[728,90]]],[[641,0],[[320,50]]],[[0,0],[[320,50]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"btf"},"microbar":{"pos":"microbar","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[88,31],"sizes":[[[0,0],[[88,31]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"mr1":{"pos":"mr1","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250]]],[[1024,0],[[300,250]]],[[768,0],[[300,250]]],[[641,0],[[300,250]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"mr1_ab":{"pos":"mr1_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr1_mobile":{"pos":"mr1_mobile","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[900,0],[]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr2":{"pos":"mr2","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250]]],[[1024,0],[[300,250]]],[[768,0],[[300,250]]],[[641,0],[[300,250]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"mr2_ab":{"pos":"mr2_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr3":{"pos":"mr3","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250]]],[[1024,0],[[300,250]]],[[768,0],[[300,250]]],[[641,0],[[300,250]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"mr3_ab":{"pos":"mr3_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr4":{"pos":"mr4","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250]]],[[1024,0],[[300,250]]],[[768,0],[[300,250]]],[[641,0],[[300,250]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"mid"},"mr4_ab":{"pos":"mr4_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr5_ab":{"pos":"mr5_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr6_ab":{"pos":"mr6_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr7_ab":{"pos":"mr7_ab","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,250],[620,366]]],[[1024,0],[[300,250],[620,366]]],[[768,0],[[300,250],[325,204],[325,508]]],[[641,0],[[300,250],[325,204],[325,508]]],[[0,0],[[300,250],[325,204],[325,508]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr_combo1":{"pos":"mr_combo1","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,600],[300,250]]],[[1024,0],[[300,600],[300,250]]],[[768,0],[[300,250]]],[[641,0],[[300,250]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"mr_combo2":{"pos":"mr_combo2","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[300,250],"sizes":[[[1280,0],[[300,600],[300,250]]],[[1024,0],[[300,600],[300,250]]],[[768,0],[[300,250]]],[[641,0],[[300,250]]],[[0,0],[[300,250]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"btf"},"oop":{"pos":"oop","is_companion":true,"is_oop":true,"refresh_on_resize":true,"size":[1,1],"sizes":[[[0,0],[[1,1]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"},"sponsored":{"pos":"sponsored","is_companion":true,"is_oop":false,"refresh_on_resize":true,"size":[232,232],"sizes":[[[0,0],[[232,232]]]],"amp_multi_size":"","lazyload":false,"wx_targeting":[],"module_refreshable":false,"fold":"atf"}},"ab_test":{"min":1,"max":101,"storage_key":"ns.gpt.sessiontest"}},"extended_scroll":{"l10n":{"top_stories_title":"Top Stories","more_in_category_read_more":"Read the Full Article","more_in_category_title":"More Stories","more_stories_read_more":"Read more stories","more_stories_title":"More Stories"},"default_provider":"queried_object","max_blocks_per_snippet":2,"max_words_fallback_per_snippet":70,"num_top_stories_posts":20,"num_more_in_category_posts":0,"more_in_category_fields":["title","link","snippet","thumbnail","authors","date","read_more"],"num_more_stories_posts":8,"show_read_more_in_more_stories":true,"more_stories_read_more_link":"\/news\/","more_stories_fields":["title","thumbnail","articles"]},"footer_logo":"12248","freewheel":{"video_ad_tag":{"video_ad_tag_url":"","slot_definitions":"","status":""},"amp":{"prevent_continuous_play":false},"mrm_pixel":{"status":"0","img_pixel_src":""}},"ga":{"id":""},"gtm":{"id":"GTM-KNNPZPH"},"home_url":"https:\/\/www.kron4.com\/","homepage":{"l10n":{"all_headlines_title":"All Headlines","hero_title":"Headlines","hero_read_more_title":"More Top Stories","headline_list_read_more_title":"View All %s","top_stories_title":"Top Stories","top_stories_read_more_title":"More Top Stories","top_story_label":"Top Story","watch":"Watch"},"default_hero_read_more_link":"https:\/\/www.kron4.com\/news\/","num_all_headlines_list_articles":6,"num_headline_lists":6,"num_headline_list_articles":5,"num_hero_articles":4,"num_top_stories_articles":6,"num_additional_top_stories_articles":0,"top_stories_articles_fields":["id","title","link","link_target","category","thumbnail","date_relative"],"top_stories_read_more_link":"https:\/\/www.kron4.com\/news\/","num_timeline_stories_articles":6,"num_topics_tabs":7,"topics_tabs_stack_until_bp":900,"num_articles_per_tab":3},"id":"11","lead_media":{"allowed_block_types":["core\/audio","core\/shortcode","lakana\/anvplayer","jetpack\/slideshow"],"video":{"autoplay":"1"}},"liveramp":{"prebid_status":"1","prebid_analytics_status":"1","ats_status":"1"},"logo":"81486","magnite":{"pixel":{"status":"0","img_pixel_src":""}},"mobile_settings":{"read_more":"0"},"name":"KRON4","nativo_enabled":"1","nexstar_id":{"blueconic_deprioritization":"1","amp_uuid":"0","nexstar_id_script_url":"https:\/\/nxst.megpxs.com\/ndn.js"},"nielsen":{"app_id":"P4D4F9915-E46E-4B58-BCA6-DE3D1F253081","apn":"Anvato","sfcode":"dcr"},"nota_plugin_status":{"status":"0"},"nxst_hook_sniffer_plugin_status":{"status":"0"},"nxstory":{"enabled":"1"},"onesignal":{"enabled":"1","sdk_script_url":"https:\/\/cdn.onesignal.com\/sdks\/OneSignalSDK.js"},"onesignal_app":{"enabled":"1"},"onetrust":{"option":"2"},"optimera":{"status":"1"},"pair_id":{"status":"1"},"parent_call_letters":"KRON","permutive":{"enabled":"1","prebid_enabled":"0"},"prebid":{"status":"1","video_status":"0"},"prebid_server":{"amp_sync_pixel_status":"0"},"primary_color":"#c01b2b","redirect_guess_404":{"disable_guess_404":"0"},"related_posts":{"l10n":{"default_title":"Related Content"}},"retrans":{"status":"1"},"safe_redirect_manager":{"allowed_redirects":250},"section_fronts":{"l10n":{"headlines":"Headlines","more_headlines_title":"View All %s","top_stories_title":"Top Stories","watch":"Watch"},"default_provider":"queried_object","hero_read_more_link":"https:\/\/www.kron4.com\/news\/","num_headline_list_articles":6,"num_headline_lists":6,"num_hero_pages":1,"num_ranked_articles_per_page":7,"num_top_stories_pages":7,"top_stories_read_more_link":"https:\/\/www.kron4.com\/news\/","num_first_headline_list_articles":8,"num_last_headline_list_articles":10},"segment":{"segment_key":"o","segment_key_amp":"x","status":"1"},"send_to_news":{"url":"http:\/\/embed.sendtonews.com\/oembed\/?fk=63shfrMa&cid=6836&sound=off&format=json&offsetx=0&offsety=140&floatwidth=400&floatposition=top-right&float=on","enabled":"1"},"sidebar":{"l10n":{"dont_miss_title":"Don't Miss"},"num_dont_miss_articles":5},"sign_up_link":{"enable":"1","link":"https:\/\/nxslink.kron4.com\/join\/6p6\/signup?website_signup=true"},"social_links":{"email":"BreakingNews@kron4.com","facebook":"https:\/\/www.facebook.com\/KRON4\/","haystack":"https:\/\/www.haystack.tv\/channel\/kron\/","instagram":"https:\/\/www.instagram.com\/kron4tv\/","pinterest":"","rss":"https:\/\/www.kron4.com\/news\/app-feed","twitter":"https:\/\/www.twitter.com\/kron4news\/","youtube":"https:\/\/www.youtube.com\/channel\/UCVWQWc8PXy6Itt7YNrivOYw"},"stationsite_ad_unit":{"ad_unit":""},"supernav":{"l10n":{"close_navigation":"Close Navigation","open_navigation":"Open Navigation","looking_for?":"What are you looking for?","primary_menu":"Primary Menu","toggle_menu":"Toggle Menu","top_stories":"Top Stories"},"max_depth":2,"nav_menu_location":"supernav","num_children_per_column":8,"num_columns":4,"num_columns_without_thumbnails":1,"num_posts_in_column_with_thumbnails":1,"num_posts_in_column_without_thumbnails":4,"post_type_feature":"supernav"},"syndication":{"canonical_home_url":""},"taboola":{"publisher_id":"nexstar-network","enabled":"1","status_arena":"1"},"teads":{"status":"1"},"template_variables":{"l10n":{"article_date":"M j, Y \/ h:i A T","article_time_format":"h:i A T","article_list_by":"by %1$s %2$s %3$s","article_list_category":"%1$s \/ %2$s","author_by":"by: %s","author_sep":", ","infinite_button_text":"Load More","infinite_error_text":"Error loading articles","infinite_loading":"Loading...","more":"More","more_term":"More %s","next_page":"Next page","now_playing":"Now Playing","previous_page":"Previous page","posted":"Posted: %s","read_more_arrow":"Read More »","relative_date_format":"%s ago","search":"Search","sep":"\/","share_this_story":"Share this story","site_search":"Site Search...","snippet_date":"M j, Y","sponsored_by":"Sponsored By","top_stories_from":"Top Stories From %s","updated":"Updated: %s","up_next":"Up Next","video":"Video","exit_sticky_player":"Exit sticky player","form_processing":"Processing...","form_message_sent":"Message Sent!","form_error":"Error","watch":"Watch"},"num_404_top_stories_articles":5},"unique_site_shortcode":{"identifier":"KRON"},"uuid":"abc69eb2-36c0-4172-b8a8-29cde72aece7","video_center":{"l10n":{"document_title":"Video Center","meta_description":"The latest videos from KRON4"},"num_bins":10,"num_videos_per_bin":12,"number_of_tabs":7,"tabs_stack_until_bp":900,"carousel_excluded_article_fields":["category","excerpt"]},"weather":{"city_name":"San Francisco","latitude":"37.78","longitude":"-122.42","zipcode":"94128"},"weather_alerts":{"l10n":{"loading_alerts":"Checking for current alerts","no_current_alerts":"There are no active weather alerts. Check back later."}},"wsi":{"cid":"878507589"}}; var nsApiSettings = {"root":"https:\/\/www.kron4.com\/wp-json\/","nonce":"d1adc8846d","versionString":"wp\/v2\/"}; var weatherAlerts = {"alert_types":["911 Telephone Outage Emergency","Administrative Message","Air Quality Alert","Air Stagnation Advisory","Ashfall Advisory","Ashfall Warning","Avalanche Warning","Avalanche Watch","Blizzard Warning","Blizzard Watch","Blowing Dust Advisory","Blowing Dust Warning","Brisk Wind Advisory","Child Abduction Emergency","Civil Danger Warning","Civil Emergency Message","Coastal Flood Advisory","Coastal Flood Statement","Coastal Flood Warning","Coastal Flood Watch","Dense Fog Advisory","Dense Smoke Advisory","Dust Advisory","Dust Storm Warning","Earthquake Warning","Excessive Heat Warning, Extreme Heat Warning, Heat Warning","Excessive Heat Watch","Extreme Cold Watch","Extreme Wind Warning","Fire Warning","Fire Weather Watch","Flash Flood Statement","Flash Flood Warning, Rainfall Warning","Flash Flood Watch","Flood Advisory","Flood Statement","Flood Warning","Flood Watch","Freeze Warning, Flash Freeze Warning","Freeze Watch","Freezing Fog Advisory","Freezing Rain Advisory","Freezing Spray Advisory","Frost Advisory","Gale Warning","Gale Watch","Hard Freeze Warning","Hard Freeze Watch","Hazardous Materials Warning","Hazardous Seas Warning","Hazardous Seas Watch","Heat Advisory","Heavy Freezing Spray Warning","Heavy Freezing Spray Watch","High Surf Advisory","High Surf Warning","High Wind Warning, Hurricane Force Wind Warning, Severe Wind Warning, Strong Wind Warning, Wreckhouse Wind Warning, Les Suetes Wind Warning, Wind Warning","High Wind Watch","Hurricane Force Wind Watch","Hurricane Warning, Typhoon Warning","Hurricane Watch, Typhoon Watch","Ice Storm Warning","Lake Effect Snow Advisory","Lake Effect Snow Warning","Lake Effect Snow Watch","Lake Wind Advisory","Lakeshore Flood Advisory","Lakeshore Flood Statement","Lakeshore Flood Warning","Lakeshore Flood Watch","Law Enforcement Warning","Local Area Emergency","Low Water Advisory","Marine Weather Statement","Nuclear Power Plant Warning","Radiological Hazard Warning","Red Flag Warning","Rip Current Statement","Severe Thunderstorm Warning","Severe Thunderstorm Watch","Shelter In Place Warning","Small Craft Advisory","Snow Squall Warning, Snowsquall Warning","Special Marine Warning","Special Weather Statement","Storm Surge Warning","Storm Surge Watch","Storm Warning","Storm Watch","Tornado Warning","Tornado Watch","Tropical Storm Warning","Tropical Storm Watch","Tsunami Advisory","Tsunami Warning","Tsunami Watch","Typhoon Local Statement","Volcano Warning","Wind Advisory","Wind Chill Advisory","Wind Chill Warning, Extreme Cold Warning","Wind Chill Watch","Winter Storm Warning, Snowfall Warning","Winter Storm Watch","Winter Weather Advisory","Winter Storm Warning","High Wind Warning"],"api_url":"https:\/\/weather.psg.nexstardigital.net\/service\/api\/v3\/alerts\/getLiveAlertsByCounties?counties=06075,06001,06081,06055,06097,06085,06013,06041,06095","fips":["06075","06001","06081","06055","06097","06085","06013","06041","06095"],"wales":""}; /* ]]> */ /* <![CDATA[ */ var wpApiSettings = {"root":"https:\/\/www.kron4.com\/wp-json\/","nonce":"d1adc8846d","versionString":"wp\/v2\/"}; /* ]]> */ /* <![CDATA[ */ var live_now_script_object = {"homeUrl":"https:\/\/www.kron4.com"}; /* ]]> */ /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", {v:'ext',blog:'162595944',post:'0',tz:'-7',srv:'www.kron4.com',hp:'vip',j:'1:12.4'} ]); _stq.push([ "clickTrackerInit", "162595944", "0" ]); /* ]]> */
x server