$(document).ready(function(){
  
  $("#header_cycle").cycle({
    fx: 'fade',
    timeout: 5000,
    speed: 2000,
    delay: 500
  }); 
  
});
