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

document.sportNav.data = [
['bowls',
	'2002-03 Bowls', '/football/college/2002/bowls', 'ColFootballBowls2002Nav1',
],
['colfootballnews',
	'Col. Football News', '/football/college/', 'ColFootballBowls2002Nav1',
],
['bowlschedule',
	'Bowl Schedule', '/football/college/2002/bowls/bowl_sked', 'ColFootballBowls2002Nav2',
],
['scores',
	'Bowl Scoreboard', '/football/college/scoreboards/bowls/2002/postseason/17/', 'ColFootballBowls2002Nav2',
],
/*
['schedules',
	'Schedules', '/football/college/schedules/', 'ColFootballBowls2002Nav2',
],
*/
['rankings',
	'Rankings', '/football/college/polls/2002/ap/', 'ColFootballBowls2002Nav2',
],
['standings',
	'Standings', '/football/college/standings/', 'ColFootballBowls2002Nav2',
],
['teams',
	'Teams', '/football/college/teams/', 'ColFootballBowls2002Nav3',
],
['stats',
	'Stats', '/football/college/stats/', 'ColFootballBowls2002Nav3',
],

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

