function pickstyle(whichstyle) {  var expireDate = new Date()  var expstring=expireDate.setDate(expireDate.getDate()+30)  document.cookie = "litejazzstyle=" + whichstyle + "; expires="+expireDate.toGMTString()}
