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