indexSeparator = ' | ';
// 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("palmsunday_01.jpg"," ");
addPhoto("palmsunday_02.jpg"," ");
addPhoto("palmsunday_03.jpg"," ");
addPhoto("palmsunday_04.jpg"," ");

