	$.fn.cycle.defaults.timeout = 3000;
	$(function() {
		$('#bodyline').cycle({ fx: 'scrollUp', timeout: 8000, delay: 0, pause: 1, random: 1 });
	});
