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