var myBirdFamily = { commonname: "Western Bluebird", latinname: "Sialia mexicana", familyname: "Thrushes", familysource: "../taxonomy/thrushes.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/WesternBluebird2.jpg", imagesource: "../webimages/screensize/WesternBluebird2.jpg", width: "1596", height: "1596", commonname: "Western Bluebird", latinname: "Sialia mexicana", description: "", location: "Cupertino, CA - McClennan Ranch", date: new Date(2006,3,20) },
	{ thumbnailsource: "../webimages/smallthumbs/WesternBluebird.jpg", imagesource: "../webimages/screensize/WesternBluebird.jpg", width: "873", height: "772", commonname: "Western Bluebird", latinname: "Sialia mexicana", description: "", location: "Palo Alto, CA - Arastradero Preserve", date: new Date(2005,2,15) }
	);
