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


			

});//doc ready

 




