/* 
-- jquery.min.js --
*/
/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();


/* 
-- swfobject.js --
*/
/* SWFObject v2.1 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return }f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return }if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:r},x)}}function O(t){if(h.ie&&h.win&&t.readyState!=4){var r=a("div");t.parentNode.insertBefore(r,t);r.parentNode.replaceChild(G(t),r);t.style.display="none";var q=function(){t.parentNode.removeChild(t)};I(j,"onload",q)}else{t.parentNode.replaceChild(G(t),t)}}function G(v){var u=a("div");if(h.win&&h.ie){u.innerHTML=v.innerHTML}else{var r=v.getElementsByTagName(Q)[0];if(r){var w=r.childNodes;if(w){var q=w.length;for(var t=0;t<q;t++){if(!(w[t].nodeType==1&&w[t].nodeName=="PARAM")&&!(w[t].nodeType==8)){u.appendChild(w[t].cloneNode(true))}}}}}return u}function U(AG,AE,t){var q,v=C(t);if(v){if(typeof AG.id==b){AG.id=t}if(h.ie&&h.win){var AF="";for(var AB in AG){if(AG[AB]!=Object.prototype[AB]){if(AB.toLowerCase()=="data"){AE.movie=AG[AB]}else{if(AB.toLowerCase()=="styleclass"){AF+=' class="'+AG[AB]+'"'}else{if(AB.toLowerCase()!="classid"){AF+=" "+AB+'="'+AG[AB]+'"'}}}}}var AD="";for(var AA in AE){if(AE[AA]!=Object.prototype[AA]){AD+='<param name="'+AA+'" value="'+AE[AA]+'" />'}}v.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AF+">"+AD+"</object>";i[i.length]=AG.id;q=C(AG.id)}else{if(h.webkit&&h.webkit<312){var AC=a("embed");AC.setAttribute("type",P);for(var z in AG){if(AG[z]!=Object.prototype[z]){if(z.toLowerCase()=="data"){AC.setAttribute("src",AG[z])}else{if(z.toLowerCase()=="styleclass"){AC.setAttribute("class",AG[z])}else{if(z.toLowerCase()!="classid"){AC.setAttribute(z,AG[z])}}}}}for(var y in AE){if(AE[y]!=Object.prototype[y]){if(y.toLowerCase()!="movie"){AC.setAttribute(y,AE[y])}}}v.parentNode.replaceChild(AC,v);q=AC}else{var u=a(Q);u.setAttribute("type",P);for(var x in AG){if(AG[x]!=Object.prototype[x]){if(x.toLowerCase()=="styleclass"){u.setAttribute("class",AG[x])}else{if(x.toLowerCase()!="classid"){u.setAttribute(x,AG[x])}}}}for(var w in AE){if(AE[w]!=Object.prototype[w]&&w.toLowerCase()!="movie"){F(u,w,AE[w])}}v.parentNode.replaceChild(u,v);q=u}}}return q}function F(t,q,r){var u=a("param");u.setAttribute("name",q);u.setAttribute("value",r);t.appendChild(u)}function X(r){var q=C(r);if(q&&(q.nodeName=="OBJECT"||q.nodeName=="EMBED")){if(h.ie&&h.win){if(q.readyState==4){B(r)}else{j.attachEvent("onload",function(){B(r)})}}else{q.parentNode.removeChild(q)}}}function B(t){var r=C(t);if(r){for(var q in r){if(typeof r[q]=="function"){r[q]=null}}r.parentNode.removeChild(r)}}function C(t){var q=null;try{q=K.getElementById(t)}catch(r){}return q}function a(q){return K.createElement(q)}function I(t,q,r){t.attachEvent(q,r);d[d.length]=[t,q,r]}function c(t){var r=h.pv,q=t.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]==q[0]&&r[1]>q[1])||(r[0]==q[0]&&r[1]==q[1]&&r[2]>=q[2]))?true:false}function V(v,r){if(h.ie&&h.mac){return }var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!=b){t.appendChild(K.createTextNode(v+" {"+r+"}"))}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!=b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule==Q){q.addRule(v,r)}}}function W(t,q){var r=q?"visible":"hidden";if(e&&C(t)){C(t).style.visibility=r}else{V("#"+t,"visibility:"+r)}}function g(s){var r=/[\\\"<>\.;]/;var q=r.exec(s)!=null;return q?encodeURIComponent(s):s}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var w=d.length;for(var v=0;v<w;v++){d[v][0].detachEvent(d[v][1],d[v][2])}var t=i.length;for(var u=0;u<t;u++){X(i[u])}for(var r in h){h[r]=null}h=null;for(var q in swfobject){swfobject[q]=null}swfobject=null})}}();return{registerObject:function(u,q,t){if(!h.w3cdom||!u||!q){return }var r={};r.id=u;r.swfVersion=q;r.expressInstall=t?t:false;N[N.length]=r;W(u,false)},getObjectById:function(v){var q=null;if(h.w3cdom){var t=C(v);if(t){var u=t.getElementsByTagName(Q)[0];if(!u||(u&&typeof t.SetVariable!=b)){q=t}else{if(typeof u.SetVariable!=b){q=u}}}}return q},embedSWF:function(x,AE,AB,AD,q,w,r,z,AC){if(!h.w3cdom||!x||!AE||!AB||!AD||!q){return }AB+="";AD+="";if(c(q)){W(AE,false);var AA={};if(AC&&typeof AC===Q){for(var v in AC){if(AC[v]!=Object.prototype[v]){AA[v]=AC[v]}}}AA.data=x;AA.width=AB;AA.height=AD;var y={};if(z&&typeof z===Q){for(var u in z){if(z[u]!=Object.prototype[u]){y[u]=z[u]}}}if(r&&typeof r===Q){for(var t in r){if(r[t]!=Object.prototype[t]){if(typeof y.flashvars!=b){y.flashvars+="&"+t+"="+r[t]}else{y.flashvars=t+"="+r[t]}}}}f(function(){U(AA,y,AE);if(AA.id==AE){W(AE,true)}})}else{if(w&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AE,false);f(function(){var AF={};AF.id=AF.altContentId=AE;AF.width=AB;AF.height=AD;AF.expressInstall=w;k(AF)})}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]}},hasFlashPlayerVersion:c,createSWF:function(t,r,q){if(h.w3cdom){return U(t,r,q)}else{return undefined}},removeSWF:function(q){if(h.w3cdom){X(q)}},createCSS:function(r,q){if(h.w3cdom){V(r,q)}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(v){var u=K.location.search||K.location.hash;if(v==null){return g(u)}if(u){var t=u.substring(1).split("&");for(var r=0;r<t.length;r++){if(t[r].substring(0,t[r].indexOf("="))==v){return g(t[r].substring((t[r].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block"}}M=null;l=null;A=false}}}}}();


/* 
-- flowplayer.min.js --
*/
/* 
 * flowplayer.js 3.1.4. The Flowplayer API
 * 
 * Copyright 2009 Flowplayer Oy
 * 
 * This file is part of Flowplayer.
 * 
 * Flowplayer is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Flowplayer is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Flowplayer.  If not, see <http://www.gnu.org/licenses/>.
 * 
 * Date: 2009-02-25 21:24:29 +0000 (Wed, 25 Feb 2009)
 * Revision: 166 
 */
