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

document.sportNav.data = [
['previewhome',
	'Preview&nbsp;Home', '/football/college/2002/preview/', 'ColFootballPreview2002Nav1',
],
['latestnews',
	'Latest&nbsp;News', '/football/college/', 'ColFootballPreview2002Nav2',
],
['teampreviews',
	'Team&nbsp;Previews', '/football/college/2002/preview/teams/', 'ColFootballPreview2002Nav3',
],
['conferencepreviews',
	'Conference Previews', '/football/college/2002/preview/conferences', 'ColFootballPreview2002Nav3',
],

['teams',
	'Teams', '/football/college/teams/', 'ColFootballPreview2002Nav4',
],
['schedules',
	'Schedules', '/football/college/schedules/', 'ColFootballPreview2002Nav4',
],
['polls',
	'Polls', '/football/college/polls/', 'ColFootballPreview2002Nav4',
],
['stats',
	'Stats', '/football/college/stats/', 'ColFootballPreview2002Nav4',
],

/*
['colfootball',
	'Col. Football', '/football/college/', 'ColFootballPreview2002Nav1',
],

['scores',
	'Scores', '/football/college/scoreboards/all/', 'ColFootballPreview2002Nav2',
],
['schedules',
	'Schedules', '/football/college/schedules/', 'ColFootballPreview2002Nav2',
],
['standings',
	'Standings', '/football/college/standings/', 'ColFootballPreview2002Nav2',
],
['polls',
	'Polls', '/football/college/polls/', 'ColFootballPreview2002Nav2',
],
['stats',
	'Stats', '/football/college/stats/', 'ColFootballPreview2002Nav2',
],
['transactions',
	'Transactions', '/transactions/today.html', 'ColFootballPreview2002Nav2',
],
['players',
	'Players', '/football/college/rosters/', 'ColFootballPreview2002Nav2',
],
['conferences',
	'Conferences', '/football/college/conferences/', 'ColFootballPreview2002Nav2',
],
['teams',
	'Teams', '/football/college/teams/', 'ColFootballPreview2002Nav2',
],
*/
// TRAILING SPACER
'<tr><td class="ColFootballPreview2002Nav4" 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); };