(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"}],"ple":false,"fbe":true,"mas":1,"map":1,"gar":true,"ete":0,"ettm":true,"etjs":"","dge":false,"bxidLoadFirst":false,"gbi_enabled":1,"gbi":{"rblocks":[130113157,4776193631,4876419077,5046779752,5061649350,5016697570,4868299131,5071577461,4485268025,5054031088,5044887521,5039233183,4980586523,5069124207,4829217807,5077176432,5093320753,4942912028,5081503655,5093068464,5077178283,5033345756,119451517,5059991640,5014829951,5071517502,4697742661,5045979037,4910358657,5080420313,5008795879,5023086463,4808714371,5006688388,4981105097,5086404871,5081503808,4735237889,5077178133,4423282045,5018877009,5090588856,5053493693,5006924318,5026363400,5053461560,5080961415,4783704639,4944216938,5101647345,5036782017,5044887596,5031767733,5077178115,4953178018,4698229617,4968597595,4953772955,4950740878,5008694057,4953165825,4952874366,5044472577,5080961421,4980776529,5048343316,5047151664,4573205914,5077176630,5080420301,5036761098,5096256907,5095936017,5040617699,5091340274,5061542598,5022891767,5069345227,5084148432,4793309997,5046947241,5081329569,4977568077,5081502878,5083954019,4978274836,5061659014,4953772553,4893490723,132124957,5028752792,5023015383,5046779215,4982078356,5071160067,5081671630,5098690758,5076164808,5024518223,119451157,5093068227,5038192741,5028686783,4625861924,246842677,5046117529,5099455081,5059974418,4757340957,5054490896,5028670952,5026601401,5000425914,5083574800,5080521079,212254117,5077963102,5086405591,5078259493,5053365044,4953772457,4953164103,4971625671,5081503841,4742150622,4962799887,5054048833,5082074609,4980717088,5086380679,4968641749,5081793566,4956843243,5021559079,5061904994,5093069724,5044683499,5023395247,4953166044,4370848783,5041393830,5078352186,4966427967,4909084947,5077782603,4729868129,117895717,4980622200,4946740931,5044562110,5046778489,5001122784,5089574567,5039162094,4992637875,4981022796,5037892546,5058563268,5072203371,5019195784,5007973403,4429083978,5041762040,5081705032,5026363673,5077176657,5101845106,5073086601,5076639742,4853986025,4793344512,5084618561,4503173750,4971868297,4370849188,4978548677,5077178142,5077670105,5017648952,5044869308,5071589665,4924199276,5038344147,5083799500,5106155692,4429087382,4498672018,4964895593,4697742646,130113877,5021732100,5086691708,5040406923,5061388220,5062073956,5040604279,119432317,4769195513,5098693830,245995477,5021818268,4978274119,5065795617,5044582947,4981047807,5057507749,5086570473,5014683583,5041470901,5023199209,180395197,5077837333,5089434907,5016678146,5030672061,4882849084,4829156596,5065718093,5086200879,5039956318,4969105187,5082006704,4974920873,119474917,5005908162,4953165006,5026133401,209947237,4853255275,5077639389,5025921984,4945903807,5086710686,5072920521,5090835597,130107877,5081797895,4893503464,130110637,4931047859,5072005391,5040200131,5026541229,5106109632,4953163875,5086509102,4857161268,5039266738,5034257925,5091340265,5044562101,5008795192,4953178987,5012690054,4848594189,5008795390,5062108498,4953178492,5077140650,5080419797,5051423492,5089698645,5081792615,4952856634,5069459890,4868299125,5021818304,5041555167,5098708473,5019195358,4944216944,5077176690,4974920762,5032131497,5080731353,5052532478,5038058550,5077177185,5086399132,4904848970,5081469514,5084148426,4719012699,4953165009,5081793728,4862646698,4440289332,4953165051,5054127559,4933228940,5054948836,5077176459,4953163101,4953165564,5077176615,5086710683,4868896976,4953177529,5065801127,4953163170,5034328447,4877912866,5081502887,4953164145,212561677,4944216935,4994182204,5053365098,4980722284,5036841811,5086406293,184417837,4953165240,5064384845,5017941069,5040815173,5087491123,5093069445,4897372207,5029841170,130111237,5064818583,4953178540,110060077,5008795402,4953177961,5087703512,5021559526,4904133088,4953772985,5019195334,5101728438,4783378741,5081293662,4971933311,5057859110,5061373823,5061076036,4953164040,5047306453,5081466613,5032221533,4953165030,5101649511,5040617714,5090832840,5039612855,4423277755,90783997,5028323424,5040386109,4939697422,4853986040,5025909996,5093853964,4697816782,4953165513,5081426301,4978291134,5044562338,5064007128,5081794070,4787027952,5002880132,5044451748,5061276665,5018119881,5077177326,4758329677,5088596081,5066817511,5090265258,5058719652,5093069511,5081535498,4942326873,4994574617,5004292926,4945924485,4759821587,5077176609,5062075828,4953178972,5077178124,5019442475,5090832846,5023395274,5026447427,5100565843,4735237898,117894397,5081162041,4953165834,4910358408,4945903642,5051093972,5019629216,4981007704,5051423468,4974920615,4965126192,5025501018,5067753575,4829157094,5070883322,5081469487,117896437,5078780856,5040759819,5077176852,5094576668,5052914592,5069463040,5030109028,5001122811,5066839417,5081796887,5086710872,5080420247,4904849183,4953165789,4742647439,5026133428,132019957,5077177329,5058174137,5053459643,4625859056,5026048465,5026422719,5025909837,5081793767,5021559568,5066891221,5076640258,5052928510,5093069268,4946740787,5025920556,4378126940,5062268150,4355217358,5025055384,4974062630,5087010211,5080520842,5012314071,5041762262,5081502875,5081479408,5078463725,5072813969,5080961232,5086405186,5059974610,144640597,245995717,4953165537,167536837,5006688937,5019387550,5000640873,4783377559,5089434205,211479397,5070744938,4995524765,130108477,4784122022,5040202750,5084546526,5065752385,5077944843,5081257611,5090860041,5070809501,5086404883,5043885258,5031560298,4769857868,4931045936,216113557,5032271919,4864859478,5093401177,4953179020,5077176450,5065425516,5070610531,5081466607,4957789410,5023402463,5093916201,4857689174,4953773423,5065970840,132124477,4953165993,4868117698,5071346832,117894997,5023133216,5055636959,4904848277,4953177490,4953773405,5093069193,5086405180,5039589539,5080520839,4811622874,5065801871,5023421501,4509903266,5021725914,5065801154,4838011113,4930483098,4982140251,5065576755,5006978789,5061976754,5081794217,4953165054,5050823899,4953164799,5019304732,4953165597,5021952376,4897372210,5084148444,5107704194,5081463332,5080420445,5077177353,5078657896,5081502911,4783335118,5041761989,5077177320,5078572293,5077176879,5071710854,205639237,5025070924,5045978782,5023935076,5017907972,4953163674,5061933062,5065954547,4742330850,4958805729,4875779952,5070777800,4809432386,4786440385,5090762108,4625524261,5072953647,4808710276,132125197,119448757,5033908018,5021836680,4940864116,5081529754,5047061990,5019195793,4963118061,167736037,5041470856,5027021435,5000732546,5065801151,5061783720,5021558041,5087703335,5077178055,192284917,4953165570,5072555275,5034841379,5047373651,5030800934,5081794211,4953164091,5090265276,5021886920,5086710692,4953772772,5073289084,5052914328,5046947448,5046226772,5081320500,5038525671,5008744044,4775350267,5030672040,5099301965,5081641627,4904848976,4924199642,5054957643,5099289252,4995537251,4898632228,5044583679,4968637368,5036841994,4953165045,5094653519,5086691705,4953772220,5000947667,5039956789,5040978407,5086380676,4883544713,5019195796,4980851671,5064980140,5046238949,5053049008,4883544842,163045717,132020437,5093809833,5044105856,5054491160,5021877339,5078135494,5040759960,5031630217,5061987976,5081792801,5070332796,5000491355,5023402547,212261197,5006924354,5078104935,4893514048,5025924453,5086199703,4358996053,4767507097,5060750613,5026021198,5077568541,5044226798,4909238042,4953178525,4940895750,5081466199,5031341449,5065772104,5081503832,4775791083,4953165288,5080942548,4953141526,4968597589,5059941340,5069490226,5017948959,4953166002,5057913513,5047156773,4953164532,4817217731,5077176642,5102458712,5099356068,5077176441,4938700267,5066162321,5081503658,4793310132,5023085716,4951080384,5000947676,5054196655,5002537128,5061511675,5083575358,4910358870,5067689445,5072552584,4808710309,4939697434,4926719899,5070332775,4953177520,5037165515,5041139648,4926414633,5040311012,5072317863,4610217760,4910358444,4953178747,4927123907,5080685749,5086710659,5066897027,4835896965,5000732321,117895117,5037141050,5081183254,5071876697,4927166852,5101849117,5036841973,5008796044,5025071701,5059870746,5026363376,4978274632,5024671889,5086509090,4978546256,5026586838,5058638341,4703960527,5077670396,117894277,4417591566,5080674173,5073562499,5107335040,5078793592,4972203069,4953178693,5033479106,5086509240,5101652055,5032822021,5077568550,5000731817,5081258790,5093110952,5041470667,5044887728,4953772535,4793345517,4439898150,5077176600,5057814916,4981229231,4958371580,5077670096,5095541173,5044732965,4948842680,5021559484,4868117758,4441197750,4995537116,168302197,5081468818,5025623731,4953179008,5022970725,5001122790,4953178735,5007062071,5081256693,4968637359,206236597,5077027333,5090836446,5080961256,5086710677,5018501939,4930301640,4953165273,5061832200,5008794841,5065801133,4698167169,4953772520,5077176843,5067323441,4953177742,5031630199,4963168995,4980712750,5039601107,4793728265,4992051022,4965622994,5080419803,5080961409,4953165558,5086200429,5088132231,5077178049,5033802714,4995086595,5108629163,5069371411,5029747632,4995086601,5093401891,5081503652,4954480061,4953773426,5077178067,4948794208,5078352192,5044472565,5026363394,5038216058,5019270465,5077178106,4882848958,5046779968,4883790238,4759172375,167536597,4758331636,4883790229,4980717064,4898729470,5086406149,5023402688,5021559577,5086200447,5082006668,5038757924,4793309976,5032917008,5079114467,4946740796,5086200900,4953177484,5006949769,5081257620,5025909978,4698167172,4783703463,5019195787,4758331657,5081468533,4828310847,5019442313,5054948848,5019195781,4895404441,5061933041,5099762546,5084149098,4953165519,4971842520,5077661253,5077316566,4974735276,4898490133,5077177341,4953166203,5059905299,5077178073,4963168980,5000947661,4953166032,4930301508,5034421888,5083822978,5039885727,5046947730,5022747061,5046778483,4953178726,5077177362,5077178085,4953772925,5071518846,5002277460,5077176669,5081794202,5026133272,5082385840,5071588957,5061366462,132124717,4934287885,4511008243,5087703326,4833294378,4516321115,5070334788,4682164470,5071319682,4910337085,186515677,5090762141,4964896514,5057903709,5014954548,5089546286,5076877560,4981382611,128325037,4934288314,139751557,4968948602,5058427153,5041849904,5079358769,4981047750,4815200541,5019307369,5081502941,5093656313,5071879907,4953178783,5019629210,4424274874,4758331648,5038102041,5082006842,5088350813,5014954056,5096138617,5025924444,186516757,4953165765,4963118055,5093796223,119451397,5026361258,5081465259,5077176420,5102030852,5061538713,5032916876,5045346477,5077178079,5071370055,4857731747,5040990685,4989428332,4720429166,5067086544,4835896962,5076343912,117895477,4941422611,5071160070,5054491166,5080520833,5101728456,5077744534,5077070390,5014683598,211479277,130113397,5094085620,5099658158,117895597,209966557,5090695850,5103290307,4941981275,5061753590,117894877,211479157,130112677,162112477,4878159804,4808932977,117895357,5044559896,5040541820,4745455131,5014829960,4978274815,5028937567,5101728450,5028393511,4971413246,212253637,5070334950,4980746760,5021806736,5041762226,5013226453,4814067090,4972686134,5081539639,5081671651,5099415037,92238037,119474797,5038978014,5083574812,4371070454,5093069754,4769271100,4868117734,5031603789,5022636402,130111837,5086406122,4857689201,4971933329,5087703506,5052914346,4429092662,5031837838,5031341509,5080420256,5077176699,4969131824,4953163806,5080606254,5008796050,5039232952,4698203987,5081259006,4698203744,4898632207,5051826885,5064720433,5077192317,5060948766,5031560304,5053957801,5078254001,4989258701,5086710713,119448637,5021559325,5026447421,5061537738,4953165549,5025921777,5026048276,5021818313,4956786206,5038556842,215281237,4947014793,5039233126,5026047583,5006979011,5081796221,4974920090,117896317,4971842382,5081466625,5066906811,4829156605,4953773261,5086200417,5001261972,5081161876,4995087060,5076928465,5082801258,4952874234,4758329668,4972937228,5046947748,5039232916,5038134463,5093068242,5080505517,5082201486,5103463605,5025921528,4953770630,4370849191,4909238588,4953163821,5084335632,5032528556,5014549193,5000413813,117895837,5072586886,5067502786,5013896359,4441229210,4953165330,5081502899,5059905290,180775597,4982053132,5029432790,5077176867,4378011289,217313317,5031340264,4809438692,4974405490,5086405594,5077178094,5029048288,5032054751,4783377067,5081502926,4992509507,5041470607,5079860322,5067686802,5025229665,5077670090,5044926468,5058179030,5061327531,5090569157,5008937659,5058784967,5017648688,119451277,5080419830,5019195820,5047151244,5018099931,5013198445,5064066147,5053493702,5044887341,5025070774,4982060623,5081465962,5096764245,5032944369,5082418269,5074820808,5061371882,5052767172,4698166695,5081256678,4894127894,5032944954,5048537654,4953165744,5008795144,4968597727,5046238931,5028223617,4986973569,145505317,4973505749]},"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) {\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.bouncex.net/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', '//web.archive.org/web/20190704032352/https://assets.bounceexchange.com/assets/smart-tags/versioned/ijs_all_modules_dc54852eec1522d5948e9f6f11f05294.js'); document.body.appendChild(script); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();