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/Spacehog/Spacehog_2.jpg',"Spacehog");
addPhoto('images/Spacehog/Spacehog_3.jpg',"Spacehog");
addPhoto('images/Spacehog/Spacehog_4.jpg',"Spacehog");
addPhoto('images/Spacehog/Spacehog_5.jpg',"Spacehog");
addPhoto('images/Spacehog/Spacehog_6.jpg',"Spacehog");
addPhoto('images/Spacehog/Spacehog_1.jpg',"Spacehog");




