var nbaLeagueTeams = [
	{teamCode: 'ATL', section:'teams/hawks', shortName: 'hawks', fullName: 'Atlanta Hawks', fwArticleSSID:'nba.com_articleplayer_atlantahawks'},
	{teamCode: 'BOS', section:'teams/celtics', shortName: 'celtics', fullName: 'Boston Celtics', fwArticleSSID:'nba.com_articleplayer_bostonceltics'},
	{teamCode: 'CHA', section:'teams/bobcats', shortName: 'bobcats', fullName: 'Charlotte Bobcats', fwArticleSSID:'nba.com_articleplayer_charlottebobcats'},
	{teamCode: 'CHI', section:'teams/bulls', shortName: 'bulls', fullName: 'Chicago Bulls', fwArticleSSID:'nba.com_articleplayer_chicagobulls'},
	{teamCode: 'CLE', section:'teams/cavaliers', shortName: 'cavaliers', fullName: 'Cleveland Cavaliers', fwArticleSSID:'nba.com_articleplayer_clevelandcavaliers'},
	{teamCode: 'DAL', section:'teams/mavericks', shortName: 'mavericks', fullName: 'Dallas Mavericks', fwArticleSSID:'nba.com_articleplayer_dallasmavericks'},
	{teamCode: 'DEN', section:'teams/nuggets', shortName: 'nuggets', fullName: 'Denver Nuggets', fwArticleSSID:'nba.com_articleplayer_denvernuggets'},
	{teamCode: 'DET', section:'teams/pistons', shortName: 'pistons', fullName: 'Detroit Pistons', fwArticleSSID:'nba.com_articleplayer_detroitpistons'},
	{teamCode: 'GSW', section:'teams/warriors', shortName: 'warriors', fullName: 'Golden State Warriors', fwArticleSSID:'nba.com_articleplayer_goldenstatewarriors'},
	{teamCode: 'HOU', section:'teams/rockets', shortName: 'rockets', fullName: 'Houston Rockets', fwArticleSSID:'nba.com_articleplayer_houstonrockets'},
	{teamCode: 'IND', section:'teams/pacers', shortName: 'pacers', fullName: 'Indiana Pacers', fwArticleSSID:'nba.com_articleplayer_indianapacers'},
	{teamCode: 'LAC', section:'teams/clippers', shortName: 'clippers', fullName: 'Los Angeles Clippers', fwArticleSSID:'nba.com_articleplayer_losangelesclippers'},
	{teamCode: 'LAL', section:'teams/lakers', shortName: 'lakers', fullName: 'Los Angeles Lakers', fwArticleSSID:'nba.com_articleplayer_losangeleslakers'},
	{teamCode: 'MEM', section:'teams/grizzlies', shortName: 'grizzlies', fullName: 'Memphis Grizzlies', fwArticleSSID:'nba.com_articleplayer_memphisgrizzlies'},
	{teamCode: 'MIA', section:'teams/heat', shortName: 'heat', fullName: 'Miami Heat', fwArticleSSID:'nba.com_articleplayer_miamiheat'},
	{teamCode: 'MIL', section:'teams/bucks', shortName: 'bucks', fullName: 'Milwaukee Bucks', fwArticleSSID:'nba.com_articleplayer_milwaukeebucks'},
	{teamCode: 'MIN', section:'teams/timberwolves', shortName: 'timberwolves', fullName: 'Minnesota Timberwolves', fwArticleSSID:'nba.com_articleplayer_minnesotatimberwolves'},
	{teamCode: 'NJN', section:'teams/nets', shortName: 'nets', fullName: 'New Jersey Nets', fwArticleSSID:'nba.com_articleplayer_newjerseynets'},
	{teamCode: 'NOH', section:'teams/hornets', shortName: 'hornets', fullName: 'New Orleans Hornets', fwArticleSSID:'nba.com_articleplayer_neworleanshornets'},
	{teamCode: 'NYK', section:'teams/knicks', shortName: 'knicks', fullName: 'New York Knicks', fwArticleSSID:'nba.com_articleplayer_newyorkknicks'},
	{teamCode: 'OKC', section:'teams/thunder', shortName: 'thunder', fullName: 'Oklahoma City Thunder', fwArticleSSID:'nba.com_articleplayer_oklahomacitythunder'},
	{teamCode: 'ORL', section:'teams/magic', shortName: 'magic', fullName: 'Orlando Magic', fwArticleSSID:'nba.com_articleplayer_orlandomagic'},
	{teamCode: 'PHI', section:'teams/sixers', shortName: 'sixers', fullName: 'Philadelphia 76ers', fwArticleSSID:'nba.com_articleplayer_philadelphia76ers'},
	{teamCode: 'PHX', section:'teams/suns', shortName: 'suns', fullName: 'Phoenix Suns', fwArticleSSID:'nba.com_articleplayer_phoenixsuns'},
	{teamCode: 'POR', section:'teams/blazers', shortName: 'blazers', fullName: 'Portland Trail Blazers', fwArticleSSID:'nba.com_articleplayer_portlandtrailblazers'},
	{teamCode: 'SAC', section:'teams/kings', shortName: 'kings', fullName: 'Sacramento Kings', fwArticleSSID:'nba.com_articleplayer_sacramentokings'},
	{teamCode: 'SAS', section:'teams/spurs', shortName: 'spurs', fullName: 'San Antonio Spurs', fwArticleSSID:'nba.com_articleplayer_sanantoniospurs'},
	{teamCode: 'TOR', section:'teams/raptors', shortName: 'raptors', fullName: 'Toronto Raptors', fwArticleSSID:'nba.com_articleplayer_torontoraptors'},
	{teamCode: 'UTA', section:'teams/jazz', shortName: 'jazz', fullName: 'Utah Jazz', fwArticleSSID:'nba.com_articleplayer_utahjazz'},
	{teamCode: 'WAS', section:'teams/wizards', shortName: 'wizards', fullName: 'Washington Wizards', fwArticleSSID:'nba.com_articleplayer_washingtonwizards'}
];
