$(document).ready( function() {
	$('#quote_fade').cycle({
    fx:    'fade',
		speed: 800,
		timeout: 10000,
    pause:  1,
		random: 1
	});
	
	$('#book_cycle_this').cycle({
    fx:     	'scrollDown',
		timeout: 	6000,
    random:  	1,
		pause: 		1
	});
	
});