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('jungle.jpg',"Welcome to Photo Viewer, brought to you by <a href='http://www.web1marketing.com'>Web 1 Marketing, Inc.</a><br><br>This caption is automatically updated as you browse photos. Each element's style is completely configurable.<br><br>Click on the arrows above to see additional pictures.");
addPhoto('scott.jpg','Scott ponders the waters.<br><br>Try clicking on the numbers in the index to jump to a particular picture. Note that you can specify the separator between index numbers.',"Scott");
addPhoto('toby.jpg','Toby as a puppy. <br>Note that you can include <b><em>formatting</em></b> and <a href="http://www.web1marketing.com">links</a> in captions.',"Toby");

