var myBirdFamily = { commonname: "Blackpoll Warbler", latinname: "Dendroica striata", familyname: "Wood-Warblers", familysource: "../taxonomy/warblers.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/BlackpollWarbler1.jpg", imagesource: "../webimages/screensize/BlackpollWarbler1.jpg", width: "612", height: "460", commonname: "Blackpoll Warbler", latinname: "Dendroica striata", description: "", location: "Nome, AK", date: new Date(2006,5,7) },
	{ thumbnailsource: "../webimages/smallthumbs/BlackpollWarbler2.jpg", imagesource: "../webimages/screensize/BlackpollWarbler2.jpg", width: "600", height: "716", commonname: "Blackpoll Warbler", latinname: "Dendroica striata", description: "", location: "Nome, AK", date: new Date(2006,5,7) },
	{ thumbnailsource: "../webimages/smallthumbs/BlackpollWarbler3.jpg", imagesource: "../webimages/screensize/BlackpollWarbler3.jpg", width: "800", height: "800", commonname: "Blackpoll Warbler", latinname: "Dendroica striata", description: "", location: "Nome, AK", date: new Date(2006,5,7) }
	);
