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

document.sportNav.data = [
['indy500home',
	'Indy500&nbsp;Home', '/motorsports/2002/indy500/', 'Indy5002002Nav1',
],
/*
['othermotorsportscircuits',
	'Other Motor Sports Circuits', '/motorsports/more/', 'Indy5002002Nav2',
],
*/
['irlschedule',
	'IRL Schedule', '/motorsports/news/2002/02/05/irl_schedule/', 'Indy5002002Nav2',
],
['irlpoints',
	'IRL Points', '/motorsports/2002/indy500/irl_points/', 'Indy5002002Nav2',
],
['irlwinners',
	'IRL Winners', '/motorsports/news/2002/irlwin/', 'Indy5002002Nav2',
],
['thetrack',
	'The Track', '/motorsports/2002/indy500/track/', 'Indy5002002Nav3',
],
['almanac',
	'Almanac', '/motorsports/2002/indy500/almanac/', 'Indy5002002Nav3',
],
['schedule',
	'Schedule', '/motorsports/2002/indy500/indy_schedule/', 'Indy5002002Nav3',
],

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