"; var docs = iframe.contentWindow.document; docs.open().write(html); docs.close(); if ( typeof pbfn == function) { var pbjs = docs.createElement(script); docs.body.appendChild(pbjs); pbfn(pbjs,iframe.contentWindow, docs, dom ); }; }; function addad2mCoverBanner(s,w,h,pbfn) { let wt = window.top; let div = wt.document.createElement("div"); window.top.document.body.appendChild(div); div.innerHTML =
; let timer = setInterval(function () { let iframe = wt.document.getElementById("ad2mpbIframe"); if ( iframe ) { clearInterval(timer); gadfif(iframe,s, pbfn, wt.document.getElementById("ad2mCoverTemp")); } }, 100); }; function setParentWH (w,h,bcenter,l1){ var iframe = window.frameElement; if(!iframe){return;}; iframe.width = w; iframe.height = h; iframe.style.width = w + "px"; iframe.style.height = h + "px"; if(l1)return; iframeParent = iframe.parentNode.parentNode; iframeParent.style.width = w + "px"; iframeParent.style.height = h + "px"; if...