YAHOO.namespace("util");YAHOO.util.Cookie={_createCookieString:function(L,J,K,G){var H=YAHOO.lang,I=encodeURIComponent(L)+"="+(K?encodeURIComponent(J):J);if(H.isObject(G)){if(G.expires instanceof Date){I+="; expires="+G.expires.toUTCString();}if(H.isString(G.path)&&G.path!==""){I+="; path="+G.path;}if(H.isString(G.domain)&&G.domain!==""){I+="; domain="+G.domain;}if(G.secure===true){I+="; secure";}}return I;},_createCookieHashString:function(H){var F=YAHOO.lang;if(!F.isObject(H)){throw new TypeError("Cookie._createCookieHashString(): Argument must be an object.");}var G=[];for(var E in H){if(F.hasOwnProperty(H,E)&&!F.isFunction(H[E])&&!F.isUndefined(H[E])){G.push(encodeURIComponent(E)+"="+encodeURIComponent(String(H[E])));}}return G.join("&");},_parseCookieHash:function(I){var J=I.split("&"),H=null,K={};if(I.length>0){for(var L=0,G=J.length;L0){var N=(O===false?function(A){return A;}:decodeURIComponent);var S=Q.split(/;\s/g),R=null,M=null,V=null;for(var L=0,U=S.length;L