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