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)", "2008", "162", "102", "60", ".630", ".617", ".642" );
BOA = new Array("ALEast", "Boston", "Red Sox", "Boston Red Sox (BOA)", "2008", "162", "54", "108", ".333", ".309", ".358" );
NYA = new Array("ALEast", "New York (AL)", "Yankees", "New York (AL) Yankees (NYA)", "2008", "162", "72", "90", ".444", ".469", ".420" );
TBA = new Array("ALEast", "Tampa Bay", "Devil Rays", "Tampa Bay Devil Rays (TBA)", "2008", "162", "107", "55", ".660", ".654", ".667" );
TOA = new Array("ALEast", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "2008", "162", "56", "106", ".346", ".407", ".284" );
ALALCentral = new Array( "CHA", "CLA", "DEA", "KCA", "MNA" );

CHA = new Array("ALCentral", "Chicago (AL)", "White Sox", "Chicago (AL) White Sox (CHA)", "2008", "162", "112", "50", ".691", ".741", ".642" );
CLA = new Array("ALCentral", "Cleveland", "Indians", "Cleveland Indians (CLA)", "2008", "162", "75", "87", ".463", ".630", ".296" );
DEA = new Array("ALCentral", "Detroit", "Tigers", "Detroit Tigers (DEA)", "2008", "162", "78", "84", ".481", ".481", ".481" );
KCA = new Array("ALCentral", "Kansas City", "Royals", "Kansas City Royals (KCA)", "2008", "162", "83", "79", ".512", ".556", ".469" );
MNA = new Array("ALCentral", "Minnesota", "Twins", "Minnesota Twins (MNA)", "2008", "162", "75", "87", ".463", ".519", ".407" );
ALALWest = new Array( "LAA", "OAA", "SEA", "TEA" );

LAA = new Array("ALWest", "Los Angeles(AL)", "Angels", "Los Angeles(AL) Angels (LAA)", "2008", "162", "103", "59", ".636", ".691", ".580" );
OAA = new Array("ALWest", "Oakland", "Athletics", "Oakland Athletics (OAA)", "2008", "162", "72", "90", ".444", ".494", ".395" );
SEA = new Array("ALWest", "Seattle", "Mariners", "Seattle Mariners (SEA)", "2008", "162", "74", "88", ".457", ".444", ".469" );
TEA = new Array("ALWest", "Texas", "Rangers", "Texas Rangers (TEA)", "2008", "162", "66", "96", ".407", ".395", ".420" );
NLNLEast = new Array( "ATN", "FLN", "NYN", "PHN", "WAN" );

ATN = new Array("NLEast", "Atlanta", "Braves", "Atlanta Braves (ATN)", "2008", "162", "32", "130", ".198", ".185", ".210" );
FLN = new Array("NLEast", "Florida", "Marlins", "Florida Marlins (FLN)", "2008", "162", "87", "75", ".537", ".580", ".494" );
NYN = new Array("NLEast", "New York (NL)", "Mets", "New York (NL) Mets (NYN)", "2008", "162", "66", "96", ".407", ".444", ".370" );
PHN = new Array("NLEast", "Philadelphia", "Phillies", "Philadelphia Phillies (PHN)", "2008", "162", "48", "114", ".296", ".259", ".333" );
WAN = new Array("NLEast", "Washington", "Nationals", "Washington Nationals (WAN)", "2008", "162", "101", "61", ".623", ".691", ".556" );
NLNLCentral = new Array( "CHN", "CIN", "HON", "MLN", "PIN", "SLN" );

CHN = new Array("NLCentral", "Chicago (NL)", "Cubs", "Chicago (NL) Cubs (CHN)", "2008", "162", "62", "100", ".383", ".420", ".346" );
CIN = new Array("NLCentral", "Cincinnati", "Reds", "Cincinnati Reds (CIN)", "2008", "162", "96", "66", ".593", ".593", ".593" );
HON = new Array("NLCentral", "Houston", "Astros", "Houston Astros (HON)", "2008", "162", "103", "59", ".636", ".667", ".605" );
MLN = new Array("NLCentral", "Milwaukee", "Brewers", "Milwaukee Brewers (MLN)", "2008", "162", "113", "49", ".698", ".704", ".691" );
PIN = new Array("NLCentral", "Pittsburgh", "Pirates", "Pittsburgh Pirates (PIN)", "2008", "162", "90", "72", ".556", ".605", ".506" );
SLN = new Array("NLCentral", "St. Louis", "Cardinals", "St. Louis Cardinals (SLN)", "2008", "162", "87", "75", ".537", ".556", ".519" );
NLNLWest = new Array( "ARN", "CON", "LAN", "SDN", "SFN" );

ARN = new Array("NLWest", "Arizona", "Diamondbacks", "Arizona Diamondbacks (ARN)", "2008", "162", "79", "83", ".488", ".481", ".494" );
CON = new Array("NLWest", "Colorado", "Rockies", "Colorado Rockies (CON)", "2008", "162", "108", "54", ".667", ".704", ".630" );
LAN = new Array("NLWest", "Los Angeles(NL)", "Dodgers", "Los Angeles(NL) Dodgers (LAN)", "2008", "162", "85", "77", ".525", ".543", ".506" );
SDN = new Array("NLWest", "San Diego", "Padres", "San Diego Padres (SDN)", "2008", "162", "81", "81", ".500", ".519", ".481" );
SFN = new Array("NLWest", "San Francisco", "Giants", "San Francisco Giants (SFN)", "2008", "162", "63", "99", ".389", ".407", ".370" );
