$(document).ready(function() {
$('.slide').cycle({
fx: 'fade', random: 1, timeout:5000
});
});
