/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery-protect.js
*//* this is to prevent overwriting jQuery. Allows exactly one write to the global $ var. */
(function() {
"use strict";
/*global console */
var jq = window.$ || undefined,
written = (typeof $ !== "undefined");
try {
if (typeof Object.defineProperty === "function") {
Object.defineProperty(window, "$", {
get: function() { return jq; },
set: function(value) {
if (!written) {
written = true;
jq = value;
} else {
if (typeof window.console !== "undefined") {
console.warn("jQuery overwritten!");
if (console.trace) { console.trace(); }
}
}
}
});
}
} catch (err) {
}
})();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery.min.js
*//*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(l.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new Date},support:l}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new Date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},A="undefined",B=1<<31,C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=D.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",M=L.replace("w","w#"),N="\\["+K+"*("+L+")"+K+"*(?:([*^$|!~]?=)"+K+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+M+")|)|)"+K+"*\\]",O=":("+L+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+N.replace(3,8)+")*)|.*)\\)|)",P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(O),U=new RegExp("^"+M+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L.replace("w","w*")+")"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{G.apply(D=H.call(t.childNodes),t.childNodes),D[t.childNodes.length].nodeType}catch(cb){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerDocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodeType)&&9!==i)return[];if(n&&!e){if(f=Z.exec(a))if(h=f[1]){if(9===i){if(g=b.getElementById(h),!g||!g.parentNode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerDocument&&(g=b.ownerDocument.getElementById(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return G.apply(d,b.getElementsByTagName(a)),d;if((h=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodeName.toLowerCase()){m=ob(a),(p=b.getAttribute("id"))?q=p.replace(_,"\\$&"):b.setAttribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentNode)||b,v=m.join(",")}if(v)try{return G.apply(d,u.querySelectorAll(v)),d}catch(w){}finally{p||b.removeAttribute("id")}}}return xb(a.replace(P,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||B)-(~a.sourceIndex||B);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getElementsByTagName!==A&&a}c=db.support={},f=db.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},k=db.setDocument=function(a){var b,e=a?a.ownerDocument||a:t,g=e.defaultView;return e!==l&&9===e.nodeType&&e.documentElement?(l=e,m=e.documentElement,n=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){k()},!1):g.attachEvent&&g.attachEvent("onunload",function(){k()})),c.attributes=gb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=gb(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(e.getElementsByClassName)&&gb(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=gb(function(a){return m.appendChild(a).id=s,!e.getElementsByName||!e.getElementsByName(s).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==A&&n){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getAttributeNode!==A&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==A?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==A&&n?b.getElementsByClassName(a):void 0},p=[],o=[],(c.qsa=Y.test(e.querySelectorAll))&&(gb(function(a){a.innerHTML="<select t=''><option selected=''></option></select>",a.querySelectorAll("[t^='']").length&&o.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||o.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&o.push("name"+K+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||o.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),o.push(",.*:")})),(c.matchesSelector=Y.test(q=m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&gb(function(a){c.disconnectedMatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",O)}),o=o.length&&new RegExp(o.join("|")),p=p.length&&new RegExp(p.join("|")),b=Y.test(m.compareDocumentPosition),r=b||Y.test(m.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===t&&r(t,a)?-1:b===e||b.ownerDocument===t&&r(t,b)?1:i?I.call(i,a)-I.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?I.call(i,a)-I.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesSelector=function(a,b){if((a.ownerDocument||a)!==l&&k(a),b=b.replace(S,"='$1']"),!(!c.matchesSelector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerDocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerDocument||a)!==l&&k(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},db.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},db.uniqueSort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectDuplicates,i=!c.sortStable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cacheLength:50,createPseudo:fb,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},PSEUDO:function(a){var b,c=!a[5]&&a[2];return V.CHILD.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&T.test(c)&&(b=ob(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ab,bb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=w[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==A&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(P,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:fb(function(a){return U.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).toLowerCase(),function(b){var c;do if(c=n?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeElement&&(!l.hasFocus||l.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=jb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=kb(b);function nb(){}nb.prototype=d.filters=d.pseudos,d.setFilters=new nb;function ob(a,b){var c,e,f,g,h,i,j,k=x[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=Q.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=R.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(P," ")}),h=h.slice(c.length));for(g in d.filter)!(e=V[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?db.error(a):x(a,i).slice(0)}function pb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return I.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(P,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.TAG("*",k),w=u+=null==t?1:Math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=E.call(j));s=sb(s)}G.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniqueSort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&c.getById&&9===b.nodeType&&n&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=V.needsContext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentNode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return G.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentNode)||b),e}return c.sortStable=s.split("").sort(z).join("")===s,c.detectDuplicates=!!j,k(),c.sortDetached=gb(function(a){return 1&a.compareDocumentPosition(l.createElement("div"))}),gb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&gb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),gb(function(a){return null==a.getAttribute("disabled")})||hb(J,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,B=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:A.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};B.prototype=n.fn,y=n(z);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!n(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return E(a,"nextSibling")},prev:function(a){return E(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.unique(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\S+/g,G={};function H(a){var b=G[a]={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?G[a]||H(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readyWait:!n.isReady){if(!z.body)return setTimeout(n.ready);n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function J(){z.addEventListener?(z.removeEventListener("DOMContentLoaded",K,!1),a.removeEventListener("load",K,!1)):(z.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(z.addEventListener||"load"===event.type||"complete"===z.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===z.readyState)setTimeout(n.ready);else if(z.addEventListener)z.addEventListener("DOMContentLoaded",K,!1),a.addEventListener("load",K,!1);else{z.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&z.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!n.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}J(),n.ready()}}()}return I.promise(b)};var L="undefined",M;for(M in n(l))break;l.ownLast="0"!==M,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c=z.getElementsByTagName("body")[0];c&&(a=z.createElement("div"),a.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createElement("div"),c.appendChild(a).appendChild(b),typeof b.style.zoom!==L&&(b.style.cssText="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineBlockNeedsLayout=3===b.offsetWidth)&&(c.style.zoom=1)),c.removeChild(a),a=b=null)}),function(){var a=z.createElement("div");if(null==l.deleteExpando){l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}}a=null}(),n.acceptData=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(n.acceptData(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f
}}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d]));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=n._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var T=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,U=["Top","Right","Bottom","Left"],V=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},W=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},X=/^(?:checkbox|radio)$/i;!function(){var a=z.createDocumentFragment(),b=z.createElement("div"),c=z.createElement("input");if(b.setAttribute("className","t"),b.innerHTML=" <link/><table></table><a href='/a'>a</a>",l.leadingWhitespace=3===b.firstChild.nodeType,l.tbody=!b.getElementsByTagName("tbody").length,l.htmlSerialize=!!b.getElementsByTagName("link").length,l.html5Clone="<:nav></:nav>"!==z.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,a.appendChild(c),l.appendChecked=c.checked,b.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,a.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){l.noCloneEvent=!1}),b.cloneNode(!0).click()),null==l.deleteExpando){l.deleteExpando=!0;try{delete b.test}catch(d){l.deleteExpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),l[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Y=/^(?:input|select|textarea)$/i,Z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===L||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(F)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(F)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodeType&&8!==d.nodeType&&!_.test(p+n.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[n.expando]?b:new n.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!n.isWindow(d)){for(i=k.delegateType||p,_.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||z)&&o.push(l.defaultView||l.parentWindow||a)}m=0;while((h=o[m++])&&!b.isPropagationStopped())b.type=m>1?i:k.bindType||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptData(d)&&g&&d[p]&&!n.isWindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((n.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=$.test(e)?this.mouseHooks:Z.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||z),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||z,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==db()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===db()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return n.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=z.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===L&&(a[d]=null),a.detachEvent(d,c))},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&(a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault())?bb:cb):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:cb,isPropagationStopped:cb,isImmediatePropagationStopped:cb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=bb,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=bb,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=bb,this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),l.submitBubbles||(n.event.special.submit={setup:function(){return n.nodeName(this,"form")?!1:void n.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=n.nodeName(b,"input")||n.nodeName(b,"button")?b.form:void 0;c&&!n._data(c,"submitBubbles")&&(n.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),n._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&n.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return n.nodeName(this,"form")?!1:void n.event.remove(this,"._submit")}}),l.changeBubbles||(n.event.special.change={setup:function(){return Y.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(n.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),n.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),n.event.simulate("change",this,a,!0)})),!1):void n.event.add(this,"beforeactivate._change",function(a){var b=a.target;Y.test(b.nodeName)&&!n._data(b,"changeBubbles")&&(n.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||n.event.simulate("change",this.parentNode,a,!0)}),n._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return n.event.remove(this,"._change"),!Y.test(this.nodeName)}}),l.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=n._data(d,b);e||d.addEventListener(a,c,!0),n._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=n._data(d,b)-1;e?n._data(d,b,e):(d.removeEventListener(a,c,!0),n._removeData(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=cb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return n().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=cb),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});function eb(a){var b=fb.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var fb="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gb=/ jQuery\d+="(?:null|\d+)"/g,hb=new RegExp("<(?:"+fb+")[\\s/>]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/<tbody/i,mb=/<|&#?\w+;/,nb=/<(?:script|style|link)/i,ob=/checked\s*(?:[^=]|=\s*.checked.)/i,pb=/^$|\/(?:java|ecma)script/i,qb=/^true\/(.*)/,rb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,sb={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:l.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},tb=eb(z),ub=tb.appendChild(z.createElement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==L?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==L?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function wb(a){X.test(a.type)&&(a.defaultChecked=a.checked)}function xb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}function Bb(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Cb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&X.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!hb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ub.innerHTML=a.outerHTML,ub.removeChild(f=ub.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&Cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)Bb(e,d[g]);else Bb(a,f);return d=vb(f,"script"),d.length>0&&Ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodeType?[f]:f);else if(mb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(kb.exec(f)||["",""])[1].toLowerCase(),k=sb[i]||sb._default,h.innerHTML=k[1]+f.replace(jb,"<$1></$2>")+k[2],e=k[0];while(e--)h=h.lastChild;if(!l.leadingWhitespace&&ib.test(f)&&p.push(b.createTextNode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?"<table>"!==k[1]||lb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)n.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}n.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),l.appendChecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inArray(f,d))&&(g=n.contains(f.ownerDocument,f),h=vb(o.appendChild(f),"script"),g&&Ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteExpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeAttribute!==L?d.removeAttribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return W(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(vb(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&Ab(vb(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(vb(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return W(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlSerialize&&hb.test(a)||!l.leadingWhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(jb,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(vb(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(vb(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isFunction(p);if(q||k>1&&"string"==typeof p&&!l.checkClone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(k&&(i=n.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globalEval")&&n.contains(h,d)&&(d.src?n._evalUrl&&n._evalUrl(d.src):n.globalEval((d.text||d.textContent||d.innerHTML||"").replace(rb,"")));i=c=null}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Db,Eb={};function Fb(b,c){var d=n(c.createElement(b)).appendTo(c.body),e=a.getDefaultComputedStyle?a.getDefaultComputedStyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function Gb(a){var b=z,c=Eb[a];return c||(c=Fb(a,b),"none"!==c&&c||(Db=(Db||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Db[0].contentWindow||Db[0].contentDocument).document,b.write(),b.close(),c=Fb(a,b),Db.detach()),Eb[a]=c),c}!function(){var a,b,c=z.createElement("div"),d="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;padding:0;margin:0;border:0";c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=c.getElementsByTagName("a")[0],a.style.cssText="float:left;opacity:.5",l.opacity=/^0.5/.test(a.style.opacity),l.cssFloat=!!a.style.cssFloat,c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===c.style.backgroundClip,a=c=null,l.shrinkWrapBlocks=function(){var a,c,e,f;if(null==b){if(a=z.getElementsByTagName("body")[0],!a)return;f="border:0;width:0;height:0;position:absolute;top:0;left:-9999px",c=z.createElement("div"),e=z.createElement("div"),a.appendChild(c).appendChild(e),b=!1,typeof e.style.zoom!==L&&(e.style.cssText=d+";width:1px;padding:1px;zoom:1",e.innerHTML="<div></div>",e.firstChild.style.width="5px",b=3!==e.offsetWidth),a.removeChild(c),a=c=e=null}return b}}();var Hb=/^margin/,Ib=new RegExp("^("+T+")(?!px)[a-z%]+$","i"),Jb,Kb,Lb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Jb=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},Kb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Jb(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),Ib.test(g)&&Hb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):z.documentElement.currentStyle&&(Jb=function(a){return a.currentStyle},Kb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Jb(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Ib.test(g)&&!Lb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Mb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h=z.createElement("div"),i="border:0;width:0;height:0;position:absolute;top:0;left:-9999px",j="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;padding:0;margin:0;border:0";h.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",b=h.getElementsByTagName("a")[0],b.style.cssText="float:left;opacity:.5",l.opacity=/^0.5/.test(b.style.opacity),l.cssFloat=!!b.style.cssFloat,h.style.backgroundClip="content-box",h.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===h.style.backgroundClip,b=h=null,n.extend(l,{reliableHiddenOffsets:function(){if(null!=c)return c;var a,b,d,e=z.createElement("div"),f=z.getElementsByTagName("body")[0];if(f)return e.setAttribute("className","t"),e.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=z.createElement("div"),a.style.cssText=i,f.appendChild(a).appendChild(e),e.innerHTML="<table><tr><td></td><td>t</td></tr></table>",b=e.getElementsByTagName("td"),b[0].style.cssText="padding:0;margin:0;border:0;display:none",d=0===b[0].offsetHeight,b[0].style.display="",b[1].style.display="none",c=d&&0===b[0].offsetHeight,f.removeChild(a),e=f=null,c},boxSizing:function(){return null==d&&k(),d},boxSizingReliable:function(){return null==e&&k(),e},pixelPosition:function(){return null==f&&k(),f},reliableMarginRight:function(){var b,c,d,e;if(null==g&&a.getComputedStyle){if(b=z.getElementsByTagName("body")[0],!b)return;c=z.createElement("div"),d=z.createElement("div"),c.style.cssText=i,b.appendChild(c).appendChild(d),e=d.appendChild(z.createElement("div")),e.style.cssText=d.style.cssText=j,e.style.marginRight=e.style.width="0",d.style.width="1px",g=!parseFloat((a.getComputedStyle(e,null)||{}).marginRight),b.removeChild(c)}return g}});function k(){var b,c,h=z.getElementsByTagName("body")[0];h&&(b=z.createElement("div"),c=z.createElement("div"),b.style.cssText=i,h.appendChild(b).appendChild(c),c.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;padding:1px;border:1px;width:4px;margin-top:1%;top:1%",n.swap(h,null!=h.style.zoom?{zoom:1}:{},function(){d=4===c.offsetWidth}),e=!0,f=!1,g=!0,a.getComputedStyle&&(f="1%"!==(a.getComputedStyle(c,null)||{}).top,e="4px"===(a.getComputedStyle(c,null)||{width:"4px"}).width),h.removeChild(b),c=h=null)}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Nb=/alpha\([^)]*\)/i,Ob=/opacity\s*=\s*([^)]*)/,Pb=/^(none|table(?!-c[ea]).+)/,Qb=new RegExp("^("+T+")(.*)$","i"),Rb=new RegExp("^([+-])=("+T+")","i"),Sb={position:"absolute",visibility:"hidden",display:"block"},Tb={letterSpacing:0,fontWeight:400},Ub=["Webkit","O","Moz","ms"];function Vb(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Ub.length;while(e--)if(b=Ub[e]+c,b in a)return b;return d}function Wb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=n._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&V(d)&&(f[g]=n._data(d,"olddisplay",Gb(d.nodeName)))):f[g]||(e=V(d),(c&&"none"!==c||!e)&&n._data(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Xb(a,b,c){var d=Qb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Yb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+U[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+U[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+U[f]+"Width",!0,e))):(g+=n.css(a,"padding"+U[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+U[f]+"Width",!0,e)));return g}function Zb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Jb(a),g=l.boxSizing()&&"border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Kb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Ib.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Yb(a,b,c||(g?"border":"content"),d,f)+"px"}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Kb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":l.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;if(b=n.cssProps[h]||(n.cssProps[h]=Vb(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Rb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]="",i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Vb(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Kb(a,b,d)),"normal"===f&&b in Tb&&(f=Tb[b]),""===c||c?(e=parseFloat(f),c===!0||n.isNumeric(e)?e||0:f):f}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?0===a.offsetWidth&&Pb.test(n.css(a,"display"))?n.swap(a,Sb,function(){return Zb(a,b,d)}):Zb(a,b,d):void 0},set:function(a,c,d){var e=d&&Jb(a);return Xb(a,c,d?Yb(a,b,d,l.boxSizing()&&"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),l.opacity||(n.cssHooks.opacity={get:function(a,b){return Ob.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=n.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===n.trim(f.replace(Nb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Nb.test(f)?f.replace(Nb,e):f+" "+e)}}),n.cssHooks.marginRight=Mb(l.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},Kb,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+U[d]+b]=f[d]||f[d-2]||f[0];return e}},Hb.test(a)||(n.cssHooks[a+b].set=Xb)}),n.fn.extend({css:function(a,b){return W(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Jb(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)
},a,b,arguments.length>1)},show:function(){return Wb(this,!0)},hide:function(){return Wb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){V(this)?n(this).show():n(this).hide()})}});function $b(a,b,c,d,e){return new $b.prototype.init(a,b,c,d,e)}n.Tween=$b,$b.prototype={constructor:$b,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=$b.propHooks[this.prop];return a&&a.get?a.get(this):$b.propHooks._default.get(this)},run:function(a){var b,c=$b.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):$b.propHooks._default.set(this),this}},$b.prototype.init.prototype=$b.prototype,$b.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},$b.propHooks.scrollTop=$b.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=$b.prototype.init,n.fx.step={};var _b,ac,bc=/^(?:toggle|show|hide)$/,cc=new RegExp("^(?:([+-])=|)("+T+")([a-z%]*)$","i"),dc=/queueHooks$/,ec=[jc],fc={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=cc.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&cc.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function gc(){return setTimeout(function(){_b=void 0}),_b=n.now()}function hc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=U[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function ic(a,b,c){for(var d,e=(fc[b]||[]).concat(fc["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function jc(a,b,c){var d,e,f,g,h,i,j,k,m=this,o={},p=a.style,q=a.nodeType&&V(a),r=n._data(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,m.always(function(){m.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=n.css(a,"display"),k=Gb(a.nodeName),"none"===j&&(j=k),"inline"===j&&"none"===n.css(a,"float")&&(l.inlineBlockNeedsLayout&&"inline"!==k?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",l.shrinkWrapBlocks()||m.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],bc.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||n.style(a,d)}if(!n.isEmptyObject(o)){r?"hidden"in r&&(q=r.hidden):r=n._data(a,"fxshow",{}),f&&(r.hidden=!q),q?n(a).show():m.done(function(){n(a).hide()}),m.done(function(){var b;n._removeData(a,"fxshow");for(b in o)n.style(a,b,o[b])});for(d in o)g=ic(q?r[d]:0,d,m),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function kc(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function lc(a,b,c){var d,e,f=0,g=ec.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=_b||gc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:_b||gc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(kc(k,j.opts.specialEasing);g>f;f++)if(d=ec[f].call(j,a,k,j.opts))return d;return n.map(k,ic,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(lc,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],fc[c]=fc[c]||[],fc[c].unshift(b)},prefilter:function(a,b){b?ec.unshift(a):ec.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(V).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=lc(this,n.extend({},a),f);(e||n._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=n._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&dc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=n._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(hc(b,!0),a,d,e)}}),n.each({slideDown:hc("show"),slideUp:hc("hide"),slideToggle:hc("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=n.timers,c=0;for(_b=n.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||n.fx.stop(),_b=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){ac||(ac=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(ac),ac=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e=z.createElement("div");e.setAttribute("className","t"),e.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",a=e.getElementsByTagName("a")[0],c=z.createElement("select"),d=c.appendChild(z.createElement("option")),b=e.getElementsByTagName("input")[0],a.style.cssText="top:1px",l.getSetAttribute="t"!==e.className,l.style=/top/.test(a.getAttribute("style")),l.hrefNormalized="/a"===a.getAttribute("href"),l.checkOn=!!b.value,l.optSelected=d.selected,l.enctype=!!z.createElement("form").enctype,c.disabled=!0,l.optDisabled=!d.disabled,b=z.createElement("input"),b.setAttribute("value",""),l.input=""===b.getAttribute("value"),b.value="t",b.setAttribute("type","radio"),l.radioValue="t"===b.value,a=b=c=d=e=null}();var mc=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(mc,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.text(a)}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(l.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)if(d=e[g],n.inArray(n.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var nc,oc,pc=n.expr.attrHandle,qc=/^(?:checked|selected)$/i,rc=l.getSetAttribute,sc=l.input;n.fn.extend({attr:function(a,b){return W(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===L?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?oc:nc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(F);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)?sc&&rc||!qc.test(c)?a[d]=!1:a[n.camelCase("default-"+c)]=a[d]=!1:n.attr(a,c,""),a.removeAttribute(rc?c:d)},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),oc={set:function(a,b,c){return b===!1?n.removeAttr(a,c):sc&&rc||!qc.test(c)?a.setAttribute(!rc&&n.propFix[c]||c,c):a[n.camelCase("default-"+c)]=a[c]=!0,c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=pc[b]||n.find.attr;pc[b]=sc&&rc||!qc.test(b)?function(a,b,d){var e,f;return d||(f=pc[b],pc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,pc[b]=f),e}:function(a,b,c){return c?void 0:a[n.camelCase("default-"+b)]?b.toLowerCase():null}}),sc&&rc||(n.attrHooks.value={set:function(a,b,c){return n.nodeName(a,"input")?void(a.defaultValue=b):nc&&nc.set(a,b,c)}}),rc||(nc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},pc.id=pc.name=pc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},n.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:nc.set},n.attrHooks.contenteditable={set:function(a,b,c){nc.set(a,""===b?!1:b,c)}},n.each(["width","height"],function(a,b){n.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),l.style||(n.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var tc=/^(?:input|select|textarea|button|object)$/i,uc=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return W(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return a=n.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):tc.test(a.nodeName)||uc.test(a.nodeName)&&a.href?0:-1}}}}),l.hrefNormalized||n.each(["href","src"],function(a,b){n.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this}),l.enctype||(n.propFix.enctype="encoding");var vc=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(F)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(vc," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(F)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(vc," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(F)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===L||"boolean"===c)&&(this.className&&n._data(this,"__className__",this.className),this.className=this.className||a===!1?"":n._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(vc," ").indexOf(b)>=0)return!0;return!1}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var wc=n.now(),xc=/\?/,yc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;n.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=n.trim(b+"");return e&&!n.trim(e.replace(yc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():n.error("Invalid JSON: "+b)},n.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var zc,Ac,Bc=/#.*$/,Cc=/([?&])_=[^&]*/,Dc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Ec=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Fc=/^(?:GET|HEAD)$/,Gc=/^\/\//,Hc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Ic={},Jc={},Kc="*/".concat("*");try{Ac=location.href}catch(Lc){Ac=z.createElement("a"),Ac.href="",Ac=Ac.href}zc=Hc.exec(Ac.toLowerCase())||[];function Mc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(F)||[];if(n.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nc(a,b,c,d){var e={},f=a===Jc;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Oc(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&n.extend(!0,a,c),a}function Pc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Qc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ac,type:"GET",isLocal:Ec.test(zc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Oc(Oc(a,n.ajaxSettings),b):Oc(n.ajaxSettings,a)},ajaxPrefilter:Mc(Ic),ajaxTransport:Mc(Jc),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Dc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||Ac)+"").replace(Bc,"").replace(Gc,zc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(F)||[""],null==k.crossDomain&&(c=Hc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===zc[1]&&c[2]===zc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(zc[3]||("http:"===zc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),Nc(Ic,k,b,v),2===t)return v;h=k.global,h&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Fc.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(xc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Cc.test(e)?e.replace(Cc,"$1_="+wc++):e+(xc.test(e)?"&":"?")+"_="+wc++)),k.ifModified&&(n.lastModified[e]&&v.setRequestHeader("If-Modified-Since",n.lastModified[e]),n.etag[e]&&v.setRequestHeader("If-None-Match",n.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Kc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Nc(Jc,k,b,v)){v.readyState=1,h&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Pc(k,v,c)),u=Qc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(n.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){if(n.isFunction(a))return this.each(function(b){n(this).wrapAll(a.call(this,b))});if(this[0]){var b=n(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!l.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||n.css(a,"display"))},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var Rc=/%20/g,Sc=/\[\]$/,Tc=/\r?\n/g,Uc=/^(?:submit|button|image|reset|file)$/i,Vc=/^(?:input|select|textarea|keygen)/i;function Wc(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||Sc.test(a)?d(a,e):Wc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Wc(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Wc(c,a[c],b,e);return d.join("&").replace(Rc,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&Vc.test(this.nodeName)&&!Uc.test(a)&&(this.checked||!X.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(Tc,"\r\n")}}):{name:b.name,value:c.replace(Tc,"\r\n")}}).get()}}),n.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&$c()||_c()}:$c;var Xc=0,Yc={},Zc=n.ajaxSettings.xhr();a.ActiveXObject&&n(a).on("unload",function(){for(var a in Yc)Yc[a](void 0,!0)}),l.cors=!!Zc&&"withCredentials"in Zc,Zc=l.ajax=!!Zc,Zc&&n.ajaxTransport(function(a){if(!a.crossDomain||l.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Xc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Yc[g],b=void 0,f.onreadystatechange=n.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Yc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function $c(){try{return new a.XMLHttpRequest}catch(b){}}function _c(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=z.head||n("head")[0]||z.documentElement;return{send:function(d,e){b=z.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var ad=[],bd=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=ad.pop()||n.expando+"_"+wc++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(bd.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&bd.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(bd,"$1"+e):b.jsonp!==!1&&(b.url+=(xc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,ad.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||z;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var cd=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&cd)return cd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=a.slice(h,a.length),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&n.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var dd=a.document.documentElement;function ed(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?(typeof e.getBoundingClientRect!==L&&(d=e.getBoundingClientRect()),c=ed(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"borderTopWidth",!0),c.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-n.css(d,"marginTop",!0),left:b.left-c.left-n.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||dd;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||dd})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return W(this,function(a,d,e){var f=ed(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Mb(l.pixelPosition,function(a,c){return c?(c=Kb(a,b),Ib.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return W(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var fd=a.jQuery,gd=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=gd),b&&a.jQuery===n&&(a.jQuery=fd),n},typeof b===L&&(a.jQuery=a.$=n),n});
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery.lazyload.1.7.2.min.js
*//*
* Lazy Load - jQuery plugin for lazy loading images
*
* Copyright (c) 2007-2012 Mika Tuupola
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* Project home:
* http://www.appelsiini.net/projects/lazyload
*
* Version: 1.7.2
*
*/
(function(a,b){$window=a(b),a.fn.lazyload=function(c){function f(){var b=0;d.each(function(){var c=a(this);if(e.skip_invisible&&!c.is(":visible"))return;if(!a.abovethetop(this,e)&&!a.leftofbegin(this,e))if(!a.belowthefold(this,e)&&!a.rightoffold(this,e))c.trigger("appear");else if(++b>e.failure_limit)return!1})}var d=this,e={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:b,data_attribute:"original",skip_invisible:!0,appear:null,load:null};return c&&(undefined!==c.failurelimit&&(c.failure_limit=c.failurelimit,delete c.failurelimit),undefined!==c.effectspeed&&(c.effect_speed=c.effectspeed,delete c.effectspeed),a.extend(e,c)),$container=e.container===undefined||e.container===b?$window:a(e.container),0===e.event.indexOf("scroll")&&$container.bind(e.event,function(a){return f()}),this.each(function(){var b=this,c=a(b);b.loaded=!1,c.one("appear",function(){if(!this.loaded){if(e.appear){var f=d.length;e.appear.call(b,f,e)}a("<img />").bind("load",function(){c.hide().attr("src",c.data(e.data_attribute))[e.effect](e.effect_speed),b.loaded=!0;var f=a.grep(d,function(a){return!a.loaded});d=a(f);if(e.load){var g=d.length;e.load.call(b,g,e)}}).attr("src",c.data(e.data_attribute))}}),0!==e.event.indexOf("scroll")&&c.bind(e.event,function(a){b.loaded||c.trigger("appear")})}),$window.bind("resize",function(a){f()}),f(),this},a.belowthefold=function(c,d){var e;return d.container===undefined||d.container===b?e=$window.height()+$window.scrollTop():e=$container.offset().top+$container.height(),e<=a(c).offset().top-d.threshold},a.rightoffold=function(c,d){var e;return d.container===undefined||d.container===b?e=$window.width()+$window.scrollLeft():e=$container.offset().left+$container.width(),e<=a(c).offset().left-d.threshold},a.abovethetop=function(c,d){var e;return d.container===undefined||d.container===b?e=$window.scrollTop():e=$container.offset().top,e>=a(c).offset().top+d.threshold+a(c).height()},a.leftofbegin=function(c,d){var e;return d.container===undefined||d.container===b?e=$window.scrollLeft():e=$container.offset().left,e>=a(c).offset().left+d.threshold+a(c).width()},a.inviewport=function(b,c){return!a.rightofscreen(b,c)&&!a.leftofscreen(b,c)&&!a.belowthefold(b,c)&&!a.abovethetop(b,c)},a.extend(a.expr[":"],{"below-the-fold":function(c){return a.belowthefold(c,{threshold:0,container:b})},"above-the-top":function(c){return!a.belowthefold(c,{threshold:0,container:b})},"right-of-screen":function(c){return a.rightoffold(c,{threshold:0,container:b})},"left-of-screen":function(c){return!a.rightoffold(c,{threshold:0,container:b})},"in-viewport":function(c){return!a.inviewport(c,{threshold:0,container:b})},"above-the-fold":function(c){return!a.belowthefold(c,{threshold:0,container:b})},"right-of-fold":function(c){return a.rightoffold(c,{threshold:0,container:b})},"left-of-fold":function(c){return!a.rightoffold(c,{threshold:0,container:b})}})})(jQuery,window)
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils markerclusterer_packed.js
*/eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(5(){7 d=32,f=33,g=34;5 j(a){8 5(b){3[a]=b}}5 k(a){8 5(){8 3[a]}}7 l;5 m(a,b,c){3.1f(m,13.12.22);3.b=a;3.a=[];3.m=[];3.$=[31,2X,2Y,35,3c];3.i=[];3.z=g;c=c||{};3.f=c.3b||37;3.V=c.1A||f;3.i=c.39||[];3.U=c.2V||3.O;3.T=c.2K||3.N;3.M=d;6(c.23!=25)3.M=c.23;3.p=g;6(c.21!=25)3.p=c.21;n(3);3.18(a);3.I=3.b.1t();7 e=3;13.12.1m.1x(3.b,"2M",5(){7 h=e.b.1P[e.b.1R()].1A,o=e.b.1t();6(!(o<0||o>h))6(e.I!=o){e.I=e.b.1t();e.k()}});13.12.1m.1x(3.b,"2U",5(){e.h()});b&&b.14&&3.B(b,g)}l=m.4;l.O="3E://13-12-3C-3B-3G.3M.3H/3I/3x/3l/3m/m";l.N="3k";l.1f=5(a,b){8 5(c){15(7 e 3g c.4)3.4[e]=c.4[e];8 3}.2D(a,[b])};l.1j=5(){6(!3.z){3.z=d;q(3)}};l.1k=5(){};5 n(a){6(!a.i.14)15(7 b=0,c;c=a.$[b];b++)a.i.16({1B:a.U+(b+1)+"."+a.T,1c:c,1l:c})}l.w=k("i");l.q=k("a");l.S=5(){8 3.a.14};l.H=5(){8 3.V||3.b.1P[3.b.1R()].1A};l.F=5(a,b){15(7 c=0,e=a.14,h=e;h!==0;){h=1y(h/10,10);c++}c=9.24(c,b);8{1e:e,1C:c}};l.Y=j("F");l.G=k("F");l.B=5(a,b){15(7 c=0,e;e=a[c];c++)t(3,e);b||3.h()};5 t(a,b){b.1g(g);b.18(f);b.r=g;b.2s&&13.12.1m.1x(b,"2t",5(){b.r=g;a.k();a.h()});a.a.16(b)}l.o=5(a,b){t(3,a);b||3.h()};5 u(a,b){7 c=-1;6(a.a.1n)c=a.a.1n(b);17 15(7 e=0,h;h=a.a[e];e++)6(h==b){c=e;27}6(c==-1)8 g;a.a.2z(c,1);b.1g(g);b.18(f);8 d}l.W=5(a,b){7 c=u(3,a);6(!b&&c){3.k();3.h();8 d}17 8 g};l.X=5(a,b){15(7 c=g,e=0,h;h=a[e];e++){h=u(3,h);c=c||h}6(!b&&c){3.k();3.h();8 d}};l.R=5(){8 3.m.14};l.1d=k("b");l.18=j("b");l.v=k("f");l.Z=j("f");l.u=5(a){7 b=3.1X(),c=1a 13.12.1F(a.1I().19(),a.1I().1i()),e=1a 13.12.1F(a.1J().19(),a.1J().1i());c=b.1v(c);c.x+=3.f;c.y-=3.f;e=b.1v(e);e.x-=3.f;e.y+=3.f;c=b.1Z(c);b=b.1Z(e);a.1f(c);a.1f(b);8 a};l.P=5(){3.k();3.a=[]};l.k=5(){15(7 a=0,b;b=3.m[a];a++)b.1p();15(a=0;b=3.a[a];a++){b.r=g;b.18(f);b.1g(g)}3.m=[]};l.h=5(){q(3)};5 q(a){6(a.z)15(7 b=a.u(1a 13.12.1z(a.b.1r().1J(),a.b.1r().1I())),c=0,e;e=a.a[c];c++)6(!e.r&&b.26(e.1b())){7 h=a;e=e;15(7 o=3h,r=f,x=0,p=2c 0;p=h.m[x];x++){7 i=p.1u();6(i){i=i;7 s=e.1b();6(!i||!s)i=0;17{7 y=(s.19()-i.19())*9.1q/1o,z=(s.1i()-i.1i())*9.1q/1o;i=9.1s(y/2)*9.1s(y/2)+9.2b(i.19()*9.1q/1o)*9.2b(s.19()*9.1q/1o)*9.1s(z/2)*9.1s(z/2);i=2h*2*9.2g(9.2a(i),9.2a(1-i))}6(i<o){o=i;r=p}}}6(r&&r.D.26(e.1b()))r.o(e);17{p=1a v(h);p.o(e);h.m.16(p)}}}5 v(a){3.j=a;3.b=a.1d();3.f=a.v();3.p=a.p;3.d=f;3.a=[];3.D=f;3.l=1a w(3,a.w(),a.v())}l=v.4;l.o=5(a){7 b;a:6(3.a.1n)b=3.a.1n(a)!=-1;17{b=0;15(7 c;c=3.a[b];b++)6(c==a){b=d;27 a}b=g}6(b)8 g;6(3.d){6(3.p){c=3.a.14+1;b=(3.d.19()*(c-1)+a.1b().19())/c;c=(3.d.1i()*(c-1)+a.1b().1i())/c;3.d=1a 13.12.1F(b,c);A(3)}}17{3.d=a.1b();A(3)}6(3.a.14==0){a.18(3.b);a.1g(d)}17 6(3.a.14==1){3.a[0].18(f);3.a[0].1g(g)}a.r=d;3.a.16(a);6(3.b.1t()>3.j.H())15(a=0;b=3.a[a];a++){b.18(3.b);b.1g(d)}17 6(3.a.14<2)B(3.l);17{b=3.j.G()(3.a,3.j.w().14);3.l.20(3.d);a=3.l;a.A=b;a.2i=b.1e;a.2e=b.1C;6(a.c)a.c.1Y=b.1e;b=9.2j(0,a.A.1C-1);b=9.24(a.i.14-1,b);b=a.i[b];a.L=b.1B;a.g=b.1c;a.n=b.1l;a.J=b.2d;a.e=b.2x;a.K=b.2k;a.C=b.2v;3.l.1W()}8 d};l.1r=5(){15(7 a=1a 13.12.1z(3.d,3.d),b=3.q(),c=0,e;e=b[c];c++)a.1f(e.1b());8 a};l.1p=5(){3.l.1p();3.a.14=0;2y 3.a};l.Q=5(){8 3.a.14};l.q=k("a");l.1u=k("d");5 A(a){a.D=a.j.u(1a 13.12.1z(a.d,a.d))}l.1d=k("b");5 w(a,b,c){a.j.1f(w,13.12.22);3.i=b;3.2B=c||0;3.t=a;3.d=f;3.b=a.1d();3.A=3.c=f;3.s=g;3.18(3.b)}l=w.4;l.1j=5(){3.c=1Q.2A("2u");6(3.s){3.c.1h.1M=C(3,D(3,3.d));3.c.1Y=3.A.1e}3.2n().2m.2l(3.c);7 a=3;13.12.1m.2o(3.c,"2p",5(){7 b=a.t.j;13.12.1m.2q(b,"2w",a.t);b.M&&a.b.2r(a.t.1r())})};5 D(a,b){7 c=a.1X().1v(b);c.x-=1y(a.n/2,10);c.y-=1y(a.g/2,10);8 c}l.1k=5(){6(3.s){7 a=D(3,3.d);3.c.1h.1D=a.y+"E";3.c.1h.1G=a.x+"E"}};5 B(a){6(a.c)a.c.1h.1N="2C";a.s=g}l.1W=5(){6(3.c){3.c.1h.1M=C(3,D(3,3.d));3.c.1h.1N=""}3.s=d};l.1p=5(){3.18(f)};l.1E=5(){6(3.c&&3.c.1O){B(3);3.c.1O.2f(3.c);3.c=f}};l.20=j("d");5 C(a,b){7 c=[];6(1Q.3r)c.16(\'3q:3p:3s.3t.3v(3u=3o,3n="\'+a.L+\'");\');17{c.16("1S-3i:1B("+a.L+");");c.16("1S-28:"+(a.C?a.C:"0 0")+";")}6(1H a.e==="3j"){1H a.e[0]==="1V"&&a.e[0]>0&&a.e[0]<a.g?c.16("1c:"+(a.g-a.e[0])+"E; 1U-1D:"+a.e[0]+"E;"):c.16("1c:"+a.g+"E; 1T-1c:"+a.g+"E;");1H a.e[1]==="1V"&&a.e[1]>0&&a.e[1]<a.n?c.16("1l:"+(a.n-a.e[1])+"E; 1U-1G:"+a.e[1]+"E;"):c.16("1l:"+a.n+"E; 1e-1K:1L;")}17 c.16("1c:"+a.g+"E; 1T-1c:"+a.g+"E; 1l:"+a.n+"E; 1e-1K:1L;");c.16("3w:3A; 1D:"+b.y+"E; 1G:"+b.x+"E; 3L:"+(a.J?a.J:"3F")+"; 28:3z; 1w-3y:"+(a.K?a.K:11)+"E; 1w-3D:3J,3K-3f; 1w-3e:2Q");8 c.2P("")}2O.2R=m;m.4.2S=m.4.o;m.4.2T=m.4.B;m.4.2N=m.4.P;m.4.2G=m.4.G;m.4.2F=m.4.v;m.4.2E=m.4.u;m.4.1d=m.4.1d;m.4.29=m.4.q;m.4.2H=m.4.H;m.4.2I=m.4.w;m.4.2L=m.4.R;m.4.2J=m.4.S;m.4.2W=m.4.h;m.4.38=m.4.W;m.4.3a=m.4.X;m.4.3d=m.4.k;m.4.36=m.4.Y;m.4.2Z=m.4.Z;m.4.1j=m.4.1j;m.4.1k=m.4.1k;v.4.1u=v.4.1u;v.4.30=v.4.Q;v.4.29=v.4.q;w.4.1j=w.4.1j;w.4.1k=w.4.1k;w.4.1E=w.4.1E})();',62,235,'|||this|prototype|function|if|var|return|Math|||||||||||||||||||||||||||||||px||||||||||||||||||||||||maps|google|length|for|push|else|setMap|lat|new|getPosition|height|getMap|text|extend|setVisible|style|lng|onAdd|draw|width|event|indexOf|180|remove|PI|getBounds|sin|getZoom|getCenter|fromLatLngToDivPixel|font|addListener|parseInt|LatLngBounds|maxZoom|url|index|top|onRemove|LatLng|left|typeof|getNorthEast|getSouthWest|align|center|cssText|display|parentNode|mapTypes|document|getMapTypeId|background|line|padding|number|show|getProjection|innerHTML|fromDivPixelToLatLng|setCenter|averageCenter|OverlayView|zoomOnClick|min|undefined|contains|break|position|getMarkers|sqrt|cos|void|textColor|aa|removeChild|atan2|6371|ca|max|textSize|appendChild|overlayImage|getPanes|addDomListener|click|trigger|fitBounds|draggable|dragend|DIV|backgroundPosition|clusterclick|anchor|delete|splice|createElement|ba|none|apply|getExtendedBounds|getGridSize|getCalculator|getMaxZoom|getStyles|getTotalMarkers|imageExtension|getTotalClusters|zoom_changed|clearMarkers|window|join|bold|MarkerClusterer|addMarker|addMarkers|idle|imagePath|redraw|56|66|setGridSize|getSize|53|true|null|false|78|setCalculator|60|removeMarker|styles|removeMarkers|gridSize|90|resetViewport|weight|serif|in|4E4|image|object|png|markerclusterer|images|src|scale|progid|filter|all|DXImageTransform|Microsoft|sizingMethod|AlphaImageLoader|cursor|trunk|size|absolute|pointer|library|utility|family|http|black|v3|com|svn|Arial|sans|color|googlecode'.split('|'),0,{}))
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils swfobject.js
*//*	SWFObject v2.2 <http://code.google.com/p/swfobject/> is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> */
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery-easing.js
*//*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
//alert(jQuery.easing.default);
return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
},
easeInQuad: function (x, t, b, c, d) {
return c*(t/=d)*t + b;
},
easeOutQuad: function (x, t, b, c, d) {
return -c *(t/=d)*(t-2) + b;
},
easeInOutQuad: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t + b;
return -c/2 * ((--t)*(t-2) - 1) + b;
},
easeInCubic: function (x, t, b, c, d) {
return c*(t/=d)*t*t + b;
},
easeOutCubic: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t + 1) + b;
},
easeInOutCubic: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
},
easeInQuart: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t + b;
},
easeOutQuart: function (x, t, b, c, d) {
return -c * ((t=t/d-1)*t*t*t - 1) + b;
},
easeInOutQuart: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
return -c/2 * ((t-=2)*t*t*t - 2) + b;
},
easeInQuint: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t*t + b;
},
easeOutQuint: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t*t*t + 1) + b;
},
easeInOutQuint: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
return c/2*((t-=2)*t*t*t*t + 2) + b;
},
easeInSine: function (x, t, b, c, d) {
return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
},
easeOutSine: function (x, t, b, c, d) {
return c * Math.sin(t/d * (Math.PI/2)) + b;
},
easeInOutSine: function (x, t, b, c, d) {
return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
},
easeInExpo: function (x, t, b, c, d) {
return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
},
easeOutExpo: function (x, t, b, c, d) {
return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
},
easeInOutExpo: function (x, t, b, c, d) {
if (t==0) return b;
if (t==d) return b+c;
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
},
easeInCirc: function (x, t, b, c, d) {
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
},
easeOutCirc: function (x, t, b, c, d) {
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
},
easeInOutCirc: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
},
easeInElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
easeOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
easeInOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
easeInBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
easeOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
easeInOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
easeInBounce: function (x, t, b, c, d) {
return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
},
easeOutBounce: function (x, t, b, c, d) {
if ((t/=d) < (1/2.75)) {
return c*(7.5625*t*t) + b;
} else if (t < (2/2.75)) {
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t < (2.5/2.75)) {
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
easeInOutBounce: function (x, t, b, c, d) {
if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
}
});
/*
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquerytmpl.js
*//*
* jQuery Templates Plugin 1.0.0pre
* http://github.com/jquery/jquery-tmpl
* Requires jQuery 1.4.2
*
* Copyright 2011, Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*/
(function(a){var r=a.fn.domManip,d="_tmplitem",q=/^[^<]*(<[\w\W]+>)[^>]*$|\{\{\! /,b={},f={},e,p={key:0,data:{}},i=0,c=0,l=[];function g(g,d,h,e){var c={data:e||(e===0||e===false)?e:d?d.data:{},_wrap:d?d._wrap:null,tmpl:null,parent:d||null,nodes:[],calls:u,nest:w,wrap:x,html:v,update:t};g&&a.extend(c,g,{nodes:[],parent:d});if(h){c.tmpl=h;c._ctnt=c._ctnt||c.tmpl(a,c);c.key=++i;(l.length?f:b)[i]=c}return c}a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(f,d){a.fn[f]=function(n){var g=[],i=a(n),k,h,m,l,j=this.length===1&&this[0].parentNode;e=b||{};if(j&&j.nodeType===11&&j.childNodes.length===1&&i.length===1){i[d](this[0]);g=this}else{for(h=0,m=i.length;h<m;h++){c=h;k=(h>0?this.clone(true):this).get();a(i[h])[d](k);g=g.concat(k)}c=0;g=this.pushStack(g,f,i.selector)}l=e;e=null;a.tmpl.complete(l);return g}});a.fn.extend({tmpl:function(d,c,b){return a.tmpl(this[0],d,c,b)},tmplItem:function(){return a.tmplItem(this[0])},template:function(b){return a.template(b,this[0])},domManip:function(d,m,k){if(d[0]&&a.isArray(d[0])){var g=a.makeArray(arguments),h=d[0],j=h.length,i=0,f;while(i<j&&!(f=a.data(h[i++],"tmplItem")));if(f&&c)g[2]=function(b){a.tmpl.afterManip(this,b,k)};r.apply(this,g)}else r.apply(this,arguments);c=0;!e&&a.tmpl.complete(b);return this}});a.extend({tmpl:function(d,h,e,c){var i,k=!c;if(k){c=p;d=a.template[d]||a.template(null,d);f={}}else if(!d){d=c.tmpl;b[c.key]=c;c.nodes=[];c.wrapped&&n(c,c.wrapped);return a(j(c,null,c.tmpl(a,c)))}if(!d)return[];if(typeof h==="function")h=h.call(c||{});e&&e.wrapped&&n(e,e.wrapped);i=a.isArray(h)?a.map(h,function(a){return a?g(e,c,d,a):null}):[g(e,c,d,h)];return k?a(j(c,null,i)):i},tmplItem:function(b){var c;if(b instanceof a)b=b[0];while(b&&b.nodeType===1&&!(c=a.data(b,"tmplItem"))&&(b=b.parentNode));return c||p},template:function(c,b){if(b){if(typeof b==="string")b=o(b);else if(b instanceof a)b=b[0]||{};if(b.nodeType)b=a.data(b,"tmpl")||a.data(b,"tmpl",o(b.innerHTML));return typeof c==="string"?(a.template[c]=b):b}return c?typeof c!=="string"?a.template(null,c):a.template[c]||a.template(null,q.test(c)?c:a(c)):null},encode:function(a){return(""+a).split("<").join("&lt;").split(">").join("&gt;").split('"').join("&#34;").split("'").join("&#39;")}});a.extend(a.tmpl,{tag:{tmpl:{_default:{$2:"null"},open:"if($notnull_1){__=__.concat($item.nest($1,$2));}"},wrap:{_default:{$2:"null"},open:"$item.calls(__,$1,$2);__=[];",close:"call=$item.calls();__=call._.concat($item.wrap(call,__));"},each:{_default:{$2:"$index, $value"},open:"if($notnull_1){$.each($1a,function($2){with(this){",close:"}});}"},"if":{open:"if(($notnull_1) && $1a){",close:"}"},"else":{_default:{$1:"true"},open:"}else if(($notnull_1) && $1a){"},html:{open:"if($notnull_1){__.push($1a);}"},"=":{_default:{$1:"$data"},open:"if($notnull_1){__.push($.encode($1a));}"},"!":{open:""}},complete:function(){b={}},afterManip:function(f,b,d){var e=b.nodeType===11?a.makeArray(b.childNodes):b.nodeType===1?[b]:[];d.call(f,b);m(e);c++}});function j(e,g,f){var b,c=f?a.map(f,function(a){return typeof a==="string"?e.key?a.replace(/(<\w+)(?=[\s>])(?![^>]*_tmplitem)([^>]*)/g,"$1 "+d+'="'+e.key+'" $2'):a:j(a,e,a._ctnt)}):e;if(g)return c;c=c.join("");c.replace(/^\s*([^<\s][^<]*)?(<[\w\W]+>)([^>]*[^>\s])?\s*$/,function(f,c,e,d){b=a(e).get();m(b);if(c)b=k(c).concat(b);if(d)b=b.concat(k(d))});return b?b:k(c)}function k(c){var b=document.createElement("div");b.innerHTML=c;return a.makeArray(b.childNodes)}function o(b){return new Function("jQuery","$item","var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('"+a.trim(b).replace(/([\\'])/g,"\\$1").replace(/[\r\t\n]/g," ").replace(/\$\{([^\}]*)\}/g,"{{= $1}}").replace(/\{\{(\/?)(\w+|.)(?:\(((?:[^\}]|\}(?!\}))*?)?\))?(?:\s+(.*?)?)?(\(((?:[^\}]|\}(?!\}))*?)\))?\s*\}\}/g,function(m,l,k,g,b,c,d){var j=a.tmpl.tag[k],i,e,f;if(!j)throw"Unknown template tag: "+k;i=j._default||[];if(c&&!/\w$/.test(b)){b+=c;c=""}if(b){b=h(b);d=d?","+h(d)+")":c?")":"";e=c?b.indexOf(".")>-1?b+h(c):"("+b+").call($item"+d:b;f=c?e:"(typeof("+b+")==='function'?("+b+").call($item):("+b+"))"}else f=e=i.$1||"null";g=h(g);return"');"+j[l?"close":"open"].split("$notnull_1").join(b?"typeof("+b+")!=='undefined' && ("+b+")!=null":"true").split("$1a").join(f).split("$1").join(e).split("$2").join(g||i.$2||"")+"__.push('"})+"');}return __;")}function n(c,b){c._wrap=j(c,true,a.isArray(b)?b:[q.test(b)?b:a(b).html()]).join("")}function h(a){return a?a.replace(/\\'/g,"'").replace(/\\\\/g,"\\"):null}function s(b){var a=document.createElement("div");a.appendChild(b.cloneNode(true));return a.innerHTML}function m(o){var n="_"+c,k,j,l={},e,p,h;for(e=0,p=o.length;e<p;e++){if((k=o[e]).nodeType!==1)continue;j=k.getElementsByTagName("*");for(h=j.length-1;h>=0;h--)m(j[h]);m(k)}function m(j){var p,h=j,k,e,m;if(m=j.getAttribute(d)){while(h.parentNode&&(h=h.parentNode).nodeType===1&&!(p=h.getAttribute(d)));if(p!==m){h=h.parentNode?h.nodeType===11?0:h.getAttribute(d)||0:0;if(!(e=b[m])){e=f[m];e=g(e,b[h]||f[h]);e.key=++i;b[i]=e}c&&o(m)}j.removeAttribute(d)}else if(c&&(e=a.data(j,"tmplItem"))){o(e.key);b[e.key]=e;h=a.data(j.parentNode,"tmplItem");h=h?h.key:0}if(e){k=e;while(k&&k.key!=h){k.nodes.push(j);k=k.parent}delete e._ctnt;delete e._wrap;a.data(j,"tmplItem",e)}function o(a){a=a+n;e=l[a]=l[a]||g(e,b[e.parent.key+n]||e.parent)}}}function u(a,d,c,b){if(!a)return l.pop();l.push({_:a,tmpl:d,item:this,data:c,options:b})}function w(d,c,b){return a.tmpl(a.template(d),c,b,this)}function x(b,d){var c=b.options||{};c.wrapped=d;return a.tmpl(a.template(b.tmpl),b.data,c,b.item)}function v(d,c){var b=this._wrap;return a.map(a(a.isArray(b)?b.join(""):b).filter(d||"*"),function(a){return c?a.innerText||a.textContent:a.outerHTML||s(a)})}function t(){var b=this.nodes;a.tmpl(null,null,null,this).insertBefore(b[0]);a(b).remove()}})(jQuery);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno tns spring.js
*/var spring_site="test";var _cy_="undefined";if(!this.spring){var spring=function(){var F=_cy_;var D=spring_site;var O="tns-cs.net";var C=typeof spring_ms!=F?spring_ms:2048;var G=typeof spring_debug!=F?spring_debug:null;var E={"+":"%2B",",":"%2C",";":"%3B","=":"%3D","~":"%7E"};var K={};var N=null;var J={};function B(){if("https"==document.location.href.slice(0,5)){return"https://ssl-"}return"http://"}function P(S,Q){if(!Q){Q=S;S={r:document.referrer};J=Q}var R=Q.s?Q.s:S.s;if(!R){R=Q.site?Q.site:(S.site?S.site:D)}if(!K[R]){K[R]=[]}K[R].push([S,Q]);N=1;return this}function M(U){if(!N){P({})}var S;for(s in K){var T=K[s];while(T.length>0){var R=",",Q=[];while(T.length>0){R=R+A(I(T.shift(),Q),Q);if(R.length>C){break}if(T.length>0){R+="+"}}S=L(R+";",s,U)}}K={};return S}function L(T,R,U){var S=B()+(R?R:D)+"."+O+"/j0="+T;var Q=S+"?lt="+(new Date()).getTime().toString(36)+"&x="+screen.width+"x"+screen.height+"x"+screen.colorDepth;if(!U){(new Image()).src=Q}else{if(U==1){document.write('<img src="'+Q+'"" width="1" height=""1">')}}if(G){alert(Q)}return S}function A(Q,R){for(i in R){if(R[i]==Q){return"~"+i}}R.push(Q);return Q}function I(T,V){var R,U,S,Q,W=/[+&,;=~]/g,X;if(!V){V=[]}switch(typeof T){case"string":return W.test(T)?escape(T).replace(W,function(Y){var Z=E[Y];if(Z){return Z}return Y}):escape(T);case"number":return isFinite(T)?String(T):"null";case"boolean":case"null":return String(T);case"object":if(!T){return"null"}R=[];if(typeof T.length==="number"&&!(T.propertyIsEnumerable("length"))){Q=T.length;for(U=0;U<Q;U+=1){R.push(A(I(T[U],V),V)||"null")}return","+R.join("+")+";"}for(S in T){if(typeof S==="string"){if(S!="site"){X=I(T[S],V);if(X){R.push(A(I(S,V)+"="+X,V))}}}}return","+R.join("+")+";"}return""}function H(R,Q,S){P(R,Q);return M(S)}return{a:P,add:P,c:H,commit:H}}()};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno tns unispring.js
*/if(!this.unispring){this.unispring=function(){var do_dt=true,c="undefined",f="1.7.1",v="test",l="tns-cs.net",d=typeof unispring_ms!=c?unispring_ms:2048,q=typeof unispring_debug!=c?unispring_debug:null,g=encodeURIComponent,p="site",n="s",t={},w=null,k,x;function m(){if("https"==document.location.href.slice(0,5)){return"https://ssl-"}return"http://"}function r(A,e){if(!e){if(!A){return k}e=A;A={r:document.referrer}}k=[A,e];var z=e[n]?e[n]:A[n];if(!z){z=e[p]?e[p]:(A[p]?A[p]:v)}if(!t[z]){t[z]=[]}t[z].push([A,e]);w=1;return k}function i(z,E){if(!w){r({})}var C,B,D,A,e;for(B in t){if(t.hasOwnProperty(B)){D=t[B];while(D.length>0){A=",",e=[];while(D.length>0){A=A+s(y(D.shift(),e),e);if(A.length>d){break}if(D.length>0){A+="+"}}C=b(z,A+";",B,E)}}}t={};return C}function b(A,E,B,F,D,C,z){C=m()+(B?B:v)+"."+l;D=C+"/j0="+E,u=D+"?lt="+(new Date()).getTime().toString(36)+"&x="+screen.width+"x"+screen.height+"x"+screen.colorDepth+h();var tpp=document.getElementById('unispring-tp');var ctp=function(src){var tp=document.createElement('img');tp.id='unispring-tp';tp.src=src;tp.width=1;tp.height=1;return tp};if(!F||F==1){if(tpp){tpp.parentNode.replaceChild(ctp(u),tpp)}else{document.body.appendChild(ctp(u))}}else{if(F==2){(new Image()).src=u}}if(q){alert(u)}return D}function h(){var a_id='i00';var st=document.cookie.indexOf(a_id+"=");if(st!=-1){st=st+(a_id.length+1);var end=document.cookie.indexOf(';',st);if(end==-1){end=document.cookie.length}return"&c="+document.cookie.substring(st,end)}else{var A="0000";var val=A+Math.ceil((new Date()).getTime()/1000).toString(16)+(32768|Math.random()*65535).toString(16)+A;var date=new Date();date.setTime(date.getTime()+(63072000000*5));var expires="; expires="+date.toGMTString();var di=new String(document.domain).split(".");di.reverse();var d='.'+di[1]+'.'+di[0];document.cookie=a_id+"="+val+expires+"; path=/; domain="+d}return''}function s(e,A){for(var z=0;z<A.length;z+=1){if(A[z]==e){return"~"+z}}A.push(e);return e}function y(B,D){var z,C,A,e,E;if(!D){D=[]}switch(typeof B){case"string":return g(B);case"number":return isFinite(B)?String(B):"null";case"boolean":case"null":return String(B);case"object":if(!B){return"null"}z=[];if(typeof B.length==="number"&&!(B.propertyIsEnumerable("length"))){e=B.length;for(C=0;C<e;C+=1){z.push(s(y(B[C],D),D)||"null")}return","+z.join("+")+";"}for(A in B){if(typeof A==="string"){if(A!=p&&A!=n){E=y(B[A],D);if(E){z.push(s(y(A,D)+"="+E,D))}}}}return","+z.join("+")+";"}return""}function j(z,e,A){if(z.hasOwnProperty('cp')&&do_dt){z=U(z)}else if(e.hasOwnProperty('cp')&&do_dt){e=U(e)}r(z,e);return i(!this.ns,A)}function U(C){var mob=0;var ua=navigator.userAgent;if(C.hasOwnProperty('dt')){C.dt=(C.dt).toLowerCase();if(!(C.dt=='desktop')){C.cp=C.dt+'/'+C.cp}}else{if(/Android|Windows|iPad/i.test(ua)){if((/Android/i.test(ua)&&/mobile|Opera\sMobi/i.test(ua))||(/Windows/i.test(ua)&&/[Pp]hone|[Mm]obile/.test(ua))){mob=1}else if(/Android|iPad/i.test(ua)){mob=2}}else if(!/Macintosh|Solaris|BSD|Linux|PLAYSTATION|Nintendo\sWii|Xbox/i.test(ua)){mob=1}C.cp=mob===1?'mobile/'+C.cp:C.cp}return C}function dt(C){do_dt=C}function o(){while(unispringq.length>0){var e=unispringq.shift();if(e[1]){r(e[0],e[1])}else{if(e.hasOwnProperty('cp')&&do_dt){e=U(e)}r(e,false)}}i(!this.ns,2);setTimeout("unispring.p()",50)}return{a:r,add:r,c:j,commit:j,p:o}}();if(this.unispringq){unispring.p()}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno audiencescience audiencescience.js
*/var segQS = "";
(function() {
var rsi_segs = [];
var segs_beg=document.cookie.indexOf('rsi_segs=');
if(segs_beg>=0){
segs_beg=document.cookie.indexOf('=',segs_beg)+1;
if(segs_beg>0){
var segs_end=document.cookie.indexOf(';',segs_beg);
if(segs_end==-1)segs_end=document.cookie.length;
rsi_segs=document.cookie.substring(segs_beg,segs_end).split('|');
}
}
var segLen=20;
if (rsi_segs.length<segLen){segLen=rsi_segs.length}
for (var i=0;i<segLen;i++){
segQS+=(rsi_segs[i]+"+");
}
}());
if (segQS != "+" && segQS != "") {
document.write('<scr'+'ipt type="text/javascript" src="http://adserver.adtech.de/bind?ckey1=wtbt;cvalue1='+segQS+';expiresDays=14;adct=text/html;misc=123"></scr'+'ipt>');
}
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils webtoolkit-base64.js
*/var Base64 = {
_keyStr : "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
encode : function (input) {
var output = "";
var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
var i = 0;
input = Base64._utf8_encode(input);
while (i < input.length) {
chr1 = input.charCodeAt(i++);
chr2 = input.charCodeAt(i++);
chr3 = input.charCodeAt(i++);
enc1 = chr1 >> 2;
enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
enc4 = chr3 & 63;
if (isNaN(chr2)) {
enc3 = enc4 = 64;
} else if (isNaN(chr3)) {
enc4 = 64;
}
output = output +
this._keyStr.charAt(enc1) + this._keyStr.charAt(enc2) +
this._keyStr.charAt(enc3) + this._keyStr.charAt(enc4);
}
return output;
},
decode : function (input) {
var output = "";
var chr1, chr2, chr3;
var enc1, enc2, enc3, enc4;
var i = 0;
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
while (i < input.length) {
enc1 = this._keyStr.indexOf(input.charAt(i++));
enc2 = this._keyStr.indexOf(input.charAt(i++));
enc3 = this._keyStr.indexOf(input.charAt(i++));
enc4 = this._keyStr.indexOf(input.charAt(i++));
chr1 = (enc1 << 2) | (enc2 >> 4);
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
chr3 = ((enc3 & 3) << 6) | enc4;
output = output + String.fromCharCode(chr1);
if (enc3 !== 64) {
output = output + String.fromCharCode(chr2);
}
if (enc4 !== 64) {
output = output + String.fromCharCode(chr3);
}
}
output = Base64._utf8_decode(output);
return output;
},
_utf8_encode : function (string) {
string = string.replace(/\r\n/g,"\n");
var utftext = "";
var n;
for (n = 0; n < string.length; n++) {
var c = string.charCodeAt(n);
if (c < 128) {
utftext += String.fromCharCode(c);
}
else if((c > 127) && (c < 2048)) {
utftext += String.fromCharCode((c >> 6) | 192);
utftext += String.fromCharCode((c & 63) | 128);
}
else {
utftext += String.fromCharCode((c >> 12) | 224);
utftext += String.fromCharCode(((c >> 6) & 63) | 128);
utftext += String.fromCharCode((c & 63) | 128);
}
}
return utftext;
},
_utf8_decode : function (utftext) {
var string = "";
var i = 0;
var c = 0, /*c1 = 0,*/ c2 = 0, c3 = 0;
while ( i < utftext.length ) {
c = utftext.charCodeAt(i);
if (c < 128) {
string += String.fromCharCode(c);
i++;
}
else if((c > 191) && (c < 224)) {
c2 = utftext.charCodeAt(i+1);
string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
i += 2;
}
else {
c2 = utftext.charCodeAt(i+1);
c3 = utftext.charCodeAt(i+2);
string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
i += 3;
}
}
return string;
}
};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno tns tns-responsive.js
*/function tns_setdxmsr(value){var cn="dx_msr";try{if(!localStorage.getItem(cn)){localStorage.setItem(cn,value)}}catch(e){}var date=new Date();date.setTime(date.getTime()+(730*24*60*60*1000));var expires="; expires="+date.toGMTString();var dprts=new String(document.domain).split(".");dprts.reverse();var dom='.'+dprts[1]+'.'+dprts[0];document.cookie=cn+"="+value+expires+"; path=/; domain="+dom}function tns_getdxmsr(){var cn="dx_msr";var found=0;var ret=0;try{if(localStorage.getItem(cn)){ret=localStorage.getItem(cn);found=1}}catch(e){}if(!found){if(document.cookie.length>0){ret=tns_getCookieValue(cn);if(ret)tns_setdxmsr(ret)}}return ret}function tns_getCookieValue(cn){c_start=document.cookie.indexOf(cn+"=");if(c_start!=-1){c_start=c_start+cn.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1)c_end=document.cookie.length;return document.cookie.substring(c_start,c_end)}return false}function dxMsr(dxCpid,dxSession,dxCategory,dxContentId,dxName,dxType,dxRef){if(typeof dxCpid=="undefined")alert('dxCpid is not defined.');if(typeof dxRef=="undefined")dxRef="";if(typeof dxSession=="undefined")dxSession="";if(typeof dxCategory=="undefined")dxCategory="";if(typeof dxContentId=="undefined")dxContentId="";if(typeof dxName=="undefined")dxName="";if(typeof dxType=="undefined")dxType="";var dxEuid=0;var dxProtoc="http://";var dxEuidQ="fresh";var dxDest="bh.mobiletech.no/tns/img";var user=tns_getdxmsr();if(!user){dxEuid=new Date().getTime()+''+(Math.floor((999-100)*Math.random())+100);tns_setdxmsr(dxEuid);if(tns_getdxmsr()!=dxEuid){dxEuidQ="none"}}else{dxEuid=user;dxEuidQ="returning"}if(document.images){dxmsrimg=new Image();dxmsrimg.src=dxProtoc+dxDest+"?cpid="+dxCpid+"&euid="+dxEuid+"&euidq="+dxEuidQ+"&REF="+encodeURIComponent(dxRef)+"&session="+escape(dxSession)+"&category="+encodeURIComponent(dxCategory)+"&id="+escape(dxContentId)+"&name="+encodeURIComponent(dxName)+"&type="+escape(dxType)+"&seed="+new Date().getTime()}else{document.write("<img src=\""+dxProtoc+dxDest+"?cpid="+dxCpid+"&euid="+dxEuid+"&euidq="+dxEuidQ+"&REF="+encodeURIComponent(dxRef)+"&session="+escape(dxSession)+"&category="+encodeURIComponent(dxCategory)+"&id="+escape(dxContentId)+"&name="+encodeURIComponent(dxName)+"&type="+escape(dxType)+"&seed="+new Date().getTime()+"\"/>")}}
;/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core mno.js
*/
(function(){var a;
function b(f){var g=f.split("."),d=mno,c;if(g[0]==="mno"){g=g.slice(1);
}for(c=0;c<g.length;c++){if(typeof d[g[c]]==="undefined"){d[g[c]]={};}d=d[g[c]];
}return d;}a={$document:$(document),$window:$(window),$body:$("body"),states:{domReady:false,windowLoad:false},namespace:b};
if(typeof mno==="undefined"){window.mno=a;}else{window.mno=$.extend(mno,a);
}}());mno.$window.bind("load",function(){mno.states.windowLoad=true;});
$.extend(mno,{callbacks:{}});
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core core.js
*/
mno.namespace("core");
mno.core=(function(){var g=function(){},v={},z={},p={},i=jQuery,d=parseInt(Math.random()*100,10)===5;
function y(B){return(B!==undefined)?(v[B]||false):v;}function A(F){var C=mno.sandbox.create(F,{extendWith:function(K,I){var H=I||g,J=this;
F.extend.push(K);k(F,function(){this.sandbox=J;H.call(this);});}}),G,B;
try{B=F.creator.call(F.controller,C)||{};}catch(E){mno.core.log(3,"Widget's creator method crashed: "+e.message);
mno.core.log(2,moduleId);B={};}B.sandbox=C;if(!p.logs&&d){for(var D in B){if(B.hasOwnProperty(D)&&typeof B[D]==="function"){G=B[D];
B[D]=(function(I,J){return function H(){try{return J.apply(this,arguments);
}catch(K){mno.core.log(1,I+"(): "+K.message);return false;}};}(D,G));}}}return i.extend(true,F.controller,B);
}function f(E){var D=E.require.length===0,B=E.extend.length===0;function C(){if(D&&B){i.extend(true,E.controller,A(E));
E.resolve(E);}}if(E instanceof mno.Module){if(typeof E.controller==="undefined"){E.controller={};
E.instances=E.instances||{};if(!D||!B){if(!D){x(E,function(){D=true;C();
});}if(!B){k(E,function(){B=true;C();});}}else{C();}}return E;}else{mno.core.log(3,"Passed parameter is not an [mno.Module]");
return new mno.Module();}}function j(C){var D=v[C];function B(){try{mno.core.log(1,"widget started: "+C,C,{event:"init",method:"begin"});
D.controller.init.call(D.controller);D.controller.sandbox.container.addClass("instantiated");
mno.core.log(1,"widget init method end: "+C,C,{event:"init",method:"end"});
mno.event.triggerEvent({type:C+"-init",data:true});mno.event.triggerEvent({type:"widget-init",data:C});
}catch(E){mno.core.log(3,"This error does not affect the other js! Error: failed while running widget: "+C+" width error: "+E);
if(E.stack){mno.core.log(3,E.stack);}}}if(typeof D!=="undefined"){if(typeof D.controller!=="object"){f(D);
mno.core.log(2,C+" controller is not created. Creating controller");}D.then(B);
}else{mno.core.log(3,"This error does not affect the other js! widgetId: "+C+" does not exist!!");
}}function s(B){if(typeof v[B]==="undefined"){return 0;}else{if(typeof v[B].instances==="undefined"){return 1;
}else{return 2;}}}function x(G,B){var D=G.require.length;function C(H){D--;
mno.core.log(1,G.id+" resolved dependecy "+H,G.id,{event:"require/"+H,data:H,method:"end"});
F();}function F(){if(D===0){B();}}while(G.require[0]){var E=G.require.pop();
mno.core.log(1,G.id+" requires "+E,G.id,{event:"require/"+E,method:"begin",data:E});
(function(H){a(H,function(){C(H);});}(E));}}function k(G,C){var D=G.extend.length,E,F;
function B(H){D--;if(v.hasOwnProperty(H)){i.extend(true,G.controller,A(v[H]));
}else{mno.core.log(3,'module "'+G.id+'" tries to extend "'+H+'", which is not a registered module!');
}mno.core.log(1,G.id+" finished extending "+H,G.id,{data:H,event:"extend/"+H,method:"end"});
if(D===0){C.call(G.controller);}}while(G.extend[0]){E=G.extend.pop();mno.core.log(1,G.id+" extends "+E,G.id,{data:E,event:"extend/"+E,method:"begin"});
F=s(E);if(F===2){(function(H){v[H].then(function(){B(H);});}(E));}else{if(F===1){(function(H){f(v[H]).then(function(){B(H);
});}(E));}else{if(F===0){(function(H){a(H,function(){f(v[H]).then(function(){B(H);
});});}(E));}}}}}function t(B,C){var E,D;if(typeof(B)!=="string"){return mno.core.log(2,"We are not using the mno.core.debug method correctly. First param is expected to be a sting, the debug flag name");
}else{E=B.toLowerCase();if(typeof C==="undefined"){D=p[E];return !!(D!=undefined&&D!=false&&D!=="false");
}else{return p[E]=C;}}}function c(B){if(!v.hasOwnProperty(B.id)){mno.core.log(1,"Register widget "+B.id);
v[B.id]=new mno.Module();i.extend(v[B.id],B);}}function q(D,B){var C={},F;
mno.core.log(1,"Map model","core",{event:"mapModel",method:"begin"});for(var E in D){if(D.hasOwnProperty(E)){F=D[E].type;
C[F]=C[F]||{};C[F][E]=D[E];}}mno.core.log(0,"Map model","core",{event:"mapModel",method:"end"});
B(C);}function h(C){var D=C!==undefined;C=C||mno.model;function B(F,E){v[F].instances=i.extend(true,{},v[F].instances||{},E);
f(v[F]).then(function(){j(F);});}q(C.widget,function(H){var E={},G="",F;
mno.core.log(1,"begin create instances","core",{event:"createInstances",method:"begin"});
for(F in H){if(H.hasOwnProperty(F)){if(v.hasOwnProperty(F)){B(F,H[F]);}else{if(D===true){E[F]=E[F]||{instances:{}};
E[F].instances=i.extend({},E[F].instances,H[F]);}}}}mno.core.log(1,"end create instances","core",{event:"createInstances",method:"end"});
if(D===true&&!i.isEmptyObject(E)){for(F in E){if(E.hasOwnProperty(F)){G+=F.replace(/\./g,"/").replace(/widget/,"widgets")+";";
}}if(G!==""){mno.io.getCSS(mno.publication.url+"?service=css&widgets="+G+"&v="+mno.publication.sectionProperties.cssVersion+"&publication="+mno.publication.name+"&r="+mno.publication.sectionProperties.buildRevision);
mno.io.getScript({url:mno.publication.url+"?service=js&pure=true&widgets="+G+"&v="+mno.publication.sectionProperties.cssVersion+"&publication="+mno.publication.name+"&r="+mno.publication.sectionProperties.buildRevision,callback:function(){for(var I in E){if(E.hasOwnProperty(I)&&v.hasOwnProperty(I)){B(I,E[I].instances);
}}}});}}});}function n(B,C){if(t("panel")!==false&&mno.debug){mno.debug.log.apply(null,arguments);
return false;}if(B===0){return false;}if(typeof B==="string"){C=B;B=1;mno.core.log(2,"Wrong usage of mno.core.log");
}if((t("log")||B>1)&&typeof console==="object"){var D=(B===1)?"log":(B===2)?"warn":"error";
if(typeof console[D]==="function"){console[D](C);}if(B===3&&typeof console.trace==="function"){console.trace();
}}return true;}function u(C,D){if(i.isPlainObject(D)&&D.type&&C){z[D.type]=z[D.type]||{};
var B={};B[C]=D.data;i.extend(true,z[D.type],B);}else{mno.core.log(1,D+"not an valid data object: "+C);
}}function o(C){if(z.hasOwnProperty(C)){var B={},D;for(D in z[C]){if(z[C].hasOwnProperty(D)){if(typeof z[C][D]==="function"){B[D]=z[C][D]();
}else{B[D]=z[C][D];}}}return B;}else{return false;}}function b(C,B){function E(F){var G={};
return function H(){if(F===0){if(G.hasOwnProperty(arguments[F])===false){G[arguments[F]]=C.apply(B,arguments);
}return G[arguments[F]];}else{if(G.hasOwnProperty(arguments[F])===false){G[arguments[F]]=E(F-1);
}return G[arguments[F]].apply(this,arguments);}};}var D=C.arity||C.length;
return E(D-1);}var a=(function(){var B={};return function(D,F){var E=D;
if(D.indexOf("/")===-1){E=(E.replace(/\./g,"/")+".js").replace("widget/","widgets/");
if(!E.match(/^http/)){E+=(E.indexOf("?")!==-1?"&":"?")+"r="+mno.revision;
}}mno.utils=mno.utils||{};function C(H){for(var G=0;B[H][G];G++){B[H][G]();
}B[H]=true;}if(E.indexOf("mno/utils")!==-1&&typeof mno.utils[(E.replace("mno/utils/","")).replace(/\.js.*$/,"")]!=="undefined"){F();
return;}if(B[E]===true){F();return;}if(typeof v[D]==="undefined"){if(typeof B[E]==="undefined"){B[E]=[];
mno.core.log(1,"Downloading : "+D,D,{event:"download",method:"begin"});
mno.io.getScript({url:"/resources/js/"+E,callback:function(G){mno.core.log(1,"Download finished : "+D,D,{event:"download",method:"end"});
B[E].push(F);C(E);}});}else{mno.core.log(1,"Download for "+D+" is already required by another widget. Waiting for download to finish");
B[E].push(F);}}else{F();}};}());var l=(function(){var B=[];function D(G){if(G.source===window&&G.data==="zero-timeout-message"){G.stopPropagation();
mno.core.log(0,"Next tick","core",{event:"nextTick"});if(B.length>0){var F=B.shift();
F();}}}if(window.postMessage&&window.addEventListener){window.addEventListener("message",D,true);
return function E(F){B.push(F);window.postMessage("zero-timeout-message","*");
};}else{return function C(F){setTimeout(function(){F();},0);};}})();function w(){mno.core.log(2,"mno.core.test is deprecated, please consult the documentation (see mno.test.*)");
}mno.$window.load(function(){if((t("test")||t("tests"))&&(typeof QUnit!=="undefined")){QUnit.start();
}else{mno.test.cleanup();}});return{debug:t,test:w,register:c,start:j,log:n,storeData:u,getData:o,jsonP:{},startAllOnCurrentPage:h,memoize:b,getModuleData:y,downloadModule:a,nextTick:l};
}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core event.js
*/
mno.namespace("event");
mno.event=(function mnoEvent(){var b={},a={};function d(g,l){var k,o,h,n;
if($.isPlainObject(g)&&l){for(k in g){if(g.hasOwnProperty(k)){h=false;n=g[k];
if((o=k.indexOf("."))>0){h=k.substr(o+1);k=k.substr(0,o);}b[k]=b[k]||{};
b[k][l]=b[k][l]||[];if(h===false){b[k][l].push(n);}else{if(typeof h==="string"){b[k][l][h]=n;
}}if(a.hasOwnProperty(k)){for(var j=0;a[k][j];j++){g[k](a[k][j]);}}}}}else{mno.core.log(2,g+"not an object: "+l);
}}function f(q){var i={persistent:true,onlyLast:true},l=false,k,h,o,n,g;
if(typeof q.options!=="undefined"){for(var p in q.options){if(q.options.hasOwnProperty(p)){i[p]=q.options[p];
}}}if(typeof b[q.type]!=="undefined"){k=b[q.type];for(h in k){if(typeof k[h]!=="undefined"){o=k[h];
for(n in o){if(o.hasOwnProperty(n)){g=o[n];if(typeof g==="function"){try{g(q.data);
}catch(j){mno.core.log(3,"Event handler crashed"+(j.message?(": "+j.message):""));
}l=true;}}}}}}if(i.persistent===true){if(i.onlyLast===true){a[q.type]=[];
}else{a[q.type]=a[q.type]||[];}a[q.type].push(q.data);}}function c(h,k){var l,g,j,i=false;
h=$.isArray(h)?h:[h];for(g in h){if(h.hasOwnProperty(g)){j=h[g];if((l=j.indexOf("."))>0){i=j.substr(l+1);
j=j.substr(0,l);}if(b[j]!==undefined&&b[j][k]!==undefined){if(i===false){b[j][k]=undefined;
}else{if(b[j][k][i]!==undefined){b[j][k][i]=undefined;}}}}}}$(function(){mno.test.schedule("mno.core.test.event");
});return{events:b,registerEvents:d,triggerEvent:f,removeEvents:c};})();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core io.js
*/
mno.namespace("io");
mno.io=(function(){var b={},f=1;function d(g){if(g.indexOf("mno/utils")===-1){return"/?service=js&pure=true&widgets="+g.replace(".js","")+"&v="+mno.publication.sectionProperties.cssVersion+"&publication="+mno.publication.name+"&r="+mno.publication.sectionProperties.buildRevision;
}else{return"/resources/js/"+g+(g.indexOf("?")!==-1?"&":"?")+"r="+mno.revision;
}}function a(l){var j=f++,p=80;l=$.extend({url:false,reload:false,error:function u(){},callbackVar:"cb",fromMinifier:false,useCache:false,cache:30000,timeout:15000,callback:function t(){}},l);
if(!l.url){mno.core.log(3,"getScript called without a url");return false;
}function n(v){return(v.length<=p?v:v.substr(0,p)+"…");}mno.core.log(1,"getScript_"+j+" begin: "+n(l.url),"mno.io.getScript",{event:"download/"+j,data:l.url,method:"begin"});
function q(v){if(b[l.url]!==undefined){$(b[l.url].element).remove();b[l.url]=undefined;
}if(v===false){if(typeof(l.error)==="function"){l.error();}}}if(l.hasOwnProperty("jsonP")){var i=mno.core.jsonP,g;
if(typeof l.callbackName!=="undefined"){g="_"+l.callbackName+"_";}else{g="func"+((Math.round(new Date().getTime()/l.cache)*l.cache)+"x"+f);
}l.url+=(l.url.indexOf("?")===-1)?"?"+l.callbackVar+"=":"&"+l.callbackVar+"=";
l.url+="mno.core.jsonP."+g;mno.core.log(1,"callbackName: "+g);i[g]=function k(v){l.jsonP(v);
i[g]=undefined;q(true);};}else{if(l.useCache===true){l.url+=(l.url.indexOf("?")===-1)?"?cache=":"&cache=";
l.url+=(Math.round(new Date().getTime()/l.cache)*l.cache);}}function o(){mno.core.log(1,"getScript_"+j+" end: "+n(l.url),"mno.io.getScript",{event:"download/"+j,data:l.url,method:"end"});
if(b[l.url]!==undefined){b[l.url].loaded=true;while(b[l.url].callback.length>0){b[l.url].callback.shift()();
}}}function h(){if(!b.hasOwnProperty(l.url)){if(b[l.url].loaded===true){o();
}else{window.setTimeout(function(){h();},50);}}}function s(x){var y=window.setTimeout(function(){mno.core.log(1,n(x.url)+" timed out");
q(false);},x.timeout),v=document.createElement("script"),w=document.getElementsByTagName("script")[0];
if(x.fromMinifyer){x.url=d(x.url);}v.onreadystatechange=function(){if(this.readyState==="complete"||this.readyState==="loaded"){v.onreadystatechange=null;
window.clearTimeout(y);o();}};v.onerror=function(){window.clearTimeout(y);
q(false);};v.onload=function(){window.clearTimeout(y);o();};b[x.url]={element:v,loaded:false,error:x.error,callback:[x.callback]};
v.src=x.url;v.async=true;v.type="text/javascript";w.parentNode.insertBefore(v,w);
}if(!b.hasOwnProperty(l.url)){s(l);}else{if(l.reload===true){q(true);s(l);
}else{b[l.url].callback.push(l.callback);h();}}return true;}function c(i,g){var h=(typeof mno.publication!=="undefined")?mno.publication.url:"http://"+window.location.host+"/",l="dynCss"+(+new Date());
i=i.indexOf("http://")===-1?h+"skins/"+i+"?r="+mno.revision:i;if(!b.hasOwnProperty(i)){var j=document.createElement("link"),k=document.getElementsByTagName("script")[0];
j.setAttribute("id",l);j.setAttribute("type","text/css");j.setAttribute("rel","stylesheet");
if(typeof g==="function"){if(j.addEventListener){j.addEventListener("load",g,false);
}else{j.attachEvent("load",g);}}j.setAttribute("href",i);k.parentNode.insertBefore(j,k);
b[i]=j;}}return{createMinifyUrl:d,getScript:a,getCSS:c};}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core module.js
*/
mno.Module=function(){var a=this;
this.id="_not_defined";this.pending=[];this.resolve=function(b){a.complete("resolve",b);
};this.reject=function(b){a.complete("reject",b);};};mno.Module.prototype={creator:function(){},extend:[],require:[],events:{},then:function(b,a){if(typeof this.resolve==="function"){this.pending.push({resolve:b,reject:a});
}else{(this.resolve==="resolve"?b:a)();}return this;},complete:function(a){var b=this;
while(this.pending[0]){this.pending.shift()[a]();}this.resolve=this.reject=a;
mno.core.log(1,"Controller created: "+this.id);mno.event.triggerEvent({type:b.id+"-load",data:true});
}};mno.Module.prototype.constructor=mno.Module;
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core sandbox.js
*/
mno.namespace("mno.sandbox");
mno.sandbox=(function(){var b=function(){};function c(f){var g=this,h=window.jQuery;
for(var d in f){if(f.hasOwnProperty(d)){this[d]=f[d];}}this.$=function(i,j){return h(i,j||g.container);
};if(mno.core.debug("log")===false||typeof console==="undefined"){this.time=this.timeEnd=b;
}}c.prototype.container=null;c.prototype.model=[];mno.$document.ready(function(){c.prototype.publication=mno.publication;
});c.prototype.$=function(d,f){if(typeof d==="undefined"){return window.jQuery;
}else{if(typeof this.container==="undefined"){return window.jQuery(d,f);
}else{return window.jQuery(d,constext||this.container);}}};c.prototype.notify=function(d){if(jQuery.isPlainObject(d)&&d.type){mno.event.triggerEvent(d);
}return true;};c.prototype.listen=function(d){if(jQuery.isPlainObject(d)){mno.event.registerEvents(d,this.moduleId);
}};c.prototype.ignore=function(d){mno.event.removeEvents(d,this.moduleId);
};c.prototype.getScript=function(d){mno.io.getScript(d);};c.prototype.getCSS=function(d,f){mno.io.getCSS(d,f);
};c.prototype.storeData=function(d){mno.core.storeData(this.moduleId,d);
};c.prototype.getData=function(d){return mno.core.getData(d);};c.prototype.render=function(d,f,g){return mno.views.render(d,f,g);
};c.prototype.requireModule=function(f,d){mno.core.log(1,this.moduleId+" requires download of "+f);
mno.core.downloadModule(f,d);};c.prototype.memoize=function(f,d){return mno.core.memoize(f,d);
};c.prototype.time=(typeof console!=="undefined")&&(typeof console.time!=="undefined")?function(){console.time.apply(console,arguments);
}:function(){};c.prototype.timeEnd=(typeof console!=="undefined")&&(typeof console.timeEnd!=="undefined")?function(){console.timeEnd.apply(console,arguments);
}:function(){};function a(i,n){var d=window.jQuery("."+i.id).not(".instantiated"),j=[],h=[],f=n||{},o,l,q,g,p;
function k(s,u){if(s.hasOwnProperty("uiResources")){var v={};for(var t=0;
t<s.uiResources.length;t++){if(mno.uiResources.hasOwnProperty(s.uiResources[t])){v[s.uiResources[t]]=mno.uiResources[s.uiResources[t]](u);
}}s.uiResources=v;}}if(d.length>0){d.each(function(){l=window.jQuery(this);
o=l.attr("data-widget-id");if(i.instances.hasOwnProperty(o)){k(i.instances[o],l);
j.push(i.instances[o]);h.push(o);}else{j.push({});}});}else{$.each(i.instances,function(s,t){j.push(t);
});}p=new c({container:d,instanceIds:h,model:j,moduleId:i.id});for(q in f){if(f.hasOwnProperty(q)){g=f[q];
if(typeof g==="function"){p[q]=$.proxy(g,p);}else{p[q]=g;}}}return p;}return{create:a,Sandbox:c};
}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils form.js
*/
mno.namespace("utils.form");
mno.utils.form=function(){var b=document.createElement("input");var c=/(iPhone|iPod|iPad).*AppleWebKit/i.test(navigator.userAgent)||navigator.userAgent.toLowerCase().indexOf("safari/")>-1;
function l(n,o){n.parents("form:first").addClass("error");n.css({backgroundColor:"#Fcc"});
if(typeof o!=="undefined"){$('<p class="errorParagraph"/>').css({color:"#900",fontSize:"10px"}).html(o).insertAfter(n);
}}function j(n){n=n||document;if(!("placeholder" in b)){$("input[placeholder]",n).each(function(){var o=$(this),p=o.attr("placeholder");
if(o.val()===""){o.val(p).css("color","#999");}o.bind("focus",function(){var q=$(this),s=q.attr("placeholder");
if(q.val()===s){q.val("").css("color","#000");}}).bind("change blur",function(){var s=$(this),t=s.attr("placeholder"),q=s.val();
if((q==="")||(q===t)){s.val(t).css("color","#999");}});o.parents("form:first").bind("submit",function(){var q=$(this),t=o.attr("placeholder"),s=o.val();
if((s==="")||(s===t)){o.val("");}});});}}function k(q){q=q||document;if($('input[type="date"], input.datepicker',q).length!==0){var p=["Man","Tir","Ons","Tor","Fre","L&oslash;r","S&oslash;n"],u=["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],o=[31,28,31,30,31,30,31,31,30,31,30,31],n=new Date();
function t(K,w,C,G,F,y,I){C=(isNaN(C)||C===null)?n.getMonth():parseInt(C,10);
G=(isNaN(G)||G===null)?n.getFullYear():parseInt(G,10);w=(isNaN(w)||w===null)?n.getDate():parseInt(w,10);
try{y=parseInt(y.split("-")[0],10);I=parseInt(I.split("-")[0],10);}catch(D){y=null;
I=null;}var v=new Date(G,C,1),B=v.getDay()||7,E=o[C],A="",z=0,x=0,H=1,J={months:[],years:[],dayLabels:p,row:[]};
if(C===1){if((G%4===0&&this.year%100!==0)||G%400===0){E=29;}}for(z=0;z<=11;
z++){J.months.push({selected:(C===z)?' selected="selected"':"",value:z,name:u[z]});
}if(y&&I){for(z=y;z<=I;z++){J.years.push({selected:(parseInt(G,10)===z)?' selected="selected"':"",value:z,name:z});
}}else{if(F){for(z=G;z>=1860;z--){J.years.push({selected:(parseInt(G,10)===z)?' selected="selected"':"",value:z,name:z});
}}else{for(z=G;z<=G+8;z++){J.years.push({selected:(parseInt(G,10)===z)?' selected="selected"':"",value:z,name:z});
}}}for(z=0;z<9;z++){J.row[z]={cell:[]};for(x=1;x<=7;x++){if(H<=E&&(z>0||x>=B)){A='<div datetime="'+G+"-"+(C+1)+"-"+H+'">'+H+"</div>";
H++;}J.row[z].cell.push({current:(w+1!==H)?"":' class="current"',time:A});
A="";}if(H>E){break;}}mno.views.render("mno.views.calendar",J,K);}function s(w){var x=w.split("-"),v=(parseInt(x[2],10)<10)?"0"+x[2]:x[2],y=(parseInt(x[1],10)<10)?"0"+x[1]:x[1];
return x[0]+"-"+y+"-"+v;}$(q).on("click",'input[type="date"], input.datepicker',function(){var z=$(this),E=z.val().split("-"),A=z.attr("class").indexOf("archive")>-1,w=new Date(),D=E[2]||w.getDate(),y=E[1]!==undefined?E[1]-1:w.getMonth(),B=E[0]||w.getFullYear(),x=z.attr("min"),C=z.attr("max");
function v(){t(function(F){z.attr("disabled","disabled");setTimeout(function(){mno.$body.bind("click.date",function(){z.removeAttr("disabled");
F.remove();mno.$body.unbind("click.date");});},1);F.bind("click",function(){return false;
});F.insertBefore(z);F.find("select").bind("change",function(){if($(this).attr("name")==="month"){y=$(this).val();
}else{B=$(this).val();}F.remove();v();});F.find(".mnoDatePickerClose").bind("click",function(){z.removeAttr("disabled").val("");
F.remove();mno.$body.unbind("click.date");return false;});F.find("tbody div").bind("click",function(){E=$(this).attr("datetime").split("-");
z.val(E[0]+"-"+((parseInt(E[1],10)<10)?"0"+E[1]:E[1])+"-"+((parseInt(E[2],10)<10)?"0"+E[2]:E[2]));
if(z.val()!=E[0]+"-"+((parseInt(E[1],10)<10)?"0"+E[1]:E[1])+"-"+((parseInt(E[2],10)<10)?"0"+E[2]:E[2])){z.val(s($(this).attr("datetime")));
}z.removeAttr("disabled");F.remove();mno.$body.unbind("click.date");});
},D,y,B,A,x,C);}v();});}}function g(n){n=n||document;if(!("required" in b)||c){$("input[required], textarea[required], select[required]",n).each(function(){var o=$(this);
o.parents("form:first").bind("submit",function(p){if(o.val()===""&&o.parents("form:first").hasClass("error")===false){if(o.is("select")){l(o,"Velg ett av alternativene");
}else{l(o,"Feltet kan ikke v&aelig;re tomt");}p.preventDefault();}});});
}}function h(n){n=n||document;b.setAttribute("type","email");if(b.type!=="email"){$('input[type="email"]',n).each(function(){var p=$(this),o=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
p.parents("form:first").bind("submit",function(q){if(!o.test(p.val())){l(p,"Ugyldig epostadresse");
q.preventDefault();}});});}}function a(n){n=n||document;if(!("maxlength" in b)){$('input[maxlength][maxlength!=-1][maxlength!=524288][maxlength!=2147483647][type="text"],textarea[maxlength][maxlength!=-1][maxlength!=524288][maxlength!=2147483647]',n).not("[data-mno-form]").each(function(){var p=$(this),o=$("<p />").addClass("formCharCounter").insertAfter(p);
p.attr("data-mno-form","true").bind("keyup",function(){var s=p.attr("maxlength")||500,t=p.val(),q=t.length;
if(q>s){p.val(t.substr(0,s));o.html("Du har <strong>0</strong> tegn igjen");
return false;}else{o.html("Du har <strong>"+(s-q)+"</strong> tegn igjen");
return true;}});});}}function i(n,o){n=n||document;o=o||false;if(o===false){$("select",n).not("[data-mno-form]").each(function(s){var v=$(this),u=v.outerWidth()-2,t=$("<div />").addClass("pillBox selectDropDown"),p=$("<input />").attr("type","text").val(v.find('option[value="'+v.val()+'"]').html()).appendTo(t),q=$("<span />").addClass("button").html("\u25BC");
v.attr("data-mno-form","true");v.data("fakeElement",t);v.parent().addClass("relative");
t.css({top:v.position().top+"px",left:v.position().left+"px",zIndex:1,width:u+"px"}).append(q);
if(v.parents(".pillBox").length!==0){if(v.get(0)===v.parents(".pillBox").first().children().last().get(0)){t.insertAfter(v);
}else{t.insertBefore(v);}}else{t.insertBefore(v);}p.css("width",(u-q.outerWidth()-(p.outerWidth()-p.width()))+"px");
v.css({position:"relative",zIndex:2,opacity:0}).bind("change",function(){p.val(v.find("option[value="+v.val()+"]").html());
});});}else{$("select[data-mno-form]").each(function(){var t=$(this),s=t.outerWidth(),q=t.data("fakeElement"),u=q.find("input"),p=q.find(".button");
q.css({top:t.position().top+"px",left:t.position().left+"px",zIndex:1,width:s+"px"});
u.css("width",(s-p.outerWidth()-(u.outerWidth()-u.width()))+"px");});}}function f(n){n=n||document;
$(".fileInput",n).not("[data-mno-form]").each(function(){var o=$("<div />").addClass("pillBox").html('<input type="text" name="fake" /><span class="button">Bla gjennom</span>').css({position:"absolute",zIndex:1,top:0,left:0});
var p=$(this);p.attr("data-mno-form","true");p.find("input[type=file]").css({opacity:0,position:"relative",zIndex:2}).data("fake",o).bind("change mouseout",function(){$(this).data("fake").find("input").val($(this).val());
});p.append(o);});}function d(n){n=n||document;$(".rightAlignedLabels input, .rightAlignedLabels textarea",n).not("[data-mno-form]").each(function(){var s=$(this),q=$("label[for="+s.attr("id")+"]");
function p(){if(!q.data("active")){s.unbind("focus").bind("blur",o).focus();
q.animate({left:(q.position().left-q.width()-11)+"px",opacity:1},250,function(){q.data("active",true);
});}}function o(){if((q.data("active"))&&(s.val()==="")){s.bind("focus",p).unbind("blur").blur();
q.animate({left:(s.position().left+6)+"px",opacity:0.5},250,function(){q.data("active",false);
});}}s.attr("data-mno-form","true");if(s.val()===""&&!s.attr("placeholder")){q.css({opacity:0.5,left:(s.position().left+6)+"px",textAlign:"left",width:"auto"}).data("active",false);
}else{q.data("active",true);}if(q.length!==0){s.bind("focus",p);q.bind("click",function(t){p();
return false;});}});}return{placeholder:j,datePicker:k,required:g,email:h,maxLength:a,select:i,fileInput:f,slidingLabels:d,styleAll:function(n){n=n||document;
j(n);k(n);g(n);h(n);a(n);i(n);d(n);}};}();mno.$document.ready(function(){mno.utils.form.styleAll();
});
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery-transform.js
*/
(function(D,C,z,H){var B=/progid:DXImageTransform\.Microsoft\.Matrix\(.*?\)/,G=/^([\+\-]=)?([\d+.\-]+)(.*)$/,t=/%/;
var F=z.createElement("modernizr"),E=F.style;function w(a){return parseFloat(a);
}function x(){var b={transformProperty:"",MozTransform:"-moz-",WebkitTransform:"-webkit-",OTransform:"-o-",msTransform:"-ms-"};
for(var a in b){if(typeof E[a]!="undefined"){return b[a];}}return null;
}function s(){if(typeof(C.Modernizr)!=="undefined"){return Modernizr.csstransforms;
}var a=["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"];
for(var b in a){if(E[a[b]]!==H){return true;}}}var I=x(),A=I!==null?I+"transform":false,y=I!==null?I+"transform-origin":false;
D.support.csstransforms=s();if(I=="-ms-"){A="msTransform";y="msTransformOrigin";
}D.extend({transform:function(a){a.transform=this;this.$elem=D(a);this.applyingMatrix=false;
this.matrix=null;this.height=null;this.width=null;this.outerHeight=null;
this.outerWidth=null;this.boxSizingValue=null;this.boxSizingProperty=null;
this.attr=null;this.transformProperty=A;this.transformOriginProperty=y;
}});D.extend(D.transform,{funcs:["matrix","origin","reflect","reflectX","reflectXY","reflectY","rotate","scale","scaleX","scaleY","skew","skewX","skewY","translate","translateX","translateY"]});
D.fn.transform=function(b,a){return this.each(function(){var c=this.transform||new D.transform(this);
if(b){c.exec(b,a);}});};D.transform.prototype={exec:function(b,a){a=D.extend(true,{forceMatrix:false,preserve:false},a);
this.attr=null;if(a.preserve){b=D.extend(true,this.getAttrs(true,true),b);
}else{b=D.extend(true,{},b);}this.setAttrs(b);if(D.support.csstransforms&&!a.forceMatrix){return this.execFuncs(b);
}else{if(D.browser.msie||(D.support.csstransforms&&a.forceMatrix)){return this.execMatrix(b);
}}return false;},execFuncs:function(b){var c=[];for(var a in b){if(a=="origin"){this[a].apply(this,D.isArray(b[a])?b[a]:[b[a]]);
}else{if(D.inArray(a,D.transform.funcs)!==-1){c.push(this.createTransformFunc(a,b[a]));
}}}this.$elem.css(A,c.join(" "));return true;},execMatrix:function(c){var O,h,q;
var n=this.$elem[0],P=this;function Q(J,K){if(t.test(J)){return parseFloat(J)/100*P["safeOuter"+(K?"Height":"Width")]();
}return v(n,J);}var N=/translate[X|Y]?/,o=[];for(var l in c){switch(D.type(c[l])){case"array":q=c[l];
break;case"string":q=D.map(c[l].split(","),D.trim);break;default:q=[c[l]];
}if(D.matrix[l]){if(D.cssAngle[l]){q=D.map(q,D.angle.toDegree);}else{if(!D.cssNumber[l]){q=D.map(q,Q);
}else{q=D.map(q,w);}}h=D.matrix[l].apply(this,q);if(N.test(l)){o.push(h);
}else{O=O?O.x(h):h;}}else{if(l=="origin"){this[l].apply(this,q);}}}O=O||D.matrix.identity();
D.each(o,function(K,J){O=O.x(J);});var b=parseFloat(O.e(1,1).toFixed(6)),g=parseFloat(O.e(2,1).toFixed(6)),i=parseFloat(O.e(1,2).toFixed(6)),k=parseFloat(O.e(2,2).toFixed(6)),a=O.rows===3?parseFloat(O.e(1,3).toFixed(6)):0,f=O.rows===3?parseFloat(O.e(2,3).toFixed(6)):0;
if(D.support.csstransforms&&I==="-moz-"){this.$elem.css(A,"matrix("+b+", "+g+", "+i+", "+k+", "+a+"px, "+f+"px)");
}else{if(D.support.csstransforms){this.$elem.css(A,"matrix("+b+", "+g+", "+i+", "+k+", "+a+", "+f+")");
}else{if(D.browser.msie){var j=", FilterType='nearest neighbor'";var M=this.$elem[0].style;
var p="progid:DXImageTransform.Microsoft.Matrix(M11="+b+", M12="+i+", M21="+g+", M22="+k+", sizingMethod='auto expand'"+j+")";
var d=M.filter||D.curCSS(this.$elem[0],"filter")||"";M.filter=B.test(d)?d.replace(B,p):d?d+" "+p:p;
this.applyingMatrix=true;this.matrix=O;this.fixPosition(O,a,f);this.applyingMatrix=false;
this.matrix=null;}}}return true;},origin:function(b,a){if(D.support.csstransforms){if(typeof a==="undefined"){this.$elem.css(y,b);
}else{this.$elem.css(y,b+" "+a);}return true;}switch(b){case"left":b="0";
break;case"right":b="100%";break;case"center":case H:b="50%";}switch(a){case"top":a="0";
break;case"bottom":a="100%";break;case"center":case H:a="50%";}this.setAttr("origin",[t.test(b)?b:v(this.$elem[0],b)+"px",t.test(a)?a:v(this.$elem[0],a)+"px"]);
return true;},createTransformFunc:function(b,a){if(b.substr(0,7)==="reflect"){var c=a?D.matrix[b]():D.matrix.identity();
return"matrix("+c.e(1,1)+", "+c.e(2,1)+", "+c.e(1,2)+", "+c.e(2,2)+", 0, 0)";
}if(b=="matrix"){if(I==="-moz-"){a[4]=a[4]?a[4]+"px":0;a[5]=a[5]?a[5]+"px":0;
}}return b+"("+(D.isArray(a)?a.join(", "):a)+")";},fixPosition:function(c,g,h,a,n){var i=new D.matrix.calc(c,this.safeOuterHeight(),this.safeOuterWidth()),b=this.getAttr("origin");
var j=i.originOffset(new D.matrix.V2(t.test(b[0])?parseFloat(b[0])/100*i.outerWidth:parseFloat(b[0]),t.test(b[1])?parseFloat(b[1])/100*i.outerHeight:parseFloat(b[1])));
var l=i.sides();var k=this.$elem.css("position");if(k=="static"){k="relative";
}var d={top:0,left:0};var f={position:k,top:(j.top+h+l.top+d.top)+"px",left:(j.left+g+l.left+d.left)+"px",zoom:1};
this.$elem.css(f);}};function v(f,c){var d=G.exec(D.trim(c));if(d[3]&&d[3]!=="px"){var a="paddingBottom",b=D.style(f,a);
D.style(f,a,c);c=u(f,a);D.style(f,a,b);return c;}return parseFloat(c);}function u(b,a){if(b[a]!=null&&(!b.style||b.style[a]==null)){return b[a];
}var c=parseFloat(D.css(b,a));return c&&c>-10000?c:0;}})(jQuery,this,this.document);
(function(k,l,h,i){k.extend(k.transform.prototype,{safeOuterHeight:function(){return this.safeOuterLength("height");
},safeOuterWidth:function(){return this.safeOuterLength("width");},safeOuterLength:function(f){var b="outer"+(f=="width"?"Width":"Height");
if(!k.support.csstransforms&&k.browser.msie){f=f=="width"?"width":"height";
if(this.applyingMatrix&&!this[b]&&this.matrix){var s=new k.matrix.calc(this.matrix,1,1),d=s.offset(),w=this.$elem[b]()/d[f];
this[b]=w;return w;}else{if(this.applyingMatrix&&this[b]){return this[b];
}}var c={height:["top","bottom"],width:["left","right"]};var v=this.$elem[0],t=parseFloat(k.curCSS(v,f,true)),a=this.boxSizingProperty,u=this.boxSizingValue;
if(!this.boxSizingProperty){a=this.boxSizingProperty=j()||"box-sizing";
u=this.boxSizingValue=this.$elem.css(a)||"content-box";}if(this[b]&&this[f]==t){return this[b];
}else{this[f]=t;}if(a&&(u=="padding-box"||u=="content-box")){t+=parseFloat(k.curCSS(v,"padding-"+c[f][0],true))||0+parseFloat(k.curCSS(v,"padding-"+c[f][1],true))||0;
}if(a&&u=="content-box"){t+=parseFloat(k.curCSS(v,"border-"+c[f][0]+"-width",true))||0+parseFloat(k.curCSS(v,"border-"+c[f][1]+"-width",true))||0;
}this[b]=t;return t;}return this.$elem[b]();}});var g=null;function j(){if(g){return g;
}var b={boxSizing:"box-sizing",MozBoxSizing:"-moz-box-sizing",WebkitBoxSizing:"-webkit-box-sizing",OBoxSizing:"-o-box-sizing"},c=h.body;
for(var a in b){if(typeof c.style[a]!="undefined"){g=b[a];return g;}}return null;
}})(jQuery,this,this.document);(function(l,n,i,k){var p=/([\w\-]*?)\((.*?)\)/g,j="data-transform",o=/\s/,q=/,\s?/;
l.extend(l.transform.prototype,{setAttrs:function(d){var c="",a;for(var b in d){a=d[b];
if(l.isArray(a)){a=a.join(", ");}c+=" "+b+"("+a+")";}this.attr=l.trim(c);
this.$elem.attr(j,this.attr);},setAttr:function(b,a){if(l.isArray(a)){a=a.join(", ");
}var c=this.attr||this.$elem.attr(j);if(!c||c.indexOf(b)==-1){this.attr=l.trim(c+" "+b+"("+a+")");
this.$elem.attr(j,this.attr);}else{var d=[],f;p.lastIndex=0;while(f=p.exec(c)){if(b==f[1]){d.push(b+"("+a+")");
}else{d.push(f[0]);}}this.attr=d.join(" ");this.$elem.attr(j,this.attr);
}},getAttrs:function(){var c=this.attr||this.$elem.attr(j);if(!c){return{};
}var d={},a,b;p.lastIndex=0;while((a=p.exec(c))!==null){if(a){b=a[2].split(q);
d[a[1]]=b.length==1?b[0]:b;}}return d;},getAttr:function(a){var b=this.getAttrs();
if(typeof b[a]!=="undefined"){return b[a];}if(a==="origin"&&l.support.csstransforms){return this.$elem.css(this.transformOriginProperty).split(o);
}else{if(a==="origin"){return["50%","50%"];}}return l.cssDefault[a]||0;
}});if(typeof(l.cssAngle)=="undefined"){l.cssAngle={};}l.extend(l.cssAngle,{rotate:true,skew:true,skewX:true,skewY:true});
if(typeof(l.cssDefault)=="undefined"){l.cssDefault={};}l.extend(l.cssDefault,{scale:[1,1],scaleX:1,scaleY:1,matrix:[1,0,0,1,0,0],origin:["50%","50%"],reflect:[1,0,0,1,0,0],reflectX:[1,0,0,1,0,0],reflectXY:[1,0,0,1,0,0],reflectY:[1,0,0,1,0,0]});
if(typeof(l.cssMultipleValues)=="undefined"){l.cssMultipleValues={};}l.extend(l.cssMultipleValues,{matrix:6,origin:{length:2,duplicate:true},reflect:6,reflectX:6,reflectXY:6,reflectY:6,scale:{length:2,duplicate:true},skew:2,translate:2});
l.extend(l.cssNumber,{matrix:true,reflect:true,reflectX:true,reflectXY:true,reflectY:true,scale:true,scaleX:true,scaleY:true});
l.each(l.transform.funcs,function(b,a){l.cssHooks[a]={set:function(g,f){var c=g.transform||new l.transform(g),d={};
d[a]=f;c.exec(d,{preserve:true});},get:function(f,c){var d=f.transform||new l.transform(f);
return d.getAttr(a);}};});l.each(["reflect","reflectX","reflectXY","reflectY"],function(b,a){l.cssHooks[a].get=function(f,c){var d=f.transform||new l.transform(f);
return d.getAttr("matrix")||l.cssDefault[a];};});})(jQuery,this,this.document);
(function(o,l,k,q){var p=/^([+\-]=)?([\d+.\-]+)(.*)$/;var t=o.fn.animate;
o.fn.animate=function(d,a,f,g){var b=o.speed(a,f,g),c=o.cssMultipleValues;
b.complete=b.old;if(!o.isEmptyObject(d)){if(typeof b.original==="undefined"){b.original={};
}o.each(d,function(v,h){if(c[v]||o.cssAngle[v]||(!o.cssNumber[v]&&o.inArray(v,o.transform.funcs)!==-1)){var i=null;
if(jQuery.isArray(d[v])){var w=1,x=h.length;if(c[v]){w=(typeof c[v].length==="undefined"?c[v]:c[v].length);
}if(x>w||(x<w&&x==2)||(x==2&&w==2&&isNaN(parseFloat(h[x-1])))){i=h[x-1];
h.splice(x-1,1);}}b.original[v]=h.toString();d[v]=parseFloat(h);}});}return t.apply(this,[arguments[0],b]);
};var s="paddingBottom";function j(b,a){if(b[a]!=null&&(!b.style||b.style[a]==null)){}var c=parseFloat(o.css(b,a));
return c&&c>-10000?c:0;}var n=o.fx.prototype.custom;o.fx.prototype.custom=function(D,C,B){var z=o.cssMultipleValues[this.prop],c=o.cssAngle[this.prop];
if(z||(!o.cssNumber[this.prop]&&o.inArray(this.prop,o.transform.funcs)!==-1)){this.values=[];
if(!z){z=1;}var A=this.options.original[this.prop],E=o(this.elem).css(this.prop),i=o.cssDefault[this.prop]||0;
if(!o.isArray(E)){E=[E];}if(!o.isArray(A)){if(o.type(A)==="string"){A=A.split(",");
}else{A=[A];}}var g=z.length||z,F=0;while(A.length<g){A.push(z.duplicate?A[0]:i[F]||0);
F++;}var h,a,b,d=this,f=d.elem.transform;orig=o.style(d.elem,s);o.each(A,function(v,u){if(E[v]){h=E[v];
}else{if(i[v]&&!z.duplicate){h=i[v];}else{if(z.duplicate){h=E[0];}else{h=0;
}}}if(c){h=o.angle.toDegree(h);}else{if(!o.cssNumber[d.prop]){a=p.exec(o.trim(h));
if(a[3]&&a[3]!=="px"){if(a[3]==="%"){h=parseFloat(a[2])/100*f["safeOuter"+(v?"Height":"Width")]();
}else{o.style(d.elem,s,h);h=j(d.elem,s);o.style(d.elem,s,orig);}}}}h=parseFloat(h);
a=p.exec(o.trim(u));if(a){b=parseFloat(a[2]);B=a[3]||"px";if(c){b=o.angle.toDegree(b+B);
B="deg";}else{if(!o.cssNumber[d.prop]&&B==="%"){h=(h/f["safeOuter"+(v?"Height":"Width")]())*100;
}else{if(!o.cssNumber[d.prop]&&B!=="px"){o.style(d.elem,s,(b||1)+B);h=((b||1)/j(d.elem,s))*h;
o.style(d.elem,s,orig);}}}if(a[1]){b=((a[1]==="-="?-1:1)*b)+h;}}else{b=u;
B="";}d.values.push({start:h,end:b,unit:B});});}return n.apply(this,arguments);
};o.fx.multipleValueStep={_default:function(a){o.each(a.values,function(c,b){a.values[c].now=b.start+((b.end-b.start)*a.pos);
});}};o.each(["matrix","reflect","reflectX","reflectXY","reflectY"],function(b,a){o.fx.multipleValueStep[a]=function(g){var d=g.decomposed,c=o.matrix;
m=c.identity();d.now={};o.each(d.start,function(h){d.now[h]=parseFloat(d.start[h])+((parseFloat(d.end[h])-parseFloat(d.start[h]))*g.pos);
if(((h==="scaleX"||h==="scaleY")&&d.now[h]===1)||(h!=="scaleX"&&h!=="scaleY"&&d.now[h]===0)){return true;
}m=m.x(c[h](d.now[h]));});var f;o.each(g.values,function(h){switch(h){case 0:f=parseFloat(m.e(1,1).toFixed(6));
break;case 1:f=parseFloat(m.e(2,1).toFixed(6));break;case 2:f=parseFloat(m.e(1,2).toFixed(6));
break;case 3:f=parseFloat(m.e(2,2).toFixed(6));break;case 4:f=parseFloat(m.e(1,3).toFixed(6));
break;case 5:f=parseFloat(m.e(2,3).toFixed(6));break;}g.values[h].now=f;
});};});o.each(o.transform.funcs,function(b,a){o.fx.step[a]=function(d){var f=d.elem.transform||new o.transform(d.elem),c={};
if(o.cssMultipleValues[a]||(!o.cssNumber[a]&&o.inArray(a,o.transform.funcs)!==-1)){(o.fx.multipleValueStep[d.prop]||o.fx.multipleValueStep._default)(d);
c[d.prop]=[];o.each(d.values,function(h,g){c[d.prop].push(g.now+(o.cssNumber[d.prop]?"":g.unit));
});}else{c[d.prop]=d.now+(o.cssNumber[d.prop]?"":d.unit);}f.exec(c,{preserve:true});
};});o.each(["matrix","reflect","reflectX","reflectXY","reflectY"],function(b,a){o.fx.step[a]=function(f){var g=f.elem.transform||new o.transform(f.elem),h={};
if(!f.initialized){f.initialized=true;if(a!=="matrix"){var i=o.matrix[a]().elements;
var d;o.each(f.values,function(u){switch(u){case 0:d=i[0];break;case 1:d=i[2];
break;case 2:d=i[1];break;case 3:d=i[3];break;default:d=0;}f.values[u].end=d;
});}f.decomposed={};var c=f.values;f.decomposed.start=o.matrix.matrix(c[0].start,c[1].start,c[2].start,c[3].start,c[4].start,c[5].start).decompose();
f.decomposed.end=o.matrix.matrix(c[0].end,c[1].end,c[2].end,c[3].end,c[4].end,c[5].end).decompose();
}(o.fx.multipleValueStep[f.prop]||o.fx.multipleValueStep._default)(f);h.matrix=[];
o.each(f.values,function(v,u){h.matrix.push(u.now);});g.exec(h,{preserve:true});
};});})(jQuery,this,this.document);(function(q,p,n,v){var u=180/Math.PI;
var l=200/Math.PI;var s=Math.PI/180;var t=2/1.8;var o=0.9;var x=Math.PI/200;
var w=/^([+\-]=)?([\d+.\-]+)(.*)$/;q.extend({angle:{runit:/(deg|g?rad)/,radianToDegree:function(a){return a*u;
},radianToGrad:function(a){return a*l;},degreeToRadian:function(a){return a*s;
},degreeToGrad:function(a){return a*t;},gradToDegree:function(a){return a*o;
},gradToRadian:function(a){return a*x;},toDegree:function(b){var a=w.exec(b);
if(a){b=parseFloat(a[2]);switch(a[3]||"deg"){case"grad":b=q.angle.gradToDegree(b);
break;case"rad":b=q.angle.radianToDegree(b);break;}return b;}return 0;}}});
})(jQuery,this,this.document);(function(k,l,h,j){if(typeof(k.matrix)=="undefined"){k.extend({matrix:{}});
}var n=k.matrix;k.extend(n,{V2:function(b,a){if(k.isArray(arguments[0])){this.elements=arguments[0].slice(0,2);
}else{this.elements=[b,a];}this.length=2;},V3:function(c,a,b){if(k.isArray(arguments[0])){this.elements=arguments[0].slice(0,3);
}else{this.elements=[c,a,b];}this.length=3;},M2x2:function(c,d,a,b){if(k.isArray(arguments[0])){this.elements=arguments[0].slice(0,4);
}else{this.elements=Array.prototype.slice.call(arguments).slice(0,4);}this.rows=2;
this.cols=2;},M3x3:function(d,f,g,s,t,u,a,b,c){if(k.isArray(arguments[0])){this.elements=arguments[0].slice(0,9);
}else{this.elements=Array.prototype.slice.call(arguments).slice(0,9);}this.rows=3;
this.cols=3;}});var o={e:function(a,d){var c=this.rows,b=this.cols;if(a>c||d>c||a<1||d<1){return 0;
}return this.elements[(a-1)*b+d-1];},decompose:function(){var A=this.e(1,1),C=this.e(2,1),a=this.e(1,2),b=this.e(2,2),c=this.e(1,3),d=this.e(2,3);
if(Math.abs(A*b-C*a)<0.01){return{rotate:0+"deg",skewX:0+"deg",scaleX:1,scaleY:1,translateX:0+"px",translateY:0+"px"};
}var f=c,g=d;var B=Math.sqrt(A*A+C*C);A=A/B;C=C/B;var x=A*a+C*b;a-=A*x;
b-=C*x;var D=Math.sqrt(a*a+b*b);a=a/D;b=b/D;x=x/D;if((A*b-C*a)<0){A=-A;
C=-C;B=-B;}var z=k.angle.radianToDegree;var y=z(Math.atan2(C,A));x=z(Math.atan(x));
return{rotate:y+"deg",skewX:x+"deg",scaleX:B,scaleY:D,translateX:f+"px",translateY:g+"px"};
}};k.extend(n.M2x2.prototype,o,{toM3x3:function(){var a=this.elements;return new n.M3x3(a[0],a[1],0,a[2],a[3],0,0,0,1);
},x:function(b){var a=typeof(b.rows)==="undefined";if(!a&&b.rows==3){return this.toM3x3().x(b);
}var c=this.elements,d=b.elements;if(a&&d.length==2){return new n.V2(c[0]*d[0]+c[1]*d[1],c[2]*d[0]+c[3]*d[1]);
}else{if(d.length==c.length){return new n.M2x2(c[0]*d[0]+c[1]*d[2],c[0]*d[1]+c[1]*d[3],c[2]*d[0]+c[3]*d[2],c[2]*d[1]+c[3]*d[3]);
}}return false;},inverse:function(){var a=1/this.determinant(),b=this.elements;
return new n.M2x2(a*b[3],a*-b[1],a*-b[2],a*b[0]);},determinant:function(){var a=this.elements;
return a[0]*a[3]-a[1]*a[2];}});k.extend(n.M3x3.prototype,o,{x:function(b){var a=typeof(b.rows)==="undefined";
if(!a&&b.rows<3){b=b.toM3x3();}var c=this.elements,d=b.elements;if(a&&d.length==3){return new n.V3(c[0]*d[0]+c[1]*d[1]+c[2]*d[2],c[3]*d[0]+c[4]*d[1]+c[5]*d[2],c[6]*d[0]+c[7]*d[1]+c[8]*d[2]);
}else{if(d.length==c.length){return new n.M3x3(c[0]*d[0]+c[1]*d[3]+c[2]*d[6],c[0]*d[1]+c[1]*d[4]+c[2]*d[7],c[0]*d[2]+c[1]*d[5]+c[2]*d[8],c[3]*d[0]+c[4]*d[3]+c[5]*d[6],c[3]*d[1]+c[4]*d[4]+c[5]*d[7],c[3]*d[2]+c[4]*d[5]+c[5]*d[8],c[6]*d[0]+c[7]*d[3]+c[8]*d[6],c[6]*d[1]+c[7]*d[4]+c[8]*d[7],c[6]*d[2]+c[7]*d[5]+c[8]*d[8]);
}}return false;},inverse:function(){var a=1/this.determinant(),b=this.elements;
return new n.M3x3(a*(b[8]*b[4]-b[7]*b[5]),a*(-(b[8]*b[1]-b[7]*b[2])),a*(b[5]*b[1]-b[4]*b[2]),a*(-(b[8]*b[3]-b[6]*b[5])),a*(b[8]*b[0]-b[6]*b[2]),a*(-(b[5]*b[0]-b[3]*b[2])),a*(b[7]*b[3]-b[6]*b[4]),a*(-(b[7]*b[0]-b[6]*b[1])),a*(b[4]*b[0]-b[3]*b[1]));
},determinant:function(){var a=this.elements;return a[0]*(a[8]*a[4]-a[7]*a[5])-a[3]*(a[8]*a[1]-a[7]*a[2])+a[6]*(a[5]*a[1]-a[4]*a[2]);
}});var i={e:function(a){return this.elements[a-1];}};k.extend(n.V2.prototype,i);
k.extend(n.V3.prototype,i);})(jQuery,this,this.document);(function(i,f,g,h){if(typeof(i.matrix)=="undefined"){i.extend({matrix:{}});
}i.extend(i.matrix,{calc:function(c,b,a){this.matrix=c;this.outerHeight=b;
this.outerWidth=a;}});i.matrix.calc.prototype={coord:function(j,a,b){b=typeof(b)!=="undefined"?b:0;
var c=this.matrix,d;switch(c.rows){case 2:d=c.x(new i.matrix.V2(j,a));break;
case 3:d=c.x(new i.matrix.V3(j,a,b));break;}return d;},corners:function(d,a){var c=!(typeof(d)!=="undefined"||typeof(a)!=="undefined"),b;
if(!this.c||!c){a=a||this.outerHeight;d=d||this.outerWidth;b={tl:this.coord(0,0),bl:this.coord(0,a),tr:this.coord(d,0),br:this.coord(d,a)};
}else{b=this.c;}if(c){this.c=b;}return b;},sides:function(b){var a=b||this.corners();
return{top:Math.min(a.tl.e(2),a.tr.e(2),a.br.e(2),a.bl.e(2)),bottom:Math.max(a.tl.e(2),a.tr.e(2),a.br.e(2),a.bl.e(2)),left:Math.min(a.tl.e(1),a.tr.e(1),a.br.e(1),a.bl.e(1)),right:Math.max(a.tl.e(1),a.tr.e(1),a.br.e(1),a.bl.e(1))};
},offset:function(b){var a=this.sides(b);return{height:Math.abs(a.bottom-a.top),width:Math.abs(a.right-a.left)};
},area:function(d){var a=d||this.corners();var b={x:a.tr.e(1)-a.tl.e(1)+a.br.e(1)-a.bl.e(1),y:a.tr.e(2)-a.tl.e(2)+a.br.e(2)-a.bl.e(2)},c={x:a.bl.e(1)-a.tl.e(1)+a.br.e(1)-a.tr.e(1),y:a.bl.e(2)-a.tl.e(2)+a.br.e(2)-a.tr.e(2)};
return 0.25*Math.abs(b.e(1)*c.e(2)-b.e(2)*c.e(1));},nonAffinity:function(){var b=this.sides(),a=b.top-b.bottom,c=b.left-b.right;
return parseFloat(parseFloat(Math.abs((Math.pow(a,2)+Math.pow(c,2))/(b.top*b.bottom+b.left*b.right))).toFixed(8));
},originOffset:function(a,b){a=a?a:new i.matrix.V2(this.outerWidth*0.5,this.outerHeight*0.5);
b=b?b:new i.matrix.V2(0,0);var d=this.coord(a.e(1),a.e(2));var c=this.coord(b.e(1),b.e(2));
return{top:(c.e(2)-b.e(2))-(d.e(2)-a.e(2)),left:(c.e(1)-b.e(1))-(d.e(1)-a.e(1))};
}};})(jQuery,this,this.document);(function(l,n,i,k){if(typeof(l.matrix)=="undefined"){l.extend({matrix:{}});
}var o=l.matrix,j=o.M2x2,h=o.M3x3;l.extend(o,{identity:function(b){b=b||2;
var a=b*b,f=new Array(a),c=b+1;for(var d=0;d<a;d++){f[d]=(d%c)===0?1:0;
}return new o["M"+b+"x"+b](f);},matrix:function(){var a=Array.prototype.slice.call(arguments);
switch(arguments.length){case 4:return new j(a[0],a[2],a[1],a[3]);case 6:return new h(a[0],a[2],a[4],a[1],a[3],a[5],0,0,1);
}},reflect:function(){return new j(-1,0,0,-1);},reflectX:function(){return new j(1,0,0,-1);
},reflectXY:function(){return new j(0,1,1,0);},reflectY:function(){return new j(-1,0,0,1);
},rotate:function(a){var d=l.angle.degreeToRadian(a),b=Math.cos(d),s=Math.sin(d);
var c=b,f=s,g=-s,q=b;return new j(c,g,f,q);},scale:function(a,b){a=a||a===0?a:1;
b=b||b===0?b:a;return new j(a,0,0,b);},scaleX:function(a){return o.scale(a,1);
},scaleY:function(a){return o.scale(1,a);},skew:function(b,d){b=b||0;d=d||0;
var a=l.angle.degreeToRadian(b),c=l.angle.degreeToRadian(d),f=Math.tan(a),g=Math.tan(c);
return new j(1,f,g,1);},skewX:function(a){return o.skew(a);},skewY:function(a){return o.skew(0,a);
},translate:function(a,b){a=a||0;b=b||0;return new h(1,0,a,0,1,b,0,0,1);
},translateX:function(a){return o.translate(a);},translateY:function(a){return o.translate(0,a);
}});})(jQuery,this,this.document);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils iscroll.js
*/
/*!
* iScroll v4.1.9 ~ Copyright (c) 2011 Matteo Spinelli, http://cubiq.org
* Released under MIT license, http://cubiq.org/license
*/
(function(){var v=Math,f=function(B){return B>>0;
},z=(/webkit/i).test(navigator.appVersion)?"webkit":(/firefox/i).test(navigator.userAgent)?"Moz":"opera" in window?"O":"",A=(/android/gi).test(navigator.appVersion),j=(/iphone|ipad/gi).test(navigator.appVersion),c=(/playbook/gi).test(navigator.appVersion),q=(/hp-tablet/gi).test(navigator.appVersion),l=(document.all)&&!document.getElementsByClassName,n="WebKitCSSMatrix" in window&&"m11" in new WebKitCSSMatrix(),y="ontouchstart" in window&&!q,g=z+"Transform" in document.documentElement.style,h=j||c,s=(function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(B){return setTimeout(B,1);
};})(),p=(function(){return window.cancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.mozCancelRequestAnimationFrame||window.oCancelRequestAnimationFrame||window.msCancelRequestAnimationFrame||clearTimeout;
})(),i="onorientationchange" in window?"orientationchange":"resize",b=y?"touchstart":"mousedown",t=y?"touchmove":"mousemove",d=y?"touchend":"mouseup",x=y?"touchcancel":"mouseup",u=z=="Moz"?"DOMMouseScroll":"mousewheel",o=document.attachEvent?"mouseleave":"mouseout",a="translate"+(n?"3d(":"("),k=n?",0)":")",w=function(D,B){var E=this,F=document,C;
E.wrapper=typeof D=="object"?D:F.getElementById(D);E.wrapper.style.overflow="hidden";
E.scroller=E.wrapper.children[0];E.options={hScroll:true,vScroll:true,x:0,y:0,bounce:true,bounceLock:false,momentum:true,lockDirection:true,useTransform:true,useTransition:false,topOffset:0,checkDOMChanges:false,hScrollbar:true,vScrollbar:true,fixedScrollbar:A,hideScrollbar:j,fadeScrollbar:j&&n,scrollbarClass:"",zoom:false,zoomMin:1,zoomMax:4,doubleTapZoom:2,wheelAction:"scroll",snap:false,snapThreshold:1,onRefresh:null,onBeforeScrollStart:function(G){if(G.preventDefault){G.preventDefault();
}else{G.returnValue=false;}},onScrollStart:null,onBeforeScrollMove:null,onScrollMove:null,onBeforeScrollEnd:null,onScrollEnd:null,onTouchEnd:null,onDestroy:null,onZoomStart:null,onZoom:null,onZoomEnd:null};
for(C in B){E.options[C]=B[C];}E.x=E.options.x;E.y=E.options.y;E.options.useTransform=g?E.options.useTransform:false;
E.options.hScrollbar=E.options.hScroll&&E.options.hScrollbar;E.options.vScrollbar=E.options.vScroll&&E.options.vScrollbar;
E.options.zoom=E.options.useTransform&&E.options.zoom;E.options.useTransition=h&&E.options.useTransition;
if(E.options.zoom&&A){a="translate(";k=")";}E.scroller.style[z+"TransitionProperty"]=E.options.useTransform?"-"+z.toLowerCase()+"-transform":"top left";
E.scroller.style[z+"TransitionDuration"]="0";E.scroller.style[z+"TransformOrigin"]="0 0";
if(E.options.useTransition){E.scroller.style[z+"TransitionTimingFunction"]="cubic-bezier(0.33,0.66,0.66,1)";
}if(E.options.useTransform){E.scroller.style[z+"Transform"]=a+E.x+"px,"+E.y+"px"+k;
}else{E.scroller.style.cssText+=";position:absolute;top:"+E.y+"px;left:"+E.x+"px";
}if(E.options.useTransition){E.options.fixedScrollbar=true;}E.refresh();
E.scroller.ondragstart=function(){return false;};E._bind(i,window);E._bind(b);
if(!y){E._bind("mouseout",E.wrapper);if(E.options.wheelAction!="none"){E._bind(u);
}}if(E.options.checkDOMChanges){E.checkDOMTime=setInterval(function(){E._checkDOMChanges();
},500);}};w.prototype={enabled:true,x:0,y:0,steps:[],scale:1,currPageX:0,currPageY:0,pagesX:[],pagesY:[],aniTime:null,wheelZoomCount:0,handleEvent:function(C){var B=this;
switch(C.type){case b:if((!y&&C.button!==0&&!l)||(l&&C.button!==1)){return;
}B._start(C);break;case t:B._move(C);break;case d:case x:B._end(C);break;
case i:B._resize();break;case u:B._wheel(C);break;case o:B._mouseout(C);
break;case"webkitTransitionEnd":B._transitionEnd(C);break;}},events:{},_checkDOMChanges:function(){if(this.moved||this.zoomed||this.animating||(this.scrollerW==this.scroller.offsetWidth*this.scale&&this.scrollerH==this.scroller.offsetHeight*this.scale)){return;
}this.refresh();},_scrollbar:function(B){var D=this,E=document,C;if(!D[B+"Scrollbar"]){if(D[B+"ScrollbarWrapper"]){if(g){D[B+"ScrollbarIndicator"].style[z+"Transform"]="";
}D[B+"ScrollbarWrapper"].parentNode.removeChild(D[B+"ScrollbarWrapper"]);
D[B+"ScrollbarWrapper"]=null;D[B+"ScrollbarIndicator"]=null;}return;}if(!D[B+"ScrollbarWrapper"]){C=E.createElement("div");
if(D.options.scrollbarClass){C.className=D.options.scrollbarClass+B.toUpperCase();
}else{C.style.cssText="position:absolute;z-index:100;"+(B=="h"?"height:7px;bottom:1px;left:2px;right:"+(D.vScrollbar?"7":"2")+"px":"width:7px;bottom:"+(D.hScrollbar?"7":"2")+"px;top:2px;right:1px");
}C.style.cssText+=";pointer-events:none;-"+z+"-transition-property:opacity;-"+z+"-transition-duration:"+(D.options.fadeScrollbar?"350ms":"0")+";overflow:hidden;opacity:"+(D.options.hideScrollbar?"0":"1");
D.wrapper.appendChild(C);D[B+"ScrollbarWrapper"]=C;C=E.createElement("div");
if(!D.options.scrollbarClass){C.style.cssText="position:absolute;z-index:100;background:rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.9);-"+z+"-background-clip:padding-box;-"+z+"-box-sizing:border-box;"+(B=="h"?"height:100%":"width:100%")+";-"+z+"-border-radius:3px;border-radius:3px";
}C.style.cssText+=";pointer-events:none;-"+z+"-transition-property:-"+z+"-transform;-"+z+"-transition-timing-function:cubic-bezier(0.33,0.66,0.66,1);-"+z+"-transition-duration:0;-"+z+"-transform:"+a+"0,0"+k;
if(D.options.useTransition){C.style.cssText+=";-"+z+"-transition-timing-function:cubic-bezier(0.33,0.66,0.66,1)";
}D[B+"ScrollbarWrapper"].appendChild(C);D[B+"ScrollbarIndicator"]=C;}if(B=="h"){D.hScrollbarSize=D.hScrollbarWrapper.clientWidth;
D.hScrollbarIndicatorSize=v.max(f(D.hScrollbarSize*D.hScrollbarSize/D.scrollerW),8);
D.hScrollbarIndicator.style.width=D.hScrollbarIndicatorSize+"px";D.hScrollbarMaxScroll=D.hScrollbarSize-D.hScrollbarIndicatorSize;
D.hScrollbarProp=D.hScrollbarMaxScroll/D.maxScrollX;}else{D.vScrollbarSize=D.vScrollbarWrapper.clientHeight;
D.vScrollbarIndicatorSize=v.max(f(D.vScrollbarSize*D.vScrollbarSize/D.scrollerH),8);
D.vScrollbarIndicator.style.height=D.vScrollbarIndicatorSize+"px";D.vScrollbarMaxScroll=D.vScrollbarSize-D.vScrollbarIndicatorSize;
D.vScrollbarProp=D.vScrollbarMaxScroll/D.maxScrollY;}D._scrollbarPos(B,true);
},_resize:function(){var B=this;setTimeout(function(){B.refresh();},A?200:0);
},_pos:function(B,C){B=this.hScroll?B:0;C=this.vScroll?C:0;if(this.options.useTransform){this.scroller.style[z+"Transform"]=a+B+"px,"+C+"px"+k+" scale("+this.scale+")";
}else{B=f(B);C=f(C);this.scroller.style.left=B+"px";this.scroller.style.top=C+"px";
}this.x=B;this.y=C;this._scrollbarPos("h");this._scrollbarPos("v");},_scrollbarPos:function(B,E){var D=this,F=B=="h"?D.x:D.y,C;
if(!D[B+"Scrollbar"]){return;}F=D[B+"ScrollbarProp"]*F;if(F<0){if(!D.options.fixedScrollbar){C=D[B+"ScrollbarIndicatorSize"]+f(F*3);
if(C<8){C=8;}D[B+"ScrollbarIndicator"].style[B=="h"?"width":"height"]=C+"px";
}F=0;}else{if(F>D[B+"ScrollbarMaxScroll"]){if(!D.options.fixedScrollbar){C=D[B+"ScrollbarIndicatorSize"]-f((F-D[B+"ScrollbarMaxScroll"])*3);
if(C<8){C=8;}D[B+"ScrollbarIndicator"].style[B=="h"?"width":"height"]=C+"px";
F=D[B+"ScrollbarMaxScroll"]+(D[B+"ScrollbarIndicatorSize"]-C);}else{F=D[B+"ScrollbarMaxScroll"];
}}}D[B+"ScrollbarWrapper"].style[z+"TransitionDelay"]="0";D[B+"ScrollbarWrapper"].style.opacity=E&&D.options.hideScrollbar?"0":"1";
D[B+"ScrollbarIndicator"].style[z+"Transform"]=a+(B=="h"?F+"px,0":"0,"+F+"px")+k;
},_start:function(G){var F=this,K=y?G.touches[0]:G,E=document.body,B=document.documentElement,I,J,H,D,C;
if(!F.enabled){return;}if(F.options.onBeforeScrollStart){F.options.onBeforeScrollStart.call(F,G);
}if(F.options.useTransition||F.options.zoom){F._transitionTime(0);}F.moved=false;
F.animating=false;F.zoomed=false;F.distX=0;F.distY=0;F.absDistX=0;F.absDistY=0;
F.dirX=0;F.dirY=0;if(F.options.zoom&&y&&G.touches.length>1){D=v.abs(G.touches[0].pageX-G.touches[1].pageX);
C=v.abs(G.touches[0].pageY-G.touches[1].pageY);F.touchesDistStart=v.sqrt(D*D+C*C);
F.originX=v.abs(G.touches[0].pageX+G.touches[1].pageX-F.wrapperOffsetLeft*2)/2-F.x;
F.originY=v.abs(G.touches[0].pageY+G.touches[1].pageY-F.wrapperOffsetTop*2)/2-F.y;
if(F.options.onZoomStart){F.options.onZoomStart.call(F,G);}}if(F.options.momentum){if(F.options.useTransform){I=getComputedStyle(F.scroller,null)[z+"Transform"].replace(/[^0-9-.,]/g,"").split(",");
J=I[4]*1;H=I[5]*1;}else{J=(F.scroller.currentStyle||getComputedStyle(F.scroller,null)).left.replace(/[^0-9-]/g,"")*1;
H=(F.scroller.currentStyle||getComputedStyle(F.scroller,null)).top.replace(/[^0-9-]/g,"")*1;
}if(J!=F.x||H!=F.y){if(F.options.useTransition){F._unbind("webkitTransitionEnd");
}else{p(F.aniTime);}F.steps=[];F._pos(J,H);}}F.absStartX=F.x;F.absStartY=F.y;
F.startX=F.x;F.startY=F.y;F.pointX=(K.pageX||K.clientX+E.scrollLeft+B.scrollLeft);
F.pointY=(K.pageY||K.clientY+E.scrollTop+B.scrollTop);F.startTime=G.timeStamp||new Date().getTime();
if(F.options.onScrollStart){F.options.onScrollStart.call(F,G);}F._bind(t);
F._bind(d);F._bind(x);},_move:function(L){var J=this,M=y?L.touches[0]:L,I=document.body,C=document.documentElement,G=(M.pageX||M.clientX+I.scrollLeft+C.scrollLeft)-J.pointX,E=(M.pageY||M.clientY+I.scrollTop+C.scrollTop)-J.pointY,B=J.x+G,N=J.y+E,H,F,D,K=L.timeStamp||new Date().getTime();
if(J.options.onBeforeScrollMove){J.options.onBeforeScrollMove.call(J,L);
}if(J.options.zoom&&y&&L.touches.length>1){H=v.abs(L.touches[0].pageX-L.touches[1].pageX);
F=v.abs(L.touches[0].pageY-L.touches[1].pageY);J.touchesDist=v.sqrt(H*H+F*F);
J.zoomed=true;D=1/J.touchesDistStart*J.touchesDist*this.scale;if(D<J.options.zoomMin){D=0.5*J.options.zoomMin*Math.pow(2,D/J.options.zoomMin);
}else{if(D>J.options.zoomMax){D=2*J.options.zoomMax*Math.pow(0.5,J.options.zoomMax/D);
}}J.lastScale=D/this.scale;B=this.originX-this.originX*J.lastScale+this.x,N=this.originY-this.originY*J.lastScale+this.y;
this.scroller.style[z+"Transform"]=a+B+"px,"+N+"px"+k+" scale("+D+")";if(J.options.onZoom){J.options.onZoom.call(J,L);
}return;}J.pointX=(M.pageX||M.clientX+I.scrollLeft+C.scrollLeft);J.pointY=(M.pageY||M.clientY+I.scrollTop+C.scrollTop);
if(B>0||B<J.maxScrollX){B=J.options.bounce?J.x+(G/2):B>=0||J.maxScrollX>=0?0:J.maxScrollX;
}if(N>J.minScrollY||N<J.maxScrollY){N=J.options.bounce?J.y+(E/2):N>=J.minScrollY||J.maxScrollY>=0?J.minScrollY:J.maxScrollY;
}if(J.absDistX<6&&J.absDistY<6){J.distX+=G;J.distY+=E;J.absDistX=v.abs(J.distX);
J.absDistY=v.abs(J.distY);return;}if(J.options.lockDirection){if(J.absDistX>J.absDistY+5){N=J.y;
E=0;}else{if(J.absDistY>J.absDistX+5){B=J.x;G=0;}}}J.moved=true;J._pos(B,N);
J.dirX=G>0?-1:G<0?1:0;J.dirY=E>0?-1:E<0?1:0;if(K-J.startTime>300){J.startTime=K;
J.startX=J.x;J.startY=J.y;}if(J.options.onScrollMove){J.options.onScrollMove.call(J,L);
}},_end:function(J){if(y&&J.touches.length!=0){return;}var H=this,P=y?J.changedTouches[0]:J,K,O,D={dist:0,time:0},B={dist:0,time:0},G=(J.timeStamp||new Date().getTime())-H.startTime,L=H.x,I=H.y,N,M,C,F,E;
H._unbind(t);H._unbind(d);H._unbind(x);if(H.options.onBeforeScrollEnd){H.options.onBeforeScrollEnd.call(H,J);
}if(H.zoomed){E=H.scale*H.lastScale;E=Math.max(H.options.zoomMin,E);E=Math.min(H.options.zoomMax,E);
H.lastScale=E/H.scale;H.scale=E;H.x=H.originX-H.originX*H.lastScale+H.x;
H.y=H.originY-H.originY*H.lastScale+H.y;H.scroller.style[z+"TransitionDuration"]="200ms";
H.scroller.style[z+"Transform"]=a+H.x+"px,"+H.y+"px"+k+" scale("+H.scale+")";
H.zoomed=false;H.refresh();if(H.options.onZoomEnd){H.options.onZoomEnd.call(H,J);
}return;}if(!H.moved){if(y){if(H.doubleTapTimer&&H.options.zoom){clearTimeout(H.doubleTapTimer);
H.doubleTapTimer=null;if(H.options.onZoomStart){H.options.onZoomStart.call(H,J);
}H.zoom(H.pointX,H.pointY,H.scale==1?H.options.doubleTapZoom:1);if(H.options.onZoomEnd){setTimeout(function(){H.options.onZoomEnd.call(H,J);
},200);}}else{H.doubleTapTimer=setTimeout(function(){H.doubleTapTimer=null;
K=P.target;while(K.nodeType!=1){K=K.parentNode;}if(K.tagName!="SELECT"&&K.tagName!="INPUT"&&K.tagName!="TEXTAREA"){O=document.createEvent("MouseEvents");
O.initMouseEvent("click",true,true,J.view,1,P.screenX,P.screenY,P.clientX,P.clientY,J.ctrlKey,J.altKey,J.shiftKey,J.metaKey,0,null);
O._fake=true;K.dispatchEvent(O);}},H.options.zoom?250:0);}}H._resetPos(200);
if(H.options.onTouchEnd){H.options.onTouchEnd.call(H,J);}return;}if(G<300&&H.options.momentum){D=L?H._momentum(L-H.startX,G,-H.x,H.scrollerW-H.wrapperW+H.x,H.options.bounce?H.wrapperW:0):D;
B=I?H._momentum(I-H.startY,G,-H.y,(H.maxScrollY<0?H.scrollerH-H.wrapperH+H.y-H.minScrollY:0),H.options.bounce?H.wrapperH:0):B;
L=H.x+D.dist;I=H.y+B.dist;if((H.x>0&&L>0)||(H.x<H.maxScrollX&&L<H.maxScrollX)){D={dist:0,time:0};
}if((H.y>H.minScrollY&&I>H.minScrollY)||(H.y<H.maxScrollY&&I<H.maxScrollY)){B={dist:0,time:0};
}}if(D.dist||B.dist){C=v.max(v.max(D.time,B.time),10);if(H.options.snap){N=L-H.absStartX;
M=I-H.absStartY;if(v.abs(N)<H.options.snapThreshold&&v.abs(M)<H.options.snapThreshold){H.scrollTo(H.absStartX,H.absStartY,200);
}else{F=H._snap(L,I);L=F.x;I=F.y;C=v.max(F.time,C);}}H.scrollTo(f(L),f(I),C);
if(H.options.onTouchEnd){H.options.onTouchEnd.call(H,J);}return;}if(H.options.snap){N=L-H.absStartX;
M=I-H.absStartY;if(v.abs(N)<H.options.snapThreshold&&v.abs(M)<H.options.snapThreshold){H.scrollTo(H.absStartX,H.absStartY,200);
}else{F=H._snap(H.x,H.y);if(F.x!=H.x||F.y!=H.y){H.scrollTo(F.x,F.y,F.time);
}}if(H.options.onTouchEnd){H.options.onTouchEnd.call(H,J);}return;}H._resetPos(200);
if(H.options.onTouchEnd){H.options.onTouchEnd.call(H,J);}},_resetPos:function(D){var B=this,E=B.x>=0?0:B.x<B.maxScrollX?B.maxScrollX:B.x,C=B.y>=B.minScrollY||B.maxScrollY>0?B.minScrollY:B.y<B.maxScrollY?B.maxScrollY:B.y;
if(E==B.x&&C==B.y){if(B.moved){B.moved=false;if(B.options.onScrollEnd){B.options.onScrollEnd.call(B);
}}if(B.hScrollbar&&B.options.hideScrollbar){if(z=="webkit"){B.hScrollbarWrapper.style[z+"TransitionDelay"]="300ms";
}B.hScrollbarWrapper.style.opacity="0";}if(B.vScrollbar&&B.options.hideScrollbar){if(z=="webkit"){B.vScrollbarWrapper.style[z+"TransitionDelay"]="300ms";
}B.vScrollbarWrapper.style.opacity="0";}return;}B.scrollTo(E,C,D||0);},_wheel:function(G){var E=this,F,D,C,B,H;
if("wheelDeltaX" in G){F=G.wheelDeltaX/12;D=G.wheelDeltaY/12;}else{if("detail" in G){F=D=-G.detail*3;
}else{F=D=-G.wheelDelta;}}if(E.options.wheelAction=="zoom"){H=E.scale*Math.pow(2,1/3*(D?D/Math.abs(D):0));
if(H<E.options.zoomMin){H=E.options.zoomMin;}if(H>E.options.zoomMax){H=E.options.zoomMax;
}if(H!=E.scale){if(!E.wheelZoomCount&&E.options.onZoomStart){E.options.onZoomStart.call(E,G);
}E.wheelZoomCount++;E.zoom(G.pageX,G.pageY,H,400);setTimeout(function(){E.wheelZoomCount--;
if(!E.wheelZoomCount&&E.options.onZoomEnd){E.options.onZoomEnd.call(E,G);
}},400);}return;}C=E.x+F;B=E.y+D;if(C>0){C=0;}else{if(C<E.maxScrollX){C=E.maxScrollX;
}}if(B>E.minScrollY){B=E.minScrollY;}else{if(B<E.maxScrollY){B=E.maxScrollY;
}}E.scrollTo(C,B,0);},_mouseout:function(C){var B=C.relatedTarget;if(!B){this._end(C);
return;}while(B=B.parentNode){if(B==this.wrapper){return;}}this._end(C);
},_transitionEnd:function(C){var B=this;if(C.target!=B.scroller){return;
}B._unbind("webkitTransitionEnd");B._startAni();},_startAni:function(){var H=this,C=H.x,B=H.y,F=new Date().getTime(),G,E,D;
if(H.animating){return;}if(!H.steps.length){H._resetPos(400);return;}G=H.steps.shift();
if(G.x==C&&G.y==B){G.time=0;}H.animating=true;H.moved=true;if(H.options.useTransition){H._transitionTime(G.time);
H._pos(G.x,G.y);H.animating=false;if(G.time){H._bind("webkitTransitionEnd");
}else{H._resetPos(0);}return;}D=function(){var I=new Date().getTime(),K,J;
if(I>=F+G.time){H._pos(G.x,G.y);H.animating=false;if(H.options.onAnimationEnd){H.options.onAnimationEnd.call(H);
}H._startAni();return;}I=(I-F)/G.time-1;E=v.sqrt(1-I*I);K=(G.x-C)*E+C;J=(G.y-B)*E+B;
H._pos(K,J);if(H.animating){H.aniTime=s(D);}};D();},_transitionTime:function(B){B+="ms";
this.scroller.style[z+"TransitionDuration"]=B;if(this.hScrollbar){this.hScrollbarIndicator.style[z+"TransitionDuration"]=B;
}if(this.vScrollbar){this.vScrollbarIndicator.style[z+"TransitionDuration"]=B;
}},_momentum:function(I,C,G,B,K){var H=0.0006,D=v.abs(I)/C,E=(D*D)/(2*H),J=0,F=0;
if(I>0&&E>G){F=K/(6/(E/D*H));G=G+F;D=D*G/E;E=G;}else{if(I<0&&E>B){F=K/(6/(E/D*H));
B=B+F;D=D*B/E;E=B;}}E=E*(I<0?-1:1);J=D/H;return{dist:E,time:f(J)};},_offset:function(B){var D=-B.offsetLeft,C=-B.offsetTop;
while(B=B.offsetParent){D-=B.offsetLeft;C-=B.offsetTop;}if(B!=this.wrapper){D*=this.scale;
C*=this.scale;}return{left:D,top:C};},_snap:function(J,I){var G=this,F,E,H,D,C,B;
H=G.pagesX.length-1;for(F=0,E=G.pagesX.length;F<E;F++){if(J>=G.pagesX[F]){H=F;
break;}}if(H==G.currPageX&&H>0&&G.dirX<0){H--;}J=G.pagesX[H];C=v.abs(J-G.pagesX[G.currPageX]);
C=C?v.abs(G.x-J)/C*500:0;G.currPageX=H;H=G.pagesY.length-1;for(F=0;F<H;
F++){if(I>=G.pagesY[F]){H=F;break;}}if(H==G.currPageY&&H>0&&G.dirY<0){H--;
}I=G.pagesY[H];B=v.abs(I-G.pagesY[G.currPageY]);B=B?v.abs(G.y-I)/B*500:0;
G.currPageY=H;D=f(v.max(C,B))||200;return{x:J,y:I,time:D};},_bind:function(E,D,B){var C=this;
if(document.addEventListener){(D||this.scroller).addEventListener(E,this,!!B);
}else{this.events[E]=function(F){C.handleEvent.call(C,F);};(D||this.scroller).attachEvent("on"+E,this.events[E]);
}},_unbind:function(D,C,B){if(document.removeEventListener){(C||this.scroller).removeEventListener(D,this,!!B);
}else{if(this.events[D]){(C||this.scroller).detachEvent("on"+D,this.events[D]);
}}},destroy:function(){var B=this;B.scroller.style[z+"Transform"]="";B.hScrollbar=false;
B.vScrollbar=false;B._scrollbar("h");B._scrollbar("v");B._unbind(i,window);
B._unbind(b);B._unbind(t);B._unbind(d);B._unbind(x);if(!B.options.hasTouch){B._unbind("mouseout",B.wrapper);
B._unbind(u);}if(B.options.useTransition){B._unbind("webkitTransitionEnd");
}if(B.options.checkDOMChanges){clearInterval(B.checkDOMTime);}if(B.options.onDestroy){B.options.onDestroy.call(B);
}},refresh:function(){var E=this,G,D,B,C,H=0,F=0;if(E.scale<E.options.zoomMin){E.scale=E.options.zoomMin;
}E.wrapperW=E.wrapper.clientWidth||1;E.wrapperH=E.wrapper.clientHeight||1;
E.minScrollY=-E.options.topOffset||0;E.scrollerW=f(E.scroller.offsetWidth*E.scale);
E.scrollerH=f((E.scroller.offsetHeight+E.minScrollY)*E.scale);E.maxScrollX=E.wrapperW-E.scrollerW;
E.maxScrollY=E.wrapperH-E.scrollerH+E.minScrollY;E.dirX=0;E.dirY=0;if(E.options.onRefresh){E.options.onRefresh.call(E);
}E.hScroll=E.options.hScroll&&E.maxScrollX<0;E.vScroll=E.options.vScroll&&(!E.options.bounceLock&&!E.hScroll||E.scrollerH>E.wrapperH);
E.hScrollbar=E.hScroll&&E.options.hScrollbar;E.vScrollbar=E.vScroll&&E.options.vScrollbar&&E.scrollerH>E.wrapperH;
G=E._offset(E.wrapper);E.wrapperOffsetLeft=-G.left;E.wrapperOffsetTop=-G.top;
if(typeof E.options.snap=="string"){E.pagesX=[];E.pagesY=[];C=E.scroller.querySelectorAll(E.options.snap);
for(D=0,B=C.length;D<B;D++){H=E._offset(C[D]);H.left+=E.wrapperOffsetLeft;
H.top+=E.wrapperOffsetTop;E.pagesX[D]=H.left<E.maxScrollX?E.maxScrollX:H.left*E.scale;
E.pagesY[D]=H.top<E.maxScrollY?E.maxScrollY:H.top*E.scale;}}else{if(E.options.snap){E.pagesX=[];
while(H>=E.maxScrollX){E.pagesX[F]=H;H=H-E.wrapperW;F++;}if(E.maxScrollX%E.wrapperW){E.pagesX[E.pagesX.length]=E.maxScrollX-E.pagesX[E.pagesX.length-1]+E.pagesX[E.pagesX.length-1];
}H=0;F=0;E.pagesY=[];while(H>=E.maxScrollY){E.pagesY[F]=H;H=H-E.wrapperH;
F++;}if(E.maxScrollY%E.wrapperH){E.pagesY[E.pagesY.length]=E.maxScrollY-E.pagesY[E.pagesY.length-1]+E.pagesY[E.pagesY.length-1];
}}}E._scrollbar("h");E._scrollbar("v");if(!E.zoomed){E.scroller.style[z+"TransitionDuration"]="0";
E._resetPos(200);}},scrollTo:function(B,I,H,G){var F=this,E=B,D,C;F.stop();
if(!E.length){E=[{x:B,y:I,time:H,relative:G}];}for(D=0,C=E.length;D<C;D++){if(E[D].relative){E[D].x=F.x-E[D].x;
E[D].y=F.y-E[D].y;}F.steps.push({x:E[D].x,y:E[D].y,time:E[D].time||0});
}F._startAni();},scrollToElement:function(B,D){var C=this,E;B=B.nodeType?B:C.scroller.querySelector(B);
if(!B){return;}E=C._offset(B);E.left+=C.wrapperOffsetLeft;E.top+=C.wrapperOffsetTop;
E.left=E.left>0?0:E.left<C.maxScrollX?C.maxScrollX:E.left;E.top=E.top>C.minScrollY?C.minScrollY:E.top<C.maxScrollY?C.maxScrollY:E.top;
D=D===undefined?v.max(v.abs(E.left)*2,v.abs(E.top)*2):D;C.scrollTo(E.left,E.top,D);
},scrollToPage:function(D,C,F){var E=this,B,G;F=F===undefined?400:F;if(E.options.onScrollStart){E.options.onScrollStart.call(E);
}if(E.options.snap){D=D=="next"?E.currPageX+1:D=="prev"?E.currPageX-1:D;
C=C=="next"?E.currPageY+1:C=="prev"?E.currPageY-1:C;D=D<0?0:D>E.pagesX.length-1?E.pagesX.length-1:D;
C=C<0?0:C>E.pagesY.length-1?E.pagesY.length-1:C;E.currPageX=D;E.currPageY=C;
B=E.pagesX[D];G=E.pagesY[C];}else{B=-E.wrapperW*D;G=-E.wrapperH*C;if(B<E.maxScrollX){B=E.maxScrollX;
}if(G<E.maxScrollY){G=E.maxScrollY;}}E.scrollTo(B,G,F);},disable:function(){this.stop();
this._resetPos(0);this.enabled=false;this._unbind(t);this._unbind(d);this._unbind(x);
},enable:function(){this.enabled=true;},stop:function(){if(this.options.useTransition){this._unbind("webkitTransitionEnd");
}else{p(this.aniTime);}this.steps=[];this.moved=false;this.animating=false;
},zoom:function(B,G,F,E){var C=this,D=F/C.scale;if(!C.options.useTransform){return;
}C.zoomed=true;E=E===undefined?200:E;B=B-C.wrapperOffsetLeft-C.x;G=G-C.wrapperOffsetTop-C.y;
C.x=B-B*D+C.x;C.y=G-G*D+C.y;C.scale=F;C.refresh();C.x=C.x>0?0:C.x<C.maxScrollX?C.maxScrollX:C.x;
C.y=C.y>C.minScrollY?C.minScrollY:C.y<C.maxScrollY?C.maxScrollY:C.y;C.scroller.style[z+"TransitionDuration"]=E+"ms";
C.scroller.style[z+"Transform"]=a+C.x+"px,"+C.y+"px"+k+" scale("+F+")";
C.zoomed=false;},isReady:function(){return !this.moved&&!this.zoomed&&!this.animating;
}};if(typeof exports!=="undefined"){exports.iScroll=w;}else{window.iScroll=w;
}})();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno ads plugins.js
*/
if(typeof adtech==="undefined"){window.adtech={initAd:function(a){if(typeof adtech.runPlugin[a.type]!=="undefined"){adtech.runPlugin[a.type](a.data,a.frame,a.companions);
}},env:{wallpaper:false},runPlugin:{},getPlugin:function(){},setPlugin:function(){}};
}if(typeof adtech.runPlugin.fullwidth==="undefined"){adtech.runPlugin.fullwidth=function(){if(document.domain.indexOf("fvn")>-1){$("#topAd").css({width:"1920px",margin:"0 auto","margin-left":"-40% ",height:"300px","padding-bottom":"-20px"});
$("#topAd").addClass("fullwidth");$(".topboard").width("1920px");if($("#adRight")!==undefined){$("#adRight").addClass("fullwidth");
$("#adRight").css("padding-top","310px");}}else{$("#topAd").css({width:"1920px",margin:"0 auto","margin-left":"-38% ",height:"300px","padding-bottom":"-20px"});
$("#topAd").addClass("fullwidth");$(".topboard").width("1920px");$("#content").css("padding-top","10px");
if($("#adRight")!==undefined){$("#adRight").addClass("fullwidth");$("#adRight").css("padding-top","310px");
}}};}if(typeof adtech.runPlugin.ticker==="undefined"){adtech.runPlugin.ticker=function(){var a=$(".popback");
a.css({bottom:0});a.css({left:0});a.css({"margin-top":"15px"});a.css({position:"fixed"});
a.css({"z-index":600000000});$("body").css("overflow-x","hidden");};}if(typeof adtech.runPlugin.lightbox==="undefined"){adtech.runPlugin.lightbox=function(f,h){var g="/skins/global/widgets/gardrFrame/colorboxWhite.css",b="/resources/js/mno/ads/colorbox.js",d=f.attr.tout!==0?(f.attr.tout*1000)+2000:null,a=h?$(h):null,c=f.attr.img!==""&&f.attr.target==="_self";
if(a!==null){if($("#colorbox").length>0){return false;}a.hide();$.ajaxSetup({cache:true});
$.getScript(b,function(){$.ajaxSetup({cache:false});$.get(g,function(k){var j=$("<style>"+k+"</style>").attr({type:"text/css"});
$("head").append(j);$.colorbox({inline:true,href:a.contents().find("#gardr"),fixed:true,close:"Lukk annonsen",scrolling:false,innerWidth:f.config?f.config.width:f.attr.imgW+"px",innerHeight:f.config?f.config.height:f.attr.imgH+"px",onComplete:function(){a.show();
$("#cboxClose").css("position","absolute");$("#cboxClose").css("background","#999");
$("#cboxClose").css("bottom","0");$("#cboxClose").css("border","0");$("#cboxClose").css("right","0");
$("#cboxClose").css("display","block");$("#cboxClose").css("color","#fff");
$("#cboxClose").css("cursor","pointer");if(d!==null){ad_lightbox_timeout=window.setTimeout(function(){$.colorbox.close();
$(".popback").hide();},d);}},onCleanup:function(){$(".popback").hide();
a.hide();}});});if(c){var i=a.find("a");i.on("click",function(){if(ad_lightbox_timeout){window.clearTimeout(ad_lightbox_timeout);
}var j=$("<iframe />").attr({width:"100%",height:"100%",frameBorder:0,marginHeight:0,marginWidth:0,seamless:"seamless",src:f.flashvars.clickTAG||f.flashvars.clickTAG1});
i.replaceWith(j);return false;});}});}};}if(typeof adtech.runPlugin.wallpaper==="undefined"){adtech.runPlugin.wallpaper=function(a,b){$(document).ready(function(){$("#adRight").detach();
});$(b).attr("id","wallpaper");$("#topAd").css("left","-11px");$(".topboard iframe").css({position:"relative","z-index":2});
$(".popback").css({position:"fixed",top:"2px",left:"50%","margin-left":"-960px"});
$("#content").css({position:"relative","background-color":"white"});if(a.attr.hex){mno.$body[0].style.backgroundColor=a.attr.hex;
}if(!adtech.env.wallpaper){adtech.env.wallpaper=true;$(".popback iframe").contents().find("span").css({position:"fixed",top:"2px",left:"50%","margin-left":"-960px"}).prependTo("#surround").find("img").on("load",function(){$("#viewport #topAd").css("border-bottom",0);
$("footer#footer").css("position","relative");$("#content #preFooter").css("width","982px");
setTimeout(function(){$(".popback").remove();},0);});}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils expose.js
*/
}(function(b){mno.io.getCSS("global/utils/expose.css");
var a={init:function(c){c=b.extend({onClose:function(){},onOpen:function(){}},c);
function d(g,f,h){f.fadeOut(250,function(){g.removeClass("mnoExposed").css({top:"auto",left:"auto"}).insertBefore(h);
h.remove();c.onClose();});}return this.each(function(f){var g=b(this);g.bind("focus click",function(i){if(!g.hasClass("mnoExposed")){var k=g.offset(),j=b("<div></div>").insertBefore(this);
g.data("placeholder",j);j.css({height:g.outerHeight(true)+"px"});var h=b("<div />").attr("id","exposeWhiteBg").css("display","none").bind("click",function(){d(g,h,j);
}).css("height",mno.$document.height()+"px").appendTo("body");g.css({width:g.width(),top:k.top,left:k.left}).addClass("mnoExposed").appendTo("body");
c.onOpen();h.fadeTo(250,0.8);i.target.focus();}});});},update:function(){return this.each(function(){var c=b(this);
if(c.hasClass("mnoExposed")){c.data("placeholder").css({height:c.outerHeight(true)+"px"});
}});}};b.fn.mnoExpose=function(c){if(a[c]){return a[c].apply(this,Array.prototype.slice.call(arguments,1));
}else{if(typeof c==="object"||!c){return a.init.apply(this,arguments);}else{mno.core.log(1,"Method "+c+" does not exist on mnoExpose");
}}};}(window.jQuery));
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils params.js
*/
mno.namespace("mno.utils.params");
mno.utils.params=(function(){var d=false,g,f,c,a;function b(){var k=window.location.href.split("?",2),l=(k[1]||"").split("#")[0].split("&")||[],h,n;
d={};for(var j=0;l[j];j++){n=l[j].split("=");n[0]=decodeURIComponent(n[0]);
n[1]=decodeURIComponent(n[1]);if(typeof d[n[0]]==="undefined"){d[n[0]]=n[1];
}else{if(typeof d[n[0]]==="string"){h=[d[n[0]],n[1]];d[n[0]]=h;}else{d[n[0]].push(n[1]);
}}}}f=function(h){if(d===false){b();}return(typeof d[h]==="undefined"?false:d[h]);
};c=function c(){if(d===false){b();}return d||false;};a=function(){if(d===false){b();
}return g||false;};return{getPath:a,getParameter:f,getAllParameters:c};
}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils tree.js
*/
(function(b){var a={init:function(){return this.each(function(c){var d=b(this),f=d.clone(true);
mno.core.log(1,f);f.addClass("mnoTree");f.find("li:last-child").addClass("lastChild");
f.find("li.leaf a").click(function(g){g.stopPropagation();});f.find("li.expanderCollapser:has(ul)").each(function(){b(this).addClass("expanded").bind("click",function(g){b(this).toggleClass("expanded collapsed");
g.stopPropagation();}).prepend('<span class="mnoTree-expand">+</span><span class="mnoTree-collapse">-</span>').removeClass("leaf");
});d.replaceWith(f);});}};b.fn.mnoTree=function(c){if(a[c]){return a[c].apply(this,Array.prototype.slice.call(arguments,1));
}else{if(typeof c==="object"||!c){return a.init.apply(this,arguments);}else{mno.core.log(1,"Method "+c+" does not exist on mnoExpose");
}}};}(window.jQuery));
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno views views.js
*/
mno.namespace("mno.views");
mno.views=(function(){function b(d){if($.template[d]!==undefined){return true;
}else{var c=(d.indexOf(".")!==-1?mno.publication.rel+"resources/js/"+d.replace(/\./g,"/")+".tmpl":mno.publication.rel+"resources/js/mno/views/"+d+".tmpl")+"?r="+mno.revision;
mno.core.log(1,"Download template "+c,"mno.views.fetch",{event:"download/"+c,data:c,method:"begin"});
return $.ajax({url:c,success:function(f){mno.core.log(1,"Download finished "+c,"mno.views.fetch",{event:"download/"+c,data:c,method:"end"});
$.template(d,f);},cache:true});}}function a(f,g,c){var d=new $.Deferred();
$.when(b(f)).then(function(){mno.core.log(1,"Rendering template "+f,"mno.views.render",{event:"renderTemplate/"+f,data:f,method:"begin"});
var h;if(g&&g.constructor===Array){g=[{items:g}];}h=$.tmpl(f,g);mno.core.log(1,"Complete rendering template "+f,"mno.views.render",{event:"renderTemplate/"+f,data:f,method:"end"});
d.resolve(h);if(typeof c==="function"){c(h);}});return d;}return{render:a};
}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js group header.js
*/
mno.core.register({id:"group.header",require:["mno.utils.scroll"],creator:function(a){var d=mno.$body,c=false,b=0;
a.listen({scrollmove:function(g){var h=g.y;if(h<b&&c===false){d.addClass("scrollUp");
c=true;}else{if(h>b&&c===true){d.removeClass("scrollUp");c=false;}}b=h;
}});function f(){}return{init:f};}});
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno ads custom.js
*/
$(document).ready(function(){function a(){if(window.gardrDevice!==undefined&&!window.gardrDevice.mobile&&$("#adRight").length>0&&$(".topboard").length>0){var h=$(".skyscraperright1"),f=$(".topboard"),d=$(".topboard").offset().top,c=$("#footer").offset().top-h.height()-$("#footer").height(),g;
if($(".skyscraperleft1").contents().length>0&&f.width()>980){g=f.offset().left+f.width();
}else{g=f.offset().left+f.width()+19;}h.show();h.css("webkit-transform","translateZ(0)");
h.css("z-index",490);h.css("top",0);h.css("left",g);if($(window).scrollTop()>=c){h.css({position:"absolute",top:c-d,left:g});
}else{if($(window).scrollTop()>d){h.css({position:"fixed",top:0,left:g});
}else{h.css({position:"absolute",top:d,left:g});}}}}function b(){if(window.gardrDevice!==undefined&&!window.gardrDevice.mobile&&$(".topboard").length>0){var i=$(".skyscraperleft1"),h=$(".topboard"),d=$(".topboard").offset().top,c=$("#footer").offset().top-i.height()-$("#footer").height(),f=h.offset().left-i.width(),g=document.domain.indexOf("fvn.no")!==-1?4:15;
i.show();i.contents().show();i.css("webkit-transform","translateZ(0)");
i.css("z-index",490);i.css("top",0);i.css("left",f);if($(window).scrollTop()>=c){i.css({position:"absolute",top:c-d,left:-i.width()-g});
}else{if($(window).scrollTop()>d){i.css({position:"fixed",top:0,left:f});
}else{i.css({position:"absolute",top:0,left:-i.width()-g});}}}}$(window).on("scroll",function(){a();
b();});$(window).on("resize",function(){a();b();});$(window).on("load",function(){a();
b();});});var gardrRunHestesko=function(){var c=0,f=$(".topboard"),a=$(".skyscraperleft1"),d=$(".skyscraperright1");
function b(){c++;if(f.contents().width()>980||f.width>980){if(document.domain.indexOf("fvn.no")!==-1){f.css({left:"-15px",width:"1010px"});
a.css("left","-184px");}else{f.css({left:"-15px",width:"1010px"});a.css("left","-195px");
}}if(a.contents().length>0&&(f.width()>980||f.contents().width()>980)){d.css("left",f.offset().left+f.contents().width());
}else{d.css("left",f.offset().left+f.contents().width()+19);}}if(c<6){setTimeout(b,500);
}};var gardrFixAdForm=function(){if(typeof window.getGardr!=="undefined"){window.getGardr(function(){if(window.gardrDevice.mobile){setTimeout(function(){var b="205",a=$(".gardrFrame"),c=a.find(".adform-adbox");
c.css({width:"320px !important"});if(a.hasClass("megaboard")){b="320";}a.css("height",b+"px !important");
c.css("height",b+"px !important");},2500);}});}};var gardrSportResize=function(){if(typeof window.getGardr!=="undefined"){window.getGardr(function(){if($("body").hasClass("responsive")&&(window.gardrDevice.tablet)){setTimeout(function(){var a=[[".netboard",{"margin-left":"-70px","margin-top":"-40px","margin-bottom":"-40px"}],[".miniboard",{"margin-left":"-47px","margin-top":"-40px","margin-bottom":"-80px"}],[".miniboard1",{"margin-left":"-47px","margin-top":"-40px","margin-bottom":"-80px"}],["#topAd",{"margin-left":"-95px","margin-top":"-30px"}],[".midtbanner3",{"margin-left":"-120px","margin-top":"-30px","margin-bottom":"-50px"}],[".midtbanner2",{"margin-left":"-120px","margin-top":"-30px","margin-bottom":"-50px"}],[".midtbanner1",{"margin-left":"-120px","margin-top":"-30px","margin-bottom":"-50px"}]],c;
for(var b=0;b<a.length;b++){c=$(a[b][0]);if(c.find("iframe").length>0){c.css("transform","scale(0.75, 0.75)");
c.css(a[b][1]);}}},2500);}});}};$(window).on("orientationchange",gardrSportResize);
var beforePostscribe=function(c){if(typeof window.adtech!=="undefined"&&typeof window.burtApi!=="undefined"){var b=window.burtApi.trackByNode(c.iframe,{name:c.name});
if(typeof window.adtech.flightId!=="undefined"){var a=(window.adtech.flightId||"")+"_"+(window.adtech.bannerId||"");
b.connect("burt.campaign","campaign-id",a);b.connect("burt.campaign","creative-id",a);
b.connect("sch_no.placement","placement-id",(window.adtech.placementId||""));
}}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno ads matchmedia.js
*/
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */
window.matchMedia||(window.matchMedia=function(){var b=(window.styleMedia||window.media);
if(!b){var c=document.createElement("style"),a=document.getElementsByTagName("script")[0],d=null;
c.type="text/css";c.id="matchmediajs-test";a.parentNode.insertBefore(c,a);
d=("getComputedStyle" in window)&&window.getComputedStyle(c,null)||c.currentStyle;
b={matchMedium:function(f){var g="@media "+f+"{ #matchmediajs-test { width: 1px; } }";
if(c.styleSheet){c.styleSheet.cssText=g;}else{c.textContent=g;}return d.width==="1px";
}};}return function(f){return{matches:b.matchMedium(f||"all"),media:f||"all"};
};}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno ads postscribe.js
*/
(function(){function h(){}var g={afterAsync:h,afterDequeue:h,afterStreamStart:h,afterWrite:h,beforeEnqueue:h,beforeWrite:function(u){return u;
},done:h,error:function(u){throw u;},releaseAsync:false};var a=this;var j=void 0;
function k(u){return u!==j&&u!==null;}if(a.postscribe){return;}var s=false;
var p=Array.prototype.slice;function b(u){return"function"===typeof u;}function l(v,x,y){var w,u=(v&&v.length)||0;
for(w=0;w<u;w++){x.call(y,v[w],w);}}function o(w,v,x){var u;for(u in w){if(w.hasOwnProperty(u)){v.call(x,u,w[u]);
}}}function n(v,u){o(u,function(w,x){v[w]=x;});return v;}function d(u,v){u=u||{};
o(v,function(w,x){if(!k(u[w])){u[w]=x;}});return u;}function f(w){try{return p.call(w);
}catch(v){var u=[];l(w,function(x){u.push(x);});return u;}}var q=function(u){return u[u.length-1];
};function c(u){return !u||!("tagName" in u)?!1:!!~u.tagName.toLowerCase().indexOf("script");
}function t(u){return !u||!("tagName" in u)?!1:!!~u.tagName.toLowerCase().indexOf("style");
}var i=(function(){var u="data-ps-";function v(z,y,A){var x=u+y;if(arguments.length===2){var B=z.getAttribute(x);
return !k(B)?B:String(B);}else{if(k(A)&&A!==""){z.setAttribute(x,A);}else{z.removeAttribute(x);
}}}function w(x,y){var z=x.ownerDocument;n(this,{root:x,options:y,win:z.defaultView||z.parentWindow,doc:z,parser:htmlParser("",{autoFix:true}),actuals:[x],proxyHistory:"",proxyRoot:z.createElement(x.nodeName),scriptStack:[],writeQueue:[]});
v(this.proxyRoot,"proxyof",0);}w.prototype.write=function(){[].push.apply(this.writeQueue,arguments);
var x;while(!this.deferredRemote&&this.writeQueue.length){x=this.writeQueue.shift();
if(b(x)){this.callFunction(x);}else{this.writeImpl(x);}}};w.prototype.callFunction=function(y){var x={type:"function",value:y.name||y.toString()};
this.onScriptStart(x);y.call(this.win,this.doc);this.onScriptDone(x);};
w.prototype.writeImpl=function(z){this.parser.append(z);var y,B=[],x,A;
while((y=this.parser.readToken())&&!(x=c(y))&&!(A=t(y))){B.push(y);}this.writeStaticTokens(B);
if(x){this.handleScriptToken(y);}if(A){this.handleStyleToken(y);}};w.prototype.writeStaticTokens=function(y){var x=this.buildChunk(y);
if(!x.actual){return;}x.html=this.proxyHistory+x.actual;this.proxyHistory+=x.proxy;
this.proxyRoot.innerHTML=x.html;if(s){x.proxyInnerHTML=this.proxyRoot.innerHTML;
}this.walkChunk();if(s){x.actualInnerHTML=this.root.innerHTML;}return x;
};w.prototype.buildChunk=function(A){var z=this.actuals.length,x=[],B=[],y=[];
l(A,function(C){x.push(C.text);if(C.attrs){if(!(/^noscript$/i).test(C.tagName)){var D=z++;
B.push(C.text.replace(/(\/?>)/," "+u+"id="+D+" $1"));if(C.attrs.id!=="ps-script"&&C.attrs.id!=="ps-style"){y.push(C.type==="atomicTag"?"":"<"+C.tagName+" "+u+"proxyof="+D+(C.unary?" />":">"));
}}}else{B.push(C.text);y.push(C.type==="endTag"?C.text:"");}});return{tokens:A,raw:x.join(""),actual:B.join(""),proxy:y.join("")};
};w.prototype.walkChunk=function(){var B,x=[this.proxyRoot];while(k(B=x.shift())){var A=B.nodeType===1;
var z=A&&v(B,"proxyof");if(!z){if(A){this.actuals[v(B,"id")]=B;v(B,"id",null);
}var y=B.parentNode&&v(B.parentNode,"proxyof");if(y){this.actuals[y].appendChild(B);
}}x.unshift.apply(x,f(B.childNodes));}};w.prototype.handleScriptToken=function(x){var y=this.parser.clear();
if(y){this.writeQueue.unshift(y);}x.src=x.attrs.src||x.attrs.SRC;if(x.src&&this.scriptStack.length){this.deferredRemote=x;
}else{this.onScriptStart(x);}var z=this;this.writeScriptToken(x,function(){z.onScriptDone(x);
});};w.prototype.handleStyleToken=function(x){var y=this.parser.clear();
if(y){this.writeQueue.unshift(y);}x.type=x.attrs.type||x.attrs.TYPE||"text/css";
this.writeStyleToken(x);if(y){this.write();}};w.prototype.writeStyleToken=function(x){var y=this.buildStyle(x);
this.insertStyle(y);if(x.content){if(y.styleSheet&&!y.sheet){y.styleSheet.cssText=x.content;
}else{y.appendChild(this.doc.createTextNode(x.content));}}};w.prototype.buildStyle=function(x){var y=this.doc.createElement(x.tagName);
y.setAttribute("type",x.type);o(x.attrs,function(z,A){y.setAttribute(z,A);
});return y;};w.prototype.insertStyle=function(x){this.writeImpl('<span id="ps-style"/>');
var y=this.doc.getElementById("ps-style");y.parentNode.replaceChild(x,y);
};w.prototype.onScriptStart=function(x){x.outerWrites=this.writeQueue;this.writeQueue=[];
this.scriptStack.unshift(x);};w.prototype.onScriptDone=function(x){if(x!==this.scriptStack[0]){this.options.error({message:"Bad script nesting or script finished twice"});
return;}this.scriptStack.shift();this.write.apply(this,x.outerWrites);if(!this.scriptStack.length&&this.deferredRemote){this.onScriptStart(this.deferredRemote);
this.deferredRemote=null;}};w.prototype.writeScriptToken=function(y,x){var z=this.buildScript(y);
var B=this.shouldRelease(z);var A=this.options.afterAsync;if(y.src){z.src=y.src;
this.scriptLoadHandler(z,!B?function(){x();A();}:A);}try{this.insertScript(z);
if(!y.src||B){x();}}catch(C){this.options.error(C);x();}};w.prototype.buildScript=function(x){var y=this.doc.createElement(x.tagName);
o(x.attrs,function(z,A){y.setAttribute(z,A);});if(x.content){y.text=x.content;
}return y;};w.prototype.insertScript=function(x){this.writeImpl('<span id="ps-script"/>');
var y=this.doc.getElementById("ps-script");y.parentNode.replaceChild(x,y);
};w.prototype.scriptLoadHandler=function(B,x){function A(){B=B.onload=B.onreadystatechange=B.onerror=null;
}var z=this.options.error;function C(){A();x();}function y(D){A();z(D);
x();}n(B,{onload:function(){C();},onreadystatechange:function(){if(/^(loaded|complete)$/.test(B.readyState)){C();
}},onerror:function(){y({message:"remote script failed "+B.src});}});};
w.prototype.shouldRelease=function(x){var y=/^script$/i.test(x.nodeName);
return !y||!!(this.options.releaseAsync&&x.src&&x.hasAttribute("async"));
};return w;}());a.postscribe=(function(){var x=0;var u=[];var y=null;function v(){var B=u.shift();
var A;if(B){A=q(B);A.afterDequeue();B.stream=z.apply(null,B);A.afterStreamStart();
}}function z(G,D,C){y=new i(G,C);y.id=x++;y.name=C.name||y.id;w.streams[y.name]=y;
var H=G.ownerDocument;var B={close:H.close,open:H.open,write:H.write,writeln:H.writeln};
function F(I){I=C.beforeWrite(I);y.write(I);C.afterWrite(I);}n(H,{close:h,open:h,write:function(){return F(f(arguments).join(""));
},writeln:function(){return F(f(arguments).join("")+"\n");}});var E=y.win.onerror||h;
y.win.onerror=function(K,J,I){C.error({msg:K+" - "+J+":"+I});E.apply(y.win,arguments);
};y.write(D,function A(){n(H,B);y.win.onerror=E;C.done();y=null;v();});
return y;}function w(D,C,B){if(b(B)){B={done:B};}B=d(B,g);D=(/^#/).test(D)?a.document.getElementById(D.substr(1)):D.jquery?D[0]:D;
var A=[D,C,B];D.postscribe={cancel:function(){if(A.stream){A.stream.abort();
}else{A[1]=h;}}};B.beforeEnqueue(A);u.push(A);if(!y){v();}return D.postscribe;
}return n(w,{streams:{},queue:u,WriteStream:i});}());}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno ads splash.js
*/
var splash={config:{initialized:false,host:document.domain["split"](/\./)[1],section:decodeURIComponent(document.location["pathname"]["split"](/\//)["slice"](1,-1)["join"]("/")),trackDisabled:typeof window.trackDisabled!=="undefined"?true:false},track:function(d,c,b){var a=document.createElement("script");
a.src="http://ada.snd.no/"+splash.config["host"]+".js?plugin="+d+"&status="+c+"&products="+b+"&section="+splash.config["section"];
document.body["appendChild"](a);},run:function(b,a){document.addEventListener("DOMContentLoaded",function(){if(/aftenposten|bt|aftenbladet|fvn/["test"](splash.config["host"])&&document.location["protocol"]["indexOf"]("https")===-1){setTimeout(function(){if(navigator.userAgent["indexOf"]("iPad")===-1&&typeof mnoMobile==="undefined"){var k=["//adserver.adtech.de/multiad/2.0/0/0/0/-1/","//aka-cdn-ns.adtechus.com/dt/common/DACMultiAdPlugin.js"];
function i(){var o=!!document.querySelectorAll;if(o){var n=document.querySelectorAll(".gardr iframe");
if(n.length>0){for(var l=0,q,p=n.length;l<p;l++){q=n[l];if(q.contentWindow["adtech"]){return false;
}else{return true;}}}else{return true;}}else{return false;}}function h(){if(splash.config["trackDisabled"]){splash.track("disabled",b,a);
}c(d);}function g(){if(i()){splash.track("enabled",b,a);c(d);if(b!=="logged-in"&&!splash.config["initialized"]){splash.config["initialized"]=true;
var v={aftenposten:{background:"#74CAEB;",popTextEnd:'<div style="text-align: center; padding: 20px 0; clear: both;"><strong>Takk for at du skrur på annonser på aftenposten.no :-)</strong></div>',left:"/skins/global/gfx/splash/ap-left.jpg",top:"/skins/global/gfx/splash/ap-top.jpg",right:"/skins/global/gfx/splash/ap-right.jpg",screen:"/skins/global/gfx/splash/ap-screen.png"},bt:{background:"#CED8CF;",popTextEnd:'<div style="text-align: center; padding: 20px 0; clear: both;"><strong>Takk for at du skrur på annonser på bt.no :-)</strong></div>',left:"/skins/global/gfx/splash/bt-left.jpg",top:"/skins/global/gfx/splash/bt-top.jpg",right:"/skins/global/gfx/splash/bt-right.jpg",screen:"/skins/global/gfx/splash/bt-screen.png"},aftenbladet:{background:"#CCD3DB;",popTextEnd:'<div style="text-align: center; padding: 20px 0; clear: both;"><strong>Takk for at du skrur på annonser på aftenbladet.no :-)</strong></div>',left:"/skins/global/gfx/splash/sa-left.png",top:"/skins/global/gfx/splash/sa-top.png",right:"/skins/global/gfx/splash/sa-right.png",screen:"/skins/global/gfx/splash/sa-screen.png"},fvn:{background:"#E6E6E6;",popTextEnd:'<div style="text-align: center; padding: 20px 0; clear: both;"><strong>Takk for at du skrur på annonser på fvn.no :-)</strong></div>',left:"/skins/global/gfx/splash/fvn-left.jpg",top:"/skins/global/gfx/splash/fvn-top.jpg",right:"/skins/global/gfx/splash/fvn-right.jpg",screen:"/skins/global/gfx/splash/fvn-screen.png"}},t=(function(){return v[splash.config["host"]]||v.aftenposten;
})(),w=Math.random().toString(36)["replace"](/[^a-z]+/g,"")["substr"](0,5),u=w+"."+w+"{display: block;position: absolute;top: 0;left: -180px;width: 180px;height: 700px;background: "+t.background+"line-height: 1.4em;}"+w+"."+w+" .t1 {padding: 260px 10px 67px;font-size: 18px;}"+w+"."+w+" .t2 {padding: 0 451px 0 11px;margin: 0;font-size: 18px;}"+w+"."+w+" h1 {margin: 0 0 16px;padding: 18px 11px 0;font-size: 26px;font-weight: normal;}"+w+"."+w+" .zwei {padding: 11px 40px;position: absolute;right: 11px;top: 81px;background-color: #FFF;border: 1px solid #227196;color: #D00;font-size: 18px;text-transform: uppercase;}"+w+"."+w+" button {padding: 11px 0;margin: 0 10px;background-color: #FFF;border: 1px solid #227196;color: #D00;font-size: 18px;text-align: center;font-weight: normal;width: auto;text-transform: uppercase;height: auto;line-height: 1.2em;}",s=t.text,q;
var p=function(F){var D=document.createElement("div"),B=1000,A=document.createElement("div"),z=document.createElement("a");
function E(G){G.preventDefault();z.removeEventListener("click",E);D.parentNode["removeChild"](D);
A.parentNode["removeChild"](A);return false;}z.addEventListener("click",E);
D.style["cssText"]="width:"+B+"px; height: auto; position: absolute; top: 50%; left: 50%; background-color: #fff; padding: 10px; margin-left: -"+(B/2)+"px; margin-top:-390px;z-index: 2000000000;";
A.style["cssText"]="width: 100% height: 100%; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: #000; z-index: 1999; opacity: .8;";
A.addEventListener("click",E);var C="<h3>Slik skrur du på annonser</h3>";
if(q==="chrome"){C+='<div style="float: left; margin-right: 16px; padding-right: 16px; border-right: 2px solid #19C;"><p><strong>For Adblock</strong></p>';
C+='<img src="/skins/global/gfx/splash/chrome-1.png"><br>';C+='<img src="'+t.screen+'"></div>';
C+="<p><strong>For Adblock Plus</strong></p>";C+='<img src="/skins/global/gfx/splash/chrome-plus.png">';
}else{if(q==="firefox"){C+='<div style="text-align: center;"><p><strong>For Adblock Plus</strong></p>';
C+='<img src="/skins/global/gfx/splash/firefox.jpg"></div>';}}C+=t.popTextEnd;
D.innerHTML=C;z.innerHTML="Lukk";z.className="close";z.href="#";document.body["appendChild"](D);
D.appendChild(z);document.body["appendChild"](A);return false;};if(navigator.userAgent["indexOf"]("Firefox")>-1?true:false){q="firefox";
}else{q="chrome";}var o=document.createElement("style");if(o.styleSheet){o.styleSheet["cssText"]=u;
}else{o.appendChild(document.createTextNode(u));}var n=document.createElement(w);
n.className=w;n.innerHTML='<!--googleoff: index--><img src="'+t.left+'" /><!--googleon: index-->';
n.style["cursor"]="pointer";n.addEventListener("click",p);var l=document.createElement(w);
l.className=w;l.innerHTML='<!--googleoff: index--><img src="'+t.right+'" /><!--googleon: index-->';
l.style["right"]="-180px";l.style["left"]="auto";l.style["cursor"]="pointer";
l.addEventListener("click",p);var y=document.createElement(w);y.className=w;
y.style["left"]="auto";y.style["position"]="relative";y.style["right"]="auto";
y.style["width"]="100%";y.style["height"]="150px";y.style["marginTop"]="0px";
y.style["backgroundImage"]="none";y.innerHTML='<!--googleoff: index--><img src="'+t.top+'" /><!--googleon: index-->';
y.style["cursor"]="pointer";y.addEventListener("click",p);document.head["appendChild"](o);
var x=document.querySelector("#content");x.appendChild(l);x.appendChild(n);
if(x.insertAdjacentElement){x.insertAdjacentElement("afterbegin",y);}else{x.insertBefore(y,x.firstChild);
}}}else{}}function f(){var l=document.createElement("iframe");if(l.hidden===undefined){l.style["display"]="none";
}l.hidden=true;document.body["appendChild"](l);return l;}function c(l){l.parentNode["removeChild"](l);
}function j(p,l){var o=l.contentDocument;var n=o.createElement("script");
n.src=p;n.onload=h;n.onerror=g;o.body["appendChild"](n);}var d=f();j(k[Math.floor(Math.random()*k.length)],d);
}},10);}});}};window.onSndPaywallCheckSession=function(a){if(!a.session){splash.run("logged-out",false);
}else{splash.run("logged-in",false);}};window.onSndPaywallCallback=function(a){splash.run("logged-in",a.result);
};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core env.js
*/
(function(a){a.env=a.env||{};
a.env.iOS=function(){var b=false,d,c;if(d=/OS ([0-9_.]+) like Mac OS/.exec(navigator.userAgent)){c=d[1].split(/[_\.]/);
b={version:c};}a.env.iOS=function(){return b;};return b;};a.env.handheld=function(){var b=(/Android|webOS|i(Phone|Pad|Pod)|BlackBerry|[Bb]ada|Windows Phone/i).test(navigator.userAgent);
a.env.handheld=function(){return b;};return b;};a.env.mobile=function(){var b=(function(c){return(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i).test(c)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(c.substr(0,4));
})(navigator.userAgent||navigator.vendor||window.opera);a.env.mobile=function(){return b;
};return b;};}(mno));
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core features.js
*/
mno.namespace("features");
mno.features=(function mnoFeatures(){var d={transform:(function c(){var j=document.documentElement,i;
if(j&&(i=j.style)){if(typeof i.transform==="string"){return"transform";
}else{if(typeof i.MozTransform==="string"){return"MozTransform";}else{if(typeof i.WebkitTransform==="string"){return"WebkitTransform";
}else{if(typeof i.OTransform==="string"){return"OTransform";}else{if(typeof i.MsTransform==="string"){return"MsTransform";
}else{if(typeof i.KhtmlTransform==="string"){return"KhtmlTransform";}}}}}}}return false;
}()),transition:(function h(){var j=document.documentElement,i;if(j&&(i=j.style)){if(typeof i.transition==="string"){return"transition";
}else{if(typeof i.MozTransition==="string"){return"MozTransition";}else{if(typeof i.WebkitTransition==="string"){return"WebkitTransition";
}else{if(typeof i.OTransition==="string"){return"OTransition";}else{if(typeof i.MsTransition==="string"){return"MsTransition";
}else{if(typeof i.KhtmlTransition==="string"){return"KhtmlTransition";}}}}}}return false;
}return false;}()),transitionProperty:(function b(){var j=document.documentElement,i;
if(j&&(i=j.style)){if(typeof i.transition==="string"){return"transition";
}else{if(typeof i.MozTransition==="string"){return"MozTransition";}else{if(typeof i.WebkitTransition==="string"){return"WebkitTransition";
}else{if(typeof i.OTransition==="string"){return"OTransition";}else{if(typeof i.MsTransition==="string"){return"MsTransition";
}else{if(typeof i.KhtmlTransition==="string"){return"KhtmlTransition";}}}}}}}return false;
}()),transitionEnd:(function(){var k=document.createElement("bootstrap"),j={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",msTransition:"MsTransitionEnd",transition:"transitionend"},i;
for(i in j){if(j.hasOwnProperty(i)&&k.style[i]!==undefined){return j[i];
}}return false;})(),transitionEndEvent:(function g(){var i=document.createElement("div");
if("ontransitionend" in window){return"transitionend";}else{if("onwebkittransitionend" in window){return"webkitTransitionEnd";
}else{if("onotransitionend" in i||navigator.appName==="Opera"){return"oTransitionEnd";
}else{if("msTransition" in i.style){if("transition" in i.style){return"transitionend";
}else{return"msTransitionEnd";}}else{return false;}}}}}()),touch:(function f(){try{return !!(("ontouchstart" in window)||window.DocumentTouch&&document instanceof window.DocumentTouch);
}catch(i){return false;}}()),platform:(function a(){return navigator.platform;
}())};(function(){var n=document.createElement("div"),l=navigator.userAgent;
n.style.position="fixed";n.style.top=0;function k(){var o="scrollTop" in document.body?document.body.scrollTop:document.documentElement.scrollTop;
if(o!==undefined&&o>0&&document.body){document.body.insertBefore(n,document.body.firstChild);
if(n.getBoundingClientRect||n.getBoundingClientRect().top<=0){mno.$body.addClass("fixed-supported");
}document.body.removeChild(n);mno.$window.off("scroll",k);}}if(!(l.match(/Android 2\.[1-6]/)&&l.indexOf("AppleWebKit")>-1)&&!(l.match(/Opera Mobi\/([0-9]+)/)&&RegExp.$1<7458)&&!(window.operamini&&({}).toString.call(window.operamini)==="[object OperaMini]")&&!(l.match(/Fennec\/([0-9]+)/)&&RegExp.$1<6)){if(l.match(/(iPad|iPhone|iPod)/i)){var i=new RegExp(/OS\s([\d+_?]*)\slike/i).exec(l),j=i!==null?i[1].split("_")[0]:4;
if(j>4){$("html").addClass("fixed-supported");}}else{$("html").addClass("fixed-supported");
}}}());return d;}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno core test.js
*/
mno.namespace("test");
mno.test=(function(){var h={},f={},a=[];function g(){mno.core.log(1,"removing "+Object.keys(h).length+" tests, "+Object.keys(f).length+" queued downloads and "+a.length+" queued schedules");
h=[];f={};a=[];}function b(j){if(typeof j!=="object"||!(j.id)||(typeof j.suite!=="function")){throw Error("Expected registerTest parameter to be a test descriptor object. Refer to the manual.");
}h[j.id]=j.suite;}function i(l,k){var j=h[l];if(typeof j!=="function"){throw Error('Test suite "'+l+'" not found. Did you forget to register it first?');
}QUnit.module(l);j.call({},k);}function c(l,k){try{if(typeof QUnit==="undefined"){a.push(function(){c(l,k);
});return;}if(!h[l]&&!f[l]){f[l]=true;mno.core.downloadModule(l+"-test",function(){if(typeof h[l]!=="function"){mno.core.log(3,l+" was not defined properly, your JS file may have errors");
return;}i(l,k);});}else{if(!f[l]){i(l,k);}}}catch(j){mno.core.log(3,"Exception during '"+l+"' test scheduling: "+j.message);
}}function d(j,k){b(j);c(j.id,k);}mno.event.registerEvents({"debug-qunit":function(j){if(j){while(a[0]){a.pop().call();
}}}},"core");return{register:b,schedule:c,now:d,cleanup:g};}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno uiResources rotator.js
*/
mno.namespace("mno.uiResources.rotator");
mno.uiResources.rotator=function(a){function c(f,d){f=Array.prototype.slice.call(f,0);
d=d||function(){};return setInterval(function(){for(var g=0;f[g];g++){$(f[g]).removeClass("active");
}f.unshift(f.pop());$(f[0]).addClass("active");d();},3000);}function b(h,j){var g=h.$this.width(),f=Math.floor(g/400*2)*100+80,i={width:f,items:[]};
function d(){var k=0;h.$items=h.$this.find(".item");h.$items.each(function(){if(k<$(this).find(".large").height()){k=$(this).find(".large").height();
}});h.contentHeight=k;h.$this.find(".large").height(k);h.$content.height(k);
h.height=h.$items.height();h.oHeight=h.$items.outerHeight();}if(h.$this.find("ul.content .item .large").length===0){h.$content=$('<ul class="content" style="padding-left:'+f+'px"></ul>');
h.$items.each(function(){var l=$(this),k=l.find("img").attr("src");i.items.push({title:l.find("h2").text(),link:l.find("a").attr("href"),img:k,largeImg:k.replace(/w\d+/,"w"+f),teaser:l.find(".teaserText").text()});
});h.$this.children("*").not("header, .footer").remove();h.$this.addClass("clearfix");
mno.views.render("rotator",i,function(k){h.$content.append(k);h.$this.append(h.$content);
d();j();});}else{h.$content=h.$this.find(".content");d();j();}}a.each(function(){var g=$(this),i=g.find("article"),f={$this:g,$items:i,len:i.length},d;
function h(j){return c(f.$items,j);}b(f,function(){var j;function k(){g.find(".item").not(".active").animate({height:(((f.contentHeight-f.height)/(f.len)-(f.oHeight-f.height)))+"px"},500);
g.find(".item.active").animate({height:f.height+"px"},500);}if(f.contentHeight<(f.oHeight*f.len)){f.$content.height(f.contentHeight);
j=k;}else{j=function(){};}d=h(j);f.$items.hover(function(){clearInterval(d);
f.$items.stop().removeClass("active");$(this).addClass("active");j();},function(){d=h(j);
});j();});});};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno uiResources singleLineList.js
*/
mno.namespace("mno.uiResources.singleLineList");
mno.uiResources.singleLineList=function(c){function b(d,f){d.animate({marginLeft:-f},f*10,"linear",function(){setTimeout(function(){a(d,f);
},2000);});}function a(d,f){d.animate({marginLeft:0},f*10,"linear");}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno uiResources tabs.js
*/
mno.namespace("mno.uiResources.tabs");
mno.uiResources.tabs=function(b){var f;if(!mno.utils.params){mno.core.downloadWidget("mno.utils.params");
}function c(i){var h=b.find("[role=tab]"),g=h.index(i);((g!==h.length-1)?i.next():h.first()).focus();
}function d(i){var h=b.find("[role=tab]"),g=h.index(i);((g!==0)?i.prev():h.last()).focus();
}function a(j,k,i){var h=!i.ctrlKey&&!i.shiftKey&&!i.altKey,g=i.ctrlKey&&!i.shiftKey&&!i.altKey;
switch(i.keyCode){case 34:if(g===true){c(j);i.stopPropagation();}break;
case 33:if(g===true){d(j);i.stopPropagation();}break;case 36:if(h===true){b.find("[role=tab]").first().focus();
i.stopPropagation();}break;case 35:if(h===true){b.find("[role=tab]").last().focus();
i.stopPropagation();}break;case 9:if(i.ctrlKey&&!i.altKey){if(i.shiftKey){d(j);
}else{c(j);}i.stopPropagation();return false;}break;}return true;}b.on("click","[role=tab]",function(){$(this).focus();
});b.on("focus","[role=tab]",function(){var g=$(this),h=g.attr("id");b.find("[aria-selected=true]").not(this).attr("aria-selected","false").attr("aria-label","not selected").blur();
b.find("[aria-hidden=false]").not("[aria-labelledby="+h+"]").attr("aria-hidden","true");
g.attr("aria-selected","true").attr("aria-label","selected");b.find("[aria-labelledby="+h+"]").attr("aria-hidden","false");
if(f!==h){mno.event.triggerEvent({type:"tabFocus",data:h});}if(h==="tabFbComments"){mno.core.downloadModule("mno.utils.facebook",function(){mno.utils.facebook.fbConnectInit();
});}f=h;});b.on("keydown","[role=tab]",function(i){var g=!i.ctrlKey&&!i.shiftKey&&!i.altKey,h=$(this);
switch(i.keyCode){case 37:case 38:if(g===true){d(h);i.stopPropagation();
}break;case 39:case 40:if(g===true){c(h);i.stopPropagation();}break;}a(h,b.find("[role=tab]"),i);
});b.on("keydown","[role=tabpanel]",function(h){var g=b.find("[role=tabpanel]").index($(this));
a(b.find("[role=tab]")[g],b.find("[role=tab]"),h);});b.bind("keypress",function(g){switch(g.keyCode){case 33:case 34:if(g.ctrlKey&&!g.altKey&&!g.shiftKey){g.stopPropagation();
return false;}break;case 9:if(g.ctrlKey&&!g.altKey){g.stopPropagation();
return false;}break;}});if(mno.utils.params.getParameter("openTab")!==false&&mno.utils.params.getParameter("openTab").match(/^\w+$/)){b.find("#"+mno.utils.params.getParameter("openTab")+"[role=tab]").focus();
}else{b.find("[role=tab]:first").focus();if(typeof mnoMobile!=="undefined"){window.scrollTo(0,0);
}}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils analytics.js
*/
mno.namespace("mno.utils.analytics");
mno.utils.analytics=(function(){var b=mno.core.log.bind(mno.core);var c=function(d){var g={debug:false,replace:[[";"," "]],account:"",anonymous:true,trackPageview:true,labelGlue:";",flush:false},i,j,h,f;
this.options=$.extend({},g,d);if(typeof window._gaq==="undefined"||this.options.flush){if(this.options.account){j=window._gaq=[];
delete window._gat;if(this.options.debug){i="u/ga_debug.js";}else{i="ga.js";
}h=window.document.createElement("script");h.type="text/javascript";h.async=true;
h.src=("https:"===document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/"+i;
f=document.getElementsByTagName("script")[0];f.parentNode.insertBefore(h,f);
this.push(["_setAccount",this.options.account]);if(this.options.anonymous){this.push(["_gat._anonymizeIp"]);
}if(this.options.trackPageview){this.push(["_trackPageview"]);}}else{b("GoogleAnalytics: No account information, initialization skipped");
}}else{b("GoogleAnalytics: Global _gaq object present, loading skipped");
}};c.prototype.push=function(d){if(typeof window._gaq!=="undefined"){window._gaq.push(d);
}else{b("GoogleAnalytics: Global _gaq object not present, logging skipped");
}};c.prototype.event=function(f,g,d){this.push(["_trackEvent",f,g,this.sanitize(d)]);
};c.prototype.sanitize=function(d){return d.map(function(f){this.options.replace.forEach(function(g){f=f.replace.apply(f,g);
});return f;}.bind(this)).join(this.options.labelGlue);};var a={GoogleAnalytics:c};
mno.test.schedule("mno.utils.test.analytics",a);return a;}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils cors.js
*/
mno.namespace("mno.utils.cors");
mno.utils.cors=(function(){var a=[];return function(c){var b=$.Deferred(),h,g,f=function(i){if(typeof c.success==="function"){c.success(i);
}b.resolve(i);};if("XDomainRequest" in window){if(c.method&&c.method.toLowerCase()!=="get"){throw"Only GET method is supported for cross-domain xhr";
}h=new XDomainRequest();try{h.open("get",c.url);}catch(d){if(c._jsonp){$.extend(c,c._jsonp);
return $.ajax(c);}else{setTimeout(function(){b.reject();},0);return b.promise();
}}h.onload=function(){if(c.dataType&&c.dataType==="json"){try{f(JSON.parse(h.responseText));
}catch(i){f(h.responseText);}}else{f(h.responseText);}};h.onerror=function(){if(typeof c.error==="function"){c.error();
}b.reject();};h.ontimeout=function(){b.reject();};g=b.promise();g.abort=function(){h.abort();
};b.always(function(){var i=a.indexOf(b);if(i>-1){a.splice(i,1);}});if(a.length===0){h.send();
a.push(b);}else{$.when.apply($,a).then(function(){h.send();a.push(b);});
}return g;}else{return $.ajax(c);}};}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils crc32.js
*/
mno.namespace("mno.utils");
mno.utils.crc32=(function(){var a="00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D";
return function(g){var d=0,h=0,b=0,c=0,f=g.length;d=d^(-1);for(c=0;c<f;
c++){h=(d^g.charCodeAt(c))&255;b="0x"+a.substr(h*9,8);d=(d>>>8)^b;}return d^(-1);
};}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils delay.js
*/
mno.namespace("mno.utils.delay");
mno.utils.delay=(function(){var c=function(){return +(new Date());};var d=function(f,h,j){var i=0;
var g=null;h=h||500;return function(){clearTimeout(g);if(c()-i>h){i=c();
f.apply(this,arguments);}else{if(j){g=setTimeout(jQuery.proxy(function(){i=c();
f.apply(this,arguments);},this),Math.max(0,i-c()+h));}}};};var a=function(f,g,k,j){var h=null,i=false;
k=(typeof k!=="undefined")?!!k:true;j=(typeof j!=="undefined")?!!j:true;
return function(){clearTimeout(h);if(k&&!i){f.apply(this,arguments);}h=setTimeout(jQuery.proxy(function(){if(j){f.apply(this,arguments);
}i=false;},this),g);i=true;};};var b={throttle:d,debounce:a};mno.test.schedule("mno.utils.test.delay",b);
return b;}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils denationalize.js
*/
mno.namespace("utils.denationalize");
mno.utils.denationalize=function(d,g,n){var c,p,k,l,h,a,b,f,q=d;if(typeof q!=="string"){return q;
}if(typeof(n)==="undefined"){n=false;}if(typeof(g)==="undefined"){g=n?-1:0;
}c="ÉÊËšÌÍƒœµÎÏžÐŸÑÒÓÔŠ£ÕÖŒ¥ØŽ§ÀÙÁÚÂÛÃÜÄÝßÇàÈáâûĔĭņşŸãüĕĮŇŠŹäýĖįňšźþėİŉŢŻÿĘıŊţżçĀęĲŋŤŽèāĚĳŌťžéĂěĴōŦſêăĜĵŎŧëĄĝĶŏŨìąĞķŐũíĆğĸőŪîćĠĹŒūïĈġĺœŬðĉĢĻŔŭñĊģļŕŮòċĤĽŖůóČĥľŗŰôčĦĿŘűõĎħŀřŲöďĨŁŚųĐĩłśŴøđĪŃŜŵùĒīńŝŶƏúēĬŅŞŷ";
p="EEEsIIfomIIzDYNOOOSLOOOYOZSAUAUAUAUAYSCaEaauEinsYaueINSZayEinszpeInTZyElntzcAeInTZeaEiOtzeAeJoTieaGjOteAgKoUiaGkOuiCgkoUicGLOuiCgloUocGLRunCglrUocHLRuoChlrUocHLRuoDhlrUodILScDilsWodINSwuEinsYeueINSy";
h={"æ":"ae","å":"aa","Å":"AA","Æ":"AE"};if(n){c+=" :;.,";p+="_____";}b="";
function j(i){return p[c.indexOf(i)];}q=q.replace(new RegExp("["+c+"]","g"),j);
for(k in h){if(h.hasOwnProperty(k)){l=h[k];a=new RegExp("["+k+"]","g");
q=q.replace(a,l);}}if(n){q=q.replace(/[^a-zA-Z0-9_-]/gi,b);}q=q.replace(/[_]+/,"_").replace(/^_*(.*?)_*$/gi,"$1");
if(g===-1){return q.toLowerCase();}else{if(g===1){return q.toUpperCase();
}else{return q;}}};mno.test.now({id:"mno.utils.test.denationalize",suite:function(){module("mno.utils.denationalize");
test("example strings work",function(){equal(mno.utils.denationalize("Zażółć gęślą jaźń"),"Zazolc gesla jazn",'Polish "Zażółć gęślą jaźń" turns into "Zazolc gesla jazn"');
equal(mno.utils.denationalize("A-Å"),"A-AA",'"A-Å" => "A-AA" (learn Norwegian every day)');
equal(mno.utils.denationalize("Dendrobatidæ"),"Dendrobatidae",'"æ" => "ae"');
});}});
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils flash.js
*/
mno.core.register({id:"mno.utils.flash",creator:function(){return{init:function(){},showFlash:function(a){if(typeof swfobject!=="undefined"){swfobject.embedSWF(a.url,a.elementId,a.width,a.height,a.version,"expressInstall.swf",a.flashVars,a.params,a.attributes);
}$("#"+a.fallbackElementId).hide();$("#"+a.fallbackElementId+"-caption").hide();
},destroy:function(){}};}});
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils frameCommunicator.js
*/
(function(){var b=[/^http(s)?:\/\/ocacache\.medianorge\.no/,/^http(s)?:\/\/ocatest(3|4)\.medianorge\.no/,/^http(s)?:\/\/oca\.medianorge\.no/,/^http(s)?:\/\/localhost:8080/,/^http(s)?:\/\/(m\.|widget\.)?(loc\.|stg\.|dev\.)?godetilbud(\.aften(posten|bladet))?\.no/,/^http(s)?:\/\/(m\.|widget\.)?(loc\.|stg\.|dev\.)?nyttig\.bt\.no/,/^http(s)?:\/\/(m\.|widget\.)?(loc\.|stg\.|dev\.)?atorget\.aftenbladet\.no/,/^http(s)?:\/\/(m\.|widget\.)?(loc\.|stg\.|dev\.)?torget\.adressa\.no/,/^http(s)?:\/\/(m\.|widget\.)?(loc\.|stg\.|dev\.)?torvet\.(fvn|l\-a|lister24)\.no/,/^http(s)?:\/\/(m\.|widget\.)?(loc\.|stg\.|dev\.)?guiden\.nwt\.se/],f=false,n=(window.mno instanceof Object),j=function(o,p){o.postMessage(JSON.stringify(p),"*");
},d={isIOS:function(){return navigator.userAgent.indexOf("iPhone")>-1||navigator.userAgent.indexOf("iPad")>-1||navigator.userAgent.indexOf("iPod")>-1;
},},c={"request mno presence":function(p,o){j(p,{action:"mno presence response",params:[n]});
},"resize requesting iframe":function(t,o,q,u,p){var v=document.querySelectorAll("iframe, object, embed"),s={};
if(typeof t==="number"){t+="px";}if(typeof o==="number"){o+="px";}v=Array.prototype.slice.call(v).filter(function(w){return w.getAttribute("src")===q||w.getAttribute("data")===q;
});v.forEach(function(w){w.style.width=(t!==null)?t:w.style.width;w.style.height=(o!==null)?o:w.style.height;
});},"open real estate overlay":function(s,o,q,p){if(n){mno.event.triggerEvent({type:"open overlay",data:{objects:s,position:o},options:{persistent:false}},"realEstateOverlay");
}},"open zmag":function(v,t,s){if(!n){if(console&&console.error){console.error("open zmag called, but this action requires MNO framework");
}return false;}var u=null,p=function(){var w=d.isIOS()?window.innerWidth:mno.$window.innerWidth(),x=d.isIOS()?window.innerHeight:mno.$window.innerHeight();
return{windowWidth:w,windowHeight:x,width:Math.min(w-80,1400),height:x-80};
},q=mno.utils.delay.throttle(function(){var w=$("#mnoDialog"),z=$("#zmagsViewer",w),y=$("#mnoDialogBg"),x=p();
z.css({width:x.width,height:x.height});w.css({width:"auto",position:"fixed"});
w.css({top:Math.max(0,(x.windowHeight-w.outerHeight(true))/2),left:Math.max(0,(x.windowWidth-w.outerWidth(true))/((x.width>1024)?2:3))});
y.css({"min-width":"100%",width:x.windowWidth});u.resize();},50,true),o={content:$('<div id="zmagsViewer"></div>'),auto:true,onOpen:function(){var w=function(z){u=new window.com.zmags.api.Viewer();
var x=$("#mnoDialog"),y=$("#mnoDialogBg");x.addClass("zmagDialog");y.addClass("zmagDialogBg");
u.setPublicationID(z);u.setParentElementID("zmagsViewer");u.show();window.addEventListener("resize",q);
q();};if(window.com&&window.com.zmags){w(v);}else{$.getScript("http://api.viewer.zmags.com/viewer/viewer.js",function(){w(v);
});}},onClose:function(){window.removeEventListener("resize",q);u=null;
}};if(typeof mno.utils.dialog==="undefined"){mno.core.downloadModule("mno.utils.dialog",function(){mno.utils.dialog(o);
});}else{mno.utils.dialog(o);}}},k=function(){if(!f){window.addEventListener("message",l,false);
f=true;try{j(window.frames.cube,{action:"resize iframe request",params:[window.location.href]});
}catch(o){}}},h=function(){if(f){window.removeEventListener("message",l);
f=false;}},l=function(p){var s=p.data,o=p.origin,q=p.source;if(typeof s==="string"){try{s=JSON.parse(s);
}catch(t){}}if(typeof s==="object"&&g(o,s)){a(s,q,o);return false;}},g=function(o,t){var p,u=false,s=false,q=false;
b.forEach(function(v){if(o.match(v)){u=true;}});Object.getOwnPropertyNames(c).forEach(function(v){if(t.action===v){s=true;
}});return(u&&s);},a=function(q,p,o){c[q.action].apply(null,q.params.concat([p,o]));
},i={init:k,destroy:h};if(n){mno.namespace("mno.utils.frameCommunicator");
mno.utils.frameCommunicator=i;mno.test.schedule("mno.utils.test.frameCommunicator",{post:j,tools:d,actions:c,validate:g,run:a});
}else{window.frameCommunicator=i;}$(function(){k();});}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils geo.js
*/
(function(){if(window.google&&google.gears){return;
}var a=null;if(typeof(GearsFactory)!="undefined"){a=new GearsFactory();
}else{try{a=new ActiveXObject("Gears.Factory");if(a.getBuildInfo().indexOf("ie_mobile")!=-1){a.privateSetGlobalObject(this);
}}catch(b){if((typeof(navigator.mimeTypes)!="undefined")&&navigator.mimeTypes["application/x-googlegears"]){a=document.createElement("object");
a.style.display="none";a.width=0;a.height=0;a.type="application/x-googlegears";
document.documentElement.appendChild(a);if(a&&(typeof(a.create)=="undefined")){a=null;
}}}}if(!a){return;}if(!window.google){google={};}if(!google.gears){google.gears={factory:a};
}})();var bb_success;var bb_error;var bb_blackberryTimeout_id=-1;function handleBlackBerryLocationTimeout(){if(bb_blackberryTimeout_id!=-1){bb_error({message:"Timeout error",code:3});
}}function handleBlackBerryLocation(){clearTimeout(bb_blackberryTimeout_id);
bb_blackberryTimeout_id=-1;if(bb_success&&bb_error){if(blackberry.location.latitude==0&&blackberry.location.longitude==0){bb_error({message:"Position unavailable",code:2});
}else{var a=null;if(blackberry.location.timestamp){a=new Date(blackberry.location.timestamp);
}bb_success({timestamp:a,coords:{latitude:blackberry.location.latitude,longitude:blackberry.location.longitude}});
}bb_success=null;bb_error=null;}}var geo_position_js=function(){var b={};
var c=null;var a="undefined";b.showMap=function(f,d){if(typeof(blackberry)!=a){blackberry.launch.newMap({latitude:f*100000,longitude:-d*100000});
}else{window.location="http://maps.google.com/maps?q=loc:"+f+","+d;}};b.getCurrentPosition=function(g,d,f){c.getCurrentPosition(g,d,f);
};b.init=function(){try{if(typeof(geo_position_js_simulator)!=a){c=geo_position_js_simulator;
}else{if(typeof(bondi)!=a&&typeof(bondi.geolocation)!=a){c=bondi.geolocation;
}else{if(typeof(navigator.geolocation)!=a){c=navigator.geolocation;b.getCurrentPosition=function(i,f,h){function g(j){if(typeof(j.latitude)!=a){i({timestamp:j.timestamp,coords:{latitude:j.latitude,longitude:j.longitude}});
}else{i(j);}}c.getCurrentPosition(g,f,h);};}else{if(typeof(window.blackberry)!=a&&blackberry.location.GPSSupported){if(typeof(blackberry.location.setAidMode)==a){return false;
}blackberry.location.setAidMode(2);b.getCurrentPosition=function(h,f,g){bb_success=h;
bb_error=f;if(g.timeout){bb_blackberryTimeout_id=setTimeout("handleBlackBerryLocationTimeout()",g.timeout);
}else{bb_blackberryTimeout_id=setTimeout("handleBlackBerryLocationTimeout()",60000);
}blackberry.location.onLocationUpdate("handleBlackBerryLocation()");blackberry.location.refreshLocation();
};c=blackberry.location;}else{if(typeof(window.google)!="undefined"&&typeof(google.gears)!="undefined"){c=google.gears.factory.create("beta.geolocation");
b.getCurrentPosition=function(f,g,h){function i(j){if(typeof(j.latitude)!="undefined"){f({timestamp:j.timestamp,coords:{latitude:j.latitude,longitude:j.longitude}});
}else{f(j);}}c.getCurrentPosition(i,g,h);};}else{if(typeof(Mojo)!=a&&typeof(Mojo.Service.Request)!="Mojo.Service.Request"){c=true;
b.getCurrentPosition=function(h,f,g){parameters={};if(g){if(g.enableHighAccuracy&&g.enableHighAccuracy==true){parameters.accuracy=1;
}if(g.maximumAge){parameters.maximumAge=g.maximumAge;}if(g.responseTime){if(g.responseTime<5){parameters.responseTime=1;
}else{if(g.responseTime<20){parameters.responseTime=2;}else{parameters.timeout=3;
}}}}r=new Mojo.Service.Request("palm://com.palm.location",{method:"getCurrentPosition",parameters:parameters,onSuccess:function(i){h({timestamp:i.timestamp,coords:{latitude:i.latitude,longitude:i.longitude,heading:i.heading}});
},onFailure:function(i){if(i.errorCode==1){f({code:3,message:"Timeout"});
}else{if(i.errorCode==2){f({code:2,message:"Position unavailable"});}else{f({code:0,message:"Unknown Error: webOS-code"+errorCode});
}}}});};}else{if(typeof(device)!=a&&typeof(device.getServiceObject)!=a){c=device.getServiceObject("Service.Location","ILocation");
b.getCurrentPosition=function(h,f,g){function j(n,l,k){if(l==4){f({message:"Position unavailable",code:2});
}else{h({timestamp:null,coords:{latitude:k.ReturnValue.Latitude,longitude:k.ReturnValue.Longitude,altitude:k.ReturnValue.Altitude,heading:k.ReturnValue.Heading}});
}}var i=new Object();i.LocationInformationClass="BasicLocationInformation";
c.ILocation.GetLocation(i,j);};}}}}}}}}catch(d){if(typeof(console)!=a){console.log(d);
}return false;}return c!=null;};return b;}();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils gmaps.js
*/
mno.namespace("mno.utils");
mno.utils.gmaps=mno.utils.gmaps||(function(){var a=false,b=false;function c(){if(b||a){return true;
}b=true;mno.$document.ready(function(){mno.io.getScript({url:"http://maps.google.com/maps/api/js?sensor=false&async=2&v=3.0",callbackVar:"callback",jsonP:function(){if(a===false){a=true;
mno.event.triggerEvent({type:"gapiReady",data:"gmaps.js initialized",persistent:true});
}}});});}return{init:c,loaded:function(){return a;}};})();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils hash.js
*/
mno.namespace("mno.utils.hash");
mno.utils.hash=(function(){var d,b,a,c,f;d=function(g){mno.$window.on("hashchange",function(){g();
});};b=function(){var g={},o=location.hash.substring(1),n,k,j,h;if(o){n=o.split("!");
for(j=0,h=n.length;j<h;j++){k=n[j].split("=");if(k.length>1){g[k[0]]=k[1];
}}}return g;};a=function(g){var h=b();return h[g.toString()];};c=function(g,k){function l(i,o){var n=new RegExp("!"+i+"=([^!]{0,})");
if(!(n.test(j))){if(o!==""){j+="!"+i+"="+o;}}else{if(o!==""){j=j.replace(n,"!"+i+"="+o);
}else{j=j.replace(n,"");}}}var j=location.hash;if(typeof g!=="object"){l(g,k);
}else{for(var h in g){if(g.hasOwnProperty(h)){l(h,g[h]);}}}location.hash=j;
};f=function(g){var h=new RegExp("!"+g+"=([^!]{0,})");location.hash=location.hash.replace(h,"");
};return{getHash:b,getHashParameter:a,setHashParameter:c,removeHashParameter:f,registerHashChanging:d};
}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils htmlParser.js
*/
(function(){var b=(function(){var k={};
var l;var j=this.document.createElement("div");l="<P><I></P></I>";j.innerHTML=l;
k.tagSoup=j.innerHTML!==l;j.innerHTML="<P><i><P></P></i></P>";k.selfClose=j.childNodes.length===2;
return k;})();var h=/^<([\-A-Za-z0-9_]+)((?:\s+[\w\-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/;
var g=/^<\/([\-A-Za-z0-9_]+)[^>]*>/;var a=/([\-A-Za-z0-9_]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g;
var i=/^(checked|compact|declare|defer|disabled|ismap|multiple|nohref|noresize|noshade|nowrap|readonly|selected)$/i;
var c=false;function f(u,v){u=u||"";v=v||{};for(var t in b){if(b.hasOwnProperty(t)){if(v.autoFix){v["fix_"+t]=true;
}v.fix=v.fix||v["fix_"+t];}}var s=[];var n=function(x){u+=x;};var w=function(x){u=x+u;
};var j={comment:/^<!--/,endTag:/^<\//,atomicTag:/^<\s*(script|style|noscript|iframe|textarea)[\s>]/i,startTag:/^</,chars:/^[^<]/};
var p={comment:function(){var x=u.indexOf("-->");if(x>=0){return{content:u.substr(4,x),length:x+3};
}},endTag:function(){var x=u.match(g);if(x){return{tagName:x[1],length:x[0].length};
}},atomicTag:function(){var z=p.startTag();if(z){var y=u.slice(z.length);
if(y.match(new RegExp("</\\s*"+z.tagName+"\\s*>","i"))){var x=y.match(new RegExp("([\\s\\S]*?)</\\s*"+z.tagName+"\\s*>","i"));
if(x){return{tagName:z.tagName,attrs:z.attrs,content:x[1],length:x[0].length+z.length};
}}}},startTag:function(){var y=u.match(h);if(y){var x={};y[2].replace(a,function(A,z){var B=arguments[2]||arguments[3]||arguments[4]||i.test(z)&&z||null;
x[z]=B;});return{tagName:y[1],attrs:x,unary:!!y[3],length:y[0].length};
}},chars:function(){var x=u.indexOf("<");return{length:x>=0?x:u.length};
}};var q=function(){for(var y in j){if(j[y].test(u)){if(c){console.log("suspected "+y);
}var x=p[y]();if(x){if(c){console.log("parsed "+y,x);}x.type=x.type||y;
x.text=u.substr(0,x.length);u=u.slice(x.length);return x;}return null;}}};
var l=function(y){var x;while(x=q()){if(y[x.type]&&y[x.type](x)===false){return;
}}};var o=function(){var x=u;u="";return x;};var k=function(){return u;
};if(v.fix){(function(){var x=/^(AREA|BASE|BASEFONT|BR|COL|FRAME|HR|IMG|INPUT|ISINDEX|LINK|META|PARAM|EMBED)$/i;
var B=/^(COLGROUP|DD|DT|LI|OPTIONS|P|TD|TFOOT|TH|THEAD|TR)$/i;var D=[];
D.last=function(){return this[this.length-1];};D.lastTagNameEq=function(H){var I=this.last();
return I&&I.tagName&&I.tagName.toUpperCase()===H.toUpperCase();};D.containsTagName=function(J){for(var I=0,H;
H=this[I];I++){if(H.tagName===J){return true;}}return false;};var C=function(H){if(H&&H.type==="startTag"){H.unary=x.test(H.tagName)||H.unary;
}return H;};var A=q;var G=function(){var I=u;var H=C(A());u=I;return H;
};var z=function(){var H=D.pop();w("</"+H.tagName+">");};var y={startTag:function(H){var I=H.tagName;
if(I.toUpperCase()==="TR"&&D.lastTagNameEq("TABLE")){w("<TBODY>");E();}else{if(v.fix_selfClose&&B.test(I)&&D.containsTagName(I)){if(D.lastTagNameEq(I)){z();
}else{w("</"+H.tagName+">");E();}}else{if(!H.unary){D.push(H);}}}},endTag:function(H){var I=D.last();
if(I){if(v.fix_tagSoup&&!D.lastTagNameEq(H.tagName)){z();}else{D.pop();
}}else{if(v.fix_tagSoup){F();}}}};var F=function(){A();E();};var E=function(){var H=G();
if(H&&y[H.type]){y[H.type](H);}};q=function(){E();return C(A());};})();
}return{append:n,readToken:q,readTokens:l,clear:o,rest:k,stack:s};}f.supports=b;
f.tokenToString=function(j){var k={comment:function(l){return"<--"+l.content+"-->";
},endTag:function(l){return"</"+l.tagName+">";},atomicTag:function(l){return k.startTag(l)+l.content+k.endTag(l);
},startTag:function(l){var p="<"+l.tagName;for(var n in l.attrs){var o=l.attrs[n];
p+=" "+n+'="'+(o?o.replace(/(^|[^\\])"/g,'$1\\"'):"")+'"';}return p+(l.unary?"/>":">");
},chars:function(l){return l.text;}};return k[j.type](j);};f.escapeAttributes=function(l){var j={};
for(var k in l){var n=l[k];j[k]=n&&n.replace(/(^|[^\\])"/g,'$1\\"');}return j;
};for(var d in b){f.browserHasFlaw=f.browserHasFlaw||(!b[d])&&d;}this.htmlParser=f;
})();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils ie6update.js
*/
try{document.execCommand("BackgroundImageCache",true,true);
}catch(err){}(function(c){c.fn.activebar=function(f){f=c.fn.extend({},c.fn.activebar.defaults,f);
if(c.fn.activebar.container===null){c.fn.activebar.container=b(f);}a(c.fn.activebar.container,f);
c.fn.activebar.hide();c(".content",c.fn.activebar.container).empty();c(this).each(function(){c(".content",c.fn.activebar.container).append(this);
});c.fn.activebar.container.unbind("click");if(f.url!==null){c.fn.activebar.container.click(function(){window.location.href=f.url;
});}c.fn.activebar.container.css("top","-"+c.fn.activebar.container.height()+"px");
if(f.preload){var g={a:0,b:0,c:0,d:0};function d(){if(g.a&&g.b&&g.c&&g.d){c.fn.activebar.show();
}}c('<img src="'+f.icons_path+'icon.png" class="normal">').load(function(){g.a=1;
d();});c('<img src="'+f.icons_path+'icon-over.png" class="normal">').load(function(){g.b=1;
d();});c('<img src="'+f.icons_path+'close.png" class="normal">').load(function(){g.c=1;
d();});c('<img src="'+f.icons_path+'close-over.png" class="normal">').load(function(){g.d=1;
d();});}else{c.fn.activebar.show();}};c.fn.activebar.defaults={background:"#ffffe1",border:"#666",highlight:"#3399ff",font:"Bitstream Vera Sans,verdana,sans-serif",fontColor:"InfoText",fontSize:"11px",icons_path:"images/",url:"http://www.microsoft.com/windows/internet-explorer/default.aspx",preload:true};
c.fn.activebar.state=0;c.fn.activebar.container=null;c.fn.activebar.show=function(){if(c.fn.activebar.state>1){return;
}c.fn.activebar.state=2;c.fn.activebar.container.css("display","block");
var d=c.fn.activebar.container.height();c.fn.activebar.container.animate({top:"+="+d+"px"},d*20,"linear",function(){c.fn.activebar.state=3;
});};c.fn.activebar.hide=function(){if(c.fn.activebar.state<2){return;}c.fn.activebar.state=1;
var d=c.fn.activebar.container.height();c.fn.activebar.container.animate({top:"-="+d+"px"},d*20,"linear",function(){c.fn.activebar.container.css("display","none");
c.fn.activebar.visible=false;});};function b(f){var d=c("<div></div>").attr("id","activebar-container");
d.css({display:"none",position:"fixed",zIndex:"9999",top:"0px",left:"0px",cursor:"default",padding:"4px","font-size":"9px",background:f.background,borderBottom:"1px solid "+f.border,color:f.fontColor});
mno.$window.bind("resize",function(){d.width(c(this).width());});mno.$window.trigger("resize");
if(c.browser.msie&&(c.browser.version.substring(0,1)=="5"||c.browser.version.substring(0,1)=="6")){d.css("position","absolute");
c(window).scroll(function(){d.stop(true,true);if(c.fn.activebar.state==3){d.css("top",c(window).scrollTop()+"px");
}else{d.css("top",(c(window).scrollTop()-d.height())+"px");}}).resize(function(){mno.$window.scroll();
});}d.append(c("<div></div>").attr("class","icon").css({"float":"left",width:"16px",height:"16px",margin:"0 4px 0 0",padding:"0"}).append('<img src="'+f.icons_path+'icon.png" class="normal">').append('<img src="'+f.icons_path+'icon-over.png" class="hover">'));
d.append(c("<div></div>").attr("class","close").css({"float":"right",margin:"0 5px 0 0 ",width:"16px",height:"16px"}).click(function(g){c.fn.activebar.hide();
g.stopPropagation();}).append('<img src="'+f.icons_path+'close.png" class="normal">').append('<img src="'+f.icons_path+'close-over.png" class="hover">'));
d.append(c("<div></div>").attr("class","content").css({margin:"0px 8px",paddingTop:"1px"}));
c(".hover",d).hide();mno.$body.prepend(d);return d;}function a(d,f){d.unbind("mouseenter mouseleave");
d.hover(function(){c(this).css({backgroundColor:f.highlight,color:"#FFFFFF"}).addClass("hover");
c(".hover",d).show();c(".normal",d).hide();},function(){c(this).css({backgroundColor:f.background,color:"#000000"}).removeClass("hover");
c(".hover",d).hide();c(".normal",d).show();});c(".content",d).css({fontFamily:f.font,fontSize:f.fontSize});
}mno.$document.ready(function(){if(typeof IE6UPDATE_OPTIONS!=="undefined"){c("<div></div>").html(IE6UPDATE_OPTIONS.message||"Internet Explorer is missing updates required to view this site. Click here to update... ").activebar(window.IE6UPDATE_OPTIONS);
}});})(jQuery);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils imageResizer.js
*/
mno.namespace("utils.imageResizer");
(function(){function a(c,b){this.params="";this.service=b||"http://lisacache.aftenposten.no/utils/img.php";
if(this.service.indexOf(".")===-1){this.service="//"+b+".medianorge.no/utils/img.php";
}if(typeof c.resize==="undefined"){c.resize="resize";}for(var d in c){if(c.hasOwnProperty(d)){if(c[d]!==null){this.params=this.params+"&"+d+"="+c[d];
}}}}a.prototype.getImage=function(b){return this.service+"?"+this.params+"&src="+encodeURIComponent(b);
};mno.utils.imageResizer=a;}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils ios-o.js
*/
/*! A fix for the iOS orientationchange zoom bug.
Script by @scottjehl, rebound by @wilto.
MIT / GPLv2 License.
*/
(function(p){var d=navigator.userAgent;
if(!(/iPhone|iPad|iPod/.test(navigator.platform)&&/OS [1-5]_[0-9_]* like Mac OS X/i.test(d)&&d.indexOf("AppleWebKit")>-1)){return;
}var o=p.document;if(!o.querySelector){return;}var q=o.querySelector("meta[name=viewport]"),a=q&&q.getAttribute("content"),n=a+",maximum-scale=1",f=a+",maximum-scale=10",i=true,l,k,j,c;
if(!q){return;}function h(){q.setAttribute("content",f);i=true;}function b(){q.setAttribute("content",n);
i=false;}function g(s){c=s.accelerationIncludingGravity;l=Math.abs(c.x);
k=Math.abs(c.y);j=Math.abs(c.z);if((!p.orientation||p.orientation===180)&&(l>7||((j>6&&k<8||j<8&&k>6)&&l>5))){if(i){b();
}}else{if(!i){h();}}}p.addEventListener("orientationchange",h,false);p.addEventListener("devicemotion",g,false);
})(this);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils iscroll5.js
*/
/*! iScroll v5.1.1 ~ (c) 2008-2014 Matteo Spinelli ~ http://cubiq.org/license */
(function(g,a,f){var i=g.requestAnimationFrame||g.webkitRequestAnimationFrame||g.mozRequestAnimationFrame||g.oRequestAnimationFrame||g.msRequestAnimationFrame||function(j){g.setTimeout(j,1000/60);
};var c=(function(){var o={};var p=a.createElement("div").style;var l=(function(){var u=["t","webkitT","MozT","msT","OT"],s,t=0,q=u.length;
for(;t<q;t++){s=u[t]+"ransform";if(s in p){return u[t].substr(0,u[t].length-1);
}}return false;})();function n(q){if(l===false){return false;}if(l===""){return q;
}return l+q.charAt(0).toUpperCase()+q.substr(1);}o.getTime=Date.now||function j(){return new Date().getTime();
};o.extend=function(t,s){for(var q in s){t[q]=s[q];}};o.addEvent=function(u,t,s,q){u.addEventListener(t,s,!!q);
};o.removeEvent=function(u,t,s,q){u.removeEventListener(t,s,!!q);};o.momentum=function(x,t,u,q,y,z){var s=x-t,v=f.abs(s)/u,A,w;
z=z===undefined?0.0006:z;A=x+(v*v)/(2*z)*(s<0?-1:1);w=v/z;if(A<q){A=y?q-(y/2.5*(v/8)):q;
s=f.abs(A-x);w=s/v;}else{if(A>0){A=y?y/2.5*(v/8):0;s=f.abs(x)+A;w=s/v;}}return{destination:f.round(A),duration:w};
};var k=n("transform");o.extend(o,{hasTransform:k!==false,hasPerspective:n("perspective") in p,hasTouch:"ontouchstart" in g,hasPointer:navigator.msPointerEnabled,hasTransition:n("transition") in p});
o.isBadAndroid=/Android /.test(g.navigator.appVersion)&&!(/Chrome\/\d/.test(g.navigator.appVersion));
o.extend(o.style={},{transform:k,transitionTimingFunction:n("transitionTimingFunction"),transitionDuration:n("transitionDuration"),transitionDelay:n("transitionDelay"),transformOrigin:n("transformOrigin")});
o.hasClass=function(s,t){var q=new RegExp("(^|\\s)"+t+"(\\s|$)");return q.test(s.className);
};o.addClass=function(s,t){if(o.hasClass(s,t)){return;}var q=s.className.split(" ");
q.push(t);s.className=q.join(" ");};o.removeClass=function(s,t){if(!o.hasClass(s,t)){return;
}var q=new RegExp("(^|\\s)"+t+"(\\s|$)","g");s.className=s.className.replace(q," ");
};o.offset=function(q){var t=-q.offsetLeft,s=-q.offsetTop;while(q=q.offsetParent){t-=q.offsetLeft;
s-=q.offsetTop;}return{left:t,top:s};};o.preventDefaultException=function(t,s){for(var q in s){if(s[q].test(t[q])){return true;
}}return false;};o.extend(o.eventType={},{touchstart:1,touchmove:1,touchend:1,mousedown:2,mousemove:2,mouseup:2,MSPointerDown:3,MSPointerMove:3,MSPointerUp:3});
o.extend(o.ease={},{quadratic:{style:"cubic-bezier(0.25, 0.46, 0.45, 0.94)",fn:function(q){return q*(2-q);
}},circular:{style:"cubic-bezier(0.1, 0.57, 0.1, 1)",fn:function(q){return f.sqrt(1-(--q*q));
}},back:{style:"cubic-bezier(0.175, 0.885, 0.32, 1.275)",fn:function(s){var q=4;
return(s=s-1)*s*((q+1)*s+q)+1;}},bounce:{style:"",fn:function(q){if((q/=1)<(1/2.75)){return 7.5625*q*q;
}else{if(q<(2/2.75)){return 7.5625*(q-=(1.5/2.75))*q+0.75;}else{if(q<(2.5/2.75)){return 7.5625*(q-=(2.25/2.75))*q+0.9375;
}else{return 7.5625*(q-=(2.625/2.75))*q+0.984375;}}}}},elastic:{style:"",fn:function(q){var s=0.22,t=0.4;
if(q===0){return 0;}if(q==1){return 1;}return(t*f.pow(2,-10*q)*f.sin((q-s/4)*(2*f.PI)/s)+1);
}}});o.tap=function(t,q){var s=a.createEvent("Event");s.initEvent(q,true,true);
s.pageX=t.pageX;s.pageY=t.pageY;t.target.dispatchEvent(s);};o.click=function(t){var s=t.target,q;
if(!(/(SELECT|INPUT|TEXTAREA)/i).test(s.tagName)){q=a.createEvent("MouseEvents");
q.initMouseEvent("click",true,true,t.view,1,s.screenX,s.screenY,s.clientX,s.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,0,null);
q._constructed=true;s.dispatchEvent(q);}};return o;})();function h(l,j){this.wrapper=typeof l=="string"?a.querySelector(l):l;
this.scroller=this.wrapper.children[0];this.scrollerStyle=this.scroller.style;
this.options={resizeScrollbars:true,mouseWheelSpeed:20,snapThreshold:0.334,startX:0,startY:0,scrollY:true,directionLockThreshold:5,momentum:true,bounce:true,bounceTime:600,bounceEasing:"",preventDefault:true,preventDefaultException:{tagName:/^(INPUT|TEXTAREA|BUTTON|SELECT)$/},HWCompositing:true,useTransition:true,useTransform:true};
for(var k in j){this.options[k]=j[k];}this.translateZ=this.options.HWCompositing&&c.hasPerspective?" translateZ(0)":"";
this.options.useTransition=c.hasTransition&&this.options.useTransition;
this.options.useTransform=c.hasTransform&&this.options.useTransform;this.options.eventPassthrough=this.options.eventPassthrough===true?"vertical":this.options.eventPassthrough;
this.options.preventDefault=!this.options.eventPassthrough&&this.options.preventDefault;
this.options.scrollY=this.options.eventPassthrough=="vertical"?false:this.options.scrollY;
this.options.scrollX=this.options.eventPassthrough=="horizontal"?false:this.options.scrollX;
this.options.freeScroll=this.options.freeScroll&&!this.options.eventPassthrough;
this.options.directionLockThreshold=this.options.eventPassthrough?0:this.options.directionLockThreshold;
this.options.bounceEasing=typeof this.options.bounceEasing=="string"?c.ease[this.options.bounceEasing]||c.ease.circular:this.options.bounceEasing;
this.options.resizePolling=this.options.resizePolling===undefined?60:this.options.resizePolling;
if(this.options.tap===true){this.options.tap="tap";}if(this.options.shrinkScrollbars=="scale"){this.options.useTransition=false;
}this.options.invertWheelDirection=this.options.invertWheelDirection?-1:1;
this.x=0;this.y=0;this.directionX=0;this.directionY=0;this._events={};this._init();
this.refresh();this.scrollTo(this.options.startX,this.options.startY);this.enable();
}h.prototype={version:"5.1.1",_init:function(){this._initEvents();if(this.options.scrollbars||this.options.indicators){this._initIndicators();
}if(this.options.mouseWheel){this._initWheel();}if(this.options.snap){this._initSnap();
}if(this.options.keyBindings){this._initKeys();}},destroy:function(){this._initEvents(true);
this._execEvent("destroy");},_transitionEnd:function(j){if(j.target!=this.scroller||!this.isInTransition){return;
}this._transitionTime();if(!this.resetPosition(this.options.bounceTime)){this.isInTransition=false;
this._execEvent("scrollEnd");}},_start:function(k){if(c.eventType[k.type]!=1){if(k.button!==0){return;
}}if(!this.enabled||(this.initiated&&c.eventType[k.type]!==this.initiated)){return;
}if(this.options.preventDefault&&!c.isBadAndroid&&!c.preventDefaultException(k.target,this.options.preventDefaultException)){k.preventDefault();
}var j=k.touches?k.touches[0]:k,l;this.initiated=c.eventType[k.type];this.moved=false;
this.distX=0;this.distY=0;this.directionX=0;this.directionY=0;this.directionLocked=0;
this._transitionTime();this.startTime=c.getTime();if(this.options.useTransition&&this.isInTransition){this.isInTransition=false;
l=this.getComputedPosition();this._translate(f.round(l.x),f.round(l.y));
this._execEvent("scrollEnd");}else{if(!this.options.useTransition&&this.isAnimating){this.isAnimating=false;
this._execEvent("scrollEnd");}}this.startX=this.x;this.startY=this.y;this.absStartX=this.x;
this.absStartY=this.y;this.pointX=j.pageX;this.pointY=j.pageY;this._execEvent("beforeScrollStart");
},_move:function(p){if(!this.enabled||c.eventType[p.type]!==this.initiated){return;
}if(this.options.preventDefault){p.preventDefault();}var s=p.touches?p.touches[0]:p,l=s.pageX-this.pointX,k=s.pageY-this.pointY,q=c.getTime(),j,t,o,n;
this.pointX=s.pageX;this.pointY=s.pageY;this.distX+=l;this.distY+=k;o=f.abs(this.distX);
n=f.abs(this.distY);if(q-this.endTime>300&&(o<10&&n<10)){return;}if(!this.directionLocked&&!this.options.freeScroll){if(o>n+this.options.directionLockThreshold){this.directionLocked="h";
}else{if(n>=o+this.options.directionLockThreshold){this.directionLocked="v";
}else{this.directionLocked="n";}}}if(this.directionLocked=="h"){if(this.options.eventPassthrough=="vertical"){p.preventDefault();
}else{if(this.options.eventPassthrough=="horizontal"){this.initiated=false;
return;}}k=0;}else{if(this.directionLocked=="v"){if(this.options.eventPassthrough=="horizontal"){p.preventDefault();
}else{if(this.options.eventPassthrough=="vertical"){this.initiated=false;
return;}}l=0;}}l=this.hasHorizontalScroll?l:0;k=this.hasVerticalScroll?k:0;
j=this.x+l;t=this.y+k;if(j>0||j<this.maxScrollX){j=this.options.bounce?this.x+l/3:j>0?0:this.maxScrollX;
}if(t>0||t<this.maxScrollY){t=this.options.bounce?this.y+k/3:t>0?0:this.maxScrollY;
}this.directionX=l>0?-1:l<0?1:0;this.directionY=k>0?-1:k<0?1:0;if(!this.moved){this._execEvent("scrollStart");
}this.moved=true;this._translate(j,t);if(q-this.startTime>300){this.startTime=q;
this.startX=this.x;this.startY=this.y;}},_end:function(q){if(!this.enabled||c.eventType[q.type]!==this.initiated){return;
}if(this.options.preventDefault&&!c.preventDefaultException(q.target,this.options.preventDefaultException)){q.preventDefault();
}var t=q.changedTouches?q.changedTouches[0]:q,l,k,p=c.getTime()-this.startTime,j=f.round(this.x),w=f.round(this.y),v=f.abs(j-this.startX),u=f.abs(w-this.startY),n=0,s="";
this.isInTransition=0;this.initiated=0;this.endTime=c.getTime();if(this.resetPosition(this.options.bounceTime)){return;
}this.scrollTo(j,w);if(!this.moved){if(this.options.tap){c.tap(q,this.options.tap);
}if(this.options.click){c.click(q);}this._execEvent("scrollCancel");return;
}if(this._events.flick&&p<200&&v<100&&u<100){this._execEvent("flick");return;
}if(this.options.momentum&&p<300){l=this.hasHorizontalScroll?c.momentum(this.x,this.startX,p,this.maxScrollX,this.options.bounce?this.wrapperWidth:0,this.options.deceleration):{destination:j,duration:0};
k=this.hasVerticalScroll?c.momentum(this.y,this.startY,p,this.maxScrollY,this.options.bounce?this.wrapperHeight:0,this.options.deceleration):{destination:w,duration:0};
j=l.destination;w=k.destination;n=f.max(l.duration,k.duration);this.isInTransition=1;
}if(this.options.snap){var o=this._nearestSnap(j,w);this.currentPage=o;
n=this.options.snapSpeed||f.max(f.max(f.min(f.abs(j-o.x),1000),f.min(f.abs(w-o.y),1000)),300);
j=o.x;w=o.y;this.directionX=0;this.directionY=0;s=this.options.bounceEasing;
}if(j!=this.x||w!=this.y){if(j>0||j<this.maxScrollX||w>0||w<this.maxScrollY){s=c.ease.quadratic;
}this.scrollTo(j,w,n,s);return;}this._execEvent("scrollEnd");},_resize:function(){var j=this;
clearTimeout(this.resizeTimeout);this.resizeTimeout=setTimeout(function(){j.refresh();
},this.options.resizePolling);},resetPosition:function(k){var j=this.x,l=this.y;
k=k||0;if(!this.hasHorizontalScroll||this.x>0){j=0;}else{if(this.x<this.maxScrollX){j=this.maxScrollX;
}}if(!this.hasVerticalScroll||this.y>0){l=0;}else{if(this.y<this.maxScrollY){l=this.maxScrollY;
}}if(j==this.x&&l==this.y){return false;}this.scrollTo(j,l,k,this.options.bounceEasing);
return true;},disable:function(){this.enabled=false;},enable:function(){this.enabled=true;
},refresh:function(){var j=this.wrapper.offsetHeight;this.wrapperWidth=this.wrapper.clientWidth;
this.wrapperHeight=this.wrapper.clientHeight;this.scrollerWidth=this.scroller.offsetWidth;
this.scrollerHeight=this.scroller.offsetHeight;this.maxScrollX=this.wrapperWidth-this.scrollerWidth;
this.maxScrollY=this.wrapperHeight-this.scrollerHeight;this.hasHorizontalScroll=this.options.scrollX&&this.maxScrollX<0;
this.hasVerticalScroll=this.options.scrollY&&this.maxScrollY<0;if(!this.hasHorizontalScroll){this.maxScrollX=0;
this.scrollerWidth=this.wrapperWidth;}if(!this.hasVerticalScroll){this.maxScrollY=0;
this.scrollerHeight=this.wrapperHeight;}this.endTime=0;this.directionX=0;
this.directionY=0;this.wrapperOffset=c.offset(this.wrapper);this._execEvent("refresh");
this.resetPosition();},on:function(k,j){if(!this._events[k]){this._events[k]=[];
}this._events[k].push(j);},off:function(l,k){if(!this._events[l]){return;
}var j=this._events[l].indexOf(k);if(j>-1){this._events[l].splice(j,1);
}},_execEvent:function(n){if(!this._events[n]){return;}var k=0,j=this._events[n].length;
if(!j){return;}for(;k<j;k++){this._events[n][k].apply(this,[].slice.call(arguments,1));
}},scrollBy:function(j,n,k,l){j=this.x+j;n=this.y+n;k=k||0;this.scrollTo(j,n,k,l);
},scrollTo:function(j,n,k,l){l=l||c.ease.circular;this.isInTransition=this.options.useTransition&&k>0;
if(!k||(this.options.useTransition&&l.style)){this._transitionTimingFunction(l.style);
this._transitionTime(k);this._translate(j,n);}else{this._animate(j,n,k,l.fn);
}},scrollToElement:function(k,l,j,p,o){k=k.nodeType?k:this.scroller.querySelector(k);
if(!k){return;}var n=c.offset(k);n.left-=this.wrapperOffset.left;n.top-=this.wrapperOffset.top;
if(j===true){j=f.round(k.offsetWidth/2-this.wrapper.offsetWidth/2);}if(p===true){p=f.round(k.offsetHeight/2-this.wrapper.offsetHeight/2);
}n.left-=j||0;n.top-=p||0;n.left=n.left>0?0:n.left<this.maxScrollX?this.maxScrollX:n.left;
n.top=n.top>0?0:n.top<this.maxScrollY?this.maxScrollY:n.top;l=l===undefined||l===null||l==="auto"?f.max(f.abs(this.x-n.left),f.abs(this.y-n.top)):l;
this.scrollTo(n.left,n.top,l,o);},_transitionTime:function(k){k=k||0;this.scrollerStyle[c.style.transitionDuration]=k+"ms";
if(!k&&c.isBadAndroid){this.scrollerStyle[c.style.transitionDuration]="0.001s";
}if(this.indicators){for(var j=this.indicators.length;j--;){this.indicators[j].transitionTime(k);
}}},_transitionTimingFunction:function(k){this.scrollerStyle[c.style.transitionTimingFunction]=k;
if(this.indicators){for(var j=this.indicators.length;j--;){this.indicators[j].transitionTimingFunction(k);
}}},_translate:function(j,l){if(this.options.useTransform){this.scrollerStyle[c.style.transform]="translate("+j+"px,"+l+"px)"+this.translateZ;
}else{j=f.round(j);l=f.round(l);this.scrollerStyle.left=j+"px";this.scrollerStyle.top=l+"px";
}this.x=j;this.y=l;if(this.indicators){for(var k=this.indicators.length;
k--;){this.indicators[k].updatePosition();}}},_initEvents:function(j){var k=j?c.removeEvent:c.addEvent,l=this.options.bindToWrapper?this.wrapper:g;
k(g,"orientationchange",this);k(g,"resize",this);if(this.options.click){k(this.wrapper,"click",this,true);
}if(!this.options.disableMouse){k(this.wrapper,"mousedown",this);k(l,"mousemove",this);
k(l,"mousecancel",this);k(l,"mouseup",this);}if(c.hasPointer&&!this.options.disablePointer){k(this.wrapper,"MSPointerDown",this);
k(l,"MSPointerMove",this);k(l,"MSPointerCancel",this);k(l,"MSPointerUp",this);
}if(c.hasTouch&&!this.options.disableTouch){k(this.wrapper,"touchstart",this);
k(l,"touchmove",this);k(l,"touchcancel",this);k(l,"touchend",this);}k(this.scroller,"transitionend",this);
k(this.scroller,"webkitTransitionEnd",this);k(this.scroller,"oTransitionEnd",this);
k(this.scroller,"MSTransitionEnd",this);},getComputedPosition:function(){var k=g.getComputedStyle(this.scroller,null),j,l;
if(this.options.useTransform){k=k[c.style.transform].split(")")[0].split(", ");
j=+(k[12]||k[4]);l=+(k[13]||k[5]);}else{j=+k.left.replace(/[^-\d.]/g,"");
l=+k.top.replace(/[^-\d.]/g,"");}return{x:j,y:l};},_initIndicators:function(){var l=this.options.interactiveScrollbars,o=typeof this.options.scrollbars!="string",q=[],k;
var p=this;this.indicators=[];if(this.options.scrollbars){if(this.options.scrollY){k={el:d("v",l,this.options.scrollbars),interactive:l,defaultScrollbars:true,customStyle:o,resize:this.options.resizeScrollbars,shrink:this.options.shrinkScrollbars,fade:this.options.fadeScrollbars,listenX:false};
this.wrapper.appendChild(k.el);q.push(k);}if(this.options.scrollX){k={el:d("h",l,this.options.scrollbars),interactive:l,defaultScrollbars:true,customStyle:o,resize:this.options.resizeScrollbars,shrink:this.options.shrinkScrollbars,fade:this.options.fadeScrollbars,listenY:false};
this.wrapper.appendChild(k.el);q.push(k);}}if(this.options.indicators){q=q.concat(this.options.indicators);
}for(var n=q.length;n--;){this.indicators.push(new b(this,q[n]));}function j(t){for(var s=p.indicators.length;
s--;){t.call(p.indicators[s]);}}if(this.options.fadeScrollbars){this.on("scrollEnd",function(){j(function(){this.fade();
});});this.on("scrollCancel",function(){j(function(){this.fade();});});
this.on("scrollStart",function(){j(function(){this.fade(1);});});this.on("beforeScrollStart",function(){j(function(){this.fade(1,true);
});});}this.on("refresh",function(){j(function(){this.refresh();});});this.on("destroy",function(){j(function(){this.destroy();
});delete this.indicators;});},_initWheel:function(){c.addEvent(this.wrapper,"wheel",this);
c.addEvent(this.wrapper,"mousewheel",this);c.addEvent(this.wrapper,"DOMMouseScroll",this);
this.on("destroy",function(){c.removeEvent(this.wrapper,"wheel",this);c.removeEvent(this.wrapper,"mousewheel",this);
c.removeEvent(this.wrapper,"DOMMouseScroll",this);});},_wheel:function(o){if(!this.enabled){return;
}o.preventDefault();o.stopPropagation();var l,k,p,n,j=this;if(this.wheelTimeout===undefined){j._execEvent("scrollStart");
}clearTimeout(this.wheelTimeout);this.wheelTimeout=setTimeout(function(){j._execEvent("scrollEnd");
j.wheelTimeout=undefined;},400);if("deltaX" in o){l=-o.deltaX;k=-o.deltaY;
}else{if("wheelDeltaX" in o){l=o.wheelDeltaX/120*this.options.mouseWheelSpeed;
k=o.wheelDeltaY/120*this.options.mouseWheelSpeed;}else{if("wheelDelta" in o){l=k=o.wheelDelta/120*this.options.mouseWheelSpeed;
}else{if("detail" in o){l=k=-o.detail/3*this.options.mouseWheelSpeed;}else{return;
}}}}l*=this.options.invertWheelDirection;k*=this.options.invertWheelDirection;
if(!this.hasVerticalScroll){l=k;k=0;}if(this.options.snap){p=this.currentPage.pageX;
n=this.currentPage.pageY;if(l>0){p--;}else{if(l<0){p++;}}if(k>0){n--;}else{if(k<0){n++;
}}this.goToPage(p,n);return;}p=this.x+f.round(this.hasHorizontalScroll?l:0);
n=this.y+f.round(this.hasVerticalScroll?k:0);if(p>0){p=0;}else{if(p<this.maxScrollX){p=this.maxScrollX;
}}if(n>0){n=0;}else{if(n<this.maxScrollY){n=this.maxScrollY;}}this.scrollTo(p,n,0);
},_initSnap:function(){this.currentPage={};if(typeof this.options.snap=="string"){this.options.snap=this.scroller.querySelectorAll(this.options.snap);
}this.on("refresh",function(){var t=0,q,o=0,k,s,p,v=0,u,z=this.options.snapStepX||this.wrapperWidth,w=this.options.snapStepY||this.wrapperHeight,j;
this.pages=[];if(!this.wrapperWidth||!this.wrapperHeight||!this.scrollerWidth||!this.scrollerHeight){return;
}if(this.options.snap===true){s=f.round(z/2);p=f.round(w/2);while(v>-this.scrollerWidth){this.pages[t]=[];
q=0;u=0;while(u>-this.scrollerHeight){this.pages[t][q]={x:f.max(v,this.maxScrollX),y:f.max(u,this.maxScrollY),width:z,height:w,cx:v-s,cy:u-p};
u-=w;q++;}v-=z;t++;}}else{j=this.options.snap;q=j.length;k=-1;for(;t<q;
t++){if(t===0||j[t].offsetLeft<=j[t-1].offsetLeft){o=0;k++;}if(!this.pages[o]){this.pages[o]=[];
}v=f.max(-j[t].offsetLeft,this.maxScrollX);u=f.max(-j[t].offsetTop,this.maxScrollY);
s=v-f.round(j[t].offsetWidth/2);p=u-f.round(j[t].offsetHeight/2);this.pages[o][k]={x:v,y:u,width:j[t].offsetWidth,height:j[t].offsetHeight,cx:s,cy:p};
if(v>this.maxScrollX){o++;}}}this.goToPage(this.currentPage.pageX||0,this.currentPage.pageY||0,0);
if(this.options.snapThreshold%1===0){this.snapThresholdX=this.options.snapThreshold;
this.snapThresholdY=this.options.snapThreshold;}else{this.snapThresholdX=f.round(this.pages[this.currentPage.pageX][this.currentPage.pageY].width*this.options.snapThreshold);
this.snapThresholdY=f.round(this.pages[this.currentPage.pageX][this.currentPage.pageY].height*this.options.snapThreshold);
}});this.on("flick",function(){var j=this.options.snapSpeed||f.max(f.max(f.min(f.abs(this.x-this.startX),1000),f.min(f.abs(this.y-this.startY),1000)),300);
this.goToPage(this.currentPage.pageX+this.directionX,this.currentPage.pageY+this.directionY,j);
});},_nearestSnap:function(k,p){if(!this.pages.length){return{x:0,y:0,pageX:0,pageY:0};
}var o=0,n=this.pages.length,j=0;if(f.abs(k-this.absStartX)<this.snapThresholdX&&f.abs(p-this.absStartY)<this.snapThresholdY){return this.currentPage;
}if(k>0){k=0;}else{if(k<this.maxScrollX){k=this.maxScrollX;}}if(p>0){p=0;
}else{if(p<this.maxScrollY){p=this.maxScrollY;}}for(;o<n;o++){if(k>=this.pages[o][0].cx){k=this.pages[o][0].x;
break;}}n=this.pages[o].length;for(;j<n;j++){if(p>=this.pages[0][j].cy){p=this.pages[0][j].y;
break;}}if(o==this.currentPage.pageX){o+=this.directionX;if(o<0){o=0;}else{if(o>=this.pages.length){o=this.pages.length-1;
}}k=this.pages[o][0].x;}if(j==this.currentPage.pageY){j+=this.directionY;
if(j<0){j=0;}else{if(j>=this.pages[0].length){j=this.pages[0].length-1;
}}p=this.pages[0][j].y;}return{x:k,y:p,pageX:o,pageY:j};},goToPage:function(j,p,k,o){o=o||this.options.bounceEasing;
if(j>=this.pages.length){j=this.pages.length-1;}else{if(j<0){j=0;}}if(p>=this.pages[j].length){p=this.pages[j].length-1;
}else{if(p<0){p=0;}}var n=this.pages[j][p].x,l=this.pages[j][p].y;k=k===undefined?this.options.snapSpeed||f.max(f.max(f.min(f.abs(n-this.x),1000),f.min(f.abs(l-this.y),1000)),300):k;
this.currentPage={x:n,y:l,pageX:j,pageY:p};this.scrollTo(n,l,k,o);},next:function(k,n){var j=this.currentPage.pageX,l=this.currentPage.pageY;
j++;if(j>=this.pages.length&&this.hasVerticalScroll){j=0;l++;}this.goToPage(j,l,k,n);
},prev:function(k,n){var j=this.currentPage.pageX,l=this.currentPage.pageY;
j--;if(j<0&&this.hasVerticalScroll){j=0;l--;}this.goToPage(j,l,k,n);},_initKeys:function(l){var k={pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40};
var j;if(typeof this.options.keyBindings=="object"){for(j in this.options.keyBindings){if(typeof this.options.keyBindings[j]=="string"){this.options.keyBindings[j]=this.options.keyBindings[j].toUpperCase().charCodeAt(0);
}}}else{this.options.keyBindings={};}for(j in k){this.options.keyBindings[j]=this.options.keyBindings[j]||k[j];
}c.addEvent(g,"keydown",this);this.on("destroy",function(){c.removeEvent(g,"keydown",this);
});},_key:function(p){if(!this.enabled){return;}var j=this.options.snap,q=j?this.currentPage.pageX:this.x,o=j?this.currentPage.pageY:this.y,l=c.getTime(),k=this.keyTime||0,n=0.25,s;
if(this.options.useTransition&&this.isInTransition){s=this.getComputedPosition();
this._translate(f.round(s.x),f.round(s.y));this.isInTransition=false;}this.keyAcceleration=l-k<200?f.min(this.keyAcceleration+n,50):0;
switch(p.keyCode){case this.options.keyBindings.pageUp:if(this.hasHorizontalScroll&&!this.hasVerticalScroll){q+=j?1:this.wrapperWidth;
}else{o+=j?1:this.wrapperHeight;}break;case this.options.keyBindings.pageDown:if(this.hasHorizontalScroll&&!this.hasVerticalScroll){q-=j?1:this.wrapperWidth;
}else{o-=j?1:this.wrapperHeight;}break;case this.options.keyBindings.end:q=j?this.pages.length-1:this.maxScrollX;
o=j?this.pages[0].length-1:this.maxScrollY;break;case this.options.keyBindings.home:q=0;
o=0;break;case this.options.keyBindings.left:q+=j?-1:5+this.keyAcceleration>>0;
break;case this.options.keyBindings.up:o+=j?1:5+this.keyAcceleration>>0;
break;case this.options.keyBindings.right:q-=j?-1:5+this.keyAcceleration>>0;
break;case this.options.keyBindings.down:o-=j?1:5+this.keyAcceleration>>0;
break;default:return;}if(j){this.goToPage(q,o);return;}if(q>0){q=0;this.keyAcceleration=0;
}else{if(q<this.maxScrollX){q=this.maxScrollX;this.keyAcceleration=0;}}if(o>0){o=0;
this.keyAcceleration=0;}else{if(o<this.maxScrollY){o=this.maxScrollY;this.keyAcceleration=0;
}}this.scrollTo(q,o,0);this.keyTime=l;},_animate:function(u,t,n,j){var q=this,p=this.x,o=this.y,k=c.getTime(),s=k+n;
function l(){var v=c.getTime(),x,w,y;if(v>=s){q.isAnimating=false;q._translate(u,t);
if(!q.resetPosition(q.options.bounceTime)){q._execEvent("scrollEnd");}return;
}v=(v-k)/n;y=j(v);x=(u-p)*y+p;w=(t-o)*y+o;q._translate(x,w);if(q.isAnimating){i(l);
}}this.isAnimating=true;l();},handleEvent:function(j){switch(j.type){case"touchstart":case"MSPointerDown":case"mousedown":this._start(j);
break;case"touchmove":case"MSPointerMove":case"mousemove":this._move(j);
break;case"touchend":case"MSPointerUp":case"mouseup":case"touchcancel":case"MSPointerCancel":case"mousecancel":this._end(j);
break;case"orientationchange":case"resize":this._resize();break;case"transitionend":case"webkitTransitionEnd":case"oTransitionEnd":case"MSTransitionEnd":this._transitionEnd(j);
break;case"wheel":case"DOMMouseScroll":case"mousewheel":this._wheel(j);
break;case"keydown":this._key(j);break;case"click":if(!j._constructed){j.preventDefault();
j.stopPropagation();}break;}}};function d(n,k,l){var o=a.createElement("div"),j=a.createElement("div");
if(l===true){o.style.cssText="position:absolute;z-index:9999";j.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background:rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.9);border-radius:3px";
}j.className="iScrollIndicator";if(n=="h"){if(l===true){o.style.cssText+=";height:7px;left:2px;right:2px;bottom:0";
j.style.height="100%";}o.className="iScrollHorizontalScrollbar";}else{if(l===true){o.style.cssText+=";width:7px;bottom:2px;top:2px;right:1px";
j.style.width="100%";}o.className="iScrollVerticalScrollbar";}o.style.cssText+=";overflow:hidden";
if(!k){o.style.pointerEvents="none";}o.appendChild(j);return o;}function b(j,k){this.wrapper=typeof k.el=="string"?a.querySelector(k.el):k.el;
this.wrapperStyle=this.wrapper.style;this.indicator=this.wrapper.children[0];
this.indicatorStyle=this.indicator.style;this.scroller=j;this.options={listenX:true,listenY:true,interactive:false,resize:true,defaultScrollbars:false,shrink:false,fade:false,speedRatioX:0,speedRatioY:0};
for(var l in k){this.options[l]=k[l];}this.sizeRatioX=1;this.sizeRatioY=1;
this.maxPosX=0;this.maxPosY=0;if(this.options.interactive){if(!this.options.disableTouch){c.addEvent(this.indicator,"touchstart",this);
c.addEvent(g,"touchend",this);}if(!this.options.disablePointer){c.addEvent(this.indicator,"MSPointerDown",this);
c.addEvent(g,"MSPointerUp",this);}if(!this.options.disableMouse){c.addEvent(this.indicator,"mousedown",this);
c.addEvent(g,"mouseup",this);}}if(this.options.fade){this.wrapperStyle[c.style.transform]=this.scroller.translateZ;
this.wrapperStyle[c.style.transitionDuration]=c.isBadAndroid?"0.001s":"0ms";
this.wrapperStyle.opacity="0";}}b.prototype={handleEvent:function(j){switch(j.type){case"touchstart":case"MSPointerDown":case"mousedown":this._start(j);
break;case"touchmove":case"MSPointerMove":case"mousemove":this._move(j);
break;case"touchend":case"MSPointerUp":case"mouseup":case"touchcancel":case"MSPointerCancel":case"mousecancel":this._end(j);
break;}},destroy:function(){if(this.options.interactive){c.removeEvent(this.indicator,"touchstart",this);
c.removeEvent(this.indicator,"MSPointerDown",this);c.removeEvent(this.indicator,"mousedown",this);
c.removeEvent(g,"touchmove",this);c.removeEvent(g,"MSPointerMove",this);
c.removeEvent(g,"mousemove",this);c.removeEvent(g,"touchend",this);c.removeEvent(g,"MSPointerUp",this);
c.removeEvent(g,"mouseup",this);}if(this.options.defaultScrollbars){this.wrapper.parentNode.removeChild(this.wrapper);
}},_start:function(k){var j=k.touches?k.touches[0]:k;k.preventDefault();
k.stopPropagation();this.transitionTime();this.initiated=true;this.moved=false;
this.lastPointX=j.pageX;this.lastPointY=j.pageY;this.startTime=c.getTime();
if(!this.options.disableTouch){c.addEvent(g,"touchmove",this);}if(!this.options.disablePointer){c.addEvent(g,"MSPointerMove",this);
}if(!this.options.disableMouse){c.addEvent(g,"mousemove",this);}this.scroller._execEvent("beforeScrollStart");
},_move:function(p){var k=p.touches?p.touches[0]:p,l,j,q,o,n=c.getTime();
if(!this.moved){this.scroller._execEvent("scrollStart");}this.moved=true;
l=k.pageX-this.lastPointX;this.lastPointX=k.pageX;j=k.pageY-this.lastPointY;
this.lastPointY=k.pageY;q=this.x+l;o=this.y+j;this._pos(q,o);p.preventDefault();
p.stopPropagation();},_end:function(l){if(!this.initiated){return;}this.initiated=false;
l.preventDefault();l.stopPropagation();c.removeEvent(g,"touchmove",this);
c.removeEvent(g,"MSPointerMove",this);c.removeEvent(g,"mousemove",this);
if(this.scroller.options.snap){var j=this.scroller._nearestSnap(this.scroller.x,this.scroller.y);
var k=this.options.snapSpeed||f.max(f.max(f.min(f.abs(this.scroller.x-j.x),1000),f.min(f.abs(this.scroller.y-j.y),1000)),300);
if(this.scroller.x!=j.x||this.scroller.y!=j.y){this.scroller.directionX=0;
this.scroller.directionY=0;this.scroller.currentPage=j;this.scroller.scrollTo(j.x,j.y,k,this.scroller.options.bounceEasing);
}}if(this.moved){this.scroller._execEvent("scrollEnd");}},transitionTime:function(j){j=j||0;
this.indicatorStyle[c.style.transitionDuration]=j+"ms";if(!j&&c.isBadAndroid){this.indicatorStyle[c.style.transitionDuration]="0.001s";
}},transitionTimingFunction:function(j){this.indicatorStyle[c.style.transitionTimingFunction]=j;
},refresh:function(){this.transitionTime();if(this.options.listenX&&!this.options.listenY){this.indicatorStyle.display=this.scroller.hasHorizontalScroll?"block":"none";
}else{if(this.options.listenY&&!this.options.listenX){this.indicatorStyle.display=this.scroller.hasVerticalScroll?"block":"none";
}else{this.indicatorStyle.display=this.scroller.hasHorizontalScroll||this.scroller.hasVerticalScroll?"block":"none";
}}if(this.scroller.hasHorizontalScroll&&this.scroller.hasVerticalScroll){c.addClass(this.wrapper,"iScrollBothScrollbars");
c.removeClass(this.wrapper,"iScrollLoneScrollbar");if(this.options.defaultScrollbars&&this.options.customStyle){if(this.options.listenX){this.wrapper.style.right="8px";
}else{this.wrapper.style.bottom="8px";}}}else{c.removeClass(this.wrapper,"iScrollBothScrollbars");
c.addClass(this.wrapper,"iScrollLoneScrollbar");if(this.options.defaultScrollbars&&this.options.customStyle){if(this.options.listenX){this.wrapper.style.right="2px";
}else{this.wrapper.style.bottom="2px";}}}var j=this.wrapper.offsetHeight;
if(this.options.listenX){this.wrapperWidth=this.wrapper.clientWidth;if(this.options.resize){this.indicatorWidth=f.max(f.round(this.wrapperWidth*this.wrapperWidth/(this.scroller.scrollerWidth||this.wrapperWidth||1)),8);
this.indicatorStyle.width=this.indicatorWidth+"px";}else{this.indicatorWidth=this.indicator.clientWidth;
}this.maxPosX=this.wrapperWidth-this.indicatorWidth;if(this.options.shrink=="clip"){this.minBoundaryX=-this.indicatorWidth+8;
this.maxBoundaryX=this.wrapperWidth-8;}else{this.minBoundaryX=0;this.maxBoundaryX=this.maxPosX;
}this.sizeRatioX=this.options.speedRatioX||(this.scroller.maxScrollX&&(this.maxPosX/this.scroller.maxScrollX));
}if(this.options.listenY){this.wrapperHeight=this.wrapper.clientHeight;
if(this.options.resize){this.indicatorHeight=f.max(f.round(this.wrapperHeight*this.wrapperHeight/(this.scroller.scrollerHeight||this.wrapperHeight||1)),8);
this.indicatorStyle.height=this.indicatorHeight+"px";}else{this.indicatorHeight=this.indicator.clientHeight;
}this.maxPosY=this.wrapperHeight-this.indicatorHeight;if(this.options.shrink=="clip"){this.minBoundaryY=-this.indicatorHeight+8;
this.maxBoundaryY=this.wrapperHeight-8;}else{this.minBoundaryY=0;this.maxBoundaryY=this.maxPosY;
}this.maxPosY=this.wrapperHeight-this.indicatorHeight;this.sizeRatioY=this.options.speedRatioY||(this.scroller.maxScrollY&&(this.maxPosY/this.scroller.maxScrollY));
}this.updatePosition();},updatePosition:function(){var j=this.options.listenX&&f.round(this.sizeRatioX*this.scroller.x)||0,k=this.options.listenY&&f.round(this.sizeRatioY*this.scroller.y)||0;
if(!this.options.ignoreBoundaries){if(j<this.minBoundaryX){if(this.options.shrink=="scale"){this.width=f.max(this.indicatorWidth+j,8);
this.indicatorStyle.width=this.width+"px";}j=this.minBoundaryX;}else{if(j>this.maxBoundaryX){if(this.options.shrink=="scale"){this.width=f.max(this.indicatorWidth-(j-this.maxPosX),8);
this.indicatorStyle.width=this.width+"px";j=this.maxPosX+this.indicatorWidth-this.width;
}else{j=this.maxBoundaryX;}}else{if(this.options.shrink=="scale"&&this.width!=this.indicatorWidth){this.width=this.indicatorWidth;
this.indicatorStyle.width=this.width+"px";}}}if(k<this.minBoundaryY){if(this.options.shrink=="scale"){this.height=f.max(this.indicatorHeight+k*3,8);
this.indicatorStyle.height=this.height+"px";}k=this.minBoundaryY;}else{if(k>this.maxBoundaryY){if(this.options.shrink=="scale"){this.height=f.max(this.indicatorHeight-(k-this.maxPosY)*3,8);
this.indicatorStyle.height=this.height+"px";k=this.maxPosY+this.indicatorHeight-this.height;
}else{k=this.maxBoundaryY;}}else{if(this.options.shrink=="scale"&&this.height!=this.indicatorHeight){this.height=this.indicatorHeight;
this.indicatorStyle.height=this.height+"px";}}}}this.x=j;this.y=k;if(this.scroller.options.useTransform){this.indicatorStyle[c.style.transform]="translate("+j+"px,"+k+"px)"+this.scroller.translateZ;
}else{this.indicatorStyle.left=j+"px";this.indicatorStyle.top=k+"px";}},_pos:function(j,k){if(j<0){j=0;
}else{if(j>this.maxPosX){j=this.maxPosX;}}if(k<0){k=0;}else{if(k>this.maxPosY){k=this.maxPosY;
}}j=this.options.listenX?f.round(j/this.sizeRatioX):this.scroller.x;k=this.options.listenY?f.round(k/this.sizeRatioY):this.scroller.y;
this.scroller.scrollTo(j,k);},fade:function(n,l){if(l&&!this.visible){return;
}clearTimeout(this.fadeTimeout);this.fadeTimeout=null;var k=n?250:500,j=n?0:300;
n=n?"1":"0";this.wrapperStyle[c.style.transitionDuration]=k+"ms";this.fadeTimeout=setTimeout((function(o){this.wrapperStyle.opacity=o;
this.visible=+o;}).bind(this,n),j);}};h.utils=c;if(typeof module!="undefined"&&module.exports){module.exports=h;
}else{g.IScroll=h;}})(window,document,Math);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery-migrate-1.1.0.js
*/
/*!
* jQuery Migrate - v1.1.0 - 2013-01-31
* https://github.com/jquery/jquery-migrate
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors; Licensed MIT
*/
(function(v,s,j){var G={};
v.migrateWarnings=[];v.migrateMute=true;if(!v.migrateMute&&s.console&&console.log){console.log("JQMIGRATE: Logging is active");
}if(v.migrateTrace===j){v.migrateTrace=true;}v.migrateReset=function(){G={};
v.migrateWarnings.length=0;};function i(J){if(!G[J]){G[J]=true;v.migrateWarnings.push(J);
if(s.console&&console.warn&&!v.migrateMute){console.warn("JQMIGRATE: "+J);
if(v.migrateTrace&&console.trace){console.trace();}}}}function a(L,N,K,M){if(Object.defineProperty){try{Object.defineProperty(L,N,{configurable:true,enumerable:true,get:function(){i(M);
return K;},set:function(O){i(M);K=O;}});return;}catch(J){}}v._definePropertyBroken=true;
L[N]=K;}if(document.compatMode==="BackCompat"){i("jQuery is not compatible with Quirks Mode");
}var g={},A=v.attr,z=v.attrHooks.value&&v.attrHooks.value.get||function(){return null;
},k=v.attrHooks.value&&v.attrHooks.value.set||function(){return j;},w=/^(?:input|button)$/i,B=/^[238]$/,E=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,l=/^(?:checked|selected)$/i;
a(v,"attrFn",g,"jQuery.attrFn is deprecated");v.attr=function(N,L,O,M){var K=L.toLowerCase(),J=N&&N.nodeType;
if(M&&A.length<4){i("jQuery.fn.attr( props, pass ) is deprecated");if(N&&!B.test(J)&&v.isFunction(v.fn[L])){return v(N)[L](O);
}}if(L==="type"&&O!==j&&w.test(N.nodeName)&&N.parentNode){i("Can't change the 'type' of an input or button in IE 6/7/8");
}if(!v.attrHooks[K]&&E.test(K)){v.attrHooks[K]={get:function(Q,P){var S,R=v.prop(Q,P);
return R===true||typeof R!=="boolean"&&(S=Q.getAttributeNode(P))&&S.nodeValue!==false?P.toLowerCase():j;
},set:function(Q,S,P){var R;if(S===false){v.removeAttr(Q,P);}else{R=v.propFix[P]||P;
if(R in Q){Q[R]=true;}Q.setAttribute(P,P.toLowerCase());}return P;}};if(l.test(K)){i("jQuery.fn.attr('"+K+"') may use property instead of attribute");
}}return A.call(v,N,L,O);};v.attrHooks.value={get:function(K,J){var L=(K.nodeName||"").toLowerCase();
if(L==="button"){return z.apply(this,arguments);}if(L!=="input"&&L!=="option"){i("jQuery.fn.attr('value') no longer gets properties");
}return J in K?K.value:null;},set:function(J,K){var L=(J.nodeName||"").toLowerCase();
if(L==="button"){return k.apply(this,arguments);}if(L!=="input"&&L!=="option"){i("jQuery.fn.attr('value', val) no longer sets properties");
}J.value=K;}};var t,H,C=v.fn.init,D=v.parseJSON,y=/^(?:[^<]*(<[\w\W]+>)[^>]*|#([\w\-]*))$/;
v.fn.init=function(J,M,L){var K;if(J&&typeof J==="string"&&!v.isPlainObject(M)&&(K=y.exec(J))&&K[1]){if(J.charAt(0)!=="<"){i("$(html) HTML strings must start with '<' character");
}if(M&&M.context){M=M.context;}if(v.parseHTML){return C.call(this,v.parseHTML(v.trim(J),M,true),M,L);
}}return C.apply(this,arguments);};v.fn.init.prototype=v.fn;v.parseJSON=function(J){if(!J&&J!==null){i("jQuery.parseJSON requires a valid JSON string");
return null;}return D.apply(this,arguments);};v.uaMatch=function(K){K=K.toLowerCase();
var J=/(chrome)[ \/]([\w.]+)/.exec(K)||/(webkit)[ \/]([\w.]+)/.exec(K)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(K)||/(msie) ([\w.]+)/.exec(K)||K.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(K)||[];
return{browser:J[1]||"",version:J[2]||"0"};};t=v.uaMatch(navigator.userAgent);
H={};if(t.browser){H[t.browser]=true;H.version=t.version;}if(H.chrome){H.webkit=true;
}else{if(H.webkit){H.safari=true;}}v.browser=H;a(v,"browser",H,"jQuery.browser is deprecated");
v.sub=function(){function J(M,N){return new J.fn.init(M,N);}v.extend(true,J,this);
J.superclass=this;J.fn=J.prototype=this();J.fn.constructor=J;J.sub=this.sub;
J.fn.init=function L(M,N){if(N&&N instanceof v&&!(N instanceof J)){N=J(N);
}return v.fn.init.call(this,M,N,K);};J.fn.init.prototype=J.fn;var K=J(document);
i("jQuery.sub() is deprecated");return J;};var p=v.fn.data;v.fn.data=function(L){var K,J,M=this[0];
if(M&&L==="events"&&arguments.length===1){K=v.data(M,L);J=v._data(M,L);
if((K===j||K===J)&&J!==j){i("Use of jQuery.fn.data('events') is deprecated");
return J;}}return p.apply(this,arguments);};var q=/\/(java|ecma)script/i,x=v.fn.andSelf||v.fn.addBack;
v.fn.andSelf=function(){i("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()");
return x.apply(this,arguments);};if(!v.clean){v.clean=function(J,K,Q,M){K=K||document;
K=!K.nodeType&&K[0]||K;K=K.ownerDocument||K;i("jQuery.clean() is deprecated");
var N,L,O,R,P=[];v.merge(P,v.buildFragment(J,K).childNodes);if(Q){O=function(S){if(!S.type||q.test(S.type)){return M?M.push(S.parentNode?S.parentNode.removeChild(S):S):Q.appendChild(S);
}};for(N=0;(L=P[N])!=null;N++){if(!(v.nodeName(L,"script")&&O(L))){Q.appendChild(L);
if(typeof L.getElementsByTagName!=="undefined"){R=v.grep(v.merge([],L.getElementsByTagName("script")),O);
P.splice.apply(P,[N+1,0].concat(R));N+=R.length;}}}}return P;};}var c=v.event.add,b=v.event.remove,h=v.event.trigger,u=v.fn.toggle,d=v.fn.live,o=v.fn.die,F="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",f=new RegExp("\\b(?:"+F+")\\b"),I=/(?:^|\s)hover(\.\S+|)\b/,n=function(J){if(typeof(J)!="string"||v.event.special.hover){return J;
}if(I.test(J)){i("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'");
}return J&&J.replace(I,"mouseenter$1 mouseleave$1");};if(v.event.props&&v.event.props[0]!=="attrChange"){v.event.props.unshift("attrChange","attrName","relatedNode","srcElement");
}if(v.event.dispatch){a(v.event,"handle",v.event.dispatch,"jQuery.event.handle is undocumented and deprecated");
}v.event.add=function(M,K,L,N,J){if(M!==document&&f.test(K)){i("AJAX events should be attached to document: "+K);
}c.call(this,M,n(K||""),L,N,J);};v.event.remove=function(N,L,M,J,K){b.call(this,N,n(L)||"",M,J,K);
};v.fn.error=function(){var J=Array.prototype.slice.call(arguments,0);i("jQuery.fn.error() is deprecated");
J.splice(0,0,"error");if(arguments.length){return this.bind.apply(this,J);
}this.triggerHandler.apply(this,J);return this;};v.fn.toggle=function(N,L){if(!v.isFunction(N)||!v.isFunction(L)){return u.apply(this,arguments);
}i("jQuery.fn.toggle(handler, handler...) is deprecated");var K=arguments,J=N.guid||v.guid++,M=0,O=function(P){var Q=(v._data(this,"lastToggle"+N.guid)||0)%M;
v._data(this,"lastToggle"+N.guid,Q+1);P.preventDefault();return K[Q].apply(this,arguments)||false;
};O.guid=J;while(M<K.length){K[M++].guid=J;}return this.click(O);};v.fn.live=function(J,L,K){i("jQuery.fn.live() is deprecated");
if(d){return d.apply(this,arguments);}v(this.context).on(J,this.selector,L,K);
return this;};v.fn.die=function(J,K){i("jQuery.fn.die() is deprecated");
if(o){return o.apply(this,arguments);}v(this.context).off(J,this.selector||"**",K);
return this;};v.event.trigger=function(L,M,K,J){if(!K&!f.test(L)){i("Global events are undocumented and deprecated");
}return h.call(this,L,M,K||document,J);};v.each(F.split("|"),function(K,J){v.event.special[J]={setup:function(){var L=this;
if(L!==document){v.event.add(document,J+"."+v.guid,function(){v.event.trigger(J,null,L,true);
});v._data(this,J,v.guid++);}return false;},teardown:function(){if(this!==document){v.event.remove(document,J+"."+v._data(this,J));
}return false;}};});})(jQuery,window);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery-mousewheel.js
*/
/*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.1.1
*
* Requires: 1.2.2+
*/
(function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a);
}else{a(jQuery);}}(function(f){var d=["wheel","mousewheel","DOMMouseScroll"];
var h="onwheel" in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"];
var g,a;if(f.event.fixHooks){for(var b=d.length;b;){f.event.fixHooks[d[--b]]=f.event.mouseHooks;
}}f.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var j=h.length;
j;){this.addEventListener(h[--j],c,false);}}else{this.onmousewheel=c;}},teardown:function(){if(this.removeEventListener){for(var j=h.length;
j;){this.removeEventListener(h[--j],c,false);}}else{this.onmousewheel=null;
}}};f.fn.extend({mousewheel:function(i){return i?this.bind("mousewheel",i):this.trigger("mousewheel");
},unmousewheel:function(i){return this.unbind("mousewheel",i);}});function c(i){var j=i||window.event,p=[].slice.call(arguments,1),s=0,l=0,k=0,o=0,n=0,q;
i=f.event.fix(j);i.type="mousewheel";if(j.wheelDelta){s=j.wheelDelta;}if(j.detail){s=j.detail*-1;
}if(j.deltaY){k=j.deltaY*-1;s=k;}if(j.deltaX){l=j.deltaX;s=l*-1;}if(j.wheelDeltaY!==undefined){k=j.wheelDeltaY;
}if(j.wheelDeltaX!==undefined){l=j.wheelDeltaX*-1;}o=Math.abs(s);if(!g||o<g){g=o;
}n=Math.max(Math.abs(k),Math.abs(l));if(!a||n<a){a=n;}q=s>0?"floor":"ceil";
s=Math[q](s/g);l=Math[q](l/a);k=Math[q](k/a);p.unshift(i,s,l,k);return(f.event.dispatch||f.event.handle).apply(this,p);
}}));
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils jquery-tablesorter.js
*/
/*!
* TableSorter 2.7.6 min - Client-side table sorting with ease!
* Copyright (c) 2007 Christian Bach
*/
!function(a){a.extend({tablesorter:new function(){function k(g){"undefined"!==typeof console&&"undefined"!==typeof console.log?console.log(g):alert(g);
}function n(g,h){k(g+" ("+((new Date).getTime()-h.getTime())+"ms)");}function d(v,w,p){if(!w){return"";
}var h=v.config,s=h.textExtraction,u="",u="simple"===s?h.supportsTextContent?w.textContent:a(w).text():"function"===typeof s?s(w,v,p):"object"===typeof s&&s.hasOwnProperty(p)?s[p](w,v,p):h.supportsTextContent?w.textContent:a(w).text();
return a.trim(u);}function i(A){var B=A.config,F=B.$tbodies=B.$table.children("tbody:not(."+B.cssInfoBlock+")"),D,g,z,s,w,h,u="";
if(0===F.length){return B.debug?k("*Empty table!* Not building a parser cache"):"";
}F=F[0].rows;if(F[0]){D=[];g=F[0].cells.length;for(z=0;z<g;z++){s=B.$headers.filter(":not([colspan])");
s=s.add(B.$headers.filter('[colspan="1"]')).filter('[data-column="'+z+'"]:last');
w=B.headers[z];h=j.getParserById(j.getData(s,w,"sorter"));B.empties[z]=j.getData(s,w,"empty")||B.emptyTo||(B.emptyToBottom?"bottom":"top");
B.strings[z]=j.getData(s,w,"string")||B.stringTo||"max";if(!h){F:{s=A;w=F;
h=-1;for(var G=z,E=void 0,H=j.parsers.length,C=!1,p="",E=!0;""===p&&E;){h++,w[h]?(C=w[h].cells[G],p=d(s,C,G),s.config.debug&&k("Checking if value was empty on row "+h+", column: "+G+": "+p)):E=!1;
}for(E=1;E<H;E++){if(j.parsers[E].is&&j.parsers[E].is(p,s,C)){h=j.parsers[E];
break F;}}h=j.parsers[0];}}B.debug&&(u+="column:"+z+"; parser:"+h.id+"; string:"+B.strings[z]+"; empty: "+B.empties[z]+"\n");
D.push(h);}}B.debug&&k(u);return D;}function t(A){var B=A.tBodies,E=A.config,C,g,z=E.parsers,v,F,p,w,y,D,G,s=[];
E.cache={};if(!z){return E.debug?k("*Empty table!* Not building a cache"):"";
}E.debug&&(G=new Date);E.showProcessing&&j.isProcessing(A,!0);for(w=0;w<B.length;
w++){if(E.cache[w]={row:[],normalized:[]},!a(B[w]).hasClass(E.cssInfoBlock)){C=B[w]&&B[w].rows.length||0;
g=B[w].rows[0]&&B[w].rows[0].cells.length||0;for(F=0;F<C;++F){if(y=a(B[w].rows[F]),D=[],y.hasClass(E.cssChildRow)){E.cache[w].row[E.cache[w].row.length-1]=E.cache[w].row[E.cache[w].row.length-1].add(y);
}else{E.cache[w].row.push(y);for(p=0;p<g;++p){if(v=d(A,y[0].cells[p],p),v=z[p].format(v,A,y[0].cells[p],p),D.push(v),"numeric"===(z[p].type||"").toLowerCase()){s[p]=Math.max(Math.abs(v),s[p]||0);
}}D.push(E.cache[w].normalized.length);E.cache[w].normalized.push(D);}}E.cache[w].colMax=s;
}}E.showProcessing&&j.isProcessing(A);E.debug&&n("Building cache for "+C+" rows",G);
}function f(F,G){var J=F.config,I=F.tBodies,v=[],C=J.cache,D,K,x,A,B,w,z,H,M,g,L;
if(C[0]){J.debug&&(L=new Date);for(H=0;H<I.length;H++){if(D=a(I[H]),!D.hasClass(J.cssInfoBlock)){B=j.processTbody(F,D,!0);
D=C[H].row;K=C[H].normalized;A=(x=K.length)?K[0].length-1:0;for(w=0;w<x;
w++){if(g=K[w][A],v.push(D[g]),!J.appender||!J.removeRows){M=D[g].length;
for(z=0;z<M;z++){B.append(D[g][z]);}}}j.processTbody(F,B,!1);}}J.appender&&J.appender(F,v);
J.debug&&n("Rebuilt table",L);G||j.applyWidget(F);a(F).trigger("sortEnd",F);
}}function q(y){var z,s,p,v=y.config,w=v.sortList,x=[v.cssAsc,v.cssDesc],u=a(y).find("tfoot tr").children().removeClass(x.join(" "));
v.$headers.removeClass(x.join(" "));p=w.length;for(z=0;z<p;z++){if(2!==w[z][1]&&(y=v.$headers.not(".sorter-false").filter('[data-column="'+w[z][0]+'"]'+(1===p?":last":"")),y.length)){for(s=0;
s<y.length;s++){y[s].sortDisabled||(y.eq(s).addClass(x[w[z][1]]),u.length&&u.filter('[data-column="'+w[z][0]+'"]').eq(s).addClass(x[w[z][1]]));
}}}}function o(D){var E=0,G=D.config,F=G.sortList,A=F.length,B=D.tBodies.length,C,z,w,y,v,x,H,u,I;
if(!G.serverSideSorting&&G.cache[0]){G.debug&&(C=new Date);for(w=0;w<B;
w++){v=G.cache[w].colMax,I=(x=G.cache[w].normalized)&&x[0]?x[0].length-1:0,x.sort(function(h,p){for(z=0;
z<A;z++){y=F[z][0];u=F[z][1];H=/n/i.test(G.parsers&&G.parsers[y]?G.parsers[y].type||"":"")?"Numeric":"Text";
H+=0===u?"":"Desc";/Numeric/.test(H)&&G.strings[y]&&(E="boolean"===typeof G.string[G.strings[y]]?(0===u?1:-1)*(G.string[G.strings[y]]?-1:1):G.strings[y]?G.string[G.strings[y]]||0:0);
var g=a.tablesorter["sort"+H](D,h[y],p[y],y,v[y],E);if(g){return g;}}return h[I]-p[I];
});}G.debug&&n("Sorting on "+F.toString()+" and dir "+u+" time",C);}}function c(g,h){g.trigger("updateComplete");
"function"===typeof h&&h(g[0]);}function l(h,p,g){!1!==p?h.trigger("sorton",[h[0].config.sortList,function(){c(h,g);
}]):c(h,g);}var j=this;j.version="2.7.6";j.parsers=[];j.widgets=[];j.defaults={theme:"default",widthFixed:!1,showProcessing:!1,headerTemplate:"{content}",onRenderTemplate:null,onRenderHeader:null,cancelSelection:!0,dateFormat:"mmddyyyy",sortMultiSortKey:"shiftKey",sortResetKey:"ctrlKey",usNumberFormat:!0,delayInit:!1,serverSideSorting:!1,headers:{},ignoreCase:!0,sortForce:null,sortList:[],sortAppend:null,sortInitialOrder:"asc",sortLocaleCompare:!1,sortReset:!1,sortRestart:!1,emptyTo:"bottom",stringTo:"max",textExtraction:"simple",textSorter:null,widgets:[],widgetOptions:{zebra:["even","odd"]},initWidgets:!0,initialized:null,tableClass:"tablesorter",cssAsc:"tablesorter-headerAsc",cssChildRow:"tablesorter-childRow",cssDesc:"tablesorter-headerDesc",cssHeader:"tablesorter-header",cssHeaderRow:"tablesorter-headerRow",cssIcon:"tablesorter-icon",cssInfoBlock:"tablesorter-infoOnly",cssProcessing:"tablesorter-processing",selectorHeaders:"> thead th, > thead td",selectorSort:"th, td",selectorRemove:".remove-me",debug:!1,headerList:[],empties:{},strings:{},parsers:[]};
j.benchmark=n;j.construct=function(g){return this.each(function(){if(!this.tHead||0===this.tBodies.length||!0===this.hasInitialized){return this.config&&this.config.debug?k("stopping initialization! No thead, tbody or tablesorter has already been initialized"):"";
}var aC=a(this),aE=this,aD,ax,aB,az="",av,ay,aA,an,at=a.metadata;aE.hasInitialized=!1;
aE.config={};aD=a.extend(!0,aE.config,j.defaults,g);a.data(aE,"tablesorter",aD);
aD.debug&&a.data(aE,"startoveralltimer",new Date);aD.supportsTextContent="x"===a("<span>x</span>")[0].textContent;
aD.supportsDataObject=1.4<=parseFloat(a.fn.jquery);aD.string={max:1,min:-1,"max+":1,"max-":-1,zero:0,none:0,"null":0,top:!0,bottom:!1};
/tablesorter\-/.test(aC.attr("class"))||(az=""!==aD.theme?" tablesorter-"+aD.theme:"");
aD.$table=aC.addClass(aD.tableClass+az);aD.$tbodies=aC.children("tbody:not(."+aD.cssInfoBlock+")");
var aw=[],ar={},ac=0,F=a(aE).find("thead:eq(0), tfoot").children("tr"),al,ah,aq,ap,ab,am,ag,v,s,ak;
for(al=0;al<F.length;al++){ab=F[al].cells;for(ah=0;ah<ab.length;ah++){ap=ab[ah];
am=ap.parentNode.rowIndex;ag=am+"-"+ap.cellIndex;v=ap.rowSpan||1;s=ap.colSpan||1;
"undefined"===typeof aw[am]&&(aw[am]=[]);for(aq=0;aq<aw[am].length+1;aq++){if("undefined"===typeof aw[am][aq]){ak=aq;
break;}}ar[ag]=ak;ac=Math.max(ak,ac);a(ap).attr({"data-column":ak});for(aq=am;
aq<am+v;aq++){"undefined"===typeof aw[aq]&&(aw[aq]=[]);ag=aw[aq];for(ap=ak;
ap<ak+s;ap++){ag[ap]="x";}}}}aE.config.columns=ac;var af,ao,aa,p,ae,aj,ai,au=aE.config;
au.headerList=[];au.headerContent=[];au.debug&&(ai=new Date);p=au.cssIcon?'<i class="'+au.cssIcon+'"></i>':"";
aw=a(aE).find(au.selectorHeaders).each(function(w){ao=a(this);af=au.headers[w];
au.headerContent[w]=this.innerHTML;ae=au.headerTemplate.replace(/\{content\}/g,this.innerHTML).replace(/\{icon\}/g,p);
au.onRenderTemplate&&(aa=au.onRenderTemplate.apply(ao,[w,ae]))&&"string"===typeof aa&&(ae=aa);
this.innerHTML='<div class="tablesorter-header-inner">'+ae+"</div>";au.onRenderHeader&&au.onRenderHeader.apply(ao,[w]);
this.column=ar[this.parentNode.rowIndex+"-"+this.cellIndex];var u=j.getData(ao,af,"sortInitialOrder")||au.sortInitialOrder;
this.order=/^d/i.test(u)||1===u?[1,0,2]:[0,1,2];this.count=-1;"false"===j.getData(ao,af,"sorter")?(this.sortDisabled=!0,ao.addClass("sorter-false")):ao.removeClass("sorter-false");
this.lockedOrder=!1;aj=j.getData(ao,af,"lockedOrder")||!1;"undefined"!==typeof aj&&!1!==aj&&(this.order=this.lockedOrder=/^d/i.test(aj)||1===aj?[1,1,1]:[0,0,0]);
ao.addClass((this.sortDisabled?"sorter-false ":" ")+au.cssHeader);au.headerList[w]=this;
ao.parent().addClass(au.cssHeaderRow);});aE.config.debug&&(n("Built headers:",ai),k(aw));
aD.$headers=aw;var I,ad=aE.config,G=a("<colgroup>");ai=ad.$table.find("colgroup");
var h=ad.$table.width();a("tr:first td",aE.tBodies[0]).each(function(){I=a("<col>");
ad.widthFixed&&I.css("width",parseInt(1000*(a(this).width()/h),10)/10+"%");
G.append(I);});ai.length?ai.html(G.html()):ad.$table.prepend(G);aD.parsers=i(aE);
aD.delayInit||t(aE);aD.$headers.find("*").andSelf().filter(aD.selectorSort).unbind("mousedown.tablesorter mouseup.tablesorter").bind("mousedown.tablesorter mouseup.tablesorter",function(x,w){var u=(this.tagName.match("TH|TD")?a(this):a(this).parents("th, td").filter(":last"))[0];
if(1!==(x.which||x.button)){return !1;}if("mousedown"===x.type){return an=(new Date).getTime(),"INPUT"===x.target.tagName?"":!aD.cancelSelection;
}if(!0!==w&&250<(new Date).getTime()-an){return !1;}aD.delayInit&&!aD.cache&&t(aE);
if(!u.sortDisabled){aC.trigger("sortStart",aE);az=!x[aD.sortMultiSortKey];
u.count=x[aD.sortResetKey]?2:(u.count+1)%(aD.sortReset?3:2);aD.sortRestart&&(ax=u,aD.$headers.each(function(){if(this!==ax&&(az||!a(this).is("."+aD.cssDesc+",."+aD.cssAsc))){this.count=-1;
}}));ax=u.column;if(az){aD.sortList=[];if(null!==aD.sortForce){av=aD.sortForce;
for(aB=0;aB<av.length;aB++){av[aB][0]!==ax&&aD.sortList.push(av[aB]);}}aA=u.order[u.count];
if(2>aA&&(aD.sortList.push([ax,aA]),1<u.colSpan)){for(aB=1;aB<u.colSpan;
aB++){aD.sortList.push([ax+aB,aA]);}}}else{if(aD.sortAppend&&1<aD.sortList.length&&j.isValueInArray(aD.sortAppend[0][0],aD.sortList)&&aD.sortList.pop(),j.isValueInArray(ax,aD.sortList)){for(aB=0;
aB<aD.sortList.length;aB++){ay=aD.sortList[aB],aA=aD.headerList[ay[0]],ay[0]===ax&&(ay[1]=aA.order[aA.count],2===ay[1]&&(aD.sortList.splice(aB,1),aA.count=-1));
}}else{if(aA=u.order[u.count],2>aA&&(aD.sortList.push([ax,aA]),1<u.colSpan)){for(aB=1;
aB<u.colSpan;aB++){aD.sortList.push([ax+aB,aA]);}}}}if(null!==aD.sortAppend){av=aD.sortAppend;
for(aB=0;aB<av.length;aB++){av[aB][0]!==ax&&aD.sortList.push(av[aB]);}}aC.trigger("sortBegin",aE);
setTimeout(function(){q(aE);o(aE);f(aE);},1);}});aD.cancelSelection&&aD.$headers.each(function(){this.onselectstart=function(){return !1;
};});aC.unbind("sortReset update updateCell addRows sorton appendCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave").bind("sortReset",function(){aD.sortList=[];
q(aE);o(aE);f(aE);}).bind("update updateRows",function(x,w,u){a(aD.selectorRemove,aE).remove();
aD.parsers=i(aE);t(aE);l(aC,w,u);}).bind("updateCell",function(C,A,y,B){var z,x,u;
z=aC.find("tbody");C=z.index(a(A).parents("tbody").filter(":last"));var w=a(A).parents("tr").filter(":last");
A=a(A)[0];z.length&&0<=C&&(x=z.eq(C).find("tr").index(w),u=A.cellIndex,z=aE.config.cache[C].normalized[x].length-1,aE.config.cache[C].row[aE.config.cache[C].normalized[x][z]]=w,aE.config.cache[C].normalized[x][u]=aD.parsers[u].format(d(aE,A,u),aE,A,u),l(aC,y,B));
}).bind("addRows",function(B,y,A,z){var u=y.filter("tr").length,x=[],w=y[0].cells.length,C=aC.find("tbody").index(y.closest("tbody"));
aD.parsers||(aD.parsers=i(aE));for(B=0;B<u;B++){for(aB=0;aB<w;aB++){x[aB]=aD.parsers[aB].format(d(aE,y[B].cells[aB],aB),aE,y[B].cells[aB],aB);
}x.push(aD.cache[C].row.length);aD.cache[C].row.push([y[B]]);aD.cache[C].normalized.push(x);
x=[];}l(aC,A,z);}).bind("sorton",function(u,C,A,y){aC.trigger("sortStart",this);
var B,z,x,w=aE.config;u=C||w.sortList;w.sortList=[];a.each(u,function(E,D){B=[parseInt(D[0],10),parseInt(D[1],10)];
if(x=w.headerList[B[0]]){w.sortList.push(B),z=a.inArray(B[1],x.order),x.count=0<=z?z:B[1]%(w.sortReset?3:2);
}});q(aE);o(aE);f(aE,y);"function"===typeof A&&A(aE);}).bind("appendCache",function(u,x,w){f(aE,w);
"function"===typeof x&&x(aE);}).bind("applyWidgetId",function(w,u){j.getWidgetById(u).format(aE,aD,aD.widgetOptions);
}).bind("applyWidgets",function(u,w){j.applyWidget(aE,w);}).bind("refreshWidgets",function(u,x,w){j.refreshWidgets(aE,x,w);
}).bind("destroy",function(u,x,w){j.destroy(aE,x,w);});aD.supportsDataObject&&"undefined"!==typeof aC.data().sortlist?aD.sortList=aC.data().sortlist:at&&(aC.metadata()&&aC.metadata().sortlist)&&(aD.sortList=aC.metadata().sortlist);
j.applyWidget(aE,!0);0<aD.sortList.length?aC.trigger("sorton",[aD.sortList,{},!aD.initWidgets]):aD.initWidgets&&j.applyWidget(aE);
aD.showProcessing&&aC.unbind("sortBegin sortEnd").bind("sortBegin sortEnd",function(u){j.isProcessing(aE,"sortBegin"===u.type);
});aE.hasInitialized=!0;aD.debug&&j.benchmark("Overall initialization time",a.data(aE,"startoveralltimer"));
aC.trigger("tablesorter-initialized",aE);"function"===typeof aD.initialized&&aD.initialized(aE);
});};j.isProcessing=function(p,s,h){var g=p.config;p=h||a(p).find("."+g.cssHeader);
s?(0<g.sortList.length&&(p=p.filter(function(){return this.sortDisabled?!1:j.isValueInArray(parseFloat(a(this).attr("data-column")),g.sortList);
})),p.addClass(g.cssProcessing)):p.removeClass(g.cssProcessing);};j.processTbody=function(h,p,g){if(g){return p.before('<span class="tablesorter-savemyplace"/>'),h=a.fn.detach?p.detach():p.remove();
}h=a(h).find("span.tablesorter-savemyplace");p.insertAfter(h);h.remove();
};j.clearTableBody=function(g){g.config.$tbodies.empty();};j.destroy=function(x,y,s){if(x.hasInitialized){j.refreshWidgets(x,!0,!0);
var g=a(x),w=x.config,v=g.find("thead:first"),p=v.find("tr."+w.cssHeaderRow).removeClass(w.cssHeaderRow),u=g.find("tfoot:first > tr").children("th, td");
v.find("tr").not(p).remove();g.removeData("tablesorter").unbind("sortReset update updateCell addRows sorton appendCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave");
w.$headers.add(u).removeClass(w.cssHeader+" "+w.cssAsc+" "+w.cssDesc).removeAttr("data-column");
p.find(w.selectorSort).unbind("mousedown.tablesorter mouseup.tablesorter");
p.children().each(function(h){a(this).html(w.headerContent[h]);});!1!==y&&g.removeClass(w.tableClass+" tablesorter-"+w.theme);
x.hasInitialized=!1;"function"===typeof s&&s(x);}};j.regex=[/(^-?[0-9]+(\.?[0-9]*)[df]?e?[0-9]?$|^0x[0-9a-f]+$|[0-9]+)/gi,/(^([\w ]+,?[\w ]+)?[\w ]+,?[\w ]+\d+:\d+(:\d+)?[\w ]?|^\d{1,4}[\/\-]\d{1,4}[\/\-]\d{1,4}|^\w+, \w+ \d+, \d{4})/,/^0x[0-9a-f]+$/i];
j.sortText=function(w,x,p,g){if(x===p){return 0;}var v=w.config,u=v.string[v.empties[g]||v.emptyTo],s=j.regex;
if(""===x&&0!==u){return"boolean"===typeof u?u?-1:1:-u||-1;}if(""===p&&0!==u){return"boolean"===typeof u?u?1:-1:u||1;
}if("function"===typeof v.textSorter){return v.textSorter(x,p,w,g);}w=x.replace(s[0],"\\0$1\\0").replace(/\\0$/,"").replace(/^\\0/,"").split("\\0");
g=p.replace(s[0],"\\0$1\\0").replace(/\\0$/,"").replace(/^\\0/,"").split("\\0");
x=parseInt(x.match(s[2]),16)||1!==w.length&&x.match(s[1])&&Date.parse(x);
if(p=parseInt(p.match(s[2]),16)||x&&p.match(s[1])&&Date.parse(p)||null){if(x<p){return -1;
}if(x>p){return 1;}}v=Math.max(w.length,g.length);for(x=0;x<v;x++){p=isNaN(w[x])?w[x]||0:parseFloat(w[x])||0;
s=isNaN(g[x])?g[x]||0:parseFloat(g[x])||0;if(isNaN(p)!==isNaN(s)){return isNaN(p)?1:-1;
}typeof p!==typeof s&&(p+="",s+="");if(p<s){return -1;}if(p>s){return 1;
}}return 0;};j.sortTextDesc=function(u,v,h,g){if(v===h){return 0;}var s=u.config,p=s.string[s.empties[g]||s.emptyTo];
return""===v&&0!==p?"boolean"===typeof p?p?-1:1:p||1:""===h&&0!==p?"boolean"===typeof p?p?1:-1:-p||-1:"function"===typeof s.textSorter?s.textSorter(h,v,u,g):j.sortText(u,h,v);
};j.getTextValue=function(s,u,h){if(u){var g=s.length,p=u+h;for(u=0;u<g;
u++){p+=s.charCodeAt(u);}return h*p;}return 0;};j.sortNumeric=function(u,v,h,g,s,p){if(v===h){return 0;
}u=u.config;g=u.string[u.empties[g]||u.emptyTo];if(""===v&&0!==g){return"boolean"===typeof g?g?-1:1:-g||-1;
}if(""===h&&0!==g){return"boolean"===typeof g?g?1:-1:g||1;}isNaN(v)&&(v=j.getTextValue(v,s,p));
isNaN(h)&&(h=j.getTextValue(h,s,p));return v-h;};j.sortNumericDesc=function(u,v,h,g,s,p){if(v===h){return 0;
}u=u.config;g=u.string[u.empties[g]||u.emptyTo];if(""===v&&0!==g){return"boolean"===typeof g?g?-1:1:g||1;
}if(""===h&&0!==g){return"boolean"===typeof g?g?1:-1:-g||-1;}isNaN(v)&&(v=j.getTextValue(v,s,p));
isNaN(h)&&(h=j.getTextValue(h,s,p));return h-v;};j.characterEquivalents={a:"\u00e1\u00e0\u00e2\u00e3\u00e4\u0105\u00e5",A:"\u00c1\u00c0\u00c2\u00c3\u00c4\u0104\u00c5",c:"\u00e7\u0107\u010d",C:"\u00c7\u0106\u010c",e:"\u00e9\u00e8\u00ea\u00eb\u011b\u0119",E:"\u00c9\u00c8\u00ca\u00cb\u011a\u0118",i:"\u00ed\u00ec\u0130\u00ee\u00ef\u0131",I:"\u00cd\u00cc\u0130\u00ce\u00cf",o:"\u00f3\u00f2\u00f4\u00f5\u00f6",O:"\u00d3\u00d2\u00d4\u00d5\u00d6",ss:"\u00df",SS:"\u1e9e",u:"\u00fa\u00f9\u00fb\u00fc\u016f",U:"\u00da\u00d9\u00db\u00dc\u016e"};
j.replaceAccents=function(p){var s,h="[",g=j.characterEquivalents;if(!j.characterRegex){j.characterRegexArray={};
for(s in g){"string"===typeof s&&(h+=g[s],j.characterRegexArray[s]=RegExp("["+g[s]+"]","g"));
}j.characterRegex=RegExp(h+"]");}if(j.characterRegex.test(p)){for(s in g){"string"===typeof s&&(p=p.replace(j.characterRegexArray[s],s));
}}return p;};j.isValueInArray=function(p,s){var h,g=s.length;for(h=0;h<g;
h++){if(s[h][0]===p){return !0;}}return !1;};j.addParser=function(p){var s,h=j.parsers.length,g=!0;
for(s=0;s<h;s++){j.parsers[s].id.toLowerCase()===p.id.toLowerCase()&&(g=!1);
}g&&j.parsers.push(p);};j.getParserById=function(h){var p,g=j.parsers.length;
for(p=0;p<g;p++){if(j.parsers[p].id.toLowerCase()===h.toString().toLowerCase()){return j.parsers[p];
}}return !1;};j.addWidget=function(g){j.widgets.push(g);};j.getWidgetById=function(p){var s,h,g=j.widgets.length;
for(s=0;s<g;s++){if((h=j.widgets[s])&&h.hasOwnProperty("id")&&h.id.toLowerCase()===p.toLowerCase()){return h;
}}};j.applyWidget=function(w,x){var z=w.config,y=z.widgetOptions,v=z.widgets.sort().reverse(),u,s,p,g=v.length;
s=a.inArray("zebra",z.widgets);0<=s&&(z.widgets.splice(s,1),z.widgets.push("zebra"));
z.debug&&(u=new Date);for(s=0;s<g;s++){(p=j.getWidgetById(v[s]))&&(!0===x&&p.hasOwnProperty("init")?p.init(w,p,z,y):!x&&p.hasOwnProperty("format")&&p.format(w,z,y));
}z.debug&&n("Completed "+(!0===x?"initializing":"applying")+" widgets",u);
};j.refreshWidgets=function(x,y,u){var p,v=x.config,w=v.widgets,s=j.widgets,g=s.length;
for(p=0;p<g;p++){if(s[p]&&s[p].id&&(y||0>a.inArray(s[p].id,w))){v.debug&&k("Refeshing widgets: Removing "+s[p].id),s[p].hasOwnProperty("remove")&&s[p].remove(x,v,v.widgetOptions);
}}!0!==u&&j.applyWidget(x,y);};j.getData=function(u,v,h){var g="";u=a(u);
var s,p;if(!u.length){return"";}s=a.metadata?u.metadata():!1;p=" "+(u.attr("class")||"");
"undefined"!==typeof u.data(h)||"undefined"!==typeof u.data(h.toLowerCase())?g+=u.data(h)||u.data(h.toLowerCase()):s&&"undefined"!==typeof s[h]?g+=s[h]:v&&"undefined"!==typeof v[h]?g+=v[h]:" "!==p&&p.match(" "+h+"-")&&(g=p.match(RegExp(" "+h+"-(\\w+)"))[1]||"");
return a.trim(g);};j.formatFloat=function(h,p){if("string"!==typeof h||""===h){return h;
}var g;h=(p&&p.config?!1!==p.config.usNumberFormat:"undefined"!==typeof p?p:1)?h.replace(/,/g,""):h.replace(/[\s|\.]/g,"").replace(/,/g,".");
/^\s*\([.\d]+\)/.test(h)&&(h=h.replace(/^\s*\(/,"-").replace(/\)/,""));
g=parseFloat(h);return isNaN(g)?a.trim(h):g;};j.isDigit=function(g){return isNaN(g)?/^[\-+(]?\d+[)]?$/.test(g.toString().replace(/[,.'"\s]/g,"")):!0;
};}});var b=a.tablesorter;a.fn.extend({tablesorter:b.construct});b.addParser({id:"text",is:function(){return !0;
},format:function(f,c){var d=c.config;f=a.trim(d.ignoreCase?f.toLocaleLowerCase():f);
return d.sortLocaleCompare?b.replaceAccents(f):f;},type:"text"});b.addParser({id:"currency",is:function(c){return/^\(?\d+[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]|[\u00a3$\u20ac\u00a4\u00a5\u00a2?.]\d+\)?$/.test(c);
},format:function(d,c){return b.formatFloat(d.replace(/[^\w,. \-()]/g,""),c);
},type:"numeric"});b.addParser({id:"ipAddress",is:function(c){return/^\d{1,3}[\.]\d{1,3}[\.]\d{1,3}[\.]\d{1,3}$/.test(c);
},format:function(i,d){var h,g=i.split("."),f="",c=g.length;for(h=0;h<c;
h++){f+=("00"+g[h]).slice(-3);}return b.formatFloat(f,d);},type:"numeric"});
b.addParser({id:"url",is:function(c){return/^(https?|ftp|file):\/\//.test(c);
},format:function(c){return a.trim(c.replace(/(https?|ftp|file):\/\//,""));
},type:"text"});b.addParser({id:"isoDate",is:function(c){return/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}/.test(c);
},format:function(d,c){return b.formatFloat(""!==d?(new Date(d.replace(/-/g,"/"))).getTime()||"":"",c);
},type:"numeric"});b.addParser({id:"percent",is:function(c){return/(\d\s?%|%\s?\d)/.test(c);
},format:function(d,c){return b.formatFloat(d.replace(/%/g,""),c);},type:"numeric"});
b.addParser({id:"usLongDate",is:function(c){return/^[A-Z]{3,10}\.?\s+\d{1,2},?\s+(\d{4})(\s+\d{1,2}:\d{2}(:\d{2})?(\s+[AP]M)?)?$/i.test(c)||/^\d{1,2}\s+[A-Z]{3,10}\s+\d{4}/i.test(c);
},format:function(d,c){return b.formatFloat((new Date(d.replace(/(\S)([AP]M)$/i,"$1 $2"))).getTime()||"",c);
},type:"numeric"});b.addParser({id:"shortDate",is:function(c){return/^(\d{1,2}|\d{4})[\/\-\,\.\s+]\d{1,2}[\/\-\.\,\s+](\d{1,2}|\d{4})$/.test(c);
},format:function(i,d,h,g){h=d.config;var f=h.headerList[g],c=f.shortDateFormat;
"undefined"===typeof c&&(c=f.shortDateFormat=b.getData(f,h.headers[g],"dateFormat")||h.dateFormat);
i=i.replace(/\s+/g," ").replace(/[\-|\.|\,]/g,"/");"mmddyyyy"===c?i=i.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$1/$2"):"ddmmyyyy"===c?i=i.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$2/$1"):"yyyymmdd"===c&&(i=i.replace(/(\d{4})[\/\s](\d{1,2})[\/\s](\d{1,2})/,"$1/$2/$3"));
return b.formatFloat((new Date(i)).getTime()||"",d);},type:"numeric"});
b.addParser({id:"time",is:function(c){return/^(([0-2]?\d:[0-5]\d)|([0-1]?\d:[0-5]\d\s?([AP]M)))$/i.test(c);
},format:function(d,c){return b.formatFloat((new Date("2000/01/01 "+d.replace(/(\S)([AP]M)$/i,"$1 $2"))).getTime()||"",c);
},type:"numeric"});b.addParser({id:"digit",is:function(c){return b.isDigit(c);
},format:function(d,c){return b.formatFloat(d.replace(/[^\w,. \-()]/g,""),c);
},type:"numeric"});b.addParser({id:"metadata",is:function(){return !1;},format:function(f,c,d){f=c.config;
f=!f.parserMetadataName?"sortValue":f.parserMetadataName;return a(d).metadata()[f];
},type:"numeric"});b.addWidget({id:"zebra",format:function(j,l,f){var c,q,h,o,n,d,k=RegExp(l.cssChildRow,"i"),i=l.$tbodies;
l.debug&&(n=new Date);for(j=0;j<i.length;j++){c=i.eq(j),d=c.children("tr").length,1<d&&(h=0,c=c.children("tr:visible"),c.each(function(){q=a(this);
k.test(this.className)||h++;o=0===h%2;q.removeClass(f.zebra[o?1:0]).addClass(f.zebra[o?0:1]);
}));}l.debug&&b.benchmark("Applying Zebra widget",n);},remove:function(j,f){var i,g,d=f.$tbodies,c=(f.widgetOptions.zebra||["even","odd"]).join(" ");
for(i=0;i<d.length;i++){g=a.tablesorter.processTbody(j,d.eq(i),!0),g.children().removeClass(c),a.tablesorter.processTbody(j,g,!1);
}}});}(jQuery);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils meta.js
*/
mno.namespace("utils.meta");
mno.utils.meta=(function(){var d=window.document.head,g=d.getElementsByTagName("meta");
function b(i){var j=f(i);return j&&j.content;}function a(i){var k=f(i),j=k&&k.content;
if(typeof j==="string"){j=j.split(",");}return j;}function h(k,o){var n=f(k),l;
if(!n){n=document.createElement("meta");if(typeof k==="string"){n.name=k;
}d.appendChild(n);}if(typeof k==="object"){l=Object.getOwnPropertyNames(k);
for(var j=l.length-1;j>=0;j--){n.setAttribute(l[j],k[l[j]]);}}if(typeof o!=="undefined"){n.setAttribute("content",o);
}c(k,o);return o;}function f(l){function n(q,i){return(q.property&&i.getAttribute("property")&&q.property.toLowerCase()===i.getAttribute("property").toLowerCase())||(q.name&&i.getAttribute("name")&&q.name.toLowerCase()===i.getAttribute("name").toLowerCase());
}function j(q,i){return(i.getAttribute("property")&&(q.toLowerCase()===i.getAttribute("property").toLowerCase()))||(i.getAttribute("name")&&(q.toLowerCase()===i.getAttribute("name").toLowerCase()));
}var p=(typeof l==="string"?j:n);for(var k=0;k<g.length;++k){var o=g[k];
if(p(l,o)){return o;}}}function c(i,j){mno.core.log(1,"Setting meta: "+i+" to value: "+j);
if(mno.event){mno.event.triggerEvent({type:"meta-"+i+"-changed",data:j,options:{persistent:false}});
}}mno.test.schedule("mno.utils.test.meta",{});return{get:b,getList:a,set:h};
})();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils modal.js
*/
mno.namespace("mno.utils");
mno.utils.modal=function(){if(!mno.utils.Queue){mno.core.downloadModule("mno.utils.queue");
}var c=true,i,j,b,a,h=false;mno.$document.ready(function(){mno.views.render("modal",null,function(l){i=l;
i.find(".close, button.confirm, button.cancel").on("click",k);i.on("click",function(n){if(n.target===document.getElementById("mnoModal")){k();
}});$(document).keyup(function(n){if(n.keyCode==27){k();}});a=i.find(".header");
b=i.find(".content");j=i.find(".container");i.appendTo("body");c=false;
if(h!==false){h.flush(function(){h=false;});}});});function f(l){if(typeof l==="undefined"||l===null){return"";
}else{if(l.nodeName){return $(l);}else{if(l.jquery){return l;}else{if(typeof l==="string"&&!/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/.test(l)){return $("<div>"+l+"</div>");
}else{return $.ajax(l);}}}}}function k(){i.hide(0);c=false;if(h!==false){h.flush(function(){h=false;
});}}function d(l){var n={header:null,menu:null,content:null,footer:null,wrapperClass:null,type:null,onOkButton:function(){},onCancelButton:function(){},okButtonLabel:"Ok"};
l=$.extend(n,l);$.when(f(l.content),f(l.header),f(l.menu),f(l.footer)).then(function(q,o,s,p){i.removeClass("load");
j.find(".menu").empty().append(s);j.find(".content").empty().append(q);
j.find(".footer").empty().append(p);if(l.type=="confirm"){j.find("button.confirm").text(l.okButtonLabel).one("click",function(){l.onOkButton();
});j.find(".confirm").show();}else{j.find(".confirm").hide();}if(o.jquery){a.empty().append(o);
}else{a.addClass("disabled");}});}function g(l){var n=this,o={header:null,menu:null,content:null,footer:null,wrapperClass:null,type:null,onOkButton:function(){},onCancelButton:function(){},okButtonLabel:"Ok"};
l=$.extend(o,l);if(c===true){h=h||new mno.utils.Queue();h.add(function(){mno.core.log(1,"Modal already open. Queueing method");
n.open(l);});}else{c=true;i.removeClass().addClass(["load",l.wrapperClass].join(" ")).show(0,function(){d(l);
});}}return{open:g,close:k,update:d};}();
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils openWindow.js
*/
mno.namespace("utils.openWindow");
mno.utils.openWindow=function(b,g){var a={width:800,height:600,options:{resizable:"yes",scrollbars:0},name:"openWindow"},f=mno.$window.width(),j=mno.$window.height(),h="";
for(var d in g){if(g.hasOwnProperty(d)){a[d]=g[d];}}h="width="+a.width+",height="+a.height+",screenX="+(f-a.width)/2+", screenY="+(j-a.height)/2;
for(var c in a.options){if(a.options.hasOwnProperty(c)){h+=", "+c+"="+a.options[c];
}}window.open(b,a.name,h);};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils pattern.js
*/
mno.namespace("utils.match");
mno.utils.pattern=function(f,b,d,a){f=f||"test";a=a||"";var c={url:/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/gi,email:/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/,twitterUser:/(^|[\W])@(\w+)/gi,twitterHash:/ [\#]+([A-Za-z0-9-_]+)/gi};
if(c.hasOwnProperty(b)){if(f==="replace"){return d.replace(c[b],a);}return d[f](c[b]);
}else{mno.core.log(1,b+" is not a pattern");return false;}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils postscribe.js
*/
(function(){var a=this;
if(a.postscribe){return;}var k=true;var p=false;var n=Array.prototype.slice;
function g(){}function b(q){return"function"===typeof q;}function j(s,u,v){var t,q=(s&&s.length)||0;
for(t=0;t<q;t++){u.call(v,s[t],t);}}function o(t,s,u){var q;for(q in t){if(t.hasOwnProperty(q)){s.call(u,q,t[q]);
}}}function l(s,q){o(q,function(t,u){s[t]=u;});return s;}function d(q,s){q=q||{};
o(s,function(t,u){if(q[t]==null){q[t]=u;}});return q;}function f(t){try{return n.call(t);
}catch(s){var q=[];j(t,function(u){q.push(u);});return q;}}function c(q){return(/^script$/i).test(q.tagName);
}var h=(function(){var q="data-ps-";function s(w,v,x){var u=q+v;if(arguments.length===2){var y=w.getAttribute(u);
return y==null?y:String(y);}else{if(x!=null&&x!==""){w.setAttribute(u,x);
}else{w.removeAttribute(u);}}}function t(u,v){var w=u.ownerDocument;l(this,{root:u,options:v,win:w.defaultView||w.parentWindow,doc:w,parser:a.htmlParser("",{autoFix:true}),actuals:[u],proxyHistory:"",proxyRoot:w.createElement(u.nodeName),scriptStack:[],writeQueue:[]});
s(this.proxyRoot,"proxyof",0);}t.prototype.write=function(){[].push.apply(this.writeQueue,arguments);
var u;while(!this.deferredRemote&&this.writeQueue.length){u=this.writeQueue.shift();
if(b(u)){this.callFunction(u);}else{this.writeImpl(u);}}};t.prototype.callFunction=function(v){var u={type:"function",value:v.name||v.toString()};
this.onScriptStart(u);v.call(this.win,this.doc);this.onScriptDone(u);};
t.prototype.writeImpl=function(v){this.parser.append(v);var u,w=[];while((u=this.parser.readToken())&&!c(u)){w.push(u);
}this.writeStaticTokens(w);if(u){this.handleScriptToken(u);}};t.prototype.writeStaticTokens=function(v){var u=this.buildChunk(v);
if(!u.actual){return;}u.html=this.proxyHistory+u.actual;this.proxyHistory+=u.proxy;
this.proxyRoot.innerHTML=u.html;if(p){u.proxyInnerHTML=this.proxyRoot.innerHTML;
}this.walkChunk();if(p){u.actualInnerHTML=this.root.innerHTML;}return u;
};t.prototype.buildChunk=function(x){var w=this.actuals.length,u=[],y=[],v=[];
j(x,function(z){u.push(z.text);if(z.attrs){if(!(/^noscript$/i).test(z.tagName)){var A=w++;
y.push(z.text.replace(/(\/?>)/," "+q+"id="+A+" $1"));if(z.attrs.id!=="ps-script"){v.push(z.type==="atomicTag"?"":"<"+z.tagName+" "+q+"proxyof="+A+(z.unary?"/>":">"));
}}}else{y.push(z.text);v.push(z.type==="endTag"?z.text:"");}});return{tokens:x,raw:u.join(""),actual:y.join(""),proxy:v.join("")};
};t.prototype.walkChunk=function(){var y,u=[this.proxyRoot];while((y=u.shift())!=null){var x=y.nodeType===1;
var w=x&&s(y,"proxyof");if(!w){if(x){this.actuals[s(y,"id")]=y;s(y,"id",null);
}var v=y.parentNode&&s(y.parentNode,"proxyof");if(v){this.actuals[v].appendChild(y);
}}u.unshift.apply(u,f(y.childNodes));}};t.prototype.handleScriptToken=function(u){var v=this.parser.clear();
if(v){this.writeQueue.unshift(v);}u.src=u.attrs.src||u.attrs.SRC;if(u.src&&this.scriptStack.length){this.deferredRemote=u;
}else{this.onScriptStart(u);}var w=this;this.writeScriptToken(u,function(){w.onScriptDone(u);
});};t.prototype.onScriptStart=function(u){u.outerWrites=this.writeQueue;
this.writeQueue=[];this.scriptStack.unshift(u);};t.prototype.onScriptDone=function(u){if(u!==this.scriptStack[0]){this.options.error({message:"Bad script nesting or script finished twice"});
return;}this.scriptStack.shift();this.write.apply(this,u.outerWrites);if(!this.scriptStack.length&&this.deferredRemote){this.onScriptStart(this.deferredRemote);
this.deferredRemote=null;}};t.prototype.writeScriptToken=function(v,u){var w=this.buildScript(v);
if(v.src){w.src=v.src;this.scriptLoadHandler(w,u);}try{this.insertScript(w);
if(!v.src){u();}}catch(x){this.options.error(x);u();}};t.prototype.buildScript=function(u){var v=this.doc.createElement(u.tagName);
o(u.attrs,function(w,x){v.setAttribute(w,x);});if(u.content){v.text=u.content;
}return v;};t.prototype.insertScript=function(u){this.writeImpl('<span id="ps-script"/>');
var w=this.doc.getElementById("ps-script");try{w.parentNode.replaceChild(u,w);
}catch(v){}};t.prototype.scriptLoadHandler=function(x,u){function w(){x=x.onload=x.onreadystatechange=x.onerror=null;
u();}var v=this.options.error;l(x,{onload:function(){w();},onreadystatechange:function(){if(/^(loaded|complete)$/.test(x.readyState)){w();
}},onerror:function(){v({message:"remote script failed "+x.src});w();}});
};return t;}());var i=(function(){var u=0;var q=[];var v=null;function s(){var x=q.shift();
if(x){x.stream=w.apply(null,x);}}function w(D,A,z){v=new h(D,z);v.id=u++;
v.name=z.name||v.id;t.streams[v.name]=v;var E=D.ownerDocument;var y={write:E.write,writeln:E.writeln};
function C(F){F=z.beforeWrite(F);v.write(F);z.afterWrite(F);}l(E,{write:C,writeln:function(F){C(F+"\n");
}});var B=v.win.onerror||g;v.win.onerror=function(H,G,F){z.error({msg:H+" - "+G+":"+F});
B.apply(v.win,arguments);};v.write(A,function x(){l(E,y);v.win.onerror=B;
z.done();v=null;s();});return v;}function t(A,z,y){if(b(y)){y={done:y};
}y=d(y,{done:g,error:function(B){throw B;},beforeWrite:function(B){return B;
},afterWrite:g});A=(/^#/).test(A)?a.document.getElementById(A.substr(1)):A.jquery?A[0]:A;
var x=[A,z,y];A.postscribe={cancel:function(){if(x.stream){x.stream.abort();
}else{x[1]=g;}}};q.push(x);if(!v){s();}return A.postscribe;}return l(t,{streams:{},queue:q,WriteStream:h});
}());a.postscribe=i;}());
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils queue.js
*/
mno.namespace("mno.utils");
mno.utils.queue=mno.utils.Queue=function(){this.queue=[];};mno.utils.Queue.prototype.add=function(a){this.queue.push(a);
};mno.utils.Queue.prototype.flush=function(a){var b=this;if(this.queue[0]){this.queue.shift()(function(){b.flush.call(b,a);
});}else{a();}};
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils shuffle.js
*/
mno.namespace("utils.shuffle");
mno.utils.shuffle=function(d){if(typeof d!=="undefined"){var c=d.length,b,a;
if(c==0){return;}while(--c){b=Math.floor(Math.random()*(c+1));a=d[c];d[c]=d[b];
d[b]=a;}return d;}}
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils starRating.js
*/
;
mno.namespace("utils.StarRating");mno.utils.StarRating=function(d,a){var f=this,c,b=$(d);
a=a||{};this.settings={putUrl:mno.publication.sectionProperties.userrating.vote.url,getUrl:mno.publication.sectionProperties.userrating.rateresult.url,beforePut:function(){return true;
},beforeGet:function(){return true;},onPut:function(g){},onGet:function(g){},canVote:false,rating:false,styleClass:"",setClass:"set",currentClass:"current",hoverClass:"setHover",template:"starRating",scale:["1","2","3","4","5","6"]};
for(c in a){if(a.hasOwnProperty(c)){this.settings[c]=a[c];}}this.$el=b;
this.$el.addClass("starRating "+this.settings.styleClass);this.$el.attr("itemscope","itemscope");
this.$el.attr("itemtype","http://schema.org/Rating");this.cookie=false;
this.userRating=0;if(this.settings.parameters!==undefined){this.cookie="APURsite_"+this.settings.parameters.siteId+"__gi_"+this.settings.parameters.gi+"__oi_"+this.settings.parameters.oi+"__s_"+this.settings.scale.length;
this.get(function(g){f.createStars();});}else{if(this.settings.rating===false){if(this.$el.find("[itemprop=ratingValue]").length!==0){this.rating=this.$el.find("[itemprop=ratingValue]").text();
}else{if(parseInt(this.$el.text(),10)){this.rating=parseInt(this.$el.text(),10);
}else{this.rating=0;}}}else{this.rating=this.settings.rating;}this.createStars();
}if(this.settings.canVote===true){this.makeVoteable();}};mno.utils.StarRating.prototype.makeVoteable=function(){var a=this;
if(this.userRating===0){this.$el.addClass("canVote");}this.$el.on("mouseover","span[data-rating]",function(b){if(a.userRating===0){a.set(parseInt($(this).attr("data-rating"),10),a.settings.hoverClass);
}}).on("click","span[data-rating]",function(c){if(a.userRating===0){var b=parseInt($(this).attr("data-rating"),10);
a.set(b,a.settings.setClass);a.put(b);}}).on("mouseleave",function(){a.$el.find("span[data-rating]").removeClass(a.settings.hoverClass);
});};mno.utils.StarRating.prototype.set=function(b,a){this.$el.find("span[data-rating]").slice(b).removeClass(a);
this.$el.find("span[data-rating]").slice(0,b).addClass(a);};mno.utils.StarRating.prototype.error=function(a){if(a==="ERR_SEVERAL_VOTE_ATTEMPT"){alert("Du kan bare stemme en gang -");
}};mno.utils.StarRating.prototype.put=function(d,g){var f=this;function a(){mno.io.getScript({url:b,jsonP:function(h){$.cookie(f.cookie,new Date().getTime()+";RV"+f.userRating,{expires:1095,path:"/"});
f.settings.onPut(h);if(h.result==="Error"){f.error(h.err_code);}else{f.get(function(i){f.createStars();
});}if(typeof g==="function"){g(h);}}});}if(this.settings.beforePut()){var b=this.settings.putUrl+"?";
for(var c in this.settings.parameters){if(this.settings.parameters.hasOwnProperty(c)){b+=c+"="+this.settings.parameters[c]+"&";
}}b+="s="+this.settings.scale.length+"&";b+="rv="+d;this.userRating=d;if($.cookie){a();
}else{mno.core.downloadModule("mno.utils.cookie",a);}}};mno.utils.StarRating.prototype.get=function(f){var c=this;
function d(){if($.cookie(c.cookie)!==null){c.userRating=$.cookie(c.cookie).split("RV")[1];
}}if(this.settings.beforeGet()){var a=this.settings.getUrl+"?";for(var b in this.settings.parameters){if(this.settings.parameters.hasOwnProperty(b)){a+=b+"="+this.settings.parameters[b]+"&";
}}a+="s="+this.settings.scale.length;if($.cookie){d();}else{mno.core.downloadModule("mno.utils.cookie",d);
}mno.io.getScript({url:a,jsonP:function(g){c.settings.onGet(g);c.count=g.count;
c.rating=Math.round(g.totalUserRatingAvgValue);if(typeof f==="function"){f(g);
}}});}};mno.utils.StarRating.prototype.createStars=function(){var b=this,a;
mno.views.render(this.settings.template,{rating:b.rating,count:b.count,userRating:b.userRating,scale:b.settings.scale,setClass:b.settings.setClass,currentClass:b.settings.currentClass},function(c){b.$el.empty().append(c);
});};mno.test.schedule("mno.utils.test.starRating");
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils swipe.js
*/
function Swipe(p,f){var g=function(){};
var y=function(H){setTimeout(H||g,0);};var F={addEventListener:!!window.addEventListener,touch:("ontouchstart" in window)||window.DocumentTouch&&document instanceof DocumentTouch,transitions:(function(H){var J=["transitionProperty","WebkitTransition","MozTransition","OTransition","msTransition"];
for(var I in J){if(H.style[J[I]]!==undefined){return true;}}return false;
})(document.createElement("swipe"))};if(!p){return;}var c=p.children[0];
var w,d,v,h;f=f||{};var l=parseInt(f.startSlide,10)||0;var z=f.speed||300;
f.continuous=f.continuous!==undefined?f.continuous:true;function q(){w=c.children;
h=w.length;if(w.length<2){f.continuous=false;}if(F.transitions&&f.continuous&&w.length<3){c.appendChild(w[0].cloneNode(true));
c.appendChild(c.children[1].cloneNode(true));w=c.children;}d=new Array(w.length);
v=p.getBoundingClientRect().width||p.offsetWidth;c.style.width=(w.length*v)+"px";
var I=w.length;while(I--){var H=w[I];H.style.width=v+"px";H.setAttribute("data-index",I);
if(F.transitions){H.style.left=(I*-v)+"px";u(I,l>I?-v:(l<I?v:0),0);}}if(f.continuous&&F.transitions){u(j(l-1),-v,0);
u(j(l+1),v,0);}if(!F.transitions){c.style.left=(l*-v)+"px";}p.style.visibility="visible";
}function s(){if(f.continuous){a(l-1);}else{if(l){a(l-1);}}if(f.view=="article"){G(l);
}else{n(l);}}function t(){if(f.continuous){a(l+1);}else{if(l<w.length-1){a(l+1);
}}if(f.view=="article"){G(l);}else{n(l);}}function j(H){return(w.length+(H%w.length))%w.length;
}function a(L,I){if(l==L){return;}if(F.transitions){var K=Math.abs(l-L)/(l-L);
if(f.continuous){var H=K;K=-d[j(L)]/v;if(K!==H){L=-K*w.length+L;}}var J=Math.abs(l-L)-1;
while(J--){u(j((L>l?L:l)-J-1),v*K,0);}L=j(L);u(l,v*K,I||z);u(L,0,I||z);
if(f.continuous){u(j(L-K),-(v*K),0);}}else{L=j(L);k(l*-v,L*-v,I||z);}l=L;
y(f.callback&&f.callback(l,w[l]));if(f.view=="article"){G(l);}else{n(l);
}}function u(H,J,I){o(H,J,I);d[H]=J;}function o(I,L,K){var H=w[I];var J=H&&H.style;
if(!J){return;}J.webkitTransitionDuration=J.MozTransitionDuration=J.msTransitionDuration=J.OTransitionDuration=J.transitionDuration=K+"ms";
J.webkitTransform="translate("+L+"px,0)translateZ(0)";J.msTransform=J.MozTransform=J.OTransform="translateX("+L+"px)";
}function k(L,K,H){if(!H){c.style.left=K+"px";return;}var J=+new Date;var I=setInterval(function(){var M=+new Date-J;
if(M>H){c.style.left=K+"px";if(E){B();}f.transitionEnd&&f.transitionEnd.call(event,l,w[l]);
clearInterval(I);return;}c.style.left=(((K-L)*(Math.floor((M/H)*100)/100))+L)+"px";
},4);}var E=f.auto||0;var A;function B(){A=setTimeout(t,E);}function x(){E=0;
clearTimeout(A);}function n(H){var J=p.children[2].children;for(var I=J.length-1;
I>=0;I--){J[I].className=null;}J[H].className="on";}function G(H){p.children[2].children[0].innerHTML=""+(H+1);
}var i={};var C={};var D;var b={handleEvent:function(H){switch(H.type){case"touchstart":this.start(H);
break;case"touchmove":this.move(H);break;case"touchend":y(this.end(H));
break;case"webkitTransitionEnd":case"msTransitionEnd":case"oTransitionEnd":case"otransitionend":case"transitionend":y(this.transitionEnd(H));
break;case"resize":y(q.call());break;}if(f.stopPropagation){H.stopPropagation();
}},start:function(H){var I=H.touches[0];i={x:I.pageX,y:I.pageY,time:+new Date};
D=undefined;C={};c.addEventListener("touchmove",this,false);c.addEventListener("touchend",this,false);
},move:function(H){if(H.touches.length>1||H.scale&&H.scale!==1){return;
}if(f.disableScroll){H.preventDefault();}var I=H.touches[0];C={x:I.pageX-i.x,y:I.pageY-i.y};
if(typeof D=="undefined"){D=!!(D||Math.abs(C.x)<Math.abs(C.y));}if(!D){H.preventDefault();
x();if(f.continuous){o(j(l-1),C.x+d[j(l-1)],0);o(l,C.x+d[l],0);o(j(l+1),C.x+d[j(l+1)],0);
}else{C.x=C.x/((!l&&C.x>0||l==w.length-1&&C.x<0)?(Math.abs(C.x)/v+1):1);
o(l-1,C.x+d[l-1],0);o(l,C.x+d[l],0);o(l+1,C.x+d[l+1],0);}}},end:function(J){var L=+new Date-i.time;
var I=Number(L)<250&&Math.abs(C.x)>20||Math.abs(C.x)>v/2;var H=!l&&C.x>0||l==w.length-1&&C.x<0;
if(f.continuous){H=false;}var K=C.x<0;if(!D){if(I&&!H){if(K){if(f.continuous){u(j(l-1),-v,0);
u(j(l+2),v,0);}else{u(l-1,-v,0);}u(l,d[l]-v,z);u(j(l+1),d[j(l+1)]-v,z);
l=j(l+1);}else{if(f.continuous){u(j(l+1),v,0);u(j(l-2),-v,0);}else{u(l+1,v,0);
}u(l,d[l]+v,z);u(j(l-1),d[j(l-1)]+v,z);l=j(l-1);}f.callback&&f.callback(l,w[l]);
}else{if(f.continuous){u(j(l-1),-v,z);u(l,0,z);u(j(l+1),v,z);}else{u(l-1,-v,z);
u(l,0,z);u(l+1,v,z);}}}c.removeEventListener("touchmove",b,false);c.removeEventListener("touchend",b,false);
},transitionEnd:function(H){if(parseInt(H.target.getAttribute("data-index"),10)==l){if(E){B();
}f.transitionEnd&&f.transitionEnd.call(H,l,w[l]);}}};q();if(E){B();}if(F.addEventListener){if(F.touch){c.addEventListener("touchstart",b,false);
}if(F.transitions){c.addEventListener("webkitTransitionEnd",b,false);c.addEventListener("msTransitionEnd",b,false);
c.addEventListener("oTransitionEnd",b,false);c.addEventListener("otransitionend",b,false);
c.addEventListener("transitionend",b,false);}window.addEventListener("resize",b,false);
}else{window.onresize=function(){q();};}return{setup:function(){q();},slide:function(I,H){x();
alert("slide");a(I,H);},prev:function(){x();s();},next:function(){x();t();
},getPos:function(){return l;},getNumSlides:function(){return h;},kill:function(){x();
c.style.width="auto";c.style.left=0;var I=w.length;while(I--){var H=w[I];
H.style.width="100%";H.style.left=0;if(F.transitions){o(I,0,0);}}if(F.addEventListener){c.removeEventListener("touchstart",b,false);
c.removeEventListener("webkitTransitionEnd",b,false);c.removeEventListener("msTransitionEnd",b,false);
c.removeEventListener("oTransitionEnd",b,false);c.removeEventListener("otransitionend",b,false);
c.removeEventListener("transitionend",b,false);window.removeEventListener("resize",b,false);
}else{window.onresize=null;}}};}if(window.jQuery||window.Zepto){(function(a){a.fn.Swipe=function(b){return this.each(function(){a(this).data("Swipe",new Swipe(a(this)[0],b));
});};})(window.jQuery||window.Zepto);
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils table.js
*/
}(function(a){mno.namespace("mno.utils.table");
a(function(){if(!a.tablesorter){mno.core.downloadModule("mno.utils.jquery-tablesorter");
}});mno.utils.table=function(f){var h=a.Deferred(),d,g={items:[],metadata:{},globals:{},sortable:false,callResize:true,wrapperClass:null};
f=a.extend(g,f);f.buildUrl=function(j,k){return j.replace(/\{([^}]+)\}/g,function(n,l){return encodeURIComponent(k[l]||f.globals[l]||"");
}).replace(/,+$/,"");};function i(){if(i.maxTablePriority===undefined){i.maxTablePriority=0;
d.find("th").each(function(){var j=a(this);if(j.data("priority")>i.maxTablePriority){i.maxTablePriority=j.data("priority");
}});}return i.maxTablePriority;}function b(j){j=j||false;if(b.maxVisibleTablePriority===undefined||j===true){b.maxVisibleTablePriority=0;
d.find("th").each(function(){var k=a(this);if(!k.hasClass("hidden")&&k.data("priority")>b.maxVisibleTablePriority){b.maxVisibleTablePriority=k.data("priority");
}});}return b.maxVisibleTablePriority;}function c(){var l,n,k,j=false;if(d.parent()){k=d.parent().width();
l=i();if(d.width()<=k){n=b(true);n++;while(d.width()<=k&&n<=l){d.find("th[data-priority="+n+"]").each(function(){d.find("tr>:nth-child("+(a(this).index()+1)+")").removeClass("hidden");
});n++;j=true;}}while(d.width()>k&&l>1&&k!==0){d.find("th[data-priority="+l+"]").each(function(){d.find("tr>:nth-child("+(a(this).index()+1)+")").addClass("hidden");
});l--;j=true;}}return j;}mno.views.render("mno.views.table",f).done(function(j){d=j;
var k=false;mno.$window.on("resize",function(){if(k===false){c();k=window.setTimeout(function(){k=false;
},50);}});h.resolve(d,{resize:c});if(f.callResize===true){mno.core.nextTick(c);
}if(f.sortable===true){setTimeout(function(){},2000);}});return h;};}(window.jQuery));
/*!
data include js 69ed7ed9f0eafa06ecf9ee3c641b399c493ba323 js mno utils touch.js
*/
mno.namespace("utils.touch");
mno.utils.touch=function(){
/*! Hammer.JS - v1.0.3 - 2013-03-02
* http://eightmedia.github.com/hammer.js
*
* Copyright (c) 2013 Jorik Tangelder <j.tangelder@gmail.com>;
* Licensed under the MIT license */
var y=function(O,N){return new y.Instance(O,N||{});
};y.defaults={stop_browser_behavior:{userSelect:"none",touchCallout:"none",touchAction:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};
y.HAS_POINTEREVENTS=navigator.pointerEnabled||navigator.msPointerEnabled;
y.HAS_TOUCHEVENTS=("ontouchstart" in window);y.EVENT_TYPES={};y.DIRECTION_DOWN="down";
y.DIRECTION_LEFT="left";y.DIRECTION_UP="up";y.DIRECTION_RIGHT="right";y.POINTER_MOUSE="mouse";
y.POINTER_TOUCH="touch";y.POINTER_PEN="pen";y.EVENT_START="start";y.EVENT_MOVE="move";
y.EVENT_END="end";y.plugins={};y.READY=false;function d(){if(y.READY){return;
}y.event.determineEventTypes();for(var N in y.gestures){if(y.gestures.hasOwnProperty(N)){y.detection.register(y.gestures[N]);
}}y.event.onTouch(document,y.EVENT_MOVE,y.detection.detect);y.event.onTouch(document,y.EVENT_END,y.detection.endDetect);
y.READY=true;}y.Instance=function(P,O){var N=this;d();this.element=P;this.enabled=true;
this.options=y.utils.extend(y.utils.extend({},y.defaults),O||{});if(this.options.stop_browser_behavior){y.utils.stopDefaultBrowserBehavior(this.element,this.options.stop_browser_behavior);
}y.event.onTouch(P,y.EVENT_START,function(Q){if(N.enabled){y.detection.startDetect(N,Q);
}});return this;};y.Instance.prototype={on:function E(O,P){var Q=O.split(" ");
for(var N=0;N<Q.length;N++){if(!this.element.addEventListener){this.element.attachEvent("on"+Q[N],P);
}else{this.element.addEventListener(Q[N],P,false);}}return this;},off:function o(O,P){var Q=O.split(" ");
for(var N=0;N<Q.length;N++){this.element.removeEventListener(Q[N],P,false);
}return this;},trigger:function I(N,P){var O=document.createEvent("Event");
O.initEvent(N,true,true);O.gesture=P;this.element.dispatchEvent(O);return this;
},enable:function c(N){this.enabled=N;return this;}};var H=null;var k=false;
var h=false;y.event={bindDom:function(P,R,Q){var O=R.split(" ");for(var N=0;
N<O.length;N++){if(!P.addEventListener){P.attachEvent("on"+O[N],Q);}else{P.addEventListener(O[N],Q,false);
}}},onTouch:function B(P,O,Q){var N=this;this.bindDom(P,y.EVENT_TYPES[O],function(R){var S=R.type.toLowerCase();
if(S.match(/mouseup/)&&h){h=false;return;}if(S.match(/touch/)||(S.match(/mouse/)&&R.which===1)||(y.HAS_POINTEREVENTS&&S.match(/down/))){k=true;
}if(S.match(/touch|pointer/)){h=true;}if(k&&!(h&&S.match(/mouse/))){if(y.HAS_POINTEREVENTS&&O!=y.EVENT_END){y.PointerEvent.updatePointer(O,R);
}if(O===y.EVENT_END&&H!==null){R=H;}else{H=R;}Q.call(y.detection,N.collectEventData(P,O,R));
if(y.HAS_POINTEREVENTS&&O==y.EVENT_END){y.PointerEvent.updatePointer(O,R);
}}if(S.match(/up|cancel|end/)){k=false;H=null;y.PointerEvent.reset();}});
},determineEventTypes:function G(){var N;if(y.HAS_POINTEREVENTS){N=y.PointerEvent.getEvents();
}else{N=["touchstart mousedown","touchmove mousemove","touchend touchcancel mouseup"];
}y.EVENT_TYPES[y.EVENT_START]=N[0];y.EVENT_TYPES[y.EVENT_MOVE]=N[1];y.EVENT_TYPES[y.EVENT_END]=N[2];
},getTouchList:function u(N){if(y.HAS_POINTEREVENTS){return y.PointerEvent.getTouchList();
}else{if(N.touches){return N.touches;}else{return[{identifier:1,pageX:N.pageX,pageY:N.pageY,target:N.target}];
}}},collectEventData:function L(P,O,Q){var R=this.getTouchList(Q,O);var N=y.POINTER_TOUCH;
if(Q.type.match(/mouse/)||y.PointerEvent.matchType(y.POINTER_MOUSE,Q)){N=y.POINTER_MOUSE;
}return{center:y.utils.getCenter(R),timestamp:Q.timestamp||new Date().getTime(),target:Q.target,touches:R,eventType:O,pointerType:N,srcEvent:Q,preventDefault:function(){if(this.srcEvent.preventManipulation){this.srcEvent.preventManipulation();
}if(this.srcEvent.preventDefault){this.srcEvent.preventDefault();}},stopPropagation:function(){this.srcEvent.stopPropagation();
},stopDetect:function(){return y.detection.stopDetect();}};}};y.PointerEvent={pointers:{},getTouchList:function(){var N=this.pointers;
var O=[];Object.keys(N).sort().forEach(function(P){O.push(N[P]);});return O;
},updatePointer:function(O,N){if(O==y.EVENT_END){delete this.pointers[N.pointerId];
}else{N.identifier=N.pointerId;this.pointers[N.pointerId]=N;}},matchType:function(N,P){if(!P.pointerType){return false;
}var O={};O[y.POINTER_MOUSE]=(P.pointerType==P.MSPOINTER_TYPE_MOUSE||P.pointerType==y.POINTER_MOUSE);
O[y.POINTER_TOUCH]=(P.pointerType==P.MSPOINTER_TYPE_TOUCH||P.pointerType==y.POINTER_TOUCH);
O[y.POINTER_PEN]=(P.pointerType==P.MSPOINTER_TYPE_PEN||P.pointerType==y.POINTER_PEN);
return O[N];},getEvents:function(){return["pointerdown MSPointerDown","pointermove MSPointerMove","pointerup pointercancel MSPointerUp MSPointerCancel"];
},reset:function(){this.pointers={};}};y.utils={extend:function i(N,P){for(var O in P){N[O]=P[O];
}return N;},getCenter:function z(Q){var R=[],P=[];for(var O=0,N=Q.length;
O<N;O++){R.push(Q[O].pageX);P.push(Q[O].pageY);}return{pageX:((Math.min.apply(Math,R)+Math.max.apply(Math,R))/2),pageY:((Math.min.apply(Math,P)+Math.max.apply(Math,P))/2)};
},getVelocity:function p(N,P,O){return{x:Math.abs(P/N)||0,y:Math.abs(O/N)||0};
},getAngle:function n(P,O){var Q=O.pageY-P.pageY,N=O.pageX-P.pageX;return Math.atan2(Q,N)*180/Math.PI;
},getDirection:function j(P,O){var N=Math.abs(P.pageX-O.pageX),Q=Math.abs(P.pageY-O.pageY);
if(N>=Q){return P.pageX-O.pageX>0?y.DIRECTION_LEFT:y.DIRECTION_RIGHT;}else{return P.pageY-O.pageY>0?y.DIRECTION_UP:y.DIRECTION_DOWN;
}},getDistance:function l(P,O){var N=O.pageX-P.pageX,Q=O.pageY-P.pageY;
return Math.sqrt((N*N)+(Q*Q));},getScale:function x(O,N){if(O.length>=2&&N.length>=2){return this.getDistance(N[0],N[1])/this.getDistance(O[0],O[1]);
}return 1;},getRotation:function v(O,N){if(O.length>=2&&N.length>=2){return this.getAngle(N[1],N[0])-this.getAngle(O[1],O[0]);
}return 0;},isVertical:function C(N){return(N==y.DIRECTION_UP||N==y.DIRECTION_DOWN);
},stopDefaultBrowserBehavior:function b(P,O){var S,R=["webkit","khtml","moz","ms","o",""];
if(!O||!P.style){return;}for(var N=0;N<R.length;N++){for(var Q in O){if(O.hasOwnProperty(Q)){S=Q;
if(R[N]){S=R[N]+S.substring(0,1).toUpperCase()+S.substring(1);}P.style[S]=O[Q];
}}}if(O.userSelect=="none"){P.onselectstart=function(){return false;};}}};
y.detection={gestures:[],current:null,previous:null,stopped:false,startDetect:function A(O,N){if(this.current){return;
}this.stopped=false;this.current={inst:O,startEvent:y.utils.extend({},N),lastEvent:false,name:""};
this.detect(N);},detect:function s(Q){if(!this.current||this.stopped){return;
}Q=this.extendEventData(Q);var R=this.current.inst.options;for(var P=0,N=this.gestures.length;
P<N;P++){var O=this.gestures[P];if(!this.stopped&&R[O.name]!==false){if(O.handler.call(O,Q,this.current.inst)===false){this.stopDetect();
break;}}}if(this.current){this.current.lastEvent=Q;}},endDetect:function D(N){this.detect(N);
this.stopDetect();},stopDetect:function a(){this.previous=y.utils.extend({},this.current);
this.current=null;this.stopped=true;},extendEventData:function w(R){var S=this.current.startEvent;
if(S&&(R.touches.length!=S.touches.length||R.touches===S.touches)){S.touches=[];
for(var P=0,N=R.touches.length;P<N;P++){S.touches.push(y.utils.extend({},R.touches[P]));
}}var O=R.timestamp-S.timestamp,U=R.center.pageX-S.center.pageX,T=R.center.pageY-S.center.pageY,Q=y.utils.getVelocity(O,U,T);
y.utils.extend(R,{deltaTime:O,deltaX:U,deltaY:T,velocityX:Q.x,velocityY:Q.y,distance:y.utils.getDistance(S.center,R.center),angle:y.utils.getAngle(S.center,R.center),direction:y.utils.getDirection(S.center,R.center),scale:y.utils.getScale(S.touches,R.touches),rotation:y.utils.getRotation(S.touches,R.touches),startEvent:S});
return R;},register:function f(O){var N=O.defaults||{};if(typeof(N[O.name])=="undefined"){N[O.name]=true;
}y.utils.extend(y.defaults,N);O.index=O.index||1000;this.gestures.push(O);
this.gestures.sort(function(Q,P){if(Q.index<P.index){return -1;}if(Q.index>P.index){return 1;
}return 0;});return this.gestures;}};y.gestures=y.gestures||{};y.gestures.Hold={name:"hold",index:10,defaults:{hold_timeout:500,hold_threshold:1},timer:null,handler:function K(N,O){switch(N.eventType){case y.EVENT_START:clearTimeout(this.timer);
y.detection.current.name=this.name;this.timer=setTimeout(function(){if(y.detection.current.name=="hold"){O.trigger("hold",N);
}},O.options.hold_timeout);break;case y.EVENT_MOVE:if(N.distance>O.options.hold_threshold){clearTimeout(this.timer);
}break;case y.EVENT_END:clearTimeout(this.timer);break;}}};y.gestures.Tap={name:"tap",index:100,defaults:{tap_max_touchtime:250,tap_max_distance:10,doubletap_distance:20,doubletap_interval:300},handler:function F(O,P){if(O.eventType==y.EVENT_END){var N=y.detection.previous;
if(O.deltaTime>P.options.tap_max_touchtime||O.distance>P.options.tap_max_distance){return;
}if(N&&N.name=="tap"&&(O.timestamp-N.lastEvent.timestamp)<P.options.doubletap_interval&&O.distance<P.options.doubletap_distance){y.detection.current.name="doubletap";
}else{y.detection.current.name="tap";}P.trigger(y.detection.current.name,O);
}}};y.gestures.Swipe={name:"swipe",index:40,defaults:{swipe_max_touches:1,swipe_velocity:0.7},handler:function M(N,O){if(N.eventType==y.EVENT_END){if(O.options.swipe_max_touches>0&&N.touches.length>O.options.swipe_max_touches){return;
}if(N.velocityX>O.options.swipe_velocity||N.velocityY>O.options.swipe_velocity){O.trigger(this.name,N);
O.trigger(this.name+N.direction,N);}}}};y.gestures.Drag={name:"drag",index:50,defaults:{drag_min_distance:10,drag_max_touches:1,drag_block_horizontal:false,drag_block_vertical:false,drag_lock_to_axis:false},triggered:false,handler:function t(N,O){if(y.detection.current.name!=this.name&&this.triggered){O.trigger(this.name+"end",N);
this.triggered=false;return;}if(O.options.drag_max_touches>0&&N.touches.length>O.options.drag_max_touches){return;
}switch(N.eventType){case y.EVENT_START:this.triggered=false;break;case y.EVENT_MOVE:if(N.distance<O.options.drag_min_distance&&y.detection.current.name!=this.name){return;
}y.detection.current.name=this.name;var P=y.detection.current.lastEvent.direction;
if(O.options.drag_lock_to_axis&&P!==N.direction){if(y.utils.isVertical(P)){N.direction=(N.deltaY<0)?y.DIRECTION_UP:y.DIRECTION_DOWN;
}else{N.direction=(N.deltaX<0)?y.DIRECTION_LEFT:y.DIRECTION_RIGHT;}}if(!this.triggered){O.trigger(this.name+"start",N);
this.triggered=true;}O.trigger(this.name,N);O.trigger(this.name+N.direction,N);
if((O.options.drag_block_vertical&&y.utils.isVertical(N.direction))||(O.options.drag_block_horizontal&&!y.utils.isVertical(N.direction))){N.preventDefault();
}break;case y.EVENT_END:if(this.triggered){O.trigger(this.name+"end",N);
}this.triggered=false;break;}}};y.gestures.Transform={name:"transform",index:45,defaults:{transform_min_scale:0.01,transform_min_rotation:1,transform_always_block:false},triggered:false,handler:function q(P,Q){if(y.detection.current.name!=this.name&&this.triggered){Q.trigger(this.name+"end",P);
this.triggered=false;return;}if(P.touches.length<2){return;}if(Q.options.transform_always_block){P.preventDefault();
}switch(P.eventType){case y.EVENT_START:this.triggered=false;break;case y.EVENT_MOVE:var O=Math.abs(1-P.scale);
var N=Math.abs(P.rotation);if(O<Q.options.transform_min_scale&&N<Q.options.transform_min_rotation){return;
}y.detection.current.name=this.name;if(!this.triggered){Q.trigger(this.name+"start",P);
this.triggered=true;}Q.trigger(this.name,P);if(N>Q.options.transform_min_rotation){Q.trigger("rotate",P);
}if(O>Q.options.transform_min_scale){Q.trigger("pinch",P);Q.trigger("pinch"+((P.scale<1)?"in":"out"),P);
}break;case y.EVENT_END:if(this.triggered){Q.trigger(this.name+"end",P);
}this.triggered=false;break;}}};y.gestures.Touch={name:"touch",index:-Infinity,defaults:{prevent_default:false},handler:function g(N,O){if(O.options.prevent_default){N.preventDefault();
}if(N.eventType==y.EVENT_START){O.trigger(this.name,N);}}};y.gestures.Release={name:"release",index:Infinity,handler:function J(N,O){if(N.eventType==y.EVENT_END){O.trigger(this.name,N);
}}};if(typeof module==="object"&&typeof module.exports==="object"){module.exports=y;
}else{window.Hammer=y;if(typeof window.define==="function"&&window.define.amd){window.define("hammer",[],function(){return y;
});}}y.event.bindDom=function(N,P,O){$(N).on(P,function(Q){var R=Q.originalEvent;
if(!R.pageX){R.pageX=Q.pageX;R.pageY=Q.pageY;}if(!R.target){R.target=Q.target;
}if(!R.which){R.which=R.button;}if(!R.preventDefault){R.preventDefault=Q.preventDefault;
}if(!R.stopPropagation){R.stopPropagation=Q.stopPropagation;}O.call(this,R);
});};y.Instance.prototype.on=function(N,O){return $(this.element).on(N,O);
};y.Instance.prototype.off=function(N,O){return $(this.element).off(N,O);
};y.Instance.prototype.trigger=function(N,O){return $(O.srcEvent.target).trigger({type:N,gesture:O});
};$.fn.hammer=function(N){return this.each(function(){var O=$(this);var P=O.data("hammer");
if(!P){O.data("hammer",y(this,N||{}));}else{if(P&&N){y.utils.extend(P.options,N);
}}});};return y;}();
