
$(document).ready(function(){

    $('#evasplashcycle').cycle({
		fx: 'fade', 
		timeout: 5000, 
		pause: 1
 	});

});
