/**/
cXJsonpCBl69gdci2x292fymb({"httpStatus":200,"response":{"items":[{"Brand":"WSJ","Price":"$8 per month","templateName":"WSJ Snippet - Promotion","Tracking Code":"aaqx8slo","templateDescription":"WSJ Snippet - Promotion","offerProductId":"8mhgnava37hk","campaign":"237","testId":"137","Promotion":"Special Offer","click_url":"https://api.cxense.com/public/widget/click/wsBTODw45pTdKfxtmbpowAAj-WJ9YAmQrZYHUnTbIUuG-4vpF0NQlczMPWYFdkD6eJ9pgLJBvfEEbY3R1C0yzlDX9Vrak7UUDpJ5Zc9PmgdAKeSHMvWtOyCkfj-l5eJKUNZopzuOpF4mpVgRdmtF1l1FfsUjad9tHJQOcIOjnnVFx6Az_GZhe7bkdXbrd7wVjcYymxeu9003X148NJh4CYj3e37pMwuUGIqxkQFz18_4oTG50RzrY6r1fK9O7Wz8TaDDp4v08JSOdc09FwCnpa63oyu85txs9gn4Ll0m2Dmt16sJ_i2-ylOvpJldmNkVleP2NGIAG-1yqVTP2oERqs0rkN76VyYL3r22G2iPjJ7IgqBHy90svIUkN17GvFMcyGfsCXgXDvQzOeIP0aC-lSMZQ_Lgq7R0T3gG79x5b36CbMGcFBOJiwbXnu4SCqMnNPPhfjKxg7gQgju6TE6SoipurFNR7o4UQw0H9eJUFrYlo1KLL8GqvAXDKaadljyZove0EWBOUi6MO3Fk3ZUtEE76CiHXIiZNie4nW-zsZxUVSPvsuMzJncAIvrTq2avJL4Y1PhxzH7YgFFOei-oD9gillbjMHKiV_AoOYK6nqrO_OaitNNijGHXlg-CBDPdUe6zB0XXTtxspEZCkxMWFP0If4idh8AaeKQj3qd8bwdmoz9DA9tf_FcELPC-zQqzJM5Xdf0KyL4y20f8j6ghqa20Fd-ETh7zxHzyk9VODL4Llho0cRP4kWLCT-tIbSwFnst24X75PZ7E5bUD1B4uHpLyNhr4ffnbbWHdC3gzGAyRUdz1kuMF1ZKox1E6LP4lBNBzG6A5hViO_c3N3OR56LI61fq9eYXbqow0","Campaign Type":"ACQUISITION","url":"https://store.wsj.com/shop/us/us/wsjusnsswg217av3/?swg=true&inttrackingCode=aaqx8slo&icid=WSJ_ON_SPG_ACQ_NA&n2IKsaD9=n2IKsaD9&Pg9aWOPT=Pg9aWOPT&Cp5dKJWb=Cp5dKJWb&APCc9OU1=APCc9OU1&cx_campaign=WSJUSSwGNS"}],"template":"<!--%\nvar item = data.response.items[0];\n%-->\n\n<!--% if (item.templateName === 'WSJ Snippet - Promotion') { %-->\n\n  <div\n\ttmp:id=\"cx-snippet-promotion-wrapper\"\n\tdata-campaign-id=\"{{item.campaign}}\"\n\tdata-url=\"{{item.url}}\"\n\tdata-click-url=\"{{item.click_url}}\">\n  <!--% if (item['Promotion']) { %-->\n\t<h2 tmp:class=\"promotion\">{{item['Promotion']}}</h2>\n  <!--% } %-->\n  <!--% if (item['Price']) { %-->\n\t<h3 tmp:class=\"price\">{{item['Price']}}</h3>\n  <!--% } %-->\n</div>\n\n<!--% } %-->\n\n<!--% else if (item.widgetId && item.divId) {\n    if (cxenseOffers.hasDivId(item.divId)) {\n      cxenseOffers.requestCCEOffer(item.widgetId, item.divId);\n    }\n} %-->\n","style":"#cx-snippet-promotion-wrapper h2.promotion {\n  margin: 0 auto 10px 0;\n  font-family: \"Escrow Condensed\", serif;\n  font-size: 40px;\n  font-weight: bold;\n  letter-spacing: -0.35px;\n  line-height: 40px;\n  color: #015483;\n  text-align: center;\n}\n\n#cx-snippet-promotion-wrapper h3.price {\n  margin: 0 auto 30px;\n  color: #555;\n  font-family: \"Retina\", sans-serif;\n  font-size: 32px;\n  font-weight: 400;\n  line-height: 34px;\n  text-align: center;\n}\n\n@media all and (max-width: 1300px) {\n  #cx-snippet-promotion-wrapper h2.promotion {\n    font-size: 32px;\n  }\n  #cx-snippet-promotion-wrapper h3.price {\n    font-size: 24px;\n  }\n}\n","head":"window.requestAnimationFrame(function() {\n  handleSnippetBtnClick();\n\n  function handleSnippetBtnClick() {\n    var $subscribeBtn = document.querySelector('a.snippet-btn.snippet-subscribe-btn') || document.querySelector('#cx-subscribe-btns a:nth-child(1)');\n    var $ctaBtn = document.querySelector('a.snippet-btn.snippet-cta-btn')  || document.querySelector('#cx-snippet-overlay a');\n\n    _handleBtnClick($subscribeBtn);\n    _handleBtnClick($ctaBtn);\n  }\n\n  function _handleBtnClick($btn) {\n    if (!$btn) { return; }\n\n    var $wrapper = document.querySelector('#cx-snippet-promotion-wrapper');\n    if (!$wrapper) { return; }\n\n    var url = $wrapper.dataset.url;\n    var clickUrl = $wrapper.dataset.clickUrl;\n    \n    \n    if (url.includes('redirection=true')) {\n      var currentUrl = window.location.href;\n      url += (url.indexOf('?') > -1 ? '&' : '?') + 'targetURL=' + encodeURIComponent(currentUrl);\n      clickUrl += (clickUrl.indexOf('?') > -1 ? '&' : '?') + 'targetURL=' + encodeURIComponent(currentUrl);\n      \n    } \n    $btn.setAttribute('href', url);\n  \n    $btn.addEventListener('click', function(e) {\n      e.preventDefault();\n      window.location.href = clickUrl;\n    });\n  }\n});\n","prnd":"l69gdbyt1e76agt3"}})