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