// JavaScript for home page feature image slideshow


	$('#truizms').cycle({ 
		fx:     'fade', 
		timeout: 8000,
		speed:  600,
		random: 1
	});

