Trex.I.CookieBaker = Trex.Faculty.create({ cookieName: _NULL, cookieValue: _NULL, initCookie: function(name, maxCnt) { this.cookieName = name; this.cookieValue = function () { var cookies = _DOC.cookie.split(';'); for(var i=0; i= this.maxCnt) { _values.pop(); } _values.unshift(data); return _values.join('|'); } });