sub = new Array( "AL", "NL" );
sublong = new Array( "American League", "National League" );

AL = new Array( "ALEast", "ALCentral", "ALWest" );
NL = new Array( "NLEast", "NLCentral", "NLWest" );

ALALEast = new Array( "BAA", "BOA", "NYA", "TBA", "TOA" );

BAA = new Array("ALEast", "Baltimore", "Orioles", "Baltimore Orioles (BAA)", "2006", "129", "54", "75", ".419", ".493", ".339" );
BOA = new Array("ALEast", "Boston", "Red Sox", "Boston Red Sox (BOA)", "2006", "132", "79", "53", ".598", ".651", ".551" );
NYA = new Array("ALEast", "New York (AL)", "Yankees", "New York (AL) Yankees (NYA)", "2006", "132", "78", "54", ".591", ".574", ".609" );
TBA = new Array("ALEast", "Tampa Bay", "Devil Rays", "Tampa Bay Devil Rays (TBA)", "2006", "138", "47", "91", ".341", ".319", ".362" );
TOA = new Array("ALEast", "Toronto", "Blue Jays", "Toronto Blue Jays (TOA)", "2006", "133", "65", "68", ".489", ".477", ".500" );
ALALCentral = new Array( "CHA", "CLA", "DEA", "KCA", "MNA" );

CHA = new Array("ALCentral", "Chicago (AL)", "White Sox", "Chicago (AL) White Sox (CHA)", "0", "135", "62", "73", ".459", ".456", ".463" );
CLA = new Array("ALCentral", "Cleveland", "Indians", "Cleveland Indians (CLA)", "2006", "136", "73", "63", ".537", ".508", ".563" );
DEA = new Array("ALCentral", "Detroit", "Tigers", "Detroit Tigers (DEA)", "2006", "134", "67", "67", ".500", ".462", ".536" );
KCA = new Array("ALCentral", "Kansas City", "Royals", "Kansas City Royals (KCA)", "2006", "135", "69", "66", ".511", ".486", ".538" );
MNA = new Array("ALCentral", "Minnesota", "Twins", "Minnesota Twins (MNA)", "2006", "136", "73", "63", ".537", ".529", ".544" );
ALALWest = new Array( "LAA", "OAA", "SEA", "TEA" );

LAA = new Array("ALWest", "Los Angeles(AL)", "Angels", "Los Angeles(AL) Angels (LAA)", "2006", "132", "52", "80", ".394", ".397", ".391" );
OAA = new Array("ALWest", "Oakland", "A's", "Oakland A's (OAA)", "2006", "136", "64", "72", ".471", ".368", ".574" );
SEA = new Array("ALWest", "Seattle", "Mariners", "Seattle Mariners (SEA)", "2006", "129", "47", "82", ".364", ".415", ".313" );
TEA = new Array("ALWest", "Texas", "Rangers", "Texas Rangers (TEA)", "2006", "137", "91", "46", ".664", ".618", ".710" );
NLNLEast = new Array( "ATN", "FLN", "NYN", "PHN", "WAN" );

ATN = new Array("NLEast", "Atlanta", "Braves", "Atlanta Braves (ATN)", "2006", "133", "66", "67", ".496", ".462", ".529" );
FLN = new Array("NLEast", "Florida", "Marlins", "Florida Marlins (FLN)", "2006", "133", "80", "53", ".602", ".493", ".719" );
NYN = new Array("NLEast", "New York (NL)", "Mets", "New York (NL) Mets (NYN)", "2006", "130", "43", "87", ".331", ".354", ".308" );
PHN = new Array("NLEast", "Philadelphia", "Phillies", "Philadelphia Phillies (PHN)", "2006", "131", "71", "60", ".542", ".500", ".587" );
WAN = new Array("NLEast", "Washington", "Nationals", "Washington Nationals (WAN)", "2006", "133", "69", "64", ".519", ".355", ".662" );
NLNLCentral = new Array( "CHN", "CIN", "HON", "MLN", "PIN", "SLN" );

CHN = new Array("NLCentral", "Chicago (NL)", "Cubs", "Chicago (NL) Cubs (CHN)", "2006", "136", "70", "66", ".515", ".493", ".537" );
CIN = new Array("NLCentral", "Cincinnati", "Reds", "Cincinnati Reds (CIN)", "2006", "130", "53", "77", ".408", ".406", ".410" );
HON = new Array("NLCentral", "Houston", "Astros", "Houston Astros (HON)", "2006", "133", "67", "66", ".504", ".448", ".561" );
MLN = new Array("NLCentral", "Milwaukee", "Brewers", "Milwaukee Brewers (MLN)", "2006", "137", "79", "58", ".577", ".500", ".652" );
PIN = new Array("NLCentral", "Pittsburgh", "Pirates", "Pittsburgh Pirates (PIN)", "2006", "136", "86", "50", ".632", ".672", ".594" );
SLN = new Array("NLCentral", "St. Louis", "Cardinals", "St. Louis Cardinals (SLN)", "2006", "137", "87", "50", ".635", ".530", ".732" );
NLNLWest = new Array( "ARN", "CON", "LAN", "SDN", "SFN" );

ARN = new Array("NLWest", "Arizona", "Diamondbacks", "Arizona Diamondbacks (ARN)", "2006", "138", "84", "54", ".609", ".449", ".768" );
CON = new Array("NLWest", "Colorado", "Rockies", "Colorado Rockies (CON)", "2006", "133", "38", "95", ".286", ".268", ".306" );
LAN = new Array("NLWest", "Los Angeles(NL)", "Dodgers", "Los Angeles(NL) Dodgers (LAN)", "2006", "136", "49", "87", ".360", ".323", ".394" );
SDN = new Array("NLWest", "San Diego", "Padres", "San Diego Padres (SDN)", "2006", "136", "67", "69", ".493", ".515", ".471" );
SFN = new Array("NLWest", "San Francisco", "Giants", "San Francisco Giants (SFN)", "2006", "132", "79", "53", ".598", ".578", ".618" );

