window.addEvent('domready', function() {
	
	new wmo.fx.simpleSlide('#slide img',{startSlideOnInitialize: true, fxDuration: 1000, periodical: 4000});
			new XtLightbox('.timeline a.img', {
				loop: false,
				adaptorOptions: {
					Image: {
						lightboxCompat: false
					}
				}
			});
    new XtLightbox('.video a', {
        adaptors: ['YouTube'],
        rendererOptions: {
            positionText: 'Video {x} van {total}.'
        }
    });
			
	
});
