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