document.write("
let adsManager;let adsLoader;let adDisplayContainer;let playButton;let videoContent;let adsInitialized;let autoplayAllowed;let autoplayRequiresMuted;function autoplayChecksResolved() { const adsRequest = new google.ima.AdsRequest(); adsRequest.adTagUrl = 'https://pubads.g.doubleclick.net/gampad/ads?iu=/36656269,22875112681/jbfocus_01_Mtitlebottomvideo_360_320&descr"+"iption_url=[placeholder]&tfcd=0&npa=0&sz=320x240%7C400x300%7C426x240%7C480x360%7C640x360%7C854x480&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator='; adsRequest.linearAdSlotWidth = 360; adsRequest.linearAdSlotHeight = 320; adsRequest.nonLinearAdSlotWidth = 360; adsRequest.nonLinearAdSlotHeight = 320; adsRequest.setAdWillAutoPlay(autoplayAllowed); adsRequest.setAdWillPlayMuted(autoplayRequiresMuted); adsLoader.requestAds(adsRequest);}function playAds() { try { if (!adsInitialized) { adDisplayContainer.initialize(); adsInitialized = true; } adsManager.init(360, 320, google.ima.ViewMode.NORMAL); adsManager.start(); } catch (adError) { videoContent.play(); }}function contentEndedListener() { var googleAds = document.getElementById(\"mainContainer\"); googleAds.style.width = \"360px\"; googleAds.style.height = \"320px\"; googleAds.style.position = \"unset\"; var tag = \"\\x3c/scr"+"ipt>\"; var passback_ifr = document.createElement('iframe'); passback_ifr.setAttribute(\"width\", \"360px\"); passback_ifr.setAttribute(\"height\", \"320px\"); passback_ifr.setAttribute(\"allowTransparency\", \"true\"); passback_ifr.setAttribute(\"marginwidth\", \"0\"); passback_ifr.setAttribute(\"marginheight\", \"0\"); passback_ifr.setAttribute(\"frameborder\", \"0\"); passback_ifr.setAttribute(\"scrolling\", \"no\"); googleAds.innerHTML = \"\"; googleAds.appendChild(passback_ifr); var doc = passback_ifr.contentWindow.document; doc.open(); doc.write(\"\\x3c/head>\"+tag+\"\\x3c/body>\\x3c/html>\"); doc.close(); videoContent.onended = null; if (adsLoader) { adsLoader.contentComplete(); }}
")