$(function() {          
    $("img").lazyload({
          threshold : 1,
          placeholder : "images/grey.gif",
          effect : "fadeIn"
    });
});

