document.sportNav = new Navbar('sportNav');
/*
document.sportNav.DEBUG = 1;
*/

document.sportNav.data = [
['nflplayoffs',
	'Playoffs&nbsp;Home', '/football/2002/playoffs/', 'NFLPlayoffs2001Nav1',
],
['profootballhome',
	'More&nbsp;NFL&nbsp;News', '/football/', 'NFLPlayoffs2001Nav2',
],

['scoreboard',
	'Scoreboard', '/football/nfl/scoreboards/2002/02/03/', 'NFLPlayoffs2001Nav2',
],

['schedule',
	'Schedule', '/football/2002/playoffs/schedule/', 'NFLPlayoffs2001Nav2',
],

['matchups',
	'Matchups', '/football/nfl/matchups/', 'NFLPlayoffs2001Nav2',
],

['teams',
	'Teams', '/football/nfl/teams/', 'NFLPlayoffs2001Nav2',
],

['depthcharts',
	'Depth&nbsp;Charts', '/football/nfl/depth/', 'NFLPlayoffs2001Nav2',
],

['players',
	'Players', '/football/nfl/players/', 'NFLPlayoffs2001Nav2',
],

['stats',
	'Stats', '/football/nfl/stats/', 'NFLPlayoffs2001Nav2',
],

['stadiums',
	'Stadiums', '/football/nfl/stadiums/', 'NFLPlayoffs2001Nav2',
],

['archives',
	'SI\'s Super Bowl Archives', '/football/features/superbowl/archives/', 'NFLPlayoffs2001Nav2',
],


// TRAILING SPACER
'<tr><td class="NFLPlayoffs2001Nav3" 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); };
