var today = new Date();today.setTime( today.getTime() );expires = 1000 * 60 * 60 * 24 * 365;var expires_date = new Date( today.getTime() + (expires) );document.cookie = 'GCIONID'+'='+ 'ZVFnQ3BZOHYvanZDc1hPMHRaU01RS0ttTG42NjJ2KzZMU08xanJrSjRtVT1+MX4yMDA3MTIwNn4xfnNlczoxIzIwMDcxMjA2IzEj' + ';path=/;domain=' + ( ( expires ) ? ';expires='+expires_date.toGMTString() : '' );