jQuery(document).ready(function() {
	jQuery('#fadebanner').cycle({
		fx:		'fade',
		timeout:	8000,
		speed:	1500
	});
});