popuprun = 0; function setCookie(cookieName,cookieValue,expirehours) { if (expirehours > 0) { var today = new Date(); var expire = new Date(); expire.setTime(today.getTime() + 3600000 * expirehours); document.cookie = cookieName+"="+escape(cookieValue)+";expires="+expire.toGMTString()+"; path=/"; }else{ document.cookie = cookieName+"="+escape(cookieValue)+"; path=/"; } } function ReadCookie(cookieName) { var theCookie=""+document.cookie; var ind=theCookie.indexOf(cookieName); if (ind==-1 || cookieName=="") return ""; var ind1=theCookie.indexOf(';',ind); if (ind1==-1) ind1=theCookie.length; return unescape(theCookie.substring(ind+cookieName.length+1,ind1)); } function OpenPopUP() { if ((ReadCookie('PayPopupAdsVib') != 'yes') && (popuprun == 0)){ /*setCookie('PayPopupAdsVib','yes', frequencyCapVIB); window.open("http://www.vibeshopping.com/?utm_source=VibeFlog&utm_medium=popup&utm_term=inicial","vibeshopping","width="+screen.availWidth+", height="+screen.availHeight+", top=25,left=25,toolbar=1,location=1,menubar=1,status=1,resizable=1,scrollbars=1"); popuprun = 1;*/ //window.focus(); } else if((ReadCookie('PayPopupAdsDom') != 'yes') && (popuprun == 0)) { /*setCookie('PayPopupAdsDom','yes', frequencyCapDom); window.open("http://www.vibeflog.com/includes/ads/showpopup.php","Emoticons","width=700, height=300, top=25,left=150,toolbar=0,location=0,menubar=0,status=0,resizable=0,scrollbars=0"); popuprun = 1; window.focus();*/ } }