$(document).ready(function(){
		$('#slideshow_loopschoenen').cycle({
			fx: 'fade',
			timeout: 2000,
			speed: 3000,
			random: 2
		});
		
	});
	
	$(document).ready(function(){
		$('#slideshow_loopkleding').cycle({
			fx: 'fade',
			timeout: 2000,
			speed: 3000,
			random: 2
		});
		
	});
	
	$(document).ready(function(){
		$('#slideshow_harslagmeters').cycle({
			fx: 'fade',
			timeout: 2000,
			speed: 3000,
			random: 2
		});
		
	});
	
	$(document).ready(function(){
		$('#slideshow_overige').cycle({
			fx: 'fade',
			timeout: 2000,
			speed: 3000,
			random: 2
		});
		
	});
	$(document).ready(function(){
		$('#speed_stats_cycle').cycle({
			fx: 'fade',
			timeout: 10000,
			speed: 2000,
			random: 1
		});
		
	});
	
