$(function() {
  if($('#contentimg').find('img').length > 1) {
    $('#contentimg').cycle({
      fx: 'fade'
    });
  }
});
