Your IP : 216.73.216.248


Current Path : /home/digilove/www/41423/
Upload File :
Current File : /home/digilove/www/41423/EUCookieDirective.js.tar

digilove/public_html/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/EUCookieDirective.js000064400000000672152354510430030635 0ustar00homefunction SetCookie(cookieName,cookieValue,nDays) {
    var today = new Date();
    var expire = new Date();
    if (nDays==null || nDays==0) nDays=1;
    expire.setTime(today.getTime() + 3600000*24*nDays);
    document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString()+"; path=/";
    document.getElementById("cookieMessageContainer").style.display="none";
    window.location.href=window.location.href;
}public_html/110/plugins/system/EUCookieDirectiveLite/EUCookieDirectiveLite/EUCookieDirective.js000064400000000672152355304770031147 0ustar00home/digilovefunction SetCookie(cookieName,cookieValue,nDays) {
    var today = new Date();
    var expire = new Date();
    if (nDays==null || nDays==0) nDays=1;
    expire.setTime(today.getTime() + 3600000*24*nDays);
    document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString()+"; path=/";
    document.getElementById("cookieMessageContainer").style.display="none";
    window.location.href=window.location.href;
}