// JavaScript for home page feature image slideshow


	$('#rotator').cycle({ 
		fx:     'fade', 
		timeout: 5000,
		speed:  700
	});

	$('#quote').cycle({ 
		fx:     'none', 
		timeout: 99999999999999999999999999999,
		speed:  0,
		random: 1
	});


