$(document).ready(function() {

	
	$('.slideshowHome').cycle({
			fx: 'fade',
			timeout:  7000  
		});


});

