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

TOR = new Array("EAST", "Toronto", "Toros", "Toronto Toros (TOR)", "2002", "162", "93", "69", ".574", ".556", ".593" );
MIS = new Array("EAST", "Missouri", "Gamblers", "Missouri Gamblers (MIS)", "2002", "162", "81", "81", ".500", ".469", ".531" );
FOR = new Array("EAST", "Fort Worth", "Liberators", "Fort Worth Liberators (FOR)", "2002", "162", "63", "99", ".389", ".370", ".407" );
MET = new Array("EAST", "Metropolis", "Men of Steel", "Metropolis Men of Steel (MET)", "2002", "162", "105", "57", ".648", ".568", ".728" );
DAK = new Array("EAST", "Dakota", "Renegades", "Dakota Renegades (DAK)", "2002", "162", "80", "82", ".494", ".383", ".605" );
ALWEST = new Array( "LAN", "ICE", "STP", "CAS", "PHI" );

LAN = new Array("WEST", "Lansing", "Lugnuts", "Lansing Lugnuts (LAN)", "2002", "162", "114", "48", ".704", ".617", ".790" );
ICE = new Array("WEST", "Ice", "Nine", "Ice Nine (ICE)", "2002", "162", "98", "64", ".605", ".593", ".617" );
STP = new Array("WEST", "St. Paul", "Snowmen", "St. Paul Snowmen (STP)", "2002", "162", "47", "115", ".290", ".259", ".321" );
CAS = new Array("WEST", "Castle Park", "Knights", "Castle Park Knights (CAS)", "2002", "162", "65", "97", ".401", ".358", ".444" );
PHI = new Array("WEST", "Philadelphia", "Road Warriors", "Philadelphia Road Warriors (PHI)", "2002", "162", "64", "98", ".395", ".370", ".420" );
NLEAST = new Array( "CUM", "GAT", "OTT", "GLO", "MMT", "ALL" );

CUM = new Array("EAST", "Cumberland", "Maulers", "Cumberland Maulers (CUM)", "2002", "162", "79", "83", ".488", ".580", ".395" );
GAT = new Array("EAST", "Gatineau", "Knicks", "Gatineau Knicks (GAT)", "2002", "162", "65", "97", ".401", ".457", ".346" );
OTT = new Array("EAST", "Ottawa", "Coyotes", "Ottawa Coyotes (OTT)", "2002", "162", "58", "104", ".358", ".358", ".358" );
GLO = new Array("EAST", "Gloucester", "Commandoes", "Gloucester Commandoes (GLO)", "2002", "162", "99", "63", ".611", ".593", ".630" );
MMT = new Array("EAST", "Misty Mountain", "Hoppers", "Misty Mountain Hoppers (MMT)", "2002", "162", "94", "68", ".580", ".580", ".580" );
ALL = new Array("EAST", "Allentown", "Express", "Allentown Express (ALL)", "2002", "162", "66", "96", ".407", ".494", ".321" );
NLWEST = new Array( "PEO", "LEW", "CAR", "ALO", "LAS", "VAL" );

PEO = new Array("WEST", "Peoria", "Red Barons", "Peoria Red Barons (PEO)", "2002", "162", "59", "103", ".364", ".395", ".333" );
LEW = new Array("WEST", "Lewiston", "Sea Dogs", "Lewiston Sea Dogs (LEW)", "2002", "162", "71", "91", ".438", ".407", ".469" );
CAR = new Array("WEST", "Carbondale", "Jungle Dogs", "Carbondale Jungle Dogs (CAR)", "2002", "162", "113", "49", ".698", ".654", ".741" );
ALO = new Array("WEST", "Aloha", "Angels", "Aloha Angels (ALO)", "2002", "162", "88", "74", ".543", ".506", ".580" );
LAS = new Array("WEST", "Las Vegas", "Outlaws", "Las Vegas Outlaws (LAS)", "2002", "162", "65", "97", ".401", ".395", ".407" );
VAL = new Array("WEST", "Valencia", "Browns", "Valencia Browns (VAL)", "2002", "162", "115", "47", ".710", ".642", ".778" );

