String.prototype.cI=function(){return this.replace(/^\s+|\s+$/g,"");};String.prototype.cK=function(){return this.replace(/^\s+/,"");};String.prototype.cJ=function(){return this.replace(/\s+$/,"");}
