function Utils(){}function addElementSourceData(n,t){var r=Utils.isElementInView($(n),!1),i=Utils.checkIfElementDisplayed($(n));r&&!i&&($(n).html(t),Utils.elementDisplayed($(n)))}function readyLoadElementSourceData(n){var i=Utils.isElementInView($(n),!1),t=Utils.checkIfElementDisplayed($(n));return i&&!t?(Utils.elementDisplayed($(n)),!0):!1}Utils.prototype={constructor:Utils,isElementInView:function(n,t){var r=$(window).scrollTop(),f=r+$(window).height(),i=$(n).offset().top,u=i+$(n).height();return t===!0?r<i&&f>u:i<=f&&u>=r},elementDisplayed:function(n){$(n).attr("displayed","true")},checkIfElementDisplayed:function(n){return $(n).attr("displayed")}};var Utils=new Utils