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/winery.jpg','A late afternoon view of the Yadkin Valley Wine Company','');
addPhoto('images/receiving_grapes.jpg','Receiving grapes for a 2007 crush','');
addPhoto('images/inside_winery.jpg','Stainless steel fermenting tanks','');


