$(document).ready(function(){
$('#banner').cycle({ 
    fx:     'fade', 
	speed: 3000,
    random:  1 
});
});
