//Get the document ready
  $(document).ready(function(){
  	//Put code here
  	$('#rotate').cycle({ 
    fx:    'fade', 
    speed:  2500,
    random: 1 
 });
  	
   });

