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