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