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