$(document).ready(function(){
	$('#intro').cycle({ 
		fx:    'fade', 
		speed:  2500,
		timeout: 5000,
		pause: 0,
		random: 0
	});
}); 