$(document).ready(function(){
  $('.slideshow').cycle({
	fx: 'fade',
	random: 1,
	timeout: 3000,
	speed: 1000
  });
  
  $('.logo-slideshow').cycle({
	fx: 'fade',
	random: 1,
	timeout: 4000,
	speed: 2000
  });
});
