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