// We add the "invoke"-Method to Arrays

window.addEvent('domready', function(){
    

// Slideshow FOTOS

        //SAMPLE 2 (transition: Bounce.easeOut)
        var nS1 = new noobSlide({
            box: $('slideit'),
            items: AnzahlFotos, // Anzahl Bilder (kommt von tt_content)
            size: 1000, // Wie weit wird gescrollt
            interval: 5000, // Wartezeit bei Play
            fxOptions: {
                duration: 500,
                //transition: Fx.Transitions.Bounce.easeOut,
                wait: false
            },
            addButtons: {
                previous: $('prev1'),
                play: $('play1'),
                stop: $('stop1'),
                next: $('next1')
            }
        });

});
