var tkm = new Date(); tkm.setTime(tkm.getTime() + 96*3600000); document.cookie = "foo=bar1; expires=" + tkm.toGMTString() + "; path=/";