
jQuery(window).load(function() {
    jQuery('#bannerThree').cycle({
		fx: 'fade'
	});
});

