var myBirdFamily = { commonname: "Black Scoter", latinname: "Melanitta nigra", familyname: "Ducks, Geese, and Swans", familysource: "../taxonomy/ducksgeeseswans.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/BlackScoter1.jpg", imagesource: "../webimages/screensize/BlackScoter1.jpg", width: "804", height: "500", commonname: "Black Scoter", latinname: "Melanitta nigra", description: "", location: "Nome, AK", date: new Date(2006,5,7) },
	{ thumbnailsource: "../webimages/smallthumbs/BlackScoter2.jpg", imagesource: "../webimages/screensize/BlackScoter2.jpg", width: "600", height: "369", commonname: "Black Scoter", latinname: "Melanitta nigra", description: "", location: "Nome, AK", date: new Date(2006,5,7) }
	);
