sub = new Array( "AL", "NL" );
sublong = new Array( "American League", "National League" );

AL = new Array( "ALEast", "ALWest" );
NL = new Array( "NLEast", "NLWest" );

ALALEast = new Array( "VIR", "LAN", "CIN", "MAS", "BIG" );

VIR = new Array("ALEast", "Virginia Beach", "Neptunes", "Virginia Beach Neptunes (VIR)", "2003", "162", "75", "87", ".463", ".481", ".444" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2003", "162", "56", "106", ".346", ".395", ".296" );
CIN = new Array("ALEast", "Cincinnati", "Redlegs", "Cincinnati Redlegs (CIN)", "2003", "162", "86", "76", ".531", ".580", ".481" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2003", "162", "87", "75", ".537", ".556", ".519" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2003", "162", "85", "77", ".525", ".593", ".457" );
ALALWest = new Array( "BEL", "WAS", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2003", "162", "88", "74", ".543", ".580", ".506" );
WAS = new Array("ALWest", "Washington", "Federals", "Washington Federals (WAS)", "2003", "162", "86", "76", ".531", ".568", ".494" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2003", "162", "91", "71", ".562", ".642", ".481" );
FLO = new Array("ALWest", "Florence", "Thoroughbreds", "Florence Thoroughbreds (FLO)", "2003", "162", "54", "108", ".333", ".358", ".309" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2003", "162", "96", "66", ".593", ".654", ".531" );
NLNLEast = new Array( "APP", "HIC", "CAP", "PMT", "NYT" );

APP = new Array("NLEast", "Appleton", "Foxes", "Appleton Foxes (APP)", "2003", "162", "83", "79", ".512", ".593", ".432" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2003", "163", "83", "80", ".509", ".556", ".463" );
CAP = new Array("NLEast", "Cape Cod", "Winds", "Cape Cod Winds (CAP)", "2003", "162", "81", "81", ".500", ".556", ".444" );
PMT = new Array("NLEast", "Portsmouth", "A's", "Portsmouth A's (PMT)", "2003", "162", "70", "92", ".432", ".444", ".420" );
NYT = new Array("NLEast", "New York", "Titanics", "New York Titanics (NYT)", "2003", "162", "76", "86", ".469", ".556", ".383" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2003", "162", "77", "85", ".475", ".420", ".531" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2003", "162", "94", "68", ".580", ".556", ".605" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2003", "162", "72", "90", ".444", ".432", ".457" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2003", "162", "99", "63", ".611", ".568", ".654" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2003", "163", "82", "81", ".503", ".634", ".370" );
