$(document).ready(function() {
    $('#image').cycle({
		fx: 'fade',
		speed: 4000,
		timeout: 2500
	});
});
