function SetCookie(h,c){var a=SetCookie.arguments;var g=SetCookie.arguments.length;var b=(g>2)?a[2]:null;var f=(g>3)?a[3]:null;var d=(g>4)?a[4]:null;var e=(g>5)?a[5]:false;document.cookie=h+"="+escape(c)+((b==null)?"":("; expires="+b.toGMTString()))+((f==null)?"":("; path="+f))+((d==null)?"":("; domain="+d))+((e==true)?"; secure":"")};
