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", "FOR", "MET", "MMT" );

TOR = new Array("EAST", "Toronto", "Toros", "Toronto Toros (TOR)", "2004", "162", "103", "59", ".636", ".593", ".679" );
WOR = new Array("EAST", "Woodbridge", "Rattlers", "Woodbridge Rattlers (WOR)", "2004", "162", "82", "80", ".506", ".469", ".543" );
FOR = new Array("EAST", "Fort Worth", "Liberators", "Fort Worth Liberators (FOR)", "2004", "162", "65", "97", ".401", ".346", ".457" );
MET = new Array("EAST", "Metropolis", "Men of Steel", "Metropolis Men of Steel (MET)", "2004", "162", "98", "64", ".605", ".543", ".667" );
MMT = new Array("EAST", "Misty Mountain", "Hoppers", "Misty Mountain Hoppers (MMT)", "2004", "162", "116", "46", ".716", ".716", ".716" );
ALWEST = new Array( "PEO", "SFS", "ICE", "VAN", "CAS" );

PEO = new Array("WEST", "Peoria", "Red Barons", "Peoria Red Barons (PEO)", "2004", "162", "43", "119", ".265", ".198", ".333" );
SFS = new Array("WEST", "South Florida", "Sharks", "South Florida Sharks (SFS)", "2004", "162", "84", "78", ".519", ".531", ".506" );
ICE = new Array("WEST", "Ice", "Nine", "Ice Nine (ICE)", "2004", "162", "85", "77", ".525", ".444", ".605" );
VAN = new Array("WEST", "Vancouver", "Vampires", "Vancouver Vampires (VAN)", "2004", "162", "71", "91", ".438", ".395", ".481" );
CAS = new Array("WEST", "Castle Park", "Knights", "Castle Park Knights (CAS)", "2004", "162", "63", "99", ".389", ".395", ".383" );
NLEAST = new Array( "MIN", "GAT", "FLO", "GLO", "IND" );

MIN = new Array("EAST", "Minnesota", "Mud Dogs", "Minnesota Mud Dogs (MIN)", "2004", "162", "79", "83", ".488", ".506", ".469" );
GAT = new Array("EAST", "Gatineau", "Knicks", "Gatineau Knicks (GAT)", "2004", "162", "73", "89", ".451", ".469", ".432" );
FLO = new Array("EAST", "Florence", "Freedom", "Florence Freedom (FLO)", "2004", "162", "56", "106", ".346", ".321", ".370" );
GLO = new Array("EAST", "Gloucester", "Commandoes", "Gloucester Commandoes (GLO)", "2004", "162", "94", "68", ".580", ".519", ".642" );
IND = new Array("EAST", "Indiana", "Insanity", "Indiana Insanity (IND)", "2004", "162", "88", "74", ".543", ".519", ".568" );
NLWEST = new Array( "LEW", "CAR", "HON", "LAS", "PRA" );

LEW = new Array("WEST", "Lewiston", "Sea Dogs", "Lewiston Sea Dogs (LEW)", "2004", "162", "67", "95", ".414", ".383", ".444" );
CAR = new Array("WEST", "Carbondale", "Jungle Dogs", "Carbondale Jungle Dogs (CAR)", "2004", "162", "102", "60", ".630", ".617", ".642" );
HON = new Array("WEST", "Honolulu", "Islanders", "Honolulu Islanders (HON)", "2004", "162", "93", "69", ".574", ".543", ".605" );
LAS = new Array("WEST", "Las Vegas", "Outlaws", "Las Vegas Outlaws (LAS)", "2004", "162", "79", "83", ".488", ".506", ".469" );
PRA = new Array("WEST", "Prairie", "Bearcats", "Prairie Bearcats (PRA)", "2004", "162", "79", "83", ".488", ".469", ".506" );

