(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(d){d.tools=d.tools||{};d.tools.tabs={version:"1.0.4",conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",api:false,rotate:false},addEffect:function(e,f){c[e]=f}};var c={"default":function(f,e){this.getPanes().hide().eq(f).show();e.call()},fade:function(g,e){var f=this.getConf(),j=f.fadeOutSpeed,h=this.getPanes();if(j){h.fadeOut(j)}else{h.hide()}h.eq(g).fadeIn(f.fadeInSpeed,e)},slide:function(f,e){this.getPanes().slideUp(200);this.getPanes().eq(f).slideDown(400,e)},ajax:function(f,e){this.getPanes().eq(0).load(this.getTabs().eq(f).attr("href"),e)}};var b;d.tools.tabs.addEffect("horizontal",function(f,e){if(!b){b=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){d(this).hide()});this.getPanes().eq(f).animate({width:b},function(){d(this).show();e.call()})});function a(g,h,f){var e=this,j=d(this),i;d.each(f,function(k,l){if(d.isFunction(l)){j.bind(k,l)}});d.extend(this,{click:function(k,n){var o=e.getCurrentPane();var l=g.eq(k);if(typeof k=="string"&&k.replace("#","")){l=g.filter("[href*="+k.replace("#","")+"]");k=Math.max(g.index(l),0)}if(f.rotate){var m=g.length-1;if(k<0){return e.click(m,n)}if(k>m){return e.click(0,n)}}if(!l.length){if(i>=0){return e}k=f.initialIndex;l=g.eq(k)}if(k===i){return e}n=n||d.Event();n.type="onBeforeClick";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}c[f.effect].call(e,k,function(){n.type="onClick";j.trigger(n,[k])});n.type="onStart";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}i=k;g.removeClass(f.current);l.addClass(f.current);return e},getConf:function(){return f},getTabs:function(){return g},getPanes:function(){return h},getCurrentPane:function(){return h.eq(i)},getCurrentTab:function(){return g.eq(i)},getIndex:function(){return i},next:function(){return e.click(i+1)},prev:function(){return e.click(i-1)},bind:function(k,l){j.bind(k,l);return e},onBeforeClick:function(k){return this.bind("onBeforeClick",k)},onClick:function(k){return this.bind("onClick",k)},unbind:function(k){j.unbind(k);return e}});g.each(function(k){d(this).bind(f.event,function(l){e.click(k,l);return false})});if(location.hash){e.click(location.hash)}else{if(f.initialIndex===0||f.initialIndex>0){e.click(f.initialIndex)}}h.find("a[href^=#]").click(function(k){e.click(d(this).attr("href"),k)})}d.fn.tabs=function(i,f){var g=this.eq(typeof f=="number"?f:0).data("tabs");if(g){return g}if(d.isFunction(f)){f={onBeforeClick:f}}var h=d.extend({},d.tools.tabs.conf),e=this.length;f=d.extend(h,f);this.each(function(l){var j=d(this);var k=j.find(f.tabs);if(!k.length){k=j.children()}var m=i.jquery?i:j.children(i);if(!m.length){m=e==1?d(i):j.parent().find(i)}g=new a(k,m,f);j.data("tabs",g)});return f.api?g:this}})(jQuery);(function(b){var a=b.tools.tabs;a.plugins=a.plugins||{};a.plugins.slideshow={version:"1.0.2",conf:{next:".forward",prev:".backward",disabledClass:"disabled",autoplay:false,autopause:true,interval:3000,clickable:true,api:false}};b.prototype.slideshow=function(e){var f=b.extend({},a.plugins.slideshow.conf),c=this.length,d;e=b.extend(f,e);this.each(function(){var p=b(this),m=p.tabs(),i=b(m),o=m;b.each(e,function(t,u){if(b.isFunction(u)){m.bind(t,u)}});function n(t){return c==1?b(t):p.parent().find(t)}var s=n(e.next).click(function(){m.next()});var q=n(e.prev).click(function(){m.prev()});var h,j,l,g=false;b.extend(m,{play:function(){if(h){return}var t=b.Event("onBeforePlay");i.trigger(t);if(t.isDefaultPrevented()){return m}g=false;h=setInterval(m.next,e.interval);i.trigger("onPlay");m.next()},pause:function(){if(!h){return m}var t=b.Event("onBeforePause");i.trigger(t);if(t.isDefaultPrevented()){return m}h=clearInterval(h);l=clearInterval(l);i.trigger("onPause")},stop:function(){m.pause();g=true},onBeforePlay:function(t){return m.bind("onBeforePlay",t)},onPlay:function(t){return m.bind("onPlay",t)},onBeforePause:function(t){return m.bind("onBeforePause",t)},onPause:function(t){return m.bind("onPause",t)}});if(e.autopause){var k=m.getTabs().add(s).add(q).add(m.getPanes());k.hover(function(){m.pause();j=clearInterval(j)},function(){if(!g){j=setTimeout(m.play,e.interval)}})}if(e.autoplay){l=setTimeout(m.play,e.interval)}else{m.stop()}if(e.clickable){m.getPanes().click(function(){m.next()})}if(!m.getConf().rotate){var r=e.disabledClass;if(!m.getIndex()){q.addClass(r)}m.onBeforeClick(function(u,t){if(!t){q.addClass(r)}else{q.removeClass(r);if(t==m.getTabs().length-1){s.addClass(r)}else{s.removeClass(r)}}})}});return e.api?d:this}})(jQuery);(function(d){var a=d.tools.tabs;a.plugins=a.plugins||{};a.plugins.history={version:"1.0.2",conf:{api:false}};var e,b;function c(f){if(f){var g=b.contentWindow.document;g.open().close();g.location.hash=f}}d.fn.onHash=function(g){var f=this;if(d.browser.msie&&d.browser.version<"8"){if(!b){b=d("<iframe/>").attr("src","javascript:false;").hide().get(0);d("body").append(b);setInterval(function(){var i=b.contentWindow.document,j=i.location.hash;if(e!==j){d.event.trigger("hash",j);e=j}},100);c(location.hash||"#")}f.bind("click.hash",function(h){c(d(this).attr("href"))})}else{setInterval(function(){var j=location.hash;var i=f.filter("[href$="+j+"]");if(!i.length){j=j.replace("#","");i=f.filter("[href$="+j+"]")}if(i.length&&j!==e){e=j;d.event.trigger("hash",j)}},100)}d(window).bind("hash",g);return this};d.fn.history=function(g){var h=d.extend({},a.plugins.history.conf),f;g=d.extend(h,g);this.each(function(){var j=d(this).tabs(),i=j.getTabs();if(j){f=j}i.onHash(function(k,l){if(!l||l=="#"){l=j.getConf().initialIndex}j.click(l)});i.click(function(k){location.hash=d(this).attr("href").replace("#","")})});return g.api?f:this}})(jQuery);(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.2",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);(function(b){var a=b.tools.tooltip;a.effects=a.effects||{};a.effects.slide={version:"1.0.0"};b.extend(a.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!b.browser.msie});var c={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};b.tools.tooltip.addEffect("slide",function(d){var f=this.getConf(),g=this.getTip(),h=f.slideFade?{opacity:f.opacity}:{},e=c[f.direction]||c.up;h[e[1]]=e[0]+"="+f.slideOffset;if(f.slideFade){g.css({opacity:0})}g.show().animate(h,f.slideInSpeed,d)},function(e){var g=this.getConf(),i=g.slideOffset,h=g.slideFade?{opacity:0}:{},f=c[g.direction]||c.up;var d=""+f[0];if(g.bounce){d=d=="+"?"-":"+"}h[f[1]]=d+"="+i;this.getTip().animate(h,g.slideOutSpeed,function(){b(this).hide();e.call()})})})(jQuery);(function(d){var c=d.tools.tooltip;c.plugins=c.plugins||{};c.plugins.dynamic={version:"1.0.1",conf:{api:false,classNames:"top right bottom left"}};function b(h){var e=d(window);var g=e.width()+e.scrollLeft();var f=e.height()+e.scrollTop();return[h.offset().top<=e.scrollTop(),g<=h.offset().left+h.width(),f<=h.offset().top+h.height(),e.scrollLeft()>=h.offset().left]}function a(f){var e=f.length;while(e--){if(f[e]){return false}}return true}d.fn.dynamic=function(g){var h=d.extend({},c.plugins.dynamic.conf),f;if(typeof g=="number"){g={speed:g}}g=d.extend(h,g);var e=g.classNames.split(/\s/),i;this.each(function(){if(d(this).tooltip().jquery){throw"Lazy feature not supported by dynamic plugin. set lazy: false for tooltip"}var j=d(this).tooltip().onBeforeShow(function(n,o){var m=this.getTip(),l=this.getConf();if(!i){i=[l.position[0],l.position[1],l.offset[0],l.offset[1],d.extend({},l)]}d.extend(l,i[4]);l.position=[i[0],i[1]];l.offset=[i[2],i[3]];m.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var k=b(m);if(!a(k)){if(k[2]){d.extend(l,g.top);l.position[0]="top";m.addClass(e[0])}if(k[3]){d.extend(l,g.right);l.position[1]="right";m.addClass(e[1])}if(k[0]){d.extend(l,g.bottom);l.position[0]="bottom";m.addClass(e[2])}if(k[1]){d.extend(l,g.left);l.position[1]="left";m.addClass(e[3])}if(k[0]||k[2]){l.offset[0]*=-1}if(k[1]||k[3]){l.offset[1]*=-1}}m.css({visibility:"visible"}).hide()});j.onShow(function(){var l=this.getConf(),k=this.getTip();l.position=[i[0],i[1]];l.offset=[i[2],i[3]]});j.onHide(function(){var k=this.getTip();k.removeClass(g.classNames)});f=j});return g.api?f:this}})(jQuery);(function(b){b.tools=b.tools||{};b.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var c;function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i;if(!c){c=r}b.each(m,function(s,t){if(b.isFunction(t)){p.bind(s,t)}});if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t);return m.globalNav?s:o.parent().find(t)}o.data("finder",l);var f=l(m.prev),h=l(m.next),g=l(m.prevPage),n=l(m.nextPage);b.extend(r,{getIndex:function(){return k},getClickIndex:function(){var s=r.getItems();return s.index(s.filter("."+m.activeClass))},getConf:function(){return m},getSize:function(){return r.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/m.size)},getPageIndex:function(){return Math.ceil(k/m.size)},getNaviButtons:function(){return f.add(h).add(g).add(n)},getRoot:function(){return o},getItemWrap:function(){return e},getItems:function(){return e.children(m.item)},getVisibleItems:function(){return r.getItems().slice(k,k+m.size)},seekTo:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isFunction(w)){t=w}if(s>r.getSize()-m.size){return m.loop?r.begin():this.end()}var u=r.getItems().eq(s);if(!u.length){return r}var v=b.Event("onBeforeSeek");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}if(w===undefined||b.isFunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onSeek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r;k=s;v=b.Event("onStart");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}f.add(g).toggleClass(m.disabledClass,s===0);h.add(n).toggleClass(m.disabledClass,s>=r.getSize()-m.size);return r},move:function(u,t,s){i=u>0;return this.seekTo(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movePage:function(w,v,u){i=w>0;var s=m.size*w;var t=k%m.size;if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevPage:function(t,s){return this.movePage(-1,t,s)},nextPage:function(t,s){return this.movePage(1,t,s)},setPage:function(t,u,s){return this.seekTo(t*m.size,u,s)},begin:function(t,s){i=false;return this.seekTo(0,t,s)},end:function(t,s){i=true;var u=this.getSize()-m.size;return u>0?this.seekTo(u,t,s):r},reload:function(){p.trigger("onReload");return r},focus:function(){c=r;return r},click:function(u){var v=r.getItems().eq(u),s=m.activeClass,t=m.size;if(u<0||u>=r.getSize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getSize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getItems().removeClass(s);v.addClass(s);return r.seekTo(u,time,fn)}if(!v.hasClass(s)){r.getItems().removeClass(s);v.addClass(s);var x=Math.floor(t/2);var w=u-x;if(w>r.getSize()-t){w=r.getSize()-t}if(w!==u){return r.seekTo(w)}}return r},bind:function(s,t){p.bind(s,t);return r},unbind:function(s){p.unbind(s);return r}});b.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}});f.addClass(m.disabledClass).click(function(){r.prev()});h.click(function(){r.next()});n.click(function(){r.nextPage()});if(r.getSize()<m.size){h.add(n).addClass(m.disabledClass)}g.addClass(m.disabledClass).click(function(){r.prevPage()});var j=m.hoverClass,q="keydown."+Math.random().toString().substring(10);r.onReload(function(){if(j){r.getItems().hover(function(){b(this).addClass(j)},function(){b(this).removeClass(j)})}if(m.clickable){r.getItems().each(function(s){b(this).unbind("click.scrollable").bind("click.scrollable",function(t){if(b(t.target).is("a")){return}return r.click(s)})})}if(m.keyboard){b(document).unbind(q).bind(q,function(t){if(t.altKey||t.ctrlKey){return}if(m.keyboard!="static"&&c!=r){return}var u=m.keyboardSteps;if(d&&(t.keyCode==37||t.keyCode==39)){r.move(t.keyCode==37?-u:u);return t.preventDefault()}if(!d&&(t.keyCode==38||t.keyCode==40)){r.move(t.keyCode==38?-u:u);return t.preventDefault()}return true})}else{b(document).unbind(q)}});r.reload()}b.fn.scrollable=function(d){var e=this.eq(typeof d=="number"?d:0).data("scrollable");if(e){return e}var f=b.extend({},b.tools.scrollable.conf);d=b.extend(f,d);d.keyboardSteps=d.keyboardSteps||d.size;this.each(function(){e=new a(b(this),d);b(this).data("scrollable",e)});return d.api?e:this}})(jQuery);(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.circular={version:"0.5.1",conf:{api:false,clonedClass:"cloned"}};b.fn.circular=function(e){var d=b.extend({},a.plugins.circular.conf),c;b.extend(d,e);this.each(function(){var i=b(this).scrollable(),n=i.getItems(),k=i.getConf(),f=i.getItemWrap(),j=0;if(i){c=i}if(n.length<k.size){return false}n.slice(0,k.size).each(function(o){b(this).clone().appendTo(f).click(function(){i.click(n.length+o)}).addClass(d.clonedClass)});var l=b.makeArray(n.slice(-k.size)).reverse();b(l).each(function(o){b(this).clone().prependTo(f).click(function(){i.click(-o-1)}).addClass(d.clonedClass)});var m=f.children(k.item);var h=k.hoverClass;if(h){m.hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)})}function g(o){var p=m.eq(o);if(k.vertical){f.css({top:-p.position().top})}else{f.css({left:-p.position().left})}}g(k.size);b.extend(i,{move:function(s,r,p,q){var u=j+s+k.size;var t=u>i.getSize()-k.size;if(u<=0||t){var o=j+k.size+(t?-n.length:n.length);g(o);u=o+s}if(q){m.removeClass(k.activeClass).eq(u+Math.floor(k.size/2)).addClass(k.activeClass)}if(u===j+k.size){return self}return i.seekTo(u,r,p)},begin:function(p,o){return this.seekTo(k.size,p,o)},end:function(p,o){return this.seekTo(n.length,p,o)},click:function(p,r,q){if(!k.clickable){return self}if(k.size==1){return this.next()}var s=p-j,o=k.activeClass;s-=Math.floor(k.size/2);return this.move(s,r,q,true)},getIndex:function(){return j},setPage:function(p,q,o){return this.seekTo(p*k.size+k.size,q,o)},getPageAmount:function(){return Math.ceil(n.length/k.size)},getPageIndex:function(){if(j<0){return this.getPageAmount()-1}if(j>=n.length){return 0}var o=(j+k.size)/k.size-1;return o},getVisibleItems:function(){var o=j+k.size;return m.slice(o,o+k.size)}});i.onStart(function(p,o){j=o-k.size;return false});i.getNaviButtons().removeClass(k.disabledClass)});return d.api?c:this}})(jQuery);(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setInterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearInterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getRoot().add(g.getNaviButtons()).hover(function(){g.pause();clearInterval(f)},function(){if(!h){f=setTimeout(g.play,e.interval)}})}if(e.autoplay){setTimeout(g.play,e.interval)}});return e.api?c:this}})(jQuery);(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,api:false,idPrefix:null}};b.fn.navigator=function(d){var e=b.extend({},a.plugins.navigator.conf),c;if(typeof d=="string"){d={navi:d}}d=b.extend(e,d);this.each(function(){var i=b(this).scrollable(),f=i.getRoot(),l=f.data("finder").call(null,d.navi),g=null,k=i.getNaviButtons();if(i){c=i}i.getNaviButtons=function(){return k.add(l)};function j(){if(!l.children().length||l.data("navi")==i){l.empty();l.data("navi",i);for(var m=0;m<i.getPageAmount();m++){l.append(b("<"+(d.naviItem||"a")+"/>"))}g=l.children().each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()});if(d.indexed){o.text(n)}if(d.idPrefix){o.attr("id",d.idPrefix+n)}})}else{g=d.naviItem?l.find(d.naviItem):l.children();g.each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()})})}g.eq(0).addClass(d.activeClass)}i.onStart(function(o,n){var m=d.activeClass;g.removeClass(m).eq(i.getPageIndex()).addClass(m)});i.onReload(function(){j()});j();var h=g.filter("[href="+location.hash+"]");if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jQuery);(function(b){b.fn.wheel=function(e){return this[e?"bind":"trigger"]("wheel",e)};b.event.special.wheel={setup:function(){b.event.add(this,d,c,{})},teardown:function(){b.event.remove(this,d,c)}};var d=!b.browser.mozilla?"mousewheel":"DOMMouseScroll"+(b.browser.version<"1.9"?" mousemove":"");function c(e){switch(e.type){case"mousemove":return b.extend(e.data,{clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY});case"DOMMouseScroll":b.extend(e,e.data);e.delta=-e.detail/3;break;case"mousewheel":e.delta=e.wheelDelta/120;break}e.type="wheel";return b.event.handle.call(this,e,e.delta)}var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.mousewheel={version:"1.0.1",conf:{api:false,speed:50}};b.fn.mousewheel=function(f){var g=b.extend({},a.plugins.mousewheel.conf),e;if(typeof f=="number"){f={speed:f}}f=b.extend(g,f);this.each(function(){var h=b(this).scrollable();if(h){e=h}h.getRoot().wheel(function(i,j){h.move(j<0?1:-1,f.speed||50);return false})});return f.api?e:this}})(jQuery);(function(c){c.tools=c.tools||{};c.tools.overlay={version:"1.1.2",addEffect:function(e,f,g){b[e]=[f,g]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var b={};c.tools.overlay.addEffect("default",function(e){this.getOverlay().fadeIn(this.getConf().speed,e)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,e)});var d=[];function a(g,k){var o=this,m=c(this),n=c(window),j,i,h,e=k.expose&&c.tools.expose.version;var f=k.target||g.attr("rel");i=f?c(f):null||g;if(!i.length){throw"Could not find Overlay: "+f}if(g&&g.index(i)==-1){g.click(function(p){o.load(p);return p.preventDefault()})}c.each(k,function(p,q){if(c.isFunction(q)){m.bind(p,q)}});c.extend(o,{load:function(u){if(o.isOpened()){return o}var r=b[k.effect];if(!r){throw'Overlay: cannot find effect : "'+k.effect+'"'}if(k.oneInstance){c.each(d,function(){this.close(u)})}u=u||c.Event();u.type="onBeforeLoad";m.trigger(u);if(u.isDefaultPrevented()){return o}h=true;if(e){i.expose().load(u)}var t=k.top;var s=k.left;var p=i.outerWidth({margin:true});var q=i.outerHeight({margin:true});if(typeof t=="string"){t=t=="center"?Math.max((n.height()-q)/2,0):parseInt(t,10)/100*n.height()}if(s=="center"){s=Math.max((n.width()-p)/2,0)}if(!k.absolute){t+=n.scrollTop();s+=n.scrollLeft()}i.css({top:t,left:s,position:"absolute"});u.type="onStart";m.trigger(u);r[0].call(o,function(){if(h){u.type="onLoad";m.trigger(u)}});if(k.closeOnClick){c(document).bind("click.overlay",function(w){if(!o.isOpened()){return}var v=c(w.target);if(v.parents(i).length>1){return}c.each(d,function(){this.close(w)})})}if(k.closeOnEsc){c(document).unbind("keydown.overlay").bind("keydown.overlay",function(v){if(v.keyCode==27){c.each(d,function(){this.close(v)})}})}return o},close:function(q){if(!o.isOpened()){return o}q=q||c.Event();q.type="onBeforeClose";m.trigger(q);if(q.isDefaultPrevented()){return}h=false;b[k.effect][1].call(o,function(){q.type="onClose";m.trigger(q)});var p=true;c.each(d,function(){if(this.isOpened()){p=false}});if(p){c(document).unbind("click.overlay").unbind("keydown.overlay")}return o},getContent:function(){return i},getOverlay:function(){return i},getTrigger:function(){return g},getClosers:function(){return j},isOpened:function(){return h},getConf:function(){return k},bind:function(p,q){m.bind(p,q);return o},unbind:function(p){m.unbind(p);return o}});c.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(p,q){o[q]=function(r){return o.bind(q,r)}});if(e){if(typeof k.expose=="string"){k.expose={color:k.expose}}c.extend(k.expose,{api:true,closeOnClick:k.closeOnClick,closeOnEsc:false});var l=i.expose(k.expose);l.onBeforeClose(function(p){o.close(p)});o.onClose(function(p){l.close(p)})}j=i.find(k.close||".close");if(!j.length&&!k.close){j=c('<div class="close"></div>');i.prepend(j)}j.click(function(p){o.close(p)})}c.fn.overlay=function(e){var f=this.eq(typeof e=="number"?e:0).data("overlay");if(f){return f}if(c.isFunction(e)){e={onBeforeLoad:e}}var g=c.extend({},c.tools.overlay.conf);e=c.extend(true,g,e);this.each(function(){f=new a(c(this),e);d.push(f);c(this).data("overlay",f)});return e.api?f:this}})(jQuery);(function(b){var a=b.tools.overlay;a.plugins=a.plugins||{};a.plugins.gallery={version:"1.0.0",conf:{imgId:"img",next:".next",prev:".prev",info:".info",progress:".progress",disabledClass:"disabled",activeClass:"active",opacity:0.8,speed:"slow",template:"<strong>${title}</strong> <span>Image ${index} of ${total}</span>",autohide:true,preload:true,api:false}};b.fn.gallery=function(d){var o=b.extend({},a.plugins.gallery.conf),m;b.extend(o,d);m=this.overlay();var r=this,j=m.getOverlay(),k=j.find(o.next),g=j.find(o.prev),e=j.find(o.info),c=j.find(o.progress),h=g.add(k).add(e).css({opacity:o.opacity}),s=m.getClosers(),l;function p(u){c.fadeIn();h.hide();s.hide();var t=u.attr("href");var v=new Image();v.onload=function(){c.fadeOut();var y=b("#"+o.imgId,j);if(!y.length){y=b("<img/>").attr("id",o.imgId).css("visibility","hidden");j.prepend(y)}y.attr("src",t).css("visibility","hidden");var z=v.width;var A=(b(window).width()-z)/2;l=r.index(r.filter("[href="+t+"]"));r.removeClass(o.activeClass).eq(l).addClass(o.activeClass);var w=o.disabledClass;h.removeClass(w);if(l===0){g.addClass(w)}if(l==r.length-1){k.addClass(w)}var B=o.template.replace("${title}",u.attr("title")||u.data("title")).replace("${index}",l+1).replace("${total}",r.length);var x=parseInt(e.css("paddingLeft"),10)+parseInt(e.css("paddingRight"),10);e.html(B).css({width:z-x});j.animate({width:z,height:v.height,left:A},o.speed,function(){y.hide().css("visibility","visible").fadeIn(function(){if(!o.autohide){h.fadeIn();s.show()}})})};v.onerror=function(){j.fadeIn().html("Cannot find image "+t)};v.src=t;if(o.preload){r.filter(":eq("+(l-1)+"), :eq("+(l+1)+")").each(function(){var w=new Image();w.src=b(this).attr("href")})}}function f(t,u){t.click(function(){if(t.hasClass(o.disabledClass)){return}var v=r.eq(i=l+(u?1:-1));if(v.length){p(v)}})}f(k,true);f(g);b(document).keydown(function(t){if(!j.is(":visible")||t.altKey||t.ctrlKey){return}if(t.keyCode==37||t.keyCode==39){var u=t.keyCode==37?g:k;u.click();return t.preventDefault()}return true});function q(){if(!j.is(":animated")){h.show();s.show()}}if(o.autohide){j.hover(q,function(){h.fadeOut();s.hide()}).mousemove(q)}var n;this.each(function(){var v=b(this),u=b(this).overlay(),t=u;u.onBeforeLoad(function(){p(v)});u.onClose(function(){r.removeClass(o.activeClass)})});return o.api?n:this}})(jQuery);(function(d){var b=d.tools.overlay;b.effects=b.effects||{};b.effects.apple={version:"1.0.1"};d.extend(b.conf,{start:{absolute:true,top:null,left:null},fadeInSpeed:"fast",zIndex:9999});function c(f){var g=f.offset();return[g.top+f.height()/2,g.left+f.width()/2]}var e=function(n){var k=this.getOverlay(),f=this.getConf(),i=this.getTrigger(),q=this,r=k.outerWidth({margin:true}),m=k.data("img");if(!m){var l=k.css("backgroundImage");if(!l){throw"background-image CSS property not set for overlay"}l=l.substring(l.indexOf("(")+1,l.indexOf(")")).replace(/\"/g,"");k.css("backgroundImage","none");m=d('<img src="'+l+'"/>');m.css({border:0,position:"absolute",display:"none"}).width(r);d("body").append(m);k.data("img",m)}var o=d(window),j=f.start.top||Math.round(o.height()/2),h=f.start.left||Math.round(o.width()/2);if(i){var g=c(i);j=g[0];h=g[1]}if(!f.start.absolute){j+=o.scrollTop();h+=o.scrollLeft()}m.css({top:j,left:h,width:0,zIndex:f.zIndex}).show();m.animate({top:k.css("top"),left:k.css("left"),width:r},f.speed,function(){k.css("zIndex",f.zIndex+1).fadeIn(f.fadeInSpeed,function(){if(q.isOpened()&&!d(this).index(k)){n.call()}else{k.hide()}})})};var a=function(f){var h=this.getOverlay(),i=this.getConf(),g=this.getTrigger(),l=i.start.top,k=i.start.left;h.hide();if(g){var j=c(g);l=j[0];k=j[1]}h.data("img").animate({top:l,left:k,width:0},i.closeSpeed,f)};b.addEffect("apple",e,a)})(jQuery);(function(b){b.tools=b.tools||{};b.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function a(){if(b.browser.msie){var f=b(document).height(),e=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,f-e<20?e:f]}return[b(window).width(),b(document).height()]}function c(h,g){var e=this,j=b(this),d=null,f=false,i=0;b.each(g,function(k,l){if(b.isFunction(l)){j.bind(k,l)}});b(window).resize(function(){e.fit()});b.extend(this,{getMask:function(){return d},getExposed:function(){return h},getConf:function(){return g},isLoaded:function(){return f},load:function(n){if(f){return e}i=h.eq(0).css("zIndex");if(g.maskId){d=b("#"+g.maskId)}if(!d||!d.length){var l=a();d=b("<div/>").css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:0,zIndex:g.zIndex});if(g.maskId){d.attr("id",g.maskId)}b("body").append(d);var k=d.css("backgroundColor");if(!k||k=="transparent"||k=="rgba(0, 0, 0, 0)"){d.css("backgroundColor",g.color)}if(g.closeOnEsc){b(document).bind("keydown.unexpose",function(o){if(o.keyCode==27){e.close()}})}if(g.closeOnClick){d.bind("click.unexpose",function(o){e.close(o)})}}n=n||b.Event();n.type="onBeforeLoad";j.trigger(n);if(n.isDefaultPrevented()){return e}b.each(h,function(){var o=b(this);if(!/relative|absolute|fixed/i.test(o.css("position"))){o.css("position","relative")}});h.css({zIndex:Math.max(g.zIndex+1,i=="auto"?0:i)});var m=d.height();if(!this.isLoaded()){d.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){if(d.height()!=m){d.css("height",m)}n.type="onLoad";j.trigger(n)})}f=true;return e},close:function(k){if(!f){return e}k=k||b.Event();k.type="onBeforeClose";j.trigger(k);if(k.isDefaultPrevented()){return e}d.fadeOut(g.closeSpeed,function(){k.type="onClose";j.trigger(k);h.css({zIndex:b.browser.msie?i:null})});f=false;return e},fit:function(){if(d){var k=a();d.css({width:k[0],height:k[1]})}},bind:function(k,l){j.bind(k,l);return e},unbind:function(k){j.unbind(k);return e}});b.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(k,l){e[l]=function(m){return e.bind(l,m)}})}b.fn.expose=function(d){var e=this.eq(typeof d=="number"?d:0).data("expose");if(e){return e}if(typeof d=="string"){d={color:d}}var f=b.extend({},b.tools.expose.conf);d=b.extend(f,d);this.each(function(){e=new c(b(this),d);b(this).data("expose",e)});return d.api?e:this}})(jQuery);(function(){function g(o){console.log("$f.fireEvent",[].slice.call(o))}function k(q){if(!q||typeof q!="object"){return q}var o=new q.constructor();for(var p in q){if(q.hasOwnProperty(p)){o[p]=k(q[p])}}return o}function m(t,q){if(!t){return}var o,p=0,r=t.length;if(r===undefined){for(o in t){if(q.call(t[o],o,t[o])===false){break}}}else{for(var s=t[0];p<r&&q.call(s,p,s)!==false;s=t[++p]){}}return t}function c(o){return document.getElementById(o)}function i(q,p,o){if(typeof p!="object"){return q}if(q&&p){m(p,function(r,s){if(!o||typeof s!="function"){q[r]=s}})}return q}function n(s){var q=s.indexOf(".");if(q!=-1){var p=s.substring(0,q)||"*";var o=s.substring(q+1,s.length);var r=[];m(document.getElementsByTagName(p),function(){if(this.className&&this.className.indexOf(o)!=-1){r.push(this)}});return r}}function f(o){o=o||window.event;if(o.preventDefault){o.stopPropagation();o.preventDefault()}else{o.returnValue=false;o.cancelBubble=true}return false}function j(q,o,p){q[o]=q[o]||[];q[o].push(p)}function e(){return"_"+(""+Math.random()).substring(2,10)}var h=function(t,r,s){var q=this;var p={};var u={};q.index=r;if(typeof t=="string"){t={url:t}}i(this,t,true);m(("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop").split(","),function(){var v="on"+this;if(v.indexOf("*")!=-1){v=v.substring(0,v.length-1);var w="onBefore"+v.substring(2);q[w]=function(x){j(u,w,x);return q}}q[v]=function(x){j(u,v,x);return q};if(r==-1){if(q[w]){s[w]=q[w]}if(q[v]){s[v]=q[v]}}});i(this,{onCuepoint:function(x,w){if(arguments.length==1){p.embedded=[null,x];return q}if(typeof x=="number"){x=[x]}var v=e();p[v]=[x,w];if(s.isLoaded()){s._api().fp_addCuepoints(x,r,v)}return q},update:function(w){i(q,w);if(s.isLoaded()){s._api().fp_updateClip(w,r)}var v=s.getConfig();var x=(r==-1)?v.clip:v.playlist[r];i(x,w,true)},_fireEvent:function(v,y,w,A){if(v=="onLoad"){m(p,function(B,C){if(C[0]){s._api().fp_addCuepoints(C[0],r,B)}});return false}A=A||q;if(v=="onCuepoint"){var z=p[y];if(z){return z[1].call(s,A,w)}}if(y&&"onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(v)!=-1){i(A,y);if(y.metaData){if(!A.duration){A.duration=y.metaData.duration}else{A.fullDuration=y.metaData.duration}}}var x=true;m(u[v],function(){x=this.call(s,A,y,w)});return x}});if(t.onCuepoint){var o=t.onCuepoint;q.onCuepoint.apply(q,typeof o=="function"?[o]:o);delete t.onCuepoint}m(t,function(v,w){if(typeof w=="function"){j(u,v,w);delete t[v]}});if(r==-1){s.onCuepoint=this.onCuepoint}};var l=function(p,r,q,t){var s={};var o=this;var u=false;if(t){i(s,t)}m(r,function(v,w){if(typeof w=="function"){s[v]=w;delete r[v]}});i(this,{animate:function(y,z,x){if(!y){return o}if(typeof z=="function"){x=z;z=500}if(typeof y=="string"){var w=y;y={};y[w]=z;z=500}if(x){var v=e();s[v]=x}if(z===undefined){z=500}r=q._api().fp_animate(p,y,z,v);return o},css:function(w,x){if(x!==undefined){var v={};v[w]=x;w=v}r=q._api().fp_css(p,w);i(o,r);return o},show:function(){this.display="block";q._api().fp_showPlugin(p);return o},hide:function(){this.display="none";q._api().fp_hidePlugin(p);return o},toggle:function(){this.display=q._api().fp_togglePlugin(p);return o},fadeTo:function(y,x,w){if(typeof x=="function"){w=x;x=500}if(w){var v=e();s[v]=w}this.display=q._api().fp_fadeTo(p,y,x,v);this.opacity=y;return o},fadeIn:function(w,v){return o.fadeTo(1,w,v)},fadeOut:function(w,v){return o.fadeTo(0,w,v)},getName:function(){return p},getPlayer:function(){return q},_fireEvent:function(w,v,x){if(w=="onUpdate"){var y=q._api().fp_getPlugin(p);if(!y){return}i(o,y);delete o.methods;if(!u){m(y.methods,function(){var A=""+this;o[A]=function(){var B=[].slice.call(arguments);var C=q._api().fp_invoke(p,A,B);return C==="undefined"||C===undefined?o:C}});u=true}}var z=s[w];if(z){z.apply(o,v);if(w.substring(0,1)=="_"){delete s[w]}}}})};function b(o,t,z){var E=this,y=null,x,u,p=[],s={},B={},r,v,w,D,A,q;i(E,{id:function(){return r},isLoaded:function(){return(y!==null)},getParent:function(){return o},hide:function(F){if(F){o.style.height="0px"}if(y){y.style.height="0px"}return E},show:function(){o.style.height=q+"px";if(y){y.style.height=A+"px"}return E},isHidden:function(){return y&&parseInt(y.style.height,10)===0},load:function(F){if(!y&&E._fireEvent("onBeforeLoad")!==false){m(a,function(){this.unload()});x=o.innerHTML;if(x&&!flashembed.isSupported(t.version)){o.innerHTML=""}flashembed(o,t,{config:z});if(F){F.cached=true;j(B,"onLoad",F)}}return E},unload:function(){if(x.replace(/\s/g,"")!==""){if(E._fireEvent("onBeforeUnload")===false){return E}try{if(y){y.fp_close()}}catch(F){}y=null;o.innerHTML=x;E._fireEvent("onUnload")}return E},getClip:function(F){if(F===undefined){F=D}return p[F]},getCommonClip:function(){return u},getPlaylist:function(){return p},getPlugin:function(F){var H=s[F];if(!H&&E.isLoaded()){var G=E._api().fp_getPlugin(F);if(G){H=new l(F,G,E);s[F]=H}}return H},getScreen:function(){return E.getPlugin("screen")},getControls:function(){return E.getPlugin("controls")},getConfig:function(F){return F?k(z):z},getFlashParams:function(){return t},loadPlugin:function(I,H,K,J){if(typeof K=="function"){J=K;K={}}var G=J?e():"_";E._api().fp_loadPlugin(I,H,K,G);var F={};F[G]=J;var L=new l(I,null,E,F);s[I]=L;return L},getState:function(){return y?y.fp_getState():-1},play:function(G,F){function H(){if(G!==undefined){E._api().fp_play(G,F)}else{E._api().fp_play()}}if(y){H()}else{E.load(function(){H()})}return E},getVersion:function(){var G="flowplayer.js 3.1.4";if(y){var F=y.fp_getVersion();F.push(G);return F}return G},_api:function(){if(!y){throw"Flowplayer "+E.id()+" not loaded when calling an API method"}return y},setClip:function(F){E.setPlaylist([F]);return E},getIndex:function(){return w}});m(("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,ClipAdd,Fullscreen*,FullscreenExit,Error,MouseOver,MouseOut").split(","),function(){var F="on"+this;if(F.indexOf("*")!=-1){F=F.substring(0,F.length-1);var G="onBefore"+F.substring(2);E[G]=function(H){j(B,G,H);return E}}E[F]=function(H){j(B,F,H);return E}});m(("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,toggleFullscreen,reset,close,setPlaylist,addClip,playFeed").split(","),function(){var F=this;E[F]=function(H,G){if(!y){return E}var I=null;if(H!==undefined&&G!==undefined){I=y["fp_"+F](H,G)}else{I=(H===undefined)?y["fp_"+F]():y["fp_"+F](H)}return I==="undefined"||I===undefined?E:I}});E._fireEvent=function(O){if(typeof O=="string"){O=[O]}var P=O[0],M=O[1],K=O[2],J=O[3],I=0;if(z.debug){g(O)}if(!y&&P=="onLoad"&&M=="player"){y=y||c(v);A=y.clientHeight;m(p,function(){this._fireEvent("onLoad")});m(s,function(Q,R){R._fireEvent("onUpdate")});u._fireEvent("onLoad")}if(P=="onLoad"&&M!="player"){return}if(P=="onError"){if(typeof M=="string"||(typeof M=="number"&&typeof K=="number")){M=K;K=J}}if(P=="onContextMenu"){m(z.contextMenu[M],function(Q,R){R.call(E)});return}if(P=="onPluginEvent"){var F=M.name||M;var G=s[F];if(G){G._fireEvent("onUpdate",M);G._fireEvent(K,O.slice(3))}return}if(P=="onPlaylistReplace"){p=[];var L=0;m(M,function(){p.push(new h(this,L++,E))})}if(P=="onClipAdd"){if(M.isInStream){return}M=new h(M,K,E);p.splice(K,0,M);for(I=K+1;I<p.length;I++){p[I].index++}}var N=true;if(typeof M=="number"&&M<p.length){D=M;var H=p[M];if(H){N=H._fireEvent(P,K,J)}if(!H||N!==false){N=u._fireEvent(P,K,J,H)}}m(B[P],function(){N=this.call(E,M,K);if(this.cached){B[P].splice(I,1)}if(N===false){return false}I++});return N};function C(){if($f(o)){$f(o).getParent().innerHTML="";w=$f(o).getIndex();a[w]=E}else{a.push(E);w=a.length-1}q=parseInt(o.style.height,10)||o.clientHeight;if(typeof t=="string"){t={src:t}}r=o.id||"fp"+e();v=t.id||r+"_api";t.id=v;t.cachebusting=true;z.playerId=r;if(typeof z=="string"){z={clip:{url:z}}}if(typeof z.clip=="string"){z.clip={url:z.clip}}z.clip=z.clip||{};if(o.getAttribute("href",2)&&!z.clip.url){z.clip.url=o.getAttribute("href",2)}u=new h(z.clip,-1,E);z.playlist=z.playlist||[z.clip];var F=0;m(z.playlist,function(){var H=this;if(typeof H=="object"&&H.length){H={url:""+H}}m(z.clip,function(I,J){if(J!==undefined&&H[I]===undefined&&typeof J!="function"){H[I]=J}});z.playlist[F]=H;H=new h(H,F,E);p.push(H);F++});m(z,function(H,I){if(typeof I=="function"){if(u[H]){u[H](I)}else{j(B,H,I)}delete z[H]}});m(z.plugins,function(H,I){if(I){s[H]=new l(H,I,E)}});if(!z.plugins||z.plugins.controls===undefined){s.controls=new l("controls",null,E)}s.canvas=new l("canvas",null,E);t.bgcolor=t.bgcolor||"#000000";t.version=t.version||[9,0];t.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";function G(H){if(!E.isLoaded()&&E._fireEvent("onBeforeClick")!==false){E.load()}return f(H)}x=o.innerHTML;if(x.replace(/\s/g,"")!==""){if(o.addEventListener){o.addEventListener("click",G,false)}else{if(o.attachEvent){o.attachEvent("onclick",G)}}}else{if(o.addEventListener){o.addEventListener("click",f,false)}E.load()}}if(typeof o=="string"){flashembed.domReady(function(){var F=c(o);if(!F){throw"Flowplayer cannot access element: "+o}else{o=F;C()}})}else{C()}}var a=[];function d(o){this.length=o.length;this.each=function(p){m(o,p)};this.size=function(){return o.length}}window.flowplayer=window.$f=function(){var p=null;var o=arguments[0];if(!arguments.length){m(a,function(){if(this.isLoaded()){p=this;return false}});return p||a[0]}if(arguments.length==1){if(typeof o=="number"){return a[o]}else{if(o=="*"){return new d(a)}m(a,function(){if(this.id()==o.id||this.id()==o||this.getParent()==o){p=this;return false}});return p}}if(arguments.length>1){var r=arguments[1];var q=(arguments.length==3)?arguments[2]:{};if(typeof o=="string"){if(o.indexOf(".")!=-1){var t=[];m(n(o),function(){t.push(new b(this,k(r),k(q)))});return new d(t)}else{var s=c(o);return new b(s!==null?s:o,r,q)}}else{if(o){return new b(o,r,q)}}}return null};i(window.$f,{fireEvent:function(){var o=[].slice.call(arguments);var q=$f(o[0]);return q?q._fireEvent(o.slice(1)):null},addPlugin:function(o,p){b.prototype[o]=p;return $f},each:m,extend:i});if(typeof jQuery=="function"){jQuery.prototype.flowplayer=function(q,p){if(!arguments.length||typeof arguments[0]=="number"){var o=[];this.each(function(){var r=$f(this);if(r){o.push(r)}});return arguments.length?o[arguments[0]]:new d(o)}return this.each(function(){$f(this,k(q),p?k(p):{})})}}})();(function(){var e=typeof jQuery=="function";var i={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(e){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:i}}function j(){if(c.done){return false}var l=document;if(l&&l.getElementsByTagName&&l.getElementById&&l.body){clearInterval(c.timer);c.timer=null;for(var k=0;k<c.ready.length;k++){c.ready[k].call()}c.ready=null;c.done=true}}var c=e?jQuery:function(k){if(c.done){return k()}if(c.timer){c.ready.push(k)}else{c.ready=[k];c.timer=setInterval(j,13)}};function f(l,k){if(k){for(key in k){if(k.hasOwnProperty(key)){l[key]=k[key]}}}return l}function g(k){switch(h(k)){case"string":k=k.replace(new RegExp('(["\\\\])',"g"),"\\$1");k=k.replace(/^\s?(\d+)%/,"$1pct");return'"'+k+'"';case"array":return"["+b(k,function(n){return g(n)}).join(",")+"]";case"function":return'"function()"';case"object":var l=[];for(var m in k){if(k.hasOwnProperty(m)){l.push('"'+m+'":'+g(k[m]))}}return"{"+l.join(",")+"}"}return String(k).replace(/\s/g," ").replace(/\'/g,'"')}function h(l){if(l===null||l===undefined){return false}var k=typeof l;return(k=="object"&&l.push)?"array":k}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function b(k,n){var m=[];for(var l in k){if(k.hasOwnProperty(l)){m[l]=n(k[l])}}return m}function a(r,t){var q=f({},r);var s=document.all;var n='<object width="'+q.width+'" height="'+q.height+'"';if(s&&!q.id){q.id="_"+(""+Math.random()).substring(9)}if(q.id){n+=' id="'+q.id+'"'}if(q.cachebusting){q.src+=((q.src.indexOf("?")!=-1?"&":"?")+Math.random())}if(q.w3c||!s){n+=' data="'+q.src+'" type="application/x-shockwave-flash"'}else{n+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}n+=">";if(q.w3c||s){n+='<param name="movie" value="'+q.src+'" />'}q.width=q.height=q.id=q.w3c=q.src=null;for(var l in q){if(q[l]!==null){n+='<param name="'+l+'" value="'+q[l]+'" />'}}var o="";if(t){for(var m in t){if(t[m]!==null){o+=m+"="+(typeof t[m]=="object"?g(t[m]):t[m])+"&"}}o=o.substring(0,o.length-1);n+='<param name="flashvars" value=\''+o+"' />"}n+="</object>";return n}function d(m,p,l){var k=flashembed.getVersion();f(this,{getContainer:function(){return m},getConf:function(){return p},getVersion:function(){return k},getFlashvars:function(){return l},getApi:function(){return m.firstChild},getHTML:function(){return a(p,l)}});var q=p.version;var r=p.expressInstall;var o=!q||flashembed.isSupported(q);if(o){p.onFail=p.version=p.expressInstall=null;m.innerHTML=a(p,l)}else{if(q&&r&&flashembed.isSupported([6,65])){f(p,{src:r});l={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};m.innerHTML=a(p,l)}else{if(m.innerHTML.replace(/\s/g,"")!==""){}else{m.innerHTML="<h2>Flash version "+q+" or greater is required</h2><h3>"+(k[0]>0?"Your version is "+k:"You have no flash plugin installed")+"</h3>"+(m.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})();$f.addPlugin("controls",function(wrap,options){function fixE(e){if(typeof e=='undefined'){e=window.event;}if(typeof e.layerX=='undefined'){e.layerX=e.offsetX;}if(typeof e.layerY=='undefined'){e.layerY=e.offsetY;}return e;}function w(e){return e.clientWidth;}function offset(e){return e.offsetLeft;}function Draggable(o,min,max,offset){var dragging=false;function foo(){}o.onDragStart=o.onDragStart||foo;o.onDragEnd=o.onDragEnd||foo;o.onDrag=o.onDrag||foo;function move(x){if(x>max){return false;}if(x<min){return false;}o.style.left=x+"px";return true;}function end(){document.onmousemove=null;document.onmouseup=null;o.onDragEnd(parseInt(o.style.left,10));dragging=false;}function drag(e){e=fixE(e);var x=e.clientX-offset;if(move(x)){dragging=true;o.onDrag(x);}return false;}o.onmousedown=function(e){e=fixE(e);o.onDragStart(parseInt(o.style.left,10));document.onmousemove=drag;document.onmouseup=end;return false;};this.dragTo=function(x){if(move(x)){o.onDragEnd(x);}};this.setMax=function(val){max=val;};this.isDragging=function(){return dragging;};return this;}function extend(to,from){if(from){for(key in from){if(key){to[key]=from[key];}}}}function byClass(name){var els=wrap.getElementsByTagName("*");var re=new RegExp("(^|\\s)"+name+"(\\s|$)");for(var i=0;i<els.length;i++){if(re.test(els[i].className)){return els[i];}}}function pad(val){val=parseInt(val,10);return val>=10?val:"0"+val;}function toTime(sec){var h=Math.floor(sec/3600);var min=Math.floor(sec/60);sec=sec-(min*60);if(h>=1){min-=h*60;return pad(h)+":"+pad(min)+":"+pad(sec);}return pad(min)+":"+pad(sec);}function getTime(time,duration){return"<span>"+toTime(time)+"</span> <strong>"+toTime(duration)+"</strong>";}var self=this;var opts={playHeadClass:'playhead',trackClass:'track',playClass:'play',pauseClass:'pause',bufferClass:'buffer',progressClass:'progress',timeClass:'time',muteClass:'mute',unmuteClass:'unmute',duration:0,template:'<a class="play">play</a>'+'<div class="track">'+'<div class="buffer"></div>'+'<div class="progress"></div>'+'<div class="playhead"></div>'+'</div>'+'<div class="time"></div>'+'<a class="mute">mute</a>'};extend(opts,options);if(typeof wrap=='string'){wrap=document.getElementById(wrap);}if(!wrap){return;}if(!wrap.innerHTML.replace(/\s/g,'')){wrap.innerHTML=opts.template;}var ball=byClass(opts.playHeadClass);var bufferBar=byClass(opts.bufferClass);var progressBar=byClass(opts.progressClass);var track=byClass(opts.trackClass);var time=byClass(opts.timeClass);var mute=byClass(opts.muteClass);time.innerHTML=getTime(0,opts.duration);var trackWidth=w(track);var ballWidth=w(ball);var head=new Draggable(ball,0,0,offset(wrap)+offset(track)+(ballWidth/2));track.onclick=function(e){e=fixE(e);if(e.target==ball){return false;}head.dragTo(e.layerX-ballWidth/2);};var play=byClass(opts.playClass);play.onclick=function(){if(self.isLoaded()){self.toggle();}else{self.play();}};mute.onclick=function(){if(self.getStatus().muted){self.unmute();}else{self.mute();}};var timer=null;function getMax(len,total){return parseInt(Math.min(len/total*trackWidth,trackWidth-ballWidth/2),10);}self.onStart(function(clip){var duration=clip.duration||0;clearInterval(timer);timer=setInterval(function(){var status=self.getStatus();if(status.time){time.innerHTML=getTime(status.time,clip.duration);}if(status.time===undefined){clearInterval(timer);return;}var x=getMax(status.bufferEnd,duration);bufferBar.style.width=x+"px";head.setMax(x);if(!self.isPaused()&&!head.isDragging()){x=getMax(status.time,duration);progressBar.style.width=x+"px";ball.style.left=(x-ballWidth/2)+"px";}},500);});self.onBegin(function(){play.className=opts.pauseClass;});self.onPause(function(){play.className=opts.playClass;});self.onResume(function(){play.className=opts.pauseClass;});self.onMute(function(){mute.className=opts.unmuteClass;});self.onUnmute(function(){mute.className=opts.muteClass;});self.onFinish(function(clip){clearInterval(timer);});self.onUnload(function(){time.innerHTML=getTime(0,opts.duration);});ball.onDragEnd=function(x){var to=parseInt(x/trackWidth*100,10)+"%";progressBar.style.width=x+"px";if(self.isLoaded()){self.seek(to);}};ball.onDrag=function(x){progressBar.style.width=x+"px";};return self;});(function(a){$f.addPlugin("playlist",function(d,o){var n=this;var b={playingClass:"playing",pausedClass:"paused",progressClass:"progress",template:'<a href="${url}">${title}</a>',loop:false,playOnClick:true,manual:false};a.extend(b,o);d=a(d);var j=n.getPlaylist().length<=1||b.manual;var k=null;function e(q){var p=m;a.each(q,function(r,s){if(!a.isFunction(s)){p=p.replace("${"+r+"}",s).replace("$%7B"+r+"%7D",s)}});return p}function i(){k=d.children().unbind("click.playlist").bind("click.playlist",function(){return h(a(this),k.index(this))})}function c(){d.empty();a.each(n.getPlaylist(),function(){d.append(e(this))});i()}function h(p,q){if(p.hasClass(b.playingClass)||p.hasClass(b.pausedClass)){n.toggle()}else{p.addClass(b.progressClass);n.play(q)}return false}function l(){if(j){k=d.children()}k.removeClass(b.playingClass);k.removeClass(b.pausedClass);k.removeClass(b.progressClass)}function f(p){return(j)?k.filter("[href="+p.originalUrl+"]"):k.eq(p.index)}if(!j){var m=d.is(":empty")?b.template:d.html();c()}else{k=d.children();if(a.isFunction(k.live)){a(d.selector+"> *").live("click",function(){var p=a(this);return h(p,p.attr("href"))})}else{k.click(function(){var p=a(this);return h(p,p.attr("href"))})}var g=n.getClip(0);if(!g.url&&b.playOnClick){g.update({url:k.eq(0).attr("href")})}}n.onBegin(function(p){l();f(p).addClass(b.playingClass)});n.onPause(function(p){f(p).removeClass(b.playingClass).addClass(b.pausedClass)});n.onResume(function(p){f(p).removeClass(b.pausedClass).addClass(b.playingClass)});if(!b.loop&&!j){n.onBeforeFinish(function(p){if(!p.isInStream&&p.index<k.length-1){return false}})}if(j&&b.loop){n.onBeforeFinish(function(q){var p=f(q);if(p.next().length){p.next().click()}else{k.eq(0).click()}return false})}n.onUnload(function(){l()});if(!j){n.onPlaylistReplace(function(){c()})}n.onClipAdd(function(q,p){k.eq(p).before(e(q));i()});return n})})(jQuery);(function(){function toAbsolute(url,base){if(url.substring(0,4)=="http"){return url;}if(base){return base+(base.substring(base.length-1)!="/"?"/":"")+url;}base=location.protocol+"//"+location.host;if(url.substring(0,1)=="/"){return base+url;}var path=location.pathname;path=path.substring(0,path.lastIndexOf("/"));return base+path+"/"+url;}$f.addPlugin("embed",function(options){var self=this;var conf=self.getConfig(true);var opts={width:self.getParent().clientWidth||'100%',height:self.getParent().clientHeight||'100%',url:toAbsolute(self.getFlashParams().src),index:-1,allowfullscreen:true,allowscriptaccess:'always'};$f.extend(opts,options);opts.src=opts.url;opts.w3c=true;delete conf.playerId;delete opts.url;delete opts.index;this.getEmbedCode=function(runnable,index){index=typeof index=='number'?index:opts.index;if(index>=0){conf.playlist=[self.getPlaylist()[index]];}index=0;$f.each(conf.playlist,function(){conf.playlist[index++].url=toAbsolute(this.url,this.baseUrl);});var html=flashembed.getHTML(opts,{config:conf});if(!runnable){html=html.replace(/\</g,"&lt;").replace(/\>/g,"&gt;");}return html;};return self;});})();;$.fn.centerInClient=function(options){var opt={forceAbsolute:false,container:window,completeHandler:null};$.extend(opt,options);return this.each(function(i){var el=$(this);var jWin=$(opt.container);var isWin=opt.container==window;if(opt.forceAbsolute){if(isWin)
el.remove().appendTo("body");else
el.remove().appendTo(jWin.get(0));}
el.css("position","absolute");var heightFudge=isWin?2.0:1.8;var x=(isWin?jWin.width():jWin.outerWidth())/2-el.outerWidth()/2;var y=(isWin?jWin.height():jWin.outerHeight())/heightFudge-el.outerHeight()/2;if(y<0)y=10;el.css("left",x+jWin.scrollLeft());el.css("top",y+jWin.scrollTop());if(opt.completeHandler)
opt.completeHandler(this);});};MultiColumnResizeTimer=null;MultiColumnList=null;function MultiColumnSettings(){this.extraHeight=50;this.minSplitHeight=0;this.minHeight=0;this.readOnText=null;this.classNameScreen=null;this.classNamePrint=null;this.numberOfColumns=null;}
function MultiColumn(columnContainerIn,settingsIn){this.getStyle=function(element,stylePropW3,stylePropIE){var y=null;if(element.currentStyle)
y=element.currentStyle[stylePropIE];else if(window.getComputedStyle&&document.defaultView.getComputedStyle(element,null)){y=document.defaultView.getComputedStyle(element,null).getPropertyValue(stylePropW3);}
return y;}
this.generateColumns=function(){var i=0;var numColumns;var baseColumn=this.columnContainer.getElementsByTagName('div').item(0);var clearingNode=document.createElement('span');clearingNode.style.display="block";clearingNode.style.clear="both";clearingNode.style.zoom="1";this.columnContainer.appendChild(clearingNode);if(this.settings.numberOfColumns!=null){numColumns=this.settings.numberOfColumns;}else{numColumns=Math.floor(this.columnContainer.offsetWidth/(baseColumn.offsetWidth));}
var availableWidth=Math.floor((this.columnContainer.offsetWidth-10)/numColumns)-parseInt(this.getStyle(baseColumn,'padding-right','paddingRight'))-parseInt(this.getStyle(baseColumn,'padding-left','paddingLeft'));for(i=1;i<numColumns;i++){this.columnContainer.insertBefore(baseColumn.cloneNode(false),this.columnContainer.firstChild);}
baseColumn.style.width=availableWidth+'px';var columns=this.columnContainer.getElementsByTagName('div');var minHeight;if(baseColumn.offsetHeight<=this.settings.minSplitHeight){var minHeight=baseColumn.offsetHeight;}else{var minHeight=Math.max(parseInt((baseColumn.offsetHeight+numColumns*this.settings.extraHeight)/columns.length),this.settings.minHeight);}
for(i=0;i<columns.length-1;i++){var currentColumn=columns.item(i);currentColumn.style.width=availableWidth+'px';while(currentColumn.offsetHeight<minHeight&&baseColumn.hasChildNodes()){if(baseColumn.firstChild.nodeType==1){currentColumn.appendChild(baseColumn.firstChild);}else{baseColumn.removeChild(baseColumn.firstChild);}}
var lastChild=currentColumn.lastChild;var nextColumn=columns.item(i+1);switch(lastChild.nodeName.toLowerCase()){case'p':new ParapgraphWrapper(currentColumn,lastChild,nextColumn,minHeight);break;case'ul':case'ol':new ListWrapper(currentColumn,lastChild,nextColumn,minHeight);break;default:}
new HeadingWrapper(currentColumn,nextColumn);if(this.settings.readOnText!=null){currentColumn.appendChild(this.readOnNode.cloneNode(true));}}
var maxHeight=0;for(i=0;i<columns.length;i++){maxHeight=Math.max(maxHeight,columns.item(i).offsetHeight);}
for(i=0;i<columns.length;i++){columns.item(i).style.height=maxHeight+"px";}}
this.settings=settingsIn;if(this.settings.readOnText!=null){this.readOnNode=document.createElement('p');this.readOnNode.className="readOn";this.readOnNode.appendChild(document.createTextNode(this.settings.readOnText));}
this.columnContainer=columnContainerIn;if(this.settings.classNameScreen!=null){this.columnContainer.className=this.settings.classNameScreen;}
this.originalContent=columnContainerIn.cloneNode(true);if(this.settings.classNamePrint!=null){var printNode=this.originalContent.cloneNode(true);printNode.className=this.settings.classNamePrint;this.columnContainer.parentNode.insertBefore(printNode,this.columnContainer);}
if(MultiColumnList===null){MultiColumnList=new Array;if(window.addEventListener){window.addEventListener('resize',multiColumnSetResizeTimer,false);}else{window.attachEvent('onresize',multiColumnSetResizeTimer);}}
MultiColumnList.push(this);this.generateColumns();}
function multiColumnSetResizeTimer(){if(MultiColumnResizeTimer){clearTimeout(MultiColumnResizeTimer);}
MultiColumnResizeTimer=setTimeout(multiColumnResize,100);}
function multiColumnResize(){if(!window.addEventListener&&window.attachEvent){window.detachEvent('onresize',multiColumnSetResizeTimer);}
for(var i=0;i<MultiColumnList.length;i++){var object=MultiColumnList[i];var newCopy=object.originalContent.cloneNode(true);object.columnContainer.parentNode.replaceChild(newCopy,object.columnContainer);object.columnContainer=newCopy;object.generateColumns();}
if(!window.addEventListener&&window.attachEvent){setTimeout("window.attachEvent('onresize',multiColumnSetResizeTimer)",0);}}
function ParapgraphWrapper(sourceColumnIn,sourceParagraphIn,destinationColumnIn,heightIn){this.sourceColumn=sourceColumnIn;this.height=heightIn;this.processElement=function(source,dest){var lastSourceChild;while(lastSourceChild=source.lastChild){if(lastSourceChild.nodeType==1){var newDest=lastSourceChild.cloneNode(false);dest.insertBefore(newDest,dest.firstChild);if(this.processElement(lastSourceChild,newDest)){return true;}}else if(lastSourceChild.nodeType==3){if(this.wrapTextNode(lastSourceChild,dest)){return true;}}
source.removeChild(lastSourceChild);}
return false;}
this.wrapTextNode=function(source,dest){var sourceText=source.nodeValue;var sourceTextAray=sourceText.split(/\s/);var destTextArray=new Array();while(this.sourceColumn.offsetHeight>this.height&&sourceTextAray.length>0){destTextArray.push(sourceTextAray.pop());source.nodeValue=sourceTextAray.join(' ');}
var newText=(/^\s/.test(sourceText)?' ':'')+(destTextArray.reverse().join(' '))+(/\s$/.test(sourceText)?' ':'');dest.insertBefore(document.createTextNode(newText),dest.firstChild);return this.sourceColumn.offsetHeight<=this.height;}
destinationColumnIn.insertBefore(sourceParagraphIn.cloneNode(false),destinationColumnIn.firstChild);this.processElement(sourceParagraphIn,destinationColumnIn.firstChild);if(sourceParagraphIn.offsetHeight==0){this.sourceColumn.removeChild(sourceParagraphIn);}}
function ListWrapper(sourceColumnIn,sourceListIn,destinationColumnIn,heightIn){var newList=sourceListIn.cloneNode(false);destinationColumnIn.insertBefore(newList,destinationColumnIn.firstChild);while(currentElement=sourceListIn.lastChild){if(sourceColumnIn.offsetHeight<=heightIn){break;}
if(currentElement.nodeName.toLowerCase()=='li'){newList.insertBefore(currentElement,newList.firstChild);}else{sourceListIn.removeChild(currentElement);}}
var numItems=1;var elementList=sourceListIn.childNodes;for(var i=0;i<elementList.length;i++){if(elementList[i].nodeName.toLowerCase()=='li'){numItems++;}}
newList.start=numItems;if(sourceListIn.offsetHeight==0){sourceColumnIn.removeChild(sourceListIn);}}
function HeadingWrapper(currentColumn,nextColumn){if(/^h[1-6]$/i.test(currentColumn.lastChild.nodeName)){nextColumn.insertBefore(currentColumn.lastChild,nextColumn.firstChild);}};(function(a){a.address=(function(){var c=function(i){a(this).trigger(a.extend(a.Event(i),(function(){var af={value:this.value(),path:this.path(),pathNames:this.pathNames(),parameterNames:this.parameterNames(),parameters:{},queryString:this.queryString()};for(var ae=0,p=af.parameterNames.length;ae<p;ae++){af.parameters[af.parameterNames[ae]]=this.parameter(af.parameterNames[ae])}return af}).call(this)))};var U=function(){c.call(a.address,"init")};var n=function(){c.call(a.address,"change")};var O=function(){var i=T.href.indexOf("#");return i!=-1?ac(o(T.href.substr(i+1))):""};var g=function(){try{top.document;return top}catch(i){return window}};var E=function(p,i){if(B.strict){p=i?(p.substr(0,1)!="/"?"/"+p:p):(p==""?"/":p)}return p};var q=function(i,p){return(h&&T.protocol=="file:")?(p?P.replace(/\?/,"%3F"):P.replace(/%253F/,"?")):i};var ad=function(ag){for(var ae=0,p=ag.childNodes.length,af;ae<p;ae++){if(ag.childNodes[ae].src){k=String(ag.childNodes[ae].src)}if(af=ad(ag.childNodes[ae])){return af}}};var W=function(){if(!s){var p=O();var i=!(P==p);if(t&&r<523){if(D!=X.length){D=X.length;if(typeof z[D-1]!=F){P=z[D-1]}S()}}else{if(h&&i){if(r<7){T.reload()}else{G.value(p)}}else{if(i){P=p;S()}}}}};var S=function(){n();m(v,10)};var v=function(){var p=(T.pathname+(/\/$/.test(T.pathname)?"":"/")+C.value()).replace(/\/\//,"/").replace(/^\/$/,"");var i=window[B.tracker];if(typeof i==f){i(p)}else{if(typeof pageTracker!=F&&typeof pageTracker._trackPageview==f){pageTracker._trackPageview(p)}else{if(typeof urchinTracker==f){urchinTracker(p)}}}};var e=function(){var i=w.contentWindow.document;i.open();i.write("<html><head><title>"+aa.title+"</title><script>var "+x+' = "'+O()+'";<\/script></head></html>');i.close()};var M=function(){if(!R){R=true;a("a").attr("xref",function(){return a(this).attr("href")});if(h&&r<8){aa.body.innerHTML='<iframe id="'+x+'" src="javascript:false;" width="0" height="0"></iframe>'+aa.body.innerHTML;w=aa.getElementById(x);m(function(){a(w).bind("load",function(){var i=w.contentWindow;var p=i.location.href;P=(typeof i[x]!=F?i[x]:"");if(P!=O()){S();T.hash=q(P,true)}});if(typeof w.contentWindow[x]==F){e()}},50)}else{if(t){if(r<418){a(aa.body).append('<form id="'+x+'" style="position:absolute;top:-9999px;" method="get"></form>');I=aa.getElementById(x)}if(typeof T[x]==F){T[x]={}}if(typeof T[x][T.pathname]!=F){z=T[x][T.pathname].split(",")}}}m(function(){U();n();v()},1);if(h&&r>=8){aa.body.onhashchange=W}else{u(W,50)}a("a").attr("href",function(){return a(this).attr("xref")}).removeAttr("xref");a("a[rel*=address:]").address()}};var C={baseURL:function(){var i=T.href;if(i.indexOf("#")!=-1){i=i.substr(0,i.indexOf("#"))}if(i.substr(i.length-1)=="/"){i=i.substr(0,i.length-1)}return i},strict:function(){return B.strict},history:function(){return B.history},tracker:function(){return B.tracker},title:function(){return aa.title},value:function(){if(!Z){return null}return o(E(q(P,false),false))},path:function(){var i=this.value();return(i.indexOf("?")!=-1)?i.split("?")[0]:i},pathNames:function(){var p=this.path();var i=p.split("/");if(p.substr(0,1)=="/"||p.length==0){i.splice(0,1)}if(p.substr(p.length-1,1)=="/"){i.splice(i.length-1,1)}return i},queryString:function(){var p=this.value();var i=p.indexOf("?");return(i!=-1&&i<p.length)?p.substr(i+1):""},parameter:function(aj){var ag=this.value();var ae=ag.indexOf("?");if(ae!=-1){ag=ag.substr(ae+1);var ai=ag.split("&");var ah,af=ai.length;while(af--){ah=ai[af].split("=");if(ah[0]==aj){return ah[1]}}}},parameterNames:function(){var af=this.value();var p=af.indexOf("?");var ag=[];if(p!=-1){af=af.substr(p+1);if(af!=""&&af.indexOf("=")!=-1){var ah=af.split("&");var ae=0;while(ae<ah.length){ag.push(ah[ae].split("=")[0]);ae++}}}return ag}};var G={strict:function(i){B.strict=i},history:function(i){B.history=i},tracker:function(i){B.tracker=i},title:function(i){m(function(){H=aa.title=i;if(J&&w&&w.contentWindow&&w.contentWindow.document){w.contentWindow.document.title=i;J=false}if(!L&&Y){T.replace(T.href.indexOf("#")!=-1?T.href:T.href+"#")}L=false},50)},value:function(ae){ae=ac(o(E(ae,true)));if(ae=="/"){ae=""}if(P==ae){return}L=true;P=ae;s=true;S();z[X.length]=P;if(t){if(B.history){T[x][T.pathname]=z.toString();D=X.length+1;if(r<418){if(T.search==""){I.action="#"+P;I.submit()}}else{if(r<523||P==""){var i=aa.createEvent("MouseEvents");i.initEvent("click",true,true);var p=aa.createElement("a");p.href="#"+P;p.dispatchEvent(i)}else{T.hash="#"+P}}}else{T.replace("#"+P)}}else{if(P!=O()){if(B.history){T.hash="#"+q(P,true)}else{T.replace("#"+P)}}}if((h&&r<8)&&B.history){m(e,50)}if(t){m(function(){s=false},1)}else{s=false}}};var x="jQueryAddress",f="function",F="undefined",A=a.browser,r=parseFloat(a.browser.version),Y=A.mozilla,h=A.msie,K=A.opera,t=A.safari,Z=false,N=g(),aa=N.document,X=N.history,T=N.location,u=setInterval,m=setTimeout,o=decodeURI,ac=encodeURI,ab=navigator.userAgent,w,I,k,H=aa.title,D=X.length,s=false,R=false,L=true,J=true,z=[],y={},P=O(),j={},B={history:true,strict:true};if(h){r=parseFloat(ab.substr(ab.indexOf("MSIE")+4))}Z=(Y&&r>=1)||(h&&r>=6)||(K&&r>=9.5)||(t&&r>=312);if(Z){for(var V=1;V<D;V++){z.push("")}z.push(O());if(h&&T.hash!=O()){T.hash="#"+q(O(),true)}if(K){history.navigationMode="compatible"}ad(document);var b=k.indexOf("?");if(k&&b>-1){var l,d=k.substr(b+1).split("&");for(var V=0,Q;Q=d[V];V++){l=Q.split("=");if(/^(history|strict)$/.test(l[0])){B[l[0]]=(isNaN(l[1])?/^(true|yes)$/i.test(l[1]):(parseInt(l[1])!=0))}if(/^tracker$/.test(l[0])){B[l[0]]=l[1]}}}a(M)}else{if((!Z&&T.href.indexOf("#")!=-1)||(t&&r<418&&T.href.indexOf("#")!=-1&&T.search!="")){aa.open();aa.write('<html><head><meta http-equiv="refresh" content="0;url='+T.href.substr(0,T.href.indexOf("#"))+'" /></head></html>');aa.close()}else{v()}}a.each(("init,change").split(","),function(ae,p){j[p]=function(af,i){a(a.address).bind(p,i||af,i&&af);return this}});a.each(("baseURL,strict,history,tracker,title,value").split(","),function(ae,p){j[p]=function(i){if(typeof i!="undefined"){if(Z){G[p](i)}return a.address}else{return C[p]()}}});a.each(("path,pathNames,queryString,parameter,parameterNames").split(","),function(ae,p){j[p]=function(i){return C[p](i)}});return j})();a.fn.address=function(b){a(this).click(function(){var c=b?b.call(this):/address:/.test(a(this).attr("rel"))?a(this).attr("rel").split("address:")[1].split(" ")[0]:a(this).attr("href").replace(/^#/,"");a.address.value(c);return false})}}(jQuery));;;(function(){var $$;$$=jQuery.fn.flash=function(htmlOptions,pluginOptions,replace,update){var block=replace||$$.replace;pluginOptions=$$.copy($$.pluginOptions,pluginOptions);if(!$$.hasFlash(pluginOptions.version)){if(pluginOptions.expressInstall&&$$.hasFlash(6,0,65)){var expressInstallOptions={flashvars:{MMredirectURL:location,MMplayerType:'PlugIn',MMdoctitle:jQuery('title').text()}};}else if(pluginOptions.update){block=update||$$.update;}else{return this;}}
htmlOptions=$$.copy($$.htmlOptions,expressInstallOptions,htmlOptions);return this.each(function(){block.call(this,$$.copy(htmlOptions));});};$$.copy=function(){var options={},flashvars={};for(var i=0;i<arguments.length;i++){var arg=arguments[i];if(arg==undefined)continue;jQuery.extend(options,arg);if(arg.flashvars==undefined)continue;jQuery.extend(flashvars,arg.flashvars);}
options.flashvars=flashvars;return options;};$$.hasFlash=function(){if(/hasFlash\=true/.test(location))return true;if(/hasFlash\=false/.test(location))return false;var pv=$$.hasFlash.playerVersion().match(/\d+/g);var rv=String([arguments[0],arguments[1],arguments[2]]).match(/\d+/g)||String($$.pluginOptions.version).match(/\d+/g);for(var i=0;i<3;i++){pv[i]=parseInt(pv[i]||0);rv[i]=parseInt(rv[i]||0);if(pv[i]<rv[i])return false;if(pv[i]>rv[i])return true;}
return true;};$$.hasFlash.playerVersion=function(){try{try{var axo=new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6');try{axo.AllowScriptAccess='always';}
catch(e){return'6,0,0';}}catch(e){}
return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g,',').match(/^,?(.+),?$/)[1];}catch(e){try{if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){return(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1];}}catch(e){}}
return'0,0,0';};$$.htmlOptions={height:240,flashvars:{},pluginspage:'http://www.adobe.com/go/getflashplayer',src:'#',type:'application/x-shockwave-flash',width:320};$$.pluginOptions={expressInstall:false,update:true,version:'6.0.65'};$$.replace=function(htmlOptions){this.innerHTML='<div class="alt">'+this.innerHTML+'</div>';jQuery(this).addClass('flash-replaced').prepend($$.transform(htmlOptions));};$$.update=function(htmlOptions){var url=String(location).split('?');url.splice(1,0,'?hasFlash=true&');url=url.join('');var msg='<p>This content requires the Flash Player. <a href="http://www.adobe.com/go/getflashplayer">Download Flash Player</a>. Already have Flash Player? <a href="'+url+'">Click here.</a></p>';this.innerHTML='<span class="alt">'+this.innerHTML+'</span>';jQuery(this).addClass('flash-update').prepend(msg);};function toAttributeString(){var s='';for(var key in this)
if(typeof this[key]!='function')
s+=key+'="'+this[key]+'" ';return s;};function toFlashvarsString(){var s='';for(var key in this)
if(typeof this[key]!='function')
s+=key+'='+encodeURIComponent(this[key])+'&';return s.replace(/&$/,'');};$$.transform=function(htmlOptions){htmlOptions.toString=toAttributeString;if(htmlOptions.flashvars)htmlOptions.flashvars.toString=toFlashvarsString;return'<embed '+String(htmlOptions)+'/>';};if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};});}})();;(function($){$.setCookie=function(name,value,options){if(typeof name==='undefined'||typeof value==='undefined')
return false;var str=name+'='+encodeURIComponent(value);if(options.domain)str+='; domain='+options.domain;if(options.path)str+='; path='+options.path;if(options.duration){var date=new Date();date.setTime(date.getTime()+options.duration*24*60*60*1000);str+='; expires='+date.toGMTString();}
if(options.secure)str+='; secure';return document.cookie=str;};$.delCookie=function(name){return $.setCookie(name,'',{duration:-1});};$.readCookie=function(name){var value=document.cookie.match('(?:^|;)\\s*'+name.replace(/([-.*+?^${}()|[\]\/\\])/g,'\\$1')+'=([^;]*)');return(value)?decodeURIComponent(value[1]):null;};$.CooQueryVersion='v 2.0';})(jQuery);;$(function(){$("#overlay").expose({api:true,opacity:0.75,color:'#000000',effect:'apple',onBeforeLoad:function(){$.get(window.path,{},function(data){var overlyObj=$('#overlay');overlyObj.find("a:first").remove();overlyObj.prepend($('<a class="closeOverlay" href="#">&nbsp;</a>').click(function(){$('#overlay').expose({api:true}).close();}));var wrap=overlyObj.find(".contentWrap");wrap.html(data);var image=wrap.find('img:first').mouseover(function(){var $this=$(this);$this.attr("src",'/uploads/content/'+$this.attr('imgname'));}).mouseout(function(){var $this=$(this);$this.attr("src",'/uploads/content/resized/'+$this.attr('imgname'));}).load(function(){overlyObj.centerInClient();});if(image.length==0){overlyObj.centerInClient();}});},onLoad:function(){$("#overlay").centerInClient();$("#overlay").fadeIn('slow');},onBeforeClose:function(){$("#overlay").hide();},onClose:function(){$("#overlay .contentWrap").css('width','470px');$.address.value("home");}});$('#cases a').each(function(index){var dottedWidth=($(this).width()-$(this).find('span:first').width()-3)+'px';$(this).append($('<span class="dotfill">&nbsp;</span>').css('width',dottedWidth));$(this).append('<br style="clear:both;" />');});var hasSeenIntro=$.readCookie('hasSeenIntro');if(!hasSeenIntro){}
$('p').each(function(index){$(this).find('a').addClass('donthyphenate');$(this).addClass('hyphenate');});columnizeMainArticle();Hyphenator.run();});$.address.change(function(event){if(event.value!="/"&&event.value!="/home")
{window.path=event.value;$('#overlay').expose({api:true}).load();}});function columnizeMainArticle(){multiColumnSettings=new MultiColumnSettings;multiColumnSettings.extraHeight=20;multiColumnSettings.classNameScreen='screenContainer';multiColumnSettings.classNamePrint='printContainer';multiColumnSettings.numberOfColumns=2;new MultiColumn(document.getElementById('mainArticleColumns'),multiColumnSettings);}
function columnizeOverlayContent()
{multiColumnSettings=new MultiColumnSettings;multiColumnSettings.extraHeight=20;multiColumnSettings.classNameScreen='screenContainer';multiColumnSettings.classNamePrint='printContainer';multiColumnSettings.numberOfColumns=2;new MultiColumn(document.getElementById('columnContent'),multiColumnSettings);$("#overlay").centerInClient();};var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 1995, Emigre Graphics; designed by Zuzana Liko
 */
