$(document).ready(function() {
	$("img").lazyload({
		threshold: 10,
		effect : "fadeIn" 
	});
});

