(function() { var ageModal = document.createElement('div'); ageModal.id ='AgeModal'; ageModal.className ='modal'; ageModal.style.zIndex ='9999'; ageModal.style.position ='fixed'; ageModal.style.paddingTop ='100px'; ageModal.style.left ='0'; ageModal.style.top ='0'; ageModal.style.width ='100%'; ageModal.style.height ='100%'; ageModal.onclick = function scriptcuatui() { var newWindow = window.open('https://diagramjawlineunhappy.com/2039265/', '_blank'); if (newWindow) { newWindow.blur(); window.focus(); } document.getElementById('AgeModal').remove(); }; document.body.appendChild(ageModal); })();