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)", "2003", "162", "65", "97", ".401", ".469", ".333" );
TOL = new Array("ALWest", "Toledo", "Mudhens", "Toledo Mudhens (TOL)", "2003", "162", "78", "84", ".481", ".543", ".420" );
LAC = new Array("ALWest", "La Crosse", "Lagers", "La Crosse Lagers (LAC)", "2003", "162", "81", "81", ".500", ".494", ".506" );
OUT = new Array("ALWest", "Santa Barbara", "Outlaws", "Santa Barbara Outlaws (OUT)", "2003", "162", "92", "70", ".568", ".580", ".556" );
ALALCentral = new Array( "MAU", "LIO", "RUB", "PAR" );

MAU = new Array("ALCentral", "Cook County", "Maulers", "Cook County Maulers (MAU)", "2003", "162", "115", "47", ".710", ".728", ".691" );
LIO = new Array("ALCentral", "Plaza", "Lions", "Plaza Lions (LIO)", "2003", "162", "44", "118", ".272", ".259", ".284" );
RUB = new Array("ALCentral", "Iowa", "Rubes", "Iowa Rubes (RUB)", "2003", "162", "85", "77", ".525", ".568", ".481" );
PAR = new Array("ALCentral", "Box City", "Parcelmen", "Box City Parcelmen (PAR)", "2003", "162", "60", "102", ".370", ".370", ".370" );
ALALEast = new Array( "MOL", "EVE", "MUD", "RAT" );

MOL = new Array("ALEast", "Moline", "Cutters", "Moline Cutters (MOL)", "2003", "162", "77", "85", ".475", ".444", ".506" );
EVE = new Array("ALEast", "Hessville", "Everreadys", "Hessville Everreadys (EVE)", "2003", "162", "48", "114", ".296", ".284", ".309" );
MUD = new Array("ALEast", "Minnesota", "Mudcats", "Minnesota Mudcats (MUD)", "2003", "162", "97", "65", ".599", ".568", ".630" );
RAT = new Array("ALEast", "Bakersfield", "Rattlers", "Bakersfield Rattlers (RAT)", "2003", "162", "102", "60", ".630", ".605", ".654" );
NLNLWest = new Array( "WOL", "YEL", "AVE", "OCE" );

WOL = new Array("NLWest", "Gem City", "Wolfpack", "Gem City Wolfpack (WOL)", "2003", "162", "86", "76", ".531", ".580", ".481" );
YEL = new Array("NLWest", "North Georgia", "Yellow Jackets", "North Georgia Yellow Jackets (YEL)", "2003", "162", "76", "86", ".469", ".457", ".481" );
AVE = new Array("NLWest", "Metropolis", "Avengers", "Metropolis Avengers (AVE)", "2003", "162", "58", "104", ".358", ".358", ".358" );
OCE = new Array("NLWest", "Ocala", "Ocelots", "Ocala Ocelots (OCE)", "2003", "162", "115", "47", ".710", ".753", ".667" );
NLNLCentral = new Array( "BEE", "BUC", "SIO", "WAL" );

BEE = new Array("NLCentral", "Bloomington", "Bees", "Bloomington Bees (BEE)", "2003", "162", "75", "87", ".463", ".481", ".444" );
BUC = new Array("NLCentral", "Columbus", "Buckeyes", "Columbus Buckeyes (BUC)", "2003", "162", "77", "85", ".475", ".494", ".457" );
SIO = new Array("NLCentral", "Stanley", "Sioux", "Stanley Sioux (SIO)", "2003", "162", "111", "51", ".685", ".679", ".691" );
WAL = new Array("NLCentral", "Fleetwood", "Walkers", "Fleetwood Walkers (WAL)", "2003", "162", "91", "71", ".562", ".630", ".494" );
NLNLEast = new Array( "TIG", "SPR", "MET", "PRE" );

TIG = new Array("NLEast", "Charlevoix", "Tigers", "Charlevoix Tigers (TIG)", "2003", "162", "55", "107", ".340", ".383", ".296" );
SPR = new Array("NLEast", "Springfield", "Isotopes", "Springfield Isotopes (SPR)", "2003", "162", "100", "62", ".617", ".630", ".605" );
MET = new Array("NLEast", "Glen Allen", "Mets", "Glen Allen Mets (MET)", "2003", "162", "94", "68", ".580", ".593", ".568" );
PRE = new Array("NLEast", "Port Richey", "Everglades", "Port Richey Everglades (PRE)", "2003", "162", "62", "100", ".383", ".309", ".457" );

