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)", "2009", "162", "98", "64", ".605", ".617", ".593" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2009", "162", "67", "95", ".414", ".395", ".432" );
COL = new Array("ALEast", "Colonial Hghts", "Cannons", "Colonial Hghts Cannons (COL)", "2009", "162", "101", "61", ".623", ".630", ".617" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2009", "162", "66", "96", ".407", ".370", ".444" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2009", "162", "76", "86", ".469", ".395", ".543" );
ALALWest = new Array( "BEL", "YTN", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2009", "162", "100", "62", ".617", ".753", ".481" );
YTN = new Array("ALWest", "Youngstown", "Mafia", "Youngstown Mafia (YTN)", "2009", "162", "51", "111", ".315", ".395", ".235" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2009", "162", "76", "86", ".469", ".469", ".469" );
FLO = new Array("ALWest", "Florence", "River Bats", "Florence River Bats (FLO)", "2009", "162", "122", "40", ".753", ".802", ".704" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2009", "162", "69", "93", ".426", ".519", ".333" );
NLNLEast = new Array( "SEL", "HIC", "SUM", "BUR", "CHI" );

SEL = new Array("NLEast", "Selden", "Sluggers", "Selden Sluggers (SEL)", "2009", "162", "95", "67", ".586", ".605", ".568" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2009", "162", "63", "99", ".389", ".370", ".407" );
SUM = new Array("NLEast", "Summit Station", "Cyclones", "Summit Station Cyclones (SUM)", "2009", "162", "85", "77", ".525", ".531", ".519" );
BUR = new Array("NLEast", "Burlington", "Red Devils", "Burlington Red Devils (BUR)", "2009", "162", "68", "94", ".420", ".444", ".395" );
CHI = new Array("NLEast", "Chicago", "Black Sheep", "Chicago Black Sheep (CHI)", "2009", "162", "74", "88", ".457", ".469", ".444" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2009", "162", "62", "100", ".383", ".444", ".321" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2009", "162", "73", "89", ".451", ".531", ".370" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2009", "162", "64", "98", ".395", ".432", ".358" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2009", "162", "109", "53", ".673", ".679", ".667" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2009", "162", "101", "61", ".623", ".667", ".580" );
