var myBirdFamily = { commonname: "Red-throated Loon", latinname: "Gavia stellata", familyname: "Loons", familysource: "../taxonomy/loons.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/RedthroatedLoon3.jpg", imagesource: "../webimages/screensize/RedthroatedLoon3.jpg", width: "705", height: "439", commonname: "Red-throated Loon", latinname: "Gavia stellata", description: "", location: "Nome, AK", date: new Date(2006,5,8) },
	{ thumbnailsource: "../webimages/smallthumbs/RedthroatedLoon1.jpg", imagesource: "../webimages/screensize/RedthroatedLoon1.jpg", width: "868", height: "560", commonname: "Red-throated Loon", latinname: "Gavia stellata", description: "", location: "Friday Harbor, WA - San Juan Island", date: new Date(2006,1,19) },
	{ thumbnailsource: "../webimages/smallthumbs/RedthroatedLoon2.jpg", imagesource: "../webimages/screensize/RedthroatedLoon2.jpg", width: "1024", height: "628", commonname: "Red-throated Loon", latinname: "Gavia stellata", description: "", location: "Friday Harbor, WA - San Juan Island", date: new Date(2006,1,19) }
	);
