$(document).ready(function(){
	// slideshow
	$('#slideshow_img').cycle({
		fx: 'fade',
		timeout:6500,
		speed: 3000,
		random: 6
	});
	$('#kaart-nederland').cycle({
		fx: 'fade',
		timeout:6500,
		speed: 1,
		random: 0
	});
});
