"use strict";function loadcrslscrpt(){$.cachedScript(g_fpcrslscrptUrl)}function loadImages(n){$("img",n).each(function(){var r=this,n=$(this),i=n.data("src"),t;n.attr("src",i);t=n.prev(".bg");t.length>0&&t.css("background-image","url("+i+")");n.on("load",function(){var n=$(r);n.attr("alt",n.data("alt")).attr("title",n.data("title"));n.parents(".nrama").length>0&&n.attr("title",n.data("title"))})})}function loadVideo(n){n.attr("src",n.data("src"))}function onIntersection(n){n.forEach(function(n){if(n.intersectionRatio>0){var t=n.target;g_observer.unobserve(t);typeof t.id!="undefined"&&t.id==="fpcrsl"?loadcrslscrpt():t.tagName.toLowerCase()==="iframe"?loadVideo($(t)):loadImages($(t))}})}function imgLazyLoad(){var t=$(".l-l"),n,i;if("IntersectionObserver"in window){if(g_observer=new IntersectionObserver(onIntersection,{rootMargin:"90px 0px",threshold:.01}),t.each(function(){g_observer.observe(this)}),n=document.querySelector("#fpcrsl"),n!==null&&g_observer.observe(n),typeof infoit!="undefined"&&typeof window.infoit.itemsToObserve!="undefined")for(i in window.infoit.itemsToObserve)window.infoit.itemsToObserve[i].each(function(){g_observer.observe(this)})}else t.each(function(){loadImages($(this))}),loadcrslscrpt()}jQuery.cachedScript=function(n,t){return t=$.extend(t||{},{dataType:"script",cache:!0,url:n}),jQuery.ajax(t)};var g_observer;$(function(){imgLazyLoad()})