$(document).ready(function() {

	$("#news-cycle").cycle({
		fx:     'scrollUp',
		timeout: 3000
	});

});
