// de functie aanroepen	
$(document).ready(function(){
	$('#fresh-slideshow').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 2000,
		random: 5
	});
	$('#promo').cycle({
		fx: 'fade',
		timeout: 5000,
		speed: 2000,
		random: 5
	});
	$('#footer-slideshow').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 3000,
		random: 3
	});
	$('#news-image').cycle({
		fx: 'fade',
		timeout: 4870,
		speed: 0
	});
	$('#news-pijlen').cycle({
		fx: 'fade',
		timeout: 2000,
		speed: 0
	});
	
});
