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