(function($) {
	$(document).ready(function() {
		$('#HomeBanner ul').cycle({
			fx: 'fade',
			speed: 2000,
			timeout: 6000
		});
	})
})
(jQuery);