document.sportNav = new Navbar('sportNav');
/*
document.sportNav.DEBUG = 1;
*/
document.sportNav.styles['default'] = 'NavAlt';

document.sportNav.data = [
['profootball',
	'PRO&nbsp;FOOTBALL', '/football/', 'NFLPreview2002Nav1',
],
['scores',
	'scores', '/football/nfl/scoreboards/today/', 'NFLPreview2002Nav2',
],
['schedules',
	'schedules', '/football/2002/preview/preseason_schedule/', 'NFLPreview2002Nav2',
],
['standings',
	'standings', '/football/nfl/standings/', 'NFLPreview2002Nav2',
],
['stats',
	'stats', '/football/nfl/stats/', 'NFLPreview2002Nav2',
],
['matchups',
	'matchups', '/football/nfl/matchups/', 'NFLPreview2002Nav2',
],
['stadiums',
	'stadiums', '/football/nfl/stadiums/', 'NFLPreview2002Nav2',
],
['depthcharts',
	'depth&nbsp;charts', '/football/nfl/depth/', 'NFLPreview2002Nav3',
],
['injuries',
	'injuries', '/football/nfl/injury_report/', 'NFLPreview2002Nav3',
],
['transactions',
	'transactions', '/transactions/today.html', 'NFLPreview2002Nav3',
],
['players',
	'players', '/football/nfl/players/', 'NFLPreview2002Nav3',
],
/*
['teams',
	'teams', '/football/nfl/teams/', 'NFLPreview2002Nav3',
],
*/

// TRAILING SPACER
'<tr><td class="NFLPreview2002Nav3" colspan="2">'
+ '<img src="/images/misc/blank_pixel.gif" width="111" height="5" border="0" alt="">'
+ '</td></tr>\n'
]; // end data array
if (document.sportNav.DEBUG) { document.sportNav.build(); alert(document.sportNav.asHtml); };
