sub = new Array( "a" );
sublong = new Array( "all" );

a = new Array( "Illinois", "Midwestern", "Florida" );

aIllinois = new Array( "JSV", "SST", "PDP", "ECH" );

JSV = new Array("Illinois", "Hornets", "Jacksonville", "Hornets Jacksonville (JSV)", "2008", "159", "80", "79", ".503", ".551", ".457" );
SST = new Array("Illinois", "Troopers", "Starship", "Troopers Starship (SST)", "2008", "162", "91", "71", ".562", ".506", ".617" );
PDP = new Array("Illinois", "Phillies", "Philadelphia", "Phillies Philadelphia (PDP)", "2008", "161", "64", "97", ".398", ".420", ".375" );
ECH = new Array("Illinois", "Calhouners", "Eldred", "Calhouners Eldred (ECH)", "2008", "162", "90", "72", ".556", ".556", ".556" );
aMidwestern = new Array( "GSW", "TAP", "MBD", "OAA" );

GSW = new Array("Midwestern", "Sea Wolves", "Goldenrod", "Sea Wolves Goldenrod (GSW)", "2008", "162", "45", "117", ".278", ".284", ".272" );
TAP = new Array("Midwestern", "Ampersands", "Ticklish", "Ampersands Ticklish (TAP)", "2008", "160", "86", "76", ".531", ".556", ".500" );
MBD = new Array("Midwestern", "Barking Dogs", "Melbourne", "Barking Dogs Melbourne (MBD)", "2008", "162", "114", "48", ".704", ".765", ".642" );
OAA = new Array("Midwestern", "All Americans", "Oveido", "All Americans Oveido (OAA)", "2008", "164", "94", "70", ".573", ".570", ".566" );
aFlorida = new Array( "LMG", "KMK", "MGH", "LBS" );

LMG = new Array("Florida", "Glindians", "Los Maumee", "Glindians Los Maumee (LMG)", "2008", "163", "88", "74", ".540", ".512", ".575" );
KMK = new Array("Florida", "Kids", "Kalamazoo", "Kids Kalamazoo (KMK)", "2008", "162", "84", "78", ".519", ".580", ".457" );
MGH = new Array("Florida", "Gator Hawks", "Mighty", "Gator Hawks Mighty (MGH)", "2008", "162", "69", "93", ".426", ".420", ".432" );
LBS = new Array("Florida", "Blue Sox", "Lakeview", "Blue Sox Lakeview (LBS)", "2008", "162", "68", "94", ".420", ".420", ".420" );
