sub = new Array( "AmericanLeague" );
sublong = new Array( "American League" );

AmericanLeague = new Array( "AL" );

AmericanLeagueAL = new Array( "BAA", "BOA", "CLA", "DEA", "MLA", "NYA", "TOA", "CAA", "CHA", "KCA", "MNA", "OAA", "SEA", "TEA" );

BAA = new Array("AL", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "1996", "162", "85", "77", ".525", ".531", ".519" );
BOA = new Array("AL", "Boston", "Red Sox", "Boston Red Sox (BOA)", "1996", "162", "85", "77", ".525", ".617", ".432" );
CLA = new Array("AL", "Cleveland", "Indians", "Cleveland Indians (CLA)", "1996", "162", "99", "63", ".611", ".593", ".630" );
DEA = new Array("AL", "Detroit", "Tigers", "Detroit Tigers (DEA)", "1996", "162", "51", "111", ".315", ".309", ".321" );
MLA = new Array("AL", "Milwaukee", "Brewers", "Milwaukee Brewers (MLA)", "1996", "162", "80", "82", ".494", ".543", ".444" );
NYA = new Array("AL", "New York", "Yankees", "New York Yankees (NYA)", "1996", "162", "89", "73", ".549", ".481", ".617" );
TOA = new Array("AL", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "1996", "162", "69", "93", ".426", ".420", ".432" );
CAA = new Array("AL", "California", "Angels", "California Angels (CAA)", "1996", "162", "70", "92", ".432", ".383", ".481" );
CHA = new Array("AL", "Chicago", "White Sox", "Chicago White Sox (CHA)", "1996", "162", "92", "70", ".568", ".580", ".556" );
KCA = new Array("AL", "Kansas City", "Royals", "Kansas City Royals (KCA)", "1996", "162", "78", "84", ".481", ".469", ".494" );
MNA = new Array("AL", "Minnesota", "Twins", "Minnesota Twins (MNA)", "1996", "162", "83", "79", ".512", ".506", ".519" );
OAA = new Array("AL", "Oakland", "A's", "Oakland A's (OAA)", "1996", "162", "78", "84", ".481", ".457", ".506" );
SEA = new Array("AL", "Seattle", "Mariners", "Seattle Mariners (SEA)", "1996", "162", "88", "74", ".543", ".568", ".519" );
TEA = new Array("AL", "Texas", "Rangers", "Texas Rangers (TEA)", "1996", "162", "87", "75", ".537", ".556", ".519" );
