﻿$(document).ready(function () {
    $("img").lazyload({
        /*threshold : 150 ,*/
        placeholder: "images/transparent.gif",
        effect: "fadeIn"
    });
});
