Array.prototype.s0rt=function(){ if(this.length<2){ return this.slice(0) }else{ var l=[],r=[],mid=[this[0]] for(var i=1;i