//-----------------------------------------------------
// Create section object.  A section is an array of
// SectionItems.  These objects are defined in main.js.
//-----------------------------------------------------:

var section = new Section ( '#1680DA', new Array (
	new SectionItem( 'Basenji-proof home', 'proofing.html' ),
	new SectionItem( 'Dog Care', 'dog-care/index.html' ),
	new SectionItem( 'Fanconi', 'fanconi/index.html' ),
	new SectionItem( 'Fourth of July Safety', 'fourth-of-july.html' ),
	new SectionItem( 'Giardia', 'giardia/index.html' ),
	new SectionItem( 'Holidays: Yo, Ho, Ho - Don\'t Eat the Mistletoe!', 'mistletoe.html' ),
	new SectionItem( 'I.P.S.I.D.', 'ipsid.html' ),
	new SectionItem( 'Lost Dogs', 'lost-dogs/index.html' ),
	new SectionItem( 'Lumps and Bumps', 'lumps.html' ),
	new SectionItem( 'PRA', 'pra/index.html' ),
	new SectionItem( 'Saying Goodbye', 'goodbye.html' ),
	new SectionItem( 'Thyroid', 'thyroid/index.html' ),
	new SectionItem( 'Toothbrushing', 'toothbrush/index.html' )

) );
