// JavaScript Document

var captions = new Array(
						 'Number. 5',	//	this one is the first part of the caption for this project
						  'Book Cover Design',		//	these are the second halves
						 'Book Cover Design'
						 );
						 // add more here if needed, separated by commas