var myBirdFamily = { commonname: "Northern Wheatear", latinname: "Oenanthe oenanthe", familyname: "Thrushes", familysource: "../taxonomy/thrushes.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/NorthernWheatear1.jpg", imagesource: "../webimages/screensize/NorthernWheatear1.jpg", width: "1020", height: "692", commonname: "Northern Wheatear", latinname: "Oenanthe oenanthe", description: "", location: "Nome, AK", date: new Date(2006,5,7) },
	{ thumbnailsource: "../webimages/smallthumbs/NorthernWheatear2.jpg", imagesource: "../webimages/screensize/NorthernWheatear2.jpg", width: "1024", height: "640", commonname: "Northern Wheatear", latinname: "Oenanthe oenanthe", description: "", location: "Nome, AK", date: new Date(2006,5,7) },
	{ thumbnailsource: "../webimages/smallthumbs/NorthernWheatear3.jpg", imagesource: "../webimages/screensize/NorthernWheatear3.jpg", width: "940", height: "616", commonname: "Northern Wheatear", latinname: "Oenanthe oenanthe", description: "", location: "Nome, AK", date: new Date(2006,5,7) }
	);