(function(){function g(o){console.log("$f.fireEvent",[].slice.call(o))}function k(q){if(!q||typeof q!="object"){return q}var o=new q.constructor();for(var p in q){if(q.hasOwnProperty(p)){o[p]=k(q[p])}}return o}function m(t,q){if(!t){return}var o,p=0,r=t.length;if(r===undefined){for(o in t){if(q.call(t[o],o,t[o])===false){break}}}else{for(var s=t[0];p<r&&q.call(s,p,s)!==false;s=t[++p]){}}return t}function c(o){return document.getElementById(o)}function i(q,p,o){if(typeof p!="object"){return q}if(q&&p){m(p,function(r,s){if(!o||typeof s!="function"){q[r]=s}})}return q}function n(s){var q=s.indexOf(".");if(q!=-1){var p=s.substring(0,q)||"*";var o=s.substring(q+1,s.length);var r=[];m(document.getElementsByTagName(p),function(){if(this.className&&this.className.indexOf(o)!=-1){r.push(this)}});return r}}function f(o){o=o||window.event;if(o.preventDefault){o.stopPropagation();o.preventDefault()}else{o.returnValue=false;o.cancelBubble=true}return false}function j(q,o,p){q[o]=q[o]||[];q[o].push(p)}function e(){return"_"+(""+Math.random()).substring(2,10)}var h=function(t,r,s){var q=this;var p={};var u={};q.index=r;if(typeof t=="string"){t={url:t}}i(this,t,true);m(("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop").split(","),function(){var v="on"+this;if(v.indexOf("*")!=-1){v=v.substring(0,v.length-1);var w="onBefore"+v.substring(2);q[w]=function(x){j(u,w,x);return q}}q[v]=function(x){j(u,v,x);return q};if(r==-1){if(q[w]){s[w]=q[w]}if(q[v]){s[v]=q[v]}}});i(this,{onCuepoint:function(x,w){if(arguments.length==1){p.embedded=[null,x];return q}if(typeof x=="number"){x=[x]}var v=e();p[v]=[x,w];if(s.isLoaded()){s._api().fp_addCuepoints(x,r,v)}return q},update:function(w){i(q,w);if(s.isLoaded()){s._api().fp_updateClip(w,r)}var v=s.getConfig();var x=(r==-1)?v.clip:v.playlist[r];i(x,w,true)},_fireEvent:function(v,y,w,A){if(v=="onLoad"){m(p,function(B,C){if(C[0]){s._api().fp_addCuepoints(C[0],r,B)}});return false}A=A||q;if(v=="onCuepoint"){var z=p[y];if(z){return z[1].call(s,A,w)}}if(y&&"onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(v)!=-1){i(A,y);if(y.metaData){if(!A.duration){A.duration=y.metaData.duration}else{A.fullDuration=y.metaData.duration}}}var x=true;m(u[v],function(){x=this.call(s,A,y,w)});return x}});if(t.onCuepoint){var o=t.onCuepoint;q.onCuepoint.apply(q,typeof o=="function"?[o]:o);delete t.onCuepoint}m(t,function(v,w){if(typeof w=="function"){j(u,v,w);delete t[v]}});if(r==-1){s.onCuepoint=this.onCuepoint}};var l=function(p,r,q,t){var s={};var o=this;var u=false;if(t){i(s,t)}m(r,function(v,w){if(typeof w=="function"){s[v]=w;delete r[v]}});i(this,{animate:function(y,z,x){if(!y){return o}if(typeof z=="function"){x=z;z=500}if(typeof y=="string"){var w=y;y={};y[w]=z;z=500}if(x){var v=e();s[v]=x}if(z===undefined){z=500}r=q._api().fp_animate(p,y,z,v);return o},css:function(w,x){if(x!==undefined){var v={};v[w]=x;w=v}r=q._api().fp_css(p,w);i(o,r);return o},show:function(){this.display="block";q._api().fp_showPlugin(p);return o},hide:function(){this.display="none";q._api().fp_hidePlugin(p);return o},toggle:function(){this.display=q._api().fp_togglePlugin(p);return o},fadeTo:function(y,x,w){if(typeof x=="function"){w=x;x=500}if(w){var v=e();s[v]=w}this.display=q._api().fp_fadeTo(p,y,x,v);this.opacity=y;return o},fadeIn:function(w,v){return o.fadeTo(1,w,v)},fadeOut:function(w,v){return o.fadeTo(0,w,v)},getName:function(){return p},getPlayer:function(){return q},_fireEvent:function(w,v,x){if(w=="onUpdate"){var y=q._api().fp_getPlugin(p);if(!y){return}i(o,y);delete o.methods;if(!u){m(y.methods,function(){var A=""+this;o[A]=function(){var B=[].slice.call(arguments);var C=q._api().fp_invoke(p,A,B);return C==="undefined"||C===undefined?o:C}});u=true}}var z=s[w];if(z){z.apply(o,v);if(w.substring(0,1)=="_"){delete s[w]}}}})};function b(o,t,z){var E=this,y=null,x,u,p=[],s={},B={},r,v,w,D,A,q;i(E,{id:function(){return r},isLoaded:function(){return(y!==null)},getParent:function(){return o},hide:function(F){if(F){o.style.height="0px"}if(y){y.style.height="0px"}return E},show:function(){o.style.height=q+"px";if(y){y.style.height=A+"px"}return E},isHidden:function(){return y&&parseInt(y.style.height,10)===0},load:function(F){if(!y&&E._fireEvent("onBeforeLoad")!==false){m(a,function(){this.unload()});x=o.innerHTML;if(x&&!flashembed.isSupported(t.version)){o.innerHTML=""}flashembed(o,t,{config:z});if(F){F.cached=true;j(B,"onLoad",F)}}return E},unload:function(){if(x.replace(/\s/g,"")!==""){if(E._fireEvent("onBeforeUnload")===false){return E}try{if(y){y.fp_close();E._fireEvent("onUnload")}}catch(F){}y=null;o.innerHTML=x}return E},getClip:function(F){if(F===undefined){F=D}return p[F]},getCommonClip:function(){return u},getPlaylist:function(){return p},getPlugin:function(F){var H=s[F];if(!H&&E.isLoaded()){var G=E._api().fp_getPlugin(F);if(G){H=new l(F,G,E);s[F]=H}}return H},getScreen:function(){return E.getPlugin("screen")},getControls:function(){return E.getPlugin("controls")},getConfig:function(F){return F?k(z):z},getFlashParams:function(){return t},loadPlugin:function(I,H,K,J){if(typeof K=="function"){J=K;K={}}var G=J?e():"_";E._api().fp_loadPlugin(I,H,K,G);var F={};F[G]=J;var L=new l(I,null,E,F);s[I]=L;return L},getState:function(){return y?y.fp_getState():-1},play:function(G,F){function H(){if(G!==undefined){E._api().fp_play(G,F)}else{E._api().fp_play()}}if(y){H()}else{E.load(function(){H()})}return E},getVersion:function(){var G="flowplayer.js 3.1.4";if(y){var F=y.fp_getVersion();F.push(G);return F}return G},_api:function(){if(!y){throw"Flowplayer "+E.id()+" not loaded when calling an API method"}return y},setClip:function(F){E.setPlaylist([F]);return E},getIndex:function(){return w}});m(("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,ClipAdd,Fullscreen*,FullscreenExit,Error,MouseOver,MouseOut").split(","),function(){var F="on"+this;if(F.indexOf("*")!=-1){F=F.substring(0,F.length-1);var G="onBefore"+F.substring(2);E[G]=function(H){j(B,G,H);return E}}E[F]=function(H){j(B,F,H);return E}});m(("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,toggleFullscreen,reset,close,setPlaylist,addClip,playFeed").split(","),function(){var F=this;E[F]=function(H,G){if(!y){return E}var I=null;if(H!==undefined&&G!==undefined){I=y["fp_"+F](H,G)}else{I=(H===undefined)?y["fp_"+F]():y["fp_"+F](H)}return I==="undefined"||I===undefined?E:I}});E._fireEvent=function(O){if(typeof O=="string"){O=[O]}var P=O[0],M=O[1],K=O[2],J=O[3],I=0;if(z.debug){g(O)}if(!y&&P=="onLoad"&&M=="player"){y=y||c(v);A=y.clientHeight;m(p,function(){this._fireEvent("onLoad")});m(s,function(Q,R){R._fireEvent("onUpdate")});u._fireEvent("onLoad")}if(P=="onLoad"&&M!="player"){return}if(P=="onError"){if(typeof M=="string"||(typeof M=="number"&&typeof K=="number")){M=K;K=J}}if(P=="onContextMenu"){m(z.contextMenu[M],function(Q,R){R.call(E)});return}if(P=="onPluginEvent"){var F=M.name||M;var G=s[F];if(G){G._fireEvent("onUpdate",M);G._fireEvent(K,O.slice(3))}return}if(P=="onPlaylistReplace"){p=[];var L=0;m(M,function(){p.push(new h(this,L++,E))})}if(P=="onClipAdd"){if(M.isInStream){return}M=new h(M,K,E);p.splice(K,0,M);for(I=K+1;I<p.length;I++){p[I].index++}}var N=true;if(typeof M=="number"&&M<p.length){D=M;var H=p[M];if(H){N=H._fireEvent(P,K,J)}if(!H||N!==false){N=u._fireEvent(P,K,J,H)}}m(B[P],function(){N=this.call(E,M,K);if(this.cached){B[P].splice(I,1)}if(N===false){return false}I++});return N};function C(){if($f(o)){$f(o).getParent().innerHTML="";w=$f(o).getIndex();a[w]=E}else{a.push(E);w=a.length-1}q=parseInt(o.style.height,10)||o.clientHeight;if(typeof t=="string"){t={src:t}}r=o.id||"fp"+e();v=t.id||r+"_api";t.id=v;z.playerId=r;if(typeof z=="string"){z={clip:{url:z}}}if(typeof z.clip=="string"){z.clip={url:z.clip}}z.clip=z.clip||{};if(o.getAttribute("href",2)&&!z.clip.url){z.clip.url=o.getAttribute("href",2)}u=new h(z.clip,-1,E);z.playlist=z.playlist||[z.clip];var F=0;m(z.playlist,function(){var H=this;if(typeof H=="object"&&H.length){H={url:""+H}}m(z.clip,function(I,J){if(J!==undefined&&H[I]===undefined&&typeof J!="function"){H[I]=J}});z.playlist[F]=H;H=new h(H,F,E);p.push(H);F++});m(z,function(H,I){if(typeof I=="function"){if(u[H]){u[H](I)}else{j(B,H,I)}delete z[H]}});m(z.plugins,function(H,I){if(I){s[H]=new l(H,I,E)}});if(!z.plugins||z.plugins.controls===undefined){s.controls=new l("controls",null,E)}s.canvas=new l("canvas",null,E);t.bgcolor=t.bgcolor||"#000000";t.version=t.version||[9,0];t.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";function G(H){if(!E.isLoaded()&&E._fireEvent("onBeforeClick")!==false){E.load()}return f(H)}x=o.innerHTML;if(x.replace(/\s/g,"")!==""){if(o.addEventListener){o.addEventListener("click",G,false)}else{if(o.attachEvent){o.attachEvent("onclick",G)}}}else{if(o.addEventListener){o.addEventListener("click",f,false)}E.load()}}if(typeof o=="string"){flashembed.domReady(function(){var F=c(o);if(!F){throw"Flowplayer cannot access element: "+o}else{o=F;C()}})}else{C()}}var a=[];function d(o){this.length=o.length;this.each=function(p){m(o,p)};this.size=function(){return o.length}}window.flowplayer=window.$f=function(){var p=null;var o=arguments[0];if(!arguments.length){m(a,function(){if(this.isLoaded()){p=this;return false}});return p||a[0]}if(arguments.length==1){if(typeof o=="number"){return a[o]}else{if(o=="*"){return new d(a)}m(a,function(){if(this.id()==o.id||this.id()==o||this.getParent()==o){p=this;return false}});return p}}if(arguments.length>1){var r=arguments[1];var q=(arguments.length==3)?arguments[2]:{};if(typeof o=="string"){if(o.indexOf(".")!=-1){var t=[];m(n(o),function(){t.push(new b(this,k(r),k(q)))});return new d(t)}else{var s=c(o);return new b(s!==null?s:o,r,q)}}else{if(o){return new b(o,r,q)}}}return null};i(window.$f,{fireEvent:function(){var o=[].slice.call(arguments);var q=$f(o[0]);return q?q._fireEvent(o.slice(1)):null},addPlugin:function(o,p){b.prototype[o]=p;return $f},each:m,extend:i});if(typeof jQuery=="function"){jQuery.prototype.flowplayer=function(q,p){if(!arguments.length||typeof arguments[0]=="number"){var o=[];this.each(function(){var r=$f(this);if(r){o.push(r)}});return arguments.length?o[arguments[0]]:new d(o)}return this.each(function(){$f(this,k(q),p?k(p):{})})}}})();(function(){var e=typeof jQuery=="function";var i={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(e){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:i}}function j(){if(c.done){return false}var l=document;if(l&&l.getElementsByTagName&&l.getElementById&&l.body){clearInterval(c.timer);c.timer=null;for(var k=0;k<c.ready.length;k++){c.ready[k].call()}c.ready=null;c.done=true}}var c=e?jQuery:function(k){if(c.done){return k()}if(c.timer){c.ready.push(k)}else{c.ready=[k];c.timer=setInterval(j,13)}};function f(l,k){if(k){for(key in k){if(k.hasOwnProperty(key)){l[key]=k[key]}}}return l}function g(k){switch(h(k)){case"string":k=k.replace(new RegExp('(["\\\\])',"g"),"\\$1");k=k.replace(/^\s?(\d+)%/,"$1pct");return'"'+k+'"';case"array":return"["+b(k,function(n){return g(n)}).join(",")+"]";case"function":return'"function()"';case"object":var l=[];for(var m in k){if(k.hasOwnProperty(m)){l.push('"'+m+'":'+g(k[m]))}}return"{"+l.join(",")+"}"}return String(k).replace(/\s/g," ").replace(/\'/g,'"')}function h(l){if(l===null||l===undefined){return false}var k=typeof l;return(k=="object"&&l.push)?"array":k}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function b(k,n){var m=[];for(var l in k){if(k.hasOwnProperty(l)){m[l]=n(k[l])}}return m}function a(r,t){var q=f({},r);var s=document.all;var n='<object width="'+q.width+'" height="'+q.height+'"';if(s&&!q.id){q.id="_"+(""+Math.random()).substring(9)}if(q.id){n+=' id="'+q.id+'"'}if(q.cachebusting){q.src+=((q.src.indexOf("?")!=-1?"&":"?")+Math.random())}if(q.w3c||!s){n+=' data="'+q.src+'" type="application/x-shockwave-flash"'}else{n+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}n+=">";if(q.w3c||s){n+='<param name="movie" value="'+q.src+'" />'}q.width=q.height=q.id=q.w3c=q.src=null;for(var l in q){if(q[l]!==null){n+='<param name="'+l+'" value="'+q[l]+'" />'}}var o="";if(t){for(var m in t){if(t[m]!==null){o+=m+"="+(typeof t[m]=="object"?g(t[m]):t[m])+"&"}}o=o.substring(0,o.length-1);n+='<param name="flashvars" value=\''+o+"' />"}n+="</object>";return n}function d(m,p,l){var k=flashembed.getVersion();f(this,{getContainer:function(){return m},getConf:function(){return p},getVersion:function(){return k},getFlashvars:function(){return l},getApi:function(){return m.firstChild},getHTML:function(){return a(p,l)}});var q=p.version;var r=p.expressInstall;var o=!q||flashembed.isSupported(q);if(o){p.onFail=p.version=p.expressInstall=null;m.innerHTML=a(p,l)}else{if(q&&r&&flashembed.isSupported([6,65])){f(p,{src:r});l={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};m.innerHTML=a(p,l)}else{if(m.innerHTML.replace(/\s/g,"")!==""){}else{m.innerHTML="<h2>Flash version "+q+" or greater is required</h2><h3>"+(k[0]>0?"Your version is "+k:"You have no flash plugin installed")+"</h3>"+(m.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})();


/* 
-- jquery.tools.min.js --
*/
/*
 * jquery.tools 1.1.2 - The missing UI library for the Web
 * 
 * [tools.tabs-1.0.4, tools.tabs.slideshow-1.0.2, tools.tabs.history-1.0.2, tools.tooltip-1.1.2, tools.tooltip.slide-1.0.0, tools.tooltip.dynamic-1.0.1, tools.scrollable-1.1.2, tools.scrollable.circular-0.5.1, tools.scrollable.autoscroll-1.0.1, tools.scrollable.navigator-1.0.2, tools.scrollable.mousewheel-1.0.1, tools.overlay-1.1.2, tools.overlay.gallery-1.0.0, tools.overlay.apple-1.0.1, tools.expose-1.0.5]
 * 
 * Copyright (c) 2009 Tero Piirainen
 * http://flowplayer.org/tools/
 *
 * Dual licensed under MIT and GPL 2+ licenses
 * http://www.opensource.org/licenses
 * 
 * -----
 * 
 * jquery.event.wheel.js - rev 1 
 * Copyright (c) 2008, Three Dub Media (http://threedubmedia.com)
 * Liscensed under the MIT License (MIT-LICENSE.txt)
 * http://www.opensource.org/licenses/mit-license.php
 * Created: 2008-07-01 | Updated: 2008-07-14
 * 
 * -----
 * 
 * File generated: Wed Oct 07 12:05:57 GMT+00:00 2009
 */
(function(d){d.tools=d.tools||{};d.tools.tabs={version:"1.0.4",conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",api:false,rotate:false},addEffect:function(e,f){c[e]=f}};var c={"default":function(f,e){this.getPanes().hide().eq(f).show();e.call()},fade:function(g,e){var f=this.getConf(),j=f.fadeOutSpeed,h=this.getPanes();if(j){h.fadeOut(j)}else{h.hide()}h.eq(g).fadeIn(f.fadeInSpeed,e)},slide:function(f,e){this.getPanes().slideUp(200);this.getPanes().eq(f).slideDown(400,e)},ajax:function(f,e){this.getPanes().eq(0).load(this.getTabs().eq(f).attr("href"),e)}};var b;d.tools.tabs.addEffect("horizontal",function(f,e){if(!b){b=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){d(this).hide()});this.getPanes().eq(f).animate({width:b},function(){d(this).show();e.call()})});function a(g,h,f){var e=this,j=d(this),i;d.each(f,function(k,l){if(d.isFunction(l)){j.bind(k,l)}});d.extend(this,{click:function(k,n){var o=e.getCurrentPane();var l=g.eq(k);if(typeof k=="string"&&k.replace("#","")){l=g.filter("[href*="+k.replace("#","")+"]");k=Math.max(g.index(l),0)}if(f.rotate){var m=g.length-1;if(k<0){return e.click(m,n)}if(k>m){return e.click(0,n)}}if(!l.length){if(i>=0){return e}k=f.initialIndex;l=g.eq(k)}if(k===i){return e}n=n||d.Event();n.type="onBeforeClick";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}c[f.effect].call(e,k,function(){n.type="onClick";j.trigger(n,[k])});n.type="onStart";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}i=k;g.removeClass(f.current);l.addClass(f.current);return e},getConf:function(){return f},getTabs:function(){return g},getPanes:function(){return h},getCurrentPane:function(){return h.eq(i)},getCurrentTab:function(){return g.eq(i)},getIndex:function(){return i},next:function(){return e.click(i+1)},prev:function(){return e.click(i-1)},bind:function(k,l){j.bind(k,l);return e},onBeforeClick:function(k){return this.bind("onBeforeClick",k)},onClick:function(k){return this.bind("onClick",k)},unbind:function(k){j.unbind(k);return e}});g.each(function(k){d(this).bind(f.event,function(l){e.click(k,l);return false})});if(location.hash){e.click(location.hash)}else{if(f.initialIndex===0||f.initialIndex>0){e.click(f.initialIndex)}}h.find("a[href^=#]").click(function(k){e.click(d(this).attr("href"),k)})}d.fn.tabs=function(i,f){var g=this.eq(typeof f=="number"?f:0).data("tabs");if(g){return g}if(d.isFunction(f)){f={onBeforeClick:f}}var h=d.extend({},d.tools.tabs.conf),e=this.length;f=d.extend(h,f);this.each(function(l){var j=d(this);var k=j.find(f.tabs);if(!k.length){k=j.children()}var m=i.jquery?i:j.children(i);if(!m.length){m=e==1?d(i):j.parent().find(i)}g=new a(k,m,f);j.data("tabs",g)});return f.api?g:this}})(jQuery);
(function(b){var a=b.tools.tabs;a.plugins=a.plugins||{};a.plugins.slideshow={version:"1.0.2",conf:{next:".forward",prev:".backward",disabledClass:"disabled",autoplay:false,autopause:true,interval:3000,clickable:true,api:false}};b.prototype.slideshow=function(e){var f=b.extend({},a.plugins.slideshow.conf),c=this.length,d;e=b.extend(f,e);this.each(function(){var p=b(this),m=p.tabs(),i=b(m),o=m;b.each(e,function(t,u){if(b.isFunction(u)){m.bind(t,u)}});function n(t){return c==1?b(t):p.parent().find(t)}var s=n(e.next).click(function(){m.next()});var q=n(e.prev).click(function(){m.prev()});var h,j,l,g=false;b.extend(m,{play:function(){if(h){return}var t=b.Event("onBeforePlay");i.trigger(t);if(t.isDefaultPrevented()){return m}g=false;h=setInterval(m.next,e.interval);i.trigger("onPlay");m.next()},pause:function(){if(!h){return m}var t=b.Event("onBeforePause");i.trigger(t);if(t.isDefaultPrevented()){return m}h=clearInterval(h);l=clearInterval(l);i.trigger("onPause")},stop:function(){m.pause();g=true},onBeforePlay:function(t){return m.bind("onBeforePlay",t)},onPlay:function(t){return m.bind("onPlay",t)},onBeforePause:function(t){return m.bind("onBeforePause",t)},onPause:function(t){return m.bind("onPause",t)}});if(e.autopause){var k=m.getTabs().add(s).add(q).add(m.getPanes());k.hover(function(){m.pause();j=clearInterval(j)},function(){if(!g){j=setTimeout(m.play,e.interval)}})}if(e.autoplay){l=setTimeout(m.play,e.interval)}else{m.stop()}if(e.clickable){m.getPanes().click(function(){m.next()})}if(!m.getConf().rotate){var r=e.disabledClass;if(!m.getIndex()){q.addClass(r)}m.onBeforeClick(function(u,t){if(!t){q.addClass(r)}else{q.removeClass(r);if(t==m.getTabs().length-1){s.addClass(r)}else{s.removeClass(r)}}})}});return e.api?d:this}})(jQuery);
(function(d){var a=d.tools.tabs;a.plugins=a.plugins||{};a.plugins.history={version:"1.0.2",conf:{api:false}};var e,b;function c(f){if(f){var g=b.contentWindow.document;g.open().close();g.location.hash=f}}d.fn.onHash=function(g){var f=this;if(d.browser.msie&&d.browser.version<"8"){if(!b){b=d("<iframe/>").attr("src","javascript:false;").hide().get(0);d("body").append(b);setInterval(function(){var i=b.contentWindow.document,j=i.location.hash;if(e!==j){d.event.trigger("hash",j);e=j}},100);c(location.hash||"#")}f.bind("click.hash",function(h){c(d(this).attr("href"))})}else{setInterval(function(){var j=location.hash;var i=f.filter("[href$="+j+"]");if(!i.length){j=j.replace("#","");i=f.filter("[href$="+j+"]")}if(i.length&&j!==e){e=j;d.event.trigger("hash",j)}},100)}d(window).bind("hash",g);return this};d.fn.history=function(g){var h=d.extend({},a.plugins.history.conf),f;g=d.extend(h,g);this.each(function(){var j=d(this).tabs(),i=j.getTabs();if(j){f=j}i.onHash(function(k,l){if(!l||l=="#"){l=j.getConf().initialIndex}j.click(l)});i.click(function(k){location.hash=d(this).attr("href").replace("#","")})});return g.api?f:this}})(jQuery);
(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.2",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);
(function(b){var a=b.tools.tooltip;a.effects=a.effects||{};a.effects.slide={version:"1.0.0"};b.extend(a.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!b.browser.msie});var c={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};b.tools.tooltip.addEffect("slide",function(d){var f=this.getConf(),g=this.getTip(),h=f.slideFade?{opacity:f.opacity}:{},e=c[f.direction]||c.up;h[e[1]]=e[0]+"="+f.slideOffset;if(f.slideFade){g.css({opacity:0})}g.show().animate(h,f.slideInSpeed,d)},function(e){var g=this.getConf(),i=g.slideOffset,h=g.slideFade?{opacity:0}:{},f=c[g.direction]||c.up;var d=""+f[0];if(g.bounce){d=d=="+"?"-":"+"}h[f[1]]=d+"="+i;this.getTip().animate(h,g.slideOutSpeed,function(){b(this).hide();e.call()})})})(jQuery);
(function(d){var c=d.tools.tooltip;c.plugins=c.plugins||{};c.plugins.dynamic={version:"1.0.1",conf:{api:false,classNames:"top right bottom left"}};function b(h){var e=d(window);var g=e.width()+e.scrollLeft();var f=e.height()+e.scrollTop();return[h.offset().top<=e.scrollTop(),g<=h.offset().left+h.width(),f<=h.offset().top+h.height(),e.scrollLeft()>=h.offset().left]}function a(f){var e=f.length;while(e--){if(f[e]){return false}}return true}d.fn.dynamic=function(g){var h=d.extend({},c.plugins.dynamic.conf),f;if(typeof g=="number"){g={speed:g}}g=d.extend(h,g);var e=g.classNames.split(/\s/),i;this.each(function(){if(d(this).tooltip().jquery){throw"Lazy feature not supported by dynamic plugin. set lazy: false for tooltip"}var j=d(this).tooltip().onBeforeShow(function(n,o){var m=this.getTip(),l=this.getConf();if(!i){i=[l.position[0],l.position[1],l.offset[0],l.offset[1],d.extend({},l)]}d.extend(l,i[4]);l.position=[i[0],i[1]];l.offset=[i[2],i[3]];m.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var k=b(m);if(!a(k)){if(k[2]){d.extend(l,g.top);l.position[0]="top";m.addClass(e[0])}if(k[3]){d.extend(l,g.right);l.position[1]="right";m.addClass(e[1])}if(k[0]){d.extend(l,g.bottom);l.position[0]="bottom";m.addClass(e[2])}if(k[1]){d.extend(l,g.left);l.position[1]="left";m.addClass(e[3])}if(k[0]||k[2]){l.offset[0]*=-1}if(k[1]||k[3]){l.offset[1]*=-1}}m.css({visibility:"visible"}).hide()});j.onShow(function(){var l=this.getConf(),k=this.getTip();l.position=[i[0],i[1]];l.offset=[i[2],i[3]]});j.onHide(function(){var k=this.getTip();k.removeClass(g.classNames)});f=j});return g.api?f:this}})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var c;function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i;if(!c){c=r}b.each(m,function(s,t){if(b.isFunction(t)){p.bind(s,t)}});if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t);return m.globalNav?s:o.parent().find(t)}o.data("finder",l);var f=l(m.prev),h=l(m.next),g=l(m.prevPage),n=l(m.nextPage);b.extend(r,{getIndex:function(){return k},getClickIndex:function(){var s=r.getItems();return s.index(s.filter("."+m.activeClass))},getConf:function(){return m},getSize:function(){return r.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/m.size)},getPageIndex:function(){return Math.ceil(k/m.size)},getNaviButtons:function(){return f.add(h).add(g).add(n)},getRoot:function(){return o},getItemWrap:function(){return e},getItems:function(){return e.children(m.item)},getVisibleItems:function(){return r.getItems().slice(k,k+m.size)},seekTo:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isFunction(w)){t=w}if(s>r.getSize()-m.size){return m.loop?r.begin():this.end()}var u=r.getItems().eq(s);if(!u.length){return r}var v=b.Event("onBeforeSeek");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}if(w===undefined||b.isFunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onSeek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r;k=s;v=b.Event("onStart");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}f.add(g).toggleClass(m.disabledClass,s===0);h.add(n).toggleClass(m.disabledClass,s>=r.getSize()-m.size);return r},move:function(u,t,s){i=u>0;return this.seekTo(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movePage:function(w,v,u){i=w>0;var s=m.size*w;var t=k%m.size;if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevPage:function(t,s){return this.movePage(-1,t,s)},nextPage:function(t,s){return this.movePage(1,t,s)},setPage:function(t,u,s){return this.seekTo(t*m.size,u,s)},begin:function(t,s){i=false;return this.seekTo(0,t,s)},end:function(t,s){i=true;var u=this.getSize()-m.size;return u>0?this.seekTo(u,t,s):r},reload:function(){p.trigger("onReload");return r},focus:function(){c=r;return r},click:function(u){var v=r.getItems().eq(u),s=m.activeClass,t=m.size;if(u<0||u>=r.getSize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getSize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getItems().removeClass(s);v.addClass(s);return r.seekTo(u,time,fn)}if(!v.hasClass(s)){r.getItems().removeClass(s);v.addClass(s);var x=Math.floor(t/2);var w=u-x;if(w>r.getSize()-t){w=r.getSize()-t}if(w!==u){return r.seekTo(w)}}return r},bind:function(s,t){p.bind(s,t);return r},unbind:function(s){p.unbind(s);return r}});b.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}});f.addClass(m.disabledClass).click(function(){r.prev()});h.click(function(){r.next()});n.click(function(){r.nextPage()});if(r.getSize()<m.size){h.add(n).addClass(m.disabledClass)}g.addClass(m.disabledClass).click(function(){r.prevPage()});var j=m.hoverClass,q="keydown."+Math.random().toString().substring(10);r.onReload(function(){if(j){r.getItems().hover(function(){b(this).addClass(j)},function(){b(this).removeClass(j)})}if(m.clickable){r.getItems().each(function(s){b(this).unbind("click.scrollable").bind("click.scrollable",function(t){if(b(t.target).is("a")){return}return r.click(s)})})}if(m.keyboard){b(document).unbind(q).bind(q,function(t){if(t.altKey||t.ctrlKey){return}if(m.keyboard!="static"&&c!=r){return}var u=m.keyboardSteps;if(d&&(t.keyCode==37||t.keyCode==39)){r.move(t.keyCode==37?-u:u);return t.preventDefault()}if(!d&&(t.keyCode==38||t.keyCode==40)){r.move(t.keyCode==38?-u:u);return t.preventDefault()}return true})}else{b(document).unbind(q)}});r.reload()}b.fn.scrollable=function(d){var e=this.eq(typeof d=="number"?d:0).data("scrollable");if(e){return e}var f=b.extend({},b.tools.scrollable.conf);d=b.extend(f,d);d.keyboardSteps=d.keyboardSteps||d.size;this.each(function(){e=new a(b(this),d);b(this).data("scrollable",e)});return d.api?e:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.circular={version:"0.5.1",conf:{api:false,clonedClass:"cloned"}};b.fn.circular=function(e){var d=b.extend({},a.plugins.circular.conf),c;b.extend(d,e);this.each(function(){var i=b(this).scrollable(),n=i.getItems(),k=i.getConf(),f=i.getItemWrap(),j=0;if(i){c=i}if(n.length<k.size){return false}n.slice(0,k.size).each(function(o){b(this).clone().appendTo(f).click(function(){i.click(n.length+o)}).addClass(d.clonedClass)});var l=b.makeArray(n.slice(-k.size)).reverse();b(l).each(function(o){b(this).clone().prependTo(f).click(function(){i.click(-o-1)}).addClass(d.clonedClass)});var m=f.children(k.item);var h=k.hoverClass;if(h){m.hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)})}function g(o){var p=m.eq(o);if(k.vertical){f.css({top:-p.position().top})}else{f.css({left:-p.position().left})}}g(k.size);b.extend(i,{move:function(s,r,p,q){var u=j+s+k.size;var t=u>i.getSize()-k.size;if(u<=0||t){var o=j+k.size+(t?-n.length:n.length);g(o);u=o+s}if(q){m.removeClass(k.activeClass).eq(u+Math.floor(k.size/2)).addClass(k.activeClass)}if(u===j+k.size){return self}return i.seekTo(u,r,p)},begin:function(p,o){return this.seekTo(k.size,p,o)},end:function(p,o){return this.seekTo(n.length,p,o)},click:function(p,r,q){if(!k.clickable){return self}if(k.size==1){return this.next()}var s=p-j,o=k.activeClass;s-=Math.floor(k.size/2);return this.move(s,r,q,true)},getIndex:function(){return j},setPage:function(p,q,o){return this.seekTo(p*k.size+k.size,q,o)},getPageAmount:function(){return Math.ceil(n.length/k.size)},getPageIndex:function(){if(j<0){return this.getPageAmount()-1}if(j>=n.length){return 0}var o=(j+k.size)/k.size-1;return o},getVisibleItems:function(){var o=j+k.size;return m.slice(o,o+k.size)}});i.onStart(function(p,o){j=o-k.size;return false});i.getNaviButtons().removeClass(k.disabledClass)});return d.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setInterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearInterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getRoot().add(g.getNaviButtons()).hover(function(){g.pause();clearInterval(f)},function(){if(!h){f=setTimeout(g.play,e.interval)}})}if(e.autoplay){setTimeout(g.play,e.interval)}});return e.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,api:false,idPrefix:null}};b.fn.navigator=function(d){var e=b.extend({},a.plugins.navigator.conf),c;if(typeof d=="string"){d={navi:d}}d=b.extend(e,d);this.each(function(){var i=b(this).scrollable(),f=i.getRoot(),l=f.data("finder").call(null,d.navi),g=null,k=i.getNaviButtons();if(i){c=i}i.getNaviButtons=function(){return k.add(l)};function j(){if(!l.children().length||l.data("navi")==i){l.empty();l.data("navi",i);for(var m=0;m<i.getPageAmount();m++){l.append(b("<"+(d.naviItem||"a")+"/>"))}g=l.children().each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()});if(d.indexed){o.text(n)}if(d.idPrefix){o.attr("id",d.idPrefix+n)}})}else{g=d.naviItem?l.find(d.naviItem):l.children();g.each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()})})}g.eq(0).addClass(d.activeClass)}i.onStart(function(o,n){var m=d.activeClass;g.removeClass(m).eq(i.getPageIndex()).addClass(m)});i.onReload(function(){j()});j();var h=g.filter("[href="+location.hash+"]");if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jQuery);
(function(b){b.fn.wheel=function(e){return this[e?"bind":"trigger"]("wheel",e)};b.event.special.wheel={setup:function(){b.event.add(this,d,c,{})},teardown:function(){b.event.remove(this,d,c)}};var d=!b.browser.mozilla?"mousewheel":"DOMMouseScroll"+(b.browser.version<"1.9"?" mousemove":"");function c(e){switch(e.type){case"mousemove":return b.extend(e.data,{clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY});case"DOMMouseScroll":b.extend(e,e.data);e.delta=-e.detail/3;break;case"mousewheel":e.delta=e.wheelDelta/120;break}e.type="wheel";return b.event.handle.call(this,e,e.delta)}var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.mousewheel={version:"1.0.1",conf:{api:false,speed:50}};b.fn.mousewheel=function(f){var g=b.extend({},a.plugins.mousewheel.conf),e;if(typeof f=="number"){f={speed:f}}f=b.extend(g,f);this.each(function(){var h=b(this).scrollable();if(h){e=h}h.getRoot().wheel(function(i,j){h.move(j<0?1:-1,f.speed||50);return false})});return f.api?e:this}})(jQuery);
(function(c){c.tools=c.tools||{};c.tools.overlay={version:"1.1.2",addEffect:function(e,f,g){b[e]=[f,g]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var b={};c.tools.overlay.addEffect("default",function(e){this.getOverlay().fadeIn(this.getConf().speed,e)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,e)});var d=[];function a(g,k){var o=this,m=c(this),n=c(window),j,i,h,e=k.expose&&c.tools.expose.version;var f=k.target||g.attr("rel");i=f?c(f):null||g;if(!i.length){throw"Could not find Overlay: "+f}if(g&&g.index(i)==-1){g.click(function(p){o.load(p);return p.preventDefault()})}c.each(k,function(p,q){if(c.isFunction(q)){m.bind(p,q)}});c.extend(o,{load:function(u){if(o.isOpened()){return o}var r=b[k.effect];if(!r){throw'Overlay: cannot find effect : "'+k.effect+'"'}if(k.oneInstance){c.each(d,function(){this.close(u)})}u=u||c.Event();u.type="onBeforeLoad";m.trigger(u);if(u.isDefaultPrevented()){return o}h=true;if(e){i.expose().load(u)}var t=k.top;var s=k.left;var p=i.outerWidth({margin:true});var q=i.outerHeight({margin:true});if(typeof t=="string"){t=t=="center"?Math.max((n.height()-q)/2,0):parseInt(t,10)/100*n.height()}if(s=="center"){s=Math.max((n.width()-p)/2,0)}if(!k.absolute){t+=n.scrollTop();s+=n.scrollLeft()}i.css({top:t,left:s,position:"absolute"});u.type="onStart";m.trigger(u);r[0].call(o,function(){if(h){u.type="onLoad";m.trigger(u)}});if(k.closeOnClick){c(document).bind("click.overlay",function(w){if(!o.isOpened()){return}var v=c(w.target);if(v.parents(i).length>1){return}c.each(d,function(){this.close(w)})})}if(k.closeOnEsc){c(document).unbind("keydown.overlay").bind("keydown.overlay",function(v){if(v.keyCode==27){c.each(d,function(){this.close(v)})}})}return o},close:function(q){if(!o.isOpened()){return o}q=q||c.Event();q.type="onBeforeClose";m.trigger(q);if(q.isDefaultPrevented()){return}h=false;b[k.effect][1].call(o,function(){q.type="onClose";m.trigger(q)});var p=true;c.each(d,function(){if(this.isOpened()){p=false}});if(p){c(document).unbind("click.overlay").unbind("keydown.overlay")}return o},getContent:function(){return i},getOverlay:function(){return i},getTrigger:function(){return g},getClosers:function(){return j},isOpened:function(){return h},getConf:function(){return k},bind:function(p,q){m.bind(p,q);return o},unbind:function(p){m.unbind(p);return o}});c.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(p,q){o[q]=function(r){return o.bind(q,r)}});if(e){if(typeof k.expose=="string"){k.expose={color:k.expose}}c.extend(k.expose,{api:true,closeOnClick:k.closeOnClick,closeOnEsc:false});var l=i.expose(k.expose);l.onBeforeClose(function(p){o.close(p)});o.onClose(function(p){l.close(p)})}j=i.find(k.close||".close");if(!j.length&&!k.close){j=c('<div class="close"></div>');i.prepend(j)}j.click(function(p){o.close(p)})}c.fn.overlay=function(e){var f=this.eq(typeof e=="number"?e:0).data("overlay");if(f){return f}if(c.isFunction(e)){e={onBeforeLoad:e}}var g=c.extend({},c.tools.overlay.conf);e=c.extend(true,g,e);this.each(function(){f=new a(c(this),e);d.push(f);c(this).data("overlay",f)});return e.api?f:this}})(jQuery);
(function(b){var a=b.tools.overlay;a.plugins=a.plugins||{};a.plugins.gallery={version:"1.0.0",conf:{imgId:"img",next:".next",prev:".prev",info:".info",progress:".progress",disabledClass:"disabled",activeClass:"active",opacity:0.8,speed:"slow",template:"<strong>${title}</strong> <span>Image ${index} of ${total}</span>",autohide:true,preload:true,api:false}};b.fn.gallery=function(d){var o=b.extend({},a.plugins.gallery.conf),m;b.extend(o,d);m=this.overlay();var r=this,j=m.getOverlay(),k=j.find(o.next),g=j.find(o.prev),e=j.find(o.info),c=j.find(o.progress),h=g.add(k).add(e).css({opacity:o.opacity}),s=m.getClosers(),l;function p(u){c.fadeIn();h.hide();s.hide();var t=u.attr("href");var v=new Image();v.onload=function(){c.fadeOut();var y=b("#"+o.imgId,j);if(!y.length){y=b("<img/>").attr("id",o.imgId).css("visibility","hidden");j.prepend(y)}y.attr("src",t).css("visibility","hidden");var z=v.width;var A=(b(window).width()-z)/2;l=r.index(r.filter("[href="+t+"]"));r.removeClass(o.activeClass).eq(l).addClass(o.activeClass);var w=o.disabledClass;h.removeClass(w);if(l===0){g.addClass(w)}if(l==r.length-1){k.addClass(w)}var B=o.template.replace("${title}",u.attr("title")||u.data("title")).replace("${index}",l+1).replace("${total}",r.length);var x=parseInt(e.css("paddingLeft"),10)+parseInt(e.css("paddingRight"),10);e.html(B).css({width:z-x});j.animate({width:z,height:v.height,left:A},o.speed,function(){y.hide().css("visibility","visible").fadeIn(function(){if(!o.autohide){h.fadeIn();s.show()}})})};v.onerror=function(){j.fadeIn().html("Cannot find image "+t)};v.src=t;if(o.preload){r.filter(":eq("+(l-1)+"), :eq("+(l+1)+")").each(function(){var w=new Image();w.src=b(this).attr("href")})}}function f(t,u){t.click(function(){if(t.hasClass(o.disabledClass)){return}var v=r.eq(i=l+(u?1:-1));if(v.length){p(v)}})}f(k,true);f(g);b(document).keydown(function(t){if(!j.is(":visible")||t.altKey||t.ctrlKey){return}if(t.keyCode==37||t.keyCode==39){var u=t.keyCode==37?g:k;u.click();return t.preventDefault()}return true});function q(){if(!j.is(":animated")){h.show();s.show()}}if(o.autohide){j.hover(q,function(){h.fadeOut();s.hide()}).mousemove(q)}var n;this.each(function(){var v=b(this),u=b(this).overlay(),t=u;u.onBeforeLoad(function(){p(v)});u.onClose(function(){r.removeClass(o.activeClass)})});return o.api?n:this}})(jQuery);
(function(d){var b=d.tools.overlay;b.effects=b.effects||{};b.effects.apple={version:"1.0.1"};d.extend(b.conf,{start:{absolute:true,top:null,left:null},fadeInSpeed:"fast",zIndex:9999});function c(f){var g=f.offset();return[g.top+f.height()/2,g.left+f.width()/2]}var e=function(n){var k=this.getOverlay(),f=this.getConf(),i=this.getTrigger(),q=this,r=k.outerWidth({margin:true}),m=k.data("img");if(!m){var l=k.css("backgroundImage");if(!l){throw"background-image CSS property not set for overlay"}l=l.substring(l.indexOf("(")+1,l.indexOf(")")).replace(/\"/g,"");k.css("backgroundImage","none");m=d('<img src="'+l+'"/>');m.css({border:0,position:"absolute",display:"none"}).width(r);d("body").append(m);k.data("img",m)}var o=d(window),j=f.start.top||Math.round(o.height()/2),h=f.start.left||Math.round(o.width()/2);if(i){var g=c(i);j=g[0];h=g[1]}if(!f.start.absolute){j+=o.scrollTop();h+=o.scrollLeft()}m.css({top:j,left:h,width:0,zIndex:f.zIndex}).show();m.animate({top:k.css("top"),left:k.css("left"),width:r},f.speed,function(){k.css("zIndex",f.zIndex+1).fadeIn(f.fadeInSpeed,function(){if(q.isOpened()&&!d(this).index(k)){n.call()}else{k.hide()}})})};var a=function(f){var h=this.getOverlay(),i=this.getConf(),g=this.getTrigger(),l=i.start.top,k=i.start.left;h.hide();if(g){var j=c(g);l=j[0];k=j[1]}h.data("img").animate({top:l,left:k,width:0},i.closeSpeed,f)};b.addEffect("apple",e,a)})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function a(){if(b.browser.msie){var f=b(document).height(),e=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,f-e<20?e:f]}return[b(window).width(),b(document).height()]}function c(h,g){var e=this,j=b(this),d=null,f=false,i=0;b.each(g,function(k,l){if(b.isFunction(l)){j.bind(k,l)}});b(window).resize(function(){e.fit()});b.extend(this,{getMask:function(){return d},getExposed:function(){return h},getConf:function(){return g},isLoaded:function(){return f},load:function(n){if(f){return e}i=h.eq(0).css("zIndex");if(g.maskId){d=b("#"+g.maskId)}if(!d||!d.length){var l=a();d=b("<div/>").css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:0,zIndex:g.zIndex});if(g.maskId){d.attr("id",g.maskId)}b("body").append(d);var k=d.css("backgroundColor");if(!k||k=="transparent"||k=="rgba(0, 0, 0, 0)"){d.css("backgroundColor",g.color)}if(g.closeOnEsc){b(document).bind("keydown.unexpose",function(o){if(o.keyCode==27){e.close()}})}if(g.closeOnClick){d.bind("click.unexpose",function(o){e.close(o)})}}n=n||b.Event();n.type="onBeforeLoad";j.trigger(n);if(n.isDefaultPrevented()){return e}b.each(h,function(){var o=b(this);if(!/relative|absolute|fixed/i.test(o.css("position"))){o.css("position","relative")}});h.css({zIndex:Math.max(g.zIndex+1,i=="auto"?0:i)});var m=d.height();if(!this.isLoaded()){d.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){if(d.height()!=m){d.css("height",m)}n.type="onLoad";j.trigger(n)})}f=true;return e},close:function(k){if(!f){return e}k=k||b.Event();k.type="onBeforeClose";j.trigger(k);if(k.isDefaultPrevented()){return e}d.fadeOut(g.closeSpeed,function(){k.type="onClose";j.trigger(k);h.css({zIndex:b.browser.msie?i:null})});f=false;return e},fit:function(){if(d){var k=a();d.css({width:k[0],height:k[1]})}},bind:function(k,l){j.bind(k,l);return e},unbind:function(k){j.unbind(k);return e}});b.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(k,l){e[l]=function(m){return e.bind(l,m)}})}b.fn.expose=function(d){var e=this.eq(typeof d=="number"?d:0).data("expose");if(e){return e}if(typeof d=="string"){d={color:d}}var f=b.extend({},b.tools.expose.conf);d=b.extend(f,d);this.each(function(){e=new c(b(this),d);b(this).data("expose",e)});return d.api?e:this}})(jQuery);



/* 
-- jquery.countdown.min.js --
*/
/* http://keith-wood.name/countdown.html
   Countdown for jQuery v1.5.5.
   Written by Keith Wood (kbwood{at}iinet.com.au) January 2008.
   Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and 
   MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses. 
   Please attribute the author if you use it. */
(function($){function Countdown(){this.regional=[];this.regional['']={labels:['Years','Months','Weeks','Days','Hours','Minutes','Seconds'],labels1:['Year','Month','Week','Day','Hour','Minute','Second'],compactLabels:['y','m','w','d'],timeSeparator:':',isRTL:false};this._defaults={until:null,since:null,timezone:null,serverSync:null,format:'dHMS',layout:'',compact:false,description:'',expiryUrl:'',expiryText:'',alwaysExpire:false,onExpiry:null,onTick:null};$.extend(this._defaults,this.regional[''])}var w='countdown';var Y=0;var O=1;var W=2;var D=3;var H=4;var M=5;var S=6;$.extend(Countdown.prototype,{markerClassName:'hasCountdown',_timer:setInterval(function(){$.countdown._updateTargets()},980),_timerTargets:[],setDefaults:function(a){this._resetExtraLabels(this._defaults,a);extendRemove(this._defaults,a||{})},UTCDate:function(a,b,c,e,f,g,h,i){if(typeof b=='object'&&b.constructor==Date){i=b.getMilliseconds();h=b.getSeconds();g=b.getMinutes();f=b.getHours();e=b.getDate();c=b.getMonth();b=b.getFullYear()}var d=new Date();d.setUTCFullYear(b);d.setUTCDate(1);d.setUTCMonth(c||0);d.setUTCDate(e||1);d.setUTCHours(f||0);d.setUTCMinutes((g||0)-(Math.abs(a)<30?a*60:a));d.setUTCSeconds(h||0);d.setUTCMilliseconds(i||0);return d},_settingsCountdown:function(a,b){if(!b){return $.countdown._defaults}var c=$.data(a,w);return(b=='all'?c.options:c.options[b])},_attachCountdown:function(a,b){var c=$(a);if(c.hasClass(this.markerClassName)){return}c.addClass(this.markerClassName);var d={options:$.extend({},b),_periods:[0,0,0,0,0,0,0]};$.data(a,w,d);this._changeCountdown(a)},_addTarget:function(a){if(!this._hasTarget(a)){this._timerTargets.push(a)}},_hasTarget:function(a){return($.inArray(a,this._timerTargets)>-1)},_removeTarget:function(b){this._timerTargets=$.map(this._timerTargets,function(a){return(a==b?null:a)})},_updateTargets:function(){for(var i=0;i<this._timerTargets.length;i++){this._updateCountdown(this._timerTargets[i])}},_updateCountdown:function(a,b){var c=$(a);b=b||$.data(a,w);if(!b){return}c.html(this._generateHTML(b));c[(this._get(b,'isRTL')?'add':'remove')+'Class']('countdown_rtl');var d=this._get(b,'onTick');if(d){d.apply(a,[b._hold!='lap'?b._periods:this._calculatePeriods(b,b._show,new Date())])}var e=b._hold!='pause'&&(b._since?b._now.getTime()<=b._since.getTime():b._now.getTime()>=b._until.getTime());if(e&&!b._expiring){b._expiring=true;if(this._hasTarget(a)||this._get(b,'alwaysExpire')){this._removeTarget(a);var f=this._get(b,'onExpiry');if(f){f.apply(a,[])}var g=this._get(b,'expiryText');if(g){var h=this._get(b,'layout');b.options.layout=g;this._updateCountdown(a,b);b.options.layout=h}var i=this._get(b,'expiryUrl');if(i){window.location=i}}b._expiring=false}else if(b._hold=='pause'){this._removeTarget(a)}$.data(a,w,b)},_changeCountdown:function(a,b,c){b=b||{};if(typeof b=='string'){var d=b;b={};b[d]=c}var e=$.data(a,w);if(e){this._resetExtraLabels(e.options,b);extendRemove(e.options,b);this._adjustSettings(a,e);$.data(a,w,e);var f=new Date();if((e._since&&e._since<f)||(e._until&&e._until>f)){this._addTarget(a)}this._updateCountdown(a,e)}},_resetExtraLabels:function(a,b){var c=false;for(var n in b){if(n.match(/[Ll]abels/)){c=true;break}}if(c){for(var n in a){if(n.match(/[Ll]abels[0-9]/)){a[n]=null}}}},_adjustSettings:function(a,b){var c=this._get(b,'serverSync');c=(c?c.apply(a,[]):null);var d=new Date();var e=this._get(b,'timezone');e=(e==null?-d.getTimezoneOffset():e);b._since=this._get(b,'since');if(b._since){b._since=this.UTCDate(e,this._determineTime(b._since,null));if(b._since&&c){b._since.setMilliseconds(b._since.getMilliseconds()+d.getTime()-c.getTime())}}b._until=this.UTCDate(e,this._determineTime(this._get(b,'until'),d));if(c){b._until.setMilliseconds(b._until.getMilliseconds()+d.getTime()-c.getTime())}b._show=this._determineShow(b)},_destroyCountdown:function(a){var b=$(a);if(!b.hasClass(this.markerClassName)){return}this._removeTarget(a);b.removeClass(this.markerClassName).empty();$.removeData(a,w)},_pauseCountdown:function(a){this._hold(a,'pause')},_lapCountdown:function(a){this._hold(a,'lap')},_resumeCountdown:function(a){this._hold(a,null)},_hold:function(a,b){var c=$.data(a,w);if(c){if(c._hold=='pause'&&!b){c._periods=c._savePeriods;var d=(c._since?'-':'+');c[c._since?'_since':'_until']=this._determineTime(d+c._periods[0]+'y'+d+c._periods[1]+'o'+d+c._periods[2]+'w'+d+c._periods[3]+'d'+d+c._periods[4]+'h'+d+c._periods[5]+'m'+d+c._periods[6]+'s');this._addTarget(a)}c._hold=b;c._savePeriods=(b=='pause'?c._periods:null);$.data(a,w,c);this._updateCountdown(a,c)}},_getTimesCountdown:function(a){var b=$.data(a,w);return(!b?null:(!b._hold?b._periods:this._calculatePeriods(b,b._show,new Date())))},_get:function(a,b){return(a.options[b]!=null?a.options[b]:$.countdown._defaults[b])},_determineTime:function(k,l){var m=function(a){var b=new Date();b.setTime(b.getTime()+a*1000);return b};var n=function(a){a=a.toLowerCase();var b=new Date();var c=b.getFullYear();var d=b.getMonth();var e=b.getDate();var f=b.getHours();var g=b.getMinutes();var h=b.getSeconds();var i=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g;var j=i.exec(a);while(j){switch(j[2]||'s'){case's':h+=parseInt(j[1],10);break;case'm':g+=parseInt(j[1],10);break;case'h':f+=parseInt(j[1],10);break;case'd':e+=parseInt(j[1],10);break;case'w':e+=parseInt(j[1],10)*7;break;case'o':d+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break;case'y':c+=parseInt(j[1],10);e=Math.min(e,$.countdown._getDaysInMonth(c,d));break}j=i.exec(a)}return new Date(c,d,e,f,g,h,0)};var o=(k==null?l:(typeof k=='string'?n(k):(typeof k=='number'?m(k):k)));if(o)o.setMilliseconds(0);return o},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_generateHTML:function(c){c._periods=periods=(c._hold?c._periods:this._calculatePeriods(c,c._show,new Date()));var d=false;var e=0;for(var f=0;f<c._show.length;f++){d|=(c._show[f]=='?'&&periods[f]>0);c._show[f]=(c._show[f]=='?'&&!d?null:c._show[f]);e+=(c._show[f]?1:0)}var g=this._get(c,'compact');var h=this._get(c,'layout');var i=(g?this._get(c,'compactLabels'):this._get(c,'labels'));var j=this._get(c,'timeSeparator');var k=this._get(c,'description')||'';var l=function(a){var b=$.countdown._get(c,'compactLabels'+periods[a]);return(c._show[a]?periods[a]+(b?b[a]:i[a])+' ':'')};var m=function(a){var b=$.countdown._get(c,'labels'+periods[a]);return(c._show[a]?'<span class="countdown_section"><span class="countdown_amount">'+periods[a]+'</span><br/>'+(b?b[a]:i[a])+'</span>':'')};return(h?this._buildLayout(c,h,g):((g?'<span class="countdown_row countdown_amount'+(c._hold?' countdown_holding':'')+'">'+l(Y)+l(O)+l(W)+l(D)+(c._show[H]?this._minDigits(periods[H],2):'')+(c._show[M]?(c._show[H]?j:'')+this._minDigits(periods[M],2):'')+(c._show[S]?(c._show[H]||c._show[M]?j:'')+this._minDigits(periods[S],2):''):'<span class="countdown_row countdown_show'+e+(c._hold?' countdown_holding':'')+'">'+m(Y)+m(O)+m(W)+m(D)+m(H)+m(M)+m(S))+'</span>'+(k?'<span class="countdown_row countdown_descr">'+k+'</span>':'')))},_buildLayout:function(c,d,e){var f=this._get(c,(e?'compactLabels':'labels'));var g=function(a){return($.countdown._get(c,(e?'compactLabels':'labels')+c._periods[a])||f)[a]};var h=function(a,b){return Math.floor(a/b)%10};var j={desc:this._get(c,'description'),sep:this._get(c,'timeSeparator'),yl:g(Y),yn:c._periods[Y],ynn:this._minDigits(c._periods[Y],2),ynnn:this._minDigits(c._periods[Y],3),y1:h(c._periods[Y],1),y10:h(c._periods[Y],10),y100:h(c._periods[Y],100),y1000:h(c._periods[Y],1000),ol:g(O),on:c._periods[O],onn:this._minDigits(c._periods[O],2),onnn:this._minDigits(c._periods[O],3),o1:h(c._periods[O],1),o10:h(c._periods[O],10),o100:h(c._periods[O],100),o1000:h(c._periods[O],1000),wl:g(W),wn:c._periods[W],wnn:this._minDigits(c._periods[W],2),wnnn:this._minDigits(c._periods[W],3),w1:h(c._periods[W],1),w10:h(c._periods[W],10),w100:h(c._periods[W],100),w1000:h(c._periods[W],1000),dl:g(D),dn:c._periods[D],dnn:this._minDigits(c._periods[D],2),dnnn:this._minDigits(c._periods[D],3),d1:h(c._periods[D],1),d10:h(c._periods[D],10),d100:h(c._periods[D],100),d1000:h(c._periods[D],1000),hl:g(H),hn:c._periods[H],hnn:this._minDigits(c._periods[H],2),hnnn:this._minDigits(c._periods[H],3),h1:h(c._periods[H],1),h10:h(c._periods[H],10),h100:h(c._periods[H],100),h1000:h(c._periods[H],1000),ml:g(M),mn:c._periods[M],mnn:this._minDigits(c._periods[M],2),mnnn:this._minDigits(c._periods[M],3),m1:h(c._periods[M],1),m10:h(c._periods[M],10),m100:h(c._periods[M],100),m1000:h(c._periods[M],1000),sl:g(S),sn:c._periods[S],snn:this._minDigits(c._periods[S],2),snnn:this._minDigits(c._periods[S],3),s1:h(c._periods[S],1),s10:h(c._periods[S],10),s100:h(c._periods[S],100),s1000:h(c._periods[S],1000)};var k=d;for(var i=0;i<7;i++){var l='yowdhms'.charAt(i);var m=new RegExp('\\{'+l+'<\\}(.*)\\{'+l+'>\\}','g');k=k.replace(m,(c._show[i]?'$1':''))}$.each(j,function(n,v){var a=new RegExp('\\{'+n+'\\}','g');k=k.replace(a,v)});return k},_minDigits:function(a,b){a=''+a;if(a.length>=b){return a}a='0000000000'+a;return a.substr(a.length-b)},_determineShow:function(a){var b=this._get(a,'format');var c=[];c[Y]=(b.match('y')?'?':(b.match('Y')?'!':null));c[O]=(b.match('o')?'?':(b.match('O')?'!':null));c[W]=(b.match('w')?'?':(b.match('W')?'!':null));c[D]=(b.match('d')?'?':(b.match('D')?'!':null));c[H]=(b.match('h')?'?':(b.match('H')?'!':null));c[M]=(b.match('m')?'?':(b.match('M')?'!':null));c[S]=(b.match('s')?'?':(b.match('S')?'!':null));return c},_calculatePeriods:function(f,g,h){f._now=h;f._now.setMilliseconds(0);var i=new Date(f._now.getTime());if(f._since){if(h.getTime()<f._since.getTime()){f._now=h=i}else{h=f._since}}else{i.setTime(f._until.getTime());if(h.getTime()>f._until.getTime()){f._now=h=i}}var j=[0,0,0,0,0,0,0];if(g[Y]||g[O]){var k=$.countdown._getDaysInMonth(h.getFullYear(),h.getMonth());var l=$.countdown._getDaysInMonth(i.getFullYear(),i.getMonth());var m=(i.getDate()==h.getDate()||(i.getDate()>=Math.min(k,l)&&h.getDate()>=Math.min(k,l)));var n=function(a){return(a.getHours()*60+a.getMinutes())*60+a.getSeconds()};var o=Math.max(0,(i.getFullYear()-h.getFullYear())*12+i.getMonth()-h.getMonth()+((i.getDate()<h.getDate()&&!m)||(m&&n(i)<n(h))?-1:0));j[Y]=(g[Y]?Math.floor(o/12):0);j[O]=(g[O]?o-j[Y]*12:0);var p=function(a,b,c){var d=(a.getDate()==c);var e=$.countdown._getDaysInMonth(a.getFullYear()+b*j[Y],a.getMonth()+b*j[O]);if(a.getDate()>e){a.setDate(e)}a.setFullYear(a.getFullYear()+b*j[Y]);a.setMonth(a.getMonth()+b*j[O]);if(d){a.setDate(e)}return a};if(f._since){i=p(i,-1,l)}else{h=p(new Date(h.getTime()),+1,k)}}var q=Math.floor((i.getTime()-h.getTime())/1000);var r=function(a,b){j[a]=(g[a]?Math.floor(q/b):0);q-=j[a]*b};r(W,604800);r(D,86400);r(H,3600);r(M,60);r(S,1);if(q>0&&!f._since){var s=[1,12,4.3482,7,24,60,60];var t=S;var u=1;for(var v=S;v>=Y;v--){if(g[v]){if(j[t]>=u){j[t]=0;q=1}if(q>0){j[v]++;q=0;t=v;u=1}}u*=s[v]}}return j}});function extendRemove(a,b){$.extend(a,b);for(var c in b){if(b[c]==null){a[c]=null}}return a}$.fn.countdown=function(a){var b=Array.prototype.slice.call(arguments,1);if(a=='getTimes'||a=='settings'){return $.countdown['_'+a+'Countdown'].apply($.countdown,[this[0]].concat(b))}return this.each(function(){if(typeof a=='string'){$.countdown['_'+a+'Countdown'].apply($.countdown,[this].concat(b))}else{$.countdown._attachCountdown(this,a)}})};$.countdown=new Countdown()})(jQuery);


/* 
-- jquery.countdown-de.js --
*/
﻿/* http://keith-wood.name/countdown.html
   German initialisation for the jQuery countdown extension
   Written by Keith Wood (kbwood@virginbroadband.com.au) Jan 2008. */
/*
(function($) {
	$.countdown.regional['de'] = {
		labels: ['Jahren', 'Monate', 'Wochen', 'Tage', 'Stunden', 'Minuten', 'Sekunden'],
		labels1: ['Jahre', 'Monat', 'Woche', 'Tag', 'Stunde', 'Minute', 'Sekunde'],
		compactLabels: ['J', 'M', 'W', 'T'],
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['de']);
})(jQuery);
*/
(function($) {
	$.countdown.regional['de'] = {
		labels: ['Jahren', 'Monate', 'Wochen', ' T // ', ' h : ', ' m : ', ' s'],
		labels1: ['Jahre', 'Monat', 'Woche', ' T // ', ' h : ', ' m : ', ' s'],
		compactLabels: ['J', 'M', 'W', 'T'],
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['de']);
})(jQuery);



/* 
-- econv.js --
*/


// -------------------------------------------------------------------------------------------------------------------

function video_resize(id,text_b,text_s){
	if($("#player-"+id).width()<640)
	{
		// alle die gross sind -> klein machen
		$(".bigplayer .video").width(320);
		$(".bigplayer .video").height(200);
		$(".bigplayer .video-top a.resize").text(text_b);
		$(".bigplayer").css("z-index",1000);
		$(".bigplayer").removeClass("bigplayer");
		
		// aktuellen vergroessern
		$("#player-"+id).width(640);
		$("#player-"+id).height(380);
		$("#box-"+id).addClass("bigplayer");
		$("#box-"+id).css("z-Index",10000);
		$("#text-"+id+" a.resize").text(text_s);
	}else
	{
		// noch gross -> klein machen.
		$("#player-"+id).width(320);
		$("#player-"+id).height(200);
		$("#box-"+id).removeClass("bigplayer");
		$("#text-"+id+" a.resize").text(text_b);
	}
}

function video_stopstart(id,fid,text_stop,text_start)
{
	if($("#stopstart-"+id).text() == text_stop)
	{
		$("#stopstart-"+id).text(text_start);
		$("#player-"+id).text("");
	}else
	{
		$("#stopstart-"+id).text(text_stop);
		eval(fid+"()");
	}
}

var current_livepic_big = 0; 

function livepic_resize(id,text_b,text_s)
{
	video_resize(id,text_b,text_s)
	if(current_livepic_big == 0)
	{
		current_livepic_big = 1;
	}else
	{
		current_livepic_big = 0;
	}
	livepic_setpic();
}

function livepic_setpic()
{
	// alert(current_livepic);
  	// alert("1"+$("#livepic").attr("src"));
	if(current_livepic_big == 1)
  	{
  		$("#livepic").attr("src","index.php?rex_resize=640w__380h__"+current_livepic).attr("width",640).attr("height",380);
  	}else
  	{
  		$("#livepic").attr("src","index.php?rex_resize=322w__200h__"+current_livepic).attr("width",322).attr("height",200);
  	}
  	// alert("2"+$("#livepic").attr("src"));
}


// -------------------------------------------------------------------------------------------------------------------

function toggle_termin(id,txt_open,txt_close){

	var a = $("#date-id-ul-" + id);
	var b = $("#date-id-top-" + id);

	if(a.hasClass("date-c"))
	{
		a.addClass("date-a").removeClass("date-c");
		b.addClass("date-a").removeClass("date-c");
		
		$("#date-id-top-" + id +" a").text(txt_close);
		
	}else
	{
		a.addClass("date-c").removeClass("date-a");
		b.addClass("date-c").removeClass("date-a");
		$("#date-id-top-" + id +" a").text(txt_open);
	}
	
}

// -------------------------------------------------------------------------------------------------------------------

$(document).ready(function(){

	/*	Popup */
	$("a.popup").fancybox({
		'frameWidth': 690,
		'frameHeight': 400,
		'hideOnContentClick': false, 
		'overlayOpacity': 0.8
	});
	
	$("a.popup-v2").fancybox({
		'frameHeight': 556,
		'frameWidth': 653,
		'hideOnContentClick': false, 
		'overlayOpacity': 0.8
	});

	
});




// -------------------------------------------------------------------------------------------------------------------

function makeWinObj(name,url,posx,posy,width,height,extra)
{
        if (extra == 'toolbar') extra = 'scrollbars=yes,toolbar=yes';
        else if (extra == 'empty') extra = 'scrollbars=no,toolbar=no';
        else extra = 'scrollbars=yes,toolbar=no' + extra;

        this.name=name;
        this.url=url;
        this.obj=window.open(url,name,'width='+width+',height='+height+', ' + extra);

        // alert("x: "+posx+" | posy: "+posy);

        this.obj.moveTo(posx,posy);
        this.obj.focus();

        return this;
}

function closeAll()
{
        for( var i=0;i<=winObjCounter;i++)
        {
                if(winObj[i]) winObj[i].obj.close();
        }
}

function newWindow(name,link,width,height,type)
{
        if (width==0) width=550;
        if (height==0) height=400;

        if (type == 'scrollbars')
        {
                extra = 'toolbar';
        }else if (type == 'empty')
        {
                extra = 'empty';
        }else
        {
                extra = type
        }

        if (type=="nav")
        {
                posx = parseInt(screen.width/2)-390;
                posy = parseInt(screen.height/2) - 24 - 290;
                width= 320;
                height=580;
        }else if (type=="content")
        {
                posx = parseInt(screen.width/2) - 390 + 330;
                posy = parseInt(screen.height/2) - 24 - 290;
                width= 470;
                height=580;
        }else
        {
                posx = parseInt((screen.width-width)/2);
                posy = parseInt((screen.height-height)/2) - 24;
        }



        winObjCounter++;
        winObj[winObjCounter]=new makeWinObj(name,link,posx,posy,width,height,extra);
}

var winObj = new Array();
var winObjCounter = -1;



/* 
-- jquery.fancybox-1.2.6.pack.js --
*/
/*
 * FancyBox - jQuery Plugin
 * simple and fancy lightbox alternative
 *
 * Copyright (c) 2009 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 * 
 * Version: 1.2.6 (16/11/2009)
 * Requires: jQuery v1.3+
 * 
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
;eval(function(p,a,c,k,e,r){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--)r[e(c)]=k[c]||e(c);k=[function(e){return r[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}(';(p($){$.q.1Q=p(){J O.2n(p(){n b=$(O).u(\'2o\');8(b.1d(/^3i\\(["\']?(.*\\.2p)["\']?\\)$/i)){b=3j.$1;$(O).u({\'2o\':\'3k\',\'1e\':"3l:3m.3n.3o(3p=D, 3q="+($(O).u(\'3r\')==\'2q-3s\'?\'3t\':\'3u\')+", 13=\'"+b+"\')"}).2n(p(){n a=$(O).u(\'1u\');8(a!=\'2r\'&&a!=\'2s\')$(O).u(\'1u\',\'2s\')})}})};n l,4,1f=F,X=1v 1w,1x,1y=1,1z=/\\.(3v|3w|2p|3x|3y)(.*)?$/i;n m=1A,18=$.14.1g&&$.14.2t.1R(0,1)==6&&!19.3z,1S=18||($.14.1g&&$.14.2t.1R(0,1)==7);$.q.r=p(o){n j=$.2u({},$.q.r.2v,o);n k=O;p 2w(){l=O;4=$.2u({},j);2x();J F};p 2x(){8(1f)J;8($.1T(4.1U)){4.1U()}4.v=[];4.t=0;8(j.v.Y>0){4.v=j.v}C{n a={};8(!l.1B||l.1B==\'\'){n a={K:l.K,G:l.G};8($(l).1C("1l:1D").Y){a.S=$(l).1C("1l:1D")}C{a.S=$(l)}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}C{n b=$(k).1e("a[1B="+l.1B+"]");n a={};3A(n i=0;i<b.Y;i++){a={K:b[i].K,G:b[i].G};8($(b[i]).1C("1l:1D").Y){a.S=$(b[i]).1C("1l:1D")}C{a.S=$(b[i])}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}}}3B(4.v[4.t].K!=l.K){4.t++}8(4.1E){8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'3C\');$("#T").u(\'A\',$(U).A())}$("#T").u({\'3D-3E\':4.2A,\'22\':4.2B}).Z()}$(19).11("23.L 24.L",$.q.r.2C);1h()};p 1h(){$("#1n, #1o, #1i, #H").1a();n b=4.v[4.t].K;8(b.1d("1j")||l.3F.2D("1j")>=0){$.q.r.1F();1p(\'<1j s="2E" 3G="2F.q.r.2G()" 3H="3I\'+P.1b(P.3J()*3K)+\'" 2H="0" 3L="0" 13="\'+b+\'"></1j>\',4.1G,4.1H)}C 8(b.1d(/#/)){n c=19.3M.K.3N(\'#\')[0];c=b.3O(c,\'\');c=c.1R(c.2D(\'#\'));1p(\'<9 s="3P">\'+$(c).2I()+\'</9>\',4.1G,4.1H)}C 8(b.1d(1z)){X=1v 1w;X.13=b;8(X.3Q){25()}C{$.q.r.1F();$(X).Q().11(\'3R\',p(){$("#M").1a();25()})}}C{$.q.r.1F();$.3S(b,p(a){$("#M").1a();1p(\'<9 s="3T">\'+a+\'</9>\',4.1G,4.1H)})}};p 25(){n a=X.E;n b=X.A;n c=(4.N*2)+40;n d=(4.N*2)+26;n w=$.q.r.1q();8(4.2J&&(a>(w[0]-c)||b>(w[1]-d))){n e=P.28(P.28(w[0]-c,a)/a,P.28(w[1]-d,b)/b);a=P.1b(e*a);b=P.1b(e*b)}1p(\'<1l 1W="" s="3U" 13="\'+X.13+\'" />\',a,b)};p 2K(){8((4.v.Y-1)>4.t){n a=4.v[4.t+1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}8(4.t>0){n a=4.v[4.t-1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}};p 1p(a,b,c){1f=D;n d=4.N;8(1S||m){$("#y")[0].15.2L("A");$("#y")[0].15.2L("E")}8(d>0){b+=d*2;c+=d*2;$("#y").u({\'z\':d+\'R\',\'2M\':d+\'R\',\'2N\':d+\'R\',\'B\':d+\'R\',\'E\':\'2O\',\'A\':\'2O\'});8(1S||m){$("#y")[0].15.2P(\'A\',\'(O.2Q.3V - \'+d*2+\')\');$("#y")[0].15.2P(\'E\',\'(O.2Q.3W - \'+d*2+\')\')}}C{$("#y").u({\'z\':0,\'2M\':0,\'2N\':0,\'B\':0,\'E\':\'2R%\',\'A\':\'2R%\'})}8($("#x").16(":V")&&b==$("#x").E()&&c==$("#x").A()){$("#y").1J(\'29\',p(){$("#y").1r().1K($(a)).2a("1L",p(){1s()})});J}n w=$.q.r.1q();n e=(c+26)>w[1]?w[3]:(w[3]+P.1b((w[1]-c-26)*0.5));n f=(b+40)>w[0]?w[2]:(w[2]+P.1b((w[0]-b-40)*0.5));n g={\'B\':f,\'z\':e,\'E\':b+\'R\',\'A\':c+\'R\'};8($("#x").16(":V")){$("#y").1J("1L",p(){$("#y").1r();$("#x").2b(g,4.2S,4.2T,p(){$("#y").1K($(a)).2a("1L",p(){1s()})})})}C{8(4.2c>0&&4.v[4.t].S!==1m){$("#y").1r().1K($(a));n h=4.v[4.t].S;n i=$.q.r.2d(h);$("#x").u({\'B\':(i.B-20-4.N)+\'R\',\'z\':(i.z-20-4.N)+\'R\',\'E\':$(h).E()+(4.N*2),\'A\':$(h).A()+(4.N*2)});8(4.2e){g.22=\'Z\'}$("#x").2b(g,4.2c,4.2U,p(){1s()})}C{$("#y").1a().1r().1K($(a)).Z();$("#x").u(g).2a("1L",p(){1s()})}}};p 2V(){8(4.t!==0){$("#1o, #2W").Q().11("17",p(e){e.2X();4.t--;1h();J F});$("#1o").Z()}8(4.t!=(4.v.Y-1)){$("#1n, #2Y").Q().11("17",p(e){e.2X();4.t++;1h();J F});$("#1n").Z()}};p 1s(){8($.14.1g){$("#y")[0].15.1M(\'1e\');$("#x")[0].15.1M(\'1e\')}2V();2K();$(U).11("1N.L",p(e){8(e.2f==27&&4.2Z){$.q.r.1c()}C 8(e.2f==37&&4.t!==0){$(U).Q("1N.L");4.t--;1h()}C 8(e.2f==39&&4.t!=(4.v.Y-1)){$(U).Q("1N.L");4.t++;1h()}});8(4.30){$("#y").17($.q.r.1c)}8(4.1E&&4.31){$("#T").11("17",$.q.r.1c)}8(4.33){$("#1i").11("17",$.q.r.1c).Z()}8(1V 4.v[4.t].G!==\'1m\'&&4.v[4.t].G.Y>0){n a=$("#x").1u();$(\'#H 9\').3X(4.v[4.t].G).2I();$(\'#H\').u({\'z\':a.z+$("#x").34()-32,\'B\':a.B+(($("#x").35()*0.5)-($(\'#H\').E()*0.5))}).Z()}8(4.1E&&18){$(\'1X, 1Y, 1Z\',$(\'#y\')).u(\'21\',\'V\')}8($.1T(4.2g)){4.2g(4.v[4.t])}8($.14.1g){$("#x")[0].15.1M(\'1e\');$("#y")[0].15.1M(\'1e\')}1f=F};J O.Q(\'17.L\').11(\'17.L\',2w)};$.q.r.2C=p(){n w=$.q.r.1q();8(4.2h&&$("#x").16(\':V\')){n a=$("#x").35();n b=$("#x").34();n c={\'z\':(b>w[1]?w[3]:w[3]+P.1b((w[1]-b)*0.5)),\'B\':(a>w[0]?w[2]:w[2]+P.1b((w[0]-a)*0.5))};$("#x").u(c);$(\'#H\').u({\'z\':c.z+b-32,\'B\':c.B+((a*0.5)-($(\'#H\').E()*0.5))})}8(18&&$("#T").16(\':V\')){$("#T").u({\'A\':$(U).A()})}8($("#M").16(\':V\')){$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])})}};$.q.r.1t=p(a,b){J 3Y($.3Z(a.41?a[0]:a,b,D))||0};$.q.r.2d=p(a){n b=a.42();b.z+=$.q.r.1t(a,\'43\');b.z+=$.q.r.1t(a,\'44\');b.B+=$.q.r.1t(a,\'45\');b.B+=$.q.r.1t(a,\'46\');J b};$.q.r.2G=p(){$("#M").1a();$("#2E").Z()};$.q.r.1q=p(){J[$(19).E(),$(19).A(),$(U).47(),$(U).48()]};$.q.r.36=p(){8(!$("#M").16(\':V\')){38(1x);J}$("#M > 9").u(\'z\',(1y*-40)+\'R\');1y=(1y+1)%12};$.q.r.1F=p(){38(1x);n w=$.q.r.1q();$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])}).Z();$("#M").11(\'17\',$.q.r.1c);1x=49($.q.r.36,4a)};$.q.r.1c=p(){1f=D;$(X).Q();$(U).Q("1N.L");$(19).Q("23.L 24.L");$("#T, #y, #1i").Q();$("#1i, #M, #1o, #1n, #H").1a();1O=p(){8($("#T").16(\':V\')){$("#T").1J("29")}$("#y").1r();8(4.2h){$(19).Q("23.L 24.L")}8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'V\')}8($.1T(4.2i)){4.2i()}1f=F};8($("#x").16(":V")!==F){8(4.2j>0&&4.v[4.t].S!==1m){n a=4.v[4.t].S;n b=$.q.r.2d(a);n c={\'B\':(b.B-20-4.N)+\'R\',\'z\':(b.z-20-4.N)+\'R\',\'E\':$(a).E()+(4.N*2),\'A\':$(a).A()+(4.N*2)};8(4.2e){c.22=\'1a\'}$("#x").3a(F,D).2b(c,4.2j,4.3b,1O)}C{$("#x").3a(F,D).1J(\'29\',1O)}}C{1O()}J F};$.q.r.3c=p(){n a=\'\';a+=\'<9 s="T"></9>\';a+=\'<9 s="M"><9></9></9>\';a+=\'<9 s="x">\';a+=\'<9 s="3d">\';a+=\'<9 s="1i"></9>\';a+=\'<9 s="W"><9 I="W" s="4b"></9><9 I="W" s="4c"></9><9 I="W" s="4d"></9><9 I="W" s="4e"></9><9 I="W" s="4f"></9><9 I="W" s="4g"></9><9 I="W" s="4h"></9><9 I="W" s="4i"></9></9>\';a+=\'<a K="2k:;" s="1o"><1P I="2l" s="2W"></1P></a><a K="2k:;" s="1n"><1P I="2l" s="2Y"></1P></a>\';a+=\'<9 s="y"></9>\';a+=\'</9>\';a+=\'</9>\';a+=\'<9 s="H"></9>\';$(a).3e("4j");$(\'<3f 4k="0" 4l="0" 4m="0"><3g><1k I="H" s="4n"></1k><1k I="H" s="4o"><9></9></1k><1k I="H" s="4p"></1k></3g></3f>\').3e(\'#H\');8($.14.1g){$(".W").1Q()}8(18){$("9#T").u("1u","2r");$("#M 9, #1i, .H, .2l").1Q();$("#3d").4q(\'<1j s="3h" 13="2k:F;" 4r="2q" 2H="0"></1j>\');n b=$(\'#3h\')[0].4s.U;b.4t();b.1c()}};$.q.r.2v={N:10,2J:D,2e:D,2c:0,2j:0,2S:4u,2U:\'2m\',3b:\'2m\',2T:\'2m\',1G:4v,1H:4w,1E:D,2B:0.3,2A:\'#4x\',2Z:D,33:D,31:D,30:D,2h:D,v:[],1U:1A,2g:1A,2i:1A};$(U).4y(p(){m=$.14.1g&&!$.4z;8($("#x").Y<1){$.q.r.3c()}})})(2F);',62,284,'||||opts||||if|div||||||||||||||var||function|fn|fancybox|id|itemCurrent|css|itemArray||fancy_outer|fancy_content|top|height|left|else|true|width|false|title|fancy_title|class|return|href|fb|fancy_loading|padding|this|Math|unbind|px|orig|fancy_overlay|document|visible|fancy_bg|imagePreloader|length|show||bind||src|browser|style|is|click|IE6|window|hide|round|close|match|filter|busy|msie|_change_item|fancy_close|iframe|td|img|undefined|fancy_right|fancy_left|_set_content|getViewport|empty|_finish|getNumeric|position|new|Image|loadingTimer|loadingFrame|imageRegExp|null|rel|children|first|overlayShow|showLoading|frameWidth|frameHeight|objNext|fadeOut|append|normal|removeAttribute|keydown|__cleanup|span|fixPNG|substr|oldIE|isFunction|callbackOnStart|typeof|alt|embed|object|select||visibility|opacity|resize|scroll|_proceed_image|60||min|fast|fadeIn|animate|zoomSpeedIn|getPosition|zoomOpacity|keyCode|callbackOnShow|centerOnScroll|callbackOnClose|zoomSpeedOut|javascript|fancy_ico|swing|each|backgroundImage|png|no|absolute|relative|version|extend|defaults|_initialize|_start|attr|push|overlayColor|overlayOpacity|scrollBox|indexOf|fancy_frame|jQuery|showIframe|frameborder|html|imageScale|_preload_neighbor_images|removeExpression|right|bottom|auto|setExpression|parentNode|100|zoomSpeedChange|easingChange|easingIn|_set_navigation|fancy_left_ico|stopPropagation|fancy_right_ico|enableEscapeButton|hideOnContentClick|hideOnOverlayClick||showCloseButton|outerHeight|outerWidth|animateLoading||clearInterval||stop|easingOut|build|fancy_inner|appendTo|table|tr|fancy_bigIframe|url|RegExp|none|progid|DXImageTransform|Microsoft|AlphaImageLoader|enabled|sizingMethod|backgroundRepeat|repeat|crop|scale|jpg|gif|bmp|jpeg|XMLHttpRequest|for|while|hidden|background|color|className|onload|name|fancy_iframe|random|1000|hspace|location|split|replace|fancy_div|complete|load|get|fancy_ajax|fancy_img|clientHeight|clientWidth|text|parseInt|curCSS||jquery|offset|paddingTop|borderTopWidth|paddingLeft|borderLeftWidth|scrollLeft|scrollTop|setInterval|66|fancy_bg_n|fancy_bg_ne|fancy_bg_e|fancy_bg_se|fancy_bg_s|fancy_bg_sw|fancy_bg_w|fancy_bg_nw|body|cellspacing|cellpadding|border|fancy_title_left|fancy_title_main|fancy_title_right|prepend|scrolling|contentWindow|open|300|560|340|666|ready|boxModel'.split('|'),0,{}));


/* 
-- soh.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}('(u(){y 1q=7,17,8S=1q.c,5q$=1q.$,c=1q.c=1q.$=u(H,P){v 3X c.K.7L(H,P)},93=/^[^<]*(<(.|\\s)+>)[^>]*$|^#([\\w-]+)$/,8E=/^.[^:#\\[\\.,]*$/;c.K=c.2F={7L:u(H,P){H=H||L;k(H.Y){7[0]=H;7.J=1;7.P=H;v 7}k(1c H==="24"){y C=93.3t(H);k(C&&(C[1]||!P)){k(C[1])H=c.6D([C[1]],P);N{y 6=L.5c(C[3]);k(6&&6.1p!=C[3])v c().1R(H);y I=c(6||[]);I.P=L;I.H=H;v I}}N v c(P).1R(H)}N k(c.2o(H))v c(L).3z(H);k(H.H&&H.P){7.H=H.H;7.P=H.P}v 7.8Z(c.4i(H)?H:c.2k(H))},H:"",c:"1.3.2",58:u(){v 7.J},4n:u(2P){v 2P===17?3i.2F.2s.1w(7):7[2P]},3g:u(1I,E,H){y I=c(1I);I.84=7;I.P=7.P;k(E==="1R")I.H=7.H+(7.H?" ":"")+H;N k(E)I.H=7.H+"."+E+"("+H+")";v I},8Z:u(1I){7.J=0;3i.2F.1A.1S(7,1I);v 7},11:u(1b,2O){v c.11(7,1b,2O)},3f:u(6){v c.3R(6&&6.c?6[0]:6,7)},2p:u(E,M,B){y 15=E;k(1c E==="24")k(M===17)v 7[0]&&c[B||"2p"](7[0],E);N{15={};15[E]=M}v 7.11(u(i){T(E 1L 15)c.2p(B?7.V:7,E,c.1g(7,15[E],B,i,E))})},2G:u(2N,M){k((2N==\'2X\'||2N==\'3l\')&&3Q(M)<0)M=17;v 7.2p(2N,M,"35")},1D:u(1D){k(1c 1D!=="1G"&&1D!=R)v 7.6s().51((7[0]&&7[0].1U||L).6a(1D));y I="";c.11(1D||7,u(){c.11(7.45,u(){k(7.Y!=8)I+=7.Y!=1?7.6O:c.K.1D([7])})});v I},8q:u(26){k(7[0]){y 3u=c(26,7[0].1U).7w();k(7[0].1v)3u.3m(7[0]);3u.33(u(){y 6=7;1P(6.1E)6=6.1E;v 6}).51(7)}v 7},b3:u(26){v 7.11(u(){c(7).aD().8q(26)})},3u:u(26){v 7.11(u(){c(7).8q(26)})},51:u(){v 7.5e(1H,O,u(6){k(7.Y==1)7.3w(6)})},ay:u(){v 7.5e(1H,O,u(6){k(7.Y==1)7.3m(6,7.1E)})},az:u(){v 7.5e(1H,U,u(6){7.1v.3m(6,7)})},7N:u(){v 7.5e(1H,U,u(6){7.1v.3m(6,7.4w)})},3o:u(){v 7.84||c([])},1A:[].1A,49:[].49,4A:[].4A,1R:u(H){k(7.J===1){y I=7.3g([],"1R",H);I.J=0;c.1R(H,7[0],I);v I}N{v 7.3g(c.6g(c.33(7,u(6){v c.1R(H,6)})),"1R",H)}},7w:u(1r){y I=7.33(u(){k(!c.2i.8k&&!c.6H(7)){y 26=7.b4;k(!26){y Q=7.1U.2l("Q");Q.3w(7.6e(O));26=Q.3k}v c.6D([26.1F(/ c\\d+="(?:\\d+|R)"/g,"").1F(/^\\s*/,"")])[0]}N v 7.6e(O)});k(1r===O){y 31=7.1R("*").7W(),i=0;I.1R("*").7W().11(u(){k(7.1u!==31[i].1u)v;y 1r=c.G(31[i],"1r");T(y B 1L 1r){T(y 1J 1L 1r[B]){c.F.2c(7,B,1r[B][1J],1r[B][1J].G)}}i++})}v I},1n:u(H){v 7.3g(c.2o(H)&&c.5E(7,u(6,i){v H.1w(6,i)})||c.4N(H,c.5E(7,u(6){v 6.Y===1})),"1n",H)},5O:u(H){y 3c=c.1x.C.4U.1e(H)?c(H):R,7M=0;v 7.33(u(){y 1d=7;1P(1d&&1d.1U){k(3c?3c.3f(1d)>-1:c(1d).5B(H)){c.G(1d,"5O",7M);v 1d}1d=1d.1v;7M++}})},27:u(H){k(1c H==="24")k(8E.1e(H))v 7.3g(c.4N(H,7,O),"27",H);N H=c.4N(H,7);y ad=H.J&&H[H.J-1]!==17&&!H.Y;v 7.1n(u(){v ad?c.3R(7,H)<0:7!=H})},2c:u(H){v 7.3g(c.6g(c.89(7.4n(),1c H==="24"?c(H):c.2k(H))))},5B:u(H){v!!H&&c.4N(H,7).J>0},b2:u(H){v!!H&&7.5B("."+H)},1z:u(M){k(M===17){y 6=7[0];k(6){k(c.1u(6,\'41\'))v(6.b1.M||{}).9k?6.M:6.1D;k(c.1u(6,"32")){y 3f=6.6E,4b=[],15=6.15,3e=6.B=="32-3e";k(3f<0)v R;T(y i=3e?3f:0,4T=3e?3f+1:15.J;i<4T;i++){y 41=15[i];k(41.5C){M=c(41).1z();k(3e)v M;4b.1A(M)}}v 4b}v(6.M||"").1F(/\\r/g,"")}v 17}k(1c M==="5t")M+=\'\';v 7.11(u(){k(7.Y!=1)v;k(c.4i(M)&&/6Z|7K/.1e(7.B))7.6o=(c.3R(7.M,M)>=0||c.3R(7.E,M)>=0);N k(c.1u(7,"32")){y 4b=c.2k(M);c("41",7).11(u(){7.5C=(c.3R(7.M,4b)>=0||c.3R(7.1D,4b)>=0)});k(!4b.J)7.6E=-1}N 7.M=M})},26:u(M){v M===17?(7[0]?7[0].3k.1F(/ c\\d+="(?:\\d+|R)"/g,""):R):7.6s().51(M)},a0:u(M){v 7.7N(M).2a()},7Q:u(i){v 7.2s(i,+i+1)},2s:u(){v 7.3g(3i.2F.2s.1S(7,1H),"2s",3i.2F.2s.1w(1H).4f(","))},33:u(1b){v 7.3g(c.33(7,u(6,i){v 1b.1w(6,i,6)}))},7W:u(){v 7.2c(7.84)},5e:u(2O,28,1b){k(7[0]){y 3B=(7[0].1U||7[0]).aZ(),5b=c.6D(2O,(7[0].1U||7[0]),3B),29=3B.1E;k(29)T(y i=0,l=7.J;i<l;i++)1b.1w(2H(7[i],29),7.J>1||i>0?3B.6e(O):3B);k(5b)c.11(5b,9Y)}v 7;u 2H(6,1d){v 28&&c.1u(6,"28")&&c.1u(1d,"4I")?(6.2y("21")[0]||6.3w(6.1U.2l("21"))):6}}};c.K.7L.2F=c.K;u 9Y(i,6){k(6.2I)c.5n({19:6.2I,46:U,2B:"1i"});N c.7u(6.1D||6.9x||6.3k||"");k(6.1v)6.1v.2T(6)}u 2w(){v+3X 7a}c.1X=c.K.1X=u(){y 1Q=1H[0]||{},i=1,J=1H.J,50=U,15;k(1c 1Q==="8t"){50=1Q;1Q=1H[1]||{};i=2}k(1c 1Q!=="1G"&&!c.2o(1Q))1Q={};k(J==i){1Q=7;--i}T(;i<J;i++)k((15=1H[i])!=R)T(y E 1L 15){y 2I=1Q[E],3E=15[E];k(1Q===3E)97;k(50&&3E&&1c 3E==="1G"&&!3E.Y)1Q[E]=c.1X(50,2I||(3E.J!=R?[]:{}),3E);N k(3E!==17)1Q[E]=3E}v 1Q};y 8M=/z-?3f|b0-?b5|23|9y|b6-?3l/i,3G=L.3G||{},3j=8U.2F.3j;c.1X({9r:u(50){1q.$=5q$;k(50)1q.c=8S;v c},2o:u(44){v 3j.1w(44)==="[1G bb]"},4i:u(44){v 3j.1w(44)==="[1G 3i]"},6H:u(6){v 6.Y===9&&6.1T.1u!=="96"||!!6.1U&&c.6H(6.1U)},7u:u(G){k(G&&/\\S/.1e(G)){y 38=L.2y("38")[0]||L.1T,1i=L.2l("1i");1i.B="1D/4O";k(c.2i.7O)1i.3w(L.6a(G));N 1i.1D=G;38.3m(1i,38.1E);38.2T(1i)}},1u:u(6,E){v 6.1u&&6.1u.34()==E.34()},11:u(1G,1b,2O){y E,i=0,J=1G.J;k(2O){k(J===17){T(E 1L 1G)k(1b.1S(1G[E],2O)===U)2b}N T(;i<J;)k(1b.1S(1G[i++],2O)===U)2b}N{k(J===17){T(E 1L 1G)k(1b.1w(1G[E],E,1G[E])===U)2b}N T(y M=1G[0];i<J&&1b.1w(M,i,M)!==U;M=1G[++i]){}}v 1G},1g:u(6,M,B,i,E){k(c.2o(M))M=M.1w(6,i);v 1c M==="5t"&&B=="35"&&!8M.1e(E)?M+"4x":M},1B:{2c:u(6,2U){c.11((2U||"").2R(/\\s+/),u(i,1B){k(6.Y==1&&!c.1B.5G(6.1B,1B))6.1B+=(6.1B?" ":"")+1B})},2a:u(6,2U){k(6.Y==1)6.1B=2U!==17?c.5E(6.1B.2R(/\\s+/),u(1B){v!c.1B.5G(2U,1B)}).4f(" "):""},5G:u(6,1B){v 6&&c.3R(1B,(6.1B||6).3j().2R(/\\s+/))>-1}},8L:u(6,15,1b){y 2C={};T(y E 1L 15){2C[E]=6.V[E];6.V[E]=15[E]}1b.1w(6);T(y E 1L 15)6.V[E]=2C[E]},2G:u(6,E,4L,37){k(E=="2X"||E=="3l"){y 1z,3y={3d:"5U",9I:"2K",1K:"6F"},4h=E=="2X"?["7r","8V"]:["8y","8O"];u 87(){1z=E=="2X"?6.5h:6.7X;k(37==="53")v;c.11(4h,u(){k(!37)1z-=3Q(c.35(6,"6j"+7,O))||0;k(37==="3O")1z+=3Q(c.35(6,"3O"+7,O))||0;N 1z-=3Q(c.35(6,"53"+7+"ab",O))||0})}k(6.5h!==0)87();N c.8L(6,3y,87);v 42.4T(0,42.bc(1z))}v c.35(6,E,4L)},35:u(6,E,4L){y I,V=6.V;k(E=="23"&&!c.2i.23){I=c.2p(V,"23");v I==""?"1":I}k(E.C(/5o/i))E=43;k(!4L&&V&&V[E])I=V[E];N k(3G.6r){k(E.C(/5o/i))E="5o";E=E.1F(/([A-Z])/g,"-$1").52();y 3a=3G.6r(6,R);k(3a)I=3a.ba(E);k(E=="23"&&I=="")I="1"}N k(6.6Q){y 8C=E.1F(/\\-(\\w)/g,u(3b,6z){v 6z.34()});I=6.6Q[E]||6.6Q[8C];k(!/^\\d+(4x)?$/i.1e(I)&&/^\\d/.1e(I)){y 1a=V.1a,99=6.8c.1a;6.8c.1a=6.6Q.1a;V.1a=I||0;I=V.b9+"4x";V.1a=1a;6.8c.1a=99}}v I},6D:u(1I,P,3B){P=P||L;k(1c P.2l==="17")P=P.1U||P[0]&&P[0].1U||L;k(!3B&&1I.J===1&&1c 1I[0]==="24"){y C=/^<(\\w+)\\s*\\/?>$/.3t(1I[0]);k(C)v[P.2l(C[1])]}y I=[],5b=[],Q=P.2l("Q");c.11(1I,u(i,6){k(1c 6==="5t")6+=\'\';k(!6)v;k(1c 6==="24"){6=6.1F(/(<(\\w+)[^>]*?)\\/>/g,u(3b,8T,71){v 71.C(/^(b7|br|ae|b8|5a|78|aY|4G|aX|9i|aN)$/i)?3b:8T+"></"+71+">"});y 3p=6.1F(/^\\s+/,"").aO(0,10).52();y 3u=!3p.2d("<1Y")&&[1,"<32 8W=\'8W\'>","</32>"]||!3p.2d("<aM")&&[1,"<98>","</98>"]||3p.C(/^<(aL|21|aJ|aK|aP)/)&&[1,"<28>","</28>"]||!3p.2d("<4I")&&[2,"<28><21>","</21></28>"]||(!3p.2d("<56")||!3p.2d("<aQ"))&&[3,"<28><21><4I>","</4I></21></28>"]||!3p.2d("<ae")&&[2,"<28><21></21><ah>","</ah></28>"]||!c.2i.al&&[1,"Q<Q>","</Q>"]||[0,"",""];Q.3k=3u[1]+6+3u[2];1P(3u[0]--)Q=Q.8K;k(!c.2i.21){y 6X=/<21/i.1e(6),21=!3p.2d("<28")&&!6X?Q.1E&&Q.1E.45:3u[1]=="<28>"&&!6X?Q.45:[];T(y j=21.J-1;j>=0;--j)k(c.1u(21[j],"21")&&!21[j].45.J)21[j].1v.2T(21[j])}k(!c.2i.an&&/^\\s/.1e(6))Q.3m(P.6a(6.C(/^\\s*/)[0]),Q.1E);6=c.2k(Q.45)}k(6.Y)I.1A(6);N I=c.89(I,6)});k(3B){T(y i=0;I[i];i++){k(c.1u(I[i],"1i")&&(!I[i].B||I[i].B.52()==="1D/4O")){5b.1A(I[i].1v?I[i].1v.2T(I[i]):I[i])}N{k(I[i].Y===1)I.4A.1S(I,[i+1,0].6G(c.2k(I[i].2y("1i"))));3B.3w(I[i])}}v 5b}v I},2p:u(6,E,M){k(!6||6.Y==3||6.Y==8)v 17;y 5k=!c.6H(6),1o=M!==17;E=5k&&c.3y[E]||E;k(6.36){y 3A=/39|2I|V/.1e(E);k(E=="5C"&&6.1v)6.1v.6E;k(E 1L 6&&5k&&!3A){k(1o){k(E=="B"&&c.1u(6,"5a")&&6.1v)6u"B aV aW\'t be aU";6[E]=M}k(c.1u(6,"4q")&&6.3Y(E))v 6.3Y(E).6O;k(E=="8g"){y 6A=6.3Y("8g");v 6A&&6A.9k?6A.M:6.1u.C(/(3s|5a|1G|32|7P)/i)?0:6.1u.C(/^(a|9i)$/i)&&6.39?0:17}v 6[E]}k(!c.2i.V&&5k&&E=="V")v c.2p(6.V,"aT",M);k(1o)6.aR(E,""+M);y 2p=!c.2i.ao&&5k&&3A?6.2S(E,2):6.2S(E);v 2p===R?17:2p}k(!c.2i.23&&E=="23"){k(1o){6.9y=1;6.1n=(6.1n||"").1F(/9Q\\([^)]*\\)/,"")+(3S(M)+\'\'=="aI"?"":"9Q(23="+M*9D+")")}v 6.1n&&6.1n.2d("23=")>=0?(3Q(6.1n.C(/23=([^)]*)/)[1])/9D)+\'\':""}E=E.1F(/-([a-z])/aS,u(3b,6z){v 6z.34()});k(1o)6[E]=M;v 6[E]},bd:u(1D){v(1D||"").1F(/^\\s+|\\s+$/g,"")},2k:u(1l){y I=[];k(1l!=R){y i=1l.J;k(i==R||1c 1l==="24"||c.2o(1l)||1l.6P)I[0]=1l;N 1P(i)I[--i]=1l[i]}v I},3R:u(6,1l){T(y i=0,J=1l.J;i<J;i++)k(1l[i]===6)v i;v-1},89:u(29,8f){y i=0,6,3c=29.J;k(!c.2i.bf){1P((6=8f[i++])!=R)k(6.Y!=8)29[3c++]=6}N 1P((6=8f[i++])!=R)29[3c++]=6;v 29},6g:u(1l){y I=[],2J={};2v{T(y i=0,J=1l.J;i<J;i++){y 1p=c.G(1l[i]);k(!2J[1p]){2J[1p]=O;I.1A(1l[i])}}}2u(e){I=1l}v I},5E:u(1I,1b,9U){y I=[];T(y i=0,J=1I.J;i<J;i++)k(!9U!=!1b(1I[i],i))I.1A(1I[i]);v I},33:u(1I,1b){y I=[];T(y i=0,J=1I.J;i<J;i++){y M=1b(1I[i],i);k(M!=R)I[I.J]=M}v I.6G.1S([],I)}});y 3x=bB.3x.52();c.bC={bA:(3x.C(/.+(?:bz|bx|by|bD)[\\/: ]([\\d.]+)/)||[0,\'0\'])[1],bE:/9v/.1e(3x),80:/80/.1e(3x),9j:/9j/.1e(3x)&&!/80/.1e(3x),9t:/9t/.1e(3x)&&!/(bJ|9v)/.1e(3x)};c.11({22:u(6){v 6.1v},bK:u(6){v c.2f(6,"1v")},bI:u(6){v c.3H(6,2,"4w")},bH:u(6){v c.3H(6,2,"4t")},bF:u(6){v c.2f(6,"4w")},bG:u(6){v c.2f(6,"4t")},bw:u(6){v c.8m(6.1v.1E,6)},8R:u(6){v c.8m(6.1E)},aD:u(6){v c.1u(6,"bv")?6.bk||6.bl.L:c.2k(6.45)}},u(E,K){c.K[E]=u(H){y I=c.33(7,K);k(H&&1c H=="24")I=c.4N(H,I);v 7.3g(c.6g(I),E,H)}});c.11({8Q:"51",bj:"ay",3m:"az",bi:"7N",bg:"a0"},u(E,ac){c.K[E]=u(H){y I=[],7q=c(H);T(y i=0,l=7q.J;i<l;i++){y 1I=(i>0?7.7w(O):7).4n();c.K[ac].1S(c(7q[i]),1I);I=I.6G(1I)}v 7.3g(I,E,H)}});c.11({bh:u(E){c.2p(7,E,"");k(7.Y==1)7.7E(E)},bm:u(2U){c.1B.2c(7,2U)},bn:u(2U){c.1B.2a(7,2U)},bt:u(2U,3n){k(1c 3n!=="8t")3n=!c.1B.5G(7,2U);c.1B[3n?"2c":"2a"](7,2U)},2a:u(H){k(!H||c.1n(H,[7]).J){c("*",7).2c([7]).11(u(){c.F.2a(7);c.4m(7)});k(7.1v)7.1v.2T(7)}},6s:u(){c(7).8R().2a();1P(7.1E)7.2T(7.1E)}},u(E,K){c.K[E]=u(){v 7.11(K,1H)}});u 2P(6,1g){v 6[0]&&3S(c.35(6[0],1g,O),10)||0}y 3r="c"+2w(),8P=0,7B={};c.1X({2h:{},G:u(6,E,G){6=6==1q?7B:6;y 1p=6[3r];k(!1p)1p=6[3r]=++8P;k(E&&!c.2h[1p])c.2h[1p]={};k(G!==17)c.2h[1p][E]=G;v E?c.2h[1p][E]:1p},4m:u(6,E){6=6==1q?7B:6;y 1p=6[3r];k(E){k(c.2h[1p]){3T c.2h[1p][E];E="";T(E 1L c.2h[1p])2b;k(!E)c.4m(6)}}N{2v{3T 6[3r]}2u(e){k(6.7E)6.7E(3r)}3T c.2h[1p]}},2j:u(6,B,G){k(6){B=(B||"1y")+"2j";y q=c.G(6,B);k(!q||c.4i(G))q=c.G(6,B,c.2k(G));N k(G)q.1A(G)}v q},5v:u(6,B){y 2j=c.2j(6,B),K=2j.40();k(!B||B==="1y")K=2j[0];k(K!==17)K.1w(6)}});c.K.1X({G:u(2N,M){y 1f=2N.2R(".");1f[1]=1f[1]?"."+1f[1]:"";k(M===17){y G=7.7A("bu"+1f[1]+"!",[1f[0]]);k(G===17&&7.J)G=c.G(7[0],2N);v G===17&&1f[1]?7.G(1f[0]):G}N v 7.2g("bs"+1f[1]+"!",[1f[0],M]).11(u(){c.G(7,2N,M)})},4m:u(2N){v 7.11(u(){c.4m(7,2N)})},2j:u(B,G){k(1c B!=="24"){G=B;B="1y"}k(G===17)v c.2j(7[0],B);v 7.11(u(){y 2j=c.2j(7,B,G);k(B=="1y"&&2j.J==1)2j[0].1w(7)})},5v:u(B){v 7.11(u(){c.5v(7,B)})}});(u(){y 6x=/((?:\\((?:\\([^()]+\\)|[^()]+)+\\)|\\[(?:\\[[^[\\]]*\\]|[\'"][^\'"]*[\'"]|[^[\\]\'"]+)+\\]|\\\\.|[^ >+~,(\\[\\\\]+)+|[>+~])(\\s*,\\s*)?/g,2J=0,3j=8U.2F.3j;y 1m=u(H,P,1j,4y){1j=1j||[];P=P||L;k(P.Y!==1&&P.Y!==9)v[];k(!H||1c H!=="24"){v 1j}y 1f=[],m,1o,18,2t,bq,37,7b=O;6x.bo=0;1P((m=6x.3t(H))!==R){1f.1A(m[1]);k(m[2]){37=47.bp;2b}}k(1f.J>1&&9u.3t(H)){k(1f.J===2&&1h.3D[1f[0]]){1o=7R(1f[0]+1f[1],P)}N{1o=1h.3D[1f[0]]?[P]:1m(1f.40(),P);1P(1f.J){H=1f.40();k(1h.3D[H])H+=1f.40();1o=7R(H,1o)}}}N{y I=4y?{1x:1f.3q(),1o:2k(4y)}:1m.1R(1f.3q(),1f.J===1&&P.1v?P.1v:P,1k(P));1o=1m.1n(I.1x,I.1o);k(1f.J>0){18=2k(1o)}N{7b=U}1P(1f.J){y 1d=1f.3q(),3q=1d;k(!1h.3D[1d]){1d=""}N{3q=1f.3q()}k(3q==R){3q=P}1h.3D[1d](18,3q,1k(P))}}k(!18){18=1o}k(!18){6u"9V 4a, 9a 9F: "+(1d||H)}k(3j.1w(18)==="[1G 3i]"){k(!7b){1j.1A.1S(1j,18)}N k(P.Y===1){T(y i=0;18[i]!=R;i++){k(18[i]&&(18[i]===O||18[i].Y===1&&5D(P,18[i]))){1j.1A(1o[i])}}}N{T(y i=0;18[i]!=R;i++){k(18[i]&&18[i].Y===1){1j.1A(1o[i])}}}}N{2k(18,1j)}k(37){1m(37,P,1j,4y);k(4F){5u=U;1j.49(4F);k(5u){T(y i=1;i<1j.J;i++){k(1j[i]===1j[i-1]){1j.4A(i--,1)}}}}}v 1j};1m.6h=u(1x,1o){v 1m(1x,R,R,1o)};1m.1R=u(1x,P,1k){y 1o,C;k(!1x){v[]}T(y i=0,l=1h.61.J;i<l;i++){y B=1h.61[i],C;k((C=1h.C[B].3t(1x))){y 1a=47.bL;k(1a.7U(1a.J-1)!=="\\\\"){C[1]=(C[1]||"").1F(/\\\\/g,"");1o=1h.1R[B](C,P,1k);k(1o!=R){1x=1x.1F(1h.C[B],"");2b}}}}k(!1o){1o=P.2y("*")}v{1o:1o,1x:1x}};1m.1n=u(1x,1o,2Z,27){y 2C=1x,1M=[],25=1o,C,4l,91=1o&&1o[0]&&1k(1o[0]);1P(1x&&1o.J){T(y B 1L 1h.1n){k((C=1h.C[B].3t(1x))!=R){y 1n=1h.1n[B],5d,5P;4l=U;k(25==1M){1M=[]}k(1h.7J[B]){C=1h.7J[B](C,25,2Z,1M,27,91);k(!C){4l=5d=O}N k(C===O){97}}k(C){T(y i=0;(5P=25[i])!=R;i++){k(5P){5d=1n(5P,C,i,25);y 82=27^!!5d;k(2Z&&5d!=R){k(82){4l=O}N{25[i]=U}}N k(82){1M.1A(5P);4l=O}}}}k(5d!==17){k(!2Z){25=1M}1x=1x.1F(1h.C[B],"");k(!4l){v[]}2b}}}k(1x==2C){k(4l==R){6u"9V 4a, 9a 9F: "+1x}N{2b}}2C=1x}v 25};y 1h=1m.4z={61:["3Z","73","4J"],C:{3Z:/#((?:[\\w\\54-\\5A-]|\\\\.)+)/,5H:/\\.((?:[\\w\\54-\\5A-]|\\\\.)+)/,73:/\\[E=[\'"]*((?:[\\w\\54-\\5A-]|\\\\.)+)[\'"]*\\]/,7T:/\\[\\s*((?:[\\w\\54-\\5A-]|\\\\.)+)\\s*(?:(\\S?=)\\s*([\'"]*)(.*?)\\3|)\\s*\\]/,4J:/^((?:[\\w\\54-\\aG\\*5q-]|\\\\.)+)/,6L:/:(9S|3H|4s|29)-aH(?:\\((6N|6M|[\\dn+-]*)\\))?/,4U:/:(3H|7Q|9f|9d|29|4s|6N|6M)(?:\\((\\d*)\\))?(?=[^-]|$)/,5x:/:((?:[\\w\\54-\\5A-]|\\\\.)+)(?:\\(([\'"]*)((?:\\([^\\)]+\\)|[^\\2\\(\\)]*)+)\\2\\))?/},8p:{"4W":"1B","T":"9W"},63:{39:u(6){v 6.2S("39")}},3D:{"+":u(18,1t,1k){y 4c=1c 1t==="24",8n=4c&&!/\\W/.1e(1t),74=4c&&!8n;k(8n&&!1k){1t=1t.34()}T(y i=0,l=18.J,6;i<l;i++){k((6=18[i])){1P((6=6.4t)&&6.Y!==1){}18[i]=74||6&&6.1u===1t?6||U:6===1t}}k(74){1m.1n(1t,18,O)}},">":u(18,1t,1k){y 4c=1c 1t==="24";k(4c&&!/\\W/.1e(1t)){1t=1k?1t:1t.34();T(y i=0,l=18.J;i<l;i++){y 6=18[i];k(6){y 22=6.1v;18[i]=22.1u===1t?22:U}}}N{T(y i=0,l=18.J;i<l;i++){y 6=18[i];k(6){18[i]=4c?6.1v:6.1v===1t}}k(4c){1m.1n(1t,18,O)}}},"":u(18,1t,1k){y 2q=2J++,4R=8e;k(!1t.C(/\\W/)){y 4B=1t=1k?1t:1t.34();4R=8a}4R("1v",1t,2q,18,4B,1k)},"~":u(18,1t,1k){y 2q=2J++,4R=8e;k(1c 1t==="24"&&!1t.C(/\\W/)){y 4B=1t=1k?1t:1t.34();4R=8a}4R("4t",1t,2q,18,4B,1k)}},1R:{3Z:u(C,P,1k){k(1c P.5c!=="17"&&!1k){y m=P.5c(C[1]);v m?[m]:[]}},73:u(C,P,1k){k(1c P.aa!=="17"){y I=[],1j=P.aa(C[1]);T(y i=0,l=1j.J;i<l;i++){k(1j[i].2S("E")===C[1]){I.1A(1j[i])}}v I.J===0?R:I}},4J:u(C,P){v P.2y(C[1])}},7J:{5H:u(C,25,2Z,1M,27,1k){C=" "+C[1].1F(/\\\\/g,"")+" ";k(1k){v C}T(y i=0,6;(6=25[i])!=R;i++){k(6){k(27^(6.1B&&(" "+6.1B+" ").2d(C)>=0)){k(!2Z)1M.1A(6)}N k(2Z){25[i]=U}}}v U},3Z:u(C){v C[1].1F(/\\\\/g,"")},4J:u(C,25){T(y i=0;25[i]===U;i++){}v 25[i]&&1k(25[i])?C[1]:C[1].34()},6L:u(C){k(C[1]=="3H"){y 1e=/(-?)(\\d*)n((?:\\+|-)?\\d*)/.3t(C[2]=="6N"&&"2n"||C[2]=="6M"&&"2n+1"||!/\\D/.1e(C[2])&&"dk+"+C[2]||C[2]);C[2]=(1e[1]+(1e[2]||1))-0;C[3]=1e[3]-0}C[0]=2J++;v C},7T:u(C,25,2Z,1M,27,1k){y E=C[1].1F(/\\\\/g,"");k(!1k&&1h.8p[E]){C[1]=1h.8p[E]}k(C[2]==="~="){C[4]=" "+C[4]+" "}v C},5x:u(C,25,2Z,1M,27){k(C[1]==="27"){k(C[3].C(6x).J>1||/^\\w/.1e(C[3])){C[3]=1m(C[3],R,R,25)}N{y I=1m.1n(C[3],25,2Z,O^27);k(!2Z){1M.1A.1S(1M,I)}v U}}N k(1h.C.4U.1e(C[0])||1h.C.6L.1e(C[0])){v O}v C},4U:u(C){C.8G(O);v C}},4Y:{dm:u(6){v 6.6p===U&&6.B!=="2K"},6p:u(6){v 6.6p===O},6o:u(6){v 6.6o===O},5C:u(6){6.1v.6E;v 6.5C===O},22:u(6){v!!6.1E},6s:u(6){v!6.1E},5G:u(6,i,C){v!!1m(C[3],6).J},cX:u(6){v/h\\d/i.1e(6.1u)},1D:u(6){v"1D"===6.B},6Z:u(6){v"6Z"===6.B},7K:u(6){v"7K"===6.B},6W:u(6){v"6W"===6.B},6v:u(6){v"6v"===6.B},7f:u(6){v"7f"===6.B},95:u(6){v"95"===6.B},92:u(6){v"92"===6.B},3s:u(6){v"3s"===6.B||6.1u.34()==="d1"},5a:u(6){v/5a|32|7P|3s/i.1e(6.1u)}},9h:{29:u(6,i){v i===0},4s:u(6,i,C,1l){v i===1l.J-1},6N:u(6,i){v i%2===0},6M:u(6,i){v i%2===1},9d:u(6,i,C){v i<C[3]-0},9f:u(6,i,C){v i>C[3]-0},3H:u(6,i,C){v C[3]-0==i},7Q:u(6,i,C){v C[3]-0==i}},1n:{5x:u(6,C,i,1l){y E=C[1],1n=1h.4Y[E];k(1n){v 1n(6,i,C,1l)}N k(E==="5D"){v(6.9x||6.cS||"").2d(C[3])>=0}N k(E==="27"){y 27=C[3];T(y i=0,l=27.J;i<l;i++){k(27[i]===6){v U}}v O}},6L:u(6,C){y B=C[1],2e=6;dd(B){5X\'9S\':5X\'29\':1P(2e=2e.4t){k(2e.Y===1)v U}k(B==\'29\')v O;2e=6;5X\'4s\':1P(2e=2e.4w){k(2e.Y===1)v U}v O;5X\'3H\':y 29=C[2],4s=C[3];k(29==1&&4s==0){v O}y 2q=C[0],22=6.1v;k(22&&(22.3M!==2q||!6.83)){y 9L=0;T(2e=22.1E;2e;2e=2e.4w){k(2e.Y===1){2e.83=++9L}}22.3M=2q}y 3V=6.83-4s;k(29==0){v 3V==0}N{v(3V%29==0&&3V/29>=0)}}},3Z:u(6,C){v 6.Y===1&&6.2S("1p")===C},4J:u(6,C){v(C==="*"&&6.Y===1)||6.1u===C},5H:u(6,C){v(" "+(6.1B||6.2S("4W"))+" ").2d(C)>-1},7T:u(6,C){y E=C[1],1M=1h.63[E]?1h.63[E](6):6[E]!=R?6[E]:6.2S(E),M=1M+"",B=C[2],2t=C[4];v 1M==R?B==="!=":B==="="?M===2t:B==="*="?M.2d(2t)>=0:B==="~="?(" "+M+" ").2d(2t)>=0:!2t?M&&1M!==U:B==="!="?M!=2t:B==="^="?M.2d(2t)===0:B==="$="?M.7U(M.J-2t.J)===2t:B==="|="?M===2t||M.7U(0,2t.J+1)===2t+"-":U},4U:u(6,C,i,1l){y E=C[2],1n=1h.9h[E];k(1n){v 1n(6,i,C,1l)}}}};y 9u=1h.C.4U;T(y B 1L 1h.C){1h.C[B]=47(1h.C[B].9s+/(?![^\\[]*\\])(?![^\\(]*\\))/.9s)}y 2k=u(1l,1j){1l=3i.2F.2s.1w(1l);k(1j){1j.1A.1S(1j,1l);v 1j}v 1l};2v{3i.2F.2s.1w(L.1T.45)}2u(e){2k=u(1l,1j){y I=1j||[];k(3j.1w(1l)==="[1G 3i]"){3i.2F.1A.1S(I,1l)}N{k(1c 1l.J==="5t"){T(y i=0,l=1l.J;i<l;i++){I.1A(1l[i])}}N{T(y i=0;1l[i];i++){I.1A(1l[i])}}}v I}}y 4F;k(L.1T.5W){4F=u(a,b){y I=a.5W(b)&4?-1:a===b?0:1;k(I===0){5u=O}v I}}N k("7c"1L L.1T){4F=u(a,b){y I=a.7c-b.7c;k(I===0){5u=O}v I}}N k(L.6Y){4F=u(a,b){y 6c=a.1U.6Y(),6m=b.1U.6Y();6c.aA(a);6c.ax(O);6m.aA(b);6m.ax(O);y I=6c.df(d5.d7,6m);k(I===0){5u=O}v I}}(u(){y 4q=L.2l("4q"),1p="1i"+(3X 7a).aC();4q.3k="<5a E=\'"+1p+"\'/>";y 2H=L.1T;2H.3m(4q,2H.1E);k(!!L.5c(1p)){1h.1R.3Z=u(C,P,1k){k(1c P.5c!=="17"&&!1k){y m=P.5c(C[1]);v m?m.1p===C[1]||1c m.3Y!=="17"&&m.3Y("1p").6O===C[1]?[m]:17:[]}};1h.1n.3Z=u(6,C){y 2e=1c 6.3Y!=="17"&&6.3Y("1p");v 6.Y===1&&2e&&2e.6O===C}}2H.2T(4q)})();(u(){y Q=L.2l("Q");Q.3w(L.d8(""));k(Q.2y("*").J>0){1h.1R.4J=u(C,P){y 1j=P.2y(C[1]);k(C[1]==="*"){y 5m=[];T(y i=0;1j[i];i++){k(1j[i].Y===1){5m.1A(1j[i])}}1j=5m}v 1j}}Q.3k="<a 39=\'#\'></a>";k(Q.1E&&1c Q.1E.2S!=="17"&&Q.1E.2S("39")!=="#"){1h.63.39=u(6){v 6.2S("39",2)}}})();k(L.5Z)(u(){y 4M=1m,Q=L.2l("Q");Q.3k="<p 4W=\'8H\'></p>";k(Q.5Z&&Q.5Z(".8H").J===0){v}1m=u(86,P,37,4y){P=P||L;k(!4y&&P.Y===9&&!1k(P)){2v{v 2k(P.5Z(86),37)}2u(e){}}v 4M(86,P,37,4y)};1m.1R=4M.1R;1m.1n=4M.1n;1m.4z=4M.4z;1m.6h=4M.6h})();k(L.4Q&&L.1T.4Q)(u(){y Q=L.2l("Q");Q.3k="<Q 4W=\'1e e\'></Q><Q 4W=\'1e\'></Q>";k(Q.4Q("e").J===0)v;Q.8K.1B="e";k(Q.4Q("e").J===1)v;1h.61.4A(1,0,"5H");1h.1R.5H=u(C,P,1k){k(1c P.4Q!=="17"&&!1k){v P.4Q(C[1])}}})();u 8a(2f,1d,2q,18,4B,1k){y 62=2f=="4t"&&!1k;T(y i=0,l=18.J;i<l;i++){y 6=18[i];k(6){k(62&&6.Y===1){6.3M=2q;6.55=i}6=6[2f];y C=U;1P(6){k(6.3M===2q){C=18[6.55];2b}k(6.Y===1&&!1k){6.3M=2q;6.55=i}k(6.1u===1d){C=6;2b}6=6[2f]}18[i]=C}}}u 8e(2f,1d,2q,18,4B,1k){y 62=2f=="4t"&&!1k;T(y i=0,l=18.J;i<l;i++){y 6=18[i];k(6){k(62&&6.Y===1){6.3M=2q;6.55=i}6=6[2f];y C=U;1P(6){k(6.3M===2q){C=18[6.55];2b}k(6.Y===1){k(!1k){6.3M=2q;6.55=i}k(1c 1d!=="24"){k(6===1d){C=O;2b}}N k(1m.1n(1d,[6]).J>0){C=6;2b}}6=6[2f]}18[i]=C}}}y 5D=L.5W?u(a,b){v a.5W(b)&16}:u(a,b){v a!==b&&(a.5D?a.5D(b):O)};y 1k=u(6){v 6.Y===9&&6.1T.1u!=="96"||!!6.1U&&1k(6.1U)};y 7R=u(H,P){y 7Z=[],81="",C,2H=P.Y?[P]:P;1P((C=1h.C.5x.3t(H))){81+=C[0];H=H.1F(1h.C.5x,"")}H=1h.3D[H]?H+"*":H;T(y i=0,l=2H.J;i<l;i++){1m(H,2H[i],7Z)}v 1m.1n(81,7Z)};c.1R=1m;c.1n=1m.1n;c.1x=1m.4z;c.1x[":"]=c.1x.4Y;1m.4z.4Y.2K=u(6){v 6.5h===0||6.7X===0};1m.4z.4Y.am=u(6){v 6.5h>0||6.7X>0};1m.4z.4Y.d6=u(6){v c.5E(c.2r,u(K){v 6===K.6}).J};c.4N=u(1x,1I,27){k(27){1x=":27("+1x+")"}v 1m.6h(1x,1I)};c.2f=u(6,2f){y 8w=[],1d=6[2f];1P(1d&&1d!=L){k(1d.Y==1)8w.1A(1d);1d=1d[2f]}v 8w};c.3H=u(1d,1M,2f,6){1M=1M||1;y 2P=0;T(;1d;1d=1d[2f])k(1d.Y==1&&++2P==1M)2b;v 1d};c.8m=u(n,6){y r=[];T(;n;n=n.4w){k(n.Y==1&&n!=6)r.1A(n)}v r};v;1q.1m=1m})();c.F={2c:u(6,2M,1J,G){k(6.Y==3||6.Y==8)v;k(6.6P&&6!=1q)6=1q;k(!1J.2z)1J.2z=7.2z++;k(G!==17){y K=1J;1J=7.2m(K);1J.G=G}y 1r=c.G(6,"1r")||c.G(6,"1r",{}),1C=c.G(6,"1C")||c.G(6,"1C",u(){v 1c c!=="17"&&!c.F.77?c.F.1C.1S(1H.5p.6,1H):17});1C.6=6;c.11(2M.2R(/\\s+/),u(3f,B){y 1Z=B.2R(".");B=1Z.40();1J.B=1Z.2s().49().4f(".");y 3L=1r[B];k(c.F.5w[B])c.F.5w[B].5r.1w(6,G,1Z);k(!3L){3L=1r[B]={};k(!c.F.3A[B]||c.F.3A[B].5r.1w(6,G,1Z)===U){k(6.6d)6.6d(B,1C,U);N k(6.4C)6.4C("6k"+B,1C)}}3L[1J.2z]=1J;c.F.2W[B]=O});6=R},2z:1,2W:{},2a:u(6,2M,1J){k(6.Y==3||6.Y==8)v;y 1r=c.G(6,"1r"),I,3f;k(1r){k(2M===17||(1c 2M==="24"&&2M.d4(0)=="."))T(y B 1L 1r)7.2a(6,B+(2M||""));N{k(2M.B){1J=2M.1J;2M=2M.B}c.11(2M.2R(/\\s+/),u(3f,B){y 1Z=B.2R(".");B=1Z.40();y 6n=47("(^|\\\\.)"+1Z.2s().49().4f(".*\\\\.")+"(\\\\.|$)");k(1r[B]){k(1J)3T 1r[B][1J.2z];N T(y 1C 1L 1r[B])k(6n.1e(1r[B][1C].B))3T 1r[B][1C];k(c.F.5w[B])c.F.5w[B].5S.1w(6,1Z);T(I 1L 1r[B])2b;k(!I){k(!c.F.3A[B]||c.F.3A[B].5S.1w(6,1Z)===U){k(6.7C)6.7C(B,c.G(6,"1C"),U);N k(6.66)6.66("6k"+B,c.G(6,"1C"))}I=R;3T 1r[B]}}})}T(I 1L 1r)2b;k(!I){y 1C=c.G(6,"1C");k(1C)1C.6=R;c.4m(6,"1r");c.4m(6,"1C")}}},2g:u(F,G,6,7G){y B=F.B||F;k(!7G){F=1c F==="1G"?F[3r]?F:c.1X(c.4e(B),F):c.4e(B);k(B.2d("!")>=0){F.B=B=B.2s(0,-1);F.8J=O}k(!6){F.4d();k(7.2W[B])c.11(c.2h,u(){k(7.1r&&7.1r[B])c.F.2g(F,G,7.1C.6)})}k(!6||6.Y==3||6.Y==8)v 17;F.1M=17;F.1Q=6;G=c.2k(G);G.8G(F)}F.70=6;y 1C=c.G(6,"1C");k(1C)1C.1S(6,G);k((!6[B]||(c.1u(6,\'a\')&&B=="6b"))&&6["6k"+B]&&6["6k"+B].1S(6,G)===U)F.1M=U;k(!7G&&6[B]&&!F.7s()&&!(c.1u(6,\'a\')&&B=="6b")){7.77=O;2v{6[B]()}2u(e){}}7.77=U;k(!F.7t()){y 22=6.1v||6.1U;k(22)c.F.2g(F,G,22,O)}},1C:u(F){y 3b,3L;F=1H[0]=c.F.5R(F||1q.F);F.70=7;y 1Z=F.B.2R(".");F.B=1Z.40();3b=!1Z.J&&!F.8J;y 6n=47("(^|\\\\.)"+1Z.2s().49().4f(".*\\\\.")+"(\\\\.|$)");3L=(c.G(7,"1r")||{})[F.B];T(y j 1L 3L){y 1J=3L[j];k(3b||6n.1e(1J.B)){F.1J=1J;F.G=1J.G;y I=1J.1S(7,1H);k(I!==17){F.1M=I;k(I===U){F.48();F.4d()}}k(F.7v())2b}}},3y:"d9 da de db 3s dc 5s 7n 8A 7o 70 G d3 d2 6l 1J 7i 7j cT cR 7x 8B cP cQ 65 cV cW d0 90 1Q 8N dh cZ 4h".2R(" "),5R:u(F){k(F[3r])v F;y 4S=F;F=c.4e(4S);T(y i=7.3y.J,1g;i;){1g=7.3y[--i];F[1g]=4S[1g]}k(!F.1Q)F.1Q=F.90||L;k(F.1Q.Y==3)F.1Q=F.1Q.1v;k(!F.65&&F.6l)F.65=F.6l==F.1Q?F.8N:F.6l;k(F.7x==R&&F.7n!=R){y 2x=L.1T,12=L.12;F.7x=F.7n+(2x&&2x.3W||12&&12.3W||0)-(2x.5T||0);F.8B=F.8A+(2x&&2x.3I||12&&12.3I||0)-(2x.5y||0)}k(!F.4h&&((F.5s||F.5s===0)?F.5s:F.7i))F.4h=F.5s||F.7i;k(!F.7j&&F.7o)F.7j=F.7o;k(!F.4h&&F.3s)F.4h=(F.3s&1?1:(F.3s&2?3:(F.3s&4?2:0)));v F},2m:u(K,2m){2m=2m||u(){v K.1S(7,1H)};2m.2z=K.2z=K.2z||2m.2z||7.2z++;v 2m},3A:{3z:{5r:7z,5S:u(){}}},5w:{5N:{5r:u(H,1Z){c.F.2c(7,1Z[0],7H)},5S:u(1Z){k(1Z.J){y 2a=0,E=47("(^|\\\\.)"+1Z[0]+"(\\\\.|$)");c.11((c.G(7,"1r").5N||{}),u(){k(E.1e(7.B))2a++});k(2a<1)c.F.2a(7,1Z[0],7H)}}}}};c.4e=u(2I){k(!7.48)v 3X c.4e(2I);k(2I&&2I.B){7.4S=2I;7.B=2I.B}N 7.B=2I;7.cY=2w();7[3r]=O};u 67(){v U}u 68(){v O}c.4e.2F={48:u(){7.7s=68;y e=7.4S;k(!e)v;k(e.48)e.48();e.dg=U},4d:u(){7.7t=68;y e=7.4S;k(!e)v;k(e.4d)e.4d();e.di=O},dB:u(){7.7v=68;7.4d()},7s:67,7t:67,7v:67};y 7k=u(F){y 22=F.65;1P(22&&22!=7)2v{22=22.1v}2u(e){22=7}k(22!=7){F.B=F.G;c.F.1C.1S(7,1H)}};c.11({aB:\'72\',aE:\'6V\'},u(31,5R){c.F.3A[5R]={5r:u(){c.F.2c(7,31,7k,5R)},5S:u(){c.F.2a(7,31,7k)}}});c.K.1X({5l:u(B,G,K){v B=="7d"?7.3e(B,G,K):7.11(u(){c.F.2c(7,B,K||G,K&&G)})},3e:u(B,G,K){y 3e=c.F.2m(K||G,u(F){c(7).7I(F,3e);v(K||G).1S(7,1H)});v 7.11(u(){c.F.2c(7,B,3e,K&&G)})},7I:u(B,K){v 7.11(u(){c.F.2a(7,B,K)})},2g:u(B,G){v 7.11(u(){c.F.2g(B,G,7)})},7A:u(B,G){k(7[0]){y F=c.4e(B);F.48();F.4d();c.F.2g(F,G,7[0]);v F.1M}},4u:u(K){y 2O=1H,i=1;1P(i<2O.J)c.F.2m(K,2O[i++]);v 7.6b(c.F.2m(K,u(F){7.7m=(7.7m||0)%i;F.48();v 2O[7.7m++].1S(7,1H)||U}))},dA:u(af,a8){v 7.72(af).6V(a8)},3z:u(K){7z();k(c.5J)K.1w(L,c);N c.5M.1A(K);v 7},5N:u(B,K){y 2m=c.F.2m(K);2m.2z+=7.H+B;c(L).5l(7g(B,7.H),7.H,2m);v 7},dx:u(B,K){c(L).7I(7g(B,7.H),K?{2z:K.2z+7.H+B}:R);v 7}});u 7H(F){y 2t=47("(^|\\\\.)"+F.B+"(\\\\.|$)"),6w=O,1I=[];c.11(c.G(7,"1r").5N||[],u(i,K){k(2t.1e(K.B)){y 6=c(F.1Q).5O(K.G)[0];k(6)1I.1A({6:6,K:K})}});1I.49(u(a,b){v c.G(a.6,"5O")-c.G(b.6,"5O")});c.11(1I,u(){k(7.K.1w(7.6,F,7.K.G)===U)v(6w=U)});v 6w}u 7g(B,H){v["5N",B,H.1F(/\\./g,"`").1F(/ /g,"|")].4f(".")}c.1X({5J:U,5M:[],3z:u(){k(!c.5J){c.5J=O;k(c.5M){c.11(c.5M,u(){7.1w(L,c)});c.5M=R}c(L).7A("3z")}}});y 7y=U;u 7z(){k(7y)v;7y=O;k(L.6d){L.6d("a4",u(){L.7C("a4",1H.5p,U);c.3z()},U)}N k(L.4C){L.4C("3F",u(){k(L.4X==="2A"){L.66("3F",1H.5p);c.3z()}});k(L.1T.aj&&1q==1q.1s)(u(){k(c.5J)v;2v{L.1T.aj("1a")}2u(4a){ar(1H.5p,0);v}c.3z()})()}c.F.2c(1q,"64",c.3z)}c.11(("dD,dC,64,dE,5V,7d,6b,dF,"+"dy,dj,do,aB,aE,72,6V,"+"dp,32,7f,du,dt,ds,4a").2R(","),u(i,E){c.K[E]=u(K){v K?7.5l(E,K):7.2g(E)}});c(1q).5l(\'7d\',u(){T(y 1p 1L c.2h)k(1p!=1&&c.2h[1p].1C)c.F.2a(c.2h[1p].1C.6)});(u(){c.2i={};y 2H=L.1T,1i=L.2l("1i"),Q=L.2l("Q"),1p="1i"+(3X 7a).aC();Q.V.1K="4o";Q.3k=\'   <78/><28></28><a 39="/a" V="dr:ak;5o:1a;23:.5;">a</a><32><41>1D</41></32><1G><4G/></1G>\';y 3b=Q.2y("*"),a=Q.2y("a")[0];k(!3b||!3b.J||!a){v}c.2i={an:Q.1E.Y==3,21:!Q.2y("21").J,dv:!!Q.2y("1G")[0].2y("*").J,al:!!Q.2y("78").J,V:/ak/.1e(a.2S("V")),ao:a.2S("39")==="/a",23:a.V.23==="0.5",5j:!!a.V.5j,7O:U,8k:O,4K:R};1i.B="1D/4O";2v{1i.3w(L.6a("1q."+1p+"=1;"))}2u(e){}2H.3m(1i,2H.1E);k(1q[1p]){c.2i.7O=O;3T 1q[1p]}2H.2T(1i);k(Q.4C&&Q.ai){Q.4C("8l",u(){c.2i.8k=U;Q.66("8l",1H.5p)});Q.6e(O).ai("8l")}c(u(){y Q=L.2l("Q");Q.V.2X=Q.V.8X="3K";L.12.3w(Q);c.4K=c.2i.4K=Q.5h===2;L.12.2T(Q).V.1K=\'4o\'})})();y 43=c.2i.5j?"5j":"43";c.3y={"T":"9W","4W":"1B","5o":43,5j:43,43:43,dq:"bM",dl:"dw",9H:"dz",cU:"cN",c7:"8g"};c.K.1X({9m:c.K.64,64:u(19,3v,1b){k(1c 19!=="24")v 7.9m(19);y 5z=19.2d(" ");k(5z>=0){y H=19.2s(5z,19.J);19=19.2s(0,5z)}y B="4j";k(3v)k(c.2o(3v)){1b=3v;3v=R}N k(1c 3v==="1G"){3v=c.4G(3v);B="9O"}y 2V=7;c.5n({19:19,B:B,2B:"26",G:3v,2A:u(5g,1V){k(1V=="2Y"||1V=="9o")2V.26(H?c("<Q/>").51(5g.6q.1F(/<1i(.|\\s)*?\\/1i>/g,"")).1R(H):5g.6q);k(1b)2V.11(1b,[5g.6q,1V,5g])}});v 7},c8:u(){v c.4G(7.9c())},9c:u(){v 7.33(u(){v 7.9b?c.2k(7.9b):7}).1n(u(){v 7.E&&!7.6p&&(7.6o||/32|7P/i.1e(7.1u)||/1D|2K|6v|c6/i.1e(7.B))}).33(u(i,6){y 1z=c(7).1z();v 1z==R?R:c.4i(1z)?c.33(1z,u(1z,i){v{E:6.E,M:1z}}):{E:6.E,M:1z}}).4n()}});c.11("9G,6J,at,au,as,9n".2R(","),u(i,o){c.K[o]=u(f){v 7.5l(o,f)}});y 9A=2w();c.1X({4n:u(19,G,1b,B){k(c.2o(G)){1b=G;G=R}v c.5n({B:"4j",19:19,G:G,2Y:1b,2B:B})},c5:u(19,1b){v c.4n(19,R,1b,"1i")},c3:u(19,G,1b){v c.4n(19,G,1b,"4E")},c4:u(19,G,1b,B){k(c.2o(G)){1b=G;G={}}v c.5n({B:"9O",19:19,G:G,2Y:1b,2B:B})},c9:u(9N){c.1X(c.85,9N)},85:{19:6B.39,2W:O,B:"4j",9P:"5Y/x-ca-4q-cf",9B:O,46:O,14:u(){v 1q.9T?3X 9T("cg.ce"):3X 9e()},6S:{3J:"5Y/3J, 1D/3J",26:"1D/26",1i:"1D/4O, 5Y/4O",4E:"5Y/4E, 1D/4O",1D:"1D/cd",59:"*/*"}},6C:{},5n:u(s){s=c.1X(O,s,c.1X(O,{},c.85,s));y 2L,4p=/=\\?(&|$)/g,1V,G,B=s.B.34();k(s.G&&s.9B&&1c s.G!=="24")s.G=c.4G(s.G);k(s.2B=="2L"){k(B=="4j"){k(!s.19.C(4p))s.19+=(s.19.C(/\\?/)?"&":"?")+(s.2L||"1b")+"=?"}N k(!s.G||!s.G.C(4p))s.G=(s.G?s.G+"&":"")+(s.2L||"1b")+"=?";s.2B="4E"}k(s.2B=="4E"&&(s.G&&s.G.C(4p)||s.19.C(4p))){2L="2L"+9A++;k(s.G)s.G=(s.G+"").1F(4p,"="+2L+"$1");s.19=s.19.1F(4p,"="+2L+"$1");s.2B="1i";1q[2L]=u(5m){G=5m;2Y();2A();1q[2L]=17;2v{3T 1q[2L]}2u(e){}k(38)38.2T(1i)}}k(s.2B=="1i"&&s.2h==R)s.2h=U;k(s.2h===U&&B=="4j"){y 88=2w();y I=s.19.1F(/(\\?|&)5q=.*?(&|$)/,"$cO="+88+"$2");s.19=I+((I==s.19)?(s.19.C(/\\?/)?"&":"?")+"5q="+88:"")}k(s.G&&B=="4j"){s.19+=(s.19.C(/\\?/)?"&":"?")+s.G;s.G=R}k(s.2W&&!c.5i++)c.F.2g("9G");y 1f=/^(\\w+:)?\\/\\/([^\\/?#]+)/.3t(s.19);k(s.2B=="1i"&&B=="4j"&&1f&&(1f[1]&&1f[1]!=6B.aw||1f[2]!=6B.cb)){y 38=L.2y("38")[0];y 1i=L.2l("1i");1i.2I=s.19;k(s.9E)1i.cc=s.9E;k(!2L){y 2J=U;1i.9z=1i.3F=u(){k(!2J&&(!7.4X||7.4X=="c2"||7.4X=="2A")){2J=O;2Y();2A();1i.9z=1i.3F=R;38.2T(1i)}}}38.3w(1i);v 17}y 6T=U;y 14=s.14();k(s.9J)14.9R(B,s.19,s.46,s.9J,s.6v);N 14.9R(B,s.19,s.46);2v{k(s.G)14.6K("c1-bR",s.9P);k(s.8u)14.6K("bS-7F-bQ",c.6C[s.19]||"bP, bN bO bT 7S:7S:7S bU");14.6K("X-bZ-c0","9e");14.6K("bY",s.2B&&s.6S[s.2B]?s.6S[s.2B]+", */*":s.6S.59)}2u(e){}k(s.9w&&s.9w(14,s)===U){k(s.2W&&!--c.5i)c.F.2g("6J");14.aq();v U}k(s.2W)c.F.2g("9n",[14,s]);y 3F=u(6t){k(14.4X==0){k(4k){7V(4k);4k=R;k(s.2W&&!--c.5i)c.F.2g("6J")}}N k(!6T&&14&&(14.4X==4||6t=="4D")){6T=O;k(4k){7V(4k);4k=R}1V=6t=="4D"?"4D":!c.av(14)?"4a":s.8u&&c.a5(14,s.19)?"9o":"2Y";k(1V=="2Y"){2v{G=c.9Z(14,s.2B,s)}2u(e){1V="7h"}}k(1V=="2Y"){y 6y;2v{6y=14.7l("a6-7F")}2u(e){}k(s.8u&&6y)c.6C[s.19]=6y;k(!2L)2Y()}N c.76(s,14,1V);2A();k(6t)14.aq();k(s.46)14=R}};k(s.46){y 4k=6P(3F,13);k(s.4D>0)ar(u(){k(14&&!6T)3F("4D")},s.4D)}2v{14.bX(s.G)}2u(e){c.76(s,14,R,e)}k(!s.46)3F();u 2Y(){k(s.2Y)s.2Y(G,1V);k(s.2W)c.F.2g("as",[14,s])}u 2A(){k(s.2A)s.2A(14,1V);k(s.2W)c.F.2g("at",[14,s]);k(s.2W&&!--c.5i)c.F.2g("6J")}v 14},76:u(s,14,1V,e){k(s.4a)s.4a(14,1V,e);k(s.2W)c.F.2g("au",[14,s,e])},5i:0,av:u(14){2v{v!14.1V&&6B.aw=="6W:"||(14.1V>=8I&&14.1V<bV)||14.1V==a2||14.1V==bW}2u(e){}v U},a5:u(14,19){2v{y a1=14.7l("a6-7F");v 14.1V==a2||a1==c.6C[19]}2u(e){}v U},9Z:u(14,B,s){y ct=14.7l("ch-B"),3J=B=="3J"||!B&&ct&&ct.2d("3J")>=0,G=3J?14.ci:14.6q;k(3J&&G.1T.36=="7h")6u"7h";k(s&&s.a9)G=s.a9(G,B);k(1c G==="24"){k(B=="1i")c.7u(G);k(B=="4E")G=1q["cE"]("("+G+")")}v G},4G:u(a){y s=[];u 2c(2N,M){s[s.J]=aF(2N)+\'=\'+aF(M)};k(c.4i(a)||a.c)c.11(a,u(){2c(7.E,7.M)});N T(y j 1L a)k(c.4i(a[j]))c.11(a[j],u(){2c(j,7)});N 2c(j,c.2o(a[j])?a[j]():a[j]);v s.4f("&").1F(/%20/g,"+")}});y 6I={},5L,75=[["3l","4H","cF","cD","cC"],["2X","79","cA","8X","cB"],["23"]];u 4r(B,2P){y 44={};c.11(75.6G.1S([],75.2s(0,2P)),u(){44[7]=B});v 44}c.K.1X({2Q:u(1W,1b){k(1W){v 7.57(4r("2Q",3),1W,1b)}N{T(y i=0,l=7.J;i<l;i++){y 2C=c.G(7[i],"5F");7[i].V.1K=2C||"";k(c.2G(7[i],"1K")==="4o"){y 36=7[i].36,1K;k(6I[36]){1K=6I[36]}N{y 6=c("<"+36+" />").8Q("12");1K=6.2G("1K");k(1K==="4o")1K="6F";6.2a();6I[36]=1K}c.G(7[i],"5F",1K)}}T(y i=0,l=7.J;i<l;i++){7[i].V.1K=c.G(7[i],"5F")||""}v 7}},2D:u(1W,1b){k(1W){v 7.57(4r("2D",3),1W,1b)}N{T(y i=0,l=7.J;i<l;i++){y 2C=c.G(7[i],"5F");k(!2C&&2C!=="4o")c.G(7[i],"5F",c.2G(7[i],"1K"))}T(y i=0,l=7.J;i<l;i++){7[i].V.1K="4o"}v 7}},94:c.K.4u,4u:u(K,8j){y 8i=1c K==="8t";v c.2o(K)&&c.2o(8j)?7.94.1S(7,1H):K==R||8i?7.11(u(){y 3n=8i?K:c(7).5B(":2K");c(7)[3n?"2Q":"2D"]()}):7.57(4r("4u",3),K,8j)},cG:u(1W,6U,1b){v 7.57({23:6U},1W,1b)},57:u(1g,1W,2E,1b){y 8x=c.1W(1W,2E,1b);v 7[8x.2j===U?"11":"2j"](u(){y 1Y=c.1X({},8x),p,2K=7.Y==1&&c(7).5B(":2K"),2V=7;T(p 1L 1g){k(1g[p]=="2D"&&2K||1g[p]=="2Q"&&!2K)v 1Y.2A.1w(7);k((p=="3l"||p=="2X")&&7.V){1Y.1K=c.2G(7,"1K");1Y.3N=7.V.3N}}k(1Y.3N!=R)7.V.3N="2K";1Y.5I=c.1X({},1g);c.11(1g,u(E,1z){y e=3X c.1y(2V,1Y,E);k(/4u|2Q|2D/.1e(1z))e[1z=="4u"?2K?"2Q":"2D":1z](1g);N{y 1f=1z.3j().C(/^([+-]=)?([\\d+-.]+)(.*)$/),30=e.1d(O)||0;k(1f){y 3o=3Q(1f[2]),3h=1f[3]||"4x";k(3h!="4x"){2V.V[E]=(3o||1)+3h;30=((3o||1)/e.1d(O))*30;2V.V[E]=30+3h}k(1f[1])3o=((1f[1]=="-="?-1:1)*3o)+30;e.5Q(30,3o,3h)}N e.5Q(30,1z,"")}});v O})},6w:u(8Y,4v){y 2r=c.2r;k(8Y)7.2j([]);7.11(u(){T(y i=2r.J-1;i>=0;i--)k(2r[i].6==7){k(4v)2r[i](O);2r.4A(i,1)}});k(!4v)7.5v();v 7}});c.11({cH:4r("2Q",1),cM:4r("2D",1),cL:4r("4u",1),cK:{23:"2Q"},cI:{23:"2D"}},u(E,3y){c.K[E]=u(1W,1b){v 7.57(3y,1W,1b)}});c.1X({1W:u(1W,2E,K){y 1Y=1c 1W==="1G"?1W:{2A:K||!K&&2E||c.2o(1W)&&1W,3P:1W,2E:K&&2E||2E&&!c.2o(2E)&&2E};1Y.3P=c.1y.5z?0:1c 1Y.3P==="5t"?1Y.3P:c.1y.8v[1Y.3P]||c.1y.8v.59;1Y.2C=1Y.2A;1Y.2A=u(){k(1Y.2j!==U)c(7).5v();k(c.2o(1Y.2C))1Y.2C.1w(7)};v 1Y},2E:{8z:u(p,n,6R,3V){v 6R+3V*p},8b:u(p,n,6R,3V){v((-42.cJ(p*42.cz)/2)+0.5)*3V+6R}},2r:[],1y:u(6,15,1g){7.15=15;7.6=6;7.1g=1g;k(!15.31)15.31={}}});c.1y.2F={7Y:u(){k(7.15.4g)7.15.4g.1w(7.6,7.2w,7);(c.1y.4g[7.1g]||c.1y.4g.59)(7);k((7.1g=="3l"||7.1g=="2X")&&7.6.V)7.6.V.1K="6F"},1d:u(4L){k(7.6[7.1g]!=R&&(!7.6.V||7.6.V[7.1g]==R))v 7.6[7.1g];y r=3Q(c.2G(7.6,7.1g,4L));v r&&r>-cy?r:3Q(c.35(7.6,7.1g))||0},5Q:u(8D,6U,3h){7.8d=2w();7.30=8D;7.3o=6U;7.3h=3h||7.3h||"4x";7.2w=7.30;7.3c=7.3n=0;y 2V=7;u t(4v){v 2V.4g(4v)}t.6=7.6;k(t()&&c.2r.1A(t)&&!5L){5L=6P(u(){y 2r=c.2r;T(y i=0;i<2r.J;i++)k(!2r[i]())2r.4A(i--,1);k(!2r.J){7V(5L);5L=17}},13)}},2Q:u(){7.15.31[7.1g]=c.2p(7.6.V,7.1g);7.15.2Q=O;7.5Q(7.1g=="2X"||7.1g=="3l"?1:0,7.1d());c(7.6).2Q()},2D:u(){7.15.31[7.1g]=c.2p(7.6.V,7.1g);7.15.2D=O;7.5Q(7.1d(),0)},4g:u(4v){y t=2w();k(4v||t>=7.15.3P+7.8d){7.2w=7.3o;7.3c=7.3n=1;7.7Y();7.15.5I[7.1g]=O;y 2J=O;T(y i 1L 7.15.5I)k(7.15.5I[i]!==O)2J=U;k(2J){k(7.15.1K!=R){7.6.V.3N=7.15.3N;7.6.V.1K=7.15.1K;k(c.2G(7.6,"1K")=="4o")7.6.V.1K="6F"}k(7.15.2D)c(7.6).2D();k(7.15.2D||7.15.2Q)T(y p 1L 7.15.5I)c.2p(7.6.V,p,7.15.31[p]);7.15.2A.1w(7.6)}v U}N{y n=t-7.8d;7.3n=n/7.15.3P;7.3c=c.2E[7.15.2E||(c.2E.8b?"8b":"8z")](7.3n,n,0,1,7.15.3P);7.2w=7.30+((7.3o-7.30)*7.3c);7.7Y()}v O}};c.1X(c.1y,{8v:{cn:co,cm:8I,59:cl},4g:{23:u(1y){c.2p(1y.6.V,"23",1y.2w)},59:u(1y){k(1y.6.V&&1y.6.V[1y.1g]!=R)1y.6.V[1y.1g]=1y.2w+1y.3h;N 1y.6[1y.1g]=1y.2w}}});k(L.1T["8F"])c.K.1N=u(){k(!7[0])v{1s:0,1a:0};k(7[0]===7[0].1U.12)v c.1N.8r(7[0]);y 7p=7[0].8F(),2x=7[0].1U,12=2x.12,3C=2x.1T,5y=3C.5y||12.5y||0,5T=3C.5T||12.5T||0,1s=7p.1s+(2V.a7||c.4K&&3C.3I||12.3I)-5y,1a=7p.1a+(2V.ag||c.4K&&3C.3W||12.3W)-5T;v{1s:1s,1a:1a}};N c.K.1N=u(){k(!7[0])v{1s:0,1a:0};k(7[0]===7[0].1U.12)v c.1N.8r(7[0]);c.1N.6f||c.1N.8s();y 6=7[0],1O=6.1O,a3=6,2x=6.1U,3a,3C=2x.1T,12=2x.12,3G=2x.3G,5f=3G.6r(6,R),1s=6.3U,1a=6.69;1P((6=6.1v)&&6!==12&&6!==3C){3a=3G.6r(6,R);1s-=6.3I,1a-=6.3W;k(6===1O){1s+=6.3U,1a+=6.69;k(c.1N.9K&&!(c.1N.9M&&/^t(cj|d|h)$/i.1e(6.36)))1s+=3S(3a.7e,10)||0,1a+=3S(3a.7D,10)||0;a3=1O,1O=6.1O}k(c.1N.9g&&3a.3N!=="am")1s+=3S(3a.7e,10)||0,1a+=3S(3a.7D,10)||0;5f=3a}k(5f.3d==="3D"||5f.3d==="9X")1s+=12.3U,1a+=12.69;k(5f.3d==="ck")1s+=42.4T(3C.3I,12.3I),1a+=42.4T(3C.3W,12.3W);v{1s:1s,1a:1a}};c.1N={8s:u(){k(7.6f)v;y 12=L.12,4Z=L.2l(\'Q\'),4V,6i,28,56,60,1g,9l=12.V.4H,26=\'<Q V="3d:5U;1s:0;1a:0;3O:0;53:9q 9p #9C;6j:0;2X:3K;3l:3K;"><Q></Q></Q><28 V="3d:5U;1s:0;1a:0;3O:0;53:9q 9p #9C;6j:0;2X:3K;3l:3K;" cp="0" 9H="0"><4I><56></56></4I></28>\';60={3d:\'5U\',1s:0,1a:0,3O:0,53:0,2X:\'3K\',3l:\'3K\',9I:\'2K\'};T(1g 1L 60)4Z.V[1g]=60[1g];4Z.3k=26;12.3m(4Z,12.1E);4V=4Z.1E,6i=4V.1E,56=4V.4w.1E.1E;7.9K=(6i.3U!==5);7.9M=(56.3U===5);4V.V.3N=\'2K\',4V.V.3d=\'3D\';7.9g=(6i.3U===-5);12.V.4H=\'3K\';7.ap=(12.3U===0);12.V.4H=9l;12.2T(4Z);7.6f=O},8r:u(12){c.1N.6f||c.1N.8s();y 1s=12.3U,1a=12.69;k(c.1N.ap)1s+=3S(c.35(12,\'4H\',O),10)||0,1a+=3S(c.35(12,\'79\',O),10)||0;v{1s:1s,1a:1a}}};c.K.1X({3d:u(){y 1a=0,1s=0,1j;k(7[0]){y 1O=7.1O(),1N=7.1N(),5K=/^12|26$/i.1e(1O[0].36)?{1s:0,1a:0}:1O.1N();1N.1s-=2P(7,\'4H\');1N.1a-=2P(7,\'79\');5K.1s+=2P(1O,\'7e\');5K.1a+=2P(1O,\'7D\');1j={1s:1N.1s-5K.1s,1a:1N.1a-5K.1a}}v 1j},1O:u(){y 1O=7[0].1O||L.12;1P(1O&&(!/^12|26$/i.1e(1O.36)&&c.2G(1O,\'3d\')==\'9X\'))1O=1O.1O;v c(1O)}});c.11([\'7r\',\'8y\'],u(i,E){y 4P=\'5V\'+E;c.K[4P]=u(1z){k(!7[0])v R;v 1z!==17?7.11(u(){7==1q||7==L?1q.cq(!i?1z:c(1q).3W(),i?1z:c(1q).3I()):7[4P]=1z}):7[0]==1q||7[0]==L?2V[i?\'a7\':\'ag\']||c.4K&&L.1T[4P]||L.12[4P]:7[0][4P]}});c.11(["cw","ab"],u(i,E){y cx=i?"7r":"8y",br=i?"8V":"8O",8o=E.52();c.K["cv"+E]=u(){v 7[0]?c.2G(7[0],8o,U,"6j"):R};c.K["cu"+E]=u(3O){v 7[0]?c.2G(7[0],8o,U,3O?"3O":"53"):R};y B=E.52();c.K[B]=u(58){v 7[0]==1q?L.cr=="cs"&&L.1T["8h"+E]||L.12["8h"+E]:7[0]==L?42.4T(L.1T["8h"+E],L.12["5V"+E],L.1T["5V"+E],L.12["1N"+E],L.1T["1N"+E]):58===17?(7.J?c.2G(7[0],B):R):7.2G(B,1c 58==="24"?58:58+"4x")}})})();c.9r();',62,848,'||||||elem|this|||||a561||||||||if||||||||||function|return|||var|||type|match||name|event|data|selector|ret|length|fn|document|value|else|true|context|div|null||for|false|style|||nodeType|||each|body||xhr|options||undefined|checkSet|url|left|callback|typeof|cur|test|parts|prop|Expr|script|results|isXML|array|Sizzle|filter|set|id|window|events|top|part|nodeName|parentNode|call|expr|fx|val|push|className|handle|text|firstChild|replace|object|arguments|elems|handler|display|in|result|offset|offsetParent|while|target|find|apply|documentElement|ownerDocument|status|speed|extend|opt|namespaces||tbody|parent|opacity|string|curLoop|html|not|table|first|remove|break|add|indexOf|node|dir|trigger|cache|support|queue|makeArray|createElement|proxy||isFunction|attr|doneName|timers|slice|check|catch|try|now|doc|getElementsByTagName|guid|complete|dataType|old|hide|easing|prototype|css|root|src|done|hidden|jsonp|types|key|args|num|show|split|getAttribute|removeChild|classNames|self|global|width|success|inplace|start|orig|select|map|toUpperCase|curCSS|tagName|extra|head|href|computedStyle|all|pos|position|one|index|pushStack|unit|Array|toString|innerHTML|height|insertBefore|state|end|tags|pop|expando|button|exec|wrap|params|appendChild|userAgent|props|ready|special|fragment|docElem|relative|copy|onreadystatechange|defaultView|nth|scrollTop|xml|1px|handlers|sizcache|overflow|margin|duration|parseFloat|inArray|parseInt|delete|offsetTop|diff|scrollLeft|new|getAttributeNode|ID|shift|option|Math|styleFloat|obj|childNodes|async|RegExp|preventDefault|sort|error|values|isPartStr|stopPropagation|Event|join|step|which|isArray|GET|ival|anyFound|removeData|get|none|jsre|form|genFx|last|previousSibling|toggle|gotoEnd|nextSibling|px|seed|selectors|splice|nodeCheck|attachEvent|timeout|json|sortOrder|param|marginTop|tr|TAG|boxModel|force|oldSizzle|multiFilter|javascript|method|getElementsByClassName|checkFn|originalEvent|max|POS|innerDiv|class|readyState|filters|container|deep|append|toLowerCase|border|u00c0|sizset|td|animate|size|_default|input|scripts|getElementById|found|domManip|prevComputedStyle|res|offsetWidth|active|cssFloat|notxml|bind|tmp|ajax|float|callee|_|setup|charCode|number|hasDuplicate|dequeue|specialAll|PSEUDO|clientTop|off|uFFFF_|is|selected|contains|grep|olddisplay|has|CLASS|curAnim|isReady|parentOffset|timerId|readyList|live|closest|item|custom|fix|teardown|clientLeft|absolute|scroll|compareDocumentPosition|case|application|querySelectorAll|rules|order|sibDir|attrHandle|load|relatedTarget|detachEvent|returnFalse|returnTrue|offsetLeft|createTextNode|click|aRange|addEventListener|cloneNode|initialized|unique|matches|checkDiv|padding|on|fromElement|bRange|namespace|checked|disabled|responseText|getComputedStyle|empty|isTimeout|throw|password|stop|chunker|modRes|letter|attributeNode|location|lastModified|clean|selectedIndex|block|concat|isXMLDoc|elemdisplay|ajaxStop|setRequestHeader|CHILD|odd|even|nodeValue|setInterval|currentStyle|firstNum|accepts|requestDone|to|mouseleave|file|hasBody|createRange|radio|currentTarget|tag|mouseenter|NAME|isPartStrNotTag|fxAttrs|handleError|triggered|link|marginLeft|Date|prune|sourceIndex|unload|borderTopWidth|submit|liveConvert|parsererror|keyCode|metaKey|withinElement|getResponseHeader|lastToggle|clientX|ctrlKey|box|insert|Left|isDefaultPrevented|isPropagationStopped|globalEval|isImmediatePropagationStopped|clone|pageX|readyBound|bindReady|triggerHandler|windowData|removeEventListener|borderLeftWidth|removeAttribute|Modified|bubbling|liveHandler|unbind|preFilter|checkbox|init|closer|after|scriptEval|textarea|eq|posProcess|00|ATTR|substr|clearInterval|andSelf|offsetHeight|update|tmpSet|opera|later|pass|nodeIndex|prevObject|ajaxSettings|query|getWH|ts|merge|dirNodeCheck|swing|runtimeStyle|startTime|dirCheck|second|tabIndex|client|bool|fn2|noCloneEvent|onclick|sibling|isTag|lower|attrMap|wrapAll|bodyOffset|initialize|boolean|ifModified|speeds|matched|optall|Top|linear|clientY|pageY|camelCase|from|isSimple|getBoundingClientRect|unshift|TEST|200|exclusive|lastChild|swap|exclude|toElement|Bottom|uuid|appendTo|children|_a561|front|Object|Right|multiple|paddingLeft|clearQueue|setArray|srcElement|isXMLFilter|reset|quickExpr|_toggle|image|HTML|continue|fieldset|rsLeft|unrecognized|elements|serializeArray|lt|XMLHttpRequest|gt|subtractsBorderForOverflowNotVisible|setFilters|area|msie|specified|bodyMarginTop|_load|ajaxSend|notmodified|solid|5px|noConflict|source|mozilla|origPOS|webkit|beforeSend|textContent|zoom|onload|jsc|processData|000|100|scriptCharset|expression|ajaxStart|cellspacing|visibility|username|doesNotAddBorder|count|doesAddBorderForTableAndCells|settings|POST|contentType|alpha|open|only|ActiveXObject|inv|Syntax|htmlFor|static|evalScript|httpData|replaceWith|xhrRes|304|prevOffsetParent|DOMContentLoaded|httpNotModified|Last|pageYOffset|fnOut|dataFilter|getElementsByName|Width|original|isArrayLike|col|fnOver|pageXOffset|colgroup|fireEvent|doScroll|red|htmlSerialize|visible|leadingWhitespace|hrefNormalized|doesNotIncludeMarginInBodyOffset|abort|setTimeout|ajaxSuccess|ajaxComplete|ajaxError|httpSuccess|protocol|collapse|prepend|before|selectNode|mouseover|getTime|contents|mouseout|encodeURIComponent|uFFFF|child|NaN|tfoot|colg|thead|leg|embed|substring|cap|th|setAttribute|ig|cssText|changed|property|can|hr|meta|createDocumentFragment|font|attributes|hasClass|wrapInner|outerHTML|weight|line|abbr|img|pixelLeft|getPropertyValue|Function|round|trim||getAll|replaceAll|removeAttr|insertAfter|prependTo|contentDocument|contentWindow|addClass|removeClass|lastIndex|rightContext|mode||setData|toggleClass|getData|iframe|siblings|it|ra|rv|version|navigator|browser|ie|safari|nextAll|prevAll|prev|next|compatible|parents|leftContext|readOnly|01|Jan|Thu|Since|Type|If|1970|GMT|300|1223|send|Accept|Requested|With|Content|loaded|getJSON|post|getScript|search|tabindex|serialize|ajaxSetup|www|host|charset|plain|XMLHTTP|urlencoded|Microsoft|content|responseXML|able|fixed|400|fast|slow|600|cellpadding|scrollTo|compatMode|CSS1Compat||outer|inner|Height|tl|10000|PI|marginRight|paddingRight|paddingBottom|paddingTop|eval|marginBottom|fadeTo|slideDown|fadeOut|cos|fadeIn|slideToggle|slideUp|rowSpan|1_|prevValue|relatedNode|originalTarget|innerText|newValue|rowspan|screenX|screenY|header|timeStamp|wheelDelta|shiftKey|BUTTON|eventPhase|detail|charAt|Range|animated|START_TO_END|createComment|altKey|attrChange|bubbles|cancelable|switch|attrName|compareBoundaryPoints|returnValue|view|cancelBubble|mouseup|0n|maxlength|enabled||mousemove|change|readonly|color|keyup|keypress|keydown|objectAll|maxLength|die|mousedown|cellSpacing|hover|stopImmediatePropagation|focus|blur|resize|dblclick'.split('|'),0,{}));

////



var a561_sohCounter = 0;
a561(document).ready(function(){
	a561('.soh').each(function(i){
		a561(this).attr('id','soh'+a561_sohCounter);
		
		
		rel = a561(this).attr('rel');
		if (a561(this).parent().href!="") {
			a561(this).css('cursor','hand');
			
			width = a561(this).css('width');
			height = a561(this).css('height');
			
//			a561(this).parent().css('width',width);
//			a561(this).parent().css('height',height);
			a561(this).parent().css('display','block');
		}
		if (rel) {
			rel = rel.split(",");
			
			if (rel.length==2) {
				for (i=0;i<rel.length;i++) {
					tmp=new Image(100,100); 
					tmp.src=rel[i];
				}
			
				a561(this).mouseover(function(){
					src = a561(this).attr('rel');
					src = src.split(",");
					a561(this).css('backgroundImage','url('+src[1]+')');
				});
				
				a561(this).mouseout(function(){
					src = a561(this).attr('rel');
					src = src.split(",");
					a561(this).css('backgroundImage','url('+src[0]+')');
				});
			}
			
		}
		
		a561_sohCounter++;
	});
	
	
});



