sub = new Array( "AL", "NL" );
sublong = new Array( "American", "National" );

AL = new Array( "Cobb", "Ruth" );
NL = new Array( "Aaron", "Mays" );

ALCobb = new Array( "SIL", "GBS", "SRM", "ALA", "MEQ", "WAI" );

SIL = new Array("Cobb", "Silver", "Sluggers", "Silver Sluggers (SIL)", "2010", "81", "41", "40", ".506", ".548", ".462" );
GBS = new Array("Cobb", "Greenville", "Black Sox", "Greenville Black Sox (GBS)", "2010", "81", "40", "41", ".494", ".476", ".513" );
SRM = new Array("Cobb", "South Range", "Mariners", "South Range Mariners (SRM)", "2010", "81", "25", "56", ".309", ".357", ".256" );
ALA = new Array("Cobb", "Alaska", "Hot Stoves", "Alaska Hot Stoves (ALA)", "2010", "81", "56", "25", ".691", ".690", ".692" );
MEQ = new Array("Cobb", "Mequon", "Keglers", "Mequon Keglers (MEQ)", "2010", "81", "49", "32", ".605", ".571", ".641" );
WAI = new Array("Cobb", "Waikiki", "Rabbits", "Waikiki Rabbits (WAI)", "2010", "81", "30", "51", ".370", ".405", ".333" );
ALRuth = new Array( "PIG", "GCG", "HOB", "NYM", "DUB", "WIL" );

PIG = new Array("Ruth", "Plum Island", "Greenheads", "Plum Island Greenheads (PIG)", "2010", "81", "30", "51", ".370", ".308", ".429" );
GCG = new Array("Ruth", "Gotham City", "Gargoyles", "Gotham City Gargoyles (GCG)", "2010", "81", "48", "33", ".593", ".615", ".571" );
HOB = new Array("Ruth", "Hoboken", "Bums", "Hoboken Bums (HOB)", "2010", "81", "29", "52", ".358", ".385", ".333" );
NYM = new Array("Ruth", "New York", "Metz", "New York Metz (NYM)", "2010", "81", "55", "26", ".679", ".692", ".667" );
DUB = new Array("Ruth", "Dublin", "GaelForce", "Dublin GaelForce (DUB)", "2010", "81", "32", "49", ".395", ".462", ".333" );
WIL = new Array("Ruth", "Williamsburg", "Burgesses", "Williamsburg Burgesses (WIL)", "2010", "81", "51", "30", ".630", ".692", ".571" );
NLAaron = new Array( "ANN", "TAG", "VIR", "SAN", "PHS", "EXE" );

ANN = new Array("Aaron", "Annadale", "Anteaters", "Annadale Anteaters (ANN)", "2010", "81", "30", "51", ".370", ".310", ".436" );
TAG = new Array("Aaron", "Taggart", "Titans", "Taggart Titans (TAG)", "2010", "81", "48", "33", ".593", ".738", ".436" );
VIR = new Array("Aaron", "Virginia", "Patriots", "Virginia Patriots (VIR)", "2010", "81", "48", "33", ".593", ".476", ".718" );
SAN = new Array("Aaron", "San Jose", "Tasmanian Devil", "San Jose Tasmanian Devil (SAN)", "2010", "81", "51", "30", ".630", ".714", ".538" );
PHS = new Array("Aaron", "Palm Harbor", "Sandcranes", "Palm Harbor Sandcranes (PHS)", "2010", "81", "36", "45", ".444", ".452", ".436" );
EXE = new Array("Aaron", "Exeter", "Alewives", "Exeter Alewives (EXE)", "2010", "81", "30", "51", ".370", ".357", ".385" );
NLMays = new Array( "PAL", "ASP", "BLG", "NOR", "MON", "WOW" );

PAL = new Array("Mays", "Palo Alto", "Robber Barons", "Palo Alto Robber Barons (PAL)", "2010", "81", "51", "30", ".630", ".615", ".643" );
ASP = new Array("Mays", "Aspen", "Rainmakers", "Aspen Rainmakers (ASP)", "2010", "81", "40", "41", ".494", ".487", ".500" );
BLG = new Array("Mays", "Bloomington", "Greeks", "Bloomington Greeks (BLG)", "2010", "81", "43", "38", ".531", ".487", ".571" );
NOR = new Array("Mays", "Northwoods", "Moose", "Northwoods Moose (NOR)", "2010", "81", "36", "45", ".444", ".436", ".452" );
MON = new Array("Mays", "Montreal", "McGaffigans", "Montreal McGaffigans (MON)", "2010", "81", "22", "59", ".272", ".256", ".286" );
WOW = new Array("Mays", "West Oakland", "Wolverines", "West Oakland Wolverines (WOW)", "2010", "81", "51", "30", ".630", ".615", ".643" );

