// JavaScript Document

var captions = new Array(
						 'Point Blank',	//	this one is the first part of the caption for this project
						 "Logo",	
						 'Stationery',
						  'CD Sleeves',		//	these are the second halves	
						 'T-shirt'
						 );
						 // add more here if needed, separated by commas