function rand(A){return Math.ceil(Math.random()*A)}function SetClickTracksCookie(){var C=GetCookie("CLICKTRACKSCOOKIE");if(C==null){var D=new Date();var B=rand(100);D=D.toGMTString()+"_"+B;var A=new Date();var F="Fri, 31 Dec 2030 23:00:00 EST";var E=Date.parse(F);A.setTime(E);SetCookie("CLICKTRACKSCOOKIE",D,A,"/",window.location.hostname)}}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 SetCookie(C,E){var A=SetCookie.arguments;var H=SetCookie.arguments.length;var B=(H>2)?A[2]:null;var G=(H>3)?A[3]:null;var D=(H>4)?A[4]:null;var F=(H>5)?A[5]:false;document.cookie=C+"="+escape(E)+((B==null)?"":("; expires="+B.toGMTString()))+((G==null)?"":("; path="+G))+((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()}SetClickTracksCookie();