$(document).ready(function(){
	$('.slideshow-under').cycle({
		fx: 'fade',
		timeout: 3000,
		speed: 4000,
		random: 4
	});
	$('#referenties').cycle({
		fx: 'fade',
		timeout: 7000,
		speed: 2000,
		random: 1
	});
	$('#referenties2').cycle({
		fx: 'fade',
		timeout: 7000,
		speed: 2000,
		random: 8
	});
});
