// JavaScript Document

var captions = new Array(
						 'Custom Kicks',	//	this one is the first part of the caption for this project
						 'Orient',	
						 'Super Nintendo',
						  'Fairytale (boy)',		//	these are the second halves
						   'Fairytale (girl)',
						 'Forest Friends',
						 'Bon Voyage!'
						 );
						 // add more here if needed, separated by commas
						 
						 // JavaScript Document
