(function(){
if(Object.prototype.hasOwnProperty===undefined){
Object.prototype.hasOwnProperty=function(_1){
return this[_1]!==undefined&&this[_1]!==this.prototype[_1];
};
}
})();

