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('./images/m_wedding_01.jpg',"");
addPhoto('./images/m_wedding_02.jpg',"");
addPhoto('./images/m_wedding_03.jpg',"");
addPhoto('./images/m_wedding_04.jpg',"");
addPhoto('./images/m_wedding_05.jpg',"");
