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