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/steinarj_001.JPG','<strong>Me</strong>','<img src="images/tn_001.JPG">');
addPhoto('images/steinarj_002.JPG','<strong>Me</strong>','<img src="images/tn_002.JPG">');
addPhoto('images/steinarj_003.JPG','<strong>Me</strong>','<img src="images/tn_003.JPG">');
addPhoto('images/steinarj_005.JPG','<strong>Me</strong>','<img src="images/tn_005.JPG">');
addPhoto('images/steinarj_2008_0517test0001.JPG','<strong>Me</strong>','<img src="images/tn_2008_0517test0001.JPG">');
addPhoto('images/steinarj_2008_0517test0002.JPG','<strong>Me</strong>','<img src="images/tn_2008_0517test0002.JPG">');
