function EcrireCookie(c,a){date=new Date;date.setMonth(date.getMonth()+6);var b=date,d="/";document.cookie=c+"="+escape(a)+((b==null)?"":("; expires="+b.toGMTString()))+((d==null)?"":("; path="+d))};