String.prototype.blank = function(){
 return this.length == 0
}