
var oSlideShow = new SlideShow();

oSlideShow.setGalleryName('pictures 2005 - 2006');
oSlideShow.setGalleryPath('media/galleries/05_06/');

oSlideShow.addImage('jeff_christoph_live.jpg', 'Sweaty night in ole Oberstdorf', 1);
oSlideShow.addImage('jeff_stefan_live.jpg', 'This shit is fun to play!', 1);
oSlideShow.addImage('stefan_christoph_live.jpg', 'Never could get that ring to stay on the front kick drum head!', 1);
oSlideShow.addImage('soemerda.jpg', 'Calm before the storm in Smmerda', 1);
oSlideShow.addImage('christoph_live.jpg', 'Christoph is in the zone', 1);
oSlideShow.addImage('stefan_live.jpg', 'Stefan shakes and finger pops', 1);
oSlideShow.addImage('pool.jpg', 'Living large in the alps!', 1);
oSlideShow.addImage('suhl.jpg', 'Backstage in Suhl with Willy Wiogk, fabulous rock legend and impresario, and Marlene, about whom the song wasn&acute;t written but could&acute;ve been!', 1);
oSlideShow.addImage('obersdorf.jpg', 'In Oberstdorf with Alouis who used to manage Bullwinkel, Clemens who manages it now, and Marie who managed to to be very entertaining!', 1);
oSlideShow.addImage('doenershop.jpg', '', 1);
oSlideShow.addImage('negativ.jpg', '', 0);
oSlideShow.addImage('photomat.jpg', '', 1);
oSlideShow.addImage('photomat_2.jpg', '', 1);
oSlideShow.addImage('theater_laughing.jpg', '', 1);
oSlideShow.addImage('theater_looking_back.jpg', '', 1);
oSlideShow.addImage('theater_looking_up.jpg', '', 1);
oSlideShow.addImage('theater_standing.jpg', '', 1);
oSlideShow.addImage('treppenhaus.jpg', '', 1);
oSlideShow.addImage('doenershop_2.jpg', '', 1);
oSlideShow.addImage('christoph.jpg', '', 1);
oSlideShow.addImage('stephan.jpg', '', 1);
oSlideShow.addImage('jeff.jpg', '', 1);

oSlideShow.print();


