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

document.sportNav.data = [
['collegebowls2002',
	'College&nbsp;Bowls&nbsp;2001', '/football/college/2001/bowls/', 'CollegeBowls2001Nav1',
],
['collegefootballhome',
	'College Football Home', '/football/college/', 'CollegeBowls2001Nav2',
],

['rosebowl',
	'Rose Bowl', '/football/college/2001/bowls/rose/', 'CollegeBowls2001Nav2',
],

'<tr><td class="CollegeBowls2001Nav2" colspan="2"><b>Other BCS Bowls</b><br>'
+ '	<span class="NavSubBullet">&#149;</span> <a href="/football/college/2001/bowls/fiesta/">Fiesta</a><br>'
+ '	<span class="NavSubBullet">&#149;</span> <a href="/football/college/2001/bowls/orange/">Orange</a><br>'
+ '	<span class="NavSubBullet">&#149;</span> <a href="/football/college/2001/bowls/sugar/">Sugar</a><br>'
+ '	</td></tr>\n',

['otherbowls',
	'Other Bowls', '/football/college/2001/bowls/gateway/', 'CollegeBowls2001Nav2',
],

['scoreboard',
	'Scoreboard', '/football/college/scoreboards/bowls/', 'CollegeBowls2001Nav3',
],
['schedule',
	'Schedule', '/football/college/bowl_sked/', 'CollegeBowls2001Nav3',
],
['matchups',
	'Matchups', '/football/college/stats/2001/matchups/', 'CollegeBowls2001Nav3',
],
/*
['breakdowns',
	'Breakdowns', '/football/college/2000/bowls/news/2000/12/13/bowl_grid/', 'CollegeBowls2001Nav3',
],
*/
['teams',
	'Teams', '/football/college/2001/bowls/teams/', 'CollegeBowls2001Nav3',
],
['polls',
	'Polls', '/football/college/polls/', 'CollegeBowls2001Nav3',
],
['stats',
	'Stats', '/football/college/stats/', 'CollegeBowls2001Nav3',
],
['almanac',
	'Almanac', '/football/college/2001/bowls/almanac/', 'CollegeBowls2001Nav3',
],

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