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