jQuery(window).load(function(){
    jQuery('#featured').cycle({
      fx: 'fade',
      speed:   5000, 
      timeout: 100, 
      sync: 1,
      delay: -1000,
      next:   '#featured', 
	});
});