$(document).ready(function(){
    
	$("#ticker ul").cycle({
		pause: 1,
		sync: 0,
		speed: 1000,
		timeout: 4000,
		height: 20,
		fx: 'fade'                
    });

});