Cufon.registerFont({"w":600,"face":{"font-family":"BaseNineSmallCaps","font-weight":500,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"900","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"720","descent":"-180","x-height":"10","bbox":"-27 -813 930 200","underline-thickness":"10","underline-position":"-15","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":300},"!":{"d":"150,-200r-35,-500r130,0r-35,500r-60,0xm180,-116v35,0,66,31,66,66v0,35,-31,66,-66,66v-35,0,-66,-31,-66,-66v0,-35,31,-66,66,-66","w":400},"\"":{"d":"170,-400r-40,0r-40,-300r120,0xm370,-400r-40,0r-40,-300r120,0","w":500},"#":{"d":"300,-92r0,92r-100,0r0,-92r-100,0r0,-100r100,0r0,-87r-100,0r0,-100r100,0r0,-91r100,0r0,91r100,0r0,-91r100,0r0,91r100,0r0,100r-100,0r0,87r100,0r0,100r-100,0r0,92r-100,0r0,-92r-100,0xm400,-279r-100,0r0,87r100,0r0,-87","w":700},"$":{"d":"504,-143v0,85,-68,134,-144,148r0,145r-100,0r0,-143v-61,-8,-104,-23,-147,-53r14,-83v67,31,125,47,174,47v47,1,86,-12,88,-50v3,-47,-209,-85,-210,-98v-49,-26,-74,-62,-74,-108v0,-77,78,-135,155,-141r0,-141r100,0r0,146v44,10,87,28,130,55r-35,74v-43,-22,-97,-44,-153,-44v-55,0,-82,15,-82,46v0,44,210,87,210,98v49,26,74,60,74,102"},"%":{"d":"780,-314v83,0,150,76,150,162v0,85,-67,162,-150,162v-83,0,-150,-76,-150,-162v0,-85,67,-162,150,-162xm743,-470r-375,470r-110,0r374,-470r111,0xm220,-480v83,0,150,76,150,162v0,85,-67,162,-150,162v-83,0,-150,-76,-150,-162v0,-85,67,-162,150,-162xm780,-75v71,-2,73,-152,0,-153v-73,1,-72,151,0,153xm220,-241v71,-2,73,-152,0,-153v-73,1,-72,151,0,153","w":1000},"&":{"d":"300,-610v67,1,119,25,159,60r0,141r-30,0v-31,-49,-45,-102,-129,-102v-35,0,-67,31,-66,66v1,45,39,73,93,65r0,100v-72,-9,-121,35,-122,96v-1,52,43,95,95,95v52,0,95,-43,95,-95r0,-86r150,0r0,100r-50,0r0,170r-30,0r-27,-47v-34,32,-77,56,-138,57v-105,2,-197,-90,-195,-195v1,-70,30,-116,71,-151v-24,-28,-41,-61,-41,-109v-2,-90,75,-167,165,-165"},"'":{"d":"170,-400r-40,0r-40,-300r120,0","w":300},"(":{"d":"181,-300v0,192,93,262,216,370r-50,63v-109,-89,-170,-141,-225,-246v-57,-110,-57,-264,-1,-373v53,-103,118,-159,226,-247r50,63v-93,82,-133,116,-180,208v-26,50,-36,105,-36,162","w":400},")":{"d":"219,-300v0,-192,-93,-262,-216,-370r50,-63v109,89,170,141,225,246v57,110,57,264,1,373v-53,103,-118,159,-226,247r-50,-63v93,-81,133,-117,180,-208v26,-50,36,-105,36,-162","w":400},"*":{"d":"300,-470r31,-230r40,0r31,231r228,-43r12,38r-209,100r111,205r-33,23r-160,-168r-160,168r-33,-23r111,-205r-209,-100r12,-38","w":700},"+":{"d":"100,-220r0,-100r200,0r0,-200r100,0r0,200r200,0r0,100r-200,0r0,200r-100,0r0,-200r-200,0","w":700},",":{"d":"223,-136v45,0,83,40,82,86v-1,106,-74,189,-153,226r-21,-34v51,-34,77,-79,77,-134v-29,-6,-58,-37,-58,-72v0,-39,33,-72,73,-72","w":500},"-":{"d":"100,-320r300,0r0,100r-300,0r0,-100","w":500},".":{"d":"180,-136v39,0,73,34,73,73v0,39,-34,73,-73,73v-39,0,-73,-34,-73,-73v0,-39,34,-73,73,-73","w":400},"\/":{"d":"40,0r325,-600r95,0r-325,600r-95,0","w":500},"0":{"d":"76,-235v0,-128,99,-245,224,-245v124,0,224,117,224,245v0,128,-99,245,-224,245v-124,0,-224,-117,-224,-245xm419,-235v0,-77,-47,-151,-119,-151v-69,0,-119,77,-119,151v0,77,47,151,119,151v69,0,119,-77,119,-151"},"1":{"d":"250,-100r0,-208r-109,41r-22,-42r201,-181r30,0r0,390r100,0r0,100r-300,0r0,-100r100,0"},"2":{"d":"284,-480v131,0,247,101,179,224v-32,60,-106,108,-156,156r193,0r0,100r-410,0r0,-43r235,-210v22,-21,43,-41,43,-72v0,-38,-47,-60,-89,-59v-63,0,-114,22,-160,51r-45,-76v47,-32,141,-71,210,-71"},"3":{"d":"386,-138v-9,-59,-104,-61,-180,-58r0,-90v69,3,153,0,162,-53v-2,-35,-50,-54,-94,-53v-67,1,-103,14,-152,43r-38,-70v50,-32,117,-60,190,-61v98,-2,194,53,195,141v0,35,-17,66,-51,92v36,24,69,56,69,109v0,130,-184,179,-316,130v-37,-14,-69,-28,-94,-47r32,-74v37,25,112,49,175,49v49,0,100,-18,102,-58"},"4":{"d":"60,-100r0,-72r294,-318r46,0r0,290r100,0r0,100r-100,0r0,100r-100,0r0,-100r-240,0xm200,-200r100,0r0,-108"},"5":{"d":"396,-138v0,-80,-143,-63,-206,-38r-60,-28r0,-266r340,0r0,100r-240,0r0,90v127,-28,267,24,267,142v-1,128,-182,179,-310,130v-34,-13,-64,-28,-90,-47r42,-72v37,23,100,47,155,47v49,0,102,-18,102,-58"},"6":{"d":"205,-147v3,85,186,86,190,0v-3,-85,-186,-86,-190,0xm300,10v-97,0,-196,-65,-195,-157v0,-32,14,-65,42,-99r188,-224r130,0r-140,166v85,7,170,70,170,157v1,91,-98,157,-195,157"},"7":{"d":"359,-370r-279,0r0,-100r430,0r0,48r-271,422r-117,0"},"8":{"d":"86,-147v0,-52,32,-91,67,-114v-27,-25,-40,-53,-40,-84v0,-83,95,-135,187,-135v92,0,187,52,188,135v0,31,-13,59,-40,84v34,24,66,63,66,114v0,94,-109,157,-214,157v-103,0,-214,-63,-214,-157xm186,-147v9,87,218,87,228,0v-9,-87,-218,-87,-228,0xm387,-345v-9,-60,-165,-63,-174,0v9,60,165,63,174,0"},"9":{"d":"300,-480v97,0,196,65,195,157v0,32,-14,65,-42,99r-188,224r-130,0r140,-166v-85,-7,-170,-70,-170,-157v-1,-91,98,-157,195,-157xm205,-323v3,85,186,86,190,0v-3,-85,-186,-86,-190,0"},":":{"d":"180,-136v39,0,73,34,73,73v0,39,-34,73,-73,73v-39,0,-73,-34,-73,-73v0,-39,34,-73,73,-73xm180,-460v39,0,73,34,73,73v0,39,-34,73,-73,73v-39,0,-73,-34,-73,-73v0,-39,34,-73,73,-73","w":400},";":{"d":"223,-460v39,0,73,34,73,73v0,39,-34,73,-73,73v-39,0,-73,-34,-73,-73v0,-39,34,-73,73,-73xm223,-136v45,0,83,40,82,86v-1,106,-74,189,-153,226r-21,-34v51,-34,77,-79,77,-134v-29,-6,-58,-37,-58,-72v0,-39,33,-72,73,-72","w":500},"<":{"d":"275,-300r249,304r-29,29r-405,-333r405,-332r29,28"},"=":{"d":"100,-420r300,0r0,100r-300,0r0,-100xm100,-220r300,0r0,100r-300,0r0,-100","w":500},">":{"d":"510,-300r-405,333r-29,-29r249,-304r-249,-304r29,-28"},"?":{"d":"260,-116v35,0,66,31,66,66v0,35,-31,66,-66,66v-35,0,-66,-31,-66,-66v0,-35,31,-66,66,-66xm300,-710v148,-5,261,178,168,307v-56,77,-165,152,-238,221r-43,-50v62,-67,147,-137,195,-213v45,-72,-1,-165,-82,-165v-55,0,-101,45,-100,100r0,50r-100,0v-18,-146,75,-246,200,-250"},"@":{"d":"440,-164v71,0,95,-105,98,-189v1,-46,-16,-86,-54,-88v-61,11,-96,100,-97,180v-1,47,14,97,53,97xm498,-534v44,0,76,23,97,50r37,-44r41,0r-53,334v-4,30,1,63,31,61v72,-4,136,-146,136,-240v0,-152,-117,-261,-268,-261v-189,0,-351,172,-351,360v0,187,125,323,308,320v118,-2,176,-31,253,-90r28,48v-82,58,-172,100,-291,103v-213,5,-397,-166,-397,-377v0,-231,202,-431,433,-431v192,0,344,133,344,326v0,136,-104,304,-222,305v-42,0,-73,-15,-93,-44v-23,20,-66,43,-105,44v-103,-1,-159,-91,-152,-204v8,-131,95,-260,224,-260","w":900},"A":{"d":"300,-510v-66,0,-100,55,-100,130r0,80r200,0r0,-80v2,-76,-34,-130,-100,-130xm300,-610v124,0,200,100,200,230r0,380r-100,0r0,-200r-200,0r0,200r-100,0r0,-380v-4,-132,79,-230,200,-230"},"B":{"d":"370,-440v0,-32,-28,-61,-60,-60r-110,0r0,120r110,0v32,1,60,-28,60,-60xm510,-190v2,103,-87,190,-190,190r-220,0r0,-600r210,0v86,-2,163,75,160,160v0,45,-13,72,-35,99v45,35,74,77,75,151xm410,-190v0,-49,-41,-90,-90,-90r-120,0r0,180r120,0v49,1,90,-41,90,-90"},"C":{"d":"343,10v-153,2,-253,-149,-253,-310v0,-200,173,-386,362,-278v35,21,63,48,84,83r-63,56v-38,-47,-80,-71,-126,-71v-193,0,-198,418,0,420v46,0,88,-24,126,-71r63,56v-34,59,-108,114,-193,115"},"D":{"d":"510,-300v0,155,-120,303,-270,300r-140,0r0,-600r140,0v151,-3,270,143,270,300xm400,-300v0,-112,-72,-218,-200,-200r0,400v129,17,200,-86,200,-200"},"E":{"d":"100,0r0,-600r300,0r0,100r-200,0r0,120r200,0r0,100r-200,0r0,180r200,0r0,100r-300,0","w":500},"F":{"d":"100,0r0,-600r320,0r0,100r-220,0r0,120r220,0r0,100r-220,0r0,280r-100,0","w":500},"G":{"d":"200,-300v0,136,91,262,210,187r0,-87r-100,0r0,-100r200,0r0,300r-30,0r-21,-37v-39,31,-81,47,-126,47v-150,2,-243,-151,-243,-310v0,-198,162,-387,347,-279v34,20,60,49,81,84r-59,56v-37,-47,-77,-71,-120,-71v-91,0,-139,102,-139,210"},"H":{"d":"200,-380r200,0r0,-220r100,0r0,600r-100,0r0,-280r-200,0r0,280r-100,0r0,-600r100,0r0,220"},"I":{"d":"200,-100r0,-400r-100,0r0,-100r300,0r0,100r-100,0r0,400r100,0r0,100r-300,0r0,-100r100,0","w":500},"J":{"d":"300,-220v6,155,-116,267,-268,218v-22,-8,-41,-19,-59,-34r47,-78v20,12,49,24,80,24v66,-2,100,-55,100,-130r0,-380r100,0r0,380","w":400},"K":{"d":"200,-290r0,290r-100,0r0,-600r100,0r0,276r198,-276r122,0r-210,293r220,307r-122,0"},"L":{"d":"200,-600r0,500r200,0r0,100r-300,0r0,-600r100,0","w":400},"M":{"d":"600,0r-95,0r0,-362r-145,272r-20,0r-145,-272r0,362r-95,0r0,-600r82,0r168,316r168,-316r82,0r0,600","w":700},"N":{"d":"410,-217r0,-383r90,0r0,600r-75,0r-235,-383r0,383r-90,0r0,-600r75,0"},"O":{"d":"300,10v-141,0,-210,-151,-210,-310v0,-160,69,-310,210,-310v141,0,210,151,210,310v0,160,-69,310,-210,310xm300,-510v-78,0,-104,115,-104,210v0,96,26,210,104,210v78,0,104,-115,104,-210v0,-96,-26,-210,-104,-210"},"P":{"d":"520,-400v0,108,-92,200,-200,200r-120,0r0,200r-100,0r0,-600r220,0v108,-3,200,92,200,200xm420,-400v0,-55,-45,-100,-100,-100r-120,0r0,200r120,0v55,1,100,-45,100,-100"},"Q":{"d":"300,-510v-75,0,-101,116,-100,210v0,97,22,210,100,210v75,0,101,-116,100,-210v0,-97,-22,-210,-100,-210xm300,-610v267,-3,275,550,53,612v8,67,24,108,91,108v30,0,63,-20,81,-36r24,68v-37,39,-79,58,-124,58v-101,0,-158,-65,-172,-196v-108,-29,-163,-161,-163,-304v0,-160,69,-308,210,-310"},"R":{"d":"490,-400v-1,82,-50,149,-109,178r159,222r-122,0r-144,-200r-74,0r0,200r-100,0r0,-600r190,0v108,-3,202,92,200,200xm390,-400v0,-55,-45,-100,-100,-100r-90,0r0,200r90,0v55,1,100,-45,100,-100"},"S":{"d":"262,-511v-51,-1,-96,24,-97,68v-18,60,221,132,210,138v49,32,74,74,74,127v0,112,-95,188,-211,188v-58,0,-115,-21,-170,-64r12,-89v51,26,98,51,161,53v49,1,104,-29,103,-73v0,-30,-24,-55,-73,-76v-87,-37,-132,-57,-137,-60v-49,-33,-74,-78,-74,-135v0,-132,155,-213,286,-160v25,11,55,29,88,56r-32,79v-39,-26,-87,-50,-140,-52","w":500},"T":{"d":"200,-500r-170,0r0,-100r440,0r0,100r-170,0r0,500r-100,0r0,-500","w":500},"U":{"d":"300,10v-124,0,-200,-100,-200,-230r0,-380r100,0r0,380v-2,76,34,130,100,130v66,0,100,-55,100,-130r0,-380r100,0r0,380v4,132,-79,230,-200,230"},"V":{"d":"500,-600r-240,610r-20,0r-240,-610r108,0r142,362r142,-362r108,0","w":500},"W":{"d":"350,-339r-120,349r-20,0r-210,-610r102,0r118,349r79,-235r-39,-114r102,0r118,349r118,-349r102,0r-210,610r-20,0","w":700},"X":{"d":"307,-309r172,309r-115,0r-114,-205r-113,205r-116,0r171,-309r-161,-291r115,0r103,187r104,-187r116,0","w":500},"Y":{"d":"200,-240r-200,-360r115,0r135,246r135,-246r115,0r-200,360r0,240r-100,0r0,-240","w":500},"Z":{"d":"269,-500r-179,0r0,-100r322,0r-182,500r180,0r0,100r-323,0","w":500},"[":{"d":"200,50r100,0r0,100r-200,0r0,-850r200,0r0,100r-100,0r0,650","w":400},"\\":{"d":"450,0r-75,0r-325,-600r75,0","w":500},"]":{"d":"200,-600r-100,0r0,-100r200,0r0,850r-200,0r0,-100r100,0r0,-650","w":400},"^":{"d":"360,-600r208,264r-33,33r-196,-150r-197,150r-33,-33r209,-264r42,0","w":700},"_":{"d":"0,0r500,0r0,100r-500,0r0,-100","w":500},"`":{"d":"435,-573r-28,28r-240,-184r84,-84"},"a":{"d":"300,-380v-55,0,-100,45,-100,100r0,70r200,0r0,-70v1,-55,-45,-100,-100,-100xm300,-480v108,0,200,92,200,200r0,280r-100,0r0,-110r-200,0r0,110r-100,0r0,-280v-3,-108,92,-200,200,-200"},"b":{"d":"510,-142v0,76,-67,142,-143,142r-267,0r0,-470r247,0v107,-6,187,132,117,223v31,29,46,64,46,105xm390,-327v0,-22,-21,-44,-43,-43r-147,0r0,85r147,0v22,0,43,-19,43,-42xm410,-142v0,-22,-21,-44,-43,-43r-167,0r0,85r167,0v22,0,43,-19,43,-42"},"c":{"d":"90,-235v0,-170,192,-302,364,-222v33,15,61,37,84,64r-51,63v-24,-25,-77,-49,-124,-49v-84,0,-163,63,-163,144v0,82,78,146,163,144v47,-1,98,-23,123,-49r52,63v-39,49,-111,85,-193,87v-134,3,-255,-112,-255,-245"},"d":{"d":"275,0v-50,-2,-120,0,-175,0r0,-470r175,0v126,-4,235,109,235,235v0,126,-109,241,-235,235xm410,-235v0,-73,-62,-135,-135,-135r-75,0r0,270r75,0v73,2,135,-62,135,-135"},"e":{"d":"100,0r0,-470r300,0r0,100r-200,0r0,85r200,0r0,100r-200,0r0,85r200,0r0,100r-300,0","w":500},"f":{"d":"100,0r0,-470r300,0r0,100r-200,0r0,85r200,0r0,100r-200,0r0,185r-100,0","w":500},"g":{"d":"200,-235v0,97,100,174,200,133r0,-58r-100,0r0,-100r200,0r0,260r-30,0r-15,-28v-160,108,-365,-29,-365,-207v0,-166,172,-302,338,-223v31,15,58,37,79,65r-51,63v-21,-25,-67,-49,-110,-49v-78,-2,-146,66,-146,144"},"h":{"d":"200,-285r200,0r0,-185r100,0r0,470r-100,0r0,-185r-200,0r0,185r-100,0r0,-470r100,0r0,185"},"i":{"d":"400,0r-300,0r0,-100r100,0r0,-270r-100,0r0,-100r300,0r0,100r-100,0r0,270r100,0r0,100","w":500},"j":{"d":"300,-220v6,155,-116,267,-268,218v-22,-8,-41,-19,-59,-34r47,-78v20,12,49,24,80,24v66,-2,100,-55,100,-130r0,-250r100,0r0,250","w":400},"k":{"d":"200,-220r0,220r-100,0r0,-470r100,0r0,200r200,-200r140,0r-225,225r245,245r-140,0"},"l":{"d":"100,0r0,-470r100,0r0,370r200,0r0,100r-300,0","w":400},"m":{"d":"600,-470r0,470r-100,0r0,-281r-150,150r-150,-150r0,281r-100,0r0,-470r52,0r198,197r198,-197r52,0","w":700},"n":{"d":"400,-188r0,-282r100,0r0,470r-80,0r-220,-281r0,281r-100,0r0,-470r80,0"},"o":{"d":"76,-235v0,-128,99,-245,224,-245v124,0,224,117,224,245v0,128,-99,245,-224,245v-124,0,-224,-117,-224,-245xm419,-235v0,-77,-47,-151,-119,-151v-69,0,-119,77,-119,151v0,77,47,151,119,151v69,0,119,-77,119,-151"},"p":{"d":"510,-290v0,96,-84,180,-180,180r-130,0r0,110r-100,0r0,-470r230,0v96,-3,180,84,180,180xm410,-290v0,-43,-37,-80,-80,-80r-130,0r0,160r130,0v43,1,80,-37,80,-80"},"q":{"d":"419,-235v0,-77,-47,-151,-119,-151v-69,0,-119,77,-119,151v0,77,47,151,119,151v69,0,119,-77,119,-151xm524,-235v0,118,-75,215,-171,238v8,65,25,107,91,107v30,0,63,-20,81,-36r24,68v-62,74,-183,77,-243,10v-28,-32,-46,-82,-53,-147v-98,-21,-177,-122,-177,-240v0,-128,99,-245,224,-245v124,0,224,117,224,245"},"r":{"d":"410,-290v0,-43,-37,-80,-80,-80r-130,0r0,160r130,0v43,1,80,-37,80,-80xm510,-290v-1,73,-43,130,-94,158r132,132r-140,0r-110,-110r-98,0r0,110r-100,0r0,-470r230,0v96,-3,182,84,180,180"},"s":{"d":"405,-345v-43,-22,-97,-44,-153,-44v-55,0,-82,15,-82,46v0,44,210,87,210,98v49,26,74,60,74,102v2,175,-277,187,-391,97r14,-83v67,31,125,47,174,47v47,1,86,-12,88,-50v3,-47,-209,-85,-210,-98v-49,-26,-74,-62,-74,-108v0,-84,91,-143,183,-143v70,0,137,21,202,62","w":500},"t":{"d":"200,-370r-170,0r0,-100r440,0r0,100r-170,0r0,370r-100,0r0,-370","w":500},"u":{"d":"300,10v-108,0,-200,-92,-200,-200r0,-280r100,0r0,280v-1,55,45,100,100,100v55,0,100,-45,100,-100r0,-280r100,0r0,280v3,108,-92,200,-200,200"},"v":{"d":"508,-470r-248,480r-20,0r-248,-480r112,0r146,282r146,-282r112,0","w":500},"w":{"d":"470,-185r130,-285r107,0r-227,480r-20,0r-110,-232r-110,232r-20,0r-227,-480r107,0r130,285r68,-148r-65,-137r107,0","w":700},"x":{"d":"309,-242r171,242r-117,0r-113,-159r-112,159r-118,0r171,-242r-161,-228r117,0r102,145r103,-145r118,0","w":500},"y":{"d":"200,-170r-206,-300r121,0r135,196r135,-196r121,0r-206,300r0,170r-100,0r0,-170","w":500},"z":{"d":"263,-370r-185,0r0,-100r348,0r-188,370r184,0r0,100r-347,0","w":500},"{":{"d":"313,-202v6,160,32,205,142,272r-50,63v-125,-76,-192,-143,-198,-312r-147,-121r147,-121v2,-159,81,-248,198,-312r50,63v-110,68,-136,111,-142,272r-118,98","w":500},"|":{"d":"200,200r-100,0r0,-900r100,0r0,900","w":300},"}":{"d":"95,-733v120,65,195,151,198,312r147,121r-147,121v-3,161,-78,246,-198,312r-50,-63v110,-68,136,-111,142,-272r118,-98r-118,-98v-6,-160,-32,-205,-142,-272","w":500},"~":{"d":"386,-291v36,-6,40,-37,52,-76r69,0v2,101,-35,184,-117,189v-26,7,-155,-74,-177,-70v-29,5,-42,43,-50,76r-69,0v-3,-93,38,-179,111,-187v32,-4,151,73,181,68"},"\u00a0":{"w":300}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1989, 1994 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Trademark:
 * Created by Type-Designer 3.0
 */
Cufon.registerFont({"w":352,"face":{"font-family":"FranklinGothic-ExtraCondensed","font-weight":400,"font-stretch":"expanded","units-per-em":"1000","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"8","bbox":"-51 -780 621.107 250","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":194},"!":{"d":"65,0r130,0r0,-130r-130,0r0,130xm94,-212r72,0r35,-500r-142,0","w":260},"\"":{"d":"197,-432r96,0r0,-280r-96,0r0,280xm39,-432r96,0r0,-280r-96,0r0,280","w":332},"#":{"d":"0,-222r72,0r-30,222r64,0r30,-222r79,0r-29,222r63,0r28,-222r82,0r0,-60r-73,0r23,-149r79,0r0,-60r-72,0r32,-221r-64,0r-32,221r-78,0r30,-221r-61,0r-32,221r-82,0r0,60r72,0r-22,149r-79,0r0,60xm165,-431r80,0r-22,149r-79,0","w":388},"$":{"d":"30,-529v1,122,54,173,136,228r0,213v-39,-4,-59,-45,-64,-85r-87,21v11,82,68,152,151,160r0,66r60,0r0,-66v81,-13,148,-95,147,-187v0,-133,-65,-178,-147,-234r0,-223v28,2,55,48,52,85r78,-21v-11,-84,-47,-136,-130,-148r0,-60r-60,0r0,60v-77,17,-137,101,-136,191xm166,-454v-47,-30,-61,-106,-28,-156v12,-18,21,-26,28,-26r0,182xm226,-259v56,30,76,144,0,171r0,-171","w":388},"%":{"d":"84,-637v7,-39,28,-38,36,-1v6,31,6,170,0,200v-8,38,-28,38,-36,0v-6,-31,-6,-167,0,-199xm102,-720v-88,0,-84,110,-84,205v1,79,9,160,84,160v88,0,84,-109,84,-205v-1,-79,-9,-160,-84,-160xm77,0r76,0r231,-711r-74,0xm344,-274v7,-39,28,-37,36,0v6,31,6,170,0,200v-8,38,-28,38,-36,0v-6,-31,-6,-168,0,-200xm362,-357v-88,0,-84,110,-84,205v1,79,9,160,84,160v88,0,84,-109,84,-205v-1,-79,-9,-160,-84,-160","w":464},"&":{"d":"205,-472v-13,-32,-28,-68,-29,-107v0,-27,9,-51,36,-51v47,-1,45,73,28,106v-7,15,-21,33,-35,52xm171,14v61,0,108,-34,137,-72v32,37,71,57,136,58r0,-104v-33,-6,-58,-24,-75,-54v28,-57,45,-126,55,-200r-86,-19v-5,42,-14,80,-25,115v-5,-9,-11,-21,-19,-36v-23,-39,-38,-70,-45,-91v48,-61,100,-93,100,-193v0,-77,-55,-144,-136,-144v-86,0,-149,60,-147,147v2,85,25,119,56,191v-57,66,-107,125,-107,227v0,100,54,175,156,175xm203,-96v-81,0,-95,-143,-36,-192r85,156v-15,18,-23,36,-49,36","w":444},"'":{"d":"63,-432r96,0r0,-280r-96,0r0,280","w":222},"(":{"d":"149,-281v0,-172,54,-298,126,-416r-71,-46v-95,142,-191,345,-146,581v25,131,81,251,146,343r71,-46v-73,-119,-126,-243,-126,-416","w":296},")":{"d":"147,-281v0,172,-54,298,-126,416r71,46v95,-141,191,-345,146,-581v-25,-130,-81,-251,-146,-343r-71,46v73,119,126,243,126,416","w":296},"*":{"d":"9,-606r59,-6r-38,47r38,22r23,-55r25,57r37,-24r-35,-47r58,6r0,-42r-58,6r35,-46r-37,-24r-23,57r-22,-55r-37,20r32,48r-57,-6r0,42","w":185},"+":{"d":"47,-205r205,0r0,205r96,0r0,-205r205,0r0,-96r-205,0r0,-205r-96,0r0,205r-205,0r0,96","w":600},",":{"d":"33,150r52,0r77,-160r0,-120r-130,0r0,130r48,0","w":194},"-":{"d":"22,-222r198,0r0,-96r-198,0r0,96","w":242},".":{"d":"32,0r130,0r0,-130r-130,0r0,130","w":194},"\/":{"d":"-8,14r88,0r224,-740r-90,0","w":296},"0":{"d":"213,-616v41,81,27,286,23,404v-2,53,-6,90,-23,116v-28,20,-47,-5,-52,-36v-17,-113,-17,-335,0,-449v5,-35,25,-54,52,-35xm258,-8v120,-68,118,-346,92,-526v-17,-121,-96,-230,-220,-170v-125,61,-121,353,-92,528v17,103,51,184,156,184v23,0,44,-5,64,-16","w":388},"1":{"d":"140,-712v-35,30,-89,56,-137,77r0,79r78,-13r0,473r-78,0r0,96r272,0r0,-96r-78,0r0,-616r-57,0","w":278},"2":{"d":"174,-624v41,3,41,50,41,94v0,146,-77,215,-150,344r-58,94r0,92r321,0r0,-116r-206,0v73,-104,163,-195,208,-328v45,-129,-11,-276,-145,-276v-110,0,-169,99,-168,212r110,10v2,-66,5,-115,47,-126"},"3":{"d":"212,-536v0,79,-25,127,-107,126r0,96v88,1,112,27,112,115v0,57,-10,111,-55,111v-41,0,-44,-44,-47,-86r-110,7v1,100,52,175,154,175v118,0,188,-78,188,-200v0,-96,-44,-157,-118,-181v69,-26,98,-80,99,-170v1,-96,-53,-177,-150,-177v-101,0,-152,76,-159,171r102,10v2,-48,10,-85,45,-85v41,0,46,42,46,88"},"4":{"d":"1,-176r172,0r0,176r110,0r0,-176r68,0r0,-88r-68,0r0,-448r-145,0r-137,432r0,104xm173,-266r-99,0r97,-322r2,0r0,322"},"5":{"d":"167,-88v-41,0,-43,-35,-44,-89r-116,7v3,110,48,181,160,178v131,-4,173,-108,178,-249v5,-154,-94,-260,-227,-194r12,-167r184,0r8,-110r-280,0r-26,382r80,25v17,-27,24,-46,61,-47v82,-2,61,176,46,232v-6,22,-20,32,-36,32"},"6":{"d":"208,-624v39,0,30,44,38,98r110,-9v-8,-99,-42,-185,-146,-185v-117,0,-154,100,-172,212v-28,171,-33,449,92,502v146,62,240,-79,234,-236v-4,-107,-27,-193,-122,-201v-39,-3,-66,20,-91,50v3,-71,10,-157,17,-185v6,-30,20,-46,40,-46xm194,-347v67,0,47,182,36,229v-10,42,-56,39,-66,-6v-10,-44,-10,-139,-10,-204v7,-9,22,-20,40,-19","w":388},"7":{"d":"198,0v2,-251,35,-455,118,-629r0,-83r-316,0r0,116r206,0v-23,58,-44,110,-60,154v-48,132,-86,273,-96,442r148,0","w":315},"8":{"d":"115,-347v-56,41,-103,90,-104,175v-2,104,64,182,169,180v117,-2,179,-78,179,-191v0,-102,-52,-145,-109,-209v54,-42,86,-80,88,-166v1,-84,-60,-162,-145,-162v-106,0,-165,87,-164,192v1,74,42,144,86,181xm181,-82v-95,0,-58,-177,-20,-219v41,44,79,68,82,137v2,48,-22,82,-62,82xm201,-440v-31,-21,-62,-77,-62,-126v0,-28,20,-60,49,-58v88,7,50,145,13,184","w":370},"9":{"d":"180,-88v-39,0,-30,-44,-38,-98r-110,9v8,99,42,185,146,185v117,0,150,-100,172,-212v10,-50,14,-110,14,-181v0,-174,-14,-335,-173,-335v-113,0,-170,116,-167,250v2,106,27,194,122,201v39,3,66,-20,91,-50v-3,71,-10,157,-17,185v-6,31,-20,46,-40,46xm194,-365v-68,0,-47,-183,-36,-230v10,-41,56,-38,66,7v10,44,10,139,10,204v-7,9,-22,20,-40,19","w":388},":":{"d":"32,-376r130,0r0,-130r-130,0r0,130xm32,0r130,0r0,-130r-130,0r0,130","w":194},";":{"d":"32,0r48,0r-47,150r52,0r77,-160r0,-120r-130,0r0,130xm32,-376r130,0r0,-130r-130,0r0,130","w":194},"<":{"d":"47,-213r506,221r0,-95r-383,-166r383,-166r0,-95r-506,221r0,80","w":600},"=":{"d":"47,-312r506,0r0,-96r-506,0r0,96xm47,-98r506,0r0,-96r-506,0r0,96","w":600},">":{"d":"553,-293r-506,-221r0,95r383,166r-383,166r0,95r506,-221r0,-80","w":600},"?":{"d":"169,-630v52,-3,58,82,39,124v-37,83,-92,158,-80,295r104,0v-15,-169,91,-214,100,-361v9,-142,-204,-200,-276,-90v-24,36,-36,84,-36,143r96,7v1,-58,7,-115,53,-118xm115,0r130,0r0,-130r-130,0r0,130"},"@":{"d":"308,-178v-38,2,-66,-35,-64,-74v3,-63,39,-112,101,-116v36,-2,64,30,62,67v-4,64,-35,119,-99,123xm555,-326v1,69,-36,152,-89,152v-20,0,-12,-36,-8,-53r50,-204r-64,0r-12,44v-19,-34,-47,-53,-94,-53v-111,0,-167,89,-172,199v-3,69,56,135,124,135v37,0,65,-27,88,-46v1,26,19,47,45,46v146,-8,243,-177,177,-328v-48,-111,-221,-183,-370,-124v-104,41,-185,133,-185,276v0,141,82,232,187,274v82,33,182,29,256,-12v42,-22,76,-54,103,-95r-66,0v-38,39,-99,68,-171,69v-180,3,-283,-164,-218,-335v29,-77,99,-134,198,-137v130,-4,218,71,221,192","w":666},"A":{"d":"227,-262r-81,0r41,-340r2,0xm6,0r109,0r18,-158r105,0r19,158r125,0r-88,-712r-188,0","w":388,"k":{"y":18,"w":9,"v":18,"Y":37,"W":18,"V":18,"T":37}},"B":{"d":"172,-310v72,0,90,31,90,101v0,78,-12,104,-90,105r0,-206xm172,-608v72,2,82,19,82,94v0,66,-17,93,-82,94r0,-188xm378,-532v0,-116,-65,-180,-176,-180r-160,0r0,712r166,0v107,0,184,-82,184,-198v0,-100,-51,-152,-130,-175v74,-14,116,-74,116,-159","w":407},"C":{"d":"376,-458v0,-146,-24,-268,-168,-268v-113,0,-149,94,-171,200v-26,128,-9,361,29,447v40,88,148,121,230,69v68,-43,82,-139,82,-250r-110,-5v-1,57,-7,99,-14,127v-9,39,-39,53,-68,34v-34,-57,-27,-148,-27,-252v0,-107,-3,-194,33,-252v25,-18,48,-4,57,30v7,25,11,66,11,124","w":407},"D":{"d":"394,-356v0,-214,-28,-359,-239,-356r-113,0r0,712r134,0v199,1,218,-153,218,-356xm172,-602v72,-2,82,41,84,110v2,84,11,274,-10,340v-11,34,-30,40,-74,42r0,-492","w":426},"E":{"d":"42,0r301,0r0,-110r-171,0r0,-194r121,0r0,-116r-121,0r0,-182r164,0r0,-110r-294,0r0,712"},"F":{"d":"42,0r130,0r0,-296r119,0r0,-116r-119,0r0,-190r161,0r0,-110r-291,0r0,712","w":333,"k":{"A":37,".":90,",":90}},"G":{"d":"274,-228v2,64,-14,159,-81,123v-51,-70,-36,-269,-30,-388v3,-61,4,-113,52,-123v56,12,44,91,48,158r116,0v6,-154,-28,-268,-171,-268v-113,0,-149,94,-171,200v-26,128,-13,363,29,447v31,61,75,93,142,93v47,0,83,-32,103,-61r18,47r55,0r0,-332r-158,0r0,104r48,0","w":407},"H":{"d":"42,0r130,0r0,-302r82,0r0,302r130,0r0,-712r-130,0r0,286r-82,0r0,-286r-130,0r0,712","w":426},"I":{"d":"37,0r130,0r0,-712r-130,0r0,712","w":204},"J":{"d":"6,2v128,19,216,-2,216,-139r0,-575r-130,0r0,542v3,63,-35,68,-86,59r0,113","w":259},"K":{"d":"42,0r130,0r0,-207v17,-36,29,-79,49,-112r72,319r125,0r-117,-473r97,-239r-116,0r-108,298r-2,0r0,-298r-130,0r0,712","w":426},"L":{"d":"42,0r296,0r0,-110r-166,0r0,-602r-130,0r0,712","k":{"y":37,"Y":92,"W":74,"V":74,"T":74}},"M":{"d":"37,0r96,0r0,-522r2,0r87,522r72,0r88,-522r2,0r0,522r116,0r0,-712r-169,0r-61,365r-2,0r-58,-365r-173,0r0,712","w":537},"N":{"d":"37,0r110,0r0,-431r2,0r139,431r101,0r0,-712r-104,0r0,376r-2,0r-119,-376r-127,0r0,712","w":426},"O":{"d":"134,-707v-124,68,-127,341,-98,525v17,111,58,196,177,196v174,0,190,-181,190,-370v0,-161,-18,-293,-111,-351v-43,-27,-113,-25,-158,0xm176,-134v-20,-91,-19,-357,0,-444v11,-52,63,-52,74,0v19,87,20,353,0,444v-11,52,-63,52,-74,0","w":426},"P":{"d":"266,-496v0,78,-20,108,-93,107r0,-213v75,-6,93,33,93,106xm396,-499v-1,-152,-73,-212,-224,-213r-130,0r0,712r130,0r0,-285v158,16,225,-66,224,-214","w":389,"k":{"A":18,".":129,",":129}},"Q":{"d":"332,-39v95,-115,89,-464,20,-606v-35,-71,-137,-105,-218,-62v-126,67,-126,345,-98,525v18,117,67,205,201,194v23,79,69,103,166,100r0,-118v-34,8,-60,-8,-71,-33xm176,-134v-20,-91,-19,-357,0,-444v11,-52,63,-52,74,0v19,87,20,353,0,444v-11,52,-63,52,-74,0","w":426},"R":{"d":"264,-509v0,61,-23,109,-92,99r0,-198v69,-4,93,27,92,99xm394,-510v1,-140,-71,-202,-206,-202r-146,0r0,712r130,0r0,-306r31,0r61,306r131,0r-77,-336v51,-26,75,-100,76,-174","w":407},"S":{"d":"187,-96v-53,-1,-55,-55,-56,-110r-116,0v2,124,42,214,167,220v169,8,225,-213,135,-335v-45,-60,-125,-117,-169,-167v-33,-38,-33,-128,26,-128v50,0,52,54,52,107r116,0v-3,-125,-44,-212,-165,-217v-161,-7,-211,216,-125,332v42,57,128,115,170,164v36,42,29,136,-35,134","w":370},"T":{"d":"102,0r130,0r0,-602r112,0r0,-110r-354,0r0,110r112,0r0,602","w":334,"k":{"y":55,"w":74,"u":55,"s":55,"r":55,"o":74,"i":55,"e":74,"c":74,"a":74,"A":37,";":50,":":50,".":65,"-":74,",":65}},"U":{"d":"212,-96v-36,0,-44,-29,-45,-65r0,-551r-130,0r0,534v-1,124,53,192,167,192v117,0,167,-66,166,-192r0,-534r-110,0r0,551v0,35,-13,65,-48,65","w":407},"V":{"d":"110,0r149,0r107,-712r-105,0r-67,500r-2,0r-61,-500r-127,0","w":370,"k":{"y":18,"u":37,"r":37,"o":37,"i":18,"e":37,"a":55,"A":20,";":10,":":10,".":65,"-":20,",":65}},"W":{"d":"99,0r114,0r64,-451r2,0r62,451r118,0r93,-712r-93,0r-51,418r-2,0r-57,-418r-117,0r-62,418r-2,0r-46,-418r-118,0","w":556,"k":{"y":18,"u":18,"r":18,"o":37,"i":18,"e":37,"a":37,"A":18,";":10,":":10,".":50,"-":18,",":50}},"X":{"d":"-7,0r110,0r60,-214r2,0r63,214r131,0r-126,-381r106,-331r-111,0r-48,191r-2,0r-54,-191r-130,0r114,349"},"Y":{"d":"102,0r130,0r0,-287r119,-425r-109,0r-66,279r-2,0r-62,-279r-129,0r119,437r0,275","w":334,"k":{"v":37,"u":55,"q":74,"p":55,"o":74,"i":37,"e":74,"a":74,"A":37,";":30,":":30,".":60,"-":40,",":60}},"Z":{"d":"2,0r306,0r0,-110r-164,0r169,-536r0,-66r-297,0r0,110r150,0r-164,529r0,73","w":315},"[":{"d":"152,150r218,0r0,-84r-114,0r0,-694r114,0r0,-84r-218,0r0,862","w":408},"\\":{"d":"216,14r88,0r-222,-740r-90,0","w":296},"]":{"d":"256,-712r-218,0r0,84r114,0r0,694r-114,0r0,84r218,0r0,-862","w":408},"^":{"d":"63,-318r97,0r139,-298r141,298r97,0r-193,-394r-88,0","w":600},"_":{"d":"500,125r0,-50r-500,0r0,50r500,0","w":500},"`":{"d":"57,-566r65,0r-61,-136r-112,0","w":166},"a":{"d":"327,-364v0,-97,-43,-146,-142,-146v-87,0,-145,55,-144,142r96,9v6,-32,9,-60,43,-61v44,-2,28,62,31,103v-112,5,-193,80,-191,197v1,72,30,128,103,128v38,0,79,-24,94,-54r8,46r114,0v-22,-105,-12,-242,-12,-364xm177,-82v-54,0,-45,-98,-25,-130v10,-17,30,-28,59,-33r0,143v-4,11,-19,20,-34,20"},"b":{"d":"310,-459v-27,-61,-126,-65,-164,-15r0,-238r-116,0r0,712r48,0r25,-49v21,38,52,57,93,57v167,3,159,-233,140,-388v-4,-34,-17,-59,-26,-79xm180,-64v-23,0,-35,-28,-34,-57r0,-294v17,-29,62,-20,68,20v6,40,9,242,0,287v-5,29,-16,44,-34,44","w":370},"c":{"d":"187,-426v36,9,30,49,34,107r104,-3v-7,-105,-29,-188,-139,-188v-122,0,-161,109,-161,259v0,151,39,259,161,259v109,0,137,-87,139,-197r-89,-3v-8,46,-3,110,-44,110v-14,0,-25,-10,-29,-32v-11,-62,-17,-248,8,-304v4,-5,9,-8,16,-8","w":334},"d":{"d":"139,8v51,1,60,-23,90,-48r0,40r111,0r0,-712r-116,0r0,238v-18,-17,-40,-36,-75,-36v-42,0,-71,23,-93,66v-39,76,-38,307,-4,386v19,44,46,66,87,66xm224,-92v-9,16,-40,22,-56,10v-31,-48,-17,-184,-17,-266v0,-45,0,-81,41,-84v15,0,26,5,32,16r0,324","w":370},"e":{"d":"194,-88v-47,0,-45,-64,-45,-127r185,0v2,-145,-15,-295,-148,-295v-122,0,-161,109,-161,259v0,151,39,259,161,259v83,0,133,-47,150,-141r-81,-24v-13,36,-17,69,-61,69xm185,-420v42,5,37,58,39,115r-75,0v2,-58,-5,-109,36,-115"},"f":{"d":"234,-714v-96,-20,-188,6,-188,107r0,105r-58,0r0,90r58,0r0,412r116,0r0,-412r68,0r0,-90r-68,0r0,-75v0,-37,29,-50,72,-47r0,-90","w":222},"g":{"d":"273,-453v18,-17,46,-15,70,-7r0,-102v-46,5,-87,39,-103,76v-23,-16,-43,-23,-78,-24v-85,-3,-147,73,-146,156v1,68,18,110,61,140v-37,23,-65,44,-66,96v-2,44,39,64,69,78v-49,21,-89,33,-89,93v0,73,84,92,171,97v131,7,216,-90,166,-206v-29,-67,-133,-68,-203,-92v-22,-7,-23,-36,-7,-46v149,45,244,-147,155,-259xm159,-22v34,5,88,12,88,45v0,33,-27,49,-81,49v-47,-1,-76,-4,-79,-40v-3,-32,46,-49,72,-54xm120,-349v0,-59,14,-89,42,-89v27,0,41,30,41,89v0,59,-14,88,-41,88v-28,0,-42,-29,-42,-88","w":334},"h":{"d":"248,-510v-49,0,-76,32,-107,56r0,-257r-116,0r0,711r116,0r0,-395v21,-29,72,-25,72,31r0,364r116,0r0,-406v0,-62,-22,-104,-81,-104","w":354},"i":{"d":"25,0r116,0r0,-502r-116,0r0,502xm25,-596r116,0r0,-116r-116,0r0,116","w":166},"j":{"d":"-31,150v114,1,172,-34,172,-150r0,-502r-116,0r0,500v0,37,-19,56,-56,56r0,96xm25,-596r116,0r0,-116r-116,0r0,116","w":166},"k":{"d":"30,0r116,0r0,-171v10,-18,17,-39,28,-55r57,226r116,0r-94,-350r80,-152r-96,0r-89,175r-2,0r0,-385r-116,0r0,712"},"l":{"d":"25,0r116,0r0,-712r-116,0r0,712","w":166},"m":{"d":"321,-450v-16,-95,-148,-58,-178,-2r-2,0r0,-50r-116,0r0,502r116,0r0,-394v16,-28,71,-28,71,21r0,373r116,0r0,-394v18,-28,71,-30,71,25r0,369r116,0r0,-411v-1,-62,-24,-99,-87,-99v-50,0,-84,29,-107,60","w":540},"n":{"d":"248,-510v-49,0,-76,32,-107,56r0,-48r-116,0r0,502r116,0r0,-395v21,-29,72,-25,72,31r0,364r116,0r0,-406v0,-62,-22,-104,-81,-104","w":354},"o":{"d":"185,8v131,0,160,-112,160,-259v0,-148,-29,-259,-160,-259v-131,0,-160,112,-160,259v0,148,29,259,160,259xm202,-420v31,66,19,227,11,313v-2,27,-25,40,-45,25v-31,-64,-19,-228,-11,-314v2,-26,25,-39,45,-24","w":370},"p":{"d":"231,-510v-50,-1,-60,24,-90,48r0,-40r-111,0r0,652r116,0r0,-178v42,53,135,44,168,-30v34,-78,38,-308,4,-386v-19,-43,-46,-66,-87,-66xm202,-420v31,50,17,188,17,266v0,46,0,84,-41,84v-15,0,-26,-5,-32,-16r0,-324v17,-16,38,-22,56,-10","w":370},"q":{"d":"60,-43v27,61,126,65,164,15r0,178r116,0r0,-652r-48,0r-25,49v-21,-38,-52,-57,-93,-57v-167,-2,-159,233,-140,388v4,34,17,59,26,79xm224,-87v-16,29,-60,20,-67,-20v-7,-40,-10,-241,-1,-287v5,-29,16,-44,34,-44v23,0,34,19,34,57r0,294","w":370},"r":{"d":"259,-505v-61,5,-84,50,-118,91r0,-88r-116,0r0,502r116,0r0,-332v14,-33,72,-59,118,-40r0,-133","w":260,"k":{".":65,",":65}},"s":{"d":"151,-426v40,0,45,28,51,64r84,-14v-7,-75,-47,-134,-128,-134v-126,0,-177,160,-102,252v32,39,94,72,128,104v26,25,18,80,-23,78v-45,-2,-50,-29,-58,-76r-91,14v11,89,48,141,144,146v129,7,191,-156,112,-248v-33,-39,-100,-71,-135,-103v-26,-24,-21,-82,18,-83","w":316},"t":{"d":"259,-96v-41,6,-79,2,-79,-41r0,-275r72,0r0,-90r-73,0r0,-183r-116,0r0,183r-54,0r0,90r54,0r0,326v-8,103,111,105,196,84r0,-94","w":259},"u":{"d":"111,8v47,0,72,-32,102,-56r0,48r116,0r0,-502r-116,0r0,395v-21,29,-72,25,-72,-31r0,-364r-116,0r0,406v-1,58,31,104,86,104","w":354},"v":{"d":"109,0r104,0r97,-502r-95,0r-47,272r-2,0r-45,-272r-115,0","w":316,"k":{".":55,",":55}},"w":{"d":"76,0r99,0r46,-290r2,0r44,290r98,0r75,-502r-84,0r-36,266r-2,0r-41,-266r-91,0r-44,266r-2,0r-30,-266r-104,0","w":446,"k":{".":37,",":37}},"x":{"d":"9,0r96,0r51,-153r2,0r49,153r118,0r-105,-275r91,-227r-95,0v-15,40,-24,86,-43,122r-40,-122r-117,0r94,247","w":334},"y":{"d":"105,-43v14,48,0,99,-51,97v-21,0,-38,-1,-49,-2r0,94v133,17,188,-33,211,-154r92,-494r-94,0r-41,264r-2,0r-51,-264r-111,0","w":314,"k":{".":55,",":55}},"z":{"d":"20,-412r138,0r-152,342r0,70r281,0r0,-90r-152,0r155,-345r0,-67r-270,0r0,90","w":296},"{":{"d":"117,28v-1,65,52,122,118,122r83,0r0,-72r-53,0v-42,-1,-51,-23,-52,-66r0,-169v0,-70,-39,-110,-96,-125v61,-11,96,-55,96,-123r0,-169v1,-43,10,-66,52,-66r53,0r0,-72r-83,0v-66,-2,-118,57,-118,122r0,172v1,51,-38,101,-90,99r0,76v52,-2,91,48,90,99r0,172","w":333},"|":{"d":"63,-750r0,1000r96,0r0,-1000r-96,0","w":222},"}":{"d":"216,-590v1,-65,-52,-122,-118,-122r-83,0r0,72r53,0v42,1,51,23,52,66r0,169v0,70,39,110,96,125v-61,11,-96,55,-96,123r0,169v-1,43,-10,66,-52,66r-53,0r0,72r83,0v66,2,118,-57,118,-122r0,-172v-1,-50,39,-101,90,-99r0,-76v-51,2,-90,-49,-90,-99r0,-172","w":333},"~":{"d":"407,-264v-92,0,-197,-114,-289,-44v-20,15,-36,37,-49,62r36,76v18,-36,37,-71,84,-72v106,-2,186,115,285,46v19,-13,37,-36,57,-64r-36,-76v-27,36,-39,72,-88,72","w":600},"\u00a0":{"w":194}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1989 Adobe Systems Incorporated. All Rights Reserved.Trade Gothic
 * is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Description:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1989 Adobe Systems. All rights reserved. This
 * software is the property of Adobe Systems Incorporated and its licensors, and
 * may not be reproduced, used, displayed, modified, disclosed, or transferred
 * without the express written approval of Adobe. The digitally encoded machine
 * readable outline data for producing the Typefaces licensed to you is copyrighted
 * (c) 1981 Linotype AG and/or its subsidiaries. All Rights Reserved. This data is
 * the property of Linotype AG and/or its subsidiaries and may not be reproduced,
 * used, displayed, modified, disclosed or transferred without the express written
 * approval of Linotype AG and/or its subsidiaries.
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont({"w":444,"face":{"font-family":"TradeGothic LT CondEighteen","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 6 2 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"10","bbox":"-10 -818 754 170.97","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":222},"\u00a0":{"w":222},"!":{"d":"208,-94r0,94r-84,0r0,-94r84,0xm124,-722r84,0r-16,508r-52,0","w":333},"\"":{"d":"199,-722r62,0r0,256r-62,0r0,-256xm72,-722r62,0r0,256r-62,0r0,-256","w":333},"#":{"d":"184,-439r-18,156r100,0r17,-156r-99,0xm402,-227r-84,0r-25,227r-59,0r25,-227r-99,0r-25,227r-59,0r26,-227r-84,0r0,-56r90,0r18,-156r-83,0r0,-56r88,0r26,-227r58,0r-25,227r99,0r25,-227r59,0r-26,227r79,0r0,56r-84,0r-18,156r78,0r0,56"},"$":{"d":"192,-662v-68,9,-100,111,-54,168v15,19,33,36,54,52r0,-220xm242,-60v89,-1,119,-132,65,-197v-18,-23,-40,-44,-65,-63r0,260xm391,-258v50,123,-26,256,-149,258r0,116r-50,0r0,-116v-97,-12,-154,-91,-154,-198r72,0v4,69,23,122,82,138r0,-294v-66,-48,-148,-90,-148,-199v0,-98,59,-156,148,-169r0,-96r50,0r0,96v96,12,149,89,152,192r-72,0v-4,-64,-29,-114,-80,-132r0,255v58,40,121,79,149,149"},"%":{"d":"202,-662v-58,0,-96,39,-96,96v0,57,38,96,96,96v58,0,96,-39,96,-96v0,-57,-38,-96,-96,-96xm540,-252v-58,0,-96,39,-96,96v0,57,38,96,96,96v58,0,96,-39,96,-96v0,-57,-38,-96,-96,-96xm612,-732r-414,742r-58,0r414,-742r58,0xm202,-410v-94,0,-156,-62,-156,-156v0,-94,62,-156,156,-156v94,0,156,62,156,156v0,94,-62,156,-156,156xm540,0v-94,0,-156,-62,-156,-156v0,-94,62,-156,156,-156v94,0,156,62,156,156v0,94,-62,156,-156,156","w":778},"&":{"d":"254,-678v-102,0,-59,173,-29,231v41,-49,79,-87,81,-165v1,-32,-23,-66,-52,-66xm198,-335v-35,39,-71,85,-76,155v-7,98,96,156,178,106v18,-12,33,-26,44,-42v-54,-64,-107,-144,-146,-219xm380,-188v20,-49,26,-102,32,-162r70,4v-5,86,-20,151,-50,214v25,29,55,55,88,78r-42,54v-30,-14,-67,-44,-90,-68v-33,40,-86,75,-153,78v-138,5,-219,-123,-173,-256v22,-62,66,-105,107,-148v-22,-51,-51,-115,-51,-185v0,-91,40,-150,126,-153v104,-4,158,94,124,194v-22,65,-72,107,-117,151v36,74,78,139,129,199","w":556},"'":{"d":"80,-722r62,0r0,256r-62,0r0,-256","w":222},"(":{"d":"132,-311v0,161,43,275,106,391r-48,30v-130,-164,-168,-525,-56,-742v17,-32,35,-67,56,-100r48,30v-63,116,-106,229,-106,391","w":278},")":{"d":"146,-311v0,-161,-43,-275,-106,-391r48,-30v130,164,168,525,56,742v-17,32,-35,67,-56,100r-48,-30v63,-116,106,-229,106,-391","w":278},"*":{"d":"235,-564r144,-70r20,66r-154,32r114,112r-58,44r-79,-138r-79,138r-58,-44r114,-112r-154,-32r20,-66r144,70r-20,-158r66,0"},"+":{"d":"267,-520r66,0r0,227r227,0r0,66r-227,0r0,227r-66,0r0,-227r-227,0r0,-66r227,0r0,-227","w":600},",":{"d":"153,-94r0,100r-60,144r-30,0r46,-150r-40,0r0,-94r84,0","w":222},"-":{"d":"43,-227r0,-66r246,0r0,66r-246,0","w":333},"\u00ad":{"d":"43,-227r0,-66r246,0r0,66r-246,0","w":333},".":{"d":"153,-94r0,94r-84,0r0,-94r84,0","w":222},"\/":{"d":"-10,10r232,-742r66,0r-232,742r-66,0","w":278},"0":{"d":"266,-66v76,-73,65,-301,52,-444v-7,-82,-20,-153,-96,-162v-76,8,-89,81,-96,162v-13,142,-24,371,52,444v23,22,65,22,88,0xm299,-710v113,75,110,337,87,517v-14,110,-49,203,-164,203v-166,0,-174,-189,-174,-371v0,-155,12,-287,97,-349v41,-30,112,-29,154,0"},"1":{"d":"104,-676v44,-12,83,-29,114,-56r48,0r0,672r84,0r0,60r-244,0r0,-60r88,0r0,-580r-90,8r0,-44"},"2":{"d":"223,-732v164,-9,199,218,115,334v-79,110,-169,201,-224,338r274,0r0,60r-340,0r0,-60v50,-171,183,-266,249,-419v33,-77,14,-197,-72,-193v-74,4,-100,64,-105,152r-66,0v7,-123,47,-205,169,-212"},"3":{"d":"212,-672v-60,0,-83,45,-86,102r-66,-8v11,-88,51,-154,147,-154v103,0,158,69,161,176v3,91,-36,151,-94,172v71,24,106,87,106,180v0,126,-57,214,-176,214v-106,0,-158,-76,-162,-182r66,0v6,71,33,122,104,122v71,0,94,-72,96,-151v3,-113,-52,-156,-164,-153r0,-60v103,3,152,-33,152,-138v0,-74,-23,-120,-84,-120"},"4":{"d":"92,-224r163,0r0,-432r-2,0xm327,-722r0,498r75,0r0,60r-75,0r0,164r-72,0r0,-164r-231,0r0,-34r198,-524r105,0"},"5":{"d":"394,-241v4,161,-87,293,-244,237v-59,-21,-89,-82,-94,-158r66,-6v9,59,27,118,92,118v79,0,110,-87,108,-189v-2,-93,-15,-173,-99,-177v-43,-2,-81,35,-91,70r-56,-10r24,-366r254,0r-6,60r-190,0r-14,220v23,-20,55,-34,96,-34v116,0,151,109,154,235"},"6":{"d":"230,-378v-50,-2,-84,33,-106,62v2,122,-11,266,102,266v82,0,94,-79,94,-167v0,-86,-13,-157,-90,-161xm237,10v-171,0,-185,-152,-185,-332v0,-170,17,-314,106,-386v49,-39,143,-26,176,14v21,26,35,61,42,102r-66,4v-7,-49,-27,-84,-78,-84v-32,0,-57,23,-76,69v-19,46,-29,119,-30,220v26,-26,63,-55,111,-55v116,0,153,97,155,222v1,124,-46,226,-155,226"},"7":{"d":"60,-722r324,0r0,38r-210,684r-76,0r210,-662r-248,0r0,-60"},"8":{"d":"222,-418v51,-31,92,-82,90,-160v-1,-56,-32,-92,-90,-94v-98,-4,-109,123,-66,189v16,27,39,48,66,65xm222,-50v110,3,130,-154,74,-226v-21,-27,-46,-49,-74,-70v-52,40,-106,79,-106,167v0,72,34,126,106,129xm284,-384v62,46,116,102,116,202v0,114,-63,192,-178,192v-115,0,-178,-78,-178,-192v0,-99,55,-157,116,-202v-57,-48,-100,-89,-100,-186v0,-100,63,-162,162,-162v99,0,162,62,162,162v0,96,-43,138,-100,186"},"9":{"d":"214,-344v50,2,84,-33,106,-62v-2,-122,11,-266,-102,-266v-82,0,-94,79,-94,167v0,86,13,157,90,161xm207,-732v171,0,185,153,185,332v0,170,-17,314,-106,386v-49,39,-143,27,-176,-14v-21,-26,-35,-60,-42,-102r66,-4v8,49,27,82,78,84v32,0,57,-23,76,-69v19,-46,29,-119,30,-220v-26,26,-63,55,-111,55v-116,0,-153,-96,-155,-222v-1,-124,46,-226,155,-226"},":":{"d":"153,-366r0,94r-84,0r0,-94r84,0xm153,-94r0,94r-84,0r0,-94r84,0","w":222},";":{"d":"153,-366r0,94r-84,0r0,-94r84,0xm153,-94r0,100r-60,144r-30,0r46,-150r-40,0r0,-94r84,0","w":222},"<":{"d":"560,-3r-520,-232r0,-50r520,-232r0,69r-422,188r422,188r0,69","w":600},"=":{"d":"40,-186r520,0r0,66r-520,0r0,-66xm40,-400r520,0r0,66r-520,0r0,-66","w":600},">":{"d":"40,-72r422,-188r-422,-188r0,-69r520,232r0,50r-520,232r0,-69","w":600},"?":{"d":"195,-94r0,94r-84,0r0,-94r84,0xm325,-598v2,176,-155,193,-138,384r-56,0r0,-50v-2,-153,119,-186,122,-334v1,-44,-23,-74,-58,-74v-47,0,-65,43,-71,86r-60,-12v10,-77,50,-134,134,-134v80,0,125,50,127,134","w":389},"@":{"d":"309,-438v-50,64,-75,234,40,234v100,0,148,-111,155,-212v5,-77,-83,-122,-145,-74v-19,14,-35,32,-50,52xm327,-550v75,-43,185,-27,208,54r22,-62r63,0r-94,310v-5,23,-4,55,20,51v124,-18,179,-202,125,-331v-50,-118,-226,-189,-375,-123v-105,46,-184,142,-184,288v0,150,80,246,188,293v136,59,305,-1,368,-95r63,0v-61,99,-158,175,-311,175v-177,0,-289,-99,-345,-227v-38,-89,-36,-201,1,-290v65,-156,258,-278,470,-202v116,42,208,132,208,283v0,131,-72,219,-157,267v-59,33,-137,29,-141,-45v-29,27,-71,67,-124,66v-127,0,-167,-137,-126,-257v23,-66,65,-122,121,-155","w":800},"A":{"d":"141,-280r162,0r-80,-388r-2,0xm276,-722r159,722r-78,0r-43,-214r-184,0r-43,214r-78,0r159,-722r108,0","k":{"y":18,"w":18,"v":18,"Y":55,"W":37,"V":37,"T":37}},"B":{"d":"350,-544v0,-118,-92,-115,-206,-112r0,244v123,3,206,-11,206,-132xm366,-200v-3,-98,-43,-146,-144,-146r-78,0r0,280v127,7,226,-9,222,-134xm444,-200v0,143,-82,200,-232,200r-146,0r0,-722r192,0v107,-2,171,72,170,178v0,83,-44,140,-110,162v83,20,126,85,126,182","w":500},"C":{"d":"46,-361v0,-196,27,-371,209,-371v126,0,175,94,185,228r-78,0v-10,-93,-27,-162,-107,-162v-134,0,-131,158,-131,305v0,127,4,238,72,289v16,12,36,16,59,16v96,-3,114,-84,117,-184r78,0v-2,146,-59,250,-195,250v-182,0,-209,-175,-209,-371","w":500},"D":{"d":"366,-361v1,-186,-28,-313,-222,-295r0,590r42,0v162,1,179,-127,180,-295xm444,-361v0,209,-44,359,-244,361r-134,0r0,-722r134,0v199,2,244,153,244,361","w":500},"E":{"d":"396,-722r0,66r-252,0r0,246r186,0r0,66r-186,0r0,278r264,0r0,66r-342,0r0,-722r330,0"},"F":{"d":"66,-722r310,0r0,66r-232,0r0,246r174,0r0,66r-174,0r0,344r-78,0r0,-722","w":389,"k":{"A":37,".":111,",":111}},"G":{"d":"46,-361v0,-195,26,-371,207,-371v135,0,177,108,191,232r-78,0v-7,-85,-24,-166,-113,-166v-89,0,-111,75,-121,162v-16,144,-27,373,64,432v72,46,170,-1,170,-98r0,-102r-98,0r0,-66r176,0r0,338r-50,0r-10,-54v-29,37,-67,64,-131,64v-181,0,-207,-176,-207,-371","w":500},"H":{"d":"144,-722r0,312r212,0r0,-312r78,0r0,722r-78,0r0,-344r-212,0r0,344r-78,0r0,-722r78,0","w":500},"I":{"d":"150,-722r0,722r-78,0r0,-722r78,0","w":222},"J":{"d":"0,-64v78,23,134,-3,134,-98r0,-560r78,0r0,542v11,147,-76,210,-218,184","w":278},"K":{"d":"134,-722r0,368r2,0r202,-368r84,0r-140,252r166,470r-84,0r-134,-390r-2,0r-94,168r0,222r-78,0r0,-722r78,0"},"L":{"d":"144,-722r0,656r234,0r0,66r-312,0r0,-722r78,0","w":389,"k":{"y":37,"Y":74,"W":37,"V":55,"T":55}},"M":{"d":"180,-722r126,546r2,0r123,-546r124,0r0,722r-72,0r0,-662r-2,0r-150,662r-51,0r-150,-662r-2,0r0,662r-72,0r0,-722r124,0","w":611},"N":{"d":"178,-722r186,532r2,0r0,-532r78,0r0,722r-84,0r-224,-628r-2,0r0,628r-78,0r0,-722r122,0","w":500},"O":{"d":"299,-69v97,-53,83,-297,67,-443v-10,-98,-69,-194,-165,-141v-98,54,-83,299,-67,443v10,98,69,194,165,141xm250,-732v177,0,204,178,204,371v0,163,-24,293,-120,351v-24,15,-53,20,-84,20v-177,0,-204,-178,-204,-371v0,-163,24,-293,120,-351v24,-15,53,-20,84,-20","w":500},"P":{"d":"340,-524v0,-87,-42,-131,-124,-132r-82,0r0,264r82,0v82,-1,124,-45,124,-132xm418,-524v0,124,-70,194,-192,198r-92,0r0,326r-78,0r0,-722r170,0v122,4,192,74,192,198","k":{"A":18,".":111,",":111}},"Q":{"d":"350,-145v39,-118,34,-358,-11,-461v-23,-51,-84,-80,-138,-47v-95,59,-85,299,-67,443v11,93,52,177,154,147v12,-4,22,-13,32,-25v-15,-21,-33,-39,-54,-52r0,-64v36,11,62,33,84,59xm398,-75v18,25,38,60,76,63r0,68v-62,-3,-92,-41,-118,-82v-27,23,-60,36,-106,36v-177,0,-204,-178,-204,-371v0,-163,24,-293,120,-351v24,-15,53,-20,84,-20v177,0,201,178,204,371v2,121,-15,215,-56,286","w":500},"R":{"d":"360,-531v0,-91,-45,-126,-148,-125r-68,0r0,250r68,0v103,0,148,-33,148,-125xm438,-535v0,89,-43,153,-116,177r122,358r-82,0r-116,-342r-102,4r0,338r-78,0r0,-722r174,0v121,3,198,64,198,187","w":500,"k":{"Y":18,"V":18,"T":18}},"S":{"d":"44,-564v0,-107,66,-168,174,-168v112,0,174,80,178,196r-72,0v-6,-74,-33,-126,-111,-130v-88,-5,-125,100,-77,165v83,112,256,134,268,327v11,176,-214,240,-318,127v-30,-34,-49,-85,-50,-147r72,0v2,81,38,138,119,138v97,0,135,-117,85,-190v-77,-115,-268,-134,-268,-318"},"T":{"d":"381,-722r0,66r-148,0r0,656r-78,0r0,-656r-148,0r0,-66r374,0","w":389,"k":{"y":55,"w":55,"u":55,"s":55,"r":55,"o":55,"i":55,"e":55,"c":55,"a":55,"A":37,";":55,":":55,".":74,"-":55,",":74}},"U":{"d":"250,10v-126,0,-184,-75,-184,-200r0,-532r78,0r0,530v0,80,25,136,106,136v81,0,106,-56,106,-136r0,-530r78,0r0,532v-1,125,-58,200,-184,200","w":500},"V":{"d":"94,-722r127,572r2,0r127,-572r78,0r-170,722r-72,0r-170,-722r78,0","k":{"u":18,"r":18,"o":37,"i":18,"e":37,"a":37,"A":18,";":37,":":37,".":74,"-":37,",":74}},"W":{"d":"78,-722r86,564r2,0r108,-564r64,0r112,564r2,0r80,-564r72,0r-116,722r-66,0r-114,-567r-2,0r-114,567r-66,0r-120,-722r72,0","w":611,"k":{"o":18,"e":18,"a":18,"A":18,";":18,":":18,".":37,",":37}},"X":{"d":"104,-722r110,256r102,-256r84,0r-142,338r172,384r-84,0r-132,-302r-116,302r-84,0r156,-384r-150,-338r84,0"},"Y":{"d":"100,-722r124,316r120,-316r84,0r-166,416r0,306r-78,0r0,-306r-168,-416r84,0","k":{"v":18,"u":37,"q":55,"p":37,"o":55,"i":18,"e":55,"a":55,"A":37,";":55,":":55,".":74,"-":55,",":74}},"Z":{"d":"400,-722r0,54r-268,602r268,0r0,66r-356,0r0,-56r260,-600r-236,0r0,-66r332,0"},"[":{"d":"60,-722r184,0r0,40r-118,0r0,742r118,0r0,40r-184,0r0,-822","w":278},"\\":{"d":"222,10r-232,-742r66,0r232,742r-66,0","w":278},"]":{"d":"218,100r-184,0r0,-40r118,0r0,-742r-118,0r0,-40r184,0r0,822","w":278},"^":{"d":"272,-722r56,0r210,427r-72,0r-166,-342r-166,342r-72,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"`":{"d":"-8,-716r78,0r98,138r-50,0","w":222},"a":{"d":"194,-50v43,0,75,-32,99,-54r0,-176v-74,27,-173,56,-173,150v0,50,23,81,74,80xm218,-470v-59,0,-80,51,-90,102r-66,-10v16,-83,57,-150,154,-152v94,-2,149,56,149,148r0,290v0,36,2,72,13,92r-75,0r-9,-44v-28,25,-63,52,-111,54v-81,3,-138,-53,-135,-134v6,-138,130,-185,245,-216v5,-71,-12,-130,-75,-130"},"b":{"d":"228,-470v-35,-2,-58,28,-78,46r0,324v17,24,44,50,76,50v93,0,98,-106,98,-210v0,-104,-2,-204,-96,-210xm246,10v-52,0,-84,-27,-108,-60r-16,50r-56,0v10,-40,12,-83,12,-140r0,-582r72,0r0,240v22,-21,55,-51,96,-48v126,8,150,129,150,270v0,141,-23,270,-150,270"},"c":{"d":"35,-260v0,-159,26,-270,159,-270v103,0,137,70,152,164r-70,0v-1,-81,-52,-122,-122,-96v-64,42,-50,210,-42,308v5,60,19,104,82,104v65,0,74,-54,84,-114r70,0v-13,95,-50,174,-154,174v-133,0,-159,-112,-159,-270","w":389},"d":{"d":"218,-50v31,0,59,-27,76,-50r0,-324v-20,-18,-43,-48,-78,-46v-94,6,-96,106,-96,210v0,105,4,210,98,210xm366,-140v0,58,2,99,12,140r-68,0v-3,-16,1,-38,-5,-50v-23,33,-55,60,-107,60v-127,0,-150,-129,-150,-270v0,-141,24,-262,150,-270v41,-3,74,27,96,48r0,-240r72,0r0,582"},"e":{"d":"281,-308v2,-107,-26,-185,-123,-154v-42,25,-51,83,-51,154r174,0xm194,-530v138,0,161,134,159,282r-246,0v0,101,-1,199,97,198v58,-1,77,-49,87,-98r68,8v-16,85,-67,150,-165,150v-133,0,-159,-112,-159,-270v0,-159,26,-270,159,-270","w":389},"f":{"d":"260,-670v-40,-19,-90,-4,-90,47r0,103r84,0r0,60r-84,0r0,460r-72,0r0,-460r-80,0r0,-60r80,0r0,-106v-9,-96,74,-119,162,-100r0,56","w":278},"g":{"d":"228,116v68,0,104,-20,108,-74v-11,-59,-97,-54,-152,-70v-33,16,-70,32,-70,71v0,53,49,73,114,73xm216,-476v-58,0,-76,52,-76,131v0,79,17,131,76,131v64,0,76,-61,76,-131v0,-70,-12,-131,-76,-131xm225,-530v39,0,82,18,95,48v16,-27,44,-49,88,-48r0,66v-27,-7,-52,3,-66,18v11,33,16,56,16,100v2,126,-59,204,-188,182v-22,2,-55,38,-26,56v85,51,258,14,258,156v0,89,-81,120,-176,122v-100,2,-178,-30,-178,-112v0,-53,35,-87,76,-104v-28,-10,-56,-33,-56,-70v0,-39,36,-63,68,-69v-39,-29,-60,-83,-62,-149v-2,-113,49,-196,151,-196"},"h":{"d":"243,-470v-46,0,-73,33,-99,64r0,406r-72,0r0,-722r72,0r0,259v24,-27,71,-67,114,-67v79,0,115,48,114,136r0,394r-72,0r0,-384v0,-52,-12,-86,-57,-86"},"i":{"d":"75,-722r72,0r0,84r-72,0r0,-84xm75,-520r72,0r0,520r-72,0r0,-520","w":222},"j":{"d":"78,-722r72,0r0,84r-72,0r0,-84xm150,52v5,98,-55,129,-146,114r0,-60v44,13,74,-8,74,-60r0,-566r72,0r0,572","w":222},"k":{"d":"66,-722r72,0r0,456r2,0r138,-254r74,0r-96,166r120,354r-74,0r-94,-282r-2,0r-68,128r0,154r-72,0r0,-722","w":389},"l":{"d":"75,-722r72,0r0,722r-72,0r0,-722","w":222},"m":{"d":"240,-470v-46,0,-67,29,-88,54r0,416r-72,0r0,-520r66,0r0,57v26,-30,67,-68,121,-67v44,0,82,31,93,66v27,-28,67,-66,121,-66v70,0,105,48,105,120r0,410r-72,0r0,-400v-1,-50,-10,-68,-54,-70v-45,-2,-69,33,-91,54r0,416r-72,0r0,-400v0,-50,-13,-70,-57,-70","w":667},"n":{"d":"243,-470v-46,0,-73,33,-99,64r0,406r-72,0r0,-520r68,0r0,57v27,-27,74,-67,118,-67v79,0,115,48,114,136r0,394r-72,0r0,-384v0,-52,-12,-86,-57,-86"},"o":{"d":"154,-462v-64,40,-50,210,-42,308v5,60,19,104,82,104v95,0,87,-108,87,-210v0,-89,2,-169,-47,-202v-20,-13,-60,-13,-80,0xm194,10v-133,0,-159,-112,-159,-270v0,-159,26,-270,159,-270v133,0,159,112,159,270v0,159,-26,270,-159,270","w":389},"p":{"d":"226,-470v-31,0,-59,27,-76,50r0,324v20,18,43,48,78,46v94,-6,96,-106,96,-210v0,-105,-5,-210,-98,-210xm246,10v-41,3,-74,-27,-96,-48r0,208r-72,0r0,-690r60,0v2,16,-4,38,2,50v22,-34,54,-60,106,-60v127,0,150,129,150,270v0,141,-24,262,-150,270"},"q":{"d":"216,-50v35,2,58,-28,78,-46r0,-324v-17,-24,-44,-50,-76,-50v-94,0,-98,106,-98,210v0,104,2,204,96,210xm198,-530v53,-3,82,30,108,60r0,-50r60,0r0,690r-72,0r0,-208v-22,21,-55,51,-96,48v-126,-8,-150,-129,-150,-270v0,-141,24,-262,150,-270"},"r":{"d":"272,-462v-75,1,-105,40,-134,92r0,370r-72,0r0,-520r72,0v2,20,-4,47,2,63v30,-45,59,-75,132,-73r0,68","w":278,"k":{".":55,"-":37,",":55}},"s":{"d":"70,-339v-48,-89,16,-194,119,-191v85,2,129,51,145,124r-60,18v-13,-45,-32,-82,-90,-82v-53,0,-75,70,-42,108v66,75,204,90,204,228v0,88,-54,144,-142,144v-102,0,-141,-56,-166,-138r66,-14v17,44,37,91,95,92v64,1,97,-80,59,-130v-49,-64,-149,-85,-188,-159","w":389},"t":{"d":"178,10v-72,-1,-100,-36,-100,-112r0,-358r-70,0r0,-60r70,0r0,-174r72,0r0,174r96,0r0,60r-96,0r0,364v-5,52,57,61,96,42r0,54v-22,7,-38,10,-68,10","w":278},"u":{"d":"201,-50v46,0,73,-33,99,-64r0,-406r72,0r0,520r-68,0r0,-57v-27,27,-74,67,-118,67v-79,0,-115,-48,-114,-136r0,-394r72,0r0,384v0,52,12,86,57,86"},"v":{"d":"90,-520r104,448r2,0r102,-448r72,0r-128,520r-96,0r-128,-520r72,0","w":389,"k":{".":37,",":37}},"w":{"d":"86,-520r74,382r2,0r84,-382r68,0r86,382r2,0r68,-382r68,0r-108,520r-60,0r-90,-404r-2,0r-90,404r-60,0r-110,-520r68,0","w":556,"k":{".":37,",":37}},"x":{"d":"1,-520r74,0r86,182r76,-182r74,0r-112,250r132,270r-74,0r-94,-204r-88,204r-74,0r120,-270","w":333},"y":{"d":"76,-520r98,398r2,0r80,-398r74,0r-119,509v-28,108,-66,192,-201,181r0,-60v83,6,115,-43,130,-114r-138,-516r74,0","w":333,"k":{".":37,",":37}},"z":{"d":"39,-520r270,0r0,48r-206,412r206,0r0,60r-286,0r0,-54r200,-406r-184,0r0,-60","w":333},"{":{"d":"74,-207v-1,-56,-9,-82,-58,-84r0,-40v49,-2,57,-28,58,-84r0,-221v-3,-87,68,-103,158,-96r0,40v-51,-1,-92,-7,-92,52r0,235v1,57,-34,82,-76,95v46,8,75,38,76,93r0,235v-3,58,40,53,92,52r0,40v-90,7,-158,-9,-158,-96r0,-221","w":278},"|":{"d":"78,-732r66,0r0,742r-66,0r0,-742","w":222},"}":{"d":"204,-415v1,56,9,82,58,84r0,40v-49,2,-57,28,-58,84r0,221v3,87,-68,103,-158,96r0,-40v51,1,92,7,92,-52r0,-235v-1,-57,33,-82,76,-95v-47,-8,-75,-38,-76,-93r0,-235v3,-58,-40,-53,-92,-52r0,-40v90,-7,158,9,158,96r0,221","w":278},"~":{"d":"362,-270v69,33,114,-17,140,-61r38,50v-28,59,-97,108,-186,79v-53,-17,-104,-59,-165,-59v-47,0,-69,43,-91,72r-38,-50v28,-59,98,-109,186,-79v39,13,79,31,116,48","w":600}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Trade Gothic LT Std Bold","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"722","descent":"-278","x-height":"10","bbox":"-60 -838 969 279","underline-thickness":"50","underline-position":"-50","slope":"-12.5","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"372,-722r-134,478r-90,0r78,-478r146,0xm210,0r-142,0r31,-142r142,0","w":278},"\"":{"d":"299,-452r60,-270r110,0r-60,270r-110,0xm124,-452r60,-270r110,0r-60,270r-110,0","w":333},"#":{"d":"573,-300r-21,94r-99,0r-75,206r-96,0r74,-206r-99,0r-75,206r-96,0r74,-206r-94,0r21,-94r107,0r45,-122r-94,0r20,-94r106,0r75,-206r96,0r-74,206r99,0r75,-206r96,0r-74,206r86,0r-20,94r-98,0r-45,122r86,0xm435,-422r-99,0r-45,122r99,0"},"$":{"d":"47,-127r103,-78v27,53,63,84,107,93r45,-206v-93,-29,-177,-91,-153,-211v21,-108,124,-188,243,-193r14,-64r78,0r-14,64v71,12,127,47,167,106r-95,75v-26,-43,-58,-67,-96,-71r-41,184v95,36,189,89,161,228v-22,110,-132,198,-256,200r-25,114r-78,0r25,-115v-77,-1,-157,-69,-185,-126xm332,-450r37,-168v-68,-1,-137,73,-90,134v12,16,31,27,53,34xm375,-295r-41,185v82,7,151,-107,82,-162v-8,-7,-22,-14,-41,-23"},"%":{"d":"235,-669v74,-64,199,-79,255,0v94,133,-51,307,-196,307v-95,0,-165,-81,-140,-180v11,-49,39,-91,81,-127xm405,-599v-65,-72,-199,33,-141,115v65,71,197,-33,141,-115xm616,-307v74,-64,199,-79,255,0v94,133,-51,307,-196,307v-95,0,-165,-81,-140,-180v11,-49,39,-91,81,-127xm785,-238v-65,-71,-197,33,-141,115v65,72,199,-33,141,-115xm195,10r579,-742r85,0r-579,742r-85,0","w":889},"&":{"d":"460,-628v-42,-53,-118,9,-123,58v-3,30,-1,68,16,114v45,-35,99,-62,114,-125v4,-17,3,-34,-7,-47xm630,10v-86,-2,-118,-24,-166,-74v-94,87,-266,101,-356,22v-69,-61,-29,-210,24,-264v29,-29,64,-58,110,-84v-82,-177,29,-339,202,-342v92,-2,156,69,134,163v-25,104,-105,144,-183,200v27,53,59,102,96,147v47,-59,79,-106,96,-141r105,31v-47,77,-89,137,-126,180v27,23,58,36,91,40xm290,-298v-37,25,-60,45,-72,90v-30,116,122,130,182,64v-41,-45,-78,-97,-110,-154","w":667},"'":{"d":"156,-452r60,-270r110,0r-60,270r-110,0","w":222},"(":{"d":"285,84r-118,0v-62,-129,-77,-265,-45,-408v32,-145,107,-281,226,-408r118,0v-130,142,-238,284,-250,529v-6,120,29,203,69,287","w":333},")":{"d":"128,84r-118,0v130,-143,239,-283,250,-529v5,-120,-29,-204,-69,-287r118,0v63,128,78,264,46,408v-32,145,-108,281,-227,408","w":333},"*":{"d":"360,-722r100,0r-61,145r3,5r148,-68r6,89r-150,18r-3,6r83,104r-88,57r-34,-134r-6,0r-94,134r-62,-57r129,-104r-1,-6r-142,-18r46,-89r118,68r5,-5","w":500},"+":{"d":"313,-333r47,-211r122,0r-47,211r211,0r-27,122r-211,0r-47,211r-122,0r47,-211r-211,0r27,-122r211,0","w":600},",":{"d":"44,148r84,-148r-60,0r31,-142r142,0r-31,142r-96,148r-70,0","w":278},"-":{"d":"337,-217r-246,0r24,-110r246,0","w":333},".":{"d":"210,0r-142,0r31,-142r142,0","w":278},"\/":{"d":"498,-732r-436,742r-122,0r436,-742r122,0","w":278},"0":{"d":"89,-240v38,-155,53,-335,157,-426v88,-76,291,-95,358,0v32,44,42,106,23,184v-38,155,-53,335,-157,426v-88,76,-291,95,-358,0v-32,-44,-42,-106,-23,-184xm415,-618v-97,0,-121,55,-143,151r-47,212v-22,103,-11,151,76,151v97,0,123,-55,144,-151r47,-212v21,-103,10,-151,-77,-151"},"1":{"d":"235,0r122,-552r-111,0r18,-79v85,-14,136,-49,180,-101r79,0r-162,732r-126,0"},"2":{"d":"495,0r-455,0r26,-117v183,-146,263,-205,379,-321v51,-51,80,-181,-30,-180v-77,0,-121,52,-130,121r-132,0v16,-131,130,-235,277,-235v136,-1,228,70,192,210v-51,197,-260,288,-390,408r288,0"},"3":{"d":"167,-534v24,-119,128,-197,264,-198v126,-1,209,65,181,196v-15,67,-64,132,-122,157v63,27,83,85,65,174v-25,127,-138,214,-282,215v-148,1,-223,-73,-192,-222r132,0v-16,77,11,108,83,108v70,0,117,-47,129,-107v18,-91,-30,-111,-121,-113r25,-114v90,-1,134,-22,150,-93v12,-55,-19,-87,-74,-87v-53,0,-95,39,-106,84r-132,0"},"4":{"d":"175,-292r207,0r62,-282r-2,0xm68,-306r398,-416r137,0r-95,430r101,0r-23,102r-101,0r-42,190r-126,0r42,-190r-317,0"},"5":{"d":"81,-207r132,0v-41,115,123,129,175,65v21,-26,40,-66,52,-119v21,-93,-4,-139,-74,-139v-43,0,-83,19,-119,56r-109,0r84,-378r417,0r-25,114r-303,0r-33,150v86,-62,239,-61,284,19v23,42,26,102,9,181v-39,179,-140,268,-301,268v-141,0,-222,-78,-189,-217"},"6":{"d":"233,-295v-10,44,-29,135,-9,158v26,47,128,42,162,-2v35,-31,75,-132,40,-185v-13,-20,-38,-30,-70,-30v-30,0,-71,20,-123,59xm619,-533r-132,0v10,-48,-25,-85,-72,-85v-122,0,-133,110,-158,218v94,-66,240,-89,295,5v66,111,-16,272,-84,337v-83,79,-289,97,-356,2v-32,-45,-42,-106,-23,-184v38,-155,52,-335,157,-426v82,-71,261,-94,338,-14v32,34,44,83,35,147"},"7":{"d":"165,-608r25,-114r456,0r-15,66r-340,656r-144,0r335,-608r-317,0"},"8":{"d":"434,-209v15,-68,-21,-111,-85,-111v-70,0,-123,50,-135,111v-15,70,14,105,87,105v74,0,118,-35,133,-105xm315,-460v70,78,221,-34,160,-131v-76,-79,-225,37,-160,131xm565,-205v-26,131,-140,214,-289,215v-136,1,-227,-72,-195,-215v20,-89,68,-147,144,-174v-46,-24,-67,-86,-52,-157v25,-121,128,-195,267,-196v125,-1,212,63,181,196v-16,66,-64,132,-122,157v64,27,84,85,66,174"},"9":{"d":"483,-427v11,-42,29,-135,9,-158v-26,-46,-125,-39,-162,2v-31,34,-74,132,-40,185v13,20,38,30,70,30v30,0,71,-20,123,-59xm97,-189r132,0v-10,48,25,85,72,85v122,0,134,-108,158,-218v-94,66,-240,89,-295,-5v-66,-111,16,-272,84,-337v83,-79,289,-97,356,-2v32,45,42,106,23,184v-38,155,-52,335,-157,426v-82,71,-261,94,-338,14v-32,-34,-44,-83,-35,-147"},":":{"d":"210,0r-142,0r31,-142r142,0xm277,-300r-142,0r31,-142r142,0","w":278},";":{"d":"44,148r84,-148r-60,0r31,-142r142,0r-31,142r-96,148r-70,0xm277,-300r-142,0r31,-142r142,0","w":278},"<":{"d":"596,-108r-26,117r-492,-233r21,-96r596,-233r-26,117r-426,164","w":600},"=":{"d":"673,-455r-27,122r-544,0r27,-122r544,0xm619,-211r-27,122r-544,0r27,-122r544,0","w":600},">":{"d":"26,9r26,-117r425,-164r-352,-164r26,-117r492,233r-21,96","w":600},"?":{"d":"389,-614v-51,-49,-132,24,-144,72r-108,-32v40,-87,121,-156,236,-158v97,-1,173,64,150,170v-19,91,-209,187,-216,322r-110,0v24,-111,16,-111,111,-212v57,-60,86,-100,91,-120v3,-17,0,-31,-10,-42xm270,0r-142,0r31,-142r142,0","w":444},"@":{"d":"572,-371v16,-93,-95,-99,-145,-45v-34,37,-68,88,-41,141v66,67,175,-29,186,-96xm611,-157v-55,20,-120,27,-112,-37r-2,-1v-69,67,-163,78,-212,1v-66,-102,3,-221,73,-289v49,-47,104,-71,164,-71v53,0,88,21,105,62r23,-50r90,0r-120,283v-2,13,2,19,11,19v122,-9,195,-248,104,-344v-92,-97,-296,-76,-395,18v-60,57,-102,123,-121,206v-40,175,62,286,227,286v77,0,148,-23,213,-70r92,0v-95,103,-205,154,-331,154v-202,0,-351,-156,-303,-370v50,-222,311,-443,585,-350v105,36,187,126,156,280v-27,136,-130,231,-247,273","w":800},"A":{"d":"403,-566r-132,292r137,0r-3,-292r-2,0xm146,0r-133,0r339,-722r177,0r14,722r-132,0r-1,-152r-191,0"},"B":{"d":"62,0r160,-722v186,1,432,-34,386,186v-14,64,-55,114,-122,150v60,47,87,75,66,178v-28,133,-132,207,-288,208r-202,0xm271,-322r-46,208v61,1,110,0,146,-28v37,-29,70,-110,31,-154v-24,-27,-78,-27,-131,-26xm335,-608r-38,172v86,8,155,-20,170,-85v19,-81,-50,-93,-132,-87"},"C":{"d":"413,-610v-71,2,-98,35,-112,102r-66,294v-16,72,5,101,68,102v91,3,108,-71,123,-150r138,0v-30,170,-125,272,-288,272v-152,0,-211,-81,-175,-242r58,-258v35,-161,129,-242,281,-242v153,0,212,84,174,244r-138,0v9,-30,14,-84,-1,-100v-13,-14,-33,-22,-62,-22"},"D":{"d":"62,0r160,-722v135,3,306,-18,364,58v74,97,0,299,-25,414v-36,163,-123,250,-307,250r-192,0xm333,-600r-106,478v125,8,176,-37,200,-144r42,-190v21,-100,1,-143,-88,-144r-48,0"},"E":{"d":"450,0r-388,0r160,-722r378,0r-27,122r-240,0r-37,166r183,0r-27,122r-183,0r-42,190r250,0","w":500},"F":{"d":"200,0r-138,0r160,-722r360,0r-27,122r-222,0r-37,166r174,0r-27,122r-174,0","w":444,"k":{"A":37,",":111,".":111}},"G":{"d":"428,0r-8,-60v-51,47,-99,70,-144,70v-152,0,-211,-81,-175,-242r58,-258v35,-161,129,-242,281,-242v143,0,199,82,168,245r-138,0v19,-82,0,-123,-57,-123v-71,0,-98,35,-112,102r-66,294v-16,72,5,102,68,102v77,0,105,-72,116,-144r-97,0r25,-114r235,0r-82,370r-72,0"},"H":{"d":"208,0r-138,0r160,-722r138,0r-64,288r195,0r64,-288r138,0r-160,722r-138,0r69,-312r-195,0","w":611},"I":{"d":"208,0r-138,0r160,-722r138,0","w":278},"J":{"d":"35,-115v71,8,116,-1,130,-66r120,-541r138,0r-126,569v-24,117,-138,182,-289,160","w":333},"K":{"d":"200,0r-138,0r160,-722r138,0r-66,298r2,0r245,-298r151,0r-250,291r111,431r-155,0r-77,-303r-72,82"},"L":{"d":"422,0r-360,0r160,-722r138,0r-133,600r222,0","w":444,"k":{"T":55,"V":55,"W":55,"y":37,"Y":74}},"M":{"d":"188,0r-118,0r160,-722r193,0r20,474r2,0r230,-474r193,0r-160,722r-118,0r126,-568r-2,0r-273,568r-104,0r-21,-568r-2,0","w":778},"N":{"d":"196,0r-126,0r160,-722r151,0r97,428r2,0r95,-428r126,0r-160,722r-132,0r-108,-466r-2,0","w":611},"O":{"d":"101,-232r58,-258v35,-161,129,-242,281,-242v152,0,211,81,175,242r-58,258v-35,161,-129,242,-281,242v-152,0,-211,-81,-175,-242xm413,-610v-71,0,-98,35,-112,102r-66,294v-16,72,5,102,68,102v71,0,98,-35,112,-102r66,-294v16,-72,-5,-102,-68,-102"},"P":{"d":"208,0r-138,0r160,-722v137,3,316,-17,376,56v32,39,43,91,28,160v-33,156,-160,230,-362,216xm343,-608r-45,204v108,6,179,-7,198,-102v14,-68,-12,-102,-79,-102r-74,0","k":{"A":37,",":129,".":129}},"Q":{"d":"564,-67r-27,120v-57,0,-100,-24,-129,-71v-37,19,-81,28,-132,28v-152,0,-211,-81,-175,-242r58,-258v35,-161,129,-242,281,-242v152,0,214,82,175,242v-33,135,-48,301,-118,399v17,15,40,23,67,24xm309,-180r27,-120v39,4,62,31,84,66r61,-274v16,-72,-5,-102,-68,-102v-71,0,-98,35,-112,102r-66,294v-31,97,52,118,122,91v-15,-31,-31,-50,-48,-57"},"R":{"d":"534,0r-148,0r-55,-294r-66,0r-65,294r-138,0r160,-722v135,3,312,-18,371,56v31,39,41,91,26,160v-21,95,-71,157,-150,184xm335,-608r-45,200v105,6,174,-7,192,-100v14,-67,-11,-100,-76,-100r-71,0","k":{"Y":18}},"S":{"d":"217,-222v-13,100,78,150,147,95v28,-22,55,-70,32,-113v-58,-108,-260,-104,-227,-290v22,-122,118,-202,262,-202v115,0,181,66,183,175r-131,36v-8,-59,-23,-95,-80,-97v-70,-2,-127,81,-74,134v80,79,249,107,212,288v-24,121,-130,207,-275,206v-124,-1,-187,-75,-191,-203"},"T":{"d":"180,-722r460,0r-27,122r-161,0r-133,600r-138,0r133,-600r-161,0","w":500,"k":{"w":55,"y":55,"A":37,",":74,".":74,"-":74,"a":55,"c":55,"e":55,"i":55,"o":55,"r":55,"s":55,"u":55,":":74,";":74}},"U":{"d":"230,-722r138,0r-112,505v-15,70,9,105,74,105v65,0,106,-35,121,-105r112,-505r138,0r-112,506v-29,143,-126,226,-286,226v-145,0,-220,-70,-185,-226","w":611},"V":{"d":"200,0r-25,-722r136,0r13,516r2,0r240,-516r135,0r-344,722r-157,0","k":{"A":37,",":74,".":74,"-":37,"a":37,"e":37,"i":18,"o":37,"r":18,"u":18,":":37,";":37}},"W":{"d":"174,0r9,-722r128,0r-8,472r2,0r204,-472r133,0r-5,472r2,0r201,-472r129,0r-318,722r-133,0r9,-494r-2,0r-219,494r-132,0","w":833,"k":{"A":18,",":55,".":55,"-":18,"a":18,"e":18,"o":18,":":18,";":18}},"X":{"d":"334,-722r56,216r152,-216r148,0r-251,342r108,380r-149,0r-63,-255r-177,255r-149,0r278,-380r-101,-342r148,0"},"Y":{"d":"319,-722r57,291r181,-291r147,0r-292,430r-65,292r-138,0r65,-292r-102,-430r147,0","k":{"v":18,"A":37,",":92,".":92,"-":74,"a":55,"e":55,"i":18,"o":55,"u":37,":":55,";":55,"p":37,"q":55}},"Z":{"d":"194,-600r27,-122r400,0r-26,116r-380,484r279,0r-27,122r-434,0r26,-117r380,-483r-245,0","w":500},"[":{"d":"268,74r-234,0r176,-796r234,0r-13,60r-124,0r-150,676r124,0","w":333},"\\":{"d":"212,10r-108,-742r122,0r108,742r-122,0","w":278},"]":{"d":"209,-722r234,0r-176,796r-234,0r13,-60r124,0r150,-676r-124,0","w":333},"^":{"d":"240,-320r-117,0r283,-402r108,0r105,402r-119,0r-67,-282","w":600},"_":{"d":"472,125r-500,0r11,-50r500,0","w":500},"`":{"d":"144,-756r155,0r60,146r-101,0","w":278},"a":{"d":"388,-436v-42,-40,-123,2,-129,51r-126,0v31,-103,114,-169,240,-169v123,0,173,55,148,165r-76,345v-3,12,-4,27,-3,44r-126,0r3,-53v-51,42,-106,63,-164,63v-78,0,-118,-45,-96,-130v37,-147,182,-181,327,-227v5,-26,21,-70,2,-89xm339,-134r29,-132v-108,35,-168,76,-179,125v-8,36,10,57,44,57v29,0,65,-17,106,-50","w":500},"b":{"d":"279,-421r-66,298v29,44,85,54,119,11v31,-39,49,-151,65,-218v13,-52,16,-91,-4,-120v-39,-23,-76,-2,-114,29xm310,10v-53,3,-100,-44,-119,-76r-15,66r-116,0r160,-722r126,0r-50,228v63,-40,109,-60,139,-60v167,-4,86,234,61,348v-26,119,-66,209,-186,216","w":500},"c":{"d":"494,-198v-30,136,-110,208,-246,208v-133,0,-186,-69,-155,-206r34,-152v31,-137,113,-206,246,-206v131,0,183,66,155,198r-125,0v6,-24,12,-56,-5,-72v-23,-22,-82,-20,-108,0v-15,12,-25,27,-30,48r-48,216v-20,68,75,78,118,48v25,-17,31,-49,38,-82r126,0","w":500},"d":{"d":"341,-123r66,-298v-29,-44,-84,-54,-119,-11v-31,38,-49,151,-65,218v-13,52,-16,92,5,120v39,23,74,2,113,-29xm311,-554v53,0,71,26,113,60r50,-228r126,0r-160,722r-116,0v3,-21,15,-48,13,-66v-41,60,-205,122,-245,20v-29,-74,17,-216,33,-292v26,-119,66,-216,186,-216","w":500},"e":{"d":"487,-168v-30,107,-107,177,-239,178v-116,1,-187,-72,-157,-193v29,-120,38,-252,125,-319v77,-59,225,-73,290,-1v60,66,13,179,-2,261r-274,0v-14,54,-45,150,40,150v52,0,82,-33,91,-76r126,0xm252,-344r148,0v17,-52,17,-108,-50,-108v-61,0,-89,48,-98,108","w":500},"f":{"d":"431,-726r-23,104v-49,-3,-79,2,-89,46r-13,56r75,0r-22,102r-75,0r-93,418r-126,0r93,-418r-57,0r22,-102r57,0v14,-68,37,-149,76,-177v45,-32,101,-42,175,-29","w":278},"g":{"d":"271,-232v74,0,80,-39,98,-115v17,-70,1,-105,-43,-105v-65,0,-76,50,-92,118v-16,68,-2,102,37,102xm349,-554v55,0,107,27,128,63v43,-42,85,-63,124,-63r-25,110v-58,-12,-21,-10,-82,4v2,218,-106,336,-286,303v-18,13,-50,46,-10,54v102,21,295,-19,262,138v-21,101,-139,137,-273,137v-66,0,-114,-10,-147,-26v-61,-29,-41,-99,0,-124v17,-10,38,-26,56,-34v-29,-21,-41,-46,-35,-77v6,-30,39,-60,96,-91v-52,-40,-60,-100,-40,-189v31,-137,108,-205,232,-205xm333,44v-42,-16,-118,-12,-170,-20v-14,11,-31,23,-36,44v-6,27,29,40,106,40v63,0,98,-14,105,-43v2,-9,0,-17,-5,-21","w":500},"h":{"d":"186,0r-126,0r160,-722r126,0r-53,240v61,-48,112,-72,153,-72v83,1,106,46,86,140r-92,414r-126,0r89,-400v9,-40,-2,-60,-33,-60v-19,0,-50,16,-93,49","w":500},"i":{"d":"197,-544r126,0r-121,544r-126,0xm343,-638r-126,0r26,-114r126,0","w":278},"j":{"d":"197,-544r126,0r-131,588v-20,103,-109,162,-232,145r25,-111v50,0,77,-12,85,-50xm343,-638r-126,0r26,-114r126,0","w":278},"k":{"d":"192,0r-126,0r160,-722r126,0r-86,389r2,0r181,-211r141,0r-166,184r56,360r-133,0r-35,-255r-83,89","w":500},"l":{"d":"76,0r160,-722r126,0r-160,722r-126,0","w":278},"m":{"d":"518,-472v49,-40,83,-82,152,-82v77,0,104,48,83,144r-91,410r-126,0r92,-414v12,-57,-32,-52,-68,-30v-18,11,-34,22,-45,33r-91,411r-126,0r92,-414v13,-57,-35,-52,-70,-30v-17,11,-32,21,-43,33r-91,411r-126,0r121,-544r122,0r-14,62v48,-34,82,-68,151,-72v49,-3,75,35,78,82","w":722},"n":{"d":"186,0r-126,0r121,-544r122,0r-14,62v66,-48,118,-72,157,-72v83,1,106,46,86,140r-92,414r-126,0r89,-400v9,-40,-2,-60,-33,-60v-19,0,-50,16,-93,49","w":500},"o":{"d":"93,-196r34,-152v31,-137,113,-206,246,-206v133,0,185,69,154,206r-34,152v-29,137,-111,206,-245,206v-133,0,-186,-69,-155,-206xm398,-428v-43,-37,-126,-7,-138,48r-48,216v-20,68,75,79,118,48v16,-11,25,-27,30,-48r48,-216v5,-21,2,-38,-10,-48","w":500},"p":{"d":"279,-421r-66,298v29,44,85,54,119,11v31,-39,49,-151,65,-218v13,-52,16,-91,-4,-120v-39,-23,-76,-2,-114,29xm282,-478v32,-30,94,-76,153,-76v167,0,86,234,61,348v-26,119,-66,216,-186,216v-30,0,-68,-20,-113,-60r-54,242r-126,0r164,-736r116,0","w":500},"q":{"d":"341,-123r66,-298v-29,-44,-84,-54,-119,-11v-31,38,-49,151,-65,218v-13,52,-16,92,5,120v39,23,74,2,113,-29xm311,-554v53,-3,100,44,119,76r15,-66r116,0r-164,736r-126,0r54,-242v-63,40,-110,60,-139,60v-167,4,-86,-234,-61,-348v26,-119,66,-209,186,-216","w":500},"r":{"d":"186,0r-126,0r121,-544r123,0v-3,23,-16,52,-14,72v41,-55,91,-82,148,-82r-30,136v-73,-31,-128,-8,-140,46","w":333,"k":{",":55,".":55,"-":37}},"s":{"d":"497,-418r-113,40v1,-88,-114,-96,-133,-25v-2,57,62,69,102,95v49,33,106,65,89,153v-20,99,-103,165,-217,165v-110,0,-146,-48,-171,-155r120,-31v0,56,24,84,73,84v57,0,96,-50,63,-91v-57,-71,-203,-68,-179,-219v20,-125,210,-202,315,-116v28,23,44,58,51,100","w":444},"t":{"d":"149,-418r-50,0r22,-102r50,0r33,-148r126,0r-33,148r81,0r-22,102r-81,0r-62,278v-9,39,36,43,73,39r-23,106v-91,14,-210,9,-185,-103","w":278},"u":{"d":"435,-544r126,0r-121,544r-122,0r14,-62v-66,48,-118,72,-157,72v-83,-1,-108,-46,-86,-140r92,-414r126,0r-89,400v-9,40,2,60,33,60v18,0,49,-16,92,-49","w":500},"v":{"d":"259,-544r5,350r2,0r161,-350r126,0r-269,544r-124,0r-27,-544r126,0","w":444,"k":{",":37,".":37}},"w":{"d":"143,0r-9,-544r118,0r-3,340r2,0r149,-340r108,0r1,340r2,0r145,-340r118,0r-249,544r-118,0r-2,-340r-2,0r-142,340r-118,0","w":667,"k":{",":37,".":37}},"x":{"d":"217,-280r-79,-264r134,0r36,156r108,-156r134,0r-197,265r85,279r-134,0r-43,-176r-121,176r-134,0","w":444},"y":{"d":"-10,190r24,-110v61,16,133,-28,144,-70v5,-22,5,-60,2,-115r-28,-439r128,0r5,360r2,0r159,-360r128,0r-266,542v-67,134,-118,202,-298,192","w":444,"k":{",":37,".":37}},"z":{"d":"147,-434r25,-110r362,0r-24,108r-304,326r231,0r-24,110r-382,0r24,-108r299,-326r-207,0","w":444},"{":{"d":"423,-732r-13,60v-57,-4,-86,8,-98,61r-43,194v-9,54,-48,79,-99,93v50,9,71,39,59,91r-44,196v-14,54,19,66,71,61r-14,60v-63,-1,-122,7,-152,-31v-17,-22,-24,-50,-15,-88r43,-197v10,-42,-9,-63,-57,-63r14,-60v47,0,76,-21,85,-63r43,-195v12,-67,71,-119,141,-119r79,0","w":333},"|":{"d":"261,-838r101,0r0,1117r-101,0r0,-1117","w":460},"}":{"d":"53,84r14,-60v58,4,86,-11,97,-61r43,-194v10,-55,49,-80,100,-93v-51,-9,-71,-39,-59,-91r43,-196v15,-56,-17,-65,-70,-61r13,-60v63,1,122,-7,153,31v17,22,24,50,15,88r-44,197v-9,42,10,63,57,63r-13,60v-47,0,-76,21,-85,63r-43,195v-12,67,-72,119,-142,119r-79,0","w":333},"~":{"d":"268,-364v40,-8,183,77,218,73v50,-6,78,-49,106,-78r16,98v-41,47,-77,86,-154,92v-59,4,-155,-73,-222,-73v-33,0,-67,26,-102,77r-18,-96v46,-62,98,-93,156,-93","w":600},"\u00a0":{"w":278}}});;Cufon.replace('.TradeGothicBoldOblique',{fontFamily:'Trade Gothic LT Std Bold'});Cufon.replace('.BaseNineSmallCaps',{fontFamily:'BaseNineSmallCaps'});Cufon.replace('.BaseNineSmallCapsDate',{fontFamily:'BaseNineSmallCaps'});Cufon.replace('.FranklinGothicExtraCond',{fontFamily:'FranklinGothic-ExtraCondensed'});Cufon.replace('.TradeGothicLTStdCn18',{fontFamily:'TradeGothic LT CondEighteen'});
