var myBirdFamily = { commonname: "Eastern Bluebird", latinname: "Sialia sialis", familyname: "Thrushes", familysource: "../taxonomy/thrushes.html"};

var myAudioURL = "../audio/Eastern Bluebird.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/EasternBluebird1.jpg", imagesource: "../webimages/screensize/EasternBluebird1.jpg", description: "", location: "Kissimmee/St. Cloud region, FL", date: new Date(2005,6,16) },
	{ thumbnailsource: "../webimages/smallthumbs/EasternBluebird2.jpg", imagesource: "../webimages/screensize/EasternBluebird2.jpg", description: "", location: "Kissimmee/St. Cloud region, FL", date: new Date(2005,6,16) },
	{ thumbnailsource: "../webimages/smallthumbs/EasternBluebird3.jpg", imagesource: "../webimages/screensize/EasternBluebird3.jpg", description: "", location: "Kissimmee/St. Cloud region, FL", date: new Date(2005,6,16) }
	)
