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('photos/gallery_pwd/maddie_01_sm.jpg','Maddie at 8 weeks',"1");
addPhoto('photos/gallery_pwd/maddie_02_sm.jpg','Maddie at rest',"2");
addPhoto('photos/gallery_pwd/maddie_03_sm.jpg','Maddie and the gang at Christmas',"3");
addPhoto('photos/gallery_pwd/maddie_04_sm.jpg','Maddie goes for a ride',"4");
addPhoto('photos/gallery_pwd/maddie_05_sm.jpg','Maddie says, "Throw the stick!"',"5");
addPhoto('photos/gallery_pwd/maddie_06_sm.jpg','Maddie',"6");
addPhoto('photos/gallery_pwd/maddie_07_sm.jpg','Maddie is still the one',"7");
