$(document).ready(function() {
    $('#slider').cycle({
		fx: 'fade' ,
		delay:2000,
		timeout: 3000,
		random:   1 
	});
});
