$(document).ready(function() {
    $('#banner div').cycle({
		fx: 'fade',
		timeout: 3500
	});
});

