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