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