// JavaScript Document

$(document).ready(function() {
    $('.slideshow').cycle({fx: 'fade', speed: '4000', random: '1'});
});

