jQuery(function() {
	function Smile_b() {
		Smile_d.each(function() {
			typeof $(this).attr("SmileSrc") != "undefined" && $(this).offset().top < $(document).scrollTop() + $(window).height() && $(this).attr("src", $(this).attr("SmileSrc")).removeAttr("SmileSrc")
		})
	}
	var Smile_d = $(".SmileLazyLoad");
	$(window).scroll(function() {
		Smile_b()
	});
	Smile_b()
});
