archives.sort(mysortfn); for (var i=0;i<=archives.length-1;i++) { document.write('
  • ' + archives[i][2] + '
  • '); }