var myBirdFamily = { commonname: "Cedar Waxwing", latinname: "Bombycilla cedrorum", familyname: "Waxwings", familysource: "../taxonomy/waxwings.html"};

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

var myImages = new Array(
	{ thumbnailsource: "../webimages/smallthumbs/CedarWaxwing2.jpg", imagesource: "../webimages/screensize/CedarWaxwing2.jpg", width: "2949", height: "2217", commonname: "Cedar Waxwing", latinname: "Bombycilla cedrorum", description: "My all time favorite picture - taken from my front porch on a rainy day. How zen is that?", location: "Palo Alto, CA - Harker Ave", date: new Date(2005,2,20) },
	{ thumbnailsource: "../webimages/smallthumbs/CedarWaxwing.jpg", imagesource: "../webimages/screensize/CedarWaxwing.jpg", width: "1024", height: "768", commonname: "Cedar Waxwing", latinname: "Bombycilla cedrorum", description: "", location: "Point Reyes, CA", date: new Date(2005,2,7) },
	{ thumbnailsource: "../webimages/smallthumbs/CedarWaxwing3.jpg", imagesource: "../webimages/screensize/CedarWaxwing3.jpg", width: "1760", height: "1760", commonname: "Cedar Waxwing", latinname: "Bombycilla cedrorum", description: "", location: "Redwood City, CA - Marlin Road Ponds", date: new Date(2006,2,30) },
	{ thumbnailsource: "../webimages/smallthumbs/CedarWaxwing4.jpg", imagesource: "../webimages/screensize/CedarWaxwing4.jpg", width: "512", height: "2326", commonname: "Cedar Waxwing", latinname: "Bombycilla cedrorum", description: "", location: "Redwood City, CA - Marlin Road Ponds", date: new Date(2006,2,30) }
	);
