var myBirdFamily = { commonname: "Red-winged Blackbird", latinname: "Agelaius phoeniceus", familyname: "Blackbirds", familysource: "../taxonomy/blackbirds.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/RedWingedBlackbird3.jpg", imagesource: "../webimages/screensize/RedWingedBlackbird3.jpg", width: "800", height: "774", commonname: "Red-winged Blackbird", latinname: "Agelaius phoeniceus", description: "", location: "Palo Alto, CA - Foothill Park", date: new Date(2005,2,22) },
	{ thumbnailsource: "../webimages/smallthumbs/RedWingedBlackbird2.jpg", imagesource: "../webimages/screensize/RedWingedBlackbird2.jpg", width: "800", height: "832", commonname: "Red-winged Blackbird", latinname: "Agelaius phoeniceus", description: "", location: "Palo Alto, CA - Foothill Park", date: new Date(2005,2,22) },
	{ thumbnailsource: "../webimages/smallthumbs/RedWingedBlackbird1.jpg", imagesource: "../webimages/screensize/RedWingedBlackbird1.jpg", width: "1796", height: "1276", commonname: "Red-winged Blackbird", latinname: "Agelaius phoeniceus", description: "", location: "Palo Alto, CA - Foothill Park", date: new Date(2005,2,22) },
	{ thumbnailsource: "../webimages/smallthumbs/RedwingedBlackbird4.jpg", imagesource: "../webimages/screensize/RedwingedBlackbird4.jpg", width: "1204", height: "1204", commonname: "Red-winged Blackbird", latinname: "Agelaius phoeniceus", description: "Female - Isn't she beautiful!", location: "Colusa, CA - Colusa National Wildlife Refuge", date: new Date(2005,11,12) },
	{ thumbnailsource: "../webimages/smallthumbs/RedwingedBlackbird5.jpg", imagesource: "../webimages/screensize/RedwingedBlackbird5.jpg", width: "1360", height: "992", commonname: "Red-winged Blackbird", latinname: "Agelaius phoeniceus", description: "Bi-colored subspecies", location: "Bay View, WA - Bay View State Park", date: new Date(2006,1,18) }
	);
