$(document).ready(function() {
    $('#image').cycle({
		fx: 'fade',
		random: 1
	});
});
