I've never understood the reasoning for this meself but the avatars are sorted in descending alphabetical order when pulled from the database. To change this so they are sorted in ascending alphabetical order, find the following on line 74 of inc_avatar.asp and change the DESC (highlighted in green) to ASC:strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_NAME DESC;"