class OHModal { constructor(){ if(this.init()){ setTimeout(this.show, 3000); } } show(){ if(instOHModal.getCook('OHPrehome') == 3) return false; instOHModal.setCook('OHPrehome', 3); document.getElementById('oh-prehome-modal').style = ''; } init(){ const OHModal = "