var myBirdFamily = { commonname: "Northwestern Crow", latinname: "Corvus caurinus", familyname: "Jays and Crows", familysource: "../taxonomy/jayscrows.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/NorthwesternCrow1.jpg", imagesource: "../webimages/screensize/NorthwesternCrow1.jpg", width: "1108", height: "780", commonname: "Northwestern Crow", latinname: "Corvus caurinus", description: "These birds are hard to identify. Their habitat and call (sort of a cross between crow and sandhill crane) are the best fieldmarks.", location: "Bay View, WA - Bay View State Park", date: new Date(2006,1,17) },
	{ thumbnailsource: "../webimages/smallthumbs/NorthwesternCrow2.jpg", imagesource: "../webimages/screensize/NorthwesternCrow2.jpg", width: "2068", height: "1656", commonname: "Northwestern Crow", latinname: "Corvus caurinus", description: "", location: "Bay View, WA - Bay View State Park", date: new Date(2006,1,17) }
	);
