$(document).ready (function ()
{
	
	$(".entry img").lazyload({
		placeholder : "/images/grey.gif",    
		effect      : "fadeIn"
	});
});

