var myBirdFamily = { commonname: "Rock Wren", latinname: "Salpinctes obsoletus", familyname: "Wrens", familysource: "../taxonomy/wrens.html"};

var myAudioURL = "../audio/Rock Wren.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/RockWren1.jpg", imagesource: "../webimages/screensize/RockWren1.jpg", description: "", location: "Kernville, CA", date: new Date(2005,5,18) },
	{ thumbnailsource: "../webimages/smallthumbs/RockWren2.jpg", imagesource: "../webimages/screensize/RockWren2.jpg", description: "", location: "Kernville, CA", date: new Date(2005,5,18) },
	{ thumbnailsource: "../webimages/smallthumbs/RockWren3.jpg", imagesource: "../webimages/screensize/RockWren3.jpg", description: "", location: "Kernville, CA", date: new Date(2005,5,18) }
	)
