
(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")}})})();
(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.2",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);(function(b){var a=b.tools.tooltip;a.effects=a.effects||{};a.effects.slide={version:"1.0.0"};b.extend(a.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!b.browser.msie});var c={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};b.tools.tooltip.addEffect("slide",function(d){var f=this.getConf(),g=this.getTip(),h=f.slideFade?{opacity:f.opacity}:{},e=c[f.direction]||c.up;h[e[1]]=e[0]+"="+f.slideOffset;if(f.slideFade){g.css({opacity:0})}g.show().animate(h,f.slideInSpeed,d)},function(e){var g=this.getConf(),i=g.slideOffset,h=g.slideFade?{opacity:0}:{},f=c[g.direction]||c.up;var d=""+f[0];if(g.bounce){d=d=="+"?"-":"+"}h[f[1]]=d+"="+i;this.getTip().animate(h,g.slideOutSpeed,function(){b(this).hide();e.call()})})})(jQuery);(function(d){var c=d.tools.tooltip;c.plugins=c.plugins||{};c.plugins.dynamic={version:"1.0.1",conf:{api:false,classNames:"top right bottom left"}};function b(h){var e=d(window);var g=e.width()+e.scrollLeft();var f=e.height()+e.scrollTop();return[h.offset().top<=e.scrollTop(),g<=h.offset().left+h.width(),f<=h.offset().top+h.height(),e.scrollLeft()>=h.offset().left]}function a(f){var e=f.length;while(e--){if(f[e]){return false}}return true}d.fn.dynamic=function(g){var h=d.extend({},c.plugins.dynamic.conf),f;if(typeof g=="number"){g={speed:g}}g=d.extend(h,g);var e=g.classNames.split(/\s/),i;this.each(function(){if(d(this).tooltip().jquery){throw"Lazy feature not supported by dynamic plugin. set lazy: false for tooltip"}var j=d(this).tooltip().onBeforeShow(function(n,o){var m=this.getTip(),l=this.getConf();if(!i){i=[l.position[0],l.position[1],l.offset[0],l.offset[1],d.extend({},l)]}d.extend(l,i[4]);l.position=[i[0],i[1]];l.offset=[i[2],i[3]];m.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var k=b(m);if(!a(k)){if(k[2]){d.extend(l,g.top);l.position[0]="top";m.addClass(e[0])}if(k[3]){d.extend(l,g.right);l.position[1]="right";m.addClass(e[1])}if(k[0]){d.extend(l,g.bottom);l.position[0]="bottom";m.addClass(e[2])}if(k[1]){d.extend(l,g.left);l.position[1]="left";m.addClass(e[3])}if(k[0]||k[2]){l.offset[0]*=-1}if(k[1]||k[3]){l.offset[1]*=-1}}m.css({visibility:"visible"}).hide()});j.onShow(function(){var l=this.getConf(),k=this.getTip();l.position=[i[0],i[1]];l.offset=[i[2],i[3]]});j.onHide(function(){var k=this.getTip();k.removeClass(g.classNames)});f=j});return g.api?f:this}})(jQuery);
(function(){Code={_init:function(){Code.QueryString._init();Code.UserAgent._init();if(Code.UserAgent.isIElt7){try{document.execCommand("BackgroundImageCache",false,true);}
catch(e){}}},websiteRoot:'/',breakOutOfFrames:function(){if(top.location!=self.location){top.location=self.location.href;}},clone:function(obj){return Code.merge({},obj);},coalesce:function(){for(var i=0;i<arguments.length;i++){if(!Code.Type.isNothing(arguments[i])){return arguments[i];}}
return null;},mergeObjects:function(destObj,sourceObj,overwriteProperties){if(Code.Type.isNothing(overwriteProperties)){overwriteProperties=true;}
if(destObj&&sourceObj&&Code.Type.isObject(sourceObj)){for(var prop in sourceObj){if(overwriteProperties){destObj[prop]=sourceObj[prop];}
else{if(typeof destObj[prop]=="undefined"){destObj[prop]=sourceObj[prop];}}}}
return destObj;},redirect:function(url,delay){if(Code.Type.isNumber(delay)){setTimeout(function(){window.location=url;},delay);}
else{window.location=url;}},registerNamespace:function(){var args=arguments,obj=null,i,j;for(i=0;i<args.length;++i){var ns=args[i];var nsParts=ns.split(".");var root=nsParts[0];eval('if (typeof '+root+' == "undefined"){'+root+' = {};} obj = '+root+';');for(j=1;j<nsParts.length;++j){obj[nsParts[j]]=obj[nsParts[j]]||{};obj=obj[nsParts[j]];}}},resolveUrl:function(url){if(!Code.Type.isString(url)){return Code.websiteRoot;}
return url.replace(/~\//,Code.websiteRoot);}};Code.QueryString={_init:function(){Code.QueryString.current=Code.QueryString.toObject(location.search.substring(1,location.search.length));},current:{},getValue:function(key,defaultValue,queryStringObject){if(!Code.Type.isString(defaultValue)){defaultValue='';}
if(!Code.Type.isNothing(queryStringObject)){return Code.coalesce(queryStringObject[key],defaultValue);}
return Code.coalesce(Code.QueryString.current[key],defaultValue);},toObject:function(text,overwrite){if(!Code.Type.isString(text)){return{};}
var obj={};var pairs=text.split('&');var pair,name,value;for(var i=0,len=pairs.length;i<len;i++){pair=pairs[i].split('=');name=decodeURIComponent(pair[0]);value=decodeURIComponent(pair[1]);if(overwrite!==true){if(Code.Type.isUndefined(obj[name])){obj[name]=value;}
else if(Code.Type.isString(obj[name])){obj[name]=[obj[name]];obj[name].push(value);}
else{obj[name].push(value);}}
else{obj[name]=value;}}
return obj;},fromObject:function(obj){if(Code.Type.isNothing(obj)){return'';}
var buf=[];for(var key in obj){var ov=obj[key],k=encodeURIComponent(key);if(Code.Type.isUndefined(ov)){buf.push(k,"=&");}
else if(!Code.Type.isFunction(ov)&&!Code.Type.isObject(ov)){buf.push(k,"=",encodeURIComponent(ov),"&");}
else if(Code.Type.isArray(ov)){if(ov.length){for(var i=0,len=ov.length;i<len;i++){buf.push(k,"=",encodeURIComponent(ov[i]===undefined?'':ov[i]),"&");}}
else{buf.push(k,"=&");}}}
buf.pop();return buf.join("");}};Code.String={endsWith:function(str,pattern,ignoreCase){if(!Code.Type.isString(str)){return'';}
if(!Code.Type.isNothing(ignoreCase)){if(ignoreCase){str=str.toLowerCase();pattern=pattern.toLowerCase();}}
var d=str.length-pattern.length;return d>=0&&str.lastIndexOf(pattern)===d;},escapeHtml:function(str){if(!Code.Type.isString(str)){return'';}
return str.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;');},left:function(str,length){if(!Code.Type.isString(str)){return'';}
return str.substring(0,length);},makeUrlSafe:function(str,toLower,wordSeparator){if(!Code.Type.isString(str)){return'';}
str=str.replace(/[^a-zA-Z0-9 ]/g,' ');str=str.replace(/\s{2,}/g,' ');if(!Code.Type.isString(wordSeparator)){wordSeparator='-';}
str=str.replace(/\s/g,wordSeparator);if(Code.Type.isNothing(toLower)){toLower=true;}
if(toLower){str=str.toLowerCase();}
return str;},mid:function(str,start,end)
{if(!Code.Type.isString(str)){return'';}
if(!start){start=0};if(!end||end>str.length){end=str.length};if(end!=str.length){end=start+end};return str.substring(start,end);},right:function(str,length)
{if(!Code.Type.isString(str)){return'';}
return str.substring((str.length-length),str.length);},startsWith:function(str,pattern,ignoreCase){if(!Code.Type.isString(str)){return'';}
if(!Code.Type.isNothing(ignoreCase)){if(ignoreCase){str=str.toLowerCase();pattern=pattern.toLowerCase();}}
return str.indexOf(pattern)===0;},stripWhitespace:function(str)
{if(!Code.Type.isString(str)){return'';}
var exp=new RegExp('\\s{1,}','gi');return str.replace(exp,'');},stripTags:function(str){if(!Code.Type.isString(str)){return'';}
return str.replace(/<\/?[^>]+>/gi,'');},times:function(str,count){if(!Code.Type.isString(str)){return'';}
return count<1?'':new Array(count+1).join(str);},trim:function(str)
{if(!Code.Type.isString(str)){return'';}
return Code.String.trimEnd(Code.String.trimStart(str));},trimEnd:function(str)
{if(!Code.Type.isString(str)){return'';}
while(str.charAt((str.length-1))==" "){str=str.substring(0,str.length-1);}
return str;},trimStart:function(str)
{if(!Code.Type.isString(str)){return'';}
while(str.charAt(0)==" "){str=str.replace(str.charAt(0),"");}
return str;},truncate:function(str,length,truncation){if(!Code.Type.isString(str)){return'';}
length=length||30;truncation=Code.Type.isNothing(truncation)?'...':truncation;return str.length>length?str.slice(0,length-truncation.length)+truncation:String(str);},unescapeHtml:function(str){if(!Code.Type.isString(str)){return'';}
return str.replace(/&amp;/g,'&').replace(/&lt;/g,'<').replace(/&gt;/g,'>');}};Code.Type={isArray:function(obj){return obj&&Code.Type.isFunction(obj.pop);},isDate:function(obj){return obj&&Code.Type.isFunction(obj.getFullYear);},isDOMElement:function(obj){return obj&&obj.nodeType==1;},isFunction:function(obj){return typeof obj=="function";},isString:function(obj){return typeof obj=="string";},isNull:function(obj){return obj===null;},isNothing:function(obj){if(Code.Type.isUndefined(obj)||Code.Type.isNull(obj)){return true;}
return false;},isNumber:function(obj){return typeof obj=="number";},isObject:function(obj){return typeof obj=="object";},isUndefined:function(obj){return typeof obj=="undefined";}};Code.JSON={_pad:function(n){return n<10?"0"+n:n;},_m:{"\b":'\\b',"\t":'\\t',"\n":'\\n',"\f":'\\f',"\r":'\\r','"':'\\"',"\\":'\\\\'},_encodeString:function(s){if(/["\\\x00-\x1f]/.test(s)){return'"'+s.replace(/([\x00-\x1f\\"])/g,function(a,b){var c=Code.JSON._m[b];if(c){return c;}
c=b.charCodeAt();return"\\u00"+
Math.floor(c/16).toString(16)+
(c%16).toString(16);})+'"';}
return'"'+s+'"';},_encodeArray:function(o){var a=["["],b,i,l=o.length,v;for(i=0;i<l;i+=1){v=o[i];switch(typeof v){case"undefined":case"function":case"unknown":break;default:if(b){a.push(',');}
a.push(v===null?"null":Code.JSON.fromObject(v));b=true;}}
a.push("]");return a.join("");},_encodeDate:function(o){return'"'+o.getFullYear()+"-"+
Code.JSON._pad(o.getMonth()+1)+"-"+
Code.JSON._pad(o.getDate())+"T"+
Code.JSON._pad(o.getHours())+":"+
Code.JSON._pad(o.getMinutes())+":"+
Code.JSON._pad(o.getSeconds())+'"';},fromObject:function(obj){if(typeof obj=="undefined"||obj===null){return"null";}
else if(Code.Type.isArray(obj)){return Code.JSON._encodeArray(obj);}
else if(Code.Type.isDate(obj)){return Code.JSON._encodeDate(obj);}
else if(typeof obj=="string"){return Code.JSON._encodeString(obj);}
else if(typeof obj=="number"){return isFinite(obj)?String(obj):"null";}
else if(typeof obj=="boolean"){return String(obj);}
else{var a=["{"],b,i,v;for(i in obj){if(obj.hasOwnProperty(i)){v=obj[i];switch(typeof v){case"undefined":case"function":case"unknown":break;default:if(b){a.push(',');}
a.push(Code.JSON.fromObject(i),":",v===null?"null":Code.JSON.fromObject(v));b=true;}}}
a.push("}");return a.join("");}},toObject:function(json){return eval("("+json+')');}};Code.UserAgent={userAgentString:'',browser:{id:'unknown',version:'0.0',majorVersion:'0',minorVersion:'0',engine:'unknown',engineVersion:'0.0',engineMajorVersion:'0',engineMinorVersion:'0',isStrict:false,isBorderBox:false},os:{id:'unknown',version:'0.0'},flash:{status:'unknown',version:'0'},isChrome:false,isIE:false,isIE5_5:false,isIE6:false,isIElt7:false,isIE7:false,isIE8:false,isSafari:false,isSafari2:false,isSafari3:false,isOpera:false,isFirefox:false,isFirefox2:false,isFirefox3:false,isGecko:false,isKHTML:false,isWebKit:false,hasFlash:false,hasFlash9:false,hasFlash8:false,hasFlash7:false,isWindows:false,isWindowsXP:false,isWindowsVista:false,isLinux:false,isMacOSX:false,_init:function(){var ua=navigator.userAgent.toLowerCase();this.userAgentString=ua;this.browser.isStrict=document.compatMode=="CSS1Compat";if(ua.search(/msie\s(\d+(\.?\d)*)/)!=-1){this.browser.id="msie";this.browser.version=ua.match(/msie\s(\d+(\.?\d)*)/)[1];this.browser.engine="msie";this.browser.engineVersion=this.browser.version;this.isIE=true;switch(parseInt(this.browser.version)){case 8:this.isIE8=true;break;case 7:this.isIE7=true;break;case 6:this.isIE6=true;this.isIElt7=true;break;default:this.isIElt7=true;if(this.browser.version=='5.5'){this.isIE5_5=true;}
break;}
if(!this.browser.isStrict){this.browser.isBorderBox=true;}}
else if(ua.search(/firefox[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="firefox";this.browser.version=ua.match(/firefox[\/\s](\d+([\.-]\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;this.isFirefox=true;switch(parseInt(this.browser.version)){case 3:this.isFirefox3=true;break;case 2:this.isFirefox2=true;break;default:break;}}
else if(ua.search(/chrome\/(\d)*/)!=-1){this.browser.id="chrome";this.browser.version=ua.match(/chrome\/(\d+(\.?\d*)*)/)[1];this.browser.engine="webkit";this.browser.engineVersion=ua.match(/applewebkit\/(\d+(\.?\d*)*)/)[1];this.isChrome=true;this.isWebKit=true;}
else if(ua.search(/safari\/(\d)*/)!=-1){this.browser.id="safari";this.browser.version=ua.match(/safari\/(\d+(\.?\d*)*)/)[1];this.browser.engine="webkit";this.browser.engineVersion=ua.match(/applewebkit\/(\d+(\.?\d*)*)/)[1];this.isSafari=true;this.isWebKit=true;if(ua.indexOf('webkit/5')!=-1){this.isSafari3=true;}
else if(ua.indexOf('webkit/4')!=-1){this.isSafari2=true;}}
else if(ua.search(/opera[\/\s](\d+(\.?\d)*)/)!=-1){this.browser.id="opera";this.browser.version=ua.match(/opera[\/\s](\d+(\.?\d)*)/)[1];this.browser.engine="opera";this.browser.engineVersion=this.browser.version;this.isOpera=true;}
else if(ua.search(/camino[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="camino";this.browser.version=brs.match(/camino[\/\s](\d+([\.-]\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
else if(ua.search(/konqueror[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="konqueror";this.browser.version=ua.match(/konqueror[\/\s](\d+([\.-]\d)*)/)[1];this.browser.engine="khtml";}
else if(brs.search(/netscape6[\/\s](\d+([\.-]\d)*)/)!=-1){this.browser.id="netscape";this.browser.version=ua.match(/netscape6[\/\s](\d+([\.-]s\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
else if(ua.search(/netscape\/(7\.\d*)/)!=-1){this.browser.id="netscape";this.browser.version=ua.match(/netscape\/(7\.\d*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
else if(ua.search(/netscape4\/(\d+([\.-]\d)*)/)!=-1){this.browser.id="netscape";this.browser.version=ua.match(/netscape4\/(\d+([\.-]\d)*)/)[1];this.browser.engine="mozold";this.browser.engineVersion=this.browser.version;}
else if((ua.search(/mozilla\/(4.\d*)/)!=-1)&&(ua.search(/msie\s(\d+(\.?\d)*)/)==-1)){this.browser.id="netscape";this.browser.version=ua.match(/mozilla\/(4.\d*)/)[1];this.browser.engine="mozold";this.browser.engineVersion=this.browser.version;}
else if((ua.search(/mozilla\/5.0/)!=-1)&&(ua.search(/gecko\//)!=-1)){this.browser.id="mozsea";this.browser.version=ua.match(/rv\x3a(\d+(\.?\d)*)/)[1];this.browser.engine="gecko";this.browser.engineVersion=getGeckoVersion();this.isGecko=true;}
this.browser.majorVersion=getMajorVersion(this.browser.version);this.browser.minorVersion=getMinorVersion(this.browser.version);this.browser.engineMajorVersion=getMajorVersion(this.browser.engineVersion);this.browser.engineMinorVersion=getMinorVersion(this.browser.engineVersion);if((ua.search(/windows/)!=-1)||((ua.search(/win9\d{1}/)!=-1))){this.isWindows=true;this.os.id="windows";if(ua.search(/nt\s6\.0/)!=-1){this.os.version="vista";this.isWindowsVista=true;}
else if(ua.search(/nt\s5\.1/)!=-1){this.os.version="xp";this.isWindowsXP=true;}
else if(ua.search(/nt\s5\.0/)!=-1){this.os.version="2000";}
else if((ua.search(/win98/)!=-1)||(ua.search(/windows\s98/)!=-1)){this.os.version="98";}
else if(ua.search(/windows\sme/)!=-1){this.os.version="me";}
else if(ua.search(/nt\s5\.2/)!=-1){this.os.version="2003";}
else if((ua.search(/windows\s95/)!=-1)||(ua.search(/win95/)!=-1)){this.os.version="95";}
else if((ua.search(/nt\s4\.0/)!=-1)||(ua.search(/nt4\.0/))!=-1){this.os.version="nt4";}}
else if(ua.search(/linux/)!=-1){this.isLinux=true;this.os.id="linux";try{this.os.version=ua.match(/linux\s?(\d+(\.?\d)*)/)[1];}catch(e){}}
else if(ua.search(/mac\sos\sx/)!=-1){this.isMacOSX=true;this.os.id="macosx";}
else if((ua.search(/macintosh/)!=-1)||(brs.search(/mac\x5fpowerpc/)!=-1)){this.os.id="macclassic";}
if(this.isIE){for(var i=15;i>0;i--){try{var flash=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);this.flash.version=i;break;}catch(e){}}
if(this.flash.version>0){this.flash.status='installed';}
else{this.flash.status='notinstalled';}}
else{var x,y;if(navigator.plugins&&navigator.plugins.length){x=navigator.plugins["Shockwave Flash"];if(x){this.flash.status='installed';if(x.description)
{y=x.description;this.flash.version=y.substring(y.indexOf('.')-2,y.indexOf('.'));this.flash.version=this.flash.version.replace(/^\s+|\s+$/g,'');}}
else{this.flash.status='notinstalled';}
if(navigator.plugins["Shockwave Flash 2.0"]){this.flash.status='installed';}}
else if(navigator.mimeTypes&&navigator.mimeTypes.length){x=navigator.mimeTypes['application/x-shockwave-flash'];if(x&&x.enabledPlugin){this.flash.status='installed';}
else{this.flash.status='notinstalled';}}}
if(this.flash.status=='installed'){this.hasFlash=true;switch(parseInt(this.flash.version)){case 9:this.hasFlash9=true;break;case 8:this.hasFlash8=true;break;case 7:this.hasFlash7=true;break;default:break;}}
function getGeckoVersion(){return ua.match(/gecko\/([0-9]+)/)[1];}
function getMajorVersion(v){return(isEmpty(v)?-1:(hasDot(v)?v:v.match(/(\d*)(\.\d*)*/)[1]))}
function getMinorVersion(v){return(!isEmpty(v)?(!hasDot(v)?v.match(/\.(\d*([-\.]\d*)*)/)[1]:0):-1)}
function isEmpty(input){return(input==null||input=="")}
function hasDot(input){return(input.search(/\./)==-1)}}};Code.Resources={_resources:{},setResources:function(resourcesObj){Code.Resources._resources=resourcesObj;},getResource:function(classKey,resourceKey,defaultValue){var resourceObj=Code.Resources._resources[classKey];if(defaultValue==null){defaultValue='Resource "#classKey#, #resourceKey#" not found.'}
defaultValue=defaultValue.replace(/#classKey#/g,classKey).replace(/#resourceKey#/g,resourceKey);if(resourceObj==null){return defaultValue;}
var value=resourceObj[resourceKey];return(Code.Type.isNothing(value))?defaultValue:value;}};Code._init();var initializingClass=false,fnTest=/xyz/.test(function(){xyz;})?/\b_super\b/:/.*/;Code.Class=function(){};Code.Class.extend=function(prop){var _super=this.prototype;initializingClass=true;var prototype=new this();initializingClass=false;for(var name in prop){prototype[name]=typeof prop[name]=="function"&&typeof _super[name]=="function"&&fnTest.test(prop[name])?(function(name,fn){return function(){var tmp=this._super;this._super=_super[name];var ret=fn.apply(this,arguments);this._super=tmp;return ret;};})(name,prop[name]):prop[name];}
function Class(){if(!initializingClass&&this.init)
this.init.apply(this,arguments);}
Class.prototype=prototype;Class.constructor=Class;Class.extend=arguments.callee;return Class;};})();
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-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;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,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:'+(g?"middle":"text-bottom")+";}.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>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
Cufon.registerFont({"w":150,"face":{"font-family":"GrotRoughCode","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-36 -302 264 73.0469","underline-thickness":"18","underline-position":"-27","stemh":"23","stemv":"52","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":87},"!":{"d":"15,-258v-2,-15,13,-11,28,-10r37,3v8,67,-7,126,-14,193v-17,0,-29,-1,-38,-2r-12,-131v-1,-22,1,-32,-1,-53xm19,-63v11,0,51,-2,59,3v-2,19,3,45,-2,60r-57,0v-8,-13,-6,-48,0,-63xm49,-48v0,1,1,2,3,2xm24,-12v0,1,-2,2,0,2r0,-2","w":95},"%":{"d":"247,-291v5,1,15,-3,17,2xm186,-272v13,6,32,6,49,6v0,19,-12,23,-25,42r-107,155v-17,27,-28,47,-49,70v-13,2,-30,2,-48,2v-2,-26,20,-36,34,-56xm64,-267v56,-6,59,102,17,117v-56,21,-68,-41,-53,-94v9,-15,14,-21,36,-23xm70,-246v-26,0,-9,37,-16,62v0,4,1,10,4,16v22,5,16,-20,17,-38v0,-23,7,-35,-5,-40xm183,-118v51,4,44,114,-6,118v-56,4,-46,-64,-36,-102v3,-4,8,-9,15,-15v12,-1,21,-2,27,-1xm177,-19v13,-14,5,-50,7,-74v-22,-12,-18,12,-19,35v3,19,-11,37,12,39","w":240},"&":{"d":"90,-267v67,0,79,75,41,109v-4,3,-24,7,-15,19v7,11,9,20,17,33v10,-9,13,-15,29,-28v5,9,13,38,14,56v-4,7,-30,18,-21,34v5,9,12,24,20,43v-17,3,-39,-1,-58,0v-2,1,-5,-10,-9,-8v-39,24,-104,5,-95,-50v0,-1,-5,0,-6,-3v-1,-53,15,-76,44,-94v-22,-49,-20,-111,39,-111xm113,-207v-10,-8,-29,2,-17,16v6,14,6,6,16,0v2,-5,2,-10,1,-16xm68,-55v38,-2,4,-34,-1,-54v-18,7,-14,48,1,54","w":182},"'":{"d":"12,-266v9,-3,32,-5,41,1v-2,41,9,90,-41,86v1,-3,-1,-9,1,-10v13,-1,17,-7,20,-17r-21,-1r0,-59xm51,-256r0,0r0,0xm28,-240v0,1,-1,4,-1,8v0,-2,1,-7,1,-8xm28,-231v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm47,-203r1,0r-1,0xm46,-202r0,0r0,0xm4,-166r-3,0r3,0xm-1,-166r0,0r0,0","w":65},"(":{"d":"53,0v-36,-44,-59,-151,-24,-217v9,-17,16,-36,28,-51v9,0,29,-1,38,-1v-59,73,-55,196,-13,260v4,7,12,4,5,11v-9,-3,-20,-3,-34,-2","w":104},")":{"d":"7,0v52,-56,65,-198,6,-268v12,-5,36,1,37,-2v28,42,47,99,40,169v-12,37,-22,71,-45,101v-6,-1,-33,1,-38,0","w":104},"*":{"d":"4,-226v1,-22,21,-23,37,-9v9,-9,-3,-28,1,-34v36,-3,15,15,19,34v7,1,18,-9,31,-9v-2,20,19,23,-21,24v-5,0,-7,2,-6,7v4,3,7,10,19,23v-6,3,-14,6,-19,13v-3,-3,-10,-23,-16,-27v-6,5,-12,16,-17,25v-8,-5,-27,-14,-13,-22v3,-7,27,-15,10,-19","w":101},",":{"d":"14,-66v14,-4,41,-3,57,0v1,20,0,37,-1,70v-13,24,-26,36,-55,40v-5,-15,6,-14,14,-24v3,-9,9,-16,7,-20v-8,-1,-18,2,-23,-1","w":82},"-":{"d":"13,-123r74,2v0,8,-5,31,0,41v-23,2,-57,1,-77,0v5,-22,-2,-31,3,-43","w":98},"\u2010":{"d":"13,-123r74,2v0,8,-5,31,0,41v-23,2,-57,1,-77,0v5,-22,-2,-31,3,-43","w":98},".":{"d":"14,-63v13,-8,38,-4,58,-1r-2,63v-2,-2,-52,5,-56,-2v-1,-27,-1,-47,0,-60xm45,-49v1,1,2,2,2,-1xm20,-11r0,-2r0,2","w":82},"0":{"d":"78,1v-99,4,-66,-122,-66,-216v0,-36,25,-50,63,-52v92,-5,63,107,67,195v3,50,-20,71,-64,73xm90,-134v0,-33,15,-97,-21,-85v-12,34,-6,93,-6,164v0,14,18,13,24,4v6,-20,3,-57,3,-83xm-7,25r34,0r-34,0xm39,25v-1,1,-1,1,-2,0r2,0"},"1":{"d":"136,16v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm-15,15r2,-1xm-36,14r14,0r-14,0xm51,-267v25,3,42,-10,41,19r-5,248r-46,0v-7,-56,0,-127,-2,-188v-4,-4,-21,0,-25,-4v0,-9,0,-22,1,-40v21,0,31,-18,36,-35","w":115},"2":{"d":"21,-57v-13,-6,9,-21,9,-25v19,-34,62,-63,56,-129v-1,-8,-13,-10,-20,-4v-5,7,-5,30,-5,46v-18,0,-25,0,-44,-4v-4,-33,-4,-81,27,-87v27,-13,83,-3,91,26v23,83,-46,138,-78,187r80,2v2,10,5,38,-1,45v-41,-3,-89,2,-126,-5v4,-18,-6,-41,5,-54v0,2,7,17,5,6v-1,-3,3,-1,1,-4xm92,-244v-2,0,-3,1,-4,2xm87,-243v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm19,-43v1,2,3,2,4,0r-4,0xm21,-37v0,-1,5,-4,0,-3v-1,0,-2,0,-2,1v0,1,2,2,2,2xm23,-36v0,6,3,2,2,0r-2,0xm14,-21v1,2,2,2,3,0r-3,0xm24,-20r4,0v-1,-2,-3,0,-4,0xm27,-18r-2,1xm4,12v-4,2,-18,2,-22,0r22,0xm6,13v2,-2,13,-2,15,0r-15,0"},"3":{"d":"72,-268v44,0,64,23,63,68v-1,25,-5,49,-25,56v44,18,43,152,-23,144v-70,9,-84,-38,-77,-105v15,2,36,-3,47,2v-2,27,-3,76,26,51v2,-20,13,-70,-12,-68v-5,-1,-14,1,-17,-2r0,-40v30,4,32,-19,30,-50v-2,-9,-21,-18,-22,0r-2,35v-15,-1,-32,0,-46,-3v-5,-54,8,-88,58,-88xm107,-246v1,-1,0,-3,0,-1r0,1xm79,-134v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm161,13v-4,2,-16,1,-20,0r20,0"},"4":{"d":"125,-266r-1,147v5,0,11,1,20,2v1,11,4,28,0,41v-10,1,-18,-3,-20,1r-1,71v-7,8,-40,5,-51,2v-1,-24,2,-53,-1,-75v-15,0,-37,-2,-67,-3v-17,-42,19,-84,36,-117v12,-24,25,-48,41,-69v27,1,32,-2,44,0xm44,-120r28,0v1,-26,1,-44,0,-54xm119,-105v0,1,0,1,1,1xm-27,14r6,0r-6,0xm67,14v-1,2,-8,2,-9,0r9,0"},"5":{"d":"76,3v-55,0,-70,-36,-64,-95v15,0,34,-3,46,1v2,18,-8,46,13,47v21,1,15,-45,16,-71v-6,-19,-31,-10,-28,7v-17,-3,-29,-5,-44,-11r13,-148r106,0v1,13,2,34,-4,51v-13,-1,-35,-1,-63,-1v-3,15,-3,30,-6,56v52,-20,79,21,79,78v0,51,-13,86,-64,86xm96,-232v3,0,5,0,3,-3xm44,-49v-2,-4,-9,-5,-7,2"},"6":{"d":"15,-46v-4,-94,-30,-264,92,-217v28,11,35,46,29,92v-14,-1,-35,3,-45,-2v-1,-17,5,-46,-12,-47v-25,8,-9,35,-15,71v25,-9,68,-3,73,30v10,62,0,136,-75,120v-22,0,-45,-22,-47,-47xm102,-142v1,1,3,1,3,-1v-1,-2,-2,0,-3,1xm79,-48v26,-11,8,-99,-14,-60v2,1,-11,66,14,60"},"7":{"d":"37,0v-5,-85,16,-155,56,-219r-81,-1v-2,-13,-1,-33,-1,-48v16,1,65,-2,128,3r-1,46v-34,46,-52,137,-39,218v-18,3,-42,0,-62,1xm133,-245r-6,0r6,0"},"8":{"d":"32,-255v40,-32,114,-9,107,54v-3,26,-3,45,-25,56v25,12,28,48,26,89v-2,39,-33,57,-67,57v-54,0,-68,-45,-63,-107v2,-19,15,-32,28,-39v-31,-16,-32,-89,-6,-110xm81,-165v6,-18,11,-58,-6,-56v-15,7,-10,38,-6,55v5,3,9,3,12,1xm114,-172v-2,0,-2,1,-1,2xm65,-113v-7,25,-5,91,22,56v-2,-23,9,-76,-22,-56"},"9":{"d":"43,-264v49,-12,95,-1,95,54v0,85,30,211,-64,211v-50,0,-68,-41,-59,-97v14,1,33,-2,45,1v2,8,-5,42,8,46v27,1,14,-41,17,-69v-40,15,-75,-5,-75,-47v0,-43,2,-92,33,-99xm86,-212v-18,-16,-27,5,-25,28v1,17,-6,43,18,35v11,-12,6,-35,7,-63xm127,-210v1,2,3,4,6,4v0,-4,-4,-9,-6,-4xm129,-205v0,2,2,1,2,0r-2,0xm130,-179v0,2,1,3,2,4xm45,-142v-2,0,-2,3,0,1r0,-1"},":":{"d":"101,-211v1,1,5,2,1,2xm6,-182v19,-3,41,-5,62,0v-1,20,3,46,-2,62r-56,-1v-8,-11,-3,-42,-4,-61xm41,-169r0,1r0,-1xm73,0v-30,-2,-61,14,-61,-14v-1,-17,-1,-32,0,-46v14,-7,41,-1,61,-3r0,63xm46,-46v2,0,2,0,2,-2v-1,-1,-2,0,-2,2xm22,-9v-1,-2,-1,-2,-3,-1","w":82},";":{"d":"101,-211v1,1,5,2,1,2xm6,-182v19,-3,41,-5,62,0v-1,20,3,46,-2,62r-56,-1v-8,-11,-3,-42,-4,-61xm41,-169r0,1r0,-1xm14,-66v14,-4,41,-3,57,0v1,20,0,37,-1,70v-13,24,-26,36,-55,40v-5,-15,6,-14,14,-24v3,-9,9,-16,7,-20v-8,-1,-18,2,-23,-1","w":82},"?":{"d":"6,-180v-3,-46,24,-89,71,-88v34,0,66,26,63,68v-3,43,-56,59,-45,116v-11,3,-33,2,-45,1v-14,-60,55,-82,36,-136v-12,-15,-30,1,-27,19r0,19xm101,-60v7,6,3,47,5,60r-60,0v-3,-16,1,-38,0,-58","w":145},"A":{"d":"-9,-283v56,-3,120,1,179,0r-179,0xm45,-266v27,4,67,-10,69,9r30,256v-11,3,-29,1,-42,0v-8,-16,-4,-33,-13,-53v-9,1,-22,-2,-29,1v-1,11,-4,27,-7,49v-11,9,-26,1,-44,2v4,-72,23,-197,31,-261xm66,-100v29,5,11,-31,10,-53v-1,-5,-3,-9,-3,-3v-2,19,-6,36,-7,56xm91,-99r-1,0r1,0xm108,-75v0,1,-2,2,0,2r0,-2","w":153},"B":{"d":"19,-1v-12,-71,2,-175,-3,-263v27,-6,91,-12,107,7v23,13,29,99,0,113v-1,0,-3,2,-6,4v44,17,40,138,-21,138v-44,0,-69,1,-77,1xm124,-231v1,-1,2,0,2,-2xm53,-224v3,-1,4,-7,-1,-6v-4,1,-1,5,1,6xm67,-162v5,-1,12,3,16,2r-2,0v11,-10,24,-69,-13,-63xm26,-217v0,2,2,1,3,1v0,-1,-2,-1,-3,-1xm29,-212v0,-2,-2,-6,-2,-2xm99,-162v-4,-4,-6,0,-1,1xm95,-166v-1,1,-4,0,-3,3v1,-1,3,-1,3,-3xm102,-161v-1,0,-2,-2,-2,0r2,0xm87,-159v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm103,-140v-1,0,-1,1,-1,2xm120,-132r0,-2r0,2xm65,-45v33,5,28,-22,29,-51v0,-18,-9,-26,-27,-26v0,17,-1,43,-2,77xm104,-84v0,1,3,5,4,3v-1,-2,-2,-3,-4,-3xm120,-75v-1,-2,-3,-5,-3,-1xm118,-47v-1,-1,-1,-3,-1,0r1,0xm67,-25v-2,1,-2,2,0,3r0,-3xm112,18v1,0,2,-2,2,0r-2,0xm117,21r0,-4v2,1,0,3,0,4xm120,12v2,2,2,4,-2,3r-2,-2","w":155},"C":{"d":"175,-284r0,2r0,-2xm81,-267v60,4,73,35,64,109v-15,-2,-37,3,-49,-3v-5,0,10,-66,-18,-59v-5,4,-9,11,-9,22v-1,69,0,117,0,145v1,4,4,7,9,9v30,2,12,-39,17,-76v8,-7,32,0,50,-2v4,79,7,111,-49,123v-22,5,-44,-5,-59,-13r2,0v-14,-6,-19,-20,-20,-39v-3,-56,-4,-111,-3,-164v0,-33,27,-54,65,-52xm110,-257r2,0r-2,0xm116,-249v0,-1,-1,-4,-3,-6v0,1,1,4,3,6xm123,-239r-1,-3xm131,-228r-5,-8v0,3,2,6,5,8xm133,-223v-1,-1,-2,-4,-2,-4v0,2,1,4,2,4xm134,-222r0,1r0,-1xm135,-217r2,6v0,-3,-1,-5,-2,-6xm141,-204v0,0,0,-2,-2,-5v-1,3,1,4,2,5xm107,-192v-1,-1,-2,-1,-2,-1v0,2,1,2,2,1xm21,-83v-1,0,-3,3,-1,2v0,0,1,-1,1,-2","w":160},"D":{"d":"144,-205v-7,62,28,214,-54,206v-23,-3,-53,1,-72,-5r-2,-260v87,-3,121,-17,128,59xm91,-203v3,-13,-9,-24,-23,-17r-1,172v6,6,23,1,23,-8xm43,-107v3,-9,-5,-12,-7,-3v0,4,2,6,7,3xm41,-115v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm42,-108r-1,0r1,0xm42,-103r2,-1xm44,-98v2,-3,-3,-6,-4,-3v2,4,3,0,4,3xm53,-75v4,-2,4,-5,0,-6v-2,1,-4,7,0,6xm53,-78v1,0,1,0,1,1","w":157},"E":{"d":"14,-264v24,-10,53,-1,100,-3v17,-1,5,22,9,37v0,3,0,4,-4,6v-10,1,-37,-4,-55,1v2,19,-4,46,2,61v10,0,24,0,42,1v4,10,1,36,0,42v-14,2,-37,-6,-44,3v2,24,-3,53,1,71v30,1,51,-2,64,4v-6,18,16,44,-18,41v-59,-5,-81,4,-94,-5xm48,-216v-1,-1,-4,-3,-3,0r3,0xm78,-156v-2,0,-3,3,0,3v1,0,0,-1,0,-3xm93,-147v0,2,1,3,2,3xm43,-53v4,0,6,-1,2,-3xm59,-54v-5,0,-7,1,-2,3v1,0,1,-1,2,-3xm121,-5v-1,-2,-2,-2,-3,0r3,0xm114,-4v-1,0,-3,-2,-3,0r3,0","w":137},"F":{"d":"36,0v-30,4,-19,-25,-19,-46r-3,-211v1,-21,43,-8,64,-12v14,1,35,-1,47,2v-1,2,3,25,0,43v-11,2,-41,-4,-61,1v0,19,-2,40,0,58v9,5,36,-4,46,3v-1,5,7,44,-5,42r0,-3v0,1,-1,2,-1,3v-14,4,-41,-11,-39,10v-3,26,7,78,-3,107v-9,-2,-13,6,-26,3xm29,-205v1,-4,-6,-7,-4,-7v0,4,1,6,4,7xm43,-191v0,0,-2,-5,-1,-1v0,1,1,1,1,1xm23,-51v0,0,-2,1,0,1r0,-1xm41,-41v-4,8,4,16,5,4v0,-3,-5,-4,-5,-4","w":134},"G":{"d":"118,-8v-27,15,-93,10,-95,-23v-16,-42,-8,-116,-8,-180v0,-39,20,-55,56,-56v44,-1,73,16,72,58v-1,25,1,38,-2,46v-33,0,-48,13,-48,-31v0,-13,3,-27,-13,-27v-30,19,-6,81,-14,137v-4,24,5,47,24,34v5,-9,4,-27,4,-41v-1,-1,-12,0,-13,-3v1,-12,-3,-29,2,-37v12,0,31,-1,57,-1v7,28,5,93,2,131v-6,3,-22,-1,-24,-7xm57,-251v0,-1,2,-4,0,-4r0,4xm48,-243v-1,2,3,4,3,1v-2,-3,-2,-3,-3,-1xm104,-221v-3,2,-1,1,1,3xm134,-206v0,2,1,1,2,2xm30,-203v1,-1,1,-2,-1,-2xm133,-205v-1,-1,-2,-2,-2,1r3,2xm24,-165v4,-1,5,-5,0,-3r0,3xm60,-168v-1,1,-1,1,0,1v1,0,0,0,0,-1xm128,-53v0,-2,-3,-2,-1,0r1,0xm57,-45v0,1,1,1,2,1xm110,-18v0,0,-2,0,-2,1r4,1xm138,-11v-1,-1,-3,-3,-3,-1","w":156},"H":{"d":"174,-287r2,0r-2,0xm93,-258v-1,-12,11,-10,23,-9v17,2,18,0,26,2r3,263v-9,6,-33,1,-49,2v-3,-13,-1,-86,-2,-117v-5,-3,-23,-4,-27,1r-1,116r-48,0v-7,-81,2,-178,-2,-262v6,-11,31,-3,45,-5v11,18,2,68,5,101v5,4,18,1,27,2r0,-94xm27,-209v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm119,-145v-2,1,-4,2,0,2r0,-2xm112,-77v0,2,2,1,2,0r-2,0","w":159},"I":{"d":"62,-267r4,262v0,3,-1,4,-3,4v-21,-3,-53,12,-46,-24r-3,-232v0,-6,1,-9,2,-10v19,-1,34,-1,46,0xm40,-127v1,0,2,2,2,0r-2,0xm55,-105v0,2,-1,5,2,4v0,-1,-1,-2,-2,-4xm47,-90v2,-3,-2,-7,-2,-3v0,2,1,3,2,3xm54,-54r0,3v1,-1,1,-2,0,-3xm47,-27v2,-1,2,-2,0,-3r-3,0xm65,-10v-4,-1,-12,1,-4,1v0,-1,1,-1,4,-1xm53,-10r1,0r-1,0xm53,-10v-2,1,-2,1,0,2r0,-2xm45,-7v1,-1,5,-2,1,-2v-1,0,-1,1,-1,2","w":78},"J":{"d":"133,-156v0,80,22,170,-83,156v-45,-6,-43,-64,-38,-110v15,0,33,-4,45,0v-2,10,-2,29,0,56v8,15,24,9,24,-8r0,-203v10,-5,40,-5,51,0v3,34,1,73,1,109xm95,-166r2,0r-2,0xm76,-11v0,1,0,1,1,1","w":147},"K":{"d":"176,-302v-1,1,-1,1,-2,0r2,0xm177,-302v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm178,-302r0,0r0,0xm167,-301r0,0r0,0xm23,0v-17,-12,-3,-53,-8,-82r3,-177v4,-12,43,-8,62,-6v5,34,-5,82,3,115v14,-31,16,-73,25,-108v5,-15,21,-5,49,-7v24,35,-18,85,-10,138r19,123v-20,-1,-47,8,-61,-1r-21,-117v-14,26,2,95,-9,121v-12,0,-29,1,-52,1xm155,-252r3,1v1,-2,-3,-3,-3,-1xm153,-229v7,-1,6,-6,5,-15v-9,-2,-8,9,-5,15xm156,-237v1,0,1,1,0,1r0,-1xm150,-225v-1,0,-1,1,-1,2xm146,-199r-4,-2v0,3,2,3,4,2xm103,-191v0,-1,-2,-1,-3,-1v-1,1,1,2,3,1xm108,-173v3,0,1,-2,0,-3r0,3xm103,-123v-4,0,-7,4,-1,3xm78,-119v1,-1,6,-2,2,-2v-4,0,-4,0,-2,2xm141,-93v2,0,2,-3,0,-1r0,1xm141,-91v1,2,1,2,3,1xm147,-88v-1,-2,-4,-3,-4,1xm150,-81r0,4r0,-4xm141,-73v0,0,-3,1,-2,2v0,1,2,2,2,2v1,-2,0,-3,0,-4xm40,-66v0,0,-1,-2,-1,0r1,0xm131,-64v-2,8,3,26,5,17v1,1,5,6,6,2v-2,-6,-4,-17,-11,-19xm148,-63v-1,1,-3,2,-1,3v0,-1,1,-3,1,-3xm126,-60r2,3xm58,-44v-1,-11,-18,-9,-25,-14v-14,-5,-12,10,-5,12v6,4,24,14,30,2xm123,-54v0,0,-2,-7,-3,-3v1,1,1,4,3,3xm147,-59v1,1,1,1,2,0r-2,0xm126,-53v-1,-1,-1,-4,-2,-2xm136,-49r1,-1xm135,-48r-2,1xm138,-48v-1,1,-1,1,-2,0r2,0xm136,-44r0,0r0,0xm116,-38v4,1,4,-4,2,-7v-4,0,0,5,-2,7xm125,-45r0,0r0,0xm137,-43v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm120,-44r0,0r0,0xm128,-44v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm153,-43r0,1r0,-1xm145,-40v0,1,2,3,2,1v0,0,-1,-1,-2,-1xm38,-28v-6,-5,-3,-9,-8,-10v2,1,-3,2,0,3v-3,0,-1,-1,-4,0v8,2,5,7,12,7xm135,-38r0,0r0,0xm23,-36r0,-1r0,1xm136,-34v2,-2,2,-4,-1,-2v0,0,0,1,1,2xm36,-34r0,1r0,-1xm28,-32r1,0r-1,0xm35,-31r-2,0v0,-1,1,-1,2,0xm29,-31r-1,1xm27,-26v2,0,2,-1,1,-2xm32,-26v0,0,-2,1,0,1v0,0,1,-1,0,-1xm30,-20v0,0,0,2,1,2xm36,-5v-1,-8,-4,-7,-9,-5v0,0,4,4,3,5v-6,-1,0,-5,-5,-1v1,3,8,2,11,1xm51,-7v1,-5,-4,-6,-5,-2v3,3,3,-1,5,2xm31,-10r1,0r-1,0xm48,-9r0,-1v1,1,0,1,0,1xm33,-7v0,1,0,2,-1,2v0,-1,0,-3,1,-2xm22,-7v0,0,0,2,1,2v0,-1,-1,-2,-1,-2xm50,-5r-1,0r1,0xm30,-5r1,0r-1,0xm25,-5r0,0r0,0","w":174},"L":{"d":"129,-3v-31,5,-79,0,-112,-1r1,-261v16,2,45,-13,45,8r1,213v18,1,40,2,64,1v5,12,0,21,1,40xm19,-257r0,0r0,0xm37,-255v0,-2,-1,-2,-2,-1xm51,-252r2,0r-2,0xm60,-251v-1,0,-1,1,0,1r0,-1xm19,-174v2,0,2,-1,0,-1r0,1xm22,-152r0,1r0,-1","w":140},"M":{"d":"146,-183v-10,60,-11,121,-27,183r-31,-1r-28,-198r2,194v-7,9,-27,3,-42,4v-7,-44,-3,-119,-3,-139v0,-34,-6,-84,1,-126v10,-1,53,-3,72,2r15,98r16,-100v24,1,51,-1,73,2r2,262v-10,3,-25,0,-45,0v-7,-54,0,-122,-5,-181xm27,-264r1,0r-1,0xm19,-264r3,3v-1,-1,0,-4,-3,-3xm25,-264r1,0r-1,0xm18,-264r0,3v1,-1,1,-2,0,-3xm24,-262v0,-2,-1,-2,-2,-1xm185,-256v-2,0,-1,4,-2,5xm81,-238v1,1,1,2,1,0r-1,0xm80,-231r0,-3r0,3xm188,-226v3,1,1,-2,1,-3xm181,-223v0,2,-1,7,2,6v-1,-1,-2,-5,-2,-6xm119,-209v-4,0,-4,1,-1,2v0,0,1,0,1,-2xm22,-175v3,-2,5,-5,0,-2r0,2xm185,-177v-3,10,2,8,3,1v0,-2,-2,-1,-3,-1xm36,-163r0,1r0,-1xm106,-151v-1,-2,-2,-6,-4,-4v0,1,1,2,4,4xm49,-138v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm125,-119r-1,-2v0,1,1,2,1,2xm26,-119v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm87,-107v0,0,0,-2,-1,-2xm93,-105v3,-2,5,-3,2,-6v-3,-1,-4,5,-2,6xm85,-104v4,0,4,0,2,-2xm80,-99v3,0,2,-3,1,-5xm35,-78v1,0,4,2,4,0r-4,0xm120,-63v-5,0,-2,2,0,3r0,-3xm97,-46v2,-1,4,-2,1,-3xm28,-40v1,-2,5,-2,0,-2r0,2xm184,-32v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm87,-32v-1,4,1,4,3,2xm178,-17r-1,0r1,0xm177,-15r1,0r-1,0xm107,30r-1,0r1,0xm115,30r1,0r-1,0xm118,30r-1,0r1,0xm128,30r-2,0r2,0xm130,30r2,0r-2,0xm157,30r2,0r-2,0xm163,28v4,1,8,2,0,2r0,-2xm178,30v-6,0,-5,-1,-1,-2xm183,28v0,2,0,2,-2,2xm189,30r1,0r-1,0","w":211},"N":{"d":"17,-117v3,-47,-3,-117,4,-150v14,-1,50,-9,47,15r35,108v3,-40,-2,-87,5,-123v12,1,32,-3,39,3r1,260v0,2,-1,3,-3,4v-33,-4,-54,11,-59,-15v-2,-16,-16,-45,-20,-74v0,-3,-2,-6,-5,-10v-4,29,3,77,-7,98v-16,-2,-45,6,-38,-12xm19,-192v2,-1,2,-2,0,-3r0,3xm106,-95r0,1r0,-1xm77,16v-18,2,-46,2,-64,0r64,0","w":161},"O":{"d":"81,-267v97,-4,63,113,68,209v2,37,-27,61,-64,56r0,-3v-56,17,-83,-43,-68,-114v-3,-21,-8,-99,10,-126v12,-18,33,-22,54,-22xm95,-208v0,-15,-21,-20,-25,-4v1,55,-6,110,1,162v10,7,22,3,23,-8v0,-35,1,-85,1,-150xm97,-193v2,0,4,0,3,-2xm25,-119v-8,-2,-8,3,-5,7v0,-5,3,-4,5,-7xm-9,14v-2,1,-4,1,-8,1v1,0,6,-1,8,-1","w":163},"P":{"d":"65,-1v-16,0,-59,9,-48,-12v-2,-23,4,-53,-2,-72v5,-44,-3,-127,0,-182r85,0v49,3,50,52,48,106v-2,46,-34,49,-80,49v-3,33,2,82,-3,111xm89,-163v6,-21,10,-67,-20,-54v1,19,-2,41,1,58v7,0,16,0,19,-4","w":159},"Q":{"d":"17,-72v0,-94,-33,-197,65,-197v94,0,60,104,65,192v-1,5,15,3,18,8v-3,14,-5,47,-10,72v-9,5,-23,-18,-34,-6v-29,12,-93,7,-99,-24v-2,-8,-5,-23,-5,-45xm94,-150v0,-29,9,-74,-16,-69v-16,20,-3,93,-7,140v2,-7,4,-23,9,-32v3,2,7,4,13,6v0,-14,1,-29,1,-45xm71,-76v-4,24,6,38,20,24v-4,-8,-10,-16,-20,-24","w":164},"R":{"d":"18,-1v-6,-83,-1,-175,0,-264v21,-1,54,-3,74,1v-3,1,-6,2,-2,4v34,-19,65,41,54,95v-3,20,-17,23,-30,33v21,12,30,27,30,63v-1,38,9,42,5,69v-24,-2,-57,9,-53,-20v-9,-28,16,-98,-29,-93v-5,21,0,79,-2,107v0,3,0,5,-3,5r-44,0xm112,-250v1,2,3,2,5,0r-5,0xm81,-156v19,-14,22,-75,-14,-67r-1,68xm109,-168r-3,1xm128,-166v-2,0,-1,1,-2,2xm136,-165v0,-4,-5,0,-5,0v0,1,5,2,5,0xm22,-140r-5,-12v0,6,1,7,5,12xm73,-139v4,0,3,-3,1,-5v0,1,-6,4,-1,5xm23,-139v0,2,1,3,2,3xm108,-90r0,1r0,-1xm107,-76r-2,3v2,0,4,-1,2,-3xm100,-73r3,1v-1,-1,-2,-3,-3,-1xm131,-74v1,3,1,8,2,3","w":155},"S":{"d":"53,-266v61,-16,99,30,82,91v-29,-3,-47,10,-44,-20v2,-14,2,-24,-10,-25v-17,-3,-20,20,-14,38v26,30,87,36,76,103v4,51,-16,88,-78,79v-45,-7,-54,-47,-50,-101v8,-7,24,0,46,-2v3,15,-4,39,6,55v24,8,24,-14,24,-37v-2,-34,-34,-33,-51,-50v-40,-24,-36,-118,13,-131xm99,-245v-3,-1,-2,2,-3,3xm108,-202r4,4v-1,-2,-1,-6,-4,-4xm58,-187v-1,3,2,2,3,3xm108,-185v-3,-1,-1,2,-1,3xm42,-95v-4,-1,-5,1,-5,4xm135,-82v-1,4,2,5,4,6xm128,-73r6,2v-2,-1,-3,-2,-6,-2xm53,-61v0,0,4,2,3,-1v0,-3,-1,-4,-3,-4v-5,3,-5,7,0,8v2,-1,-3,-2,0,-3xm111,-62v1,4,6,2,7,-1v-4,-5,-3,-2,-7,1xm52,-61v-1,-3,1,-3,3,-2xm55,-48v1,-1,5,-3,3,-3v-2,0,-3,0,-3,3xm49,-46v3,-1,5,-2,1,-3xm49,-30v-1,4,6,6,4,1v-2,-2,-3,-4,-4,-1","w":155},"T":{"d":"47,-220v-12,-6,-40,8,-40,-15v0,-14,0,-24,1,-31v24,-5,104,-1,128,-1v6,8,2,31,3,45v-7,8,-35,-5,-41,6v0,47,-1,118,-2,212v-6,7,-26,1,-41,3v1,0,4,-1,5,-1v-19,5,-13,-13,-13,-49r0,-169xm100,-223v0,-1,-4,-8,-4,-2v1,3,1,2,4,2","w":145},"U":{"d":"144,-93v6,71,-21,110,-88,91v-73,-21,-29,-164,-39,-264v13,-2,31,-1,46,-1v2,0,3,1,3,4r1,209v1,9,7,9,15,11v25,-12,13,-59,13,-91r2,-133v14,0,30,0,46,2v-2,24,5,57,-2,76v7,21,0,54,3,96xm140,-263v-2,0,-1,2,-1,3xm139,-255v1,0,1,0,1,-1xm135,-211v-1,1,-1,4,0,5r0,-5xm141,-207r-2,3v1,0,2,-1,2,-3xm114,-172v4,0,5,-2,1,-2xm50,-150v0,-2,-1,-5,-3,-3v1,2,2,3,3,3xm60,-132v-2,-1,-2,1,-2,3xm40,-126v-1,-2,-2,-4,-4,-1xm32,-95v-1,-1,-4,-4,-3,0r3,0xm24,-93v0,-2,0,-2,-2,-2xm140,-96v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm32,-90r3,2xm30,-87r3,1xm32,-84v0,-3,-3,-1,-5,-1v1,3,4,3,5,1xm24,-83v0,-2,-1,-2,-2,-1xm126,-68v-1,-1,-2,-1,-3,0r3,0xm111,-60v0,3,1,3,2,1xm136,-57v1,-1,3,-2,1,-3xm100,-60v0,0,0,2,1,2v0,0,0,-2,-1,-2xm129,-58v0,0,0,-2,-1,-2xm46,-60r0,1r0,-1xm135,-60r0,1r0,-1xm140,-60v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm141,-59v-2,0,0,3,0,4r0,-4xm108,-38v-5,0,-2,3,-1,5v2,-2,2,-4,1,-5xm129,-21v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm126,-19v0,4,3,2,5,1xm132,-18v-1,0,-1,0,-1,1xm109,-17v1,0,2,2,2,0r-2,0xm111,-13v0,-1,-1,-1,-2,-1xm58,-15v-1,2,1,2,3,2v0,-2,-2,-1,-3,-2xm113,-13v-5,0,-4,1,-1,2xm111,-5r0,-4r0,4xm106,-5v-1,0,-1,0,-1,1v1,0,1,0,1,-1","w":158},"V":{"d":"55,-267r22,160r22,-161r43,0v-2,78,-22,186,-34,267r-67,-2r-34,-263v13,0,29,0,48,-1xm99,-239r3,0r-3,0xm91,-41v1,0,4,2,3,-1"},"W":{"d":"47,-299r9,0r-9,0xm57,-299r11,0r-11,0xm85,-299r2,0r-2,0xm94,-299r-3,0r3,0xm153,-299v0,1,-4,2,-4,0r4,0xm161,-299v0,2,-6,2,-6,0r6,0xm166,-299v0,1,-4,2,-4,0r4,0xm169,-298v0,0,-2,0,-2,-1v0,0,2,0,2,1xm181,-299v-1,2,-10,2,-11,0r11,0xm198,-299v-2,2,-13,2,-15,0r15,0xm203,-299v0,1,-4,2,-4,0r4,0xm44,0v-14,-72,-23,-186,-38,-264v8,-8,31,-3,47,-3r17,90v6,-29,8,-63,17,-90v11,1,27,-3,35,2v7,28,7,63,18,88r15,-88v10,-2,46,-12,42,11r-39,254r-38,0v-9,-27,-8,-56,-20,-98v-6,32,-6,70,-17,98r-39,0xm35,-99r4,2v0,-3,-2,-3,-4,-2","w":203},"X":{"d":"45,-134r-37,-132v14,-4,30,-1,49,-2r13,50v6,-16,8,-36,16,-50v14,1,34,-3,45,2r-37,127r40,139v-15,1,-27,0,-51,0r-15,-57v-5,22,-5,35,-13,57r-46,0v5,-44,26,-89,36,-134xm119,-248v1,-3,-2,-1,-3,-1v1,3,1,3,3,1xm93,-89v-8,1,-9,3,-2,6","w":140},"Y":{"d":"47,-1v-7,-51,6,-107,-10,-146v-10,-25,-18,-65,-32,-118v11,-5,28,-1,42,-2v14,-2,12,32,17,38v4,4,3,28,10,25v7,-22,8,-42,19,-62v16,-3,24,0,41,-1v-7,53,-25,100,-40,155r0,61v-1,1,-4,2,-5,3v2,-1,3,0,6,1v-1,8,3,32,-4,46r-44,0xm10,-265v-1,5,5,4,7,6xm50,-226v3,3,7,5,10,1xm104,-211v-1,-4,-6,-8,-8,-2xm61,-212r-5,6v2,-2,8,-3,5,-6xm101,-193v-1,-3,1,-10,-4,-9v0,1,3,9,4,9xm90,-192v4,-2,0,-7,-3,-8v0,4,0,7,3,8xm78,-180v-1,-1,-1,-3,-3,-3xm96,-174v3,0,2,-4,1,-5v-1,0,-3,4,-1,5xm91,-167r-2,0r2,0xm76,-152v1,0,1,0,1,-1xm48,-148v-4,-4,-4,-2,-2,1xm96,-147v-2,0,-2,0,-2,3v2,1,2,-1,2,-3xm95,-140r-2,0r2,0","w":142},"Z":{"d":"130,0v-37,2,-80,-4,-119,-4v-2,-6,-1,-47,0,-48r69,-172r-65,0r1,-44v25,0,99,-3,114,4v2,96,-49,142,-69,219r68,0","w":142},"a":{"d":"18,-135v-14,-69,83,-79,114,-41v29,36,-4,133,21,173v-16,4,-56,10,-68,-6v-34,21,-74,3,-72,-42v3,-51,28,-50,68,-68v7,-8,6,-16,6,-28v-18,-6,-20,8,-20,24v-7,-3,-59,11,-49,-12xm84,-76v-10,-3,-15,9,-14,23v0,3,2,5,4,6v13,-1,16,-21,10,-29xm46,32v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm64,32v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":161},"b":{"d":"145,-44v0,49,-72,57,-99,27v-1,7,-16,26,-30,14r5,-264r49,1v11,16,-2,62,2,80v13,0,26,-14,32,-11v57,0,41,92,41,153xm73,-118v3,31,-10,60,8,69v19,-9,6,-63,9,-98v-2,-2,-3,-6,-8,-5v-13,3,-7,17,-9,34","w":161},"c":{"d":"18,-59v0,-65,-8,-152,69,-139v46,-2,63,27,56,75v-7,4,-35,4,-50,2v1,-15,-2,-37,-17,-27v-6,23,-1,61,-2,81v-5,18,18,27,19,7v1,-9,-3,-21,1,-26v18,2,35,-2,50,4v16,75,-47,104,-105,72v-14,-8,-21,-25,-21,-49","w":158},"d":{"d":"15,-74v0,-63,-8,-137,59,-118v5,1,15,11,16,3v2,-24,-4,-56,5,-74v17,2,41,-5,48,7v2,19,-7,66,-1,93v0,35,-1,87,-2,157v-6,12,-19,5,-50,7v-4,-2,-3,-8,-4,-13v-11,9,-20,13,-35,12v-32,-2,-36,-36,-36,-74xm100,-161v0,0,0,2,1,2xm82,-41v8,-30,18,-98,-3,-113v-18,6,-6,56,-11,71v-1,12,-2,41,14,42xm117,-42v2,0,1,-3,1,-5xm63,-10v-2,0,-2,0,-2,2xm102,-7v-1,-1,-1,-1,-1,1v1,0,3,-1,1,-1xm44,29v-9,2,-29,2,-38,0r38,0xm84,29v-9,2,-28,2,-37,0r37,0xm93,29v0,2,-6,2,-6,0r6,0","w":157},"e":{"d":"69,-197v50,-3,74,15,72,65v-2,27,4,37,-5,43v-21,2,-49,-4,-64,3v-5,28,5,52,19,31v-4,-33,21,-15,47,-17v15,55,-26,82,-81,72v-51,-9,-42,-65,-42,-116v0,-54,11,-78,54,-81xm91,-141v-5,-17,-22,-7,-20,5v0,3,1,7,2,13v7,4,13,4,17,1v1,-7,1,-14,1,-19xm111,33r42,2xm185,33v-2,1,-4,1,-9,1v1,-1,4,-1,9,-1","w":156},"f":{"d":"21,-201v-10,-65,28,-71,82,-64v3,10,1,32,0,45v-17,-5,-27,3,-23,22v8,0,13,0,17,1r0,46v-1,5,-16,2,-18,4r-4,147v-18,-1,-40,2,-54,-3r0,-145r-14,0v0,-11,0,-27,1,-49v2,-1,13,1,13,-4xm58,-131v0,0,-2,0,-2,1v0,0,2,0,2,-1","w":104},"g":{"d":"112,-194v6,-7,5,-30,8,-34r38,0v1,14,-16,23,-27,44v27,14,34,64,18,91v-12,21,-45,29,-81,25v-12,9,-9,16,2,21v61,-3,107,9,97,70v2,40,-54,48,-101,42v-33,-4,-53,-12,-59,-35r2,2v-6,-14,14,-30,25,-36v-15,-8,-25,-20,-23,-41v0,3,1,6,2,8v-4,-21,12,-33,28,-41v-15,-13,-28,-31,-24,-66v5,-42,49,-61,95,-50xm141,-226r0,2r0,-2xm120,-224v-1,0,-4,2,-3,-1xm152,-228v0,1,1,3,-1,3v0,-1,-1,-3,1,-3xm158,-228v0,1,-4,5,0,4r0,-4xm54,-187v0,-2,-3,-3,-2,0r2,0xm35,-176v0,0,-2,1,0,1r0,-1xm85,-167v-17,2,-26,75,3,70v17,2,22,-54,9,-68v-3,-2,-7,-2,-12,-2xm24,-158v-2,0,-1,2,-2,3xm19,-138r-1,5xm20,-124v-1,-1,-2,-6,-2,-2xm25,-99v-1,-2,-2,-8,-2,-2xm32,-88r4,4v-1,-2,-2,-3,-4,-4xm17,-53v-2,1,-4,5,1,4xm13,-33v1,-1,5,-4,0,-3r0,3xm111,-31r0,-2v-1,0,-3,0,-3,1v0,1,1,1,3,1xm16,-31v-1,1,-4,1,-3,4xm18,-24v-2,1,-2,3,0,4r0,-4xm117,19v1,-22,-41,-19,-58,-12v-13,23,5,30,34,30v15,0,23,-5,24,-18xm9,19r4,1v-1,-1,-2,-2,-4,-1xm11,23v0,-2,0,-2,-2,-2v0,2,0,2,2,2xm9,35v2,1,4,-3,2,-3xm11,40v0,2,3,4,2,0r-2,0xm40,54v-2,1,-7,4,-1,4xm41,58v0,2,0,2,2,2v0,-1,-1,-2,-2,-2","w":171},"h":{"d":"18,-260v9,-6,65,-13,54,19v0,17,-2,35,0,51v11,1,36,-14,52,-1v32,25,17,107,20,162v1,12,1,35,-24,29v-17,-4,-29,6,-29,-9r1,-130v-1,-7,-2,-12,-9,-14v-8,-2,-12,17,-11,23r1,126v-8,10,-36,1,-53,3v-9,-75,-5,-177,-2,-259","w":159},"i":{"d":"63,-264v9,4,5,36,3,51r-45,0v-1,-13,-6,-39,1,-52xm70,-197v8,29,1,133,3,184v0,6,-2,10,-4,13r-51,0v-9,-56,0,-130,-3,-195v15,-4,37,-1,55,-2xm65,-37v-1,3,4,8,3,2v-1,-2,-2,-2,-3,-2xm11,31v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm13,31v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm17,31v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm18,32r2,0r-2,0xm23,32r8,0r-8,0xm32,32r3,0r-3,0xm35,32r2,0r-2,0xm39,31v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm47,32r2,0r-2,0xm50,32r4,0r-4,0xm56,32r0,-1r0,1","w":87},"j":{"d":"20,-264v14,1,42,-3,50,3v-2,10,5,34,0,50r-52,0v1,-6,2,-25,2,-53xm-4,25v30,5,17,-38,18,-73r3,-147v18,-3,38,0,57,-1r0,226v2,29,-20,44,-49,43v-15,0,-33,0,-28,-19v-1,-6,-1,-16,-1,-29","w":87},"k":{"d":"17,-264v38,1,63,-13,58,16v2,38,-5,85,3,117v9,-19,10,-48,22,-66r52,0v0,27,-13,49,-22,81r24,116r-56,0r-21,-90v-4,25,-2,48,-4,88v-11,5,-31,1,-56,1v-7,-80,3,-178,0,-263xm78,-92v-1,0,-1,0,-1,1v1,0,1,0,1,-1","w":164},"l":{"d":"21,-261v11,1,39,-2,58,4r-3,221v-1,7,3,26,-3,36r-57,0v-6,-28,0,-70,-2,-102v8,-3,-4,-10,4,-11v-5,-4,-1,-4,0,-7v-3,0,-4,-2,-4,-7v2,-24,-2,-86,7,-134xm94,26v-9,4,-17,6,-27,2","w":89},"m":{"d":"71,-4v-7,7,-33,5,-52,0v-3,-89,-3,-152,-2,-190v12,-8,37,1,54,-1v5,13,19,-3,36,-3v14,0,26,4,34,13v29,-22,78,-13,78,41r-1,143r-50,1v-12,-22,5,-111,-5,-148v-1,-3,-4,-4,-9,-4v-15,32,-1,93,-6,148v0,2,-2,3,-3,4v-23,0,-39,0,-50,-1v-4,-21,-5,-86,-2,-116v1,-8,-3,-49,-15,-31v-10,1,-5,17,-5,27","w":235},"n":{"d":"71,-186v15,-17,71,-14,67,18v15,38,9,122,5,167v-14,3,-33,0,-49,1v-4,-1,-5,-4,-3,-8r-2,-139v-19,-9,-17,12,-17,34r0,109v-9,9,-35,2,-51,3v-11,-40,-1,-155,-6,-192v11,-7,34,-1,51,-3v3,1,5,10,5,10xm33,-66v7,-5,1,-7,1,-9r-3,7r1,-3xm36,-64r9,-3v-2,-5,-10,-3,-9,3","w":161},"o":{"d":"55,-2v-53,-4,-38,-103,-38,-148v0,-62,107,-65,120,-18v21,76,17,197,-82,166xm76,-155v-8,25,-11,81,0,105v24,-2,9,-53,13,-75r-2,2v0,-14,3,-28,-11,-32","w":156},"p":{"d":"73,-223r37,0r-37,0xm64,-223r7,0r-7,0xm114,-223r37,0r-37,0xm19,66v-14,-15,5,-67,-4,-98v0,-35,1,-87,2,-157v6,-13,19,-4,51,-7v3,2,3,10,4,12v10,-9,20,-12,35,-11v32,3,36,37,36,75v0,53,10,121,-45,121v-9,0,-20,-6,-30,-11v-5,23,4,61,-7,78xm56,-189v-1,0,-1,0,-1,1v1,1,1,0,1,-1xm96,-187v-2,1,-2,2,0,3r0,-3xm84,-45v6,-35,12,-83,-3,-107v-1,0,-5,-2,-6,-2v-9,18,-10,79,-6,104v6,7,10,9,15,5xm38,-148v3,1,4,-5,2,-5v-1,1,-2,2,-2,5xm29,-83v1,-1,3,-2,0,-2r0,2xm54,-36v2,0,6,4,5,0r-5,0xm24,-23v1,-2,1,-4,-2,-3","w":154},"q":{"d":"12,-99v4,-31,6,-59,24,-81v5,0,2,-3,2,-4v18,-23,85,-22,89,15v8,-9,7,-37,35,-26r-1,254v-6,0,2,6,-5,6r-48,-2v-4,-13,-1,-38,-4,-78v-31,47,-93,3,-90,-42v-1,-4,-3,-33,2,-43xm77,-196v1,-2,3,-4,-1,-3v-1,1,0,2,1,3xm142,-196r2,4xm161,-195v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm95,-192r1,0r-1,0xm44,-186v0,2,1,1,2,2xm40,-180v1,3,2,1,4,0r-4,0xm40,-176v-1,-2,-4,-3,-5,0r5,0xm32,-169v-2,-1,-2,1,-2,3xm71,-113r3,0v-2,20,-9,70,15,72v27,-15,19,-82,10,-112v-3,-8,-21,-10,-20,2v-10,10,-3,25,-8,38xm18,-93v-2,-2,-5,-3,-4,2xm72,-65v-3,1,-3,1,-1,3xm37,-11v-2,-2,-5,-9,-4,-2","w":177},"r":{"d":"69,-88v16,4,-3,16,4,24v-2,0,-2,0,-2,1v5,2,1,-5,5,-5v1,9,-4,6,-5,10v3,-1,6,3,2,3r-4,-3v3,7,2,14,6,7v3,8,-6,10,-4,15v3,1,1,-3,3,-4v0,6,2,14,0,19v-3,2,-6,4,1,2v1,4,-12,9,-2,7v5,10,-3,9,-9,11r-49,-2r3,-192v17,3,52,-8,55,7v10,-4,34,-13,47,-5r0,45v-19,3,-59,0,-46,27v0,-2,-1,-5,2,-4v2,8,-11,8,-5,15v3,-4,5,-8,5,1v-3,2,4,9,-4,8v0,4,4,0,4,5v-5,-4,-9,3,-7,8xm77,-137v0,2,-1,2,-2,1xm76,-135v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm77,-127v-2,-1,-5,-4,-2,-6v2,3,3,6,2,6xm72,-105v0,2,1,2,2,1xm74,-90v1,1,2,2,0,2v-1,-1,-1,-1,0,-2xm73,-86r-4,3v2,-1,5,0,4,-3xm73,-82r-2,1xm75,-71v0,0,0,2,-1,2v0,0,0,-2,1,-2xm71,-44v1,2,2,1,3,-1xm68,-33v2,5,4,5,5,1v1,-5,-3,-2,-5,-1xm71,-24v1,-1,3,-2,0,-2r0,2xm71,-8v-2,-1,-2,-1,-2,2","w":127},"s":{"d":"31,-179v28,-35,125,-19,108,41v-14,3,-47,10,-46,-3v0,-8,-10,-16,-19,-12v-15,12,5,27,19,29v33,5,52,22,54,59v2,44,-27,66,-72,66v-43,0,-65,-25,-60,-65v8,-11,24,-2,48,-6v6,8,1,34,24,24v25,-49,-73,-21,-73,-89v0,-20,6,-35,17,-44","w":158},"t":{"d":"6,-187v0,-7,12,-7,18,-9v1,-16,-4,-36,1,-48v18,-3,33,-2,51,0v4,13,-8,57,12,51v12,4,4,28,6,42v-2,4,-18,1,-18,9v1,28,-3,63,2,87v-3,10,16,5,22,10v-3,16,8,50,-15,44v-43,4,-64,-1,-64,-51v0,-52,7,-81,-1,-92v-3,1,-6,1,-12,-1v-1,-5,-2,-19,-2,-42xm39,-127v-1,1,-5,4,-3,4","w":105},"u":{"d":"47,1v-56,-17,-23,-131,-29,-197v17,2,41,-3,54,2r0,137v1,6,14,8,16,1r2,-140v18,2,44,-4,57,3r0,185v0,3,-2,7,-5,7v-19,1,-36,1,-51,0v-7,-15,-22,9,-44,2","w":161},"v":{"d":"6,-195v14,-4,37,-2,54,-1v7,26,10,52,15,86v14,-13,6,-61,18,-88r50,0v-4,45,-12,115,-30,198v-15,1,-41,0,-79,-1xm76,-97v2,-1,2,-9,0,-10r0,10","w":149},"w":{"d":"74,-130r9,-66r39,0v2,19,4,44,9,63v5,-19,5,-34,12,-64v16,1,37,-2,51,1r-26,193v-12,7,-37,1,-54,3r-12,-72v-7,19,-7,38,-14,72r-53,0r-28,-194v18,0,39,-3,55,-1v2,15,6,36,12,65","w":201},"x":{"d":"32,-202r-5,1v0,-3,3,-2,5,-1xm87,-162v0,-4,11,-29,10,-36v21,2,38,-6,45,1v-7,24,-17,40,-28,72v3,34,38,93,35,125v-18,-1,-39,1,-56,-2v-5,-13,-9,-38,-16,-51v-11,18,-5,66,-54,54v-3,-1,-14,0,-17,-2v18,-39,27,-56,40,-102v-4,-35,-22,-62,-30,-95r57,-1v11,7,7,26,14,37xm124,-141v0,0,-2,3,-2,1xm122,-133v-1,-3,1,-3,4,-3xm30,-135v3,-1,2,2,2,4v-1,-1,-2,-2,-2,-4xm107,-76v-6,0,-2,2,-1,3xm35,-19v3,3,6,0,5,-4v0,-1,-7,-6,-6,1xm5,-9v2,2,-1,5,-2,2xm2,-2v3,-1,4,2,2,3","w":158},"y":{"d":"60,-196v9,20,7,54,16,74v11,-19,7,-51,16,-75v11,0,27,0,49,2v-5,56,-17,131,-26,193v-4,26,-7,40,-17,59v-20,16,-44,8,-88,11v-11,-5,-6,-30,-5,-44v33,5,41,-7,36,-33r-35,-185v10,-5,36,0,54,-2xm113,-161v-3,6,6,11,3,5v0,-3,-2,-4,-3,-5xm122,-140r-4,-12v-1,3,1,8,4,12xm122,-137r0,-2r0,2","w":149},"z":{"d":"127,-2v-27,10,-82,-1,-118,2r0,-43r51,-110v-11,2,-37,-4,-42,-1v0,-23,1,-24,0,-41r98,0v16,55,-27,96,-43,147v18,0,38,2,54,0v0,9,-3,29,0,46","w":135},"\u00a0":{"w":87}}});
(function($j){Code.registerNamespace('Website');Website.Core={content:null,useAddThis:true,_checkBrowser:function(){if(Code.UserAgent.isSafari){$j('body').addClass('safari');}},_clearInput:function(){$j('.js-clear-input').focus(function(){if(this.value==this.defaultValue){this.value="";}}).blur(function(){if(!this.value.length){this.value=this.defaultValue;}});},_initExternalLinks:function(){$j('a.js-external').click(function(){window.open($j(this).attr('href'));return false;});},_loadCufon:function(){},_refreshCufon:function(){Cufon.now();},_changeWeekSelector:function(){$j(".js-week-selector").tooltip({tip:'#WeekSelectorTip',position:"bottom center",offset:[-14,0],relative:'true'});$j(".js-week-selector").click(function(){return false;});},_addShareLink:function(){var self=this;var siteLinks="site-external-links";var addthis_options='email';var addthis_exclude='more';var services='twitter, email, bebo, print, facebook, favorites, myspace, live, digg, google, stumbleupon, more';var brand='Hollyoaks music';var addthis_config={data_use_flash:false,services_compact:services,ui_offset_top:-50,ui_cobrand:brand};var shareLink=('<li id="FPShare"><a class="FPShare-a" href="http://www.addthis.com/bookmark.php" style="text-decoration:none;">Share with</a></li>');$j('ul.'+siteLinks).append(shareLink);addthis.button('.FPShare-a',addthis_config,{});addthis_config={data_use_flash:false,services_compact:services,ui_cobrand:brand};$j('.share-this').append('<a class="share-this-a" href="http://www.addthis.com/bookmark.php" style="text-decoration:none;">Share with</a>');addthis.button('.share-this-a',addthis_config,{});},_initZIndex:function(){var zIndexNumber=1000;$j('div').each(function(){$j(this).css('zIndex',zIndexNumber);zIndexNumber-=10;});},onReady:function(){var self=this;self._initZIndex();self._checkBrowser();self._clearInput();self._initExternalLinks();self._loadCufon();self._changeWeekSelector();if(self.useAddThis==true)
self._addShareLink();}};$j().ready(function(){Website.Core.onReady();});})(jQuery);