$(function() {          
    $("img").lazyload({
        effect : "fadeIn"
    });
});
