
var oSlideShow = new SlideShow();

oSlideShow.setGalleryName('pictures 1998 - 1999');
oSlideShow.setGalleryPath('media/galleries/98_99/');

oSlideShow.addImage('ass.jpg', 'who’s this naked mezzman?', 1);
oSlideShow.addImage('backstage.jpg', 'backstage at the heubach &quot;umsonst und draussen&quot;- open-air. jeff looking eerily like a game-show host', 1);
oSlideShow.addImage('billyexploding1.jpg', 'what’s billy doing?', 1);
oSlideShow.addImage('billyexploding2.jpg', 'lets have a closer look at the explosive billy omalley', 0);
oSlideShow.addImage('billymud.jpg', 'after taking a mud bath, billy rocks out at the eggenfelden open air', 1);
oSlideShow.addImage('billyspotlight.jpg', 'billy rocks at the hilden biker meet', 1);
oSlideShow.addImage('clown.jpg', 'touring can get tough', 1); 
oSlideShow.addImage('easyriders.jpg', 'march 2001 issue of easyriders magazine', 1);
oSlideShow.addImage('foggy.jpg', 'jeff and rolo on a very foggy stage', 1);
oSlideShow.addImage('frawleyportrait.jpg', 'the other side of a very active andrew', 1);
oSlideShow.addImage('gabi.jpg', 'here with gabi from hamburg, friend, photographer, singer for the group &quot;schlampe&quot; and all around rocking babe', 1);
oSlideShow.addImage('germanbeer.jpg', 'yes, it’s the state-of-the art production that makes every mezz show a special experience', 1);
oSlideShow.addImage('crazy.jpg', 'is that really necessary?', 1);
oSlideShow.addImage('goodboys.jpg', 'much more reasonable', 1);
oSlideShow.addImage('goodolddays.jpg', 'look at all this booze!', 1);
oSlideShow.addImage('handsonbass.jpg', 'rolo creating layers of solo...', 1);
oSlideShow.addImage('harbo.jpg', 'stephen thomas hart', 1);
oSlideShow.addImage('helmet.jpg', 'andrew giving jeff a headache', 1);
oSlideShow.addImage('jeffsings.jpg', 'can i check your oil?', 1);
oSlideShow.addImage('krichard.jpg', 'under the man who wrote the riffs for satisfaction and the last time', 1);
oSlideShow.addImage('lookingoff.jpg', 'at the adler in meidelstetten ', 1);
oSlideShow.addImage('mensroom.jpg', 'the coolest men’s room in germany in galgenhoelzle, ueberlingen', 1);
oSlideShow.addImage('mettmanred.jpg', 'rock in a red place', 1);
oSlideShow.addImage('orangebass.jpg', 'how do you play this thing?', 1);
oSlideShow.addImage('redlips.jpg', 'the wild west show featuring billy and his cowgirl sonja', 1);
oSlideShow.addImage('rocking.jpg', 'rockin out in georgsmarienhuette', 1);
oSlideShow.addImage('rolofretting.jpg', 'rolo, paying very close attention to his fingerboard', 1);
oSlideShow.addImage('salzburg.jpg', 'in the rockhaus salzburg', 1);
oSlideShow.addImage('stephenbackstreet.jpg', 'stephen kicking butt, but have you noticed the backstreet boys t-shirt?', 1);
oSlideShow.addImage('stephenguitar.jpg', 'doing the swicheroo with stephen on the guitar', 1);
oSlideShow.addImage('warpath.jpg', 'billy on the warpath', 1);
oSlideShow.addImage('yellow.jpg', 'stephen doesn’t wear shoes when he plays', 1);
oSlideShow.addImage('zephan.jpg', 'mr. courtney enjoys a cool german beer', 1);

oSlideShow.print();


