sub = new Array( "AL", "NL" );
sublong = new Array( "American League", "National League" );

AL = new Array( "ALEast", "ALCentral", "ALWest" );
NL = new Array( "NLEast", "NLCentral", "NLWest" );

ALALEast = new Array( "BOS", "CLE", "NYA", "PIT" );

BOS = new Array("ALEast", "Boston", "Blizzards", "Boston Blizzards (BOS)", "2009", "162", "95", "67", ".586", ".630", ".543" );
CLE = new Array("ALEast", "Cleveland", "Clubbers", "Cleveland Clubbers (CLE)", "2009", "162", "71", "91", ".438", ".432", ".444" );
NYA = new Array("ALEast", "New York", "Flatirons", "New York Flatirons (NYA)", "2009", "162", "97", "65", ".599", ".630", ".568" );
PIT = new Array("ALEast", "Pittsburgh", "Conspiracy", "Pittsburgh Conspiracy (PIT)", "2009", "162", "63", "99", ".389", ".481", ".296" );
ALALCentral = new Array( "CHA", "HOU", "MIL", "TEX" );

CHA = new Array("ALCentral", "Chicago", "Blue Knights", "Chicago Blue Knights (CHA)", "2009", "162", "38", "124", ".235", ".272", ".198" );
HOU = new Array("ALCentral", "Houston", "Black Dogs", "Houston Black Dogs (HOU)", "2009", "162", "96", "66", ".593", ".617", ".568" );
MIL = new Array("ALCentral", "Milwaukee", "Maulers", "Milwaukee Maulers (MIL)", "2009", "162", "89", "73", ".549", ".642", ".457" );
TEX = new Array("ALCentral", "Texas", "Missions", "Texas Missions (TEX)", "2009", "162", "74", "88", ".457", ".556", ".358" );
ALALWest = new Array( "LAS", "OAK", "SDB", "SFS" );

LAS = new Array("ALWest", "Los Angeles", "Skyhawks", "Los Angeles Skyhawks (LAS)", "2009", "162", "62", "100", ".383", ".420", ".346" );
OAK = new Array("ALWest", "Oakland", "Oaks", "Oakland Oaks (OAK)", "2009", "162", "92", "70", ".568", ".605", ".531" );
SDB = new Array("ALWest", "San Diego", "Black Sox", "San Diego Black Sox (SDB)", "2009", "162", "64", "98", ".395", ".407", ".383" );
SFS = new Array("ALWest", "San Francisco", "Sea Lions", "San Francisco Sea Lions (SFS)", "2009", "162", "107", "55", ".660", ".667", ".654" );
NLNLEast = new Array( "ATL", "BAL", "FLA", "PHI" );

ATL = new Array("NLEast", "Atlanta", "Mets", "Atlanta Mets (ATL)", "2009", "162", "79", "83", ".488", ".580", ".395" );
BAL = new Array("NLEast", "Baltimore", "Stars", "Baltimore Stars (BAL)", "2009", "162", "112", "50", ".691", ".704", ".679" );
FLA = new Array("NLEast", "Florida", "Invaders", "Florida Invaders (FLA)", "2009", "162", "75", "87", ".463", ".469", ".457" );
PHI = new Array("NLEast", "Philadelphia", "Phanatics", "Philadelphia Phanatics (PHI)", "2009", "162", "63", "99", ".389", ".407", ".370" );
NLNLCentral = new Array( "DET", "KCN", "STL", "TOR" );

DET = new Array("NLCentral", "Detroit", "Outlaws", "Detroit Outlaws (DET)", "2009", "162", "84", "78", ".519", ".556", ".481" );
KCN = new Array("NLCentral", "Kansas City", "Monarchs", "Kansas City Monarchs (KCN)", "2009", "162", "72", "90", ".444", ".506", ".383" );
STL = new Array("NLCentral", "St. Louis", "Red Birds", "St. Louis Red Birds (STL)", "2009", "162", "83", "79", ".512", ".556", ".469" );
TOR = new Array("NLCentral", "Toronto", "Sharpshooters", "Toronto Sharpshooters (TOR)", "2009", "162", "102", "60", ".630", ".704", ".556" );
NLNLWest = new Array( "ANA", "COL", "MIN", "SEA" );

ANA = new Array("NLWest", "Anaheim", "Ants", "Anaheim Ants (ANA)", "2009", "162", "96", "66", ".593", ".630", ".556" );
COL = new Array("NLWest", "Colorado", "Black Bears", "Colorado Black Bears (COL)", "2009", "162", "68", "94", ".420", ".494", ".346" );
MIN = new Array("NLWest", "Minnesota", "Moose", "Minnesota Moose (MIN)", "2009", "162", "95", "67", ".586", ".605", ".568" );
SEA = new Array("NLWest", "Seattle", "Iron Birds", "Seattle Iron Birds (SEA)", "2009", "162", "67", "95", ".414", ".519", ".309" );
