/*!
 * Infinite Ajax Scroll v2.2.2
 * A jQuery plugin for infinite scrolling
 * http://infiniteajaxscroll.com
 *
 * Commercial use requires one-time purchase of a commercial license
 * http://infiniteajaxscroll.com/docs/license.html
 *
 * Non-commercial use is licensed under the MIT License
 *
 * Copyright (c) 2016 Webcreate (Jeroen Fiege)
 */
var IASCallbacks=function(){return this.list=[],this.fireStack=[],this.isFiring=!1,this.isDisabled=!1,this.fire=function(dZfW){var gBcA=dZfW[0],dLgR=dZfW[1],bJcB=dZfW[2];this.isFiring=!0;for(var hdaW=0,bWaA=this.list.length;bWaA>hdaW;hdaW++)if(void 0!=this.list[hdaW]&&!1===this.list[hdaW].fn.apply(gBcA,bJcB)){dLgR.reject();break}this.isFiring=!1,dLgR.resolve(),this.fireStack.length&&this.fire(this.fireStack.shift())},this.inList=function(dZfW,gBcA){gBcA=gBcA||0;for(var dLgR=gBcA,bJcB=this.list.length;bJcB>dLgR;dLgR++)if(this.list[dLgR].fn===dZfW||dZfW.guid&&this.list[dLgR].fn.guid&&dZfW.guid===this.list[dLgR].fn.guid)return dLgR;return-1},this};IASCallbacks.prototype={add:function(dZfW,gBcA){var dLgR={fn:dZfW,priority:gBcA};gBcA=gBcA||0;for(var bJcB=0,hdaW=this.list.length;hdaW>bJcB;bJcB++)if(gBcA>this.list[bJcB].priority)return this.list.splice(bJcB,0,dLgR),this;return this.list.push(dLgR),this},remove:function(dZfW){for(var gBcA=0;(gBcA=this.inList(dZfW,gBcA))>-1;)this.list.splice(gBcA,1);return this},has:function(dZfW){return this.inList(dZfW)>-1},fireWith:function(dZfW,gBcA){var dLgR=jQuery.Deferred();return this.isDisabled?dLgR.reject():(gBcA=gBcA||[],gBcA=[dZfW,dLgR,gBcA.slice?gBcA.slice():gBcA],this.isFiring?this.fireStack.push(gBcA):this.fire(gBcA),dLgR)},disable:function(){this.isDisabled=!0},enable:function(){this.isDisabled=!1}},function(dZfW){"use strict";var gBcA=-1,dLgR=function(dLgR,bJcB){return this.itemsContainerSelector=bJcB.container,this.itemSelector=bJcB.item,this.nextSelector=bJcB.next,this.paginationSelector=bJcB.pagination,this.$scrollContainer=dLgR,this.$container=window===dLgR.get(0)?dZfW(document):dLgR,this.defaultDelay=bJcB.delay,this.negativeMargin=bJcB.negativeMargin,this.nextUrl=null,this.isBound=!1,this.isPaused=!1,this.isInitialized=!1,this.jsXhr=!1,this.listeners={next:new IASCallbacks,load:new IASCallbacks,loaded:new IASCallbacks,render:new IASCallbacks,rendered:new IASCallbacks,scroll:new IASCallbacks,noneLeft:new IASCallbacks,ready:new IASCallbacks},this.extensions=[],this.scrollHandler=function(){if(this.isBound&&!this.isPaused){var dZfW=this.getCurrentScrollOffset(this.$scrollContainer),dLgR=this.getScrollThreshold();gBcA!=dLgR&&(this.fire("scroll",[dZfW,dLgR]),dZfW>=dLgR&&this.next())}},this.getItemsContainer=function(){return dZfW(this.itemsContainerSelector,this.$container)},this.getLastItem=function(){return dZfW(this.itemSelector,this.getItemsContainer().get(0)).last()},this.getFirstItem=function(){return dZfW(this.itemSelector,this.getItemsContainer().get(0)).first()},this.getScrollThreshold=function(dZfW){var dLgR;return dZfW=dZfW||this.negativeMargin,dZfW=dZfW>=0?-1*dZfW:dZfW,dLgR=this.getLastItem(),0===dLgR.length?gBcA:dLgR.offset().top+dLgR.height()+dZfW},this.getCurrentScrollOffset=function(dZfW){var gBcA=0,dLgR=dZfW.height();return gBcA=window===dZfW.get(0)?dZfW.scrollTop():dZfW.offset().top,(-1!=navigator.platform.indexOf("iPhone")||-1!=navigator.platform.indexOf("iPod"))&&(dLgR+=80),gBcA+dLgR},this.getNextUrl=function(gBcA){return gBcA=gBcA||this.$container,dZfW(this.nextSelector,gBcA).last().attr("href")},this.load=function(gBcA,dLgR,bJcB){var hdaW,bWaA,eAeD=this,fDgN=[],bggc=+new Date;bJcB=bJcB||this.defaultDelay;var abbU={url:gBcA};return eAeD.fire("load",[abbU]),this.jsXhr=dZfW.get(abbU.url,null,dZfW.proxy(function(gBcA){hdaW=dZfW(this.itemsContainerSelector,gBcA).eq(0),0===hdaW.length&&(hdaW=dZfW(gBcA).filter(this.itemsContainerSelector).eq(0)),hdaW&&hdaW.find(this.itemSelector).each(function(){fDgN.push(this)}),eAeD.fire("loaded",[gBcA,fDgN]),dLgR&&(bWaA=+new Date-bggc,bJcB>bWaA?setTimeout(function(){dLgR.call(eAeD,gBcA,fDgN)},bJcB-bWaA):dLgR.call(eAeD,gBcA,fDgN))},eAeD),"html"),this.jsXhr},this.render=function(gBcA,dLgR){var bJcB=this,hdaW=this.getLastItem(),bWaA=0,eAeD=this.fire("render",[gBcA]);eAeD.done(function(){dZfW(gBcA).hide(),hdaW.after(gBcA),dZfW(gBcA).fadeIn(400,function(){++bWaA<gBcA.length||(bJcB.fire("rendered",[gBcA]),dLgR&&dLgR())})}),eAeD.fail(function(){dLgR&&dLgR()})},this.hidePagination=function(){this.paginationSelector&&dZfW(this.paginationSelector,this.$container).hide()},this.restorePagination=function(){this.paginationSelector&&dZfW(this.paginationSelector,this.$container).show()},this.throttle=function(gBcA,dLgR){var bJcB,hdaW,bWaA=0;return bJcB=function(){function dZfW(){bWaA=+new Date,gBcA.apply(bJcB,eAeD)}var bJcB=this,eAeD=arguments,fDgN=+new Date-bWaA;hdaW?clearTimeout(hdaW):dZfW(),fDgN>dLgR?dZfW():hdaW=setTimeout(dZfW,dLgR)},dZfW.guid&&(bJcB.guid=gBcA.guid=gBcA.guid||dZfW.guid++),bJcB},this.fire=function(dZfW,gBcA){return this.listeners[dZfW].fireWith(this,gBcA)},this.pause=function(){this.isPaused=!0},this.resume=function(){this.isPaused=!1},this};dLgR.prototype.initialize=function(){if(this.isInitialized)return!1;var dZfW=!!("onscroll"in this.$scrollContainer.get(0)),gBcA=this.getCurrentScrollOffset(this.$scrollContainer),dLgR=this.getScrollThreshold();return dZfW?(this.hidePagination(),this.bind(),this.fire("ready"),this.nextUrl=this.getNextUrl(),gBcA>=dLgR?(this.next(),this.one("rendered",function(){this.isInitialized=!0})):this.isInitialized=!0,this):!1},dLgR.prototype.reinitialize=function(){this.isInitialized=!1,this.unbind(),this.initialize()},dLgR.prototype.bind=function(){if(!this.isBound){this.$scrollContainer.on("scroll",dZfW.proxy(this.throttle(this.scrollHandler,150),this));for(var gBcA=0,dLgR=this.extensions.length;dLgR>gBcA;gBcA++)this.extensions[gBcA].bind(this);this.isBound=!0,this.resume()}},dLgR.prototype.unbind=function(){if(this.isBound){this.$scrollContainer.off("scroll",this.scrollHandler);for(var dZfW=0,gBcA=this.extensions.length;gBcA>dZfW;dZfW++)"undefined"!=typeof this.extensions[dZfW].unbind&&this.extensions[dZfW].unbind(this);this.isBound=!1}},dLgR.prototype.destroy=function(){try{this.jsXhr.abort()}catch(dZfW){}this.unbind(),this.$scrollContainer.data("ias",null)},dLgR.prototype.on=function(gBcA,dLgR,bJcB){if("undefined"==typeof this.listeners[gBcA])throw new Error('There is no event called "'+gBcA+'"');return bJcB=bJcB||0,this.listeners[gBcA].add(dZfW.proxy(dLgR,this),bJcB),this},dLgR.prototype.one=function(dZfW,gBcA){var dLgR=this,bJcB=function(){dLgR.off(dZfW,gBcA),dLgR.off(dZfW,bJcB)};return this.on(dZfW,gBcA),this.on(dZfW,bJcB),this},dLgR.prototype.off=function(dZfW,gBcA){if("undefined"==typeof this.listeners[dZfW])throw new Error('There is no event called "'+dZfW+'"');return this.listeners[dZfW].remove(gBcA),this},dLgR.prototype.next=function(){var dZfW=this.nextUrl,gBcA=this;if(this.pause(),!dZfW)return this.fire("noneLeft",[this.getLastItem()]),this.listeners.noneLeft.disable(),gBcA.resume(),!1;var dLgR=this.fire("next",[dZfW]);return dLgR.done(function(){gBcA.load(dZfW,function(dZfW,dLgR){gBcA.render(dLgR,function(){gBcA.nextUrl=gBcA.getNextUrl(dZfW),gBcA.resume()})})}),dLgR.fail(function(){gBcA.resume()}),!0},dLgR.prototype.extension=function(dZfW){if("undefined"==typeof dZfW.bind)throw new Error('Extension doesn\'t have required method "bind"');return"undefined"!=typeof dZfW.initialize&&dZfW.initialize(this),this.extensions.push(dZfW),this.isInitialized&&this.reinitialize(),this},dZfW.ias=function(gBcA){var dLgR=dZfW(window);return dLgR.ias.apply(dLgR,arguments)},dZfW.fn.ias=function(gBcA){var bJcB=Array.prototype.slice.call(arguments),hdaW=this;return this.each(function(){var bWaA=dZfW(this),eAeD=bWaA.data("ias"),fDgN=dZfW.extend({},dZfW.fn.ias.defaults,bWaA.data(),"object"==typeof gBcA&&gBcA);if(eAeD||(bWaA.data("ias",eAeD=new dLgR(bWaA,fDgN)),dZfW(document).ready(dZfW.proxy(eAeD.initialize,eAeD))),"string"==typeof gBcA){if("function"!=typeof eAeD[gBcA])throw new Error('There is no method called "'+gBcA+'"');bJcB.shift(),eAeD[gBcA].apply(eAeD,bJcB)}hdaW=eAeD}),hdaW},dZfW.fn.ias.defaults={item:".item",container:".listing",next:".next",pagination:!1,delay:600,negativeMargin:10}}(jQuery);var IASHistoryExtension=function(dZfW){return dZfW=jQuery.extend({},this.defaults,dZfW),this.ias=null,this.prevSelector=dZfW.prev,this.prevUrl=null,this.listeners={prev:new IASCallbacks},this.onPageChange=function(dZfW,gBcA,dLgR){if(window.history&&window.history.replaceState){var bJcB=history.state;history.replaceState(bJcB,document.title,dLgR)}},this.onScroll=function(dZfW,gBcA){var dLgR=this.getScrollThresholdFirstItem();this.prevUrl&&(dZfW-=this.ias.$scrollContainer.height(),dLgR>=dZfW&&this.prev())},this.onReady=function(){var dZfW=this.ias.getCurrentScrollOffset(this.ias.$scrollContainer),gBcA=this.getScrollThresholdFirstItem();dZfW-=this.ias.$scrollContainer.height(),gBcA>=dZfW&&this.prev()},this.getPrevUrl=function(dZfW){return dZfW||(dZfW=this.ias.$container),jQuery(this.prevSelector,dZfW).last().attr("href")},this.getScrollThresholdFirstItem=function(){var dZfW;return dZfW=this.ias.getFirstItem(),0===dZfW.length?-1:dZfW.offset().top},this.renderBefore=function(dZfW,gBcA){var dLgR=this.ias,bJcB=dLgR.getFirstItem(),hdaW=0;dLgR.fire("render",[dZfW]),jQuery(dZfW).hide(),bJcB.before(dZfW),jQuery(dZfW).fadeIn(400,function(){++hdaW<dZfW.length||(dLgR.fire("rendered",[dZfW]),gBcA&&gBcA())})},this};IASHistoryExtension.prototype.initialize=function(dZfW){var gBcA=this;this.ias=dZfW,jQuery.extend(dZfW.listeners,this.listeners),dZfW.prev=function(){return gBcA.prev()},this.prevUrl=this.getPrevUrl()},IASHistoryExtension.prototype.bind=function(dZfW){dZfW.on("pageChange",jQuery.proxy(this.onPageChange,this)),dZfW.on("scroll",jQuery.proxy(this.onScroll,this)),dZfW.on("ready",jQuery.proxy(this.onReady,this))},IASHistoryExtension.prototype.unbind=function(dZfW){dZfW.off("pageChange",this.onPageChange),dZfW.off("scroll",this.onScroll),dZfW.off("ready",this.onReady)},IASHistoryExtension.prototype.prev=function(){var dZfW=this.prevUrl,gBcA=this,dLgR=this.ias;if(!dZfW)return!1;dLgR.pause();var bJcB=dLgR.fire("prev",[dZfW]);return bJcB.done(function(){dLgR.load(dZfW,function(dZfW,bJcB){gBcA.renderBefore(bJcB,function(){gBcA.prevUrl=gBcA.getPrevUrl(dZfW),dLgR.resume(),gBcA.prevUrl&&gBcA.prev()})})}),bJcB.fail(function(){dLgR.resume()}),!0},IASHistoryExtension.prototype.defaults={prev:".prev"};var IASNoneLeftExtension=function(dZfW){return dZfW=jQuery.extend({},this.defaults,dZfW),this.ias=null,this.uid=(new Date).getTime(),this.html=dZfW.html.replace("{text}",dZfW.text),this.showNoneLeft=function(){var dZfW=jQuery(this.html).attr("id","ias_noneleft_"+this.uid),gBcA=this.ias.getLastItem();gBcA.after(dZfW),dZfW.fadeIn()},this};IASNoneLeftExtension.prototype.bind=function(dZfW){this.ias=dZfW,dZfW.on("noneLeft",jQuery.proxy(this.showNoneLeft,this))},IASNoneLeftExtension.prototype.unbind=function(dZfW){dZfW.off("noneLeft",this.showNoneLeft)},IASNoneLeftExtension.prototype.defaults={text:"You reached the end.",html:'<div class="ias-noneleft" style="text-align: center;">{text}</div>'};var IASPagingExtension=function(){return this.ias=null,this.pagebreaks=[[0,document.location.toString()]],this.lastPageNum=1,this.enabled=!0,this.listeners={pageChange:new IASCallbacks},this.onScroll=function(dZfW,gBcA){if(this.enabled){var dLgR,bJcB=this.ias,hdaW=this.getCurrentPageNum(dZfW),bWaA=this.getCurrentPagebreak(dZfW);this.lastPageNum!==hdaW&&(dLgR=bWaA[1],bJcB.fire("pageChange",[hdaW,dZfW,dLgR])),this.lastPageNum=hdaW}},this.onNext=function(dZfW){var gBcA=this.ias.getCurrentScrollOffset(this.ias.$scrollContainer);this.pagebreaks.push([gBcA,dZfW]);var dLgR=this.getCurrentPageNum(gBcA)+1;this.ias.fire("pageChange",[dLgR,gBcA,dZfW]),this.lastPageNum=dLgR},this.onPrev=function(dZfW){var gBcA=this,dLgR=gBcA.ias,bJcB=dLgR.getCurrentScrollOffset(dLgR.$scrollContainer),hdaW=bJcB-dLgR.$scrollContainer.height(),bWaA=dLgR.getFirstItem();this.enabled=!1,this.pagebreaks.unshift([0,dZfW]),dLgR.one("rendered",function(){for(var bJcB=1,eAeD=gBcA.pagebreaks.length;eAeD>bJcB;bJcB++)gBcA.pagebreaks[bJcB][0]=gBcA.pagebreaks[bJcB][0]+bWaA.offset().top;var fDgN=gBcA.getCurrentPageNum(hdaW)+1;dLgR.fire("pageChange",[fDgN,hdaW,dZfW]),gBcA.lastPageNum=fDgN,gBcA.enabled=!0})},this};IASPagingExtension.prototype.initialize=function(dZfW){this.ias=dZfW,jQuery.extend(dZfW.listeners,this.listeners)},IASPagingExtension.prototype.bind=function(dZfW){try{dZfW.on("prev",jQuery.proxy(this.onPrev,this),this.priority)}catch(dZfW){}dZfW.on("next",jQuery.proxy(this.onNext,this),this.priority),dZfW.on("scroll",jQuery.proxy(this.onScroll,this),this.priority)},IASPagingExtension.prototype.unbind=function(dZfW){try{dZfW.off("prev",this.onPrev)}catch(dZfW){}dZfW.off("next",this.onNext),dZfW.off("scroll",this.onScroll)},IASPagingExtension.prototype.getCurrentPageNum=function(dZfW){for(var gBcA=this.pagebreaks.length-1;gBcA>0;gBcA--)if(dZfW>this.pagebreaks[gBcA][0])return gBcA+1;return 1},IASPagingExtension.prototype.getCurrentPagebreak=function(dZfW){for(var gBcA=this.pagebreaks.length-1;gBcA>=0;gBcA--)if(dZfW>this.pagebreaks[gBcA][0])return this.pagebreaks[gBcA];return null},IASPagingExtension.prototype.priority=500;var IASSpinnerExtension=function(dZfW){return dZfW=jQuery.extend({},this.defaults,dZfW),this.ias=null,this.uid=(new Date).getTime(),this.src=dZfW.src,this.html=dZfW.html.replace("{src}",this.src),this.showSpinner=function(){var dZfW=this.getSpinner()||this.createSpinner(),gBcA=this.ias.getLastItem();gBcA.after(dZfW),dZfW.fadeIn()},this.showSpinnerBefore=function(){var dZfW=this.getSpinner()||this.createSpinner(),gBcA=this.ias.getFirstItem();gBcA.before(dZfW),dZfW.fadeIn()},this.removeSpinner=function(){this.hasSpinner()&&this.getSpinner().remove()},this.getSpinner=function(){var dZfW=jQuery("#ias_spinner_"+this.uid);return dZfW.length>0?dZfW:!1},this.hasSpinner=function(){var dZfW=jQuery("#ias_spinner_"+this.uid);return dZfW.length>0},this.createSpinner=function(){var dZfW=jQuery(this.html).attr("id","ias_spinner_"+this.uid);return dZfW.hide(),dZfW},this};IASSpinnerExtension.prototype.bind=function(dZfW){this.ias=dZfW,dZfW.on("next",jQuery.proxy(this.showSpinner,this)),dZfW.on("render",jQuery.proxy(this.removeSpinner,this));try{dZfW.on("prev",jQuery.proxy(this.showSpinnerBefore,this))}catch(dZfW){}},IASSpinnerExtension.prototype.unbind=function(dZfW){dZfW.off("next",this.showSpinner),dZfW.off("render",this.removeSpinner);try{dZfW.off("prev",this.showSpinnerBefore)}catch(dZfW){}},IASSpinnerExtension.prototype.defaults={src:"data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==",html:'<div class="ias-spinner" style="text-align: center;"><div></div></div>'};var IASTriggerExtension=function(dZfW){return dZfW=jQuery.extend({},this.defaults,dZfW),this.ias=null,this.html=dZfW.html.replace("{text}",dZfW.text),this.htmlPrev=dZfW.htmlPrev.replace("{text}",dZfW.textPrev),this.enabled=!0,this.count=0,this.offset=dZfW.offset,this.$triggerNext=null,this.$triggerPrev=null,this.showTriggerNext=function(){if(!this.enabled)return!0;if(!1===this.offset||++this.count<this.offset)return!0;var dZfW=this.$triggerNext||(this.$triggerNext=this.createTrigger(this.next,this.html)),gBcA=this.ias.getLastItem();return gBcA.after(dZfW),dZfW.fadeIn(),!1},this.showTriggerPrev=function(){if(!this.enabled)return!0;var dZfW=this.$triggerPrev||(this.$triggerPrev=this.createTrigger(this.prev,this.htmlPrev)),gBcA=this.ias.getFirstItem();return gBcA.before(dZfW),dZfW.fadeIn(),!1},this.onRendered=function(){this.enabled=!0},this.createTrigger=function(dZfW,gBcA){var dLgR,bJcB=(new Date).getTime();return gBcA=gBcA||this.html,dLgR=jQuery(gBcA).attr("id","ias_trigger_"+bJcB),dLgR.hide(),dLgR.on("click",jQuery.proxy(dZfW,this)),dLgR},this};IASTriggerExtension.prototype.bind=function(dZfW){this.ias=dZfW,dZfW.on("next",jQuery.proxy(this.showTriggerNext,this),this.priority),dZfW.on("rendered",jQuery.proxy(this.onRendered,this),this.priority);try{dZfW.on("prev",jQuery.proxy(this.showTriggerPrev,this),this.priority)}catch(dZfW){}},IASTriggerExtension.prototype.unbind=function(dZfW){dZfW.off("next",this.showTriggerNext),dZfW.off("rendered",this.onRendered);try{dZfW.off("prev",this.showTriggerPrev)}catch(dZfW){}},IASTriggerExtension.prototype.next=function(){this.enabled=!1,this.ias.pause(),this.$triggerNext&&(this.$triggerNext.remove(),this.$triggerNext=null),this.ias.next()},IASTriggerExtension.prototype.prev=function(){this.enabled=!1,this.ias.pause(),this.$triggerPrev&&(this.$triggerPrev.remove(),this.$triggerPrev=null),this.ias.prev()},IASTriggerExtension.prototype.defaults={text:"Load more items",html:'<div class="ias-trigger ias-trigger-next" style="text-align: center; cursor: pointer;"><a>{text}</a></div>',textPrev:"Load previous items",htmlPrev:'<div class="ias-trigger ias-trigger-prev" style="text-align: center; cursor: pointer;"><a>{text}</a></div>',offset:0},IASTriggerExtension.prototype.priority=1e3;