var myBirdFamily = { commonname: "Blue Jay", latinname: "Cyanocitta cristata", familyname: "Jays and Crows", familysource: "../taxonomy/jayscrows.html"};

var myAudioURL = "../audio/Blue Jay.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/BlueJay1.jpg", imagesource: "../webimages/screensize/BlueJay1.jpg", description: "", location: "Maitland, FL", date: new Date(2005,6,17) },
	{ thumbnailsource: "../webimages/smallthumbs/BlueJay2.jpg", imagesource: "../webimages/screensize/BlueJay2.jpg", description: "", location: "Maitland, FL", date: new Date(2005,6,17) },
	{ thumbnailsource: "../webimages/smallthumbs/BlueJay3.jpg", imagesource: "../webimages/screensize/BlueJay3.jpg", description: "", location: "Maitland, FL", date: new Date(2005,6,17) },
	{ thumbnailsource: "../webimages/smallthumbs/BlueJay4.jpg", imagesource: "../webimages/screensize/BlueJay4.jpg", description: "", location: "Maitland, FL", date: new Date(2005,6,17) }
	)
