
var oSlideShow = new SlideShow();

oSlideShow.setGalleryName('pictures upto 1995');
oSlideShow.setGalleryPath('media/galleries/upto_95/');

oSlideShow.addImage('bulent.jpg', 'jeff, backstage with the mighty buelent koeksal', 1);
oSlideShow.addImage('chin.jpg', 'another good shot of jeff’s chin, rick kolow and stephen hart in the background', 1);
oSlideShow.addImage('goodhairday.jpg', 'having a good hair day with jeff', 1);
oSlideShow.addImage('jeffhairpie.jpg', 'jeff is having a bad hair day', 1);
oSlideShow.addImage('jeffpete.jpg', 'jeff’n pete from stephen’s perspective', 1);
oSlideShow.addImage('kolow.jpg', 'herr kolow ready to rock', 1);
oSlideShow.addImage('lookingback.jpg', 'an enthusiastic mr. mezzrow. every mezz drummer knows this perspective', 1);
oSlideShow.addImage('nickvera.jpg', 'jeff likes to rock in the audience, here with nick and vera', 1);
oSlideShow.addImage('ralf.jpg', 'many people don’t know the man behind the scene... ralf manthai', 1);
oSlideShow.addImage('sixteen.jpg', 'guess. who is this flower child?', 1);
oSlideShow.addImage('toad.jpg', 'in the alley behind toad in cambridge', 1);
oSlideShow.addImage('withrick.jpg', 'way back when jeff still wore cowboy boots', 1);
oSlideShow.addImage('youngharbo.jpg', 'a teenage stephen hart preparing for the future', 0);

oSlideShow.print();


