Javascript Array max(k)
Array.prototype.max = function (k) { return Math.max.apply (null, this.column (k)); };