$(document).ready(function() {
	$('.header_afbeeldingen').cycle({
		fx: 'fade',
		speed:  1500,
		random: 1
	});
		
});
