

registerPloneFunction( function() {

var data = { 
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_1447_1.JPG/image_large': { caption: 'Dr. Gabriele Knafl bei einer Patientendemonstration' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_0002.JPG/image_large': { caption: 'Vorträge über Vakzinose beim Klein- und Nutztier' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/CSC_0009.JPG/image_large': { caption: 'Dr. Michael Rakow bei der Kursanmeldung' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/Patient_DSC_4267.JPG/image_large': { caption: 'Patienten-Anamnese' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_0029.JPG/image_large': { caption: 'Dr. Christine Nowotzin bereitet sich auf ihren Vortrag vor' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4027.JPG/image_large': { caption: 'Tzt. Stefan Wesselmann bei der Fallbearbeitung' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4045.JPG/image_large': { caption: 'Dr. Gabriele Knafl mit Kindern nach dem Seminar' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4245.JPG/image_large': { caption: 'Studenten der EAVH bei der Zwischenprüfung' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/EAVH_Referenten_DSC_4310_1.JPG/image_large': { caption: 'Das Dozententeam der EAVH' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4058.JPG/image_large': { caption: 'Dr. Peter Knafl beim Vortrag' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4035_1.JPG/image_large': { caption: 'Fallaufnahme bei einer Katze' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4252.JPG/image_large': { caption: 'Prüfung bei der EAVH' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_4261.JPG/image_large': { caption: 'Studium der Veterinärhomöopathie an der EAVH' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/CIMG0487.JPG/image_large': { caption: 'Endprüfung EAVH Kurs D' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/cimg0484.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/cimg0486.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/cimg0491.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/cimg0488.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/eavh_kurs_d_cimg0502.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/cimg0492.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/cimg0494.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/DSC_5229.JPG/image_large': { caption: 'Kurs D Teilnehmer' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/copy_of_DSC_4261.JPG/image_large': { caption: 'Zwischenprüfung im März 2009' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/dsc_8392.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/dsc_8454.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/dsc_8458.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/dsc_8389.jpg/image_large': { caption: '' },
              'http://www.knafl.at/seminare/eavh/fotos/eavh-slideshow/dsc_8459.jpg/image_large': { caption: '' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: true,
                random: false,
                fast: false,
                replace: [/image_large/, 'image_tile'],
                delay: 5000,
                width: 600,
                controller: true,
                duration: 500,
                captions: true,
                height: 450,
                linked: false,
                loop: true
                });


cssQuery('.slideshowfolder-controller li.pause a')[0].title = 'Play / Pause [P]';


cssQuery('.slideshowfolder-controller li.prev a')[0].title = 'Previous [Left arrow]';


cssQuery('.slideshowfolder-controller li.next a')[0].title = 'Next [Right arrow]';


cssQuery('.slideshowfolder-controller li.last a')[0].title = 'Last [Shift + Right arrow]';


cssQuery('.slideshowfolder-controller li.first a')[0].title = 'First [Shift + Left arrow]';


});



