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