$(document).ready(function() {
    $('#header-img').cycle({
		fx: 'fade', 
		timeout: 5000
	});
    
  
});
