// JavaScript Document $(function() { $('#slideshow').crossSlide({ sleep: 2, //in sec fade: 1 //in sec }, [ { src: 'library/IMG_0030a_large.JPG', href: '?page=showfoto&id=53' }, { src: 'library/IMG_0029a_large.JPG', href: '?page=showfoto&id=53' }, { src: 'library/IMG_0033a_large.JPG', href: '?page=showfoto&id=53' }, { src: 'library/roel-en-celestine_large.jpg', href: '?page=showfoto&id=53' }, { src: 'library/IMG_0024a_large.JPG', href: '?page=showfoto&id=53' } ]); }); $(function() { $('#slideshow1').crossSlide({ sleep: 2, //in sec fade: 1 //in sec }, [ { src: 'library/IMG_0030a_small.JPG', href: '?page=fotoboek' }, { src: 'library/IMG_0029a_small.JPG', href: '?page=fotoboek' }, { src: 'library/IMG_0033a_small.JPG', href: '?page=fotoboek' }, { src: 'library/roel-en-celestine_small.jpg', href: '?page=fotoboek' }, { src: 'library/IMG_0024a_small.JPG', href: '?page=fotoboek' } ]); }); $(function() { $('#slideshow2').crossSlide({ sleep: 2, fade: 1 }, [ { src: 'images/snelnaardebel/01.jpg' }, { src: 'images/snelnaardebel/02.jpg' }, { src: 'images/snelnaardebel/03.jpg' }, { src: 'images/snelnaardebel/04.jpg' }, { src: 'images/snelnaardebel/05.jpg' }, { src: 'images/snelnaardebel/06.jpg' }, { src: 'images/snelnaardebel/07.jpg' }, { src: 'images/snelnaardebel/08.jpg' }, { src: 'images/snelnaardebel/09.jpg' }, { src: 'images/snelnaardebel/10.jpg' } ]); });