sub = new Array( "SC", "CC" );
sublong = new Array( "Staub", "Clemente" );

SC = new Array( "Dawson", "Rogers", "Carter" );
CC = new Array( "Schmidt", "Monday", "Parker" );

SCDawson = new Array( "BBD", "LWD", "LLD", "MCD" );

BBD = new Array("Dawson", "Belfast", "Brawlers", "Belfast Brawlers (BBD)", "2010", "110", "45", "65", ".409", ".423", ".397" );
LWD = new Array("Dawson", "Limoilou", "Wendigo", "Limoilou Wendigo (LWD)", "2010", "110", "63", "47", ".573", ".564", ".582" );
LLD = new Array("Dawson", "Longue Pointe", "Loggers", "Longue Pointe Loggers (LLD)", "2010", "110", "65", "45", ".591", ".600", ".582" );
MCD = new Array("Dawson", "Montreal", "Crows", "Montreal Crows (MCD)", "2010", "110", "59", "51", ".536", ".519", ".552" );
SCRogers = new Array( "ANR", "KWR", "MER", "OTR" );

ANR = new Array("Rogers", "Allentown", "Senators", "Allentown Senators (ANR)", "2010", "110", "52", "58", ".473", ".455", ".491" );
KWR = new Array("Rogers", "Kennesaw Mtn", "Woodsmen", "Kennesaw Mtn Woodsmen (KWR)", "2010", "110", "51", "59", ".464", ".534", ".385" );
MER = new Array("Rogers", "Maine", "Express", "Maine Express (MER)", "2010", "110", "60", "50", ".545", ".558", ".534" );
OTR = new Array("Rogers", "Ohio", "Thundercats", "Ohio Thundercats (OTR)", "2010", "110", "56", "54", ".509", ".582", ".436" );
SCCarter = new Array( "JJC", "SSC", "NBC", "HHC" );

JJC = new Array("Carter", "Joliet", "Jackhammers", "Joliet Jackhammers (JJC)", "2010", "110", "58", "52", ".527", ".517", ".538" );
SSC = new Array("Carter", "San Diego", "Surf", "San Diego Surf (SSC)", "2010", "110", "65", "45", ".591", ".655", ".527" );
NBC = new Array("Carter", "New Jersey", "Beatles", "New Jersey Beatles (NBC)", "2010", "110", "34", "76", ".309", ".327", ".291" );
HHC = new Array("Carter", "High Bridge", "Heaters", "High Bridge Heaters (HHC)", "2010", "110", "52", "58", ".473", ".500", ".442" );
CCSchmidt = new Array( "OOS", "PPS", "SRS", "NWS" );

OOS = new Array("Schmidt", "Ottawa", "Otters", "Ottawa Otters (OOS)", "2010", "110", "44", "66", ".400", ".400", ".400" );
PPS = new Array("Schmidt", "Philly", "Phantastics", "Philly Phantastics (PPS)", "2010", "110", "71", "39", ".645", ".615", ".672" );
SRS = new Array("Schmidt", "Stirling", "Redsox", "Stirling Redsox (SRS)", "2010", "110", "59", "51", ".536", ".558", ".517" );
NWS = new Array("Schmidt", "New Hampshire", "Wildcats", "New Hampshire Wildcats (NWS)", "2010", "110", "36", "74", ".327", ".309", ".345" );
CCMonday = new Array( "KBM", "IRM", "LLM", "SLM" );

KBM = new Array("Monday", "Bryan", "Bashers", "Bryan Bashers (KBM)", "2010", "110", "59", "51", ".536", ".582", ".491" );
IRM = new Array("Monday", "Indiana", "Redbirds", "Indiana Redbirds (IRM)", "2010", "110", "57", "53", ".518", ".596", ".448" );
LLM = new Array("Monday", "Lake County", "Leopards", "Lake County Leopards (LLM)", "2010", "110", "43", "67", ".391", ".418", ".364" );
SLM = new Array("Monday", "Southwest", "Lizard Kings", "Southwest Lizard Kings (SLM)", "2010", "110", "74", "36", ".673", ".724", ".615" );
CCParker = new Array( "BSP", "CCP", "CIP", "SSP" );

BSP = new Array("Parker", "Brooklyn", "Superbas", "Brooklyn Superbas (BSP)", "2010", "110", "63", "47", ".573", ".564", ".582" );
CCP = new Array("Parker", "Carolina", "Copperheads", "Carolina Copperheads (CCP)", "2010", "110", "64", "46", ".582", ".621", ".538" );
CIP = new Array("Parker", "Cooperstown", "Iron Horses", "Cooperstown Iron Horses (CIP)", "2010", "110", "61", "49", ".555", ".527", ".582" );
SSP = new Array("Parker", "Sunville", "Sunjewels", "Sunville Sunjewels (SSP)", "2010", "110", "29", "81", ".264", ".241", ".288" );
