$(document).ready(function(){

	// Cycle configuration
	$('#quotes').cycle({ 
		timeout: 6000,
		speed: 1200,
		pause: 1,
		random: 1
	});

});