 // four slots per picture, maybe more when we go PHP
var MonthIs = "November";
var YearIs  = "2006";

var ThumbInfo = new Array( 
	{ imgSrc: "images/DSCN7210.jpg",
	   title:  "Rock Creek Raptor",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN7005.jpg",
	   title:  " The Bone of Contention",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN7124.jpg",
	   title:  "In Leaves of Red",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN7048.jpg",
	   title:  "Zorak Found!",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN6978.jpg",
	   title:  "Spotted.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN7036.jpg",
	   title:  "Upright Hanging Out.",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN7068.jpg",
	   title:  "Zelawk Slumbered.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN6993.jpg",
	   title:  "Grasping Buffet Buddhism",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN7111.jpg",
	   title:  "The Path Traveled",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN7214.jpg",
	   title:  "Raptor sighting in DC. ",
	   link:   " ",
	   extra:  " "}

);


