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", "TEA", "SEA" );

BAA = new Array("AL", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "1990", "162", "72", "90", ".444", ".506", ".383" );
BOA = new Array("AL", "Boston", "Red Sox", "Boston Red Sox (BOA)", "1990", "162", "82", "80", ".506", ".519", ".494" );
CLA = new Array("AL", "Cleveland", "Indians", "Cleveland Indians (CLA)", "1990", "162", "75", "87", ".463", ".519", ".407" );
DEA = new Array("AL", "Detroit", "Tigers", "Detroit Tigers (DEA)", "1990", "162", "79", "83", ".488", ".506", ".469" );
MLA = new Array("AL", "Milwaukee", "Brewers", "Milwaukee Brewers (MLA)", "1990", "162", "75", "87", ".463", ".481", ".444" );
NYA = new Array("AL", "New York", "Yankees", "New York Yankees (NYA)", "1990", "162", "75", "87", ".463", ".481", ".444" );
TOA = new Array("AL", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "1990", "162", "93", "69", ".574", ".580", ".568" );
CAA = new Array("AL", "California", "Angels", "California Angels (CAA)", "1990", "162", "88", "74", ".543", ".519", ".568" );
CHA = new Array("AL", "Chicago", "White Sox", "Chicago White Sox (CHA)", "1990", "162", "82", "80", ".506", ".506", ".506" );
KCA = new Array("AL", "Kansas City", "Royals", "Kansas City Royals (KCA)", "1990", "162", "86", "76", ".531", ".580", ".481" );
MNA = new Array("AL", "Minnesota", "Twins", "Minnesota Twins (MNA)", "1990", "162", "64", "98", ".395", ".395", ".395" );
OAA = new Array("AL", "Oakland", "A's", "Oakland A's (OAA)", "1990", "162", "106", "56", ".654", ".630", ".679" );
TEA = new Array("AL", "Texas", "Rangers", "Texas Rangers (TEA)", "1990", "162", "66", "96", ".407", ".444", ".370" );
SEA = new Array("AL", "Seattle", "Mariners", "Seattle Mariners (SEA)", "1990", "162", "91", "71", ".562", ".556", ".568" );
