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

AL = new Array( "ALEAST", "ALCENTRAL", "ALWEST" );
NL = new Array( "NLEAST", "NLCENTRAL", "NLWEST" );

ALALEAST = new Array( "NYA", "WAA", "BOA", "BAA" );

NYA = new Array("ALEAST", "New York AL", "Yankees", "New York AL Yankees (NYA)", "2009", "154", "83", "71", ".539", ".519", ".558" );
WAA = new Array("ALEAST", "Washington AL", "Senators", "Washington AL Senators (WAA)", "2009", "155", "85", "70", ".548", ".506", ".590" );
BOA = new Array("ALEAST", "Boston AL", "Red Sox", "Boston AL Red Sox (BOA)", "2009", "154", "90", "64", ".584", ".532", ".636" );
BAA = new Array("ALEAST", "Baltimore AL", "Orioles", "Baltimore AL Orioles (BAA)", "2009", "155", "84", "71", ".542", ".513", ".571" );
ALALCENTRAL = new Array( "CLA", "HMA", "PHA", "PIA" );

CLA = new Array("ALCENTRAL", "Cleveland AL", "Indians", "Cleveland AL Indians (CLA)", "2009", "154", "80", "74", ".519", ".584", ".455" );
HMA = new Array("ALCENTRAL", "Homestead AL", "Grays", "Homestead AL Grays (HMA)", "2009", "154", "75", "79", ".487", ".494", ".481" );
PHA = new Array("ALCENTRAL", "Philadelphia AL", "Athletics", "Philadelphia AL Athletics (PHA)", "2009", "154", "59", "95", ".383", ".338", ".429" );
PIA = new Array("ALCENTRAL", "Pittsburgh AL", "Crawfords", "Pittsburgh AL Crawfords (PIA)", "2009", "154", "74", "80", ".481", ".532", ".429" );
ALALWEST = new Array( "DEA", "MIA", "SEA", "CHA" );

DEA = new Array("ALWEST", "Detroit AL", "Tigers", "Detroit AL Tigers (DEA)", "2009", "154", "85", "69", ".552", ".532", ".571" );
MIA = new Array("ALWEST", "Minnesota AL", "Twins", "Minnesota AL Twins (MIA)", "2009", "154", "60", "94", ".390", ".364", ".416" );
SEA = new Array("ALWEST", "Seattle AL", "Mariners", "Seattle AL Mariners (SEA)", "2009", "154", "62", "92", ".403", ".468", ".338" );
CHA = new Array("ALWEST", "Chicago AL", "White Sox", "Chicago AL White Sox (CHA)", "2009", "154", "88", "66", ".571", ".519", ".623" );
NLNLEAST = new Array( "BON", "BRN", "NYN", "NEN" );

BON = new Array("NLEAST", "Boston NL", "Braves", "Boston NL Braves (BON)", "2009", "154", "97", "57", ".630", ".610", ".649" );
BRN = new Array("NLEAST", "Brooklyn NL", "Dodgers", "Brooklyn NL Dodgers (BRN)", "2009", "154", "65", "89", ".422", ".481", ".364" );
NYN = new Array("NLEAST", "New York NL", "Giants", "New York NL Giants (NYN)", "2009", "154", "72", "82", ".468", ".519", ".416" );
NEN = new Array("NLEAST", "Newark NL", "Eagles", "Newark NL Eagles (NEN)", "2009", "154", "67", "87", ".435", ".506", ".364" );
NLNLCENTRAL = new Array( "CIN", "PIN", "MON", "PHN" );

CIN = new Array("NLCENTRAL", "Cincinnati NL", "Red Legs", "Cincinnati NL Red Legs (CIN)", "2009", "154", "66", "88", ".429", ".506", ".351" );
PIN = new Array("NLCENTRAL", "Pittsburgh NL", "Pirates", "Pittsburgh NL Pirates (PIN)", "2009", "154", "87", "67", ".565", ".623", ".506" );
MON = new Array("NLCENTRAL", "Montreal NL", "Expos", "Montreal NL Expos (MON)", "2009", "154", "73", "81", ".474", ".558", ".390" );
PHN = new Array("NLCENTRAL", "Philadelphia NL", "Phillies", "Philadelphia NL Phillies (PHN)", "2009", "154", "65", "89", ".422", ".442", ".403" );
NLNLWEST = new Array( "CHN", "INN", "KCN", "SLN" );

CHN = new Array("NLWEST", "Chicago NL", "Cubs", "Chicago NL Cubs (CHN)", "2009", "154", "86", "68", ".558", ".610", ".506" );
INN = new Array("NLWEST", "Indianapolis NL", "ABC's", "Indianapolis NL ABC's (INN)", "2009", "154", "79", "75", ".513", ".558", ".468" );
KCN = new Array("NLWEST", "Kansas City NL", "Monarchs", "Kansas City NL Monarchs (KCN)", "2009", "154", "78", "76", ".506", ".597", ".416" );
SLN = new Array("NLWEST", "St. Louis NL", "Cardinals", "St. Louis NL Cardinals (SLN)", "2009", "154", "89", "65", ".578", ".636", ".519" );
