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

document.sportNav.data = [
['worldsport2002',
	'World Sport 2002', '/features/2002/international_yir/', 'InternationalYIR2002Nav1',
],
['worldsporthome',
	'World Sport Home', '/world/', 'InternationalYIR2002Nav1',
],
['worldsportontv',
	'World Sport on TV', '/more/shows/world_sport/', 'InternationalYIR2002Nav1',
],
['top10stories',
	'Top 10 Stories', '/features/2002/international_yir/news/story1/', 'InternationalYIR2002Nav2',
],
['phototimeline',
	'Photo Timeline', '/features/2002/international_yir/photos/january/', 'InternationalYIR2002Nav2',
],
['yourchoicepoll',
	'Your Choice Poll', '/features/2002/international_yir/news/2002/12/18/intl_yir_poll/', 'InternationalYIR2002Nav2',
],

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

