// JavaScript Document
$(function() {

  $(window).load(function(){$("#divAgendaChamada").show();});
  
  $('#divAgendaChamada').cycle({ 
	  fx:     'scrollUp',
	  speed:  'slow',
	  timeout: 5000,
	  pause: 1,
	  random: 0
  });


});
