//-----------------------------------------------------
// Create section object.  A section is an array of
// SectionItems.  These objects are defined in main.js.
//-----------------------------------------------------:

var section = new Section ( '#E0A139', new Array (
	new SectionItem( 'Who are we?', 'who.html' ),
	new SectionItem( 'What\'s a Basenji', 'what.html' ),
	new SectionItem( 'Membership', 'membership.html' ),
	new SectionItem( 'Upcoming Events', 'events.html' ),
	new SectionItem( 'Board & Committees', 'board.html' ),
	new SectionItem( 'Awards', 'awards.html' ),
	new SectionItem( 'Previous Polls', 'poll-results.html' )

) );
