/****** FILE: themes/ujafny/js/jquery-1.3.2.min.js *****/

(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)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
;
/****** FILE: themes/ujafny/js/jquery.ga.js *****/

(function($){$.ga={};$.ga.load=function(uid,callback){jQuery.ajax({type:'GET',url:(document.location.protocol=="https:"?"https://ssl":"http://www")+'.google-analytics.com/ga.js',cache:true,success:function(){if(typeof _gat==undefined){throw"_gat has not been defined";}t=_gat._getTracker(uid);bind();if($.isFunction(callback)){callback(t)}t._trackPageview()},dataType:'script',data:null})};var t;var bind=function(){if(noT()){throw"pageTracker has not been defined";}for(var $1 in t){if($1.charAt(0)!='_')continue;$.ga[$1.substr(1)]=t[$1]}};var noT=function(){return t==undefined}})(jQuery);
;
/****** FILE: themes/ujafny/js/jquery.numeric.pack.js *****/

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('r.E.W=7(c,d){c=c||".";d=q d=="7"?d:7(){};6.K(7(e){g a=e.i?e.i:e.h?e.h:0;2(a==k&&6.N.J()=="G"){5 3}f 2(a==k){5 j}g b=j;2((e.4&&a==y)||(e.4&&a==v))5 3;2((e.4&&a==t)||(e.4&&a==u))5 3;2((e.4&&a==V)||(e.4&&a==S))5 3;2((e.4&&a==R)||(e.4&&a==Q))5 3;2((e.4&&a==P)||(e.4&&a==O)||(e.L&&a==p))5 3;2(a<I||a>H){2(a==p&&6.l.F==0)5 3;2(a==c.n(0)&&6.l.o(c)!=-1){b=j}2(a!=8&&a!=9&&a!=k&&a!=D&&a!=C&&a!=M&&a!=B&&a!=A){b=j}f{2(q e.i!="z"){2(e.h==e.m&&e.m!=0){b=3}f 2(e.h!=0&&e.i==0&&e.m==0){b=3}}}2(a==c.n(0)&&6.l.o(c)==-1){b=3}}f{b=3}5 b}).x(7(){g a=r(6).w();2(a!=""){g b=T U("^\\\\d+$|\\\\d*"+c+"\\\\d+");2(!b.s(a)){d.X(6)}}});5 6}',60,60,'||if|true|ctrlKey|return|this|function||||||||else|var|keyCode|charCode|false|13|value|which|charCodeAt|indexOf|45|typeof|jQuery|exec|120|88|65|val|blur|97|undefined|46|39|36|35|fn|length|input|57|48|toLowerCase|keypress|shiftKey|37|nodeName|86|118|90|122|67|new|RegExp|99|numeric|apply'.split('|'),0,{}))
;
/****** FILE: themes/ujafny/js/jquery.scrollto-1.4.2.min.js *****/
;(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);
;
/****** FILE: themes/ujafny/js/cufon-yui.js *****/

var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var a=!M.recognizesMedia("all");var Z=[],c=function(){a=true;for(var f;f=Z.shift();f()){}};var d=F("link"),e={stylesheet:1};function b(){var g,f,h;for(f=0;h=d[f];++f){if(h.disabled||!e[h.rel.toLowerCase()]||!M.recognizesMedia(h.media||"screen")){continue}g=h.sheet||h.styleSheet;if(!g||g.disabled){return false}}return true}V.ready(function(){if(a||b()){c()}else{setTimeout(arguments.callee,10)}});return function(f){if(a){f()}else{Z.push(f)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}v.fillStyle=o.get("color");function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());
;
/****** FILE: themes/ujafny/js/fonts/ITCFranklinGothic_LT_MedCn_500.font.js *****/

