
	var allTeams = [
		{id:"ARI",		name:"Arizona"},
		{id:"ATL",		name:"Atlanta"},		
		{id:"BAL",		name:"Baltimore"},
		{id:"BUF",		name:"Buffalo"},
		{id:"CAR",		name:"Carolina"},
		{id:"CHI",		name:"Chicago"},
		{id:"CIN",		name:"Cincinnati"},
		{id:"CLE",		name:"Cleveland"},
		{id:"DAL",		name:"Dallas"},			
		{id:"DEN",		name:"Denver"},
		{id:"DET",		name:"Detroit"},
		{id:"GB",		name:"Green Bay"},
		{id:"HOU",		name:"Houston"},
		{id:"IND",		name:"Indianapolis"},
		{id:"JAX",		name:"Jacksonville"},
		{id:"KC",		name:"Kansas City"},
		{id:"MIA",		name:"Miami"},
		{id:"MIN",		name:"Minnesota"},
		{id:"NE",		name:"New England"},
		{id:"NO",		name:"New Orleans"},
		{id:"NYG",		name:"New York Giants"},
		{id:"NYJ",		name:"New York Jets"},
		{id:"OAK",		name:"Oakland"},
		{id:"PHI",		name:"Philadelphia"},
		{id:"PIT",		name:"Pittsburgh"},
		{id:"SD",		name:"San Diego"},
		{id:"SF",		name:"San Francisco"},
		{id:"SEA",		name:"Seattle"},
		{id:"STL",		name:"St. Louis"},
		{id:"TB",		name:"Tampa Bay"},
		{id:"TEN",		name:"Tennessee"},
		{id:"WAS",		name:"Washington"}
	];
	
	
	var datapointGroups = [
		{id: 6, name:"Player Details"},
		{id: 1, name:"Passing"},
		{id: 2, name:"Rushing"},
		{id: 3, name:"Receiving"},
		{id: 4, name:"Kicking"},
		{id: 7, name:"Punting"},
		{id: 5, name:"Defense"}
		];
		
	var filter = [
		
		{term:"g",		termName:"Games Played",		shortName: "Games",		aggop:["avg", "sum"], group:[6],type:0},		
		{term:"att",	termName:"Pass Attempts",		shortName: "Pass Att",	aggop:["avg", "sum"], group:[1],type:0},
		{term:"pyds",	termName:"Passing Yards",		shortName: "Pass Yds",	aggop:["avg", "sum"], group:[1],type:0},
		

		
		{term:"ptd",
		termName:"Passing Touchdowns",
		shortName: "Pass TD",
		aggop:["avg", "sum"],
		group:[1],
		type: 0
		},	

		{term:"tottd",
		termName:"Total Touchdowns",
		shortName: "Total TDs",
		aggop:["avg", "sum"],
		group:[1],
		type:0
		},

		{
		term:"comp",
		termName:"Pass Completions",
		shortName: "Pass Comp",
		aggop:["avg", "sum"],
		group:[1],
		type:0
		},
		
		{
		term:"pct",
		termName:"Pass Completions (%)",
		shortName: "Pass %",
		aggop:["avg", "sum"],
		group:[1],
		type:0
		},			

		{
                term:"skr",
                termName:"Sack Rate (%)",
                shortName: "Sack Pct",
                aggop:["avg", "sum"],
                group:[1],
                type:0
                },

		{
                term:"ptdr",
                termName:"Pass TD Rate (%)",
                shortName: "Pass TD %",
                aggop:["avg", "sum"],
                group:[1],
                type:0
                },

		{
                term:"intr",
                termName:"Interception Rate (%)",
                shortName: "Int %",
                aggop:["avg", "sum"],
                group:[1],
                type:0
                },
		
		{
		term:"intc",
		termName:"Interceptions Thrown",
		shortName:"Int",
		aggop:["avg", "sum"], 
		group:[1],
		type:0
		},
		
		{
		term:"qbrat",
		termName:"QB Rating",
		shortName:"QB Rat",
		aggop:["avg", "sum"],
		group:[1],
		type:0
		},		
		
		{
		term:"py_g",
		termName:"Passing Yards per Game",
		shortName: "Pass Y/G",
		aggop:["avg", "sum"],
		group:[1],
		type:0
		},
		
		{
		term:"py_a",	
		termName:"Passing Yards per Attempt",	
		shortName: "Pass Y/A",
		aggop:["avg", "sum"], 	
		group:[1],
		type:0
		},
		
		{
		term:"sack",
		termName:"Times Sacked",
		shortName: "Sack",
		aggop:["avg", "sum"],
		group:[1],
		type:0
		},

                {
                term:"s_ydsl",
                termName:"Sack Yards Lost",
                shortName: "Sack YdsL",
                aggop:["avg", "sum"],
                group:[1],
                type:0
                },

		{
		term:"rush",
		termName:"Rush Attempts",
		shortName:"Rush Att",
		aggop:["avg", "sum"], 
		group:[2],
		type:0
		},

		{
		term:"ryds",
		termName:"Rushing Yards",
		shortName: "Rush Yds",
		aggop:["avg", "sum"], 
		group:[2],
		type:0
		},

		{
                term:"rtdr",
                termName:"Rushing TD Rate (%)",
                shortName: "Rush TD %",
                aggop:["avg", "sum"],
                group:[2],
                type:0
                },

		{
                term:"rectdr",
                termName:"Receiving TD Rate (%)",
                shortName: "Rec TD %",
                aggop:["avg", "sum"],
                group:[3],
                type:0
                },

                {term:"tyds",
                termName:"All Purpose Yards",
                shortName: "All Purpose Yds",
                aggop:["avg", "sum"],
                group:[2],
                type:0
                },

		{
		term:"rtd",
		termName:"Rushing Touchdowns",
		shortName:"Rush TD",
		aggop:["avg", "sum"], 	
		group:[2],
		type:0
		},
		
		{term:"tottd",
		termName:"Total Touchdowns",
		shortName: "Total TDs",
		aggop:["avg", "sum"],
		group:[2],
		type:0
		},		
		
		{
		term:"ry_g",
		termName:"Rushing Yards per Game",	
		shortName:"Rush Y/G",
		aggop:["avg", "sum"], 
		group:[2],
		type:0
		},

		{
		term:"ravg",
		termName:"Average Yards per Rush",	
		shortName:"Y/Rush",
		aggop:["avg", "sum"], 
		group:[2],
		type:0
		},

		{
		term:"fum", 
		termName:"Fum",
		aggop:["avg", "sum"], 
		group:[1, 2],
		type:0
		},
		
		{
		term:"fuml",
		termName:"Fum Lost",
		aggop:["avg", "sum"], 
		group:[1, 2],
		type:0
		},
		
		{term:"rec",	termName:"Receptions",					shortName:"Rec",				aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"recyds",	termName:"Receiving Yards",				shortName:"Rec Yds",			aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"tyds",	termName:"All Purpose Yards",			shortName:"All Purpose Yds",	aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"rectd",	termName:"Receiving Touchdowns",		shortName:"Rec TD",				aggop:["avg", "sum"],	group:[3],	type:0},		
		{term:"tottd",	termName:"Total Touchdowns",			shortName:"Total TDs",			aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"recy_g",	termName:"Receiving Yards per Game",	shortName:"Rec Y/G",			aggop:["avg", "sum"],	group:[3],	type:0},	
		{term:"recavg",	termName:"Average Yards per Reception",	shortName:"Y/Rec",				aggop:["avg", "sum"],	group:[3],	type:0},		
		{term:"yac",	termName:"Yards after Catch",			shortName:"YAC",				aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"recfd",	termName:"Receptions for First Down",	shortName:"Rec for 1st",		aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"reclng",	termName:"Longest Reception",			shortName:"Rec Long",			aggop:["avg", "sum"],	group:[3],	type:0},
		{term:"kr",		termName:"Kick Returns",				shortName:"Kick Ret",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"pr",		termName:"Punt Returns",				shortName:"Punt Ret",			aggop:["avg", "sum"],	group:[7], 	type:0},
		{term:"kryds",	termName:"Kick Return Yards",			shortName:"Kick Ret Yds",		aggop:["avg", "sum"],	group:[4], 	type:0},
		{term:"pryds",	termName:"Punt Return Yards", 			shortName:"Punt Ret Yds",		aggop:["avg", "sum"],	group:[7], 	type:0},
		{term:"kravg",	termName:"Average Kick Return",			shortName:"Avg Kick Ret",		aggop:["avg", "sum"],	group:[4], 	type:0},
		{term:"pravg",	termName:"Longest Punt Return",			shortName:"Avg Punt Ret",		aggop:["avg", "sum"],	group:[7], 	type:0},
		{term:"krlng",	termName:"Kick Returns for Touchdown",	shortName:"Long Kick Ret",		aggop:["avg", "sum"],	group:[4], 	type:0},
		{term:"prlng",	termName:"Longest Punt Return",			shortName:"Long Punt Ret",		aggop:["avg", "sum"],	group:[7], 	type:0},
		{term:"krtd",	termName:"Kick Returns for Touchdown",	shortName:"Kick Ret for TD",	aggop:["avg", "sum"],	group:[4], 	type:0},
		{term:"prtd",	termName:"Punt Returns for Touchdown", 	shortName:"Punt Ret for TD",	aggop:["avg", "sum"],	group:[7], 	type:0},
		{term:"fg19m",	termName:"FG Made 0-19 Yards",			shortName:"FGM 0-19", 			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg19a",  termName:"FG Att 0-19 Yards",			shortName:"FG Att 0-19", 		aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg29m",  termName:"FG Made 20-29 Yards",			shortName:"FGM 20-29",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg29a",  termName:"FG Att 20-29 Yards",			shortName:"FG Att 20-29",		aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg39m",  termName:"FG Made 30-39 Yards",			shortName:"FGM 30-39",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg39a",  termName:"FG Att 30-39 Yards",			shortName:"FG Att 30-39", 		aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg49m",  termName:"FG Made 40-49 Yards",			shortName:"FGM 40-49", 			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg49a",  termName:"FG Att 40-49 Yards",			shortName:"FG Att 40-49", 		aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg50pm", termName:"FG Made 50+ Yards",			shortName:"FGM 50+",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fg50pa", termName:"FG Att 50+ Yards",			shortName:"FG Att 50+",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fgm",   	termName:"FG Made",						shortName:"FGM",				aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fga",   	termName:"FG Att",						shortName:"FG Att",				aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fgpct", 	termName:"FG % Good",					shortName:"FG Pct",				aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"fglng",  termName:"FG Long",						shortName:"FG Lng",				aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"xpm",   	termName:"Extra Points Made",			shortName:"PATM",				aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"xpa",   	termName:"Extra Points Att",			shortName:"PATA",				aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"xppct",  termName:"Extra Point % Good",			shortName:"PAT Pct",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"kpts",   termName:"Kicked Points",				shortName:"Kick Pts",			aggop:["avg", "sum"],	group:[4],	type:0},
		{term:"punt",   termName:"Punts",						shortName:"Punts",				aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"puyds",  termName:"Punt Yards",					shortName:"Punt Yds",			aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"pavg",   termName:"Average Yards per Punt",		shortName:"Punt Avg",			aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"plng",   termName:"Punt Long",					shortName:"Punt Lng",			aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"pin20",  termName:"Punts Inside 20",				shortName:"Punts In 20",		aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"pin10",  termName:"Punts Inside 10",				shortName:"Punts in 10",		aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"pfc",   	termName:"Punts Fair Caught",			shortName:"Punts FC",			aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"ptb",   	termName:"Punts Touchback",				shortName:"Punts TB",			aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"pblk",   termName:"Punts Blocked",				shortName:"Punts Blk",			aggop:["avg", "sum"],	group:[7],	type:0},
		{term:"st",		termName:"Solo Tackles",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"at",		termName:"Assist Tackles",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"tot",	termName:"Total Tackles",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"dsack",	termName:"Sacks",									aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"ds_ydsl",termName:"Sack Yards Lost",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"dintc",	termName:"Interceptions", shortName:"Int",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"dintcy",	termName:"Yards after Interception",				shortName: "Yds after Int", aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"dintctd",termName:"Interceptions Returned for Touchdown",	shortName: "Int TD", aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"deftd",	termName:"Defensive Touchdowns",	shortName:"Def TD",				aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"ffum",	termName:"Forced Fumbles", shortName:"Force Fum",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"pd",		termName:"Passes Defended",							aggop:["avg", "sum"],	group:[5], 	type:0},
		{term:"sfty",	termName:"Safeties",								aggop:["avg", "sum"],	group:[5], 	type:0},
		
		{
		term:"team",
		termName:"Team",
		shortName: "Team",
		group:[6],
		type:1,
		items: allTeams,
		tf: 1
		},

                {
                term:"opp",
                termName:"Opponent",
                shortName: "Opp",
                group:[],
                type:1,
                tf: 1
                },

                {
                term:"score",
                termName:"Score",
                shortName: "Score",
                group:[],
                type:1,
                tf: 1
                },

		{
		term:"pos",
		termName:"Position",
		shortName: "Position",
		group:[6],
		type:1,
		items: [
			{id:"QB",		name:"Quarterback"},
			{id:"RB",		name:"Running Back"},
			{id:"WR",		name:"Wide Receiver"},
			{id:"TE",		name:"Tight End"},
			{id:"K",		name:"Kicker"},
			{id:"P",		name:"Punter"},
			{id:"CB",		name:"Cornerback"},
			{id:"OL",		name:"Offensive Lineman"},
			{id:"DE",		name:"Defensive End"},		
			{id:"DT",		name:"Defensive Tackle"},
			{id:"LB",		name:"Linebacker"},
			{id:"NT",		name:"Nose Tackle"},
			{id:"S",		name:"Safety"}			
			]
		},
		
		{term: "ht",	termName:"Height", 		aggop:["avg", "sum"], 	group:[6], type: 0, notf: 1},
		{term: "wt",	termName:"Weight",		aggop:["avg", "sum"], 	group:[6], type: 0, notf: 1},
		{term: "bmi",	termName: "BMI (Body Mass Index)", shortName: "BMI", aggop: ["sum"], group:[6], type: 0, notf: 1},		
		{term: "col",	termName:"College",		items:collegeTeams,		group:[6], type: 1, notf: 1},
		{term: "dyr",	termName:"Draft Year",	aggop:["sum"],			group:[6], type: 0, notf: 1},
		{term: "drnd", 	termName:"Draft Round", shortName: "Draft Rd", aggop:["sum"], 			group:[6], type: 0, notf: 1},
		{term: "dpck",  termName:"Draft Pick",  aggop:["sum"],          group:[6], type: 0, notf: 1},
		{term: "dtm",	termName:"Draft Team",  items:allTeams,			group:[6], type: 1, notf: 1},
		{term: "ryr",	termName:"Year Retired", aggop:["sum"],			group:[6], type: 0, notf: 1},
		{term: "salb", 	termName:"Base Salary", aggop:["avg", "sum"], 	group:[6], type: 0},
		{term: "salsb", termName:"Signing Bonus", aggop:["avg", "sum"], 	group:[6], type: 0},
		{term: "salob", termName:"Other Bonus", aggop:["avg", "sum"], 	group:[6], type: 0},
		{term: "salt", 	termName:"Total Salary", aggop:["avg", "sum"], 	group:[6], type: 0},
		{term: "salcap",termName:"Salary Cap", aggop:["avg", "sum"], 	group:[6], type: 0},	
		{term: "fpts",	termName: "Fantasy Points", shortName: "Y! Pts", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "ayf",	termName: "Y! Rank Funston", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "ayb",	termName: "Y! Rank Behrens", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "aye",	termName: "Y! Rank Evans", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "ayp",	termName: "Y! Rank Pianowski", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "ayc",	termName: "Y! Rank <br />Composite", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "aeb",	termName: "ESPN Rank Berry", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "aek",	termName: "ESPN Rank Kuselias", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "ael",	termName: "ESPN Rank Karabell", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "aeh",	termName: "ESPN Rank Harris", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "ayc",	termName: "Y! Rank <br />Composite", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "fprk",	termName: "Y! Pts Rank", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "lm",	termName: "Last Matchup", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "fplm",	termName: "Y! Pts<br />(Last Matchup)", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "opta",	termName: "Total Y! Pts by RBs<br /> (vs Opp)", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "avgopta",	termName: "Avg Y! Pts by RBs<br />(vs Opp)", aggop:["avg", "sum"], group:[6], type: 0},
		{term: "rkopta", 	termName:"Defensive Friendliness", aggop:["avg", "sum"], 	group:[6], type: 0}		

];

