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)", "0", "0", "0", "0", ".000", ".000", ".000" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "0", "0", "0", "0", ".000", ".000", ".000" );
CIN = new Array("ALEast", "Cincinnati", "Redlegs", "Cincinnati Redlegs (CIN)", "0", "0", "0", "0", ".000", ".000", ".000" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2003", "6", "2", "4", ".333", ".000", ".667" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "0", "0", "0", "0", ".000", ".000", ".000" );
ALALWest = new Array( "BEL", "WAS", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2003", "11", "6", "5", ".545", ".667", ".400" );
WAS = new Array("ALWest", "Washington", "Federals", "Washington Federals (WAS)", "0", "0", "0", "0", ".000", ".000", ".000" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2003", "19", "12", "7", ".632", ".600", ".667" );
FLO = new Array("ALWest", "Florence", "Thoroughbreds", "Florence Thoroughbreds (FLO)", "0", "0", "0", "0", ".000", ".000", ".000" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2003", "5", "1", "4", ".200", ".500", ".000" );
NLNLEast = new Array( "APP", "HIC", "CAP", "PMT", "NYT" );

APP = new Array("NLEast", "Appleton", "Foxes", "Appleton Foxes (APP)", "2003", "4", "0", "4", ".000", ".000", ".000" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2003", "5", "1", "4", ".200", ".333", ".000" );
CAP = new Array("NLEast", "Cape Cod", "Winds", "Cape Cod Winds (CAP)", "0", "0", "0", "0", ".000", ".000", ".000" );
PMT = new Array("NLEast", "Portsmouth", "A's", "Portsmouth A's (PMT)", "0", "0", "0", "0", ".000", ".000", ".000" );
NYT = new Array("NLEast", "New York", "Titanics", "New York Titanics (NYT)", "0", "0", "0", "0", ".000", ".000", ".000" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "0", "0", "0", "0", ".000", ".000", ".000" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2003", "8", "4", "4", ".500", ".500", ".500" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "0", "0", "0", "0", ".000", ".000", ".000" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2003", "16", "11", "5", ".688", ".857", ".556" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "0", "0", "0", "0", ".000", ".000", ".000" );
