
 $(document).ready(function(){
 $('#splash').show();
	$('#splash').cycle({ 
    fx:    'fade', 
    speed:  4500 
 });
});



