// JavaScript Document

var captions = new Array(
						 'Vancouver Opera',	//	this one is the first part of the caption for this project
						 " Corporate Collateral & Promotions",	
						 'Corporate Collateral Package',
						 'Corporate Collateral Package',
						  'Promotional Wine Labels',		//	these are the second halves
						  'Turandot Poster',
						  'The Gondoliers Poster',
						 'Magic Flute Poster'
						 );
						 // add more here if needed, separated by commas