// de functie aanroepen	
$(document).ready(function(){
    $('#nieuws-slideshow a').cycle({
    fx: 'fade',
    timeout: 6000,
    speed: 3000,
    random: 4
});

    $('#footer-slideshow').cycle({
    fx: 'fade',
    timeout: 1000,
    speed: 3000,
    random: 3
});
});

