// Photos for wedding album.

// Photo directory for this gallery
var photoDir = "images/other_02/";

// Define each photo's name, height, width, and caption
var photoArray = new Array(
	// Source, Width, Height, Caption
	// Source, Width, Height, Caption
	new Array("IMG_4407.JPG", "580", "387", ""),
	new Array("IMG_4418.JPG", "580", "387", ""),
	new Array("IMG_4446.JPG", "387", "580", ""),
	new Array("IMG_4450.JPG", "387", "580", ""),
	new Array("IMG_4463.JPG", "580", "387", ""),
	new Array("IMG_4512.JPG", "580", "387", ""),
	new Array("IMG_4513.JPG", "580", "387", ""),
	new Array("IMG_4555.JPG", "580", "387", ""),
	new Array("IMG_4568.JPG", "387", "580", ""),
	new Array("IMG_4576.JPG", "580", "387", "")
	);
