$(function(){
    // jQuery Cycle plugin
$('#banner').cycle({ 
    fx:     'fade', 
    random:  0,
	speed:    3000
  });
});