/* Author:

*/

$(function() {
  $('#slideshow-1').cycle({
    random:1,
    timeout:0
  });
  
   $('#slideshow-2').cycle({
    random:1,
    timeout:0
  });
  
   $('#slideshow-3').cycle({
    random:1,
    timeout:0
  });
});
