(function() { function bxBootstrap() { if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":340,"cookie_name":"bounceClientVisit340","domain":"Cnn.com","ct":"bind_to_domain","ally":0,"ei":0,"tcjs":"","cjs":"/* MW: GDPR IAB INTEGRATION */\nbouncex.failedCMP = function(msg) {\n var reason = '(iab_cmp) ' + msg;\n bouncex.log(reason + ' - deleting cookies');\n event_stream_report = function() {}; // stub out event_stream_report\n bouncex.website.etjson = []; // stub out events\n bouncex.website.cjs = '';\n bouncex.website.preinit_cjs = '';\n bouncex.website.etjs = '';\n bouncex.destroyAll(reason); // destroys cookies and campaigns\n};\n\nbouncex.checkCMP = function() {\n if (bouncex.state.gdpr) {\n bouncex.log('EU IP detected');\n var bxVendorId = 256;\n var bxPurposeIds = [1];\n // if gdpr conditions, check CMP\n if (typeof window.__cmp === 'function') {\n window.__cmp('getVendorConsents', [bxVendorId], function(consent, success) {\n if (!success) {\n return bouncex.failedCMP('success false');\n }\n if (consent.gdprApplies === 'true' || consent.gdprApplies === true) {\n // vendor check\n if (!consent.vendorConsents[bxVendorId]) {\n return bouncex.failedCMP('failed __cmp vendor check');\n }\n // purpose check\n for (var i = 0; i < bxPurposeIds.length; i++) {\n var purposeConsentId = bxPurposeIds[i];\n if (consent.purposeConsents[purposeConsentId] === false) {\n return bouncex.failedCMP('failed __cmp purpose check');\n }\n }\n }\n bouncex.log('passed __cmp check');\n });\n } else {\n // if gdpr conditions and __cmp does not exist, assume no consent\n bouncex.failedCMP('no __cmp');\n }\n } else {\n bouncex.log('not in EU');\n }\n};\n// we need to check CMP after init1 if gdpr conditions apply\nbouncex.checkCMP();\n/* END GDPR IAB INTEGRATION */\n\n/* https://www.wrike.com/open.htm?id=172937686 */\nwindow.bouncex.omnitureLinkTrack = function(label) {\n try {\n trackMetrics({\n type: 'user-interaction',\n data: {\n bouncex: label\n }\n });\n } catch(err) {}\n};\n\nwindow.bouncex.report_ga = function(action, label, bypass) {\n if (action == 'impression') {\n label = 'ada - display - ' + label;\n } else if (action == 'click') {\n label = 'ada - expand - '+ label;\n } else if (action == 'submission') {\n label = 'ada - conversion - ' + label;\n }\n window.bouncex.omnitureLinkTrack(label);\n};\n\n/* SPA FIX: https://www.wrike.com/open.htm?id=222493968 */\nbouncex.on(bouncex.window, 'bxPathChange', function() {\n clearTimeout(bouncex.spaTimeout);\n bouncex.spaTimeout = setTimeout2(function() {\n bouncex.log('bx: detect page change');\n bouncex.calling_url = encodeURIComponent(window.location.href);\n bouncex.body = jQuery('body').eq(0);\n \n init_vars();\n bouncex.cookie.vpv++;\n bouncex.pa = 0;\n setBounceCookie();\n \n for (var ca_id in bouncex.campaigns) {\n if (bouncex.campaigns.hasOwnProperty(ca_id)) {\n bouncex.destroy_ad(ca_id);\n }\n }\n bouncex.reload_campaigns();\n \n init_ibx_tracking();\n init_event_tracking();\n }.bind(this), 500);\n}.bind(this));\n\n(function() {\n var count = bouncex.vars.session_count;\n if (bouncex.vars.last_session_vid !== bouncex.cookie.vid) {\n count += 1;\n bouncex.setVarAndReload('session_count', count);\n bouncex.setVarAndReload('last_session_vid', bouncex.cookie.vid);\n }\n\n if (bouncex.vars.last_session_id === false) {\n bouncex.setVarAndReload('last_session_vid', bouncex.cookie.vid);\n }\n})();\n\n\n/******************/\n/* start dfp roadblock detection https://www.wrike.com/open.htm?id=289473666 */\nvar secondsToWait = 3;\nbouncex.dfp2_currentSlots = [];\n\nif (typeof bouncex.dfp2_timeout === 'undefined') {\n bouncex.dfp2_timeout = bouncex.setTimeout2(function() {\n if (typeof bouncex.dfp2_interval === 'undefined') {\n bouncex.dfp2_interval = bouncex.setInterval2(checkDfpSlots, 2000);\n }\n }, secondsToWait * 1000);\n}\n\nfunction checkDfpSlots() {\n var slots = window.googletag && typeof googletag.pubads == 'function' && typeof googletag.pubads().getSlots == 'function'? googletag.pubads().getSlots() : [];\n var numSlots = slots.length;\n var currentLineItemIds = [];\n var lineItemsChanged = false;\n\n for (var i = 0; i < numSlots; i++) {\n var slot = slots[i];\n var lineItemId = getLineItemIdFromSlot(slot);\n if (lineItemId) { \n currentLineItemIds.push(lineItemId);\n if (!lineItemsChanged) {\n lineItemsChanged = detectNewLineItem(lineItemId);\n }\n }\n\n\n }\n\n if (lineItemsChanged) {\n bouncex.dfp2_currentSlots = currentLineItemIds;\n var status = isSponsorship(currentLineItemIds);\n bouncex.setVarAndReload('dfp2_detect', status);\n }\n}\n\nfunction getLineItemIdFromSlot(slot) {\n var slotInfo = slot && typeof slot.getResponseInformation == 'function'? slot.getResponseInformation() : false;\n if (slotInfo && slotInfo.lineItemId) {\n return slotInfo.lineItemId;\n }\n}\n\nfunction detectNewLineItem(currentLineItemId) {\n var newLineItem = bouncex.dfp2_currentSlots.indexOf(currentLineItemId) === -1;\n if (newLineItem) {\n return true;\n } else {\n return false;\n }\n}\n\nfunction isSponsorship(lineItemIdsOnPage) {\n var numSlots = lineItemIdsOnPage.length;\n if (numSlots === 0) {\n return 'not_ready';\n }\n for (var i = 0; i < numSlots; i++) {\n if (bouncex.website.gbi.rblocks && bouncex.website.gbi.rblocks.indexOf(lineItemIdsOnPage[i]) > -1) {\n return 'sponsor';\n }\n }\n return 'allow';\n}\n/* end dfp */\n/**************/\n/*backfill JS*/\nbouncex.failCampaignTypeOnImpression=function(impressedCampaignId, campaignTypeToFail){\n var campaigns = window.bouncex && window.bouncex.campaigns;\n for (var campaignId in campaigns) {\n if (campaignId != impressedCampaignId && campaigns[campaignId].type == campaignTypeToFail) {\n bouncex.campaigns[campaignId].failed = true;\n }\n }\n};\n","force_https":false,"waypoints":false,"content_width":900,"gai":"","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":1,"gmp":0,"whitelist_check":0},"burls":[{"prop":"contains","val":"?nobxcampaigns"},{"prop":"contains","val":"tech?adsqa"},{"prop":"contains","val":"/pennsylvania-day-care-fire-five-killed"}],"ple":false,"fbe":true,"mas":1,"map":1,"gar":true,"ete":0,"ettm":true,"etjs":"","dge":false,"bxidLoadFirst":false,"gbi_enabled":1,"gbi":{"rblocks":[4484787981,5078463725,4910358360,5114410764,5166305257,5138413903,5078657896,4808714371,5153067117,5137319474,5159048116,5038978014,5121564127,5080398190,5077178067,5131297608,5021559484,5114623180,4895404441,5137258241,5146702558,5132763967,5158936997,5083574800,5058638341,5019307369,4973505749,5059905290,4980851671,4953773264,5078104935,5061542598,5064007128,5077177341,5073289084,5026048276,5150288539,5029432790,4735237898,4909238042,4953179008,5126549234,5077177326,5077178142,5081539639,4952856634,4989428332,5156263838,5160031644,5134333815,5081503841,5134178133,5019195787,5132295802,4974920873,4950740878,4953772691,5077176669,5086404871,5121981983,5080961421,5014683598,4995086601,5006688937,5098708473,4953165288,5014954056,5114622610,5135109117,5112776135,4992509507,5091113646,215281237,5036761098,5046947241,5066162321,4953178543,5048537654,5069371411,4953178972,4848594189,5101731350,5023402463,5008795879,5064818583,4953164856,4953141538,5070777800,5053365098,5138874172,4974920615,110060077,5070332796,5023935076,5139546180,4698203744,5138010477,4968637368,4953165264,130110637,5119203590,5081426301,5032822021,5090458276,5166345495,5002537128,4953165111,4953165543,4829156605,5021732100,5025909996,5169362398,5137094786,5130093056,5065801151,4981229231,5077176852,5138033684,5122105837,5138722070,5166653958,186516757,5089434907,117895717,4927123907,4769889263,4625861924,4980746760,5025055384,5073562499,205639237,4875779952,5023402547,5112745409,5160737177,5039589539,5061537738,5071518846,130107877,5072586886,5132259485,5081793728,4814067090,5160389908,5077176690,4942326873,5111711954,5021836680,5061388220,4857731747,5046778489,5106638561,5023199209,5114410767,4953164145,5054948836,5025924453,5082006668,4953165765,4986973569,4953772520,5146729085,5082615967,5066891221,5086405180,5054127559,5099301965,5160157609,4978274836,4953165537,4742150622,5111168545,4784122022,246842677,5150813489,119451517,5008795402,5114622679,5099415037,4783703463,4742330850,211479397,4953772553,4953165993,5016678146,5077176420,5025920556,4747985686,5132673249,5021877339,5038757924,5086406149,5093069268,5001122811,5067140140,4963168980,5052767172,4953165825,5090265258,5166351532,5026133401,5150815151,5054490896,119474797,4953163806,5078352186,5154161435,5002880132,5094653519,4425728794,5093401891,4511487007,119432317,4862646698,192284917,5101212939,5106420386,5146702474,4968597595,4719012699,4783335118,5044869308,5040200131,5083358308,5019195784,5127086361,5145782134,4904848976,5047306453,4876419077,5081502875,5006924318,5112745100,5161059266,5032271919,5025071701,5061366462,5132901005,5077177329,5061987976,4953164799,5148571896,4953165519,5145945963,5150813963,5086509102,5061933062,5147111481,5081329569,5167198550,5029048288,4968597727,5067686802,4894127894,4981047750,4868117698,5125204012,5132259965,4838011113,5053493702,5093656313,5026048465,4953165030,5018119881,5030109028,5139816128,5093916201,4953165558,5086691705,4963118061,5004292926,5114410788,4953178018,5058174137,5096764245,5023015383,4938700267,5071346832,4910358870,5058784967,5038216058,4953164058,5034257925,4370849194,5029747632,117894277,5025229665,5115122387,5044582947,4897372207,4573205914,5061373823,5080731353,5067689445,5083574812,5037892546,119451397,217313317,5014954548,5125485110,5130108200,132019957,5031340264,5046947448,4953165564,5069124207,5077176432,5077178073,5058719652,5008795390,5021559325,5041555167,5053459643,5052928510,5113220573,5149392156,5061371882,5001122784,5060948766,4957789410,5132901074,5077670096,5081502941,5061659014,5093110952,4793728265,5062108498,5093320753,5021818268,4953177580,4759821587,5121983006,4371070448,5165024286,5081183254,4682164470,5093515328,4793309976,5101731317,5032944954,5143603609,4953177520,4868299131,5007973403,5093110946,4378126940,4977568077,5140114979,5132295781,5132761903,5086200447,5099289252,216113557,5096097491,5032917008,5147233328,5101652055,5125203826,4953165045,5077178055,5077744534,5153504837,5131539490,5149406617,5131537858,5061538713,5024671889,5057859110,5021559079,5081792615,4946740796,5029841170,4989258701,5019196722,5031560298,4994182204,5044472577,4995537251,5025909837,5081503658,5040386109,5069463040,4953165480,5077140650,5081502899,5026541229,5090589819,5111060856,5127271911,5086710872,5033908018,4953165483,5047151664,5170355944,5081466199,5106109632,5158936976,5061076036,5050823899,5080420301,5071710854,5121457887,4971625671,5039232952,5169178778,5101647345,5133117089,5059941340,5164212190,5132437605,168302197,5159957970,5095541173,5165307967,4952874234,5041393830,130112677,4953166044,5084148432,5089698645,130113157,5151381740,5126472412,5076639742,4958805729,5019442313,5008694057,5037141050,5160293899,5021806736,5077176879,4934287885,186515677,5081794211,4767507097,4930301508,4953178783,5125203262,5038525671,4953178987,5108629163,5122193273,5118082965,130113877,5118426621,5077176459,5102458712,5098693830,139751557,5054491166,4893503464,5021559568,5114410968,4893490456,4953178693,4953165732,4953178540,4974920762,5077568550,4953164532,5021952376,5139209404,5028223617,5127264434,5046117529,5041762226,5061933041,5171944794,5160301654,5077670396,4355217358,5121217883,5086399132,5153806553,5096256907,4953772793,5026363673,5078254001,5025921984,5081794202,4758331636,5008796050,5023133216,4815200541,4439898150,5086200879,5067753575,5158021856,5019195334,5147273728,5090836446,5091362779,5102030852,5116466360,4440343163,4799815896,4956786206,5171143394,5084148426,5135807960,4981022796,119448637,5100565843,4978274632,5046238931,212253637,4963118055,4745455131,4910358408,5119494614,5166500603,5081503655,4953163875,5072555275,5071160070,4953772967,5137319465,4982053132,5081463332,5169983919,5062268150,5021818304,5043885258,4968948602,5119081599,5151471812,4953773426,5034328447,5086691708,4953165018,5028670952,5040990685,5044559896,4857689174,4971868297,4698166695,4953163641,5114622664,5023421501,5041761989,4366733191,4757340957,4893490723,4446233020,4978548677,4868117734,5140258556,5001122790,4877912866,4931045936,5044226798,5078254463,5158936964,5051423468,5134605085,4953163899,5086710692,5115771045,5139526020,4968637359,5079358769,5081641627,5023395247,4737020778,5081465962,5070610531,5139388967,4972203069,5093068464,5066897027,5164527752,5041762262,5077176450,5078135494,5101548637,5121564121,4947014793,119451157,4994574617,5146537344,5150082944,5120760877,5095583883,5128248174,4953772457,5065970840,5054490938,5090265276,5158021169,5160372219,5101211229,5026363394,5093401177,5086509240,5019629210,4883544842,5037165515,4924199276,5101845106,5023402688,4417591566,4953164868,5147235044,5028686783,5090589813,4835896965,4898632957,5114716497,5146613489,5135128462,4974405490,5077178085,4783704639,4953773261,212261197,5080961415,5082418269,5095328088,5087154157,5065801133,5167204937,245995717,4953166056,4498672018,5065801154,5093069754,5081502887,5139388922,4953166002,5001261972,5122105905,5149413524,5152989586,5093069724,5138786843,5026447427,5076928465,5088596081,4392554856,5048343316,5086710686,5157487359,5072005391,5167198544,5141925558,4370849188,4982060623,4371070454,5080521079,4953178525,5038556842,5114623336,4971413246,5077944843,5158586324,5039162094,5146307272,5150288071,5086406122,5014829960,92238037,5021559526,5099356068,4698167172,5169362542,5119561843,5121984887,4953178735,5081161876,4995537116,5059974610,4516321115,5031560304,5101212399,4758329668,5135730692,4953165261,5083575358,5144114570,4893491506,4953177775,5071160067,5087703512,5081502911,5070332775,5111902446,5128220554,4503177287,5169300450,5089574567,5013896359,5013226453,4786440385,5090589807,5039232916,5086380676,5069490226,4953772985,4974920090,5012314071,5112886967,5025501018,5021818313,5112745103,4953177511,5138722073,5087491123,5165012367,4953165570,5087010211,5107781178,5095583748,5046947739,5114622628,5091088052,5145182081,5000731817,5156652181,5040311012,5030800934,5036841811,4970302512,5081259006,4953165789,5154359449,5025623731,4713956074,5081671651,5071876697,5172675575,5116450766,4953177484,5165838936,5065752385,4953772307,5041762040,4953164103,5061511675,5114117456,5077070390,5058563268,5080420313,245995237,5114410923,5116122667,5021886920,4783377067,4817217731,4793344512,5118280496,5081671630,5169185649,5120752222,5051093972,5080520833,5167032365,5026021198,4953772496,4882848958,5132900819,4926719899,4953772535,4930483098,4808932977,5081796221,5127767891,5026361258,5133734062,5114410941,5055636959,5038102041,5163470638,5039782459,5031341449,5032944369,5077782603,4953178780,5090832846,4833294378,4953163101,5071517502,5119494719,5022891767,5025921777,5090695850,5034421888,5082385840,4953165051,5090835597,5121457911,4965126192,4698167169,5077837333,4953772280,4742647439,5114622616,4964896514,5114410722,5039885727,5023086463,4769857868,5107335040,4965622994,5014829951,5115853093,5150815637,5039266738,5134340348,4953165006,5160328768,5081502878,5081468818,5126982198,4378011289,4511008243,5106410098,5071370055,5118222409,5094332051,5135044545,5140189865,4953164631,5168913026,5033802714,5046779968,5140089358,5081469514,5078793592,5132294524,4441229210,5090860041,4953178531,5080961409,5071319682,5080420445,4995524765,5170104957,5032054751,5135196382,5086406293,5008795144,5032916876,5127272637,5007062071,5064980140,5138298926,5115173458,5039612855,5121981989,5077176630,4931047859,5053461560,4816346879,4953165597,4758331648,5147231459,5095583703,5138424172,5081792801,5117895072,4980717064,4966427967,5115710558,117894877,4981105097,5114621209,5140189856,4981382611,5159996088,5036841973,5073086601,5057913513,130111837,5027021435,4809432386,5146705126,4954480061,5094576668,5086200417,5086509090,5157972652,5086404883,4953165513,5112745436,5172208507,5064720433,5160574064,5023395274,5095936017,5153222350,5038344147,4958371580,5052914358,5066817520,5065576755,5111664398,4953163170,5018099931,5101213437,4953177742,5083799500,4953164607,5138505798,4769195513,5053493693,5137258949,5143401834,5023085716,5129703494,5148571890,5114410944,5080961256,5101649511,5140926164,5046778483,5132197380,5146535889,5158491563,5081320500,4953773171,5000425914,5127924374,5114622682,4981047807,5072203371,5026447421,5000640873,5139553384,5108310413,4995087060,5019195793,5129704028,4953772925,4953165981,4953165054,4992637875,5019442475,4793345517,5132259983,5071589665,5028937567,4898729470,4783377559,5017648952,4951080384,5166345510,5077176699,5061832200,5126586458,5000732321,5006949769,5115072170,5077177320,5066839417,5099762546,5021725914,5057814916,5080419803,5046947748,4953772772,5065425516,5084148444,5032528556,5093068227,4868299125,5164236370,5150024331,5031630199,4909238588,5131906775,4829156596,5091340274,5077176642,5062073956,5116158938,5080674173,4978291134,5081293662,5163172923,5157981241,5016697570,5018501939,4953164091,5098690758,5008937659,5019195820,5021887100,4948842680,4808710276,5114623195,5081162041,5114870841,5006979011,5147231510,5040604279,4423282045,4924199642,5052914592,5090569157,5041470856,4953166203,5019195796,4953177733,5080685749,5070334788,4370848783,5115122087,5131539508,5022636402,4857161268,144640597,5139947265,5158954294,5061976754,5071588957,5096138617,5067502786,5061276665,5039956789,4808710309,5159080532,4953165978,5070883322,5039956318,5093853964,5134164702,5018877009,5080420256,167736037,5038134463,5084149098,5103463605,4953177529,5017648688,4853986025,4953773009,4948794208,5086710713,5110794120,5158021829,5076343912,5087703326,5039601107,5164569576,5159992029,5046238949,5081503652,180775597,5047151244,5132451552,4897372210,5089434205,5032221533,5132198538,5044562338,4904849183,5122468277,5019270465,5064066147,4909084947,5078352192,5159048086,4953164040,5143311294,5107180440,4853986040,5121626541,5143311309,5140922045,4982140251,5077178106,4992051022,5119025752,5150813417,5084618561,5081469334,5096721743,5093809833,5114622685,5151782080,5159912832,5120993983,5158021181,5053957801,4358996053,5132260484,5122583961,4953773240,4969131824,5099658158,4971933311,4883790229,5083954019,5022747061,5114360367,5158697490,5064384845,209947237,5086200429,5017907972,5071588948,5040617714,4953165339,5132295793,4953165549,5086380679,5052532478,5047372466,4953164307,5081529754,5080942548,5060750613,5019195781,4485268025,5077568541,5081465259,4980776529,5031603789,5089546286,5061783720,4945903642,4953165834,5125868343,4904133088,4944216944,212561677,5057903709,5081466625,4423277755,5054031088,5134453090,5025924444,5090588856,4941981275,5026601401,5040815173,5040759960,5081503808,5159986302,5128686713,4698229617,4953178924,5090762141,4882849084,5006688388,5077177185,4758331657,5081466607,5021559577,5047156773,4429083978,5047372295,5165262365,4980722284,5158046611,5121858658,5106155692,4953773405,5077178124,5081479408,5086405186,5115496995,5040759819,4811622874,5072552584,4953773423,4953165009,5125056364,5025909978,5041470667,4942912028,5132437410,5124642702,5031767733,5031837838,5125243371,5152676282,4793310132,4853255275,5108606555,5069459890,5106420407,4953165744,5150813948,5081794070,4981007704,5131537852,4910337085,5090762108,4868896976,5000491355,5132672343,4898632207,4971842382,4930301640,5093068242,4697742661,5163855774,4964895593,4625859056,5080505517,5101731359,5127486463,4953177961,4883544713,4953773198,5044887728,5046226772,5077178079,5115852943,5081797895,5112776138,4809438692,4953179020,5093069445,5077176609,5142254787,5158487251,5040541820,5054948848,5046779215,4953163674,5077176441,5166343110,5077176600,5041849904,5077316566,5159080712,5094085620,5147235035,5046947709,5081796887,4904848277,5000947667,119451277,5044451748,5026422719,5160197500,4953165330,5046947730,5026047583,5045979037,5094091413,4953165273,119448757,5114410233,5081793566,5076164808,5021558041,5054048833,4982078356,4968597589,5132763991,5081256678,5139888478,4953772751,5000947661,4953164571,4735237889,5026133272,5077177353,5080961232,5166345528,5078780856,5024518223,5101728456,5044562101,4953164127,5077661253,4972686134,5080420247,5115496980,4946740931,5041470901,5000413813,5119556842,5077176615,5139555099,4787027952,5014683583,5019195358,4953178492,90783997,5013198445,5040202750,5054196655,5144496390,5031630217,5072953647,5093069511,5143269282,5080419830,4864859478,5082201486,5038058550,4980712750,5132946197,4978546256,4759172375,4980586523,5045346477,5136722341,5127272592,4775350267,4953772712,5126549007,5061306686,5025070774,5057507749,4829217807,5026363400,5040978407,5072813969,5019629216,5154447740,4610217760,5076640258,5101731338,5146538631,5129704058,5111664407,5077639389,5070809501,5070334950,4910358444,5122615117,5078259493,5026133428,5082801258,5081535498,4953141526,5131568559,5091340265,5022970725,5159712161,5039233183,5000732546,5148789577,4945924485,5086199703,5014549193,5088350813,5095531804,5044683499,5065718093,5152081643,5117895564,5114622478,5065954547,5128493674,4503173750,4980717088,5128224877,4953772763,167536837,5052914346,4952874366,5081469487,5107704194,5080419797,4953177739,4971933329,5143388603,5040617699,5067140137,5093796223,5078572293,5165303911,117895597,5044472565,128325037,4933228940,5135067108,5148890785,5072678595,5000947676,5121623919,5038192741,5044105856,206236597,5081466613,5081794217,5101728438,5117595346,4893514048,5026586838,5133061644,5081257611,5036841994,4429087382,4793309997,4883790238,5114603929,4953165576,4953163821,5047373009,4697816782,5128444024,5132295790,5128248180,5062075828,4783378741,119474917,5170304577,4445262425,5137764142,5017941069,5065772104,5118319891,5077670105,5135102142,5077963102,5131931036,5080606254,5071879907,5058179030,5061649350,5107887064,117894997,5084546526,5051826885,4934288314,5101849117,5070744938,245995477,5146309814,5040406923,4978274119,4934287372,5086710677,5067323441,5077192317,184417837,5150288794,4828310847,5052914328,5077027333,4926414633,5066906811,117894397,5041470607,4904848970,4720429166,5132198544,5008794841,5152989751,4953773180,5114410791,4857689201,5086405594,4945903807,4698203987,5143389587,5160112032,5025921528,5108196412,5032131497,4953772220,4939697422,4953772955,5152292612,4968641749,5054491160,5161219915,5170443481,5081256693,5163923475,5077178115,4946740787,5053049008,5028752792,4878159804,4424756144,5139915287,4625524261,5072920521,5061904994,5132761891,5135084327,5071589674,5008795192,5086570473,180395197,5036782017,4829157094,5081502926,4940864116,5030672040,5127272076,5093069193,5077177362,5145763154,5069345227,4956843243,5145760027,5164237183,5087703335,5059905299,5133768185,5087703506,5077178133,5030672061,5076877560,5081257620,5086710683,4972937228,5006978789,4910949785,4703960527,5158491332,5114623321,5025070924,4953177490,4898490133,5140789586,5125875831,5139414372,5077176843,5165696050,5077176867,5034841379,5044926468,5158760088,5139714685,5047373651,5106403600,5132763985,5044887521,5088132231,4953772994,5071577461,4747985746,5154698081,5019387550,5033479106,5126056549,4697742646,4953163884,4940895750,5114621695,5125053298,5008744044,4729868129,5059974418,5044887341,5045978782,5058427153,5081468533,5170342245,5017948959,4969105187,5065801871,5077178049,5128221358,5006924354,5039690547,5132235038,5127480667,5067086544,5133062547,5082006842,4944216935,5079114467,5061753590,4953178699,5059991640,5053365044,5028393511,4769271100,5132761915,5129704052,5138413429,5065801127,4953178501,5086200900,5135720336,5170930718,5114622658,4980622200,5099455081,5135720324,5172209413,5019304732,5002277460,4953178726,5077670090,5138873206,5086710659,4429092662,5031341509,4971842520,5080520842,5152754055,5081258790,5160741761,5135807897,5138722064,5077176657,5146670639,4927166852,5160111501,5149407551,4424274874,5154447728,5039233126,4910358657,5079860322,5117777902,5047061990,4953178747,5133373813,5066817511,4953772946,4868117758,5080520839,5081793767,5082006704,5044732965,5095876008,5059870746,132125197,4509903266,5077178094,5151155516,5074820808,5051423492,5114622601,4974735276,5101728450,5096103013,5061327531,4963168995,5146781406,5028323424,5041139648,4944216938,4953177508,5081503832,5125949946,4974062630,5168171670,5044887596,4953166032,5008796044,5012690054,5090832840,5095918929,5054957643,174022597,4978274815,5131568547,4898632228,4758329677,5163904052,5053365053,5146535895,132124957,5046779752,5083822978,4440289332,5077178283,5139555093,4441197750,4370849191,117895477,5160726635,5122542932,145505317,4941422611,5082074609,5086405591,4995086595,5041563754,4962799887,5033345756,5135237020,5166852175,5132483718,4953165240,5044562110,5026363376,5084335632,5072317863,5149364841,5044583679,5081705032,5059955905,5005908162,5150618626,5047373258,5139764816,5081476742,132124717,130111237,117895357,5065795617,212254117,167536597,117895837,5168241309,132020437,130108477,4939697434,4953166212,132124477,5122542920,5165578997,5169211820,5153505818,5126549676,4953770630,162112477,5132197374,4835896962,117896437,163045717,209966557,5132197602,5060846766,4776193631,4953773204,5132901548,5121881712,4775791083,130113397,117896317,211479157,5116158167,211479277,117895117,5103290307]},"bpush":false,"pt":{"article":{"testmode":true,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function(){ var categories = ['/kyle-dinkheller-police-video/'];\n var pathname = window.location.pathname;\n if(jQuery('meta[itemprop*=\"articleSection\"],.BasicArticle__main').length > 0 || window.location.href.indexOf(\"/wake-up-light-shop/\") > -1 || (window.location.href.indexOf(\"/cnn-underscored/\") > -1 && window.location.href.indexOf(\"/index.html\") > -1)){\n return true;\n }else if((jQuery('div[aria-label=\"video player\"]').length > 0 && jQuery('.Hero__gallery').length === 0 && window.location.href.indexOf('/videos') === -1) || (jQuery('.Hero__gallery').length === 0 && window.location.href.indexOf(\"/travel/article/\") > -1) ){\n return true;\n }\n for(var i =0; i < categories.length; i++){\n if( pathname.indexOf(categories[i]) > -1){\n return true;\n }\n }\n return false;\n})();"}]]},"category":{"testmode":true,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function() {\n var articles = ['/president-donald-trump-45','/congress-capitol-hill','/us-security','/supreme-court-nine','/trumpmerica','/election','/profiles/richard-rogers','/profiles/claudia-schiffer','/explore/','/wellness/','/gadgets/','/lifestyle/'];\n var pathname = window.location.pathname;\nif(([\"/us\",\"/world\",\"/entertainment\",\"/specials/last-50-stories\",\"/politics\",\"/style\",\"/style/design\",\"/style/fashion\",\"/style/architecture\",\"/style/luxury\",\"/style/autos\",\"/travel\",\"/travel/destinations\",\"/travel/food-and-drink\",\"/travel/stay\",\"/style/arts\",\"/travel/play\",\"/cnn-underscored/\"].indexOf(window.location.pathname) > -1||jQuery('div[data-analytics*=\"article\"],.Destination__primary').length > 0) && window.location.pathname !== \"/\"){\n return true;\n }\n for (var i = 0; i < articles.length; i++) {\n if (pathname.indexOf(articles[i]) > -1) {\n return true;\n }\n }\n return false;\n})();"}]]},"gallery":{"testmode":true,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function(){ \n var gallery = ['/royal-baby-cnnphotos/index.html','/specials/vanishing/'];\n var pathname = window.location.pathname;\n if(window.location.href.indexOf(\"/gallery/\") > -1 || jQuery('.Hero__gallery').length > 0 || window.location.href.indexOf(\"gallery=\") > -1 || window.location.href.indexOf(\"/specials/digital-studios\") > -1){\n return true;\n }\n for(var i =0; i < gallery.length; i++){\n if( pathname.indexOf(gallery[i]) > -1){\n return true;\n }\n }\n return false;\n})();"}]]},"home":{"testmode":true,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === \"/\";"}]]},"search":{"testmode":true,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.href.indexOf(\"search\") > -1;"}]]}},"els":{"EndCap":"#outbrain_widget_10.OUTBRAIN, #outbrain_widget_2.OUTBRAIN","Masthead":"#header-wrap, #nav__plain-header, #nav-header, .Chrome__sticky, .Header__container, #social-share, #articlePageTop"},"vars":[{"name":"desktop_ad_visible","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.subscribe-test-wrapper:visible').has('.modal-body:visible').length > 0;","trigger":""},{"name":"mobile_ad_visible","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n\t\tvar $newsletter = jQuery('.fivethings-newsletter-container:visible');\n\t\treturn $newsletter.length > 0 && parseInt($newsletter.css('bottom')) > 0;\n\t})();","trigger":""},{"name":"article_page","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n switch(true) {\n /* check meta tag */\n case document.querySelector('meta[property=\"og:type\"]') && document.querySelector('meta[property=\"og:type\"]').getAttribute('content') === 'article':\n return true;\n /* check script ld+json tag*/\n case document.querySelector('script[type=\"application/ld+json\"]') && bouncex.parseJSON(document.querySelector('script[type=\"application/ld+json\"]').text)['@type'] === 'NewsArticle':\n return true;\n case CNN && CNN.omniture && CNN.omniture.template_type === 'adbp:content':\n return true;\n case CNN && CNN.contentModel && CNN.contentModel.pageType == \"article\":\n return true;\n default:\n return false;\n }\n return false;\n})();","trigger":""},{"name":"home_or_section_page","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"CNN.contentModel.pageType == \"section\";","trigger":""},{"name":"flagship_domain","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"window.location.href.indexOf('www.cnn.com') > 0 || window.location.href.indexOf('www-m.cnn.com') > 0 ;","trigger":""},{"name":"money_article_page","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"window.cnnContentType == 'article' || (window.top.location.hostname === 'money.cnn.com' && jQuery('#story_container').length > 0)","trigger":""},{"name":"section_name","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"CNN.contentModel.sectionName;","trigger":""},{"name":"tos","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.optanon-alert-box-wrapper').is(':visible')","trigger":""},{"name":"completed_signup","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"(function() {\n var completedSignup = jQuery('.successDisplay.js-successDisplay').is(':visible');\n if (completedSignup) {\n return true;\n }\n return null;\n})()","trigger":""},{"name":"dfp_exclusion","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"false","trigger":""},{"name":"video_playing","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n\tvar players = window.jsmd && jsmd.mdata && jsmd.mdata.video && jsmd.mdata.video.players;\n\n\tif (players && players.length > 0) {\n\t\tfor (var i=0; i 0 && jQuery('.fave-ad-player--play .vjs-control-text').text().indexOf('Play') > -1 && jQuery('.fave-ad-player--playing .vjs-paused').length === 0) {\n\t\treturn true;\n\t} else if (window.jsmdVideoEvent && jsmdVideoEvent.name) {\n var regStart = /preroll|autostart|start|ten|twentyfive|fifty|seventyfive|buffer|live|progress|mute|scrub|adcreative-start|adcreative-autosegment|autoepisode|episode|resume|complete|adcomplete/;\n return regStart.test(jsmdVideoEvent.name);\n }\n return false;\n})();","trigger":""},{"name":"breaking_news_present","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('#breaking-news-banner, #breaking-news').is(':visible');","trigger":""},{"name":"money_section_page","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function(){\n var category = document.querySelector('meta[property=\"vr:category\"]');\n var pathname = window.location.pathname;\n \n if(category) return category.getAttribute(\"content\");\n if(pathname == \"/data/markets/\") return 'markets';\n})();","trigger":""},{"name":"max_overlays_reached","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.cookie.ao >= 6;","trigger":""},{"name":"spa_event_emitter","polling":"vars","persist":"no","page_types":[],"testmode":false,"default":"false","code":"/* MW: triggers an event when the pathname changes, CV does not actually change https://www.wrike.com/open.htm?id=222493968 */\n(function() {\n bouncex.prevPath = bouncex.prevPath || window.location.pathname;\n if (bouncex.prevPath !== window.location.pathname) {\n if (bouncex.window) {\n bouncex.window.trigger('bxPathChange');\n }\n bouncex.prevPath = window.location.pathname;\n }\n return false;\n})();","trigger":""},{"name":"calling_url","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"false","code":"/* MW: gah, can't delete right now, campaign usage check needs to be fixed */\nnull;","trigger":""},{"name":"vpv_test","polling":"none","persist":"no","page_types":[],"testmode":true,"default":"0","code":"bouncex.cookie.vpv;\n","trigger":""},{"name":"money_author","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"(function() {\n if (window.cnnByLine) {\n return window.cnnByLine;\n }\n if (document.querySelector('meta[name=\"author\"]')) {\n return document.querySelector('meta[name=\"author\"]').getAttribute('content');\n }\n return false;\n})();","trigger":"pageload"},{"name":"special_article","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.pg-special-article').length > 0 ? true : false;","trigger":"pageload"},{"name":"last_session_vid","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"session_count","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"0","code":"null;","trigger":"pageload"},{"name":"backfill_deployment","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"","code":"bouncex.gbi2 ? bouncex.gbi2.getFailedDeployments().join(',') : '';","trigger":""},{"name":"dfp2_detect","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"'not_ready' /*gets set by advanced settings*/","trigger":"pageload"},{"name":"submitted_underscored","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_thepoint","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_fareedsglobalbriefing","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_resultsarein","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_fivethings","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_reliablesources","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_provokepersuade","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"has_submitted_newsletter","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"/* Has the user submitted to any of these newsletters - https://www.wrike.com/open.htm?id=312512502 */\nbouncex.vars.submitted_thepoint || bouncex.vars.submitted_fareedsglobalbriefing || bouncex.vars.submitted_resultsarein || bouncex.vars.submitted_fivethings || bouncex.vars.submitted_reliablesources || bouncex.vars.submitted_provokepersuade || bouncex.vars.submitted_underscored || bouncex.vars.submitted_5cosas || bouncex.vars.submitted_goodstuff || bouncex.cookie.es;","trigger":"pageload"},{"name":"submitted_goodstuff","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_5cosas","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"content_type","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('meta[name=\"template-top\"]').attr('content');","trigger":"pageload"},{"name":"submitted_livevideo","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_indiaalerts","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"submitted_beforethebell","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"cnn.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":0,"mibcx":0,"te":0,"cart_rep":{"get":"","set":""},"ulpj":null,"cus":"","miw_exclude":""},"etjson":null,"osre":false,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":true,"spa":0,"spatm":1,"preinit_cjs":"","cpnu":"cpn.bouncex.net"} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var script = document.createElement('script'); script.setAttribute('src', '//webarchive.unesco.org/web/20190914234533/https://assets.bounceexchange.com/assets/smart-tag/versioned/ijs_all_modules_66b14987ff05822f79a0b30854bd81fa.js'); document.body.appendChild(script); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();