Object.prototype.getContent = function () { return this.innerHTML; }
div.getContent(); // Вернёт innerHTML DIV'-а