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,23084873805/reporternside_77_PbottomVideo_640_360&descr"+"iption_url=https%3A%2F%2Fwww.reporternside.com&tfcd=0&npa=0&sz=320x50%7C320x240%7C400x300%7C426x240%7C480x360%7C640x360%7C640x480%7C854x480%7C960x720%7C1280x720%7C1440x1080%7C1920x1080&gdfp_req=1&output=vast&env=vp&unviewed_position_start=1&impl=s&correlator='; adsRequest.linearAdSlotWidth = 640; adsRequest.linearAdSlotHeight = 360; adsRequest.nonLinearAdSlotWidth = 640; adsRequest.nonLinearAdSlotHeight = 360; adsRequest.setAdWillAutoPlay(autoplayAllowed); adsRequest.setAdWillPlayMuted(autoplayRequiresMuted); adsLoader.requestAds(adsRequest);}function playAds() { try { if (!adsInitialized) { adDisplayContainer.initialize(); adsInitialized = true; } adsManager.init(640, 360, google.ima.ViewMode.NORMAL); adsManager.start(); } catch (adError) { videoContent.play(); }}function contentEndedListener() { var googleAds = document.getElementById(\"leesfreeAds\"); googleAds.style.display = \"none\"; videoContent.onended = null; if (adsLoader) { adsLoader.contentComplete(); }}
initDesktopAutoplayExample();")