PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
assets
/
dist
/
js
/
frontend
(function(){var l,t,a,u,T,o,h,c,i,p,n,e,f,F,r,s,d,m,g,v=[].slice;l=/^\(?([^)]*)\)?(?:(.)(d+))?$/,e=document.createElement("div").style,u=null!=e.transition||null!=e.webkitTransition||null!=e.mozTransition||null!=e.oTransition,p=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver,o=function(t){var e;return(e=document.createElement("div")).innerHTML=t,e.children[0]},i=function(t,e){return t.className=t.className.replace(new RegExp("(^| )"+e.split(" ").join("|")+"( |$)","gi")," ")},T=function(t,e){return i(t,e),t.className+=" "+e},f=function(t,e){var n;return null!=document.createEvent?((n=document.createEvent("HTMLEvents")).initEvent(e,!0,!0),t.dispatchEvent(n)):void 0},c=function(){var t,e;return null!=(t=null!=(e=window.performance)&&"function"==typeof e.now?e.now():void 0)?t:+new Date},n=function(t,e){return null==e&&(e=0),e?(t*=Math.pow(10,e),t+=.5,t=Math.floor(t),t/=Math.pow(10,e)):Math.round(t)},F=function(t){return t<0?Math.ceil(t):Math.floor(t)},s=!(h=function(t){return t-n(t)}),(r=function(){var t,e,n,i,o;if(!s&&null!=window.jQuery){for(s=!0,o=[],e=0,n=(i=["html","text"]).length;e<n;e++)t=i[e],o.push(function(t){var n;return n=window.jQuery.fn[t],window.jQuery.fn[t]=function(t){var e;return null==t||null==(null!=(e=this[0])?e.odometer:void 0)?n.apply(this,arguments):this[0].odometer.update(t)}}(t));return o}})(),setTimeout(r,0),(a=function(){function d(t){var e,n,i,o,r,a,s,l,u,h=this;if(this.options=t,this.el=this.options.el,null!=this.el.odometer)return this.el.odometer;for(e in this.el.odometer=this,s=d.options)i=s[e],null==this.options[e]&&(this.options[e]=i);null==(o=this.options).duration&&(o.duration=2e3),this.MAX_VALUES=this.options.duration/(1e3/30)/2|0,this.resetFormat(),this.value=this.cleanValue(null!=(l=this.options.value)?l:""),this.renderInside(),this.render();try{for(r=0,a=(u=["innerHTML","innerText","textContent"]).length;r<a;r++)n=u[r],null!=this.el[n]&&function(e){Object.defineProperty(h.el,e,{get:function(){var t;return"innerHTML"===e?h.inside.outerHTML:null!=(t=h.inside.innerText)?t:h.inside.textContent},set:function(t){return h.update(t)}})}(n)}catch(t){t,this.watchForMutations()}}return d.prototype.renderInside=function(){return this.inside=document.createElement("div"),this.inside.className="odometer-inside",this.el.innerHTML="",this.el.appendChild(this.inside)},d.prototype.watchForMutations=function(){var e=this;if(null!=t)try{return null==this.observer&&(this.observer=new t(function(){var t;return t=e.el.innerText,e.renderInside(),e.render(e.value),e.update(t)})),this.watchMutations=!0,this.startWatchingMutations()}catch(t){t}},d.prototype.startWatchingMutations=function(){return this.watchMutations?this.observer.observe(this.el,{childList:!0}):void 0},d.prototype.stopWatchingMutations=function(){var t;return null!=(t=this.observer)?t.disconnect():void 0},d.prototype.cleanValue=function(t){var e;return"string"==typeof t&&(t=(t=(t=t.replace(null!=(e=this.format.radix)?e:".","<radix>")).replace(/[.,]/g,"")).replace("<radix>","."),t=parseFloat(t,10)||0),n(t,this.format.precision)},d.prototype.bindTransitionEnd=function(){var t,e,n,i,o,r,a=this;if(!this.transitionEndBound){for(this.transitionEndBound=!0,e=!1,r=[],n=0,i=(o="transitionend webkitTransitionEnd oTransitionEnd otransitionend MSTransitionEnd".split(" ")).length;n<i;n++)t=o[n],r.push(this.el.addEventListener(t,function(){return e||(e=!0,setTimeout(function(){return a.render(),e=!1,f(a.el,"odometerdone")},0)),!0},!1));return r}},d.prototype.resetFormat=function(){var t,e,n,i,o,r,a,s;if((t=null!=(a=this.options.format)?a:"(,ddd).dd")||(t="d"),!(n=l.exec(t)))throw new Error("Odometer: Unparsable digit format");return r=(s=n.slice(1,4))[0],o=s[1],i=(null!=(e=s[2])?e.length:void 0)||0,this.format={repeating:r,radix:o,precision:i}},d.prototype.render=function(t){var e,n,i,o,r,a,s;for(null==t&&(t=this.value),this.stopWatchingMutations(),this.resetFormat(),this.inside.innerHTML="",r=this.options.theme,o=[],a=0,s=(e=this.el.className.split(" ")).length;a<s;a++)(n=e[a]).length&&((i=/^odometer-theme-(.+)$/.exec(n))?r=i[1]:/^odometer(-|$)/.test(n)||o.push(n));return o.push("odometer"),u||o.push("odometer-no-transitions"),o.push(r?"odometer-theme-"+r:"odometer-auto-theme"),this.el.className=o.join(" "),this.ribbons={},this.formatDigits(t),this.startWatchingMutations()},d.prototype.formatDigits=function(t){var e,n,i,o,r,a,s,l,u;if(this.digits=[],this.options.formatFunction)for(o=0,a=(l=this.options.formatFunction(t).split("").reverse()).length;o<a;o++)(n=l[o]).match(/0-9/)?((e=this.renderDigit()).querySelector(".odometer-value").innerHTML=n,this.digits.push(e),this.insertDigit(e)):this.addSpacer(n);else for(i=!this.format.precision||!h(t)||!1,r=0,s=(u=t.toString().split("").reverse()).length;r<s;r++)"."===(e=u[r])&&(i=!0),this.addDigit(e,i)},d.prototype.update=function(t){var e,n=this;return(e=(t=this.cleanValue(t))-this.value)?(i(this.el,"odometer-animating-up odometer-animating-down odometer-animating"),T(this.el,0<e?"odometer-animating-up":"odometer-animating-down"),this.stopWatchingMutations(),this.animate(t),this.startWatchingMutations(),setTimeout(function(){return n.el.offsetHeight,T(n.el,"odometer-animating")},0),this.value=t):void 0},d.prototype.renderDigit=function(){return o('<span class="odometer-digit"><span class="odometer-digit-spacer">8</span><span class="odometer-digit-inner"><span class="odometer-ribbon"><span class="odometer-ribbon-inner"><span class="odometer-value"></span></span></span></span></span>')},d.prototype.insertDigit=function(t,e){return null!=e?this.inside.insertBefore(t,e):this.inside.children.length?this.inside.insertBefore(t,this.inside.children[0]):this.inside.appendChild(t)},d.prototype.addSpacer=function(t,e,n){var i;return(i=o('<span class="odometer-formatting-mark"></span>')).innerHTML=t,n&&T(i,n),this.insertDigit(i,e)},d.prototype.addDigit=function(t,e){var n,i,o,r;if(null==e&&(e=!0),"-"===t)return this.addSpacer(t,null,"odometer-negation-mark");if("."===t)return this.addSpacer(null!=(r=this.format.radix)?r:".",null,"odometer-radix-mark");if(e)for(o=!1;;){if(!this.format.repeating.length){if(o)throw new Error("Bad odometer format without digits");this.resetFormat(),o=!0}if(n=this.format.repeating[this.format.repeating.length-1],this.format.repeating=this.format.repeating.substring(0,this.format.repeating.length-1),"d"===n)break;this.addSpacer(n)}return(i=this.renderDigit()).querySelector(".odometer-value").innerHTML=t,this.digits.push(i),this.insertDigit(i)},d.prototype.animate=function(t){return u&&"count"!==this.options.animation?this.animateSlide(t):this.animateCount(t)},d.prototype.animateCount=function(n){var i,o,r,a,s,l=this;if(o=+n-this.value)return a=r=c(),i=this.value,(s=function(){var t,e;return c()-a>l.options.duration?(l.value=n,l.render(),void f(l.el,"odometerdone")):(50<(t=c()-r)&&(r=c(),e=t/l.options.duration,i+=o*e,l.render(Math.round(i))),null!=p?p(s):setTimeout(s,50))})()},d.prototype.getDigitCount=function(){var t,e,n,i,o,r;for(t=o=0,r=(i=1<=arguments.length?v.call(arguments,0):[]).length;o<r;t=++o)n=i[t],i[t]=Math.abs(n);return e=Math.max.apply(Math,i),Math.ceil(Math.log(e+1)/Math.log(10))},d.prototype.getFractionalDigitCount=function(){var t,e,n,i,o,r,a;for(e=/^\-?\d*\.(\d*?)0*$/,t=r=0,a=(o=1<=arguments.length?v.call(arguments,0):[]).length;r<a;t=++r)i=o[t],o[t]=i.toString(),n=e.exec(o[t]),o[t]=null==n?0:n[1].length;return Math.max.apply(Math,o)},d.prototype.resetDigits=function(){return this.digits=[],this.ribbons=[],this.inside.innerHTML="",this.resetFormat()},d.prototype.animateSlide=function(t){var e,n,i,o,r,a,s,l,u,h,d,c,p,f,m,g,v,w,y,M,b,S,x,D,C,L,E;if(g=this.value,(l=this.getFractionalDigitCount(g,t))&&(t*=Math.pow(10,l),g*=Math.pow(10,l)),i=t-g){for(this.bindTransitionEnd(),o=this.getDigitCount(g,t),r=[],d=y=e=0;0<=o?y<o:o<y;d=0<=o?++y:--y){if(v=F(g/Math.pow(10,o-d-1)),a=(s=F(t/Math.pow(10,o-d-1)))-v,Math.abs(a)>this.MAX_VALUES){for(h=[],c=a/(this.MAX_VALUES+this.MAX_VALUES*e*.5),n=v;0<a&&n<s||a<0&&s<n;)h.push(Math.round(n)),n+=c;h[h.length-1]!==s&&h.push(s),e++}else h=function(){E=[];for(var t=v;v<=s?t<=s:s<=t;v<=s?t++:t--)E.push(t);return E}.apply(this);for(d=M=0,S=h.length;M<S;d=++M)u=h[d],h[d]=Math.abs(u%10);r.push(h)}for(this.resetDigits(),d=b=0,x=(L=r.reverse()).length;b<x;d=++b)for(h=L[d],this.digits[d]||this.addDigit(" ",l<=d),null==(w=this.ribbons)[d]&&(w[d]=this.digits[d].querySelector(".odometer-ribbon-inner")),this.ribbons[d].innerHTML="",i<0&&(h=h.reverse()),p=C=0,D=h.length;C<D;p=++C)u=h[p],(m=document.createElement("div")).className="odometer-value",m.innerHTML=u,this.ribbons[d].appendChild(m),p===h.length-1&&T(m,"odometer-last-value"),0===p&&T(m,"odometer-first-value");return v<0&&this.addDigit("-"),null!=(f=this.inside.querySelector(".odometer-radix-mark"))&&f.parent.removeChild(f),l?this.addSpacer(this.format.radix,this.digits[l-1],"odometer-radix-mark"):void 0}},d}()).options=null!=(m=window.odometerOptions)?m:{},setTimeout(function(){var t,e,n,i,o;if(window.odometerOptions){for(t in o=[],i=window.odometerOptions)e=i[t],o.push(null!=(n=a.options)[t]?(n=a.options)[t]:n[t]=e);return o}},0),a.init=function(){var t,e,n,i,o,r;if(null!=document.querySelectorAll){for(r=[],n=0,i=(e=document.querySelectorAll(a.options.selector||".odometer")).length;n<i;n++)t=e[n],r.push(t.odometer=new a({el:t,value:null!=(o=t.innerText)?o:t.textContent}));return r}},null!=(null!=(g=document.documentElement)?g.doScroll:void 0)&&null!=document.createEventObject?(d=document.onreadystatechange,document.onreadystatechange=function(){return"complete"===document.readyState&&!1!==a.options.auto&&a.init(),null!=d?d.apply(this,arguments):void 0}):document.addEventListener("DOMContentLoaded",function(){return!1!==a.options.auto?a.init():void 0},!1),"function"==typeof define&&define.amd?define(["jquery"],function(){return a}):"undefined"!=typeof exports&&null!==exports?module.exports=a:window.Odometer=a}).call(this),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(o){"use strict";var r=[],e=[],i={precision:100,elapse:!1};e.push(/^[0-9]*$/.source),e.push(/([0-9]{1,2}\/){2}[0-9]{4}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),e.push(/[0-9]{4}([\/\-][0-9]{1,2}){2}( [0-9]{1,2}(:[0-9]{2}){2})?/.source),e=new RegExp(e.join("|"));var g={Y:"years",m:"months",n:"daysToMonth",w:"weeks",d:"daysToWeek",D:"totalDays",H:"hours",M:"minutes",S:"seconds"},a=function(t,e,n){this.el=t,this.$el=o(t),this.interval=null,this.offset={},this.options=o.extend({},i),this.instanceNumber=r.length,r.push(this),this.$el.data("countdown-instance",this.instanceNumber),n&&("function"==typeof n?(this.$el.on("update.countdown",n),this.$el.on("stoped.countdown",n),this.$el.on("finish.countdown",n)):this.options=o.extend({},i,n)),this.setFinalDate(e),this.start()};o.extend(a.prototype,{start:function(){null!==this.interval&&clearInterval(this.interval);var t=this;this.update(),this.interval=setInterval(function(){t.update.call(t)},this.options.precision)},stop:function(){clearInterval(this.interval),this.interval=null,this.dispatchEvent("stoped")},toggle:function(){this.interval?this.stop():this.start()},pause:function(){this.stop()},resume:function(){this.start()},remove:function(){this.stop.call(this),r[this.instanceNumber]=null,delete this.$el.data().countdownInstance},setFinalDate:function(t){this.finalDate=function(t){if(t instanceof Date)return t;if(String(t).match(e))return String(t).match(/^[0-9]*$/)&&(t=Number(t)),String(t).match(/\-/)&&(t=String(t).replace(/\-/g,"/")),new Date(t);throw new Error("Couldn't cast `a` to a date object.")}(t)},update:function(){if(0!==this.$el.closest("html").length){var t,e=void 0!==o._data(this.el,"events"),n=new Date;t=this.finalDate.getTime()-n.getTime(),t=Math.ceil(t/1e3),t=!this.options.elapse&&t<0?0:Math.abs(t),this.totalSecsLeft!==t&&e&&(this.totalSecsLeft=t,this.elapsed=n>=this.finalDate,this.offset={seconds:this.totalSecsLeft%60,minutes:Math.floor(this.totalSecsLeft/60)%60,hours:Math.floor(this.totalSecsLeft/60/60)%24,days:Math.floor(this.totalSecsLeft/60/60/24)%7,daysToWeek:Math.floor(this.totalSecsLeft/60/60/24)%7,daysToMonth:Math.floor(this.totalSecsLeft/60/60/24%30.4368),totalDays:Math.floor(this.totalSecsLeft/60/60/24),weeks:Math.floor(this.totalSecsLeft/60/60/24/7),months:Math.floor(this.totalSecsLeft/60/60/24/30.4368),years:Math.abs(this.finalDate.getFullYear()-n.getFullYear())},this.options.elapse||0!==this.totalSecsLeft?this.dispatchEvent("update"):(this.stop(),this.dispatchEvent("finish")))}else this.remove()},dispatchEvent:function(t){var m,e=o.Event(t+".countdown");e.finalDate=this.finalDate,e.elapsed=this.elapsed,e.offset=o.extend({},this.offset),e.strftime=(m=this.offset,function(t){var e,n,i,o,r,a,s=t.match(/%(-|!)?[A-Z]{1}(:[^;]+;)?/gi);if(s)for(var l=0,u=s.length;l<u;++l){var h=s[l].match(/%(-|!)?([a-zA-Z]{1})(:[^;]+;)?/),d=(r=h[0],a=r.toString().replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1"),new RegExp(a)),c=h[1]||"",p=h[3]||"",f=null;h=h[2],g.hasOwnProperty(h)&&(f=g[h],f=Number(m[f])),null!==f&&("!"===c&&(n=f,o=i=void 0,i="s",o="",(e=p)&&(e=e.replace(/(:|;|\s)/gi,"").split(/\,/),i=1===e.length?e[0]:(o=e[0],e[1])),f=1===Math.abs(n)?o:i),""===c&&f<10&&(f="0"+f.toString()),t=t.replace(d,f.toString()))}return t.replace(/%%/,"%")}),this.$el.trigger(e)}}),o.fn.countdown=function(){var i=Array.prototype.slice.call(arguments,0);return this.each(function(){var t=o(this).data("countdown-instance");if(void 0!==t){var e=r[t],n=i[0];a.prototype.hasOwnProperty(n)?e[n].apply(e,i.slice(1)):null===String(n).match(/^[$A-Z_][0-9A-Z_$]*$/i)?(e.setFinalDate.call(e,n),e.start()):o.error("Method %s does not exist on jQuery.countdown".replace(/\%s/gi,n))}else new a(this,i[0],i[1])})}}),function(t,e){"function"==typeof define&&define.amd?define(["jquery"],function(t){return e(t)}):"object"==typeof exports?module.exports=e(require("jquery")):e(jQuery)}(0,function(n){var a=function(t,a){var n,e=document.createElement("canvas");t.appendChild(e),"object"==typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(e);var o=e.getContext("2d");e.width=e.height=a.size;var i=1;1<window.devicePixelRatio&&(i=window.devicePixelRatio,e.style.width=e.style.height=[a.size,"px"].join(""),e.width=e.height=a.size*i,o.scale(i,i)),o.translate(a.size/2,a.size/2),o.rotate((a.rotate/180-.5)*Math.PI);var r=(a.size-a.lineWidth)/2;a.scaleColor&&a.scaleLength&&(r-=a.scaleLength+2),Date.now=Date.now||function(){return+new Date};var s=function(t,e,n){var i=(n=Math.min(Math.max(-1,n||0),1))<=0;o.beginPath(),o.arc(0,0,r,0,2*Math.PI*n,i),o.strokeStyle=t,o.lineWidth=e,o.stroke()},l=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)},u=function(){a.scaleColor&&function(){var t,e;o.lineWidth=1,o.fillStyle=a.scaleColor,o.save();for(var n=24;0<n;--n)t=n%6==0?(e=a.scaleLength,0):(e=.6*a.scaleLength,a.scaleLength-e),o.fillRect(-a.size/2+t,0,e,1),o.rotate(Math.PI/12);o.restore()}(),a.trackColor&&s(a.trackColor,a.trackWidth||a.lineWidth,1)};this.getCanvas=function(){return e},this.getCtx=function(){return o},this.clear=function(){o.clearRect(a.size/-2,a.size/-2,a.size,a.size)},this.draw=function(t){var e;a.scaleColor||a.trackColor?o.getImageData&&o.putImageData?n?o.putImageData(n,0,0):(u(),n=o.getImageData(0,0,a.size*i,a.size*i)):(this.clear(),u()):this.clear(),o.lineCap=a.lineCap,e="function"==typeof a.barColor?a.barColor(t):a.barColor,s(e,a.lineWidth,t/100)}.bind(this),this.animate=function(n,i){var o=Date.now();a.onStart(n,i);var r=function(){var t=Math.min(Date.now()-o,a.animate.duration),e=a.easing(this,t,n,i-n,a.animate.duration);this.draw(e),a.onStep(n,i,e),t>=a.animate.duration?a.onStop(n,i):l(r)}.bind(this);l(r)}.bind(this)},i=function(e,n){var i={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(t,e,n,i,o){return(e/=o/2)<1?i/2*e*e+n:-i/2*(--e*(e-2)-1)+n},onStart:function(t,e){},onStep:function(t,e,n){},onStop:function(t,e){}};if(void 0!==a)i.renderer=a;else{if("undefined"==typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");i.renderer=SVGRenderer}var o={},r=0,t=function(){for(var t in this.el=e,this.options=o,i)i.hasOwnProperty(t)&&(o[t]=n&&void 0!==n[t]?n[t]:i[t],"function"==typeof o[t]&&(o[t]=o[t].bind(this)));"string"==typeof o.easing&&"undefined"!=typeof jQuery&&jQuery.isFunction(jQuery.easing[o.easing])?o.easing=jQuery.easing[o.easing]:o.easing=i.easing,"number"==typeof o.animate&&(o.animate={duration:o.animate,enabled:!0}),"boolean"!=typeof o.animate||o.animate||(o.animate={duration:1e3,enabled:o.animate}),this.renderer=new o.renderer(e,o),this.renderer.draw(r),e.dataset&&e.dataset.percent?this.update(parseFloat(e.dataset.percent)):e.getAttribute&&e.getAttribute("data-percent")&&this.update(parseFloat(e.getAttribute("data-percent")))}.bind(this);this.update=function(t){return t=parseFloat(t),o.animate.enabled?this.renderer.animate(r,t):this.renderer.draw(t),r=t,this}.bind(this),this.disableAnimation=function(){return o.animate.enabled=!1,this},this.enableAnimation=function(){return o.animate.enabled=!0,this},t()};n.fn.easyPieChart=function(e){return this.each(function(){var t;n.data(this,"easyPieChart")||(t=n.extend({},e,n(this).data()),n.data(this,"easyPieChart",new i(this,t)))})}}),function(a){a.fn.animateNumbers=function(n,i,o,r){return this.each(function(){var t=a(this),e=parseInt(t.text().replace(/,/g,""));i=void 0===i||i,a({value:e}).animate({value:n},{duration:null==o?1e3:o,easing:null==r?"swing":r,step:function(){t.text(Math.floor(this.value)),i&&t.text(t.text().replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1,"))},complete:function(){parseInt(t.text())!==n&&(t.text(n),i&&t.text(t.text().replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1,")))}})})}}(jQuery);
[+]
..
[-] video-ply-btn.js
[edit]
[-] svg.js
[edit]
[-] postslider.js
[edit]
[-] wn-like.js
[edit]
[-] toggle-box.js
[edit]
[-] countdown.js
[edit]
[-] facebook-app.js
[edit]
[-] title-builder.js
[edit]
[-] wn-tabs.js
[edit]
[-] wn-google-map.js
[edit]
[-] latestfromblog.js
[edit]
[-] testimonial-slider.js
[edit]
[-] info-box.js
[edit]
[-] our-clients.js
[edit]
[-] tilt.js
[edit]
[-] process-carousel.js
[edit]
[-] tiltvc.js
[edit]
[-] jquery.plugins.js
[edit]
[-] content-slider.js
[edit]
[-] cat-tab.js
[edit]
[-] widget-tabs.js
[edit]
[-] content-carousel.js
[edit]
[-] deep-gallery-vc.js
[edit]
[-] donate.js
[edit]
[-] our-team.js
[edit]
[-] piecharts.js
[edit]
[-] wn-testimonial-tabs.js
[edit]
[-] beforeafter.js
[edit]
[-] jquery.stats.min.js
[edit]
[-] tab-content.js
[edit]
[-] service-carousel.js
[edit]
[-] contact-form.js
[edit]
[-] blog.js
[edit]
[-] socials.js
[edit]
[-] deep-gallery.js
[edit]
[-] reservation.js
[edit]
[-] testimonial-carousel.js
[edit]
[-] portfolio-carousel.js
[edit]
[-] webnus-custom.js
[edit]
[-] googlemap.js
[edit]
[-] image-carousel.js
[edit]
[-] sermon.js
[edit]
[-] wn-magazine.js
[edit]