$(function() {
      if (!$('.pics').length > 1000) return false;
      $('.pics').cycle('fade');
    });

