
var oSlideShow = new SlideShow();

oSlideShow.setGalleryName('pictures 1996 - 1997');
oSlideShow.setGalleryPath('media/galleries/96_97/');

oSlideShow.addImage('animal.jpg', 'the captain, exhibiting his gentle approach to rythmic interpretation', 1);
oSlideShow.addImage('bandtpublicity.jpg', 'gangsta mezz ', 1);
oSlideShow.addImage('billyandtodd.jpg', 'the captain and billy are good role models for today’s youth', 1);
oSlideShow.addImage('billyshorts.jpg', 'the blue men', 1);
oSlideShow.addImage('bobmarley.jpg', 'that’s bob marley looking over our shoulders', 1);
oSlideShow.addImage('bodo.jpg', 'three studio posers', 1);
oSlideShow.addImage('bunnyteeth.jpg', 'jeff’s got a dangerous chin', 1);
oSlideShow.addImage('dinner.jpg', 'stoking up before the show', 1);
oSlideShow.addImage('evi.jpg', 'getting a kiss from the one he loves', 1);
oSlideShow.addImage('fuckme.jpg', 'pete kicking some ass with his &quot;fuck me, i’m in the band&quot; t-shirt on. ah, the subtle power of suggestion', 1);
oSlideShow.addImage('gang.jpg', 'enjoying the german summer. this was at an open air in bavaria', 1);
oSlideShow.addImage('heubach.jpg', 'enjoying a cocktail before the show', 1);
oSlideShow.addImage('isny.jpg', 'back to chicago, the home of the blues', 1);
oSlideShow.addImage('jeffbass.jpg', 'jeff switches over to bass', 1);
oSlideShow.addImage('jeffbiberach.jpg', 'at the schuetzenfest in biberach. it rained but MEZZ rocked', 1);
oSlideShow.addImage('jeffchesthair.jpg', 'jeff showing off his chest hair', 1);
oSlideShow.addImage('jeff-humpis.jpg', 'jeff says it’s hot in here', 1);
oSlideShow.addImage('mark.jpg', 'here we are with ralf’s son mark. mark’s favorite band is status quo, but he’s been known to sing along to a couple of MEZZ tunes', 1);
oSlideShow.addImage('notgay.jpg', 'a tender moment in the van. we’re not gay. honest. really', 1);
oSlideShow.addImage('peteprag.jpg', 'pete in prague', 1);
oSlideShow.addImage('petewaving.jpg', 'pete waving goodbye to the czech republic. now he’s in hollywood. check him out in the latest &quot;Star Trek&quot; movie', 1);
oSlideShow.addImage('post.jpg', 'the german post office is never open!', 1);
oSlideShow.addImage('saarbruecken.jpg', 'this was in saarbruecken...at 11:00 in the morning! therefore the shades', 1);
oSlideShow.addImage('sally.jpg', 'posing with eva, ralf manthai (german spy), and his daughter sally. isn’t sally cute? cute and dangerous', 1);
oSlideShow.addImage('seerose.jpg', 'on stage at adelbert’s seerose in nitzenweiler - summer of ‘96', 1);
oSlideShow.addImage('waldorf.jpg', 'summer ’96 found us in waldorf', 0);

oSlideShow.print();


