var myBirdFamily = { commonname: "Barred Owl", latinname: "Strix varia", familyname: "Typical Owls", familysource: "../taxonomy/typicalowls.html"};

var myAudioURL = "../audio/Barred Owl.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/BarredOwl1.jpg", imagesource: "../webimages/screensize/BarredOwl1.jpg", description: "I was so excited when I spotted this owl, I lost my voice, and couldn't call it out!<br/> As Bob Power says, birding as heart-pounding excitement. And it is!", location: "Lake Kissimmee region, FL", date: new Date(2005,6,15) },
	{ thumbnailsource: "../webimages/smallthumbs/BarredOwl2.jpg", imagesource: "../webimages/screensize/BarredOwl2.jpg", description: "", location: "Lake Kissimmee region, FL", date: new Date(2005,6,15) }
	)