sub = new Array( "TG", "LF" );
sublong = new Array( "TASTES GREAT", "LESS FILLING" );

TG = new Array( "TASTSGRAT" );
LF = new Array( "LESFILING" );

TGTASTSGRAT = new Array( "KCA", "OJW", "TTB", "GRK", "WWB", "OKB", "OWP" );

KCA = new Array("TASTSGRAT", "Kansas City", "Athletics", "Kansas City Athletics (KCA)", "1998", "162", "77", "85", ".475", "1.000", ".000" );
OJW = new Array("TASTSGRAT", "Outlaw", "Josey Wales", "Outlaw Josey Wales (OJW)", "1998", "162", "93", "69", ".574", ".000", ".000" );
TTB = new Array("TASTSGRAT", "Texas", "Thunderbirds", "Texas Thunderbirds (TTB)", "1998", "162", "92", "70", ".568", ".000", "1.000" );
GRK = new Array("TASTSGRAT", "Georgia", "Road Kill", "Georgia Road Kill (GRK)", "1998", "162", "68", "94", ".420", "1.000", ".000" );
WWB = new Array("TASTSGRAT", "Willoughby", "Whiskey Benders", "Willoughby Whiskey Benders (WWB)", "1998", "162", "68", "94", ".420", "1.000", ".000" );
OKB = new Array("TASTSGRAT", "Oklahoma", "Black Bears", "Oklahoma Black Bears (OKB)", "1998", "162", "93", "69", ".574", ".000", "1.000" );
OWP = new Array("TASTSGRAT", "Ozark", "Wolfpack", "Ozark Wolfpack (OWP)", "1998", "162", "72", "90", ".444", ".000", ".000" );
LFLESFILING = new Array( "POW", "WFM", "ERP", "DFW", "NCD", "CCC", "SPL" );

POW = new Array("LESFILING", "Pocono", "Woodsman", "Pocono Woodsman (POW)", "1998", "162", "101", "60", ".627", ".000", "1.000" );
WFM = new Array("LESFILING", "Willoughby", "Fighting Monkes", "Willoughby Fighting Monkes (WFM)", "1998", "162", "93", "69", ".574", ".000", ".000" );
ERP = new Array("LESFILING", "Eagle River", "Ptarmigans", "Eagle River Ptarmigans (ERP)", "1998", "162", "100", "62", ".617", ".000", ".000" );
DFW = new Array("LESFILING", "Dallas Ft Worth", "Spurs", "Dallas Ft Worth Spurs (DFW)", "1998", "162", "96", "66", ".593", ".000", ".000" );
NCD = new Array("LESFILING", "North Celtic", "Druids", "North Celtic Druids (NCD)", "1998", "162", "55", "107", ".340", ".000", "1.000" );
CCC = new Array("LESFILING", "Canyon Country", "Cannons", "Canyon Country Cannons (CCC)", "1998", "162", "52", "110", ".321", ".000", ".000" );
SPL = new Array("LESFILING", "Seattle", "Pilots", "Seattle Pilots (SPL)", "1998", "162", "74", "88", ".457", ".000", ".000" );

