sub = new Array( "GA", "GN" );
sublong = new Array( "American", "National" );

GA = new Array( "American" );
GN = new Array( "National" );

GAAmerican = new Array( "DDD", "CBA", "IFA", "GHR", "ITH", "JSH", "RCG", "TXO" );

DDD = new Array("American", "Danville", "Dixie Dynomite", "Danville Dixie Dynomite (DDD)", "2003", "162", "74", "88", ".457", ".556", ".358" );
CBA = new Array("American", "Cleveland", "Baergas", "Cleveland Baergas (CBA)", "2003", "162", "64", "98", ".395", ".444", ".346" );
IFA = new Array("American", "Intercourse", "Fighting Amish", "Intercourse Fighting Amish (IFA)", "2003", "162", "60", "102", ".370", ".407", ".333" );
GHR = new Array("American", "GermanHungarian", "Rebels", "GermanHungarian Rebels (GHR)", "2003", "162", "87", "75", ".537", ".519", ".556" );
ITH = new Array("American", "Independence", "Threat", "Independence Threat (ITH)", "2003", "162", "93", "69", ".574", ".654", ".494" );
JSH = new Array("American", "Jersey", "Shore", "Jersey Shore (JSH)", "2003", "162", "91", "71", ".562", ".667", ".457" );
RCG = new Array("American", "River City", "Gamblers", "River City Gamblers (RCG)", "2003", "162", "92", "70", ".568", ".642", ".494" );
TXO = new Array("American", "Texas", "OutLaws", "Texas OutLaws (TXO)", "2003", "162", "99", "63", ".611", ".778", ".444" );
GNNational = new Array( "DEN", "GST", "CTB", "SGG", "MGG", "FLR", "BPH", "CON" );

DEN = new Array("National", "Denver", "Snow Dogs", "Denver Snow Dogs (DEN)", "2003", "162", "62", "100", ".383", ".420", ".346" );
GST = new Array("National", "Garden State", "Galactic Goats", "Garden State Galactic Goats (GST)", "2003", "162", "107", "55", ".660", ".704", ".617" );
CTB = new Array("National", "California", "Tolerable Ducks", "California Tolerable Ducks (CTB)", "2003", "162", "65", "97", ".401", ".432", ".370" );
SGG = new Array("National", "Sterling", "Gas House Gang", "Sterling Gas House Gang (SGG)", "2003", "162", "77", "85", ".475", ".556", ".395" );
MGG = new Array("National", "Grandview", "Griffs", "Grandview Griffs (MGG)", "2003", "162", "68", "94", ".420", ".444", ".395" );
FLR = new Array("National", "Florida", "Rockets", "Florida Rockets (FLR)", "2003", "162", "72", "90", ".444", ".506", ".383" );
BPH = new Array("National", "Bridgetown", "Parrot Heads", "Bridgetown Parrot Heads (BPH)", "2003", "162", "83", "79", ".512", ".580", ".444" );
CON = new Array("National", "Columbus", "Convicts", "Columbus Convicts (CON)", "2003", "162", "102", "60", ".630", ".630", ".630" );

