﻿$(document).ready(function() {
  $("#slideshow").cycle({
    random: true,
    fx: 'fade',
    speed: 2000,
    timeout: 2000
  });


});

