sub = new Array( "AL", "NL" );
sublong = new Array( "American League", "National League" );

AL = new Array( "ALWest", "ALCentral", "ALEast" );
NL = new Array( "NLWest", "NLCentral", "NLEast" );

ALALWest = new Array( "BUL", "TOL", "LAC", "OUT" );

BUL = new Array("ALWest", "Brooklyn", "Bulldogs", "Brooklyn Bulldogs (BUL)", "2002", "162", "77", "85", ".475", ".506", ".444" );
TOL = new Array("ALWest", "Toledo", "Mudhens", "Toledo Mudhens (TOL)", "2002", "162", "82", "80", ".506", ".630", ".383" );
LAC = new Array("ALWest", "La Crosse", "Lagers", "La Crosse Lagers (LAC)", "2002", "162", "74", "88", ".457", ".457", ".457" );
OUT = new Array("ALWest", "Santa Barbara", "Outlaws", "Santa Barbara Outlaws (OUT)", "2002", "162", "57", "105", ".352", ".272", ".432" );
ALALCentral = new Array( "MAU", "LIO", "RUB", "PAR" );

MAU = new Array("ALCentral", "Cook County", "Maulers", "Cook County Maulers (MAU)", "2002", "162", "106", "56", ".654", ".679", ".630" );
LIO = new Array("ALCentral", "Plaza", "Lions", "Plaza Lions (LIO)", "2002", "162", "52", "110", ".321", ".346", ".296" );
RUB = new Array("ALCentral", "Iowa", "Rubes", "Iowa Rubes (RUB)", "2002", "162", "86", "76", ".531", ".531", ".531" );
PAR = new Array("ALCentral", "Box City", "Parcelmen", "Box City Parcelmen (PAR)", "2002", "162", "57", "105", ".352", ".358", ".346" );
ALALEast = new Array( "MOL", "EVE", "MUD", "GEO" );

MOL = new Array("ALEast", "Moline", "Cutters", "Moline Cutters (MOL)", "2002", "162", "112", "50", ".691", ".741", ".642" );
EVE = new Array("ALEast", "Hessville", "Everreadys", "Hessville Everreadys (EVE)", "2002", "162", "101", "61", ".623", ".617", ".630" );
MUD = new Array("ALEast", "Minnesota", "Mudcats", "Minnesota Mudcats (MUD)", "2002", "162", "88", "74", ".543", ".469", ".617" );
GEO = new Array("ALEast", "Georgia", "Braves", "Georgia Braves (GEO)", "2002", "162", "96", "66", ".593", ".617", ".568" );
NLNLWest = new Array( "WOL", "YEL", "AVE", "OCE" );

WOL = new Array("NLWest", "Gem City", "Wolfpack", "Gem City Wolfpack (WOL)", "2002", "162", "82", "80", ".506", ".506", ".506" );
YEL = new Array("NLWest", "North Georgia", "Yellow Jackets", "North Georgia Yellow Jackets (YEL)", "2002", "162", "69", "93", ".426", ".469", ".383" );
AVE = new Array("NLWest", "Metropolis", "Avengers", "Metropolis Avengers (AVE)", "2002", "162", "38", "124", ".235", ".222", ".247" );
OCE = new Array("NLWest", "Ocala", "Ocelots", "Ocala Ocelots (OCE)", "2002", "162", "117", "45", ".722", ".753", ".691" );
NLNLCentral = new Array( "BEE", "BUC", "SIO", "WAL" );

BEE = new Array("NLCentral", "Bloomington", "Bees", "Bloomington Bees (BEE)", "2002", "163", "86", "77", ".528", ".519", ".537" );
BUC = new Array("NLCentral", "Columbus", "Buckeyes", "Columbus Buckeyes (BUC)", "2002", "162", "92", "70", ".568", ".593", ".543" );
SIO = new Array("NLCentral", "Stanley", "Sioux", "Stanley Sioux (SIO)", "2002", "162", "100", "62", ".617", ".605", ".630" );
WAL = new Array("NLCentral", "Fleetwood", "Walkers", "Fleetwood Walkers (WAL)", "2002", "163", "85", "78", ".521", ".549", ".494" );
NLNLEast = new Array( "TIG", "SPR", "MET", "HEA" );

TIG = new Array("NLEast", "Charlevoix", "Tigers", "Charlevoix Tigers (TIG)", "2002", "162", "60", "102", ".370", ".420", ".321" );
SPR = new Array("NLEast", "Springfield", "Isotopes", "Springfield Isotopes (SPR)", "2002", "162", "73", "89", ".451", ".481", ".420" );
MET = new Array("NLEast", "Glen Allen", "Mets", "Glen Allen Mets (MET)", "2002", "162", "81", "81", ".500", ".494", ".506" );
HEA = new Array("NLEast", "Racine", "Heat", "Racine Heat (HEA)", "2002", "162", "74", "88", ".457", ".432", ".481" );

