$(document).ready(function() {
  $('#home-banner').cycle({fx: 'fade', timeout: 5000, speed: 2000});
});