function DisplayPopUp(){var PERCENT=100; var Height=220,Width=325,URL="notify_pop.html",Debug=0,oneDay=24 * 60 * 60 * 1000,expDate=new Date(); expDate.setTime(expDate.getTime()+oneDay * 180); var agent=navigator.userAgent; if(agent.indexOf('Mozilla')!=-1){ if((! HasPopupCookie())|| Debug){ var theDate=new Date(); if((theDate.getTime()% 100)<PERCENT){ document.cookie='poeticlicense=true;expires='+expDate.toGMTString()+';path=/'; if(HasPopupCookie()) { window.open(URL,'notifyPopUp','toolbar=no,location=no,directories=no,status=no,menubar=no,toolbar=no,scrollbars=no,resizable=no,status=no,copyhistory=no,top=40,left=40,width='+Width+',height='+Height); }}}}}function HasPopupCookie(){ var idx=parseInt(document.cookie.indexOf('poeticlicense')); return(idx>-1);}