/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno core core.js
*/
mno.namespace("core");
mno.core=(function(){var g=function(){},w={},A={},q={},j=jQuery,d=parseInt(Math.random()*100,10)===5;
function z(C){return(C!==undefined)?(w[C]||false):w;}function B(G){var D=mno.sandbox.create(G,{extendWith:function(L,J){var I=J||g,K=this;
G.extend.push(L);l(G,function(){this.sandbox=K;I.call(this);});}}),H,C;
try{C=G.creator.call(G.controller,D)||{};}catch(F){mno.core.log(3,"Widget's creator method crashed: "+e.message);
mno.core.log(2,moduleId);C={};}C.sandbox=D;if(!q.logs&&d){for(var E in C){if(C.hasOwnProperty(E)&&typeof C[E]==="function"){H=C[E];
C[E]=(function(J,K){return function I(){try{return K.apply(this,arguments);
}catch(L){mno.core.log(1,J+"(): "+L.message);return false;}};}(E,H));}}}return j.extend(true,G.controller,C);
}function f(F){var E=F.require.length===0,C=F.extend.length===0;function D(){if(E&&C){j.extend(true,F.controller,B(F));
F.resolve(F);}}if(F instanceof mno.Module){if(typeof F.controller==="undefined"){F.controller={};
F.instances=F.instances||{};if(!E||!C){if(!E){y(F,function(){E=true;D();
});}if(!C){l(F,function(){C=true;D();});}}else{D();}}return F;}else{mno.core.log(3,"Passed parameter is not an [mno.Module]");
return new mno.Module();}}function k(D){var E=w[D];function C(){try{mno.core.log(1,"widget started: "+D,D,{event:"init",method:"begin"});
E.controller.init.call(E.controller);E.controller.sandbox.container.addClass("instantiated");
mno.core.log(1,"widget init method end: "+D,D,{event:"init",method:"end"});
mno.event.triggerEvent({type:D+"-init",data:true});mno.event.triggerEvent({type:"widget-init",data:D});
}catch(F){mno.core.log(3,"This error does not affect the other js! Error: failed while running widget: "+D+" width error: "+F);
if(F.stack){mno.core.log(3,F.stack);}}}if(typeof E!=="undefined"){if(typeof E.controller!=="object"){f(E);
mno.core.log(2,D+" controller is not created. Creating controller");}E.then(C);
}else{mno.core.log(3,"This error does not affect the other js! widgetId: "+D+" does not exist!!");
}}function t(C){if(typeof w[C]==="undefined"){return 0;}else{if(typeof w[C].instances==="undefined"){return 1;
}else{return 2;}}}function y(H,C){var E=H.require.length;function D(I){E--;
mno.core.log(1,H.id+" resolved dependecy "+I,H.id,{event:"require/"+I,data:I,method:"end"});
G();}function G(){if(E===0){C();}}while(H.require[0]){var F=H.require.pop();
mno.core.log(1,H.id+" requires "+F,H.id,{event:"require/"+F,method:"begin",data:F});
(function(I){a(I,function(){D(I);});}(F));}}function l(H,D){var E=H.extend.length,F,G;
function C(I){E--;if(w.hasOwnProperty(I)){j.extend(true,H.controller,B(w[I]));
}else{mno.core.log(3,'module "'+H.id+'" tries to extend "'+I+'", which is not a registered module!');
}mno.core.log(1,H.id+" finished extending "+I,H.id,{data:I,event:"extend/"+I,method:"end"});
if(E===0){D.call(H.controller);}}while(H.extend[0]){F=H.extend.pop();mno.core.log(1,H.id+" extends "+F,H.id,{data:F,event:"extend/"+F,method:"begin"});
G=t(F);if(G===2){(function(I){w[I].then(function(){C(I);});}(F));}else{if(G===1){(function(I){f(w[I]).then(function(){C(I);
});}(F));}else{if(G===0){(function(I){a(I,function(){f(w[I]).then(function(){C(I);
});});}(F));}}}}}function u(C,D){var F,E;if(typeof(C)!=="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{F=C.toLowerCase();if(typeof D==="undefined"){E=q[F];return !!(E!=undefined&&E!=false&&E!=="false");
}else{return q[F]=D;}}}function c(C){if(!w.hasOwnProperty(C.id)){mno.core.log(1,"Register widget "+C.id);
w[C.id]=new mno.Module();j.extend(w[C.id],C);}}function s(E,C){var D={},G;
mno.core.log(1,"Map model","core",{event:"mapModel",method:"begin"});for(var F in E){if(E.hasOwnProperty(F)){G=E[F].type;
D[G]=D[G]||{};D[G][F]=E[F];}}mno.core.log(0,"Map model","core",{event:"mapModel",method:"end"});
C(D);}function h(D){var E=D!==undefined;D=D||mno.model;function C(G,F){w[G].instances=j.extend(true,{},w[G].instances||{},F);
f(w[G]).then(function(){k(G);});}s(D.widget,function(I){var F={},H="",G;
mno.core.log(1,"begin create instances","core",{event:"createInstances",method:"begin"});
for(G in I){if(I.hasOwnProperty(G)){if(w.hasOwnProperty(G)){C(G,I[G]);}else{if(E===true){F[G]=F[G]||{instances:{}};
F[G].instances=j.extend({},F[G].instances,I[G]);}}}}mno.core.log(1,"end create instances","core",{event:"createInstances",method:"end"});
if(E===true&&!j.isEmptyObject(F)){for(G in F){if(F.hasOwnProperty(G)){H+=G.replace(/\./g,"/").replace(/widget/,"widgets")+";";
}}if(H!==""){mno.io.getCSS(mno.publication.url+"?service=css&widgets="+H+"&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="+H+"&v="+mno.publication.sectionProperties.cssVersion+"&publication="+mno.publication.name+"&r="+mno.publication.sectionProperties.buildRevision,callback:function(){for(var J in F){if(F.hasOwnProperty(J)&&w.hasOwnProperty(J)){C(J,F[J].instances);
}}}});}}});}function o(C,D){if(u("panel")!==false&&mno.debug){mno.debug.log.apply(null,arguments);
return false;}if(C===0){return false;}if(typeof C==="string"){D=C;C=1;mno.core.log(2,"Wrong usage of mno.core.log");
}if((u("log")||C>1)&&typeof console==="object"){var E=(C===1)?"log":(C===2)?"warn":"error";
if(typeof console[E]==="function"){console[E](D);}if(C===3&&typeof console.trace==="function"){console.trace();
}}return true;}function v(D,E){if(j.isPlainObject(E)&&E.type&&D){A[E.type]=A[E.type]||{};
var C={};C[D]=E.data;j.extend(true,A[E.type],C);}else{mno.core.log(1,E+"not an valid data object: "+D);
}}function p(D){if(A.hasOwnProperty(D)){var C={},E;for(E in A[D]){if(A[D].hasOwnProperty(E)){if(typeof A[D][E]==="function"){C[E]=A[D][E]();
}else{C[E]=A[D][E];}}}return C;}else{return false;}}function b(D,C){function F(G){var H={};
return function I(){if(G===0){if(H.hasOwnProperty(arguments[G])===false){H[arguments[G]]=D.apply(C,arguments);
}return H[arguments[G]];}else{if(H.hasOwnProperty(arguments[G])===false){H[arguments[G]]=F(G-1);
}return H[arguments[G]].apply(this,arguments);}};}var E=D.arity||D.length;
return F(E-1);}var a=(function(){var C={};return function(E,G){var F=E;
if(E.indexOf("/")===-1){F=(F.replace(/\./g,"/")+".js").replace("widget/","widgets/");
if(!F.match(/^http/)){F+=(F.indexOf("?")!==-1?"&":"?")+"r="+mno.revision;
}}mno.utils=mno.utils||{};function D(I){for(var H=0;C[I][H];H++){C[I][H]();
}C[I]=true;}if(F.indexOf("mno/utils")!==-1&&typeof mno.utils[(F.replace("mno/utils/","")).replace(/\.js.*$/,"")]!=="undefined"){G();
return;}if(C[F]===true){G();return;}if(typeof w[E]==="undefined"){if(typeof C[F]==="undefined"){C[F]=[];
mno.core.log(1,"Downloading : "+E,E,{event:"download",method:"begin"});
mno.io.getScript({url:"/resources/js/"+F,callback:function(H){mno.core.log(1,"Download finished : "+E,E,{event:"download",method:"end"});
C[F].push(G);D(F);}});}else{mno.core.log(1,"Download for "+E+" is already required by another widget. Waiting for download to finish");
C[F].push(G);}}else{G();}};}());var n=(function(){var C=[];function E(H){if(H.source===window&&H.data==="zero-timeout-message"){H.stopPropagation();
mno.core.log(0,"Next tick","core",{event:"nextTick"});if(C.length>0){var G=C.shift();
G();}}}if(window.postMessage&&window.addEventListener){window.addEventListener("message",E,true);
return function F(G){C.push(G);window.postMessage("zero-timeout-message","*");
};}else{return function D(G){setTimeout(function(){G();},0);};}})();function x(){mno.core.log(2,"mno.core.test is deprecated, please consult the documentation (see mno.test.*)");
}mno.$window.load(function(){if((u("test")||u("tests"))&&(typeof QUnit!=="undefined")){QUnit.start();
}else{mno.test.cleanup();}});return{debug:u,test:x,register:c,start:k,log:o,storeData:v,getData:p,jsonP:{},startAllOnCurrentPage:h,memoize:b,getModuleData:z,downloadModule:a,nextTick:n};
}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(s){var j={persistent:true,onlyLast:true},n=false,l,h,p,o,g;
if(typeof s.options!=="undefined"){for(var q in s.options){if(s.options.hasOwnProperty(q)){j[q]=s.options[q];
}}}if(typeof b[s.type]!=="undefined"){l=b[s.type];for(h in l){if(typeof l[h]!=="undefined"){p=l[h];
for(o in p){if(p.hasOwnProperty(o)){g=p[o];if(typeof g==="function"){try{g(s.data);
}catch(k){mno.core.log(3,"Event handler crashed"+(k.message?(": "+k.message):""));
}n=true;}}}}}}if(j.persistent===true){if(j.onlyLast===true){a[s.type]=[];
}else{a[s.type]=a[s.type]||[];}a[s.type].push(s.data);}}function c(h,l){var n,g,k,j=false;
h=$.isArray(h)?h:[h];for(g in h){if(h.hasOwnProperty(g)){k=h[g];if((n=k.indexOf("."))>0){j=k.substr(n+1);
k=k.substr(0,n);}if(b[k]!==undefined&&b[k][l]!==undefined){if(j===false){b[k][l]=undefined;
}else{if(b[k][l][j]!==undefined){b[k][l][j]=undefined;}}}}}}$(function(){mno.test.schedule("mno.core.test.event");
});return{events:b,registerEvents:d,triggerEvent:f,removeEvents:c};})();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(n){var k=f++,q=80;n=$.extend({url:false,reload:false,error:function v(){},callbackVar:"cb",fromMinifier:false,useCache:false,cache:30000,timeout:15000,callback:function u(){}},n);
if(!n.url){mno.core.log(3,"getScript called without a url");return false;
}function o(w){return(w.length<=q?w:w.substr(0,q)+"…");}mno.core.log(1,"getScript_"+k+" begin: "+o(n.url),"mno.io.getScript",{event:"download/"+k,data:n.url,method:"begin"});
function s(w){if(b[n.url]!==undefined){$(b[n.url].element).remove();b[n.url]=undefined;
}if(w===false){if(typeof(n.error)==="function"){n.error();}}}if(n.hasOwnProperty("jsonP")){var j=mno.core.jsonP,g;
if(typeof n.callbackName!=="undefined"){g="_"+n.callbackName+"_";}else{g="func"+((Math.round(new Date().getTime()/n.cache)*n.cache)+"x"+f);
}n.url+=(n.url.indexOf("?")===-1)?"?"+n.callbackVar+"=":"&"+n.callbackVar+"=";
n.url+="mno.core.jsonP."+g;mno.core.log(1,"callbackName: "+g);j[g]=function l(w){n.jsonP(w);
j[g]=undefined;s(true);};}else{if(n.useCache===true){n.url+=(n.url.indexOf("?")===-1)?"?cache=":"&cache=";
n.url+=(Math.round(new Date().getTime()/n.cache)*n.cache);}}function p(){mno.core.log(1,"getScript_"+k+" end: "+o(n.url),"mno.io.getScript",{event:"download/"+k,data:n.url,method:"end"});
if(b[n.url]!==undefined){b[n.url].loaded=true;while(b[n.url].callback.length>0){b[n.url].callback.shift()();
}}}function h(){if(!b.hasOwnProperty(n.url)){if(b[n.url].loaded===true){p();
}else{window.setTimeout(function(){h();},50);}}}function t(y){var z=window.setTimeout(function(){mno.core.log(1,o(y.url)+" timed out");
s(false);},y.timeout),w=document.createElement("script"),x=document.getElementsByTagName("script")[0];
if(y.fromMinifyer){y.url=d(y.url);}w.onreadystatechange=function(){if(this.readyState==="complete"||this.readyState==="loaded"){w.onreadystatechange=null;
window.clearTimeout(z);p();}};w.onerror=function(){window.clearTimeout(z);
s(false);};w.onload=function(){window.clearTimeout(z);p();};b[y.url]={element:w,loaded:false,error:y.error,callback:[y.callback]};
w.src=y.url;w.async=true;w.type="text/javascript";x.parentNode.insertBefore(w,x);
}if(!b.hasOwnProperty(n.url)){t(n);}else{if(n.reload===true){s(true);t(n);
}else{b[n.url].callback.push(n.callback);h();}}return true;}function c(j,g){var h=(typeof mno.publication!=="undefined")?mno.publication.url:"http://"+window.location.hostname+"/",n="dynCss"+(+new Date());
j=j.indexOf("http://")===-1?h+"skins/"+j+"?r="+mno.revision:j;if(!b.hasOwnProperty(j)){var k=document.createElement("link"),l=document.getElementsByTagName("script")[0];
k.setAttribute("id",n);k.setAttribute("type","text/css");k.setAttribute("rel","stylesheet");
if(typeof g==="function"){if(k.addEventListener){k.addEventListener("load",g,false);
}else{k.attachEvent("load",g);}}k.setAttribute("href",j);l.parentNode.insertBefore(k,l);
b[j]=k;}}return{createMinifyUrl:d,getScript:a,getCSS:c};}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j,k){return h(j,k||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(j,o){var d=window.jQuery("."+j.id).not(".instantiated"),k=[],h=[],f=o||{},p,n,s,g,q;
function l(t,v){if(t.hasOwnProperty("uiResources")){var w={};for(var u=0;
u<t.uiResources.length;u++){if(mno.uiResources.hasOwnProperty(t.uiResources[u])){w[t.uiResources[u]]=mno.uiResources[t.uiResources[u]](v);
}}t.uiResources=w;}}if(d.length>0){d.each(function(){n=window.jQuery(this);
p=n.attr("data-widget-id");if(j.instances.hasOwnProperty(p)){l(j.instances[p],n);
k.push(j.instances[p]);h.push(p);}else{k.push({});}});}else{$.each(j.instances,function(t,u){k.push(u);
});}q=new c({container:d,instanceIds:h,model:k,moduleId:j.id});for(s in f){if(f.hasOwnProperty(s)){g=f[s];
if(typeof g==="function"){q[s]=$.proxy(g,q);}else{q[s]=g;}}}return q;}return{create:a,Sandbox:c};
}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 n(o,p){o.parents("form:first").addClass("error");o.css({backgroundColor:"#Fcc"});
if(typeof p!=="undefined"){$('<p class="errorParagraph"/>').css({color:"#900",fontSize:"10px"}).html(p).insertAfter(o);
}}function k(o){o=o||document;if(!("placeholder" in b)){$("input[placeholder]",o).each(function(){var p=$(this),q=p.attr("placeholder");
if(p.val()===""){p.val(q).css("color","#999");}p.bind("focus",function(){var s=$(this),t=s.attr("placeholder");
if(s.val()===t){s.val("").css("color","#000");}}).bind("change blur",function(){var t=$(this),u=t.attr("placeholder"),s=t.val();
if((s==="")||(s===u)){t.val(u).css("color","#999");}});p.parents("form:first").bind("submit",function(){var s=$(this),u=p.attr("placeholder"),t=p.val();
if((t==="")||(t===u)){p.val("");}});});}}function l(s){s=s||document;if($('input[type="date"], input.datepicker',s).length!==0){var q=["Man","Tir","Ons","Tor","Fre","L&oslash;r","S&oslash;n"],v=["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],p=[31,28,31,30,31,30,31,31,30,31,30,31],o=new Date();
function u(L,x,D,H,G,z,J){D=(isNaN(D)||D===null)?o.getMonth():parseInt(D,10);
H=(isNaN(H)||H===null)?o.getFullYear():parseInt(H,10);x=(isNaN(x)||x===null)?o.getDate():parseInt(x,10);
try{z=parseInt(z.split("-")[0],10);J=parseInt(J.split("-")[0],10);}catch(E){z=null;
J=null;}var w=new Date(H,D,1),C=w.getDay()||7,F=p[D],B="",A=0,y=0,I=1,K={months:[],years:[],dayLabels:q,row:[]};
if(D===1){if((H%4===0&&this.year%100!==0)||H%400===0){F=29;}}for(A=0;A<=11;
A++){K.months.push({selected:(D===A)?' selected="selected"':"",value:A,name:v[A]});
}if(z&&J){for(A=z;A<=J;A++){K.years.push({selected:(parseInt(H,10)===A)?' selected="selected"':"",value:A,name:A});
}}else{if(G){for(A=H;A>=1860;A--){K.years.push({selected:(parseInt(H,10)===A)?' selected="selected"':"",value:A,name:A});
}}else{for(A=H;A<=H+8;A++){K.years.push({selected:(parseInt(H,10)===A)?' selected="selected"':"",value:A,name:A});
}}}for(A=0;A<9;A++){K.row[A]={cell:[]};for(y=1;y<=7;y++){if(I<=F&&(A>0||y>=C)){B='<div datetime="'+H+"-"+(D+1)+"-"+I+'">'+I+"</div>";
I++;}K.row[A].cell.push({current:(x+1!==I)?"":' class="current"',time:B});
B="";}if(I>F){break;}}mno.views.render("mno.views.calendar",K,L);}function t(x){var y=x.split("-"),w=(parseInt(y[2],10)<10)?"0"+y[2]:y[2],z=(parseInt(y[1],10)<10)?"0"+y[1]:y[1];
return y[0]+"-"+z+"-"+w;}$(s).on("click",'input[type="date"], input.datepicker',function(){var A=$(this),F=A.val().split("-"),B=A.attr("class").indexOf("archive")>-1,x=new Date(),E=F[2]||x.getDate(),z=F[1]!==undefined?F[1]-1:x.getMonth(),C=F[0]||x.getFullYear(),y=A.attr("min"),D=A.attr("max");
function w(){u(function(G){A.attr("disabled","disabled");setTimeout(function(){mno.$body.bind("click.date",function(){A.removeAttr("disabled");
G.remove();mno.$body.unbind("click.date");});},1);G.bind("click",function(){return false;
});G.insertBefore(A);G.find("select").bind("change",function(){if($(this).attr("name")==="month"){z=$(this).val();
}else{C=$(this).val();}G.remove();w();});G.find(".mnoDatePickerClose").bind("click",function(){A.removeAttr("disabled").val("");
G.remove();mno.$body.unbind("click.date");return false;});G.find("tbody div").bind("click",function(){F=$(this).attr("datetime").split("-");
A.val(F[0]+"-"+((parseInt(F[1],10)<10)?"0"+F[1]:F[1])+"-"+((parseInt(F[2],10)<10)?"0"+F[2]:F[2]));
if(A.val()!=F[0]+"-"+((parseInt(F[1],10)<10)?"0"+F[1]:F[1])+"-"+((parseInt(F[2],10)<10)?"0"+F[2]:F[2])){A.val(t($(this).attr("datetime")));
}A.removeAttr("disabled");G.remove();mno.$body.unbind("click.date");});
},E,z,C,B,y,D);}w();});}}function g(o){o=o||document;if(!("required" in b)||c){$("input[required], textarea[required], select[required]",o).each(function(){var p=$(this);
p.parents("form:first").bind("submit",function(q){if(p.val()===""&&p.parents("form:first").hasClass("error")===false){if(p.is("select")){n(p,"Velg ett av alternativene");
}else{n(p,"Feltet kan ikke v&aelig;re tomt");}q.preventDefault();}});});
}}function h(o){o=o||document;b.setAttribute("type","email");if(b.type!=="email"){$('input[type="email"]',o).each(function(){var q=$(this),p=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
q.parents("form:first").bind("submit",function(s){if(!p.test(q.val())){n(q,"Ugyldig epostadresse");
s.preventDefault();}});});}}function a(o){o=o||document;if(!("maxlength" in b)){$('input[maxlength][maxlength!=-1][maxlength!=524288][maxlength!=2147483647][type="text"],textarea[maxlength][maxlength!=-1][maxlength!=524288][maxlength!=2147483647]',o).not("[data-mno-form]").each(function(){var q=$(this),p=$("<p />").addClass("formCharCounter").insertAfter(q);
q.attr("data-mno-form","true").bind("keyup",function(){var t=q.attr("maxlength")||500,u=q.val(),s=u.length;
if(s>t){q.val(u.substr(0,t));p.html("Du har <strong>0</strong> tegn igjen");
return false;}else{p.html("Du har <strong>"+(t-s)+"</strong> tegn igjen");
return true;}});});}}function j(o,p){o=o||document;p=p||false;if(p===false){$("select",o).not("[data-mno-form]").each(function(t){var w=$(this),v=w.outerWidth()-2,u=$("<div />").addClass("pillBox selectDropDown"),q=$("<input />").attr("type","text").val(w.find('option[value="'+w.val()+'"]').html()).appendTo(u),s=$("<span />").addClass("button").html("\u25BC");
w.attr("data-mno-form","true");w.data("fakeElement",u);w.parent().addClass("relative");
u.css({top:w.position().top+"px",left:w.position().left+"px",zIndex:1,width:v+"px"}).append(s);
if(w.parents(".pillBox").length!==0){if(w.get(0)===w.parents(".pillBox").first().children().last().get(0)){u.insertAfter(w);
}else{u.insertBefore(w);}}else{u.insertBefore(w);}q.css("width",(v-s.outerWidth()-(q.outerWidth()-q.width()))+"px");
w.css({position:"relative",zIndex:2,opacity:0}).bind("change",function(){q.val(w.find("option[value="+w.val()+"]").html());
});});}else{$("select[data-mno-form]").each(function(){var u=$(this),t=u.outerWidth(),s=u.data("fakeElement"),v=s.find("input"),q=s.find(".button");
s.css({top:u.position().top+"px",left:u.position().left+"px",zIndex:1,width:t+"px"});
v.css("width",(t-q.outerWidth()-(v.outerWidth()-v.width()))+"px");});}}function f(o){o=o||document;
$(".fileInput",o).not("[data-mno-form]").each(function(){var p=$("<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 q=$(this);q.attr("data-mno-form","true");q.find("input[type=file]").css({opacity:0,position:"relative",zIndex:2}).data("fake",p).bind("change mouseout",function(){$(this).data("fake").find("input").val($(this).val());
});q.append(p);});}function d(o){o=o||document;$(".rightAlignedLabels input, .rightAlignedLabels textarea",o).not("[data-mno-form]").each(function(){var t=$(this),s=$("label[for="+t.attr("id")+"]");
function q(){if(!s.data("active")){t.unbind("focus").bind("blur",p).focus();
s.animate({left:(s.position().left-s.width()-11)+"px",opacity:1},250,function(){s.data("active",true);
});}}function p(){if((s.data("active"))&&(t.val()==="")){t.bind("focus",q).unbind("blur").blur();
s.animate({left:(t.position().left+6)+"px",opacity:0.5},250,function(){s.data("active",false);
});}}t.attr("data-mno-form","true");if(t.val()===""&&!t.attr("placeholder")){s.css({opacity:0.5,left:(t.position().left+6)+"px",textAlign:"left",width:"auto"}).data("active",false);
}else{s.data("active",true);}if(s.length!==0){t.bind("focus",q);s.bind("click",function(u){q();
return false;});}});}return{placeholder:k,datePicker:l,required:g,email:h,maxLength:a,select:j,fileInput:f,slidingLabels:d,styleAll:function(o){o=o||document;
k(o);l(o);g(o);h(o);a(o);j(o);d(o);}};}();mno.$document.ready(function(){mno.utils.form.styleAll();
});
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 P,h,M;
var o=this.$elem[0],Q=this;function R(J,K){if(t.test(J)){return parseFloat(J)/100*Q["safeOuter"+(K?"Height":"Width")]();
}return v(o,J);}var O=/translate[X|Y]?/,p=[];for(var n in c){switch(D.type(c[n])){case"array":M=c[n];
break;case"string":M=D.map(c[n].split(","),D.trim);break;default:M=[c[n]];
}if(D.matrix[n]){if(D.cssAngle[n]){M=D.map(M,D.angle.toDegree);}else{if(!D.cssNumber[n]){M=D.map(M,R);
}else{M=D.map(M,w);}}h=D.matrix[n].apply(this,M);if(O.test(n)){p.push(h);
}else{P=P?P.x(h):h;}}else{if(n=="origin"){this[n].apply(this,M);}}}P=P||D.matrix.identity();
D.each(p,function(K,J){P=P.x(J);});var b=parseFloat(P.e(1,1).toFixed(6)),g=parseFloat(P.e(2,1).toFixed(6)),j=parseFloat(P.e(1,2).toFixed(6)),l=parseFloat(P.e(2,2).toFixed(6)),a=P.rows===3?parseFloat(P.e(1,3).toFixed(6)):0,f=P.rows===3?parseFloat(P.e(2,3).toFixed(6)):0;
if(D.support.csstransforms&&I==="-moz-"){this.$elem.css(A,"matrix("+b+", "+g+", "+j+", "+l+", "+a+"px, "+f+"px)");
}else{if(D.support.csstransforms){this.$elem.css(A,"matrix("+b+", "+g+", "+j+", "+l+", "+a+", "+f+")");
}else{if(D.browser.msie){var k=", FilterType='nearest neighbor'";var N=this.$elem[0].style;
var q="progid:DXImageTransform.Microsoft.Matrix(M11="+b+", M12="+j+", M21="+g+", M22="+l+", sizingMethod='auto expand'"+k+")";
var d=N.filter||D.curCSS(this.$elem[0],"filter")||"";N.filter=B.test(d)?d.replace(B,q):d?d+" "+q:q;
this.applyingMatrix=true;this.matrix=P;this.fixPosition(P,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,o){var j=new D.matrix.calc(c,this.safeOuterHeight(),this.safeOuterWidth()),b=this.getAttr("origin");
var k=j.originOffset(new D.matrix.V2(t.test(b[0])?parseFloat(b[0])/100*j.outerWidth:parseFloat(b[0]),t.test(b[1])?parseFloat(b[1])/100*j.outerHeight:parseFloat(b[1])));
var n=j.sides();var l=this.$elem.css("position");if(l=="static"){l="relative";
}var d={top:0,left:0};var f={position:l,top:(k.top+h+n.top+d.top)+"px",left:(k.left+g+n.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(l,n,h,j){l.extend(l.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(!l.support.csstransforms&&l.browser.msie){f=f=="width"?"width":"height";
if(this.applyingMatrix&&!this[b]&&this.matrix){var s=new l.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(l.curCSS(v,f,true)),a=this.boxSizingProperty,u=this.boxSizingValue;
if(!this.boxSizingProperty){a=this.boxSizingProperty=k()||"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(l.curCSS(v,"padding-"+c[f][0],true))||0+parseFloat(l.curCSS(v,"padding-"+c[f][1],true))||0;
}if(a&&u=="content-box"){t+=parseFloat(l.curCSS(v,"border-"+c[f][0]+"-width",true))||0+parseFloat(l.curCSS(v,"border-"+c[f][1]+"-width",true))||0;
}this[b]=t;return t;}return this.$elem[b]();}});var g=null;function k(){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(n,o,j,l){var q=/([\w\-]*?)\((.*?)\)/g,k="data-transform",p=/\s/,s=/,\s?/;
n.extend(n.transform.prototype,{setAttrs:function(d){var c="",a;for(var b in d){a=d[b];
if(n.isArray(a)){a=a.join(", ");}c+=" "+b+"("+a+")";}this.attr=n.trim(c);
this.$elem.attr(k,this.attr);},setAttr:function(b,a){if(n.isArray(a)){a=a.join(", ");
}var c=this.attr||this.$elem.attr(k);if(!c||c.indexOf(b)==-1){this.attr=n.trim(c+" "+b+"("+a+")");
this.$elem.attr(k,this.attr);}else{var d=[],f;q.lastIndex=0;while(f=q.exec(c)){if(b==f[1]){d.push(b+"("+a+")");
}else{d.push(f[0]);}}this.attr=d.join(" ");this.$elem.attr(k,this.attr);
}},getAttrs:function(){var c=this.attr||this.$elem.attr(k);if(!c){return{};
}var d={},a,b;q.lastIndex=0;while((a=q.exec(c))!==null){if(a){b=a[2].split(s);
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"&&n.support.csstransforms){return this.$elem.css(this.transformOriginProperty).split(p);
}else{if(a==="origin"){return["50%","50%"];}}return n.cssDefault[a]||0;
}});if(typeof(n.cssAngle)=="undefined"){n.cssAngle={};}n.extend(n.cssAngle,{rotate:true,skew:true,skewX:true,skewY:true});
if(typeof(n.cssDefault)=="undefined"){n.cssDefault={};}n.extend(n.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(n.cssMultipleValues)=="undefined"){n.cssMultipleValues={};}n.extend(n.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});
n.extend(n.cssNumber,{matrix:true,reflect:true,reflectX:true,reflectXY:true,reflectY:true,scale:true,scaleX:true,scaleY:true});
n.each(n.transform.funcs,function(b,a){n.cssHooks[a]={set:function(g,f){var c=g.transform||new n.transform(g),d={};
d[a]=f;c.exec(d,{preserve:true});},get:function(f,c){var d=f.transform||new n.transform(f);
return d.getAttr(a);}};});n.each(["reflect","reflectX","reflectXY","reflectY"],function(b,a){n.cssHooks[a].get=function(f,c){var d=f.transform||new n.transform(f);
return d.getAttr("matrix")||n.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(w,h){if(c[w]||o.cssAngle[w]||(!o.cssNumber[w]&&o.inArray(w,o.transform.funcs)!==-1)){var v=null;
if(jQuery.isArray(d[w])){var x=1,y=h.length;if(c[w]){x=(typeof c[w].length==="undefined"?c[w]:c[w].length);
}if(y>x||(y<x&&y==2)||(y==2&&x==2&&isNaN(parseFloat(h[y-1])))){v=h[y-1];
h.splice(y-1,1);}}b.original[w]=h.toString();d[w]=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(E,D,C){var A=o.cssMultipleValues[this.prop],c=o.cssAngle[this.prop];
if(A||(!o.cssNumber[this.prop]&&o.inArray(this.prop,o.transform.funcs)!==-1)){this.values=[];
if(!A){A=1;}var B=this.options.original[this.prop],F=o(this.elem).css(this.prop),z=o.cssDefault[this.prop]||0;
if(!o.isArray(F)){F=[F];}if(!o.isArray(B)){if(o.type(B)==="string"){B=B.split(",");
}else{B=[B];}}var g=A.length||A,G=0;while(B.length<g){B.push(A.duplicate?B[0]:z[G]||0);
G++;}var h,a,b,d=this,f=d.elem.transform;orig=o.style(d.elem,s);o.each(B,function(v,u){if(F[v]){h=F[v];
}else{if(z[v]&&!A.duplicate){h=z[v];}else{if(A.duplicate){h=F[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]);C=a[3]||"px";if(c){b=o.angle.toDegree(b+C);
C="deg";}else{if(!o.cssNumber[d.prop]&&C==="%"){h=(h/f["safeOuter"+(v?"Height":"Width")]())*100;
}else{if(!o.cssNumber[d.prop]&&C!=="px"){o.style(d.elem,s,(b||1)+C);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;
C="";}d.values.push({start:h,end:b,unit:C});});}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 u=o.matrix[a]().elements;
var d;o.each(f.values,function(v){switch(v){case 0:d=u[0];break;case 1:d=u[2];
break;case 2:d=u[1];break;case 3:d=u[3];break;default:d=0;}f.values[v].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(w,v){h.matrix.push(v.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(l,n,h,k){if(typeof(l.matrix)=="undefined"){l.extend({matrix:{}});
}var o=l.matrix;l.extend(o,{V2:function(b,a){if(l.isArray(arguments[0])){this.elements=arguments[0].slice(0,2);
}else{this.elements=[b,a];}this.length=2;},V3:function(c,a,b){if(l.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(l.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(l.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 p={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=l.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"};
}};l.extend(o.M2x2.prototype,p,{toM3x3:function(){var a=this.elements;return new o.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 o.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 o.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 o.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];}});l.extend(o.M3x3.prototype,p,{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 o.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 o.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 o.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 j={e:function(a){return this.elements[a-1];}};l.extend(o.V2.prototype,j);
l.extend(o.V3.prototype,j);})(jQuery,this,this.document);(function(j,f,g,h){if(typeof(j.matrix)=="undefined"){j.extend({matrix:{}});
}j.extend(j.matrix,{calc:function(c,b,a){this.matrix=c;this.outerHeight=b;
this.outerWidth=a;}});j.matrix.calc.prototype={coord:function(k,a,b){b=typeof(b)!=="undefined"?b:0;
var c=this.matrix,d;switch(c.rows){case 2:d=c.x(new j.matrix.V2(k,a));break;
case 3:d=c.x(new j.matrix.V3(k,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 j.matrix.V2(this.outerWidth*0.5,this.outerHeight*0.5);
b=b?b:new j.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(n,o,j,l){if(typeof(n.matrix)=="undefined"){n.extend({matrix:{}});
}var p=n.matrix,k=p.M2x2,h=p.M3x3;n.extend(p,{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 p["M"+b+"x"+b](f);},matrix:function(){var a=Array.prototype.slice.call(arguments);
switch(arguments.length){case 4:return new k(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 k(-1,0,0,-1);},reflectX:function(){return new k(1,0,0,-1);
},reflectXY:function(){return new k(0,1,1,0);},reflectY:function(){return new k(-1,0,0,1);
},rotate:function(a){var d=n.angle.degreeToRadian(a),b=Math.cos(d),s=Math.sin(d);
var c=b,f=s,g=-s,q=b;return new k(c,g,f,q);},scale:function(a,b){a=a||a===0?a:1;
b=b||b===0?b:a;return new k(a,0,0,b);},scaleX:function(a){return p.scale(a,1);
},scaleY:function(a){return p.scale(1,a);},skew:function(b,d){b=b||0;d=d||0;
var a=n.angle.degreeToRadian(b),c=n.angle.degreeToRadian(d),f=Math.tan(a),g=Math.tan(c);
return new k(1,f,g,1);},skewX:function(a){return p.skew(a);},skewY:function(a){return p.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 p.translate(a);},translateY:function(a){return p.translate(0,a);
}});})(jQuery,this,this.document);
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 w=Math,f=function(C){return C>>0;
},A=(/webkit/i).test(navigator.appVersion)?"webkit":(/firefox/i).test(navigator.userAgent)?"Moz":"opera" in window?"O":"",B=(/android/gi).test(navigator.appVersion),k=(/iphone|ipad/gi).test(navigator.appVersion),c=(/playbook/gi).test(navigator.appVersion),s=(/hp-tablet/gi).test(navigator.appVersion),n=(document.all)&&!document.getElementsByClassName,o="WebKitCSSMatrix" in window&&"m11" in new WebKitCSSMatrix(),z="ontouchstart" in window&&!s,g=A+"Transform" in document.documentElement.style,h=k||c,t=(function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(C){return setTimeout(C,1);
};})(),q=(function(){return window.cancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.mozCancelRequestAnimationFrame||window.oCancelRequestAnimationFrame||window.msCancelRequestAnimationFrame||clearTimeout;
})(),j="onorientationchange" in window?"orientationchange":"resize",b=z?"touchstart":"mousedown",u=z?"touchmove":"mousemove",d=z?"touchend":"mouseup",y=z?"touchcancel":"mouseup",v=A=="Moz"?"DOMMouseScroll":"mousewheel",p=document.attachEvent?"mouseleave":"mouseout",a="translate"+(o?"3d(":"("),l=o?",0)":")",x=function(E,C){var F=this,G=document,D;
F.wrapper=typeof E=="object"?E:G.getElementById(E);F.wrapper.style.overflow="hidden";
F.scroller=F.wrapper.children[0];F.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:B,hideScrollbar:k,fadeScrollbar:k&&o,scrollbarClass:"",zoom:false,zoomMin:1,zoomMax:4,doubleTapZoom:2,wheelAction:"scroll",snap:false,snapThreshold:1,onRefresh:null,onBeforeScrollStart:function(H){if(H.preventDefault){H.preventDefault();
}else{H.returnValue=false;}},onScrollStart:null,onBeforeScrollMove:null,onScrollMove:null,onBeforeScrollEnd:null,onScrollEnd:null,onTouchEnd:null,onDestroy:null,onZoomStart:null,onZoom:null,onZoomEnd:null};
for(D in C){F.options[D]=C[D];}F.x=F.options.x;F.y=F.options.y;F.options.useTransform=g?F.options.useTransform:false;
F.options.hScrollbar=F.options.hScroll&&F.options.hScrollbar;F.options.vScrollbar=F.options.vScroll&&F.options.vScrollbar;
F.options.zoom=F.options.useTransform&&F.options.zoom;F.options.useTransition=h&&F.options.useTransition;
if(F.options.zoom&&B){a="translate(";l=")";}F.scroller.style[A+"TransitionProperty"]=F.options.useTransform?"-"+A.toLowerCase()+"-transform":"top left";
F.scroller.style[A+"TransitionDuration"]="0";F.scroller.style[A+"TransformOrigin"]="0 0";
if(F.options.useTransition){F.scroller.style[A+"TransitionTimingFunction"]="cubic-bezier(0.33,0.66,0.66,1)";
}if(F.options.useTransform){F.scroller.style[A+"Transform"]=a+F.x+"px,"+F.y+"px"+l;
}else{F.scroller.style.cssText+=";position:absolute;top:"+F.y+"px;left:"+F.x+"px";
}if(F.options.useTransition){F.options.fixedScrollbar=true;}F.refresh();
F.scroller.ondragstart=function(){return false;};F._bind(j,window);F._bind(b);
if(!z){F._bind("mouseout",F.wrapper);if(F.options.wheelAction!="none"){F._bind(v);
}}if(F.options.checkDOMChanges){F.checkDOMTime=setInterval(function(){F._checkDOMChanges();
},500);}};x.prototype={enabled:true,x:0,y:0,steps:[],scale:1,currPageX:0,currPageY:0,pagesX:[],pagesY:[],aniTime:null,wheelZoomCount:0,handleEvent:function(D){var C=this;
switch(D.type){case b:if((!z&&D.button!==0&&!n)||(n&&D.button!==1)){return;
}C._start(D);break;case u:C._move(D);break;case d:case y:C._end(D);break;
case j:C._resize();break;case v:C._wheel(D);break;case p:C._mouseout(D);
break;case"webkitTransitionEnd":C._transitionEnd(D);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(C){var E=this,F=document,D;if(!E[C+"Scrollbar"]){if(E[C+"ScrollbarWrapper"]){if(g){E[C+"ScrollbarIndicator"].style[A+"Transform"]="";
}E[C+"ScrollbarWrapper"].parentNode.removeChild(E[C+"ScrollbarWrapper"]);
E[C+"ScrollbarWrapper"]=null;E[C+"ScrollbarIndicator"]=null;}return;}if(!E[C+"ScrollbarWrapper"]){D=F.createElement("div");
if(E.options.scrollbarClass){D.className=E.options.scrollbarClass+C.toUpperCase();
}else{D.style.cssText="position:absolute;z-index:100;"+(C=="h"?"height:7px;bottom:1px;left:2px;right:"+(E.vScrollbar?"7":"2")+"px":"width:7px;bottom:"+(E.hScrollbar?"7":"2")+"px;top:2px;right:1px");
}D.style.cssText+=";pointer-events:none;-"+A+"-transition-property:opacity;-"+A+"-transition-duration:"+(E.options.fadeScrollbar?"350ms":"0")+";overflow:hidden;opacity:"+(E.options.hideScrollbar?"0":"1");
E.wrapper.appendChild(D);E[C+"ScrollbarWrapper"]=D;D=F.createElement("div");
if(!E.options.scrollbarClass){D.style.cssText="position:absolute;z-index:100;background:rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.9);-"+A+"-background-clip:padding-box;-"+A+"-box-sizing:border-box;"+(C=="h"?"height:100%":"width:100%")+";-"+A+"-border-radius:3px;border-radius:3px";
}D.style.cssText+=";pointer-events:none;-"+A+"-transition-property:-"+A+"-transform;-"+A+"-transition-timing-function:cubic-bezier(0.33,0.66,0.66,1);-"+A+"-transition-duration:0;-"+A+"-transform:"+a+"0,0"+l;
if(E.options.useTransition){D.style.cssText+=";-"+A+"-transition-timing-function:cubic-bezier(0.33,0.66,0.66,1)";
}E[C+"ScrollbarWrapper"].appendChild(D);E[C+"ScrollbarIndicator"]=D;}if(C=="h"){E.hScrollbarSize=E.hScrollbarWrapper.clientWidth;
E.hScrollbarIndicatorSize=w.max(f(E.hScrollbarSize*E.hScrollbarSize/E.scrollerW),8);
E.hScrollbarIndicator.style.width=E.hScrollbarIndicatorSize+"px";E.hScrollbarMaxScroll=E.hScrollbarSize-E.hScrollbarIndicatorSize;
E.hScrollbarProp=E.hScrollbarMaxScroll/E.maxScrollX;}else{E.vScrollbarSize=E.vScrollbarWrapper.clientHeight;
E.vScrollbarIndicatorSize=w.max(f(E.vScrollbarSize*E.vScrollbarSize/E.scrollerH),8);
E.vScrollbarIndicator.style.height=E.vScrollbarIndicatorSize+"px";E.vScrollbarMaxScroll=E.vScrollbarSize-E.vScrollbarIndicatorSize;
E.vScrollbarProp=E.vScrollbarMaxScroll/E.maxScrollY;}E._scrollbarPos(C,true);
},_resize:function(){var C=this;setTimeout(function(){C.refresh();},B?200:0);
},_pos:function(C,D){C=this.hScroll?C:0;D=this.vScroll?D:0;if(this.options.useTransform){this.scroller.style[A+"Transform"]=a+C+"px,"+D+"px"+l+" scale("+this.scale+")";
}else{C=f(C);D=f(D);this.scroller.style.left=C+"px";this.scroller.style.top=D+"px";
}this.x=C;this.y=D;this._scrollbarPos("h");this._scrollbarPos("v");},_scrollbarPos:function(C,F){var E=this,G=C=="h"?E.x:E.y,D;
if(!E[C+"Scrollbar"]){return;}G=E[C+"ScrollbarProp"]*G;if(G<0){if(!E.options.fixedScrollbar){D=E[C+"ScrollbarIndicatorSize"]+f(G*3);
if(D<8){D=8;}E[C+"ScrollbarIndicator"].style[C=="h"?"width":"height"]=D+"px";
}G=0;}else{if(G>E[C+"ScrollbarMaxScroll"]){if(!E.options.fixedScrollbar){D=E[C+"ScrollbarIndicatorSize"]-f((G-E[C+"ScrollbarMaxScroll"])*3);
if(D<8){D=8;}E[C+"ScrollbarIndicator"].style[C=="h"?"width":"height"]=D+"px";
G=E[C+"ScrollbarMaxScroll"]+(E[C+"ScrollbarIndicatorSize"]-D);}else{G=E[C+"ScrollbarMaxScroll"];
}}}E[C+"ScrollbarWrapper"].style[A+"TransitionDelay"]="0";E[C+"ScrollbarWrapper"].style.opacity=F&&E.options.hideScrollbar?"0":"1";
E[C+"ScrollbarIndicator"].style[A+"Transform"]=a+(C=="h"?G+"px,0":"0,"+G+"px")+l;
},_start:function(H){var G=this,L=z?H.touches[0]:H,F=document.body,C=document.documentElement,J,K,I,E,D;
if(!G.enabled){return;}if(G.options.onBeforeScrollStart){G.options.onBeforeScrollStart.call(G,H);
}if(G.options.useTransition||G.options.zoom){G._transitionTime(0);}G.moved=false;
G.animating=false;G.zoomed=false;G.distX=0;G.distY=0;G.absDistX=0;G.absDistY=0;
G.dirX=0;G.dirY=0;if(G.options.zoom&&z&&H.touches.length>1){E=w.abs(H.touches[0].pageX-H.touches[1].pageX);
D=w.abs(H.touches[0].pageY-H.touches[1].pageY);G.touchesDistStart=w.sqrt(E*E+D*D);
G.originX=w.abs(H.touches[0].pageX+H.touches[1].pageX-G.wrapperOffsetLeft*2)/2-G.x;
G.originY=w.abs(H.touches[0].pageY+H.touches[1].pageY-G.wrapperOffsetTop*2)/2-G.y;
if(G.options.onZoomStart){G.options.onZoomStart.call(G,H);}}if(G.options.momentum){if(G.options.useTransform){J=getComputedStyle(G.scroller,null)[A+"Transform"].replace(/[^0-9-.,]/g,"").split(",");
K=J[4]*1;I=J[5]*1;}else{K=(G.scroller.currentStyle||getComputedStyle(G.scroller,null)).left.replace(/[^0-9-]/g,"")*1;
I=(G.scroller.currentStyle||getComputedStyle(G.scroller,null)).top.replace(/[^0-9-]/g,"")*1;
}if(K!=G.x||I!=G.y){if(G.options.useTransition){G._unbind("webkitTransitionEnd");
}else{q(G.aniTime);}G.steps=[];G._pos(K,I);}}G.absStartX=G.x;G.absStartY=G.y;
G.startX=G.x;G.startY=G.y;G.pointX=(L.pageX||L.clientX+F.scrollLeft+C.scrollLeft);
G.pointY=(L.pageY||L.clientY+F.scrollTop+C.scrollTop);G.startTime=H.timeStamp||new Date().getTime();
if(G.options.onScrollStart){G.options.onScrollStart.call(G,H);}G._bind(u);
G._bind(d);G._bind(y);},_move:function(M){var K=this,N=z?M.touches[0]:M,J=document.body,D=document.documentElement,H=(N.pageX||N.clientX+J.scrollLeft+D.scrollLeft)-K.pointX,F=(N.pageY||N.clientY+J.scrollTop+D.scrollTop)-K.pointY,C=K.x+H,O=K.y+F,I,G,E,L=M.timeStamp||new Date().getTime();
if(K.options.onBeforeScrollMove){K.options.onBeforeScrollMove.call(K,M);
}if(K.options.zoom&&z&&M.touches.length>1){I=w.abs(M.touches[0].pageX-M.touches[1].pageX);
G=w.abs(M.touches[0].pageY-M.touches[1].pageY);K.touchesDist=w.sqrt(I*I+G*G);
K.zoomed=true;E=1/K.touchesDistStart*K.touchesDist*this.scale;if(E<K.options.zoomMin){E=0.5*K.options.zoomMin*Math.pow(2,E/K.options.zoomMin);
}else{if(E>K.options.zoomMax){E=2*K.options.zoomMax*Math.pow(0.5,K.options.zoomMax/E);
}}K.lastScale=E/this.scale;C=this.originX-this.originX*K.lastScale+this.x,O=this.originY-this.originY*K.lastScale+this.y;
this.scroller.style[A+"Transform"]=a+C+"px,"+O+"px"+l+" scale("+E+")";if(K.options.onZoom){K.options.onZoom.call(K,M);
}return;}K.pointX=(N.pageX||N.clientX+J.scrollLeft+D.scrollLeft);K.pointY=(N.pageY||N.clientY+J.scrollTop+D.scrollTop);
if(C>0||C<K.maxScrollX){C=K.options.bounce?K.x+(H/2):C>=0||K.maxScrollX>=0?0:K.maxScrollX;
}if(O>K.minScrollY||O<K.maxScrollY){O=K.options.bounce?K.y+(F/2):O>=K.minScrollY||K.maxScrollY>=0?K.minScrollY:K.maxScrollY;
}if(K.absDistX<6&&K.absDistY<6){K.distX+=H;K.distY+=F;K.absDistX=w.abs(K.distX);
K.absDistY=w.abs(K.distY);return;}if(K.options.lockDirection){if(K.absDistX>K.absDistY+5){O=K.y;
F=0;}else{if(K.absDistY>K.absDistX+5){C=K.x;H=0;}}}K.moved=true;K._pos(C,O);
K.dirX=H>0?-1:H<0?1:0;K.dirY=F>0?-1:F<0?1:0;if(L-K.startTime>300){K.startTime=L;
K.startX=K.x;K.startY=K.y;}if(K.options.onScrollMove){K.options.onScrollMove.call(K,M);
}},_end:function(K){if(z&&K.touches.length!=0){return;}var I=this,Q=z?K.changedTouches[0]:K,L,P,E={dist:0,time:0},C={dist:0,time:0},H=(K.timeStamp||new Date().getTime())-I.startTime,M=I.x,J=I.y,O,N,D,G,F;
I._unbind(u);I._unbind(d);I._unbind(y);if(I.options.onBeforeScrollEnd){I.options.onBeforeScrollEnd.call(I,K);
}if(I.zoomed){F=I.scale*I.lastScale;F=Math.max(I.options.zoomMin,F);F=Math.min(I.options.zoomMax,F);
I.lastScale=F/I.scale;I.scale=F;I.x=I.originX-I.originX*I.lastScale+I.x;
I.y=I.originY-I.originY*I.lastScale+I.y;I.scroller.style[A+"TransitionDuration"]="200ms";
I.scroller.style[A+"Transform"]=a+I.x+"px,"+I.y+"px"+l+" scale("+I.scale+")";
I.zoomed=false;I.refresh();if(I.options.onZoomEnd){I.options.onZoomEnd.call(I,K);
}return;}if(!I.moved){if(z){if(I.doubleTapTimer&&I.options.zoom){clearTimeout(I.doubleTapTimer);
I.doubleTapTimer=null;if(I.options.onZoomStart){I.options.onZoomStart.call(I,K);
}I.zoom(I.pointX,I.pointY,I.scale==1?I.options.doubleTapZoom:1);if(I.options.onZoomEnd){setTimeout(function(){I.options.onZoomEnd.call(I,K);
},200);}}else{I.doubleTapTimer=setTimeout(function(){I.doubleTapTimer=null;
L=Q.target;while(L.nodeType!=1){L=L.parentNode;}if(L.tagName!="SELECT"&&L.tagName!="INPUT"&&L.tagName!="TEXTAREA"){P=document.createEvent("MouseEvents");
P.initMouseEvent("click",true,true,K.view,1,Q.screenX,Q.screenY,Q.clientX,Q.clientY,K.ctrlKey,K.altKey,K.shiftKey,K.metaKey,0,null);
P._fake=true;L.dispatchEvent(P);}},I.options.zoom?250:0);}}I._resetPos(200);
if(I.options.onTouchEnd){I.options.onTouchEnd.call(I,K);}return;}if(H<300&&I.options.momentum){E=M?I._momentum(M-I.startX,H,-I.x,I.scrollerW-I.wrapperW+I.x,I.options.bounce?I.wrapperW:0):E;
C=J?I._momentum(J-I.startY,H,-I.y,(I.maxScrollY<0?I.scrollerH-I.wrapperH+I.y-I.minScrollY:0),I.options.bounce?I.wrapperH:0):C;
M=I.x+E.dist;J=I.y+C.dist;if((I.x>0&&M>0)||(I.x<I.maxScrollX&&M<I.maxScrollX)){E={dist:0,time:0};
}if((I.y>I.minScrollY&&J>I.minScrollY)||(I.y<I.maxScrollY&&J<I.maxScrollY)){C={dist:0,time:0};
}}if(E.dist||C.dist){D=w.max(w.max(E.time,C.time),10);if(I.options.snap){O=M-I.absStartX;
N=J-I.absStartY;if(w.abs(O)<I.options.snapThreshold&&w.abs(N)<I.options.snapThreshold){I.scrollTo(I.absStartX,I.absStartY,200);
}else{G=I._snap(M,J);M=G.x;J=G.y;D=w.max(G.time,D);}}I.scrollTo(f(M),f(J),D);
if(I.options.onTouchEnd){I.options.onTouchEnd.call(I,K);}return;}if(I.options.snap){O=M-I.absStartX;
N=J-I.absStartY;if(w.abs(O)<I.options.snapThreshold&&w.abs(N)<I.options.snapThreshold){I.scrollTo(I.absStartX,I.absStartY,200);
}else{G=I._snap(I.x,I.y);if(G.x!=I.x||G.y!=I.y){I.scrollTo(G.x,G.y,G.time);
}}if(I.options.onTouchEnd){I.options.onTouchEnd.call(I,K);}return;}I._resetPos(200);
if(I.options.onTouchEnd){I.options.onTouchEnd.call(I,K);}},_resetPos:function(E){var C=this,F=C.x>=0?0:C.x<C.maxScrollX?C.maxScrollX:C.x,D=C.y>=C.minScrollY||C.maxScrollY>0?C.minScrollY:C.y<C.maxScrollY?C.maxScrollY:C.y;
if(F==C.x&&D==C.y){if(C.moved){C.moved=false;if(C.options.onScrollEnd){C.options.onScrollEnd.call(C);
}}if(C.hScrollbar&&C.options.hideScrollbar){if(A=="webkit"){C.hScrollbarWrapper.style[A+"TransitionDelay"]="300ms";
}C.hScrollbarWrapper.style.opacity="0";}if(C.vScrollbar&&C.options.hideScrollbar){if(A=="webkit"){C.vScrollbarWrapper.style[A+"TransitionDelay"]="300ms";
}C.vScrollbarWrapper.style.opacity="0";}return;}C.scrollTo(F,D,E||0);},_wheel:function(H){var F=this,G,E,D,C,I;
if("wheelDeltaX" in H){G=H.wheelDeltaX/12;E=H.wheelDeltaY/12;}else{if("detail" in H){G=E=-H.detail*3;
}else{G=E=-H.wheelDelta;}}if(F.options.wheelAction=="zoom"){I=F.scale*Math.pow(2,1/3*(E?E/Math.abs(E):0));
if(I<F.options.zoomMin){I=F.options.zoomMin;}if(I>F.options.zoomMax){I=F.options.zoomMax;
}if(I!=F.scale){if(!F.wheelZoomCount&&F.options.onZoomStart){F.options.onZoomStart.call(F,H);
}F.wheelZoomCount++;F.zoom(H.pageX,H.pageY,I,400);setTimeout(function(){F.wheelZoomCount--;
if(!F.wheelZoomCount&&F.options.onZoomEnd){F.options.onZoomEnd.call(F,H);
}},400);}return;}D=F.x+G;C=F.y+E;if(D>0){D=0;}else{if(D<F.maxScrollX){D=F.maxScrollX;
}}if(C>F.minScrollY){C=F.minScrollY;}else{if(C<F.maxScrollY){C=F.maxScrollY;
}}F.scrollTo(D,C,0);},_mouseout:function(D){var C=D.relatedTarget;if(!C){this._end(D);
return;}while(C=C.parentNode){if(C==this.wrapper){return;}}this._end(D);
},_transitionEnd:function(D){var C=this;if(D.target!=C.scroller){return;
}C._unbind("webkitTransitionEnd");C._startAni();},_startAni:function(){var I=this,D=I.x,C=I.y,G=new Date().getTime(),H,F,E;
if(I.animating){return;}if(!I.steps.length){I._resetPos(400);return;}H=I.steps.shift();
if(H.x==D&&H.y==C){H.time=0;}I.animating=true;I.moved=true;if(I.options.useTransition){I._transitionTime(H.time);
I._pos(H.x,H.y);I.animating=false;if(H.time){I._bind("webkitTransitionEnd");
}else{I._resetPos(0);}return;}E=function(){var J=new Date().getTime(),L,K;
if(J>=G+H.time){I._pos(H.x,H.y);I.animating=false;if(I.options.onAnimationEnd){I.options.onAnimationEnd.call(I);
}I._startAni();return;}J=(J-G)/H.time-1;F=w.sqrt(1-J*J);L=(H.x-D)*F+D;K=(H.y-C)*F+C;
I._pos(L,K);if(I.animating){I.aniTime=t(E);}};E();},_transitionTime:function(C){C+="ms";
this.scroller.style[A+"TransitionDuration"]=C;if(this.hScrollbar){this.hScrollbarIndicator.style[A+"TransitionDuration"]=C;
}if(this.vScrollbar){this.vScrollbarIndicator.style[A+"TransitionDuration"]=C;
}},_momentum:function(J,D,H,C,L){var I=0.0006,E=w.abs(J)/D,F=(E*E)/(2*I),K=0,G=0;
if(J>0&&F>H){G=L/(6/(F/E*I));H=H+G;E=E*H/F;F=H;}else{if(J<0&&F>C){G=L/(6/(F/E*I));
C=C+G;E=E*C/F;F=C;}}F=F*(J<0?-1:1);K=E/I;return{dist:F,time:f(K)};},_offset:function(C){var E=-C.offsetLeft,D=-C.offsetTop;
while(C=C.offsetParent){E-=C.offsetLeft;D-=C.offsetTop;}if(C!=this.wrapper){E*=this.scale;
D*=this.scale;}return{left:E,top:D};},_snap:function(K,J){var H=this,G,F,I,E,D,C;
I=H.pagesX.length-1;for(G=0,F=H.pagesX.length;G<F;G++){if(K>=H.pagesX[G]){I=G;
break;}}if(I==H.currPageX&&I>0&&H.dirX<0){I--;}K=H.pagesX[I];D=w.abs(K-H.pagesX[H.currPageX]);
D=D?w.abs(H.x-K)/D*500:0;H.currPageX=I;I=H.pagesY.length-1;for(G=0;G<I;
G++){if(J>=H.pagesY[G]){I=G;break;}}if(I==H.currPageY&&I>0&&H.dirY<0){I--;
}J=H.pagesY[I];C=w.abs(J-H.pagesY[H.currPageY]);C=C?w.abs(H.y-J)/C*500:0;
H.currPageY=I;E=f(w.max(D,C))||200;return{x:K,y:J,time:E};},_bind:function(F,E,C){var D=this;
if(document.addEventListener){(E||this.scroller).addEventListener(F,this,!!C);
}else{this.events[F]=function(G){D.handleEvent.call(D,G);};(E||this.scroller).attachEvent("on"+F,this.events[F]);
}},_unbind:function(E,D,C){if(document.removeEventListener){(D||this.scroller).removeEventListener(E,this,!!C);
}else{if(this.events[E]){(D||this.scroller).detachEvent("on"+E,this.events[E]);
}}},destroy:function(){var C=this;C.scroller.style[A+"Transform"]="";C.hScrollbar=false;
C.vScrollbar=false;C._scrollbar("h");C._scrollbar("v");C._unbind(j,window);
C._unbind(b);C._unbind(u);C._unbind(d);C._unbind(y);if(!C.options.hasTouch){C._unbind("mouseout",C.wrapper);
C._unbind(v);}if(C.options.useTransition){C._unbind("webkitTransitionEnd");
}if(C.options.checkDOMChanges){clearInterval(C.checkDOMTime);}if(C.options.onDestroy){C.options.onDestroy.call(C);
}},refresh:function(){var F=this,H,E,C,D,I=0,G=0;if(F.scale<F.options.zoomMin){F.scale=F.options.zoomMin;
}F.wrapperW=F.wrapper.clientWidth||1;F.wrapperH=F.wrapper.clientHeight||1;
F.minScrollY=-F.options.topOffset||0;F.scrollerW=f(F.scroller.offsetWidth*F.scale);
F.scrollerH=f((F.scroller.offsetHeight+F.minScrollY)*F.scale);F.maxScrollX=F.wrapperW-F.scrollerW;
F.maxScrollY=F.wrapperH-F.scrollerH+F.minScrollY;F.dirX=0;F.dirY=0;if(F.options.onRefresh){F.options.onRefresh.call(F);
}F.hScroll=F.options.hScroll&&F.maxScrollX<0;F.vScroll=F.options.vScroll&&(!F.options.bounceLock&&!F.hScroll||F.scrollerH>F.wrapperH);
F.hScrollbar=F.hScroll&&F.options.hScrollbar;F.vScrollbar=F.vScroll&&F.options.vScrollbar&&F.scrollerH>F.wrapperH;
H=F._offset(F.wrapper);F.wrapperOffsetLeft=-H.left;F.wrapperOffsetTop=-H.top;
if(typeof F.options.snap=="string"){F.pagesX=[];F.pagesY=[];D=F.scroller.querySelectorAll(F.options.snap);
for(E=0,C=D.length;E<C;E++){I=F._offset(D[E]);I.left+=F.wrapperOffsetLeft;
I.top+=F.wrapperOffsetTop;F.pagesX[E]=I.left<F.maxScrollX?F.maxScrollX:I.left*F.scale;
F.pagesY[E]=I.top<F.maxScrollY?F.maxScrollY:I.top*F.scale;}}else{if(F.options.snap){F.pagesX=[];
while(I>=F.maxScrollX){F.pagesX[G]=I;I=I-F.wrapperW;G++;}if(F.maxScrollX%F.wrapperW){F.pagesX[F.pagesX.length]=F.maxScrollX-F.pagesX[F.pagesX.length-1]+F.pagesX[F.pagesX.length-1];
}I=0;G=0;F.pagesY=[];while(I>=F.maxScrollY){F.pagesY[G]=I;I=I-F.wrapperH;
G++;}if(F.maxScrollY%F.wrapperH){F.pagesY[F.pagesY.length]=F.maxScrollY-F.pagesY[F.pagesY.length-1]+F.pagesY[F.pagesY.length-1];
}}}F._scrollbar("h");F._scrollbar("v");if(!F.zoomed){F.scroller.style[A+"TransitionDuration"]="0";
F._resetPos(200);}},scrollTo:function(C,J,I,H){var G=this,F=C,E,D;G.stop();
if(!F.length){F=[{x:C,y:J,time:I,relative:H}];}for(E=0,D=F.length;E<D;E++){if(F[E].relative){F[E].x=G.x-F[E].x;
F[E].y=G.y-F[E].y;}G.steps.push({x:F[E].x,y:F[E].y,time:F[E].time||0});
}G._startAni();},scrollToElement:function(C,E){var D=this,F;C=C.nodeType?C:D.scroller.querySelector(C);
if(!C){return;}F=D._offset(C);F.left+=D.wrapperOffsetLeft;F.top+=D.wrapperOffsetTop;
F.left=F.left>0?0:F.left<D.maxScrollX?D.maxScrollX:F.left;F.top=F.top>D.minScrollY?D.minScrollY:F.top<D.maxScrollY?D.maxScrollY:F.top;
E=E===undefined?w.max(w.abs(F.left)*2,w.abs(F.top)*2):E;D.scrollTo(F.left,F.top,E);
},scrollToPage:function(E,D,G){var F=this,C,H;G=G===undefined?400:G;if(F.options.onScrollStart){F.options.onScrollStart.call(F);
}if(F.options.snap){E=E=="next"?F.currPageX+1:E=="prev"?F.currPageX-1:E;
D=D=="next"?F.currPageY+1:D=="prev"?F.currPageY-1:D;E=E<0?0:E>F.pagesX.length-1?F.pagesX.length-1:E;
D=D<0?0:D>F.pagesY.length-1?F.pagesY.length-1:D;F.currPageX=E;F.currPageY=D;
C=F.pagesX[E];H=F.pagesY[D];}else{C=-F.wrapperW*E;H=-F.wrapperH*D;if(C<F.maxScrollX){C=F.maxScrollX;
}if(H<F.maxScrollY){H=F.maxScrollY;}}F.scrollTo(C,H,G);},disable:function(){this.stop();
this._resetPos(0);this.enabled=false;this._unbind(u);this._unbind(d);this._unbind(y);
},enable:function(){this.enabled=true;},stop:function(){if(this.options.useTransition){this._unbind("webkitTransitionEnd");
}else{q(this.aniTime);}this.steps=[];this.moved=false;this.animating=false;
},zoom:function(C,H,G,F){var D=this,E=G/D.scale;if(!D.options.useTransform){return;
}D.zoomed=true;F=F===undefined?200:F;C=C-D.wrapperOffsetLeft-D.x;H=H-D.wrapperOffsetTop-D.y;
D.x=C-C*E+D.x;D.y=H-H*E+D.y;D.scale=G;D.refresh();D.x=D.x>0?0:D.x<D.maxScrollX?D.maxScrollX:D.x;
D.y=D.y>D.minScrollY?D.minScrollY:D.y<D.maxScrollY?D.maxScrollY:D.y;D.scroller.style[A+"TransitionDuration"]=F+"ms";
D.scroller.style[A+"Transform"]=a+D.x+"px,"+D.y+"px"+l+" scale("+G+")";
D.zoomed=false;},isReady:function(){return !this.moved&&!this.zoomed&&!this.animating;
}};if(typeof exports!=="undefined"){exports.iScroll=x;}else{window.iScroll=x;
}})();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno ads adtech.js
*/
var AdElement={get:function(){var a=arguments;
a=a.length===1&&Object.prototype.toString.call(a[0])==="[object Array]"?a[0]:a;
if(a.length>1){var c=[];for(var b=0;b<a.length;b++){c.push(AdElement.get(a[b]));
}return c;}var f=false;try{f=a[0].frame?true:false;}catch(d){}return AdElement.extendEl(typeof a[0]==="string"?document.getElementById(a[0]):f?window[a[0].frame].document!==null?window[a[0].frame].document.getElementById(a[0].container):document.getElementById(a[0].frame).contentWindow.document.getElementById(a[0].container):a[0]);
},extendEl:function(a){if(a!==null){if(a.hasClassName!=null){return a;}for(var b in AdElement){if(AdElement.hasOwnProperty(b)){if(b==="get"||b==="extendEl"){continue;
}(function(){var c=b;a[c]=function(){var d=[this];for(var f=0;f<arguments.length;
f++){d.push(arguments[f]);}return AdElement[c].apply(a,d);};})();}}}return a;
},hasClassName:function(a,b){return new RegExp("\\b"+b+"\\b").test(a.className);
},addClassName:function(a,b){if(!AdElement.hasClassName(a,b)){a.className=(a.className+" "+b).trim();
}},removeClassName:function(a,b){var c=new RegExp("\\b"+b+"\\b");a.className=a.className.replace(c,"").replace(/\s+/," ");
},setText:function(b,a){b.appendChild(document.createTextNode(a));},setStyle:function(a,b){var c;
for(c in b){if(b.hasOwnProperty(c)){a.style[c]=b[c];}}},prepend:function(a,b){a.insertBefore(b,a.childNodes[0]);
},append:function(a,b){a.appendChild(b);},insertBf:function(a,b){a.parentNode.insertBefore(b,a);
},insertAft:function(a,b){a.parentNode.insertBefore(b,a.nextSibling());
}};if(!document.all){AdElement.extendEl(HTMLElement.prototype);}var adtech=function(){var scripts=[],docWrites=[],third_party=[],third_party_buffer=[],src_buffer=[],isJsonAd=false,env,head,pending={},queue={js:[]},loadtype="injection",companionAliases={},scriptitr=0,timeout=3000,globalGrp=0,originalDocumentWrite=document.write,originalDocumentWriteln=document.writeln,useInnerHTML=true,intFIF="/template/common/mnoAd/fif.jsp",config={version:"9",wmode:"opaque"},templates={imgWLink:'<a href="${flashvars.clickTAG}" target="${attr.target}" style="border: 0;"><img src="${attr.img}" alt="" style="border: 0;" /></a>',img:'<img src="${attr.img}" alt="" style="border: 0;" />',iframe:'<iframe width="100%" height="100%" frameBorder="0" marginHeight="0" marginWidth="0" id="${id}" name="${id}" src="${src}" seamless></iframe>',ie7iframe:'<iframe width="100%" height="100%" frameBorder="0" marginHeight="0" marginWidth="0" id="${id}" name="${id}" src="${src}" scrolling="no"></iframe>'};
var domWrite=function(str){return false;};function capture(){var dom=document;
if(dom.write===originalDocumentWrite){dom.write=domWrite;}if(dom.writeln===originalDocumentWriteln){dom.writeln=domWrite;
}}function restore(){document.write=originalDocumentWrite;document.writeln=originalDocumentWriteln;
}var trim=function(){return this.replace(/^\s+|\s+$/g,"");};function Create(type,prop){var tmp=document.createElement(type),i;
for(i in prop){if(prop.hasOwnProperty(i)){tmp.setAttribute(i,prop[i]);}}return tmp;
}function getSwf(id){if(window.document[id]){return window.document[id];
}else{if(document.embeds&&document.embeds[id]){return document.embeds[movieName];
}else{return document.getElementById(id);}}}var makeParamStr=function(vars){var tmp="",flashvar;
for(flashvar in vars){if(vars.hasOwnProperty(flashvar)){tmp+=flashvar+"="+escape(vars[flashvar])+"&";
}}return tmp;};var extend=function(p,c){c=c||{};var i;for(i in p){if(p.hasOwnProperty(i)){if(typeof p[i]==="object"){c[i]=(p[i].constructor===Array)?[]:{};
extend(p[i],c[i]);}else{c[i]=p[i];}}}return c;};var template=function(o,str){var reg=/(\$\{)(.*?)(\})/g,temp=o;
str=str.replace(reg,function(a,b,c){var obj={};try{obj=eval("temp."+c);
}catch(err){return"";}return obj===undefined||null?"":obj;});return str;
};function getEnv(){if(env){return;}var ua=navigator.userAgent;env={async:document.createElement("script").async===true};
(env.webkit=/AppleWebKit\//.test(ua))||(env.ie=/MSIE/.test(ua))||(env.opera=/Opera/.test(ua))||(env.gecko=/Gecko\//.test(ua))||(env.unknown=true);
}function finish(type){var p=pending[type],callback,urls;if(p){callback=p.callback;
urls=p.urls;urls.shift();if(!urls.length){if(callback){callback.call(p.context,p.obj);
}pending[type]=null;if(queue[type].length){loadScript(type);}}}}function loadScript(type,urls,callback,obj,context){var _finish=function(){finish(type);
},i,len,node,p,pendingUrls,url;getEnv();if(urls){urls=typeof urls==="string"?[urls]:urls.concat();
if(env.async||env.gecko||env.opera){queue[type].push({urls:urls,callback:callback,obj:obj,context:context});
}else{for(i=0,len=urls.length;i<len;++i){queue[type].push({urls:[urls[i]],callback:i===len-1?callback:null,obj:obj,context:context});
}}}if(pending[type]||!(p=pending[type]=queue[type].shift())){return;}head||(head=document.head||document.getElementsByTagName("head")[0]);
pendingUrls=p.urls;var id="adscript"+(++scriptitr);for(i=0,len=pendingUrls.length;
i<len;++i){url=pendingUrls[i];node=Create("script",{type:"text/javascript",charset:"utf-8",id:id,src:url});
node.async=false;if(env.ie){node.onreadystatechange=function(){var readyState=this.readyState;
if(readyState==="loaded"||readyState==="complete"){this.onreadystatechange=null;
_finish();}};}else{node.onload=node.onerror=_finish;}head.appendChild(node);
}function checkAd(id,head,node){return(function(){if(!document.getElementById(id)){finish("js");
}else{head.removeChild(node);}});}var ad=checkAd(id,head,node);setTimeout(ad,timeout);
}function loadAssets(options,frame){var el=frame?{frame:frame,container:options.container}:options.container;
extend(config,options.config);var hasFlash=false,that=this,container=AdElement.get(el),contHeight=options.config&&options.config.height?options.config.height:options.attr.imgH,contWidth=options.config&&options.config.width?options.config.width:options.attr.imgW;
if(options.config){hasFlash=that.swfobject.hasFlashPlayerVersion(options.config.version);
}var flash=function(){that.swfobject.createSWF({data:options.config.src,width:options.config.width,height:options.config.height},{wmode:options.config.wmode,allowscriptaccess:"always",flashvars:makeParamStr(options.flashvars)},options.container);
};var image=function(){if(options.flashvars.clickTAG){container.innerHTML=template(options,templates.imgWLink);
}else{container.innerHTML=template(options,templates.img);}};if(hasFlash&&options.config.src){flash();
}else{if(options.attr.img){image();}else{}}if(options.attr.pxC){var counter=Create("image",{width:1,height:1,src:options.attr.pxC});
AdElement.get(el).parentNode.appendChild(counter);}if(frame){var fif=AdElement.get(frame);
fif.setAttribute("height",contHeight);fif.setAttribute("width",contWidth);
}else{var swfCont=getSwf(options.container).parentNode;}isJsonAd=true;}function setIframeHeight(pos){var reg=/ad(W|H)\d+(px)?/g,w="0px",h="0px",cont=AdElement.get(pos),el=cont.parentNode;
el.className.replace(reg,function(a){if(a.indexOf("adW")!=-1){w=a.substr(3);
}if(a.indexOf("adH")!=-1){h=a.substr(3);}});h+=h.indexOf("px")==-1&&h.indexOf("%")==-1?"px":"";
w+=w.indexOf("px")==-1&&h.indexOf("%")==-1?"px":"";isJsonAd=false;restore();
}function loadAd(pos,alias,src,group,extraparams){var el=AdElement.get(pos);
if(group&&globalGrp==0){globalGrp=group;}group=group||globalGrp;if(el!==null){if(src===null||loadtype==="fif"){createIframe(pos,{a:alias,g:group,e:extraparams},"fif"+pos);
setIframeHeight(pos);}else{if(loadtype==="injection"){capture();loadScript("js",src,function(){if(scripts.length===0){if(third_party_buffer.length!==0){third_party[0]=pos;
}else{docWrites[0]=pos;}}initAd(pos,alias,group,extraparams);});}else{if(loadtype==="ajax"){}else{document.write('<script type="text/javascript" src="'+src+'"><\/script>');
}}}}else{log("Error, container div#"+pos+" does not exist for page "+document.location.href+".");
}}function loadFIF(pos,alias,group,extraparams){loadAd(pos,alias,null,group,extraparams);
}function pushAd(data){if(typeof plugins[data.t]==="undefined"){return;
}if(typeof data.o!=="undefined"){var isDocWritten=document.getElementsByTagName("script")[document.getElementsByTagName("script").length-1].id.indexOf("load")===-1;
var containerId=document.getElementsByTagName("div")[document.getElementsByTagName("div").length-1].id;
if(isDocWritten&&(containerId!==""||window.adtechContainer)){data.o.container=window.adtechContainer||containerId;
plugins[data.t](data.o);}else{scripts.push(data);}}else{third_party_buffer.push(data);
}}function createIframe(pos,src,id){var frame,el=AdElement.get(pos),id=id||"",tmpl_obj={id:id,src:intFIF},isIE7=navigator.appVersion.indexOf("MSIE 7.")!==-1;
src_buffer[pos]=src;if(!isIE7){if(useInnerHTML){document.getElementById(pos).innerHTML=template(tmpl_obj,templates.iframe);
}else{frame=Create("iframe",{width:"100%",height:"100%",frameBorder:0,marginHeight:0,marginWidth:0,name:id,id:id,seamless:"seamless",src:intFIF});
el.append(frame);}}else{document.getElementById(pos).innerHTML=template(tmpl_obj,templates.ie7iframe);
}}function initAd(pos,alias,group,extraparams){if(loadtype==="injection"&&AdElement.get("fif"+pos)!==null){return;
}var ad,options={container:pos},docWriteAd=false;if(group&&globalGrp==0){globalGrp=group;
}group=group||globalGrp;if(docWrites.length!==0){isJsonAd=false;createIframe(docWrites.shift(),{a:alias,g:group,e:extraparams},"fif"+pos);
docWriteAd=true;setIframeHeight(pos);}else{if(scripts.length!==0){ad=scripts.shift();
isJsonAd=true;}else{isJsonAd=false;createIframe(third_party.shift(),{g:group,e:extraparams},"fif"+pos);
setIframeHeight(pos);}}if(!ad||docWriteAd){restore();return;}extend(options,ad.o);
if(ad.o){plugins[ad.t](ad.o);scripts[pos]=undefined;log('Successfully loaded script for "'+pos+'" . Calling callback function');
}else{log("Ad template error, could not load ad "+pos);}}function log(msg){if(window.location.hostname.indexOf("dev")!==-1||window.location.hostname.indexOf("test")!==-1){try{console.log(msg);
}catch(err){}}}var plugins={standard:function(options,context,frame){context=context||window;
loadAssets.call(context,options,frame);}};function _getPlugin(plugin,options,context,frame){return plugins[plugin](options,context,frame);
}function _testAd(container,type){extend({container:container},type.o);
return plugins[type.t](type.o);}function _setPlugin(name,func){return plugins[name]=func;
}function _setCompanion(type,alias,src){return companionAliases[type]={alias:alias,src:src};
}function _getCompanion(type){return companionAliases[type];}function _getThirdPartyBuffer(){return third_party_buffer;
}function _getSrcBuffer(pos){var adObj=src_buffer[pos];src_buffer[pos]=undefined;
return adObj;}return{getPlugin:_getPlugin,setPlugin:_setPlugin,setCompanion:_setCompanion,getCompanion:_getCompanion,getThirdPartyBuffer:_getThirdPartyBuffer,getSrcBuffer:_getSrcBuffer,testAd:_testAd,loadAd:loadAd,loadFIF:loadFIF,loadAssets:loadAssets,capture:capture,restore:restore,initAd:initAd,pushAd:pushAd,Create:Create,log:log};
}();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno ads plugins.js
*/
adtech.setPlugin("lad",function(b,d,g){if(typeof b!=="object"){return;
}adtech.getPlugin("standard",b,d,g);var h="adLeft",f="l_stolpe",c=adtech.getCompanion("l_stolpe").alias;
if(g==="fifl_stolpe"||g==="fifl_expanded"){return;}AdElement.get(g).parentNode.style.marginLeft="-20px";
var a=adtech.Create("div",{id:f,className:"ohidden"});AdElement.get(h).append(a);
adtech.loadFIF(f,c);if(mno.$window.width()<=1220){$("#viewport").css("width","980px");
}else{$("#viewport").css("width","1000px");}});adtech.setPlugin("hestesko",function(a){$("#topAd").css("left","-20px");
window.adjustHestesko=function(){if($(".hestesko").length>0&&window.adjustHesteskoInterval){var c=$(".hestesko").first(),f=180,d=180,g=180;
c.find("img, object, embed").each(function(){if($(this).width()>g){d=$(this).width()-f;
d+=f;c.css({left:"-"+d+"px"});}});clearInterval(window.adjustHesteskoInterval);
}};window.adjustHesteskoInterval=setInterval(window.adjustHestesko,500);
var b=adtech.getCompanion("Hestesko_topp");adtech.getPlugin("standard",a,window);
adtech.loadAd("Hestesko_topp",b.alias,b.src);});adtech.setPlugin("ticker",function(b,c,d){var a=d?$("#"+d).parent():$("#"+b.container).parent();
a.css({bottom:0});a.css({left:0});a.css({"margin-top":"15px"});a.css({position:"fixed"});
a.css({"z-index":1001});if(d){a.parent().parent().css({"z-index":1001});
}else{a.parent().css({"z-index":1001});}mno.$body.css("overflow-x","hidden");
adtech.getPlugin("standard",b,c,d);});adtech.setPlugin("stickyTB",function(l,b,c){var a=c?$("#"+c).parent():$("#"+l.container).parent();
var h=a.offset().top;a.css({"z-index":999});var k=$("#smallHeader");var f=$("#topAd");
var d=0,g=false;var j=$("<div>Lukk annonse</div>").css({position:"fixed",top:"130px",display:"none",zIndex:999,marginLeft:"880px",cursor:"pointer"}).on("click",function(){f.removeClass("tbSticky");
a.css("position","static");j.hide();g=true;}).appendTo(f);if(window.XMLHttpRequest){mno.$window.scroll(function(){if(g===true){return;
}if(!f.hasClass("tbSticky")){f.addClass("tbSticky");}k=k.length===1?k:$("#smallHeader");
var o=$("#netboard1").offset()?$("#netboard1").offset().top:mno.$document.height();
var n=$("#netboard1").height()||0;d=d!==0?d:k.outerHeight();var p=mno.$window.scrollTop();
if(p>=o){a.css({position:"absolute",top:o-n});j.css({position:"absolute",top:o-n});
}else{if(p<=o&&p>=h){j.show();a.css({position:"fixed",top:0});j.css({position:"fixed",top:0});
if(k.is(":hidden")||p<100){a.css({top:0});j.css({top:0});}else{if(d==null){d=k.outerHeight();
}a.css({position:"fixed",top:d+"px"});j.css({position:"fixed",top:d+"px"});
}}else{j.hide();a.css({position:""});}}});}adtech.getPlugin("standard",l,b,c);
});adtech.setPlugin("sticky",function(l,b,d){var a=$("#adRight #skyskraper2").parent(".ad"),j=null,k=$("#smallHeader"),f=0,g=mno.$document.height(),c=$("#adRight #skyskraper2").parent(".ad").height(),h=a.offset().top;
a.css({"z-index":490,"-webkit-transform":"translateZ(0)"});a.addClass("sticky-skyscraper");
if(window.XMLHttpRequest){mno.$window.scroll(function(){k=k.length===1?k:$("#smallHeader");
a=a.length>0?a:$("#adRight #skyskraper2").parent(".ad");if(k.length===1){f=f!==0?f:k.outerHeight();
}else{f=0;}j=j===null?a.offset().top:j;if(mno.$window.scrollTop()>=g){a.css({position:"absolute",top:g-c});
}else{if(mno.$window.scrollTop()>=j-f){if(k.is(":hidden")){a.css({position:"fixed",top:f-f});
}else{a.css({position:"fixed",top:f+"px"});}}else{a.css({position:"",top:0});
}}});}adtech.getPlugin("standard",l,b,d);});adtech.setPlugin("stickyFVN",function(l,b,c){var a=$("#adRight .ad:last-child"),j=null,k=$("#smallHeader"),d=0,h=$("#footer").offset().top-$("#adRight .ad:last-child").height(),g=a.offset().top,f=15;
a.css({"z-index":490});mno.$document.ready(function(){mno.$window.scroll(function(){if(typeof skipMnoCode==="undefined"){k=k.length===1?k:$("#smallHeader");
d=d!==0?d:k.outerHeight();j=j===null?a.offset().top:j;if(mno.$window.scrollTop()>=h){a.css({position:"absolute",top:h+f});
}else{if(mno.$window.scrollTop()>=j-d){if(k.is(":hidden")){a.css({position:"fixed",top:d-d+f});
}else{a.css({position:"fixed",top:(d+f)+"px"});}}else{a.css({position:"",top:f});
}}}});adtech.getPlugin("standard",l,b,c);});});adtech.setPlugin("fullwidth",function(a){if(document.location.href.indexOf("fvn")>-1){$("#topAd").css({width:"1920px",margin:"0 auto","margin-left":"-40% ",height:"300px","padding-bottom":"-20px"});
$("#topAd").addClass("fullwidth");$("#toppbanner").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");$("#toppbanner").width("1920px");$("#content").css("padding-top","10px");
if($("#adRight")!==undefined){$("#adRight").addClass("fullwidth");$("#adRight").css("padding-top","310px");
}}adtech.getPlugin("standard",a,window);});adtech.setPlugin("stealLevel",function(b,c,d){var a=d?"#"+d:"#"+b.container;
adtech.getPlugin("standard",b,c,d);mno.$document.ready(function(){var f=$(a).parents(".ad").parent().hasClass("gridUnit")?$(a).parents(".ad").parent():$(a).parents(".ad");
f.siblings().not(".clear, .clearer").remove();});});adtech.setPlugin("lightbox",function(b,d,j){var h="/skins/global/widgets/mnopolarisAd/colorboxWhite.css",c="/resources/js/mno/ads/colorbox.js",g=b.attr.tout!==0?(b.attr.tout*1000)+2000:null,a=j?null:$("#"+b.container).parent(),f=b.attr.img!==""&&b.attr.target==="_self";
if(a===null){alert("Please contact the developer if you see this alert. The interstitial and popback ad spesials only work with javascript-tags, not iframes. ");
}if($("#colorbox").length>0){return false;}a.hide();adtech.getPlugin("standard",b,d,j);
$.getScript(c,function(){$.get(h,function(n){var l=$("<style>"+n+"</style>").attr({type:"text/css"});
$("head").append(l);console.trace();$.colorbox({inline:true,href:a,fixed:true,close:"Lukk annonsen",scrolling:false,innerWidth:b.config?b.config.width:b.attr.imgW+"px",innerHeight:b.config?b.config.height:b.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(g!==null){ad_lightbox_timeout=window.setTimeout(function(){$.colorbox.close();
},g);}},onCleanup:function(){a.hide();}});});if(f){var k=a.find("a");k.click(function(){if(ad_lightbox_timeout){window.clearTimeout(ad_lightbox_timeout);
}var l=$("<iframe />").attr({width:"100%",height:"100%",frameBorder:0,marginHeight:0,marginWidth:0,seamless:"seamless",src:b.flashvars.clickTAG||b.flashvars.clickTAG1});
k.replaceWith(l);return false;});}});});adtech.setPlugin("wallpaper",function(k,c,f){mno.$document.ready(function(){$("#adRight").detach();
});$("#topAd").css("left","-11px");var j="wallpaper",h=adtech.getCompanion("wallpaper"),b=k.flashvars.clickTAG||k.flashvars.clickTAG1,d=k.attr.imgW||k.config.width;
if($("#wallpaper").length===0){mno.$window.scroll(function(){($("#footer").css({position:"relative"}));
});$('<div id="wallpaper_cont"></div>').append('<div><div id="'+j+'"></div></div>').prependTo("#surround").css({position:"fixed"}).css({top:0});
if(d>1000){k.container="wallpaper";$("#toppbanner iframe").hide().parent().css({height:150,cursor:"pointer"}).css({position:"absolute"}).css({top:0}).show().click(function(l){window.open(b,"wallpaper");
});adtech.getPlugin("standard",k,window);}else{adtech.getPlugin("standard",k,c,f);
adtech.loadAd("wallpaper",h.alias,h.src);}if(k.attr.body_click){var g=$("#wallpaper_cont");
g[0].style.cursor="pointer";mno.$document.on("click","#wallpaper_cont",function(l){if(this.id===l.target.id){window.open(b,"wallpaper");
}});}if(k.attr.hex){mno.$body[0].style.backgroundColor=k.attr.hex;}}else{adtech.getPlugin("standard",k,c,f);
}var a=$("#wallpaper").parent()[0];});adtech.setPlugin("overlay",function(options,context,frame){var countLayerOpen=function(){counter=new Image;
counter.src="_ADCLICK_";kroma_overlay_show_hide();};function VBGetSwfVer__ADFC_CUID_(i){var sVersion__ADFC_CUID_='on error resume next\r\nDim swControl_, swVersion_\r\nswVersion_ = 0\r\nset swControl_ = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr('+i+'))\r\nif (IsObject(swControl_)) then\r\nswVersion_ = swControl_.GetVariable("$version")\r\nend if';
window.execScript(sVersion__ADFC_CUID_,"VBScript");return swVersion_;}var AT_MULTICLICK=new Array;
var AT_MULTICOUNT=new Array;var AT_CLICKVAR=new Array;var AT_CLICK="javascript:countLayerOpen();";
var AT_IMGCLICK="";var AT_TARGET="_blank";var AT_MICROSITE="";AT_MULTICLICK[1]="";
AT_MULTICLICK[2]="";AT_MULTICLICK[3]="";AT_MULTICLICK[4]="";AT_MULTICLICK[5]="";
AT_MULTICLICK[6]="";AT_MULTICLICK[7]="";AT_MULTICLICK[8]="";AT_MULTICLICK[9]="";
AT_CLICKVAR[0]="clickTAG";AT_CLICKVAR[1]="clickTAG1";AT_CLICKVAR[2]="clickTAG2";
AT_CLICKVAR[3]="clickTAG3";AT_CLICKVAR[4]="clickTAG4";AT_CLICKVAR[5]="clickTAG5";
AT_CLICKVAR[6]="clickTAG6";AT_CLICKVAR[7]="clickTAG7";AT_CLICKVAR[8]="clickTAG8";
AT_CLICKVAR[9]="clickTAG9";AT_MULTICOUNT[1]="";var AT_WIDTH_HEIGHT="width=240 height=600";
var AT_FLASH=adtech.getPlugin("standard",options,context,frame);var AT_TRANSPARENT=false;
var AT_FLASHVERSION=7;var AT_FLASH_BGCOLOR="";var AT_FlaQual="autohigh";
var AT_FlashClick=false;var AT_LAYERMANUALRESIZE=false;var AT_BASE="_ADPATH_";
var AT_IMAGE=adtech.getPlugin("standard",options,context,frame);var AT_TEXT="";
var AT_ALTIMAGEWIDTH="240";var AT_ALTIMAGEHEIGHT="600";var AT_ZINDEX="0";
var AT_WMODE="opaque";var AT_EXPANDABLE="false";var AT_FAKEPOPUP=false;
var AT_FAKEPOPUP_left=100;var AT_FAKEPOPUP_top=100;var AT_FAKEPOPUP_autoclose="";
var AT_FAKEPOPUP_start_opened=true;var AT_CURRENTDOMAIN=window.location.host;
var AT_VARSTRING;var AT_MULTICLICK_ADFC_CUID_=AT_MULTICLICK;var AT_CLICK_ADFC_CUID_=AT_CLICK;
var AT_TARGET_ADFC_CUID_=AT_TARGET;var AT_IMGCLICK_ADFC_CUID_=AT_IMGCLICK;
AT_CLICKVAR[0]=AT_CLICKVAR[0]?AT_CLICKVAR[0]:"clickTAG";var AT_MULTICLICKSTR="?"+AT_CLICKVAR[0]+"="+escape("_ADCLICK_")+escape(AT_CLICK);
var AT_FLASHVARSSTR="";if(AT_MICROSITE==""){AT_FLASHVARSSTR=AT_CLICKVAR[0]+"="+escape("_ADCLICK_")+escape(AT_CLICK);
}function JSGetSwfVer_ADFC_CUID_(){if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";
var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;
flashVer=flashDescription.split(" ")[2].split(".")[0];}else{flashVer=-1;
}}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1){flashVer=4;
}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1){flashVer=3;
}else{if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1){flashVer=2;
}else{flashVer=-1;}}}}return flashVer;}var AT_DETECT_FLASHVERSION=0;if(AT_FLASH){if(AT_FlashClick){FlashClick=AT_ClickFn_ADFC_CUID_;
}var ShockMode=0;var versionStr=0;if(navigator.appVersion.indexOf("MSIE")!=-1&&navigator.appVersion.toLowerCase().indexOf("win")!=-1&&!(navigator.userAgent.indexOf("Opera")!=-1)){for(i=25;
i>0;i--){versionVB=VBGetSwfVer__ADFC_CUID_(i);if(typeof versionVB!="undefined"){if(versionVB!=0){versionStr=versionVB.split(" ")[1].split(",")[0];
if(versionStr>=AT_FLASHVERSION){i=0;}}}}}else{versionStr=JSGetSwfVer_ADFC_CUID_();
}if(versionStr>=AT_FLASHVERSION){ShockMode=1;}AT_DETECT_FLASHVERSION=versionStr;
}if("_ADFC_CUID_"!="_ADFC_CUID_"){if(AT_FLASH&&(AT_FLASH.search(/\w+\:\/\//)!=0)){AT_FLASH="_ADPATH_"+AT_FLASH;
}if(AT_IMAGE&&(AT_IMAGE.search(/\w+\:\/\//)!=0)){AT_IMAGE="_ADPATH_"+AT_IMAGE;
}}AT_MULTICOUNT[0]="_ADCOUNT_";for(var i_adtech=0;i_adtech<AT_MULTICLICK.length;
i_adtech++){if(AT_MULTICLICK[i_adtech]){if(!AT_CLICKVAR[i_adtech]){AT_CLICKVAR[i_adtech]="clickTAG"+i_adtech;
}if(AT_MULTICLICK[i_adtech].substr(0,11)=="javascript:"){AT_MULTICLICKSTR+="&"+AT_CLICKVAR[i_adtech]+"="+escape(AT_MULTICLICK[i_adtech]);
AT_FLASHVARSSTR+="&"+AT_CLICKVAR[i_adtech]+"="+escape(AT_MULTICLICK[i_adtech]);
}else{AT_MULTICLICKSTR+="&"+AT_CLICKVAR[i_adtech]+"="+escape("_ADCLICK_")+escape(AT_MULTICLICK[i_adtech]);
AT_FLASHVARSSTR+="&"+AT_CLICKVAR[i_adtech]+"="+escape("_ADCLICK_")+escape(AT_MULTICLICK[i_adtech]);
}}}if(AT_FLASHVERSION>5){AT_VARSTRING="?targetTAG="+AT_TARGET_ADFC_CUID_+"&clickTarget="+escape(AT_TARGET_ADFC_CUID_);
AT_VARSTRING+="&pathTAG="+escape(AT_BASE);}else{AT_VARSTRING=AT_MULTICLICKSTR;
AT_VARSTRING+="&targetTAG="+AT_TARGET_ADFC_CUID_+"&clickTarget="+escape(AT_TARGET_ADFC_CUID_);
AT_VARSTRING+="&pathTAG="+escape(AT_BASE);AT_FLASHVARSSTR="";}AT_VARSTRING+="&closeTAG="+escape("javascript:closeAdLayer_ADFC_CUID_()");
AT_VARSTRING+="&openTAG="+escape("javascript:openAdLayer_ADFC_CUID_()");
AT_VARSTRING+="&expandTAG="+escape("javascript:expand_ADFC_CUID_()");AT_VARSTRING+="&collapseTAG="+escape("javascript:collapse_ADFC_CUID_()");
AT_VARSTRING+="&clicktarget=_blank&clickTarget=_blank&clickTARGET=_blank";
var AT_MULTICOUNTARR=new Array;for(var i_adtech=0;i_adtech<AT_MULTICOUNT.length;
i_adtech++){if(AT_MULTICOUNT[i_adtech]){AT_MULTICOUNTARR[i_adtech]=new Image;
AT_MULTICOUNTARR[i_adtech].src=""+AT_MULTICOUNT[i_adtech];}}AT_WIDTH_HEIGHT=(AT_WIDTH_HEIGHT)?(" "+AT_WIDTH_HEIGHT+" "):"_ADFC_WIDTH_HEIGHT_";
if(AT_WIDTH_HEIGHT.length<19&&"_ADFC_CUID_"=="12345"){alert("Error: AT_WIDTH_HEIGHT must be set for\n1x1 Content Units in the Template config!");
}if(!AT_IMGCLICK){AT_IMGCLICK=AT_CLICK;}if(!AT_TEXT){AT_TEXT="_ADFC_ALT_TEXT_";
}if(!AT_BASE){AT_BASE="_ADPATH_";}if(AT_EXPANDABLE&&AT_EXPANDABLE!="false"){AT_FAKEPOPUP=true;
AT_FAKEPOPUP_left=-0;AT_FAKEPOPUP_top=-0;}if(AT_MICROSITE!=""){var AT_MICROSITE_ADFC_CUID_="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,"+AT_MICROSITE.replace(/ height=/,",height=");
}if(AT_FlashClick||AT_MICROSITE!=""){AT_COUNT="";if("_ADFC_CUID_"!="_ADFC_CUID_"){AT_COUNT=escape("_ADCLICK_");
}AT_VARSTRING="?clickTAG="+AT_CLICK+"','','"+AT_MICROSITE_ADFC_CUID_+"'))";
AT_TARGET_ADFC_CUID_="_self";}window.AT_ClickFn_ADFC_CUID_=function(click){eval(AT_CLICK);
};if(navigator.userAgent.indexOf("MSIE")>0&&navigator.userAgent.indexOf("Opera")<0){var sv_ADFC_CUID="Sub AT_OBJECT_ADFC_CUID__FSCommand(ByVal command, ByVal args)\r\ncall AT_OBJECT_ADFC_CUID__DoFSCommand(command, args)\r\nend sub";
if(typeof inFIF!="undefined"){parent.window.execScript(sv_ADFC_CUID,"VBScript");
}else{window.execScript(sv_ADFC_CUID,"VBScript");}}var AT_agent=navigator.userAgent.toLowerCase();
var AT_major=parseInt(navigator.appVersion);var AT_is_nav=((AT_agent.indexOf("mozilla")!=-1)&&(AT_agent.indexOf("spoofer")==-1)&&(AT_agent.indexOf("compatible")==-1)&&(AT_agent.indexOf("opera")==-1)&&(AT_agent.indexOf("webtv")==-1));
var AT_is_ie=(AT_agent.indexOf("msie")!=-1)||(AT_is_nav&&AT_major>=5);var AT_IS_FIREFOX=AT_agent.indexOf("firefox")!=-1;
var AT_IS_OPERA=AT_agent.indexOf("opera")!=-1;if(AT_IS_OPERA){AT_is_ie=false;
}if(AT_is_nav){AT_is_ie=false;}if(AT_IS_FIREFOX){AT_is_ie=false;}adtech_flashinc="";
if(AT_EXPANDABLE&&AT_EXPANDABLE!="false"){adtech_flashinc+='<div id="AT_ANCHOR_DIV_ADFC_CUID_" style="overflow:hidden;position:relative;width:100px;height:100px;z-index:'+AT_ZINDEX+';">';
}if(AT_FAKEPOPUP){adtech_flashinc+='<div id="AT_DIV_ADFC_CUID_" ';if(AT_EXPANDABLE&&AT_EXPANDABLE!="false"&&!AT_LAYERMANUALRESIZE){adtech_flashinc+=' onmouseout="collapse_ADFC_CUID_()" onmouseover="expand_ADFC_CUID_()"';
}adtech_flashinc+=' style="width:100px;height:100px;z-index:'+AT_ZINDEX+";position:absolute;top:"+AT_FAKEPOPUP_top+"px;left:"+AT_FAKEPOPUP_left+"px;"+(!AT_FAKEPOPUP_start_opened?"display:none;":"")+'">';
}if(ShockMode&&AT_FLASH){if(AT_EXPANDABLE&&AT_EXPANDABLE!="false"){AT_WIDTH_HEIGHT="width=0 height=0";
}adtech_flashinc+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" id="AT_OBJECT_ADFC_CUID_" name="AT_OBJECT_ADFC_CUID_" '+AT_WIDTH_HEIGHT+">";
adtech_flashinc+='<param name=movie value="'+AT_FLASH+AT_VARSTRING+"&CURRENTDOMAIN="+AT_CURRENTDOMAIN+'">';
adtech_flashinc+="<param name=quality value="+AT_FlaQual+">";adtech_flashinc+='<param name="base" value="'+AT_BASE+'">';
if(AT_FLASHVERSION>5){adtech_flashinc+='<param name="flashvars" value="'+AT_FLASHVARSSTR+'">';
}adtech_flashinc+='<param name="allowscriptaccess" value="always">';if(AT_FLASH_BGCOLOR){adtech_flashinc+='<param name="bgcolor" value="'+AT_FLASH_BGCOLOR+'">';
}adtech_flashinc+='<param name="swLiveConnect" value="true">';adtech_flashinc+='<param name="wmode" value="'+AT_WMODE+'">';
adtech_flashinc+='<embed src="'+AT_FLASH+AT_VARSTRING+"&CURRENTDOMAIN="+AT_CURRENTDOMAIN+'" id="AT_OBJECT_ADFC_CUID_"';
if(AT_FLASH_BGCOLOR){adtech_flashinc+=' bgcolor="'+AT_FLASH_BGCOLOR+'"';
}adtech_flashinc+=' name="AT_OBJECT_ADFC_CUID_" base="'+AT_BASE+'" quality="'+AT_FlaQual+'"';
if(AT_FLASHVERSION>5){adtech_flashinc+=' flashvars="'+AT_FLASHVARSSTR+'"';
}adtech_flashinc+=' allowScriptAccess="always" swLiveConnect=true '+AT_WIDTH_HEIGHT;
adtech_flashinc+=' wmode="'+AT_WMODE+'"';adtech_flashinc+=' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">';
adtech_flashinc+="</embed>";adtech_flashinc+="</object>";}else{if(AT_MICROSITE){adtech_flashinc+="<a href=\"javascript:AT_ClickFn_ADFC_CUID_('"+AT_IMGCLICK+'\')" target="_self">';
}else{adtech_flashinc+='<a href="_ADCLICK_'+AT_IMGCLICK+'" target="'+AT_TARGET_ADFC_CUID_+'">';
}if(AT_IMAGE){adtech_flashinc+='<img src="'+AT_IMAGE+'" WIDTH="'+AT_ALTIMAGEWIDTH+'" HEIGHT="'+AT_ALTIMAGEHEIGHT+'" alt="'+AT_TEXT+'" title="'+AT_TEXT+'" border="0">';
}adtech_flashinc+="</a>";}if(AT_FAKEPOPUP){adtech_flashinc+="</div>";if(AT_is_ie){var _zindex=AT_ZINDEX-1;
if(AT_EXPANDABLE&&AT_EXPANDABLE!="false"){_zindex=-4000;}adtech_flashinc+='<div id="HID_IFRAME__ADFC_CUID_" style="'+(!AT_FAKEPOPUP_start_opened?"display:none;":"")+"width:100px;height:100px;position:absolute;top:"+AT_FAKEPOPUP_top+"px;left:"+AT_FAKEPOPUP_left+"px;Z-INDEX:"+_zindex+'">';
adtech_flashinc+='<iframe id="HIDDER" style="FILTER: alpha (opacity=0);" width="0px" height="0px" src="about:blank"></iframe>';
adtech_flashinc+="</div>";}}if(AT_EXPANDABLE&&AT_EXPANDABLE!="false"){adtech_flashinc+="</div>";
}if(typeof AD_vars!="undefined"){document.write('<script type="text/javascript" src="_ADPATH_adtech_flashinc.js"><\/script>');
}else{document.write(adtech_flashinc);}if(AT_FAKEPOPUP&&AT_FAKEPOPUP_autoclose){window.setTimeout("closeAdLayer_ADFC_CUID_()",AT_FAKEPOPUP_autoclose);
}if(AT_FAKEPOPUP){window.closeAdLayer_ADFC_CUID_=function(){document.getElementById("AT_DIV_ADFC_CUID_").style.display="none";
if(AT_is_ie){var iframediv=document.getElementById("HID_IFRAME__ADFC_CUID_");
iframediv.style.display="none";}};window.openAdLayer_ADFC_CUID_=function(){document.getElementById("AT_DIV_ADFC_CUID_").style.display="";
if(AT_is_ie){var iframediv=document.getElementById("HID_IFRAME__ADFC_CUID_");
iframediv.style.display="";}};}window.expand_ADFC_CUID_=function(){var thediv=document.getElementById("AT_DIV_ADFC_CUID_");
var thediv2=document.getElementById("AT_ANCHOR_DIV_ADFC_CUID_");if(AT_is_ie){var iframediv=document.getElementById("HID_IFRAME__ADFC_CUID_");
iframediv.style.display="";}thediv.style.width="0px";thediv.style.height="0px";
thediv2.style.overflow="";};window.expand_width_ADFC_CUID_=function(value){var thediv=document.getElementById("AT_DIV_ADFC_CUID_");
var thediv2=document.getElementById("AT_ANCHOR_DIV_ADFC_CUID_");if(AT_is_ie){var iframediv=document.getElementById("HID_IFRAME__ADFC_CUID_");
iframediv.style.display="";}thediv.style.width=value+"px";thediv2.style.overflow="";
};window.expand_height_ADFC_CUID_=function(value){var thediv=document.getElementById("AT_DIV_ADFC_CUID_");
var thediv2=document.getElementById("AT_ANCHOR_DIV_ADFC_CUID_");thediv.style.height=value+"px";
thediv2.style.overflow="";if(AT_is_ie){var iframediv=document.getElementById("HID_IFRAME__ADFC_CUID_");
iframediv.style.display="";}};window.collapse_ADFC_CUID_=function(){var thediv=document.getElementById("AT_DIV_ADFC_CUID_");
var thediv2=document.getElementById("AT_ANCHOR_DIV_ADFC_CUID_");thediv.style.width="100px";
thediv.style.height="100px";thediv2.style.overflow="hidden";if(AT_is_ie){var iframediv=document.getElementById("HID_IFRAME__ADFC_CUID_");
iframediv.style.display="";}};window.restartMovie_ADFC_CUID_=function(){movie=document.getElementById("AT_OBJECT_ADFC_CUID_");
movie.REWIND();movie.PLAY();};window.stopMovie_ADFC_CUID_=function(){document.getElementById("AT_OBJECT_ADFC_CUID_").STOP();
};window.AT_OBJECT_ADFC_CUID__DoFSCommand=function(command,value){if(command.search(/(click|link|url)/i)>=0){AT_ClickFn_ADFC_CUID_(command.replace(/[^0-9]/g,""));
}else{if(command.search(/(hide|close|stop|halt|done|quit)/i)>-1){closeAdLayer_ADFC_CUID_();
}else{if(command.search(/(show|open|start|spawn|launch)/i)>-1){if(command!="showmenu"){openAdLayer_ADFC_CUID_();
}}else{if(command=="expand"){expand_ADFC_CUID_();}else{if(command=="collapse"){collapse_ADFC_CUID_();
}else{if(command=="expandwidth"){expand_width_ADFC_CUID_(value);}else{if(command=="expandheight"){expand_height_ADFC_CUID_(value);
}else{if(command=="redirectToPage"){window.open("_ADCLICK_"+value,"redirectwin","");
}}}}}}}}};var restartMovie=restartMovie_ADFC_CUID_;var stopMovie=stopMovie_ADFC_CUID_;
if(AT_FAKEPOPUP){var closeAdLayer=closeAdLayer_ADFC_CUID_;var adlayerhider=closeAdLayer;
var openAdLayer=openAdLayer_ADFC_CUID_;}kroma_disposable_object={width:"",height:"",id:"object",stylesheet:null,adcontent:{id:"Ad",movie:adtech.getPlugin("standard",options,context,frame),allowscriptaccess:"always",allownetworking:"all",allowfullscreen:"true",width:"",height:"",quality:"high",wmode:"opaque",clicktags:[]},overlaycontent:{id:"overlay",movie:options.flashvars.clickTAG,allowscriptaccess:"always",allownetworking:"all",allowfullscreen:"true",width:"",height:"",quality:"high",wmode:"transparent",clicktags:[]},stringify:function(obj){var result="";
for(var key in obj){result+=key+" : "+obj[key]+"\n";}return result;},getFlashEmbedString:function(paramP){var e="";
var c="";if(!paramP.id){paramP.id="finnAd_overlayFlash_"+Math.random(100000,1000000);
}if(!paramP.allowscriptaccess){paramP.allowscriptaccess="always";}if(!paramP.allownetworking){paramP.allownetworking="all";
}if(!paramP.allowfullscreen){paramP.allowfullscreen="true";}if(!paramP.quality){paramP.quality="high";
}if(!paramP.wmode){paramP.wmode="opaque";}e+='<object id="'+paramP.id+'" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ';
e+='width="'+paramP.width+'" height="'+paramP.height+'">';e+='<param name="allowscriptaccess" value="'+paramP.allowscriptaccess+'">';
e+='<param name="allownetworking" value="'+paramP.allownetworking+'">';
e+='<param name="allowfullscreen" value="'+paramP.allowfullscreen+'">';
e+='<param name="quality" value="'+paramP.quality+'">';e+='<param name="wmode" value="'+paramP.wmode+'">';
e+='<param name="movie" value="'+options.flashvars.clickTAG+'">';e+='<embed src="'+options.flashvars.clickTAG+'" name="'+paramP.id+'" quality="'+paramP.quality+'" width="'+options.attr.emb_w+'px" height="'+options.attr.emb_h+'px" wmode="'+paramP.wmode+'" allowscriptaccess="'+paramP.allowscriptaccess+'" allownetworking="'+paramP.allownetworking+'" allowfullscreen="'+paramP.allowfullscreen+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">';
e+="</object>";return e;}};kroma_disposable_object.styles=".kroma_overlay_background{ display:none; background-color:#000000; opacity:0.6; filter:alpha(opacity=60); zoom:1; position:absolute; top:0px; left:0px; min-width:100%; min-height:100%; z-index:1099000; }\n .kroma_overlay_popup{ display:none; position:fixed; top:30%; left:29%; padding:0px 0px 0px 0px; z-index:1099001; }";
var __parentWindow=parent||window;var kromaStyleInjected=false;var kromaStyleInject=function(){if(kromaStyleInjected){return;
}var ss=__parentWindow.document.createElement("style");ss.setAttribute("type","text/css");
__parentWindow.document.body.appendChild(ss);if(ss.styleSheet){ss.styleSheet.cssText=kroma_disposable_object.styles;
}else{var tt=__parentWindow.document.createTextNode(kroma_disposable_object.styles);
ss.appendChild(tt);}kromaStyleInjected=true;};function kroma_overlay_show_hide(doHide){kromaStyleInject();
var $j=jQuery;var documentContext=__parentWindow.document;kroma_debug(documentContext);
var getDocumentHeight=function(){return Math.max(Math.max(documentContext.body.scrollHeight,documentContext.documentElement.scrollHeight),Math.max(documentContext.body.offsetHeight,documentContext.documentElement.offsetHeight),Math.max(documentContext.body.clientHeight,documentContext.documentElement.clientHeight))+"px";
};var overlayHeight=options.attr.frame_h+"px";var overlayWidth=options.attr.frame_w+"px";
var overlaycontentHeight=options.attr.emb_h+"px";var overlaycontentWidth=options.attr.emb_w+"px";
var bgColor=options.attr.hex;kroma_disposable_object.overlaycontent.width=overlayWidth-5;
kroma_disposable_object.overlaycontent.height=overlayHeight-30;$j("#kroma_overlay_background,#kroma_overlay_popup",documentContext).remove();
$j("body",documentContext).append('<div id="kroma_overlay_background" style="display: none" class="kroma_overlay_background"></div>').append('<div id="kroma_overlay_popup" style="display: none" class="kroma_overlay_popup"><div style="float:right;clear:both; margin:5px 5px 5px 0;"><h3 style="margin:0;"><a onclick="kroma_overlay_show_hide(true);return false;" href="#">Lukk X</a></h3></div></div>').find("#kroma_overlay_background",documentContext).css("height",getDocumentHeight()).click(function(){kroma_overlay_show_hide(true);
}).end().find("#kroma_overlay_popup",documentContext).css({width:overlayWidth,height:overlayHeight});
if(doHide){$j("#kroma_overlay_popup, #kroma_overlay_popup",documentContext).css("display","none");
$j("#kroma_overlay_popup",documentContext).html("");$j("#kroma_overlay_background, #kroma_overlay_popup",documentContext).fadeOut(200);
}else{$j("#kroma_overlay_popup, #kroma_overlay_popup",documentContext).css("display","block");
$j("#kroma_overlay_popup").css("background-color",bgColor);var expert24112011_overlaycontent=kroma_disposable_object.getFlashEmbedString(kroma_disposable_object.overlaycontent);
$j("#kroma_overlay_popup",documentContext).append(expert24112011_overlaycontent);
$j("#kroma_overlay_background, #kroma_overlay_popup",documentContext).show();
}}__parentWindow.kroma_overlay_show_hide=kroma_overlay_show_hide;function kroma_debug(){if(typeof(console)!="undefined"){console.log(arguments);
}}});adtech.setPlugin("expandable",function(b,d,g){$("#"+b.container).wrap('<div id="'+b.container+'_wrapper" />');
var c=$("#"+b.container).parent(),f=c.parent(),a;b.flashvars.placement=b.container;
adtech.getPlugin("standard",b,d,g);f.data("expandable_direction",b.attr.direction);
if(typeof b.attr.push!=="undefined"){f.data("expandable_push","true");}else{c.css({position:"absolute",top:0});
}c.parent().show();if(typeof b.attr.tout==="undefined"||b.attr.tout===0){if(typeof b.attr.exp_w!=="undefined"&&typeof b.attr.exp_h!=="undefined"){a=b.attr.exp_h/b.attr.exp_w*100;
f.css("padding-top",a+"px");c.data("collapsed_size",{w:b.attr.exp_w,h:b.attr.exp_h});
}else{$('<div class="ad_marker_keep_height" />').attr("height: "+b.config?b.config.height:b.attr.imgH+"px !important; width: 1px !important").appendTo(f);
}}else{a=b.attr.exp_h/b.attr.exp_w*100;c.data("collapsed_size",{w:b.attr.exp_w,h:b.attr.exp_h});
if(typeof b.attr.push==="undefined"){if(mno.$body.hasClass("ie7")){f.parent().css({zIndex:10000});
}f.css({paddingTop:b.attr.exp_h+"px",zIndex:10000});}setTimeout(function(){f.animate({paddingTop:a+"%"},function(){});
f.css({zIndex:"auto"});var j=$('<div id="dummyTop" style="display:none;position:absolute;left:-10000px"></div>');
adtech.getPlugin("standard",{attr:b.attr2?b.attr2:b.attr,config:b.config2?b.config2:b.config,container:b.container,flashvars:b.flashvars});
},(b.attr.tout*1000)+2000);}if(typeof b.attr2==="undefined"&&typeof b.config2==="undefined"){return false;
}var h={attr:b.attr2?b.attr2:b.attr,config:b.config2?b.config2:b.config,container:b.container+"_expanded",flashvars:b.flashvars};
h.flashvars.placement=b.container+"_expanded";f.data("expandable_options",h);
});adtech.expandCollapse=function(s,g){if(mno.$body.hasClass("ie7")){$(".ie7 #page, .ie7 .ad").css({position:"static"});
$(".ie7 #adRight").css({zIndex:1200});}var a=$("#"+g),b=a.parent(),n=b.parent(),f=a.prev(),o=typeof n.data("expandable_push")!=="undefined",d=typeof n.data("expandable_options")==="undefined",t=a[0].id.indexOf("expanded")!==-1,l=b.siblings('[id$="expanded_wrapper"]').length===0,q=a.attr("width"),j=a.attr("height"),k=j/q*100;
if(l&&!t&&!d){var u=n.data("expandable_options");$('<div id="'+u.container+'_wrapper"><div id="'+u.flashvars.placement+'"></div></div>').insertBefore(b);
adtech.getPlugin("standard",u);}if(!d){b.hide()[s==="show"?"prev":"next"]().show();
if(!o&&s=="show"){n.find("div:first-child").css({position:"absolute"});
}}if(d){if(!o){if(s==="show"){n.addClass("expOpen");}else{n.removeClass("expOpen");
q=b.data("collapsed_size").w;j=b.data("collapsed_size").h;}}if(o&&s==="hide"){q=b.data("collapsed_size").w;
j=b.data("collapsed_size").h;}}else{if(t){n.removeClass("expOpen");q=f.attr("width");
j=f.attr("height");n.find("div:first-child").remove();}else{n.addClass("expOpen");
q=a.attr("width");j=a.attr("height");}}if(o){if(s==="hide"||t){$(".ad_marker_keep_height").css({position:"static"});
}else{$(".ad_marker_keep_height").css({position:"absolute"});}}n.css("padding-top: "+k+"%");
if(!o){var c=d?b:b[s==="show"?"prev":"next"](),p=n.data("expandable_direction");
c.css({top:p.indexOf("N")!==-1?"auto":0,right:p.indexOf("E")!==-1?"auto":0,bottom:p.indexOf("N")!==-1?0:"auto",left:p.indexOf("E")!==-1?0:"auto"});
}};function expandThis(a){return adtech.expandCollapse("show",a);}function collapseThis(a){return adtech.expandCollapse("hide",a);
}function expandLAd(){var g="adLeft",a="l_expanded",d=adtech.getCompanion("l_expanded").alias,c='<span id="LBarX">X</span>';
var b=$(a);if(!d){return;}if(b.length===0){var f=adtech.Create("div",{id:a,className:"ohidden"});
AdElement.get(g).append(f);adtech.loadFIF(a,d);$("#l_expanded").append(c);
$("#LBarX").mousedown(function(h){$(this).parent().remove();});b.show();
}}function collapseAdLayers(a){if($(a).contents().find('img[alt="AdTech Ad"], img[src$="clearpix.gif"]').length>0){$(a).parents(".ad:first").hide();
}}mno.$document.ready(function(){if(typeof mno!=="undefined"&&typeof mno.publication!=="undefined"){$(".ad").each(function(a){try{var b=$(this).find('iframe[src ^="'+mno.publication.url+'"]').length>0?$(this).find("iframe").contents():$(this);
if(b.find('img[src$="trans.gif"], img[alt="AdTech Ad"], img[src*="Default_Size"]').length>0){$(this).hide();
}}catch(c){mno.core.log(2,"adTech magic did a boo boo: "+c.message);}});
}});mno.$document.ready(function(){var a=document.domain;if((a==="www.aftenposten.no")&&($("#adRight .ad:last-child div").attr("id")==="skyskraper2"&&window.location.pathname==="/")||(a==="www.bt.no")&&($("#adRight #skyskraper2").length===1&&window.location.pathname==="/")||(a==="www.osloby.no")&&($("#adRight .ad:last-child div").attr("id")==="skyskraper1")||((a==="www.aftenposten.no")&&($("#adRight .ad:last-child div").attr("id")==="skyskraper1"&&window.location.pathname!=="/"))){adtech.stickySkyscraper=function(){if(a==="www.bt.no"){if($("#adRight #skyskraper2").length===1){k=$("#adRight #skyskraper2").parent();
}else{k=$("#adRight #skyskraper1").parent();}}else{var k=$("#adRight .ad:last-child");
}var d=k,j=null,g=$("#smallHeader"),h=0,c=$("#footer").offset().top-k.height(),f=d.offset().top,b=0;
d.css({"z-index":490});d.css({"webkit-transform":"translateZ(0)"});if(window.XMLHttpRequest){mno.$window.scroll(function(){if(typeof skipMnoCode==="undefined"){g=g.length===1?g:$("#smallHeader");
h=h!==0?h:g.outerHeight();j=j===null?d.offset().top:j;if(mno.$window.scrollTop()>=c){d.css({position:"absolute",top:c+b});
}else{if(mno.$window.scrollTop()>=j-h){if(g.is(":hidden")){d.css({position:"fixed",top:h-h+b});
}else{d.css({position:"fixed",top:(h+b)+"px"});}}else{d.css({position:"",top:b});
}}}});}};adtech.stickySkyscraper();}});
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j){if(!g.hasClass("mnoExposed")){var l=g.offset(),k=b("<div></div>").insertBefore(this);
g.data("placeholder",k);k.css({height:g.outerHeight(true)+"px"});var h=b("<div />").attr("id","exposeWhiteBg").css("display","none").bind("click",function(){d(g,h,k);
}).css("height",mno.$document.height()+"px").appendTo("body");g.css({width:g.width(),top:l.top,left:l.left}).addClass("mnoExposed").appendTo("body");
c.onOpen();h.fadeTo(250,0.8);j.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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno core features.js
*/
mno.namespace("features");
mno.features=(function mnoFeatures(){var d={transform:(function c(){var k=document.documentElement,j;
if(k&&(j=k.style)){if(typeof j.transform==="string"){return"transform";
}else{if(typeof j.MozTransform==="string"){return"MozTransform";}else{if(typeof j.WebkitTransform==="string"){return"WebkitTransform";
}else{if(typeof j.OTransform==="string"){return"OTransform";}else{if(typeof j.MsTransform==="string"){return"MsTransform";
}else{if(typeof j.KhtmlTransform==="string"){return"KhtmlTransform";}}}}}}}return false;
}()),transition:(function h(){var k=document.documentElement,j;if(k&&(j=k.style)){if(typeof j.transition==="string"){return"transition";
}else{if(typeof j.MozTransition==="string"){return"MozTransition";}else{if(typeof j.WebkitTransition==="string"){return"WebkitTransition";
}else{if(typeof j.OTransition==="string"){return"OTransition";}else{if(typeof j.MsTransition==="string"){return"MsTransition";
}else{if(typeof j.KhtmlTransition==="string"){return"KhtmlTransition";}}}}}}return false;
}return false;}()),transitionProperty:(function b(){var k=document.documentElement,j;
if(k&&(j=k.style)){if(typeof j.transition==="string"){return"transition";
}else{if(typeof j.MozTransition==="string"){return"MozTransition";}else{if(typeof j.WebkitTransition==="string"){return"WebkitTransition";
}else{if(typeof j.OTransition==="string"){return"OTransition";}else{if(typeof j.MsTransition==="string"){return"MsTransition";
}else{if(typeof j.KhtmlTransition==="string"){return"KhtmlTransition";}}}}}}}return false;
}()),transitionEnd:(function(){var l=document.createElement("bootstrap"),k={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",msTransition:"MsTransitionEnd",transition:"transitionend"},j;
for(j in k){if(k.hasOwnProperty(j)&&l.style[j]!==undefined){return k[j];
}}return false;})(),transitionEndEvent:(function g(){var j=document.createElement("div");
if("ontransitionend" in window){return"transitionend";}else{if("onwebkittransitionend" in window){return"webkitTransitionEnd";
}else{if("onotransitionend" in j||navigator.appName==="Opera"){return"oTransitionEnd";
}else{if("msTransition" in j.style){if("transition" in j.style){return"transitionend";
}else{return"msTransitionEnd";}}else{return false;}}}}}()),touch:(function f(){try{return !!(("ontouchstart" in window)||window.DocumentTouch&&document instanceof window.DocumentTouch);
}catch(j){return false;}}()),platform:(function a(){return navigator.platform;
}())};(function(){var o=document.createElement("div"),n=navigator.userAgent;
o.style.position="fixed";o.style.top=0;function l(){var p="scrollTop" in document.body?document.body.scrollTop:document.documentElement.scrollTop;
if(p!==undefined&&p>0&&document.body){document.body.insertBefore(o,document.body.firstChild);
if(o.getBoundingClientRect||o.getBoundingClientRect().top<=0){mno.$body.addClass("fixed-supported");
}document.body.removeChild(o);mno.$window.off("scroll",l);}}if(!(n.match(/Android 2\.[1-6]/)&&n.indexOf("AppleWebKit")>-1)&&!(n.match(/Opera Mobi\/([0-9]+)/)&&RegExp.$1<7458)&&!(window.operamini&&({}).toString.call(window.operamini)==="[object OperaMini]")&&!(n.match(/Fennec\/([0-9]+)/)&&RegExp.$1<6)){if(n.match(/(iPad|iPhone|iPod)/i)){var j=new RegExp(/OS\s([\d+_?]*)\slike/i).exec(n),k=j!==null?j[1].split("_")[0]:4;
if(k>4){$("html").addClass("fixed-supported");}}else{$("html").addClass("fixed-supported");
}}}());return d;}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(k){if(typeof k!=="object"||!(k.id)||(typeof k.suite!=="function")){throw Error("Expected registerTest parameter to be a test descriptor object. Refer to the manual.");
}h[k.id]=k.suite;}function j(n,l){var k=h[n];if(typeof k!=="function"){throw Error('Test suite "'+n+'" not found. Did you forget to register it first?');
}QUnit.module(n);k.call({},l);}function c(n,l){try{if(typeof QUnit==="undefined"){a.push(function(){c(n,l);
});return;}if(!h[n]&&!f[n]){f[n]=true;mno.core.downloadModule(n+"-test",function(){if(typeof h[n]!=="function"){mno.core.log(3,n+" was not defined properly, your JS file may have errors");
return;}j(n,l);});}else{if(!f[n]){j(n,l);}}}catch(k){mno.core.log(3,"Exception during '"+n+"' test scheduling: "+k.message);
}}function d(k,l){b(k);c(k.id,l);}mno.event.registerEvents({"debug-qunit":function(k){if(k){while(a[0]){a.pop().call();
}}}},"core");return{register:b,schedule:c,now:d,cleanup:g};}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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,k){var g=h.$this.width(),f=Math.floor(g/400*2)*100+80,j={width:f,items:[]};
function d(){var l=0;h.$items=h.$this.find(".item");h.$items.each(function(){if(l<$(this).find(".large").height()){l=$(this).find(".large").height();
}});h.contentHeight=l;h.$this.find(".large").height(l);h.$content.height(l);
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 n=$(this),l=n.find("img").attr("src");j.items.push({title:n.find("h2").text(),link:n.find("a").attr("href"),img:l,largeImg:l.replace(/w\d+/,"w"+f),teaser:n.find(".teaserText").text()});
});h.$this.children("*").not("header, .footer").remove();h.$this.addClass("clearfix");
mno.views.render("rotator",j,function(l){h.$content.append(l);h.$this.append(h.$content);
d();k();});}else{h.$content=h.$this.find(".content");d();k();}}a.each(function(){var g=$(this),j=g.find("article"),f={$this:g,$items:j,len:j.length},d;
function h(k){return c(f.$items,k);}b(f,function(){var k;function l(){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);
k=l;}else{k=function(){};}d=h(k);f.$items.hover(function(){clearInterval(d);
f.$items.stop().removeClass("active");$(this).addClass("active");k();},function(){d=h(k);
});k();});});};
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j){var h=b.find("[role=tab]"),g=h.index(j);((g!==h.length-1)?j.next():h.first()).focus();
}function d(j){var h=b.find("[role=tab]"),g=h.index(j);((g!==0)?j.prev():h.last()).focus();
}function a(k,l,j){var h=!j.ctrlKey&&!j.shiftKey&&!j.altKey,g=j.ctrlKey&&!j.shiftKey&&!j.altKey;
switch(j.keyCode){case 34:if(g===true){c(k);j.stopPropagation();}break;
case 33:if(g===true){d(k);j.stopPropagation();}break;case 36:if(h===true){b.find("[role=tab]").first().focus();
j.stopPropagation();}break;case 35:if(h===true){b.find("[role=tab]").last().focus();
j.stopPropagation();}break;case 9:if(j.ctrlKey&&!j.altKey){if(j.shiftKey){d(k);
}else{c(k);}j.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(j){var g=!j.ctrlKey&&!j.shiftKey&&!j.altKey,h=$(this);
switch(j.keyCode){case 37:case 38:if(g===true){d(h);j.stopPropagation();
}break;case 39:case 40:if(g===true){c(h);j.stopPropagation();}break;}a(h,b.find("[role=tab]"),j);
});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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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},j,k,h,f;
this.options=$.extend({},g,d);if(typeof window._gaq==="undefined"||this.options.flush){if(this.options.account){k=window._gaq=[];
delete window._gat;if(this.options.debug){j="u/ga_debug.js";}else{j="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/"+j;
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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j){if(typeof c.success==="function"){c.success(j);
}b.resolve(j);};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(j){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 j=a.indexOf(b);if(j>-1){a.splice(j,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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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,k){var j=0;
var g=null;h=h||500;return function(){clearTimeout(g);if(c()-j>h){j=c();
f.apply(this,arguments);}else{if(k){g=setTimeout(jQuery.proxy(function(){j=c();
f.apply(this,arguments);},this),Math.max(0,j-c()+h));}}};};var a=function(f,g,l,k){var h=null,j=false;
l=(typeof l!=="undefined")?!!l:true;k=(typeof k!=="undefined")?!!k:true;
return function(){clearTimeout(h);if(l&&!j){f.apply(this,arguments);}h=setTimeout(jQuery.proxy(function(){if(k){f.apply(this,arguments);
}j=false;},this),g);j=true;};};var b={throttle:d,debounce:a};mno.test.schedule("mno.utils.test.delay",b);
return b;}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(o){return p[c.indexOf(o)];}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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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,o=(window.mno instanceof Object),k=function(p,q){p.postMessage(JSON.stringify(q),"*");
},d={isIOS:function(){return navigator.userAgent.indexOf("iPhone")>-1||navigator.userAgent.indexOf("iPad")>-1||navigator.userAgent.indexOf("iPod")>-1;
},},c={"request mno presence":function(q,p){k(q,{action:"mno presence response",params:[o]});
},"resize requesting iframe":function(u,p,s,v,q){var w=document.querySelectorAll("iframe, object, embed"),t={};
if(typeof u==="number"){u+="px";}if(typeof p==="number"){p+="px";}w=Array.prototype.slice.call(w).filter(function(x){return x.getAttribute("src")===s||x.getAttribute("data")===s;
});w.forEach(function(x){x.style.width=(u!==null)?u:x.style.width;x.style.height=(p!==null)?p:x.style.height;
});},"open real estate overlay":function(t,p,s,q){if(o){mno.event.triggerEvent({type:"open overlay",data:{objects:t,position:p},options:{persistent:false}},"realEstateOverlay");
}},"open zmag":function(w,u,t){if(!o){if(console&&console.error){console.error("open zmag called, but this action requires MNO framework");
}return false;}var v=null,q=function(){var x=d.isIOS()?window.innerWidth:mno.$window.innerWidth(),y=d.isIOS()?window.innerHeight:mno.$window.innerHeight();
return{windowWidth:x,windowHeight:y,width:Math.min(x-80,1400),height:y-80};
},s=mno.utils.delay.throttle(function(){var x=$("#mnoDialog"),A=$("#zmagsViewer",x),z=$("#mnoDialogBg"),y=q();
A.css({width:y.width,height:y.height});x.css({width:"auto",position:"fixed"});
x.css({top:Math.max(0,(y.windowHeight-x.outerHeight(true))/2),left:Math.max(0,(y.windowWidth-x.outerWidth(true))/((y.width>1024)?2:3))});
z.css({"min-width":"100%",width:y.windowWidth});v.resize();},50,true),p={content:$('<div id="zmagsViewer"></div>'),auto:true,onOpen:function(){var x=function(A){v=new window.com.zmags.api.Viewer();
var y=$("#mnoDialog"),z=$("#mnoDialogBg");y.addClass("zmagDialog");z.addClass("zmagDialogBg");
v.setPublicationID(A);v.setParentElementID("zmagsViewer");v.show();window.addEventListener("resize",s);
s();};if(window.com&&window.com.zmags){x(w);}else{$.getScript("http://api.viewer.zmags.com/viewer/viewer.js",function(){x(w);
});}},onClose:function(){window.removeEventListener("resize",s);v=null;
}};if(typeof mno.utils.dialog==="undefined"){mno.core.downloadModule("mno.utils.dialog",function(){mno.utils.dialog(p);
});}else{mno.utils.dialog(p);}}},l=function(){if(!f){window.addEventListener("message",n,false);
f=true;try{k(window.frames.cube,{action:"resize iframe request",params:[window.location.href]});
}catch(p){}}},h=function(){if(f){window.removeEventListener("message",n);
f=false;}},n=function(q){var t=q.data,p=q.origin,s=q.source;if(typeof t==="string"){try{t=JSON.parse(t);
}catch(u){}}if(typeof t==="object"&&g(p,t)){a(t,s,p);return false;}},g=function(p,u){var q,v=false,t=false,s=false;
b.forEach(function(w){if(p.match(w)){v=true;}});Object.getOwnPropertyNames(c).forEach(function(w){if(u.action===w){t=true;
}});return(v&&t);},a=function(s,q,p){c[s.action].apply(null,s.params.concat([q,p]));
},j={init:l,destroy:h};if(o){mno.namespace("mno.utils.frameCommunicator");
mno.utils.frameCommunicator=j;mno.test.schedule("mno.utils.test.frameCommunicator",{post:k,tools:d,actions:c,validate:g,run:a});
}else{window.frameCommunicator=j;}$(function(){l();});}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j,f,h){function g(k){if(typeof(k.latitude)!=a){j({timestamp:k.timestamp,coords:{latitude:k.latitude,longitude:k.longitude}});
}else{j(k);}}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 j(k){if(typeof(k.latitude)!="undefined"){f({timestamp:k.timestamp,coords:{latitude:k.latitude,longitude:k.longitude}});
}else{f(k);}}c.getCurrentPosition(j,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(j){h({timestamp:j.timestamp,coords:{latitude:j.latitude,longitude:j.longitude,heading:j.heading}});
},onFailure:function(j){if(j.errorCode==1){f({code:3,message:"Timeout"});
}else{if(j.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 k(o,n,l){if(n==4){f({message:"Position unavailable",code:2});
}else{h({timestamp:null,coords:{latitude:l.ReturnValue.Latitude,longitude:l.ReturnValue.Longitude,altitude:l.ReturnValue.Altitude,heading:l.ReturnValue.Heading}});
}}var j=new Object();j.LocationInformationClass="BasicLocationInformation";
c.ILocation.GetLocation(j,k);};}}}}}}}}catch(d){if(typeof(console)!=a){console.log(d);
}return false;}return c!=null;};return b;}();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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",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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(n,p){var o=new RegExp("!"+n+"=([^!]{0,})");
if(!(o.test(j))){if(p!==""){j+="!"+n+"="+p;}}else{if(p!==""){j=j.replace(o,"!"+n+"="+p);
}else{j=j.replace(o,"");}}}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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils htmlParser.js
*/
(function(){var b=(function(){var l={};
var n;var k=this.document.createElement("div");n="<P><I></P></I>";k.innerHTML=n;
l.tagSoup=k.innerHTML!==n;k.innerHTML="<P><i><P></P></i></P>";l.selfClose=k.childNodes.length===2;
return l;})();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 j=/^(checked|compact|declare|defer|disabled|ismap|multiple|nohref|noresize|noshade|nowrap|readonly|selected)$/i;
var c=false;function f(v,w){v=v||"";w=w||{};for(var u in b){if(b.hasOwnProperty(u)){if(w.autoFix){w["fix_"+u]=true;
}w.fix=w.fix||w["fix_"+u];}}var t=[];var o=function(y){v+=y;};var x=function(y){v=y+v;
};var k={comment:/^<!--/,endTag:/^<\//,atomicTag:/^<\s*(script|style|noscript|iframe|textarea)[\s>]/i,startTag:/^</,chars:/^[^<]/};
var q={comment:function(){var y=v.indexOf("-->");if(y>=0){return{content:v.substr(4,y),length:y+3};
}},endTag:function(){var y=v.match(g);if(y){return{tagName:y[1],length:y[0].length};
}},atomicTag:function(){var A=q.startTag();if(A){var z=v.slice(A.length);
if(z.match(new RegExp("</\\s*"+A.tagName+"\\s*>","i"))){var y=z.match(new RegExp("([\\s\\S]*?)</\\s*"+A.tagName+"\\s*>","i"));
if(y){return{tagName:A.tagName,attrs:A.attrs,content:y[1],length:y[0].length+A.length};
}}}},startTag:function(){var z=v.match(h);if(z){var y={};z[2].replace(a,function(B,A){var C=arguments[2]||arguments[3]||arguments[4]||j.test(A)&&A||null;
y[A]=C;});return{tagName:z[1],attrs:y,unary:!!z[3],length:z[0].length};
}},chars:function(){var y=v.indexOf("<");return{length:y>=0?y:v.length};
}};var s=function(){for(var z in k){if(k[z].test(v)){if(c){console.log("suspected "+z);
}var y=q[z]();if(y){if(c){console.log("parsed "+z,y);}y.type=y.type||z;
y.text=v.substr(0,y.length);v=v.slice(y.length);return y;}return null;}}};
var n=function(z){var y;while(y=s()){if(z[y.type]&&z[y.type](y)===false){return;
}}};var p=function(){var y=v;v="";return y;};var l=function(){return v;
};if(w.fix){(function(){var y=/^(AREA|BASE|BASEFONT|BR|COL|FRAME|HR|IMG|INPUT|ISINDEX|LINK|META|PARAM|EMBED)$/i;
var C=/^(COLGROUP|DD|DT|LI|OPTIONS|P|TD|TFOOT|TH|THEAD|TR)$/i;var E=[];
E.last=function(){return this[this.length-1];};E.lastTagNameEq=function(I){var J=this.last();
return J&&J.tagName&&J.tagName.toUpperCase()===I.toUpperCase();};E.containsTagName=function(K){for(var J=0,I;
I=this[J];J++){if(I.tagName===K){return true;}}return false;};var D=function(I){if(I&&I.type==="startTag"){I.unary=y.test(I.tagName)||I.unary;
}return I;};var B=s;var H=function(){var J=v;var I=D(B());v=J;return I;
};var A=function(){var I=E.pop();x("</"+I.tagName+">");};var z={startTag:function(I){var J=I.tagName;
if(J.toUpperCase()==="TR"&&E.lastTagNameEq("TABLE")){x("<TBODY>");F();}else{if(w.fix_selfClose&&C.test(J)&&E.containsTagName(J)){if(E.lastTagNameEq(J)){A();
}else{x("</"+I.tagName+">");F();}}else{if(!I.unary){E.push(I);}}}},endTag:function(I){var J=E.last();
if(J){if(w.fix_tagSoup&&!E.lastTagNameEq(I.tagName)){A();}else{E.pop();
}}else{if(w.fix_tagSoup){G();}}}};var G=function(){B();F();};var F=function(){var I=H();
if(I&&z[I.type]){z[I.type](I);}};s=function(){F();return D(B());};})();
}return{append:o,readToken:s,readTokens:n,clear:p,rest:l,stack:t};}f.supports=b;
f.tokenToString=function(k){var l={comment:function(n){return"<--"+n.content+"-->";
},endTag:function(n){return"</"+n.tagName+">";},atomicTag:function(n){return l.startTag(n)+n.content+l.endTag(n);
},startTag:function(n){var q="<"+n.tagName;for(var o in n.attrs){var p=n.attrs[o];
q+=" "+o+'="'+(p?p.replace(/(^|[^\\])"/g,'$1\\"'):"")+'"';}return q+(n.unary?"/>":">");
},chars:function(n){return n.text;}};return l[k.type](k);};f.escapeAttributes=function(n){var k={};
for(var l in n){var o=n[l];k[l]=o&&o.replace(/(^|[^\\])"/g,'$1\\"');}return k;
};for(var d in b){f.browserHasFlaw=f.browserHasFlaw||(!b[d])&&d;}this.htmlParser=f;
})();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils ios-o.js
*/
/*! A fix for the iOS orientationchange zoom bug.
Script by @scottjehl, rebound by @wilto.
MIT / GPLv2 License.
*/
(function(q){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 p=q.document;if(!p.querySelector){return;}var s=p.querySelector("meta[name=viewport]"),a=s&&s.getAttribute("content"),o=a+",maximum-scale=1",f=a+",maximum-scale=10",j=true,n,l,k,c;
if(!s){return;}function h(){s.setAttribute("content",f);j=true;}function b(){s.setAttribute("content",o);
j=false;}function g(t){c=t.accelerationIncludingGravity;n=Math.abs(c.x);
l=Math.abs(c.y);k=Math.abs(c.z);if((!q.orientation||q.orientation===180)&&(n>7||((k>6&&l<8||k<8&&l>6)&&n>5))){if(j){b();
}}else{if(!j){h();}}}q.addEventListener("orientationchange",h,false);q.addEventListener("devicemotion",g,false);
})(this);
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils iscroll5.js
*/
/*! iScroll v5.1.1 ~ (c) 2008-2014 Matteo Spinelli ~ http://cubiq.org/license */
(function(g,a,f){var j=g.requestAnimationFrame||g.webkitRequestAnimationFrame||g.mozRequestAnimationFrame||g.oRequestAnimationFrame||g.msRequestAnimationFrame||function(k){g.setTimeout(k,1000/60);
};var c=(function(){var p={};var q=a.createElement("div").style;var n=(function(){var v=["t","webkitT","MozT","msT","OT"],t,u=0,s=v.length;
for(;u<s;u++){t=v[u]+"ransform";if(t in q){return v[u].substr(0,v[u].length-1);
}}return false;})();function o(s){if(n===false){return false;}if(n===""){return s;
}return n+s.charAt(0).toUpperCase()+s.substr(1);}p.getTime=Date.now||function k(){return new Date().getTime();
};p.extend=function(u,t){for(var s in t){u[s]=t[s];}};p.addEvent=function(v,u,t,s){v.addEventListener(u,t,!!s);
};p.removeEvent=function(v,u,t,s){v.removeEventListener(u,t,!!s);};p.momentum=function(y,u,v,s,z,A){var t=y-u,w=f.abs(t)/v,B,x;
A=A===undefined?0.0006:A;B=y+(w*w)/(2*A)*(t<0?-1:1);x=w/A;if(B<s){B=z?s-(z/2.5*(w/8)):s;
t=f.abs(B-y);x=t/w;}else{if(B>0){B=z?z/2.5*(w/8):0;t=f.abs(y)+B;x=t/w;}}return{destination:f.round(B),duration:x};
};var l=o("transform");p.extend(p,{hasTransform:l!==false,hasPerspective:o("perspective") in q,hasTouch:"ontouchstart" in g,hasPointer:navigator.msPointerEnabled,hasTransition:o("transition") in q});
p.isBadAndroid=/Android /.test(g.navigator.appVersion)&&!(/Chrome\/\d/.test(g.navigator.appVersion));
p.extend(p.style={},{transform:l,transitionTimingFunction:o("transitionTimingFunction"),transitionDuration:o("transitionDuration"),transitionDelay:o("transitionDelay"),transformOrigin:o("transformOrigin")});
p.hasClass=function(t,u){var s=new RegExp("(^|\\s)"+u+"(\\s|$)");return s.test(t.className);
};p.addClass=function(t,u){if(p.hasClass(t,u)){return;}var s=t.className.split(" ");
s.push(u);t.className=s.join(" ");};p.removeClass=function(t,u){if(!p.hasClass(t,u)){return;
}var s=new RegExp("(^|\\s)"+u+"(\\s|$)","g");t.className=t.className.replace(s," ");
};p.offset=function(s){var u=-s.offsetLeft,t=-s.offsetTop;while(s=s.offsetParent){u-=s.offsetLeft;
t-=s.offsetTop;}return{left:u,top:t};};p.preventDefaultException=function(u,t){for(var s in t){if(t[s].test(u[s])){return true;
}}return false;};p.extend(p.eventType={},{touchstart:1,touchmove:1,touchend:1,mousedown:2,mousemove:2,mouseup:2,MSPointerDown:3,MSPointerMove:3,MSPointerUp:3});
p.extend(p.ease={},{quadratic:{style:"cubic-bezier(0.25, 0.46, 0.45, 0.94)",fn:function(s){return s*(2-s);
}},circular:{style:"cubic-bezier(0.1, 0.57, 0.1, 1)",fn:function(s){return f.sqrt(1-(--s*s));
}},back:{style:"cubic-bezier(0.175, 0.885, 0.32, 1.275)",fn:function(t){var s=4;
return(t=t-1)*t*((s+1)*t+s)+1;}},bounce:{style:"",fn:function(s){if((s/=1)<(1/2.75)){return 7.5625*s*s;
}else{if(s<(2/2.75)){return 7.5625*(s-=(1.5/2.75))*s+0.75;}else{if(s<(2.5/2.75)){return 7.5625*(s-=(2.25/2.75))*s+0.9375;
}else{return 7.5625*(s-=(2.625/2.75))*s+0.984375;}}}}},elastic:{style:"",fn:function(s){var t=0.22,u=0.4;
if(s===0){return 0;}if(s==1){return 1;}return(u*f.pow(2,-10*s)*f.sin((s-t/4)*(2*f.PI)/t)+1);
}}});p.tap=function(u,s){var t=a.createEvent("Event");t.initEvent(s,true,true);
t.pageX=u.pageX;t.pageY=u.pageY;u.target.dispatchEvent(t);};p.click=function(u){var t=u.target,s;
if(!(/(SELECT|INPUT|TEXTAREA)/i).test(t.tagName)){s=a.createEvent("MouseEvents");
s.initMouseEvent("click",true,true,u.view,1,t.screenX,t.screenY,t.clientX,t.clientY,u.ctrlKey,u.altKey,u.shiftKey,u.metaKey,0,null);
s._constructed=true;t.dispatchEvent(s);}};return p;})();function h(n,k){this.wrapper=typeof n=="string"?a.querySelector(n):n;
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 l in k){this.options[l]=k[l];}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(k){if(k.target!=this.scroller||!this.isInTransition){return;
}this._transitionTime();if(!this.resetPosition(this.options.bounceTime)){this.isInTransition=false;
this._execEvent("scrollEnd");}},_start:function(l){if(c.eventType[l.type]!=1){if(l.button!==0){return;
}}if(!this.enabled||(this.initiated&&c.eventType[l.type]!==this.initiated)){return;
}if(this.options.preventDefault&&!c.isBadAndroid&&!c.preventDefaultException(l.target,this.options.preventDefaultException)){l.preventDefault();
}var k=l.touches?l.touches[0]:l,n;this.initiated=c.eventType[l.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;
n=this.getComputedPosition();this._translate(f.round(n.x),f.round(n.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=k.pageX;this.pointY=k.pageY;this._execEvent("beforeScrollStart");
},_move:function(q){if(!this.enabled||c.eventType[q.type]!==this.initiated){return;
}if(this.options.preventDefault){q.preventDefault();}var t=q.touches?q.touches[0]:q,n=t.pageX-this.pointX,l=t.pageY-this.pointY,s=c.getTime(),k,u,p,o;
this.pointX=t.pageX;this.pointY=t.pageY;this.distX+=n;this.distY+=l;p=f.abs(this.distX);
o=f.abs(this.distY);if(s-this.endTime>300&&(p<10&&o<10)){return;}if(!this.directionLocked&&!this.options.freeScroll){if(p>o+this.options.directionLockThreshold){this.directionLocked="h";
}else{if(o>=p+this.options.directionLockThreshold){this.directionLocked="v";
}else{this.directionLocked="n";}}}if(this.directionLocked=="h"){if(this.options.eventPassthrough=="vertical"){q.preventDefault();
}else{if(this.options.eventPassthrough=="horizontal"){this.initiated=false;
return;}}l=0;}else{if(this.directionLocked=="v"){if(this.options.eventPassthrough=="horizontal"){q.preventDefault();
}else{if(this.options.eventPassthrough=="vertical"){this.initiated=false;
return;}}n=0;}}n=this.hasHorizontalScroll?n:0;l=this.hasVerticalScroll?l:0;
k=this.x+n;u=this.y+l;if(k>0||k<this.maxScrollX){k=this.options.bounce?this.x+n/3:k>0?0:this.maxScrollX;
}if(u>0||u<this.maxScrollY){u=this.options.bounce?this.y+l/3:u>0?0:this.maxScrollY;
}this.directionX=n>0?-1:n<0?1:0;this.directionY=l>0?-1:l<0?1:0;if(!this.moved){this._execEvent("scrollStart");
}this.moved=true;this._translate(k,u);if(s-this.startTime>300){this.startTime=s;
this.startX=this.x;this.startY=this.y;}},_end:function(s){if(!this.enabled||c.eventType[s.type]!==this.initiated){return;
}if(this.options.preventDefault&&!c.preventDefaultException(s.target,this.options.preventDefaultException)){s.preventDefault();
}var u=s.changedTouches?s.changedTouches[0]:s,n,l,q=c.getTime()-this.startTime,k=f.round(this.x),x=f.round(this.y),w=f.abs(k-this.startX),v=f.abs(x-this.startY),o=0,t="";
this.isInTransition=0;this.initiated=0;this.endTime=c.getTime();if(this.resetPosition(this.options.bounceTime)){return;
}this.scrollTo(k,x);if(!this.moved){if(this.options.tap){c.tap(s,this.options.tap);
}if(this.options.click){c.click(s);}this._execEvent("scrollCancel");return;
}if(this._events.flick&&q<200&&w<100&&v<100){this._execEvent("flick");return;
}if(this.options.momentum&&q<300){n=this.hasHorizontalScroll?c.momentum(this.x,this.startX,q,this.maxScrollX,this.options.bounce?this.wrapperWidth:0,this.options.deceleration):{destination:k,duration:0};
l=this.hasVerticalScroll?c.momentum(this.y,this.startY,q,this.maxScrollY,this.options.bounce?this.wrapperHeight:0,this.options.deceleration):{destination:x,duration:0};
k=n.destination;x=l.destination;o=f.max(n.duration,l.duration);this.isInTransition=1;
}if(this.options.snap){var p=this._nearestSnap(k,x);this.currentPage=p;
o=this.options.snapSpeed||f.max(f.max(f.min(f.abs(k-p.x),1000),f.min(f.abs(x-p.y),1000)),300);
k=p.x;x=p.y;this.directionX=0;this.directionY=0;t=this.options.bounceEasing;
}if(k!=this.x||x!=this.y){if(k>0||k<this.maxScrollX||x>0||x<this.maxScrollY){t=c.ease.quadratic;
}this.scrollTo(k,x,o,t);return;}this._execEvent("scrollEnd");},_resize:function(){var k=this;
clearTimeout(this.resizeTimeout);this.resizeTimeout=setTimeout(function(){k.refresh();
},this.options.resizePolling);},resetPosition:function(l){var k=this.x,n=this.y;
l=l||0;if(!this.hasHorizontalScroll||this.x>0){k=0;}else{if(this.x<this.maxScrollX){k=this.maxScrollX;
}}if(!this.hasVerticalScroll||this.y>0){n=0;}else{if(this.y<this.maxScrollY){n=this.maxScrollY;
}}if(k==this.x&&n==this.y){return false;}this.scrollTo(k,n,l,this.options.bounceEasing);
return true;},disable:function(){this.enabled=false;},enable:function(){this.enabled=true;
},refresh:function(){var k=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(l,k){if(!this._events[l]){this._events[l]=[];
}this._events[l].push(k);},off:function(n,l){if(!this._events[n]){return;
}var k=this._events[n].indexOf(l);if(k>-1){this._events[n].splice(k,1);
}},_execEvent:function(o){if(!this._events[o]){return;}var n=0,k=this._events[o].length;
if(!k){return;}for(;n<k;n++){this._events[o][n].apply(this,[].slice.call(arguments,1));
}},scrollBy:function(k,o,l,n){k=this.x+k;o=this.y+o;l=l||0;this.scrollTo(k,o,l,n);
},scrollTo:function(k,o,l,n){n=n||c.ease.circular;this.isInTransition=this.options.useTransition&&l>0;
if(!l||(this.options.useTransition&&n.style)){this._transitionTimingFunction(n.style);
this._transitionTime(l);this._translate(k,o);}else{this._animate(k,o,l,n.fn);
}},scrollToElement:function(l,n,k,q,p){l=l.nodeType?l:this.scroller.querySelector(l);
if(!l){return;}var o=c.offset(l);o.left-=this.wrapperOffset.left;o.top-=this.wrapperOffset.top;
if(k===true){k=f.round(l.offsetWidth/2-this.wrapper.offsetWidth/2);}if(q===true){q=f.round(l.offsetHeight/2-this.wrapper.offsetHeight/2);
}o.left-=k||0;o.top-=q||0;o.left=o.left>0?0:o.left<this.maxScrollX?this.maxScrollX:o.left;
o.top=o.top>0?0:o.top<this.maxScrollY?this.maxScrollY:o.top;n=n===undefined||n===null||n==="auto"?f.max(f.abs(this.x-o.left),f.abs(this.y-o.top)):n;
this.scrollTo(o.left,o.top,n,p);},_transitionTime:function(l){l=l||0;this.scrollerStyle[c.style.transitionDuration]=l+"ms";
if(!l&&c.isBadAndroid){this.scrollerStyle[c.style.transitionDuration]="0.001s";
}if(this.indicators){for(var k=this.indicators.length;k--;){this.indicators[k].transitionTime(l);
}}},_transitionTimingFunction:function(l){this.scrollerStyle[c.style.transitionTimingFunction]=l;
if(this.indicators){for(var k=this.indicators.length;k--;){this.indicators[k].transitionTimingFunction(l);
}}},_translate:function(k,n){if(this.options.useTransform){this.scrollerStyle[c.style.transform]="translate("+k+"px,"+n+"px)"+this.translateZ;
}else{k=f.round(k);n=f.round(n);this.scrollerStyle.left=k+"px";this.scrollerStyle.top=n+"px";
}this.x=k;this.y=n;if(this.indicators){for(var l=this.indicators.length;
l--;){this.indicators[l].updatePosition();}}},_initEvents:function(k){var l=k?c.removeEvent:c.addEvent,n=this.options.bindToWrapper?this.wrapper:g;
l(g,"orientationchange",this);l(g,"resize",this);if(this.options.click){l(this.wrapper,"click",this,true);
}if(!this.options.disableMouse){l(this.wrapper,"mousedown",this);l(n,"mousemove",this);
l(n,"mousecancel",this);l(n,"mouseup",this);}if(c.hasPointer&&!this.options.disablePointer){l(this.wrapper,"MSPointerDown",this);
l(n,"MSPointerMove",this);l(n,"MSPointerCancel",this);l(n,"MSPointerUp",this);
}if(c.hasTouch&&!this.options.disableTouch){l(this.wrapper,"touchstart",this);
l(n,"touchmove",this);l(n,"touchcancel",this);l(n,"touchend",this);}l(this.scroller,"transitionend",this);
l(this.scroller,"webkitTransitionEnd",this);l(this.scroller,"oTransitionEnd",this);
l(this.scroller,"MSTransitionEnd",this);},getComputedPosition:function(){var l=g.getComputedStyle(this.scroller,null),k,n;
if(this.options.useTransform){l=l[c.style.transform].split(")")[0].split(", ");
k=+(l[12]||l[4]);n=+(l[13]||l[5]);}else{k=+l.left.replace(/[^-\d.]/g,"");
n=+l.top.replace(/[^-\d.]/g,"");}return{x:k,y:n};},_initIndicators:function(){var n=this.options.interactiveScrollbars,p=typeof this.options.scrollbars!="string",s=[],l;
var q=this;this.indicators=[];if(this.options.scrollbars){if(this.options.scrollY){l={el:d("v",n,this.options.scrollbars),interactive:n,defaultScrollbars:true,customStyle:p,resize:this.options.resizeScrollbars,shrink:this.options.shrinkScrollbars,fade:this.options.fadeScrollbars,listenX:false};
this.wrapper.appendChild(l.el);s.push(l);}if(this.options.scrollX){l={el:d("h",n,this.options.scrollbars),interactive:n,defaultScrollbars:true,customStyle:p,resize:this.options.resizeScrollbars,shrink:this.options.shrinkScrollbars,fade:this.options.fadeScrollbars,listenY:false};
this.wrapper.appendChild(l.el);s.push(l);}}if(this.options.indicators){s=s.concat(this.options.indicators);
}for(var o=s.length;o--;){this.indicators.push(new b(this,s[o]));}function k(u){for(var t=q.indicators.length;
t--;){u.call(q.indicators[t]);}}if(this.options.fadeScrollbars){this.on("scrollEnd",function(){k(function(){this.fade();
});});this.on("scrollCancel",function(){k(function(){this.fade();});});
this.on("scrollStart",function(){k(function(){this.fade(1);});});this.on("beforeScrollStart",function(){k(function(){this.fade(1,true);
});});}this.on("refresh",function(){k(function(){this.refresh();});});this.on("destroy",function(){k(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(p){if(!this.enabled){return;
}p.preventDefault();p.stopPropagation();var n,l,q,o,k=this;if(this.wheelTimeout===undefined){k._execEvent("scrollStart");
}clearTimeout(this.wheelTimeout);this.wheelTimeout=setTimeout(function(){k._execEvent("scrollEnd");
k.wheelTimeout=undefined;},400);if("deltaX" in p){n=-p.deltaX;l=-p.deltaY;
}else{if("wheelDeltaX" in p){n=p.wheelDeltaX/120*this.options.mouseWheelSpeed;
l=p.wheelDeltaY/120*this.options.mouseWheelSpeed;}else{if("wheelDelta" in p){n=l=p.wheelDelta/120*this.options.mouseWheelSpeed;
}else{if("detail" in p){n=l=-p.detail/3*this.options.mouseWheelSpeed;}else{return;
}}}}n*=this.options.invertWheelDirection;l*=this.options.invertWheelDirection;
if(!this.hasVerticalScroll){n=l;l=0;}if(this.options.snap){q=this.currentPage.pageX;
o=this.currentPage.pageY;if(n>0){q--;}else{if(n<0){q++;}}if(l>0){o--;}else{if(l<0){o++;
}}this.goToPage(q,o);return;}q=this.x+f.round(this.hasHorizontalScroll?n:0);
o=this.y+f.round(this.hasVerticalScroll?l:0);if(q>0){q=0;}else{if(q<this.maxScrollX){q=this.maxScrollX;
}}if(o>0){o=0;}else{if(o<this.maxScrollY){o=this.maxScrollY;}}this.scrollTo(q,o,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 u=0,s,p=0,o,t,q,w=0,v,A=this.options.snapStepX||this.wrapperWidth,z=this.options.snapStepY||this.wrapperHeight,k;
this.pages=[];if(!this.wrapperWidth||!this.wrapperHeight||!this.scrollerWidth||!this.scrollerHeight){return;
}if(this.options.snap===true){t=f.round(A/2);q=f.round(z/2);while(w>-this.scrollerWidth){this.pages[u]=[];
s=0;v=0;while(v>-this.scrollerHeight){this.pages[u][s]={x:f.max(w,this.maxScrollX),y:f.max(v,this.maxScrollY),width:A,height:z,cx:w-t,cy:v-q};
v-=z;s++;}w-=A;u++;}}else{k=this.options.snap;s=k.length;o=-1;for(;u<s;
u++){if(u===0||k[u].offsetLeft<=k[u-1].offsetLeft){p=0;o++;}if(!this.pages[p]){this.pages[p]=[];
}w=f.max(-k[u].offsetLeft,this.maxScrollX);v=f.max(-k[u].offsetTop,this.maxScrollY);
t=w-f.round(k[u].offsetWidth/2);q=v-f.round(k[u].offsetHeight/2);this.pages[p][o]={x:w,y:v,width:k[u].offsetWidth,height:k[u].offsetHeight,cx:t,cy:q};
if(w>this.maxScrollX){p++;}}}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 k=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,k);
});},_nearestSnap:function(n,q){if(!this.pages.length){return{x:0,y:0,pageX:0,pageY:0};
}var p=0,o=this.pages.length,k=0;if(f.abs(n-this.absStartX)<this.snapThresholdX&&f.abs(q-this.absStartY)<this.snapThresholdY){return this.currentPage;
}if(n>0){n=0;}else{if(n<this.maxScrollX){n=this.maxScrollX;}}if(q>0){q=0;
}else{if(q<this.maxScrollY){q=this.maxScrollY;}}for(;p<o;p++){if(n>=this.pages[p][0].cx){n=this.pages[p][0].x;
break;}}o=this.pages[p].length;for(;k<o;k++){if(q>=this.pages[0][k].cy){q=this.pages[0][k].y;
break;}}if(p==this.currentPage.pageX){p+=this.directionX;if(p<0){p=0;}else{if(p>=this.pages.length){p=this.pages.length-1;
}}n=this.pages[p][0].x;}if(k==this.currentPage.pageY){k+=this.directionY;
if(k<0){k=0;}else{if(k>=this.pages[0].length){k=this.pages[0].length-1;
}}q=this.pages[0][k].y;}return{x:n,y:q,pageX:p,pageY:k};},goToPage:function(k,q,l,p){p=p||this.options.bounceEasing;
if(k>=this.pages.length){k=this.pages.length-1;}else{if(k<0){k=0;}}if(q>=this.pages[k].length){q=this.pages[k].length-1;
}else{if(q<0){q=0;}}var o=this.pages[k][q].x,n=this.pages[k][q].y;l=l===undefined?this.options.snapSpeed||f.max(f.max(f.min(f.abs(o-this.x),1000),f.min(f.abs(n-this.y),1000)),300):l;
this.currentPage={x:o,y:n,pageX:k,pageY:q};this.scrollTo(o,n,l,p);},next:function(l,o){var k=this.currentPage.pageX,n=this.currentPage.pageY;
k++;if(k>=this.pages.length&&this.hasVerticalScroll){k=0;n++;}this.goToPage(k,n,l,o);
},prev:function(l,o){var k=this.currentPage.pageX,n=this.currentPage.pageY;
k--;if(k<0&&this.hasVerticalScroll){k=0;n--;}this.goToPage(k,n,l,o);},_initKeys:function(n){var l={pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40};
var k;if(typeof this.options.keyBindings=="object"){for(k in this.options.keyBindings){if(typeof this.options.keyBindings[k]=="string"){this.options.keyBindings[k]=this.options.keyBindings[k].toUpperCase().charCodeAt(0);
}}}else{this.options.keyBindings={};}for(k in l){this.options.keyBindings[k]=this.options.keyBindings[k]||l[k];
}c.addEvent(g,"keydown",this);this.on("destroy",function(){c.removeEvent(g,"keydown",this);
});},_key:function(q){if(!this.enabled){return;}var k=this.options.snap,s=k?this.currentPage.pageX:this.x,p=k?this.currentPage.pageY:this.y,n=c.getTime(),l=this.keyTime||0,o=0.25,t;
if(this.options.useTransition&&this.isInTransition){t=this.getComputedPosition();
this._translate(f.round(t.x),f.round(t.y));this.isInTransition=false;}this.keyAcceleration=n-l<200?f.min(this.keyAcceleration+o,50):0;
switch(q.keyCode){case this.options.keyBindings.pageUp:if(this.hasHorizontalScroll&&!this.hasVerticalScroll){s+=k?1:this.wrapperWidth;
}else{p+=k?1:this.wrapperHeight;}break;case this.options.keyBindings.pageDown:if(this.hasHorizontalScroll&&!this.hasVerticalScroll){s-=k?1:this.wrapperWidth;
}else{p-=k?1:this.wrapperHeight;}break;case this.options.keyBindings.end:s=k?this.pages.length-1:this.maxScrollX;
p=k?this.pages[0].length-1:this.maxScrollY;break;case this.options.keyBindings.home:s=0;
p=0;break;case this.options.keyBindings.left:s+=k?-1:5+this.keyAcceleration>>0;
break;case this.options.keyBindings.up:p+=k?1:5+this.keyAcceleration>>0;
break;case this.options.keyBindings.right:s-=k?-1:5+this.keyAcceleration>>0;
break;case this.options.keyBindings.down:p-=k?1:5+this.keyAcceleration>>0;
break;default:return;}if(k){this.goToPage(s,p);return;}if(s>0){s=0;this.keyAcceleration=0;
}else{if(s<this.maxScrollX){s=this.maxScrollX;this.keyAcceleration=0;}}if(p>0){p=0;
this.keyAcceleration=0;}else{if(p<this.maxScrollY){p=this.maxScrollY;this.keyAcceleration=0;
}}this.scrollTo(s,p,0);this.keyTime=n;},_animate:function(v,u,o,k){var s=this,q=this.x,p=this.y,l=c.getTime(),t=l+o;
function n(){var w=c.getTime(),y,x,z;if(w>=t){s.isAnimating=false;s._translate(v,u);
if(!s.resetPosition(s.options.bounceTime)){s._execEvent("scrollEnd");}return;
}w=(w-l)/o;z=k(w);y=(v-q)*z+q;x=(u-p)*z+p;s._translate(y,x);if(s.isAnimating){j(n);
}}this.isAnimating=true;n();},handleEvent:function(k){switch(k.type){case"touchstart":case"MSPointerDown":case"mousedown":this._start(k);
break;case"touchmove":case"MSPointerMove":case"mousemove":this._move(k);
break;case"touchend":case"MSPointerUp":case"mouseup":case"touchcancel":case"MSPointerCancel":case"mousecancel":this._end(k);
break;case"orientationchange":case"resize":this._resize();break;case"transitionend":case"webkitTransitionEnd":case"oTransitionEnd":case"MSTransitionEnd":this._transitionEnd(k);
break;case"wheel":case"DOMMouseScroll":case"mousewheel":this._wheel(k);
break;case"keydown":this._key(k);break;case"click":if(!k._constructed){k.preventDefault();
k.stopPropagation();}break;}}};function d(o,l,n){var p=a.createElement("div"),k=a.createElement("div");
if(n===true){p.style.cssText="position:absolute;z-index:9999";k.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";
}k.className="iScrollIndicator";if(o=="h"){if(n===true){p.style.cssText+=";height:7px;left:2px;right:2px;bottom:0";
k.style.height="100%";}p.className="iScrollHorizontalScrollbar";}else{if(n===true){p.style.cssText+=";width:7px;bottom:2px;top:2px;right:1px";
k.style.width="100%";}p.className="iScrollVerticalScrollbar";}p.style.cssText+=";overflow:hidden";
if(!l){p.style.pointerEvents="none";}p.appendChild(k);return p;}function b(k,l){this.wrapper=typeof l.el=="string"?a.querySelector(l.el):l.el;
this.wrapperStyle=this.wrapper.style;this.indicator=this.wrapper.children[0];
this.indicatorStyle=this.indicator.style;this.scroller=k;this.options={listenX:true,listenY:true,interactive:false,resize:true,defaultScrollbars:false,shrink:false,fade:false,speedRatioX:0,speedRatioY:0};
for(var n in l){this.options[n]=l[n];}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(k){switch(k.type){case"touchstart":case"MSPointerDown":case"mousedown":this._start(k);
break;case"touchmove":case"MSPointerMove":case"mousemove":this._move(k);
break;case"touchend":case"MSPointerUp":case"mouseup":case"touchcancel":case"MSPointerCancel":case"mousecancel":this._end(k);
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(l){var k=l.touches?l.touches[0]:l;l.preventDefault();
l.stopPropagation();this.transitionTime();this.initiated=true;this.moved=false;
this.lastPointX=k.pageX;this.lastPointY=k.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(q){var l=q.touches?q.touches[0]:q,n,k,s,p,o=c.getTime();
if(!this.moved){this.scroller._execEvent("scrollStart");}this.moved=true;
n=l.pageX-this.lastPointX;this.lastPointX=l.pageX;k=l.pageY-this.lastPointY;
this.lastPointY=l.pageY;s=this.x+n;p=this.y+k;this._pos(s,p);q.preventDefault();
q.stopPropagation();},_end:function(n){if(!this.initiated){return;}this.initiated=false;
n.preventDefault();n.stopPropagation();c.removeEvent(g,"touchmove",this);
c.removeEvent(g,"MSPointerMove",this);c.removeEvent(g,"mousemove",this);
if(this.scroller.options.snap){var k=this.scroller._nearestSnap(this.scroller.x,this.scroller.y);
var l=this.options.snapSpeed||f.max(f.max(f.min(f.abs(this.scroller.x-k.x),1000),f.min(f.abs(this.scroller.y-k.y),1000)),300);
if(this.scroller.x!=k.x||this.scroller.y!=k.y){this.scroller.directionX=0;
this.scroller.directionY=0;this.scroller.currentPage=k;this.scroller.scrollTo(k.x,k.y,l,this.scroller.options.bounceEasing);
}}if(this.moved){this.scroller._execEvent("scrollEnd");}},transitionTime:function(k){k=k||0;
this.indicatorStyle[c.style.transitionDuration]=k+"ms";if(!k&&c.isBadAndroid){this.indicatorStyle[c.style.transitionDuration]="0.001s";
}},transitionTimingFunction:function(k){this.indicatorStyle[c.style.transitionTimingFunction]=k;
},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 k=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 k=this.options.listenX&&f.round(this.sizeRatioX*this.scroller.x)||0,l=this.options.listenY&&f.round(this.sizeRatioY*this.scroller.y)||0;
if(!this.options.ignoreBoundaries){if(k<this.minBoundaryX){if(this.options.shrink=="scale"){this.width=f.max(this.indicatorWidth+k,8);
this.indicatorStyle.width=this.width+"px";}k=this.minBoundaryX;}else{if(k>this.maxBoundaryX){if(this.options.shrink=="scale"){this.width=f.max(this.indicatorWidth-(k-this.maxPosX),8);
this.indicatorStyle.width=this.width+"px";k=this.maxPosX+this.indicatorWidth-this.width;
}else{k=this.maxBoundaryX;}}else{if(this.options.shrink=="scale"&&this.width!=this.indicatorWidth){this.width=this.indicatorWidth;
this.indicatorStyle.width=this.width+"px";}}}if(l<this.minBoundaryY){if(this.options.shrink=="scale"){this.height=f.max(this.indicatorHeight+l*3,8);
this.indicatorStyle.height=this.height+"px";}l=this.minBoundaryY;}else{if(l>this.maxBoundaryY){if(this.options.shrink=="scale"){this.height=f.max(this.indicatorHeight-(l-this.maxPosY)*3,8);
this.indicatorStyle.height=this.height+"px";l=this.maxPosY+this.indicatorHeight-this.height;
}else{l=this.maxBoundaryY;}}else{if(this.options.shrink=="scale"&&this.height!=this.indicatorHeight){this.height=this.indicatorHeight;
this.indicatorStyle.height=this.height+"px";}}}}this.x=k;this.y=l;if(this.scroller.options.useTransform){this.indicatorStyle[c.style.transform]="translate("+k+"px,"+l+"px)"+this.scroller.translateZ;
}else{this.indicatorStyle.left=k+"px";this.indicatorStyle.top=l+"px";}},_pos:function(k,l){if(k<0){k=0;
}else{if(k>this.maxPosX){k=this.maxPosX;}}if(l<0){l=0;}else{if(l>this.maxPosY){l=this.maxPosY;
}}k=this.options.listenX?f.round(k/this.sizeRatioX):this.scroller.x;l=this.options.listenY?f.round(l/this.sizeRatioY):this.scroller.y;
this.scroller.scrollTo(k,l);},fade:function(o,n){if(n&&!this.visible){return;
}clearTimeout(this.fadeTimeout);this.fadeTimeout=null;var l=o?250:500,k=o?0:300;
o=o?"1":"0";this.wrapperStyle[c.style.transitionDuration]=l+"ms";this.fadeTimeout=setTimeout((function(p){this.wrapperStyle.opacity=p;
this.visible=+p;}).bind(this,o),k);}};h.utils=c;if(typeof module!="undefined"&&module.exports){module.exports=h;
}else{g.IScroll=h;}})(window,document,Math);
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(w,t,k){var H={};
w.migrateWarnings=[];w.migrateMute=true;if(!w.migrateMute&&t.console&&console.log){console.log("JQMIGRATE: Logging is active");
}if(w.migrateTrace===k){w.migrateTrace=true;}w.migrateReset=function(){H={};
w.migrateWarnings.length=0;};function j(K){if(!H[K]){H[K]=true;w.migrateWarnings.push(K);
if(t.console&&console.warn&&!w.migrateMute){console.warn("JQMIGRATE: "+K);
if(w.migrateTrace&&console.trace){console.trace();}}}}function a(M,O,L,N){if(Object.defineProperty){try{Object.defineProperty(M,O,{configurable:true,enumerable:true,get:function(){j(N);
return L;},set:function(P){j(N);L=P;}});return;}catch(K){}}w._definePropertyBroken=true;
M[O]=L;}if(document.compatMode==="BackCompat"){j("jQuery is not compatible with Quirks Mode");
}var g={},B=w.attr,A=w.attrHooks.value&&w.attrHooks.value.get||function(){return null;
},l=w.attrHooks.value&&w.attrHooks.value.set||function(){return k;},x=/^(?:input|button)$/i,C=/^[238]$/,F=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,n=/^(?:checked|selected)$/i;
a(w,"attrFn",g,"jQuery.attrFn is deprecated");w.attr=function(O,M,P,N){var L=M.toLowerCase(),K=O&&O.nodeType;
if(N&&B.length<4){j("jQuery.fn.attr( props, pass ) is deprecated");if(O&&!C.test(K)&&w.isFunction(w.fn[M])){return w(O)[M](P);
}}if(M==="type"&&P!==k&&x.test(O.nodeName)&&O.parentNode){j("Can't change the 'type' of an input or button in IE 6/7/8");
}if(!w.attrHooks[L]&&F.test(L)){w.attrHooks[L]={get:function(R,Q){var T,S=w.prop(R,Q);
return S===true||typeof S!=="boolean"&&(T=R.getAttributeNode(Q))&&T.nodeValue!==false?Q.toLowerCase():k;
},set:function(R,T,Q){var S;if(T===false){w.removeAttr(R,Q);}else{S=w.propFix[Q]||Q;
if(S in R){R[S]=true;}R.setAttribute(Q,Q.toLowerCase());}return Q;}};if(n.test(L)){j("jQuery.fn.attr('"+L+"') may use property instead of attribute");
}}return B.call(w,O,M,P);};w.attrHooks.value={get:function(L,K){var M=(L.nodeName||"").toLowerCase();
if(M==="button"){return A.apply(this,arguments);}if(M!=="input"&&M!=="option"){j("jQuery.fn.attr('value') no longer gets properties");
}return K in L?L.value:null;},set:function(K,L){var M=(K.nodeName||"").toLowerCase();
if(M==="button"){return l.apply(this,arguments);}if(M!=="input"&&M!=="option"){j("jQuery.fn.attr('value', val) no longer sets properties");
}K.value=L;}};var u,I,D=w.fn.init,E=w.parseJSON,z=/^(?:[^<]*(<[\w\W]+>)[^>]*|#([\w\-]*))$/;
w.fn.init=function(K,N,M){var L;if(K&&typeof K==="string"&&!w.isPlainObject(N)&&(L=z.exec(K))&&L[1]){if(K.charAt(0)!=="<"){j("$(html) HTML strings must start with '<' character");
}if(N&&N.context){N=N.context;}if(w.parseHTML){return D.call(this,w.parseHTML(w.trim(K),N,true),N,M);
}}return D.apply(this,arguments);};w.fn.init.prototype=w.fn;w.parseJSON=function(K){if(!K&&K!==null){j("jQuery.parseJSON requires a valid JSON string");
return null;}return E.apply(this,arguments);};w.uaMatch=function(L){L=L.toLowerCase();
var K=/(chrome)[ \/]([\w.]+)/.exec(L)||/(webkit)[ \/]([\w.]+)/.exec(L)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(L)||/(msie) ([\w.]+)/.exec(L)||L.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(L)||[];
return{browser:K[1]||"",version:K[2]||"0"};};u=w.uaMatch(navigator.userAgent);
I={};if(u.browser){I[u.browser]=true;I.version=u.version;}if(I.chrome){I.webkit=true;
}else{if(I.webkit){I.safari=true;}}w.browser=I;a(w,"browser",I,"jQuery.browser is deprecated");
w.sub=function(){function K(N,O){return new K.fn.init(N,O);}w.extend(true,K,this);
K.superclass=this;K.fn=K.prototype=this();K.fn.constructor=K;K.sub=this.sub;
K.fn.init=function M(N,O){if(O&&O instanceof w&&!(O instanceof K)){O=K(O);
}return w.fn.init.call(this,N,O,L);};K.fn.init.prototype=K.fn;var L=K(document);
j("jQuery.sub() is deprecated");return K;};var q=w.fn.data;w.fn.data=function(M){var L,K,N=this[0];
if(N&&M==="events"&&arguments.length===1){L=w.data(N,M);K=w._data(N,M);
if((L===k||L===K)&&K!==k){j("Use of jQuery.fn.data('events') is deprecated");
return K;}}return q.apply(this,arguments);};var s=/\/(java|ecma)script/i,y=w.fn.andSelf||w.fn.addBack;
w.fn.andSelf=function(){j("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()");
return y.apply(this,arguments);};if(!w.clean){w.clean=function(K,L,R,N){L=L||document;
L=!L.nodeType&&L[0]||L;L=L.ownerDocument||L;j("jQuery.clean() is deprecated");
var O,M,P,S,Q=[];w.merge(Q,w.buildFragment(K,L).childNodes);if(R){P=function(T){if(!T.type||s.test(T.type)){return N?N.push(T.parentNode?T.parentNode.removeChild(T):T):R.appendChild(T);
}};for(O=0;(M=Q[O])!=null;O++){if(!(w.nodeName(M,"script")&&P(M))){R.appendChild(M);
if(typeof M.getElementsByTagName!=="undefined"){S=w.grep(w.merge([],M.getElementsByTagName("script")),P);
Q.splice.apply(Q,[O+1,0].concat(S));O+=S.length;}}}}return Q;};}var c=w.event.add,b=w.event.remove,h=w.event.trigger,v=w.fn.toggle,d=w.fn.live,p=w.fn.die,G="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",f=new RegExp("\\b(?:"+G+")\\b"),J=/(?:^|\s)hover(\.\S+|)\b/,o=function(K){if(typeof(K)!="string"||w.event.special.hover){return K;
}if(J.test(K)){j("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'");
}return K&&K.replace(J,"mouseenter$1 mouseleave$1");};if(w.event.props&&w.event.props[0]!=="attrChange"){w.event.props.unshift("attrChange","attrName","relatedNode","srcElement");
}if(w.event.dispatch){a(w.event,"handle",w.event.dispatch,"jQuery.event.handle is undocumented and deprecated");
}w.event.add=function(N,L,M,O,K){if(N!==document&&f.test(L)){j("AJAX events should be attached to document: "+L);
}c.call(this,N,o(L||""),M,O,K);};w.event.remove=function(O,M,N,K,L){b.call(this,O,o(M)||"",N,K,L);
};w.fn.error=function(){var K=Array.prototype.slice.call(arguments,0);j("jQuery.fn.error() is deprecated");
K.splice(0,0,"error");if(arguments.length){return this.bind.apply(this,K);
}this.triggerHandler.apply(this,K);return this;};w.fn.toggle=function(O,M){if(!w.isFunction(O)||!w.isFunction(M)){return v.apply(this,arguments);
}j("jQuery.fn.toggle(handler, handler...) is deprecated");var L=arguments,K=O.guid||w.guid++,N=0,P=function(Q){var R=(w._data(this,"lastToggle"+O.guid)||0)%N;
w._data(this,"lastToggle"+O.guid,R+1);Q.preventDefault();return L[R].apply(this,arguments)||false;
};P.guid=K;while(N<L.length){L[N++].guid=K;}return this.click(P);};w.fn.live=function(K,M,L){j("jQuery.fn.live() is deprecated");
if(d){return d.apply(this,arguments);}w(this.context).on(K,this.selector,M,L);
return this;};w.fn.die=function(K,L){j("jQuery.fn.die() is deprecated");
if(p){return p.apply(this,arguments);}w(this.context).off(K,this.selector||"**",L);
return this;};w.event.trigger=function(M,N,L,K){if(!L&!f.test(M)){j("Global events are undocumented and deprecated");
}return h.call(this,M,N,L||document,K);};w.each(G.split("|"),function(L,K){w.event.special[K]={setup:function(){var M=this;
if(M!==document){w.event.add(document,K+"."+w.guid,function(){w.event.trigger(K,null,M,true);
});w._data(this,K,w.guid++);}return false;},teardown:function(){if(this!==document){w.event.remove(document,K+"."+w._data(this,K));
}return false;}};});})(jQuery,window);
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j){return j?this.bind("mousewheel",j):this.trigger("mousewheel");
},unmousewheel:function(j){return this.unbind("mousewheel",j);}});function c(j){var k=j||window.event,q=[].slice.call(arguments,1),t=0,n=0,l=0,p=0,o=0,s;
j=f.event.fix(k);j.type="mousewheel";if(k.wheelDelta){t=k.wheelDelta;}if(k.detail){t=k.detail*-1;
}if(k.deltaY){l=k.deltaY*-1;t=l;}if(k.deltaX){n=k.deltaX;t=n*-1;}if(k.wheelDeltaY!==undefined){l=k.wheelDeltaY;
}if(k.wheelDeltaX!==undefined){n=k.wheelDeltaX*-1;}p=Math.abs(t);if(!g||p<g){g=p;
}o=Math.max(Math.abs(l),Math.abs(n));if(!a||o<a){a=o;}s=t>0?"floor":"ceil";
t=Math[s](t/g);n=Math[s](n/a);l=Math[s](l/a);q.unshift(j,t,n,l);return(f.event.dispatch||f.event.handle).apply(this,q);
}}));
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 l(g){"undefined"!==typeof console&&"undefined"!==typeof console.log?console.log(g):alert(g);
}function o(g,h){l(g+" ("+((new Date).getTime()-h.getTime())+"ms)");}function d(w,x,p){if(!x){return"";
}var h=w.config,s=h.textExtraction,v="",v="simple"===s?h.supportsTextContent?x.textContent:a(x).text():"function"===typeof s?s(x,w,p):"object"===typeof s&&s.hasOwnProperty(p)?s[p](x,w,p):h.supportsTextContent?x.textContent:a(x).text();
return a.trim(v);}function j(B){var C=B.config,G=C.$tbodies=C.$table.children("tbody:not(."+C.cssInfoBlock+")"),E,g,A,s,z,h,w="";
if(0===G.length){return C.debug?l("*Empty table!* Not building a parser cache"):"";
}G=G[0].rows;if(G[0]){E=[];g=G[0].cells.length;for(A=0;A<g;A++){s=C.$headers.filter(":not([colspan])");
s=s.add(C.$headers.filter('[colspan="1"]')).filter('[data-column="'+A+'"]:last');
z=C.headers[A];h=k.getParserById(k.getData(s,z,"sorter"));C.empties[A]=k.getData(s,z,"empty")||C.emptyTo||(C.emptyToBottom?"bottom":"top");
C.strings[A]=k.getData(s,z,"string")||C.stringTo||"max";if(!h){G:{s=B;z=G;
h=-1;for(var H=A,F=void 0,I=k.parsers.length,D=!1,p="",F=!0;""===p&&F;){h++,z[h]?(D=z[h].cells[H],p=d(s,D,H),s.config.debug&&l("Checking if value was empty on row "+h+", column: "+H+": "+p)):F=!1;
}for(F=1;F<I;F++){if(k.parsers[F].is&&k.parsers[F].is(p,s,D)){h=k.parsers[F];
break G;}}h=k.parsers[0];}}C.debug&&(w+="column:"+A+"; parser:"+h.id+"; string:"+C.strings[A]+"; empty: "+C.empties[A]+"\n");
E.push(h);}}C.debug&&l(w);return E;}function u(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?l("*Empty table!* Not building a cache"):"";
}E.debug&&(G=new Date);E.showProcessing&&k.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&&k.isProcessing(A);E.debug&&o("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=k.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]);}}}k.processTbody(F,B,!1);}}J.appender&&J.appender(F,v);
J.debug&&o("Rebuilt table",L);G||k.applyWidget(F);a(F).trigger("sortEnd",F);
}}function t(z){var A,s,p,w=z.config,x=w.sortList,y=[w.cssAsc,w.cssDesc],v=a(z).find("tfoot tr").children().removeClass(y.join(" "));
w.$headers.removeClass(y.join(" "));p=x.length;for(A=0;A<p;A++){if(2!==x[A][1]&&(z=w.$headers.not(".sorter-false").filter('[data-column="'+x[A][0]+'"]'+(1===p?":last":"")),z.length)){for(s=0;
s<z.length;s++){z[s].sortDisabled||(z.eq(s).addClass(y[x[A][1]]),v.length&&v.filter('[data-column="'+x[A][0]+'"]').eq(s).addClass(y[x[A][1]]));
}}}}function q(E){var F=0,H=E.config,G=H.sortList,B=G.length,C=E.tBodies.length,D,A,x,z,w,y,I,v,J;
if(!H.serverSideSorting&&H.cache[0]){H.debug&&(D=new Date);for(x=0;x<C;
x++){w=H.cache[x].colMax,J=(y=H.cache[x].normalized)&&y[0]?y[0].length-1:0,y.sort(function(h,p){for(A=0;
A<B;A++){z=G[A][0];v=G[A][1];I=/n/i.test(H.parsers&&H.parsers[z]?H.parsers[z].type||"":"")?"Numeric":"Text";
I+=0===v?"":"Desc";/Numeric/.test(I)&&H.strings[z]&&(F="boolean"===typeof H.string[H.strings[z]]?(0===v?1:-1)*(H.string[H.strings[z]]?-1:1):H.strings[z]?H.string[H.strings[z]]||0:0);
var g=a.tablesorter["sort"+I](E,h[z],p[z],z,w[z],F);if(g){return g;}}return h[J]-p[J];
});}H.debug&&o("Sorting on "+G.toString()+" and dir "+v+" time",D);}}function c(g,h){g.trigger("updateComplete");
"function"===typeof h&&h(g[0]);}function n(h,p,g){!1!==p?h.trigger("sorton",[h[0].config.sortList,function(){c(h,g);
}]):c(h,g);}var k=this;k.version="2.7.6";k.parsers=[];k.widgets=[];k.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:[]};
k.benchmark=o;k.construct=function(g){return this.each(function(){if(!this.tHead||0===this.tBodies.length||!0===this.hasInitialized){return this.config&&this.config.debug?l("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,k.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(x){ao=a(this);af=au.headers[x];
au.headerContent[x]=this.innerHTML;ae=au.headerTemplate.replace(/\{content\}/g,this.innerHTML).replace(/\{icon\}/g,p);
au.onRenderTemplate&&(aa=au.onRenderTemplate.apply(ao,[x,ae]))&&"string"===typeof aa&&(ae=aa);
this.innerHTML='<div class="tablesorter-header-inner">'+ae+"</div>";au.onRenderHeader&&au.onRenderHeader.apply(ao,[x]);
this.column=ar[this.parentNode.rowIndex+"-"+this.cellIndex];var w=k.getData(ao,af,"sortInitialOrder")||au.sortInitialOrder;
this.order=/^d/i.test(w)||1===w?[1,0,2]:[0,1,2];this.count=-1;"false"===k.getData(ao,af,"sorter")?(this.sortDisabled=!0,ao.addClass("sorter-false")):ao.removeClass("sorter-false");
this.lockedOrder=!1;aj=k.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[x]=this;
ao.parent().addClass(au.cssHeaderRow);});aE.config.debug&&(o("Built headers:",ai),l(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=j(aE);
aD.delayInit||u(aE);aD.$headers.find("*").andSelf().filter(aD.selectorSort).unbind("mousedown.tablesorter mouseup.tablesorter").bind("mousedown.tablesorter mouseup.tablesorter",function(y,x){var w=(this.tagName.match("TH|TD")?a(this):a(this).parents("th, td").filter(":last"))[0];
if(1!==(y.which||y.button)){return !1;}if("mousedown"===y.type){return an=(new Date).getTime(),"INPUT"===y.target.tagName?"":!aD.cancelSelection;
}if(!0!==x&&250<(new Date).getTime()-an){return !1;}aD.delayInit&&!aD.cache&&u(aE);
if(!w.sortDisabled){aC.trigger("sortStart",aE);az=!y[aD.sortMultiSortKey];
w.count=y[aD.sortResetKey]?2:(w.count+1)%(aD.sortReset?3:2);aD.sortRestart&&(ax=w,aD.$headers.each(function(){if(this!==ax&&(az||!a(this).is("."+aD.cssDesc+",."+aD.cssAsc))){this.count=-1;
}}));ax=w.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=w.order[w.count];
if(2>aA&&(aD.sortList.push([ax,aA]),1<w.colSpan)){for(aB=1;aB<w.colSpan;
aB++){aD.sortList.push([ax+aB,aA]);}}}else{if(aD.sortAppend&&1<aD.sortList.length&&k.isValueInArray(aD.sortAppend[0][0],aD.sortList)&&aD.sortList.pop(),k.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=w.order[w.count],2>aA&&(aD.sortList.push([ax,aA]),1<w.colSpan)){for(aB=1;
aB<w.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(){t(aE);q(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=[];
t(aE);q(aE);f(aE);}).bind("update updateRows",function(y,x,w){a(aD.selectorRemove,aE).remove();
aD.parsers=j(aE);u(aE);n(aC,x,w);}).bind("updateCell",function(D,B,z,C){var A,y,w;
A=aC.find("tbody");D=A.index(a(B).parents("tbody").filter(":last"));var x=a(B).parents("tr").filter(":last");
B=a(B)[0];A.length&&0<=D&&(y=A.eq(D).find("tr").index(x),w=B.cellIndex,A=aE.config.cache[D].normalized[y].length-1,aE.config.cache[D].row[aE.config.cache[D].normalized[y][A]]=x,aE.config.cache[D].normalized[y][w]=aD.parsers[w].format(d(aE,B,w),aE,B,w),n(aC,z,C));
}).bind("addRows",function(C,z,B,A){var w=z.filter("tr").length,y=[],x=z[0].cells.length,D=aC.find("tbody").index(z.closest("tbody"));
aD.parsers||(aD.parsers=j(aE));for(C=0;C<w;C++){for(aB=0;aB<x;aB++){y[aB]=aD.parsers[aB].format(d(aE,z[C].cells[aB],aB),aE,z[C].cells[aB],aB);
}y.push(aD.cache[D].row.length);aD.cache[D].row.push([z[C]]);aD.cache[D].normalized.push(y);
y=[];}n(aC,B,A);}).bind("sorton",function(w,D,B,z){aC.trigger("sortStart",this);
var C,A,y,x=aE.config;w=D||x.sortList;x.sortList=[];a.each(w,function(H,E){C=[parseInt(E[0],10),parseInt(E[1],10)];
if(y=x.headerList[C[0]]){x.sortList.push(C),A=a.inArray(C[1],y.order),y.count=0<=A?A:C[1]%(x.sortReset?3:2);
}});t(aE);q(aE);f(aE,z);"function"===typeof B&&B(aE);}).bind("appendCache",function(w,y,x){f(aE,x);
"function"===typeof y&&y(aE);}).bind("applyWidgetId",function(x,w){k.getWidgetById(w).format(aE,aD,aD.widgetOptions);
}).bind("applyWidgets",function(w,x){k.applyWidget(aE,x);}).bind("refreshWidgets",function(w,y,x){k.refreshWidgets(aE,y,x);
}).bind("destroy",function(w,y,x){k.destroy(aE,y,x);});aD.supportsDataObject&&"undefined"!==typeof aC.data().sortlist?aD.sortList=aC.data().sortlist:at&&(aC.metadata()&&aC.metadata().sortlist)&&(aD.sortList=aC.metadata().sortlist);
k.applyWidget(aE,!0);0<aD.sortList.length?aC.trigger("sorton",[aD.sortList,{},!aD.initWidgets]):aD.initWidgets&&k.applyWidget(aE);
aD.showProcessing&&aC.unbind("sortBegin sortEnd").bind("sortBegin sortEnd",function(w){k.isProcessing(aE,"sortBegin"===w.type);
});aE.hasInitialized=!0;aD.debug&&k.benchmark("Overall initialization time",a.data(aE,"startoveralltimer"));
aC.trigger("tablesorter-initialized",aE);"function"===typeof aD.initialized&&aD.initialized(aE);
});};k.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:k.isValueInArray(parseFloat(a(this).attr("data-column")),g.sortList);
})),p.addClass(g.cssProcessing)):p.removeClass(g.cssProcessing);};k.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();
};k.clearTableBody=function(g){g.config.$tbodies.empty();};k.destroy=function(y,z,s){if(y.hasInitialized){k.refreshWidgets(y,!0,!0);
var g=a(y),x=y.config,w=g.find("thead:first"),p=w.find("tr."+x.cssHeaderRow).removeClass(x.cssHeaderRow),v=g.find("tfoot:first > tr").children("th, td");
w.find("tr").not(p).remove();g.removeData("tablesorter").unbind("sortReset update updateCell addRows sorton appendCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave");
x.$headers.add(v).removeClass(x.cssHeader+" "+x.cssAsc+" "+x.cssDesc).removeAttr("data-column");
p.find(x.selectorSort).unbind("mousedown.tablesorter mouseup.tablesorter");
p.children().each(function(h){a(this).html(x.headerContent[h]);});!1!==z&&g.removeClass(x.tableClass+" tablesorter-"+x.theme);
y.hasInitialized=!1;"function"===typeof s&&s(y);}};k.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];
k.sortText=function(x,y,p,g){if(y===p){return 0;}var w=x.config,v=w.string[w.empties[g]||w.emptyTo],s=k.regex;
if(""===y&&0!==v){return"boolean"===typeof v?v?-1:1:-v||-1;}if(""===p&&0!==v){return"boolean"===typeof v?v?1:-1:v||1;
}if("function"===typeof w.textSorter){return w.textSorter(y,p,x,g);}x=y.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");
y=parseInt(y.match(s[2]),16)||1!==x.length&&y.match(s[1])&&Date.parse(y);
if(p=parseInt(p.match(s[2]),16)||y&&p.match(s[1])&&Date.parse(p)||null){if(y<p){return -1;
}if(y>p){return 1;}}w=Math.max(x.length,g.length);for(y=0;y<w;y++){p=isNaN(x[y])?x[y]||0:parseFloat(x[y])||0;
s=isNaN(g[y])?g[y]||0:parseFloat(g[y])||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;};k.sortTextDesc=function(v,w,h,g){if(w===h){return 0;}var s=v.config,p=s.string[s.empties[g]||s.emptyTo];
return""===w&&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,w,v,g):k.sortText(v,h,w);
};k.getTextValue=function(s,v,h){if(v){var g=s.length,p=v+h;for(v=0;v<g;
v++){p+=s.charCodeAt(v);}return h*p;}return 0;};k.sortNumeric=function(v,w,h,g,s,p){if(w===h){return 0;
}v=v.config;g=v.string[v.empties[g]||v.emptyTo];if(""===w&&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(w)&&(w=k.getTextValue(w,s,p));
isNaN(h)&&(h=k.getTextValue(h,s,p));return w-h;};k.sortNumericDesc=function(v,w,h,g,s,p){if(w===h){return 0;
}v=v.config;g=v.string[v.empties[g]||v.emptyTo];if(""===w&&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(w)&&(w=k.getTextValue(w,s,p));
isNaN(h)&&(h=k.getTextValue(h,s,p));return h-w;};k.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"};
k.replaceAccents=function(p){var s,h="[",g=k.characterEquivalents;if(!k.characterRegex){k.characterRegexArray={};
for(s in g){"string"===typeof s&&(h+=g[s],k.characterRegexArray[s]=RegExp("["+g[s]+"]","g"));
}k.characterRegex=RegExp(h+"]");}if(k.characterRegex.test(p)){for(s in g){"string"===typeof s&&(p=p.replace(k.characterRegexArray[s],s));
}}return p;};k.isValueInArray=function(p,s){var h,g=s.length;for(h=0;h<g;
h++){if(s[h][0]===p){return !0;}}return !1;};k.addParser=function(p){var s,h=k.parsers.length,g=!0;
for(s=0;s<h;s++){k.parsers[s].id.toLowerCase()===p.id.toLowerCase()&&(g=!1);
}g&&k.parsers.push(p);};k.getParserById=function(h){var p,g=k.parsers.length;
for(p=0;p<g;p++){if(k.parsers[p].id.toLowerCase()===h.toString().toLowerCase()){return k.parsers[p];
}}return !1;};k.addWidget=function(g){k.widgets.push(g);};k.getWidgetById=function(p){var s,h,g=k.widgets.length;
for(s=0;s<g;s++){if((h=k.widgets[s])&&h.hasOwnProperty("id")&&h.id.toLowerCase()===p.toLowerCase()){return h;
}}};k.applyWidget=function(x,y){var A=x.config,z=A.widgetOptions,w=A.widgets.sort().reverse(),v,s,p,g=w.length;
s=a.inArray("zebra",A.widgets);0<=s&&(A.widgets.splice(s,1),A.widgets.push("zebra"));
A.debug&&(v=new Date);for(s=0;s<g;s++){(p=k.getWidgetById(w[s]))&&(!0===y&&p.hasOwnProperty("init")?p.init(x,p,A,z):!y&&p.hasOwnProperty("format")&&p.format(x,A,z));
}A.debug&&o("Completed "+(!0===y?"initializing":"applying")+" widgets",v);
};k.refreshWidgets=function(y,z,v){var p,w=y.config,x=w.widgets,s=k.widgets,g=s.length;
for(p=0;p<g;p++){if(s[p]&&s[p].id&&(z||0>a.inArray(s[p].id,x))){w.debug&&l("Refeshing widgets: Removing "+s[p].id),s[p].hasOwnProperty("remove")&&s[p].remove(y,w,w.widgetOptions);
}}!0!==v&&k.applyWidget(y,z);};k.getData=function(v,w,h){var g="";v=a(v);
var s,p;if(!v.length){return"";}s=a.metadata?v.metadata():!1;p=" "+(v.attr("class")||"");
"undefined"!==typeof v.data(h)||"undefined"!==typeof v.data(h.toLowerCase())?g+=v.data(h)||v.data(h.toLowerCase()):s&&"undefined"!==typeof s[h]?g+=s[h]:w&&"undefined"!==typeof w[h]?g+=w[h]:" "!==p&&p.match(" "+h+"-")&&(g=p.match(RegExp(" "+h+"-(\\w+)"))[1]||"");
return a.trim(g);};k.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;};k.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(k,d){var h,g=k.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(k,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);
k=k.replace(/\s+/g," ").replace(/[\-|\.|\,]/g,"/");"mmddyyyy"===c?k=k.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$1/$2"):"ddmmyyyy"===c?k=k.replace(/(\d{1,2})[\/\s](\d{1,2})[\/\s](\d{4})/,"$3/$2/$1"):"yyyymmdd"===c&&(k=k.replace(/(\d{4})[\/\s](\d{1,2})[\/\s](\d{1,2})/,"$1/$2/$3"));
return b.formatFloat((new Date(k)).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(k,n,f){var c,t,h,q,o,d,l=RegExp(n.cssChildRow,"i"),j=n.$tbodies;
n.debug&&(o=new Date);for(k=0;k<j.length;k++){c=j.eq(k),d=c.children("tr").length,1<d&&(h=0,c=c.children("tr:visible"),c.each(function(){t=a(this);
l.test(this.className)||h++;q=0===h%2;t.removeClass(f.zebra[q?1:0]).addClass(f.zebra[q?0:1]);
}));}n.debug&&b.benchmark("Applying Zebra widget",o);},remove:function(k,f){var j,g,d=f.$tbodies,c=(f.widgetOptions.zebra||["even","odd"]).join(" ");
for(j=0;j<d.length;j++){g=a.tablesorter.processTbody(k,d.eq(j),!0),g.children().removeClass(c),a.tablesorter.processTbody(k,g,!1);
}}});}(jQuery);
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils meta.js
*/
mno.namespace("utils.meta");
mno.utils.meta=(function(){var d=window.document.head,g=d.getElementsByTagName("meta");
function b(j){var k=f(j);return k&&k.content;}function a(j){var l=f(j),k=l&&l.content;
if(typeof k==="string"){k=k.split(",");}return k;}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(s,q){return(s.property&&q.getAttribute("property")&&s.property.toLowerCase()===q.getAttribute("property").toLowerCase())||(s.name&&q.getAttribute("name")&&s.name.toLowerCase()===q.getAttribute("name").toLowerCase());
}function j(s,q){return(q.getAttribute("property")&&(s.toLowerCase()===q.getAttribute("property").toLowerCase()))||(q.getAttribute("name")&&(s.toLowerCase()===q.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(j,k){mno.core.log(1,"Setting meta: "+j+" to value: "+k);
if(mno.event){mno.event.triggerEvent({type:"meta-"+j+"-changed",data:k,options:{persistent:false}});
}}mno.test.schedule("mno.utils.test.meta",{});return{get:b,getList:a,set:h};
})();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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,j,k,b,a,h=false;mno.$document.ready(function(){mno.views.render("modal",null,function(n){j=n;
j.find(".close, button.confirm, button.cancel").on("click",l);j.on("click",function(o){if(o.target===document.getElementById("mnoModal")){l();
}});$(document).keyup(function(o){if(o.keyCode==27){l();}});a=j.find(".header");
b=j.find(".content");k=j.find(".container");j.appendTo("body");c=false;
if(h!==false){h.flush(function(){h=false;});}});});function f(n){if(typeof n==="undefined"||n===null){return"";
}else{if(n.nodeName){return $(n);}else{if(n.jquery){return n;}else{if(typeof n==="string"&&!/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/.test(n)){return $("<div>"+n+"</div>");
}else{return $.ajax(n);}}}}}function l(){j.hide(0);c=false;if(h!==false){h.flush(function(){h=false;
});}}function d(n){var o={header:null,menu:null,content:null,footer:null,wrapperClass:null,type:null,onOkButton:function(){},onCancelButton:function(){},okButtonLabel:"Ok"};
n=$.extend(o,n);$.when(f(n.content),f(n.header),f(n.menu),f(n.footer)).then(function(s,p,t,q){j.removeClass("load");
k.find(".menu").empty().append(t);k.find(".content").empty().append(s);
k.find(".footer").empty().append(q);if(n.type=="confirm"){k.find("button.confirm").text(n.okButtonLabel).one("click",function(){n.onOkButton();
});k.find(".confirm").show();}else{k.find(".confirm").hide();}if(p.jquery){a.empty().append(p);
}else{a.addClass("disabled");}});}function g(n){var o=this,p={header:null,menu:null,content:null,footer:null,wrapperClass:null,type:null,onOkButton:function(){},onCancelButton:function(){},okButtonLabel:"Ok"};
n=$.extend(p,n);if(c===true){h=h||new mno.utils.Queue();h.add(function(){mno.core.log(1,"Modal already open. Queueing method");
o.open(n);});}else{c=true;j.removeClass().addClass(["load",n.wrapperClass].join(" ")).show(0,function(){d(n);
});}}return{open:g,close:l,update:d};}();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils postscribe.js
*/
(function(){var a=this;
if(a.postscribe){return;}var l=true;var q=false;var o=Array.prototype.slice;
function g(){}function b(s){return"function"===typeof s;}function k(t,v,w){var u,s=(t&&t.length)||0;
for(u=0;u<s;u++){v.call(w,t[u],u);}}function p(u,t,v){var s;for(s in u){if(u.hasOwnProperty(s)){t.call(v,s,u[s]);
}}}function n(t,s){p(s,function(u,v){t[u]=v;});return t;}function d(s,t){s=s||{};
p(t,function(u,v){if(s[u]==null){s[u]=v;}});return s;}function f(u){try{return o.call(u);
}catch(t){var s=[];k(u,function(v){s.push(v);});return s;}}function c(s){return(/^script$/i).test(s.tagName);
}var h=(function(){var s="data-ps-";function t(x,w,y){var v=s+w;if(arguments.length===2){var z=x.getAttribute(v);
return z==null?z:String(z);}else{if(y!=null&&y!==""){x.setAttribute(v,y);
}else{x.removeAttribute(v);}}}function u(v,w){var x=v.ownerDocument;n(this,{root:v,options:w,win:x.defaultView||x.parentWindow,doc:x,parser:a.htmlParser("",{autoFix:true}),actuals:[v],proxyHistory:"",proxyRoot:x.createElement(v.nodeName),scriptStack:[],writeQueue:[]});
t(this.proxyRoot,"proxyof",0);}u.prototype.write=function(){[].push.apply(this.writeQueue,arguments);
var v;while(!this.deferredRemote&&this.writeQueue.length){v=this.writeQueue.shift();
if(b(v)){this.callFunction(v);}else{this.writeImpl(v);}}};u.prototype.callFunction=function(w){var v={type:"function",value:w.name||w.toString()};
this.onScriptStart(v);w.call(this.win,this.doc);this.onScriptDone(v);};
u.prototype.writeImpl=function(w){this.parser.append(w);var v,x=[];while((v=this.parser.readToken())&&!c(v)){x.push(v);
}this.writeStaticTokens(x);if(v){this.handleScriptToken(v);}};u.prototype.writeStaticTokens=function(w){var v=this.buildChunk(w);
if(!v.actual){return;}v.html=this.proxyHistory+v.actual;this.proxyHistory+=v.proxy;
this.proxyRoot.innerHTML=v.html;if(q){v.proxyInnerHTML=this.proxyRoot.innerHTML;
}this.walkChunk();if(q){v.actualInnerHTML=this.root.innerHTML;}return v;
};u.prototype.buildChunk=function(y){var x=this.actuals.length,v=[],z=[],w=[];
k(y,function(A){v.push(A.text);if(A.attrs){if(!(/^noscript$/i).test(A.tagName)){var B=x++;
z.push(A.text.replace(/(\/?>)/," "+s+"id="+B+" $1"));if(A.attrs.id!=="ps-script"){w.push(A.type==="atomicTag"?"":"<"+A.tagName+" "+s+"proxyof="+B+(A.unary?"/>":">"));
}}}else{z.push(A.text);w.push(A.type==="endTag"?A.text:"");}});return{tokens:y,raw:v.join(""),actual:z.join(""),proxy:w.join("")};
};u.prototype.walkChunk=function(){var z,v=[this.proxyRoot];while((z=v.shift())!=null){var y=z.nodeType===1;
var x=y&&t(z,"proxyof");if(!x){if(y){this.actuals[t(z,"id")]=z;t(z,"id",null);
}var w=z.parentNode&&t(z.parentNode,"proxyof");if(w){this.actuals[w].appendChild(z);
}}v.unshift.apply(v,f(z.childNodes));}};u.prototype.handleScriptToken=function(v){var w=this.parser.clear();
if(w){this.writeQueue.unshift(w);}v.src=v.attrs.src||v.attrs.SRC;if(v.src&&this.scriptStack.length){this.deferredRemote=v;
}else{this.onScriptStart(v);}var x=this;this.writeScriptToken(v,function(){x.onScriptDone(v);
});};u.prototype.onScriptStart=function(v){v.outerWrites=this.writeQueue;
this.writeQueue=[];this.scriptStack.unshift(v);};u.prototype.onScriptDone=function(v){if(v!==this.scriptStack[0]){this.options.error({message:"Bad script nesting or script finished twice"});
return;}this.scriptStack.shift();this.write.apply(this,v.outerWrites);if(!this.scriptStack.length&&this.deferredRemote){this.onScriptStart(this.deferredRemote);
this.deferredRemote=null;}};u.prototype.writeScriptToken=function(w,v){var x=this.buildScript(w);
if(w.src){x.src=w.src;this.scriptLoadHandler(x,v);}try{this.insertScript(x);
if(!w.src){v();}}catch(y){this.options.error(y);v();}};u.prototype.buildScript=function(v){var w=this.doc.createElement(v.tagName);
p(v.attrs,function(x,y){w.setAttribute(x,y);});if(v.content){w.text=v.content;
}return w;};u.prototype.insertScript=function(v){this.writeImpl('<span id="ps-script"/>');
var x=this.doc.getElementById("ps-script");try{x.parentNode.replaceChild(v,x);
}catch(w){}};u.prototype.scriptLoadHandler=function(y,v){function x(){y=y.onload=y.onreadystatechange=y.onerror=null;
v();}var w=this.options.error;n(y,{onload:function(){x();},onreadystatechange:function(){if(/^(loaded|complete)$/.test(y.readyState)){x();
}},onerror:function(){w({message:"remote script failed "+y.src});x();}});
};return u;}());var j=(function(){var v=0;var s=[];var w=null;function t(){var y=s.shift();
if(y){y.stream=x.apply(null,y);}}function x(E,B,A){w=new h(E,A);w.id=v++;
w.name=A.name||w.id;u.streams[w.name]=w;var F=E.ownerDocument;var z={write:F.write,writeln:F.writeln};
function D(G){G=A.beforeWrite(G);w.write(G);A.afterWrite(G);}n(F,{write:D,writeln:function(G){D(G+"\n");
}});var C=w.win.onerror||g;w.win.onerror=function(I,H,G){A.error({msg:I+" - "+H+":"+G});
C.apply(w.win,arguments);};w.write(B,function y(){n(F,z);w.win.onerror=C;
A.done();w=null;t();});return w;}function u(B,A,z){if(b(z)){z={done:z};
}z=d(z,{done:g,error:function(C){throw C;},beforeWrite:function(C){return C;
},afterWrite:g});B=(/^#/).test(B)?a.document.getElementById(B.substr(1)):B.jquery?B[0]:B;
var y=[B,A,z];B.postscribe={cancel:function(){if(y.stream){y.stream.abort();
}else{y[1]=g;}}};s.push(y);if(!w){t();}return B.postscribe;}return n(u,{streams:{},queue:s,WriteStream:h});
}());a.postscribe=j;}());
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(j){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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils swipe.js
*/
function Swipe(q,f){var g=function(){};
var z=function(I){setTimeout(I||g,0);};var G={addEventListener:!!window.addEventListener,touch:("ontouchstart" in window)||window.DocumentTouch&&document instanceof DocumentTouch,transitions:(function(I){var K=["transitionProperty","WebkitTransition","MozTransition","OTransition","msTransition"];
for(var J in K){if(I.style[K[J]]!==undefined){return true;}}return false;
})(document.createElement("swipe"))};if(!q){return;}var c=q.children[0];
var x,d,w,h;f=f||{};var n=parseInt(f.startSlide,10)||0;var A=f.speed||300;
f.continuous=f.continuous!==undefined?f.continuous:true;function s(){x=c.children;
h=x.length;if(x.length<2){f.continuous=false;}if(G.transitions&&f.continuous&&x.length<3){c.appendChild(x[0].cloneNode(true));
c.appendChild(c.children[1].cloneNode(true));x=c.children;}d=new Array(x.length);
w=q.getBoundingClientRect().width||q.offsetWidth;c.style.width=(x.length*w)+"px";
var J=x.length;while(J--){var I=x[J];I.style.width=w+"px";I.setAttribute("data-index",J);
if(G.transitions){I.style.left=(J*-w)+"px";v(J,n>J?-w:(n<J?w:0),0);}}if(f.continuous&&G.transitions){v(k(n-1),-w,0);
v(k(n+1),w,0);}if(!G.transitions){c.style.left=(n*-w)+"px";}q.style.visibility="visible";
}function t(){if(f.continuous){a(n-1);}else{if(n){a(n-1);}}if(f.view=="article"){H(n);
}else{o(n);}}function u(){if(f.continuous){a(n+1);}else{if(n<x.length-1){a(n+1);
}}if(f.view=="article"){H(n);}else{o(n);}}function k(I){return(x.length+(I%x.length))%x.length;
}function a(M,J){if(n==M){return;}if(G.transitions){var L=Math.abs(n-M)/(n-M);
if(f.continuous){var I=L;L=-d[k(M)]/w;if(L!==I){M=-L*x.length+M;}}var K=Math.abs(n-M)-1;
while(K--){v(k((M>n?M:n)-K-1),w*L,0);}M=k(M);v(n,w*L,J||A);v(M,0,J||A);
if(f.continuous){v(k(M-L),-(w*L),0);}}else{M=k(M);l(n*-w,M*-w,J||A);}n=M;
z(f.callback&&f.callback(n,x[n]));if(f.view=="article"){H(n);}else{o(n);
}}function v(I,K,J){p(I,K,J);d[I]=K;}function p(J,M,L){var I=x[J];var K=I&&I.style;
if(!K){return;}K.webkitTransitionDuration=K.MozTransitionDuration=K.msTransitionDuration=K.OTransitionDuration=K.transitionDuration=L+"ms";
K.webkitTransform="translate("+M+"px,0)translateZ(0)";K.msTransform=K.MozTransform=K.OTransform="translateX("+M+"px)";
}function l(M,L,I){if(!I){c.style.left=L+"px";return;}var K=+new Date;var J=setInterval(function(){var N=+new Date-K;
if(N>I){c.style.left=L+"px";if(F){C();}f.transitionEnd&&f.transitionEnd.call(event,n,x[n]);
clearInterval(J);return;}c.style.left=(((L-M)*(Math.floor((N/I)*100)/100))+M)+"px";
},4);}var F=f.auto||0;var B;function C(){B=setTimeout(u,F);}function y(){F=0;
clearTimeout(B);}function o(I){var K=q.children[2].children;for(var J=K.length-1;
J>=0;J--){K[J].className=null;}K[I].className="on";}function H(I){q.children[2].children[0].innerHTML=""+(I+1);
}var j={};var D={};var E;var b={handleEvent:function(I){switch(I.type){case"touchstart":this.start(I);
break;case"touchmove":this.move(I);break;case"touchend":z(this.end(I));
break;case"webkitTransitionEnd":case"msTransitionEnd":case"oTransitionEnd":case"otransitionend":case"transitionend":z(this.transitionEnd(I));
break;case"resize":z(s.call());break;}if(f.stopPropagation){I.stopPropagation();
}},start:function(I){var J=I.touches[0];j={x:J.pageX,y:J.pageY,time:+new Date};
E=undefined;D={};c.addEventListener("touchmove",this,false);c.addEventListener("touchend",this,false);
},move:function(I){if(I.touches.length>1||I.scale&&I.scale!==1){return;
}if(f.disableScroll){I.preventDefault();}var J=I.touches[0];D={x:J.pageX-j.x,y:J.pageY-j.y};
if(typeof E=="undefined"){E=!!(E||Math.abs(D.x)<Math.abs(D.y));}if(!E){I.preventDefault();
y();if(f.continuous){p(k(n-1),D.x+d[k(n-1)],0);p(n,D.x+d[n],0);p(k(n+1),D.x+d[k(n+1)],0);
}else{D.x=D.x/((!n&&D.x>0||n==x.length-1&&D.x<0)?(Math.abs(D.x)/w+1):1);
p(n-1,D.x+d[n-1],0);p(n,D.x+d[n],0);p(n+1,D.x+d[n+1],0);}}},end:function(K){var M=+new Date-j.time;
var J=Number(M)<250&&Math.abs(D.x)>20||Math.abs(D.x)>w/2;var I=!n&&D.x>0||n==x.length-1&&D.x<0;
if(f.continuous){I=false;}var L=D.x<0;if(!E){if(J&&!I){if(L){if(f.continuous){v(k(n-1),-w,0);
v(k(n+2),w,0);}else{v(n-1,-w,0);}v(n,d[n]-w,A);v(k(n+1),d[k(n+1)]-w,A);
n=k(n+1);}else{if(f.continuous){v(k(n+1),w,0);v(k(n-2),-w,0);}else{v(n+1,w,0);
}v(n,d[n]+w,A);v(k(n-1),d[k(n-1)]+w,A);n=k(n-1);}f.callback&&f.callback(n,x[n]);
}else{if(f.continuous){v(k(n-1),-w,A);v(n,0,A);v(k(n+1),w,A);}else{v(n-1,-w,A);
v(n,0,A);v(n+1,w,A);}}}c.removeEventListener("touchmove",b,false);c.removeEventListener("touchend",b,false);
},transitionEnd:function(I){if(parseInt(I.target.getAttribute("data-index"),10)==n){if(F){C();
}f.transitionEnd&&f.transitionEnd.call(I,n,x[n]);}}};s();if(F){C();}if(G.addEventListener){if(G.touch){c.addEventListener("touchstart",b,false);
}if(G.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(){s();};}return{setup:function(){s();},slide:function(J,I){y();
alert("slide");a(J,I);},prev:function(){y();t();},next:function(){y();u();
},getPos:function(){return n;},getNumSlides:function(){return h;},kill:function(){y();
c.style.width="auto";c.style.left=0;var J=x.length;while(J--){var I=x[J];
I.style.width="100%";I.style.left=0;if(G.transitions){p(J,0,0);}}if(G.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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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(k,l){return k.replace(/\{([^}]+)\}/g,function(o,n){return encodeURIComponent(l[n]||f.globals[n]||"");
}).replace(/,+$/,"");};function j(){if(j.maxTablePriority===undefined){j.maxTablePriority=0;
d.find("th").each(function(){var k=a(this);if(k.data("priority")>j.maxTablePriority){j.maxTablePriority=k.data("priority");
}});}return j.maxTablePriority;}function b(k){k=k||false;if(b.maxVisibleTablePriority===undefined||k===true){b.maxVisibleTablePriority=0;
d.find("th").each(function(){var l=a(this);if(!l.hasClass("hidden")&&l.data("priority")>b.maxVisibleTablePriority){b.maxVisibleTablePriority=l.data("priority");
}});}return b.maxVisibleTablePriority;}function c(){var n,o,l,k=false;if(d.parent()){l=d.parent().width();
n=j();if(d.width()<=l){o=b(true);o++;while(d.width()<=l&&o<=n){d.find("th[data-priority="+o+"]").each(function(){d.find("tr>:nth-child("+(a(this).index()+1)+")").removeClass("hidden");
});o++;k=true;}}while(d.width()>l&&n>1&&l!==0){d.find("th[data-priority="+n+"]").each(function(){d.find("tr>:nth-child("+(a(this).index()+1)+")").addClass("hidden");
});n--;k=true;}}return k;}mno.views.render("mno.views.table",f).done(function(k){d=k;
var l=false;mno.$window.on("resize",function(){if(l===false){c();l=window.setTimeout(function(){l=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 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils tfclient_nor.js
*/
function inc(b){var a=document.createElement("script");
a.src=b;a.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(a);
}inc("http://click.trafikkfondet.no/trafikfonden/tfclickserver.js");inc("http://click.trafikkfondet.no/trafikfonden/tfengine.js");
function tf_recordClickFromUrlToUrl(a,b){dwr.engine.setRpcType(dwr.engine.ScriptTag);
ClickServer._path="http://click.trafikkfondet.no/trafikfonden/dwr";ClickServer.recordClick(a,b,{callback:silentlyIgnoreReply,timeout:10000,errorHandler:silentlyIgnoreReply,warningHandler:silentlyIgnoreReply});
return true;}function tf_recordClickToUrl(a){return tf_recordClickFromUrlToUrl(document.location.href,a);
}function tf_recordClickAndNavigate(a){tf_recordClickFromUrlToUrl(document.location.href,a.href);
if(a.target){return true;}setTimeout(function(){document.location.href=a.href;
},100);return false;}function silentlyIgnoreReply(){}
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e 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 z=function(P,O){return new z.Instance(P,O||{});
};z.defaults={stop_browser_behavior:{userSelect:"none",touchCallout:"none",touchAction:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};
z.HAS_POINTEREVENTS=navigator.pointerEnabled||navigator.msPointerEnabled;
z.HAS_TOUCHEVENTS=("ontouchstart" in window);z.EVENT_TYPES={};z.DIRECTION_DOWN="down";
z.DIRECTION_LEFT="left";z.DIRECTION_UP="up";z.DIRECTION_RIGHT="right";z.POINTER_MOUSE="mouse";
z.POINTER_TOUCH="touch";z.POINTER_PEN="pen";z.EVENT_START="start";z.EVENT_MOVE="move";
z.EVENT_END="end";z.plugins={};z.READY=false;function d(){if(z.READY){return;
}z.event.determineEventTypes();for(var O in z.gestures){if(z.gestures.hasOwnProperty(O)){z.detection.register(z.gestures[O]);
}}z.event.onTouch(document,z.EVENT_MOVE,z.detection.detect);z.event.onTouch(document,z.EVENT_END,z.detection.endDetect);
z.READY=true;}z.Instance=function(Q,P){var O=this;d();this.element=Q;this.enabled=true;
this.options=z.utils.extend(z.utils.extend({},z.defaults),P||{});if(this.options.stop_browser_behavior){z.utils.stopDefaultBrowserBehavior(this.element,this.options.stop_browser_behavior);
}z.event.onTouch(Q,z.EVENT_START,function(R){if(O.enabled){z.detection.startDetect(O,R);
}});return this;};z.Instance.prototype={on:function F(P,Q){var R=P.split(" ");
for(var O=0;O<R.length;O++){if(!this.element.addEventListener){this.element.attachEvent("on"+R[O],Q);
}else{this.element.addEventListener(R[O],Q,false);}}return this;},off:function p(P,Q){var R=P.split(" ");
for(var O=0;O<R.length;O++){this.element.removeEventListener(R[O],Q,false);
}return this;},trigger:function J(O,Q){var P=document.createEvent("Event");
P.initEvent(O,true,true);P.gesture=Q;this.element.dispatchEvent(P);return this;
},enable:function c(O){this.enabled=O;return this;}};var I=null;var l=false;
var h=false;z.event={bindDom:function(Q,S,R){var P=S.split(" ");for(var O=0;
O<P.length;O++){if(!Q.addEventListener){Q.attachEvent("on"+P[O],R);}else{Q.addEventListener(P[O],R,false);
}}},onTouch:function C(Q,P,R){var O=this;this.bindDom(Q,z.EVENT_TYPES[P],function(S){var T=S.type.toLowerCase();
if(T.match(/mouseup/)&&h){h=false;return;}if(T.match(/touch/)||(T.match(/mouse/)&&S.which===1)||(z.HAS_POINTEREVENTS&&T.match(/down/))){l=true;
}if(T.match(/touch|pointer/)){h=true;}if(l&&!(h&&T.match(/mouse/))){if(z.HAS_POINTEREVENTS&&P!=z.EVENT_END){z.PointerEvent.updatePointer(P,S);
}if(P===z.EVENT_END&&I!==null){S=I;}else{I=S;}R.call(z.detection,O.collectEventData(Q,P,S));
if(z.HAS_POINTEREVENTS&&P==z.EVENT_END){z.PointerEvent.updatePointer(P,S);
}}if(T.match(/up|cancel|end/)){l=false;I=null;z.PointerEvent.reset();}});
},determineEventTypes:function H(){var O;if(z.HAS_POINTEREVENTS){O=z.PointerEvent.getEvents();
}else{O=["touchstart mousedown","touchmove mousemove","touchend touchcancel mouseup"];
}z.EVENT_TYPES[z.EVENT_START]=O[0];z.EVENT_TYPES[z.EVENT_MOVE]=O[1];z.EVENT_TYPES[z.EVENT_END]=O[2];
},getTouchList:function v(O){if(z.HAS_POINTEREVENTS){return z.PointerEvent.getTouchList();
}else{if(O.touches){return O.touches;}else{return[{identifier:1,pageX:O.pageX,pageY:O.pageY,target:O.target}];
}}},collectEventData:function M(Q,P,R){var S=this.getTouchList(R,P);var O=z.POINTER_TOUCH;
if(R.type.match(/mouse/)||z.PointerEvent.matchType(z.POINTER_MOUSE,R)){O=z.POINTER_MOUSE;
}return{center:z.utils.getCenter(S),timestamp:R.timestamp||new Date().getTime(),target:R.target,touches:S,eventType:P,pointerType:O,srcEvent:R,preventDefault:function(){if(this.srcEvent.preventManipulation){this.srcEvent.preventManipulation();
}if(this.srcEvent.preventDefault){this.srcEvent.preventDefault();}},stopPropagation:function(){this.srcEvent.stopPropagation();
},stopDetect:function(){return z.detection.stopDetect();}};}};z.PointerEvent={pointers:{},getTouchList:function(){var O=this.pointers;
var P=[];Object.keys(O).sort().forEach(function(Q){P.push(O[Q]);});return P;
},updatePointer:function(P,O){if(P==z.EVENT_END){delete this.pointers[O.pointerId];
}else{O.identifier=O.pointerId;this.pointers[O.pointerId]=O;}},matchType:function(O,Q){if(!Q.pointerType){return false;
}var P={};P[z.POINTER_MOUSE]=(Q.pointerType==Q.MSPOINTER_TYPE_MOUSE||Q.pointerType==z.POINTER_MOUSE);
P[z.POINTER_TOUCH]=(Q.pointerType==Q.MSPOINTER_TYPE_TOUCH||Q.pointerType==z.POINTER_TOUCH);
P[z.POINTER_PEN]=(Q.pointerType==Q.MSPOINTER_TYPE_PEN||Q.pointerType==z.POINTER_PEN);
return P[O];},getEvents:function(){return["pointerdown MSPointerDown","pointermove MSPointerMove","pointerup pointercancel MSPointerUp MSPointerCancel"];
},reset:function(){this.pointers={};}};z.utils={extend:function j(O,Q){for(var P in Q){O[P]=Q[P];
}return O;},getCenter:function A(R){var S=[],Q=[];for(var P=0,O=R.length;
P<O;P++){S.push(R[P].pageX);Q.push(R[P].pageY);}return{pageX:((Math.min.apply(Math,S)+Math.max.apply(Math,S))/2),pageY:((Math.min.apply(Math,Q)+Math.max.apply(Math,Q))/2)};
},getVelocity:function q(O,Q,P){return{x:Math.abs(Q/O)||0,y:Math.abs(P/O)||0};
},getAngle:function o(Q,P){var R=P.pageY-Q.pageY,O=P.pageX-Q.pageX;return Math.atan2(R,O)*180/Math.PI;
},getDirection:function k(Q,P){var O=Math.abs(Q.pageX-P.pageX),R=Math.abs(Q.pageY-P.pageY);
if(O>=R){return Q.pageX-P.pageX>0?z.DIRECTION_LEFT:z.DIRECTION_RIGHT;}else{return Q.pageY-P.pageY>0?z.DIRECTION_UP:z.DIRECTION_DOWN;
}},getDistance:function n(Q,P){var O=P.pageX-Q.pageX,R=P.pageY-Q.pageY;
return Math.sqrt((O*O)+(R*R));},getScale:function y(P,O){if(P.length>=2&&O.length>=2){return this.getDistance(O[0],O[1])/this.getDistance(P[0],P[1]);
}return 1;},getRotation:function w(P,O){if(P.length>=2&&O.length>=2){return this.getAngle(O[1],O[0])-this.getAngle(P[1],P[0]);
}return 0;},isVertical:function D(O){return(O==z.DIRECTION_UP||O==z.DIRECTION_DOWN);
},stopDefaultBrowserBehavior:function b(Q,P){var T,S=["webkit","khtml","moz","ms","o",""];
if(!P||!Q.style){return;}for(var O=0;O<S.length;O++){for(var R in P){if(P.hasOwnProperty(R)){T=R;
if(S[O]){T=S[O]+T.substring(0,1).toUpperCase()+T.substring(1);}Q.style[T]=P[R];
}}}if(P.userSelect=="none"){Q.onselectstart=function(){return false;};}}};
z.detection={gestures:[],current:null,previous:null,stopped:false,startDetect:function B(P,O){if(this.current){return;
}this.stopped=false;this.current={inst:P,startEvent:z.utils.extend({},O),lastEvent:false,name:""};
this.detect(O);},detect:function t(R){if(!this.current||this.stopped){return;
}R=this.extendEventData(R);var S=this.current.inst.options;for(var Q=0,O=this.gestures.length;
Q<O;Q++){var P=this.gestures[Q];if(!this.stopped&&S[P.name]!==false){if(P.handler.call(P,R,this.current.inst)===false){this.stopDetect();
break;}}}if(this.current){this.current.lastEvent=R;}},endDetect:function E(O){this.detect(O);
this.stopDetect();},stopDetect:function a(){this.previous=z.utils.extend({},this.current);
this.current=null;this.stopped=true;},extendEventData:function x(S){var T=this.current.startEvent;
if(T&&(S.touches.length!=T.touches.length||S.touches===T.touches)){T.touches=[];
for(var Q=0,O=S.touches.length;Q<O;Q++){T.touches.push(z.utils.extend({},S.touches[Q]));
}}var P=S.timestamp-T.timestamp,V=S.center.pageX-T.center.pageX,U=S.center.pageY-T.center.pageY,R=z.utils.getVelocity(P,V,U);
z.utils.extend(S,{deltaTime:P,deltaX:V,deltaY:U,velocityX:R.x,velocityY:R.y,distance:z.utils.getDistance(T.center,S.center),angle:z.utils.getAngle(T.center,S.center),direction:z.utils.getDirection(T.center,S.center),scale:z.utils.getScale(T.touches,S.touches),rotation:z.utils.getRotation(T.touches,S.touches),startEvent:T});
return S;},register:function f(P){var O=P.defaults||{};if(typeof(O[P.name])=="undefined"){O[P.name]=true;
}z.utils.extend(z.defaults,O);P.index=P.index||1000;this.gestures.push(P);
this.gestures.sort(function(R,Q){if(R.index<Q.index){return -1;}if(R.index>Q.index){return 1;
}return 0;});return this.gestures;}};z.gestures=z.gestures||{};z.gestures.Hold={name:"hold",index:10,defaults:{hold_timeout:500,hold_threshold:1},timer:null,handler:function L(O,P){switch(O.eventType){case z.EVENT_START:clearTimeout(this.timer);
z.detection.current.name=this.name;this.timer=setTimeout(function(){if(z.detection.current.name=="hold"){P.trigger("hold",O);
}},P.options.hold_timeout);break;case z.EVENT_MOVE:if(O.distance>P.options.hold_threshold){clearTimeout(this.timer);
}break;case z.EVENT_END:clearTimeout(this.timer);break;}}};z.gestures.Tap={name:"tap",index:100,defaults:{tap_max_touchtime:250,tap_max_distance:10,doubletap_distance:20,doubletap_interval:300},handler:function G(P,Q){if(P.eventType==z.EVENT_END){var O=z.detection.previous;
if(P.deltaTime>Q.options.tap_max_touchtime||P.distance>Q.options.tap_max_distance){return;
}if(O&&O.name=="tap"&&(P.timestamp-O.lastEvent.timestamp)<Q.options.doubletap_interval&&P.distance<Q.options.doubletap_distance){z.detection.current.name="doubletap";
}else{z.detection.current.name="tap";}Q.trigger(z.detection.current.name,P);
}}};z.gestures.Swipe={name:"swipe",index:40,defaults:{swipe_max_touches:1,swipe_velocity:0.7},handler:function N(O,P){if(O.eventType==z.EVENT_END){if(P.options.swipe_max_touches>0&&O.touches.length>P.options.swipe_max_touches){return;
}if(O.velocityX>P.options.swipe_velocity||O.velocityY>P.options.swipe_velocity){P.trigger(this.name,O);
P.trigger(this.name+O.direction,O);}}}};z.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 u(O,P){if(z.detection.current.name!=this.name&&this.triggered){P.trigger(this.name+"end",O);
this.triggered=false;return;}if(P.options.drag_max_touches>0&&O.touches.length>P.options.drag_max_touches){return;
}switch(O.eventType){case z.EVENT_START:this.triggered=false;break;case z.EVENT_MOVE:if(O.distance<P.options.drag_min_distance&&z.detection.current.name!=this.name){return;
}z.detection.current.name=this.name;var Q=z.detection.current.lastEvent.direction;
if(P.options.drag_lock_to_axis&&Q!==O.direction){if(z.utils.isVertical(Q)){O.direction=(O.deltaY<0)?z.DIRECTION_UP:z.DIRECTION_DOWN;
}else{O.direction=(O.deltaX<0)?z.DIRECTION_LEFT:z.DIRECTION_RIGHT;}}if(!this.triggered){P.trigger(this.name+"start",O);
this.triggered=true;}P.trigger(this.name,O);P.trigger(this.name+O.direction,O);
if((P.options.drag_block_vertical&&z.utils.isVertical(O.direction))||(P.options.drag_block_horizontal&&!z.utils.isVertical(O.direction))){O.preventDefault();
}break;case z.EVENT_END:if(this.triggered){P.trigger(this.name+"end",O);
}this.triggered=false;break;}}};z.gestures.Transform={name:"transform",index:45,defaults:{transform_min_scale:0.01,transform_min_rotation:1,transform_always_block:false},triggered:false,handler:function s(Q,R){if(z.detection.current.name!=this.name&&this.triggered){R.trigger(this.name+"end",Q);
this.triggered=false;return;}if(Q.touches.length<2){return;}if(R.options.transform_always_block){Q.preventDefault();
}switch(Q.eventType){case z.EVENT_START:this.triggered=false;break;case z.EVENT_MOVE:var P=Math.abs(1-Q.scale);
var O=Math.abs(Q.rotation);if(P<R.options.transform_min_scale&&O<R.options.transform_min_rotation){return;
}z.detection.current.name=this.name;if(!this.triggered){R.trigger(this.name+"start",Q);
this.triggered=true;}R.trigger(this.name,Q);if(O>R.options.transform_min_rotation){R.trigger("rotate",Q);
}if(P>R.options.transform_min_scale){R.trigger("pinch",Q);R.trigger("pinch"+((Q.scale<1)?"in":"out"),Q);
}break;case z.EVENT_END:if(this.triggered){R.trigger(this.name+"end",Q);
}this.triggered=false;break;}}};z.gestures.Touch={name:"touch",index:-Infinity,defaults:{prevent_default:false},handler:function g(O,P){if(P.options.prevent_default){O.preventDefault();
}if(O.eventType==z.EVENT_START){P.trigger(this.name,O);}}};z.gestures.Release={name:"release",index:Infinity,handler:function K(O,P){if(O.eventType==z.EVENT_END){P.trigger(this.name,O);
}}};if(typeof module==="object"&&typeof module.exports==="object"){module.exports=z;
}else{window.Hammer=z;if(typeof window.define==="function"&&window.define.amd){window.define("hammer",[],function(){return z;
});}}z.event.bindDom=function(O,Q,P){$(O).on(Q,function(R){var S=R.originalEvent;
if(!S.pageX){S.pageX=R.pageX;S.pageY=R.pageY;}if(!S.target){S.target=R.target;
}if(!S.which){S.which=S.button;}if(!S.preventDefault){S.preventDefault=R.preventDefault;
}if(!S.stopPropagation){S.stopPropagation=R.stopPropagation;}P.call(this,S);
});};z.Instance.prototype.on=function(O,P){return $(this.element).on(O,P);
};z.Instance.prototype.off=function(O,P){return $(this.element).off(O,P);
};z.Instance.prototype.trigger=function(O,P){return $(P.srcEvent.target).trigger({type:O,gesture:P});
};$.fn.hammer=function(O){return this.each(function(){var P=$(this);var Q=P.data("hammer");
if(!Q){P.data("hammer",z(this,O||{}));}else{if(Q&&O){z.utils.extend(Q.options,O);
}}});};return z;}();
/*!
data include js 2c13f1b59e7b61ccae41dd918a28159aa6ccab7e js mno utils trafficfund.js
*/
mno.namespace("mno.utils.trafficfund");
mno.utils.trafficfund=(function(c){var s={annonsepoolen:["annonsepoolen.no"],aftenbladet:["aftenbladet.no","stavangeraftenblad.no","rogalyd.no","aenergi.no"],aftenposten:["aftenposten.no","ap.no","amagasinet.no","kmag.no","oslopuls.no","golf.no","forbruker.no","mamma.no","hyttemag.no","nyhetene24.no","nyhetene24.no.msn.com","osloby.no"],bt:["bt.no","bergenstidende.no"],byttestrom:["byttestrom.no"],dinmat:["dinmat.no"],e24:["e24.no"],ebok:["ebok.no"],finn:["finn.no"],fvn:["fvn.no","fevennen.no","f\u00e6vennen.no","fedrelandsvennen.no","f\u00e6drelandsvennen.no","fvnmobil.no","l-a.no","www.l-a.no","lister24.no","budstikkanett.no "],hoopla:["hoopla.no"],husleie:["husleie.no"],lendo:["lendo.no"],letsdeal:["letsdeal.no"],mittanbud:["mittanbud.no"],moteplassen:["moteplassen.com","moteplassen.no"],nabolag:["nabolag.no"],penger:["penger.no"],prisjakt:["prisjakt.no"],vg:["vg.no","vgb.no","vgd.no","nynorskvg.no","dinepenger.no","dyrebar.no","vektklubb.no","minmote.no","pent.no","vgtv.no"],wimp:["wimp.no"],kickback:["kickback.no","bilag.kickback.no"]},t=(typeof XMLHttpRequest!="undefined"&&"withCredentials" in new XMLHttpRequest()),u="81B7609CE4175AF8B69184E3D80F1D55"+Math.floor(Math.random()*1000);
mno.$document.on("click mouseup","a",g);mno.$document.ready(function(){c("#mobilTopBannerStor").contents().find(".adTechMobile").on("click mouseup","a",g);
c("#MobilNetboard1Stor486x200").contents().find(".adTechMobileOther1").on("click mouseup","a",g);
c("#MobilNetboard2Stor").contents().find(".adTechMobileOther2").on("click mouseup","a",g);
c("#MobilMegaboardStor").contents().find(".adTechMobilBottom").on("click mouseup","a",g);
});function f(){c("#mobilTopBannerStor").contents().find(".adTechMobile").on("click mouseup","a",g);
}function q(){c("#MobilNetboard1Stor486x200").contents().find(".adTechMobileOther1").on("click mouseup","a",g);
}function n(){c("#MobilNetboard2Stor").contents().find(".adTechMobileOther2").on("click mouseup","a",g);
}function d(){c("#MobilMegaboardStor").contents().find(".adTechMobilBottom").on("click mouseup","a",g);
}function k(y){c("#fif"+y).contents().on("click mouseup","a",g);}function g(z){if(z.type==="mouseup"&&!(c.browser.msie&&z.ctrlKey)&&!(z.which&&z.which==2)){return;
}var y=z.type==="submit"?this.action:this.href;if(b(window.location.href,y)){j(l(window.location.href),y);
}}function p(A){var z=new RegExp(/^[A-Za-z0-9]+\./),y=new RegExp(/^[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+/),B=new RegExp(/^[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+/);
A=l(A);if(A.match(y)){A=A.replace(z,"").replace(z,"");}else{if(A.match(B)){A=A.replace(z,"");
}}return A;}function l(y){var z=new RegExp(/^[a-z]+:\/\//);return y.replace(z,"");
}function o(y){return y.indexOf("/")>0?y.substring(0,y.indexOf("/")):y;
}function w(y){return y.indexOf("/")>0?y.substring(y.indexOf("/"),y.length):y;
}function x(A){var C=new RegExp(/^[a-z]+:\/\/helios\.[a-z]+\.no\//),z=new RegExp(/^[a-z]+:\/\/[a-z]+\.adtech.de\//),y=new RegExp(/^[a-z]+:\/\/[a-z0-9]+\.xiti.com\//),B=new RegExp(/^[a-z]+:\/\/rms.admeta.com\//);
if(A.match(C)!=null||A.match(z)!=null||A.match(y)!=null){if(A.indexOf("url=")>0){A=A.substring(A.indexOf("url=")+4,A.length);
}else{if(A.indexOf("link=")>0){A=A.substring(A.indexOf("link=")+5,A.length);
}}}if(A.match(B)!=null){A="http://www.moteplassen.com/";}return A;}function b(A,y){var z=false,B=false;
A=o(p(A));y=o(p(x(y)));c.each(s,function(C,D){if(c.inArray(y,D)>-1&&c.inArray(A,D)==-1){z=true;
}if(c.inArray(A,D)>-1){B=true;}});return z&&B;}function j(A,z){var y="http://click.trafikkfondet.no/trafikfonden/dwr/call/plaincall/ClickServer.recordClick.dwr?callCount=1&batchId=0&c0-id=0&page="+encodeURIComponent(w(A))+"&scriptSessionId="+u+"&c0-scriptName=ClickServer&c0-methodName=recordClick&c0-param0=string:"+encodeURIComponent(A)+"&c0-param1=string:"+encodeURIComponent(x(z));
if(t){a(y);}else{h(y);}}function v(y){c.ajax({async:false,cache:false,crossDomain:true,dataType:"jsonp",url:y});
}function a(y){var A=new XMLHttpRequest();A.open("GET",y,false);A.onreadystatechange=function(){if(A.readyState>=this.OPENED){A.abort();
}};try{A.send();}catch(z){}}function h(z){var y=new Image(1,1);y.src=z;
}return{trackClick:g,recordClick:j,verifyDomains:b,tfinitMobilTopBanner:f,tfinitMobilNetboard1:q,tfinitMobilNetboard2:n,tfinitMobilMegaboard:d,tfinitNetboard2:k};
})(jQuery);function tf_recordClickAndNavigate(){mno.utils.trafficfund.trackClick();
}function tf_recordClickToUrl(a){if(mno.utils.trafficfund.verifyDomains(window.location.href,a)){mno.utils.trafficfund.recordClick(window.location.href,a);
}}function tf_recordClickFromUrlToUrl(b,a){if(mno.utils.trafficfund.verifyDomains(b,a)){mno.utils.trafficfund.recordClick(b,a);
}}function initMobilTopBanner(){mno.utils.trafficfund.tfinitMobilTopBanner();
}function initMobilNetboard1(){mno.utils.trafficfund.tfinitMobilNetboard1();
}function initMobilNetboard2(){mno.utils.trafficfund.tfinitMobilNetboard2();
}function initMobilMegaboard(){mno.utils.trafficfund.tfinitMobilMegaboard();
}function initfifboard(a){mno.utils.trafficfund.tfinitNetboard2(a);}if(dwr==null){var dwr={};
}if(dwr.engine==null){dwr.engine={};}if(dwr.engine._remoteHandleCallback==null){dwr.engine._remoteHandleCallback=function(a,c,b){};
}
