$(function() {
$('#splash').cycle({ 
    fx:    'fade', 
    speed:  2500 
 });
 });

