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

var ThumbInfo = new Array( 
	{ imgSrc: "images/DSCN5785.jpg",
	   title:  "Across the creek, on Klingle Rd",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/ALSH5813.jpg",
	   title:  "Riding the Roller Coaster.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN5825.jpg",
	   title:  "The admiring throngs peer up.",
	   link:   " ",
	   extra:  " "},

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

	{ imgSrc: "images/DSCN5873.jpg",
	   title:  "Say Ahhhhh.",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/CRSH4336.jpg",
	   title:  "Virginia's Green Springs Park",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/PICT4363.jpg",
	   title:  "Virginia's Green Springs Park.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN5877.jpg",
	   title:  "Wonders which lie within.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN5875.jpg",
	   title:  "The tongue that assists the caterpillar's exodus.",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN5908.jpg",
	   title:  "Peeking out from the jungle.",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/DSCN5915.jpg",
	   title:  "The Cheshire grins inside his lair I.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN5913.jpg",
	   title:  "The Cheshire grins inside his lair II.",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/DSCN5843.jpg",
	   title:  "Wrap your legs around me, come dance.",
	   link:   " ",
	   extra:  " "}

);


