function popUnder(strUrl,strTitle,intWidth,intHeight) { var intLeft = (screen.width) ? (screen.width-intWidth)/2 : 100; var intTop = (screen.height) ? (screen.height-intHeight)/2 : 100; var strParameter = 'width='+intWidth+',height='+intHeight+',top='+intTop+',left='+intLeft+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no'; var objWindow = window.open(strUrl,'',strParameter); objWindow.blur(); } var div = document.createElement('div'); document.body.appendChild( div ); div.setAttribute('id', 'popup'); div.setAttribute('onclick', "popUnder('https://pop.adcocktail.com/pp_pp.php?adctan=MzIyNTB8ODIzNjB8MTg1NTA4fDE3MTQyMDQxOTM=&ref=','PopDown',1000,750);document.getElementById('popup').style.display='none';"); div.setAttribute('style', 'width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:1;');