// de functie aanroepen	
$(document).ready(function(){
	$('#slideshow').cycle({
		fx: 'fade',
		timeout: 3000,
		speed: 4000,
		random: 3
	});
});
