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", "COL", "MAS", "BIG" );

VIR = new Array("ALEast", "Virginia Beach", "Neptunes", "Virginia Beach Neptunes (VIR)", "2008", "162", "121", "41", ".747", ".728", ".765" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2008", "162", "63", "99", ".389", ".395", ".383" );
COL = new Array("ALEast", "Colonial Hghts", "Cannons", "Colonial Hghts Cannons (COL)", "2008", "162", "56", "106", ".346", ".333", ".358" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2008", "162", "80", "82", ".494", ".593", ".395" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2008", "162", "90", "72", ".556", ".556", ".556" );
ALALWest = new Array( "BEL", "YTN", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2008", "162", "112", "50", ".691", ".728", ".654" );
YTN = new Array("ALWest", "Youngstown", "Mafia", "Youngstown Mafia (YTN)", "2008", "162", "34", "128", ".210", ".222", ".198" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2008", "162", "97", "65", ".599", ".630", ".568" );
FLO = new Array("ALWest", "Florence", "River Bats", "Florence River Bats (FLO)", "2008", "162", "79", "83", ".488", ".519", ".457" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2008", "162", "68", "94", ".420", ".432", ".407" );
NLNLEast = new Array( "SEL", "HIC", "SUM", "BUR", "CHI" );

SEL = new Array("NLEast", "Selden", "Sluggers", "Selden Sluggers (SEL)", "2008", "162", "111", "51", ".685", ".716", ".654" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2008", "162", "76", "86", ".469", ".494", ".444" );
SUM = new Array("NLEast", "Summit Station", "Cyclones", "Summit Station Cyclones (SUM)", "2008", "162", "69", "93", ".426", ".444", ".407" );
BUR = new Array("NLEast", "Burlington", "Red Devils", "Burlington Red Devils (BUR)", "2008", "162", "66", "96", ".407", ".457", ".358" );
CHI = new Array("NLEast", "Chicago", "Black Sheep", "Chicago Black Sheep (CHI)", "2008", "162", "70", "92", ".432", ".531", ".333" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2008", "162", "107", "55", ".660", ".790", ".531" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2008", "162", "60", "102", ".370", ".506", ".235" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2008", "162", "78", "84", ".481", ".531", ".432" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2008", "162", "104", "58", ".642", ".753", ".531" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2008", "162", "79", "83", ".488", ".481", ".494" );
