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/Jeff/jeff1.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff2.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff4.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff5.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff6.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff7.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff8.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff9.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff10.jpg','jeff foxworthy',"Jeff Foxworthy");
addPhoto('images/Jeff/jeff11.jpg','jeff foxworthy',"Jeff Foxworthy");


