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