$(document).ready(function(){
	$('.cycle').cycle({
		fx      : 'fade',
		random  : 1,
		speed   : 750,
		timeout : 4000
	});
});