Cufon.registerFont({"w":511,"face":{"font-family":"ITCFranklinGothic LT MedCn","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-31 -750 696 250","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":250},"$":{"d":"286,-101v81,2,114,-115,52,-161v-15,-12,-32,-16,-52,-22r0,183xm231,-574v-62,2,-91,103,-41,144v12,10,26,17,41,21r0,-165xm70,-478v1,-102,66,-165,158,-176r0,-66r61,0r0,66v93,9,140,56,163,134r-79,33v-19,-51,-36,-77,-87,-89r0,184v92,26,182,65,180,186v-2,117,-72,176,-177,187r0,85r-61,0r0,-85v-106,-12,-158,-69,-182,-161r87,-29v17,58,36,94,98,108r0,-199v-82,-24,-162,-68,-161,-178"},"%":{"d":"561,-166v0,-64,-6,-106,-53,-112v-51,4,-54,55,-54,113v0,51,2,110,54,110v50,0,53,-55,53,-111xm377,-166v0,-103,43,-173,131,-173v87,0,131,73,131,173v0,100,-44,172,-131,172v-89,0,-131,-72,-131,-172xm537,-667r-325,667r-66,0r325,-667r66,0xm227,-501v0,-65,-5,-111,-53,-111v-52,0,-54,54,-54,111v0,58,2,112,54,112v49,0,53,-49,53,-112xm42,-501v0,-101,43,-172,132,-172v89,0,133,73,131,172v-2,100,-37,173,-131,173v-86,0,-132,-71,-132,-173","w":681},"&":{"d":"165,-189v-7,108,128,154,201,85r17,-17r-136,-198v-41,26,-77,62,-82,130xm305,-604v-62,-1,-76,77,-47,130v12,22,21,40,30,53v37,-23,77,-59,77,-114v1,-39,-23,-69,-60,-69xm497,-127v18,26,54,57,101,41r0,86v-18,4,-33,9,-55,9v-58,0,-86,-34,-113,-66v-42,37,-90,69,-170,69v-128,-2,-201,-75,-201,-196v0,-108,66,-158,145,-197v-26,-41,-58,-89,-58,-154v0,-88,63,-144,157,-144v95,0,150,56,150,145v0,92,-65,139,-122,173r114,164v30,-47,46,-105,59,-175r82,18v-17,92,-45,164,-89,227","w":630},"(":{"d":"53,-250v0,-179,64,-316,135,-417r81,0v-69,114,-114,249,-114,417v0,169,45,305,114,417r-81,0v-80,-116,-135,-238,-135,-417","w":324},")":{"d":"271,-250v0,179,-64,316,-135,417r-81,0v69,-114,114,-249,114,-417v0,-167,-46,-304,-114,-417r81,0v72,99,135,246,135,417","w":324},"*":{"d":"292,-667r-11,132r110,-73r34,67r-115,51r115,52r-34,66r-110,-73r11,132r-73,0r11,-132r-110,73r-34,-66r115,-52r-115,-51r34,-67r110,73r-11,-132r73,0"},"+":{"d":"460,-374r0,81r-162,0r0,164r-85,0r0,-164r-162,0r0,-81r162,0r0,-164r85,0r0,164r162,0"},",":{"d":"180,-126r0,120r-72,147r-49,0r61,-141r-51,0r0,-126r111,0","w":239},"-":{"d":"250,-291r0,82r-211,0r0,-82r211,0","w":290},"\u00ad":{"d":"250,-291r0,82r-211,0r0,-82r211,0","w":290},".":{"d":"175,-126r0,126r-111,0r0,-126r111,0","w":239},"\/":{"d":"429,-667r-368,834r-76,0r368,-834r76,0","w":477},"0":{"d":"308,-576v-26,-28,-81,-27,-106,0v-60,67,-55,226,-46,347v6,79,21,159,99,159v108,0,104,-145,104,-263v0,-99,-4,-194,-51,-243xm38,-325v0,-184,33,-354,217,-354v177,0,218,160,218,337v0,184,-34,354,-218,354v-177,0,-217,-160,-217,-337"},"1":{"d":"104,-547v60,-35,104,-72,145,-127r81,0r0,592r108,0r0,82r-331,0r0,-82r115,0r0,-457v-32,37,-62,64,-118,95r0,-103"},"2":{"d":"239,-588v-77,2,-99,69,-107,135r-100,-21v22,-109,77,-205,215,-205v153,0,236,124,189,271v-46,142,-162,215,-286,311r301,0r-5,97r-414,0r0,-96r124,-110v61,-61,123,-115,162,-197v34,-74,13,-187,-79,-185"},"3":{"d":"236,-594v-67,0,-92,48,-105,99r-93,-22v25,-90,85,-164,208,-162v118,2,191,60,193,179v1,85,-47,125,-104,149v68,15,122,77,122,164v0,180,-200,243,-346,167v-50,-26,-82,-84,-91,-146r95,-23v12,61,43,115,119,114v69,-1,106,-43,107,-117v2,-100,-76,-119,-177,-113r0,-82v98,8,166,-14,164,-103v-1,-57,-30,-104,-92,-104"},"4":{"d":"295,-240r0,-341r-177,341r177,0xm397,-679r0,436r83,0r0,84r-83,0r0,159r-107,0r0,-159r-260,0r0,-81r241,-439r126,0"},"5":{"d":"255,-356v-59,-1,-87,33,-104,73r-83,-18r21,-366r346,0r-10,97r-253,0r-10,185v26,-34,61,-64,124,-62v126,4,180,90,183,222v4,176,-125,271,-297,225v-67,-18,-120,-79,-131,-159r99,-24v12,57,40,105,112,104v84,0,110,-65,110,-142v0,-77,-29,-134,-107,-135"},"6":{"d":"373,-210v0,-69,-23,-135,-97,-134v-78,1,-108,61,-108,135v0,75,31,134,106,136v77,2,99,-64,99,-137xm54,-318v0,-185,48,-356,229,-361v117,-3,169,71,191,162r-91,29v-13,-52,-35,-105,-102,-105v-118,0,-118,144,-125,262v24,-52,62,-103,142,-99v119,5,182,90,182,218v0,136,-71,224,-205,224v-177,0,-221,-156,-221,-330"},"7":{"d":"150,0v0,-250,95,-434,200,-570r-294,0r8,-97r385,0r0,78v-107,137,-183,350,-182,589r-117,0"},"8":{"d":"254,-67v85,4,144,-70,105,-147v-23,-45,-75,-64,-123,-84v-49,23,-103,50,-103,122v0,73,49,106,121,109xm261,-602v-91,-7,-131,113,-65,166v21,17,48,31,74,41v42,-24,91,-47,91,-112v0,-60,-38,-90,-100,-95xm457,-509v2,82,-52,121,-104,149v63,31,124,80,124,177v0,129,-90,195,-227,195v-127,0,-214,-55,-216,-182v-2,-95,60,-139,123,-169v-53,-32,-101,-72,-101,-157v0,-118,79,-183,205,-183v116,0,194,58,196,170"},"9":{"d":"343,-460v0,-71,-29,-133,-102,-133v-73,0,-101,57,-102,135v-1,71,31,132,101,131v74,-2,103,-62,103,-133xm456,-358v0,194,-40,365,-230,370v-111,3,-156,-65,-182,-146r95,-28v11,48,33,92,94,89v111,-5,113,-138,119,-251v-26,48,-60,91,-136,88v-122,-4,-184,-94,-184,-219v0,-135,73,-224,210,-224v173,0,214,149,214,321"},":":{"d":"175,-493r0,126r-111,0r0,-126r111,0xm175,-126r0,126r-111,0r0,-126r111,0","w":239},";":{"d":"180,-493r0,126r-111,0r0,-126r111,0xm180,-126r0,120r-72,147r-49,0r61,-141r-51,0r0,-126r111,0","w":239},"\u037e":{"d":"180,-493r0,126r-111,0r0,-126r111,0xm180,-126r0,120r-72,147r-49,0r61,-141r-51,0r0,-126r111,0","w":239},"<":{"d":"472,-488r-325,155r325,154r0,101r-433,-212r0,-87r433,-211r0,100"},"=":{"d":"51,-224r0,-81r409,0r0,81r-409,0xm51,-361r0,-81r409,0r0,81r-409,0"},">":{"d":"39,-179r325,-155r-325,-154r0,-100r433,212r0,86r-433,212r0,-101"},"?":{"d":"276,-120r0,120r-109,0r0,-120r109,0xm234,-592v-77,0,-96,68,-101,138r-95,-18v8,-123,74,-207,202,-207v141,0,217,104,182,245v-20,85,-111,112,-147,180v-11,21,-8,43,-7,76r-92,0v2,-75,0,-120,36,-158v39,-40,108,-75,108,-163v0,-59,-33,-93,-86,-93","w":494},"@":{"d":"283,-207v73,-11,77,-131,61,-203v-3,-17,-17,-33,-38,-31v-58,6,-67,80,-69,144v-2,46,12,86,46,90xm302,-514v46,-3,67,29,79,61r8,-54r58,0r-35,273v0,25,6,33,25,34v68,-14,84,-94,84,-176v0,-149,-63,-249,-205,-249v-163,0,-236,131,-236,296v0,188,108,313,310,281v47,-8,81,-27,115,-47r23,53v-55,30,-117,58,-203,58v-207,0,-318,-132,-318,-342v0,-161,68,-276,179,-330v39,-19,83,-28,132,-28v181,0,271,119,271,300v0,130,-44,238,-162,248v-46,4,-64,-22,-72,-57v-16,31,-39,59,-87,59v-74,0,-111,-73,-108,-161v4,-111,37,-212,142,-219","w":596},"A":{"d":"315,-254r-75,-306r-76,306r151,0xm313,-667r178,667r-112,0r-42,-167r-194,0r-41,167r-106,0r193,-667r124,0","w":494},"B":{"d":"383,-196v3,-112,-100,-113,-211,-109r0,217r89,0v81,1,120,-35,122,-108xm362,-488v0,-101,-92,-97,-190,-94r0,192v100,3,190,6,190,-98xm496,-186v0,129,-89,186,-228,186r-204,0r0,-667r249,1v106,0,160,68,162,169v1,83,-41,126,-99,146v72,20,120,71,120,165","w":545},"C":{"d":"287,-79v82,0,96,-63,112,-145r102,14v-17,120,-73,225,-218,222v-187,-4,-241,-158,-241,-343v0,-187,53,-348,243,-348v146,0,200,99,217,228r-103,14v-9,-74,-27,-151,-112,-151v-118,0,-128,140,-128,260v0,119,13,249,128,249","w":528},"D":{"d":"403,-333v0,-155,-56,-262,-228,-246r0,491v175,16,227,-91,228,-245xm215,-667v208,-3,305,124,305,328v0,205,-88,341,-297,339r-158,0r0,-667r150,0","w":562},"E":{"d":"445,-667r0,88r-271,0r0,192r213,0r0,88r-213,0r0,209r276,0r0,90r-386,0r0,-667r381,0","w":460},"F":{"d":"434,-667r0,88r-260,0r0,200r208,0r0,88r-208,0r0,291r-110,0r0,-667r370,0","w":426},"G":{"d":"159,-334v0,123,15,255,136,255v94,0,115,-83,115,-175r-119,0r0,-88r222,0r0,347r-59,0r-14,-85v-29,51,-76,94,-160,92v-181,-4,-238,-158,-238,-336v0,-192,55,-351,250,-355v143,-3,195,86,218,203r-100,25v-15,-68,-33,-140,-117,-137v-121,4,-134,128,-134,254","w":562},"H":{"d":"174,-667r0,277r197,0r0,-277r110,0r0,667r-110,0r0,-297r-197,0r0,297r-110,0r0,-667r110,0","w":545},"I":{"d":"174,-667r0,667r-110,0r0,-667r110,0","w":239},"J":{"d":"49,-82v92,0,86,-79,86,-170r0,-415r110,0r0,415v5,152,-19,269,-175,264v-36,-1,-53,-5,-86,-12r0,-91v19,5,39,9,65,9","w":307},"K":{"d":"174,-667r0,318r201,-318r117,0r-172,245r201,422r-119,0r-149,-330r-79,111r0,219r-110,0r0,-667r110,0"},"L":{"d":"174,-667r0,574r236,0r0,93r-346,0r0,-667r110,0","w":409},"M":{"d":"225,-667r133,481r136,-481r157,0r0,667r-104,0r0,-569r-158,569r-80,0r-155,-570r0,570r-92,0r0,-667r163,0","w":715},"N":{"d":"190,-667r220,481r0,-481r92,0r0,667r-103,0r-247,-534r0,534r-92,0r0,-667r130,0","w":562},"O":{"d":"283,-79v142,0,127,-203,117,-343v-5,-83,-25,-166,-118,-166v-121,0,-124,135,-124,255v0,117,4,254,125,254xm42,-333v0,-185,51,-346,240,-346v189,0,239,157,239,346v0,187,-49,345,-238,345v-189,0,-241,-159,-241,-345","w":562},"P":{"d":"358,-465v-3,-77,-41,-127,-129,-117r-55,0r0,234v108,6,188,-7,184,-117xm474,-463v0,144,-91,210,-243,203r-57,0r0,260r-110,0r0,-667r165,0v154,-9,245,64,245,204","w":494},"Q":{"d":"158,-333v-3,141,22,291,162,247v103,-31,96,-252,72,-385v-12,-63,-36,-117,-111,-117v-119,0,-120,138,-123,255xm368,-5v-12,71,62,84,116,63r0,84v-21,7,-35,12,-65,12v-97,1,-135,-54,-137,-143v-189,-3,-240,-156,-240,-344v0,-186,52,-346,240,-346v188,0,238,158,238,346v0,151,-39,289,-152,328","w":562},"R":{"d":"369,-478v3,-107,-90,-109,-195,-104r0,218r85,0v75,2,108,-44,110,-114xm478,-477v2,93,-45,146,-103,175r127,302r-119,0r-105,-279r-104,0r0,279r-110,0r0,-667r201,0v138,-2,209,57,213,190","w":528},"S":{"d":"50,-491v0,-119,80,-186,205,-188v123,-2,179,69,206,161r-94,33v-22,-58,-43,-99,-118,-103v-88,-5,-121,110,-55,150v109,66,284,73,284,248v0,129,-88,200,-224,202v-140,2,-205,-77,-231,-186r98,-28v15,69,50,117,136,123v100,7,145,-116,73,-165v-104,-74,-280,-72,-280,-247"},"T":{"d":"390,-667r0,94r-149,0r0,573r-110,0r0,-573r-147,0r0,-94r406,0","w":375},"U":{"d":"272,12v-169,3,-213,-101,-213,-265r0,-414r108,0r0,414v-3,99,10,174,111,174v101,0,109,-76,109,-176r0,-412r99,0r-2,477v-5,134,-70,199,-212,202","w":545},"V":{"d":"112,-667r127,532r127,-532r97,0r-175,669r-120,-2r-172,-667r116,0","w":460},"W":{"d":"115,-667r90,500r104,-500r96,0r103,500r95,-500r93,0r-140,669r-100,0r-105,-490r-104,490r-101,0r-144,-669r113,0","w":698},"X":{"d":"131,-667r95,213r107,-213r103,0r-155,303r175,364r-123,0r-114,-255r-128,255r-105,0r179,-345r-157,-322r123,0","w":443},"Y":{"d":"89,-667r122,278r124,-278r106,0r-185,385r0,282r-110,0r0,-282r-177,-385r120,0","w":409},"Z":{"d":"419,-667r0,77r-296,497r303,0r0,93r-425,0r0,-85r292,-492r-274,0r0,-90r400,0","w":426},"[":{"d":"252,-667r0,56r-78,0r0,722r78,0r0,56r-173,0r0,-834r173,0","w":324},"\\":{"d":"492,167r-76,0r-368,-834r76,0","w":477},"]":{"d":"72,167r0,-56r78,0r0,-722r-78,0r0,-56r173,0r0,834r-173,0","w":324},"^":{"d":"400,-316r-145,-278r-144,278r-96,0r189,-358r103,0r189,358r-96,0"},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"207,-63v78,0,100,-84,97,-178v-93,-7,-163,16,-163,104v0,52,24,74,66,74xm231,-430v-51,0,-73,35,-80,77r-98,-13v7,-158,293,-189,340,-56v40,112,-2,290,21,422r-95,0v-6,-25,-7,-50,-7,-82v-26,49,-62,94,-139,94v-82,0,-140,-55,-138,-142v3,-144,117,-180,269,-174v3,-68,-6,-127,-73,-126","w":460},"b":{"d":"249,-427v-93,0,-92,115,-89,218v2,69,14,145,87,142v82,-4,87,-85,87,-187v0,-85,-4,-173,-85,-173xm139,-67v-11,26,-13,35,-22,67r-58,0r0,-667r101,0r0,230v25,-35,54,-66,115,-65v130,3,167,122,167,250v0,138,-42,261,-182,262v-68,0,-101,-32,-121,-77","w":477},"c":{"d":"35,-245v0,-144,46,-259,193,-260v117,0,160,77,173,178r-98,10v-7,-54,-14,-107,-74,-107v-87,0,-87,96,-87,188v0,77,9,164,87,164v59,0,69,-53,74,-107r98,9v-11,105,-58,183,-180,182v-144,-2,-186,-117,-186,-257","w":409},"d":{"d":"229,-68v96,0,88,-115,88,-222v0,-73,-21,-137,-89,-137v-79,0,-85,92,-85,174v0,86,3,185,86,185xm35,-244v-3,-154,59,-287,217,-251v34,8,51,32,65,59r0,-231r101,0r0,667r-94,0r0,-75v-20,47,-54,86,-124,84v-131,-4,-163,-121,-165,-253","w":477},"e":{"d":"315,-300v9,-83,-50,-160,-124,-119v-35,19,-45,68,-49,119r173,0xm36,-239v-2,-169,81,-299,251,-258v103,25,131,139,131,266r-278,0v0,83,10,166,95,166v59,0,77,-44,87,-92r92,13v-19,86,-71,157,-182,156v-144,-2,-194,-109,-196,-251","w":443},"f":{"d":"278,-599v-51,-12,-103,0,-103,57v0,13,-1,30,-1,49r89,0r0,82r-89,0r0,411r-99,0r0,-411r-65,0r0,-82r65,0v-11,-138,57,-220,203,-187r0,81","w":256},"g":{"d":"238,111v67,3,142,-27,111,-95v-23,-50,-116,-28,-187,-37v-22,12,-43,28,-43,63v1,61,53,66,119,69xm299,-341v0,-49,-15,-96,-67,-97v-56,0,-73,42,-73,97v0,50,17,96,70,95v53,0,70,-45,70,-95xm404,-340v0,119,-112,181,-234,149v-31,3,-59,67,-12,77v112,26,296,-18,292,143v-3,121,-106,153,-224,153v-99,0,-198,-21,-199,-124v-1,-56,33,-81,72,-95v-27,-16,-54,-38,-54,-82v1,-54,38,-80,73,-98v-37,-24,-66,-61,-64,-126v3,-104,68,-159,173,-162v42,-1,68,10,94,21v6,-62,46,-104,123,-88r-1,75v-44,-10,-72,8,-77,51v25,31,38,67,38,106","w":443},"h":{"d":"240,-423v-68,2,-78,72,-78,141r0,282r-102,0r0,-667r102,0r0,240v20,-44,51,-78,117,-78v104,0,124,83,124,194r0,311r-102,0r0,-311v0,-58,-2,-113,-61,-112","w":460},"i":{"d":"57,-560r0,-108r107,0r0,108r-107,0xm162,-493r0,493r-102,0r0,-493r102,0","w":222},"j":{"d":"60,-560r0,-108r106,0r0,108r-106,0xm11,90v59,3,51,-53,51,-110r0,-473r102,0r0,475v3,111,-13,195,-127,195v-25,0,-41,-4,-62,-7r0,-85v11,3,22,5,36,5","w":222},"k":{"d":"162,-667r0,394r159,-220r101,0r-128,170r142,323r-110,0r-98,-247r-66,90r0,157r-102,0r0,-667r102,0","w":426},"l":{"d":"162,-667r0,667r-102,0r0,-667r102,0","w":222},"m":{"d":"241,-423v-71,-1,-80,66,-79,136r0,287r-102,0r0,-493r94,0r0,75v20,-47,52,-87,122,-87v70,0,102,37,113,92v12,-92,179,-126,232,-40v19,31,20,91,21,141r0,312r-102,0r0,-304v0,-61,1,-120,-60,-119v-66,1,-78,61,-78,134r0,289r-102,0r0,-343v4,-50,-18,-79,-59,-80","w":698},"n":{"d":"242,-423v-73,1,-81,74,-80,147r0,276r-102,0r0,-493r94,0r0,76v19,-47,52,-88,122,-88v103,0,127,77,127,187r0,318r-102,0r0,-312v0,-59,0,-112,-59,-111","w":460},"o":{"d":"316,-247v0,-102,-9,-172,-86,-181v-79,7,-86,84,-86,182v0,103,9,172,86,181v77,-9,86,-78,86,-182xm36,-247v0,-146,46,-258,195,-258v145,0,193,111,193,253v0,147,-44,265,-195,264v-146,-1,-193,-114,-193,-259","w":460},"p":{"d":"248,-427v-94,0,-88,118,-88,221v0,76,19,138,87,138v79,0,87,-90,87,-183v0,-84,-6,-176,-86,-176xm271,9v-58,1,-88,-27,-111,-60r0,218r-101,0r0,-660r94,0r0,81v22,-46,52,-92,122,-90v115,3,170,114,167,248v-3,133,-38,260,-171,263","w":477},"q":{"d":"227,-68v88,0,89,-117,87,-222v-1,-74,-22,-137,-86,-137v-81,0,-85,93,-85,179v0,79,6,180,84,180xm210,-502v67,-3,99,39,121,82v12,-24,23,-49,32,-77r55,0r-2,664r-102,0r0,-230v-25,37,-53,73,-116,72v-115,-2,-165,-114,-163,-247v2,-141,39,-258,175,-264","w":477},"r":{"d":"150,-493r0,110v22,-61,54,-130,141,-119r0,106v-95,-10,-128,54,-129,145r0,251r-102,0r0,-493r90,0","w":273},"s":{"d":"48,-290v-49,-107,31,-215,149,-215v95,0,141,54,160,127r-80,22v-13,-38,-32,-70,-83,-74v-61,-4,-87,81,-40,108v82,47,225,47,221,178v-3,101,-73,155,-181,156v-109,1,-162,-54,-178,-143r87,-17v7,49,35,85,95,85v72,0,103,-83,50,-115v-66,-39,-168,-42,-200,-112","w":392},"t":{"d":"197,12v-120,0,-134,-81,-134,-198r0,-225r-64,0r0,-82r67,0r5,-129r92,-8r0,137r94,0r0,82r-94,0r0,218v-4,79,5,133,91,118r19,-2r0,80v-23,4,-46,9,-76,9","w":273},"u":{"d":"181,12v-109,0,-124,-85,-124,-190r0,-315r102,0r0,313v0,58,-2,112,57,110v86,-2,82,-99,82,-186r0,-237r102,0r0,493r-94,0r0,-74v-22,47,-54,86,-125,86","w":460},"v":{"d":"94,-493r93,354r90,-354r88,0r-139,493r-90,0r-141,-493r99,0","w":358},"w":{"d":"100,-493r72,339r71,-339r90,0r70,341r78,-341r83,0r-123,493r-86,0r-75,-342r-71,342r-86,0r-124,-493r101,0","w":562},"x":{"d":"112,-493r72,143r75,-143r95,0r-125,223r146,270r-114,0r-89,-174r-93,174r-96,0r143,-256r-127,-237r113,0","w":358},"y":{"d":"12,89v56,11,101,-5,112,-51v3,-14,10,-32,16,-54r-140,-477r102,0r86,338r88,-338r92,0r-179,579v-19,68,-87,107,-177,85r0,-82","w":358},"z":{"d":"332,-493r0,62r-208,354r210,0r0,77r-319,0r0,-77r200,-339r-183,0r0,-77r300,0","w":341},"{":{"d":"43,-291v61,3,51,-53,53,-112v3,-110,-20,-243,82,-259v20,-4,44,-5,72,-4r0,58v-94,-7,-60,121,-60,203v0,79,1,135,-61,149v91,19,61,162,61,267v0,59,-1,102,60,98r0,58v-116,11,-154,-42,-154,-156r0,-119v-2,-59,8,-116,-53,-113r0,-70","w":324},"|":{"d":"301,250r-102,0r0,-1000r102,0r0,1000","w":500},"}":{"d":"281,-221v-61,-3,-51,54,-53,113v-4,114,24,255,-84,272v-19,3,-43,4,-70,3r0,-58v61,4,60,-39,60,-98v0,-105,-31,-249,61,-267v-90,-17,-61,-153,-61,-255v0,-59,0,-102,-60,-98r0,-58v116,-12,157,43,154,156r0,108v2,59,-8,115,53,112r0,70","w":324},"~":{"d":"202,-306v-61,-29,-117,6,-131,55r-57,-38v26,-79,96,-155,206,-114v41,15,85,42,137,45v46,1,63,-33,81,-59r59,34v-29,75,-103,154,-211,110v-24,-9,-53,-18,-84,-33"},"'":{"d":"146,-393r-71,0r-16,-274r103,0","w":221},"`":{"d":"288,-552r-172,-108r53,-67r156,137","w":500},"#":{"d":"211,-405r-22,129r111,0r22,-129r-111,0xm255,-667r-33,194r111,0r32,-194r72,0r-32,194r96,0r-11,68r-96,0r-22,129r96,0r-11,68r-96,0r-35,208r-72,0r35,-208r-111,0r-35,208r-72,0r35,-208r-96,0r11,-68r96,0r22,-129r-96,0r11,-68r96,0r33,-194r72,0"},"!":{"d":"226,-123r0,123r-111,0r0,-123r111,0xm238,-667r-34,487r-67,0r-34,-487r135,0","w":341},"\"":{"d":"300,-393r-71,0r-16,-274r103,0xm147,-393r-71,0r-16,-274r103,0","w":375},"\u00a0":{"w":250}}});
;
/****** FILE: themes/ujafny/js/fonts/FranklinGothic_DemiCnd_500.font.js *****/

