function dw_setCookie(C,E,H,G,D,F){var A,B;if(typeof H=="number"){B=new Date();B.setTime(B.getTime()+(H*24*60*60*1000));A=B.toGMTString()}document.cookie=C+"="+escape(E)+((A)?"; expires="+A:"")+((G)?"; path="+G:"")+((D)?"; domain="+D:"")+((F)?"; secure":"")}function dw_getCookie(A){var E=A+"=";var C=document.cookie.split(";");for(var B=0;B<C.length;B++){var D=C[B];while(D.charAt(0)==" "){D=D.substring(1,D.length)}if(D.indexOf(E)==0){return unescape(D.substring(E.length,D.length))}}return null}function dw_deleteCookie(A,C,B){if(dw_getCookie(A)){document.cookie=A+"="+((C)?"; path="+C:"")+((B)?"; domain="+B:"")+"; expires=Thu, 01-Jan-70 00:00:01 GMT"}};
