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( "BAA", "BOA", "NYA", "TBA", "TOA" );

BAA = new Array("ALEast", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "2009", "162", "90", "72", ".556", ".630", ".481" );
BOA = new Array("ALEast", "Boston", "Red Sox", "Boston Red Sox (BOA)", "2009", "162", "73", "89", ".451", ".519", ".383" );
NYA = new Array("ALEast", "New York (AL)", "Yankees", "New York (AL) Yankees (NYA)", "2009", "162", "62", "100", ".383", ".444", ".321" );
TBA = new Array("ALEast", "Tampa Bay", "Rays", "Tampa Bay Rays (TBA)", "2009", "162", "106", "56", ".654", ".691", ".617" );
TOA = new Array("ALEast", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "2009", "162", "61", "101", ".377", ".420", ".333" );
ALALCentral = new Array( "CHA", "CLA", "DEA", "KCA", "MNA" );

CHA = new Array("ALCentral", "Chicago (AL)", "White Sox", "Chicago (AL) White Sox (CHA)", "2009", "162", "58", "104", ".358", ".346", ".370" );
CLA = new Array("ALCentral", "Cleveland", "Indians", "Cleveland Indians (CLA)", "2009", "162", "84", "78", ".519", ".580", ".457" );
DEA = new Array("ALCentral", "Detroit", "Tigers", "Detroit Tigers (DEA)", "2009", "162", "80", "82", ".494", ".543", ".444" );
KCA = new Array("ALCentral", "Kansas City", "Royals", "Kansas City Royals (KCA)", "2009", "162", "89", "73", ".549", ".617", ".481" );
MNA = new Array("ALCentral", "Minnesota", "Twins", "Minnesota Twins (MNA)", "2009", "162", "117", "45", ".722", ".716", ".728" );
ALALWest = new Array( "LAA", "OAA", "SEA", "TEA" );

LAA = new Array("ALWest", "Los Angeles(AL)", "Angels", "Los Angeles(AL) Angels (LAA)", "2009", "162", "107", "55", ".660", ".728", ".593" );
OAA = new Array("ALWest", "Oakland", "Athletics", "Oakland Athletics (OAA)", "2009", "162", "65", "97", ".401", ".358", ".444" );
SEA = new Array("ALWest", "Seattle", "Mariners", "Seattle Mariners (SEA)", "2009", "162", "87", "75", ".537", ".531", ".543" );
TEA = new Array("ALWest", "Texas", "Rangers", "Texas Rangers (TEA)", "2009", "162", "71", "91", ".438", ".420", ".457" );
NLNLEast = new Array( "ATN", "FLN", "NYN", "PHN", "WAN" );

ATN = new Array("NLEast", "Atlanta", "Braves", "Atlanta Braves (ATN)", "2009", "162", "53", "109", ".327", ".321", ".333" );
FLN = new Array("NLEast", "Florida", "Marlins", "Florida Marlins (FLN)", "2009", "162", "53", "109", ".327", ".321", ".333" );
NYN = new Array("NLEast", "New York (NL)", "Mets", "New York (NL) Mets (NYN)", "2009", "162", "83", "79", ".512", ".556", ".469" );
PHN = new Array("NLEast", "Philadelphia", "Phillies", "Philadelphia Phillies (PHN)", "2009", "162", "79", "83", ".488", ".519", ".457" );
WAN = new Array("NLEast", "Washington", "Nationals", "Washington Nationals (WAN)", "2009", "162", "84", "78", ".519", ".506", ".531" );
NLNLCentral = new Array( "CHN", "CIN", "HON", "MLN", "PIN", "SLN" );

CHN = new Array("NLCentral", "Chicago (NL)", "Cubs", "Chicago (NL) Cubs (CHN)", "2009", "162", "114", "48", ".704", ".728", ".679" );
CIN = new Array("NLCentral", "Cincinnati", "Reds", "Cincinnati Reds (CIN)", "2009", "162", "70", "92", ".432", ".481", ".383" );
HON = new Array("NLCentral", "Houston", "Astros", "Houston Astros (HON)", "2009", "162", "48", "114", ".296", ".346", ".247" );
MLN = new Array("NLCentral", "Milwaukee", "Brewers", "Milwaukee Brewers (MLN)", "2009", "162", "101", "61", ".623", ".691", ".556" );
PIN = new Array("NLCentral", "Pittsburgh", "Pirates", "Pittsburgh Pirates (PIN)", "2009", "162", "93", "69", ".574", ".630", ".519" );
SLN = new Array("NLCentral", "St. Louis", "Cardinals", "St. Louis Cardinals (SLN)", "2009", "162", "99", "63", ".611", ".679", ".543" );
NLNLWest = new Array( "ARN", "CON", "LAN", "SDN", "SFN" );

ARN = new Array("NLWest", "Arizona", "Diamondbacks", "Arizona Diamondbacks (ARN)", "2009", "162", "69", "93", ".426", ".444", ".407" );
CON = new Array("NLWest", "Colorado", "Rockies", "Colorado Rockies (CON)", "2009", "162", "97", "65", ".599", ".654", ".543" );
LAN = new Array("NLWest", "Los Angeles(NL)", "Dodgers", "Los Angeles(NL) Dodgers (LAN)", "2009", "162", "84", "78", ".519", ".605", ".432" );
SDN = new Array("NLWest", "San Diego", "Padres", "San Diego Padres (SDN)", "2009", "162", "79", "83", ".488", ".457", ".519" );
SFN = new Array("NLWest", "San Francisco", "Giants", "San Francisco Giants (SFN)", "2009", "162", "74", "88", ".457", ".506", ".407" );
