// JavaScript Document
$(document).ready(function() {
    $('.home-banner').cycle({
		fx: 'fade',
		speed: 3500,
		timeout: 7000
	});
});