var collegeTeams = [
 {
  "name" : "Abilene Christian",
  "id" : "Abilene+Christian"
 },
 {
  "name" : "Air Force",
  "id" : "Air+Force"
 },
 {
  "name" : "Akron",
  "id" : "Akron"
 },
 {
  "name" : "Alabama",
  "id" : "Alabama"
 },
 {
  "name" : "Alabama A&M",
  "id" : "Alabama+A%26M"
 },
 {
  "name" : "Alabama State",
  "id" : "Alabama+State"
 },
 {
  "name" : "Alcorn State",
  "id" : "Alcorn+State"
 },
 {
  "name" : "Appalachian State",
  "id" : "Appalachian+State"
 },
 {
  "name" : "Arizona",
  "id" : "Arizona"
 },
 {
  "name" : "Arizona State",
  "id" : "Arizona+State"
 },
 {
  "name" : "Ark-Pine Bluff",
  "id" : "Ark-Pine+Bluff"
 },
 {
  "name" : "Arkansas",
  "id" : "Arkansas"
 },
 {
  "name" : "Arkansas State",
  "id" : "Arkansas+State"
 },
 {
  "name" : "Army",
  "id" : "Army"
 },
 {
  "name" : "Auburn",
  "id" : "Auburn"
 },
 {
  "name" : "BYU",
  "id" : "BYU"
 },
 {
  "name" : "Ball State",
  "id" : "Ball+State"
 },
 {
  "name" : "Baylor",
  "id" : "Baylor"
 },
 {
  "name" : "Bethune-Cookman",
  "id" : "Bethune-Cookman"
 },
 {
  "name" : "Boise State",
  "id" : "Boise+State"
 },
 {
  "name" : "Boston College",
  "id" : "Boston+College"
 },
 {
  "name" : "Boston University",
  "id" : "Boston+University"
 },
 {
  "name" : "Bowling Green",
  "id" : "Bowling+Green"
 },
 {
  "name" : "Brown",
  "id" : "Brown"
 },
 {
  "name" : "Bucknell",
  "id" : "Bucknell"
 },
 {
  "name" : "Buffalo",
  "id" : "Buffalo"
 },
 {
  "name" : "Cal Poly-San Luis Obispo",
  "id" : "Cal+Poly-San+Luis+Obispo"
 },
 {
  "name" : "Cal State-Fullerton",
  "id" : "Cal+State-Fullerton"
 },
 {
  "name" : "California",
  "id" : "California"
 },
 {
  "name" : "California-Davis",
  "id" : "California-Davis"
 },
 {
  "name" : "Cameron",
  "id" : "Cameron"
 },
 {
  "name" : "Canisius",
  "id" : "Canisius"
 },
 {
  "name" : "Carlisle Indian",
  "id" : "Carlisle+Indian"
 },
 {
  "name" : "Carnegie Mellon",
  "id" : "Carnegie+Mellon"
 },
 {
  "name" : "Carroll (WI)",
  "id" : "Carroll+(WI)"
 },
 {
  "name" : "Carson-Newman",
  "id" : "Carson-Newman"
 },
 {
  "name" : "Case Western Reserve",
  "id" : "Case+Western+Reserve"
 },
 {
  "name" : "Catawba",
  "id" : "Catawba"
 },
 {
  "name" : "Catholic",
  "id" : "Catholic"
 },
 {
  "name" : "Centenary",
  "id" : "Centenary"
 },
 {
  "name" : "Central Michigan",
  "id" : "Central+Michigan"
 },
 {
  "name" : "Central Oklahoma",
  "id" : "Central+Oklahoma"
 },
 {
  "name" : "Central State (OH)",
  "id" : "Central+State+(OH)"
 },
 {
  "name" : "Centre",
  "id" : "Centre"
 },
 {
  "name" : "Chicago",
  "id" : "Chicago"
 },
 {
  "name" : "Cincinnati",
  "id" : "Cincinnati"
 },
 {
  "name" : "Clemson",
  "id" : "Clemson"
 },
 {
  "name" : "Colgate",
  "id" : "Colgate"
 },
 {
  "name" : "Colorado",
  "id" : "Colorado"
 },
 {
  "name" : "Colorado State",
  "id" : "Colorado+State"
 },
 {
  "name" : "Columbia",
  "id" : "Columbia"
 },
 {
  "name" : "Connecticut",
  "id" : "Connecticut"
 },
 {
  "name" : "Cornell",
  "id" : "Cornell"
 },
 {
  "name" : "Dartmouth",
  "id" : "Dartmouth"
 },
 {
  "name" : "Dayton",
  "id" : "Dayton"
 },
 {
  "name" : "DePaul",
  "id" : "DePaul"
 },
 {
  "name" : "Delaware",
  "id" : "Delaware"
 },
 {
  "name" : "Delaware State",
  "id" : "Delaware+State"
 },
 {
  "name" : "Denver",
  "id" : "Denver"
 },
 {
  "name" : "Detroit Mercy",
  "id" : "Detroit+Mercy"
 },
 {
  "name" : "Drake",
  "id" : "Drake"
 },
 {
  "name" : "Duke",
  "id" : "Duke"
 },
 {
  "name" : "Duquesne",
  "id" : "Duquesne"
 },
 {
  "name" : "East Carolina",
  "id" : "East+Carolina"
 },
 {
  "name" : "Eastern Illinois",
  "id" : "Eastern+Illinois"
 },
 {
  "name" : "Eastern Kentucky",
  "id" : "Eastern+Kentucky"
 },
 {
  "name" : "Eastern Michigan",
  "id" : "Eastern+Michigan"
 },
 {
  "name" : "Eastern Washington",
  "id" : "Eastern+Washington"
 },
 {
  "name" : "Elon",
  "id" : "Elon"
 },
 {
  "name" : "Emporia State",
  "id" : "Emporia+State"
 },
 {
  "name" : "Florida",
  "id" : "Florida"
 },
 {
  "name" : "Florida A&M",
  "id" : "Florida+A%26M"
 },
 {
  "name" : "Florida State",
  "id" : "Florida+State"
 },
 {
  "name" : "Fordham",
  "id" : "Fordham"
 },
 {
  "name" : "Fresno State",
  "id" : "Fresno+State"
 },
 {
  "name" : "Furman",
  "id" : "Furman"
 },
 {
  "name" : "George Washington",
  "id" : "George+Washington"
 },
 {
  "name" : "Georgetown (DC)",
  "id" : "Georgetown+(DC)"
 },
 {
  "name" : "Georgia",
  "id" : "Georgia"
 },
 {
  "name" : "Georgia Tech",
  "id" : "Georgia+Tech"
 },
 {
  "name" : "Gonzaga",
  "id" : "Gonzaga"
 },
 {
  "name" : "Grambling State",
  "id" : "Grambling+State"
 },
 {
  "name" : "Hampton",
  "id" : "Hampton"
 },
 {
  "name" : "Hardin-Simmons",
  "id" : "Hardin-Simmons"
 },
 {
  "name" : "Harvard",
  "id" : "Harvard"
 },
 {
  "name" : "Haskell Indian",
  "id" : "Haskell+Indian"
 },
 {
  "name" : "Hawaii",
  "id" : "Hawaii"
 },
 {
  "name" : "Hofstra",
  "id" : "Hofstra"
 },
 {
  "name" : "Holy Cross",
  "id" : "Holy+Cross"
 },
 {
  "name" : "Houston",
  "id" : "Houston"
 },
 {
  "name" : "Howard",
  "id" : "Howard"
 },
 {
  "name" : "Howard Payne",
  "id" : "Howard+Payne"
 },
 {
  "name" : "Idaho",
  "id" : "Idaho"
 },
 {
  "name" : "Idaho State",
  "id" : "Idaho+State"
 },
 {
  "name" : "Illinois",
  "id" : "Illinois"
 },
 {
  "name" : "Illinois State",
  "id" : "Illinois+State"
 },
 {
  "name" : "Indiana",
  "id" : "Indiana"
 },
 {
  "name" : "Indiana (PA)",
  "id" : "Indiana+(PA)"
 },
 {
  "name" : "Iowa",
  "id" : "Iowa"
 },
 {
  "name" : "Iowa State",
  "id" : "Iowa+State"
 },
 {
  "name" : "Jackson State",
  "id" : "Jackson+State"
 },
 {
  "name" : "James Madison",
  "id" : "James+Madison"
 },
 {
  "name" : "John Carroll",
  "id" : "John+Carroll"
 },
 {
  "name" : "Kansas",
  "id" : "Kansas"
 },
 {
  "name" : "Kansas State",
  "id" : "Kansas+State"
 },
 {
  "name" : "Kent State",
  "id" : "Kent+State"
 },
 {
  "name" : "Kentucky",
  "id" : "Kentucky"
 },
 {
  "name" : "Kentucky State",
  "id" : "Kentucky+State"
 },
 {
  "name" : "LSU",
  "id" : "LSU"
 },
 {
  "name" : "La-Lafayette",
  "id" : "La-Lafayette"
 },
 {
  "name" : "La-Monroe",
  "id" : "La-Monroe"
 },
 {
  "name" : "Lafayette",
  "id" : "Lafayette"
 },
 {
  "name" : "Lamar",
  "id" : "Lamar"
 },
 {
  "name" : "Lehigh",
  "id" : "Lehigh"
 },
 {
  "name" : "Liberty",
  "id" : "Liberty"
 },
 {
  "name" : "Long Beach State",
  "id" : "Long+Beach+State"
 },
 {
  "name" : "Los Angeles State",
  "id" : "Los+Angeles+State"
 },
 {
  "name" : "Louisiana Tech",
  "id" : "Louisiana+Tech"
 },
 {
  "name" : "Louisiana-Lafayette",
  "id" : "Louisiana-Lafayette"
 },
 {
  "name" : "Louisville",
  "id" : "Louisville"
 },
 {
  "name" : "Loyola Marymount",
  "id" : "Loyola+Marymount"
 },
 {
  "name" : "Maine",
  "id" : "Maine"
 },
 {
  "name" : "Marquette",
  "id" : "Marquette"
 },
 {
  "name" : "Marshall",
  "id" : "Marshall"
 },
 {
  "name" : "Maryland",
  "id" : "Maryland"
 },
 {
  "name" : "Massachusetts",
  "id" : "Massachusetts"
 },
 {
  "name" : "McNeese State",
  "id" : "McNeese+State"
 },
 {
  "name" : "Md-Eastern Shore",
  "id" : "Md-Eastern+Shore"
 },
 {
  "name" : "Memphis",
  "id" : "Memphis"
 },
 {
  "name" : "Miami (FL)",
  "id" : "Miami+(FL)"
 },
 {
  "name" : "Miami (OH)",
  "id" : "Miami+(OH)"
 },
 {
  "name" : "Michigan",
  "id" : "Michigan"
 },
 {
  "name" : "Michigan State",
  "id" : "Michigan+State"
 },
 {
  "name" : "Middle Tennessee State",
  "id" : "Middle+Tennessee+State"
 },
 {
  "name" : "Minnesota",
  "id" : "Minnesota"
 },
 {
  "name" : "Miss. Valley State",
  "id" : "Miss.+Valley+State"
 },
 {
  "name" : "Mississippi",
  "id" : "Mississippi"
 },
 {
  "name" : "Mississippi State",
  "id" : "Mississippi+State"
 },
 {
  "name" : "Missouri",
  "id" : "Missouri"
 },
 {
  "name" : "Montana",
  "id" : "Montana"
 },
 {
  "name" : "Montana State",
  "id" : "Montana+State"
 },
 {
  "name" : "Morgan State",
  "id" : "Morgan+State"
 },
 {
  "name" : "Morris Brown",
  "id" : "Morris+Brown"
 },
 {
  "name" : "Murray State",
  "id" : "Murray+State"
 },
 {
  "name" : "NYU",
  "id" : "NYU"
 },
 {
  "name" : "Navy",
  "id" : "Navy"
 },
 {
  "name" : "Nebraska",
  "id" : "Nebraska"
 },
 {
  "name" : "Nebraska-Omaha",
  "id" : "Nebraska-Omaha"
 },
 {
  "name" : "Nevada",
  "id" : "Nevada"
 },
 {
  "name" : "Nevada-Reno",
  "id" : "Nevada-Reno"
 },
 {
  "name" : "New Hampshire",
  "id" : "New+Hampshire"
 },
 {
  "name" : "New Mexico",
  "id" : "New+Mexico"
 },
 {
  "name" : "New Mexico State",
  "id" : "New+Mexico+State"
 },
 {
  "name" : "Nicholls State",
  "id" : "Nicholls+State"
 },
 {
  "name" : "Norfolk State",
  "id" : "Norfolk+State"
 },
 {
  "name" : "North Alabama",
  "id" : "North+Alabama"
 },
 {
  "name" : "North Carolina",
  "id" : "North+Carolina"
 },
 {
  "name" : "North Carolina A&T",
  "id" : "North+Carolina+A%26T"
 },
 {
  "name" : "North Carolina Central",
  "id" : "North+Carolina+Central"
 },
 {
  "name" : "North Carolina State",
  "id" : "North+Carolina+State"
 },
 {
  "name" : "North Dakota",
  "id" : "North+Dakota"
 },
 {
  "name" : "North Dakota State",
  "id" : "North+Dakota+State"
 },
 {
  "name" : "North Texas",
  "id" : "North+Texas"
 },
 {
  "name" : "Northeast Louisiana",
  "id" : "Northeast+Louisiana"
 },
 {
  "name" : "Northeastern",
  "id" : "Northeastern"
 },
 {
  "name" : "Northern Arizona",
  "id" : "Northern+Arizona"
 },
 {
  "name" : "Northern Colorado",
  "id" : "Northern+Colorado"
 },
 {
  "name" : "Northern Illinois",
  "id" : "Northern+Illinois"
 },
 {
  "name" : "Northern Iowa",
  "id" : "Northern+Iowa"
 },
 {
  "name" : "Northwest State (LA)",
  "id" : "Northwest+State+(LA)"
 },
 {
  "name" : "Northwestern",
  "id" : "Northwestern"
 },
 {
  "name" : "Northwestern State",
  "id" : "Northwestern+State"
 },
 {
  "name" : "Notre Dame",
  "id" : "Notre+Dame"
 },
 {
  "name" : "Ohio",
  "id" : "Ohio"
 },
 {
  "name" : "Ohio State",
  "id" : "Ohio+State"
 },
 {
  "name" : "Ohio Wesleyan",
  "id" : "Ohio+Wesleyan"
 },
 {
  "name" : "Oklahoma",
  "id" : "Oklahoma"
 },
 {
  "name" : "Oklahoma State",
  "id" : "Oklahoma+State"
 },
 {
  "name" : "Oregon",
  "id" : "Oregon"
 },
 {
  "name" : "Oregon State",
  "id" : "Oregon+State"
 },
 {
  "name" : "Pacific",
  "id" : "Pacific"
 },
 {
  "name" : "Penn State",
  "id" : "Penn+State"
 },
 {
  "name" : "Pennsylvania",
  "id" : "Pennsylvania"
 },
 {
  "name" : "Pittsburgh",
  "id" : "Pittsburgh"
 },
 {
  "name" : "Portland State",
  "id" : "Portland+State"
 },
 {
  "name" : "Prairie View",
  "id" : "Prairie+View"
 },
 {
  "name" : "Princeton",
  "id" : "Princeton"
 },
 {
  "name" : "Purdue",
  "id" : "Purdue"
 },
 {
  "name" : "Rhode Island",
  "id" : "Rhode+Island"
 },
 {
  "name" : "Rice",
  "id" : "Rice"
 },
 {
  "name" : "Richmond",
  "id" : "Richmond"
 },
 {
  "name" : "Rutgers",
  "id" : "Rutgers"
 },
 {
  "name" : "SMU",
  "id" : "SMU"
 },
 {
  "name" : "Sacramento State",
  "id" : "Sacramento+State"
 },
 {
  "name" : "Sam Houston State",
  "id" : "Sam+Houston+State"
 },
 {
  "name" : "San Diego State",
  "id" : "San+Diego+State"
 },
 {
  "name" : "San Francisco",
  "id" : "San+Francisco"
 },
 {
  "name" : "San Francisco State",
  "id" : "San+Francisco+State"
 },
 {
  "name" : "San Jose State",
  "id" : "San+Jose+State"
 },
 {
  "name" : "Santa Clara",
  "id" : "Santa+Clara"
 },
 {
  "name" : "South Carolina",
  "id" : "South+Carolina"
 },
 {
  "name" : "South Carolina State",
  "id" : "South+Carolina+State"
 },
 {
  "name" : "South Dakota",
  "id" : "South+Dakota"
 },
 {
  "name" : "South Dakota State",
  "id" : "South+Dakota+State"
 },
 {
  "name" : "South Florida",
  "id" : "South+Florida"
 },
 {
  "name" : "Southeast Missouri State",
  "id" : "Southeast+Missouri+State"
 },
 {
  "name" : "Southeastern Louisiana",
  "id" : "Southeastern+Louisiana"
 },
 {
  "name" : "Southern",
  "id" : "Southern"
 },
 {
  "name" : "Southern Illinois",
  "id" : "Southern+Illinois"
 },
 {
  "name" : "Southern Miss",
  "id" : "Southern+Miss"
 },
 {
  "name" : "Southern University",
  "id" : "Southern+University"
 },
 {
  "name" : "St. Louis",
  "id" : "St.+Louis"
 },
 {
  "name" : "St. Thomas",
  "id" : "St.+Thomas"
 },
 {
  "name" : "Stanford",
  "id" : "Stanford"
 },
 {
  "name" : "Stephen F. Austin",
  "id" : "Stephen+F.+Austin"
 },
 {
  "name" : "Syracuse",
  "id" : "Syracuse"
 },
 {
  "name" : "TCU",
  "id" : "TCU"
 },
 {
  "name" : "Temple",
  "id" : "Temple"
 },
 {
  "name" : "Tennessee",
  "id" : "Tennessee"
 },
 {
  "name" : "Tennessee State",
  "id" : "Tennessee+State"
 },
 {
  "name" : "Tennessee-Chattanooga",
  "id" : "Tennessee-Chattanooga"
 },
 {
  "name" : "Texas",
  "id" : "Texas"
 },
 {
  "name" : "Texas A&M",
  "id" : "Texas+A%26M"
 },
 {
  "name" : "Texas A&M-Kingsville",
  "id" : "Texas+A%26M-Kingsville"
 },
 {
  "name" : "Texas Southern",
  "id" : "Texas+Southern"
 },
 {
  "name" : "Texas State",
  "id" : "Texas+State"
 },
 {
  "name" : "Texas Tech",
  "id" : "Texas+Tech"
 },
 {
  "name" : "Texas-Arlington",
  "id" : "Texas-Arlington"
 },
 {
  "name" : "Texas-El Paso",
  "id" : "Texas-El+Paso"
 },
 {
  "name" : "Toledo",
  "id" : "Toledo"
 },
 {
  "name" : "Trinity (TX)",
  "id" : "Trinity+(TX)"
 },
 {
  "name" : "Troy",
  "id" : "Troy"
 },
 {
  "name" : "Tulane",
  "id" : "Tulane"
 },
 {
  "name" : "Tulsa",
  "id" : "Tulsa"
 },
 {
  "name" : "Tuskegee",
  "id" : "Tuskegee"
 },
 {
  "name" : "UAB",
  "id" : "UAB"
 },
 {
  "name" : "UCF",
  "id" : "UCF"
 },
 {
  "name" : "UCLA",
  "id" : "UCLA"
 },
 {
  "name" : "UNLV",
  "id" : "UNLV"
 },
 {
  "name" : "USC",
  "id" : "USC"
 },
 {
  "name" : "Utah",
  "id" : "Utah"
 },
 {
  "name" : "Utah State",
  "id" : "Utah+State"
 },
 {
  "name" : "Vanderbilt",
  "id" : "Vanderbilt"
 },
 {
  "name" : "Villanova",
  "id" : "Villanova"
 },
 {
  "name" : "Virginia",
  "id" : "Virginia"
 },
 {
  "name" : "Virginia Tech",
  "id" : "Virginia+Tech"
 },
 {
  "name" : "Virginia Union",
  "id" : "Virginia+Union"
 },
 {
  "name" : "Wake Forest",
  "id" : "Wake+Forest"
 },
 {
  "name" : "Washington",
  "id" : "Washington"
 },
 {
  "name" : "Washington (MO)",
  "id" : "Washington+(MO)"
 },
 {
  "name" : "Washington State",
  "id" : "Washington+State"
 },
 {
  "name" : "Weber State",
  "id" : "Weber+State"
 },
 {
  "name" : "West Texas A&M",
  "id" : "West+Texas+A%26M"
 },
 {
  "name" : "West Virginia",
  "id" : "West+Virginia"
 },
 {
  "name" : "West Virginia Wesleyan",
  "id" : "West+Virginia+Wesleyan"
 },
 {
  "name" : "Western Carolina",
  "id" : "Western+Carolina"
 },
 {
  "name" : "Western Illinois",
  "id" : "Western+Illinois"
 },
 {
  "name" : "Western Kentucky",
  "id" : "Western+Kentucky"
 },
 {
  "name" : "Western Michigan",
  "id" : "Western+Michigan"
 },
 {
  "name" : "Wichita State",
  "id" : "Wichita+State"
 },
 {
  "name" : "William & Mary",
  "id" : "William+%26+Mary"
 },
 {
  "name" : "Wisconsin",
  "id" : "Wisconsin"
 },
 {
  "name" : "Wyoming",
  "id" : "Wyoming"
 },
 {
  "name" : "Xavier (OH)",
  "id" : "Xavier+(OH)"
 },
 {
  "name" : "Yale",
  "id" : "Yale"
 },
 {
  "name" : "Youngstown State",
  "id" : "Youngstown+State"
 }
];
