
(function($) {
	$("#pageMain img").lazyload({ threshold : 200 });
})(jQuery);

