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