indexSeparator = ' &raquo; ';
// Add one line per photo, using
//         addPhoto ('filename', 'caption', 'index text');
// The third parameter is optional and will default to the number
// of the photo if not provided.

addPhoto("img/animals/animals1.jpg","Out of all the animals in this shot, only one is ours.");
addPhoto("img/animals/animals2.jpg","Jesse on our neighbor's horse.");

