var myBirdFamily = { commonname: "Rock Pigeon", latinname: "Columba livia", familyname: "Pigeons and Doves", familysource: "../taxonomy/pigeonsdoves.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/RockPigeon3.jpg", imagesource: "../webimages/screensize/RockPigeon3.jpg", width: "1508", height: "1508", commonname: "Rock Pigeon", latinname: "Columba livia", description: "", location: "Foster City, CA - Bay park at Mariner's Island", date: new Date(2006,0,5) },
	{ thumbnailsource: "../webimages/smallthumbs/RockPigeon.jpg", imagesource: "../webimages/screensize/RockPigeon.jpg", width: "1024", height: "822", commonname: "Rock Pigeon", latinname: "Columba livia", description: "", location: "Palo Alto, CA - Baylands", date: new Date(2005,2,19) },
	{ thumbnailsource: "../webimages/smallthumbs/RockPigeon2.jpg", imagesource: "../webimages/screensize/RockPigeon2.jpg", width: "775", height: "775", commonname: "Rock Pigeon", latinname: "Columba livia", description: "Just a reminder - pigeons are as varied as chickens!", location: "Cupertino, CA", date: new Date(2005,7,17) }
	);
