// JavaScript Document

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