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/bartart/1.jpg','1');
addPhoto('images/bartart/2.jpg','2');
addPhoto('images/bartart/3.jpg','3');
addPhoto('images/bartart/4.jpg','4');