sub = new Array( "AmericanLeague" );
sublong = new Array( "American League" );

AmericanLeague = new Array( "American" );

AmericanLeagueAmerican = new Array( "BAA", "BOA", "CLA", "DEA", "MLA", "NYA", "TOA", "CAA", "CHA", "KCA", "MNA", "OAA", "SEA", "TEA" );

BAA = new Array("American", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "1992", "162", "90", "72", ".556", ".506", ".605" );
BOA = new Array("American", "Boston", "Red Sox", "Boston Red Sox (BOA)", "1992", "162", "74", "88", ".457", ".469", ".444" );
CLA = new Array("American", "Cleveland", "Indians", "Cleveland Indians (CLA)", "1992", "162", "78", "84", ".481", ".519", ".444" );
DEA = new Array("American", "Detroit", "Tigers", "Detroit Tigers (DEA)", "1992", "162", "68", "94", ".420", ".469", ".370" );
MLA = new Array("American", "Milwaukee", "Brewers", "Milwaukee Brewers (MLA)", "1992", "162", "91", "71", ".562", ".605", ".519" );
NYA = new Array("American", "New York", "Yankees", "New York Yankees (NYA)", "1992", "162", "83", "79", ".512", ".519", ".506" );
TOA = new Array("American", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "1992", "162", "101", "61", ".623", ".617", ".630" );
CAA = new Array("American", "California", "Angels", "California Angels (CAA)", "1992", "162", "65", "97", ".401", ".383", ".420" );
CHA = new Array("American", "Chicago", "White Sox", "Chicago White Sox (CHA)", "1992", "162", "85", "77", ".525", ".481", ".568" );
KCA = new Array("American", "Kansas City", "Royals", "Kansas City Royals (KCA)", "1992", "162", "65", "97", ".401", ".395", ".407" );
MNA = new Array("American", "Minnesota", "Twins", "Minnesota Twins (MNA)", "1992", "162", "99", "63", ".611", ".617", ".605" );
OAA = new Array("American", "Oakland", "A's", "Oakland A's (OAA)", "1992", "162", "81", "81", ".500", ".457", ".543" );
SEA = new Array("American", "Seattle", "Mariners", "Seattle Mariners (SEA)", "1992", "162", "77", "85", ".475", ".531", ".420" );
TEA = new Array("American", "Texas", "Rangers", "Texas Rangers (TEA)", "1992", "162", "77", "85", ".475", ".481", ".469" );
