$(function() {
	$('#HomeSlideshow')
		.cycle({ 
		    fx:     'fade', 
		    speed:  500, 
		    timeout: 6000,
			random: 1
		});
});
