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", "NYA", "TOA", "TAM" );

BAA = new Array("ALEast", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "2005", "162", "108", "54", ".667", ".679", ".654" );
NYA = new Array("ALEast", "New York (AL)", "Yankees", "New York (AL) Yankees (NYA)", "2005", "162", "90", "72", ".556", ".494", ".617" );
TOA = new Array("ALEast", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "2005", "162", "67", "95", ".414", ".494", ".333" );
TAM = new Array("ALEast", "Tampa Bay", "Devil Rays", "Tampa Bay Devil Rays (TAM)", "2005", "162", "53", "109", ".327", ".358", ".296" );
ALALCentral = new Array( "CWS", "CLA", "DEA", "KCA" );

CWS = new Array("ALCentral", "Chicago (AL)", "White Sox", "Chicago (AL) White Sox (CWS)", "2005", "162", "88", "74", ".543", ".543", ".543" );
CLA = new Array("ALCentral", "Cleveland", "Indians", "Cleveland Indians (CLA)", "2005", "162", "102", "60", ".630", ".568", ".691" );
DEA = new Array("ALCentral", "Detroit", "Tigers", "Detroit Tigers (DEA)", "2005", "162", "75", "87", ".463", ".457", ".469" );
KCA = new Array("ALCentral", "Kansas City", "Royals", "Kansas City Royals (KCA)", "2005", "162", "108", "54", ".667", ".679", ".654" );
ALALWest = new Array( "ANA", "SEA", "TEA", "OAA" );

ANA = new Array("ALWest", "Anaheim", "Angels", "Anaheim Angels (ANA)", "2005", "161", "70", "91", ".435", ".519", ".350" );
SEA = new Array("ALWest", "Seattle", "Mariners", "Seattle Mariners (SEA)", "2005", "162", "42", "120", ".259", ".346", ".173" );
TEA = new Array("ALWest", "Texas", "Rangers", "Texas Rangers (TEA)", "2005", "162", "53", "109", ".327", ".333", ".321" );
OAA = new Array("ALWest", "Oakland", "Athletics", "Oakland Athletics (OAA)", "2005", "162", "110", "52", ".679", ".741", ".617" );
NLNLEast = new Array( "MIL", "CIN", "NYN", "PHN" );

MIL = new Array("NLEast", "Milwaukee", "Brewers", "Milwaukee Brewers (MIL)", "2005", "162", "61", "101", ".377", ".370", ".383" );
CIN = new Array("NLEast", "Cincinnati", "Reds", "Cincinnati Reds (CIN)", "2005", "162", "56", "106", ".346", ".358", ".333" );
NYN = new Array("NLEast", "New York (NL)", "Mets", "New York (NL) Mets (NYN)", "2005", "162", "99", "63", ".611", ".543", ".679" );
PHN = new Array("NLEast", "Philadelphia", "Phillies", "Philadelphia Phillies (PHN)", "2005", "162", "116", "46", ".716", ".667", ".765" );
NLNLCentral = new Array( "ATN", "CUB", "LAN", "MON" );

ATN = new Array("NLCentral", "Atlanta", "Braves", "Atlanta Braves (ATN)", "2005", "162", "113", "49", ".698", ".667", ".728" );
CUB = new Array("NLCentral", "Chicago (NL)", "Cubs", "Chicago (NL) Cubs (CUB)", "2005", "162", "92", "70", ".568", ".531", ".605" );
LAN = new Array("NLCentral", "Los Angeles", "Dodgers", "Los Angeles Dodgers (LAN)", "2005", "162", "86", "76", ".531", ".481", ".580" );
MON = new Array("NLCentral", "Montreal", "Expos", "Montreal Expos (MON)", "2005", "162", "65", "97", ".401", ".370", ".432" );
NLNLWest = new Array( "CON", "HON", "SLN", "SDN" );

CON = new Array("NLWest", "Colorado", "Rockies", "Colorado Rockies (CON)", "2005", "162", "41", "121", ".253", ".235", ".272" );
HON = new Array("NLWest", "Houston", "Astros", "Houston Astros (HON)", "2005", "162", "93", "69", ".574", ".556", ".593" );
SLN = new Array("NLWest", "St. Louis", "Cardinals", "St. Louis Cardinals (SLN)", "2005", "162", "89", "73", ".549", ".691", ".407" );
SDN = new Array("NLWest", "San Diego", "Padres", "San Diego Padres (SDN)", "2005", "162", "67", "95", ".414", ".469", ".358" );
