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