Array.prototype.push = function(){ this[this.length] = arguments[0];}
