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( "BRO", "TOL", "LVS", "OUT" );

BRO = new Array("ALWest", "Brooklyn", "Bulldogs", "Brooklyn Bulldogs (BRO)", "2007", "162", "78", "84", ".481", ".506", ".457" );
TOL = new Array("ALWest", "Toledo", "Mudhens", "Toledo Mudhens (TOL)", "2007", "162", "96", "66", ".593", ".642", ".543" );
LVS = new Array("ALWest", "Las Vegas", "Stars", "Las Vegas Stars (LVS)", "2007", "162", "62", "100", ".383", ".383", ".383" );
OUT = new Array("ALWest", "Santa Barbara", "Outlaws", "Santa Barbara Outlaws (OUT)", "2007", "162", "86", "76", ".531", ".494", ".568" );
ALALCentral = new Array( "MAU", "PLA", "NWH", "BOX" );

MAU = new Array("ALCentral", "Cook County", "Maulers", "Cook County Maulers (MAU)", "2007", "162", "106", "56", ".654", ".642", ".667" );
PLA = new Array("ALCentral", "Plaza", "Lions", "Plaza Lions (PLA)", "2007", "162", "92", "70", ".568", ".605", ".531" );
NWH = new Array("ALCentral", "Louisville", "Colonels", "Louisville Colonels (NWH)", "2007", "162", "71", "91", ".438", ".457", ".420" );
BOX = new Array("ALCentral", "Box City", "Parcelmen", "Box City Parcelmen (BOX)", "2007", "162", "118", "44", ".728", ".753", ".704" );
ALALEast = new Array( "SUP", "HES", "WCS", "TIN" );

SUP = new Array("ALEast", "Superior", "Blues", "Superior Blues (SUP)", "2007", "162", "65", "97", ".401", ".395", ".407" );
HES = new Array("ALEast", "Hessville", "Everreadys", "Hessville Everreadys (HES)", "2007", "162", "90", "72", ".556", ".519", ".593" );
WCS = new Array("ALEast", "Windy City", "Slickers", "Windy City Slickers (WCS)", "2007", "162", "72", "90", ".444", ".444", ".444" );
TIN = new Array("ALEast", "Tinley", "Redbirds", "Tinley Redbirds (TIN)", "2007", "162", "57", "105", ".352", ".358", ".346" );
NLNLWest = new Array( "DRA", "YEL", "AVE", "OCA" );

DRA = new Array("NLWest", "Charm City", "Dragoons", "Charm City Dragoons (DRA)", "2007", "162", "50", "112", ".309", ".235", ".383" );
YEL = new Array("NLWest", "North Georgia", "Yellow Jackets", "North Georgia Yellow Jackets (YEL)", "2007", "162", "68", "94", ".420", ".432", ".407" );
AVE = new Array("NLWest", "Metropolis", "Avengers", "Metropolis Avengers (AVE)", "2007", "162", "95", "67", ".586", ".580", ".593" );
OCA = new Array("NLWest", "Ocala", "Ocelots", "Ocala Ocelots (OCA)", "2007", "162", "108", "54", ".667", ".593", ".741" );
NLNLCentral = new Array( "BLO", "MAI", "TEX", "FLE" );

BLO = new Array("NLCentral", "Bloomington", "Bees", "Bloomington Bees (BLO)", "2007", "162", "110", "52", ".679", ".679", ".679" );
MAI = new Array("NLCentral", "Maine", "Black Flies", "Maine Black Flies (MAI)", "2007", "162", "73", "89", ".451", ".407", ".494" );
TEX = new Array("NLCentral", "Texas", "ChickenHawks", "Texas ChickenHawks (TEX)", "2007", "162", "50", "112", ".309", ".272", ".346" );
FLE = new Array("NLCentral", "Fleetwood", "Walkers", "Fleetwood Walkers (FLE)", "2007", "162", "98", "64", ".605", ".679", ".531" );
NLNLEast = new Array( "CAM", "SPR", "MET", "PRE" );

CAM = new Array("NLEast", "Camby", "Cubs", "Camby Cubs (CAM)", "2007", "162", "47", "115", ".290", ".259", ".321" );
SPR = new Array("NLEast", "Springfield", "Isotopes", "Springfield Isotopes (SPR)", "2007", "162", "96", "66", ".593", ".580", ".605" );
MET = new Array("NLEast", "Glen Allen", "Mets", "Glen Allen Mets (MET)", "2007", "162", "102", "60", ".630", ".679", ".580" );
PRE = new Array("NLEast", "Port Richey", "Everglades", "Port Richey Everglades (PRE)", "2007", "162", "54", "108", ".333", ".321", ".346" );

