/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - script/library.js - */
jQueryTargetFps = 40;
jQueryTickInterval = 1000.0 / jQueryTargetFps;
/*
 * 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,jQueryTickInterval);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}},jQueryTickInterval)}},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")}})})();
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-8 -332 329 77.0901","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":100},"!":{"d":"27,-40r40,0r0,40r-40,0r0,-40xm64,-257v2,68,-4,130,-9,191r-16,0r-9,-112r0,-79r34,0","w":93},"\"":{"d":"90,-257r24,0r0,93r-24,0r0,-93xm39,-257r25,0r0,93r-25,0r0,-93","w":153},"#":{"d":"83,-153r-7,54r44,0r8,-54r-45,0xm47,-74r-35,0r0,-25r39,0r7,-54r-36,0r0,-24r40,0r10,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r32,0r0,24r-35,0r-8,54r33,0r0,25r-37,0r-10,74r-25,0r11,-74r-45,0r-10,74r-25,0"},"$":{"d":"132,-139v82,14,68,152,-22,145r0,30r-20,0r0,-30v-48,-4,-77,-36,-81,-84r31,0v0,32,22,51,50,55r0,-95v-40,-10,-74,-20,-73,-70v1,-47,30,-70,73,-75r0,-24r20,0r0,24v40,5,63,31,71,71r-31,0v-5,-24,-18,-37,-40,-41r0,88xm110,-23v51,5,63,-70,19,-84v-6,-2,-13,-4,-19,-6r0,90xm90,-234v-43,-3,-57,65,-16,78v5,2,10,4,16,6r0,-84"},"%":{"d":"91,-235v-43,1,-44,102,-1,104v45,0,45,-103,1,-104xm91,-111v-43,0,-58,-29,-58,-71v0,-42,16,-73,58,-73v43,0,58,29,58,72v0,41,-17,71,-58,72xm269,-120v-44,2,-43,102,-1,105v44,-1,45,-103,1,-105xm269,4v-43,0,-58,-29,-58,-71v0,-42,16,-73,58,-73v43,0,58,29,58,72v0,41,-17,71,-58,72xm261,-260r31,0r-193,268r-31,0","w":360},"&":{"d":"104,-230v-34,0,-37,44,-14,61r9,11v15,-11,33,-20,34,-45v0,-15,-12,-27,-29,-27xm102,-257v66,-5,80,79,32,107r-18,12r46,57v5,-13,7,-26,8,-40r29,0v-2,28,-7,45,-17,63r50,58r-40,0r-27,-32v-15,21,-38,36,-73,36v-50,0,-80,-25,-80,-70v0,-44,31,-61,60,-78v-11,-18,-29,-30,-28,-60v0,-35,23,-50,58,-53xm44,-66v0,55,87,52,104,13r-59,-71v-23,12,-45,25,-45,58","w":226},"'":{"d":"38,-257r24,0r0,93r-24,0r0,-93","w":100},"(":{"d":"97,-263v-63,85,-63,249,0,334r-24,0v-30,-49,-55,-96,-56,-168v0,-66,25,-124,56,-166r24,0","w":93},")":{"d":"76,-95v0,66,-25,124,-56,166r-24,0v63,-85,63,-249,0,-334r24,0v29,47,55,95,56,168","w":93},"*":{"d":"72,-216r39,-15r7,18r-39,13r24,33r-15,11r-25,-34r-23,34r-17,-11r24,-33r-38,-13r6,-18r38,15r0,-41r19,0r0,41","w":126},"+":{"d":"120,-103r79,0r0,24r-79,0r0,79r-24,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79","w":216},",":{"d":"30,-40r40,0v2,46,-2,84,-40,93r0,-18v13,-5,21,-17,21,-35r-21,0r0,-40","w":100},"-":{"d":"18,-114r104,0r0,28r-104,0r0,-28","w":140},".":{"d":"30,-40r40,0r0,40r-40,0r0,-40","w":100},"\/":{"d":"100,-263r26,0r-106,269r-26,0","w":119},"0":{"d":"100,-228v-50,0,-51,51,-52,102v-1,49,2,103,52,103v56,0,54,-68,52,-123v-1,-44,-9,-82,-52,-82xm100,4v-72,0,-85,-58,-85,-129v0,-70,13,-130,85,-130v83,0,88,78,84,159v-3,57,-22,100,-84,100"},"1":{"d":"31,-207v41,0,68,-13,74,-48r23,0r0,255r-30,0r0,-183r-67,0r0,-24"},"2":{"d":"96,-228v-36,1,-48,29,-50,63r-30,0v-2,-56,28,-86,82,-90v85,-6,104,109,41,145v-31,28,-83,37,-95,83r131,0r0,27r-166,0v2,-96,101,-95,132,-159v16,-34,-7,-70,-45,-69"},"3":{"d":"151,-72v0,-39,-32,-53,-73,-48r0,-26v34,4,61,-8,62,-41v1,-26,-19,-41,-45,-41v-34,0,-47,23,-48,55r-31,0v3,-50,27,-81,79,-82v47,0,77,22,78,68v1,25,-19,42,-35,52v29,5,44,30,46,62v6,90,-145,103,-168,29v-4,-10,-5,-22,-5,-35r30,0v1,34,19,56,55,56v32,-1,55,-16,55,-49"},"4":{"d":"122,-87r-1,-125r-85,125r86,0xm151,-87r34,0r0,27r-34,0r0,60r-29,0r0,-60r-112,0r0,-29r116,-166r25,0r0,168"},"5":{"d":"151,-83v4,-60,-78,-74,-105,-34r-27,-1r24,-133r126,0r0,27r-103,0r-13,74v10,-11,28,-18,48,-18v53,2,78,32,82,87v6,90,-129,113,-164,43v-4,-9,-6,-19,-6,-31r30,0v4,28,22,46,54,46v36,0,52,-24,54,-60"},"6":{"d":"14,-118v0,-75,19,-136,94,-137v43,0,68,25,72,65r-31,0v1,-36,-48,-48,-74,-29v-22,15,-32,54,-30,88v13,-22,33,-33,64,-33v51,0,78,34,78,83v0,52,-30,84,-85,85v-70,1,-88,-55,-88,-122xm154,-79v0,-35,-16,-58,-51,-58v-35,0,-53,23,-53,57v0,34,18,57,53,57v34,-1,51,-23,51,-56"},"7":{"d":"51,0v9,-96,50,-168,101,-222r-134,0r0,-29r165,0r0,26v-50,54,-90,130,-98,225r-34,0"},"8":{"d":"100,-228v-26,0,-43,13,-44,39v0,28,18,40,45,41v24,0,42,-16,42,-41v0,-25,-19,-39,-43,-39xm59,-137v-20,-7,-36,-28,-36,-53v0,-42,32,-60,75,-65v79,-8,103,93,42,118v79,24,47,148,-39,141v-51,-4,-86,-25,-87,-77v0,-33,19,-55,45,-64xm101,-121v-33,0,-53,17,-54,49v0,30,23,50,54,49v32,0,52,-18,52,-49v0,-31,-22,-49,-52,-49"},"9":{"d":"184,-133v6,101,-59,172,-142,121v-15,-9,-22,-27,-24,-50r30,0v1,43,71,53,89,15v7,-16,17,-45,15,-75v-10,20,-32,35,-59,35v-53,0,-81,-31,-81,-85v0,-52,32,-83,84,-83v68,0,84,51,88,122xm95,-114v34,0,52,-22,52,-56v0,-35,-17,-58,-52,-58v-35,0,-50,24,-50,60v1,32,19,54,50,54"},":":{"d":"70,-146r-40,0r0,-40r40,0r0,40xm30,-40r40,0r0,40r-40,0r0,-40","w":100},";":{"d":"70,-146r-40,0r0,-40r40,0r0,40xm30,-40r40,0v2,46,-1,85,-40,93r0,-18v13,-5,21,-17,21,-35r-21,0r0,-40","w":100},"<":{"d":"199,-161r-153,70r153,69r0,25r-182,-83r0,-22r182,-83r0,24","w":216},"=":{"d":"17,-67r182,0r0,25r-182,0r0,-25xm199,-115r-182,0r0,-25r182,0r0,25","w":216},">":{"d":"17,-22r153,-69r-153,-70r0,-24r182,83r0,22r-182,83r0,-25","w":216},"?":{"d":"78,-40r40,0r0,40r-40,0r0,-40xm100,-236v-35,0,-49,24,-50,59r-30,0v2,-52,28,-82,80,-86v76,-6,99,93,45,133v-18,13,-34,32,-31,67r-30,0v-9,-70,60,-68,60,-131v0,-26,-18,-42,-44,-42"},"@":{"d":"151,-206v21,0,35,10,41,29r8,-22r22,0r-34,120v0,6,2,12,9,11v33,-7,50,-45,50,-82v0,-57,-40,-90,-98,-93v-100,-5,-138,129,-76,196v40,44,139,38,167,-10r23,0v-23,35,-57,63,-113,63v-83,0,-135,-55,-135,-136v0,-79,53,-133,134,-133v72,0,122,41,122,111v0,57,-33,98,-84,104v-14,2,-21,-11,-24,-23v-11,10,-26,24,-45,24v-32,0,-51,-23,-51,-57v0,-55,28,-102,84,-102xm125,-72v44,-2,75,-80,37,-107v-41,-11,-66,32,-68,72v-1,19,13,36,31,35","w":288},"A":{"d":"72,-106r87,0r-43,-120xm98,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0","w":233,"k":{"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}},"B":{"d":"185,-188v0,-57,-71,-36,-123,-40r0,81v52,-3,123,15,123,-41xm230,-74v0,46,-30,73,-78,74r-124,0r0,-257v82,4,192,-21,192,63v0,30,-17,49,-39,58v30,6,49,28,49,62xm196,-75v0,-59,-78,-40,-134,-43r0,89v58,-2,134,15,134,-46","w":246},"C":{"d":"15,-128v-11,-124,149,-181,216,-88v6,10,10,22,12,36r-34,0v-9,-33,-31,-54,-72,-54v-62,0,-87,45,-87,104v0,62,25,107,87,107v47,0,70,-29,74,-74r35,0v-6,62,-44,103,-112,103v-81,-1,-112,-55,-119,-134","w":259},"D":{"d":"206,-130v-2,-61,-24,-98,-86,-98r-58,0r0,199v89,7,146,-14,144,-101xm240,-135v1,87,-38,135,-124,135r-88,0r0,-257r88,0v81,0,124,40,124,122","w":253},"E":{"d":"28,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0r0,-257","w":219},"F":{"d":"28,-257r169,0r0,29r-135,0r0,81r118,0r0,29r-118,0r0,118r-34,0r0,-257","w":206,"k":{"\u0104":20,"A":20,".":57,",":57}},"G":{"d":"50,-125v-11,101,132,140,166,51v3,-10,4,-21,4,-33r-82,0r0,-28r113,0r0,135r-22,0r-9,-32v-18,23,-43,38,-82,38v-78,0,-115,-54,-123,-129v-13,-126,148,-188,220,-94v8,10,11,24,13,39r-34,0v-7,-37,-33,-56,-76,-56v-63,0,-81,48,-88,109","w":273},"H":{"d":"28,-257r34,0r0,110r136,0r0,-110r34,0r0,257r-34,0r0,-118r-136,0r0,118r-34,0r0,-257","w":259},"I":{"d":"30,-257r34,0r0,257r-34,0r0,-257","w":93},"J":{"d":"84,-23v31,0,40,-17,41,-46r0,-188r34,0r0,193v-2,45,-28,70,-76,70v-54,1,-80,-33,-75,-91r34,0v-1,36,5,62,42,62","w":186},"K":{"d":"28,-257r34,0r0,128r131,-128r44,0r-108,104r112,153r-43,0r-93,-130r-43,40r0,90r-34,0r0,-257","w":240},"L":{"d":"28,-257r34,0r0,228r136,0r0,29r-170,0r0,-257","k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"29,-257r47,0r81,216r81,-216r47,0r0,257r-33,0r0,-214r-81,214r-29,0r-81,-214r0,214r-32,0r0,-257","w":313},"N":{"d":"28,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0r0,-257","w":259},"O":{"d":"137,-234v-62,0,-89,45,-89,105v0,60,27,106,89,106v62,0,89,-45,89,-106v0,-60,-28,-105,-89,-105xm137,6v-81,0,-123,-54,-123,-135v0,-81,43,-134,123,-134v81,0,123,55,123,134v0,80,-42,135,-123,135","w":273},"P":{"d":"185,-181v0,-58,-68,-46,-123,-47r0,94v55,-1,123,12,123,-47xm220,-181v0,48,-28,76,-79,76r-79,0r0,105r-34,0r0,-257r113,0v51,0,79,28,79,76","w":233,"k":{"\u0104":27,"A":27,".":64,",":64}},"Q":{"d":"48,-129v-3,73,52,125,124,99r-28,-23r18,-20r34,27v53,-51,36,-193,-59,-188v-62,3,-87,45,-89,105xm260,-129v0,43,-15,80,-39,103r34,27r-17,21r-40,-31v-17,10,-37,15,-61,15v-81,-3,-123,-54,-123,-135v0,-81,43,-134,123,-134v81,0,123,55,123,134","w":273},"R":{"d":"198,0v-16,-37,5,-110,-52,-110r-84,0r0,110r-34,0r0,-257v85,3,199,-21,199,67v0,35,-17,57,-44,66v54,5,27,91,53,124r-38,0xm193,-184v0,-60,-76,-41,-131,-44r0,89v57,-3,131,15,131,-45","w":246,"k":{"Y":13,"W":6,"V":6,"T":6}},"S":{"d":"47,-140v-72,-60,13,-147,104,-118v34,11,57,34,58,76r-32,0v4,-64,-121,-74,-122,-8v18,72,161,13,165,119v3,97,-169,97,-198,27v-5,-12,-9,-25,-9,-41r33,0v1,43,31,57,75,62v57,6,91,-60,39,-82v-34,-15,-86,-12,-113,-35","w":233},"T":{"d":"86,-228r-85,0r0,-29r205,0r0,29r-85,0r0,228r-35,0r0,-228","w":206,"k":{"\u015b":40,"\u0119":40,"\u0107":40,"\u0105":40,"\u0104":33,"\u00f3":40,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":33,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"132,-23v102,0,58,-143,67,-234r34,0r0,164v1,65,-37,99,-101,99v-67,-1,-105,-31,-105,-99r0,-164r34,0r0,164v0,46,25,70,71,70","w":259},"V":{"d":"129,0r-39,0r-90,-257r37,0r74,223r74,-223r36,0","w":219,"k":{"\u0119":20,"\u0105":20,"\u0104":17,"\u00f3":20,"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":17,":":17,".":46,"-":20,",":46}},"W":{"d":"260,0r-35,0r-60,-216r-59,216r-36,0r-66,-257r35,0r51,214r58,-214r37,0r58,214r52,-214r34,0","w":333,"k":{"\u0119":21,"\u0105":13,"\u0104":9,"\u00f3":21,"u":6,"r":6,"o":21,"e":21,"a":13,"A":9,";":6,":":6,".":27,",":27}},"X":{"d":"89,-132r-84,-125r41,0r64,100r67,-100r38,0r-85,125r90,132r-41,0r-70,-106r-71,106r-38,0","w":219},"Y":{"d":"134,-105r0,105r-34,0r0,-105r-99,-152r40,0r77,122r76,-122r39,0","w":233,"k":{"\u0119":40,"\u0105":33,"\u0104":27,"\u00f3":40,"v":20,"u":27,"q":33,"p":27,"o":40,"i":13,"e":40,"a":33,"A":27,";":33,":":33,".":50,"-":40,",":50}},"Z":{"d":"8,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0r0,-29","w":219},"[":{"d":"93,-239r-38,0r0,286r38,0r0,24r-67,0r0,-334r67,0r0,24","w":93},"\\":{"d":"126,6r-26,0r-106,-269r26,0","w":119},"]":{"d":"0,47r39,0r0,-286r-39,0r0,-24r67,0r0,334r-67,0r0,-24","w":93},"^":{"d":"96,-251r24,0r78,156r-25,0r-65,-130r-64,130r-26,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"-8,-264r39,0r31,52r-23,0","w":79},"a":{"d":"169,-44v-2,17,3,24,19,20r0,23v-19,10,-52,5,-48,-23v-26,39,-127,42,-127,-24v0,-66,78,-50,121,-71v15,-23,-8,-47,-37,-44v-26,2,-45,8,-46,35r-31,0v2,-45,33,-61,79,-62v40,-1,70,11,70,51r0,95xm81,-23v44,1,63,-25,57,-73v-28,18,-93,1,-93,46v0,20,15,27,36,27","w":193},"b":{"d":"116,4v-29,0,-49,-11,-61,-29r0,25r-31,0r0,-257r31,0r0,96v9,-19,33,-29,60,-29v58,1,86,41,86,97v0,56,-26,97,-85,97xm112,-23v42,0,56,-32,56,-72v0,-39,-17,-68,-57,-68v-40,0,-57,30,-57,70v0,41,17,69,58,70","w":213},"c":{"d":"13,-91v-9,-93,112,-134,160,-64v5,7,7,18,8,29r-32,0v-4,-24,-19,-37,-46,-37v-42,1,-58,31,-58,72v0,38,15,68,55,68v30,0,47,-18,51,-45r31,0v-6,43,-33,72,-82,72v-59,-1,-81,-37,-87,-95","w":193},"d":{"d":"101,-163v-41,1,-56,32,-56,72v0,38,17,69,58,68v40,-1,57,-30,57,-70v0,-41,-17,-70,-59,-70xm98,-190v29,0,48,12,61,29r0,-96r30,0r0,257r-30,0v-1,-8,2,-19,-1,-25v-9,19,-32,29,-59,29v-58,-2,-86,-40,-86,-98v0,-57,27,-95,85,-96","w":213},"e":{"d":"152,-111v3,-56,-85,-70,-102,-20v-3,6,-5,13,-5,20r107,0xm45,-84v-10,66,95,83,107,25r30,0v-7,39,-36,63,-80,63v-60,-1,-84,-39,-89,-98v-7,-89,110,-130,155,-60v12,18,18,42,17,70r-140,0","w":193},"f":{"d":"107,-230v-18,-5,-41,-5,-41,18r0,26r36,0r0,27r-36,0r0,159r-30,0r0,-159r-32,0r0,-27r32,0v-8,-54,19,-85,71,-71r0,27","w":106,"k":{"f":6}},"g":{"d":"99,-190v28,-1,44,14,56,31r0,-27r29,0v-6,118,37,292,-113,259v-27,-6,-49,-21,-51,-52r31,0v2,22,24,30,48,30v45,1,60,-38,55,-83v-10,21,-28,34,-58,34v-56,0,-83,-39,-83,-94v0,-57,27,-97,86,-98xm45,-96v0,38,13,71,53,71v41,0,55,-32,55,-72v0,-36,-14,-66,-53,-66v-40,0,-55,29,-55,67","w":206},"h":{"d":"109,-163v-76,0,-51,94,-55,163r-31,0r0,-257r31,0r0,98v11,-19,29,-31,59,-31v90,0,58,110,64,190r-30,0r0,-126v0,-22,-15,-37,-38,-37"},"i":{"d":"55,-220r-30,0r0,-37r30,0r0,37xm25,-186r30,0r0,186r-30,0r0,-186","w":79},"j":{"d":"55,-220r-30,0r0,-37r30,0r0,37xm-5,44v22,2,30,-2,30,-25r0,-205r30,0r0,210v1,37,-23,52,-60,46r0,-26","w":79},"k":{"d":"25,-257r30,0r0,152r85,-81r41,0r-73,68r79,118r-39,0r-64,-97r-29,26r0,71r-30,0r0,-257","w":186},"l":{"d":"25,-257r30,0r0,257r-30,0r0,-257","w":79},"m":{"d":"103,-163v-71,0,-44,97,-49,163r-31,0r0,-186r29,0v1,8,-2,21,1,27v20,-39,96,-44,111,0v20,-43,120,-46,120,23r0,136r-31,0r0,-122v1,-27,-10,-41,-36,-41v-71,0,-43,98,-48,163r-31,0r0,-122v2,-27,-10,-41,-35,-41","w":307},"n":{"d":"109,-163v-76,0,-51,94,-55,163r-31,0r0,-186r29,0v1,9,-2,22,1,29v11,-21,31,-32,60,-33v90,-4,58,110,64,190r-30,0r0,-126v0,-22,-15,-37,-38,-37"},"o":{"d":"103,-163v-40,0,-58,30,-58,70v0,40,18,70,58,70v40,0,58,-29,58,-70v0,-41,-18,-70,-58,-70xm103,4v-60,0,-90,-39,-90,-97v0,-58,30,-97,90,-97v60,0,91,38,91,97v0,59,-31,97,-91,97","w":206},"p":{"d":"116,4v-29,0,-49,-11,-61,-29r0,96r-31,0r0,-257r31,0r0,25v9,-19,33,-29,60,-29v58,1,86,41,86,97v0,56,-26,97,-85,97xm112,-23v42,0,56,-32,56,-72v0,-39,-17,-68,-57,-68v-40,0,-57,30,-57,70v0,41,17,69,58,70","w":213},"q":{"d":"101,-163v-41,1,-56,32,-56,72v0,38,17,69,58,68v40,-1,57,-30,57,-70v0,-41,-17,-70,-59,-70xm98,-190v29,0,48,12,61,29r0,-25r30,0r0,257r-30,0r-1,-96v-9,19,-32,29,-59,29v-58,-2,-86,-40,-86,-98v0,-57,27,-95,85,-96","w":213},"r":{"d":"120,-158v-80,-5,-67,82,-67,158r-31,0r0,-186r29,0r0,39v14,-27,31,-43,69,-43r0,32","w":119,"k":{"\u0144":-6,"\u0119":6,"\u0107":6,"\u00f3":6,"q":6,"o":6,"n":-6,"g":10,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"150,-92v53,52,-15,116,-90,93v-28,-8,-48,-25,-49,-60r31,0v0,28,22,37,50,36v38,8,63,-37,26,-51v-41,-15,-102,-10,-103,-64v-2,-65,116,-67,139,-22v4,8,6,17,7,28r-31,0v-2,-22,-19,-32,-43,-31v-35,-8,-55,34,-20,45v28,9,60,12,83,26","w":180},"t":{"d":"103,0v-39,1,-68,1,-68,-41r0,-118r-32,0r0,-27r32,0r0,-56r31,0r0,56r37,0r0,27r-37,0r0,115v-4,21,18,16,37,17r0,27","w":113},"u":{"d":"91,-23v76,0,52,-93,56,-163r30,0r0,186r-29,0r0,-30v-11,21,-31,34,-61,34v-90,0,-59,-110,-64,-190r31,0r0,126v0,23,14,37,37,37"},"v":{"d":"107,0r-33,0r-69,-186r34,0r53,155r51,-155r32,0","w":180,"k":{".":27,",":27}},"w":{"d":"207,0r-32,0r-39,-148r-37,148r-33,0r-60,-186r34,0r43,152r37,-152r34,0r39,152r42,-152r32,0","w":272,"k":{".":20,",":20}},"x":{"d":"73,-98r-65,-88r40,0r44,65r47,-65r36,0r-64,86r72,100r-39,0r-52,-77r-52,77r-37,0","w":186},"y":{"d":"21,43v17,8,37,4,43,-12r13,-32r-74,-185r34,0r56,152r52,-152r32,0r-91,234v-9,20,-37,34,-65,23r0,-28","w":180,"k":{".":27,",":27}},"z":{"d":"8,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0r0,-23","w":172},"{":{"d":"17,-108v73,-17,-23,-176,94,-155r0,21v-74,-12,0,127,-66,147v44,7,32,76,32,125v0,18,14,22,34,20r0,21v-69,11,-67,-48,-64,-112v1,-23,-12,-41,-30,-43r0,-24","w":119},"|":{"d":"28,-283r24,0r0,360r-24,0r0,-360","w":79},"}":{"d":"103,-84v-72,17,23,176,-94,155r0,-21v74,12,0,-127,66,-146v-42,-9,-28,-76,-32,-125v-1,-18,-13,-23,-34,-21r0,-21v69,-12,67,49,64,113v0,23,9,40,30,42r0,24","w":119},"~":{"d":"70,-113v42,2,87,51,108,-2r13,18v-11,15,-21,31,-45,31v-33,0,-45,-26,-78,-26v-17,0,-24,15,-30,28r-13,-18v8,-16,20,-32,45,-31","w":216},"\u00d3":{"d":"148,-332r39,0r-47,52r-23,0xm137,-234v-62,0,-89,45,-89,105v0,60,27,106,89,106v62,0,89,-45,89,-106v0,-60,-28,-105,-89,-105xm137,6v-81,0,-123,-54,-123,-135v0,-81,43,-134,123,-134v81,0,123,55,123,134v0,80,-42,135,-123,135","w":273},"\u00f3":{"d":"117,-264r39,0r-47,52r-23,0xm103,-163v-40,0,-58,30,-58,70v0,40,18,70,58,70v40,0,58,-29,58,-70v0,-41,-18,-70,-58,-70xm103,4v-60,0,-90,-39,-90,-97v0,-58,30,-97,90,-97v60,0,91,38,91,97v0,59,-31,97,-91,97","w":206},"\u0104":{"d":"158,46v2,-24,21,-34,40,-46r-28,-77r-108,0r-29,77r-36,0r101,-257r38,0r100,257r-23,0v-13,13,-28,20,-30,42v-2,22,30,18,36,5r11,6v-9,28,-75,35,-72,-7xm72,-106r87,0r-43,-120","w":233,"k":{"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}},"\u0106":{"d":"156,-332r39,0r-47,52r-23,0xm15,-128v-11,-124,149,-181,216,-88v6,10,10,22,12,36r-34,0v-9,-33,-31,-54,-72,-54v-62,0,-87,45,-87,104v0,62,25,107,87,107v47,0,70,-29,74,-74r35,0v-6,62,-44,103,-112,103v-81,-1,-112,-55,-119,-134","w":259},"\u0118":{"d":"135,46v1,-25,21,-34,40,-46r-147,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-18,0v-13,13,-28,21,-30,42v-2,22,30,18,36,5r12,6v-10,28,-75,36,-72,-7","w":219},"\u0141":{"d":"28,-86r-28,20r0,-28r28,-20r0,-143r34,0r0,119r82,-58r0,28r-82,57r0,82r136,0r0,29r-170,0r0,-86"},"\u0143":{"d":"147,-332r39,0r-47,52r-23,0xm28,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0r0,-257","w":259},"\u015a":{"d":"132,-332r39,0r-47,52r-23,0xm47,-140v-72,-60,13,-147,104,-118v34,11,57,34,58,76r-32,0v4,-64,-121,-74,-122,-8v18,72,161,13,165,119v3,97,-169,97,-198,27v-5,-12,-9,-25,-9,-41r33,0v1,43,31,57,75,62v57,6,91,-60,39,-82v-34,-15,-86,-12,-113,-35","w":233},"\u0179":{"d":"129,-332r39,0r-47,52r-23,0xm8,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0r0,-29","w":219},"\u017b":{"d":"129,-286r-32,0r0,-37r32,0r0,37xm8,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0r0,-29","w":219},"\u0105":{"d":"169,-44v-2,17,3,24,19,20r0,23v-24,6,-48,15,-50,43v-2,22,30,18,36,5r11,6v-9,28,-75,35,-72,-7v2,-23,20,-34,39,-45v-8,-5,-12,-12,-12,-25v-26,39,-127,42,-127,-24v0,-66,78,-50,121,-71v15,-23,-8,-47,-37,-44v-26,2,-45,8,-46,35r-31,0v2,-45,33,-61,79,-62v40,-1,70,11,70,51r0,95xm81,-23v44,1,63,-25,57,-73v-28,18,-93,1,-93,46v0,20,15,27,36,27","w":193},"\u0107":{"d":"118,-264r40,0r-47,52r-24,0xm13,-91v-9,-93,112,-134,160,-64v5,7,7,18,8,29r-32,0v-4,-24,-19,-37,-46,-37v-42,1,-58,31,-58,72v0,38,15,68,55,68v30,0,47,-18,51,-45r31,0v-6,43,-33,72,-82,72v-59,-1,-81,-37,-87,-95","w":193},"\u0119":{"d":"45,-84v-10,66,95,83,107,25r30,0v-7,36,-31,59,-69,63v-12,12,-24,18,-26,38v-2,22,30,18,36,5r12,6v-10,28,-74,36,-72,-7v1,-22,17,-31,33,-42v-56,-3,-78,-41,-83,-98v-7,-89,110,-130,155,-60v12,18,18,42,17,70r-140,0xm152,-111v3,-56,-85,-70,-102,-20v-3,6,-5,13,-5,20r107,0","w":193},"\u0142":{"d":"25,-116r-25,20r0,-25r25,-20r0,-116r30,0r0,91r26,-20r0,26r-26,20r0,140r-30,0r0,-116","w":79},"\u0144":{"d":"118,-264r39,0r-47,52r-23,0xm109,-163v-76,0,-51,94,-55,163r-31,0r0,-186r29,0v1,9,-2,22,1,29v11,-21,31,-32,60,-33v90,-4,58,110,64,190r-30,0r0,-126v0,-22,-15,-37,-38,-37"},"\u015b":{"d":"104,-264r40,0r-48,52r-23,0xm150,-92v53,52,-15,116,-90,93v-28,-8,-48,-25,-49,-60r31,0v0,28,22,37,50,36v38,8,63,-37,26,-51v-41,-15,-102,-10,-103,-64v-2,-65,116,-67,139,-22v4,8,6,17,7,28r-31,0v-2,-22,-19,-32,-43,-31v-35,-8,-55,34,-20,45v28,9,60,12,83,26","w":180},"\u017a":{"d":"105,-264r39,0r-47,52r-23,0xm8,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0r0,-23","w":172},"\u017c":{"d":"104,-217r-32,0r0,-38r32,0r0,38xm8,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0r0,-23","w":172},"\u00a0":{"w":100}}});Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-17 -332 339 78.1578","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":100},"%":{"d":"274,-108v-27,0,-26,31,-24,56v1,17,6,30,23,30v33,0,34,-86,1,-86xm272,5v-42,-1,-59,-28,-59,-71v0,-42,19,-68,61,-69v43,-1,59,29,59,71v0,41,-18,69,-61,69xm240,-260r31,0r-148,268r-32,0xm88,-230v-25,1,-26,30,-24,58v1,15,5,29,23,28v25,-1,25,-30,23,-54v-2,-15,-5,-33,-22,-32xm86,-117v-43,0,-60,-27,-59,-69v1,-41,19,-71,61,-71v43,0,59,30,59,73v0,43,-19,66,-61,67","w":360},"&":{"d":"223,-124v-3,25,-12,47,-25,63r53,61r-63,0r-21,-26v-40,50,-160,39,-155,-46v2,-42,29,-60,57,-75v-12,-16,-25,-29,-24,-54v1,-39,29,-59,67,-59v41,0,69,20,70,62v0,34,-23,51,-46,64r34,40v6,-9,7,-19,9,-30r44,0xm60,-71v0,43,65,41,80,11r-44,-53v-17,8,-36,18,-36,42xm111,-165v28,-7,39,-57,3,-61v-35,3,-21,49,-3,61","w":246},"(":{"d":"66,66v-60,-81,-61,-250,0,-329r43,0v-52,85,-51,244,0,329r-43,0","w":106},")":{"d":"88,-101v0,67,-20,125,-48,167r-43,0v52,-86,51,-241,1,-329r42,0v27,44,48,98,48,162","w":106},"*":{"d":"87,-212r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0r0,45","w":146},"+":{"d":"127,-110r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0r0,72","w":216},",":{"d":"22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"-":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},".":{"d":"22,-55r56,0r0,55r-56,0r0,-55","w":100},"\/":{"d":"96,-263r42,0r-101,269r-41,0","w":133},"0":{"d":"100,-215v-47,0,-41,64,-41,114v0,30,9,64,41,64v44,0,41,-58,41,-106v-1,-35,-7,-72,-41,-72xm100,5v-71,0,-92,-56,-92,-132v0,-75,21,-130,92,-130v70,0,93,56,93,130v0,75,-22,132,-93,132"},"1":{"d":"27,-202v40,0,69,-13,73,-50r41,0r0,252r-51,0r0,-163r-63,0r0,-39"},"2":{"d":"102,-213v-31,2,-39,28,-40,58r-49,0v0,-63,31,-98,92,-102v78,-6,113,94,59,141v-29,25,-68,41,-91,72r120,0r0,44r-185,0v0,-94,91,-98,127,-154v16,-25,-3,-61,-33,-59"},"3":{"d":"140,-77v0,-34,-24,-38,-58,-37r0,-36v30,2,52,-5,54,-31v1,-21,-17,-34,-36,-34v-25,-1,-39,20,-39,45r-48,0v3,-53,32,-87,87,-87v47,0,82,24,84,70v1,28,-15,44,-35,52v26,5,44,27,45,57v4,96,-156,110,-181,30v-4,-11,-7,-25,-7,-39r49,0v1,29,15,49,44,50v23,1,41,-16,41,-40"},"4":{"d":"112,-100r-1,-88r-65,88r66,0xm112,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0r0,-58"},"5":{"d":"143,-86v4,-47,-63,-62,-83,-27r-46,0r25,-139r141,0r0,42r-104,0v-2,19,-9,41,-9,58v12,-13,26,-19,49,-19v52,0,75,36,78,85v7,94,-140,122,-179,46v-5,-10,-9,-22,-9,-35r52,0v1,21,19,38,41,38v28,-1,42,-21,44,-49"},"6":{"d":"141,-83v0,-27,-12,-48,-38,-48v-28,0,-41,20,-41,47v0,26,14,47,41,47v25,0,38,-20,38,-46xm8,-125v0,-72,27,-130,99,-132v45,-1,77,28,81,70r-48,0v-4,-15,-16,-32,-34,-32v-36,0,-48,39,-48,78v37,-56,142,-20,135,54v-5,55,-33,92,-89,92v-74,0,-96,-57,-96,-130"},"7":{"d":"49,0v6,-83,41,-153,85,-204r-120,0r0,-48r172,0r0,44v-48,45,-79,118,-82,208r-55,0"},"8":{"d":"100,-219v-20,0,-38,13,-38,35v0,24,17,33,38,34v21,1,38,-13,38,-34v-1,-23,-14,-35,-38,-35xm53,-136v-72,-29,-29,-121,47,-121v50,0,85,25,85,68v0,26,-15,45,-37,53v28,6,47,29,47,62v0,54,-41,79,-94,79v-54,0,-96,-24,-96,-79v0,-33,20,-55,48,-62xm101,-116v-24,0,-46,14,-45,40v2,26,19,43,45,43v25,0,43,-16,43,-43v0,-25,-18,-39,-43,-40"},"9":{"d":"59,-169v0,27,12,48,38,48v28,0,41,-20,41,-47v0,-26,-14,-47,-41,-47v-25,0,-38,20,-38,46xm193,-127v0,70,-28,130,-99,132v-46,1,-77,-28,-82,-70r48,0v3,25,35,42,57,23v15,-13,27,-43,25,-69v-36,55,-141,22,-134,-54v5,-56,33,-92,88,-92v74,0,97,59,97,130"},":":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0r0,55r-56,0r0,-55","w":100},";":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"<":{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},"=":{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},">":{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},"?":{"d":"69,-55r57,0r0,55r-57,0r0,-55xm102,-221v-27,1,-37,21,-38,47r-52,0v1,-55,33,-84,87,-89v82,-8,118,86,59,130v-17,13,-38,22,-35,56r-48,0v-7,-57,34,-67,55,-99v6,-23,-3,-46,-28,-45"},"@":{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v31,-3,43,-33,43,-66v0,-57,-38,-89,-98,-88v-65,1,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},"A":{"d":"90,-99r66,0r-33,-95xm95,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27}},"B":{"d":"173,-184v-1,-40,-54,-27,-92,-29r0,60v39,-2,93,11,92,-31xm240,-75v0,96,-122,72,-215,75r0,-257v83,6,204,-26,203,64v0,28,-15,43,-35,53v29,9,46,30,47,65xm184,-78v0,-48,-58,-34,-103,-36r0,70v44,-2,103,12,103,-34","w":253},"C":{"d":"14,-127v-11,-129,163,-184,225,-83v7,11,10,24,12,39r-55,0v-5,-27,-26,-45,-56,-45v-50,0,-70,39,-70,89v0,49,21,84,70,86v35,1,55,-25,58,-58r55,0v-7,64,-44,105,-113,105v-81,0,-119,-53,-126,-133","w":266},"D":{"d":"196,-125v3,-70,-41,-92,-115,-85r0,162r51,0v46,0,62,-32,64,-77xm252,-130v0,79,-38,130,-116,130r-111,0r0,-257r111,0v76,3,116,47,116,127","w":266},"E":{"d":"25,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0r0,-257","w":233},"F":{"d":"25,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0r0,-257","w":213,"k":{"\u0104":20,"A":20,".":46,",":46}},"G":{"d":"70,-127v-10,87,119,123,131,30r-57,0r0,-42r108,0r0,139r-36,0r-5,-29v-17,22,-39,35,-71,35v-81,0,-121,-52,-126,-133v-7,-111,111,-173,198,-113v20,14,34,37,36,68r-54,0v-4,-27,-25,-44,-54,-44v-50,0,-64,40,-70,89","w":273},"H":{"d":"25,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0r0,-257","w":266},"I":{"d":"25,-257r56,0r0,257r-56,0r0,-257","w":106},"J":{"d":"56,-84v-10,46,61,59,62,15r1,-188r56,0v-8,108,38,268,-85,263v-60,-2,-91,-35,-85,-102r51,0r0,12"},"K":{"d":"25,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0r0,-257","w":259},"L":{"d":"25,-257r56,0r0,209r126,0r0,48r-182,0r0,-257","w":213,"k":{"y":13,"Y":40,"W":20,"V":33,"T":40}},"M":{"d":"25,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0r0,-257","w":326},"N":{"d":"25,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0r0,-257","w":266},"O":{"d":"140,-216v-50,0,-70,39,-70,89v0,49,21,86,70,86v49,0,70,-37,70,-86v0,-50,-20,-89,-70,-89xm140,6v-81,0,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,126,54,126,136v0,81,-45,133,-126,133","w":280},"P":{"d":"175,-175v0,-46,-50,-38,-94,-38r0,77v44,-1,94,7,94,-39xm230,-175v2,76,-66,89,-149,83r0,92r-56,0r0,-257r116,0v56,0,88,30,89,82","w":240,"k":{"\u0104":27,"A":27,".":46,",":46}},"Q":{"d":"70,-127v-1,56,35,98,93,82r-24,-22r26,-28r29,27v32,-47,17,-152,-54,-148v-50,3,-69,39,-70,89xm266,-127v1,41,-13,72,-33,94r32,29r-26,28r-37,-33v-16,9,-37,15,-62,15v-81,-2,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,124,54,126,136","w":280},"R":{"d":"182,-177v0,-48,-57,-34,-101,-36r0,72v44,-2,101,13,101,-36xm190,0v-14,-37,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v80,-8,102,112,35,135v47,10,30,83,48,122r-56,0","w":259,"k":{"Y":13,"W":-2,"V":-2,"T":6}},"S":{"d":"177,-143v86,37,41,161,-59,149v-62,-8,-108,-27,-109,-91r54,0v1,33,23,47,57,47v44,8,71,-45,26,-60v-53,-18,-127,-18,-129,-87v-3,-93,157,-100,191,-33v5,10,8,23,8,38r-54,0v5,-47,-88,-55,-90,-10v9,40,67,30,105,47","w":233},"T":{"d":"82,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0r0,-210","w":219,"k":{"\u0105":40,"\u015b":40,"\u00f3":40,"\u0119":40,"\u0107":40,"\u0104":27,"y":33,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},"U":{"d":"133,-41v39,0,53,-17,53,-56r0,-160r57,0r0,160v1,70,-41,103,-110,103v-70,0,-110,-33,-109,-103r0,-160r56,0r0,160v0,36,16,56,53,56","w":266},"V":{"d":"144,0r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"\u0105":20,"\u00f3":20,"\u0119":20,"\u0104":17,"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":18,":":18,".":46,"-":20,",":46}},"W":{"d":"270,0r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"\u0105":13,"\u00f3":13,"\u0119":13,"\u0104":6,"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"88,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0r0,-100","w":240,"k":{"\u0105":33,"\u00f3":33,"\u0119":33,"\u0104":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":29,".":40,"-":40,",":40}},"Z":{"d":"8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},"[":{"d":"24,-263r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0r0,-329","w":119},"\\":{"d":"138,6r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,66r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0r0,329","w":119},"^":{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"102,-157v-20,2,-32,9,-34,28r-51,0v4,-46,40,-62,88,-62v42,0,80,10,81,53v1,46,-6,103,7,138r-52,0v-1,-6,-3,-12,-3,-18v-31,35,-126,34,-126,-33v0,-66,76,-47,118,-69v14,-19,-3,-40,-28,-37xm94,-29v36,1,44,-25,41,-62v-20,16,-71,0,-72,38v-1,19,13,24,31,24","w":206},"b":{"d":"112,-33v32,0,44,-28,44,-60v0,-32,-12,-60,-44,-60v-32,0,-43,26,-43,60v0,33,11,60,43,60xm130,5v-30,0,-50,-10,-62,-29r0,24r-49,0r0,-257r52,0r0,94v11,-18,34,-28,59,-28v52,0,77,42,77,98v0,56,-25,98,-77,98","w":219},"c":{"d":"14,-90v-10,-98,124,-136,173,-62v5,9,8,19,9,31r-50,0v-3,-21,-16,-32,-38,-32v-58,0,-58,119,-1,120v24,-1,37,-16,41,-38r49,0v-6,47,-39,76,-89,76v-59,0,-88,-37,-94,-95","w":206},"d":{"d":"108,-33v33,0,44,-28,44,-61v0,-32,-11,-59,-44,-59v-33,0,-45,26,-45,60v0,34,13,60,45,60xm94,-191v25,-1,44,14,56,28r0,-94r51,0r0,257r-49,0r0,-24v-11,18,-30,29,-57,29v-58,-1,-83,-43,-83,-100v0,-55,26,-94,82,-96","w":219},"e":{"d":"145,-113v1,-47,-70,-52,-81,-12v-1,5,-2,8,-2,12r83,0xm62,-81v-7,54,72,61,86,23r45,0v-13,40,-41,63,-88,63v-61,0,-90,-38,-95,-98v-9,-110,163,-133,182,-29v3,13,5,27,4,41r-134,0","w":206},"f":{"d":"120,-217v-24,-6,-44,0,-38,31r35,0r0,34r-35,0r0,152r-51,0r0,-152r-31,0r0,-34r31,0v-6,-58,30,-76,89,-70r0,39","w":119,"k":{"f":6}},"g":{"d":"65,-100v1,31,10,56,41,56v29,0,44,-22,44,-51v0,-33,-12,-58,-44,-58v-28,0,-42,22,-41,53xm94,-191v28,-1,43,12,56,30r0,-25r48,0r0,174v11,89,-126,108,-169,50v-5,-8,-8,-16,-9,-27r51,0v13,44,86,26,79,-21v-1,-7,2,-18,-1,-24v-10,18,-31,29,-56,29v-55,-2,-79,-38,-79,-94v0,-53,26,-91,80,-92","w":219},"h":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-257r52,0r1,97v9,-19,29,-30,54,-31v93,-6,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"i":{"d":"72,-215r-51,0r0,-42r51,0r0,42xm21,-186r51,0r0,186r-51,0r0,-186","w":92},"j":{"d":"75,-215r-51,0r0,-42r51,0r0,42xm75,9v4,49,-35,62,-82,55r0,-42v13,2,31,2,31,-15r0,-193r51,0r0,195","w":100},"k":{"d":"24,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0r0,-257","w":206},"l":{"d":"21,-257r51,0r0,257r-51,0r0,-257","w":92},"m":{"d":"69,-161v20,-35,96,-43,112,1v12,-15,29,-31,56,-31v93,0,64,109,68,191r-51,0r-1,-123v-1,-18,-11,-28,-30,-28v-58,0,-26,97,-34,151r-51,0r-1,-121v-1,-19,-9,-31,-30,-30v-56,4,-29,96,-35,151r-51,0r0,-186r48,0r0,25","w":326},"n":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v10,-19,31,-29,57,-31v93,-5,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"o":{"d":"110,-153v-33,0,-45,26,-45,60v0,34,12,60,45,60v33,0,45,-26,45,-60v0,-34,-12,-60,-45,-60xm110,5v-62,0,-96,-37,-96,-98v0,-61,34,-98,96,-98v62,0,96,37,96,98v0,61,-34,98,-96,98","w":219},"p":{"d":"69,-93v0,34,12,60,44,60v32,0,45,-25,45,-60v-1,-32,-13,-60,-45,-60v-32,0,-44,26,-44,60xm127,5v-25,0,-46,-12,-56,-28r0,89r-52,0r0,-252r49,0v1,7,-2,18,1,24v11,-17,29,-29,55,-29v59,1,85,42,85,100v0,55,-26,94,-82,96","w":219},"q":{"d":"108,-153v-33,0,-45,27,-45,60v0,34,12,60,44,60v33,0,45,-26,45,-59v0,-32,-12,-61,-44,-61xm95,-191v27,0,47,10,57,29r0,-24r49,0r0,252r-51,0r-1,-89v-10,19,-34,28,-59,28v-52,0,-79,-39,-78,-97v1,-57,25,-99,83,-99","w":219},"r":{"d":"139,-142v-43,-9,-68,15,-68,58r0,84r-52,0r0,-186r49,0v1,11,-2,25,1,34v9,-25,37,-43,70,-37r0,47","w":140,"k":{"\u00f3":6,"\u0144":-6,"\u0119":6,"\u0107":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"165,-96v47,41,-4,107,-67,101v-49,-5,-84,-19,-88,-65r49,0v-3,38,70,43,73,7v-17,-44,-112,-10,-117,-78v-5,-75,125,-75,154,-29v5,8,8,16,9,28r-49,0v0,-23,-22,-24,-44,-24v-26,0,-22,29,-1,34v28,7,61,9,81,26","w":193},"t":{"d":"122,0v-43,6,-89,3,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,92v-3,25,19,24,38,20r0,40","w":126},"u":{"d":"103,-35v63,0,33,-94,40,-151r51,0r0,186r-49,0v-1,-8,2,-20,-1,-26v-11,19,-32,30,-57,31v-92,5,-64,-108,-68,-191r52,0r0,105v0,28,6,46,32,46","w":213},"v":{"d":"122,0r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{".":20,",":20}},"w":{"d":"232,0r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{".":20,",":20}},"x":{"d":"67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"16,22v28,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0r-78,209v-11,38,-45,48,-95,41r0,-42","w":186,"k":{".":20,",":20}},"z":{"d":"8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},"{":{"d":"30,-147v0,-54,-6,-114,44,-116r46,0r0,40v-24,-2,-40,2,-39,26v3,47,3,95,-36,99v46,1,37,61,37,106v0,18,19,18,38,17r0,41v-49,4,-89,-4,-90,-49v-2,-42,12,-101,-33,-100r0,-31v19,-2,33,-13,33,-33","w":119},"|":{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":80},"}":{"d":"90,-53v0,55,6,116,-44,119r-46,0r0,-41v24,2,40,-2,39,-26v-2,-46,-5,-95,36,-98v-45,-1,-35,-61,-37,-107v0,-18,-19,-18,-38,-17r0,-40v49,-4,89,3,90,48v1,43,-11,101,33,101r0,31v-19,1,-33,11,-33,30","w":119},"~":{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},"'":{"d":"31,-257r38,0r0,116r-38,0r0,-116","w":100},"`":{"d":"-17,-263r56,0r35,51r-36,0","w":93},"\u0141":{"d":"25,-77r-29,20r0,-40r29,-20r0,-140r56,0r0,100r76,-53r0,40r-76,53r0,69r126,0r0,48r-182,0r0,-77","w":213},"\u0142":{"d":"21,-103r-24,19r0,-37r24,-19r0,-117r51,0r0,77r24,-19r0,37r-24,19r0,143r-51,0r0,-103","w":92},"$":{"d":"170,-135v62,45,20,146,-59,141r0,31r-22,0r0,-31v-55,-4,-84,-35,-89,-90r51,0v0,26,16,44,38,48r0,-75v-39,-11,-84,-22,-83,-75v1,-51,36,-72,83,-77r0,-28r22,0r0,28v46,6,78,28,81,77r-52,0v1,-17,-13,-35,-29,-35r0,64v22,4,47,12,59,22xm111,-36v34,3,55,-50,18,-63v-5,-2,-11,-4,-18,-6r0,69xm89,-221v-26,-3,-42,30,-25,48v5,4,13,8,25,11r0,-59"},"\u0104":{"d":"184,42v0,21,27,16,35,4r17,8v-14,29,-81,36,-87,-5v2,-28,21,-35,41,-49r-19,-57r-96,0r-20,57r-58,0r98,-257r58,0r96,257r-35,0v-17,16,-30,22,-30,42xm90,-99r66,0r-33,-95","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27}},"\u0106":{"d":"156,-280r-36,0r34,-52r57,0xm14,-127v-11,-129,163,-184,225,-83v7,11,10,24,12,39r-55,0v-5,-27,-26,-45,-56,-45v-50,0,-70,39,-70,89v0,49,21,84,70,86v35,1,55,-25,58,-58r55,0v-7,64,-44,105,-113,105v-81,0,-119,-53,-126,-133","w":266},"\u0118":{"d":"168,42v0,21,27,16,35,4r17,8v-13,28,-86,38,-86,-5v0,-29,21,-35,41,-49r-150,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-22,0v-17,16,-30,22,-30,42","w":233},"\u0143":{"d":"146,-280r-35,0r34,-52r57,0xm25,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0r0,-257","w":266},"\u00d3":{"d":"156,-280r-35,0r34,-52r57,0xm140,-216v-50,0,-70,39,-70,89v0,49,21,86,70,86v49,0,70,-37,70,-86v0,-50,-20,-89,-70,-89xm140,6v-81,0,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,126,54,126,136v0,81,-45,133,-126,133","w":280},"\u015a":{"d":"132,-280r-35,0r34,-52r57,0xm177,-143v86,37,41,161,-59,149v-62,-8,-108,-27,-109,-91r54,0v1,33,23,47,57,47v44,8,71,-45,26,-60v-53,-18,-127,-18,-129,-87v-3,-93,157,-100,191,-33v5,10,8,23,8,38r-54,0v5,-47,-88,-55,-90,-10v9,40,67,30,105,47","w":233},"\u0179":{"d":"132,-280r-36,0r35,-52r57,0xm8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},"\u017b":{"d":"96,-326r49,0r0,42r-49,0r0,-42xm8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},"\u0107":{"d":"126,-212r-36,0r35,-51r56,0xm14,-90v-10,-98,124,-136,173,-62v5,9,8,19,9,31r-50,0v-3,-21,-16,-32,-38,-32v-58,0,-58,119,-1,120v24,-1,37,-16,41,-38r49,0v-6,47,-39,76,-89,76v-59,0,-88,-37,-94,-95","w":206},"\u0119":{"d":"62,-81v-7,54,72,61,86,23r45,0v-12,36,-33,56,-72,62v-16,13,-40,43,-12,53v10,-2,14,-4,21,-11r17,8v-14,29,-86,37,-86,-5v0,-24,17,-33,33,-45v-54,-5,-80,-41,-84,-97v-9,-110,163,-133,182,-29v3,13,5,27,4,41r-134,0xm145,-113v1,-47,-70,-52,-81,-12v-1,5,-2,8,-2,12r83,0","w":206},"\u0144":{"d":"119,-212r-35,0r34,-51r57,0xm110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v10,-19,31,-29,57,-31v93,-5,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"\u00f3":{"d":"126,-212r-36,0r35,-51r56,0xm110,-153v-33,0,-45,26,-45,60v0,34,12,60,45,60v33,0,45,-26,45,-60v0,-34,-12,-60,-45,-60xm110,5v-62,0,-96,-37,-96,-98v0,-61,34,-98,96,-98v62,0,96,37,96,98v0,61,-34,98,-96,98","w":219},"\u015b":{"d":"112,-212r-36,0r35,-51r56,0xm165,-96v47,41,-4,107,-67,101v-49,-5,-84,-19,-88,-65r49,0v-3,38,70,43,73,7v-17,-44,-112,-10,-117,-78v-5,-75,125,-75,154,-29v5,8,8,16,9,28r-49,0v0,-23,-22,-24,-44,-24v-26,0,-22,29,-1,34v28,7,61,9,81,26","w":193},"\u017a":{"d":"110,-212r-35,0r34,-51r57,0xm8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},"\u017c":{"d":"71,-257r49,0r0,42r-49,0r0,-42xm8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},"!":{"d":"22,-55r56,0r0,55r-56,0r0,-55xm77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0","w":100},"\"":{"d":"31,-257r38,0r0,116r-38,0r0,-116xm98,-257r38,0r0,116r-38,0r0,-116","w":166},"#":{"d":"87,-148r-6,44r35,0r6,-44r-35,0xm42,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0"},"\u0105":{"d":"134,42v1,20,28,16,35,3r17,8v-13,17,-30,28,-57,24v-15,-1,-29,-12,-29,-29v2,-28,21,-34,41,-48v-1,-6,-3,-12,-3,-18v-31,35,-126,34,-126,-33v0,-65,77,-48,119,-69v12,-20,-5,-40,-29,-37v-20,2,-33,8,-34,28r-51,0v4,-46,40,-62,88,-62v42,0,80,10,81,53v1,46,-6,103,7,138r-30,0v-16,16,-25,23,-29,42xm94,-29v36,1,44,-25,41,-62v-20,16,-71,0,-72,38v-1,19,13,24,31,24","w":205},"\u00a0":{"w":100}}});Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-11 -332 325 77","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":100},"%":{"d":"25,-186v0,-41,16,-68,57,-68v41,0,57,27,57,68v0,41,-17,68,-57,68v-40,0,-57,-27,-57,-68xm278,-62v0,-27,-8,-52,-38,-52v-30,0,-38,25,-38,52v0,27,9,51,38,51v28,0,38,-24,38,-51xm183,-63v0,-41,18,-68,57,-68v39,0,57,27,57,68v0,41,-16,68,-57,68v-41,0,-57,-27,-57,-68xm231,-261r17,0r-162,273r-18,0xm120,-186v0,-28,-10,-52,-38,-52v-29,0,-38,24,-38,52v0,28,9,52,38,52v28,0,38,-24,38,-52","w":320},"&":{"d":"136,-205v1,-20,-15,-33,-34,-33v-42,0,-39,55,-15,74v5,6,6,6,10,11v18,-12,38,-23,39,-52xm195,-114v-1,21,-5,45,-15,62r43,52r-28,0r-28,-33v-31,55,-160,52,-153,-34v3,-41,34,-60,63,-76v-13,-18,-32,-33,-32,-62v0,-33,23,-52,57,-52v33,0,57,18,57,52v0,37,-28,50,-50,67r56,67v7,-13,7,-23,7,-43r23,0xm37,-64v-1,45,55,63,90,40v10,-7,19,-16,26,-26r-64,-78v-23,15,-52,27,-52,64","w":219},"(":{"d":"87,-262v-60,82,-59,251,0,331r-18,0v-27,-46,-51,-94,-51,-165v0,-67,22,-122,51,-166r18,0","w":86},")":{"d":"0,69v60,-83,58,-250,0,-331r18,0v27,46,50,92,50,164v0,68,-22,123,-50,167r-18,0","w":86},"*":{"d":"10,-214r5,-14r41,15r0,-44r14,0r0,44r42,-15r5,14r-42,14r25,35r-11,8r-26,-36r-27,36r-11,-8r26,-35","w":126},"+":{"d":"99,-181r19,0r0,81r81,0r0,19r-81,0r0,81r-19,0r0,-81r-81,0r0,-19r81,0r0,-81","w":216},",":{"d":"65,-38v1,39,1,79,-32,87v-3,-24,21,-23,17,-49r-15,0r0,-38r30,0","w":100},"-":{"d":"22,-89r0,-20r90,0r0,20r-90,0","w":133},".":{"d":"35,0r0,-38r30,0r0,38r-30,0","w":100},"\/":{"d":"-5,5r111,-267r19,0r-110,267r-20,0","w":119},"0":{"d":"12,-124v0,-68,17,-130,88,-130v70,0,88,60,88,129v0,69,-17,130,-88,130v-71,0,-88,-61,-88,-129xm165,-125v0,-55,-10,-110,-65,-110v-55,0,-65,55,-65,110v0,55,10,111,65,111v56,0,65,-56,65,-111"},"1":{"d":"35,-203v42,0,67,-10,71,-49r18,0r0,252r-22,0r0,-187r-67,0r0,-16"},"2":{"d":"178,-183v0,94,-115,87,-139,162r140,0r0,21r-166,0v5,-92,106,-93,137,-158v18,-38,-8,-79,-51,-77v-40,1,-59,27,-57,70r-23,0v1,-54,25,-89,81,-89v47,1,78,24,78,71"},"3":{"d":"185,-71v5,90,-146,100,-169,27v-4,-11,-5,-23,-4,-36r23,0v-1,43,22,66,63,66v37,0,64,-19,64,-55v0,-43,-33,-57,-80,-54r0,-19v41,3,71,-9,71,-46v0,-32,-23,-47,-55,-47v-38,0,-57,26,-58,64r-22,0v1,-51,28,-83,79,-83v44,0,78,18,78,64v-1,29,-16,51,-42,56v32,5,50,28,52,63"},"4":{"d":"127,-82r-1,-137r-95,137r96,0xm11,-85r116,-167r21,0r0,170r38,0r0,19r-38,0r0,63r-21,0r0,-63r-116,0r0,-22"},"5":{"d":"183,-80v7,89,-132,116,-163,40v-4,-10,-7,-20,-7,-32r23,0v2,37,24,58,62,58v41,0,60,-29,63,-68v5,-68,-93,-87,-121,-36r-19,0r24,-131r126,0r0,21r-110,0r-16,84v10,-13,32,-23,54,-23v55,1,80,34,84,87"},"6":{"d":"14,-129v0,-66,22,-123,90,-125v47,0,73,23,78,66r-23,0v-1,-40,-55,-61,-88,-36v-24,18,-36,62,-33,102v10,-22,35,-43,67,-42v52,2,83,32,83,84v0,52,-33,84,-85,85v-75,2,-89,-59,-89,-134xm165,-78v0,-40,-20,-67,-61,-67v-41,0,-61,26,-62,67v0,41,22,64,63,64v38,0,60,-26,60,-64"},"7":{"d":"54,0v8,-104,49,-166,104,-228r-140,0r0,-21r162,0r0,21v-50,54,-97,127,-102,228r-24,0"},"8":{"d":"46,-191v0,31,22,47,54,47v32,0,54,-16,54,-47v0,-31,-24,-44,-54,-44v-30,0,-54,15,-54,44xm100,-254v42,0,75,19,76,63v1,31,-19,47,-41,56v30,6,52,29,52,64v0,52,-35,76,-87,76v-52,0,-87,-24,-87,-76v0,-34,23,-57,51,-65v-24,-8,-41,-25,-41,-55v0,-43,34,-63,77,-63xm36,-71v0,38,25,57,64,57v39,-1,64,-18,64,-57v0,-37,-27,-54,-64,-54v-38,0,-64,17,-64,54"},"9":{"d":"186,-120v0,67,-22,124,-90,125v-46,1,-73,-23,-78,-65r23,0v1,40,56,60,88,35v23,-19,37,-60,33,-101v-10,22,-36,42,-67,41v-53,-1,-83,-32,-83,-84v0,-52,32,-84,86,-85v74,0,88,57,88,134xm35,-170v0,40,21,66,61,66v40,0,62,-26,62,-66v0,-41,-21,-65,-63,-65v-38,0,-60,26,-60,65"},":":{"d":"35,0r0,-38r30,0r0,38r-30,0xm35,-142r0,-38r30,0r0,38r-30,0","w":100},";":{"d":"35,-142r0,-38r30,0r0,38r-30,0xm65,-38v1,39,1,79,-32,87v-3,-24,21,-23,17,-49r-15,0r0,-38r30,0","w":100},"<":{"d":"199,3r-182,-84r0,-20r182,-84r0,20r-160,74r160,74r0,20","w":216},"=":{"d":"199,-46r-181,0r0,-19r181,0r0,19xm199,-117r-181,0r0,-19r181,0r0,19","w":216},">":{"d":"177,-91r-160,-74r0,-20r182,84r0,20r-182,84r0,-20","w":216},"?":{"d":"83,-38r30,0r0,38r-30,0r0,-38xm100,-243v-39,0,-58,25,-58,65r-23,0v2,-53,29,-81,82,-84v56,-3,89,52,64,100v-17,33,-61,42,-56,98r-22,0v-7,-72,65,-72,65,-131v0,-29,-21,-48,-52,-48","w":193},"@":{"d":"155,-203v20,0,32,13,38,31r9,-24r19,0v-12,42,-31,79,-38,125v1,5,2,9,8,9v40,0,61,-46,61,-90v0,-61,-41,-94,-102,-94v-71,0,-114,47,-114,119v0,70,44,116,114,116v44,0,73,-22,93,-48r19,0v-22,36,-56,64,-112,64v-82,0,-133,-53,-133,-135v0,-80,52,-132,132,-132v72,0,122,39,122,112v0,56,-31,104,-83,104v-14,0,-25,-9,-25,-24v-11,10,-27,24,-46,24v-30,0,-48,-22,-48,-53v0,-55,31,-104,86,-104xm122,-66v46,0,80,-84,42,-115v-44,-11,-70,38,-72,81v0,20,12,34,30,34","w":288},"A":{"d":"62,-101r101,0r-49,-132xm101,-257r28,0r100,257r-26,0r-31,-80r-117,0r-31,80r-27,0","w":226,"k":{"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"B":{"d":"50,-144v60,-2,139,14,143,-44v4,-62,-84,-46,-143,-48r0,92xm227,-73v2,90,-112,72,-201,73r0,-257v81,4,191,-21,191,63v0,32,-18,51,-45,58v32,4,55,28,55,63xm202,-74v0,-66,-89,-46,-152,-49r0,102v66,-3,152,17,152,-53","w":240},"C":{"d":"14,-129v-10,-122,147,-179,212,-86v6,10,10,23,12,36r-24,0v-9,-38,-36,-63,-79,-63v-66,0,-97,49,-97,113v0,65,31,114,97,114v50,0,76,-35,82,-83r25,0v-8,61,-40,103,-107,103v-80,0,-114,-54,-121,-134","w":253},"D":{"d":"233,-129v0,83,-38,129,-118,129r-89,0r0,-257r89,0v79,2,118,45,118,128xm208,-129v0,-95,-61,-114,-158,-107r0,215v97,7,158,-12,158,-108","w":246},"E":{"d":"26,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21r-179,0r0,-257","w":213},"F":{"d":"26,-257r163,0r0,21r-139,0r0,93r124,0r0,21r-124,0r0,122r-24,0r0,-257","w":193,"k":{"\u0104":20,"A":20,".":46,",":46}},"G":{"d":"38,-129v-12,111,143,157,181,57v4,-12,5,-24,5,-38r-88,0r0,-21r110,0r0,131r-18,0v-2,-15,0,-34,-4,-47v-15,32,-44,52,-89,52v-80,0,-113,-54,-121,-134v-14,-141,201,-186,228,-48r-24,0v-8,-38,-37,-65,-83,-65v-66,0,-90,49,-97,113","w":266},"H":{"d":"26,-257r24,0r0,112r153,0r0,-112r25,0r0,257r-25,0r0,-125r-153,0r0,125r-24,0r0,-257","w":253},"I":{"d":"28,-257r24,0r0,257r-24,0r0,-257","w":79},"J":{"d":"32,-82v-1,35,9,67,49,67v41,0,48,-27,49,-67r0,-175r24,0r0,185v14,79,-95,102,-133,50v-11,-14,-14,-35,-13,-60r24,0","w":180},"K":{"d":"26,-257r24,0r0,138r150,-138r33,0r-115,106r120,151r-31,0r-107,-134r-50,46r0,88r-24,0r0,-257","w":233},"L":{"d":"26,-257r24,0r0,236r144,0r0,21r-168,0r0,-257","w":193,"k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"25,-257r36,0r89,225r89,-225r36,0r0,257r-25,0r-1,-222r-87,222r-23,0r-89,-222r0,222r-25,0r0,-257","w":299},"N":{"d":"26,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0r0,-257","w":253},"O":{"d":"134,-242v-66,0,-97,47,-97,113v0,66,31,114,97,114v66,0,96,-49,96,-114v0,-64,-31,-113,-96,-113xm134,5v-81,0,-122,-54,-122,-134v0,-79,41,-133,122,-133v80,0,121,54,121,133v0,79,-41,134,-121,134","w":266},"P":{"d":"192,-184v0,-66,-79,-51,-142,-52r0,105v64,-1,142,14,142,-53xm216,-184v0,84,-85,75,-166,74r0,110r-24,0r0,-257v86,2,190,-19,190,73","w":226,"k":{"\u0104":27,"A":27,".":55,",":55}},"Q":{"d":"255,-129v0,43,-14,81,-39,102r36,28r-12,16r-40,-31v-17,12,-37,20,-66,19v-81,-2,-122,-54,-122,-134v0,-79,41,-133,122,-133v80,0,121,54,121,133xm37,-129v-4,84,70,139,144,101r-34,-26r13,-15r37,28v59,-55,38,-206,-63,-201v-65,3,-94,47,-97,113","w":266},"R":{"d":"197,-185v0,-67,-84,-49,-147,-51r0,101v63,-2,147,16,147,-50xm202,0v-16,-43,4,-114,-59,-114r-93,0r0,114r-24,0r0,-257v85,3,196,-21,196,67v0,35,-21,59,-50,66v59,1,34,85,57,124r-27,0","w":240,"k":{"y":-9,"Y":5,"W":-2,"V":-2,"T":-2}},"S":{"d":"173,-127v78,34,32,142,-57,132v-62,-7,-106,-25,-103,-90r24,0v0,51,34,66,84,70v60,5,95,-72,34,-94v-52,-19,-130,-11,-134,-81v-4,-87,148,-93,176,-27v5,10,8,21,8,34r-25,0v-2,-40,-31,-54,-70,-59v-62,-8,-91,77,-25,91v30,6,62,13,88,24","w":226},"T":{"d":"-2,-257r204,0r0,21r-90,0r0,236r-24,0r0,-236r-90,0r0,-21","k":{"\u015b":40,"\u00f3":40,"\u0119":40,"\u0107":40,"\u0105":40,"\u0104":24,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":-9,"e":40,"c":40,"a":40,"A":24,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"123,5v-64,0,-100,-36,-100,-98r0,-164r25,0v8,98,-34,242,75,242v110,0,68,-144,76,-242r24,0r0,164v0,64,-36,98,-100,98","w":246},"V":{"d":"-3,-257r27,0r84,230r83,-230r26,0r-96,257r-28,0","w":213,"k":{"\u00f3":20,"\u0119":20,"\u0105":20,"\u0104":20,"y":6,"u":13,"r":13,"o":20,"i":-2,"e":20,"a":20,"A":20,";":27,":":27,".":46,"-":20,",":46}},"W":{"d":"0,-257r26,0r59,225r63,-225r31,0r63,225r59,-225r24,0r-70,257r-26,0r-66,-230r-65,230r-27,0","w":326,"k":{"\u00f3":6,"\u0119":6,"\u0105":13,"\u0104":6,"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"1,-257r29,0r73,108r75,-108r27,0r-88,125r93,132r-29,0r-78,-113r-80,113r-27,0r92,-132","w":206},"Y":{"d":"98,-106r-102,-151r30,0r84,130r84,-130r30,0r-102,151r0,106r-24,0r0,-106","w":219,"k":{"\u00f3":33,"\u0119":33,"\u0105":33,"\u0104":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,"A":27,";":33,":":33,".":36,"-":40,",":44}},"Z":{"d":"13,-257r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0r0,-21","w":206},"[":{"d":"27,69r0,-331r58,0r0,19r-35,0r0,293r35,0r0,19r-58,0","w":86},"\\":{"d":"105,5r-110,-267r19,0r111,267r-20,0","w":119},"]":{"d":"59,-262r0,331r-58,0r0,-19r36,0r0,-293r-36,0r0,-19r58,0","w":86},"^":{"d":"16,-86r83,-163r18,0r83,163r-20,0r-72,-140r-71,140r-21,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"92,-172v-29,0,-50,14,-50,43r-23,0v1,-43,34,-61,76,-62v42,0,68,17,68,60r0,98v-1,12,11,17,21,12v0,12,3,25,-15,21v-23,2,-25,-15,-28,-32v-14,22,-30,38,-67,37v-37,-1,-62,-16,-62,-54v-1,-53,53,-55,99,-60v18,-2,29,-6,29,-25v0,-31,-20,-37,-48,-38xm140,-102v-29,23,-106,2,-106,52v0,23,18,36,42,36v49,-1,70,-33,64,-88","w":186},"b":{"d":"109,5v-33,1,-56,-18,-67,-40r0,35r-20,0r0,-257r22,0r1,107v9,-26,32,-41,64,-41v57,0,84,41,84,98v0,57,-27,96,-84,98xm109,-14v43,0,61,-34,61,-79v0,-45,-18,-79,-61,-79v-46,0,-65,34,-65,79v0,45,19,79,65,79","w":206},"c":{"d":"12,-93v-4,-77,77,-125,139,-82v15,10,21,27,24,48r-22,0v-6,-26,-22,-45,-53,-45v-44,0,-65,34,-65,79v0,45,21,79,65,79v32,0,50,-23,54,-53r23,0v-5,42,-33,72,-77,72v-58,0,-85,-41,-88,-98","w":186},"d":{"d":"97,-191v33,0,55,16,65,41r0,-107r23,0r0,257r-21,0v-1,-11,2,-26,-1,-35v-11,23,-32,40,-66,40v-57,-1,-83,-41,-83,-98v0,-57,26,-98,83,-98xm97,-172v-44,0,-61,36,-61,79v0,43,17,79,61,79v46,0,65,-33,65,-79v0,-46,-19,-79,-65,-79","w":206},"e":{"d":"155,-106v7,-71,-97,-89,-114,-24v-3,8,-5,16,-6,24r120,0xm12,-93v-11,-105,144,-135,162,-32v3,13,4,25,4,38r-143,0v2,40,19,72,61,73v35,1,50,-20,58,-47r23,0v-9,40,-31,67,-81,66v-58,-1,-78,-41,-84,-98","w":186},"f":{"d":"98,-236v-34,-9,-46,12,-41,50r36,0r0,19r-36,0r0,167r-23,0r0,-167r-32,0r0,-19r32,0v-5,-49,12,-80,64,-70r0,20","w":93,"k":{"f":6}},"g":{"d":"96,-191v29,-1,49,20,60,37r0,-32r23,0v-6,116,38,289,-110,257v-27,-6,-47,-23,-50,-53r23,0v5,25,25,36,54,37v52,2,65,-42,59,-95v-9,22,-31,38,-59,38v-58,0,-84,-39,-84,-96v0,-54,28,-92,84,-93xm35,-95v0,41,19,74,61,74v41,0,60,-33,60,-74v0,-42,-17,-77,-60,-77v-43,0,-61,33,-61,77"},"h":{"d":"102,-172v-76,0,-55,98,-58,172r-23,0r0,-257r23,0r1,103v9,-22,30,-35,59,-37v94,-7,63,108,68,191r-23,0v-7,-66,26,-172,-47,-172","w":193},"i":{"d":"22,-257r23,0r0,36r-23,0r0,-36xm22,-186r23,0r0,186r-23,0r0,-186","w":66},"j":{"d":"22,-257r23,0r0,36r-23,0r0,-36xm-11,49v22,5,33,-5,33,-26r0,-209r23,0r0,203v1,36,-16,58,-56,51r0,-19","w":66},"k":{"d":"22,-257r22,0r0,161r103,-90r30,0r-79,69r85,117r-29,0r-73,-101r-37,30r0,71r-22,0r0,-257","w":180},"l":{"d":"22,-257r23,0r0,257r-23,0r0,-257","w":66},"m":{"d":"44,-154v12,-44,103,-52,114,-1v9,-22,31,-35,59,-36v87,-4,55,113,61,191r-22,0r0,-125v-1,-31,-11,-47,-44,-47v-73,1,-46,103,-51,172r-22,0r0,-126v0,-28,-12,-45,-39,-46v-76,0,-52,100,-56,172r-22,0r0,-186r20,0v2,10,-3,26,2,32","w":299},"n":{"d":"102,-172v-76,0,-55,98,-58,172r-23,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,30,-35,59,-37v94,-7,63,108,68,191r-23,0v-7,-66,26,-172,-47,-172","w":193},"o":{"d":"165,-93v0,-44,-20,-79,-65,-79v-44,0,-65,34,-65,79v0,45,21,79,65,79v45,0,65,-35,65,-79xm12,-93v0,-57,30,-98,88,-98v58,0,88,41,88,98v0,57,-30,98,-88,98v-58,0,-88,-41,-88,-98"},"p":{"d":"109,5v-34,0,-53,-18,-65,-40r0,104r-22,0r0,-255r20,0v1,11,-2,27,1,36v9,-24,35,-41,66,-41v57,0,84,41,84,98v0,57,-27,96,-84,98xm109,-14v43,0,61,-34,61,-79v0,-45,-18,-79,-61,-79v-47,0,-65,32,-65,79v0,45,19,79,65,79","w":206},"q":{"d":"97,-191v34,0,55,18,67,41r0,-36r21,0r0,255r-23,0r0,-104v-11,24,-31,40,-65,40v-57,-1,-83,-41,-83,-98v0,-57,26,-98,83,-98xm97,-172v-44,0,-61,36,-61,79v0,43,17,79,61,79v46,0,65,-33,65,-79v0,-46,-19,-79,-65,-79","w":206},"r":{"d":"113,-166v-42,2,-69,25,-69,67r0,99r-22,0r0,-186r20,0v1,14,-2,32,1,44v11,-28,33,-48,70,-46r0,22","w":113,"k":{"\u00f3":6,"\u0144":-6,"\u0119":6,"\u0107":6,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"49,-96v-59,-27,-23,-95,38,-95v42,0,65,21,69,60r-23,0v5,-50,-90,-56,-93,-9v12,57,119,11,122,90v2,59,-88,68,-128,40v-14,-10,-21,-27,-23,-50r23,0v-4,54,105,65,105,11v0,-42,-59,-33,-90,-47","w":173},"t":{"d":"95,1v-37,4,-60,-1,-60,-41r0,-127r-32,0r0,-19r32,0r0,-56r23,0r0,56r37,0r0,19r-37,0r0,126v-3,23,15,27,37,23r0,19","w":106},"u":{"d":"94,-14v73,-3,52,-100,55,-172r23,0r0,186r-21,0v-1,-10,2,-25,-1,-33v-11,22,-33,38,-64,38v-91,0,-60,-110,-65,-191r23,0v7,67,-27,175,50,172","w":193},"v":{"d":"1,-186r25,0r59,163r58,-163r23,0r-70,186r-24,0","w":166,"k":{".":27,",":27}},"w":{"d":"3,-186r24,0r48,159r46,-159r25,0r46,159r48,-159r24,0r-60,186r-25,0r-46,-156r-46,156r-24,0","w":266,"k":{".":20,",":20}},"x":{"d":"72,-96r-66,-90r28,0r53,71r52,-71r28,0r-67,89r73,97r-29,0r-58,-78r-58,78r-28,0","w":173},"y":{"d":"1,-186r24,0r61,159r57,-159r23,0r-90,234v-7,19,-32,24,-57,19r0,-19v39,10,47,-22,56,-49","w":166,"k":{".":33,",":33}},"z":{"d":"33,-19r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"{":{"d":"53,-97v51,21,-7,139,52,147r0,19v-57,10,-50,-47,-49,-99v-1,-26,-2,-55,-26,-57r0,-19v65,-10,-25,-165,75,-156r0,19v-39,-2,-27,51,-27,87v0,28,-9,49,-25,59","w":119},"|":{"d":"31,-283r19,0r0,360r-19,0r0,-360","w":79},"}":{"d":"41,-156v-3,-34,15,-89,-27,-87r0,-19v57,-10,50,45,50,98v0,26,1,56,26,57r0,20v-66,9,26,166,-76,156r0,-19v58,-1,0,-124,53,-147v-16,-10,-24,-32,-26,-59","w":119},"~":{"d":"70,-112v39,0,88,46,108,-1r13,13v-11,15,-21,31,-45,31v-38,0,-90,-48,-108,1r-13,-13v8,-16,21,-31,45,-31","w":216},"'":{"d":"39,-257r23,0r0,87r-23,0r0,-87","w":100},"`":{"d":"-11,-262r28,0r38,50r-19,0","w":66},"\u0141":{"d":"26,-257r24,0r0,130r88,-61r0,21r-88,60r0,86r144,0r0,21r-168,0r0,-90r-30,20r0,-20r30,-20r0,-147","w":193},"\u0142":{"d":"22,-257r23,0r0,96r24,-20r0,20r-24,20r0,141r-23,0r0,-122r-24,19r0,-19r24,-20r0,-115","w":66},"$":{"d":"190,-67v0,48,-35,70,-83,72r0,31r-14,0r0,-31v-55,-6,-81,-30,-83,-87r23,0v1,42,22,63,60,68r0,-106v-40,-9,-78,-22,-76,-72v1,-45,29,-70,76,-70r0,-29r14,0r0,29v47,1,74,31,76,78r-23,0v1,-33,-21,-59,-53,-59r0,103v42,9,83,22,83,73xm93,-243v-57,-9,-74,83,-20,95v6,2,13,3,20,5r0,-100xm107,-14v64,9,82,-84,21,-97r-21,-6r0,103"},"\u0104":{"d":"165,44v2,-23,19,-31,38,-44r-31,-80r-117,0r-31,80r-27,0r104,-257r28,0r100,257v-27,2,-37,21,-42,42v-1,24,33,19,36,2r10,5v-7,33,-71,32,-68,-5xm62,-101r101,0r-49,-132","w":226,"k":{"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u0106":{"d":"142,-281r-19,0r38,-51r28,0xm14,-129v-10,-122,147,-179,212,-86v6,10,10,23,12,36r-24,0v-9,-38,-36,-63,-79,-63v-66,0,-97,49,-97,113v0,65,31,114,97,114v50,0,76,-35,82,-83r25,0v-8,61,-40,103,-107,103v-80,0,-114,-54,-121,-134","w":253},"\u0118":{"d":"137,44v2,-23,19,-31,38,-44r-149,0r0,-257r177,0r0,21r-153,0r0,93r144,0r0,21r-144,0r0,101r155,0r0,21v-30,0,-43,19,-46,42v-3,24,33,19,36,2r10,5v-7,33,-71,32,-68,-5","w":213},"\u0143":{"d":"131,-281r-18,0r38,-51r28,0xm26,-257r27,0r150,217r0,-217r25,0r0,257r-27,0r-151,-217r0,217r-24,0r0,-257","w":253},"\u00d3":{"d":"143,-281r-19,0r38,-51r28,0xm134,-242v-66,0,-97,47,-97,113v0,66,31,114,97,114v66,0,96,-49,96,-114v0,-64,-31,-113,-96,-113xm134,5v-81,0,-122,-54,-122,-134v0,-79,41,-133,122,-133v80,0,121,54,121,133v0,79,-41,134,-121,134","w":266},"\u015a":{"d":"118,-281r-18,0r38,-51r28,0xm173,-127v78,34,32,142,-57,132v-62,-7,-106,-25,-103,-90r24,0v0,51,34,66,84,70v60,5,95,-72,34,-94v-52,-19,-130,-11,-134,-81v-4,-87,148,-93,176,-27v5,10,8,21,8,34r-25,0v-2,-40,-31,-54,-70,-59v-62,-8,-91,77,-25,91v30,6,62,13,88,24","w":226},"\u0179":{"d":"110,-281r-18,0r38,-51r28,0xm13,-257r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0r0,-21","w":206},"\u017b":{"d":"93,-288r0,-36r25,0r0,36r-25,0xm13,-257r185,0r0,22r-169,214r173,0r0,21r-200,0r0,-22r169,-214r-158,0r0,-21","w":206},"\u0105":{"d":"92,-172v-29,0,-50,14,-50,43r-23,0v1,-43,34,-61,76,-62v42,0,68,17,68,60r0,98v-1,12,11,17,21,12v1,13,2,25,-17,21v-14,12,-28,20,-29,42v-1,24,33,19,36,2r10,5v-7,32,-70,33,-68,-5v2,-25,23,-33,39,-46v-11,-4,-12,-18,-14,-30v-14,22,-30,38,-67,37v-37,-1,-62,-16,-62,-54v-1,-53,53,-55,99,-60v18,-2,29,-6,29,-25v0,-31,-20,-37,-48,-38xm140,-102v-29,23,-106,2,-106,52v0,23,18,36,42,36v49,-1,70,-33,64,-88","w":186},"\u0107":{"d":"107,-212r-18,0r37,-51r28,0xm12,-93v-4,-77,77,-125,139,-82v15,10,21,27,24,48r-22,0v-6,-26,-22,-45,-53,-45v-44,0,-65,34,-65,79v0,45,21,79,65,79v32,0,50,-23,54,-53r23,0v-5,42,-33,72,-77,72v-58,0,-85,-41,-88,-98","w":186},"\u0119":{"d":"12,-93v-11,-105,144,-135,162,-32v3,13,4,25,4,38r-143,0v2,40,19,72,61,73v35,1,50,-20,58,-47r23,0v-10,37,-28,61,-69,66v-11,10,-22,18,-23,37v-1,24,33,19,36,2r10,5v-7,32,-70,33,-68,-5v2,-20,15,-28,29,-39v-55,-3,-74,-42,-80,-98xm155,-106v7,-71,-97,-89,-114,-24v-3,8,-5,16,-6,24r120,0","w":186},"\u0144":{"d":"103,-212r-18,0r38,-51r28,0xm102,-172v-76,0,-55,98,-58,172r-23,0r0,-186r23,0v1,10,-2,24,1,32v9,-22,30,-35,59,-37v94,-7,63,108,68,191r-23,0v-7,-66,26,-172,-47,-172","w":193},"\u00f3":{"d":"108,-212r-19,0r38,-51r28,0xm165,-93v0,-44,-20,-79,-65,-79v-44,0,-65,34,-65,79v0,45,21,79,65,79v45,0,65,-35,65,-79xm12,-93v0,-57,30,-98,88,-98v58,0,88,41,88,98v0,57,-30,98,-88,98v-58,0,-88,-41,-88,-98"},"\u015b":{"d":"94,-212r-18,0r38,-51r28,0xm49,-96v-59,-27,-23,-95,38,-95v42,0,65,21,69,60r-23,0v5,-50,-90,-56,-93,-9v12,57,119,11,122,90v2,59,-88,68,-128,40v-14,-10,-21,-27,-23,-50r23,0v-4,54,105,65,105,11v0,-42,-59,-33,-90,-47","w":173},"\u017a":{"d":"91,-212r-19,0r38,-51r28,0xm33,-19r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"\u017c":{"d":"72,-220r0,-36r24,0r0,36r-24,0xm33,-19r128,0r0,19r-156,0r0,-18r122,-149r-113,0r0,-19r142,0r0,16","w":166},"!":{"d":"28,0r0,-38r31,0r0,38r-31,0xm31,-180r0,-77r25,0r0,77r-6,116r-13,0","w":86},"\"":{"d":"79,-257r23,0r0,87r-23,0r0,-87xm31,-257r23,0r0,87r-23,0r0,-87","w":133},"#":{"d":"80,-153r-8,57r51,0r8,-57r-51,0xm179,-80r-40,0r-11,80r-18,0r11,-80r-51,0r-11,80r-18,0r11,-80r-39,0r0,-16r41,0r8,-57r-39,0r0,-16r41,0r12,-80r18,0r-12,80r51,0r11,-80r18,0r-11,80r38,0r0,16r-40,0r-8,57r38,0r0,16"},"\u00a0":{"w":100}}});
/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;/*
 * jQuery UI Effects 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/
 */
jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return -j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return -j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return -j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return -j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return -j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return -j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return -j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return -j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return -(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return -0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);;/*
 * jQuery UI Effects Blind 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Blind
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.blind=function(b){return this.queue(function(){var d=a(this),c=["position","top","left"];var h=a.effects.setMode(d,b.options.mode||"hide");var g=b.options.direction||"vertical";a.effects.save(d,c);d.show();var j=a.effects.createWrapper(d).css({overflow:"hidden"});var e=(g=="vertical")?"height":"width";var i=(g=="vertical")?j.height():j.width();if(h=="show"){j.css(e,0)}var f={};f[e]=h=="show"?i:0;j.animate(f,b.duration,b.options.easing,function(){if(h=="hide"){d.hide()}a.effects.restore(d,c);a.effects.removeWrapper(d);if(b.callback){b.callback.apply(d[0],arguments)}d.dequeue()})})}})(jQuery);;
/*
 * jQuery UI Effects Clip 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Clip
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);;
/*
 * jQuery UI Effects Scale 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Scale
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.puff=function(b){return this.queue(function(){var f=a(this);var c=a.extend(true,{},b.options);var h=a.effects.setMode(f,b.options.mode||"hide");var g=parseInt(b.options.percent,10)||150;c.fade=true;var e={height:f.height(),width:f.width()};var d=g/100;f.from=(h=="hide")?e:{height:e.height*d,width:e.width*d};c.from=f.from;c.percent=(h=="hide")?g:100;c.mode=h;f.effect("scale",c,b.duration,b.callback);f.dequeue()})};a.effects.scale=function(b){return this.queue(function(){var g=a(this);var d=a.extend(true,{},b.options);var j=a.effects.setMode(g,b.options.mode||"effect");var h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:(j=="hide"?0:100));var i=b.options.direction||"both";var c=b.options.origin;if(j!="effect"){d.origin=c||["middle","center"];d.restore=true}var f={height:g.height(),width:g.width()};g.from=b.options.from||(j=="show"?{height:0,width:0}:f);var e={y:i!="horizontal"?(h/100):1,x:i!="vertical"?(h/100):1};g.to={height:f.height*e.y,width:f.width*e.x};if(b.options.fade){if(j=="show"){g.from.opacity=0;g.to.opacity=1}if(j=="hide"){g.from.opacity=1;g.to.opacity=0}}d.from=g.from;d.to=g.to;d.mode=j;g.effect("size",d,b.duration,b.callback);g.dequeue()})};a.effects.size=function(b){return this.queue(function(){var c=a(this),n=["position","top","left","width","height","overflow","opacity"];var m=["position","top","left","overflow","opacity"];var j=["width","height","overflow"];var p=["fontSize"];var k=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var f=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var g=a.effects.setMode(c,b.options.mode||"effect");var i=b.options.restore||false;var e=b.options.scale||"both";var o=b.options.origin;var d={height:c.height(),width:c.width()};c.from=b.options.from||d;c.to=b.options.to||d;if(o){var h=a.effects.getBaseline(o,d);c.from.top=(d.height-c.from.height)*h.y;c.from.left=(d.width-c.from.width)*h.x;c.to.top=(d.height-c.to.height)*h.y;c.to.left=(d.width-c.to.width)*h.x}var l={from:{y:c.from.height/d.height,x:c.from.width/d.width},to:{y:c.to.height/d.height,x:c.to.width/d.width}};if(e=="box"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(k);c.from=a.effects.setTransition(c,k,l.from.y,c.from);c.to=a.effects.setTransition(c,k,l.to.y,c.to)}if(l.from.x!=l.to.x){n=n.concat(f);c.from=a.effects.setTransition(c,f,l.from.x,c.from);c.to=a.effects.setTransition(c,f,l.to.x,c.to)}}if(e=="content"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(p);c.from=a.effects.setTransition(c,p,l.from.y,c.from);c.to=a.effects.setTransition(c,p,l.to.y,c.to)}}a.effects.save(c,i?n:m);c.show();a.effects.createWrapper(c);c.css("overflow","hidden").css(c.from);if(e=="content"||e=="both"){k=k.concat(["marginTop","marginBottom"]).concat(p);f=f.concat(["marginLeft","marginRight"]);j=n.concat(k).concat(f);c.find("*[width]").each(function(){child=a(this);if(i){a.effects.save(child,j)}var q={height:child.height(),width:child.width()};child.from={height:q.height*l.from.y,width:q.width*l.from.x};child.to={height:q.height*l.to.y,width:q.width*l.to.x};if(l.from.y!=l.to.y){child.from=a.effects.setTransition(child,k,l.from.y,child.from);child.to=a.effects.setTransition(child,k,l.to.y,child.to)}if(l.from.x!=l.to.x){child.from=a.effects.setTransition(child,f,l.from.x,child.from);child.to=a.effects.setTransition(child,f,l.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){if(i){a.effects.restore(child,j)}})})}c.animate(c.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(g=="hide"){c.hide()}a.effects.restore(c,i?n:m);a.effects.removeWrapper(c);if(b.callback){b.callback.apply(this,arguments)}c.dequeue()}})})}})(jQuery);;

 /* jQuery UI Effects Slide 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Effects/Slide
 *
 * Depends:
 *	effects.core.js
 */
