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'+'='+ 'WnY1NU1RbFBSUWMvVEtzRlFCRWpCeGlsMGpTZlo4WEFIMWVRU0FwRE9qZz1+MX4yMDA3MDIwNn4xfnNlczoxIzIwMDcwMjA2IzEj' + ';path=/;domain=.wcsh6.com' + ( ( expires ) ? ';expires='+expires_date.toGMTString() : '' );