$(function() {
	$("img").lazyload({
		placeholder : "/images/common/grey.gif",      
		effect      : "fadeIn",	 
		failurelimit : 10
		});
});
