<!--
$(document).ready(function(){
		
	
	$('#slideshow').cycle({
		fx:     'fade', 
		speed:   2000, 
		timeout: 6000,
		random: 1
	});	//-->
	
	$('#slidenieuws').cycle({
		fx:     'fade', 
		speed:   2000, 
		timeout: 6000,
		random: 1
	});	//-->
	
	$('#showroomslideshow').cycle({
		fx:     'fade', 
		speed:   3000, 
		timeout: 5000,
		random: 1
	});	
	
	//-->
<!--$('#slideshow').cycle({ 
<!--    fx: 'scrollDown' 
<!--}); //-->
	
});

<!--http://malsup.com/jquery/cycle/ //-->
//-->
