var myBirdFamily = { commonname: "American Goldfinch", latinname: "Carduelis tristis", familyname: "Fringilline and Cardueline Finches and Allies", familysource: "../taxonomy/finches.html"};

var myAudioURL = "../audio/americangoldfinch.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/AmericanGoldfinch2.jpg", imagesource: "../webimages/screensize/AmericanGoldfinch2.jpg", width: "340", height: "303", commonname: "American Goldfinch", latinname: "Carduelis tristis", description: "This is an incredibly hard bird to photograph!...<br/> It's coloration plays havoc with light and shadow, and it never sits still very long.<br/> Fortunately, it's fairly common, so I'll get that perfect shot one day!", location: "San Mateo, CA - Coyote Point", date: new Date(2005,3,10) },
	{ thumbnailsource: "../webimages/smallthumbs/AmericanGoldfinch3.jpg", imagesource: "../webimages/screensize/AmericanGoldfinch3.jpg", width: "504", height: "648", commonname: "American Goldfinch", latinname: "Carduelis tristis", description: "", location: "Mountain View, CA - Shoreline", date: new Date(2005,3,28) },
	{ thumbnailsource: "../webimages/smallthumbs/AmericanGoldfinch.jpg", imagesource: "../webimages/screensize/AmericanGoldfinch.jpg", width: "816", height: "684", commonname: "American Goldfinch", latinname: "Carduelis tristis", description: "", location: "Palo Alto, CA - Baylands", date: new Date(2005,3,19) },
	{ thumbnailsource: "../webimages/smallthumbs/AmericanGoldfinch4.jpg", imagesource: "../webimages/screensize/AmericanGoldfinch4.jpg", width: "604", height: "604", commonname: "American Goldfinch", latinname: "Carduelis tristis", description: "", location: "Fremont, CA - Coyote Hills Regional Preserve", date: new Date(2006,4,21) }
	);
