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('photogallery/awards/awd1.jpg',"awards");
addPhoto('photogallery/awards/awd2.jpg',"awards");
addPhoto('photogallery/awards/awd3.jpg',"awards");
addPhoto('photogallery/awards/awd4.jpg',"awards");
addPhoto('photogallery/awards/awd5.jpg',"awards");
addPhoto('photogallery/awards/awd6.jpg',"awards");
