//-----------------------------------------------------
// Create section object.  A section is an array of
// SectionItems.  These objects are defined in main.js.
//-----------------------------------------------------

var section = new Section ( '#0804AE', new Array (
	new SectionItem( 'Recommended for your Basenji Library', 'books.html' ),
	new SectionItem( 'What Every Family Should Know Before Adopting a Basenji', 'falk-booklet.html' ),
	new SectionItem( 'Pedigree Search', 'pedigree.html' ),
	new SectionItem( 'Interesting Sites', 'interesting.html' ),
	new SectionItem( 'Webrings', 'webring.html' )
) );
