$(document).ready(function() {
  $('#featured-img').cycle({fx: 'fade', timeout: 4000, speed: 1000});
  $('#RotatingImages').cycle({fx: 'fade', timeout: 4000, speed: 1000});
});