var CookieName = "CookieTest"; var Value = "xxx"; var Today = new Date(); var Expires = new Date(); Expires.setTime(Today.getTime() + 1000*60*60*24) document.cookie=CookieName+"="+Value+"; expires=" + Expires.toGMTString(); function TestCookie() { if (document.cookie && document.cookie.indexOf(CookieName) != -1) { return false; } else { return true; } } var HoverType ='1'; var AdId ='1388411101'; var Message ='Hey! Did you see Professor Poppin's video yet? Check it out now...'; var Title = 'Professor Poppin's Video'; var InvWidth = 300; var InvHeight = 300; var InvTargetX = 350; var InvTargetY = 350; var SlideInDir = 1; var SlideInSpeed = 300; var InvTitleFontSize = 12; var InvBGColor = 'FAFEEA'; var InvTitleFontColor = '000000'; var InvTitleBackColor = '000000'; var InvBorderColor = '000000'; var InvAcceptButtonText = 'Take me there'; var InvDeclineButtonText = 'No, thanks'; var RedirectURL = 'http://tinyurl.com/24ln7j'; var EmailSubject = ''; var EmailTo = ''; var CreateInvCookie = 1; var InvCookieExpireDays = 0; var PopupOnSeconds = 10000; var DisplayHover = 'true'; var SurveyWidth = 0; var SurveyHeight = 0; var SurveyURL =''; function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } if (TestCookie()) { DisplayHover = 'false'; }