sub = new Array( "EL", "WL" );
sublong = new Array( "East", "West" );

EL = new Array( "East" );
WL = new Array( "West" );

ELEast = new Array( "BAE", "BOE", "SKE", "CLE", "COE", "MME", "MBE", "PPE", "QKE", "SPE" );

BAE = new Array("East", "Baltimore", "Orioles", "Baltimore Orioles (BAE)", "1972", "150", "78", "72", ".520", ".560", ".480" );
BOE = new Array("East", "Boston", "Beaneaters", "Boston Beaneaters (BOE)", "1972", "150", "54", "96", ".360", ".413", ".307" );
SKE = new Array("East", "Spokane", "Web Gems", "Spokane Web Gems (SKE)", "1972", "150", "66", "84", ".440", ".493", ".387" );
CLE = new Array("East", "Cleveland", "Indians", "Cleveland Indians (CLE)", "1972", "150", "91", "59", ".607", ".600", ".613" );
COE = new Array("East", "Columbus", "Redbirds", "Columbus Redbirds (COE)", "1972", "150", "72", "78", ".480", ".507", ".453" );
MME = new Array("East", "Manchester", "Minutemen", "Manchester Minutemen (MME)", "1972", "150", "67", "83", ".447", ".493", ".400" );
MBE = new Array("East", "Montgomery", "Biscuits", "Montgomery Biscuits (MBE)", "1972", "150", "53", "97", ".353", ".400", ".307" );
PPE = new Array("East", "Pittsburgh", "Pirates", "Pittsburgh Pirates (PPE)", "1972", "150", "104", "46", ".693", ".693", ".693" );
QKE = new Array("East", "Queens", "Kings", "Queens Kings (QKE)", "1972", "150", "82", "68", ".547", ".547", ".547" );
SPE = new Array("East", "Springfield", "Bulls", "Springfield Bulls (SPE)", "1972", "150", "94", "56", ".627", ".600", ".653" );
WLWest = new Array( "ALW", "LAW", "OAW", "PBW", "SAW", "SFW", "SEW", "TXW", "VCW", "WYW" );

ALW = new Array("West", "Albuquerque", "Dukes", "Albuquerque Dukes (ALW)", "1972", "150", "74", "76", ".493", ".453", ".533" );
LAW = new Array("West", "Los Angeles", "Angels", "Los Angeles Angels (LAW)", "1972", "150", "73", "77", ".487", ".480", ".493" );
OAW = new Array("West", "Oakland", "Oaks", "Oakland Oaks (OAW)", "1972", "150", "63", "87", ".420", ".413", ".427" );
PBW = new Array("West", "Portland", "Beavers", "Portland Beavers (PBW)", "1972", "150", "82", "68", ".547", ".533", ".560" );
SAW = new Array("West", "Sacramento", "River Cats", "Sacramento River Cats (SAW)", "1972", "150", "78", "72", ".520", ".520", ".520" );
SFW = new Array("West", "San Francisco", "Golden Seals", "San Francisco Golden Seals (SFW)", "1972", "150", "74", "76", ".493", ".560", ".427" );
SEW = new Array("West", "Seattle", "Red Barons", "Seattle Red Barons (SEW)", "1972", "150", "86", "64", ".573", ".627", ".520" );
TXW = new Array("West", "Texas", "Rangers", "Texas Rangers (TXW)", "1972", "150", "71", "79", ".473", ".533", ".413" );
VCW = new Array("West", "Vancouver", "Canadians", "Vancouver Canadians (VCW)", "1972", "150", "53", "97", ".353", ".427", ".280" );
WYW = new Array("West", "Wyoming", "Pioneers", "Wyoming Pioneers (WYW)", "1972", "150", "85", "65", ".567", ".640", ".493" );

