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

var ThumbInfo = new Array( 
	{ imgSrc: "images/DSCN0003.jpg",
	   title:  "Lisle park, Pimmit Hills Virginia",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN0104.jpg",
	  title:  " ",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN9617.jpg",
	  title:  "Pimmit Hills, Falls Church Virginia, USA.",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN9783.jpg",
	  title:  "Prophet of Mt Pleasant.",
	  link:   " ",
	  extra:  " "},

        {imgSrc: "images/DSCN0025.jpg",
         title:  "David Mosi Harris, Maryland Comp Sci Major",
         link:   " ",
         extra:  " "},


	{ imgSrc: "images/DSCN9825.jpg",
	  title:  "Carena of King George Virginia",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN9974.jpg",
	  title:  "Sacrifice or Valor ?, Washington DC.",
	  link:   " ",
	  extra:  " "},

        {imgSrc: "images/DSCN9933.jpg",
         title:  "Tysons Corner Suburban Wilderness.",
         link:   " ",
         extra:  " "}
);


