woozle-scoreboard/logos.js

28 lines
1.2 KiB
JavaScript
Raw Normal View History

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"],
["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"],
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
);