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)", "2006", "162", "106", "56", ".654", ".654", ".654" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2006", "162", "84", "78", ".519", ".593", ".444" );
COL = new Array("ALEast", "Colonial Hghts", "Cannons", "Colonial Hghts Cannons (COL)", "2006", "162", "80", "82", ".494", ".481", ".506" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2006", "162", "73", "89", ".451", ".531", ".370" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2006", "162", "72", "90", ".444", ".481", ".407" );
ALALWest = new Array( "BEL", "SUS", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2006", "162", "79", "83", ".488", ".531", ".444" );
SUS = new Array("ALWest", "Susquehanna", "Mohicans", "Susquehanna Mohicans (SUS)", "2006", "162", "93", "69", ".574", ".630", ".519" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2006", "162", "78", "84", ".481", ".543", ".420" );
FLO = new Array("ALWest", "Florence", "River Bats", "Florence River Bats (FLO)", "2006", "162", "87", "75", ".537", ".605", ".469" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2006", "162", "86", "76", ".531", ".494", ".568" );
NLNLEast = new Array( "SEL", "HIC", "PAR", "BUR", "CHI" );

SEL = new Array("NLEast", "Selden", "Sluggers", "Selden Sluggers (SEL)", "2006", "162", "95", "67", ".586", ".617", ".556" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2006", "162", "52", "110", ".321", ".259", ".383" );
PAR = new Array("NLEast", "Parkchester Utd", "Cyclones", "Parkchester Utd Cyclones (PAR)", "2006", "162", "65", "97", ".401", ".407", ".395" );
BUR = new Array("NLEast", "Burlington", "Red Devils", "Burlington Red Devils (BUR)", "2006", "162", "91", "71", ".562", ".617", ".506" );
CHI = new Array("NLEast", "Chicago", "Black Sheep", "Chicago Black Sheep (CHI)", "2006", "162", "69", "93", ".426", ".346", ".506" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2006", "162", "68", "94", ".420", ".432", ".407" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2006", "162", "85", "77", ".525", ".556", ".494" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2006", "162", "82", "80", ".506", ".469", ".543" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2006", "162", "107", "55", ".660", ".630", ".691" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2006", "162", "68", "94", ".420", ".432", ".407" );
