
jQuery(document).ready(function() {
  jQuery(function() {
    jQuery("img.lazy-load").lazyload({});
  });
});
