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