$(document).ready(function(){

	// =====================================================================================
	$('#homeSlideshow').cycle({ 
			height: 250,
	    fx: 'fade', 
			random: 1,
	    speed: 500, 
	    timeout: 4000 
	});
});

