// compressed at http://refresh-sf.com/yui/
/* persistentCookie_generalCompressed.js */
function rand(A){return Math.ceil(Math.random()*A)}function getCookieVal(B){var A=document.cookie.indexOf(";",B);if(A==-1){A=document.cookie.length}return unescape(document.cookie.substring(B,A))}function GetCookie(D){var B=D+"=";var F=B.length;var A=document.cookie.length;var E=0;while(E<A){var C=E+F;if(document.cookie.substring(E,C)==B){return getCookieVal(C)}E=document.cookie.indexOf(" ",E)+1;if(E==0){break}}return null}function pcGetCookie(D){var B=D+"=";var F=B.length;var A=document.cookie.length;var E=0;while(E<A){var C=E+F;if(document.cookie.substring(E,C)==B){return getCookieVal(C)}E=document.cookie.indexOf(" ",E)+1;if(E==0){break}}return null}function pcSetCookie(C,E,B,H,D){var A=pcSetCookie.arguments;var G=pcSetCookie.arguments.length;var B=(G>2)?A[2]:null;var H=(G>3)?A[3]:null;var D=(G>4)?A[4]:null;var F=(G>5)?A[5]:false;document.cookie=C+"="+escape(E)+((B==null)?"":("; expires="+B.toUTCString()))+((H==null)?"":("; path="+H))+((D==null)?"":("; domain="+D))+((F==true)?"; secure":"")}function DeleteCookie(A){var C=new Date();C.setTime(C.getTime()-1);var B=GetCookie(A);document.cookie=A+"="+B+"; expires="+C.toGMTString()};
/* end persistentCookie_generalCompressed.js */
