var myBirdFamily = { commonname: "American Robin", latinname: "Turdus migratorius", familyname: "Thrushes", familysource: "../taxonomy/thrushes.html"};

var myAudioURL = "../audio/American Robin.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/AmericanRobin3.jpg", imagesource: "../webimages/screensize/AmericanRobin3.jpg", description: "Every time I see a bird, I keep reminding myself - this is the first time I have seen this bird.<br/> How many robins have I seen? How many have I photographed? And yet, every time is the first time.", location: "Kernville, CA - Kern River Preserve", date: new Date(2005,5,17) },
	{ thumbnailsource: "../webimages/smallthumbs/AmericanRobin2.jpg", imagesource: "../webimages/screensize/AmericanRobin2.jpg", description: "", location: "Palo Alto - Geng Road", date: new Date(2005,3,30) },
	{ thumbnailsource: "../webimages/smallthumbs/AmericanRobinJuvenile.jpg", imagesource: "../webimages/screensize/AmericanRobinJuvenile.jpg", description: "Juvenile", location: "Kernville, CA - Kern River Preserve", date: new Date(2005,5,24) }
	)
