// de functie aanroepen	
$(document).ready(function(){
	$('#header-image').cycle({
		fx: 'fade',
		timeout: 2000,
		speed: 3000,
		random: 6
	});
});
