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