﻿function loadornot(){
    if (get_cookie('jkpopup')=='')
    {
        MM_openBrWindow('/html/popup/chico-sexy.html','','width=350,height=550')
        var expireDate = new Date();
        expireDate.setDate(expireDate.getDate()+parseInt(popfrequency));
        document.cookie = "jkpopup="+parseInt(popfrequency)+";path=/;";
    }
}
if (document.location.href.indexOf("show=ad") > 0) {
    MM_openBrWindow('/html/popup/chico-sexy.html','','width=350,height=550');
}
popfrequency="3 days"

if (get_cookie('jkpopup')!=parseInt(popfrequency))
    resetcookie();
loadornot();
