$(document).ready(function() {
$('#story').hide().fadeIn(2200);
	$('#story').cycle({
		fx: 'scrollUp',
		timeout: 5000, 
		delay:  -3000,
		random: false,
		pause: false, // enable "pause on hover" 
		speed:  300
	});
}); // end document readyc ready