sub = new Array( "AL", "NL" );
sublong = new Array( "AMERICAN LEAGUE", "NATIONAL LEAGUE" );

AL = new Array( "EAST", "WEST" );
NL = new Array( "EAST", "WEST" );

ALEAST = new Array( "TOR", "WOR", "HAW", "MET", "MMT" );

TOR = new Array("EAST", "Toronto", "Toros", "Toronto Toros (TOR)", "2007", "162", "92", "70", ".568", ".556", ".580" );
WOR = new Array("EAST", "Woodbridge", "Rattlers", "Woodbridge Rattlers (WOR)", "2007", "162", "76", "86", ".469", ".519", ".420" );
HAW = new Array("EAST", "Hawaii", "Poi Pounders", "Hawaii Poi Pounders (HAW)", "2007", "162", "76", "86", ".469", ".506", ".432" );
MET = new Array("EAST", "Metropolis", "Men of Steel", "Metropolis Men of Steel (MET)", "2007", "162", "86", "76", ".531", ".531", ".531" );
MMT = new Array("EAST", "Misty Mountain", "Hoppers", "Misty Mountain Hoppers (MMT)", "2007", "162", "122", "40", ".753", ".765", ".741" );
ALWEST = new Array( "BHB", "WAU", "VAN", "TOP", "FLO" );

BHB = new Array("WEST", "Bell Heights", "Badgers", "Bell Heights Badgers (BHB)", "2007", "162", "46", "116", ".284", ".333", ".235" );
WAU = new Array("WEST", "Wauwatosa", "Wizards", "Wauwatosa Wizards (WAU)", "2007", "162", "56", "106", ".346", ".358", ".333" );
VAN = new Array("WEST", "Vancouver", "Vampires", "Vancouver Vampires (VAN)", "2007", "162", "81", "81", ".500", ".432", ".568" );
TOP = new Array("WEST", "Topeka", "Tornado", "Topeka Tornado (TOP)", "2007", "162", "64", "98", ".395", ".444", ".346" );
FLO = new Array("WEST", "Florence", "Freedom", "Florence Freedom (FLO)", "2007", "162", "111", "51", ".685", ".741", ".630" );
NLEAST = new Array( "PEO", "MIN", "GAT", "GLO", "IND" );

PEO = new Array("EAST", "Peoria", "Red Barons", "Peoria Red Barons (PEO)", "2007", "162", "82", "80", ".506", ".556", ".457" );
MIN = new Array("EAST", "Minnesota", "Mud Dogs", "Minnesota Mud Dogs (MIN)", "2007", "162", "42", "120", ".259", ".272", ".247" );
GAT = new Array("EAST", "Gatineau", "Knicks", "Gatineau Knicks (GAT)", "2007", "162", "95", "67", ".586", ".617", ".556" );
GLO = new Array("EAST", "Gloucester", "Commandoes", "Gloucester Commandoes (GLO)", "2007", "162", "68", "94", ".420", ".444", ".395" );
IND = new Array("EAST", "Indiana", "Insanity", "Indiana Insanity (IND)", "2007", "162", "86", "76", ".531", ".556", ".506" );
NLWEST = new Array( "LEW", "CAR", "MSD", "MUD", "PRA" );

LEW = new Array("WEST", "Lewiston", "Sea Dogs", "Lewiston Sea Dogs (LEW)", "2007", "162", "88", "74", ".543", ".519", ".568" );
CAR = new Array("WEST", "Carbondale", "Jungle Dogs", "Carbondale Jungle Dogs (CAR)", "2007", "162", "86", "76", ".531", ".543", ".519" );
MSD = new Array("WEST", "Mississippi", "Delta Blues", "Mississippi Delta Blues (MSD)", "2007", "162", "81", "81", ".500", ".481", ".519" );
MUD = new Array("WEST", "Mudville", "Nine", "Mudville Nine (MUD)", "2007", "162", "92", "70", ".568", ".506", ".630" );
PRA = new Array("WEST", "Prairie", "Bearcats", "Prairie Bearcats (PRA)", "2007", "162", "90", "72", ".556", ".580", ".531" );

