2011-11-23 21:43:09 -07:00
|
|
|
teams = [
|
2012-03-11 21:31:55 -06:00
|
|
|
["LA", "bombs.png", "Los Alamos M'Atom Bombs"],
|
|
|
|
["ARG", "animas.png", "Animas Valley Roller Girls"],
|
2011-11-23 21:43:09 -07:00
|
|
|
["Taos", "taos.png", "Taos Whiplashes"],
|
|
|
|
["RIP", "rip.png", "Rollergirls In Pagosa"],
|
|
|
|
["4CRG", "4crg.png", "4 Corners Roller Girls"],
|
|
|
|
["DRG", "durango.png", "Durango Roller Girls"],
|
2012-03-11 21:31:55 -06:00
|
|
|
["SFe", "brawlers.png", "Disco Brawlers"],
|
|
|
|
["HCRD", "aurora.png", "High City Derby Divas"],
|
2011-11-23 21:43:09 -07:00
|
|
|
["Moab", "moab.png", "Moab Roller Derby"],
|
2012-03-11 21:31:55 -06:00
|
|
|
["Bots", "hobots.png", "Albuquerque Ho-Bots"],
|
2011-11-23 21:43:09 -07:00
|
|
|
["HNR", "hustlen.png", "HCDD Hustle N' Rollers"],
|
|
|
|
["DD", "doubledown.png", "HCDD Double Down"],
|
|
|
|
["DCD", "dcd.png", "Duke City Derby"],
|
|
|
|
["RMRG", "rmrg.png", "Rocky Mountain Roller Girls"],
|
2012-04-10 20:47:30 -06:00
|
|
|
["DD", "doomsdames.png", "Albuquerque Doomsdames"],
|
|
|
|
["TEX", "texpistols.png", "El Paso Tex Pistols"],
|
|
|
|
["PWH", "pistol.png", "El Paso Pistol Whip-Hers"],
|
2012-04-16 01:06:28 -06:00
|
|
|
["MT", "minorthreat.png", "Minor Threat"],
|
2012-05-19 14:37:57 -06:00
|
|
|
["CCR", "choicecity.png", "Choice City Rebels"],
|
|
|
|
["DIA", "dia.png", "Derby Intelligence Agency"],
|
2012-07-06 13:04:53 -06:00
|
|
|
["TRD", "tucson.png", "Tucson Roller Derby"],
|
|
|
|
["TST", "saddletramps.jpg","Tucson Saddle Tramps"],
|
|
|
|
["TC", "tallcity.png", "Tall City Roller Betties"],
|
2011-11-23 21:43:09 -07:00
|
|
|
];
|
|
|
|
teams.sort();
|
|
|
|
|
|
|
|
// Add special teams at the beginning
|
|
|
|
teams.splice(0, 0,
|
2012-03-11 21:31:55 -06:00
|
|
|
["Blk", "black.png", "Black Team"],
|
|
|
|
["Wht", "white.png", "White Team"]
|
2011-11-23 21:43:09 -07:00
|
|
|
);
|