jQuery(document).ready(function() {var script = document.createElement("SCRIPT"); script.src = "https://www.googletagmanager.com/gtag/js?id=G-F5TRJ3X5V3"; script.async = true; document.head.append(script); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments) } gtag("js", new Date()); gtag("config", 'G-F5TRJ3X5V3',{campaign:{source:"aff_79"}}); var aid = "HKS/hahawogame.com"; var placeId='hahawogame-com_300x250'; var script1 = document.createElement('script'); script1.type = 'text/javascript'; script1.text = ` var aiptag = aiptag || {}; aiptag.cmd = aiptag.cmd || []; aiptag.cmd.display = aiptag.cmd.display || []; aiptag.cmd.player = aiptag.cmd.player || []; //CMP tool settings aiptag.cmp = { show: true, position: "centered", //centered or bottom button: true, buttonText: "Privacy settings", buttonPosition: "bottom-left" //bottom-left, bottom-right, top-left, top-right } `; var script2 = document.createElement('script'); script2.type = 'text/javascript'; script2.src = "//api.adinplay.com/libs/aiptag/pub/"+aid+"/tag.min.js"; var fragment = document.createDocumentFragment(); fragment.appendChild(script1); fragment.appendChild(script2); document.head.appendChild(fragment); const p = document.createElement("p"); p.className = "ad-tips-top"; p.innerText = "Advertisement"; var div = document.querySelector('.banner-ad'); var fragment2 = document.createDocumentFragment(); fragment2.appendChild(p); const adDiv = document.createElement("div"); adDiv.id=placeId; const divScript = document.createElement("script"); divScript.type = 'text/javascript'; divScript.text = ` aiptag.cmd.display.push(function() { aipDisplayTag.display('`+placeId+`'); }); `; adDiv.appendChild(divScript); fragment2.appendChild(adDiv); div.appendChild(fragment2);});