// JavaScript Document

var captions = new Array(
						 'Travel Book Illustrations',	//	this one is the first part of the caption for this project
						 "Digital, Munich Oktoberfest",	
						 'Digital, Thai New Years',
						  'Digital, Sydney Fireworks',		//	these are the second halves
						 'Digital, Dubai Desert Racing'
						 );
						 // add more here if needed, separated by commas
						 
						 // JavaScript Document
