jQuery(document).ready(function($){	
								
	$('#splash').show();	
	$('#splash').cycle({ 
		fx			: 'fade', 
		speed		: 2000,
		pause		: 1,
		random		: 1
	});	 
	
	$('#aanbieding-cycle').show();	
	$('#aanbieding-cycle').cycle({ 
		fx			: 'scrollRight', 
    	delay       : -2000,
		timeout		: 3000, 
		pause		: 1,
		random		: 1
	});	 

});
