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('n1.jpg','Log Home Living');
addPhoto('n2.jpg','Log Home Living');
addPhoto('n3.jpg','Log Home Living');
addPhoto('n4.jpg','Log Home Living');
addPhoto('n5.jpg','Log Home Living');
