Object.prototype.exist = function(){ if(typeof this !="undefined" && this.length>=1){return true;}return false;};