$(document).ready(function()
  {
  $('#rotate').cycle({
    fx:      'fade',
    speed:  2500,
    timeout:  6500
   });

  }
); 
