/* Cached on Sat, 27 Apr 2024 07:53:42 */ CookiesBag=new(function(){function e(){}e.prototype.get=function(e){var t=document.cookie.match(new RegExp(e+"=([^;$]+)","i"));return t?decodeURIComponent(t[1]):undefined};e.prototype.getCollection=function(){var e={},t=document.cookie.split("; ");for(var n in t)if(t.hasOwnProperty(n)){var r=t[n].split("=");e[r[0]]=decodeURIComponent(r[1])}return e};e.prototype.set=function(e,t,n){n=n||{};if(n.expires==undefined)n.expires=0;else{if(n.expires instanceof Date)n.expires=n.expires.toUTCString();else if(typeof n.expires=="number"&&n.expires>0){var r=new Date;r.setTime((new Date).getTime()+1e3*n.expires);n.expires=r}}if(n.path==undefined)n.path="/";if(n.domain==undefined)n.domain=window.location.host;var i=[e+"="+t];for(var s in n)if(n.hasOwnProperty(s))i.push(s+"="+n[s]);document.cookie=i.join("; ")};return e}())