// JavaScript Document

$(function() {
  if($('#homeGallery')){
    $('#homeGallery').cycle({
      fx: 'fade'
    });
  }
});
