$(document).ready(function() {
    $('#news').cycle({
		fx: 'scrollUp',
		continuous: 1,
		speed: 5000,
		timeout: 0,
		sync: 1,
		speedIn: 0,
		speedOut: 0,
		containerResize: 1,
		pause: 1
	});
});
