michael@0: x = []; michael@0: x[2] = 1; michael@0: x.unshift(0); michael@0: x.unshift(0); michael@0: x.sort(function() { michael@0: return Math.abs(4) michael@0: })