jQuery(function() {          
jQuery("#main_posts img").lazyload({
	 placeholder : "img/grey.gif",
    effect : "fadeIn"
});
});

