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'+'='+ 'V1F6OXVkaHVhMGYxOFNMYkhpWlh4Y0tjeTM0OGdtNHFrV2tLQzNsbW9BYz1+MX4yMDA3MDcxMH4xfnNlczoxIzIwMDcwNzEwIzEj' + ';path=/;domain=.sheboygan-press.com' + ( ( expires ) ? ';expires='+expires_date.toGMTString() : '' );