
var oSlideShow = new SlideShow();

oSlideShow.setGalleryName('pictures 2000 - 2002');
oSlideShow.setGalleryPath('media/galleries/00_02/');

oSlideShow.addImage('andrewjohn.jpg', 'the boys from new york city', 1);
oSlideShow.addImage('andrewplusg.jpg', 'andrew hangin out with the gutenzellers', 1);
oSlideShow.addImage('bkbetter.jpg', 'we frequently enjoy a lunch at burger king. far superior to mcd.’s', 1);
oSlideShow.addImage('darosa.jpg', 'darosa’s serious side', 1);
oSlideShow.addImage('germanbeer2.jpg', 'discipline records supplies these high-tech props', 1);
oSlideShow.addImage('gutenzellers.jpg', 'sonja, dani and katherine are the hardcore gutenzellers!', 1);
oSlideShow.addImage('harrywithhat.jpg', 'harry wester - the beat behind &quot;house party&quot;. the great unreleased MEZZ classic!', 1);
oSlideShow.addImage('inthevan.jpg', 'let’s pile in the van and go to a show', 1);
oSlideShow.addImage('inthevan2.jpg', 'getting ready for a long drive', 1);
oSlideShow.addImage('jeffeats.jpg', 'darosa chowing down on the road', 1);
oSlideShow.addImage('johnaction.jpg', 'john montagna rockin’ the miles in berlin', 1);
oSlideShow.addImage('montagna.jpg', 'sharing a backstage moment with john', 1);
oSlideShow.addImage('montagna2.jpg', 'montagna’s checking you out!', 1);
oSlideShow.addImage('niceguy.jpg', 'mellow mezz', 1);

oSlideShow.print();