(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;

/*
 * jQuery history plugin
 * 
 * sample page: http://www.mikage.to/jquery/jquery_history.html
 *
 * Copyright (c) 2006-2009 Taku Sano (Mikage Sawatari)
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Modified by Lincoln Cooper to add Safari support and only call the callback once during initialization
 * for msie when no initial hash supplied.
 */

jQuery.extend({historyCurrentHash:undefined,historyCallback:undefined,historyIframeSrc:undefined,historyNeedIframe:jQuery.browser.msie&&(jQuery.browser.version<8||document.documentMode<8),historyInit:function(E,D){jQuery.historyCallback=E;if(D){jQuery.historyIframeSrc=D;}var C=location.hash.replace(/\?.*$/,"");jQuery.historyCurrentHash=C;if(jQuery.historyNeedIframe){if(jQuery.historyCurrentHash==""){jQuery.historyCurrentHash="#";}jQuery("body").prepend('<iframe id="jQuery_history" style="display: none;" src="javascript:false;"></iframe>');var A=jQuery("#jQuery_history")[0];var B=A.contentWindow.document;B.open();B.close();B.location.hash=C;}else{if(jQuery.browser.safari){jQuery.historyBackStack=[];jQuery.historyBackStack.length=history.length;jQuery.historyForwardStack=[];jQuery.lastHistoryLength=history.length;jQuery.isFirst=true;}}if(C){jQuery.historyCallback(C.replace(/^#/,""));}setInterval(jQuery.historyCheck,100);},historyAddHistory:function(A){jQuery.historyBackStack.push(A);jQuery.historyForwardStack.length=0;this.isFirst=true;},historyCheck:function(){if(jQuery.historyNeedIframe){var A=jQuery("#jQuery_history")[0];var D=A.contentDocument||A.contentWindow.document;var F=D.location.hash.replace(/\?.*$/,"");if(F!=jQuery.historyCurrentHash){location.hash=F;jQuery.historyCurrentHash=F;jQuery.historyCallback(F.replace(/^#/,""));}}else{if(jQuery.browser.safari){if(jQuery.lastHistoryLength==history.length&&jQuery.historyBackStack.length>jQuery.lastHistoryLength){jQuery.historyBackStack.shift();}if(!jQuery.dontCheck){var B=history.length-jQuery.historyBackStack.length;jQuery.lastHistoryLength=history.length;if(B){jQuery.isFirst=false;if(B<0){for(var C=0;C<Math.abs(B);C++){jQuery.historyForwardStack.unshift(jQuery.historyBackStack.pop());}}else{for(var C=0;C<B;C++){jQuery.historyBackStack.push(jQuery.historyForwardStack.shift());}}var E=jQuery.historyBackStack[jQuery.historyBackStack.length-1];if(E!=undefined){jQuery.historyCurrentHash=location.hash.replace(/\?.*$/,"");jQuery.historyCallback(E);}}else{if(jQuery.historyBackStack[jQuery.historyBackStack.length-1]==undefined&&!jQuery.isFirst){if(location.hash){var F=location.hash;jQuery.historyCallback(location.hash.replace(/^#/,""));}else{var F="";jQuery.historyCallback("");}jQuery.isFirst=true;}}}}else{var F=location.hash.replace(/\?.*$/,"");if(F!=jQuery.historyCurrentHash){jQuery.historyCurrentHash=F;jQuery.historyCallback(F.replace(/^#/,""));}}}},historyLoad:function(D){var E;D=decodeURIComponent(D.replace(/\?.*$/,""));if(jQuery.browser.safari){E=D;}else{E="#"+D;location.hash=E;}jQuery.historyCurrentHash=E;if(jQuery.historyNeedIframe){var A=jQuery("#jQuery_history")[0];var C=A.contentWindow.document;C.open();C.close();C.location.hash=E;jQuery.lastHistoryLength=history.length;jQuery.historyCallback(D);}else{if(jQuery.browser.safari){jQuery.dontCheck=true;this.historyAddHistory(D);var B=function(){jQuery.dontCheck=false;};window.setTimeout(B,200);jQuery.historyCallback(D);location.hash=E;}else{jQuery.historyCallback(D);}}}});
/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
 * @author Ariel Flesler
 * @version 1.4.2
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);
// Copyright (c) 2009 Kelvin Luck (kelvin AT kelvinluck DOT com || http://www.kelvinluck.com) Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. See http://kelvinluck.com/assets/jquery/jScrollPane/ $Id: library.js,v 1.17 2011/02/22 10:34:15 pgruszka Exp $
;(function(A){A.jScrollPane={active:[]};A.fn.jScrollPane=function(C){C=A.extend({},A.fn.jScrollPane.defaults,C);var B=function(){return false;};return this.each(function(){var O=A(this);O.css("overflow","hidden");var X=this;if(A(this).parent().is(".jScrollPaneContainer")){var AC=C.maintainPosition?O.position().top:0;var L=A(this).parent();var d=L.innerWidth();var AD=L.outerHeight();var M=AD;A(">.jScrollPaneTrack, >.jScrollArrowUp, >.jScrollArrowDown",L).remove();O.css({top:0});}else{var AC=0;this.originalPadding=O.css("paddingTop")+" "+O.css("paddingRight")+" "+O.css("paddingBottom")+" "+O.css("paddingLeft");this.originalSidePaddingTotal=(parseInt(O.css("paddingLeft"))||0)+(parseInt(O.css("paddingRight"))||0);var d=O.innerWidth();var AD=O.innerHeight();var M=AD;O.wrap(A("<div></div>").attr({className:"jScrollPaneContainer"}).css({height:AD+"px",width:d+"px"}));A(document).bind("emchange",function(AE,AF,p){O.jScrollPane(C);});}if(C.reinitialiseOnImageLoad){var N=A.data(X,"jScrollPaneImagesToLoad")||A("img",O);var G=[];if(N.length){N.each(function(p,AE){A(this).bind("load",function(){if(A.inArray(p,G)==-1){G.push(AE);N=A.grep(N,function(AG,AF){return AG!=AE;});A.data(X,"jScrollPaneImagesToLoad",N);C.reinitialiseOnImageLoad=false;O.jScrollPane(C);}}).each(function(AF,AG){if(this.complete||this.complete===undefined){this.src=this.src;}});});}}var o=this.originalSidePaddingTotal;var l={height:"auto",width:d-C.scrollbarWidth-C.scrollbarMargin-o+"px"};if(C.scrollbarOnLeft){l.paddingLeft=C.scrollbarMargin+C.scrollbarWidth+"px";}else{l.paddingRight=C.scrollbarMargin+"px";}O.css(l);var m=O.outerHeight();var i=AD/m;if(i<0.99){var H=O.parent();H.append(A("<div></div>").attr({className:"jScrollPaneTrack"}).css({width:C.scrollbarWidth+"px"}).append(A("<div></div>").attr({className:"jScrollPaneDrag"}).css({width:C.scrollbarWidth+"px"}).append(A("<div></div>").attr({className:"jScrollPaneDragTop"}).css({width:C.scrollbarWidth+"px"}),A("<div></div>").attr({className:"jScrollPaneDragBottom"}).css({width:C.scrollbarWidth+"px"}))));var z=A(">.jScrollPaneTrack",H);var P=A(">.jScrollPaneTrack .jScrollPaneDrag",H);if(C.showArrows){var g;var AB;var S;var r;var j=function(){if(r>4||r%4==0){y(u+AB*b);}r++;};var K=function(p){A("html").unbind("mouseup",K);g.removeClass("jScrollActiveArrowButton");clearInterval(S);};var Z=function(){A("html").bind("mouseup",K);g.addClass("jScrollActiveArrowButton");r=0;j();S=setInterval(j,100);};H.append(A("<a></a>").attr({href:"javascript:;",className:"jScrollArrowUp"}).css({width:C.scrollbarWidth+"px"}).html("Scroll up").bind("mousedown",function(){g=A(this);AB=-1;Z();this.blur();return false;}).bind("click",B),A("<a></a>").attr({href:"javascript:;",className:"jScrollArrowDown"}).css({width:C.scrollbarWidth+"px"}).html("Scroll down").bind("mousedown",function(){g=A(this);AB=1;Z();this.blur();return false;}).bind("click",B));var Q=A(">.jScrollArrowUp",H);var J=A(">.jScrollArrowDown",H);if(C.arrowSize){M=AD-C.arrowSize-C.arrowSize;z.css({height:M+"px",top:C.arrowSize+"px"});}else{var s=Q.height();C.arrowSize=s;M=AD-s-J.height();z.css({height:M+"px",top:s+"px"});}}var w=A(this).css({position:"absolute",overflow:"visible"});var D;var Y;var b;var u=0;var V=i*AD/2;var a=function(AE,AG){var AF=AG=="X"?"Left":"Top";return AE["page"+AG]||(AE["client"+AG]+(document.documentElement["scroll"+AF]||document.body["scroll"+AF]))||0;};var f=function(){return false;};var v=function(){n();D=P.offset(false);D.top-=u;Y=M-P[0].offsetHeight;b=2*C.wheelSpeed*Y/m;};var E=function(p){v();V=a(p,"Y")-u-D.top;A("html").bind("mouseup",T).bind("mousemove",h);if(A.browser.msie){A("html").bind("dragstart",f).bind("selectstart",f);}return false;};var T=function(){A("html").unbind("mouseup",T).unbind("mousemove",h);V=i*AD/2;if(A.browser.msie){A("html").unbind("dragstart",f).unbind("selectstart",f);}};var y=function(AE){AE=AE<0?0:(AE>Y?Y:AE);u=AE;P.css({top:AE+"px"});var AF=AE/Y;w.css({top:((AD-m)*AF)+"px"});O.trigger("scroll");if(C.showArrows){Q[AE==0?"addClass":"removeClass"]("disabled");J[AE==Y?"addClass":"removeClass"]("disabled");}};var h=function(p){y(a(p,"Y")-D.top-V);};var q=Math.max(Math.min(i*(AD-C.arrowSize*2),C.dragMaxHeight),C.dragMinHeight);P.css({height:q+"px"}).bind("mousedown",E);var k;var R;var I;var t=function(){if(R>8||R%4==0){y((u-((u-I)/2)));}R++;};var AA=function(){clearInterval(k);A("html").unbind("mouseup",AA).unbind("mousemove",e);};var e=function(p){I=a(p,"Y")-D.top-V;};var U=function(p){v();e(p);R=0;A("html").bind("mouseup",AA).bind("mousemove",e);k=setInterval(t,100);t();};z.bind("mousedown",U);H.bind("mousewheel",function(AE,AG){v();n();var AF=u;y(u-AG*b);var p=AF!=u;return !p;});var F;var W;function c(){var p=(F-u)/C.animateStep;if(p>1||p<-1){y(u+p);}else{y(F);n();}}var n=function(){if(W){clearInterval(W);delete F;}};var x=function(AF,p){if(typeof AF=="string"){$e=A(AF,O);if(!$e.length){return ;}AF=$e.offset().top-O.offset().top;}H.scrollTop(0);n();var AE=-AF/(AD-m)*Y;if(p||!C.animateTo){y(AE);}else{F=AE;W=setInterval(c,C.animateInterval);}};O[0].scrollTo=x;O[0].scrollBy=function(AE){var p=-parseInt(w.css("top"))||0;x(p+AE);};v();x(-AC,true);A("*",this).bind("focus",function(AH){var AG=A(this);var AJ=0;while(AG[0]!=O[0]){AJ+=AG.position().top;AG=AG.offsetParent();}var p=-parseInt(w.css("top"))||0;var AI=p+AD;var AF=AJ>p&&AJ<AI;if(!AF){var AE=AJ-C.scrollbarMargin;if(AJ>p){AE+=A(this).height()+15+C.scrollbarMargin-AD;}x(AE);}});if(location.hash){x(location.hash);}A(document).bind("click",function(AE){$target=A(AE.target);if($target.is("a")){var p=$target.attr("href");if(p.substr(0,1)=="#"){x(p);}}});A.jScrollPane.active.push(O[0]);}else{O.css({height:AD+"px",width:d-this.originalSidePaddingTotal+"px",padding:this.originalPadding});O.parent().unbind("mousewheel");}});};A.fn.jScrollPane.defaults={scrollbarWidth:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:0,animateTo:false,dragMinHeight:1,dragMaxHeight:99999,animateInterval:100,animateStep:3,maintainPosition:true,scrollbarOnLeft:false,reinitialiseOnImageLoad:false};A(window).bind("unload",function(){var C=A.jScrollPane.active;for(var B=0;B<C.length;B++){C[B].scrollTo=C[B].scrollBy=null;}});})(jQuery);
// TableSorter 2.0 - Client-side table sorting with ease! Version 2.0.3 @requires jQuery v1.2.3 Copyright (c) 2007 Christian Bach Examples and docs at: http://tablesorter.com Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html
(function($){$.extend({tablesorter:new function(){var parsers=[],widgets=[];this.defaults={cssHeader:"order",cssAsc:"order-sort-up",cssDesc:"order-sort-down",sortInitialOrder:"desc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:".",debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}var rows=table.tBodies[0].rows;if(table.tBodies[0].rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else{if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}}if(!p){p=detectParserForColumn(table,cells[i]);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;}function detectParserForColumn(table,node){var l=parsers.length;for(var i=1;i<l;i++){if(parsers[i].is($.trim(getElementText(table.config,node)),table,node)){return parsers[i];}}return parsers[0];}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=table.tBodies[0].rows[i],cols=[];cache.row.push($(c));for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c.cells[j]),table,c.cells[j]));}cols.push(i);cache.normalized.push(cols);cols=null;}if(table.config.debug){benchmark("Building cache for "+totalRows+" rows:",cacheTime);}return cache;}function getElementText(config,node){if(!node){return"";}var t="";if(config.textExtraction=="simple"){if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){t=node.childNodes[0].innerHTML;}else{t=node.innerHTML;}}else{if(typeof(config.textExtraction)=="function"){t=config.textExtraction(node);}else{t=$(node).text();}}return t;}function appendToTable(table,cache){if(table.config.debug){var appendTime=new Date();}var c=cache,r=c.row,n=c.normalized,totalRows=n.length,checkCell=(n[0].length-1),tableBody=$(table.tBodies[0]),rows=[];for(var i=0;i<totalRows;i++){rows.push(r[n[i][checkCell]]);if(!table.config.appender){var o=r[n[i][checkCell]];var l=o.length;for(var j=0;j<l;j++){tableBody[0].appendChild(o[j]);}}}if(table.config.appender){table.config.appender(table,rows);}rows=null;if(table.config.debug){benchmark("Rebuilt table:",appendTime);}applyWidget(table);setTimeout(function(){$(table).trigger("sortEnd");},0);}function buildHeaders(table){if(table.config.debug){var time=new Date();}var meta=($.metadata)?true:false,tableHeadersRows=[];for(var i=0;i<table.tHead.rows.length;i++){tableHeadersRows[i]=0;}$tableHeaders=$("thead td",table);$tableHeaders.each(function(index){this.count=0;this.column=index;this.order=formatSortingOrder(table.config.sortInitialOrder);if(checkHeaderMetadata(this)||checkHeaderOptions(table,index)){this.sortDisabled=true;}if(!this.sortDisabled){$(this).addClass(table.config.cssHeader);}table.config.headerList[index]=this;});if(table.config.debug){benchmark("Built headers:",time);log($tableHeaders);}return $tableHeaders;}function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;}function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;}return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;}return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i<l;i++){getWidgetById(c[i]).format(table);}}function getWidgetById(name){var l=widgets.length;for(var i=0;i<l;i++){if(widgets[i].id.toLowerCase()==name.toLowerCase()){return widgets[i];}}}function formatSortingOrder(v){if(typeof(v)!="Number"){i=(v.toLowerCase()=="desc")?1:0;}else{i=(v==(0||1))?v:0;}return i;}function isValueInArray(v,a){var l=a.length;for(var i=0;i<l;i++){if(a[i][0]==v){return true;}}return false;}function setHeadersCss(table,$headers,list,css){$headers.removeClass(css[0]).removeClass(css[1]);var h=[];$headers.each(function(offset){if(!this.sortDisabled){h[this.column]=$(this);}});var l=list.length;for(var i=0;i<l;i++){h[list[i][0]].addClass(css[list[i][1]]);}}function fixColumnWidth(table,$headers){var c=table.config;if(c.widthFixed){var colgroup=$("<colgroup>");$("tr:first td",table.tBodies[0]).each(function(){colgroup.append($("<col>").css("width",$(this).width()));});$(table).prepend(colgroup);}}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;i<l;i++){var s=sortList[i],o=c.headerList[s[0]];o.count=s[1];o.count++;}}function multisort(table,sortList,cache){if(table.config.debug){var sortTime=new Date();}var dynamicExp="var sortWrapper = function(a,b) {",l=sortList.length;for(var i=0;i<l;i++){var c=sortList[i][0];var order=sortList[i][1];var s=(getCachedSortType(table.config.parsers,c)=="text")?((order==0)?"sortText":"sortTextDesc"):((order==0)?"sortNumeric":"sortNumericDesc");var e="e"+i;dynamicExp+="var "+e+" = "+s+"(a["+c+"],b["+c+"]); ";dynamicExp+="if("+e+") { return "+e+"; } ";dynamicExp+="else { ";}var orgOrderCol=cache.normalized[0].length-1;dynamicExp+="return a["+orgOrderCol+"]-b["+orgOrderCol+"];";for(var i=0;i<l;i++){dynamicExp+="}; ";}dynamicExp+="return 0; ";dynamicExp+="}; ";eval(dynamicExp);cache.normalized.sort(sortWrapper);if(table.config.debug){benchmark("Sorting on "+sortList.toString()+" and dir "+order+" time:",sortTime);}return cache;}function sortText(a,b){return((a<b)?-1:((a>b)?1:0));}function sortTextDesc(a,b){return((b<a)?-1:((b>a)?1:0));}function sortNumeric(a,b){return a-b;}function sortNumericDesc(a,b){return b-a;}function getCachedSortType(parsers,i){return parsers[i].type;}this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies){return;}var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){$this.trigger("sortStart");var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){var $cell=$(this);var i=this.column;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j<a.length;j++){if(a[j][0]!=i){config.sortList.push(a[j]);}}}config.sortList.push([i,this.order]);}else{if(isValueInArray(i,config.sortList)){for(var j=0;j<config.sortList.length;j++){var s=config.sortList[j],o=config.headerList[s[0]];if(s[0]==i){o.count=s[1];o.count++;s[1]=o.count%2;}}}else{config.sortList.push([i,this.order]);}}this.order=this.count++%2;setTimeout(function(){setHeadersCss($this[0],$headers,config.sortList,sortCSS);appendToTable($this[0],multisort($this[0],config.sortList,cache));},1);return false;}}).mousedown(function(){if(config.cancelSelection){this.onselectstart=function(){return false;};return false;}});$this.bind("update",function(){this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);}).bind("sorton",function(e,list){$(this).trigger("sortStart");config.sortList=list;var sortList=config.sortList;updateHeaderSortCount(this,sortList);setHeadersCss(this,$headers,sortList,sortCSS);appendToTable(this,multisort(this,sortList,cache));}).bind("appendCache",function(){appendToTable(this,cache);}).bind("applyWidgetId",function(e,id){getWidgetById(id).format(this);}).bind("applyWidgets",function(){applyWidget(this);});if($.metadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sortlist;}if(config.sortList.length>0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==parser.id.toLowerCase()){a=false;}}if(a){parsers.push(parser);}};this.addWidget=function(widget){widgets.push(widget);};this.formatFloat=function(s){var i=parseFloat(s);return(isNaN(i))?0:i;};this.formatInt=function(s){var i=parseInt(s);return(isNaN(i))?0:i;};this.isDigit=function(s,config){var DECIMAL="\\"+config.decimal;var exp="/(^[+]?0("+DECIMAL+"0+)?$)|(^([-+]?[1-9][0-9]*)$)|(^([-+]?((0?|[1-9][0-9]*)"+DECIMAL+"(0*[1-9][0-9]*)))$)|(^[-+]?[1-9]+[0-9]*"+DECIMAL+"0+$)/";return RegExp(exp).test($.trim(s));};this.clearTableBody=function(table){if($.browser.msie){function empty(){while(this.firstChild){this.removeChild(this.firstChild);}}empty.apply(table.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};}});$.fn.extend({tablesorter:$.tablesorter.construct});var ts=$.tablesorter;ts.addParser({id:"text",is:function(s){return true;},format:function(s){return $.trim(s.toLowerCase());},type:"text"});ts.addParser({id:"digit",is:function(s,table){var c=table.config;return $.tablesorter.isDigit(s,c);},format:function(s){return $.tablesorter.formatFloat(s);},type:"numeric"});ts.addParser({id:"currency",is:function(s){return/^[£$€?.]/.test(s);},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/[^0-9.]/g),""));},type:"numeric"});ts.addParser({id:"ipAddress",is:function(s){return/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);},format:function(s){var a=s.split("."),r="",l=a.length;for(var i=0;i<l;i++){var item=a[i];if(item.length==2){r+="0"+item;}else{r+=item;}}return $.tablesorter.formatFloat(r);},type:"numeric"});ts.addParser({id:"url",is:function(s){return/^(https?|ftp|file):\/\/$/.test(s);},format:function(s){return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),""));},type:"text"});ts.addParser({id:"isoDate",is:function(s){return/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);},format:function(s){return $.tablesorter.formatFloat((s!="")?new Date(s.replace(new RegExp(/-/g),"/")).getTime():"0");},type:"numeric"});ts.addParser({id:"percent",is:function(s){return/\%$/.test($.trim(s));},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),""));},type:"numeric"});ts.addParser({id:"usLongDate",is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"shortDate",is:function(s){return/\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);},format:function(s,table){var c=table.config;s=s.replace(/\-/g,"/");if(c.dateFormat=="us"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$1/$2");}else{if(c.dateFormat=="uk"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$2/$1");}else{if(c.dateFormat=="dd/mm/yy"||c.dateFormat=="dd-mm-yy"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/,"$1/$2/$3");}}}return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"time",is:function(s){return/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);},format:function(s){return $.tablesorter.formatFloat(new Date("2000/01/01 "+s).getTime());},type:"numeric"});ts.addParser({id:"metadata",is:function(s){return false;},format:function(s,table,cell){var c=table.config,p=(!c.parserMetadataName)?"sortValue":c.parserMetadataName;return $(cell).metadata()[p];},type:"numeric"});ts.addWidget({id:"zebra",format:function(table){if(table.config.debug){var time=new Date();}$("tr:visible",table.tBodies[0]).filter(":even").removeClass(table.config.widgetZebra.css[1]).addClass(table.config.widgetZebra.css[0]).end().filter(":odd").removeClass(table.config.widgetZebra.css[0]).addClass(table.config.widgetZebra.css[1]);if(table.config.debug){$.tablesorter.benchmark("Applying Zebra widget",time);}}});})(jQuery);
(function($) {
	$.tablesorter.addParser({
		id: 'distance',
		is: function(s) {
			return false;
		},
		format: function(s) {
			return parseFloat(s.replace(/ km/, ''));
		},
		type: 'numeric'
	});
})(jQuery);


/**
 * jQuery custom selectboxes
 * 
 * Copyright (c) 2008 Krzysztof Suszyński (suszynski.org)
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * @version 0.6.1
 * @category visual
 * @package jquery
 * @subpakage ui.selectbox
 * @author Krzysztof Suszyński <k.suszynski@wit.edu.pl>
**/
jQuery.fn.selectbox = function(options){
	/* Default settings */
	var settings = {
		className: 'jquery-selectbox',
		animationSpeed: "normal",
		listboxMaxSize: 10,
		replaceInvisible: false,
		listboxSizeMultiply: 1.0
	};
	var commonClass = 'jquery-custom-selectboxes-replaced';
	var listOpen = false;
	var showList = function(listObj) {
		var selectbox = listObj.parents('.' + settings.className + '');
		listObj.slideDown(settings.animationSpeed, function(){
			listOpen = true;
		});
		selectbox.addClass('selecthover');
		jQuery(document).bind('click', onBlurList);
		return listObj;
	}
	var hideList = function(listObj) {
		var selectbox = listObj.parents('.' + settings.className + '');
		listObj.slideUp(settings.animationSpeed, function(){
			listOpen = false;
			jQuery(this).parents('.' + settings.className + '').removeClass('selecthover');
		});
		jQuery(document).unbind('click', onBlurList);
		return listObj;
	}
	var onBlurList = function(e) {
		var trgt = e.target;
		var currentListElements = jQuery('.' + settings.className + '-list:visible').parent().find('*').andSelf();
		if(jQuery.inArray(trgt, currentListElements)<0 && listOpen) {
			hideList( jQuery('.' + commonClass + '-list') );
		}
		return false;
	}
	
	/* Processing settings */
	settings = jQuery.extend(settings, options || {});
	/* Wrapping all passed elements */
	return this.each(function() {
		var _this = jQuery(this);
		if(_this.filter(':visible').length == 0 && !settings.replaceInvisible)
			return;
		var replacement = jQuery(
			'<div class="' + settings.className + ' ' + commonClass + '">' +
				'<div class="' + settings.className + '-moreButton" />' +
				'<div class="' + settings.className + '-list ' + commonClass + '-list" />' +
				'<span class="' + settings.className + '-currentItem" />' +
			'</div>'
		);
		var currentItem = replacement.find('.' + settings.className + '-currentItem');
		var moreButton = replacement.find('.' + settings.className + '-moreButton');
		jQuery('option', _this).each(function(k,v){
			var v = jQuery(v);
			var listElement =  jQuery('<span class="' + settings.className + '-item">' + v.text() + '</span>');
			listElement.data('element-data', {
				value: v.val(),
				index: k
			});
			listElement.click(function(){
				var thisListElement = jQuery(this);
				var thisReplacment = thisListElement.parents('.'+settings.className);
				var data = thisListElement.data('element-data');
				thisReplacment
					.find('.' + settings.className + '-currentItem')
					.text(thisListElement.text());
				thisReplacment
					.find('select')
					.val(data.value)
					.trigger('change');
				var thisSublist = thisReplacment.find('.' + settings.className + '-list');
				if(thisSublist.filter(":visible").length > 0) {
					hideList( thisSublist );
				}else{
					showList( thisSublist );
				}
			}).bind('mouseenter',function(){
				jQuery(this).addClass('listelementhover');
			}).bind('mouseleave',function(){
				jQuery(this).removeClass('listelementhover');
			});
			jQuery('.' + settings.className + '-list', replacement).append(listElement);
			if(v.filter(':selected').length > 0) {
				jQuery('.'+settings.className + '-currentItem', replacement).text(v.text());
			}
		});
		
		moreButton.add(currentItem).click(function(){
			var thisMoreButton = jQuery(this);
			var otherLists = jQuery('.' + settings.className + '-list')
				.not(thisMoreButton.siblings('.' + settings.className + '-list'));
			hideList( otherLists );
			var thisList = thisMoreButton.siblings('.' + settings.className + '-list');
			if(thisList.filter(":visible").length > 0) {
				hideList( thisList );
			}else{
				showList( thisList );
			}
		});
		
		moreButton.bind('mouseenter',function(){
			jQuery(this).addClass('morebuttonhover');
		}).bind('mouseleave',function(){
			jQuery(this).removeClass('morebuttonhover');
		});
		
		/* Wrapping selectbox */
		_this.after(replacement).appendTo(replacement);
		
		var thisListBox = replacement.find('.' + settings.className + '-list');
		var thisListBoxSize = thisListBox.find('.' + settings.className + '-item').length;
		if(thisListBoxSize > settings.listboxMaxSize)
			thisListBoxSize = settings.listboxMaxSize;
		if(thisListBoxSize == 0)
			thisListBoxSize = 1;
		thisListBoxSize *= settings.listboxSizeMultiply;
		var thisListBoxWidth = Math.round(_this.width() + 5);
		thisListBoxWidth += parseInt(_this.css('padding-left')) + parseInt(_this.css('padding-right')); 
		replacement.css('width', thisListBoxWidth + 'px');
		thisListBox.css({
			width: Math.round(thisListBoxWidth-5) + 'px',
			height: thisListBoxSize + 'em'
		});
		_this.hide();
	});
};

jQuery.fn.unselectbox = function(){
	var commonClass = 'jquery-custom-selectboxes-replaced';
	return this.each(function() {
		var selectToRemove = jQuery(this).filter('.' + commonClass);
		selectToRemove.replaceWith(selectToRemove.find('select').show());		
	});
};

/**
 * jQuery custom checkboxes
 * 
 * Copyright (c) 2008 Khavilo Dmitry (http://widowmaker.kiev.ua/checkbox/)
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * @version 1.0.0
 * @author Khavilo Dmitry
 * @mailto wm.morgun@gmail.com
**/

jQuery.fn.checkbox = function(options) {
	/* IE < 7.0 background flicker fix */
	if ( jQuery.browser.msie && (parseFloat(jQuery.browser.version) < 7) )
	{
		document.execCommand('BackgroundImageCache', false, true);	
	}
	/* Default settings */
	var settings = {
		cls: 'jquery-checkbox',  /* checkbox  */
		empty: 'empty.png',  /* checkbox  */
		appendOrginalClasses: true
	};
	
	/* Processing settings */
	settings = jQuery.extend(settings, options || {});
	
	/* Wrapping all passed elements */
	return this.each(function() 
	{
		/* Creating div for checkbox and assigning "hover" event */
		var div = jQuery('<div class="' + settings.cls + '-box"><div class="' + settings.cls + '"><div class="mark"><img src="' + settings.empty + '" /></div></div></div>').hover(
			function() { jQuery('.' + settings.cls, this).addClass(settings.cls + '-hover'); },
			function() { jQuery('.' + settings.cls, this).removeClass(settings.cls + '-hover'); }
		);
		
		/* If custom style was applied - removing it */
		if ( this._div && (oldDiv = jQuery(this._div)) )
		{
			clearInterval(this._int);
			oldDiv.replaceWith(jQuery(this));
		}		

		/* Wrapping checkbox */
		jQuery(this).after(div).css({display: 'none'}).appendTo(div);
		
		jQuery.each(jQuery(this).attr('class').split(/\s/g), function(k, v) {
			div.addClass(v);
		});
		
		/* "disabled" & "checked" state changer hook */ 
		this._div = div;
		var el = this;
		this._disabled = (this.disabled ? true : false);
		this._checked = (this.checked ? true : false);
		this._int = setInterval(function() {
			if ( el._disabled != el.disabled ) {
				el._disabled = (el.disabled ? true : false);
				if ( el.disabled )
					jQuery('.' + settings.cls, div).addClass(settings.cls + '-disabled');
				else
					jQuery('.' + settings.cls, div).removeClass(settings.cls + '-disabled');			
			}
			if ( el._checked != el.checked ) {
				el._checked = (el.checked ? true : false);
				if ( el.checked )
					div.addClass(settings.cls + '-checked');
				else
					div.removeClass(settings.cls + '-checked');
			}
		}, 10);

		/* Creating "click" event handler for checkbox wrapper*/
		jQuery(div).click(function(){
			return jQuery('input', this).click();
		});
		
		/* Disable image drag-n-drop  */
		jQuery('img', div).bind('dragstart', function () {return false;}).bind('mousedown', function () {return false;});
		
		/* Firefox div antiselection hack */
		if ( window.getSelection )
			jQuery(div).css('MozUserSelect', 'none');
		
		/* Applying checkbox state */
		if (this.checked)
			div.addClass(settings.cls + '-checked');
		if (this.disabled)
			jQuery('.' + settings.cls, div).addClass(settings.cls + '-disabled');
	});
};

/* Copyright (c) 2006 Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
 * $LastChangedDate: 2007-12-20 09:02:08 -0600 (Thu, 20 Dec 2007) $
 * $Rev: 4265 $
 *
 * Version: 3.0
 * 
 * Requires: $ 1.2.2+
 */

(function($) {

$.event.special.mousewheel = {
    setup: function() {
        var handler = $.event.special.mousewheel.handler;
        
        // Fix pageX, pageY, clientX and clientY for mozilla
        if ( $.browser.mozilla )
            $(this).bind('mousemove.mousewheel', function(event) {
                $.data(this, 'mwcursorposdata', {
                    pageX: event.pageX,
                    pageY: event.pageY,
                    clientX: event.clientX,
                    clientY: event.clientY
                });
            });
    
        if ( this.addEventListener )
            this.addEventListener( ($.browser.mozilla ? 'DOMMouseScroll' : 'mousewheel'), handler, false);
        else
            this.onmousewheel = handler;
    },
    
    teardown: function() {
        var handler = $.event.special.mousewheel.handler;
        
        $(this).unbind('mousemove.mousewheel');
        
        if ( this.removeEventListener )
            this.removeEventListener( ($.browser.mozilla ? 'DOMMouseScroll' : 'mousewheel'), handler, false);
        else
            this.onmousewheel = function(){};
        
        $.removeData(this, 'mwcursorposdata');
    },
    
    handler: function(event) {
        var args = Array.prototype.slice.call( arguments, 1 );
        
        event = $.event.fix(event || window.event);
        // Get correct pageX, pageY, clientX and clientY for mozilla
        $.extend( event, $.data(this, 'mwcursorposdata') || {} );
        var delta = 0, returnValue = true;
        
        if ( event.wheelDelta ) delta = event.wheelDelta/120;
        if ( event.detail     ) delta = -event.detail/3;
//      if ( $.browser.opera  ) delta = -event.wheelDelta;
        
        event.data  = event.data || {};
        event.type  = "mousewheel";
        
        // Add delta to the front of the arguments
        args.unshift(delta);
        // Add event to the front of the arguments
        args.unshift(event);

        return $.event.handle.apply(this, args);
    }
};

$.fn.extend({
    mousewheel: function(fn) {
        return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel");
    },
    
    unmousewheel: function(fn) {
        return this.unbind("mousewheel", fn);
    }
});

})(jQuery);

/** 
 * Copyrighted by HYPERmedia sp. z o.o.
 *
 * The code contained in this file is property or copyrighted
 * by HYPERmedia sp. z o.o. If you are not employee of this
 * company or one of our clients, please delete this file
 * and inform us as soon as possible by email:
 * kontakt@hypermedia.pl. This file may not be disclosed,
 * used or copied by anyone other than authorized people
 * mentioned before. If you wish clarification of any
 * matter, please request it by email.
 *
 * @author Krzysztof Suszyński <k.suszynski@hypermedia.pl>
 * @copyright Copyright (c) 2010, HYPERmedia
 * @package hpm.widget
 * @version $Revision: 1.17 $
 * @filesource
 */
if(typeof hpm=='undefined')var hpm={};hpm.widget=hpm.widget||{};hpm.widget.Rotator=function(o,p,q){var r={config:{previewSelector:'.wrapper',nextButtonSelector:'.next',prevButtonSelector:'.prev',listElementsSelector:'.slide li.link',contentsHtmlSelector:'.content-replace',listElementsContentSelector:'.content',sliderWrapperSelector:'.slide',sliderSelector:'.slide > ul',previewContentsSelector:'.slide > ul',listElementActiveClass:'active',indicatorWidth:96,interval:6000,startIndex:0,listSpan:3,withoutMark:false},rotaror:o,preview:p,listElements:null,interval:null,index:null,visibleLinksIndex:0,listElementWidth:0,variables:{start:14,shift:36,unit:'%',widths:{leftRightButton:null,sideMargin:null,listElem:null,internalMargin:null}}};r.config=jQuery.extend(r.config,q);var s={prepareList:function(){r.listElements=r.rotaror.find(r.config.listElementsSelector);var a=0;var b=0;var c=0;var d=0;for(var i=0;i<r.listElements.length;i++){var e=r.listElements.eq(i);e.data('index',i);var f=e.outerHeight(true);a=(a<f?f:a);c=(c<e.height()?e.height():c);b=(b<e.outerWidth(true)?e.outerWidth(true):b);d=(d<e.width()?e.width():d)}r.rotaror.css({height:a+'px'});var g=r.rotaror.find(r.config.sliderWrapperSelector);g.css({height:a+'px'});var h=r.listElements.find(r.config.listElementsContentSelector);var j=h.css('margin-bottom');j=j||'0px';j=parseInt(j.substring(0,j.length-2),10);r.listElements.css({height:c+'px'});r.listElementWidth=r.listElements.eq(0).outerWidth(true);r.listElements.find(r.config.listElementsContentSelector).css({height:(c-j-5)+'px'});var k=(b-d)/2.0;r.variables.widths.internalMargin=k;r.variables.widths.sideMargin=k;r.variables.widths.listElem=d;r.variables.widths.leftRightButton=r.rotaror.find(r.config.nextButtonSelector+', '+r.config.prevButtonSelector).outerWidth(true);if(g.width()>(r.listElements.length*b)){var l=g.width()-(r.listElements.length*b);var m=l*0.75;l=l-m;var n=(l*1.0/r.listElements.length)/2.0;r.variables.widths.internalMargin=k+n;r.variables.widths.sideMargin=k+n+m/2;r.listElements.css({marginLeft:(k+n)+'px',marginRight:(k+n)+'px'});r.listElements.slice(0,1).css({marginLeft:(k+n+m/2)+'px'});r.listElements.slice(-1).css({marginRight:(k+n+m/2)+'px'})}},__preventDevault:function(a){a.preventDefault()},preparePreviewWindow:function(){r.variables.unit='px';r.variables.start=(r.variables.widths.leftRightButton+r.variables.widths.sideMargin+r.variables.widths.listElem/2)-r.config.indicatorWidth/2;r.variables.shift=(r.variables.widths.listElem+2*r.variables.widths.internalMargin)},nextButtonEventHandler:function(a){if(r.config.withoutMark){var b=r.visibleLinksIndex+0;while(b==r.visibleLinksIndex){s.rotateNext()}}else{s.rotateNext()}return false},prevButtonEventHandler:function(a){if(r.config.withoutMark){var b=r.visibleLinksIndex+0;while(b==r.visibleLinksIndex){s.rotatePrev()}}else{s.rotatePrev()}return false},buttonEventHandler:function(a){var b=jQuery(a.currentTarget);var c=b.data('index');s.rotateTo(c);return false},bindEvents:function(){var a=r.rotaror.find(r.config.nextButtonSelector);var b=r.rotaror.find(r.config.prevButtonSelector);a.bind('click',s.nextButtonEventHandler);b.bind('click',s.prevButtonEventHandler);if(!r.config.withoutMark){r.listElements.bind('click',s.buttonEventHandler)}r.listElements.bind('dragstart',s.__preventDevault);r.listElements.bind('selectstart',s.__preventDevault);r.listElements.css('-moz-user-select','none');r.preview.add(r.rotaror).bind('mouseenter',function(){clearInterval(r.interval)}).bind('mouseleave',function(){s.startCountdown()})},indicatorOffset:function(a,b){return(r.variables.start+a*r.variables.shift)+r.variables.unit},rotatePrev:function(){s.rotateTo(r.index-1)},rotateNext:function(){s.rotateTo(r.index+1)},rotateTo:function(a,b){if(typeof b=='undefined'){b=false}var c=r.visibleLinksIndex;var d=a-c;if(b){if(!r.config.withoutMark){r.listElements.removeClass(r.config.listElementActiveClass);r.listElements.eq(a).addClass(r.config.listElementActiveClass);r.preview.css({backgroundPosition:s.indicatorOffset(d)+' 100%'})}return}if(a==r.index){return}while(a<0){a+=r.listElements.length}while(a>=r.listElements.length){a-=r.listElements.length}if(!r.config.withoutMark){r.listElements.removeClass(r.config.listElementActiveClass)}if(!(a>=r.visibleLinksIndex&&a<(r.visibleLinksIndex+r.config.listSpan))){var e=r.rotaror.find(r.config.sliderSelector);e.stop(false,true);c=r.visibleLinksIndex+(a-r.index);if(c<0){c=0}if(c>=(r.listElements.length-1)){c-=(r.config.listSpan-1)}e.animate({left:(-1*r.listElementWidth*c)+'px'},{complete:function(){if(!r.config.withoutMark){r.listElements.removeClass(r.config.listElementActiveClass);r.listElements.eq(a).addClass(r.config.listElementActiveClass)}}});r.visibleLinksIndex=c}else{if(!r.config.withoutMark){r.listElements.removeClass(r.config.listElementActiveClass);r.listElements.eq(a).addClass(r.config.listElementActiveClass)}}d=a-c;if(!r.config.withoutMark){r.preview.stop(true);r.preview.animate({backgroundPosition:s.indicatorOffset(d)+' 100%'});var f=r.preview.find(r.config.previewSelector);f.stop(true);var g=r.listElements.eq(a).find(r.config.contentsHtmlSelector).html();f.animate({opacity:0},{duration:'fast',complete:function(){f.html(g)}}).animate({opacity:100})}r.index=a},intervalHandler:function(){s.nextButtonEventHandler(null)},startCountdown:function(){clearInterval(r.interval);r.interval=setInterval(s.intervalHandler,r.config.interval)}};this.rotate=function(a){s.rotateTo(a)};this.run=function(){s.prepareList();s.preparePreviewWindow();s.bindEvents();s.rotateTo(r.index,true);s.startCountdown()};(function(a){if(r.preview.length<r.rotaror.length){r.config.withoutMark=true}r.index=r.config.startIndex})(this)};


/* BANNER ROTATOR PLUGIN
This was developed by BEACON9 (http://beacon9.ca), Kamil Kwiecień.
It is an open source jQuery plugin which is available for free download from our site.
You have our full permission to use this for whatever you want, just keep this notice at the top of the script
AND let us know how you use it. */


/*

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

*/

function imgpreload(imgs,settings)
{
	// settings = { each:Function, all:Function }
	if (settings instanceof Function) { settings = {all:settings}; }

	// use of typeof required
	// https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Operators/Special_Operators/Instanceof_Operator#Description
	if (typeof imgs == "string") { imgs = [imgs]; }

	var loaded = [];
	var t = imgs.length;
	var i = 0;

	for (i; i<t; i++)
	{
		var img = new Image();
		img.onload = function()
		{
			loaded.push(this);
			if (settings.each instanceof Function) { settings.each.call(this); }
			if (loaded.length>=t && settings.all instanceof Function) { settings.all.call(loaded); }
		};
		img.src = imgs[i];
	}
}

if (typeof jQuery != "undefined")
{
	(function($){

		// extend jquery (because i love jQuery)
		$.imgpreload = imgpreload;

		// public
		$.fn.imgpreload = function(settings)
		{
			settings = $.extend({},$.fn.imgpreload.defaults,(settings instanceof Function)?{all:settings}:settings);

			this.each(function()
			{
				var elem = this;

				imgpreload($(this).attr('src'),function()
				{
					if (settings.each instanceof Function) { settings.each.call(elem); }
				});
			});

			// declare urls and loop here (loop a second time) to prevent
			// pollution of above closure with unnecessary variables

			var urls = [];

			this.each(function()
			{
				urls.push($(this).attr('src'));
			});

			var selection = this;

			imgpreload(urls,function()
			{
				if (settings.all instanceof Function) { settings.all.call(selection); }
			});

			return this;
		};

		// public
		$.fn.imgpreload.defaults =
		{
			each: null // callback invoked when each image in a group loads
			, all: null // callback invoked when when the entire group of images has loaded
		};

	})(jQuery);
}





if(typeof hpm=='undefined')var hpm={};hpm.widget=hpm.widget||{};hpm.widget.BannerRotator=function(selector, scrollTime, pauseTime){

$(selector+" li:first").not(".innerPromo").css("display", "block");
$(selector+" li").not(".innerPromo").each(function( intIndex ){
   $(this).attr('rel', (intIndex+1));
});

var count = $(selector+" li").not(".innerPromo").size();

var i = 1;
while(i <= count){
	if(i == $(selector+" li:visible").not(".innerPromo").attr('rel')){
          $('#bannerNav').append("<a class='active' rel='"+i+"' href='#'>"+i+"</a> ");
	}
	else{
          $('#bannerNav').append("<a rel='"+i+"' href='#'>"+i+"</a> ");
	}
	i++;
}

var scroll = new hpm.widget.ScrollImages(count, selector, scrollTime, pauseTime);

}

if(typeof hpm=='undefined')var hpm={};hpm.widget=hpm.widget||{};hpm.widget.ScrollImages=function(count, selector, scrollTime, pauseTime){

$("#bannerNav a").click(function () {
  $("#bannerNav a.active").removeClass('active');
	$(this).addClass('active');

	var currentClassName = $(selector+" li:visible").not(".innerPromo").attr('rel');
	var nextClassName = $(this).attr('rel');
	var storedTimeoutID = $("#bannerNav").attr('timeoutID');

	clearTimeout(storedTimeoutID);

	if( nextClassName != currentClassName ){
	  $(selector+" li:visible").not(".innerPromo").fadeOut(scrollTime);
	  $(selector+" li[rel="+nextClassName+"]").fadeIn(scrollTime);
	}
	return false;
});

currentClass = $(selector+" li:visible").not(".innerPromo").attr('rel');
nextClass = $(selector+" li:visible").not(".innerPromo").attr('rel');
if (currentClass == count ){ nextClass=1; }
else{ nextClass++; }
var timeout = setTimeout(function(){
      $(selector+" li[rel="+currentClass+"]").not(".innerPromo").fadeOut(scrollTime)
	$("#bannerNav a.active").removeClass('active');
	$("#bannerNav a[rel="+nextClass+"]").addClass('active');
	$(selector+" li[rel="+nextClass+"]").fadeIn(scrollTime);
       var scroll = new hpm.widget.ScrollImages(count, selector, scrollTime, pauseTime);
      //QueryLoader.selectorPreload = "#bannerRotator";
      //QueryLoader.init();
}, pauseTime);

$("#bannerNav").attr('timeoutID', timeout);
$(selector+" li[rel="+currentClass+"]").not(".innerPromo").animate({opacity : 1}, scrollTime, function(){ timeout });
}

var QueryLoader = {
	/* Author: Gaya Kessler, Kamil Kwiecień
	 * URL:	   http://www.gayadesign.com */

	overlay: "",
	preloader: "",
	items: new Array(),
	doneStatus: 0,
	doneNow: 0,
	selectorPreload: "body",
	ieLoadFixTime: 2000,
	ieTimeout: "",

	init: function() {
		if (navigator.userAgent.match(/MSIE (\d+(?:\.\d+)+(?:b\d*)?)/) == "MSIE 6.0,6.0") {
			return false;
		}
	
		$(document).ready(function() {
			QueryLoader.spawnLoader();
			QueryLoader.getImages(QueryLoader.selectorPreload);
			QueryLoader.createPreloading();
		});

		QueryLoader.ieTimeout = setTimeout("QueryLoader.ieLoadFix()", QueryLoader.ieLoadFixTime);
	},

	ieLoadFix: function() {
		var ie = navigator.userAgent.match(/MSIE (\d+(?:\.\d+)+(?:b\d*)?)/);
		if (ie[0].match("MSIE")) {
			while ((100 / QueryLoader.doneStatus) * QueryLoader.doneNow < 100) {
				QueryLoader.imgCallback();
			}
		}
	},

	imgCallback: function() {
		QueryLoader.doneNow ++;
		if (QueryLoader.doneStatus == QueryLoader.doneNow) {
			QueryLoader.doneLoad();
		}
	},

	getImages: function(selector) {
		var everything = $(selector).find("*:not(script)").each(function() {
			var url = "";

			if ($(this).css("background-image") != "none") {
				var url = $(this).css("background-image");
			} else if (typeof($(this).attr("src")) != "undefined" && $(this).attr("tagName").toLowerCase() == "img") {
				var url = $(this).attr("src");
			}

			url = url.replace("url(\"", "");
			url = url.replace("url(", "");
			url = url.replace("\")", "");
			url = url.replace(")", "");

			if (url.length > 0) {
				QueryLoader.items.push(url);
			}
		});
	},

	createPreloading: function() {
		QueryLoader.preloader = $("<div></div>").appendTo(QueryLoader.selectorPreload);
		$(QueryLoader.preloader).css({
			height: 	"0px",
			width:		"0px",
			overflow:	"hidden"
		});

		var length = QueryLoader.items.length;
		QueryLoader.doneStatus = length;

		for (var i = 0; i < length; i++) {
			var imgLoad = $("<img></img>");
			$(imgLoad).attr("src", QueryLoader.items[i]);
			$(imgLoad).unbind("load");
			$(imgLoad).bind("load", function() {
				QueryLoader.imgCallback();
			});
			$(imgLoad).appendTo($(QueryLoader.preloader));
		}
	},

	spawnLoader: function() {

      $(QueryLoader.overlay).remove();
		
		var height = $(QueryLoader.selectorPreload).outerHeight();
		var width = $(QueryLoader.selectorPreload).outerWidth();
		var position = "absolute";
		
		var left = $(QueryLoader.selectorPreload).offset()['left'];
		var top = $(QueryLoader.selectorPreload).offset()['top'];

		QueryLoader.overlay = $('<div><img src="/image/common/loader.gif" class="centerImg" /></div>').appendTo($(QueryLoader.selectorPreload));
		$(QueryLoader.overlay).addClass("QOverlay");
		$(QueryLoader.overlay).css({
			position: position,
			top: top,
			left: left,
			width: width + "px",
			height: height + "px"
		});

	},

	doneLoad: function() {
		clearTimeout(QueryLoader.ieTimeout);

		$(QueryLoader.overlay).fadeOut(1600);
		$(QueryLoader.preloader).remove();
	}
}

/* - script/engine.js - */
// /portal_javascripts/script/engine.js?original=1
jQuery.fn.center=function(a){return this.each(function(){var b=jQuery(this);b.css({position:a?"absolute":"fixed",left:"50%",top:"50%",zIndex:"99"}).css({marginLeft:"-"+(b.outerWidth()/2)+"px",marginTop:"-"+(b.outerHeight()/2)+"px"});if(a){b.css({marginTop:parseInt(b.css("marginTop"),10)+jQuery(window).scrollTop(),marginLeft:parseInt(b.css("marginLeft"),10)+jQuery(window).scrollLeft()})}})};jQuery.fn.validate=function(c){var c=c;var d='<div class="form-error-picker"><div class="form-error-content"><div class="error-open"></div><div class="error-body"></div><div class="error-close"></div></div></div>';$.fn.validate.format=function(a){return a};$.fn.validate.syntax=function(a,b){switch(b.type){case "email":reg=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;return reg.test(a);case "string":reg=/^[a-zA-ZąćęłńóśźżĄĆĘŁŃÓŚŹŻ\-\._ ]{2,32}$/;return reg.test(a);case "texblock":reg=/^[\s\S]{2,}$/;return reg.test(a);case "regex":return b.regex.test(a)}};$.fn.validate.check=function(h,e){var groupNameForCheckbox=function(name){if(/\[\d*\]$/.test(name)){return name.match(/^(.+)\[\d*\]$/)[1]}
return name};var element=$(e.target);var i=(element.attr("required")==='true'||element.attr("required")===true);var a=element.attr("standard");var b={status:true};if(i==true){var requiredFailed=false;if(element.is('input[type=checkbox]')){var groupName=groupNameForCheckbox(element.attr('name'));var form=element.parents('form');var checkboxes=form.find('input[name^='+groupName+']');if(checkboxes.filter(':checked').length==0){requiredFailed=true}}
if(element.is('input[type=radio]')){var groupName=element.attr('name');var form=element.parents('form');var radios=form.find('input[name^='+groupName+']');if(radios.filter(':checked').length!=1){requiredFailed=true}}
if(h===""||h===a||requiredFailed){var message="Pole wymagane, nie może być puste.";if(typeof e.requiredError!='undefined'){message=e.requiredError}
return{status:false,message:message}}}
if(!(h===""||h===a)&&typeof e.rules==="object"){for(var i=0;i<e.rules.length;i++){var rule=e.rules[i];var b=$.fn.validate.syntax(h,rule)?b:{status:false,message:rule.message};if(!b.status)
break}
return b}
return b};$.fn.validate.proces=function(b,e){var thisField=$(e.target);var connectValidatedTrue=false;if(e.connect){var connectedField=$(e.connect.target);var validated=connectedField.attr('validated');connectValidatedTrue=(validated===true||validated==='true')&&thisField.val()===e.value}
var validate=$.fn.validate.check(b,e);thisField.attr('validated',validate.status);var a=$(e.target).parents(".row");if(validate.status||connectValidatedTrue){if(e.connect){connectedField.removeClass("error").parents(".row").removeClass("error-control").find(".form-error-picker").remove()}
a.removeClass("error-control").find(e.target).each(function(){$(this).removeClass("error");if($(this).hasClass("form-textarea")){$(this).parent().removeClass("error")}});thisField.parents(".row").find(".form-error-picker").remove()} else{a.addClass("error-control").find(e.target).addClass("error").each(function(){if($(this).hasClass("form-textarea")){$(this).parent().addClass("error")}});target=$(d).find(".error-body");var message=validate.message;if($(a).find(".error-body").length==0){$(d).appendTo(a).find(".error-body").html(message)} else{$(a).find(".error-body").empty().html(message)}}};$.fn.validate.select=function(b){var f=$("[name='"+b+"']").find("option:selected").val();var a=$("[name='"+b+"']").parents(".row").find(".selected");var g=$("[name='"+b+"']").parents(".row");if(f==0){a.addClass("error");g.addClass("error-control");if($(g).find(".error-body").length==0){$(d).appendTo(g).find(".error-body").html("Pole wymagane, musisz wybrać jedną opcję z listy.")} else{$(g).find(".error-body").empty().html("Pole wymagane, musisz wybrać jedną opcję z listy.")}} else{a.removeClass("error");$(g).removeClass("error-control").find(".form-error-picker").remove()}};return this.each(function(){var element=$(this);var e=element.attr("required");if(!(e)){if(c.required){element.attr("required","true")}}
var a=element.attr("standard");if(!(a)){element.attr("standard",c.value)}
this.value=this.value.length==0?c.value:this.value;element.data("text",$.trim(this.value));if(c.tag&&$(c.tag).is("select")){} else{element.unbind('focus');element.unbind('blur');element.focus(function(){value=$.trim(this.value);a=$(this).attr("standard");this.value=value===a?"":value}).blur(function(){value=$.trim(this.value);a=$(this).attr("standard");$(this).removeAttr("validated");this.value=value.length==0?a:value;$.fn.validate.proces(this.value,c)})}
element.parents("form").each(function(){var jform=$(this);jform.submit(function(){element.trigger('blur');return false})})})};jQuery.fn.DefaultValue=function(b){return this.each(function(){if(this.type!="text"&&this.type!="password"&&this.type!="textarea"){return}var a=this;if(this.value==""){this.value=b}else{return}$(this).unbind("focus").bind("focus",function(){if(this.value==b||this.value==""){this.value=""}});$(this).unbind("blur").bind("blur",function(){if(this.value==b||this.value==""){this.value=b}});$(this).parents("form").each(function(){$(this).submit(function(){if(a.value==b){a.value=""}})})})};
function in_array(e,d,c){var b="",a=!!c;if(a){for(b in d){if(d[b]===e){return true}}}else{if(typeof(e)=="string"){str=d.toString();return(str.search(e)!==false)}for(b in d){if(d[b]==e){return true}}}return false}
var interval=false;var time=0;var timeEmpty=0;var timeWrite=0;var action=true;var searchAddress='public/search.data';var message={closeDefault:'Zobacz wszystkie wyniki wyszukiwania',closeEmptyRequest:'Podana fraza nie została odnaleziona. Spróbuj zmodyfikować swoje zapytanie.',searchError:'Podczas wyszukiwania wystąpił błąd. Spróbuj ponownie.',searchWorking:'Trwa wyszukiwanie'}
var previousPage,currentPage=0;var preventDuplicate=false;var margin=0;var loader={cachable:false,cache:[],pages:['Inteligo','konto','kredyty','oszczednosci_i_inwestycje','doladowania','ubezpieczenia','place_z_inteligo'],icon:false,parse: function(hash){h=hash.replace(/\/$|^http?:\/\/.*\//g,'');h=h.split('/');if(h=='')
return 'Inteligo';h=h[h.length-1];h=h.replace('.html','');return h},start: function(){loader.icon=$('<div id="loader"></div>');previousPage=$('#navi ul').index($('#navi ul .active').parent());path=loader.parse(document.location.pathname);if(in_array(path,loader.pages,true)){$('#main > *').not('.mask-bottom').not('.all-products').wrapAll('<div class="inner-page"><div class="page-loaded"></div></div>');loader.icon.appendTo('#main');$.historyInit(loader.proces,loader.pages[0]+".html");$("#navi li a").click(function(){clearInterval(interval);interval=false;if(preventDuplicate)
return false;var hash=loader.parse(this.href);$(this).parent().addClass('active').siblings('li').removeClass('active');currentPage=$('#navi ul li').index($(this).parent());$.historyLoad(hash);return false})}},content: function(hash,content){$content=$(content);var link=typeof $content[1]=='object'?$content[1].text:false;var gemius_traffic_script=typeof $content[2]=='object'?$($content[2]).html():false;var title=typeof $content[3]=='object'?$($content[3]).text():false;type=$content.attr('class');$content=$($content[0]).find('> *').not('.mask-bottom');data={'name':hash,'data':$content,'type':type,'link':link,'gemius_traffic_script':gemius_traffic_script,'title':title};loader.cache.push(data);return data},proces: function(hash){var indicator=currentPage>previousPage?-1:1;var position=currentPage>previousPage?'top':'bottom';if(hash&&in_array(hash,loader.pages,true)){preventDuplicate=true;if($.browser.msie){hash=encodeURIComponent(hash)}
margin=(indicator *($('#main').width()))+'px';$('.inner-page').addClass('animated').height($('.inner-page').height());$('.inner-page').append('<div class="page-next"></div>');$('.page-loaded').addClass('page-prev');$('.page-next').css({'right':margin});$('.page-prev').animate({'left':margin},600, function(){loader.icon.show();var load=false;for(i in loader.cache){if(loader.cache[i].name==hash){load=loader.cache[i]}}
if(load){loader.cachable=false;$('.next-page .inner-page').html(load);loader.rotate(load,hash)} else{loader.cachable=true;$.get('/ajax/'+hash+".html", function(response){data=loader.content(hash,response);loader.rotate(data,hash)},'html')}
previousPage=currentPage})} else{}},actions: function(){Cufon.replace('.product-page .rollback span, .section-head h3, .head h3, #side > dl > dt, h2, .cavas-s, .preview h3, .product-page h3 span, .product-page h3 em, .product-list h3, .product-list > dt, .listing h4',{fontFamily:'Helvetica Neue'});engine.expands();common.hover(hoverOption);engine.erotate();engine.rotate()},rotate: function(data,hash){if(data.link){$('#side .ico.i-bulb a').addClass('fixed').attr('href',data.link)}
$('.page-next').html(data.data.clone(false));if(data.gemius_traffic_script){$('div#gemius_traffic_script').html(data.gemius_traffic_script)}
if(data.title){document.title=data.title}
$('.inner-page').height($('.page-next').height());id=hash==loader.pages[0]?'wide':'';if(id=='wide'){$('#side .promotion').hide()} else{$('#side .promotion').not(':visible').show()}
$('#main').attr('class',data.type);$('body').attr('id',id);$('.page-prev').remove();loader.actions();$('.page-next').animate({'right':0},900, function(){$(this).removeClass('page-next').addClass('page-loaded');$('.inner-page').removeClass('animated').height('auto');preventDuplicate=false});loader.icon.hide()}}
var search={animation:$.browser.msie?0:300,start: function(){this.construct();this.proced()},construct: function(){var $liveSearch=$(document.createElement('div'));$liveSearch.attr('id','livesearch');var field=$(document.createElement('div')).attr('class','field').appendTo($liveSearch);var action=$(document.createElement('div')).attr('class','action').appendTo($liveSearch);var items=$(document.createElement('dl')).attr('class','items').appendTo($liveSearch);var border=$(document.createElement('div')).attr('class','close').appendTo($liveSearch);var loading=$(document.createElement('div')).attr('class','loading').appendTo('#search form');var proces=$('<a href="search"></a>').text(message.closeDefault).appendTo(border);$liveSearch.appendTo('#search form > div')},proced: function(){var $livesearch=$('#livesearch');var $liveclose=$('#liveclose');var tmpQuery=null;var $loading=$('#search .loading');
function messageStatus(data){var $target=$('#livesearch .close');$target.empty();var proces=false;if(data&&data!='closeDefault'){data=eval('message.'+data);proces=$(document.createElement('span')).text(data)} else{proces=$(document.createElement('a')).attr('href','#search').text(message.closeDefault);proces.appendTo($target);process_upper=proces.clone();process_upper.appendTo('#livesearch .items').wrap('<dd class="results"></dd>');return false}
proces.appendTo($target);return false}
function clickStatus(){var close=true;$(this).parents().map(function(){return this.id}).each(function(e){if(this=='search'){close=false}});if(close==true){closeSearch()}
return close}
function suspendSearch(){if($livesearch.not(':visible')){$('#query').attr('value','');$livesearch.find('.items').empty()}}
function openSearch(){$('body').addClass('livesearch');$livesearch.not(':visible').fadeIn(search.animation, function(){$('*').bind('click',clickStatus);$('#search .action').unbind().bind('click', function(){suspendSearch();closeSearch()});$("#livesearch .items dd a").unbind().click(function(){document.location.href=$(this).find('a').attr('href')})}).attr('visible',true);$('#search input[type=image]').hide()}
function closeSearch(){$('*').unbind('click',clickStatus);$('body').removeClass('livesearch');$livesearch.fadeOut(search.animation).attr('visible',false);$('#search .action').unbind('click',suspendSearch);$('#search input[type=image]').show()}
$('#query').focus(function(){if($livesearch.not(':visible')&&$('#query').val().length>0){openSearch()}});
function submitForm(){document.location.href='/search?SearchableText='+$('#query').val()}
function emptyRequest(response){timeEmpty=setTimeout( function(){$livesearch.find('.items').empty();$loading.hide();if(response){messageStatus(response)}},300)}
$('#query').bind('keyup', function(e){var query=$('#query').val();if(e.keyCode===39||e.keyCode===37){return false}
if(query.length==0){emptyRequest('closeDefault');return false}
if(e.keyCode===13){submitForm()}
if(query===tmpQuery){$loading.hide();return false}
clearTimeout(time);$loading.show();messageStatus('searchWorking');var per_page=$('#per_page').val();if(!per_page){per_page=8}
time=setTimeout( function(){$.ajax({url:searchAddress,data:"search="+query+'&amp;per_page='+parseInt(per_page,10),dataType:"json",success: function(data){emptyRequest('closeDefault');if(data[0].number_of_results>0){$.each(data, function(i,item){timeWrite=setTimeout( function(){search.parse(item)},300)})} else{emptyRequest('closeEmptyRequest')}
setTimeout(function(){$('#search .results a, #search .close a').unbind().bind('click',submitForm)},300)},complete: function(request,status){switch(status){case 'parsererror':{emptyRequest('closeEmptyRequest');break}
case 'error':{emptyRequest('searchError');break}}}})},600);tmpQuery=query;openSearch();return false})},parse: function(data){var $dt=$(document.createElement('dt'));var $dd=$(document.createElement('dd'));var items=$('#livesearch .items');switch(data.type){case 'group':{$text=$('<span></span>').text(data.title);$dt.prepend($text).appendTo(items);break}
case 'items':{$href=$('<a></a>').attr('href',data.src);$href.text(data.text);$title=$('<strong></strong>').text(data.title).prependTo($href);$image=$('<span class="image"></span>').prependTo($href);$img=$('<img alt="" />').attr('src',data.image).appendTo($image);if(data.image.search('icon_image_small')!=-1){$img.attr('class','promotion-icon')}
$dd.prepend($href).appendTo(items).fadeIn();break}}
$dd.unbind().bind('click', function(){document.location.href=$(this).find('a').attr('href')})}}
var common={hover: function(option){$(option.target).hover(function(){$(this).find('.hover').stop(true).animate({'opacity':'1'},'fast')},function(){$(this).find('.hover').stop(true).animate({'opacity':'0'},'slow')});$('.slider .slide .hover').unbind('click').click(function(){document.location.href=$(this).find('a').attr('href')})},tables: function(){$('.product-page table, .faq-answers-list table').not('.tooltip table').each(function(i,e){caption=$(e).find('caption')
if(caption.length>0){$(e).before('<p class="table-title">'+caption.html()+'</p>');caption.remove()}
$('thead td:first',e).addClass('first');$('thead td:last',e).addClass('last');$('thead th:first',e).addClass('first');$('thead th:last',e).addClass('last');$('tbody tr:first',e).addClass('first');$('tbody tr:last',e).addClass('last');$('tfoot td:first',e).addClass('first');$('tfoot td:last',e).addClass('last');$('tbody tr:odd',e).addClass('odd');var nobr=1;$('tbody tr',e).each(function(i,e){row=$('td:first',e).attr('rowspan');nobr=(row>1)?row:nobr;if(nobr&&nobr>0){if(!(row==1)){$('td:first',e).addClass('first')}
if(row==1&&i==0){$('td:first',e).addClass('first')}--nobr} else{$('td:first',e).addClass('first')}
$('td:last',e).addClass('last')});var nobr=0;$('tbody tr',e).each(function(i,e){row=$('td:last',e).attr('rowspan');size=$('td',e).size();nobr=(row>1)?row:nobr;if(nobr&&nobr>0){if(nobr>0&&(!(nobr==row)||nobr==1))
$('td:last',e).removeClass('last');--nobr}})});$('.product-page table, .faq-answers-list table').not('.tooltip table').wrap('<div class="table-wrap"></div>').after('<div class="table-mask-top"></div><div class="table-mask-bottom"></div>')},links: function(option){$(option.target).click(function(){var href=$(this).find('a').attr('href');if(href!=undefined){window.location.href=href}})},slide: function(options){$(options.container).find('.coiled').parent().siblings(options.slide).hide();$(options.container).find(options.control).unbind().click(function(){control=$(this);control.toggleClass('coiled');slide=control.parents(options.container).find(options.slide);if(slide.is(':visible')){control.find('span').html('Rozwiń');slide.slideUp()} else{control.find('span').html('Zwiń');slide.slideDown()}
return false})},fixlist: function(){$('.faq-answers-list .entry').each(function(i,e){var c=i<9?'0'+(i+1):i+1 ;$(e).find('div').eq(0).append('<em>'+c+'</em>')})},fixorderlist: function(options){$(options.target).each(function(i,a){$('> li',a).each(function(i,b){var ii=i<9?'0'+(i+1):i+1 ;$(b).append('<span class="count">'+ii+'</span>');$('> ol > li',b).each(function(ci,c){$('> .count',b).remove();var ii=i<9?'0'+i:i;$(c).append('<span class="count">'+ii+'.'+(ci+1)+'</span>')})})})},fixresults: function(){$('table.places-results').each(function(i,e){$('thead tr > *',e).filter(':first').addClass('first');$('thead tr > *',e).filter(':last').addClass('last')})}}
var engine={start: function(){this.expands();this.rotate();this.erotate();this.products()},rotate: function(){if($('.access .body ul.slider').not('.hpm-rotator').length==0){return false}
elem_rotator=$('.access .body');elem_pager=elem_rotator.siblings('.head').find('li');elem_rotator_wrapper=$('.slide ul',elem_rotator);elem_rotator_next=$('.next',elem_rotator);elem_rotator_prev=$('.prev',elem_rotator);elem_li_width=$('.access .slide li:first').width()+2;elem_li_count=$('.access .slide li').length;elem_content=elem_rotator_wrapper.find('li').clone(true);elem_rotator_wrapper.width(elem_li_width * elem_li_count);var c=1;var count=(document.getElementById('error-page'))?5:3;var elem_page=0;var page=0;var current=0;var current_page=0;var elem_page_max=Math.ceil(elem_li_count/count)-1;
function rotator_update(){current_page=(current>0)?Math.floor(current/3):0;if(current_page>elem_page_max)
current_page=0;common.hover(hoverOption);elem_rotator_wrapper.width(elem_li_width * $('.access .slide li').length);elem_rotator_wrapper.animate({'left':-c* elem_page * elem_li_width},'slow');elem_pager.removeClass('active').eq(current_page).addClass('active')}
elem_rotator_next.click(function(){++elem_page;++current;if(++page==3){page=0;elem_rotator_wrapper.append(elem_content.clone())}
rotator_update();return false});elem_rotator_prev.click(function(){--elem_page;--current;if(--page==-1){page=2;elem_page=elem_page==-1?2:elem_page;elem_rotator_wrapper.prepend(elem_content.clone())}
rotator_update();return false});elem_pager.click(function(){elem_page=elem_pager.index(this);elem_page=(elem_page * count);current=elem_page;rotator_update();return false})},erotate: function(){if($('.elem-rotator').not('.hpm-rotator').length==0){return false}
var max=0;var margin=38;var elem_rotator=$('.elem-rotator').not('.hpm-rotator');elem_rotator.find('.slide li').each(function(i,e){max=$(e).height()>max?$(e).height():max}).find('.content').css({height:max-16+'px'}).parents('.slide').css({height:max+margin+'px'}).parents('.elem-rotator').css({height:max+margin+'px'});var first_run=true;var first=false,last=false;var elem_preview=elem_rotator.siblings('.preview');var elem_preview_wrap=$('.wrapper',elem_preview);var elem_rotator_wrapper=$('ul:first',elem_rotator);var elem_rotator_next=$('.next',elem_rotator);var elem_rotator_prev=$('.prev',elem_rotator);var elem_li=$('li',elem_rotator);var elem_li_width=208;var elem_li_count=elem_li.length;elem_rotator_wrapper.width(elem_li_width *(elem_li_count+6));var elem_page=0;elem_pager=elem_rotator.siblings('.pager');elem_pager.empty();var elem_page_max=Math.ceil(elem_li_count/3)-1;var count=Math.ceil(elem_li_count/3);if(count>1){for(i=0;i<count;i++){c=i<9?'0'+(i+1):i+1 ;$(elem_pager).append('<li><a href="#">'+c+'</a></li>')}}
elem_pager=elem_rotator.siblings('.pager').find('li');elem_pager.eq(0).addClass('active');var elem=0;var elem_max=elem_li_count-1;var three=elem_li_count>=3?3:elem_li_count;var first_three=elem_li.filter(':lt('+three+')').clone(true).removeClass('active');if(three==2){last_three=first_three.clone(true)} else{last_three=elem_li.filter(':gt('+(elem_max-2)+')').clone(true).removeClass('active')}
elem_preview_wrap.html(elem_li.eq(elem).addClass('active').find('.content-replace').html());var three_size=last_three.length;elem_rotator_wrapper.css('left',-1 * elem_li_width+'px').append(first_three).prepend(last_three);
function rotator_big_update(){mod=false;elem_page=(elem>0)?Math.floor(elem/3):0;elem_preview_wrap.fadeOut();elem_li.removeClass('active');if(first) mod=elem_li_count;if(last) mod=-1 * elem_li_count;elem_rotator_wrapper.animate({'left':-1 *(elem+mod) * elem_li_width-1 * elem_li_width},'slow', function(){if(mod){elem_rotator_wrapper.css({'left':-1 * elem * elem_li_width-1 * elem_li_width+'px'})}
first_run=false;elem_preview_wrap.html(elem_li.eq(elem).addClass('active').find('.content-replace').html()).fadeIn();Cufon(document.getElementsByTagName('h3')[0])});elem_pager.removeClass('active').eq(elem_page).addClass('active');first=false;last=false}
function startInterval(){interval=setInterval(function(){if(++elem>elem_max){elem=0;first=true}
rotator_big_update()},6500)}
startInterval();$('.elem-rotator li, .elem-content-listing .wrapper').unbind('hover').hover(function(){clearInterval(interval)}, function(){startInterval()});$('.elem-rotator li').unbind('click').click(function(){clearInterval(interval);elem=elem_li.index(this);index_check=$('.elem-rotator li').index(this);if(index_check<3){elem=index_check-1;elem_rotator_prev.trigger('click');return false} else if(index_check>=$('.elem-rotator li').length-three){elem=elem_max;elem_rotator_next.trigger('click');return false}
rotator_big_update();return false});elem_rotator_next.unbind().click(function(){clearInterval(interval);if(++elem>elem_max){elem=0;first=true}
rotator_big_update();return false});elem_rotator_prev.unbind().click(function(){clearInterval(interval);if(--elem<0){elem=elem_max;last=true}
rotator_big_update();return false});elem_pager.unbind().click(function(){clearInterval(interval);elem_page=elem_pager.index(this);elem_li.removeClass('active');elem_pager.removeClass('active').eq(elem_page).addClass('active');elem_preview_wrap.fadeOut();elem=elem_page * 3;elem_rotator_wrapper.animate({'left':(-3* elem_page * elem_li_width-((three_size)* elem_li_width))+elem_li_width},'fast',function(){elem_preview_wrap.html(elem_li.eq((elem_page) * 3).addClass('active').find('.content-replace').html());elem_preview_wrap.fadeIn();Cufon(document.getElementsByTagName('h3')[0])});return false})},expands: function(){if($('.product-list').length==0){return false}
$('.product-list dd').not('.carton-ready').not('.column').find('>div').addClass('layer-close').wrap('<div class="layer-open"></div>');movable=true;$('.product-list .carton-ready').each(function(){$(this).contents().wrapAll('<div class="carton"></div>').wrapAll('<div class="wrap"></div>').find('.icon').parent().addClass('head');var t=$(this);var e=$(this).find('a.collapse');var c=$(this).find('.head p, .head h3, .head .collapse').not('.buttons');var b=$(this).find('.all-in-column .body');var m=t.find('.head .collapse');var cufon=$(this).find('h3');c.css({'cursor':'pointer'}).unbind().click(function(){if(b.hasClass('.visible')){b.slideUp(360, function(){m.html('Rozwiń');b.removeClass('visible');Cufon(cufon);t.removeClass('collapsed');m.removeClass('collapsed')});b.find('.hide').remove()} else{t.addClass('hover');t.addClass('collapsed');Cufon(cufon);movable=false;b.slideDown(360, function(){var p={'bottom':$(t).offset().top+$(t).height(),'window':$(window).height()}
if(($(window).scrollTop()+p.window)<p.bottom){$.scrollTo((p.bottom-p.window)+6+'px',120)}
movable=true;m.width(m.width());m.html('Zwiń');var h=$('<p class="hide-button"><a>zwiń</a></p>');b.addClass('visible');b.append(h);m.addClass('collapsed');h.unbind().click(function(){b.slideUp(360, function(){m.html('Rozwiń');b.removeClass('visible');t.removeClass('collapsed');t.removeClass('hover')
m.removeClass('collapsed');Cufon(cufon)});h.remove()})})}
return false})});$('.product-list > dd').unbind().hover(
function(c){if(movable){$(this).addClass('hover');Cufon($(this).find('h3'))}}, function(c){if(movable){$(this).removeClass('hover');Cufon($(this).find('h3'))}});$('#main .all-in-column dl').each(function(i,e){var parent=$(this);var height=$(this).height();var tempHeight=0;$('dd',e).each(function(i,e){var innerHeight=$(e).height();if(innerHeight>height&&innerHeight>tempHeight){parent.height($(e).height());tempHeight=innerHeight}
$(e).css({'marginTop':-(innerHeight/2)+'px'})});$('dd',e).not(':first').hide();$('dt:first a',e).addClass('active')});$('.product-list .carton-ready .body').hide();$('.all-in-column dt a').hover(function(){$(this).parent().siblings('dt').find('.active').removeClass('active');$(this).parent().siblings('dd').hide();e=$(this).parent().next()
e.show();$(e).css({'marginTop':-($(e).height()/2)+'px'});$(this).addClass('active')});$('.product-list dd:not(.carton-ready) div p, .product-list dd:not(.carton-ready) h3, .all-in-column dd').not('.buttons').each(function(){$(this).css({'cursor':'pointer'});$(this).click(function(){target=$(this).parents('dd').find('.buttons .more').attr('href');if(target)
document.location.href=$(this).parents('dd').find('.more').attr('href');else
return false})});var max=0;$('.login-page .carton-double .content p').each(function(){max=$(this).height()>max?$(this).height():max}).height(max)},products: function(){var container=$('.all-products');var inner=$('#main > .inner-page');container.css({'display':'block'});var h,p=0;var c=$('.all-products .content dl > *');$('.all-products dl > *').addClass('visible');var list=[];var content=[];$('.all-products .content dl > *').each(function(i,e){h=e.tagName=='DT'?$(e).height()+15:$(e).height();list.push({'element':$(e).clone(true),'height':h})});h=0;var b=[];var l=0;$.each(list, function(i,e){h+=e.height;b.push(e.element);if(h>=392){content.push(b);b=[];h=0;l=i}});content.push(b);$('.all-products dl').remove();var wrap=$('.all-products .content');$.each(content, function(i,e){wrap.append('<dl> </dl>');$.each(e, function(j,f){wrap.find('dl:eq('+i+')').append(f)})});
function productsCloseListener(){var close=true;$(this).parents().map(function(){return this.className}).each(function(e){if(this=='all-products active'){close=false}});if(close==true){productsClose()}
else{return close}}
function productsClose(){containerArrow.stop().animate({'opacity':'0'},'fast');containerClose.stop().animate({'opacity':'0'},'fast',function(){$('#main').css('overflow','hidden');container.removeClass('active').stop().animate({'right':right},'slow');inner.removeClass('relative')});$('*').unbind('click',productsCloseListener)}
$('.all-products .content dl dd:first-child').addClass('first');$('#side .show-all-products').append('<span class="arrow"></span>');var containerClose=container.find('.close');var containerArrow=$('#side .show-all-products .arrow');var right=-((container.find('dl').size()) * 204)-55+'px';container.appendTo($('#main'));$('.show-all-products').unbind().click(function(){if(container.hasClass('active')){productsClose()} else{containerArrow.stop().animate({'opacity':'1'},'fast');container.addClass('active').stop().animate({'right':'0px'},'slow', function(){$('#main').css('overflow','visible');containerClose.stop().animate({'opacity':'1'},'fast');inner.addClass('relative')});$('.show-all-products, .all-products .close').unbind('click',productsCloseListener);$('.all-products dd a').unbind().click(function(){document.location.href=$(this).attr('href')});$("#livesearch .items dd a").unbind('click',productsCloseListener)}
return false});containerClose.find('a').click(function(){containerClose.stop().animate({'opacity':'0'},'fast',function(){$('#main').css('overflow','hidden');container.removeClass('active').stop().animate({'right':right},'slow');inner.removeClass('relative')})
return false})},faq: function(){if($('.faq-topics-list dl').length>0){var max=$('.faq-topics-list dl').height();max=parseInt(max/ 3) - 14; // 14 defualt height of one line element
var col=0;var ind=0;var pul={0:[],1:[],2:[]};$('.faq-topics-list dl > *').each(function(i,e){col+=$(e).height();pul[ind].push($(e).clone(false));if(col>=max){col=0;ind++}});var cnt=$('.faq-topics-list dl').parent();$('.faq-topics-list dl').remove();for(i in pul){var t=$('<dl></dl>').appendTo(cnt);for(ii in pul[i]){t.append(pul[i][ii])}}}}};var flex={open: function(e){var address=$(e).attr('href');$.get(address, function(content){$('#site').append(content);$('#site').append('<div id="flex-overlay"></div>');$('#flex-overlay').css({'width':$(document).width(),'height':$(document).height()}).animate({opacity:0.3},200, function(){$('#flex').fadeIn(300,flex.bind).center();var max=$(window).height()>664?600:$(window).height()-64;if($('#flex').height()>max){$('#flex .body').css({'padding':'12px'}).wrapInner('<div class="scroll-container"></div>').find('.scroll-container').height(max).jScrollPane({showArrows:true,scrollbarWidth:20,arrowSize:21,dragMaxHeight:50,dragMinHeight:50,scrollbarMargin:12});$('#flex').center()}})})},bind: function(){$('#flex-overlay').click(flex.hide);$('#flex .head').click(flex.hide)},watch: function(){var close=true;$(this).parents().map(function(){return this.id}).each(function(e){if(this=='flex'){close=false}});if(close==true){hide.close()}},hide: function(){$('#flex').fadeOut(200, function(){$(this).remove();$('#flex-overlay').animate({opacity:0},100, function(){$('#flex-overlay').unbind('click',flex.hide);$('#flex .head').unbind('click',flex.hide);$(this).remove()})});return false}}
var display={close: function(){$('#window-layer').fadeOut('120', function(){return false});$('body *').unbind('click',display.watcher);return false},watcher: function(){var close=true;$(this).parents().map(function(){return this.id}).each(function(e){if(this=='window-layer'){close=false}});if(close==true){display.close()}},layer: function(content,success){var values={'height':$('body').height(),'width':$('body').width()};$('#window-layer').fadeIn(260, function(){$('#window-layer .corner').click(display.close);if(typeof success=='function') success()}).center();return false},tooltip: function(){if($('.tooltip').size()>0){var time=0;
function hide(element,animation){element.fadeOut(animation/2, function(){element.css({'visibility':'hidden'})
element.find('.tool-content').empty()})};var animation=$.browser.msie?0:300;var tip=$('<div id="tooltip"><div class="tool-open"></div><div class="tool-content"></div><div class="tool-close"></div></div>');tip.appendTo('#main');var o=$('#main').offset();$('.tooltip').hover(function(e){clearTimeout(time);toggle=$(this).hasClass('tooltip-wide');margin=toggle?150:0;tip.toggleClass('tooltip-wide',toggle);p=$(this).offset();s={'bottom':($(document).height()-p.top)-285,'left':p.left-o.left-($(this).width()/2)-margin};if($(this).parents('#form-contact').length>0){if(!$(this).parents().hasClass('error-control')){if($.browser.msie){tip.css({'bottom':'176px','right':'76px'})} else{tip.css({'bottom':'166px','right':'76px'})}} if($(this).parents().hasClass('error-control')){if($.browser.msie){tip.css({'bottom':'202px','right':'76px'})} else{tip.css({'bottom':'192px','right':'76px'})}}} else{tip.css({'bottom':s.bottom,'left':s.left})};tip.find('.tool-content').empty().html($(this).find('.tooltip-content').html());tip.fadeIn(animation).css({'visibility':'visible'})}, function(){var remove=true;$('#tooltip').hover(function(){remove=false}, function(){clearTimeout(time);hide(tip,animation)});time=setTimeout(function(){if(remove){hide(tip,animation)}},600)})}}};var forms={start: function(){this.checkbox();this.select();this.radio();this.newradio();this.validate();$("#form-login-password").DefaultValue('Hasło WWW');$("#form-login-username").DefaultValue('Identyfikator');setInterval(this.formObserve,300)},formObserve: function(){if(typeof forms.replacedCheckboxes=='undefined'){forms.replacedCheckboxes=$('.form-checkbox input[type=checkbox]')}
forms.replacedCheckboxes.each(function(index,domElement){var target=$(domElement);if(target.hasClass('error')){target.parent().addClass('error')} else{target.parent().removeClass('error')}
if(target.is(':checked')){target.parent().addClass('selected');target.attr('checked',true)} else{target.parent().removeClass('selected')}})},checkbox: function(){$('input.form-checkbox').each(function(i,e){var elem=$(e);elem.wrap('<div class="form-checkbox"></div>');if(e.checked==true)
elem.parent().addClass('selected')});
function check(target){if(target.is(':checked')){target.removeAttr('checked');target.parent().removeClass('selected')} else{target.attr('checked',true);target.parent().addClass('selected')}
target.trigger('blur');return false}
$('div.form-checkbox').click(function(){check($(this).find('input'))});$('div.form-checkbox').siblings('label').click(function(){check($('input#'+$(this).attr('for')))})},radio: function(){$('input.form-radio').each(function(i,e){var elem=$(e);elem.wrap('<div class="form-radio"></div>');if(e.checked==true)
elem.parent().addClass('selected')});
function check(target){name=target.attr('name');if(!target.is(':checked')){$("input.form-radio[name='"+name+"']").each(function(i,e){if(e.checked)
$(e).removeAttr('checked').parent().removeClass('selected')});target.attr('checked',true).parent().addClass('selected')}
return false}
$('div.form-radio').click(function(){check($(this).find('input'));return false});$('div.form-radio').siblings('label').click(function(){check($('input#'+$(this).attr('for')));return false})},newradio: function(){var newLabel=$('#form-contact .new-radio');var selectLi=$('#form-contact .form-select-over ul li');var selectLiActive=$('#form-contact .form-select-over ul li:eq(2)');selectLiActive.find('a').click(function(){newLabel.css('visibility','visible')});selectLi.not(selectLiActive).find('a').click(function(){newLabel.css('visibility','hidden');newLabel.find('.form-radio').removeClass('selected');$('#form-contact .radio-group label:eq(0) .form-radio').click()});var allRadio=$('#form-contact .form-radio');var noanswerRadio=newLabel.find('.form-radio');var allStars=$('#topicStar, #phoneStar, #cellStar, #emailStar');var defaultStars=$('#topicStar, #emailStar');var allRequired=$('#form-contact-phone, #form-contact-cell, #form-contact-email');noanswerRadio.click(function(){allStars.text('');allRequired.removeAttr('required').removeClass('error').parent().find('.form-error-picker').hide()});allRadio.not(noanswerRadio).click(function(){defaultStars.text('*');$('#form-contact-email').attr('required',true)})},select: function(){var _select=$('.form-select');_select.hide();var wrapper=_select.parent();wrapper.append('<div class="form-select-over"><p class="selected"></p><div class="select-overlay"><div class="select-overlay-content"><ul></ul></div><div class="select-overlay-close"></div></div></div>');var list=$('.select-overlay',wrapper);var ul=list.find('ul');var count=0;$('option',wrapper).each(function(i){var option=jQuery(this);if(option.attr('value')!=0){var li=jQuery('<li><a href="#" index="'+option.attr('value')+'">'+option.text()+'</a></li>');ul.append(li);if(option.attr('value')==_select.val()){li.addClass('active');wrapper.find('.selected').text(option.text())}} else if(_select.val()==0){wrapper.find('.selected').text(option.text())}});size=$('li',wrapper).size();
function slider(elem){if($(elem).is(".selected")){if(list.is(':visible')){list.slideUp(300);$('body *').unbind('click',close);if('.text-hide'){$('.text-hide').css('text-indent','0px')}} else{list.slideDown(300, function(){if(ul.find('>li').length>10){height=0;ul.find('>li:lt(10)').each(function(){height+=$(this).height()})
ul.height(height);$(ul).jScrollPane({showArrows:true,scrollbarWidth:20,arrowSize:21,dragMaxHeight:50,dragMinHeight:50,scrollbarMargin:5})}
$('body *').bind('click',close)});if('.text-hide'){$('.text-hide').css('text-indent','-9999px')}}} else{list.slideUp(300, function(){$(elem).parent().addClass('active').siblings('li').removeClass('active')});$('body *').unbind('click',close);if('.text-hide'){$('.text-hide').css('text-indent','0px')}}
count++};
function close(){var close=true;$(this).parents().map(function(){return this.className}).each(function(e){if(this=='form-select-over'){close=false}});if(close==true){slider(false)}
return close}
$('.selected',wrapper).unbind().click(function(){slider(this)});$('li a',wrapper).click(function(elem){var option=$(this);e={};e.text=option.text();e.value=option.get(0).rel;e.index=option.attr('index');$("option[value='"+e.index+"']",wrapper).attr('selected',true);$('.select li a').removeClass('selected');$(wrapper).find('.selected').removeClass('error').html(e.text).find('.error-message').remove();$(wrapper).find('.form-error-picker').remove();slider(option);return false})},validate: function(){
function persistRulesInDom(newRules){$.each(newRules, function(type,rule){if(rule.required){$(rule.target).attr('required',true)} else{$(rule.target).removeAttr('required')}
$(rule.target).attr('standard',rule.value)})}
function checkRules(){var checkRulesStatus=function(rules){if(!($("#form-contact-phone").val()==rules.phone.value)){var phone=$.fn.validate.syntax($("#form-contact-phone").val(),rules.phone.rules[0])?$("#form-contact-phone").val():'';$("#form-contact-phone").val(phone).validate(rules.phone);var cell=$.fn.validate.syntax($("#form-contact-cell").val(),rules.cell.rules[0])?$("#form-contact-cell").val():'';$("#form-contact-cell").val(cell).validate(rules.cell)}
if(!($("#form-contact-email").val()==rules.email.value)){var email=$.fn.validate.syntax($("#form-contact-email").val(),rules.email.rules[0])?$("#form-contact-email").val():'';$("#form-contact-email").val(email).validate(rules.email)}}
function setRequired(target,required){if(required){$(target).attr('required',true)} else{$(target).removeAttr('required')}
return required}
function setStandard(target,value){$(target['target']).attr('standard',value);return value}
var value=$("input[name='contact-response-type']:checked").val();switch(value){case 'email':$("#emailStar").html('*');$("#phoneStar").html('');$("#cellStar").html('');validationRules.email.required=setRequired(validationRules.email.target,true);validationRules.email.value=setStandard(validationRules.email,'');validationRules.phone.required=setRequired(validationRules.phone.target,false);validationRules.phone.value=setStandard(validationRules.phone,'');validationRules.cell.required=setRequired(validationRules.cell.target,false);validationRules.cell.value=setStandard(validationRules.cell,'');$(validationRules.cell.target+', '+validationRules.phone.target).removeClass('error');$(validationRules.cell.target+', '+validationRules.phone.target).parents('.row').find('.form-error-picker').remove();persistRulesInDom(validationRules);checkRulesStatus(validationRules);break;case 'phone':$("#emailStar").html('');$("#phoneStar").html('**');$("#cellStar").html('**');validationRules.phone.required=setRequired(validationRules.phone.target,true);validationRules.phone.value=setStandard(validationRules.phone,'');validationRules.phone.connect=validationRules.cell;validationRules.cell.required=setRequired(validationRules.cell.target,true);validationRules.cell.value=setStandard(validationRules.cell,'');validationRules.cell.connect=validationRules.phone;validationRules.email.value=setStandard(validationRules.email,'');validationRules.email.required=setRequired(validationRules.email.target,false);$(validationRules.email.target).removeClass('error');$(validationRules.email.target).parents('.row').find('.form-error-picker').remove();persistRulesInDom(validationRules);checkRulesStatus(validationRules);break}
return false}
var wayOfResponseRadioClickHandler=checkRules;$('form#form-contact .form-radio').click(wayOfResponseRadioClickHandler).siblings('label').click(wayOfResponseRadioClickHandler);var validationRules={'phone':{'target':"input[name='contact-phone']",'required':false,'value':'','rules':[{'type':'regex','regex':/^[0-9 ]{9,12}$/,'message':'Numer, który podałeś, jest nieprawidłowy. Wypełnij pole podając numer stacjonarny z kierunkowym'}]},'cell':{'target':"input[name='contact-cell']",'required':false,'value':'','rules':[{'type':'regex','regex':/^[0-9 ]{9,12}$/,'message':'Numer, który podałeś, jest nieprawidłowy. Wypełnij pole podając dziewięciocyfrowy numer komórkowy'}]},'email':{'target':"input[name='contact-email']",'required':true,'value':'','rules':[{'type':'email','message':'Adres email który podałeś jest nieprawidłowy. Upewnij się, że podałeś poprawne dane'}]}}
$('#form-contact-firstname').validate({'target':"input[name='contact-firstname']",'required':true,'value':'','rules':[{'type':'string','message':'To pole zawiera nieodpowiednie znaki, lub ma nieprawidłową długość. Upewnij się, że podałeś poprawne dane'}]});$('#form-contact-lastname').validate({'target':"input[name='contact-lastname']",'required':true,'value':'','rules':[{'type':'string','message':'To pole zawiera nieodpowiednie znaki, lub ma nieprawidłową długość. Upewnij się, że podałeś poprawne dane'}]});$('#form-contact-message').validate({'target':"textarea[name='contact-message']",'required':true,'value':'','rules':[{'type':'texblock','message':'Pole wymagane, nie może być puste'}]});$('#form-contact-agreecheckbox').validate({target:"input[name='contact-agreecheckbox']",required:true,value:'',requiredError:'Musisz wyrazić zgodę na przetwarzanie danych osobowych'});$('#form-contact-email').validate(validationRules.email);$('#form-contact-phone').validate(validationRules.phone);$('#form-contact-cell').validate(validationRules.cell);wayOfResponseRadioClickHandler();$('form#form-contact').submit(function(){$.fn.validate.select('contact-topic');error=$(this).find('.error-control');if(error.length==0){$(this).get(0).submit()}
return false});$('#form-contact-submit-button').click(function(event){$('form#form-contact').trigger('submit');return false});$('#form-side-name').validate({'target':"input[name='contact-name']",'required':true,'value':'','rules':[{'type':'string','message':'To pole zawiera nieodpowiednie znaki, lub ma nieprawidłową długość. Upewnij się, że podałeś poprawne dane'}]});$('#form-side-phone').validate({'target':"input[name='contact-phone']",'required':true,'value':'','rules':[{'type':'regex','regex':/^[0-9 ]{9,12}$/,'message':'Numer który podałeś jest nieprawidłowy. Wypełnij pole podając dziewięciocyfrowy numer komórkowy lub stacjonarny z kierunkowym'}]});$('#form-contact-phone, #form-side-phone, #form-contact-cell').keypress(function(e){var correctly=[8,9,13];var s=String.fromCharCode(e.which);if(!($.inArray(e.keyCode,correctly)==-1))
return true;if((/\d+/.test(s)))
return true;return false});$('#side form').not('.hpmValidatorForm').submit(function(){$.fn.validate.select('contact-hours');error=$(this).find('.error-control');if(error.length==0){$(this).parent().append('<div class="form-message"><strong>Dziękujemy, Twoje zgłoszenie zostało przyjęte.</strong><br /> Skontaktujemy się z tobą w wybranych przez Ciebie godzinach.</div>');$(this).remove();return false} else{return false}})}};
function Pager(){var t=this;var o={};var c={'animation':180,'targets':[],'pager':{},'container':{},'page':0,'last':0,'count':0,'pages':[],'content':[],'slide':{'wrap':{},'body':{}}};this.setup=function(options){o=options;t.construct()};this.rewrite=function(){c.page=0;c.targets=$(o.container).find(o.target).filter(':visible');size=c.targets.length;c.count=Math.ceil(size/o.max);c.last=(c.count-1);this.rewritePager();this.rewriteContent();this.calculate();this.actions()}
this.rewritePager=function(){$(o.container).find('.no-results-message').remove();pager=$(o.pager).find('ol');pager.empty();if(c.count>1){$('.pager-top').show();for(i=0;i<c.count;i++){ii=i<9?'0'+(i+1):i+1 ;pager.append('<li rel="'+i+'"><a href="#">'+ii+'</a></li>')}
prev='<li class="prev"><a href="#prev">Poprzednia strona</a></li>';next='<li class="next"><a href="#next">Następna strona</a></li>';pager.append(next);pager.prepend(prev)} else{$('.pager-top').hide()}
if($(o.container).find(o.target).filter(':visible').length==0){$('.content-wrap').height(0);$(o.container).prepend('<li class="no-results-message"><div><h4><strong>Brak wyników wyszukiwania</strong></h4></div></li>')}
c.pager.next=$(o.pager).find('.next');c.pager.prev=$(o.pager).find('.prev');c.pager.pages=$(o.pager).find('li').not('.prev').not('.next');c.pager.pages.filter("[rel='"+c.page+"']").addClass('active')};this.rewriteContent=function(){var height=0,index=0,state=0,top=0;c.content=[];c.targets.each(function(i,e){if(state==o.max){index++;switch(index){case '0':top=0;break;case '1':top=height;break;default:top+=height}
state=0;height=0}
height+=$(e).height()+1;c.content[index]={'height':height-1,'top':top,'index':index};state++});c.slide.body=$(o.container);c.slide.body.css({'position':'absolute','top':0,'left':0}).wrap('<div class="content-wrap"></div>');c.slide.wrap=$('.content-wrap');var calculatedHeight=((typeof c.content[0]!='undefined')?c.content[0].height:50);c.slide.wrap.css({'height':calculatedHeight,'position':'relative','overflow':'hidden'});setTimeout(function(){var height=0,index=0,state=0,top=0;c.content=[];c.targets.each(function(i,e){if(state==o.max){index++;switch(index){case '0':top=0;break;case '1':top=height;break;default:top+=height}
state=0;height=0}
height+=$(e).height()+1;c.content[index]={'height':height-1,'top':top,'index':index};state++});var calculatedHeight=((typeof c.content[0]!='undefined')?c.content[0].height:50);c.slide.wrap.css({'height':calculatedHeight})},1000)}
this.construct=function(){c.targets=$(o.container).find(o.target).filter(':visible');size=c.targets.length;if(size>=1){$('.pager-top').show();c.count=Math.ceil(size/o.max);c.last=(c.count-1);$(o.pager).append('<ol></ol>');this.rewritePager();this.rewriteContent();t.calculate();t.actions()} else{$('.pager-top').hide()}}
this.actions=function(){c.pager.pages.unbind().click(function(){c.page=$(this).attr('rel');c.pager.pages.removeClass('active').filter("[rel='"+c.page+"']").addClass('active');t.calculate();$.scrollTo('#main',(c.animation/2));return false});c.pager.prev.unbind().click(function(){if(c.page>0){c.pager.pages.filter('.active').removeClass('active').prev().addClass('active');t.calculate();$.scrollTo('#main',(c.animation/2))}
return false});c.pager.next.unbind().click(function(){if(c.page<c.last){c.pager.pages.filter('.active').removeClass('active').next().addClass('active');t.calculate();$.scrollTo('#main',(c.animation/2))}
return false})}
this.calculate=function(){c.page=c.pager.pages.filter('.active').attr('rel');c.page=c.page?c.page:0;c.pager.prev.toggle(c.page>0);c.pager.next.toggle((!(c.last==c.page)&&c.last>0));var calculated={height:((typeof c.content[c.page]!='undefined')?c.content[c.page].height:50),top:((typeof c.content[c.page]!='undefined')?c.content[c.page].top:0)};c.slide.wrap.animate({'height':calculated.height},c.animation);c.slide.body.animate({'top':-1 * calculated.top},c.animation)}}
function Process(process){var t=this;var p={'channel':{},'step':{},'entry':{},'one':true};p.channel.index=0;p.stepNumber=1;Cufon.replace('.channels a',{fontFamily:'Helvetica Neue',hover:true});p.container=$(process);this.width=590;this.setup=function(){p.container.find('.content .slide:eq(0)>li').not('.prev, .next').addClass('entry');p.channel.list=$('.channels',p.container);p.channel.controll=$('li a',p.channel.list);p.entry.list=$('.content',p.container).eq(p.channel.index);p.entry.channels=$('.entry',p.container);p.entry.channel=$('.entry',p.container).eq(p.channel.index);p.entry.step=$('> ul',p.entry.channel);p.step.list=$('.steps ul',p.container);p.step.controlls=$('li a',p.step.list);p.step.controll=$('li a',p.step.list.eq(p.channel.index))};p.previndex=0;this.pager=function(index){p.page=p.previndex;p.pages=p.entry.step.find('>li').length;p.index=function(){return p.entry.step.find('>li').index(p.entry.step.eq(p.step.index).find('> li').eq(p.page))}
var target=p.entry.step.eq(p.step.index);var count=target.find('>li').length;var pagerElementsList=$('.pager li',p.container);var pagerElementsListInnerHtml=new Array();$('.pager',p.container).remove();$('.content',p.container).append('<ul class="pager"></ul>');for(i=0;i<count&&count>1;i++){var step=i+1;var cssClass='step-middle';if(i==0){cssClass='step-left'} else if(i==count-1){cssClass='step-right'}
$('.pager',p.container).append('<li><a rel="'+i+'" class="'+cssClass+'" >'+step+'</a></li>')}
p.entry.step.eq(p.step.index).find('> li').hide().eq(p.page).show();var pager=$('.pager',p.container);var prev=$('.slide .prev',p.container);var next=$('.slide .next',p.container);
function action(){prev.removeClass('blocked');next.removeClass('blocked');if(p.index()==0){prev.addClass('blocked');return-2}
if(p.index()==(p.pages-1)){next.addClass('blocked');return-1}
return true}
function move(){prev.removeClass('blocked');next.removeClass('blocked');pager.find('li a').eq(p.page).parent().addClass('active').siblings('li').removeClass('active');p.entry.step.eq(p.step.index).find('> li').hide().eq(p.page).show();var dots=$('#set_steps_'+p.channel.index).find('.dots-set');for(var counter=0;counter<dots.length;counter++){if(counter==p.index()){$(dots[counter]).addClass('dots-full')} else{$(dots[counter]).removeClass('dots-full')}}
if(p.index()==0){prev.addClass('blocked');return false}
if(p.index()==(p.pages-1)){next.addClass('blocked');return false}}
pager.find('li a').unbind().bind('click', function(){p.page=$(this).attr('rel');move();return false}).parent().removeClass('active').eq(p.page).addClass('active');var set_steps=$('#process-open .set_steps');for(var setStepNumber=0;setStepNumber<set_steps.length;setStepNumber++){var set_of_dots=$(set_steps[setStepNumber]).find('.set_of_dots');for(var stepNumber=0;stepNumber<set_of_dots.length;stepNumber++){var dots=$(set_of_dots[stepNumber]).find('.dots-set');for(var pageNumber=0;pageNumber<dots.length;pageNumber++){$(dots[pageNumber]).attr('rel',pageNumber);$(dots[pageNumber]).attr('step',stepNumber);$(dots[pageNumber]).unbind().bind('click', function(){t.step($(this).attr('step'));p.page=$(this).attr('rel');var pager=$('.pager',p.container);move();pager.find('li a').eq(p.page).parent().addClass('active').siblings('li').removeClass('active');return})}}}
next.unbind().bind('click', function(){p.page=pager.find('.active a').attr('rel');p.page=p.page?p.page:0;if(p.page==(count-1)){if(action()!=-1){p.step.index=p.step.index/1;t.step(p.step.index+1)}
return false}
p.page++;move()});prev.unbind().bind('click', function(){p.page=pager.find('.active a').attr('rel');p.page=p.page?p.page:0;if(p.page==0){if(action()!=-2){p.previndex=(p.entry.step.eq(p.step.index-1).find('>li').length)-1;t.step(p.step.index-1)}
return false}
p.page--;move()});action()};this.constuct=function(c){if(p.container.hasClass('multi-channel')){e=$('.channels ul li',p.container);i=(i=e.index(e.filter('.active')))<0?0:i;e.eq(i).addClass('active');p.container.find('.steps ul').not(':eq('+i+')').hide();p.container.find('.content .entry').not(':eq('+i+')').hide();p.channel.index=i}
if(p.container.hasClass('process-open')){p.step.list.find('li:eq(0)').addClass('active');p.container.find('.content:eq(0)').show();t.pager(0);p.one=false} else{c=$('<span class="slide-up"><a>zwiń</a></span>');p.container.find('.content').append(c);c.click(function(){p.container.find('.content').hide();p.one=true;p.container.find('.steps li').removeClass('active');rw.show();return false});rw=$('<span class="slide-down"><a>rozwiń</a></span>');p.container.append(rw);rw.click(function(){p.container.find('.content').slideDown(400);p.one=true;p.container.find('.steps li:first').addClass('active');$(this).hide();p.previndex=0;var pa=p.step.controlls.parent();index=p.step.list.eq(p.channel.index).find('li').index(pa);t.step(index);return false})}};this.bind=function(){p.step.controlls.unbind().bind('click', function(){p.previndex=0;var pa=$(this).parent();index=p.step.list.eq(p.channel.index).find('li').index(pa);t.step(index);rw.hide();return false});p.channel.controll.unbind().bind('click', function(){var pa=$(this).parent();index=p.channel.list.find('li').index(pa);t.channel(index);return false})};p.index=0;p.channel.index=0;p.step.index=0;this.setup();this.constuct();this.bind();this.channel=function(index){p.channel.index=index;p.channel.controll.parent().removeClass('active').eq(index).addClass('active');p.step.list.hide().eq(index).show();p.entry.channels.hide().eq(index).show(300)}
this.step=function(index){Cufon(p.channel.controll);p.step.index=index;t.setup();p.step.controll.parent().removeClass('active').eq(index).addClass('active');target=p.entry.step.eq(index);p.entry.step.hide();target.show();max=target.find('li').length;t.pager(p.previndex);target.css({'width':max * t.width});p.stepNumber=index+1;var dots=$('#set_steps_'+p.channel.index).find('.dots-set');for(var counter=0;counter<dots.length;counter++){if(counter==p.index()){$(dots[counter]).addClass('dots-full')} else{$(dots[counter]).removeClass('dots-full')}}
if($('.content',p.container).not(':visible')){c=$('.content',p.container);if(p.one){c.slideDown(300);$.scrollTo('+=134',300);p.one=false} else{c.show()}}}}
var hoverOption={target:'.slide li'};var linksOption={target:'.listing .link'};var listOption={target:'.row > ol, .row > ul ol, .answer > ol, answer > ul ol'};$().ready(function(){$('.layer-link').click(function(){flex.open(this);return false});var animation=$.browser.msie?0:300;$('.product-page .rollback').hover(function(){$(this).find('.cloud').stop().fadeIn(animation/2)}, function(){$(this).find('.cloud').stop().fadeOut(animation)});newsPager=new Pager();newsPager.setup({'container':'.news .product-list','target':'>dd','max':10,'pager':'.bottom-pager'});$('#main .product-list h3').css("font-weight","normal");$('.scroll-top, #footer a').unbind().live('click', function(){$.scrollTo('#top',300)});display.tooltip();forms.start();search.start();common.hover(hoverOption);common.links(linksOption);common.fixorderlist(listOption);engine.start();$(location.hash+' .answer').css({'display':'block'});$(location.hash+' .question').addClass('coiled');$('.select dt').click(function(){var e=$('.option',$(this).parent('.select'));
function close(){var close=true;$(this).parents().map(function(){return this.className}).each(function(e){if(this=='select'){close=false}});if(close==true){hide()}
else{return false}}
function hide(){$('*').unbind('click',close);e.slideUp('fast')}
if(e.is(":visible")){hide()} else{e.slideDown('fast', function(){$('*:not(.option li a, .option li a *, .select dt, .select dt *)').bind('click',close);$('.option li a').unbind().click(function(){document.location.href=$(this).attr('href')})})}});var msg='Używasz przestarzałej przeglądarki, która nie jest wspierana przez ten serwis.<br/>Zaktualizuj swoją przeglądarkę do nowszej wersji - np. <a href="http://www.microsoft.com/poland/windows/internet-explorer/">Internet Explorer 8</a>,<br/><a href="http://www.mozilla.org/pl/firefox/fx/">Firefox</a>, <a href="http://operapl.net/">Opera</a>, <a href="http://www.google.pl/chrome/">Chrome</a> lub <a href="http://www.apple.com/pl/safari/">Safari</a>.'
if($.browser.msie){if(parseInt($.browser.version)<7){$('body').prepend('<div id="old-browser">'+msg+'</div>')}}
Cufon.replace('#bannerRotator .rotate h3, #bannerRotator ul.item-list li, #bannerRotator p.infoBox, .landing-page .body .list h4, .landing-page .description .header h3, .contact-list dt, .section-head h3, .head h3, #side > dl > dt, h2:not(.no-cufon), .cavas-s, .preview h3, .product-page h3, .product-list h3, .product-list > dt, .backline h4, .listing h4, .buy-process h3, .buy-process h5, .buy-process h4',{fontFamily:'Helvetica Neue'});common.tables();common.fixlist();common.slide({container:'#main .carton',control:'.corner',slide:'.body'});common.slide({container:'.faq-answers-list li',control:'.question',slide:'.answer'});$('.faq-answers-list .unroll-all').click(function(){var control=$('.faq-answers-list .unroll-all');if(control.hasClass('coiled')){$('.faq-answers-list .answer').slideUp().siblings('div').removeClass('coiled');control.removeClass('coiled').find('span').html('Rozwiń')} else{$('.faq-answers-list .answer').slideDown().siblings('div').addClass('coiled');control.addClass('coiled').find('span').html('Zwiń')}
return false});$('.places-results tbody tr').live('mouseover', function(){$(this).css({'color':'#549AC6'})});$('.places-results tbody tr').live('mouseout', function(){$(this).css({'color':'#142A50'})});$('.places-results tbody tr').click(function(){display.layer()});searchPager=new Pager();searchPager.setup({'container':'.search-result .content ul','target':'>li','max':15,'pager':'.bottom-pager'});$('.search-result .categories li').click(function(){if($(this).hasClass('active')){return false}
$(this).addClass('active').siblings('li').removeClass('active');var category=$(this).find('span').attr('class');if(category==false){$('.search-result .content li').show()} else{$('.search-result .content li').each(function(i,e){if(e.className==category){$(e).show()} else{$(e).hide()}})}
searchPager.rewrite()});$('.places-results thead td').append('<em class="order-icon"></em>');$(".places-results.atms").tablesorter({headers:{3:{sorter:'distance'}}});$(".places-results.brch, .places-results.agcs").tablesorter({headers:{4:{sorter:'distance'}}});$('.buy-process').each(function(){new Process(this)});$('a.button-new').not('.preventDefault').click(function(){var hrefValue=$(this).attr('href');document.location.href=hrefValue});$('.customSelectBox').selectbox({listboxSizeMultiply:2.0});$('.customCheckbox').checkbox({empty:'/image/common/empty.png'});$('.all-products a').attr('tabindex',"-1");
function layer(){jQuery('#side .show-all-products-layer').bind('click', function(){jQuery('#page #main').css({'z-index':'1'});jQuery('#page #side').css({'z-index':'9'});jQuery('#side .all-products-layer').fadeIn(500);return false});jQuery('#side .close-layer').bind('click', function(){jQuery(this).parent().fadeOut(1000);return false})};layer();if(typeof $.cookie!=='undefined'){var CHANGE_VERSION_PREFIX='no-mobile';if(typeof $.cookie(CHANGE_VERSION_PREFIX)!=="undefined"&&$.cookie(CHANGE_VERSION_PREFIX)!==null&&$.cookie(CHANGE_VERSION_PREFIX)==="1"){$('#site-version').show()}}});if(!String.prototype.startsWith){String.prototype.startsWith=function(s){if(this.indexOf(s)===0){return true}
return false}}
function AutoSuggest(config){if(config.data.length>0){this.config=config;this.init()}}
AutoSuggest.prototype={init: function(){this.input=$(document.getElementById(this.config.inputId));this.actualValue='';this.bindActions();this.initDraw()},bindActions: function(){this.focus();this.blur();this.change();this.windowResize()},reSize: function(){var position=this.input.offset();this.elem.css({'width':this.input.outerWidth(),'left':position.left,'top':(position.top+this.input[0].offsetHeight)})},windowResize: function(){var _self=this;$(window).resize(function(){_self.reSize()})},show: function(){var _self=this;$(this.elem).show(1,
function(){_self.search()});this.reSize()},hide: function(){this.elem.hide()},focus: function(){var _self=this;$(this.input).focus(function(event){if(this.value===_self.config.value){this.value=''}
if(this.value){_self.show()}})},blur: function(){var _self=this;$(this.input).blur(function(event){if(!this.value){this.value=_self.config.value}});$(document.body).bind('click',
function(event){var clicked=$(event.target),id=_self.input.attr('id');if((clicked.is('.show-all.'+id))||(clicked.is('input#'+id)&&_self.input.val())||(clicked.is('.jScrollArrowUp, .jScrollArrowDown, .jScrollPaneTrack, .jScrollPaneDrag')&&clicked.parents('.'+id).length)){_self.elem.show()} else{_self.elem.hide()}})},change: function(){var _self=this;$(this.input).keyup(function(event){if(this.value!==''&&this.value!==_self.config.value){_self.actualValue=this.value;_self.show()}
if(!this.value){_self.hide()}})},showAllData: function(event){event.preventDefault();var content='<ul>',items=[],index=0,dataLength=this.config.data.length,_self=this;for(;index<dataLength;index++){items.push('<li>'+this.config.data[index]+'</li>')}
content+=items.join('');content+='</ul>';var elem=$('<div><div class="container"><div class="scroll-container active"></div></div></div>');elem.addClass(this.config.inputId+' autosuggest');elem.find('.container').find('.scroll-container').html(content);this.elem.replaceWith(elem);this.elem=elem;this.elem.find('ul li').bind('click', function(){_self.setInputValue(this)});this.reSize();this.elem.find('.scroll-container').jScrollPane(this.jScrollPaneConf)},setInputValue: function(input){this.input.attr('value',$(input).text());this.hide()},jScrollPaneConf:{showArrows:true,scrollbarWidth:20,arrowSize:21,dragMaxHeight:50,dragMinHeight:50,scrollbarMargin:0},search: function(){var content='<div class="scroll-container"><ul>',items=[],val=this.input.val(),dataLength=this.config.data.length,id=this.input.attr('id'),_self=this,index=0;for(;index<dataLength;index++){var item=this.config.data[index];var itemLowerCase=item.toLowerCase();var valLowerCase=val.toLowerCase();if(itemLowerCase.startsWith(valLowerCase)||itemLowerCase.match(valLowerCase)){var indexOf=itemLowerCase.indexOf(valLowerCase);var leftText=item.substring(0,indexOf);var rightText=item.substring((indexOf+val.length),item.length);var centerText=item.substring(indexOf,(indexOf+val.length));items.push('<li>'+leftText+'<strong>'+centerText+'</strong>'+rightText+'</li>')}}
content+=items.join('');content+='</ul></div>';content+='<p class="show-all '+id+'">'+this.config.showAllMessage+'</p>';if(items.length>0||typeof items==='undefined'){this.elem.find('.container').html(content).find('.scroll-container');if(items.length>11){this.elem.find('.scroll-container').addClass('active').jScrollPane(this.jScrollPaneConf)}
this.elem.find('p.show-all').bind('click',
function(event){_self.showAllData(event)});this.elem.find('ul li').bind('click',
function(){_self.setInputValue(this)})} else{this.elem.find('.container').html('<p class="error-message">'+this.config.emptyMessage+'</p>')}},initDraw: function(){this.elem=$('<div><div class="container"></div></div>');this.elem.addClass(this.config.inputId+' autosuggest');this.reSize();this.elem.hide();$('body').append(this.elem)}};if(frames){if(top.frames.length>0){if(self.location.pathname.indexOf('add_deposit')===-1){top.location.href=self.location}}}(function($){var defaults={minWindowWidth:910};$.fn.social_widget=function(options){var options=$.extend({},defaults,options);return this.each(function(){var widget=$(this),widget_width=widget.outerWidth(true);
function check(){if($(window).width()<=(options.minWindowWidth+(widget_width * 2))){widget.hide()} else{widget.show()}}
$('ul li a.has-hover',widget).hover(function(){$('img',this).hide().filter(':last-child').show()}, function(){$('img',this).hide().filter(':first-child').show()});check();$(window).resize(function(e){check()})})}})(jQuery);

/* - script/search.js - */
// /portal_javascripts/script/search.js?original=1
var searchAddress='/search.js';
function parse2(data){var message="";switch(data.type){case 'items':{$li=$(document.createElement('li'));$icon=$(document.createElement('p')).appendTo($li);$icon.attr('class','icon');$img=$(document.createElement('img')).appendTo($icon);$img.attr('src',data.image);if(data.image.search('icon_image_small')!=-1){$img.attr('class','promotion-icon')}
$div=$(document.createElement('div')).appendTo($li);$h4=$(document.createElement('h4')).appendTo($div);$href=$(document.createElement('a')).appendTo($h4);$href.attr('href',data.src);$title=$(document.createElement('strong')).text(data.title).appendTo($href);$category=$(document.createElement('span')).appendTo($h4);$(document.createElement('em')).text(data.category).appendTo($category);$ptext=$(document.createElement('p')).appendTo($div)
$text=$(document.createElement('a')).text(data.text).appendTo($ptext);$text.attr('href',data.src);$a=$(document.createElement('a')).attr('href',data.src).appendTo($div);$a.attr('class',"internal-link");$a.text('http://inteligo.pl'+data.src.replace(/#.*$/,''));$triangle=$(document.createElement('span')).attr('class',"triangle").appendTo($a)
message+='<li class="'+data.category+'">'+$li.html()+'</li>';break}}
$('#results').append(message)}
function noResults(){var message_text="Brak wyników wyszukiwania";message='<li class="no-results-message"><div><h4><strong>'+message_text+'</strong></h4></div></li>';$('#results').append(message)}
function searchError(){var message_text="Podczas wyszukiwania wystąpił błąd. Spróbuj ponownie.";message='<li class="no-results-message"><div><h4><strong>'+message_text+'</strong></h4></div></li>';$('#results').append(message)}
function gup(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(window.location.href);if(results==null)
return "";else
try{return decodeURIComponent(results[1]).replace('+',' ','g')}
catch(err){return ""}}
function getSearch(){$($('#results').children()).remove();$.ajax({type:"GET",url:searchAddress+'?per_page=75',data:"search="+encodeURIComponent($('#querys').val()),beforeSend: function(x){if(x&&x.overrideMimeType){x.overrideMimeType("application/j-son;charset=UTF-8")}},dataType:"json",success: function(data){var groups_number=0;var number_of_results=0;$.each(data, function(i,item){if(item.type=='group'){groups_number+=1}
else if(item.type=='info'){number_of_results=item.number_of_results}
if(number_of_results==0){noResults()}
parse2(item)});getSearchPager();$("#search-loading").hide()},error: function(data){$("#search-loading").hide();$("div.search-result div.content").addClass('content-wrap');searchError()}})}
function getSearchPager(){searchPager=new Pager();searchPager.setup({'container':'.search-result .content ul','target':'>li','max':15,'pager':'.bottom-pager'})}

