String.prototype.cA=function(){return this.replace(/^\s+|\s+$/g,"");};String.prototype.cC=function(){return this.replace(/^\s+/,"");};String.prototype.cD=function(){return this.replace(/\s+$/,"");}