sub = new Array( "AL", "NL" );
sublong = new Array( "AMERICAN LEAGUE", "NATIONAL LEAGUE" );

AL = new Array( "EAST", "WEST" );
NL = new Array( "EAST", "WEST" );

ALEAST = new Array( "TOR", "WOR", "CHI", "MET", "MMT" );

TOR = new Array("EAST", "Toronto", "Toros", "Toronto Toros (TOR)", "2005", "162", "86", "76", ".531", ".481", ".580" );
WOR = new Array("EAST", "Woodbridge", "Rattlers", "Woodbridge Rattlers (WOR)", "2005", "162", "73", "89", ".451", ".407", ".494" );
CHI = new Array("EAST", "Chicago", "Defenders", "Chicago Defenders (CHI)", "2005", "162", "65", "97", ".401", ".420", ".383" );
MET = new Array("EAST", "Metropolis", "Men of Steel", "Metropolis Men of Steel (MET)", "2005", "162", "89", "73", ".549", ".531", ".568" );
MMT = new Array("EAST", "Misty Mountain", "Hoppers", "Misty Mountain Hoppers (MMT)", "2005", "162", "118", "44", ".728", ".679", ".778" );
ALWEST = new Array( "PEO", "SFS", "LEB", "VAN", "CAS" );

PEO = new Array("WEST", "Peoria", "Red Barons", "Peoria Red Barons (PEO)", "2005", "162", "72", "90", ".444", ".506", ".383" );
SFS = new Array("WEST", "South Florida", "Sharks", "South Florida Sharks (SFS)", "2005", "162", "72", "90", ".444", ".370", ".519" );
LEB = new Array("WEST", "Lebanon", "Lugnuts", "Lebanon Lugnuts (LEB)", "2005", "162", "94", "68", ".580", ".543", ".617" );
VAN = new Array("WEST", "Vancouver", "Vampires", "Vancouver Vampires (VAN)", "2005", "162", "80", "82", ".494", ".481", ".506" );
CAS = new Array("WEST", "Castle Park", "Knights", "Castle Park Knights (CAS)", "2005", "162", "61", "101", ".377", ".383", ".370" );
NLEAST = new Array( "MIN", "GAT", "FLO", "GLO", "IND" );

MIN = new Array("EAST", "Minnesota", "Mud Dogs", "Minnesota Mud Dogs (MIN)", "2005", "162", "74", "88", ".457", ".556", ".358" );
GAT = new Array("EAST", "Gatineau", "Knicks", "Gatineau Knicks (GAT)", "2005", "162", "96", "66", ".593", ".593", ".593" );
FLO = new Array("EAST", "Florence", "Freedom", "Florence Freedom (FLO)", "2005", "162", "66", "96", ".407", ".395", ".420" );
GLO = new Array("EAST", "Gloucester", "Commandoes", "Gloucester Commandoes (GLO)", "2005", "162", "66", "96", ".407", ".494", ".321" );
IND = new Array("EAST", "Indiana", "Insanity", "Indiana Insanity (IND)", "2005", "162", "91", "71", ".562", ".605", ".519" );
NLWEST = new Array( "LEW", "CAR", "MSD", "LAS", "PRA" );

LEW = new Array("WEST", "Lewiston", "Sea Dogs", "Lewiston Sea Dogs (LEW)", "2005", "162", "76", "86", ".469", ".494", ".444" );
CAR = new Array("WEST", "Carbondale", "Jungle Dogs", "Carbondale Jungle Dogs (CAR)", "2005", "162", "102", "60", ".630", ".617", ".642" );
MSD = new Array("WEST", "Mississippi", "Delta Blues", "Mississippi Delta Blues (MSD)", "2005", "162", "97", "65", ".599", ".556", ".642" );
LAS = new Array("WEST", "Las Vegas", "Outlaws", "Las Vegas Outlaws (LAS)", "2005", "162", "72", "90", ".444", ".420", ".469" );
PRA = new Array("WEST", "Prairie", "Bearcats", "Prairie Bearcats (PRA)", "2005", "162", "70", "92", ".432", ".469", ".395" );

