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