
	$(function() {
		$('#scrollingnews').cycle({ 
		fx:      'scrollUp', 
		speed:    2000, 
		timeout:  8000,
		pause:    1,
		sync:     3
		});
	});