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)", "2005", "162", "109", "53", ".673", ".691", ".654" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2005", "162", "85", "77", ".525", ".469", ".580" );
CIN = new Array("ALEast", "Cincinnati", "Redlegs", "Cincinnati Redlegs (CIN)", "2005", "162", "87", "75", ".537", ".630", ".444" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2005", "162", "68", "94", ".420", ".420", ".420" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2005", "162", "97", "65", ".599", ".568", ".630" );
ALALWest = new Array( "BEL", "OLD", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2005", "162", "57", "105", ".352", ".370", ".333" );
OLD = new Array("ALWest", "Old Bridge", "Knights", "Old Bridge Knights (OLD)", "2005", "162", "77", "85", ".475", ".531", ".420" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2005", "162", "86", "76", ".531", ".617", ".444" );
FLO = new Array("ALWest", "Florence", "River Bats", "Florence River Bats (FLO)", "2005", "162", "84", "78", ".519", ".568", ".469" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2005", "162", "75", "87", ".463", ".519", ".407" );
NLNLEast = new Array( "SEL", "HIC", "CAP", "BUR", "CHI" );

SEL = new Array("NLEast", "Selden", "Sluggers", "Selden Sluggers (SEL)", "2005", "162", "74", "75", ".497", ".420", ".494" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2005", "162", "73", "86", ".459", ".444", ".494" );
CAP = new Array("NLEast", "Cape Cod", "Winds", "Cape Cod Winds (CAP)", "2005", "162", "57", "102", ".358", ".321", ".420" );
BUR = new Array("NLEast", "Burlington", "Red Devils", "Burlington Red Devils (BUR)", "2005", "162", "60", "99", ".377", ".407", ".370" );
CHI = new Array("NLEast", "Chicago", "Black Sheep", "Chicago Black Sheep (CHI)", "2005", "162", "88", "71", ".553", ".568", ".556" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2005", "162", "94", "67", ".584", ".654", ".519" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2005", "162", "71", "91", ".438", ".494", ".383" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2005", "162", "80", "82", ".494", ".519", ".469" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2005", "162", "121", "41", ".747", ".790", ".704" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2005", "162", "64", "98", ".395", ".420", ".370" );
