$(function(){
  $("#noticias_destaque1 ul").cycle({
        fx:'fade',
		speed: 1500,
		timeout: 5000,
		pager: '#pager',
  })	   
})

$(function(){
  $("#noticias_destaque2 ul").cycle({
        fx:'fade',
		speed: 1500,
		timeout: 6000,
		pager: '#pager2',
  })	   
})

$(function(){
  $("#noticias_destaque3 ul").cycle({
        fx:'fade',
		speed: 1500,
		timeout: 7000,
		pager: '#pager3',
  })	   
})


$(function(){
  $("#publicidade_centro").cycle({
        fx:'fade',
		speed: 3000,
		timeout: 10000,
		pager: '#pager3',
  })	   
})
