$(document).ready(function(){

   $('#home .cycle').cycle({
      fx: 'fade',
      speed: 5000,
      timeout: 11000,
      random: 0
   });

});
