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( "CHA", "HOM", "MIS", "RCH", "SHE" );

CHA = new Array("East", "Charleston", "Low Sox", "Charleston Low Sox (CHA)", "2011", "162", "92", "70", ".568", ".519", ".617" );
HOM = new Array("East", "Homestead", "Grays", "Homestead Grays (HOM)", "2011", "162", "101", "61", ".623", ".667", ".580" );
MIS = new Array("East", "Mississippi", "Tomahawks", "Mississippi Tomahawks (MIS)", "2011", "162", "75", "87", ".463", ".444", ".481" );
RCH = new Array("East", "Rochester", "Redbirds", "Rochester Redbirds (RCH)", "2011", "162", "98", "64", ".605", ".691", ".519" );
SHE = new Array("East", "Sheboygan", "Boomers", "Sheboygan Boomers (SHE)", "2011", "162", "63", "99", ".389", ".383", ".395" );
ALWest = new Array( "BRN", "LAD", "OLY", "STP", "THU" );

BRN = new Array("West", "Branson", "Baldknobbers", "Branson Baldknobbers (BRN)", "2011", "162", "65", "97", ".401", ".432", ".370" );
LAD = new Array("West", "Ladner", "Alouettes", "Ladner Alouettes (LAD)", "2011", "162", "93", "69", ".574", ".605", ".543" );
OLY = new Array("West", "Olympia", "Orioles", "Olympia Orioles (OLY)", "2011", "162", "83", "79", ".512", ".543", ".481" );
STP = new Array("West", "St Paul", "Coolers", "St Paul Coolers (STP)", "2011", "162", "67", "95", ".414", ".432", ".395" );
THU = new Array("West", "Thunder Bay", "Harbour Rats", "Thunder Bay Harbour Rats (THU)", "2011", "162", "62", "100", ".383", ".407", ".358" );
NLEast = new Array( "BRK", "GNW", "HAV", "MAN", "MON" );

BRK = new Array("East", "Brooklyn", "Trolleydodgers", "Brooklyn Trolleydodgers (BRK)", "2011", "162", "82", "80", ".506", ".494", ".519" );
GNW = new Array("East", "Gnawbone", "Doves", "Gnawbone Doves (GNW)", "2011", "162", "68", "94", ".420", ".383", ".457" );
HAV = new Array("East", "Havana", "Fightin Stogies", "Havana Fightin Stogies (HAV)", "2011", "162", "94", "68", ".580", ".568", ".593" );
MAN = new Array("East", "Manassas", "Redskins", "Manassas Redskins (MAN)", "2011", "162", "69", "93", ".426", ".432", ".420" );
MON = new Array("East", "Montpelier", "Pioneers", "Montpelier Pioneers (MON)", "2011", "162", "87", "75", ".537", ".519", ".556" );
NLWest = new Array( "BAT", "CAS", "SAN", "TMB", "YAK" );

BAT = new Array("West", "Bataan", "Tortugas", "Bataan Tortugas (BAT)", "2011", "162", "66", "96", ".407", ".383", ".432" );
CAS = new Array("West", "Casper", "Giants", "Casper Giants (CAS)", "2011", "162", "108", "54", ".667", ".716", ".617" );
SAN = new Array("West", "San Diego", "SunDogs", "San Diego SunDogs (SAN)", "2011", "162", "80", "82", ".494", ".469", ".519" );
TMB = new Array("West", "Tombstone", "Shooters", "Tombstone Shooters (TMB)", "2011", "162", "94", "68", ".580", ".531", ".630" );
YAK = new Array("West", "Yakima", "Bears", "Yakima Bears (YAK)", "2011", "162", "73", "89", ".451", ".383", ".519" );

