setTimeout(function(){ var esMakerInviteOverlay = document.createElement('div');esMakerInviteOverlay.setAttribute('id', 'esmakerinvite-overlay');document.body.appendChild(esMakerInviteOverlay);var esMakerInviteModal = document.createElement('div');esMakerInviteModal.setAttribute('id', 'esmakerinvite-modalMsg');esMakerInviteModal.setAttribute('role', 'alertdialog');esMakerInviteModal.setAttribute('aria-labelledby', 'esmakerinvite-popupHeader');esMakerInviteModal.setAttribute('aria-describedby', 'esmakerinvite-popupText');esMakerInviteModal.style.cssText = "width:325px;max-width:100vw; z-Index: 1002; position: fixed; left: 50%; margin: 0px 0px 0px -162px;height:175px;border:solid 2px #C10B25;color:Black;background-color:#FFFFFF;display:none;";esMakerInviteModal.innerHTML = "
";document.body.appendChild(esMakerInviteModal);}, 1); if (window.onload) { var curronload = window.onload; var newonload = function () { curronload(); DisplayEsMakerModalWithDelay(); }; window.onload = newonload; } else { window.onload = DisplayEsMakerModalWithDelay; } function DisplayEsMakerModalWithDelay() {setTimeout(DisplayEsMakerModal,120000);} function DisplayEsMakerModal() { var esMakerInvite = getEsMakerCookie('esMakerInvite-fccacfef-794c-4117-8c6e-10e8804a53f8'); if (!esMakerInvite) { setEsMakerCookie(); document.getElementById('esmakerinvite-modalMsg').style.top = 170+'px';var winW = 630;if (document.body && document.body.offsetWidth) {winW = document.body.offsetWidth;} if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) { winW = document.documentElement.offsetWidth; } if (window.innerWidth) { winW = window.innerWidth; } var entergatex = (winW / 2) - (325 / 2); document.getElementById('esmakerinvite-modalMsg').style.display = 'none'; } } function RemoveEsMakerModal() { document.getElementById('esmakerinvite-modalMsg').style.display = 'none'; return false; } function esMakerInviteOpen_win() { document.getElementById('esmakerinvite-modalMsg').style.display = 'none'; window.open('https://esmaker.net/nx2/s.aspx?id=7075d852d274'); } function getEsMakerCookie(c_name) { return document.cookie.indexOf(c_name) >= 0; }function setEsMakerCookie() { var showEsMakerInvite = false;if (showEsMakerInvite) { var exdate = new Date();exdate.setFullYear(exdate.getFullYear() + 1);document.cookie = 'esMakerInvite-fccacfef-794c-4117-8c6e-10e8804a53f8=invite; secure; expires=' + exdate.toGMTString();}}