$(function() {
   $('#homeBar').cycle({ 
    fx:      'fade',
    easing:  'backinout', 
	timeout: 6000,
	speed: 2500
 }); 
    
});
