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

document.sportNav.data = [
['tournamenthome',
	'Tournament&nbsp;Home', '/basketball/college/2003/ncaa_tourney/', 'NCAATourney2003Nav1',
],
['womensncaa',
	'Women\'s NCAA', '/basketball/college/women/2003/ncaa_tourney/', 'NCAATourney2003Nav1',
],
['mensnit',
	'Men\'s NIT', '/basketball/college/2003/nit/', 'NCAATourney2003Nav1',
],
['morecollegehoops',
	'More&nbsp;College&nbsp;Hoops', '/basketball/college/', 'NCAATourney2003Nav1',
],
['scores',
	'Scores', '/basketball/college/men/scoreboards/ncaa/2003/4/7/', 'NCAATourney2003Nav2',
],
['schedules',
	'Schedule', '/basketball/college/2003/ncaa_tourney/daily_schedule/', 'NCAATourney2003Nav2',
],
['bracket',
	'Bracket', '/basketball/college/2003/ncaa_tourney/brackets/','NCAATourney2003Nav2',
],
['capsules',
	'Team&nbsp;Capsules', '/basketball/college/2003/ncaa_tourney/team_capsules/','NCAATourney2003Nav2',
],
['stats',
	'Stats', '/basketball/college/stats/','NCAATourney2003Nav2',
],
['alamanac',
	'Almanac', '/basketball/college/2003/ncaa_tourney/almanac/','NCAATourney2003Nav2',
],
['archive',
	'SI&nbsp;Archives', '/basketball/college/features/finalfour_history/main/','NCAATourney2003Nav2',
],
['hoopsbracketchallenge',
	'Bracket&nbsp;Challenge', 'http://fantasy.si.cnn.com/','NCAATourney2003Nav2',
],

// TRAILING SPACER

'<tr><td class="NCAATourney2003Nav2" 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); };

