$(document).ready(function() {
$('#background').cycle({ 
    fx:     'fade', 
   random: 1,
   timeout: 4000,
	speed:  600 
});

});
