le="color: #000000">
_name=_sp[0];
12
_tp=_sp[1].split(",");
13
_tars=_tp.slice(1,_tp.length);
14
this._cookie[_name]=[];
15
this._cookie[_name]=_tars;
16
this._cookie[_name]["timeout"]=_tp[0];
17
}
18
return true;
19
}
20
return false;
21
}
22
this.save=function(){