if (Object.prototype.all == null) { Object.defineProperty ( Element.prototype, "all", { get:function() { return this.getElementsByTagName("*"); } } ); }