$(document).ready(function() { 
	$('#js-box').cycle({ 
		fx:     'fade', 
		speed:  3000, 
		next:   '#js-box', 
		timeout: 6500,
		random: 1 
	});
});
