// JavaScript Document
jQuery(function() {
	jQuery('#featured-home').cycle({
		timeout: 7000,
		pause: true
	});
});
