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

var ThumbInfo = new Array( 
	{ imgSrc: "images/IMG_0206.jpg",
	   title:  "Soft Landing",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/IMG_0139.jpg",
	   title:  "Octopodes Dream I",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/IMG_0145.jpg",
	   title:  "Octopodes Dream II",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/IMG_0278.jpg",
	   title:  "Veranda Glazes",
	   link:   " ",
	   extra:  " "},
	{ imgSrc: "images/IMG_0238.jpg",
	   title:  "Split me royal",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/IMG_0141.jpg",
	   title:  "With Loving Lips",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/IMG_0275.jpg",
	   title:  "The Dance of Destitute Desire",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/IMG_0267.jpg",
	   title:  "Ray Won't Change",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/IMG_0162.jpg",
	   title:  "Presents of the Gandhabba",
	   link:   " ",
	   extra:  " "},

	{ imgSrc: "images/IMG_0258.jpg",
	   title:  "What food the soul needs",
	   link:   " ",
	   extra:  " "},


	{ imgSrc: "images/IMG_0125.jpg",
	   title:  "Why does your friend hate me so?",
	   link:   " ",
	   extra:  " "}

);

