sub = new Array( "GU" );
sublong = new Array( "Gussomo" );

GU = new Array( "Atlantic", "Central", "MidWest", "Pacific" );

GUAtlantic = new Array( "RIB", "GEC", "GCB", "BUB", "PRW" );

RIB = new Array("Atlantic", "Richmond", "Banshees", "Richmond Banshees (RIB)", "2004", "162", "106", "56", ".654", ".728", ".580" );
GEC = new Array("Atlantic", "Georgia", "Crackers", "Georgia Crackers (GEC)", "2004", "162", "76", "86", ".469", ".506", ".432" );
GCB = new Array("Atlantic", "Gotham City", "Batmen", "Gotham City Batmen (GCB)", "2004", "162", "43", "119", ".265", ".272", ".250" );
BUB = new Array("Atlantic", "Buster's", "Battalions", "Buster's Battalions (BUB)", "2004", "162", "104", "58", ".642", ".667", ".617" );
PRW = new Array("Atlantic", "Pennsylvania", "Road Warriors", "Pennsylvania Road Warriors (PRW)", "2004", "162", "91", "71", ".562", ".679", ".444" );
GUCentral = new Array( "CCC", "MMD", "MBO", "MIM", "CHM" );

CCC = new Array("Central", "Corpus Christi", "'Cudas", "Corpus Christi 'Cudas (CCC)", "2004", "162", "64", "98", ".395", ".420", ".370" );
MMD = new Array("Central", "Michigan", "Mad Dogs", "Michigan Mad Dogs (MMD)", "2004", "162", "86", "79", ".521", ".568", ".469" );
MBO = new Array("Central", "Mississippi", "Big Orange", "Mississippi Big Orange (MBO)", "2004", "162", "96", "66", ".593", ".617", ".568" );
MIM = new Array("Central", "Minnesota", "Marvels", "Minnesota Marvels (MIM)", "2004", "162", "118", "44", ".728", ".741", ".716" );
CHM = new Array("Central", "Chicago", "Mob", "Chicago Mob (CHM)", "2004", "162", "87", "75", ".537", ".568", ".506" );
GUMidWest = new Array( "FCF", "ITS", "INC", "AUB", "WRR" );

FCF = new Array("MidWest", "Fort Collins", "Force", "Fort Collins Force (FCF)", "2004", "162", "87", "78", ".527", ".481", ".580" );
ITS = new Array("MidWest", "Italian", "Stallions", "Italian Stallions (ITS)", "2004", "162", "67", "95", ".414", ".444", ".383" );
INC = new Array("MidWest", "Indianapolis", "Clowns", "Indianapolis Clowns (INC)", "2004", "162", "59", "103", ".364", ".407", ".321" );
AUB = new Array("MidWest", "Aurora", "Borealis", "Aurora Borealis (AUB)", "2004", "162", "92", "70", ".568", ".716", ".420" );
WRR = new Array("MidWest", "Wrigley", "Raiders", "Wrigley Raiders (WRR)", "2004", "162", "84", "78", ".519", ".506", ".531" );
GUPacific = new Array( "FEF", "SEP", "SCS", "MEV", "COG" );

FEF = new Array("Pacific", "Fenway", "Faithful", "Fenway Faithful (FEF)", "2004", "162", "54", "108", ".333", ".259", ".407" );
SEP = new Array("Pacific", "Seattle", "Pilots", "Seattle Pilots (SEP)", "2004", "162", "59", "103", ".364", ".358", ".370" );
SCS = new Array("Pacific", "Sin City", "Bounty Hunters", "Sin City Bounty Hunters (SCS)", "2004", "162", "98", "64", ".605", ".630", ".580" );
MEV = new Array("Pacific", "Mexicali", "Vahtos", "Mexicali Vahtos (MEV)", "2004", "162", "54", "108", ".333", ".309", ".358" );
COG = new Array("Pacific", "Concord", "Grape", "Concord Grape (COG)", "2004", "162", "98", "64", ".605", ".617", ".590" );