Cufon.registerFont({"w":183,"face":{"font-family":"FranklinGothic_DemiCnd","font-weight":500,"font-stretch":"condensed","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-10 -270 260 90","underline-thickness":"18","underline-position":"-27","stemh":"39","stemv":"49","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":91,"k":{"Y":18,"W":18,"V":18,"T":18,"A":18}},"!":{"d":"30,-240r63,0r-16,168r-32,0xm37,-53r49,0r0,53r-49,0r0,-53","w":122},"\"":{"d":"66,-240r-6,105r-33,0r-7,-105r46,0xm134,-240r-7,105r-33,0r-7,-105r47,0","w":153},"#":{"d":"61,-240r31,0r-11,69r36,0r10,-69r32,0r-11,69r32,0r-4,30r-32,0r-6,38r32,0r-4,30r-32,0r-12,73r-31,0r12,-73r-36,0r-11,73r-31,0r11,-73r-32,0r4,-30r32,0r6,-38r-32,0r4,-30r32,0xm113,-141r-36,0r-6,38r36,0"},"$":{"d":"72,-105v-75,-20,-59,-125,6,-130r0,-25r27,0r0,25v45,6,55,38,59,51r-37,16v-5,-14,-12,-32,-34,-32v-17,0,-25,13,-25,24v0,17,10,20,45,33v32,12,58,27,58,68v1,47,-34,65,-66,69r0,32r-27,0r0,-32v-51,-7,-61,-44,-65,-62r42,-11v1,9,5,35,38,35v27,0,30,-19,30,-25v0,-18,-9,-25,-51,-36"},"%":{"d":"57,-242v30,0,48,22,48,62v0,41,-18,62,-48,62v-29,0,-47,-21,-47,-62v0,-40,17,-62,47,-62xm57,-215v-11,0,-13,12,-13,35v0,24,2,36,13,36v11,0,14,-12,14,-36v0,-23,-3,-35,-14,-35xm163,-240r27,0r-113,240r-27,0xm182,-122v29,0,47,20,47,62v0,41,-18,61,-47,61v-29,0,-47,-20,-47,-61v0,-42,18,-62,47,-62xm182,-96v-11,0,-13,12,-13,36v0,24,3,35,13,35v11,0,13,-11,13,-35v0,-24,-2,-36,-13,-36","w":239},"&":{"d":"179,-138r38,8v-8,35,-19,57,-32,77v14,14,20,13,32,12r0,41v-25,9,-54,-5,-64,-20v-14,11,-31,24,-65,24v-74,0,-77,-61,-77,-71v0,-34,21,-55,55,-69v-6,-8,-23,-31,-23,-54v0,-26,23,-54,64,-54v42,0,61,29,61,58v0,34,-28,50,-41,57r33,44v11,-18,16,-39,19,-53xm109,-210v-33,2,-13,43,-3,54v13,-7,22,-18,22,-33v0,-6,-2,-21,-19,-21xm129,-50r-43,-59v-15,9,-25,22,-25,38v0,16,8,35,35,35v18,0,27,-9,33,-14","w":232},"(":{"d":"100,-240v-45,70,-47,228,0,300r-38,0v-59,-88,-59,-212,0,-300r38,0","w":122},")":{"d":"59,-90v0,-43,-19,-125,-36,-150r39,0v58,88,57,213,0,300r-39,0v16,-24,36,-109,36,-150","w":122},"*":{"d":"77,-240r30,0r-4,44r36,-25r15,27r-40,18r40,17r-15,27r-36,-25r4,44r-30,0r4,-44r-36,25r-15,-27r39,-17r-39,-18r15,-27r36,25"},"+":{"d":"112,-139r53,0r0,38r-53,0r0,55r-40,0r0,-55r-54,0r0,-38r54,0r0,-54r40,0r0,54"},",":{"d":"22,-53r49,0r0,48r-30,62r-19,0r23,-57r-23,0r0,-53","w":91,"k":{" ":18}},"-":{"d":"13,-111r72,0r0,39r-72,0r0,-39","w":98,"k":{"T":14}},".":{"d":"22,-53r49,0r0,53r-49,0r0,-53","w":91,"k":{" ":18}},"\/":{"d":"139,-240r34,0r-147,300r-33,0","w":190},"0":{"d":"92,4v-63,0,-80,-73,-80,-121v0,-90,25,-127,80,-127v62,0,80,74,80,121v0,89,-24,127,-80,127xm92,-205v-31,7,-25,35,-25,85v0,40,-8,80,25,85v31,-7,25,-34,25,-85v0,-43,8,-79,-25,-85"},"1":{"d":"125,-242r0,203r40,0r0,39r-133,0r0,-39r41,0r0,-142v-11,11,-21,20,-41,30r0,-47v29,-15,43,-31,53,-44r40,0"},"2":{"d":"10,-47v28,-31,94,-64,99,-124v0,-5,0,-30,-23,-30v-13,0,-24,7,-28,45r-48,-9v6,-34,21,-79,80,-79v60,0,74,44,74,70v0,50,-41,87,-100,127r103,0r-4,47r-153,0r0,-47"},"3":{"d":"109,-174v1,-8,-10,-34,-24,-29v-19,0,-25,16,-28,30r-46,-9v15,-49,47,-62,79,-62v41,0,71,21,71,65v0,36,-25,48,-35,53v31,10,40,32,40,57v0,63,-54,73,-79,73v-19,0,-44,-6,-60,-23v-16,-16,-19,-35,-21,-48r47,-8v1,13,4,36,31,36v18,0,28,-13,28,-33v0,-30,-22,-35,-52,-33r0,-39v25,-1,45,7,49,-30"},"4":{"d":"90,-244r58,0r0,147r27,0r0,40r-27,0r0,57r-53,0r0,-57r-86,0r0,-40xm46,-95r53,0r0,-98"},"5":{"d":"91,-39v25,0,30,-25,30,-39v0,-13,-4,-39,-31,-39v-18,0,-23,12,-26,19r-41,-8r8,-134r128,0r-5,47r-85,0r-2,54v16,-21,62,-34,92,6v13,19,13,46,13,52v0,22,-5,54,-37,74v-50,31,-124,-8,-123,-57r48,-8v2,12,6,33,31,33"},"6":{"d":"27,-49v-21,-84,-15,-195,74,-195v58,0,68,49,71,64r-42,13v-1,-9,-6,-38,-30,-38v-31,0,-32,40,-33,81v21,-46,107,-32,107,48v0,63,-43,80,-76,80v-53,0,-68,-44,-71,-53xm96,-113v-27,0,-27,32,-27,40v0,6,0,38,27,38v23,0,27,-22,27,-41v0,-11,-1,-37,-27,-37"},"7":{"d":"19,-193r4,-47r143,0r0,40v-25,34,-57,84,-59,200r-57,0v0,-18,1,-57,19,-104v17,-47,39,-73,51,-89r-101,0"},"8":{"d":"95,-244v36,-2,72,25,72,61v0,33,-20,45,-31,52v10,6,37,23,37,62v0,23,-12,73,-84,73v-37,0,-78,-27,-78,-66v0,-35,23,-48,39,-56v-11,-8,-32,-22,-32,-57v0,-43,22,-66,77,-69xm104,-147v8,-7,17,-17,17,-33v0,-6,-1,-30,-26,-30v-17,0,-28,11,-28,27v0,11,4,21,37,36xm80,-101v-10,6,-23,15,-23,35v0,19,12,33,34,33v23,0,33,-15,33,-28v0,-20,-20,-29,-44,-40"},"9":{"d":"15,-55r47,-9v2,11,5,29,25,29v31,0,30,-55,29,-75v-5,7,-15,21,-41,21v-46,0,-65,-42,-65,-76v0,-23,10,-79,76,-79v27,0,47,8,63,34v15,26,17,71,17,86v0,67,-17,128,-81,128v-54,0,-64,-39,-70,-59xm87,-205v-19,0,-26,18,-26,37v0,20,6,37,27,37v22,0,26,-20,26,-37v0,-24,-10,-37,-27,-37"},":":{"d":"22,-53r49,0r0,53r-49,0r0,-53xm22,-177r49,0r0,53r-49,0r0,-53","w":91},";":{"d":"22,-53r49,0r0,48r-30,62r-19,0r23,-57r-23,0r0,-53xm22,-177r49,0r0,53r-49,0r0,-53","w":91},"<":{"d":"170,-224r0,53r-99,51r99,51r0,53r-156,-82r0,-45"},"=":{"d":"166,-130r-148,0r0,-38r148,0r0,38xm166,-72r-148,0r0,-38r148,0r0,38"},">":{"d":"14,-16r0,-53r99,-51r-99,-51r0,-53r156,81r0,45"},"?":{"d":"58,-69v-11,-66,42,-63,44,-108v0,-21,-16,-24,-21,-24v-24,0,-25,30,-26,43r-45,-6v3,-55,33,-80,74,-80v64,0,71,51,71,68v0,57,-59,59,-55,107r-42,0xm55,-51r48,0r0,51r-48,0r0,-51","w":171},"@":{"d":"143,-183r24,0r-12,94v0,9,1,13,8,13v14,0,28,-26,28,-61v0,-31,-10,-84,-72,-84v-52,0,-81,44,-81,101v0,50,22,101,85,101v33,0,52,-13,62,-20r10,24v-22,14,-47,22,-74,22v-12,0,-60,-3,-89,-42v-57,-78,-18,-213,87,-213v74,0,101,57,101,108v0,57,-32,91,-62,91v-19,0,-23,-10,-27,-20v-23,41,-68,17,-68,-38v0,-54,50,-105,77,-60xm109,-81v21,0,20,-43,20,-48v0,-9,-2,-24,-13,-24v-13,0,-20,23,-20,45v0,15,3,27,13,27","w":226},"A":{"d":"65,-240r53,0r68,240r-53,0r-12,-49r-68,0r-12,49r-48,0xm63,-91r48,0r-24,-98","k":{"y":5,"Y":14,"V":7,"U":7,"T":14,"Q":7,"O":7,"G":7,"C":7}},"B":{"d":"148,-125v78,30,36,141,-44,125r-81,0r0,-240v69,2,159,-19,160,63v0,39,-24,47,-35,52xm73,-201r0,58v27,-1,53,7,56,-30v-5,-37,-29,-26,-56,-28xm73,-104r0,63v33,1,65,2,62,-32v-4,-42,-31,-28,-62,-31","w":202,"k":{"O":11,".":14,",":14}},"C":{"d":"140,-87r48,3v-4,48,-31,88,-84,88v-73,0,-90,-69,-90,-124v0,-43,11,-124,91,-124v61,0,79,51,82,93r-48,4v-1,-19,-3,-54,-34,-54v-29,0,-36,36,-36,85v0,40,5,77,36,77v29,0,33,-36,35,-48","w":196},"D":{"d":"190,-122v0,71,-37,128,-104,122r-63,0r0,-240r56,0v37,0,111,0,111,118xm75,-199r0,158v34,0,60,2,60,-81v0,-79,-27,-77,-60,-77","w":202,"k":{"Y":14,"W":4,"V":4,"A":14,".":18,",":18}},"E":{"d":"23,-240r145,0r0,41r-93,0r0,56r73,0r0,41r-73,0r0,59r93,0r0,43r-145,0r0,-240","w":171},"F":{"d":"23,-240r142,0r0,41r-90,0r0,63r69,0r0,41r-69,0r0,95r-52,0r0,-240","w":159,"k":{"o":7,"i":-9,"e":7,"a":16,"A":18,".":54,",":54}},"G":{"d":"107,-128r83,0r0,128r-22,0r-7,-27v-5,8,-20,31,-58,31v-60,0,-89,-54,-89,-120v0,-36,8,-128,94,-128v66,0,78,48,82,82r-47,8v-3,-18,-6,-47,-34,-47v-30,0,-40,33,-40,82v0,43,7,80,42,80v30,0,31,-32,32,-48r-36,0r0,-41","w":208},"H":{"d":"186,-240r0,240r-53,0r0,-98r-58,0r0,98r-52,0r0,-240r52,0r0,97r58,0r0,-97r53,0","w":208},"I":{"d":"23,-240r52,0r0,240r-52,0r0,-240","w":97},"J":{"d":"42,-240r53,0r0,159v0,45,-3,85,-64,85v-12,0,-20,-2,-33,-4r0,-44v28,5,44,3,44,-37r0,-159","w":116,"k":{"o":7,"e":7,"a":11,"A":4,".":18,",":18}},"K":{"d":"23,-240r52,0r0,100r59,-100r53,0r-60,88r65,152r-54,0r-43,-111r-20,30r0,81r-52,0r0,-240","w":190,"k":{"y":13,"o":9,"e":9,"O":11}},"L":{"d":"23,-240r52,0r0,195r78,0r0,45r-130,0r0,-240","w":153,"k":{"y":13,"Y":18,"W":18,"V":23,"T":14}},"M":{"d":"23,-240r77,0r34,148r38,-148r75,0r0,240r-49,0r0,-201r-49,201r-39,0r-44,-201r0,201r-43,0r0,-240","w":269},"N":{"d":"21,-240r58,0r62,149r0,-149r41,0r0,240r-47,0r-73,-174r0,174r-41,0r0,-240","w":202},"O":{"d":"101,-244v76,0,87,74,87,124v0,44,-8,124,-87,124v-77,0,-87,-76,-87,-124v0,-46,9,-124,87,-124xm101,-201v-26,0,-32,29,-32,81v0,52,6,81,32,81v27,0,32,-30,32,-81v0,-50,-4,-81,-32,-81","w":202,"k":{"Y":13,"X":9,"W":5,"V":9,"T":13,"J":9,"A":7,".":22,",":22}},"P":{"d":"23,-240v53,3,108,-14,138,18v34,36,29,92,-5,119v-25,20,-51,13,-81,14r0,89r-52,0r0,-240xm126,-166v0,-44,-24,-34,-51,-35r0,71v30,0,51,4,51,-36","k":{"o":4,"e":4,"a":11,"A":18,".":72,",":72}},"Q":{"d":"109,3v-83,2,-95,-55,-95,-123v0,-44,8,-124,87,-124v71,0,87,65,87,122v0,81,-26,103,-44,115v-5,15,22,23,36,15r0,39v-38,11,-76,-11,-71,-44xm69,-120v0,52,6,81,32,81v27,0,32,-30,32,-81v0,-50,-4,-81,-32,-81v-26,0,-32,29,-32,81","w":202,"k":{"U":9,".":18,",":18}},"R":{"d":"23,-240v73,-1,159,-13,158,73v0,42,-22,55,-34,62r45,105r-58,0r-32,-95r-27,0r0,95r-52,0r0,-240xm130,-168v-5,-43,-26,-31,-55,-33r0,67v32,3,58,-4,55,-34","w":196,"k":{"Y":5,"W":9,"V":7,"U":9,"O":9}},"S":{"d":"170,-188r-44,17v-3,-9,-10,-30,-34,-30v-18,0,-25,12,-25,22v0,17,15,22,41,32v27,11,66,25,66,74v0,66,-96,108,-148,51v-13,-15,-17,-30,-20,-40r46,-13v3,11,10,36,38,36v18,0,31,-10,31,-26v0,-17,-15,-24,-33,-30v-33,-12,-73,-26,-73,-75v0,-38,25,-74,77,-74v60,0,73,40,78,56","k":{".":5,",":5}},"T":{"d":"-4,-240r149,0r0,45r-49,0r0,195r-52,0r0,-195r-48,0r0,-45","w":141,"k":{"y":16,"w":16,"u":14,"r":18,"o":25,"i":-9,"e":25,"a":27,"O":13,"A":14,".":16,"-":14,",":16}},"U":{"d":"186,-240v-8,105,35,244,-81,244v-82,0,-82,-56,-82,-107r0,-137r52,0r0,137v0,35,0,64,34,64v36,0,32,-19,32,-64r0,-137r45,0","w":208,"k":{"A":11,".":18,",":18}},"V":{"d":"-5,-240r55,0r37,183r38,-183r46,0r-59,241r-59,-1","w":165,"k":{"u":5,"o":13,"i":-9,"e":13,"a":18,"O":4,"G":9,"A":7,".":18,",":18}},"W":{"d":"-2,-240r54,0r25,166r32,-166r48,0r29,167r30,-167r44,0r-51,241r-47,0r-32,-167r-33,167r-47,0","w":257,"k":{"u":14,"o":18,"i":-7,"e":18,"a":18,"O":5,".":22,",":22}},"X":{"d":"2,-240r58,0r29,63r31,-63r50,0r-57,109r64,131r-57,0r-36,-78r-39,78r-50,0r65,-123","w":171},"Y":{"d":"-10,-240r58,0r34,88r36,-88r51,0r-66,138r0,102r-53,0r0,-102","w":159,"k":{"u":13,"o":32,"i":-7,"e":32,"a":32,"O":13,"C":11,"A":14,".":36,",":36}},"Z":{"d":"8,-240r154,0r0,37r-100,160r103,0r0,43r-165,0r0,-37r102,-160r-94,0r0,-43","w":165},"[":{"d":"26,-240r74,0r0,22r-30,0r0,256r30,0r0,22r-74,0r0,-300","w":122},"\\":{"d":"51,-240r146,300r-33,0r-146,-300r33,0","w":190},"]":{"d":"96,60r-74,0r0,-22r31,0r0,-256r-31,0r0,-22r74,0r0,300","w":122},"^":{"d":"179,-114r-44,0r-43,-88r-43,88r-44,0r68,-129r38,0"},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"48,-172v51,-25,105,-6,105,62v0,28,-2,95,3,110r-45,0v-3,-7,-3,-11,-3,-27v-6,11,-18,31,-49,31v-24,0,-46,-14,-46,-49v0,-49,38,-62,91,-65v0,-18,2,-38,-18,-39v-16,0,-19,14,-21,28r-46,-5v1,-10,3,-33,29,-46xm80,-29v21,0,26,-30,24,-56v-28,4,-40,10,-40,34v0,12,4,22,16,22","w":171,"k":{"y":9,"w":9,"v":9}},"b":{"d":"161,-90v0,24,-13,94,-63,94v-29,0,-37,-18,-41,-27v-4,7,-6,10,-9,23r-30,0r0,-240r49,0r0,79v6,-7,16,-19,37,-19v44,0,57,47,57,90xm89,-147v-31,1,-22,42,-22,73v0,20,0,43,21,43v15,0,22,-12,22,-58v0,-46,-7,-58,-21,-58","w":171,"k":{"y":7,"v":7,".":14,",":14}},"c":{"d":"151,-112r-46,1v-2,-25,-8,-33,-20,-33v-14,0,-25,12,-25,53v0,27,3,55,24,55v16,0,20,-15,21,-33r46,3v-2,18,-8,70,-70,70v-60,0,-70,-55,-70,-93v0,-47,17,-92,73,-92v16,0,34,3,48,18v16,18,18,36,19,51","w":159},"d":{"d":"105,-240r48,0r0,240r-45,0r0,-29v-5,13,-13,32,-41,32v-48,0,-57,-56,-57,-91v0,-14,0,-92,59,-92v24,0,31,12,36,19r0,-79xm83,-32v32,0,22,-42,22,-71v0,-16,0,-44,-22,-44v-19,0,-21,23,-21,51v0,35,0,64,21,64","w":171},"e":{"d":"155,-81r-93,0v0,24,-1,50,24,50v21,0,23,-19,25,-30r44,3v-3,16,-13,62,-70,62v-78,0,-89,-85,-61,-152v20,-46,101,-38,118,-1v11,25,13,47,13,68xm62,-109r46,0v1,-10,1,-40,-23,-40v-22,0,-22,27,-23,40","w":165,"k":{"g":9}},"f":{"d":"27,-177v-6,-57,25,-78,80,-71r0,39v-23,-4,-37,3,-33,32r31,0r0,38r-31,0r0,139r-47,0r0,-139r-21,0r0,-38r21,0","w":104},"g":{"d":"169,-207r0,32v-13,-1,-23,-5,-29,15v41,53,-15,102,-74,86v-22,16,-15,26,18,26v62,2,83,9,83,52v0,55,-58,59,-87,59v-15,0,-72,0,-72,-42v0,-22,17,-30,28,-34v-5,-2,-23,-10,-23,-30v0,-22,19,-33,31,-39v-11,-6,-26,-15,-26,-45v-1,-57,67,-62,104,-46v0,-23,17,-40,47,-34xm86,-155v-13,0,-17,10,-17,30v0,11,1,27,17,27v13,0,16,-9,16,-28v0,-22,-6,-29,-16,-29xm105,-4v-21,-1,-57,-14,-56,18v0,12,12,18,39,18v43,0,44,-35,17,-36","w":165,"k":{"y":-7,"r":7,"o":9,"e":9,"a":7,".":-5,",":-9}},"h":{"d":"18,-240r50,0r0,81v5,-8,14,-22,43,-22v45,0,45,36,45,67r0,114r-49,0r0,-114v0,-17,0,-29,-17,-29v-22,0,-22,16,-22,30r0,113r-50,0r0,-240","w":171,"k":{"y":4}},"i":{"d":"18,-177r50,0r0,177r-50,0r0,-177xm68,-193r-50,0r0,-49r50,0r0,49","w":85},"j":{"d":"20,-177r49,0r0,171v0,35,0,71,-46,71v-10,0,-18,-1,-26,-2r0,-41v19,3,23,-2,23,-29r0,-170xm69,-193r-50,0r0,-49r50,0r0,49","w":86},"k":{"d":"18,-240r50,0r0,131r50,-68r45,0r-45,59r49,118r-53,0r-28,-82r-18,25r0,57r-50,0r0,-240","w":165,"k":{"o":5,"e":5}},"l":{"d":"18,-240r50,0r0,240r-50,0r0,-240","w":86},"m":{"d":"18,0r0,-177r47,0r0,24v5,-10,14,-28,43,-28v31,0,36,17,39,28v5,-12,14,-28,43,-28v45,0,45,33,45,65r0,116r-49,0r0,-111v0,-20,0,-32,-16,-32v-18,0,-18,14,-18,40r0,103r-50,0r0,-112v0,-22,0,-31,-15,-31v-18,0,-19,15,-19,40r0,103r-50,0","w":251},"n":{"d":"18,-177r47,0r0,24v10,-27,55,-44,84,-10v15,42,4,109,7,163r-49,0r0,-117v0,-15,-2,-26,-17,-26v-22,0,-22,17,-22,39r0,104r-50,0r0,-177","w":171,"k":{"y":7,"v":4}},"o":{"d":"83,-181v52,0,72,37,72,92v0,57,-21,93,-73,93v-51,0,-72,-36,-72,-93v0,-55,20,-92,73,-92xm104,-89v0,-47,-5,-58,-22,-58v-15,0,-20,15,-20,58v0,47,6,58,21,58v14,0,21,-10,21,-58","w":165,"k":{"y":4}},"p":{"d":"104,-180v42,1,58,46,57,89v0,25,-4,94,-60,94v-20,0,-29,-10,-34,-16r0,73r-49,0r0,-237r46,0r0,26v6,-11,16,-29,40,-29xm89,-147v-33,0,-22,45,-22,75v0,25,0,40,21,40v20,0,22,-22,22,-59v0,-31,-2,-56,-21,-56","w":171,"k":{"y":4}},"q":{"d":"126,-177r27,0r-1,237r-49,0r0,-78v-37,46,-93,10,-93,-68v0,-24,2,-94,61,-94v25,0,36,16,42,26v6,-8,9,-12,13,-23xm82,-32v27,1,21,-45,21,-75v0,-28,-4,-40,-21,-40v-17,0,-20,12,-20,54v0,38,0,61,20,61","w":171},"r":{"d":"18,-177r44,0r0,42v3,-17,17,-51,50,-44r0,48v-40,-6,-44,39,-44,54r0,77r-50,0r0,-177","w":110,"k":{"y":-18,"v":-18,"u":-7,"t":-7,"r":-7,"n":-7,"m":-7,"l":-7,"c":5,"a":9,";":-14,":":-14,".":14,",":14}},"s":{"d":"135,-135r-35,10v3,-18,-40,-36,-41,-8v0,14,9,17,29,24v25,9,53,19,53,55v0,26,-19,58,-68,58v-58,0,-64,-40,-66,-53r39,-7v2,7,6,27,28,27v5,0,20,-1,20,-17v0,-14,-11,-17,-28,-23v-19,-6,-54,-18,-54,-56v0,-72,114,-73,123,-10","w":147,"k":{"w":7}},"t":{"d":"109,0v-49,14,-83,-6,-83,-68r0,-71r-20,0r0,-38r22,0r4,-53r42,-4r0,57r33,0r0,38r-33,0v8,40,-24,114,35,101r0,38","w":110},"u":{"d":"16,-177r49,0r0,114v0,17,0,28,17,28v22,0,22,-14,22,-52r0,-90r49,0r0,177r-46,0r0,-24v-9,15,-17,28,-46,28v-45,0,-45,-34,-45,-66r0,-115","w":171},"v":{"d":"-4,-177r48,0r24,104r25,-104r41,0r-49,177r-39,0","w":128,"k":{"a":11,".":18,",":18}},"w":{"d":"-3,-177r48,0r21,108r20,-108r48,0r16,108r24,-108r39,0r-45,177r-41,0r-23,-121r-22,121r-40,0","w":208,"k":{"a":11,".":18,",":18}},"x":{"d":"-2,-177r54,0r19,41r23,-41r42,0r-45,78r53,99r-54,0r-26,-53r-30,53r-43,0r53,-91","w":135},"y":{"d":"-5,-177r50,0r24,108r23,-108r42,0r-53,180v-8,41,-30,70,-78,57r0,-39v24,3,39,3,43,-24","w":128,"k":{"a":11,".":22,",":22}},"z":{"d":"13,-177r111,0r0,31r-66,111r68,0r0,35r-119,0r0,-35r65,-107r-59,0r0,-35","w":128},"{":{"d":"16,-75r0,-30v18,0,18,-4,18,-37r0,-43v-1,-56,19,-56,62,-55r0,24v-47,-7,9,120,-40,126v30,3,21,57,21,95v0,27,1,31,19,31r0,24v-42,1,-58,2,-62,-55v-2,-29,16,-78,-18,-80","w":122},"|":{"d":"117,-270r0,360r-54,0r0,-360r54,0","w":180},"}":{"d":"108,-105r0,30v-34,1,-16,47,-18,80v-4,57,-20,56,-63,55r0,-24v48,7,-8,-118,41,-126v-31,-1,-21,-58,-21,-95v0,-27,-1,-31,-20,-31r0,-24v43,-1,63,-1,63,55v0,26,-11,88,18,80","w":122},"~":{"d":"123,-85v-23,0,-60,-25,-67,-21v-13,0,-20,14,-25,22r-26,-21v24,-45,38,-67,94,-37v30,16,43,6,54,-14r26,22v-7,18,-20,49,-56,49"},"'":{"d":"66,-240r-6,105r-33,0r-7,-105r46,0","w":86},"`":{"d":"107,-211r-14,14r-65,-40r20,-30","w":165},"\u00a0":{"w":91,"k":{"Y":18,"W":18,"V":18,"T":18,"A":18}}}});
;
/****** FILE: themes/ujafny/js/core.js *****/

