var myBirdFamily = { commonname: "Summer Tanager", latinname: "Piranga rubra", familyname: "Tanagers", familysource: "../taxonomy/tanagers.html"};

var myAudioURL = "../audio/Summer Tanager.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/SummerTanager1.jpg", imagesource: "../webimages/screensize/SummerTanager1.jpg", description: "The white stuff is not snow - it's \"cotton\" from the cottonwood tree", location: "Kernville, CA - Kern River Preserve", date: new Date(2005,5,25) },
	{ thumbnailsource: "../webimages/smallthumbs/SummerTanager3.jpg", imagesource: "../webimages/screensize/SummerTanager3.jpg", description: "", location: "Kissimmee/St. Cloud, FL", date: new Date(2005,6,15) }
	)