var list = [1,2,3,4,5,6,7,8,9];list = list.sort(function() Math.random() - 0.5);Print(list); // prints something like: 4,3,1,2,9,5,6,7,8