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)", "2004", "162", "117", "45", ".722", ".778", ".667" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2004", "162", "61", "101", ".377", ".395", ".358" );
CIN = new Array("ALEast", "Cincinnati", "Redlegs", "Cincinnati Redlegs (CIN)", "2004", "162", "69", "93", ".426", ".494", ".358" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2004", "162", "83", "79", ".512", ".580", ".444" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2004", "162", "88", "74", ".543", ".593", ".494" );
ALALWest = new Array( "BEL", "WAS", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2004", "162", "74", "88", ".457", ".494", ".420" );
WAS = new Array("ALWest", "Washington", "Federals", "Washington Federals (WAS)", "2004", "162", "96", "66", ".593", ".556", ".630" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2004", "162", "93", "69", ".574", ".568", ".580" );
FLO = new Array("ALWest", "Florence", "Thoroughbreds", "Florence Thoroughbreds (FLO)", "2004", "162", "69", "93", ".426", ".407", ".444" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2004", "162", "101", "61", ".623", ".654", ".593" );
NLNLEast = new Array( "ENI", "HIC", "CAP", "LIL", "NYT" );

ENI = new Array("NLEast", "Enid", "Thunderbirds", "Enid Thunderbirds (ENI)", "2004", "162", "61", "101", ".377", ".370", ".383" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2004", "162", "65", "97", ".401", ".358", ".444" );
CAP = new Array("NLEast", "Cape Cod", "Winds", "Cape Cod Winds (CAP)", "2004", "162", "70", "92", ".432", ".432", ".432" );
LIL = new Array("NLEast", "Long Island", "Lightning", "Long Island Lightning (LIL)", "2004", "162", "91", "71", ".562", ".506", ".617" );
NYT = new Array("NLEast", "New York", "Titanics", "New York Titanics (NYT)", "2004", "162", "76", "86", ".469", ".494", ".444" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2004", "162", "104", "58", ".642", ".704", ".580" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2004", "162", "71", "91", ".438", ".506", ".370" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2004", "162", "72", "90", ".444", ".519", ".370" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2004", "162", "92", "70", ".568", ".580", ".556" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2004", "162", "67", "95", ".414", ".407", ".420" );
