$(document).ready(function(){
	jQuery(function( $ ){
		$('#quote-container').cycle({ fx: 'fade', speed: 1500, timeout:10500, random: 0 });
	});
});