OK, I have an array which contains arrays of numbers/letters..
example:

wholeArray{
array1{"9.3", "4", "photos/bg"}
array2{"9.5", "3", "photos/birthday"}
etc...}

OK so I wanted to have it only sort by the first (and if possible 2nd too) item in the array1, 2 etc... those 9.3 are scores, and the 2nd position is how many people voted.. But I think it's getting messed up because it's also counting the url.
It works for the most part but every once and a while it gets messed up.

Is there a way to sort by the first primarily, then second slots of the arrays? Or will it only count all of it?.. if you want to see how this is working you can click the url below on my site.. if you click the right photos it goes down in rank (or should) but doesn't do it right on a couple, and I'm pretty sure it's because the url.

Thanks!