function GW_setCookie(B,D,C,E){var A=new Date();A.setFullYear(A.getFullYear()+1);document.cookie=B+"="+escape(D)+((C==null)?"":"; domain="+C)+((E==null)?"":"; path="+E)+"; expires="+A.toGMTString()}function GW_setCookie1(A,B){document.cookie=A+"="+escape(B)}function GW_getCookie(A){var C="";var B=A+"=";if(document.cookie.length>0){offset=document.cookie.indexOf(B);if(offset!=-1){offset+=B.length;end=document.cookie.indexOf(";",offset);if(end==-1){end=document.cookie.length}C=document.cookie.substring(offset,end)}}return unescape(C.replace(/\+/g," "))}function GW_DeleteCookie(A,B,C){if(GW_getCookie(A)){document.cookie=A+"="+((B==null)?"":"; domain="+B)+((C==null)?"":"; path="+C)+"; expires=Thu, 01-Jan-70 00:00:01 GMT"}}var noCookiesMsg="Your browser does not appear to accept cookies.  This feature\nutilizes cookies.  If you have disabled cookies on your browser,\nyou will not be able to use this feature.\n \nFor Internet Explorer Users, under Tools select\nInternet Options and then the Privacy tab. Set\nthe Privacy Setting to Medium or below.\n\nFor Netscape 7.0 Users, under Tools select\nCookie Manager and make sure that cookies\nare being accepted from our site.\n\nFor older versions of Netscape, under Edit\nchoose Preferences, then Privacy & Security,\nthen Cookies.";function GW_checkCookies(){GW_DeleteCookie("test",null,null);GW_setCookie("test","testval",null,null);if(GW_getCookie("test")==""){alert(noCookiesMsg);return 0}else{GW_DeleteCookie("test",null,null);return 1}};
