
(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")}})})();
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
Cufon.registerFont({"w":500,"face":{"font-family":"Puritan 2.0","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"11","bbox":"-148 -834.177 968 232.053","underline-thickness":"20","underline-position":"-133","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":273},"!":{"d":"161,-192r-85,0r0,-514r85,0r0,514xm172,-44v0,33,-26,57,-59,57v-31,0,-56,-26,-56,-57v0,-31,25,-58,56,-58v33,0,59,25,59,58","w":235},"\"":{"d":"266,-475v12,-21,40,-119,39,-150v0,-37,-16,-56,-47,-56v-94,0,-24,164,-6,206r14,0xm124,-475v12,-21,40,-119,39,-150v0,-37,-16,-56,-47,-56v-93,0,-23,165,-5,206r13,0","w":329},"#":{"d":"445,-560r-80,9r0,78r79,-8r0,52r-80,8r0,97r-57,6r1,-97r-80,9r-1,97r-57,6r1,-97r-102,11r0,-52r102,-11r0,-79r-101,11r0,-52r102,-11r0,-75r57,-6r-1,75r81,-8r0,-75r58,-8r-2,77r80,-9r0,52xm228,-537r0,79r80,-9r0,-78","w":536},"$":{"d":"96,-448v0,-81,60,-137,129,-153r0,-89r89,0r0,86v41,7,81,27,120,59r-44,58v-65,-64,-204,-74,-204,44v0,76,200,109,223,144v32,27,48,71,48,130v0,97,-48,155,-143,175r0,94r-89,0r0,-91v-68,-9,-117,-35,-148,-78r47,-62v38,45,84,67,139,67v102,0,151,-131,62,-178v-24,-12,-167,-57,-185,-88v-29,-29,-44,-68,-44,-118","w":536},"%":{"d":"237,-531v0,71,-38,121,-108,121v-70,0,-107,-52,-107,-121v0,-65,42,-119,107,-119v65,0,108,54,108,119xm107,78r-74,-25r377,-681r69,26xm510,-122v0,74,-38,124,-109,124v-74,0,-110,-51,-110,-124v-1,-66,44,-122,110,-122v66,0,109,56,109,122xm175,-528v0,-32,-19,-67,-47,-66v-59,0,-60,130,1,130v31,0,46,-21,46,-64xm401,-54v63,-1,59,-132,-1,-132v-29,-1,-47,35,-46,68v0,43,16,64,47,64","w":536},"&":{"d":"98,-178v0,70,54,118,124,117v44,0,81,-19,111,-57v-74,-76,-126,-139,-157,-189v-52,29,-78,72,-78,129xm97,-484v0,-87,73,-156,160,-156v56,0,106,24,150,72r-47,48v-30,-37,-67,-56,-110,-56v-96,1,-84,112,-44,181v35,-15,72,-23,111,-24r14,61v-35,0,-64,5,-87,16v52,72,95,125,129,160v18,-66,18,-70,4,-133r70,-6v13,80,8,119,-15,192v17,20,48,41,93,63r-46,62v-26,-9,-58,-29,-95,-62v-49,50,-101,75,-157,75v-115,2,-203,-68,-202,-178v1,-88,55,-157,117,-190v-30,-41,-45,-83,-45,-125","w":555},"'":{"d":"110,-475v18,-27,45,-109,45,-152v0,-37,-15,-56,-46,-56v-97,0,-21,174,1,208","w":194},"(":{"d":"133,-323v0,194,35,244,107,431r-66,30v-170,-285,-171,-643,0,-921r63,30v-69,161,-104,305,-104,430","w":318},")":{"d":"78,108v74,-194,108,-231,108,-427v0,-129,-35,-274,-105,-434r64,-30v167,267,164,648,0,921","w":316},"*":{"d":"219,-475r-66,-60r4,89r-47,0r3,-89r-66,60r-27,-44r81,-50r-80,-51r26,-44r68,61r-4,-90r47,1r-5,89r66,-61r25,44r-77,50r78,51","w":275},"+":{"d":"279,-282r0,186r-61,0r0,-186r-165,0r0,-63r165,0r0,-176r61,0r0,176r167,0r0,63r-167,0","w":498},",":{"d":"104,-120v0,50,-21,159,-39,192r44,12v61,-79,91,-147,92,-204r-97,0","w":254},"-":{"d":"50,-267r0,-93r280,0r0,93r-280,0","w":380},"\u2010":{"d":"50,-267r0,-93r280,0r0,93r-280,0","w":380},".":{"d":"194,-64v0,37,-28,73,-66,73v-38,0,-67,-36,-67,-73v0,-37,29,-73,67,-73v38,0,66,36,66,73","w":233},"\/":{"d":"93,170r-80,-17r296,-857r81,17","w":385},"0":{"d":"250,-512v135,0,232,116,232,255v0,146,-89,266,-231,266v-144,0,-234,-116,-234,-265v0,-140,94,-256,233,-256xm249,-52v108,0,170,-90,170,-205v0,-103,-68,-197,-169,-197v-99,0,-170,95,-170,198v0,102,71,204,169,204"},"1":{"d":"329,0r-76,0r0,-447r-131,0r0,-60r207,0r0,507"},"2":{"d":"249,-519v92,-1,165,62,165,155v0,67,-29,125,-88,174r-135,113r261,0r0,77r-367,0r-1,-77v73,-66,175,-138,232,-212v47,-61,15,-160,-65,-160v-45,0,-85,24,-122,72r-46,-49v53,-62,108,-93,166,-93"},"3":{"d":"450,-32v0,123,-93,211,-220,211v-61,0,-114,-26,-159,-77r38,-53v43,41,85,61,126,61v85,0,133,-54,133,-142v0,-78,-56,-136,-136,-133v-13,0,-35,0,-67,-1r0,-63v105,3,158,-47,160,-129v2,-51,-38,-92,-86,-92v-45,0,-80,23,-107,69r-51,-43v52,-64,104,-96,156,-96v95,-1,164,65,163,160v-1,65,-33,123,-79,146v76,13,129,95,129,182"},"4":{"d":"305,-367r-187,291r187,0r0,-291xm370,0r0,168r-65,0r0,-168r-278,0r0,-76r285,-433r58,0r0,433r100,0r0,76r-100,0"},"5":{"d":"462,-59v0,162,-171,300,-332,210v-35,-20,-62,-41,-78,-67r35,-46v41,50,92,75,153,75v87,0,142,-76,142,-166v0,-74,-54,-141,-125,-141v-37,0,-77,16,-118,49r-68,-30r0,-333r346,0r0,61r-270,0r0,223v33,-33,79,-50,138,-50v97,1,177,107,177,215","w":584},"6":{"d":"402,-203v0,-94,-56,-169,-143,-169v-79,-1,-148,72,-148,155v0,92,61,175,149,175v74,0,142,-86,142,-161xm474,-207v0,116,-100,232,-214,229v-159,-4,-236,-118,-236,-289v0,-211,102,-391,296,-390v52,0,103,13,152,38r-29,61v-101,-53,-205,-43,-271,41v-39,49,-60,109,-63,181v49,-69,104,-104,167,-104v112,-1,198,114,198,233"},"7":{"d":"450,-443r-271,612r-78,-22r263,-591r-287,0r0,-60r373,0r0,61"},"8":{"d":"254,-34v78,1,135,-54,132,-134v-3,-94,-54,-125,-137,-157v-74,41,-123,70,-128,156v-4,76,59,135,133,135xm244,-608v-67,0,-101,31,-101,94v0,50,33,90,99,120v73,-29,109,-67,109,-116v0,-65,-36,-98,-107,-98xm462,-168v0,123,-88,196,-214,196v-115,0,-208,-79,-205,-194v2,-94,64,-163,138,-194v-64,-42,-103,-67,-106,-150v-3,-98,74,-154,176,-154v88,0,168,61,168,147v0,65,-36,116,-108,155v101,42,151,107,151,194"},"9":{"d":"394,-281v0,-85,-71,-165,-161,-165v-73,0,-132,92,-132,168v0,77,62,163,136,163v85,0,157,-80,157,-166xm478,-226v0,204,-80,422,-256,422v-77,0,-140,-24,-189,-71r29,-61v47,44,103,66,168,66v113,1,177,-173,176,-304v-44,76,-76,122,-172,125v-114,4,-206,-110,-206,-226v0,-128,83,-237,205,-235v149,2,245,124,245,284"},":":{"d":"200,-433v0,37,-29,73,-67,73v-37,0,-67,-36,-67,-73v0,-37,30,-73,67,-73v38,0,67,36,67,73xm200,-64v0,37,-29,73,-67,73v-37,0,-67,-36,-67,-73v0,-37,30,-73,67,-73v38,0,67,36,67,73","w":244},";":{"d":"213,-432v0,37,-29,71,-66,71v-38,0,-69,-33,-69,-71v0,-37,31,-72,69,-72v38,0,66,35,66,72xm104,-120v0,50,-21,159,-39,192r44,12v61,-79,91,-147,92,-204r-97,0","w":254},"<":{"d":"132,-285r187,240r-73,3r-219,-247r218,-240r74,3","w":366},"=":{"d":"51,-287r0,-65r338,0r0,65r-338,0xm51,-135r0,-65r338,0r0,65r-338,0","w":441},">":{"d":"99,-42r-74,-3r187,-240r-188,-241r75,-3r217,240","w":365},"?":{"d":"230,-681v98,0,181,75,181,173v0,80,-56,132,-117,175v-29,30,-28,36,-47,95v-1,4,-1,20,2,49r-69,0v-3,-27,-5,-48,-5,-64v0,-131,151,-150,158,-256v4,-57,-42,-100,-100,-100v-63,0,-105,35,-128,104r-67,-35v38,-94,102,-141,192,-141xm278,-44v0,33,-26,57,-59,57v-31,0,-56,-26,-56,-57v0,-31,25,-58,56,-58v33,0,59,25,59,58","w":484},"@":{"d":"968,11v-95,154,-229,217,-475,221v-247,4,-440,-220,-440,-470v0,-249,211,-460,460,-460v252,0,417,179,417,430v0,146,-117,270,-261,280v-50,3,-84,-46,-77,-99v-50,65,-106,98,-168,98v-102,0,-153,-70,-153,-211v0,-147,116,-312,258,-312v49,0,103,22,121,51r3,-41r73,0r-64,408v18,74,116,-1,137,-23v25,-27,62,-103,62,-151v2,-214,-134,-361,-348,-361v-212,0,-391,179,-391,391v0,214,161,404,371,401v209,-3,325,-63,408,-195xm354,-215v0,99,22,147,105,151v59,3,135,-90,144,-141r35,-193v-14,-30,-67,-52,-112,-52v-100,0,-172,114,-172,235","w":1010},"A":{"d":"453,10r-59,-189r-225,0r-58,189r-82,-10r213,-654r80,0r216,650xm281,-551r-91,303r184,0","w":568},"B":{"d":"471,-184v1,118,-83,185,-205,184r-203,-2r0,-639r193,-4v103,-1,171,53,170,153v-2,93,-32,123,-108,141v102,22,153,78,153,167xm347,-482v0,-101,-73,-112,-195,-100r0,207v62,1,122,6,157,-25v24,-21,38,-47,38,-82xm385,-185v0,-77,-65,-127,-141,-127r-92,0r0,245r94,0v93,0,139,-39,139,-118","w":524},"C":{"d":"509,-50v-72,39,-105,56,-198,58v-177,3,-280,-151,-280,-337v0,-220,168,-393,393,-310v33,12,60,23,79,34r-38,79v-61,-37,-110,-56,-147,-56v-122,0,-197,134,-197,265v0,124,73,245,189,245v57,0,110,-14,160,-43","w":539},"D":{"d":"452,-82v-78,87,-230,89,-389,80r0,-642v46,-2,95,-3,146,-3v228,1,321,97,324,324v1,104,-29,183,-81,241xm242,-74v124,2,196,-109,196,-238v0,-181,-68,-271,-203,-271v-19,0,-47,1,-83,2r0,507r90,0","w":565},"E":{"d":"152,-568r0,193r252,0r0,75r-252,-1r0,225r267,-1r0,77r-356,0r0,-640r359,0r0,72r-270,0","w":489},"F":{"d":"152,-568r0,193r254,0r0,75r-254,0r0,300r-89,0r0,-640r360,0r0,72r-271,0","w":490},"G":{"d":"122,-317v0,120,69,245,180,245v47,0,90,-10,129,-31r0,-198r-142,0r0,-74r230,0r0,314v-122,89,-327,95,-419,-36v-84,-121,-92,-320,-4,-447v73,-106,172,-139,311,-100v43,11,75,26,96,44r-37,75v-55,-38,-107,-57,-156,-57v-117,0,-188,139,-188,265","w":582},"H":{"d":"431,0r0,-300r-279,0r0,300r-89,0r0,-640r89,0r0,265r279,0r0,-265r88,0r0,640r-88,0","w":582},"I":{"d":"63,0r0,-642r89,0r0,642r-89,0","w":215},"J":{"d":"152,-69v0,152,-67,228,-200,228v-39,0,-73,-17,-100,-50r46,-67v71,75,165,26,165,-103r0,-577r89,0r0,569","w":215},"K":{"d":"420,21r-221,-297r-47,70r0,206r-89,0r0,-640r89,0r0,315v107,-141,191,-255,250,-340r70,50r-216,280v55,91,188,238,270,333","w":531},"L":{"d":"63,0r0,-641r89,0r0,569r286,0r0,72r-375,0","w":501},"M":{"d":"630,0r0,-511r-194,512r-83,0r-197,-516r0,515r-82,0r0,-642r127,0r198,515r203,-515r117,0r0,642r-89,0","w":793},"N":{"d":"456,11v-60,-108,-163,-266,-310,-475r0,463r-83,1r0,-644r74,0r300,455r0,-451r82,0r0,629","w":582},"O":{"d":"613,-322v0,190,-111,338,-294,338v-183,0,-287,-147,-287,-338v0,-179,120,-324,294,-324v174,0,287,145,287,324xm531,-312v0,-132,-81,-260,-207,-260v-127,0,-209,125,-209,259v0,128,82,252,204,252v123,0,212,-125,212,-251","w":644},"P":{"d":"427,-459v0,103,-79,198,-183,195v-25,0,-56,-1,-92,-4r0,268r-89,0r0,-640v120,3,256,-29,317,47v30,36,47,79,47,134xm240,-585r-88,2r0,253v69,-1,126,5,158,-40v18,-25,29,-52,29,-86v0,-87,-33,-130,-99,-129","w":459},"Q":{"d":"612,-326v0,89,-26,194,-69,234r117,103r-53,59r-122,-107v-50,35,-106,53,-167,53v-181,3,-287,-151,-287,-339v0,-180,120,-323,295,-323v174,0,286,141,286,320xm478,-149v112,-146,36,-422,-155,-422v-127,0,-209,124,-209,256v0,126,83,254,201,254v37,0,72,-11,107,-32r-75,-66r54,-58","w":658},"R":{"d":"414,10v-72,-73,-152,-192,-218,-301r-44,2r0,289r-89,0r0,-641r202,-3v117,1,174,60,173,177v-1,97,-66,154,-153,171v85,112,123,175,240,286xm152,-356v117,3,204,-2,204,-122v0,-72,-39,-107,-117,-105r-87,2r0,225","w":530},"S":{"d":"450,-185v9,164,-170,233,-320,175v-39,-15,-69,-36,-89,-63r46,-64v41,47,92,71,155,71v74,0,123,-43,122,-117v0,-45,-26,-78,-79,-100r-147,-61v-93,-52,-104,-208,-17,-276v87,-68,218,-56,302,15r-42,63v-63,-67,-229,-76,-229,53v0,42,35,74,104,98v135,48,186,60,194,206","w":492},"T":{"d":"318,-572r0,572r-89,0r0,-572r-198,0r0,-67r473,0r0,67r-186,0","w":536},"U":{"d":"279,-58v93,0,140,-73,139,-172r0,-410r90,0r0,410v1,145,-86,247,-231,247v-139,0,-214,-103,-214,-247r0,-410r89,0r0,410v0,115,42,172,127,172","w":571},"V":{"d":"311,10r-65,0r-205,-640r85,-23r159,522r159,-522r74,23","w":548},"W":{"d":"591,6r-52,0r-142,-465r-142,465r-63,0r-176,-632r87,-19r132,499r135,-489r64,0r131,488r136,-498r68,19","w":789},"X":{"d":"421,15r-155,-278r-139,278r-91,-20r186,-312r-174,-309r91,-19r134,243r129,-244r75,20r-165,292r204,329","w":552},"Y":{"d":"296,-272r0,272r-90,0r0,-272r-177,-355r80,-23r145,297r143,-297r76,23","w":503},"Z":{"d":"161,-76r317,0r0,76r-408,0r-7,-77r322,-497r-305,2r0,-67r393,0r8,72","w":544},"[":{"d":"56,114r0,-854r153,0r0,51r-71,0r0,733r81,0r0,70r-163,0","w":269},"\\":{"d":"308,170r-296,-857r80,-17r297,857","w":385},"]":{"d":"50,114r0,-70r81,0r0,-733r-72,0r0,-51r151,0r0,854r-160,0","w":266},"^":{"d":"267,-592r-115,139r-42,-52r157,-173r159,173r-42,52","w":536},"_":{"d":"5,109r0,-59r525,0r0,59r-525,0","w":536},"`":{"d":"266,-556r-209,-90r47,-65r210,96","w":329},"a":{"d":"234,-512v90,-1,163,64,163,155r0,282v14,34,31,21,63,-1r16,52v-41,44,-120,54,-145,-13v-43,35,-84,52,-152,53v-83,1,-139,-61,-138,-143v2,-152,126,-154,278,-176r0,-63v1,-44,-42,-76,-85,-75v-37,0,-81,21,-133,64r-41,-56v32,-31,121,-78,174,-79xm190,-47v51,0,129,-36,129,-85r0,-101v-80,7,-206,17,-206,107v0,47,29,79,77,79","w":491},"b":{"d":"481,-259v0,153,-66,270,-209,269v-43,0,-86,-17,-129,-50r-14,40r-65,0r0,-700r79,0r0,252v45,-43,87,-64,125,-64v133,-2,213,115,213,253xm391,-256v0,-97,-38,-188,-124,-187v-61,0,-102,24,-124,72r0,263v20,28,75,52,121,52v85,0,127,-67,127,-200","w":515},"c":{"d":"122,-238v0,96,56,181,147,181v48,0,93,-18,134,-55r39,52v-49,48,-106,72,-173,72v-143,0,-230,-108,-230,-254v0,-151,86,-268,232,-265v59,1,111,18,157,53r-42,66v-45,-34,-87,-51,-126,-51v-92,-1,-138,99,-138,201","w":479},"d":{"d":"37,-243v0,-149,75,-271,215,-269v47,0,86,19,118,58r0,-243r78,0r0,697r-66,0r-12,-42v-54,37,-100,55,-139,55v-120,3,-194,-128,-194,-256xm126,-254v0,99,42,194,131,193v41,0,78,-15,113,-45r0,-274v-37,-46,-48,-62,-122,-63v-87,-1,-122,90,-122,189","w":511},"e":{"d":"274,-507v108,0,182,81,180,189r0,61r-330,0v1,129,43,201,153,201v39,0,83,-21,131,-64r40,56v-53,51,-113,76,-178,76v-150,0,-231,-105,-231,-259v0,-150,88,-260,235,-260xm375,-320v3,-80,-32,-121,-108,-121v-89,1,-116,45,-136,121r244,0","w":491},"f":{"d":"96,-495v-11,-139,29,-254,153,-251v76,2,62,6,125,44r-38,51v-56,-36,-118,-51,-149,12v-18,36,-15,91,-15,144r139,0r0,65r-139,0r0,430r-76,0r0,-430r-78,0r0,-65r78,0","w":324},"g":{"d":"45,-335v-4,-128,153,-227,278,-156v25,13,43,29,55,47r130,-20r0,66r-107,-3v67,148,-89,291,-243,235v-44,24,-59,76,-1,89v12,3,45,4,98,4v139,-1,200,11,206,123v6,112,-141,179,-262,179v-83,0,-163,-43,-162,-119v0,-43,23,-87,69,-130v-43,-16,-93,-92,-39,-135r41,-41v-41,-35,-61,-82,-63,-139xm228,-214v70,0,120,-49,120,-123v0,-60,-53,-116,-117,-116v-65,0,-111,59,-111,122v0,62,46,117,108,117xm225,167v74,0,159,-46,159,-114v0,-73,-126,-62,-213,-62v-31,0,-63,60,-63,94v0,53,59,82,117,82","w":511},"h":{"d":"285,-511v91,0,164,83,164,173r0,338r-78,0r0,-325v1,-65,-33,-118,-94,-118v-48,0,-135,57,-135,103r0,340r-79,0r0,-696r79,0r0,257v51,-48,99,-72,143,-72","w":512},"i":{"d":"170,-657v0,30,-23,55,-53,55v-30,0,-54,-25,-54,-55v0,-30,24,-54,54,-54v30,0,53,24,53,54xm71,0r0,-495r81,0r0,495r-81,0","w":233},"j":{"d":"184,-658v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54xm84,21v3,91,-38,101,-97,122r32,75v96,-37,144,-88,144,-153r0,-560r-79,0r0,516","w":233},"k":{"d":"395,25r-219,-251r-34,34r0,192r-79,0r0,-697r79,0r0,421r218,-245r68,46r-198,203r235,254","w":476},"l":{"d":"156,0r-78,0r0,-698r78,0r0,698","w":234},"m":{"d":"563,-512v81,0,150,81,150,161r0,351r-79,0r0,-346v0,-65,-29,-97,-88,-97v-45,0,-120,69,-120,121r0,322r-78,0r0,-351v0,-52,-30,-91,-82,-91v-48,0,-124,62,-124,111r0,331r-79,0r0,-495r79,0r0,70v51,-55,97,-82,140,-82v60,0,105,45,123,91v56,-64,109,-96,158,-96","w":776},"n":{"d":"286,-511v90,-4,163,83,163,173r0,338r-78,0r0,-325v1,-65,-33,-118,-94,-118v-55,0,-135,59,-135,115r0,328r-79,0r0,-495r79,0r0,56v47,-43,75,-69,144,-72","w":512},"o":{"d":"507,-252v0,141,-92,263,-232,263v-151,0,-236,-111,-236,-263v0,-147,97,-260,237,-260v139,0,231,114,231,260xm421,-251v0,-102,-46,-194,-140,-194v-103,0,-156,89,-156,199v0,105,50,192,146,192v100,0,150,-90,150,-197","w":546},"p":{"d":"480,-267v0,160,-71,281,-222,280v-42,0,-81,-19,-116,-57r0,241r-79,0r0,-692r79,0r0,47v44,-43,83,-64,117,-64v147,0,221,82,221,245xm263,-54v83,0,130,-109,130,-199v0,-128,-45,-192,-135,-192v-50,-1,-106,39,-116,81r0,263v41,31,81,47,121,47","w":517},"q":{"d":"253,-512v42,1,96,31,115,57r0,-40r80,0r0,692r-80,0r0,-251v-62,45,-110,67,-143,67v-121,3,-188,-138,-188,-270v0,-146,76,-258,216,-255xm123,-248v0,89,51,187,134,187v35,0,72,-15,111,-45r0,-259v-12,-44,-59,-81,-112,-81v-94,0,-133,92,-133,198","w":511},"r":{"d":"298,-410v-65,-48,-156,43,-156,93r0,317r-79,0r0,-495r79,0r0,82v59,-80,92,-116,180,-77","w":342},"s":{"d":"399,-159v2,107,-78,174,-185,173v-69,0,-124,-19,-166,-58r40,-61v35,33,79,50,134,50v44,0,95,-42,95,-86v0,-79,-136,-83,-199,-114v-39,-19,-58,-54,-58,-102v-2,-95,70,-160,165,-157v45,1,93,16,144,46r-26,63v-47,-30,-87,-45,-121,-45v-91,0,-119,103,-47,127r144,47v53,25,80,64,80,117","w":437},"t":{"d":"214,8v-72,0,-114,-76,-114,-153r0,-285r-79,0r0,-66r79,0r0,-101r79,0r0,101r129,0r0,67r-129,-1r0,297v5,91,85,80,135,22r39,54v-37,43,-84,65,-139,65","w":351},"u":{"d":"230,-53v51,0,138,-58,138,-111r0,-331r78,0r0,495r-71,0r-11,-52v-49,47,-100,70,-153,70v-88,0,-148,-87,-148,-178r0,-335r79,0r0,331v0,74,29,111,88,111","w":511},"v":{"d":"261,12r-54,0r-185,-491r79,-22r136,386r129,-386r76,22","w":464},"w":{"d":"561,9r-61,0r-130,-370r-132,370r-63,0r-148,-488r77,-20r111,395r123,-388r70,0r128,387r105,-394r73,20","w":735},"x":{"d":"411,26r-164,-216r-161,214r-67,-45r181,-225r-162,-218r74,-44r141,198r146,-197r62,35r-169,221r186,231","w":492},"y":{"d":"47,107v100,59,144,-74,175,-149r-192,-436r77,-21r151,354r129,-353r71,17r-209,565v-18,56,-87,112,-158,112v-10,0,-33,-6,-69,-18","w":480},"z":{"d":"53,0r0,-66r228,-303v11,-15,28,-36,51,-61r-269,0r0,-64r362,0r0,70r-220,299v-7,10,-22,28,-45,55r279,0r0,70r-386,0","w":482},"{":{"d":"163,-417v38,-54,17,-138,17,-216v0,-166,88,-229,233,-190r-15,75v-27,-9,-46,-13,-57,-13v-81,3,-81,42,-77,136r5,131v0,48,-27,97,-82,146r0,25v47,32,96,111,92,184r-8,162v1,73,-3,103,51,103v29,0,52,-7,69,-21r20,75v-102,37,-182,13,-214,-70v-18,-47,-11,-200,-11,-282v0,-58,-25,-107,-74,-147r1,-40v25,-26,42,-45,50,-58","w":536},"|":{"d":"85,220r0,-906r88,0r0,906r-88,0","w":229},"}":{"d":"363,-633v0,78,-21,162,17,216v8,13,25,32,50,58r1,40v-83,61,-74,147,-70,268v5,157,-16,236,-137,248v-20,2,-51,-5,-92,-17r20,-75v36,31,123,37,120,-41r-8,-203v0,-73,45,-152,92,-184r0,-25v-55,-49,-84,-98,-82,-146r5,-131v-6,-94,4,-133,-77,-136v-11,0,-30,4,-57,13r-15,-75v146,-39,234,24,233,190","w":536},"~":{"d":"287,-449v18,2,35,-24,48,-37r18,70v-25,25,-49,37,-74,37v-25,6,-90,-55,-112,-55v-19,0,-41,18,-65,53r-19,-72v25,-29,54,-44,87,-44v31,-7,80,44,117,48","w":395},"\u00a0":{"w":273}}});
Cufon.registerFont({"w":500,"face":{"font-family":"Puritan 2.0","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"11","bbox":"-150 -834.263 950 242.165","underline-thickness":"20","underline-position":"-133","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":273},"!":{"d":"56,-172r0,-514r125,0r0,514r-125,0xm113,33v-42,0,-76,-35,-76,-77v0,-41,34,-78,76,-78v42,0,79,36,79,78v0,43,-36,77,-79,77","w":235},"\"":{"d":"190,-645r22,220r34,0r39,-220r-95,0xm49,-645r22,220r33,0r39,-220r-94,0","w":329},"#":{"d":"373,-529r0,34r71,-7r0,83r-72,8r0,87r-88,10r1,-88r-36,4r-1,87r-88,10r1,-88r-92,10r0,-83r92,-10r0,-35r-91,10r0,-83r92,-10r0,-68r88,-9r-1,67r37,-3r0,-68r88,-11r-1,69r72,-7r0,83xm249,-482r36,-3r0,-35r-36,4r0,34","w":536},"$":{"d":"274,-514v-41,0,-63,33,-63,78v0,59,170,85,182,110v43,33,64,83,64,151v0,95,-43,156,-129,182r0,93r-117,0r0,-90v-59,-11,-106,-41,-139,-90r65,-79v41,50,83,75,127,75v46,1,81,-41,80,-90v12,-63,-180,-107,-186,-124v-71,-46,-86,-172,-30,-244v21,-27,49,-47,83,-59r0,-89r117,0r0,86v34,9,72,32,115,67r-62,77v-41,-36,-76,-54,-107,-54","w":536},"%":{"d":"140,-385v-73,0,-118,-55,-118,-133v0,-72,49,-132,118,-132v69,0,118,60,118,132v0,78,-45,133,-118,133xm3,46r367,-680r99,38r-361,678xm391,6v-78,0,-121,-57,-121,-137v0,-72,51,-134,121,-134v69,0,119,63,119,134v0,82,-44,136,-119,137xm115,-515v0,27,8,41,25,41v16,0,24,-14,24,-41v0,-29,-8,-44,-25,-44v-16,0,-24,15,-24,44xm366,-127v0,28,8,42,25,42v16,0,24,-14,24,-42v0,-30,-8,-45,-25,-45v-16,0,-24,15,-24,45","w":536},"&":{"d":"130,-186v-1,57,40,111,96,111v27,0,55,-15,84,-45v-71,-68,-119,-125,-142,-172v-25,19,-38,55,-38,106xm92,-475v0,-116,122,-200,237,-152v23,10,46,30,70,59r-56,62v-25,-31,-59,-46,-101,-46v-54,0,-48,88,-22,138v27,-11,64,-17,109,-18r16,80v-34,0,-60,3,-79,8v37,53,71,97,101,131v8,-34,2,-63,-5,-101r88,-16v10,65,14,121,-9,185v14,13,45,32,93,58r-64,87v-22,-8,-53,-28,-92,-60v-23,36,-91,69,-148,69v-118,0,-205,-73,-205,-186v0,-79,33,-141,100,-186v-22,-37,-33,-74,-33,-112","w":555},"'":{"d":"50,-646r29,233r29,0r36,-233r-94,0","w":194},"(":{"d":"151,-323v0,185,31,232,94,423r-83,43v-155,-300,-155,-639,0,-932r81,45v-61,163,-92,303,-92,421","w":318},")":{"d":"73,100v66,-199,94,-229,94,-419v0,-123,-30,-265,-91,-426r81,-43v150,283,148,642,0,931","w":316},"*":{"d":"169,-500r2,54r-75,0r2,-54r-42,38r-42,-70r60,-37r-59,-38r40,-70r44,39r-2,-56r75,2r-3,52r41,-38r40,71r-57,37r59,38r-42,70","w":275},"+":{"d":"295,-96r-92,0r0,-170r-151,0r0,-94r151,0r0,-161r92,0r0,161r151,0r0,94r-151,0r0,170","w":498},",":{"d":"41,94v25,-64,27,-76,31,-179r105,0v0,52,-44,158,-70,192","w":254},"-":{"d":"50,-360r280,0r0,93r-280,0r0,-93","w":380},"\u2010":{"d":"50,-360r280,0r0,93r-280,0r0,-93","w":380},".":{"d":"123,9v-46,0,-87,-40,-87,-86v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,47,-40,86,-87,86","w":244},"\/":{"d":"-14,149r310,-856r120,24r-309,856","w":385},"0":{"d":"249,12v-153,0,-241,-153,-241,-327v0,-182,77,-341,241,-341v164,0,243,161,243,341v0,160,-98,327,-243,327xm125,-315v0,112,32,229,124,230v95,0,129,-117,129,-230v0,-163,-43,-244,-129,-244v-105,0,-124,108,-124,244"},"1":{"d":"463,-100r0,100r-362,0r0,-100r133,0r0,-434r-124,0r0,-103r232,0r0,537r121,0"},"2":{"d":"249,-658v119,0,219,85,214,202v-6,163,-152,252,-249,345r266,0r0,111r-396,0r0,-99r180,-196v53,-58,80,-111,80,-160v1,-59,-34,-111,-93,-110v-39,0,-75,29,-108,88r-75,-50v48,-87,108,-131,181,-131"},"3":{"d":"465,-174v0,96,-97,193,-200,193v-91,0,-162,-29,-211,-88r51,-76v50,51,96,77,139,77v69,1,111,-47,111,-115v0,-64,-48,-111,-113,-109r-62,0r0,-86r62,0v55,1,101,-48,101,-104v0,-46,-45,-93,-92,-90v-55,3,-64,25,-100,66r-62,-57v49,-65,103,-97,161,-97v96,0,195,76,191,171v-3,74,-38,107,-97,138v62,29,120,96,121,177"},"4":{"d":"137,-230r148,0r0,-234xm394,0r-109,0r0,-141r-269,0r0,-76r284,-434r94,0r0,421r87,0r0,89r-87,0r0,141"},"5":{"d":"468,-203v0,131,-114,227,-251,227v-92,0,-156,-29,-192,-88r48,-74v41,51,92,77,151,77v68,0,132,-79,132,-146v0,-77,-38,-116,-114,-116v-36,0,-91,41,-107,69r-82,-20r0,-370r370,0r0,111r-290,0r0,186v23,-36,81,-75,134,-75v118,0,201,98,201,219"},"6":{"d":"268,-326v-76,-1,-131,56,-131,133v0,76,50,135,124,135v62,0,118,-78,118,-141v0,-76,-39,-127,-111,-127xm261,22v-163,-3,-245,-120,-245,-292v0,-218,76,-384,274,-386v47,0,101,15,162,45r-40,83v-32,-24,-73,-36,-123,-36v-108,2,-155,110,-161,229v19,-46,93,-86,157,-87v121,-2,201,86,201,209v0,129,-97,237,-225,235"},"7":{"d":"191,32r-110,-30r271,-537r-316,0r0,-109r422,0r0,101"},"8":{"d":"248,-58v63,1,111,-55,111,-121v0,-59,-36,-103,-108,-132v-75,38,-112,82,-112,132v0,68,45,120,109,121xm341,-495v0,-69,-85,-118,-138,-67v-17,16,-27,38,-30,65v8,45,34,77,78,96v60,-23,90,-55,90,-94xm252,28v-128,0,-218,-79,-216,-205v0,-71,45,-129,136,-175v-70,-46,-105,-93,-105,-142v0,-104,84,-164,191,-164v97,0,175,59,175,155v0,53,-32,101,-97,145v91,49,136,108,136,179v0,130,-86,207,-220,207"},"9":{"d":"487,-363v0,207,-76,391,-257,389v-79,0,-148,-27,-205,-82r60,-77v50,43,75,67,153,67v96,0,137,-122,135,-236v-47,56,-95,84,-144,84v-113,2,-205,-97,-205,-211v0,-127,97,-230,227,-227v149,3,236,130,236,293xm251,-572v-73,0,-119,64,-119,140v0,65,52,136,113,136v73,0,123,-56,123,-129v0,-78,-43,-147,-117,-147"},":":{"d":"123,-333v-46,0,-87,-41,-87,-87v0,-46,41,-86,87,-86v47,0,87,39,87,86v0,46,-41,87,-87,87xm123,9v-46,0,-87,-40,-87,-86v0,-46,41,-87,87,-87v46,0,87,41,87,87v0,47,-40,86,-87,86","w":244},";":{"d":"68,-418v0,-57,23,-86,69,-86v44,0,66,29,66,86v0,57,-22,86,-66,86v-46,0,-69,-29,-69,-86xm41,94v25,-64,27,-76,31,-179r105,0v0,52,-44,158,-70,192","w":254},"<":{"d":"359,-46r-122,4r-237,-247r236,-240r123,4r-201,240","w":366},"=":{"d":"89,-352r321,0r0,98r-321,0r0,-98xm89,-223r321,0r0,98r-321,0r0,-98","w":441},">":{"d":"-14,-46r201,-239r-203,-240r123,-4r236,240r-236,247","w":365},"?":{"d":"259,13v-41,0,-76,-32,-76,-73v0,-40,35,-74,76,-74v42,0,79,33,79,74v0,41,-37,73,-79,73xm471,-509v0,164,-190,141,-170,331r-98,0v-4,-64,-5,-137,22,-174v11,-30,128,-96,128,-157v0,-45,-37,-96,-80,-96v-53,0,-92,35,-116,105r-94,-39v44,-98,82,-149,207,-152v120,-2,201,65,201,182","w":546},"@":{"d":"249,-199v0,-155,127,-321,280,-321v44,0,71,30,97,50r8,-40r90,0v-9,115,-38,265,-58,381v7,36,0,67,53,65v63,-3,132,-127,132,-205v0,-198,-140,-354,-338,-354v-193,0,-361,190,-361,385v0,203,129,398,321,395v168,-3,212,-43,314,-136r60,69v-133,118,-159,146,-374,152v-265,7,-440,-210,-440,-480v0,-250,226,-460,480,-460v258,0,437,174,437,429v0,139,-142,290,-281,290v-40,0,-71,-32,-92,-97v-45,64,-96,96,-153,96v-117,0,-175,-73,-175,-219xm617,-387v-13,-19,-62,-51,-91,-49v-97,6,-154,107,-154,224v0,88,15,139,87,142v43,2,116,-86,124,-129","w":1010},"A":{"d":"380,-148r-207,0r-46,160r-104,-14r208,-652r102,0r210,647r-116,19xm200,-241r153,0r-75,-260","w":568},"B":{"d":"210,2r-147,-4r0,-639r194,-4v105,-1,174,59,173,163v-1,60,-45,108,-90,131v69,3,133,83,131,159v-4,148,-96,196,-261,194xm181,-380v82,8,140,-21,140,-93v-1,-90,-51,-107,-140,-96r0,189xm357,-193v1,-60,-49,-111,-111,-111r-65,0r0,223r67,0v69,0,109,-43,109,-112","w":501},"C":{"d":"308,8v-176,5,-277,-153,-277,-337v0,-176,112,-331,282,-331v57,0,122,23,197,69r-42,78v-76,-44,-65,-51,-139,-56v-103,-7,-163,136,-163,251v0,108,62,222,160,222v67,0,84,-19,144,-51r47,78v-78,49,-110,74,-209,77","w":557},"D":{"d":"222,2r-159,-4r0,-641v53,-3,108,-4,163,-4v203,0,306,108,307,324v2,204,-109,326,-311,325xm240,-87v102,2,171,-115,168,-226v-4,-192,-63,-271,-223,-255r0,481r55,0","w":565},"E":{"d":"179,-391r227,0r0,89r-227,-1r0,214r240,0r0,89r-356,0r0,-640r359,0r0,85r-243,0r0,164","w":462},"F":{"d":"179,-391r229,0r0,89r-229,0r0,302r-116,0r0,-640r360,0r0,85r-244,0r0,164","w":463},"G":{"d":"519,-65v-80,47,-113,67,-217,71v-249,9,-344,-351,-208,-549v73,-106,172,-141,309,-100v45,14,80,32,106,53r-41,76v-53,-37,-102,-55,-147,-55v-97,0,-157,143,-157,251v0,106,51,226,142,226v41,0,72,-5,94,-16r0,-196r-131,0r0,-87r250,0r0,326","w":582},"H":{"d":"401,-302r-219,0r0,302r-119,0r0,-640r119,0r0,249r219,0r0,-249r118,0r0,640r-118,0r0,-302","w":582},"I":{"d":"63,-641r119,0r0,641r-119,0r0,-641","w":245},"J":{"d":"-89,36v29,34,44,55,94,55v39,0,59,-50,59,-151r0,-580r120,0r0,573v7,213,-108,297,-263,234v-16,-7,-39,-27,-71,-56","w":247},"K":{"d":"216,-255r-34,49r0,206r-119,0r0,-641r119,0r0,290r201,-322r105,53r-208,290v53,88,184,231,262,322r-140,31v-65,-89,-127,-182,-186,-278","w":542},"L":{"d":"63,-641r117,0r0,556r258,0r0,85r-375,0r0,-641","w":501},"M":{"d":"588,-427r-152,428r-104,0r-153,-432r0,431r-106,0r0,-642r152,0r174,472r178,-472r142,0r0,642r-131,0r0,-427","w":793},"N":{"d":"167,-401r-1,401r-103,0r0,-644r96,0r258,405r0,-401r102,0r0,625r-95,30v-65,-120,-151,-259,-257,-416","w":582},"O":{"d":"319,16v-182,0,-287,-146,-287,-338v0,-177,121,-324,294,-324v172,0,287,147,287,324v0,193,-111,338,-294,338xm324,-558v-105,0,-167,128,-167,245v0,113,60,238,162,239v100,1,169,-126,169,-238v0,-118,-58,-246,-164,-246","w":644},"P":{"d":"447,-451v0,102,-114,198,-217,194v-7,0,-24,-1,-51,-2r0,259r-116,0r0,-641v129,3,257,-26,327,51v36,39,57,84,57,139xm332,-448v2,-91,-57,-133,-153,-121r0,242v89,12,151,-47,153,-121","w":475},"Q":{"d":"327,-646v173,0,288,144,288,322v0,87,-25,154,-75,202r128,116r-75,84r-129,-119v-53,40,-101,60,-144,60v-181,0,-289,-148,-289,-340v0,-179,122,-325,296,-325xm325,-557v-106,0,-168,125,-168,243v0,144,109,310,238,213r-76,-63r78,-83r69,62v15,-24,23,-67,23,-130v0,-119,-59,-242,-164,-242","w":658},"R":{"d":"256,-644v119,-1,188,69,186,186v0,89,-57,161,-129,182v53,73,129,160,229,260r-147,27v-49,-51,-114,-142,-194,-274r-22,0r0,263r-116,0r0,-641xm330,-459v0,-66,-33,-116,-97,-112r-54,2r0,236v99,8,152,-25,151,-126","w":522},"S":{"d":"434,-193v0,125,-87,204,-211,203v-89,0,-156,-31,-199,-92r54,-77v40,47,86,70,137,70v70,0,105,-34,104,-102v0,-35,-24,-62,-73,-82v-79,-33,-124,-53,-133,-60v-90,-57,-95,-220,-6,-287v96,-73,221,-47,308,27r-40,84v-45,-43,-88,-64,-129,-64v-62,0,-78,26,-84,88v-7,69,193,114,201,134v47,35,71,88,71,158","w":454},"T":{"d":"332,0r-119,0r0,-558r-182,0r0,-81r473,0r0,81r-172,0r0,558","w":536},"U":{"d":"548,-235v5,147,-107,252,-250,252v-140,0,-235,-105,-235,-252r0,-405r119,0r0,405v-3,87,51,164,128,164v74,0,119,-79,119,-164r0,-405r119,0r0,405","w":611},"V":{"d":"227,10r-219,-636r124,-31r154,470r145,-471r103,33r-220,635r-87,0","w":542},"W":{"d":"529,6r-122,-402r-129,402r-88,0r-179,-628r133,-26r112,440r110,-428r103,0r110,427r104,-440r100,28r-176,627r-78,0","w":789},"X":{"d":"275,-244r-138,274r-111,-40r189,-307r-178,-304r116,-41r131,255r133,-257r93,44r-176,291r213,319r-125,35","w":552},"Y":{"d":"310,0r-118,0r0,-271r-181,-350r123,-33r129,283r136,-283r92,33r-181,350r0,271","w":503},"Z":{"d":"478,-99r0,99r-417,0r-26,-74r307,-476r-274,2r0,-91r403,0r23,84r-300,456r284,0","w":544},"[":{"d":"72,-740r156,0r0,87r-58,0r0,662r65,0r0,105r-163,0r0,-854","w":225},"\\":{"d":"6,-683r109,-24r279,856r-109,24","w":385},"]":{"d":"50,9r65,0r0,-662r-57,0r0,-87r152,0r0,854r-160,0r0,-105","w":266},"^":{"d":"165,-443r-60,-72r162,-171r165,171r-60,72r-105,-119","w":536},"_":{"d":"5,50r525,0r0,59r-525,0r0,-59","w":536},"`":{"d":"324,-626r-215,-89r-62,78r214,83","w":329},"a":{"d":"138,-137v0,34,27,72,60,71v41,0,74,-16,100,-48r1,-109v-68,9,-161,1,-161,86xm382,11v-27,0,-70,-39,-73,-65v-49,42,-64,67,-124,70v-84,4,-144,-66,-144,-152v0,-147,126,-149,255,-170v7,-61,-9,-113,-60,-113v-61,0,-110,23,-148,68r-43,-61v27,-50,117,-99,191,-100v92,-2,168,70,168,163r0,251v-1,26,54,26,65,12r11,64v-41,22,-73,33,-98,33","w":491},"b":{"d":"310,-518v105,-2,168,118,168,233v0,197,-65,295,-196,295v-23,0,-63,-19,-119,-56r-8,47r-91,0r0,-701r108,0r0,266v17,-36,89,-83,138,-84xm274,-80v78,-4,90,-86,89,-191v0,-105,-30,-158,-89,-158v-37,0,-71,31,-102,94r0,207v16,21,68,50,102,48","w":515},"c":{"d":"273,12v-142,5,-231,-115,-234,-254v-3,-153,92,-268,236,-269v38,0,89,21,152,64r-33,69v-43,-35,-86,-53,-128,-53v-75,0,-110,104,-110,192v0,89,39,172,117,172v39,0,83,-21,130,-64r45,59v-47,53,-86,81,-175,84","w":479},"d":{"d":"200,-518v84,0,80,11,140,56r0,-235r108,0r0,698r-92,0r-8,-50v-33,19,-88,61,-126,62v-120,2,-185,-129,-185,-261v0,-119,61,-270,163,-270xm340,-342v-39,-54,-47,-87,-103,-87v-55,0,-82,57,-82,170v-1,88,22,184,91,184v20,0,51,-17,94,-52r0,-215","w":511},"e":{"d":"272,-510v107,0,185,86,182,197r0,75r-296,0v1,113,40,169,117,170v43,1,87,-20,130,-63r45,61v-62,55,-83,78,-182,82v-140,6,-228,-118,-229,-259v-1,-148,89,-263,233,-263xm345,-323v14,-104,-81,-138,-140,-83v-21,20,-34,48,-40,83r180,0","w":491},"f":{"d":"234,-657v-44,-7,-46,99,-41,159r124,0r0,90r-124,0r0,408r-105,0r0,-408r-70,0r0,-90r70,0v-8,-144,31,-256,145,-248v75,5,63,8,119,56r-48,67v-26,-22,-50,-31,-70,-34","w":324},"g":{"d":"49,-320v0,-99,89,-184,191,-184v63,0,109,19,140,58r131,-59r0,113r-99,0v60,154,-69,288,-226,246v-1,4,-33,33,-33,42v0,21,15,34,46,37v34,3,202,0,208,13v41,16,62,54,62,114v0,107,-148,179,-261,179v-90,0,-166,-38,-167,-122v0,-36,30,-73,89,-111v-45,1,-86,-31,-86,-74v-7,-22,85,-99,84,-102v-53,-41,-79,-91,-79,-150xm238,-428v-105,4,-104,215,4,215v49,0,83,-59,83,-112v0,-45,-42,-105,-87,-103xm366,63v0,-72,-109,-40,-176,-47v-15,5,-43,52,-42,77v3,59,24,71,85,74v57,3,133,-54,133,-104","w":511},"h":{"d":"292,-511v84,-1,157,83,157,172r0,339r-107,0r0,-326v0,-63,-19,-94,-56,-94v-42,-9,-116,69,-116,101r0,319r-107,0r0,-696r107,0r0,290v37,-70,78,-105,122,-105","w":512},"i":{"d":"117,-582v-40,0,-74,-34,-74,-75v0,-41,34,-74,74,-74v39,0,73,34,73,74v0,41,-33,75,-73,75xm63,-495r107,0r0,495r-107,0r0,-495","w":233},"j":{"d":"120,-732v40,0,74,33,74,74v0,41,-34,74,-74,74v-40,0,-74,-33,-74,-74v0,-41,34,-74,74,-74xm171,55v-4,111,-68,132,-163,168r-38,-91v56,-17,92,-39,92,-68r1,-559r108,0r0,550","w":233},"k":{"d":"200,-222r-30,44r0,179r-107,0r0,-698r107,0r0,408r178,-247r94,65r-184,196r217,244r-96,62","w":476},"l":{"d":"64,-698r106,0r0,698r-106,0r0,-698","w":234},"m":{"d":"563,-512v85,0,150,82,150,168r0,344r-112,0r0,-339v0,-54,-18,-81,-54,-81v-42,0,-104,74,-104,123r0,297r-112,0r0,-324v2,-41,-25,-89,-59,-92v-35,-4,-102,79,-102,110r0,306r-107,0r0,-496r107,0r0,89v42,-67,85,-100,129,-100v53,0,107,54,123,95v50,-67,97,-100,141,-100","w":776},"n":{"d":"293,-511v89,-1,156,86,156,179r0,332r-107,0r0,-320v0,-52,-15,-97,-57,-101v-44,-5,-115,77,-115,118r0,303r-107,0r0,-496r107,0r0,89v41,-69,82,-104,123,-104","w":512},"o":{"d":"275,11v-149,0,-236,-111,-236,-263v0,-146,99,-260,237,-260v137,0,231,114,231,260v0,140,-93,263,-232,263xm280,-433v-163,-3,-169,366,-9,366v79,0,120,-94,120,-184v0,-87,-36,-181,-111,-182","w":546},"p":{"d":"306,-513v125,0,174,113,174,252v0,189,-69,284,-208,284v-20,0,-54,-17,-102,-51r0,225r-107,0r0,-693r107,0r0,82v13,-46,79,-100,136,-99xm271,-421v-33,-1,-93,81,-101,111r0,196v41,31,76,46,103,46v65,-1,92,-100,91,-180v-1,-98,-14,-168,-93,-173","w":517},"q":{"d":"198,-508v74,3,86,17,140,58r0,-46r107,0r0,693r-107,0r0,-240v-58,41,-72,66,-126,66v-121,0,-175,-136,-175,-275v0,-107,64,-260,161,-256xm338,-341v-8,-30,-56,-82,-93,-81v-62,1,-93,60,-93,179v0,77,29,172,92,178v18,2,95,-77,94,-73r0,-203","w":511},"r":{"d":"170,-415v13,-33,50,-91,86,-91v25,0,46,3,62,10r-12,124v-33,-23,-81,-17,-112,19v-15,18,-24,31,-24,41r0,312r-107,0r0,-496r107,0r0,81","w":338},"s":{"d":"399,-165v0,108,-77,180,-184,179v-72,0,-128,-27,-169,-80r56,-75v35,47,74,70,117,70v40,1,71,-26,71,-64v0,-33,-38,-62,-114,-83v-73,-21,-114,-51,-117,-131v-2,-98,69,-166,166,-165v45,0,95,18,152,54r-39,74v-39,-27,-74,-41,-106,-41v-55,0,-93,68,-45,92v23,11,46,17,68,24v96,29,144,77,144,146","w":437},"t":{"d":"339,-33v-67,35,-61,41,-148,41v-67,0,-100,-54,-100,-162r0,-256r-70,0r0,-82r70,0r0,-105r113,0r0,105r100,0r0,83r-100,-1r0,267v-3,83,64,76,111,41","w":351},"u":{"d":"222,-75v39,0,117,-79,117,-114r0,-306r107,0r0,495r-97,0v-2,-18,-5,-42,-10,-71v-46,59,-87,89,-124,89v-91,0,-152,-87,-152,-184r0,-329r107,0r0,326v0,63,17,94,52,94","w":511},"v":{"d":"196,12r-180,-486r108,-31r112,384r107,-384r105,31r-176,486r-76,0","w":464},"w":{"d":"479,9r-109,-316r-111,316r-87,0r-150,-484r110,-28r93,384r101,-374r94,0r105,373r87,-383r107,28r-155,484r-85,0","w":735},"x":{"d":"243,-183r-144,214r-93,-63r170,-214r-152,-208r100,-60r125,197r129,-196r89,51r-159,211r174,220r-93,64","w":488},"y":{"d":"212,157v-62,51,-104,49,-195,15r32,-95v93,46,120,15,156,-109r-182,-441r114,-30r118,366r108,-364r101,25r-199,554v-12,31,-29,59,-53,79","w":480},"z":{"d":"53,-77r242,-331r-233,0r0,-86r365,0r0,80r-230,322r242,0r0,92r-386,0r0,-77","w":482},"{":{"d":"157,-420v35,-50,15,-129,15,-201v0,-181,91,-246,244,-198r-20,112v-88,-36,-122,-20,-115,93v7,126,16,198,-68,275r0,7v42,37,85,112,82,186r-7,156v3,58,-10,80,27,80v29,0,52,-8,70,-25r30,119v-94,30,-197,11,-225,-78v-16,-52,-13,-197,-13,-283v0,-50,-22,-94,-65,-133r1,-55v24,-28,39,-46,44,-55","w":536},"|":{"d":"65,-686r128,0r0,906r-128,0r0,-906","w":229},"}":{"d":"431,-310v-75,60,-64,137,-62,249v3,158,-16,246,-138,258v-38,4,-72,-2,-103,-13r29,-119v19,17,42,25,71,25v38,0,29,-44,27,-80r-7,-156v0,-73,40,-149,82,-186r0,-7v-84,-77,-76,-148,-68,-275v7,-114,-28,-128,-115,-93r-20,-112v156,-47,243,17,244,198v1,72,-20,151,15,201v5,9,20,27,44,55","w":536},"~":{"d":"271,-379v-25,6,-76,-38,-97,-41v-33,9,-31,23,-64,60r-29,-93v29,-29,61,-44,95,-44v31,0,86,33,102,36v14,3,40,-30,51,-43r26,87v-30,25,-58,38,-84,38","w":395},"\u00a0":{"w":273}}});
Cufon.registerFont({"w":536,"face":{"font-family":"Puritan 2.0","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"11","bbox":"-185 -834.757 968 249","underline-thickness":"20","underline-position":"-133","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":273},"!":{"d":"145,-192r-85,0r54,-514r85,0xm118,-4v-36,33,-98,12,-93,-40v4,-46,69,-80,102,-41v22,24,13,61,-9,81","w":235},"\"":{"d":"269,-681v-90,0,-44,157,-28,206r14,0v16,-22,52,-117,55,-150v4,-37,-10,-56,-41,-56xm127,-681v-88,0,-45,158,-27,206r13,0v16,-22,52,-117,55,-150v4,-37,-10,-56,-41,-56","w":329},"#":{"d":"452,-560r-81,9r-8,78r80,-8r-6,52r-80,8r-11,97r-57,6r11,-97r-81,9r-11,97r-58,6r11,-97r-103,11r6,-52r103,-11r8,-79r-102,11r6,-52r103,-11r8,-75r57,-6r-9,75r82,-8r8,-75r59,-8r-10,77r81,-9xm233,-537r-9,79r81,-9r9,-78"},"$":{"d":"445,-201v5,120,-56,183,-163,207r-10,94r-89,0r10,-91v-67,-9,-113,-35,-140,-78r54,-62v57,97,242,89,251,-36v2,-32,-10,-57,-39,-75v-19,-12,-152,-54,-170,-82v-57,-54,-46,-171,11,-223v28,-25,59,-45,97,-54r10,-89r89,0r-9,86v40,7,78,27,113,59r-50,58v-63,-68,-201,-69,-208,44v-2,35,24,62,83,84v106,39,156,48,160,158"},"%":{"d":"47,-511v0,-110,127,-188,194,-105v61,76,-1,212,-99,206v-59,-4,-95,-38,-95,-101xm68,78r-71,-25r449,-681r66,26xm272,-100v0,-111,129,-197,198,-110v62,77,1,212,-100,212v-65,0,-98,-34,-98,-102xm201,-528v8,-45,-33,-87,-71,-51v-28,27,-33,117,18,115v31,-1,47,-31,53,-64xm429,-118v8,-46,-32,-90,-71,-53v-28,27,-35,118,18,117v32,-1,47,-31,53,-64"},"&":{"d":"175,-307v-78,36,-127,137,-69,210v49,61,157,43,206,-21v-66,-76,-112,-139,-137,-189xm359,-182v22,-62,26,-65,18,-133r71,-6v3,68,-9,132,-36,192v15,20,44,41,87,63r-53,62v-25,-9,-55,-29,-88,-62v-55,50,-110,75,-165,75v-108,2,-185,-57,-185,-158v0,-95,69,-176,139,-210v-54,-83,-39,-181,27,-237v81,-69,196,-55,260,28r-52,48v-42,-73,-179,-84,-187,21v-3,30,4,65,19,104v37,-15,75,-23,114,-24r8,61v-35,0,-65,5,-89,16v44,73,81,126,112,160","w":555},"'":{"d":"120,-683v-92,0,-44,169,-21,208v21,-27,57,-112,61,-152v4,-37,-9,-56,-40,-56","w":194},"(":{"d":"128,-237v0,143,24,195,66,345r-69,30v-96,-204,-112,-433,-35,-661v32,-95,76,-181,133,-260r60,30v-101,201,-155,314,-155,516","w":318},")":{"d":"96,138r-64,-30v94,-190,131,-236,154,-427v19,-160,-8,-269,-59,-434r67,-30v142,302,87,659,-98,921","w":316},"*":{"d":"219,-475r-66,-60r4,89r-47,0r3,-89r-66,60r-27,-44r81,-50r-80,-51r26,-44r68,61r-4,-90r47,1r-5,89r66,-61r25,44r-77,50r78,51","w":275},"+":{"d":"279,-282r0,186r-61,0r0,-186r-165,0r0,-63r165,0r0,-176r61,0r0,176r167,0r0,63r-167,0","w":498},",":{"d":"115,-120v-4,49,-40,159,-60,192r43,12v69,-79,107,-147,114,-204r-97,0","w":254},"-":{"d":"50,-267r0,-93r280,0r0,93r-280,0","w":380},"\u2010":{"d":"50,-267r0,-93r280,0r0,93r-280,0","w":380},".":{"d":"86,-116v45,-41,116,-12,108,52v-4,37,-36,73,-74,73v-61,0,-76,-87,-34,-125","w":233},"\/":{"d":"47,170r-79,-17r387,-857r80,17","w":385},"0":{"d":"515,-376v0,191,-111,385,-288,385v-144,0,-207,-114,-207,-268v0,-189,107,-383,283,-383v138,0,212,120,212,266xm235,-65v134,0,203,-159,203,-312v0,-127,-48,-191,-143,-191v-133,0,-197,150,-197,299v0,113,38,204,137,204"},"1":{"d":"269,0r-89,0r61,-577r-138,0r7,-60r227,0","w":483},"2":{"d":"292,-659v90,0,175,91,163,185v-17,132,-206,294,-295,397r293,0r-8,77r-406,0r8,-77r206,-212v77,-79,117,-147,124,-202v6,-47,-44,-98,-91,-98v-47,0,-92,24,-135,72r-43,-49v62,-62,123,-93,184,-93"},"3":{"d":"351,-568v-49,-84,-175,-19,-211,32r-39,-46v88,-98,212,-123,304,-34v61,59,59,152,5,214v-25,29,-54,48,-89,55v74,11,155,87,147,171v-12,122,-116,212,-251,212v-73,0,-131,-27,-174,-82r41,-48v56,62,191,111,257,23v39,-52,64,-136,9,-189v-38,-37,-103,-39,-178,-38r6,-66v96,9,186,-34,191,-118v2,-33,-3,-61,-18,-86"},"4":{"d":"349,-507r-228,291r197,0xm378,-140r-18,168r-69,0r19,-168r-292,0r8,-76r346,-433r60,0r-46,433r105,0r-8,76r-105,0"},"5":{"d":"491,-218v0,188,-210,314,-383,220v-40,-21,-67,-45,-81,-72r38,-54v31,43,108,95,172,97v129,3,221,-157,139,-267v-61,-82,-194,-38,-227,31r-60,-32r37,-343r353,0r-9,81r-278,0r-23,213v44,-85,205,-82,269,-14v34,36,53,81,53,140"},"6":{"d":"420,-227v0,-85,-52,-145,-133,-145v-91,0,-174,84,-174,175v0,86,57,155,141,155v86,0,166,-97,166,-185xm497,-236v0,137,-112,260,-250,258v-141,-2,-224,-92,-221,-237v4,-240,121,-442,345,-442v53,0,105,13,156,38r-38,61v-107,-55,-211,-42,-286,47v-43,51,-72,113,-83,186v40,-62,105,-113,192,-115v105,-3,185,96,185,204"},"7":{"d":"501,-573r-349,602r-80,-22r338,-581r-301,0r6,-60r392,0"},"8":{"d":"265,-313v-98,47,-141,55,-158,145v-23,120,152,173,239,98v51,-44,76,-142,15,-192v-17,-14,-49,-31,-96,-51xm371,-579v-94,-91,-272,51,-172,151v14,13,37,27,68,40v85,-29,129,-67,134,-113v3,-31,-7,-56,-30,-78xm23,-144v2,-103,88,-174,176,-208v-70,-48,-106,-63,-106,-146v0,-137,222,-221,335,-127v36,30,51,68,46,115v-7,61,-52,113,-136,154v104,41,151,102,142,185v-13,122,-113,199,-251,199v-115,0,-208,-62,-206,-172"},"9":{"d":"432,-440v0,-85,-58,-146,-142,-146v-113,0,-187,161,-122,262v22,33,53,49,93,49v96,2,171,-69,171,-165xm517,-412v-8,227,-92,448,-294,448v-82,0,-146,-24,-192,-71r37,-61v45,44,101,66,170,66v121,0,182,-156,196,-290v-52,73,-81,109,-183,111v-109,2,-185,-81,-185,-190v0,-137,96,-253,230,-251v135,2,226,98,221,238"},":":{"d":"194,-381v-44,44,-114,10,-108,-52v6,-55,79,-100,119,-52v26,31,14,79,-11,104xm72,-116v44,-44,114,-11,108,52v-5,55,-78,100,-119,52v-26,-31,-14,-79,11,-104","w":244},";":{"d":"212,-382v-43,42,-116,12,-110,-50v6,-54,80,-100,120,-52v25,29,15,78,-10,102xm94,-120v-3,49,-39,159,-59,192r43,12v69,-79,106,-147,113,-204r-97,0","w":254},"<":{"d":"132,-285r187,240r-73,3r-219,-247r218,-240r74,3","w":366},"=":{"d":"51,-287r0,-65r338,0r0,65r-338,0xm51,-135r0,-65r338,0r0,65r-338,0","w":441},">":{"d":"99,-42r-74,-3r187,-240r-188,-241r75,-3r217,240","w":365},"?":{"d":"429,-508v-6,74,-76,135,-135,175v-33,22,-41,59,-58,95v-1,4,-2,20,-2,49r-69,0v-2,-123,20,-146,93,-207v57,-48,83,-55,94,-113v11,-59,-34,-101,-90,-100v-63,0,-109,35,-139,104r-63,-35v48,-94,117,-141,207,-141v98,0,170,76,162,173xm153,-85v36,-35,99,-10,94,41v-4,45,-70,78,-103,40v-21,-24,-12,-61,9,-81","w":484},"@":{"d":"968,11v-95,155,-228,218,-475,221v-246,3,-440,-220,-440,-470v0,-248,212,-460,460,-460v250,0,417,179,417,430v0,146,-117,271,-261,280v-50,3,-83,-46,-77,-99v-50,65,-106,98,-168,98v-102,0,-153,-70,-153,-211v0,-148,115,-317,258,-312v48,2,104,21,121,51r3,-41r73,0r-64,408v18,73,116,0,137,-23v26,-29,60,-101,62,-151v2,-213,-135,-361,-348,-361v-210,0,-391,181,-391,391v0,213,162,404,371,401v206,-3,327,-64,408,-195xm354,-215v0,99,22,148,105,151v56,2,134,-88,144,-141r35,-193v-13,-29,-69,-55,-112,-52v-99,7,-172,114,-172,235","w":1010},"A":{"d":"418,10r-39,-189r-225,0r-78,189r-81,-10r282,-654r80,0r147,650xm305,-551r-123,303r184,0","w":568},"B":{"d":"458,-207v0,131,-94,208,-226,207r-203,-2r68,-639r193,-4v93,-1,155,43,155,131v0,103,-38,143,-124,163v91,20,137,68,137,144xm364,-482v7,-102,-63,-112,-184,-100r-22,207v66,2,125,5,163,-28v24,-21,41,-46,43,-79xm342,-274v-36,-44,-113,-38,-191,-38r-26,245r94,0v93,0,143,-39,151,-118v4,-35,-7,-63,-28,-89","w":524},"C":{"d":"480,-50v-81,40,-107,56,-204,58v-159,3,-247,-121,-247,-286v0,-234,183,-452,428,-361v31,12,57,22,76,34r-47,79v-57,-37,-104,-56,-141,-56v-137,1,-225,151,-227,302v-1,112,61,208,165,208v57,0,112,-14,165,-43","w":539},"D":{"d":"537,-388v0,266,-148,414,-431,388v-30,-3,-56,-2,-77,-2r68,-642v46,-2,95,-3,146,-3v196,1,294,71,294,259xm216,-74v148,-3,227,-141,225,-305v-2,-171,-91,-221,-262,-202r-53,507r90,0","w":565},"E":{"d":"178,-568r-20,193r252,0r-8,75r-252,-1r-24,225r267,-1r-8,77r-356,0r68,-640r359,0r-8,72r-270,0","w":489},"F":{"d":"178,-568r-20,193r254,0r-8,75r-254,0r-32,300r-89,0r68,-640r360,0r-8,72r-271,0","w":490},"G":{"d":"119,-279v0,108,56,207,156,207v47,0,91,-10,132,-31r21,-198r-142,0r8,-74r230,0r-33,314v-81,44,-117,65,-221,67v-153,3,-244,-125,-242,-284v4,-227,170,-444,412,-366v43,13,73,27,92,44r-45,75v-51,-38,-101,-57,-150,-57v-130,1,-218,157,-218,303","w":582},"H":{"d":"397,0r32,-300r-279,0r-32,300r-89,0r68,-640r89,0r-28,265r279,0r28,-265r88,0r-68,640r-88,0","w":582},"I":{"d":"29,0r68,-642r89,0r-68,642r-89,0","w":215},"J":{"d":"-132,42v10,15,43,34,63,35v65,0,103,-46,113,-138r61,-577r89,0r-60,569v-14,134,-85,228,-224,228v-40,0,-72,-17,-95,-50","w":215},"K":{"d":"384,21r-190,-297r-54,70r-22,206r-89,0r68,-640r89,0r-34,315v123,-141,218,-255,286,-340r65,50r-246,280v44,88,164,240,235,333","w":531},"L":{"d":"29,0r68,-641r89,0r-60,569r286,0r-8,72r-375,0","w":501},"M":{"d":"596,0r54,-511r-248,512r-83,0r-142,-516r-55,515r-82,0r68,-642r127,0r143,515r258,-515r117,0r-68,642r-89,0","w":793},"N":{"d":"421,11v-49,-108,-135,-266,-259,-475r-49,463r-84,1r69,-644r74,0r251,455r48,-451r82,0r-66,629","w":582},"O":{"d":"616,-368v-2,219,-128,380,-332,384v-162,3,-254,-115,-254,-282v0,-213,134,-376,331,-380v156,-3,257,119,255,278xm533,-349v0,-121,-69,-223,-182,-223v-135,0,-238,152,-238,294v0,115,69,217,179,217v135,0,241,-149,241,-288","w":644},"P":{"d":"401,-602v108,123,-9,338,-163,338v-25,0,-56,-1,-92,-4r-28,268r-89,0r68,-640v111,4,245,-29,304,38xm268,-585r-88,2r-27,253v78,0,134,1,171,-51v45,-63,46,-218,-56,-204","w":459},"Q":{"d":"618,-372v0,101,-43,235,-96,280r106,103r-59,59r-111,-107v-53,35,-111,53,-172,53v-160,0,-254,-116,-254,-283v0,-213,134,-375,332,-379v156,-3,254,116,254,274xm535,-353v3,-119,-69,-218,-182,-218v-137,0,-238,149,-238,291v0,115,66,220,176,219v37,0,73,-11,110,-32r-68,-66r60,-58r70,68v47,-59,71,-116,72,-204","w":658},"R":{"d":"456,-501v0,118,-73,184,-173,205v51,80,116,191,209,286r-113,20v-66,-76,-127,-186,-186,-301r-44,2r-31,289r-89,0r68,-641v135,-2,202,-3,203,-3v104,1,156,49,156,143xm156,-356v132,6,218,-13,218,-145v0,-56,-36,-83,-107,-82r-87,2","w":530},"S":{"d":"437,-220v12,185,-179,275,-347,207v-35,-14,-60,-35,-76,-60r53,-64v47,71,163,97,236,43v28,-20,42,-51,46,-89v4,-43,-17,-77,-64,-97r-134,-57v-49,-29,-74,-72,-74,-129v0,-187,250,-262,375,-139r-48,63v-64,-71,-230,-70,-235,53v-2,42,27,73,94,98v115,43,166,51,174,171","w":492},"T":{"d":"345,-572r-61,572r-89,0r61,-572r-198,0r7,-67r473,0r-7,67r-186,0"},"U":{"d":"242,17v-135,0,-204,-99,-188,-247r44,-410r89,0r-46,449v0,89,37,133,111,133v98,0,146,-74,157,-172r44,-410r90,0r-44,410v-12,144,-109,245,-257,247","w":571},"V":{"d":"276,10r-65,0r-137,-640r87,-23r104,522r214,-522r72,23","w":548},"W":{"d":"557,6r-52,0r-93,-465r-191,465r-63,0r-110,-632r89,-19r80,499r186,-489r64,0r80,488r188,-498r66,19","w":789},"X":{"d":"386,15r-126,-278r-168,278r-89,-20r219,-312r-141,-309r93,-19r108,243r155,-244r73,20r-196,292r169,329","w":552},"Y":{"d":"290,-272r-28,272r-90,0r28,-272r-139,-355r82,-23r114,297r174,-297r74,23","w":503},"Z":{"d":"135,-76r317,0r-8,76r-408,0r1,-77r375,-497r-305,2r7,-67r393,0r0,72","w":544},"[":{"d":"11,114r90,-854r153,0r-5,51r-71,0r-78,733r81,0r-7,70r-163,0","w":269},"\\":{"d":"262,170r-205,-857r81,-17r206,857","w":385},"]":{"d":"5,114r7,-70r81,0r78,-733r-72,0r5,-51r151,0r-90,854r-160,0","w":266},"^":{"d":"270,-592r-130,139r-36,-52r175,-173r141,173r-48,52"},"_":{"d":"2,109r6,-59r525,0r-6,59r-525,0"},"`":{"d":"258,-556r-200,-90r54,-65r200,96","w":329},"a":{"d":"290,-445v-112,-2,-177,114,-177,235v0,155,95,186,173,86v67,-86,58,-192,79,-313v-29,-5,-54,-8,-75,-8xm30,-197v2,-188,144,-347,354,-309v23,4,45,4,66,4r-43,397v0,33,4,68,11,105r-85,0r-2,-119r-44,75v-29,37,-64,55,-107,55v-99,2,-151,-100,-150,-208","w":493},"b":{"d":"474,-296v-4,172,-80,306,-240,306v-43,0,-84,-17,-123,-50r-19,40r-65,0r75,-700r79,0r-27,252v50,-43,94,-64,132,-64v118,-1,191,92,188,216xm233,-56v93,4,151,-96,151,-237v0,-100,-36,-150,-107,-150v-61,0,-104,24,-131,72r-28,263v17,29,69,50,115,52","w":515},"c":{"d":"119,-209v-2,85,50,152,130,152v48,0,95,-18,140,-55r33,52v-54,48,-114,72,-181,72v-133,0,-205,-86,-204,-221v1,-174,100,-298,261,-298v59,0,109,18,152,53r-49,66v-43,-33,-60,-51,-121,-51v-105,0,-158,113,-161,230","w":479},"d":{"d":"25,-206v0,-157,96,-306,245,-306v47,0,84,19,112,58r26,-243r78,0r-74,697r-66,0r-8,-42v-58,37,-106,55,-145,55v-108,1,-168,-102,-168,-219xm115,-217v0,86,33,156,112,156v41,0,80,-15,118,-45r29,-274v-31,-46,-45,-62,-115,-63v-96,-3,-144,120,-144,226","w":511},"e":{"d":"121,-285v65,0,265,-7,257,-93v-5,-54,-35,-61,-95,-63v-88,-3,-149,77,-162,156xm297,-507v92,0,157,48,157,138v0,59,-67,111,-122,122v-94,18,-138,28,-217,20v-11,95,37,172,134,171v38,0,84,-21,139,-64r33,56v-60,51,-122,76,-187,76v-128,0,-195,-65,-203,-196v-11,-173,99,-323,266,-323","w":484},"f":{"d":"365,-651v-50,-34,-102,-47,-141,0v-28,35,-33,98,-39,156r139,0r-7,65r-139,0r-67,602r-76,0r67,-602r-78,0r7,-65r78,0v3,-131,52,-254,180,-251v73,2,61,6,120,44","w":324},"g":{"d":"307,-505r175,5r-46,438v-11,103,-28,176,-52,217v-36,63,-98,94,-186,94v-77,0,-139,-31,-186,-94r48,-56v52,88,209,119,258,13v17,-37,30,-148,40,-211v-36,73,-78,109,-125,109v-115,2,-190,-87,-187,-205v5,-169,100,-315,261,-310xm132,-208v0,78,37,149,108,148v44,8,123,-89,126,-128v2,-18,12,-101,30,-246v-30,-5,-60,-8,-89,-8v-111,-1,-175,114,-175,234","w":511},"h":{"d":"302,-511v89,0,156,75,146,173r-36,338r-78,0r36,-346v4,-103,-107,-121,-177,-61v-31,26,-50,46,-52,67r-36,340r-79,0r74,-696r79,0r-27,257v54,-43,76,-72,150,-72","w":512},"i":{"d":"182,-618v-34,32,-92,10,-87,-39v4,-42,63,-73,95,-38v20,23,11,59,-8,77xm33,0r53,-495r81,0r-53,495r-81,0","w":233},"j":{"d":"208,-620v-34,31,-93,10,-88,-38v4,-43,65,-73,96,-38v21,22,12,58,-8,76xm56,21v-3,83,-47,102,-110,122r24,75v80,-29,151,-70,160,-153r59,-560r-79,0","w":233},"k":{"d":"357,25r-193,-251r-37,34r-21,192r-79,0r74,-697r79,0r-44,421r244,-245r63,46r-220,203r208,254","w":476},"l":{"d":"119,0r-78,0r74,-698r78,0","w":234},"m":{"d":"309,-507v57,1,99,43,113,91v63,-64,119,-96,168,-96v80,0,142,80,133,161r-37,351r-79,0r37,-346v15,-102,-83,-120,-151,-65v-34,28,-57,55,-60,89r-34,322r-78,0r37,-351v14,-100,-97,-113,-159,-53v-28,27,-46,49,-49,73r-35,331r-79,0r52,-495r79,0r-7,70v57,-55,106,-82,149,-82","w":776},"n":{"d":"313,-511v87,0,155,77,145,173r-36,338r-78,0r36,-346v3,-99,-99,-121,-171,-65v-34,27,-56,52,-59,83r-35,328r-79,0r52,-495r79,0r-6,56v55,-43,77,-72,152,-72","w":512},"o":{"d":"509,-291v0,163,-108,302,-262,302v-136,0,-210,-86,-210,-224v0,-171,109,-299,267,-299v122,0,205,93,205,221xm423,-286v0,-89,-39,-158,-121,-159v-113,-2,-179,112,-179,232v0,91,42,159,127,159v110,0,173,-113,173,-232","w":546},"p":{"d":"494,-315v0,176,-90,331,-254,328v-42,0,-79,-19,-110,-57r-26,241r-79,0r74,-692r79,0r-5,47v49,-43,90,-64,124,-64v131,0,197,66,197,197xm252,-54v97,0,153,-128,153,-242v0,-134,-96,-183,-191,-126v-25,16,-41,35,-50,58r-28,263v37,31,76,47,116,47","w":517},"q":{"d":"291,-512v39,0,92,32,109,57r4,-40r80,0r-74,692r-80,0r27,-251v-67,45,-117,67,-150,67v-107,-1,-163,-107,-162,-224v2,-168,87,-301,246,-301xm131,-220v0,81,41,159,116,159v35,0,74,-15,116,-45r27,-259v-8,-44,-52,-81,-103,-81v-101,0,-156,116,-156,226","w":511},"r":{"d":"315,-410v-75,-25,-78,-13,-129,42v-28,30,-39,55,-40,69r-31,299r-79,0r53,-495r79,0r-12,100v55,-74,100,-111,137,-111v11,0,29,5,54,16","w":342},"s":{"d":"319,-28v-79,60,-231,53,-293,-16r47,-61v43,49,144,73,200,20v51,-49,43,-111,-38,-132v-29,-7,-69,-16,-116,-38v-84,-39,-47,-179,17,-222v78,-53,175,-45,256,9r-33,63v-43,-30,-82,-45,-116,-45v-58,0,-90,24,-95,73v-3,25,8,45,35,54r139,47v106,45,71,192,-3,248","w":437},"t":{"d":"182,8v-71,-1,-107,-71,-98,-153r30,-285r-79,0r7,-66r79,0r11,-101r79,0r-11,101r149,0r-7,67r-149,-1r-31,297v-5,45,12,67,50,67v21,0,48,-15,83,-45r33,54v-42,43,-91,65,-146,65","w":351},"u":{"d":"184,18v-86,-1,-139,-81,-129,-178r35,-335r79,0r-36,354v-3,109,109,104,173,51v32,-26,51,-50,54,-74r35,-331r78,0r-52,495r-71,0r-6,-52v-54,47,-107,70,-160,70","w":511},"v":{"d":"234,12r-54,0r-133,-491r81,-22r95,386r170,-386r74,22","w":464},"w":{"d":"534,9r-61,0r-91,-370r-171,370r-63,0r-96,-488r79,-20r69,395r164,-388r70,0r87,387r147,-394r71,20","w":735},"x":{"d":"383,26r-141,-216r-184,214r-62,-45r205,-225r-139,-218r78,-44r120,198r167,-197r58,35r-192,221r162,231","w":492},"y":{"d":"224,84v-40,71,-131,148,-237,94r33,-71v59,29,95,11,136,-45v2,-3,18,-33,49,-88r-140,-452r79,-21r108,370r172,-369r69,17","w":480},"z":{"d":"27,0r7,-66r260,-303v15,-17,34,-38,57,-61r-269,0r7,-64r362,0r-7,70r-252,299r-51,55r279,0r-7,70r-386,0","w":482},"{":{"d":"187,-323v43,35,81,106,73,184v-5,53,-37,184,-28,236v8,45,89,30,114,8r12,75v-131,47,-228,-4,-212,-144r24,-208v7,-58,-24,-118,-58,-147r5,-40v69,-62,92,-91,92,-208v0,-192,84,-306,257,-256r-22,75v-49,-19,-92,-19,-118,8v-30,31,-33,172,-38,246v-3,48,-38,97,-98,146"},"|":{"d":"37,220r96,-906r88,0r-96,906r-88,0","w":229},"}":{"d":"306,-589v9,-79,36,-177,-57,-172v-11,0,-30,4,-58,13r-8,-75v128,-34,216,9,216,146v0,86,-49,195,-9,260v7,13,21,32,44,58r-3,40v-72,58,-90,105,-94,213v-6,159,-25,293,-168,303v-21,1,-51,-5,-90,-17r28,-75v38,32,126,33,124,-41v8,-40,10,-157,14,-203v6,-71,62,-151,111,-184r3,-25v-49,-49,-71,-98,-66,-146v1,-9,7,-40,13,-95"},"~":{"d":"288,-449v18,2,37,-24,52,-37r11,70v-27,25,-53,37,-78,37v-28,6,-82,-55,-106,-55v-19,0,-43,18,-71,53r-11,-72v27,-29,58,-44,91,-44v31,-7,77,43,112,48","w":395},"\u00a0":{"w":273}}});
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(d($){k 1x=(1k.1y.2o&&w(1k.1y.1S,10)<7&&w(1k.1y.1S,10)>4);e(1x){2p{2q.2r("2s",A,C)}2t(2u){}};$.f=d(1T,1U){k 1V=2v.1W.2w.2x(1X,2);K d(){k 1Y=[9].2y(1V,$.2z(1X));K 1U.2A(1T,1Y)}};k 1z=d(){};$.1Z(1z.1W,{21:d(19,b){k 22={1A:\'\',1a:\'\',n:2B,v:2C,y:20,1b:C,23:C,24:2D,L:2E,1B:0.7,25:2F,1c:\'J\',D:\'26\',1C:\'M\'};9.c={};9.B=[];9.T=[];9.U=[];9.g=0;9.1l=0;9.1d=0;9.o=[];9.N=[];9.D=0;9.b=$.1Z({},22,b);9.V=19;k h=9.b;k s=9;$(\'B\',19).1m(d(i){k E=$(9);s.B[i]=E.F(\'2G\');s.T[i]=E.F(\'27\')?E.F(\'27\'):(E.F(\'p\')?E.F(\'p\'):\'\');s.U[i]=E.28().2H(\'a\')?E.28().F(\'W\'):A;e(s.b.1a){s.N[i]=$(\'<a W="#" X="Y-1a" 29="\'+i+\'"><Z>\'+(i+1)+\'</Z></a>\');$(s.b.1a).1e(s.N[i]);e(i==0){s.N[i].2a(\'1D\')}s.N[i].1E(d(11){s.1f($(9).F(\'29\'));11.1F()})};E.2I()});$(9.V).l({\'O-1n\':\'1o(\'+9.B[0]+\')\',\'O-12\':\'P Q\',\'12\':\'2J\',\'2K\':\'2L\',\'n\':h.n,\'v\':h.v});9.c.p=$("<1p X=\'Y-p\'>"+9.T[0]+"</1p>");9.c.p.l({\'O-2b\':\'#2M\',\'2b\':\'#2N\',\'12\':\'1G\',\'2O\':\'2P 2Q\',\'z-2c\':5});e(h.1c==\'J\'){9.c.p.l({\'J\':0,\'Q\':0,\'n\':h.n-20})}q e(h.1c==\'P\'){9.c.p.l({\'P\':0,\'Q\':0,\'n\':h.n-20})}q e(h.1c==\'1H\'){9.c.p.l({\'P\':0,\'1H\':0,\'n\':w(h.n*30/2d),\'v\':h.v})}q e(h.1c==\'Q\'){9.c.p.l({\'P\':0,\'Q\':0,\'n\':w(h.n*30/2d),\'v\':h.v})};$(9.V).1e(9.c.p);e(9.T[9.g]){$(9.c.p).l({\'G\':h.1B})}q{$(9.c.p).l({\'G\':0})};k 1q=w(h.n/h.y);k 1I=h.n-1q*h.y;k 1r=0;9.c.m=[];13(i=0;i<h.y;i++){e(1I>0){1s=1q+1;1I--}q{1s=1q}k 1J=$("<1p X=\'Y-m\'></1p>").2R(0);$(1J).l({\'O-12\':-1r+\'1K P\',\'n\':1s+"1K",\'v\':h.v+"1K",\'12\':\'1G\',\'Q\':1r});9.c.m.2S(1J);1r+=1s;9.o[i]=i};$(9.V).1e(9.c.m);9.c.H=$("<a X=\'Y-H\'></a>");9.c.H.l({\'2T-2U\':\'1L\',\'12\':\'1G\',\'P\':0,\'Q\':0,\'2V\':0,\'z-2c\':8,\'n\':h.n,\'v\':h.v});$(9.V).1e(9.c.H);e(9.U[9.g]){9.c.H.F(\'W\',9.U[9.g])}q{9.c.H.l({\'1M\':\'1L\'})};e(h.1A){k 14=$(\'<a W="#" X="Y-14"><Z>2W</Z></a>\');k 15=$(\'<a W="#" X="Y-15"><Z>2X</Z></a>\');14.1E(d(11){s.1f("14");11.1F()});15.1E(d(11){s.1f("15");11.1F()});$(h.1A).1e(14,15)};$.1m(9.c.m,d(i,m){$(m).f(\'2e\',$.f(s,d(){9.1g(C)}));$(m).f(\'2f\',$.f(s,d(){9.1g(A)}))});$(9.c.p).f(\'2e\',$.f(9,d(){9.1g(C)}));$(9.c.p).f(\'2f\',$.f(9,d(){9.1g(A)}));e(h.1b){9.1N()}K 9},1N:d(){1O(9.1l);9.1l=2g($.f(9,d(){9.1f()}),9.b.24+((9.b.L/6)*9.b.y)+9.b.L)},1g:d(2h){9.1h=2h},1f:d(R){e(9.1h==C||R==9.g){K A};9.1h=C;9.2i=2g($.f(9,d(){9.y(9.o[9.1d])}),9.b.L/6);$(9.V).l({\'O-1n\':\'1o(\'+9.B[9.g]+\')\'});1P(R){t"15":9.g=(9.g+1>=9.B.I)?0:9.g+1;r;t"14":9.g=(9.g-1<0)?9.B.I-1:9.g-1;r;t"2Y":9.g=0;r;t"2Z":9.g=9.B.I-1;r;31:e(!32(33(R))&&34(R)){9.g=w(R)}q{9.g=(9.g+1>=9.B.I)?0:9.g+1};r};e(R!==35){e(9.b.23){1O(9.1l)}q{9.1N()}}e(9.T[9.g]!=\'\'){$(9.c.p).36(9.T[9.g]);G=9.b.1B}q{G=0};$(9.c.p).1Q({\'G\':G},9.b.25);e(9.U[9.g]){9.c.H.F(\'W\',9.U[9.g]);9.c.H.l({\'1M\':\'37\'})}q{9.c.H.l({\'1M\':\'1L\'})};e(9.b.1a){$.1m(9.N,d(i,19){$(19).38(\'1D\')});$(9.N[9.g]).2a(\'1D\')}9.1d=0;1P(9.b.1C){t\'1i\':$.f(9,9.u.1i)();r;t\'16\':$.f(9,9.u.16)();r;t\'1t\':$.f(9,9.u.1t)();r;t\'1j\':$.f(9,9.u.1j)();r;t\'1u\':$.f(9,9.u.1u)();r;t\'M\':$.f(9,9.u.M)();r};e((9.b.D==\'1H\'&&9.o[0]==1)){9.o.2j();9.D=1}q e(9.b.D==\'M\'){9.o=9.2k(9.o)}q e(9.b.D==\'26\'){e(!9.D){9.o.2j();9.D=1}q{9.D=0}}q{9.D=0}},2k:d(S){13(k j,x,i=S.I;i;j=w(2l.M()*i),x=S[--i],S[i]=S[j],S[j]=x);K S},u:{1u:d(){k 17=1;k 1v=9.o.I;k 1w=w(9.b.y/2);13(i=0;i<1v;i++){$(9.c.m[i]).l(\'J\',\'1b\');9.o[i]=1w-(w((i+1)/2)*17);17*=-1};9.o[9.b.y-1]=0},1j:d(){},16:d(){13(i=0;i<9.o.I;i++){$(9.c.m[i]).l(\'J\',\'1b\');9.o[i]=i}},1t:d(){13(i=0;i<9.o.I;i++){e(i%2==0){$(9.c.m[i]).l(\'J\',0)}q{$(9.c.m[i]).l(\'J\',\'1b\')}}},1i:d(){k 17=1;k 1v=9.o.I;k 1w=w(9.b.y/2);13(i=0;i<1v;i++){$(9.c.m[i]).l(\'J\',0);9.o[i]=1w-(w((i+1)/2)*17);17*=-1};9.o[9.b.y-1]=0},M:d(){k i=w(2l.M()*4);1P(i){t 0:$.f(9,9.u.1i)();9.b.18=A;r;t 1:$.f(9,9.u.16)();9.b.18=A;r;t 2:$.f(9,9.u.1i)();$.f(9,9.u.16)();$.f(9,9.u.1t)();9.b.18=A;r;t 3:$.f(9,9.u.16)();$.f(9,9.u.1j)();9.b.18=C;r;t 4:$.f(9,9.u.1u)();9.b.18=A;r}}},y:d(2m){e(9.1d==9.b.y){1O(9.2i);39($.f(9,d(){9.1h=A}),9.b.L);K A};9.1h=C;k m=$(9.c.m[2m]);e(!1x){m.l({\'G\':0})};e(9.b.1C==\'1j\'||9.b.18==C){2n=m.n();m.l({\'n\':0,\'O-1n\':\'1o(\'+9.B[9.g]+\')\'});m.1Q({\'n\':2n,\'G\':1},9.b.L)}q{m.l({\'v\':0,\'O-1n\':\'1o(\'+9.B[9.g]+\')\'});m.1Q({\'v\':9.b.v,\'G\':1},9.b.L)}9.1d++}});$.3a.3b=d(b){9.1m(d(){e(!9.1R){9.1R=3c 1z().21(9,b)};K 9.1R})}})(1k);',62,199,'|||||||||this||options|dom|function|if|bind|imgInc|params|||var|css|strip|width|order|title|else|break|self|case|effects|height|parseInt||strips||false|img|true|direction|item|attr|opacity|link|length|bottom|return|stripSpeed|random|controls|background|top|left|dir|arr|titles|links|element|href|class|sexyslider|span||event|position|for|prev|next|wave|odd|usewidth|el|control|auto|titlePosition|inc|append|transition|setpause|pause|fountain|curtain|jQuery|imgInterval|each|image|url|div|sWidth|sLeft|tsWidth|zipper|cascade|total|mitad|ie6|browser|SSPrototype|navigation|titleOpacity|effect|active|click|preventDefault|absolute|right|sobrante|eachStrip|px|none|display|slideshow|clearInterval|switch|animate|SSObject|version|object|method|args|prototype|arguments|args2|extend||init|defaults|autopause|delay|titleSpeed|alternate|alt|parent|rel|addClass|color|index|100|mouseover|mouseout|setInterval|val|stripInterval|reverse|shuffle|Math|itemId|currWidth|msie|try|document|execCommand|BackgroundImageCache|catch|err|Array|slice|call|concat|makeArray|apply|500|332|3000|400|1000|src|is|hide|relative|overflow|hidden|000000|FFFFFF|padding|5px|10px|get|push|text|decoration|border|Prev|Next|first|last||default|isNaN|parseFloat|isFinite|undefined|html|block|removeClass|setTimeout|fn|SexySlider|new'.split('|'),0,{}));
(function(c){function p(e,b,a){var d=this,l=e.add(this),h=e.find(a.tabs),i=b.jquery?b:e.children(b),j;h.length||(h=e.children());i.length||(i=e.parent().find(b));i.length||(i=c(b));c.extend(this,{click:function(f,g){var k=h.eq(f);if(typeof f=="string"&&f.replace("#","")){k=h.filter("[href*="+f.replace("#","")+"]");f=Math.max(h.index(k),0)}if(a.rotate){var n=h.length-1;if(f<0)return d.click(n,g);if(f>n)return d.click(0,g)}if(!k.length){if(j>=0)return d;f=a.initialIndex;k=h.eq(f)}if(f===j)return d;
g=g||c.Event();g.type="onBeforeClick";l.trigger(g,[f]);if(!g.isDefaultPrevented()){o[a.effect].call(d,f,function(){g.type="onClick";l.trigger(g,[f])});j=f;h.removeClass(a.current);k.addClass(a.current);return d}},getConf:function(){return a},getTabs:function(){return h},getPanes:function(){return i},getCurrentPane:function(){return i.eq(j)},getCurrentTab:function(){return h.eq(j)},getIndex:function(){return j},next:function(){return d.click(j+1)},prev:function(){return d.click(j-1)},destroy:function(){h.unbind(a.event).removeClass(a.current);
i.find("a[href^=#]").unbind("click.T");return d}});c.each("onBeforeClick,onClick".split(","),function(f,g){c.isFunction(a[g])&&c(d).bind(g,a[g]);d[g]=function(k){c(d).bind(g,k);return d}});if(a.history&&c.fn.history){c.tools.history.init(h);a.event="history"}h.each(function(f){c(this).bind(a.event,function(g){d.click(f,g);return g.preventDefault()})});i.find("a[href^=#]").bind("click.T",function(f){d.click(c(this).attr("href"),f)});if(location.hash)d.click(location.hash);else if(a.initialIndex===
0||a.initialIndex>0)d.click(a.initialIndex)}c.tools=c.tools||{version:"1.2.3"};c.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(e,b){o[e]=b}};var o={"default":function(e,b){this.getPanes().hide().eq(e).show();b.call()},fade:function(e,b){var a=this.getConf(),d=a.fadeOutSpeed,l=this.getPanes();d?l.fadeOut(d):l.hide();l.eq(e).fadeIn(a.fadeInSpeed,b)},slide:function(e,b){this.getPanes().slideUp(200);
this.getPanes().eq(e).slideDown(400,b)},ajax:function(e,b){this.getPanes().eq(0).load(this.getTabs().eq(e).attr("href"),b)}},m;c.tools.tabs.addEffect("horizontal",function(e,b){m||(m=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(e).animate({width:m},function(){c(this).show();b.call()})});c.fn.tabs=function(e,b){var a=this.data("tabs");if(a){a.destroy();this.removeData("tabs")}if(c.isFunction(b))b={onBeforeClick:b};b=c.extend({},
c.tools.tabs.conf,b);this.each(function(){a=new p(c(this),e,b);c(this).data("tabs",a)});return b.api?a:this}})(jQuery);


var turnOffYearSpan=false;var weekStartsOnSunday=false;var showWeekNumber=true;var languageCode='en';var calendar_display_time=true;var todayStringFormat='[todayString] [UCFdayString]. [day]. [monthString] [year]';var pathToImages='images/jscalendar/';var speedOfSelectBoxSliding=200;var intervalSelectBox_minutes=5;var calendar_offsetTop=0;var calendar_offsetLeft=0;var calendarDiv=false;var MSIE=false;var Opera=false;if(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf('Opera')<0)MSIE=true;if(navigator.userAgent.indexOf('Opera')>=0)Opera=true;switch(languageCode){case"en":var monthArray=['January','February','March','April','May','June','July','August','September','October','November','December'];var monthArrayShort=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];var dayArray=['Mon','Tue','Wed','Thu','Fri','Sat','Sun'];var weekString='Week';var todayString='';break;}
if(weekStartsOnSunday){var tempDayName=dayArray[6];for(var theIx=6;theIx>0;theIx--){dayArray[theIx]=dayArray[theIx-1];}
dayArray[0]=tempDayName;}
var daysInMonthArray=[31,28,31,30,31,30,31,31,30,31,30,31];var currentMonth;var currentYear;var currentHour;var currentMinute;var calendarContentDiv;var returnDateTo;var returnFormat;var activeSelectBoxMonth;var activeSelectBoxYear;var activeSelectBoxHour;var activeSelectBoxMinute;var iframeObj=false;var iframeObj2=false;function EIS_FIX_EI1(where2fixit)
{if(!iframeObj2)return;iframeObj2.style.display='block';iframeObj2.style.height=document.getElementById(where2fixit).offsetHeight+1;iframeObj2.style.width=document.getElementById(where2fixit).offsetWidth;iframeObj2.style.left=getleftPos(document.getElementById(where2fixit))+1-calendar_offsetLeft;iframeObj2.style.top=getTopPos(document.getElementById(where2fixit))-document.getElementById(where2fixit).offsetHeight-calendar_offsetTop;}
function EIS_Hide_Frame()
{if(iframeObj2)iframeObj2.style.display='none';}
var returnDateToYear;var returnDateToMonth;var returnDateToDay;var returnDateToHour;var returnDateToMinute;var inputYear;var inputMonth;var inputDay;var inputHour;var inputMinute;var calendarDisplayTime=false;var selectBoxHighlightColor='#D60808';var selectBoxRolloverBgColor='#429BD0';var selectBoxMovementInProgress=false;var activeSelectBox=false;function cancelCalendarEvent()
{return false;}
function isLeapYear(inputYear)
{if(inputYear%400==0||(inputYear%4==0&&inputYear%100!=0))return true;return false;}
var activeSelectBoxMonth=false;var activeSelectBoxDirection=false;function highlightMonthYear()
{if(activeSelectBoxMonth)activeSelectBoxMonth.className='';activeSelectBox=this;if(this.className=='monthYearActive'){this.className='';}else{this.className='monthYearActive';activeSelectBoxMonth=this;}
if(this.innerHTML.indexOf('-')>=0||this.innerHTML.indexOf('+')>=0){if(this.className=='monthYearActive')
selectBoxMovementInProgress=true;else
selectBoxMovementInProgress=false;if(this.innerHTML.indexOf('-')>=0)activeSelectBoxDirection=-1;else activeSelectBoxDirection=1;}else selectBoxMovementInProgress=false;}
function showMonthDropDown()
{if(document.getElementById('monthDropDown').style.display=='block'){document.getElementById('monthDropDown').style.display='none';EIS_Hide_Frame();}else{document.getElementById('monthDropDown').style.display='block';document.getElementById('yearDropDown').style.display='none';document.getElementById('hourDropDown').style.display='none';document.getElementById('minuteDropDown').style.display='none';if(MSIE)
{EIS_FIX_EI1('monthDropDown')}}}
function showYearDropDown()
{if(document.getElementById('yearDropDown').style.display=='block'){document.getElementById('yearDropDown').style.display='none';EIS_Hide_Frame();}else{document.getElementById('yearDropDown').style.display='block';document.getElementById('monthDropDown').style.display='none';document.getElementById('hourDropDown').style.display='none';document.getElementById('minuteDropDown').style.display='none';if(MSIE)
{EIS_FIX_EI1('yearDropDown')}}}
function showHourDropDown()
{if(document.getElementById('hourDropDown').style.display=='block'){document.getElementById('hourDropDown').style.display='none';EIS_Hide_Frame();}else{document.getElementById('hourDropDown').style.display='block';document.getElementById('monthDropDown').style.display='none';document.getElementById('yearDropDown').style.display='none';document.getElementById('minuteDropDown').style.display='none';if(MSIE)
{EIS_FIX_EI1('hourDropDown')}}}
function showMinuteDropDown()
{if(document.getElementById('minuteDropDown').style.display=='block'){document.getElementById('minuteDropDown').style.display='none';EIS_Hide_Frame();}else{document.getElementById('minuteDropDown').style.display='block';document.getElementById('monthDropDown').style.display='none';document.getElementById('yearDropDown').style.display='none';document.getElementById('hourDropDown').style.display='none';if(MSIE)
{EIS_FIX_EI1('minuteDropDown')}}}
function selectMonth()
{document.getElementById('calendar_month_txt').innerHTML=this.innerHTML
currentMonth=this.id.replace(/[^\d]/g,'');document.getElementById('monthDropDown').style.display='none';EIS_Hide_Frame();for(var no=0;no<monthArray.length;no++){document.getElementById('monthDiv_'+no).style.color='';}
this.style.color=selectBoxHighlightColor;activeSelectBoxMonth=this;writeCalendarContent();}
function selectHour()
{document.getElementById('calendar_hour_txt').innerHTML=this.innerHTML
currentHour=this.innerHTML.replace(/[^\d]/g,'');document.getElementById('hourDropDown').style.display='none';EIS_Hide_Frame();if(activeSelectBoxHour){activeSelectBoxHour.style.color='';}
activeSelectBoxHour=this;this.style.color=selectBoxHighlightColor;}
function selectMinute()
{document.getElementById('calendar_minute_txt').innerHTML=this.innerHTML
currentMinute=this.innerHTML.replace(/[^\d]/g,'');document.getElementById('minuteDropDown').style.display='none';EIS_Hide_Frame();if(activeSelectBoxMinute){activeSelectBoxMinute.style.color='';}
activeSelectBoxMinute=this;this.style.color=selectBoxHighlightColor;}
function selectYear()
{document.getElementById('calendar_year_txt').innerHTML=this.innerHTML
currentYear=this.innerHTML.replace(/[^\d]/g,'');document.getElementById('yearDropDown').style.display='none';EIS_Hide_Frame();if(activeSelectBoxYear){activeSelectBoxYear.style.color='';}
activeSelectBoxYear=this;this.style.color=selectBoxHighlightColor;writeCalendarContent();}
function switchMonth()
{if(this.src.indexOf('left')>=0){currentMonth=currentMonth-1;;if(currentMonth<0){currentMonth=11;currentYear=currentYear-1;}}else{currentMonth=currentMonth+1;;if(currentMonth>11){currentMonth=0;currentYear=currentYear/1+1;}}
writeCalendarContent();}
function createMonthDiv(){var div=document.createElement('DIV');div.className='monthYearPicker';div.id='monthPicker';for(var no=0;no<monthArray.length;no++){var subDiv=document.createElement('DIV');subDiv.innerHTML=monthArray[no];subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=highlightMonthYear;subDiv.onclick=selectMonth;subDiv.id='monthDiv_'+no;subDiv.style.width='56px';subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);if(currentMonth&&currentMonth==no){subDiv.style.color=selectBoxHighlightColor;activeSelectBoxMonth=subDiv;}}
return div;}
function changeSelectBoxYear(e,inputObj)
{if(!inputObj)inputObj=this;var yearItems=inputObj.parentNode.getElementsByTagName('DIV');if(inputObj.innerHTML.indexOf('-')>=0){var startYear=yearItems[1].innerHTML/1-1;if(activeSelectBoxYear){activeSelectBoxYear.style.color='';}}else{var startYear=yearItems[1].innerHTML/1+1;if(activeSelectBoxYear){activeSelectBoxYear.style.color='';}}
for(var no=1;no<yearItems.length-1;no++){yearItems[no].innerHTML=startYear+no-1;yearItems[no].id='yearDiv'+(startYear/1+no/1-1);}
if(activeSelectBoxYear){activeSelectBoxYear.style.color='';if(document.getElementById('yearDiv'+currentYear)){activeSelectBoxYear=document.getElementById('yearDiv'+currentYear);activeSelectBoxYear.style.color=selectBoxHighlightColor;;}}}
function changeSelectBoxHour(e,inputObj)
{if(!inputObj)inputObj=this;var hourItems=inputObj.parentNode.getElementsByTagName('DIV');if(inputObj.innerHTML.indexOf('-')>=0){var startHour=hourItems[1].innerHTML/1-1;if(startHour<0)startHour=0;if(activeSelectBoxHour){activeSelectBoxHour.style.color='';}}else{var startHour=hourItems[1].innerHTML/1+1;if(startHour>14)startHour=14;if(activeSelectBoxHour){activeSelectBoxHour.style.color='';}}
var prefix='';for(var no=1;no<hourItems.length-1;no++){if((startHour/1+no/1)<11)prefix='0';else prefix='';hourItems[no].innerHTML=prefix+(startHour+no-1);hourItems[no].id='hourDiv'+(startHour/1+no/1-1);}
if(activeSelectBoxHour){activeSelectBoxHour.style.color='';if(document.getElementById('hourDiv'+currentHour)){activeSelectBoxHour=document.getElementById('hourDiv'+currentHour);activeSelectBoxHour.style.color=selectBoxHighlightColor;;}}}
function updateYearDiv()
{var yearSpan=5;if(turnOffYearSpan){yearSpan=0;}
var div=document.getElementById('yearDropDown');var yearItems=div.getElementsByTagName('DIV');for(var no=1;no<yearItems.length-1;no++){yearItems[no].innerHTML=currentYear/1-yearSpan+no;if(currentYear==(currentYear/1-yearSpan+no)){yearItems[no].style.color=selectBoxHighlightColor;activeSelectBoxYear=yearItems[no];}else{yearItems[no].style.color='';}}}
function updateMonthDiv()
{for(no=0;no<12;no++){document.getElementById('monthDiv_'+no).style.color='';}
document.getElementById('monthDiv_'+currentMonth).style.color=selectBoxHighlightColor;activeSelectBoxMonth=document.getElementById('monthDiv_'+currentMonth);}
function updateHourDiv()
{var div=document.getElementById('hourDropDown');var hourItems=div.getElementsByTagName('DIV');var addHours=0;if((currentHour/1-6+1)<0){addHours=(currentHour/1-6+1)*-1;}
for(var no=1;no<hourItems.length-1;no++){var prefix='';if((currentHour/1-6+no+addHours)<10)prefix='0';hourItems[no].innerHTML=prefix+(currentHour/1-6+no+addHours);if(currentHour==(currentHour/1-6+no)){hourItems[no].style.color=selectBoxHighlightColor;activeSelectBoxHour=hourItems[no];}else{hourItems[no].style.color='';}}}
function updateMinuteDiv()
{for(no=0;no<60;no+=intervalSelectBox_minutes){var prefix='';if(no<10)prefix='0';document.getElementById('minuteDiv_'+prefix+no).style.color='';}
if(document.getElementById('minuteDiv_'+currentMinute)){document.getElementById('minuteDiv_'+currentMinute).style.color=selectBoxHighlightColor;activeSelectBoxMinute=document.getElementById('minuteDiv_'+currentMinute);}}
function createYearDiv()
{if(!document.getElementById('yearDropDown')){var div=document.createElement('DIV');div.className='monthYearPicker';}else{var div=document.getElementById('yearDropDown');var subDivs=div.getElementsByTagName('DIV');for(var no=0;no<subDivs.length;no++){subDivs[no].parentNode.removeChild(subDivs[no]);}}
var d=new Date();if(currentYear){d.setFullYear(currentYear);}
var startYear=d.getFullYear()/1-5;var yearSpan=10;if(!turnOffYearSpan){var subDiv=document.createElement('DIV');subDiv.innerHTML='&nbsp;&nbsp;- ';subDiv.onclick=changeSelectBoxYear;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=function(){selectBoxMovementInProgress=false;};subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);}else{startYear=d.getFullYear()/1-0;yearSpan=2;}
for(var no=startYear;no<(startYear+yearSpan);no++){var subDiv=document.createElement('DIV');subDiv.innerHTML=no;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=highlightMonthYear;subDiv.onclick=selectYear;subDiv.id='yearDiv'+no;subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);if(currentYear&&currentYear==no){subDiv.style.color=selectBoxHighlightColor;activeSelectBoxYear=subDiv;}}
if(!turnOffYearSpan){var subDiv=document.createElement('DIV');subDiv.innerHTML='&nbsp;&nbsp;+ ';subDiv.onclick=changeSelectBoxYear;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=function(){selectBoxMovementInProgress=false;};subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);}
return div;}
function slideCalendarSelectBox()
{if(selectBoxMovementInProgress){if(activeSelectBox.parentNode.id=='hourDropDown'){changeSelectBoxHour(false,activeSelectBox);}
if(activeSelectBox.parentNode.id=='yearDropDown'){changeSelectBoxYear(false,activeSelectBox);}}
setTimeout('slideCalendarSelectBox()',speedOfSelectBoxSliding);}
function createHourDiv()
{if(!document.getElementById('hourDropDown')){var div=document.createElement('DIV');div.className='monthYearPicker';}else{var div=document.getElementById('hourDropDown');var subDivs=div.getElementsByTagName('DIV');for(var no=0;no<subDivs.length;no++){subDivs[no].parentNode.removeChild(subDivs[no]);}}
if(!currentHour)currentHour=0;var startHour=currentHour/1;if(startHour>14)startHour=14;var subDiv=document.createElement('DIV');subDiv.innerHTML='&nbsp;&nbsp;- ';subDiv.onclick=changeSelectBoxHour;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=function(){selectBoxMovementInProgress=false;};subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);for(var no=startHour;no<startHour+10;no++){var prefix='';if(no/1<10)prefix='0';var subDiv=document.createElement('DIV');subDiv.innerHTML=prefix+no;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=highlightMonthYear;subDiv.onclick=selectHour;subDiv.id='hourDiv'+no;subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);if(currentYear&&currentYear==no){subDiv.style.color=selectBoxHighlightColor;activeSelectBoxYear=subDiv;}}
var subDiv=document.createElement('DIV');subDiv.innerHTML='&nbsp;&nbsp;+ ';subDiv.onclick=changeSelectBoxHour;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=function(){selectBoxMovementInProgress=false;};subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);return div;}
function createMinuteDiv()
{if(!document.getElementById('minuteDropDown')){var div=document.createElement('DIV');div.className='monthYearPicker';}else{var div=document.getElementById('minuteDropDown');var subDivs=div.getElementsByTagName('DIV');for(var no=0;no<subDivs.length;no++){subDivs[no].parentNode.removeChild(subDivs[no]);}}
var startMinute=0;var prefix='';for(var no=startMinute;no<60;no+=intervalSelectBox_minutes){if(no<10)prefix='0';else prefix='';var subDiv=document.createElement('DIV');subDiv.innerHTML=prefix+no;subDiv.onmouseover=highlightMonthYear;subDiv.onmouseout=highlightMonthYear;subDiv.onclick=selectMinute;subDiv.id='minuteDiv_'+prefix+no;subDiv.onselectstart=cancelCalendarEvent;div.appendChild(subDiv);if(currentYear&&currentYear==no){subDiv.style.color=selectBoxHighlightColor;activeSelectBoxYear=subDiv;}}
return div;}
function highlightSelect()
{if(this.className=='selectBoxTime'){this.className='selectBoxTimeOver';this.getElementsByTagName('IMG')[0].src=pathToImages+'down_time_over.gif';}else if(this.className=='selectBoxTimeOver'){this.className='selectBoxTime';this.getElementsByTagName('IMG')[0].src=pathToImages+'down_time.gif';}
if(this.className=='selectBox'){this.className='selectBoxOver';this.getElementsByTagName('IMG')[0].src=pathToImages+'down_over.gif';}else if(this.className=='selectBoxOver'){this.className='selectBox';this.getElementsByTagName('IMG')[0].src=pathToImages+'down.gif';}}
function highlightArrow()
{if(this.src.indexOf('over')>=0){if(this.src.indexOf('left')>=0)this.src=pathToImages+'left.gif';if(this.src.indexOf('right')>=0)this.src=pathToImages+'right.gif';}else{if(this.src.indexOf('left')>=0)this.src=pathToImages+'left_over.gif';if(this.src.indexOf('right')>=0)this.src=pathToImages+'right_over.gif';}}
function highlightClose()
{if(this.src.indexOf('over')>=0){this.src=pathToImages+'close.gif';}else{this.src=pathToImages+'close_over.gif';}}
function closeCalendar(){document.getElementById('yearDropDown').style.display='none';document.getElementById('monthDropDown').style.display='none';document.getElementById('hourDropDown').style.display='none';document.getElementById('minuteDropDown').style.display='none';calendarDiv.style.display='none';if(iframeObj){iframeObj.style.display='none';EIS_Hide_Frame();}
if(activeSelectBoxMonth)activeSelectBoxMonth.className='';if(activeSelectBoxYear)activeSelectBoxYear.className='';}
function writeTopBar()
{var topBar=document.createElement('DIV');topBar.className='topBar';topBar.id='topBar';calendarDiv.appendChild(topBar);var leftDiv=document.createElement('DIV');leftDiv.style.marginRight='1px';var img=document.createElement('IMG');img.src=pathToImages+'left.gif';img.onmouseover=highlightArrow;img.onclick=switchMonth;img.onmouseout=highlightArrow;leftDiv.appendChild(img);topBar.appendChild(leftDiv);if(Opera)leftDiv.style.width='16px';var rightDiv=document.createElement('DIV');rightDiv.style.marginRight='1px';var img=document.createElement('IMG');img.src=pathToImages+'right.gif';img.onclick=switchMonth;img.onmouseover=highlightArrow;img.onmouseout=highlightArrow;rightDiv.appendChild(img);if(Opera)rightDiv.style.width='16px';topBar.appendChild(rightDiv);var monthDiv=document.createElement('DIV');monthDiv.id='monthSelect';monthDiv.onmouseover=highlightSelect;monthDiv.onmouseout=highlightSelect;monthDiv.onclick=showMonthDropDown;var span=document.createElement('SPAN');span.innerHTML=monthArray[currentMonth];span.id='calendar_month_txt';monthDiv.appendChild(span);var img=document.createElement('IMG');img.src=pathToImages+'down.gif';img.style.position='absolute';img.style.right='0px';monthDiv.appendChild(img);monthDiv.className='selectBox';if(Opera){img.style.cssText='float:right;position:relative';img.style.position='relative';img.style.styleFloat='right';}
topBar.appendChild(monthDiv);var monthPicker=createMonthDiv();monthPicker.style.left='37px';monthPicker.style.top=monthDiv.offsetTop+monthDiv.offsetHeight+1+'px';monthPicker.style.width='60px';monthPicker.id='monthDropDown';calendarDiv.appendChild(monthPicker);var yearDiv=document.createElement('DIV');yearDiv.onmouseover=highlightSelect;yearDiv.onmouseout=highlightSelect;yearDiv.onclick=showYearDropDown;var span=document.createElement('SPAN');span.innerHTML=currentYear;span.id='calendar_year_txt';yearDiv.appendChild(span);topBar.appendChild(yearDiv);var img=document.createElement('IMG');img.src=pathToImages+'down.gif';yearDiv.appendChild(img);yearDiv.className='selectBox';if(Opera){yearDiv.style.width='50px';img.style.cssText='float:right';img.style.position='relative';img.style.styleFloat='right';}
var yearPicker=createYearDiv();yearPicker.style.left='113px';yearPicker.style.top=monthDiv.offsetTop+monthDiv.offsetHeight+1+'px';yearPicker.style.width='35px';yearPicker.id='yearDropDown';calendarDiv.appendChild(yearPicker);var img=document.createElement('IMG');img.src=pathToImages+'close.gif';img.style.styleFloat='right';img.onmouseover=highlightClose;img.onmouseout=highlightClose;img.onclick=closeCalendar;topBar.appendChild(img);if(!document.all){img.style.position='absolute';img.style.right='2px';}}
function writeCalendarContent()
{var calendarContentDivExists=true;if(!calendarContentDiv){calendarContentDiv=document.createElement('DIV');calendarDiv.appendChild(calendarContentDiv);calendarContentDivExists=false;}
currentMonth=currentMonth/1;var d=new Date();d.setFullYear(currentYear);d.setDate(1);d.setMonth(currentMonth);var dayStartOfMonth=d.getDay();if(!weekStartsOnSunday){if(dayStartOfMonth==0)dayStartOfMonth=7;dayStartOfMonth--;}
document.getElementById('calendar_year_txt').innerHTML=currentYear;document.getElementById('calendar_month_txt').innerHTML=monthArray[currentMonth];document.getElementById('calendar_hour_txt').innerHTML=currentHour;document.getElementById('calendar_minute_txt').innerHTML=currentMinute;var existingTable=calendarContentDiv.getElementsByTagName('TABLE');if(existingTable.length>0){calendarContentDiv.removeChild(existingTable[0]);}
var calTable=document.createElement('TABLE');calTable.width='100%';calTable.cellSpacing='0';calendarContentDiv.appendChild(calTable);var calTBody=document.createElement('TBODY');calTable.appendChild(calTBody);var row=calTBody.insertRow(-1);row.className='calendar_week_row';if(showWeekNumber){var cell=row.insertCell(-1);cell.innerHTML=weekString;cell.className='calendar_week_column';cell.style.backgroundColor=selectBoxRolloverBgColor;}
for(var no=0;no<dayArray.length;no++){var cell=row.insertCell(-1);cell.innerHTML=dayArray[no];}
var row=calTBody.insertRow(-1);if(showWeekNumber){var cell=row.insertCell(-1);cell.className='calendar_week_column';cell.style.backgroundColor=selectBoxRolloverBgColor;var week=getWeek(currentYear,currentMonth,1);cell.innerHTML=week;}
for(var no=0;no<dayStartOfMonth;no++){var cell=row.insertCell(-1);cell.innerHTML='&nbsp;';}
var colCounter=dayStartOfMonth;var daysInMonth=daysInMonthArray[currentMonth];if(daysInMonth==28){if(isLeapYear(currentYear))daysInMonth=29;}
for(var no=1;no<=daysInMonth;no++){d.setDate(no-1);if(colCounter>0&&colCounter%7==0){var row=calTBody.insertRow(-1);if(showWeekNumber){var cell=row.insertCell(-1);cell.className='calendar_week_column';var week=getWeek(currentYear,currentMonth,no);cell.innerHTML=week;cell.style.backgroundColor=selectBoxRolloverBgColor;}}
var cell=row.insertCell(-1);if(currentYear==inputYear&&currentMonth==inputMonth&&no==inputDay){cell.className='activeDay';}
cell.innerHTML=no;cell.onclick=pickDate;colCounter++;}
if(!document.all){if(calendarContentDiv.offsetHeight)
document.getElementById('topBar').style.top=calendarContentDiv.offsetHeight+document.getElementById('timeBar').offsetHeight+document.getElementById('topBar').offsetHeight-1+'px';else{document.getElementById('topBar').style.top='';document.getElementById('topBar').style.bottom='0px';}}
if(iframeObj){if(!calendarContentDivExists)setTimeout('resizeIframe()',350);else setTimeout('resizeIframe()',10);}}
function resizeIframe()
{iframeObj.style.width=calendarDiv.offsetWidth+'px';iframeObj.style.height=calendarDiv.offsetHeight+'px';}
function pickTodaysDate()
{var d=new Date();currentMonth=d.getMonth();currentYear=d.getFullYear();pickDate(false,d.getDate());}
function pickDate(e,inputDay)
{var month=currentMonth/1+1;if(month<10)month='0'+month;var day;if(!inputDay&&this)day=this.innerHTML;else day=inputDay;if(day/1<10)day='0'+day;if(returnFormat){returnFormat=returnFormat.replace('dd',day);returnFormat=returnFormat.replace('mm',month);returnFormat=returnFormat.replace('yyyy',currentYear);returnFormat=returnFormat.replace('hh',currentHour);returnFormat=returnFormat.replace('ii',currentMinute);returnFormat=returnFormat.replace('d',day/1);returnFormat=returnFormat.replace('m',month/1);returnDateTo.value=returnFormat;try{returnDateTo.onchange();}catch(e){}}else{for(var no=0;no<returnDateToYear.options.length;no++){if(returnDateToYear.options[no].value==currentYear){returnDateToYear.selectedIndex=no;break;}}
for(var no=0;no<returnDateToMonth.options.length;no++){if(returnDateToMonth.options[no].value==parseInt(month)){returnDateToMonth.selectedIndex=no;break;}}
for(var no=0;no<returnDateToDay.options.length;no++){if(returnDateToDay.options[no].value==parseInt(day)){returnDateToDay.selectedIndex=no;break;}}
if(calendarDisplayTime){for(var no=0;no<returnDateToHour.options.length;no++){if(returnDateToHour.options[no].value==parseInt(currentHour)){returnDateToHour.selectedIndex=no;break;}}
for(var no=0;no<returnDateToMinute.options.length;no++){if(returnDateToMinute.options[no].value==parseInt(currentMinute)){returnDateToMinute.selectedIndex=no;break;}}}}
closeCalendar();}
function getWeek(year,month,day){if(!weekStartsOnSunday){day=(day/1);}else{day=(day/1)+1;}
year=year/1;month=month/1+1;var a=Math.floor((14-(month))/12);var y=year+4800-a;var m=(month)+(12*a)-3;var jd=day+Math.floor(((153*m)+2)/5)+
(365*y)+Math.floor(y/4)-Math.floor(y/100)+
Math.floor(y/400)-32045;var d4=(jd+31741-(jd%7))%146097%36524%1461;var L=Math.floor(d4/1460);var d1=((d4-L)%365)+L;NumberOfWeek=Math.floor(d1/7)+1;return NumberOfWeek;}
function writeTimeBar()
{var timeBar=document.createElement('DIV');timeBar.id='timeBar';timeBar.className='timeBar';var subDiv=document.createElement('DIV');subDiv.innerHTML='Time:';var hourDiv=document.createElement('DIV');hourDiv.onmouseover=highlightSelect;hourDiv.onmouseout=highlightSelect;hourDiv.onclick=showHourDropDown;hourDiv.style.width='30px';var span=document.createElement('SPAN');span.innerHTML=currentHour;span.id='calendar_hour_txt';hourDiv.appendChild(span);timeBar.appendChild(hourDiv);var img=document.createElement('IMG');img.src=pathToImages+'down_time.gif';hourDiv.appendChild(img);hourDiv.className='selectBoxTime';if(Opera){hourDiv.style.width='30px';img.style.cssText='float:right';img.style.position='relative';img.style.styleFloat='right';}
var hourPicker=createHourDiv();hourPicker.style.left='130px';hourPicker.style.width='35px';hourPicker.id='hourDropDown';calendarDiv.appendChild(hourPicker);var minuteDiv=document.createElement('DIV');minuteDiv.onmouseover=highlightSelect;minuteDiv.onmouseout=highlightSelect;minuteDiv.onclick=showMinuteDropDown;minuteDiv.style.width='30px';var span=document.createElement('SPAN');span.innerHTML=currentMinute;span.id='calendar_minute_txt';minuteDiv.appendChild(span);timeBar.appendChild(minuteDiv);var img=document.createElement('IMG');img.src=pathToImages+'down_time.gif';minuteDiv.appendChild(img);minuteDiv.className='selectBoxTime';if(Opera){minuteDiv.style.width='30px';img.style.cssText='float:right';img.style.position='relative';img.style.styleFloat='right';}
var minutePicker=createMinuteDiv();minutePicker.style.left='167px';minutePicker.style.width='35px';minutePicker.id='minuteDropDown';calendarDiv.appendChild(minutePicker);return timeBar;}
function writeBottomBar()
{var d=new Date();var bottomBar=document.createElement('DIV');bottomBar.id='bottomBar';bottomBar.style.cursor='pointer';bottomBar.className='todaysDate';var subDiv=document.createElement('DIV');subDiv.onclick=pickTodaysDate;subDiv.id='todaysDateString';subDiv.style.width=(calendarDiv.offsetWidth-95)+'px';var day=d.getDay();if(!weekStartsOnSunday){if(day==0)day=7;day--;}
var bottomString=todayStringFormat;bottomString=bottomString.replace('[monthString]',monthArrayShort[d.getMonth()]);bottomString=bottomString.replace('[day]',d.getDate());bottomString=bottomString.replace('[year]',d.getFullYear());bottomString=bottomString.replace('[dayString]',dayArray[day].toLowerCase());bottomString=bottomString.replace('[UCFdayString]',dayArray[day]);bottomString=bottomString.replace('[todayString]',todayString);subDiv.innerHTML=todayString+': '+d.getDate()+'. '+monthArrayShort[d.getMonth()]+', '+d.getFullYear();subDiv.innerHTML=bottomString;bottomBar.appendChild(subDiv);var timeDiv=writeTimeBar();bottomBar.appendChild(timeDiv);calendarDiv.appendChild(bottomBar);}
function getTopPos(inputObj)
{var returnValue=inputObj.offsetTop+inputObj.offsetHeight;while((inputObj=inputObj.offsetParent)!=null)returnValue+=inputObj.offsetTop;return returnValue+calendar_offsetTop;}
function getleftPos(inputObj)
{var returnValue=inputObj.offsetLeft;while((inputObj=inputObj.offsetParent)!=null)returnValue+=inputObj.offsetLeft;return returnValue+calendar_offsetLeft;}
function positionCalendar(inputObj)
{calendarDiv.style.left=getleftPos(inputObj)+'px';calendarDiv.style.top=getTopPos(inputObj)+'px';if(iframeObj){iframeObj.style.left=calendarDiv.style.left;iframeObj.style.top=calendarDiv.style.top;iframeObj2.style.left=calendarDiv.style.left;iframeObj2.style.top=calendarDiv.style.top;}}
function initCalendar()
{if(MSIE){iframeObj=document.createElement('IFRAME');iframeObj.style.filter='alpha(opacity=0)';iframeObj.style.position='absolute';iframeObj.border='0px';iframeObj.style.border='0px';iframeObj.style.backgroundColor='#FF0000';iframeObj2=document.createElement('IFRAME');iframeObj2.style.position='absolute';iframeObj2.border='0px';iframeObj2.style.border='0px';iframeObj2.style.height='1px';iframeObj2.style.width='1px';iframeObj2.src='blank.html';iframeObj.src='blank.html';document.body.appendChild(iframeObj2);document.body.appendChild(iframeObj);}
calendarDiv=document.createElement('DIV');calendarDiv.id='calendarDiv';calendarDiv.style.zIndex=1000;slideCalendarSelectBox();document.body.appendChild(calendarDiv);writeBottomBar();writeTopBar();if(!currentYear){var d=new Date();currentMonth=d.getMonth();currentYear=d.getFullYear();}
writeCalendarContent();}
function setTimeProperties()
{if(!calendarDisplayTime){document.getElementById('timeBar').style.display='none';document.getElementById('timeBar').style.visibility='hidden';document.getElementById('todaysDateString').style.width='100%';}else{document.getElementById('timeBar').style.display='block';document.getElementById('timeBar').style.visibility='visible';document.getElementById('hourDropDown').style.top=document.getElementById('calendar_minute_txt').parentNode.offsetHeight+calendarContentDiv.offsetHeight+document.getElementById('topBar').offsetHeight+'px';document.getElementById('minuteDropDown').style.top=document.getElementById('calendar_minute_txt').parentNode.offsetHeight+calendarContentDiv.offsetHeight+document.getElementById('topBar').offsetHeight+'px';document.getElementById('minuteDropDown').style.right='50px';document.getElementById('hourDropDown').style.right='50px';document.getElementById('todaysDateString').style.width='115px';}}
function calendarSortItems(a,b)
{return a/1-b/1;}
function displayCalendar(inputField,format,buttonObj,displayTime,timeInput)
{if(displayTime)calendarDisplayTime=true;else calendarDisplayTime=false;if(inputField.value.length>6){if(!inputField.value.match(/^[0-9]*?$/gi)){var items=inputField.value.split(/[^0-9]/gi);var positionArray=new Array();positionArray['m']=format.indexOf('mm');if(positionArray['m']==-1)positionArray['m']=format.indexOf('m');positionArray['d']=format.indexOf('dd');if(positionArray['d']==-1)positionArray['d']=format.indexOf('d');positionArray['y']=format.indexOf('yyyy');positionArray['h']=format.indexOf('hh');positionArray['i']=format.indexOf('ii');var positionArrayNumeric=Array();positionArrayNumeric[0]=positionArray['m'];positionArrayNumeric[1]=positionArray['d'];positionArrayNumeric[2]=positionArray['y'];positionArrayNumeric[3]=positionArray['h'];positionArrayNumeric[4]=positionArray['i'];positionArrayNumeric=positionArrayNumeric.sort(calendarSortItems);var itemIndex=-1;currentHour='00';currentMinute='00';for(var no=0;no<positionArrayNumeric.length;no++){if(positionArrayNumeric[no]==-1)continue;itemIndex++;if(positionArrayNumeric[no]==positionArray['m']){currentMonth=items[itemIndex]-1;continue;}
if(positionArrayNumeric[no]==positionArray['y']){currentYear=items[itemIndex];continue;}
if(positionArrayNumeric[no]==positionArray['d']){tmpDay=items[itemIndex];continue;}
if(positionArrayNumeric[no]==positionArray['h']){currentHour=items[itemIndex];continue;}
if(positionArrayNumeric[no]==positionArray['i']){currentMinute=items[itemIndex];continue;}}
currentMonth=currentMonth/1;tmpDay=tmpDay/1;}else{var monthPos=format.indexOf('mm');currentMonth=inputField.value.substr(monthPos,2)/1-1;var yearPos=format.indexOf('yyyy');currentYear=inputField.value.substr(yearPos,4);var dayPos=format.indexOf('dd');tmpDay=inputField.value.substr(dayPos,2);var hourPos=format.indexOf('hh');if(hourPos>=0){tmpHour=inputField.value.substr(hourPos,2);currentHour=tmpHour;}else{currentHour='00';}
var minutePos=format.indexOf('ii');if(minutePos>=0){tmpMinute=inputField.value.substr(minutePos,2);currentMinute=tmpMinute;}else{currentMinute='00';}}}else{var d=new Date();currentMonth=d.getMonth();currentYear=d.getFullYear();currentHour='08';currentMinute='00';tmpDay=d.getDate();}
inputYear=currentYear;inputMonth=currentMonth;inputDay=tmpDay/1;if(!calendarDiv){initCalendar();}else{if(calendarDiv.style.display=='block'){closeCalendar();return false;}
writeCalendarContent();}
returnFormat=format;returnDateTo=inputField;positionCalendar(buttonObj);calendarDiv.style.visibility='visible';calendarDiv.style.display='block';if(iframeObj){iframeObj.style.display='';iframeObj.style.height='140px';iframeObj.style.width='195px';iframeObj2.style.display='';iframeObj2.style.height='140px';iframeObj2.style.width='195px';}
setTimeProperties();updateYearDiv();updateMonthDiv();updateMinuteDiv();updateHourDiv();}
function displayCalendarSelectBox(yearInput,monthInput,dayInput,hourInput,minuteInput,buttonObj)
{if(!hourInput)calendarDisplayTime=false;else calendarDisplayTime=true;currentMonth=monthInput.options[monthInput.selectedIndex].value/1-1;currentYear=yearInput.options[yearInput.selectedIndex].value;if(hourInput){currentHour=hourInput.options[hourInput.selectedIndex].value;inputHour=currentHour/1;}
if(minuteInput){currentMinute=minuteInput.options[minuteInput.selectedIndex].value;inputMinute=currentMinute/1;}
inputYear=yearInput.options[yearInput.selectedIndex].value;inputMonth=monthInput.options[monthInput.selectedIndex].value/1-1;inputDay=dayInput.options[dayInput.selectedIndex].value/1;if(!calendarDiv){initCalendar();}else{writeCalendarContent();}
returnDateToYear=yearInput;returnDateToMonth=monthInput;returnDateToDay=dayInput;returnDateToHour=hourInput;returnDateToMinute=minuteInput;returnFormat=false;returnDateTo=false;positionCalendar(buttonObj);calendarDiv.style.visibility='visible';calendarDiv.style.display='block';if(iframeObj){iframeObj.style.display='';iframeObj.style.height=calendarDiv.offsetHeight+'px';iframeObj.style.width=calendarDiv.offsetWidth+'px';iframeObj2.style.display='';iframeObj2.style.height=calendarDiv.offsetHeight+'px';iframeObj2.style.width=calendarDiv.offsetWidth+'px'}
setTimeProperties();updateYearDiv();updateMonthDiv();updateHourDiv();updateMinuteDiv();}

 $(document).ready(function(){$("#slides").SexySlider({width:667,height:258,delay:3000,strips:10,autopause:true,effect:"fountain"}); 
 $('#return').bind("change",function(){  document.forms.ticketing.returndate.disabled = (this.checked) ? false:true;}); 
 $("#departure").bind("click",function(){displayCalendar(document.forms.ticketing.departure,'dd-mm-yyyy',this);}); $("#returndate").bind("click",function(){displayCalendar(document.forms.ticketing.returndate,'dd-mm-yyyy',this);}); }); Cufon.replace("h1");Cufon.replace("h2");Cufon.replace("h3.title");$(function(){$("ul.tabs").tabs("div.panes > div",{effect:"fade"});});Cufon.now();
