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)", "2007", "162", "102", "60", ".630", ".654", ".605" );
LAN = new Array("ALEast", "Landsdowne", "9", "Landsdowne 9 (LAN)", "2007", "162", "81", "81", ".500", ".580", ".420" );
COL = new Array("ALEast", "Colonial Hghts", "Cannons", "Colonial Hghts Cannons (COL)", "2007", "162", "79", "83", ".488", ".543", ".432" );
MAS = new Array("ALEast", "Massapequa Park", "Hammers", "Massapequa Park Hammers (MAS)", "2007", "162", "72", "90", ".444", ".420", ".469" );
BIG = new Array("ALEast", "Big Lake", "Foul Balls", "Big Lake Foul Balls (BIG)", "2007", "162", "84", "78", ".519", ".543", ".494" );
ALALWest = new Array( "BEL", "SUS", "HOB", "FLO", "WIN" );

BEL = new Array("ALWest", "Bellingham", "Bozos", "Bellingham Bozos (BEL)", "2007", "162", "92", "70", ".568", ".630", ".506" );
SUS = new Array("ALWest", "Susquehanna", "Mohicans", "Susquehanna Mohicans (SUS)", "2007", "162", "71", "91", ".438", ".444", ".432" );
HOB = new Array("ALWest", "Hobart", "Tailwind", "Hobart Tailwind (HOB)", "2007", "162", "73", "89", ".451", ".457", ".444" );
FLO = new Array("ALWest", "Florence", "River Bats", "Florence River Bats (FLO)", "2007", "162", "84", "78", ".519", ".494", ".543" );
WIN = new Array("ALWest", "Winooski", "Onions", "Winooski Onions (WIN)", "2007", "162", "73", "89", ".451", ".481", ".420" );
NLNLEast = new Array( "SEL", "HIC", "SUM", "BAS", "CHI" );

SEL = new Array("NLEast", "Selden", "Sluggers", "Selden Sluggers (SEL)", "2007", "162", "99", "63", ".611", ".630", ".593" );
HIC = new Array("NLEast", "Hicksville", "Comets", "Hicksville Comets (HIC)", "2007", "162", "57", "105", ".352", ".346", ".358" );
SUM = new Array("NLEast", "Summit Station", "Cyclones", "Summit Station Cyclones (SUM)", "2007", "162", "87", "75", ".537", ".543", ".531" );
BAS = new Array("NLEast", "Basin City", "Blues", "Basin City Blues (BAS)", "2007", "162", "78", "84", ".481", ".469", ".494" );
CHI = new Array("NLEast", "Chicago", "Black Sheep", "Chicago Black Sheep (CHI)", "2007", "162", "70", "92", ".432", ".432", ".432" );
NLNLWest = new Array( "WHI", "WAT", "MIL", "SBN", "LON" );

WHI = new Array("NLWest", "Whiting", "Pointers", "Whiting Pointers (WHI)", "2007", "162", "105", "57", ".648", ".716", ".580" );
WAT = new Array("NLWest", "Watertown", "Mets", "Watertown Mets (WAT)", "2007", "162", "66", "96", ".407", ".420", ".395" );
MIL = new Array("NLWest", "Milwaukee", "Mullets", "Milwaukee Mullets (MIL)", "2007", "162", "73", "89", ".451", ".420", ".481" );
SBN = new Array("NLWest", "South Bend", "Fighting Irish", "South Bend Fighting Irish (SBN)", "2007", "162", "107", "55", ".660", ".679", ".642" );
LON = new Array("NLWest", "Long Beach", "Jesters", "Long Beach Jesters (LON)", "2007", "162", "67", "95", ".414", ".444", ".383" );
