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('icecream_social_2010.jpg','Ice Cream Social','1');
addPhoto('youthville1.jpg','youthville branches out');
addPhoto('discussion_group.jpg','Discussion Group');
addPhoto('yoga.jpg','Yoga classes');
addPhoto('film_food_fridays.jpg','Film and Food Fridays');




