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

var ThumbInfo = new Array( 
	{ imgSrc: "images/DSCN0211.jpg",
	   title:  "Green Springs park Annandale Virginia.",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN0053.jpg",
	  title:  "The Fountain of Faith; National Memorial Park Virginia.",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN0031.jpg",
	  title:  "The fountain depicts men, women and children in the afterlife.",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN9978.jpg",
	  title:  "built by Carl Milles, who's considered Sweden’s most famous sculptor.",
	  link:   " ",
	  extra:  " "},

        {imgSrc: "images/DSCN0258.jpg",
         title:  "Zen in Pimmit Hills Virginia.",
         link:   " ",
         extra:  " "},


	{ imgSrc: "images/DSCN0274.jpg",
	  title:  "Zen Boogie.",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN9892.jpg",
	  title:  "Jason Troy on the 4th of July.",
	  link:   " ",
	  extra:  " "},

        {imgSrc: "images/DSCN0436.jpg",
         title:  "Jason and Zen in Pimmit Hills.",
         link:   " ",
         extra:  " "},

        {imgSrc: "images/DSCN0438.jpg",
         title:  "Upstream of Olney Park, Pimit Hills Virginia.",
         link:   " ",
         extra:  " "},

        {imgSrc: "images/DSCN9977.jpg",
         title:  "Roger Rogers in Pimit Hills Virginia.",
         link:   " ",
         extra:  " "},

        {imgSrc: "images/DSCN0360.jpg",
         title:  "Sacrifice and Valor in Washington DC.",
         link:   " ",
         extra:  " "},

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


