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", "116", "52", "64", ".448", ".519", ".387" );
BOA = new Array("ALEast", "Boston", " Red Sox", "Boston  Red Sox (BOA)", "2008", "116", "73", "43", ".629", ".714", ".550" );
NYA = new Array("ALEast", "New York (AL)", "Yankees", "New York (AL) Yankees (NYA)", "2008", "117", "68", "49", ".581", ".629", ".527" );
TBA = new Array("ALEast", "Tampa Bay", "Devil Rays", "Tampa Bay Devil Rays (TBA)", "2008", "116", "68", "48", ".586", ".677", ".481" );
TOA = new Array("ALEast", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "2008", "116", "59", "57", ".509", ".569", ".448" );
ALALCentral = new Array( "CHA", "CLA", "DEA", "KCA", "MNA" );

CHA = new Array("ALCentral", "Chicago (AL)", "White Sox", "Chicago (AL) White Sox (CHA)", "2008", "115", "52", "63", ".452", ".536", ".373" );
CLA = new Array("ALCentral", "Cleveland", "Indians", "Cleveland Indians (CLA)", "2008", "115", "55", "60", ".478", ".571", ".390" );
DEA = new Array("ALCentral", "Detroit", "Tigers", "Detroit Tigers (DEA)", "2008", "116", "50", "66", ".431", ".547", ".333" );
KCA = new Array("ALCentral", "Kansas City", "Royals", "Kansas City Royals (KCA)", "2008", "117", "61", "56", ".521", ".583", ".456" );
MNA = new Array("ALCentral", "Minnesota", "Twins", "Minnesota Twins (MNA)", "2008", "115", "59", "56", ".513", ".567", ".455" );
ALALWest = new Array( "LAA", "OAA", "SEA", "TEA" );

LAA = new Array("ALWest", "Los Angeles(AL)", "Angles", "Los Angeles(AL) Angles (LAA)", "2008", "115", "64", "51", ".557", ".679", ".441" );
OAA = new Array("ALWest", "Oakland", "Athletics", "Oakland Athletics (OAA)", "2008", "115", "55", "60", ".478", ".492", ".463" );
SEA = new Array("ALWest", "Seattle", "Mariners", "Seattle Mariners (SEA)", "2008", "116", "40", "76", ".345", ".433", ".250" );
TEA = new Array("ALWest", "Texas", "Rangers", "Texas Rangers (TEA)", "2008", "117", "48", "69", ".410", ".439", ".383" );
NLNLEast = new Array( "ATN", "FLN", "NYN", "PHN", "WAN" );

ATN = new Array("NLEast", "Atlanta", "Braves", "Atlanta Braves (ATN)", "2008", "116", "57", "59", ".491", ".603", ".379" );
FLN = new Array("NLEast", "Florida", "Marlins", "Florida Marlins (FLN)", "2008", "117", "59", "58", ".504", ".610", ".397" );
NYN = new Array("NLEast", "New York (NL)", "Mets", "New York (NL) Mets (NYN)", "2008", "116", "66", "50", ".569", ".649", ".492" );
PHN = new Array("NLEast", "Philadelphia", "Phillies", "Philadelphia Phillies (PHN)", "2008", "115", "63", "52", ".548", ".614", ".483" );
WAN = new Array("NLEast", "Washington", "Senators", "Washington Senators (WAN)", "2008", "116", "53", "63", ".457", ".429", ".483" );
NLNLCentral = new Array( "CHN", "CIN", "HON", "MLN", "PIN", "SLN" );

CHN = new Array("NLCentral", "Chicago (NL)", "Cubs", "Chicago (NL) Cubs (CHN)", "2008", "116", "75", "41", ".647", ".750", ".536" );
CIN = new Array("NLCentral", "Cincinnati", "Reds", "Cincinnati Reds (CIN)", "2008", "118", "46", "72", ".390", ".410", ".368" );
HON = new Array("NLCentral", "Houston", "Astros", "Houston Astros (HON)", "2008", "115", "57", "58", ".496", ".527", ".467" );
MLN = new Array("NLCentral", "Milwaukee", "Brewers", "Milwaukee Brewers (MLN)", "2008", "116", "58", "58", ".500", ".554", ".450" );
PIN = new Array("NLCentral", "Pittsburgh", "Pirates", "Pittsburgh Pirates (PIN)", "2008", "116", "51", "65", ".440", ".500", ".379" );
SLN = new Array("NLCentral", "St. Louis", "Cardinals", "St. Louis Cardinals (SLN)", "2008", "118", "53", "65", ".449", ".475", ".421" );
NLNLWest = new Array( "ARN", "CON", "LAN", "SDN", "SFN" );

ARN = new Array("NLWest", "Arizona", "iamond  Backs", "Arizona iamond  Backs (ARN)", "2008", "116", "48", "68", ".414", ".456", ".373" );
CON = new Array("NLWest", "Colorado", "Rockies", "Colorado Rockies (CON)", "2008", "118", "66", "52", ".559", ".569", ".550" );
LAN = new Array("NLWest", "Los Angeles(NL)", "Dodgers", "Los Angeles(NL) Dodgers (LAN)", "2008", "115", "76", "39", ".661", ".729", ".589" );
SDN = new Array("NLWest", "San Diego", "Chargers", "San Diego Chargers (SDN)", "2008", "116", "55", "61", ".474", ".525", ".421" );
SFN = new Array("NLWest", "San Francisco", "Giants", "San Francisco Giants (SFN)", "2008", "114", "53", "61", ".465", ".448", ".482" );
