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

var ThumbInfo = new Array( 
	{ imgSrc: "images/DSCN9750.jpg",
	   title:  "Silly Stringers Shelby and Mitch",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN0024.jpg",
	  title:  "Pimmit Hills watershed",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN9587.jpg",
	  title:  "Oxford England.",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN0117.jpg",
	  title:  "The Roger's girls",
	  link:   " ",
	  extra:  " "},

        {imgSrc: "images/DSCN9792.jpg",
         title:  "Zen in Fairfax City",
         link:   " ",
         extra:  " "},


	{ imgSrc: "images/DSCN9779.jpg",
	  title:  "Zen in Fairfax City",
	  link:   " ",
	  extra:  " "},

	{ imgSrc: "images/DSCN0057.jpg",
	  title:  "Smokey From Atlanta",
	  link:   " ",
	  extra:  " "},

        {imgSrc: "images/DSCN9891.jpg",
         title:  "Smokey From Atlanta",
         link:   " ",
         extra:  " "}
);


