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)", "1989", "162", "80", "82", ".494", ".481", ".506" );
BOA = new Array("AL", "Boston", "Red Sox", "Boston Red Sox (BOA)", "1989", "162", "78", "84", ".481", ".531", ".432" );
CLA = new Array("AL", "Cleveland", "Indians", "Cleveland Indians (CLA)", "1989", "162", "88", "74", ".543", ".568", ".519" );
DEA = new Array("AL", "Detroit", "Tigers", "Detroit Tigers (DEA)", "1989", "162", "62", "100", ".383", ".457", ".309" );
MLA = new Array("AL", "Milwaukee", "Brewers", "Milwaukee Brewers (MLA)", "1989", "162", "82", "80", ".506", ".469", ".543" );
NYA = new Array("AL", "New York", "Yankees", "New York Yankees (NYA)", "1989", "162", "77", "85", ".475", ".494", ".457" );
TOA = new Array("AL", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "1989", "162", "87", "75", ".537", ".519", ".556" );
CAA = new Array("AL", "California", "Angels", "California Angels (CAA)", "1989", "162", "94", "68", ".580", ".605", ".556" );
CHA = new Array("AL", "Chicago", "White Sox", "Chicago White Sox (CHA)", "1989", "162", "59", "103", ".364", ".444", ".284" );
KCA = new Array("AL", "Kansas City", "Royals", "Kansas City Royals (KCA)", "1989", "162", "82", "80", ".506", ".519", ".494" );
MNA = new Array("AL", "Minnesota", "Twins", "Minnesota Twins (MNA)", "1989", "162", "75", "87", ".463", ".469", ".457" );
OAA = new Array("AL", "Oakland", "A's", "Oakland A's (OAA)", "1989", "162", "106", "56", ".654", ".617", ".691" );
SEA = new Array("AL", "Seattle", "Mariners", "Seattle Mariners (SEA)", "1989", "162", "71", "91", ".438", ".420", ".457" );
TEA = new Array("AL", "Texas", "Rangers", "Texas Rangers (TEA)", "1989", "162", "93", "69", ".574", ".506", ".642" );