if(eval("typeof( Cufon ) != 'undefined'"))
{Cufon.replace('#primary ul a.t',{fontFamily:'ITCFranklinGothic LT MedCn',hover:true});Cufon.replace('#subnav-title h2',{fontFamily:'FranklinGothic_DemiCnd'});Cufon.replace('.cufon-frankdemi',{fontFamily:'FranklinGothic_DemiCnd'});}
var httpQuery=window.location.href.split('?')[1];var urlParams={};if(httpQuery)
{var segs=httpQuery.split('&');for(var i=0;i<segs.length;++i)
{var keyValue=segs[i].split('=');if(keyValue[0].indexOf('[]')!=-1)
{if(typeof(urlParams[keyValue[0]])=='undefined')
{urlParams[keyValue[0]]=[];}
urlParams[keyValue[0]].push(unescape(keyValue[1]));continue;}
urlParams[keyValue[0]]=unescape(keyValue[1]);}}
(function($){$(document).ready(function()
{$('.PageLimitForm select').change(function(){var newPageSize=$('.PageLimitForm option:selected').val();var defaults={page:1,pageSize:$('.PageLimitForm option:first').val()};urlParams=jQuery.extend(defaults,urlParams);var offset=(urlParams.page*urlParams.pageSize)-urlParams.pageSize;urlParams.page=Math.round(offset/newPageSize)<1?1:Math.round(offset/newPageSize);urlParams.pageSize=newPageSize;if(document.location.href.indexOf('?')!=-1){document.location.href=document.location.href.replace(/\?(.*)/,'?'+jQuery.param(urlParams));}
else
{document.location.href=document.location.href+jQuery.param(urlParams);}});$('#search_box form').submit(function(){if($('#search_box-query').val()=='')
{return false;}});$('.submit').bind('click',function()
{$(this).parents('form').submit();});$('.submit').bind('keypress',function(e)
{if(e.which==13){$(this).parents('form').submit();}});$('.submit').focus(function(){$(this).addClass('hover');});$('.submit').blur(function(){$(this).removeClass('hover');});$('.submit').after("<input type='submit' tabindex='-1' style='width: 0; height: 0; border: none; padding: 0; font-size: 0; position: absolute; top: -500px; left: -500px' />");$("#primary ul li a.t").prepend("<span class='r'></span>");$("#primary ul li a.t").prepend("<span class='l'></span>");$(".button").wrapInner("<span class='r'></span>");$(".button .r").wrapInner("<span class='l'></span>");$("#primary select").change(function(){var url=$(this).val();if(url.length)
{$(this).val("");window.location=url;}});$('.print').click(function(){window.print();});if($('.sharethis').length&&$.isFunction($('.sharethis').sharethis))
{try{$('.sharethis').sharethis('http://w.sharethis.com/button/sharethis.js#publisher=e86b9be2-1b1b-4113-b232-f9a12e4719c7&amp;type=website&amp;offsetLeft=-310');}
catch(err)
{}}
$.ga.load('UA-328838-1');})})(jQuery);
;
