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