sub = new Array( "AL", "NL" );
sublong = new Array( "American League", "National League" );

AL = new Array( "East", "Central", "West" );
NL = new Array( "East", "Central", "West" );

ALEast = new Array( "BAA", "BOA", "NYA", "TBA" );

BAA = new Array("East", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "2004", "159", "58", "101", ".365", ".321", ".410" );
BOA = new Array("East", "Boston", "Red Sox", "Boston Red Sox (BOA)", "2004", "155", "70", "85", ".452", ".395", ".514" );
NYA = new Array("East", "New York (AL)", "Yankees", "New York (AL) Yankees (NYA)", "0", "143", "64", "79", ".448", ".486", ".406" );
TBA = new Array("East", "Tampa Bay", "Devil Rays", "Tampa Bay Devil Rays (TBA)", "2004", "150", "117", "33", ".780", ".765", ".797" );
ALCentral = new Array( "CHA", "CLA", "KCA", "TOA" );

CHA = new Array("Central", "Chicago (AL)", "White Sox", "Chicago (AL) White Sox (CHA)", "0", "149", "64", "85", ".430", ".500", ".367" );
CLA = new Array("Central", "Cleveland", "Indians", "Cleveland Indians (CLA)", "2004", "160", "105", "55", ".656", ".716", ".595" );
KCA = new Array("Central", "Kansas City", "Royals", "Kansas City Royals (KCA)", "0", "151", "79", "72", ".523", ".481", ".571" );
TOA = new Array("Central", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "2004", "120", "50", "70", ".417", ".429", ".410" );
ALWest = new Array( "ANA", "OAA", "SEA", "TEA" );

ANA = new Array("West", "Anaheim", "Angels", "Anaheim Angels (ANA)", "2004", "153", "104", "49", ".680", ".642", ".722" );
OAA = new Array("West", "Oakland", "Athletics", "Oakland Athletics (OAA)", "2004", "146", "56", "90", ".384", ".385", ".383" );
SEA = new Array("West", "Seattle", "Mariners", "Seattle Mariners (SEA)", "2004", "159", "57", "102", ".358", ".342", ".375" );
TEA = new Array("West", "Texas", "Rangers", "Texas Rangers (TEA)", "2004", "151", "74", "77", ".490", ".451", ".536" );
NLEast = new Array( "ATN", "CIN", "NYN", "PIN" );

ATN = new Array("East", "Atlanta", "Braves", "Atlanta Braves (ATN)", "2004", "163", "52", "111", ".319", ".370", ".268" );
CIN = new Array("East", "Cincinnati", "Reds", "Cincinnati Reds (CIN)", "2004", "151", "52", "99", ".344", ".370", ".314" );
NYN = new Array("East", "New York (NL)", "Mets", "New York (NL) Mets (NYN)", "2004", "148", "119", "29", ".804", ".852", ".746" );
PIN = new Array("East", "Pittsburgh", "Pirates", "Pittsburgh Pirates (PIN)", "2004", "144", "77", "67", ".535", ".508", ".556" );
NLCentral = new Array( "CHN", "FLN", "HON", "SLN" );

CHN = new Array("Central", "Chicago (NL)", "Cubs", "Chicago (NL) Cubs (CHN)", "0", "131", "87", "44", ".664", ".727", ".618" );
FLN = new Array("Central", "Florida", "Marlins", "Florida Marlins (FLN)", "2004", "154", "67", "87", ".435", ".432", ".438" );
HON = new Array("Central", "Houston", "Astros", "Houston Astros (HON)", "2004", "154", "90", "64", ".584", ".593", ".575" );
SLN = new Array("Central", "St. Louis", "Cardinals", "St. Louis Cardinals (SLN)", "2004", "137", "53", "84", ".387", ".443", ".342" );
NLWest = new Array( "ARN", "MLN", "SDN", "SFN" );

ARN = new Array("West", "Arizona", "Diamondbacks", "Arizona Diamondbacks (ARN)", "0", "144", "70", "74", ".486", ".576", ".410" );
MLN = new Array("West", "Milwaukee", "Brewers", "Milwaukee Brewers (MLN)", "2004", "153", "78", "75", ".510", ".568", ".444" );
SDN = new Array("West", "San Diego", "Padres", "San Diego Padres (SDN)", "2004", "150", "70", "80", ".467", ".481", ".449" );
SFN = new Array("West", "San Francisco", "Giants", "San Francisco Giants (SFN)", "2004", "156", "77", "79", ".494", ".494", ".493" );

