$(document).ready(function() {

	$("#rotate").cycle({
		random: true,
		timeout: 3000,
		speed: 4000
	});

});
