var myBirdFamily = { commonname: "Bluethroat", latinname: "Luscinia svecica", familyname: "Thrushes", familysource: "../taxonomy/thrushes.html"};

var myAudioURL = "../audio/bluethroat.mp3";

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/Bluethroat1.jpg", imagesource: "../webimages/screensize/Bluethroat1.jpg", width: "591", height: "601", commonname: "Bluethroat", latinname: "Luscinia svecica", description: "", location: "Nome, AK", date: new Date(2006,5,8) },
	{ thumbnailsource: "../webimages/smallthumbs/Bluethroat2.jpg", imagesource: "../webimages/screensize/Bluethroat2.jpg", width: "508", height: "508", commonname: "Bluethroat", latinname: "Luscinia svecica", description: "", location: "Nome, AK", date: new Date(2006,5,8) }
	);
