// JavaScript Document

var captions = new Array(
						 'MVP Photo',	//	this one is the first part of the caption for this project
						  'Logo',
						  'Logo',//	these are the second halves
						 'Business Card'
						 );
						 // add more here if needed, separated by commas