http://lindsay.id.au/code/2006/faster-javascript-sorting/
A great article on how to implement multi-dimensional array and object sorting in Javascript in the most efficient manner. The article compares the speed of multiple approaches and provides code to implement the fastest approach.