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

});
