		$('#announcement_rotator') 
		.cycle({
        fx:'fade', 
        timeout:    10000,
        speed:		2500,
        pause:      true,
   		pager:  '#rotator_navigation'
		});
 
