(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;(function($){$.extend($.ui,{datepicker:{version:"1.7.2"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}},_connectDatepicker:function(target,inst){var input=$(target);inst.append=$([]);inst.trigger=$([]);if(input.hasClass(this.markerClassName)){return}var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){inst.append=$('<span class="'+this._appendClass+'">'+appendText+"</span>");input[isRTL?"before":"after"](inst.append)}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");inst.trigger=$(this._get(inst,"buttonImageOnly")?$("<img/>").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('<button type="button"></button>').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("<img/>").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](inst.trigger);inst.trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return}divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('<input type="text" id="'+id+'" size="1" style="position: absolute; top: -100px;"/>');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){inst.append.remove();inst.trigger.remove();$target.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;inst.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;inst.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i<this._disabledInputs.length;i++){if(this._disabledInputs[i]==target){return true}}return false},_getInst:function(target){try{return $.data(target,PROP_NAME)}catch(err){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(target,name,value){var inst=this._getInst(target);if(arguments.length==2&&typeof name=="string"){return(name=="defaults"?$.extend({},$.datepicker._defaults):(inst?(name=="all"?$.extend({},inst.settings):this._get(inst,name)):null))}var settings=name||{};if(typeof name=="string"){settings={};settings[name]=value}if(inst){if(this._curInst==inst){this._hideDatepicker(null)}var date=this._getDateDatepicker(target);extendRemove(inst.settings,settings);this._setDateDatepicker(target,date);this._updateDatepicker(inst)}},_changeDatepicker:function(target,name,value){this._optionDatepicker(target,name,value)},_refreshDatepicker:function(target){var inst=this._getInst(target);if(inst){this._updateDatepicker(inst)}},_setDateDatepicker:function(target,date,endDate){var inst=this._getInst(target);if(inst){this._setDate(inst,date,endDate);this._updateDatepicker(inst);this._updateAlternate(inst)}},_getDateDatepicker:function(target){var inst=this._getInst(target);if(inst&&!inst.inline){this._setDateFromField(inst)}return(inst?this._getDate(inst):null)},_doKeyDown:function(event){var inst=$.datepicker._getInst(event.target);var handled=true;var isRTL=inst.dpDiv.is(".ui-datepicker-rtl");inst._keyEvent=true;if($.datepicker._datepickerShowing){switch(event.keyCode){case 9:$.datepicker._hideDatepicker(null,"");break;case 13:var sel=$("td."+$.datepicker._dayOverClass+", td."+$.datepicker._currentClass,inst.dpDiv);if(sel[0]){$.datepicker._selectDay(event.target,inst.selectedMonth,inst.selectedYear,sel[0])}else{$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"))}return false;break;case 27:$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"));break;case 33:$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M");break;case 34:$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M");break;case 35:if(event.ctrlKey||event.metaKey){$.datepicker._clearDate(event.target)}handled=event.ctrlKey||event.metaKey;break;case 36:if(event.ctrlKey||event.metaKey){$.datepicker._gotoToday(event.target)}handled=event.ctrlKey||event.metaKey;break;case 37:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?+1:-1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M")}break;case 38:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,-7,"D")}handled=event.ctrlKey||event.metaKey;break;case 39:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?-1:+1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M")}break;case 40:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,+7,"D")}handled=event.ctrlKey||event.metaKey;break;default:handled=false}}else{if(event.keyCode==36&&event.ctrlKey){$.datepicker._showDatepicker(this)}else{handled=false}}if(handled){event.preventDefault();event.stopPropagation()}},_doKeyPress:function(event){var inst=$.datepicker._getInst(event.target);if($.datepicker._get(inst,"constrainInput")){var chars=$.datepicker._possibleChars($.datepicker._get(inst,"dateFormat"));var chr=String.fromCharCode(event.charCode==undefined?event.keyCode:event.charCode);return event.ctrlKey||(chr<" "||!chars||chars.indexOf(chr)>-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return}var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return!isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return}if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return}var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return}this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return}var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof(inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDate<firstMon){checkDate.setDate(checkDate.getDate()-3);return $.datepicker.iso8601Week(checkDate)}else{if(checkDate>new Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)<firstDay-3){return 1}}}return Math.floor(((checkDate-firstMon)/86400000)/7)+1},parseDate:function(format,value,settings){if(format==null||value==null){throw"Invalid arguments"}value=(typeof value=="object"?value.toString():value+"");if(value==""){return null}var shortYearCutoff=(settings?settings.shortYearCutoff:null)||this._defaults.shortYearCutoff;var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var year=-1;var month=-1;var day=-1;var doy=-1;var literal=false;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var getNumber=function(match){lookAhead(match);var origSize=(match=="@"?14:(match=="y"?4:(match=="o"?3:2)));var size=origSize;var num=0;while(size>0&&iValue<value.length&&value.charAt(iValue)>="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j<names.length;j++){size=Math.max(size,names[j].length)}var name="";var iInit=iValue;while(size>0&&iValue<value.length){name+=value.charAt(iValue++);for(var i=0;i<names.length;i++){if(name==names[i]){return i+1}}size--}throw"Unknown name at position "+iInit};var checkLiteral=function(){if(value.charAt(iValue)!=format.charAt(iFormat)){throw"Unexpected literal at position "+iValue}iValue++};var iValue=0;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{checkLiteral()}}else{switch(format.charAt(iFormat)){case"d":day=getNumber("d");break;case"D":getName("D",dayNamesShort,dayNames);break;case"o":doy=getNumber("o");break;case"m":month=getNumber("m");break;case"M":month=getName("M",monthNamesShort,monthNames);break;case"y":year=getNumber("y");break;case"@":var date=new Date(getNumber("@"));year=date.getFullYear();month=date.getMonth()+1;day=date.getDate();break;case"'":if(lookAhead("'")){checkLiteral()}else{literal=true}break;default:checkLiteral()}}}if(year==-1){year=new Date().getFullYear()}else{if(year<100){year+=new Date().getFullYear()-new Date().getFullYear()%100+(year<=shortYearCutoff?0:-100)}}if(doy>-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var formatNumber=function(match,value,len){var num=""+value;if(lookAhead(match)){while(num.length<len){num="0"+num}}return num};var formatName=function(match,value,shortNames,longNames){return(lookAhead(match)?longNames[value]:shortNames[value])};var output="";var literal=false;if(date){for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{output+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":output+=formatNumber("d",date.getDate(),2);break;case"D":output+=formatName("D",date.getDay(),dayNamesShort,dayNames);break;case"o":var doy=date.getDate();for(var m=date.getMonth()-1;m>=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{chars+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":case"m":case"y":case"@":chars+="0123456789";break;case"D":case"M":return null;case"'":if(lookAhead("'")){chars+="'"}else{literal=true}break;default:chars+=format.charAt(iFormat)}}}return chars},_get:function(inst,name){return inst.settings[name]!==undefined?inst.settings[name]:this._defaults[name]},_setDateFromField:function(inst){var dateFormat=this._get(inst,"dateFormat");var dates=inst.input?inst.input.val():null;inst.endDay=inst.endMonth=inst.endYear=null;var date=defaultDate=this._getDefaultDate(inst);var settings=this._getFormatConfig(inst);try{date=this.parseDate(dateFormat,dates,settings)||defaultDate}catch(event){this.log(event);date=defaultDate}inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();inst.currentDay=(dates?date.getDate():0);inst.currentMonth=(dates?date.getMonth():0);inst.currentYear=(dates?date.getFullYear():0);this._adjustInstDate(inst)},_getDefaultDate:function(inst){var date=this._determineDate(this._get(inst,"defaultDate"),new Date());var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDraw<minDate?minDate:maxDraw);while(this._daylightSavingAdjust(new Date(drawYear,drawMonth,1))>maxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', -"+stepMonths+", 'M');\" title=\""+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>"));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', +"+stepMonths+", 'M');\" title=\""+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>"));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery.datepicker._hideDatepicker();">'+this._get(inst,"closeText")+"</button>":"");var buttonPanel=(showButtonPanel)?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery.datepicker._gotoToday(\'#'+inst.id+"');\">"+currentText+"</button>":"")+(isRTL?"":controls)+"</div>":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row<numMonths[0];row++){var group="";for(var col=0;col<numMonths[1];col++){var selectedDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,inst.selectedDay));var cornerClass=" ui-corner-all";var calender="";if(isMultiMonth){calender+='<div class="ui-datepicker-group ui-datepicker-group-';switch(col){case 0:calender+="first";cornerClass=" ui-corner-"+(isRTL?"right":"left");break;case numMonths[1]-1:calender+="last";cornerClass=" ui-corner-"+(isRTL?"left":"right");break;default:calender+="middle";cornerClass="";break}calender+='">'}calender+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+cornerClass+'">'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="<th"+((dow+firstDay+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+dayNames[day]+'">'+dayNamesMin[day]+"</span></th>"}calender+=thead+"</tr></thead><tbody>";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow<numRows;dRow++){calender+="<tr>";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDate<minDate)||(maxDate&&printDate>maxDate);tbody+='<td class="'+((dow+firstDay+6)%7>=5?" ui-datepicker-week-end":"")+(otherMonth?" ui-datepicker-other-month":"")+((printDate.getTime()==selectedDate.getTime()&&drawMonth==inst.selectedMonth&&inst._keyEvent)||(defaultDate.getTime()==printDate.getTime()&&defaultDate.getTime()==selectedDate.getTime())?" "+this._dayOverClass:"")+(unselectable?" "+this._unselectableClass+" ui-state-disabled":"")+(otherMonth&&!showOtherMonths?"":" "+daySettings[1]+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():"&#xa0;"):(unselectable?'<span class="ui-state-default">'+printDate.getDate()+"</span>":'<a class="ui-state-default'+(printDate.getTime()==today.getTime()?" ui-state-highlight":"")+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+"</a>"))+"</td>";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+"</tr>"}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="</tbody></table>"+(isMultiMonth?"</div>"+((numMonths[0]>0&&col==numMonths[1]-1)?'<div class="ui-datepicker-row-break"></div>':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate<minDate?selectedDate:minDate);var changeMonth=this._get(inst,"changeMonth");var changeYear=this._get(inst,"changeYear");var showMonthAfterYear=this._get(inst,"showMonthAfterYear");var html='<div class="ui-datepicker-title">';var monthHtml="";if(secondary||!changeMonth){monthHtml+='<span class="ui-datepicker-month">'+monthNames[drawMonth]+"</span> "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='<select class="ui-datepicker-month" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'M');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(var month=0;month<12;month++){if((!inMinYear||month>=minDate.getMonth())&&(!inMaxYear||month<=maxDate.getMonth())){monthHtml+='<option value="'+month+'"'+(month==drawMonth?' selected="selected"':"")+">"+monthNamesShort[month]+"</option>"}}monthHtml+="</select>"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?"&#xa0;":"")}if(secondary||!changeYear){html+='<span class="ui-datepicker-year">'+drawYear+"</span>"}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='<select class="ui-datepicker-year" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'Y');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(;year<=endYear;year++){html+='<option value="'+year+'"'+(year==drawYear?' selected="selected"':"")+">"+year+"</option>"}html+="</select>"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?"&#xa0;":"")+monthHtml}html+="</div>";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart<newMinDate?inst.rangeStart:newMinDate);var minDate=newMinDate||this._getMinMaxDate(inst,"min");var maxDate=this._getMinMaxDate(inst,"max");return((!minDate||date>=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}if(options=="option"&&arguments.length==2&&typeof arguments[1]=="string"){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7.2";window.DP_jQuery=$})(jQuery);;;(function(){var _typeface_js={faces:{},loadFace:function(typefaceData){var familyName=typefaceData.familyName.toLowerCase();if(!this.faces[familyName]){this.faces[familyName]={};}
if(!this.faces[familyName][typefaceData.cssFontWeight]){this.faces[familyName][typefaceData.cssFontWeight]={};}
var face=this.faces[familyName][typefaceData.cssFontWeight][typefaceData.cssFontStyle]=typefaceData;face.loaded=true;},log:function(message){if(this.quiet){return;}
message="typeface.js: "+message;if(this.customLogFn){this.customLogFn(message);}else if(window.console&&window.console.log){}},pixelsFromPoints:function(face,style,points,dimension){var pixels=points*parseInt(style.fontSize)*72/(face.resolution*100);if(dimension=='horizontal'&&style.fontStretchPercent){pixels*=style.fontStretchPercent;}
return pixels;},pointsFromPixels:function(face,style,pixels,dimension){var points=pixels*face.resolution/(parseInt(style.fontSize)*72/100);if(dimension=='horizontal'&&style.fontStretchPrecent){points*=style.fontStretchPercent;}
return points;},cssFontWeightMap:{normal:'normal',bold:'bold',400:'normal',700:'bold'},cssFontStretchMap:{'ultra-condensed':0.55,'extra-condensed':0.77,'condensed':0.85,'semi-condensed':0.93,'normal':1,'semi-expanded':1.07,'expanded':1.15,'extra-expanded':1.23,'ultra-expanded':1.45,'default':1},fallbackCharacter:'.',configure:function(args){var configurableOptionNames=['customLogFn','customClassNameRegex','customTypefaceElementsList','quiet','verbose'];for(var i=0;i<configurableOptionNames.length;i++){var optionName=configurableOptionNames[i];if(args[optionName]){if(optionName=='customLogFn'){if(typeof args[optionName]!='function'){throw"customLogFn is not a function";}else{this.customLogFn=args.customLogFn;}}else{this[optionName]=args[optionName];}}}},getTextExtents:function(face,style,text){var extentX=0;var extentY=0;var horizontalAdvance;for(var i=0;i<text.length;i++){var glyph=face.glyphs[text.charAt(i)]?face.glyphs[text.charAt(i)]:face.glyphs[this.fallbackCharacter];var letterSpacingAdjustment=this.pointsFromPixels(face,style,style.letterSpacing);extentX+=Math.max(glyph.ha,glyph.x_max)+letterSpacingAdjustment;horizontalAdvance+=glyph.ha+letterSpacingAdjustment;}
return{x:extentX,y:extentY,ha:horizontalAdvance};},pixelsFromCssAmount:function(cssAmount,defaultValue,element){var matches=undefined;if(cssAmount=='normal'){return defaultValue;}else if(matches=cssAmount.match(/([\-\d+\.]+)px/)){return matches[1];}else{var pixelAmount;var leftInlineStyle=element.style.left;var leftRuntimeStyle=element.runtimeStyle.left;element.runtimeStyle.left=element.currentStyle.left;if(cssAmount.match(/\d(em|%)$/)){element.style.left='1em';}else{element.style.left=cssAmount||0;}
pixelAmount=element.style.pixelLeft;element.style.left=leftInlineStyle;element.runtimeStyle.left=leftRuntimeStyle;return pixelAmount||defaultValue;}},capitalizeText:function(text){return text.replace(/(^|\s)[a-z]/g,function(match){return match.toUpperCase()});},getElementStyle:function(e){if(window.getComputedStyle){return window.getComputedStyle(e,'');}else if(e.currentStyle){return e.currentStyle;}},getRenderedText:function(e){var browserStyle=this.getElementStyle(e.parentNode);var inlineStyleAttribute=e.parentNode.getAttribute('style');if(inlineStyleAttribute&&typeof(inlineStyleAttribute)=='object'){inlineStyleAttribute=inlineStyleAttribute.cssText;}
if(inlineStyleAttribute){var inlineStyleDeclarations=inlineStyleAttribute.split(/\s*\;\s*/);var inlineStyle={};for(var i=0;i<inlineStyleDeclarations.length;i++){var declaration=inlineStyleDeclarations[i];var declarationOperands=declaration.split(/\s*\:\s*/);inlineStyle[declarationOperands[0]]=declarationOperands[1];}}
var style={color:browserStyle.color,fontFamily:browserStyle.fontFamily.split(/\s*,\s*/)[0].replace(/(^"|^'|'$|"$)/g,'').toLowerCase(),fontSize:this.pixelsFromCssAmount(browserStyle.fontSize,12,e.parentNode),fontWeight:this.cssFontWeightMap[browserStyle.fontWeight],fontStyle:browserStyle.fontStyle?browserStyle.fontStyle:'normal',fontStretchPercent:this.cssFontStretchMap[inlineStyle&&inlineStyle['font-stretch']?inlineStyle['font-stretch']:'default'],textDecoration:browserStyle.textDecoration,lineHeight:this.pixelsFromCssAmount(browserStyle.lineHeight,'normal',e.parentNode),letterSpacing:this.pixelsFromCssAmount(browserStyle.letterSpacing,0,e.parentNode),textTransform:browserStyle.textTransform};var face;if(this.faces[style.fontFamily]&&this.faces[style.fontFamily][style.fontWeight]){face=this.faces[style.fontFamily][style.fontWeight][style.fontStyle];}
var text=e.nodeValue;if(e.previousSibling&&e.previousSibling.nodeType==1&&e.previousSibling.tagName!='BR'&&this.getElementStyle(e.previousSibling).display.match(/inline/)){text=text.replace(/^\s+/,' ');}else{text=text.replace(/^\s+/,'');}
if(e.nextSibling&&e.nextSibling.nodeType==1&&e.nextSibling.tagName!='BR'&&this.getElementStyle(e.nextSibling).display.match(/inline/)){text=text.replace(/\s+$/,' ');}else{text=text.replace(/\s+$/,'');}
text=text.replace(/\s+/g,' ');if(style.textTransform&&style.textTransform!='none'){switch(style.textTransform){case'capitalize':text=this.capitalizeText(text);break;case'uppercase':text=text.toUpperCase();break;case'lowercase':text=text.toLowerCase();break;}}
if(!face){var excerptLength=12;var textExcerpt=text.substring(0,excerptLength);if(text.length>excerptLength){textExcerpt+='...';}
var fontDescription=style.fontFamily;if(style.fontWeight!='normal')fontDescription+=' '+style.fontWeight;if(style.fontStyle!='normal')fontDescription+=' '+style.fontStyle;this.log("couldn't find typeface font: "+fontDescription+' for text "'+textExcerpt+'"');return;}
var words=text.split(/\b(?=\w)/);var containerSpan=document.createElement('span');for(var i=0;i<words.length;i++){var word=words[i];var vectorElement=this.renderWord(face,style,word);if(vectorElement)
containerSpan.appendChild(vectorElement);}
return containerSpan;},renderDocument:function(callback){if(!callback)
callback=function(e){e.style.visibility='visible'};var elements=document.getElementsByTagName('*');var elementsLength=elements.length;for(var i=0;i<elements.length;i++){if(elements[i].className.match(/(^|\s)typeface-js(\s|$)/)||elements[i].tagName.match(/^(H1|H2|H3|H4|H5|H6)$/)){this.replaceText(elements[i]);if(typeof callback=='function'){callback(elements[i]);}}}},replaceText:function(e){var childNodes=[];var childNodesLength=e.childNodes.length;for(var i=0;i<childNodesLength;i++){this.replaceText(e.childNodes[i]);}
if(e.nodeType==3&&e.nodeValue.match(/\S/)){var parentNode=e.parentNode;var renderedText=this.getRenderedText(e);if(parentNode.tagName=='A'&&this.vectorBackend=='vml'&&this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';parentNode.style.cursor='pointer';}
if(this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';}
if(renderedText){if(parentNode.replaceChild){parentNode.replaceChild(renderedText,e);}else{parentNode.insertBefore(renderedText,e);parentNode.removeChild(e);}
if(this.vectorBackend=='vml'){renderedText.innerHTML=renderedText.innerHTML;}}}},applyElementVerticalMetrics:function(face,style,e){if(style.lineHeight=='normal'){style.lineHeight=this.pixelsFromPoints(face,style,face.lineHeight);}
var cssLineHeightAdjustment=style.lineHeight-this.pixelsFromPoints(face,style,face.lineHeight);e.style.marginTop=Math.round(cssLineHeightAdjustment/2)+'px';e.style.marginBottom=Math.round(cssLineHeightAdjustment/2)+'px';},vectorBackends:{canvas:{_initializeSurface:function(face,style,text){var extents=this.getTextExtents(face,style,text);var canvas=document.createElement('canvas');canvas.innerHTML=text;canvas.height=Math.round(this.pixelsFromPoints(face,style,face.lineHeight));canvas.width=Math.round(this.pixelsFromPoints(face,style,extents.x,'horizontal'));this.applyElementVerticalMetrics(face,style,canvas);if(extents.x>extents.ha)
canvas.style.marginRight=Math.round(this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal'))+'px';var ctx=canvas.getContext('2d');var pointScale=this.pixelsFromPoints(face,style,1);ctx.scale(pointScale*style.fontStretchPercent,-1*pointScale);ctx.translate(0,-1*face.ascender);ctx.fillStyle=style.color;return{context:ctx,canvas:canvas};},_renderGlyph:function(ctx,face,char,style){var glyph=face.glyphs[char];if(!glyph){return this.renderGlyph(ctx,face,this.fallbackCharacter,style);}
if(glyph.o){var outline;if(glyph.cached_outline){outline=glyph.cached_outline;}else{outline=glyph.o.split(' ');glyph.cached_outline=outline;}
for(var i=0;i<outline.length;){var action=outline[i++];switch(action){case'm':ctx.moveTo(outline[i++],outline[i++]);break;case'l':ctx.lineTo(outline[i++],outline[i++]);break;case'q':var cpx=outline[i++];var cpy=outline[i++];ctx.quadraticCurveTo(outline[i++],outline[i++],cpx,cpy);break;}}}
if(glyph.ha){var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;ctx.translate(glyph.ha+letterSpacingPoints,0);}},_renderWord:function(face,style,text){var surface=this.initializeSurface(face,style,text);var ctx=surface.context;var canvas=surface.canvas;ctx.beginPath();ctx.save();var chars=text.split('');for(var i=0;i<chars.length;i++){this.renderGlyph(ctx,face,chars[i],style);}
ctx.fill();if(style.textDecoration=='underline'){ctx.beginPath();ctx.moveTo(0,face.underlinePosition);ctx.restore();ctx.lineTo(0,face.underlinePosition);ctx.strokeStyle=style.color;ctx.lineWidth=face.underlineThickness;ctx.stroke();}
return ctx.canvas;}},vml:{_initializeSurface:function(face,style,text){var shape=document.createElement('v:shape');var extents=this.getTextExtents(face,style,text);shape.style.width=shape.style.height=style.fontSize+'px';if(extents.x>extents.ha){shape.style.marginRight=this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal')+'px';}
this.applyElementVerticalMetrics(face,style,shape);var resolutionScale=face.resolution*100/72;shape.coordsize=(resolutionScale/style.fontStretchPercent)+","+resolutionScale;shape.coordorigin='0,'+face.ascender;shape.style.flip='y';shape.fillColor=style.color;shape.stroked=false;shape.path='hh m 0,'+face.ascender+' l 0,'+face.descender+' ';return shape;},_renderGlyph:function(shape,face,char,offsetX,style,vmlSegments){var glyph=face.glyphs[char];if(!glyph){this.log("glyph not defined: "+char);this.renderGlyph(shape,face,this.fallbackCharacter,offsetX,style);return;}
vmlSegments.push('m');if(glyph.o){var outline,outlineLength;if(glyph.cached_outline){outline=glyph.cached_outline;outlineLength=outline.length;}else{outline=glyph.o.split(' ');outlineLength=outline.length;for(var i=0;i<outlineLength;){switch(outline[i++]){case'q':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);case'm':case'l':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);break;}}
glyph.cached_outline=outline;}
var prevX,prevY;for(var i=0;i<outlineLength;){var action=outline[i++];var x=outline[i++]+offsetX;var y=outline[i++];switch(action){case'm':vmlSegments.push('xm ',x,',',y);break;case'l':vmlSegments.push('l ',x,',',y);break;case'q':var cpx=outline[i++]+offsetX;var cpy=outline[i++];var cp1x=Math.round(prevX+2.0/3.0*(cpx-prevX));var cp1y=Math.round(prevY+2.0/3.0*(cpy-prevY));var cp2x=Math.round(cp1x+(x-prevX)/3.0);var cp2y=Math.round(cp1y+(y-prevY)/3.0);vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;}
prevX=x;prevY=y;}}
vmlSegments.push('x e');return vmlSegments;},_renderWord:function(face,style,text){var offsetX=0;var shape=this.initializeSurface(face,style,text);var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;letterSpacingPoints=Math.round(letterSpacingPoints);var chars=text.split('');var vmlSegments=[];for(var i=0;i<chars.length;i++){var char=chars[i];vmlSegments=this.renderGlyph(shape,face,char,offsetX,style,vmlSegments);offsetX+=face.glyphs[char].ha+letterSpacingPoints;}
shape.path+=vmlSegments.join('')+'m '+offsetX+' 0 l '+offsetX+' '+face.ascender;return shape;}}},setVectorBackend:function(backend){this.vectorBackend=backend;var backendFunctions=['renderWord','initializeSurface','renderGlyph'];for(var i=0;i<backendFunctions.length;i++){var backendFunction=backendFunctions[i];this[backendFunction]=this.vectorBackends[backend]['_'+backendFunction];}}};var typefaceSelectors=['.typeface-js','h1','h2','h3','h4','h5','h6'];if(document.createStyleSheet){var styleSheet=document.createStyleSheet();for(var i=0;i<typefaceSelectors.length;i++){var selector=typefaceSelectors[i];styleSheet.addRule(selector,'visibility: hidden');}}else if(document.styleSheets&&document.styleSheets.length){var styleSheet=document.styleSheets[0];document.styleSheets[0].insertRule(typefaceSelectors.join(',')+' { visibility: hidden; }',styleSheet.cssRules.length);}
var backend=!!(window.attachEvent&&!window.opera)?'vml':window.CanvasRenderingContext2D||document.createElement('canvas').getContext?'canvas':null;if(backend=='vml'){document.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");var styleSheet=document.createStyleSheet();styleSheet.addRule('v\\:shape',"display: inline-block;");}
_typeface_js.setVectorBackend(backend);window._typeface_js=_typeface_js;function typefaceInit(){if(arguments.callee.done)return;arguments.callee.done=true;if(window._typefaceTimer)clearInterval(_typefaceTimer);_typeface_js.renderDocument(function(e){e.style.visibility='visible'});};if(/WebKit/i.test(navigator.userAgent)){var _typefaceTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){typefaceInit();}},10);}
if(document.addEventListener){window.addEventListener('DOMContentLoaded',function(){typefaceInit()},false);}/*@cc_on @*//*@if (@_win32)

document.write("<script id=__ie_onload_typeface defer src=javascript:void(0)><\/script>");
var script = document.getElementById("__ie_onload_typeface");
script.onreadystatechange = function() {
 if (this.readyState == "complete") {
  typefaceInit(); 
 }
};

/*@end @*/try{}catch(e){};})();;if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":22,"x_max":657,"ha":695,"o":"m 22 349 l 248 349 l 248 275 q 345 163 248 163 q 407 193 386 163 q 428 267 428 224 q 424 298 428 283 q 416 323 421 312 q 400 346 411 333 q 384 365 390 358 q 362 382 377 371 q 340 397 347 393 q 315 412 334 401 q 291 426 296 424 q 106 562 158 503 q 36 771 36 647 q 116 991 36 915 q 341 1067 197 1067 q 576 973 495 1067 q 657 729 657 880 l 425 729 q 409 841 425 815 q 346 878 390 878 q 261 809 271 886 q 275 738 257 766 q 335 682 293 709 q 418 632 366 662 q 504 580 470 603 q 563 535 538 558 q 654 286 654 451 q 572 55 654 136 q 340 -25 491 -25 q 101 50 181 -25 q 22 237 22 125 l 22 349 "},"/":{"x_min":-38.890625,"x_max":426.390625,"ha":386,"o":"m 109 -130 l -38 -130 l 273 1042 l 426 1042 l 109 -130 "},"K":{"x_min":61,"x_max":752.21875,"ha":772,"o":"m 305 0 l 61 0 l 61 1042 l 305 1042 l 305 625 l 307 625 l 488 1042 l 738 1042 l 516 581 l 752 0 l 493 0 l 359 362 l 305 256 l 305 0 "},"7":{"x_min":33,"x_max":633,"ha":694,"o":"m 33 832 l 33 1020 l 633 1020 l 633 845 q 445 351 524 654 q 384 0 407 207 l 144 0 q 198 287 144 98 q 305 590 253 476 l 413 832 l 33 832 "},"d":{"x_min":57,"x_max":631,"ha":695,"o":"m 278 481 l 278 280 q 279 240 278 255 q 285 202 280 225 q 305 167 290 179 q 341 156 319 156 q 396 190 383 156 q 410 290 410 225 l 410 472 q 396 576 410 534 q 346 619 382 619 q 305 606 321 619 q 283 567 289 594 q 278 526 278 540 q 278 481 278 512 m 631 0 l 425 0 l 425 90 l 422 90 q 346 5 393 34 q 250 -22 300 -22 q 57 260 57 -22 l 57 531 q 66 626 57 582 q 96 712 76 671 q 154 776 116 752 q 246 800 193 800 q 407 707 344 800 l 410 707 l 410 1042 l 631 1042 l 631 0 "},",":{"x_min":113.390625,"x_max":348,"ha":462,"o":"m 113 -208 l 113 -137 q 203 -98 171 -137 q 237 0 237 -65 l 113 0 l 113 238 l 348 238 l 348 -5 q 113 -208 348 -208 "},"Y":{"x_min":15.171875,"x_max":756.390625,"ha":772,"o":"m 262 1042 l 384 702 l 387 702 l 511 1042 l 756 1042 l 505 437 l 505 0 l 261 0 l 261 437 l 15 1042 l 262 1042 "},"E":{"x_min":64,"x_max":639.953125,"ha":694,"o":"m 639 1 l 64 1 l 64 1042 l 623 1042 l 623 834 l 308 834 l 308 642 l 613 642 l 613 434 l 308 434 l 308 209 l 639 209 l 639 1 "},"y":{"x_min":8.546875,"x_max":601.890625,"ha":617,"o":"m 231 778 l 306 276 l 308 276 l 385 778 l 601 778 l 461 113 q 443 36 454 84 q 426 -35 432 -10 q 407 -97 419 -60 q 383 -154 394 -134 q 351 -198 371 -174 q 306 -233 331 -221 q 245 -253 281 -245 q 165 -262 210 -262 q 115 -258 144 -262 q 78 -255 86 -255 l 78 -90 q 121 -96 108 -93 q 165 -89 142 -100 q 188 -57 188 -78 q 162 74 188 -33 l 8 778 l 231 778 "},"\"":{"x_min":22,"x_max":441,"ha":462,"o":"m 441 650 l 276 650 l 276 1026 l 441 1026 l 441 650 m 187 650 l 22 650 l 22 1026 l 187 1026 l 187 650 "},"‹":{"x_min":74,"x_max":325,"ha":386,"o":"m 325 170 l 74 331 l 74 534 l 325 701 l 325 519 l 183 431 l 325 351 l 325 170 "},"˙":{"x_min":121,"x_max":342,"ha":463,"o":"m 121 1070 l 342 1070 l 342 889 l 121 889 l 121 1070 "},"„":{"x_min":70.9375,"x_max":625,"ha":694,"o":"m 405 -204 l 405 -132 q 494 -95 464 -132 q 524 2 524 -58 l 405 2 l 405 224 l 625 224 l 625 -4 q 405 -204 625 -204 m 70 -204 l 70 -132 q 159 -95 129 -132 q 189 2 189 -58 l 70 2 l 70 224 l 290 224 l 290 -4 q 70 -204 290 -204 "},"g":{"x_min":51,"x_max":629,"ha":694,"o":"m 273 504 l 273 284 q 339 201 273 201 q 408 302 408 201 l 408 517 q 336 620 408 620 q 273 504 273 620 m 51 -42 l 270 -42 q 283 -101 270 -86 q 342 -116 296 -116 q 393 -103 378 -116 q 408 -54 408 -90 l 408 105 l 406 105 q 249 20 332 20 q 103 91 152 20 q 55 263 55 163 l 55 532 q 64 625 55 580 q 95 710 74 670 q 154 774 116 750 q 245 798 192 798 q 420 684 366 798 l 423 684 l 423 778 l 629 778 l 629 -14 q 548 -202 629 -143 q 331 -262 467 -262 q 122 -215 193 -262 q 51 -42 51 -168 "},"–":{"x_min":0,"x_max":694,"ha":694,"o":"m 694 351 l 0 351 l 0 510 l 694 510 l 694 351 "},"ƒ":{"x_min":5.5625,"x_max":677.671875,"ha":694,"o":"m 492 682 l 636 682 l 636 528 l 470 528 q 401 99 419 191 q 349 -94 383 7 q 265 -225 315 -183 q 126 -267 215 -267 q 5 -238 56 -267 l 34 -56 q 122 -70 77 -97 q 142 -40 136 -56 q 172 105 148 -24 q 243 528 197 236 l 100 528 l 100 682 l 272 682 q 315 883 287 804 q 386 999 344 962 q 468 1047 427 1036 q 567 1059 509 1059 q 677 1040 588 1059 l 640 863 q 559 872 586 884 q 520 829 533 862 q 502 743 508 797 q 492 682 495 690 "},"e":{"x_min":53,"x_max":648,"ha":695,"o":"m 274 499 l 427 499 l 427 575 q 408 628 427 602 q 351 654 389 654 q 274 550 274 654 l 274 499 m 648 353 l 274 353 l 274 214 q 341 136 274 136 q 371 138 358 134 q 392 149 384 141 q 404 165 400 157 q 412 188 409 173 q 416 212 415 204 q 418 241 418 221 q 418 269 418 262 l 643 269 q 568 47 643 120 q 348 -25 494 -25 q 135 33 218 -25 q 53 217 53 92 l 53 534 q 350 798 53 798 q 496 777 432 798 q 604 705 560 756 q 648 573 648 653 l 648 353 "},"J":{"x_min":10,"x_max":547,"ha":616,"o":"m 10 347 l 206 347 l 206 215 q 218 174 206 186 q 255 163 230 163 q 292 171 282 163 q 303 200 303 179 l 303 1042 l 547 1042 l 547 317 q 547 290 547 312 q 547 260 547 267 q 547 233 547 253 q 545 203 547 213 q 542 176 544 193 q 536 146 540 158 q 528 120 533 135 q 516 93 523 105 q 418 0 480 26 q 268 -25 356 -25 q 109 18 176 -25 q 21 147 41 62 q 10 288 10 189 l 10 347 "},"|":{"x_min":75,"x_max":272,"ha":347,"o":"m 75 1042 l 272 1042 l 272 -347 l 75 -347 l 75 1042 "},"˘":{"x_min":-12,"x_max":482,"ha":463,"o":"m -12 1093 l 90 1093 q 237 1007 100 1007 q 329 1024 296 1007 q 376 1094 362 1041 l 482 1094 q 407 936 482 992 q 227 881 332 881 q -12 1093 -12 881 "},"^":{"x_min":20.828125,"x_max":673.609375,"ha":694,"o":"m 162 453 l 20 518 l 265 1042 l 429 1042 l 673 518 l 531 453 l 345 840 l 162 453 "},"q":{"x_min":49,"x_max":627,"ha":695,"o":"m 406 290 l 406 473 q 402 524 406 501 q 391 571 398 548 q 370 606 384 594 q 337 619 356 619 q 296 606 312 619 q 275 567 281 594 q 270 526 270 540 q 270 481 270 512 l 270 280 q 271 240 270 255 q 277 202 272 225 q 297 167 282 179 q 333 156 311 156 q 406 290 406 156 m 627 778 l 627 -261 l 406 -261 l 406 74 l 403 74 q 322 0 368 22 q 242 -22 276 -22 q 49 259 49 -22 l 49 529 q 58 624 49 579 q 88 709 68 668 q 146 773 108 749 q 237 797 185 797 q 418 683 356 797 l 421 683 l 421 778 l 627 778 "},"b":{"x_min":67,"x_max":645,"ha":695,"o":"m 424 289 l 424 491 q 422 531 424 516 q 416 570 421 546 q 396 606 411 594 q 360 618 382 618 q 288 481 288 618 l 288 298 q 303 196 288 238 q 356 154 318 154 q 390 164 376 154 q 410 186 404 174 q 420 220 417 197 q 424 254 424 244 q 424 289 424 264 m 288 1042 l 288 714 l 290 714 q 456 800 335 800 q 547 776 508 800 q 605 712 585 752 q 635 626 625 671 q 645 531 645 582 l 645 261 q 451 -22 645 -22 q 349 6 396 -22 q 275 89 301 36 l 272 89 l 272 0 l 67 0 l 67 1042 l 288 1042 "},"D":{"x_min":64,"x_max":713,"ha":773,"o":"m 394 0 l 64 0 l 64 1042 l 328 1042 q 603 993 520 1042 q 713 736 713 929 l 713 273 q 611 48 713 112 q 394 0 536 0 m 308 853 l 308 186 q 388 191 356 186 q 437 212 419 197 q 462 251 454 227 q 470 307 470 275 q 470 381 470 340 l 470 722 q 462 793 470 768 q 432 832 454 819 q 384 849 409 846 q 308 853 359 853 "},"ﬂ":{"x_min":26,"x_max":698,"ha":772,"o":"m 698 0 l 477 0 l 477 1042 l 698 1042 l 698 0 m 332 1042 l 430 1042 l 430 882 l 383 882 q 336 855 336 882 l 336 777 l 430 777 l 430 618 l 336 618 l 336 0 l 115 0 l 115 618 l 26 618 l 26 777 l 114 777 l 114 844 q 168 997 114 953 q 332 1042 222 1042 "},"z":{"x_min":19,"x_max":520,"ha":539,"o":"m 34 604 l 34 778 l 520 778 l 520 616 l 267 174 l 520 174 l 520 0 l 19 0 l 19 154 l 271 604 l 34 604 "},"ˆ":{"x_min":-50,"x_max":513.890625,"ha":463,"o":"m -50 881 l 116 1087 l 345 1087 l 513 881 l 308 881 l 231 985 l 154 881 l -50 881 "},"w":{"x_min":12.5,"x_max":915.28125,"ha":926,"o":"m 561 778 l 640 275 l 643 275 l 704 778 l 915 778 l 765 0 l 529 0 l 466 404 l 463 404 l 397 0 l 161 0 l 12 778 l 226 778 l 288 275 l 291 275 l 372 778 l 561 778 "},"$":{"x_min":19,"x_max":671.828125,"ha":694,"o":"m 376 371 l 376 139 q 452 180 423 147 q 475 261 482 214 q 470 289 473 268 q 448 327 467 310 q 376 371 428 344 m 19 299 l 211 299 q 213 255 213 294 q 232 183 213 215 q 305 136 252 151 l 305 396 q 192 455 234 429 q 108 520 149 481 q 47 613 66 560 q 29 737 29 666 q 105 922 29 848 q 290 996 181 996 l 290 1092 l 412 1092 l 412 1000 q 600 909 532 989 q 669 707 669 829 l 473 707 q 452 797 473 758 q 386 841 431 836 l 386 598 q 479 556 443 573 q 555 509 514 538 q 619 448 596 479 q 656 369 641 416 q 671 265 671 322 q 601 58 671 134 q 401 -18 531 -18 l 401 -175 l 279 -175 l 279 -20 q 77 77 136 2 q 19 299 19 151 m 315 633 l 315 844 q 247 811 269 830 q 225 747 225 791 q 249 675 225 707 q 315 633 274 644 "},"™":{"x_min":4,"x_max":1191,"ha":1194,"o":"m 1191 1042 l 1191 481 l 1062 481 l 1062 920 l 1059 920 l 903 481 l 817 481 l 661 920 l 659 920 l 659 481 l 530 481 l 530 1042 l 734 1042 l 859 696 l 861 696 l 986 1042 l 1191 1042 m 469 1042 l 469 920 l 304 920 l 304 481 l 162 481 l 162 920 l 4 920 l 4 1042 l 469 1042 "},"\\":{"x_min":-58.328125,"x_max":406.9375,"ha":347,"o":"m 406 -130 l 258 -130 l -58 1042 l 94 1042 l 406 -130 "},"’":{"x_min":80.953125,"x_max":300,"ha":386,"o":"m 80 615 l 80 687 q 169 723 139 687 q 199 820 199 759 l 80 820 l 80 1042 l 300 1042 l 300 814 q 80 615 300 615 "},"~":{"x_min":36.109375,"x_max":659.71875,"ha":694,"o":"m 580 499 l 659 397 q 573 274 605 301 q 480 235 531 235 q 336 281 433 235 q 222 327 238 327 q 195 321 208 327 q 175 308 183 315 q 156 286 166 301 q 141 263 145 271 q 127 236 137 255 q 115 212 118 216 l 36 315 q 116 440 73 392 q 220 488 159 488 q 362 442 269 488 q 480 396 455 396 q 508 401 495 396 q 531 421 520 407 q 549 444 543 435 q 565 473 555 453 q 580 499 576 493 "},"-":{"x_min":60,"x_max":404,"ha":462,"o":"m 404 329 l 60 329 l 60 537 l 404 537 l 404 329 "},"Q":{"x_min":56,"x_max":763.828125,"ha":772,"o":"m 718 755 l 718 332 q 650 73 718 157 l 763 -48 l 620 -170 l 483 -16 q 439 -22 469 -19 q 389 -25 408 -25 q 132 62 208 -25 q 56 332 56 150 l 56 755 q 142 986 56 905 q 389 1067 228 1067 q 633 986 548 1067 q 718 755 718 905 m 300 738 l 300 311 q 389 163 300 163 q 474 311 474 163 l 474 738 q 469 805 474 779 q 445 855 465 831 q 387 879 425 879 q 300 738 300 879 "},"M":{"x_min":68,"x_max":1014,"ha":1081,"o":"m 289 0 l 68 0 l 68 1042 l 412 1042 l 538 426 l 541 426 l 672 1042 l 1014 1042 l 1014 0 l 793 0 l 793 817 l 802 817 l 630 0 l 448 0 l 280 817 l 289 817 l 289 0 "},"C":{"x_min":54,"x_max":719,"ha":772,"o":"m 715 677 l 471 677 l 471 744 q 449 844 471 809 q 393 879 427 879 q 317 851 338 879 q 297 769 297 824 l 297 255 q 384 163 297 163 q 475 313 475 163 l 475 407 l 719 407 l 719 279 q 632 56 719 137 q 366 -25 546 -25 q 128 59 202 -25 q 54 307 54 143 l 54 734 q 133 985 54 904 q 381 1067 213 1067 q 715 765 715 1067 l 715 677 "},"[":{"x_min":58,"x_max":363.5,"ha":386,"o":"m 58 -259 l 58 1042 l 363 1042 l 363 910 l 251 910 l 251 -127 l 363 -127 l 363 -259 l 58 -259 "},"L":{"x_min":51,"x_max":593.609375,"ha":616,"o":"m 593 0 l 51 0 l 51 1042 l 295 1042 l 295 208 l 593 208 l 593 0 "},"!":{"x_min":110,"x_max":354,"ha":462,"o":"m 169 335 l 110 779 l 110 1042 l 354 1042 l 354 779 l 294 335 l 169 335 m 350 0 l 115 0 l 115 238 l 350 238 l 350 0 "}," ":{"x_min":0,"x_max":0,"ha":347},"ﬁ":{"x_min":26,"x_max":698,"ha":772,"o":"m 698 0 l 477 0 l 477 778 l 698 778 l 698 0 m 698 854 l 477 854 l 477 1042 l 698 1042 l 698 854 m 332 1042 l 430 1042 l 430 882 l 383 882 q 336 855 336 882 l 336 777 l 430 777 l 430 618 l 336 618 l 336 0 l 115 0 l 115 618 l 26 618 l 26 777 l 114 777 l 114 844 q 168 997 114 953 q 332 1042 222 1042 "},"{":{"x_min":-12,"x_max":393,"ha":381,"o":"m 92 74 l 92 299 q 69 397 92 362 q -12 448 46 433 l -12 451 q 92 602 92 465 l 92 858 q 102 947 92 912 q 145 1006 112 983 q 168 1019 157 1013 q 188 1028 179 1024 q 214 1035 198 1033 q 240 1038 230 1037 q 272 1040 250 1040 q 305 1040 294 1040 q 347 1040 316 1040 q 393 1040 377 1040 l 393 1038 q 311 986 333 1024 q 289 883 289 948 l 289 627 q 265 508 289 548 q 175 452 241 467 l 175 449 q 265 390 241 440 q 289 262 289 341 l 289 23 q 393 -127 289 -101 l 393 -132 q 277 -132 326 -132 q 192 -120 229 -132 q 132 -83 155 -108 q 92 74 92 -43 "},"X":{"x_min":18.0625,"x_max":755.5625,"ha":772,"o":"m 273 1042 l 387 725 l 390 725 l 501 1042 l 745 1042 l 529 519 l 755 0 l 511 0 l 393 311 l 390 311 l 251 0 l 18 0 l 250 519 l 30 1042 l 273 1042 "},"P":{"x_min":74,"x_max":731,"ha":773,"o":"m 318 854 l 318 593 q 345 593 324 593 q 376 593 366 593 q 403 595 386 593 q 432 604 419 598 q 456 619 445 610 q 487 724 487 652 q 440 845 487 824 q 344 854 417 854 l 318 854 m 318 0 l 74 0 l 74 1042 l 364 1042 q 663 955 588 1042 q 731 729 731 879 q 593 438 731 502 q 526 415 564 423 q 460 407 488 407 q 385 407 432 407 q 318 407 338 407 l 318 0 "},"%":{"x_min":33,"x_max":1124,"ha":1156,"o":"m 255 505 q 81 569 130 505 q 33 764 33 633 q 255 1022 33 1022 q 426 960 375 1022 q 477 764 477 898 q 468 660 477 703 q 438 580 460 618 q 370 523 415 542 q 255 505 324 505 m 256 631 q 278 635 269 631 q 294 651 288 640 q 304 669 301 661 q 308 695 308 678 q 308 719 308 712 q 308 745 308 726 q 308 765 308 764 q 308 789 308 771 q 308 819 308 808 q 305 846 308 829 q 297 872 302 862 q 282 889 292 882 q 255 896 271 896 q 231 893 241 897 q 215 879 221 889 q 205 860 209 869 q 201 836 201 851 q 201 812 201 821 q 201 786 201 803 q 201 765 201 769 q 201 739 201 757 q 201 711 201 721 q 202 687 201 701 q 207 664 203 672 q 216 646 210 655 q 232 634 221 637 q 256 631 242 631 m 902 513 q 1074 449 1025 513 q 1124 254 1124 385 q 1115 151 1124 193 q 1085 70 1107 108 q 1017 13 1062 32 q 902 -5 971 -5 q 728 59 777 -5 q 680 254 680 124 q 902 513 680 513 m 902 387 q 878 384 888 388 q 862 370 868 380 q 852 352 856 361 q 848 328 848 343 q 848 303 848 313 q 848 277 848 293 q 848 257 848 261 q 848 231 848 249 q 848 203 848 212 q 849 178 848 193 q 854 154 850 162 q 863 137 857 146 q 879 125 868 129 q 903 121 889 121 q 925 125 916 121 q 941 141 935 130 q 951 160 948 151 q 955 186 955 168 q 955 210 955 204 q 955 236 955 217 q 955 257 955 256 q 955 281 955 263 q 955 311 955 300 q 952 338 955 321 q 944 364 949 354 q 928 380 939 373 q 902 387 918 387 m 871 1042 l 404 -24 l 288 -24 l 757 1042 l 871 1042 "},"#":{"x_min":12,"x_max":682,"ha":695,"o":"m 645 467 l 645 309 l 504 309 l 463 0 l 342 0 l 382 309 l 264 309 l 223 0 l 98 0 l 139 309 l 12 309 l 12 467 l 162 467 l 181 597 l 51 597 l 51 757 l 200 757 l 239 1042 l 360 1042 l 323 757 l 442 757 l 479 1042 l 604 1042 l 565 757 l 682 757 l 682 597 l 543 597 l 527 467 l 645 467 m 421 597 l 302 597 l 285 467 l 404 467 l 421 597 "},"_":{"x_min":0,"x_max":694,"ha":694,"o":"m 694 -174 l 0 -174 l 0 -105 l 694 -105 l 694 -174 "},"+":{"x_min":36,"x_max":660,"ha":695,"o":"m 268 426 l 268 683 l 428 683 l 428 426 l 660 426 l 660 267 l 428 267 l 428 0 l 268 0 l 268 267 l 36 267 l 36 426 l 268 426 "},"‚":{"x_min":82.9375,"x_max":302,"ha":385,"o":"m 82 -204 l 82 -132 q 171 -95 141 -132 q 201 2 201 -58 l 82 2 l 82 224 l 302 224 l 302 -4 q 82 -204 302 -204 "},")":{"x_min":22.546875,"x_max":353,"ha":386,"o":"m 196 -259 l 28 -259 q 142 400 142 29 q 22 1042 142 753 l 196 1042 q 320 696 287 824 q 353 368 353 569 q 196 -259 353 70 "},"'":{"x_min":92,"x_max":257,"ha":347,"o":"m 257 650 l 92 650 l 92 1026 l 257 1026 l 257 650 "},"}":{"x_min":-12,"x_max":393,"ha":381,"o":"m 289 858 l 289 603 q 393 452 289 466 l 393 449 q 309 405 329 441 q 289 299 289 369 l 289 74 q 248 -83 289 -43 q 160 -125 215 -118 q -12 -132 106 -132 l -12 -127 q 69 -76 47 -113 q 92 24 92 -38 l 92 262 q 113 385 92 341 q 206 449 135 429 l 206 452 q 115 508 139 467 q 92 627 92 549 l 92 884 q -12 1038 92 1017 l -12 1040 q 33 1040 3 1040 q 75 1040 64 1040 q 108 1040 86 1040 q 140 1040 130 1040 q 166 1037 150 1040 q 192 1030 182 1034 q 212 1021 201 1026 q 235 1008 223 1015 q 278 947 268 983 q 289 858 289 912 "},"‰":{"x_min":-1,"x_max":1546,"ha":1543,"o":"m 219 1045 q 392 983 341 1045 q 443 786 443 921 q 434 683 443 725 q 404 602 426 640 q 336 545 381 564 q 221 527 290 527 q 47 591 96 527 q -1 786 -1 656 q 219 1045 -1 1045 m 219 919 q 196 916 207 920 q 179 902 185 912 q 170 884 174 893 q 167 860 167 875 q 167 835 167 845 q 167 809 167 825 q 167 789 167 793 q 167 763 167 781 q 167 735 167 744 q 168 710 167 725 q 173 686 169 694 q 182 669 176 678 q 198 657 187 661 q 222 653 208 653 q 244 657 235 653 q 260 673 254 662 q 270 691 267 683 q 274 718 274 700 q 274 742 274 736 q 274 768 274 749 q 274 789 274 788 l 274 817 q 272 854 274 845 q 266 884 271 864 q 250 911 262 903 q 219 919 238 919 m 804 513 q 977 451 926 513 q 1028 254 1028 389 q 1019 151 1028 193 q 989 70 1011 108 q 921 13 966 32 q 806 -5 875 -5 q 632 59 681 -5 q 584 254 584 124 q 804 513 584 513 m 804 387 q 781 384 792 388 q 764 370 770 380 q 755 352 759 361 q 752 328 752 343 q 752 303 752 313 q 752 277 752 293 q 752 257 752 261 q 752 231 752 249 q 752 203 752 212 q 753 178 752 193 q 758 154 754 162 q 767 137 761 146 q 783 125 772 129 q 807 121 793 121 q 829 125 820 121 q 845 141 839 130 q 855 160 852 151 q 859 186 859 168 q 859 210 859 204 q 859 236 859 217 q 859 257 859 256 l 859 285 q 857 322 859 313 q 851 352 856 332 q 835 379 847 371 q 804 387 823 387 m 1322 513 q 1495 451 1444 513 q 1546 254 1546 389 q 1537 151 1546 193 q 1507 70 1529 108 q 1439 13 1484 32 q 1324 -5 1393 -5 q 1150 59 1199 -5 q 1102 254 1102 124 q 1322 513 1102 513 m 1322 387 q 1299 384 1310 388 q 1282 370 1288 380 q 1273 352 1277 361 q 1270 328 1270 343 q 1270 303 1270 313 q 1270 277 1270 293 q 1270 257 1270 261 q 1270 231 1270 249 q 1270 203 1270 212 q 1271 178 1270 193 q 1276 154 1272 162 q 1285 137 1279 146 q 1301 125 1290 129 q 1325 121 1311 121 q 1347 125 1338 121 q 1363 141 1357 130 q 1373 160 1370 151 q 1377 186 1377 168 q 1377 210 1377 204 q 1377 236 1377 217 q 1377 257 1377 256 l 1377 285 q 1375 322 1377 313 q 1369 352 1374 332 q 1353 379 1365 371 q 1322 387 1341 387 m 804 1042 l 333 -24 l 219 -24 l 689 1042 l 804 1042 "},"˛":{"x_min":101,"x_max":386,"ha":462,"o":"m 386 -144 l 386 -264 q 262 -285 324 -285 q 147 -249 194 -285 q 101 -147 101 -214 q 121 -86 101 -116 q 162 -39 142 -55 q 216 0 181 -23 l 332 0 l 332 -2 q 254 -92 254 -42 q 273 -140 254 -119 q 319 -161 292 -161 q 386 -144 338 -161 "},"a":{"x_min":33,"x_max":656.0625,"ha":694,"o":"m 416 255 l 416 378 q 364 352 404 371 q 306 321 323 333 q 255 221 255 285 q 276 160 255 183 q 337 138 298 138 q 416 255 416 138 m 440 0 l 425 69 q 339 -2 380 19 q 235 -24 298 -24 q 87 32 142 -24 q 33 183 33 90 q 85 360 33 303 q 225 447 137 418 q 280 464 242 453 q 336 481 319 475 q 376 500 353 487 q 408 531 399 514 q 417 572 417 548 q 398 629 417 605 q 347 653 379 653 q 307 645 323 653 q 284 630 291 637 q 271 601 276 622 q 265 571 266 580 q 264 532 264 561 l 39 532 q 119 735 39 670 q 342 800 200 800 q 571 745 504 800 q 638 562 638 691 l 638 86 q 656 0 638 51 l 440 0 "},"T":{"x_min":31,"x_max":664,"ha":695,"o":"m 31 834 l 31 1042 l 664 1042 l 664 834 l 467 834 l 467 0 l 223 0 l 223 834 l 31 834 "},"—":{"x_min":0,"x_max":1389,"ha":1389,"o":"m 1389 351 l 0 351 l 0 510 l 1389 510 l 1389 351 "},"=":{"x_min":36,"x_max":660,"ha":695,"o":"m 660 562 l 660 403 l 36 403 l 36 562 l 660 562 m 660 291 l 660 132 l 36 132 l 36 291 l 660 291 "},"N":{"x_min":60,"x_max":713,"ha":773,"o":"m 462 0 l 272 583 l 281 580 l 281 0 l 60 0 l 60 1042 l 311 1042 l 500 460 l 492 460 l 492 1042 l 713 1042 l 713 0 l 462 0 "},"˚":{"x_min":75,"x_max":387,"ha":462,"o":"m 231 882 q 120 928 166 882 q 75 1038 75 974 q 121 1148 75 1102 q 231 1194 167 1194 q 341 1148 295 1194 q 387 1038 387 1102 q 341 928 387 974 q 231 882 295 882 m 281 1088 q 232 1111 259 1111 q 182 1089 204 1111 q 160 1039 160 1068 q 181 988 160 1009 q 232 967 202 967 q 282 989 261 967 q 304 1039 304 1011 q 281 1088 304 1066 "},"⁄":{"x_min":-233.328125,"x_max":452.78125,"ha":232,"o":"m -112 0 l -233 0 l 336 1042 l 452 1042 l -112 0 "},"2":{"x_min":32,"x_max":656,"ha":695,"o":"m 254 666 l 33 666 l 33 720 q 114 958 33 875 q 352 1042 196 1042 q 574 969 495 1042 q 654 756 654 897 q 623 596 654 661 q 523 457 592 531 l 433 370 q 295 188 309 250 l 656 188 l 656 0 l 32 0 l 32 34 q 249 478 32 237 l 355 589 q 407 670 392 631 q 422 765 422 709 q 400 841 422 810 q 334 866 378 872 q 254 716 254 866 l 254 666 "},"j":{"x_min":19.546875,"x_max":310,"ha":386,"o":"m 19 -261 l 19 -101 l 47 -101 q 89 -31 89 -101 l 89 777 l 310 777 l 310 -21 q 271 -200 310 -139 q 125 -261 233 -261 l 19 -261 m 310 854 l 89 854 l 89 1042 l 310 1042 l 310 854 "},"Z":{"x_min":14,"x_max":603,"ha":617,"o":"m 36 834 l 36 1042 l 589 1042 l 589 847 l 286 209 l 603 209 l 603 1 l 14 1 l 14 186 l 322 834 l 36 834 "},"u":{"x_min":64,"x_max":624,"ha":695,"o":"m 624 0 l 418 0 l 418 96 l 415 96 q 355 11 398 48 q 261 -25 311 -25 q 114 17 165 -25 q 64 138 64 59 l 64 778 l 285 778 l 285 221 q 298 172 287 189 q 339 156 309 156 q 403 221 403 156 l 403 778 l 624 778 l 624 0 "},"1":{"x_min":51.5,"x_max":485,"ha":695,"o":"m 264 0 l 264 703 l 51 703 l 51 861 q 168 874 114 861 q 269 924 222 887 q 327 1019 316 960 l 485 1019 l 485 0 l 264 0 "},"›":{"x_min":61,"x_max":312,"ha":386,"o":"m 61 170 l 61 351 l 202 431 l 61 519 l 61 701 l 312 534 l 312 331 l 61 170 "},"˜":{"x_min":-40.5625,"x_max":502.5,"ha":463,"o":"m 328 889 q 213 915 277 889 q 130 940 149 940 q 89 922 106 940 q 69 880 73 905 l -40 880 q 130 1076 -3 1076 q 245 1049 174 1076 q 333 1022 312 1022 q 371 1037 353 1022 q 390 1073 390 1053 l 502 1073 q 449 940 492 992 q 328 889 406 889 "},"k":{"x_min":56,"x_max":675.609375,"ha":695,"o":"m 277 0 l 56 0 l 56 1042 l 277 1042 l 277 518 l 279 518 l 431 778 l 672 778 l 453 465 l 675 0 l 443 0 l 314 299 l 277 249 l 277 0 "},"ˇ":{"x_min":-50,"x_max":513.890625,"ha":463,"o":"m 231 982 l 308 1087 l 513 1087 l 345 881 l 116 881 l -50 1087 l 154 1087 l 231 982 "},"<":{"x_min":58,"x_max":637,"ha":694,"o":"m 224 347 l 637 122 l 637 -31 l 58 280 l 58 418 l 637 733 l 637 579 l 224 347 "},"t":{"x_min":17,"x_max":431,"ha":463,"o":"m 104 618 l 17 618 l 17 778 l 104 778 l 104 1000 l 325 1000 l 325 778 l 431 778 l 431 618 l 325 618 l 325 208 q 337 165 325 177 q 373 154 350 154 q 431 157 390 157 l 431 1 q 289 -11 346 -11 q 151 34 198 -11 q 104 168 104 80 l 104 618 "},"W":{"x_min":13.890625,"x_max":1066.671875,"ha":1081,"o":"m 661 1042 l 755 311 l 758 311 l 834 1042 l 1066 1042 l 893 0 l 618 0 l 543 733 l 540 733 l 459 0 l 188 0 l 13 1042 l 250 1042 l 323 309 l 326 312 l 425 1042 l 661 1042 "},"v":{"x_min":12.5,"x_max":605.5625,"ha":617,"o":"m 234 778 l 308 275 l 311 275 l 390 778 l 605 778 l 434 0 l 181 0 l 12 778 l 234 778 "},">":{"x_min":58,"x_max":637,"ha":694,"o":"m 58 122 l 470 347 l 58 579 l 58 733 l 637 418 l 637 280 l 58 -31 l 58 122 "},"s":{"x_min":14,"x_max":600,"ha":617,"o":"m 591 547 l 382 547 q 380 566 382 551 q 378 586 379 581 q 375 604 377 591 q 369 620 372 616 q 361 633 366 624 q 348 644 355 641 q 331 651 341 648 q 308 654 320 654 q 235 588 235 654 q 302 509 235 544 q 363 483 320 501 q 425 455 405 465 q 479 427 445 445 q 529 391 512 409 q 565 348 545 373 q 592 292 584 323 q 600 222 600 261 q 518 36 600 98 q 307 -25 436 -25 q 91 38 168 -25 q 14 237 14 102 l 226 237 q 244 155 226 189 q 307 121 262 121 q 386 194 386 121 q 357 254 386 232 q 266 295 332 268 q 153 351 200 323 q 75 413 105 379 q 20 559 20 477 q 100 739 20 679 q 305 800 181 800 q 512 735 433 800 q 591 547 591 670 "},"B":{"x_min":61,"x_max":724,"ha":773,"o":"m 305 443 l 305 190 q 430 201 407 190 q 478 307 478 220 q 478 322 478 314 q 467 389 478 364 q 433 425 457 413 q 384 439 410 436 q 317 443 358 443 q 305 443 309 443 m 305 852 l 305 633 q 327 635 313 633 q 388 637 370 635 q 428 652 407 640 q 456 689 449 664 q 463 756 463 713 q 458 799 463 781 q 440 828 454 818 q 418 845 426 839 q 383 852 409 852 q 347 852 356 852 q 305 852 338 852 m 405 1 l 61 1 l 61 1042 l 377 1042 q 707 772 707 1042 q 589 553 707 617 l 589 550 q 697 452 670 503 q 724 301 724 401 q 405 1 724 1 "},"…":{"x_min":114,"x_max":1275,"ha":1389,"o":"m 349 0 l 114 0 l 114 238 l 349 238 l 349 0 m 811 0 l 576 0 l 576 238 l 811 238 l 811 0 m 1275 0 l 1040 0 l 1040 238 l 1275 238 l 1275 0 "},"?":{"x_min":25,"x_max":655,"ha":694,"o":"m 250 737 l 25 737 q 109 975 25 883 q 338 1067 194 1067 q 565 1001 476 1067 q 655 802 655 936 q 563 585 655 698 q 473 473 483 487 q 452 440 460 454 q 439 404 445 426 q 434 376 434 383 q 433 333 433 369 l 221 333 q 256 528 221 467 q 289 567 261 533 q 332 621 318 601 q 368 673 347 641 q 400 733 390 705 q 411 787 411 762 q 391 853 411 827 q 333 879 372 879 q 286 867 304 879 q 261 831 268 855 q 252 788 254 806 q 250 737 250 769 m 442 0 l 207 0 l 207 238 l 442 238 l 442 0 "},"H":{"x_min":57,"x_max":715,"ha":772,"o":"m 301 0 l 57 0 l 57 1042 l 301 1042 l 301 642 l 471 642 l 471 1042 l 715 1042 l 715 0 l 471 0 l 471 434 l 301 434 l 301 0 "},"c":{"x_min":68,"x_max":641,"ha":694,"o":"m 637 488 l 424 488 l 421 502 q 419 545 419 515 q 414 591 419 576 q 355 640 399 640 q 289 545 289 640 l 289 224 q 360 134 289 134 q 389 140 377 134 q 409 159 402 146 q 421 186 417 172 q 426 220 426 199 q 426 253 426 241 q 426 287 426 264 q 426 315 426 309 l 641 315 q 622 128 641 188 q 414 -24 582 -7 q 341 -24 352 -24 q 68 216 68 -24 l 68 532 q 136 737 68 676 q 338 798 205 798 q 568 723 499 798 q 637 488 637 649 "},"&":{"x_min":65,"x_max":895.890625,"ha":926,"o":"m 515 208 l 352 459 q 297 383 313 416 q 282 297 282 350 q 319 202 282 242 q 411 163 357 163 q 515 208 454 163 m 427 914 q 383 895 401 914 q 366 850 366 876 q 382 782 366 818 q 424 724 399 747 q 475 775 452 738 q 499 841 499 811 q 427 914 499 914 m 647 0 l 609 59 q 377 -25 511 -25 q 151 59 237 -25 q 65 284 65 143 q 258 616 65 498 q 173 848 173 720 q 255 1009 173 951 q 444 1067 338 1067 q 627 1007 554 1067 q 700 840 700 948 q 523 583 700 674 q 636 407 627 420 l 639 407 q 666 554 648 452 l 843 554 q 752 225 843 401 l 895 0 l 647 0 "},"−":{"x_min":36,"x_max":660,"ha":695,"o":"m 36 267 l 36 426 l 660 426 l 660 267 l 36 267 "},"˝":{"x_min":-119.4375,"x_max":723.609375,"ha":463,"o":"m -119 881 l 18 1087 l 309 1087 l 69 881 l -119 881 m 294 881 l 431 1087 l 723 1087 l 483 881 l 294 881 "},"I":{"x_min":71,"x_max":315,"ha":386,"o":"m 315 0 l 71 0 l 71 1042 l 315 1042 l 315 0 "},"•":{"x_min":31,"x_max":553,"ha":584,"o":"m 553 520 q 475 335 553 412 q 290 258 398 258 q 106 335 182 258 q 31 520 31 412 q 106 703 31 627 q 290 780 182 780 q 475 703 398 780 q 553 520 553 627 "},"G":{"x_min":46,"x_max":711,"ha":772,"o":"m 711 -1 l 544 -1 l 533 92 l 530 92 q 446 0 493 26 q 319 -25 400 -25 q 46 307 46 -25 l 46 734 q 125 985 46 904 q 373 1067 205 1067 q 706 765 706 1067 l 706 687 l 462 687 l 462 744 q 446 847 462 816 q 385 879 431 879 q 310 851 330 879 q 290 769 290 824 l 290 255 q 380 163 290 163 q 428 173 409 163 q 455 206 447 183 q 464 246 462 228 q 467 296 467 264 l 467 378 l 379 378 l 379 566 l 711 566 l 711 -1 "},"(":{"x_min":33,"x_max":363.453125,"ha":386,"o":"m 189 1042 l 357 1042 q 244 382 244 753 q 363 -259 244 29 l 189 -259 q 65 86 98 -41 q 33 414 33 213 q 189 1042 33 712 "},"`":{"x_min":-52.78125,"x_max":375,"ha":463,"o":"m -52 1087 l 236 1087 l 375 881 l 184 881 l -52 1087 "},"U":{"x_min":58,"x_max":715,"ha":772,"o":"m 58 287 l 58 1042 l 302 1042 l 302 256 q 387 163 302 163 q 450 192 430 163 q 471 262 471 222 l 471 1042 l 715 1042 l 715 287 q 385 -25 715 -25 q 142 52 227 -25 q 58 287 58 130 "},"F":{"x_min":68,"x_max":642.5625,"ha":694,"o":"m 312 0 l 68 0 l 68 1042 l 642 1042 l 642 834 l 312 834 l 312 649 l 616 649 l 616 441 l 312 441 l 312 0 "},"r":{"x_min":58,"x_max":436.9375,"ha":462,"o":"m 58 778 l 263 778 l 263 660 l 266 660 q 436 800 307 800 l 436 550 q 369 556 407 556 q 300 540 320 556 q 280 479 280 525 l 280 0 l 58 0 l 58 778 "},":":{"x_min":76,"x_max":311,"ha":386,"o":"m 311 533 l 76 533 l 76 771 l 311 771 l 311 533 m 311 0 l 76 0 l 76 238 l 311 238 l 311 0 "},"x":{"x_min":12.5,"x_max":604.171875,"ha":617,"o":"m 377 778 l 598 778 l 425 389 l 604 0 l 383 0 l 312 224 l 309 224 l 238 0 l 12 0 l 194 389 l 20 778 l 240 778 l 305 560 l 308 560 l 377 778 "},"*":{"x_min":89.171875,"x_max":607.046875,"ha":695,"o":"m 285 880 l 285 1042 l 414 1042 l 414 885 l 565 943 l 607 815 l 448 767 l 557 626 l 454 546 l 347 689 l 248 550 l 140 625 l 247 762 l 89 808 l 130 933 l 285 880 "},"†":{"x_min":40,"x_max":655,"ha":694,"o":"m 236 536 l 40 536 l 40 724 l 236 724 l 236 1042 l 457 1042 l 457 724 l 655 724 l 655 536 l 457 536 l 457 -240 l 236 -240 l 236 536 "},"V":{"x_min":15.28125,"x_max":756.953125,"ha":772,"o":"m 529 0 l 241 0 l 15 1042 l 259 1042 l 384 311 l 387 311 l 512 1042 l 756 1042 l 529 0 "},"μ":{"x_min":64,"x_max":624,"ha":695,"o":"m 624 0 l 418 0 l 418 96 l 415 96 q 364 20 401 52 q 285 -11 328 -11 l 285 -262 l 64 -262 l 64 778 l 285 778 l 285 221 q 298 172 287 189 q 339 156 309 156 q 403 221 403 156 l 403 778 l 624 778 l 624 0 "},"h":{"x_min":64,"x_max":632,"ha":695,"o":"m 285 1042 l 285 717 l 287 717 q 455 800 352 800 q 583 749 534 800 q 632 623 632 699 l 632 0 l 411 0 l 411 552 q 397 603 411 588 q 348 619 384 619 q 300 594 315 619 q 285 537 285 570 l 285 0 l 64 0 l 64 1042 l 285 1042 "},"0":{"x_min":39,"x_max":656,"ha":695,"o":"m 424 278 l 424 747 q 348 868 424 868 q 305 858 322 868 q 282 828 289 848 q 273 791 275 808 q 271 747 271 775 l 271 279 q 272 232 271 248 q 280 192 273 215 q 304 159 287 169 q 348 149 321 149 q 387 160 371 149 q 410 183 403 171 q 420 219 417 194 q 424 250 424 243 q 424 278 424 257 m 39 262 l 39 747 q 117 971 39 900 q 348 1042 195 1042 q 502 1020 441 1042 q 597 951 563 998 q 643 841 631 904 q 656 687 656 779 l 656 312 q 587 55 656 135 q 346 -25 518 -25 q 39 262 39 -25 "},".":{"x_min":114,"x_max":349,"ha":463,"o":"m 349 0 l 114 0 l 114 238 l 349 238 l 349 0 "},"”":{"x_min":67.953125,"x_max":621,"ha":695,"o":"m 401 615 l 401 687 q 490 723 460 687 q 520 820 520 759 l 401 820 l 401 1042 l 621 1042 l 621 814 q 401 615 621 615 m 67 615 l 67 687 q 156 723 126 687 q 186 820 186 759 l 67 820 l 67 1042 l 287 1042 l 287 814 q 67 615 287 615 "},"@":{"x_min":51,"x_max":1102,"ha":1152,"o":"m 650 389 q 697 513 697 445 q 671 629 697 581 q 583 671 645 677 q 473 615 520 666 q 427 495 427 563 q 455 390 427 430 q 530 344 484 351 q 650 389 602 333 m 745 716 l 760 790 l 896 790 l 822 362 q 827 336 818 344 q 851 333 836 328 q 947 421 891 345 q 979 493 963 445 q 995 587 995 541 q 884 862 995 760 q 595 965 774 965 q 281 840 405 965 q 158 524 158 716 q 290 202 158 326 q 621 79 423 79 q 906 206 767 79 l 1039 206 q 850 35 960 96 q 610 -25 740 -25 q 213 132 375 -25 q 51 524 51 290 q 210 910 51 755 q 602 1066 370 1066 q 940 949 804 1066 q 1102 627 1102 813 q 990 331 1102 446 q 872 247 944 285 q 740 209 799 209 q 693 233 713 209 q 682 296 674 258 l 679 299 q 508 215 590 215 q 337 287 401 215 q 274 470 274 360 q 356 702 274 603 q 568 801 439 801 q 745 716 685 801 "},"f":{"x_min":26,"x_max":430,"ha":462,"o":"m 115 0 l 115 617 l 26 617 l 26 776 l 115 776 l 115 844 q 167 997 115 953 q 332 1042 220 1042 l 430 1042 l 430 882 l 383 882 q 336 855 336 882 l 336 776 l 430 776 l 430 617 l 336 617 l 336 0 l 115 0 "},";":{"x_min":76,"x_max":311,"ha":386,"o":"m 76 -208 l 76 -137 q 166 -98 134 -137 q 200 0 200 -65 l 76 0 l 76 238 l 311 238 l 311 -5 q 76 -208 311 -208 m 311 533 l 76 533 l 76 771 l 311 771 l 311 533 "},"“":{"x_min":74,"x_max":627.0625,"ha":695,"o":"m 293 1058 l 293 986 q 204 949 234 986 q 175 854 175 913 l 293 854 l 293 632 l 74 632 l 74 859 q 293 1058 74 1058 m 627 1058 l 627 986 q 538 949 568 986 q 509 854 509 913 l 627 854 l 627 632 l 408 632 l 408 859 q 627 1058 408 1058 "},"i":{"x_min":83,"x_max":304,"ha":386,"o":"m 304 0 l 83 0 l 83 778 l 304 778 l 304 0 m 304 854 l 83 854 l 83 1042 l 304 1042 l 304 854 "},"6":{"x_min":37,"x_max":658,"ha":694,"o":"m 347 149 q 426 284 426 149 l 426 388 q 343 497 426 497 q 270 391 270 497 l 270 239 q 289 174 270 200 q 347 149 308 149 m 640 772 l 421 772 q 404 843 421 818 q 344 868 388 868 q 312 861 326 868 q 289 841 298 855 q 276 816 281 827 q 269 783 271 805 q 267 751 267 761 q 267 716 267 741 q 267 689 267 691 l 267 619 q 342 660 310 650 q 427 671 374 671 q 658 358 658 671 q 589 70 658 166 q 338 -25 520 -25 q 105 72 174 -25 q 37 341 37 169 l 37 616 q 41 745 37 691 q 64 858 46 798 q 111 955 81 918 q 196 1017 141 993 q 327 1042 251 1042 q 562 982 485 1042 q 640 772 640 922 "},"A":{"x_min":12.5,"x_max":761.109375,"ha":772,"o":"m 258 0 l 12 0 l 240 1042 l 534 1042 l 761 0 l 513 0 l 479 203 l 287 203 l 258 0 m 455 386 l 387 853 l 384 853 l 313 386 l 455 386 "},"‘":{"x_min":86,"x_max":305.0625,"ha":386,"o":"m 305 1058 l 305 986 q 216 949 246 986 q 187 854 187 913 l 305 854 l 305 632 l 86 632 l 86 859 q 305 1058 86 1058 "},"n":{"x_min":68,"x_max":628,"ha":695,"o":"m 68 778 l 273 778 l 273 681 l 276 681 q 336 764 293 728 q 430 800 380 800 q 570 756 512 800 q 628 637 628 713 l 628 0 l 407 0 l 407 555 q 391 601 404 584 q 348 618 377 618 q 289 555 289 618 l 289 0 l 68 0 l 68 778 "},"O":{"x_min":56,"x_max":718,"ha":772,"o":"m 474 311 l 474 738 q 469 805 474 779 q 445 855 465 831 q 387 879 425 879 q 300 738 300 879 l 300 311 q 389 163 300 163 q 474 311 474 163 m 718 755 l 718 332 q 643 61 718 148 q 389 -25 568 -25 q 132 62 208 -25 q 56 332 56 150 l 56 755 q 142 986 56 905 q 389 1067 228 1067 q 633 986 548 1067 q 718 755 718 905 "},"3":{"x_min":29,"x_max":651,"ha":694,"o":"m 217 448 l 217 615 q 246 615 226 615 q 277 616 266 615 q 305 620 288 617 q 335 628 321 622 q 360 642 349 634 q 393 692 382 657 q 405 759 405 727 q 322 866 405 866 q 293 861 305 866 q 273 845 280 856 q 259 824 265 834 q 252 797 254 814 q 250 769 250 779 q 250 739 250 759 q 250 714 250 720 l 29 714 l 29 790 q 120 971 29 901 q 327 1042 211 1042 q 547 976 468 1042 q 626 774 626 911 q 486 542 626 609 l 486 540 q 651 283 651 498 q 567 52 651 128 q 326 -24 483 -24 q 107 50 183 -24 q 31 265 31 124 l 31 336 l 246 336 q 246 298 246 326 q 247 256 246 270 q 253 218 248 241 q 267 181 258 194 q 293 159 276 169 q 333 150 310 150 q 419 283 419 150 q 366 428 419 395 q 322 443 346 440 q 264 447 298 447 q 217 448 230 447 "},"]":{"x_min":22.5,"x_max":328,"ha":386,"o":"m 328 1042 l 328 -259 l 22 -259 l 22 -127 l 135 -127 l 135 910 l 22 910 l 22 1042 l 328 1042 "},"m":{"x_min":53,"x_max":952,"ha":1003,"o":"m 53 778 l 258 778 l 258 688 l 261 688 q 333 768 287 737 q 426 800 379 800 q 526 772 479 800 q 590 697 572 745 l 593 697 q 754 800 653 800 q 894 756 836 800 q 952 637 952 713 l 952 0 l 731 0 l 731 555 q 715 601 728 584 q 672 618 701 618 q 613 555 613 618 l 613 0 l 392 0 l 392 555 q 383 587 387 576 q 367 609 379 599 q 337 619 356 619 q 275 555 275 619 l 275 0 l 53 0 l 53 778 "},"9":{"x_min":37,"x_max":658,"ha":694,"o":"m 348 868 q 301 851 319 868 q 276 802 282 834 q 270 749 270 769 q 270 694 270 729 q 270 683 270 687 q 270 671 270 679 q 270 619 270 637 q 277 573 270 600 q 302 533 284 546 q 350 519 320 519 q 375 522 364 519 q 394 533 386 525 q 408 546 402 540 q 418 566 414 553 q 423 586 421 579 q 426 610 426 593 q 426 632 426 628 q 426 655 426 637 q 426 676 426 673 q 426 707 426 683 q 426 743 426 730 q 426 778 426 757 q 421 813 426 800 q 406 840 416 826 q 382 861 397 854 q 348 868 367 868 m 55 244 l 273 244 q 289 174 273 199 q 348 149 305 149 q 381 155 367 149 q 403 175 395 161 q 416 200 411 189 q 423 233 421 211 q 426 265 426 255 q 426 300 426 275 q 426 327 426 325 l 426 397 q 352 356 384 366 q 267 345 320 345 q 37 658 37 345 q 105 946 37 850 q 356 1042 174 1042 q 589 944 520 1042 q 658 675 658 847 l 658 400 q 653 271 658 325 q 630 158 648 218 q 583 61 613 98 q 498 0 553 23 q 367 -25 443 -25 q 132 34 209 -25 q 55 244 55 94 "},"l":{"x_min":83,"x_max":304,"ha":386,"o":"m 304 0 l 83 0 l 83 1042 l 304 1042 l 304 0 "},"8":{"x_min":40,"x_max":654,"ha":694,"o":"m 345 145 q 382 151 366 145 q 407 173 398 158 q 422 200 416 188 q 429 235 427 213 q 432 270 432 258 q 432 305 432 282 q 429 358 432 337 q 420 405 427 379 q 392 446 412 432 q 341 460 372 460 q 317 457 327 460 q 298 450 306 454 q 283 437 290 446 q 273 423 277 429 q 266 404 269 416 q 262 385 263 392 q 261 364 261 379 q 261 343 261 348 q 261 321 261 337 q 261 301 261 305 q 263 251 261 272 q 272 203 265 231 q 297 160 279 175 q 345 145 316 145 m 266 746 q 343 627 266 627 q 430 751 430 627 q 411 837 430 800 q 349 874 393 874 q 282 839 299 874 q 266 746 266 804 m 168 547 l 168 550 q 45 768 45 615 q 125 972 45 903 q 345 1042 206 1042 q 567 973 486 1042 q 648 768 648 904 q 522 550 648 614 l 522 547 q 626 446 599 501 q 654 296 654 392 q 573 52 654 128 q 326 -24 492 -24 q 115 60 191 -24 q 40 296 40 145 q 63 440 40 388 q 168 547 87 493 "},"p":{"x_min":58,"x_max":636,"ha":694,"o":"m 415 290 l 415 491 q 413 532 415 516 q 407 571 412 547 q 387 607 402 594 q 351 620 373 620 q 279 482 279 620 l 279 299 q 294 197 279 239 q 347 155 309 155 q 381 165 367 155 q 401 187 395 175 q 411 221 408 198 q 415 255 415 245 q 415 290 415 264 m 58 778 l 263 778 l 263 684 l 266 684 q 447 798 328 798 q 538 774 499 798 q 596 710 576 750 q 626 625 616 669 q 636 530 636 580 l 636 260 q 442 -21 636 -21 q 362 0 408 -21 q 281 74 316 22 l 279 74 l 279 -262 l 58 -262 l 58 778 "},"4":{"x_min":12,"x_max":672,"ha":694,"o":"m 186 372 l 359 372 l 359 710 l 356 710 l 186 372 m 12 198 l 12 392 l 336 1019 l 580 1019 l 580 372 l 672 372 l 672 198 l 580 198 l 580 0 l 359 0 l 359 198 l 12 198 "},"‡":{"x_min":37,"x_max":658,"ha":694,"o":"m 237 -237 l 237 53 l 37 53 l 37 241 l 237 241 l 237 549 l 37 549 l 37 737 l 237 737 l 237 1042 l 458 1042 l 458 737 l 655 737 l 655 549 l 458 549 l 458 241 l 658 241 l 658 53 l 458 53 l 458 -237 l 237 -237 "},"R":{"x_min":58,"x_max":752,"ha":771,"o":"m 302 856 l 302 599 l 385 599 q 473 727 473 599 q 437 834 473 813 q 302 856 402 856 m 302 410 l 302 0 l 58 0 l 58 1042 l 414 1042 q 641 974 567 1042 q 715 754 715 907 q 687 607 715 664 q 586 517 659 550 l 586 514 q 702 379 702 487 q 714 226 714 364 q 728 50 714 89 q 752 14 738 26 l 752 0 l 485 0 q 472 60 472 35 q 472 183 472 99 q 467 302 472 267 q 443 381 462 353 q 383 410 424 410 l 302 410 "},"o":{"x_min":58,"x_max":627.5,"ha":694,"o":"m 58 216 l 58 533 q 342 800 58 800 q 627 533 627 800 l 627 216 q 350 -25 627 -25 q 138 33 219 -25 q 58 216 58 91 m 279 550 l 279 202 q 346 134 285 134 q 415 202 408 134 l 415 550 q 347 640 415 640 q 279 550 279 640 "},"5":{"x_min":42,"x_max":657,"ha":695,"o":"m 253 451 l 61 451 l 61 1020 l 614 1020 l 614 832 l 246 832 l 246 637 q 404 702 314 702 q 513 681 466 702 q 586 626 559 660 q 629 544 613 593 q 651 447 645 494 q 657 341 657 400 q 584 68 657 161 q 337 -25 512 -25 q 136 36 205 -25 q 42 227 66 98 l 42 307 l 261 307 q 263 272 263 298 q 265 231 263 247 q 275 194 268 215 q 296 162 281 173 q 333 148 311 151 q 385 162 365 145 q 413 213 406 179 q 421 268 419 247 q 424 320 424 288 q 424 344 424 322 q 424 373 424 366 q 424 402 424 380 q 421 434 424 425 q 414 462 418 444 q 403 489 410 480 q 387 509 396 498 q 364 523 378 519 q 335 528 351 528 q 253 451 260 528 "}},"cssFontWeight":"bold","ascender":1389,"underlinePosition":-125,"cssFontStyle":"normal","boundingBox":{"yMin":-347,"xMin":-233.328125,"yMax":1194,"xMax":1546},"resolution":1000,"original_font_information":{"postscript_name":"Helvetica-Condensed-Black","version_string":"Version 001.004 ","vendor_url":"","full_font_name":"Helvetica Condensed Black","font_family_name":"Helvetica","copyright":" The digitally encoded machine readable software for producing the\r Typefaces licensed to you is copyrighted (c) 1985, 1987, 1991, 1993\r Adobe Systems. All Rights Reserved. This software is the property of\r Adobe Systems Incorporated and its licensors, and may not be\r reproduced, used, displayed, modified, disclosed or transferred\r without the express written approval of Adobe.\r \r The digitally encoded machine readable outline data for producing\r the Typefaces licensed to you is copyrighted (c) 1981 Linotype-Hell\r AG and/or its subsidiaries. All Rights Reserved.\r This data is the property of Linotype-Hell AG and/or its subsidiaries\r and may not be reproduced, used, displayed, modified, disclosed or \r transferred without the express written approval of Linotype-Hell AG \r and/or its subsidiaries. ","description":"","trademark":"","designer":"","designer_url":"","unique_font_identifier":"FontForge 2.0 : Helvetica Condensed Black : 20-5-2009","license_url":"","license_description":"","manufacturer_name":"","font_sub_family_name":"Condensed-Black"},"descender":-348,"familyName":"Helvetica","lineHeight":1861,"underlineThickness":50});if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":31,"x_max":691,"ha":722,"o":"m 231 310 l 31 310 l 31 269 q 103 58 31 132 q 346 -15 176 -15 q 599 56 508 -15 q 691 285 691 128 q 682 368 691 330 q 652 437 674 405 q 595 495 631 468 q 501 547 558 522 l 347 614 q 264 671 283 640 q 245 749 245 703 q 249 792 245 771 q 267 829 254 813 q 303 855 281 845 q 358 865 325 865 q 442 826 417 865 q 467 717 467 788 l 658 717 l 658 744 q 635 866 658 815 q 571 950 612 917 q 474 997 530 982 q 351 1012 418 1012 q 126 939 208 1012 q 45 720 45 867 q 60 612 45 658 q 108 530 75 565 q 189 468 140 494 q 304 419 238 441 q 388 387 354 403 q 443 351 422 371 q 473 307 464 332 q 483 250 483 283 q 446 157 483 187 q 363 128 409 128 q 298 139 324 128 q 257 169 272 150 q 236 217 242 189 q 231 280 231 246 l 231 310 "},"/":{"x_min":0,"x_max":465.28125,"ha":461,"o":"m 309 1012 l 0 -15 l 151 -15 l 465 1012 l 309 1012 "},"K":{"x_min":69,"x_max":771.78125,"ha":745,"o":"m 269 992 l 69 992 l 69 0 l 269 0 l 269 294 l 342 407 l 546 0 l 771 0 l 471 567 l 741 992 l 524 992 l 271 595 l 269 595 l 269 992 "},"7":{"x_min":31,"x_max":637,"ha":668,"o":"m 637 964 l 31 964 l 31 792 l 445 792 q 320 590 372 693 q 230 386 267 487 q 171 186 193 284 q 138 0 149 88 l 347 0 q 384 211 360 104 q 443 423 407 319 q 527 626 479 528 q 637 811 575 725 l 637 964 "},"d":{"x_min":46,"x_max":630.671875,"ha":695,"o":"m 447 79 l 447 0 l 630 0 l 630 992 l 439 992 l 439 678 l 436 678 q 367 744 405 722 q 275 767 329 767 q 101 674 157 767 q 46 373 46 582 q 101 75 46 165 q 275 -15 157 -15 q 373 5 333 -15 q 444 79 412 26 l 447 79 m 237 374 q 256 558 237 496 q 337 620 275 620 q 420 558 401 620 q 439 374 439 496 q 420 189 439 251 q 337 128 401 128 q 256 189 275 128 q 237 374 237 251 "},",":{"x_min":75,"x_max":258,"ha":333,"o":"m 258 217 l 75 217 l 75 0 l 147 0 l 147 -18 q 129 -88 147 -56 q 75 -127 111 -120 l 75 -225 q 165 -197 130 -219 q 221 -142 201 -176 q 250 -61 242 -108 q 258 36 258 -15 l 258 217 "},"Y":{"x_min":4.0625,"x_max":717.953125,"ha":722,"o":"m 229 992 l 4 992 l 261 390 l 261 0 l 461 0 l 461 390 l 717 992 l 501 992 l 362 609 l 359 609 l 229 992 "},"E":{"x_min":69,"x_max":637.0625,"ha":668,"o":"m 623 992 l 69 992 l 69 0 l 637 0 l 637 164 l 269 164 l 269 431 l 602 431 l 602 595 l 269 595 l 269 828 l 623 828 l 623 992 "},"y":{"x_min":7.046875,"x_max":609.828125,"ha":617,"o":"m 64 -96 l 64 -240 l 141 -240 q 252 -230 208 -240 q 327 -189 295 -220 q 381 -100 358 -158 q 429 50 404 -42 l 609 748 l 418 748 l 320 231 l 318 231 l 207 748 l 7 748 l 216 0 q 189 -73 212 -45 q 114 -101 166 -101 q 64 -96 89 -101 "},"\"":{"x_min":100,"x_max":543,"ha":643,"o":"m 100 992 l 100 546 l 272 546 l 272 992 l 100 992 m 371 992 l 371 546 l 543 546 l 543 992 l 371 992 "},"‹":{"x_min":64,"x_max":271,"ha":335,"o":"m 64 514 l 64 289 l 271 122 l 271 305 l 161 401 l 271 497 l 271 680 l 64 514 "},"„":{"x_min":94,"x_max":548,"ha":642,"o":"m 94 217 l 94 0 l 166 0 l 166 -18 q 148 -88 166 -56 q 94 -127 130 -120 l 94 -225 q 184 -197 149 -219 q 240 -142 220 -176 q 269 -61 261 -108 q 277 36 277 -15 l 277 217 l 94 217 m 365 217 l 365 0 l 437 0 l 437 -18 q 419 -88 437 -56 q 365 -127 401 -120 l 365 -225 q 455 -197 420 -219 q 511 -142 491 -176 q 540 -61 532 -108 q 548 36 548 -15 l 548 217 l 365 217 "},"g":{"x_min":49,"x_max":624,"ha":695,"o":"m 243 350 q 243 477 243 425 q 254 560 243 529 q 285 606 265 592 q 338 620 305 620 q 418 563 396 620 q 441 369 441 506 q 436 283 441 322 q 419 215 431 243 q 388 171 407 187 q 337 156 368 156 q 289 171 307 156 q 260 215 270 187 q 246 276 249 242 q 243 350 243 311 m 624 747 l 441 747 l 441 665 l 438 665 q 367 744 410 722 q 283 767 324 767 q 159 732 206 767 q 88 642 112 697 q 56 519 64 587 q 49 386 49 451 q 106 95 49 182 q 278 9 164 9 q 366 34 324 9 q 438 101 408 59 l 441 101 l 441 2 q 417 -91 441 -53 q 335 -129 393 -129 q 300 -123 316 -129 q 270 -108 284 -117 q 242 -51 242 -87 l 59 -51 q 124 -198 59 -146 q 313 -251 190 -251 q 552 -178 481 -251 q 624 37 624 -106 l 624 747 "},"–":{"x_min":0,"x_max":694,"ha":694,"o":"m 0 480 l 0 324 l 694 324 l 694 480 l 0 480 "},"ƒ":{"x_min":-44.4375,"x_max":659.71875,"ha":667,"o":"m 111 595 l 88 481 l 234 481 l 145 22 q 131 -36 138 -10 q 110 -77 123 -61 q 77 -101 97 -93 q 27 -109 58 -109 q -16 -103 0 -109 l -44 -230 q -4 -237 -29 -235 q 51 -240 19 -240 q 171 -222 123 -240 q 250 -173 219 -205 q 299 -95 281 -141 q 327 6 316 -49 l 418 481 l 572 481 l 593 595 l 440 595 l 461 696 q 480 776 470 744 q 504 826 490 807 q 539 852 518 844 q 594 860 561 860 q 613 860 604 860 q 633 857 622 860 l 659 988 q 608 991 636 991 q 555 991 580 991 q 445 975 491 991 q 368 928 400 960 q 315 843 336 895 q 280 718 294 792 l 256 595 l 111 595 "},"e":{"x_min":36,"x_max":607,"ha":643,"o":"m 422 459 l 227 459 l 227 488 q 232 540 227 514 q 248 588 237 566 q 278 622 259 609 q 326 636 297 636 q 374 624 355 636 q 403 589 392 612 q 417 534 413 566 q 422 459 422 501 m 227 345 l 607 345 l 607 388 q 595 544 607 474 q 554 663 584 614 q 470 739 523 712 q 333 767 416 767 q 177 735 236 767 q 88 648 119 703 q 46 525 56 594 q 36 380 36 455 q 42 239 36 310 q 76 111 48 168 q 163 19 104 54 q 326 -15 221 -15 q 528 52 464 -15 q 593 251 593 120 l 423 251 q 392 145 415 180 q 322 111 370 111 q 277 125 295 111 q 248 164 259 140 q 232 220 237 189 q 227 285 227 251 l 227 345 "},"J":{"x_min":21,"x_max":582,"ha":643,"o":"m 582 992 l 382 992 l 382 283 q 364 166 382 204 q 293 128 347 128 q 221 166 238 128 q 204 283 204 204 l 204 314 l 21 314 l 21 270 q 32 159 21 212 q 73 67 43 107 q 153 6 102 28 q 283 -15 204 -15 q 508 52 434 -15 q 582 278 582 119 l 582 992 "},"|":{"x_min":68,"x_max":240,"ha":308,"o":"m 68 1012 l 68 -15 l 240 -15 l 240 1012 l 68 1012 "},"^":{"x_min":77.78125,"x_max":755.5625,"ha":833,"o":"m 77 429 l 250 429 l 416 772 l 583 429 l 755 429 l 494 964 l 338 964 l 77 429 "},"q":{"x_min":46,"x_max":630.671875,"ha":695,"o":"m 439 70 l 439 -240 l 630 -240 l 630 748 l 447 748 l 447 669 l 444 669 q 373 744 412 721 q 275 767 333 767 q 101 674 157 767 q 46 373 46 582 q 101 75 46 165 q 275 -15 157 -15 q 367 5 329 -15 q 436 70 405 25 l 439 70 m 439 374 q 420 189 439 251 q 337 128 401 128 q 256 189 275 128 q 237 374 237 251 q 256 558 237 496 q 337 620 275 620 q 420 558 401 620 q 439 374 439 496 "},"b":{"x_min":64,"x_max":648.671875,"ha":695,"o":"m 64 992 l 64 0 l 247 0 l 247 79 l 250 79 q 321 5 282 26 q 419 -15 361 -15 q 593 75 537 -15 q 648 373 648 165 q 593 674 648 582 q 419 767 537 767 q 327 744 365 767 q 258 678 289 722 l 255 678 l 255 992 l 64 992 m 255 374 q 274 558 255 496 q 357 620 293 620 q 438 558 419 620 q 457 374 457 496 q 438 189 457 251 q 357 128 419 128 q 274 189 293 128 q 255 374 255 251 "},"D":{"x_min":79,"x_max":735,"ha":798,"o":"m 279 147 l 279 845 l 363 845 q 455 823 420 845 q 506 759 489 801 q 529 653 523 717 q 535 504 535 589 q 528 334 535 402 q 503 224 522 266 q 452 165 484 183 q 368 147 420 147 l 279 147 m 79 992 l 79 0 l 394 0 q 559 30 494 0 q 664 123 625 61 q 719 282 703 186 q 735 509 735 379 q 722 708 735 619 q 674 860 709 797 q 575 957 639 923 q 406 992 511 992 l 79 992 "},"z":{"x_min":33,"x_max":558,"ha":591,"o":"m 33 147 l 33 0 l 558 0 l 558 156 l 259 156 l 558 600 l 558 748 l 47 748 l 47 592 l 331 592 l 33 147 "},"w":{"x_min":9.71875,"x_max":968.0625,"ha":978,"o":"m 9 748 l 172 0 l 394 0 l 487 531 l 490 531 l 588 0 l 806 0 l 968 748 l 784 748 l 694 217 l 691 217 l 593 748 l 384 748 l 291 217 l 288 217 l 201 748 l 9 748 "},"$":{"x_min":12,"x_max":654,"ha":667,"o":"m 284 -12 l 284 -136 l 373 -136 l 373 -11 q 582 56 510 -11 q 654 275 654 123 q 641 375 654 334 q 606 444 629 415 q 553 493 584 473 q 483 529 522 512 l 373 574 l 373 836 q 423 790 409 825 q 437 702 437 754 l 630 702 l 630 721 q 618 811 630 767 q 578 892 607 856 q 500 952 549 928 q 373 984 451 977 l 373 1080 l 284 1080 l 284 984 q 91 900 159 970 q 24 700 24 829 q 68 537 24 604 q 214 433 113 470 l 284 408 l 284 128 q 238 151 255 135 q 213 189 222 167 q 205 238 205 211 q 205 295 205 265 l 12 295 l 12 265 q 22 161 12 210 q 61 73 32 111 q 144 11 91 34 q 284 -12 197 -12 m 284 836 l 284 614 q 216 731 216 653 q 284 836 216 817 m 373 128 l 373 374 q 433 322 413 353 q 454 239 454 292 q 435 169 454 200 q 373 128 416 137 "},"\\":{"x_min":0,"x_max":465.28125,"ha":461,"o":"m 0 1012 l 309 -15 l 465 -15 l 151 1012 l 0 1012 "},"’":{"x_min":89,"x_max":272,"ha":361,"o":"m 272 811 l 272 992 l 89 992 l 89 775 l 161 775 l 161 752 q 143 681 161 713 q 89 643 125 649 l 89 545 q 179 572 144 551 q 235 628 215 594 q 264 709 256 662 q 272 811 272 755 "},"~":{"x_min":95.828125,"x_max":737.5,"ha":833,"o":"m 737 337 l 687 485 q 669 455 681 472 q 639 424 656 438 q 602 399 622 409 q 562 390 583 390 q 504 401 533 390 q 418 444 475 413 q 266 485 340 485 q 163 451 204 485 q 95 365 123 418 l 145 218 q 163 247 151 230 q 193 278 176 264 q 230 303 211 293 q 270 313 250 313 q 293 311 281 313 q 318 304 304 310 q 353 289 333 299 q 402 265 373 280 q 481 231 443 244 q 566 218 519 218 q 669 251 629 218 q 737 337 709 284 "},"-":{"x_min":61,"x_max":453,"ha":514,"o":"m 453 484 l 61 484 l 61 320 l 453 320 l 453 484 "},"Q":{"x_min":49,"x_max":754.5625,"ha":773,"o":"m 253 496 q 253 666 253 596 q 268 780 253 735 q 311 844 283 824 q 385 865 339 865 q 459 844 431 865 q 502 780 487 824 q 518 666 518 735 q 518 496 518 596 q 518 326 518 396 q 502 212 518 255 q 459 148 487 168 q 385 128 431 128 q 311 148 339 128 q 268 212 283 168 q 253 326 253 255 q 253 496 253 396 m 636 -117 l 754 -10 l 647 93 q 710 267 696 164 q 724 496 724 369 q 713 704 724 608 q 667 867 703 799 q 565 973 632 935 q 386 1012 499 1012 q 207 973 274 1012 q 105 867 140 935 q 59 704 69 799 q 49 496 49 608 q 59 287 49 382 q 105 125 69 193 q 207 21 140 57 q 386 -15 273 -15 q 518 0 462 -15 l 636 -117 "},"M":{"x_min":74,"x_max":954,"ha":1028,"o":"m 74 992 l 74 0 l 257 0 l 257 792 l 259 792 l 436 0 l 591 0 l 768 792 l 771 792 l 771 0 l 954 0 l 954 992 l 658 992 l 515 292 l 512 292 l 370 992 l 74 992 "},"C":{"x_min":49,"x_max":702,"ha":746,"o":"m 493 658 l 693 658 q 685 773 693 712 q 647 889 677 835 q 554 977 616 942 q 386 1012 493 1012 q 207 973 273 1012 q 105 867 140 935 q 59 704 69 799 q 49 496 49 608 q 59 287 49 382 q 105 125 69 193 q 207 21 140 57 q 386 -15 274 -15 q 547 15 485 -15 q 642 100 608 46 q 689 227 676 154 q 702 380 702 299 l 502 380 q 492 249 502 299 q 466 173 482 200 q 428 137 450 146 q 379 128 405 128 q 324 141 348 128 q 285 192 301 154 q 262 300 269 230 q 255 482 255 369 q 255 661 255 588 q 269 779 255 734 q 308 844 283 824 q 371 865 332 865 q 466 815 440 865 q 493 658 493 766 "},"[":{"x_min":111,"x_max":428.84375,"ha":437,"o":"m 111 993 l 111 -251 l 428 -251 l 428 -112 l 283 -112 l 283 854 l 428 854 l 428 993 l 111 993 "},"L":{"x_min":69,"x_max":623.171875,"ha":643,"o":"m 69 0 l 623 0 l 623 164 l 269 164 l 269 992 l 69 992 l 69 0 "},"!":{"x_min":110,"x_max":301.671875,"ha":411,"o":"m 301 183 l 110 183 l 110 0 l 301 0 l 301 183 m 123 276 l 288 276 l 288 669 l 288 992 l 123 992 l 123 669 l 123 276 "},"\u001d":{"x_min":0,"x_max":0,"ha":0}," ":{"x_min":0,"x_max":0,"ha":333},"{":{"x_min":42,"x_max":401.828125,"ha":438,"o":"m 42 426 l 42 312 q 105 280 76 312 q 134 199 134 248 l 134 -64 q 170 -202 134 -153 q 278 -251 207 -251 l 401 -251 l 401 -112 l 360 -112 q 316 -82 326 -112 q 306 -11 306 -52 l 306 214 q 278 318 306 277 q 206 367 250 359 l 206 370 q 278 419 250 378 q 306 523 306 460 l 306 753 q 316 824 306 794 q 360 854 326 854 l 401 854 l 401 993 l 278 993 q 170 944 207 993 q 134 806 134 895 l 134 538 q 105 457 134 489 q 42 426 76 426 "},"X":{"x_min":8.328125,"x_max":737.5,"ha":746,"o":"m 27 992 l 255 501 l 8 0 l 227 0 l 369 336 l 512 0 l 737 0 l 490 501 l 720 992 l 502 992 l 376 671 l 248 992 l 27 992 "},"P":{"x_min":69,"x_max":691,"ha":720,"o":"m 269 543 l 269 845 l 352 845 q 459 806 427 845 q 491 691 491 767 q 454 579 491 615 q 357 543 417 543 l 269 543 m 69 992 l 69 0 l 269 0 l 269 396 l 375 396 q 504 414 446 396 q 604 468 563 432 q 668 561 645 504 q 691 694 691 618 q 677 803 691 750 q 631 898 663 857 q 547 966 599 940 q 418 992 495 992 l 69 992 "},"%":{"x_min":37,"x_max":1042,"ha":1080,"o":"m 757 1008 l 193 -38 l 318 -38 l 881 1008 l 757 1008 m 184 724 q 193 838 184 798 q 245 878 203 878 q 297 838 287 878 q 307 724 307 798 q 297 599 307 640 q 245 559 287 559 q 193 599 203 559 q 184 724 184 640 m 37 718 q 45 601 37 651 q 76 518 53 551 q 140 468 99 484 q 245 453 181 453 q 351 468 310 453 q 414 518 391 484 q 445 601 437 551 q 454 718 454 651 q 445 835 454 785 q 414 918 437 885 q 351 968 391 952 q 245 984 310 984 q 140 968 181 984 q 76 918 99 952 q 45 835 53 885 q 37 718 37 785 m 626 246 q 634 128 626 178 q 665 46 642 79 q 729 0 688 14 q 834 -15 770 -15 q 939 0 899 -15 q 1002 46 979 14 q 1033 128 1025 79 q 1042 246 1042 178 q 1033 363 1042 313 q 1002 446 1025 413 q 939 496 979 480 q 834 512 899 512 q 729 496 770 512 q 665 446 688 480 q 634 363 642 413 q 626 246 626 313 m 773 251 q 782 366 773 326 q 834 406 792 406 q 885 366 875 406 q 895 251 895 326 q 885 127 895 168 q 834 86 875 86 q 782 127 792 86 q 773 251 773 168 "},"#":{"x_min":0,"x_max":667,"ha":667,"o":"m 255 398 l 276 567 l 412 567 l 390 398 l 255 398 m 0 398 l 0 242 l 103 242 l 72 0 l 207 0 l 236 242 l 372 242 l 341 0 l 476 0 l 506 242 l 626 242 l 626 398 l 524 398 l 546 567 l 667 567 l 667 723 l 564 723 l 595 964 l 460 964 l 430 723 l 295 723 l 324 964 l 191 964 l 161 723 l 42 723 l 42 567 l 143 567 l 121 398 l 0 398 "},"_":{"x_min":0,"x_max":694,"ha":694,"o":"m 0 -170 l 694 -170 l 694 -101 l 0 -101 l 0 -170 "},"+":{"x_min":65,"x_max":768,"ha":833,"o":"m 330 266 l 330 0 l 502 0 l 502 266 l 768 266 l 768 438 l 502 438 l 502 703 l 330 703 l 330 438 l 65 438 l 65 266 l 330 266 "},"‚":{"x_min":89,"x_max":272,"ha":361,"o":"m 272 217 l 89 217 l 89 0 l 161 0 l 161 -18 q 143 -88 161 -56 q 89 -127 125 -120 l 89 -225 q 179 -197 144 -219 q 235 -142 215 -176 q 264 -61 256 -108 q 272 36 272 -15 l 272 217 "},")":{"x_min":-0.328125,"x_max":341,"ha":410,"o":"m 146 993 l 0 993 q 73 839 42 913 q 122 689 103 765 q 149 536 141 614 q 158 368 158 457 q 149 201 158 279 q 122 49 141 122 q 73 -97 103 -23 q 0 -251 42 -171 l 146 -251 q 295 67 250 -86 q 341 368 341 221 q 295 672 341 516 q 146 993 250 829 "},"'":{"x_min":94,"x_max":266,"ha":360,"o":"m 94 992 l 94 546 l 266 546 l 266 992 l 94 992 "},"}":{"x_min":36.171875,"x_max":396,"ha":438,"o":"m 36 -112 l 36 -251 l 159 -251 q 267 -202 230 -251 q 304 -64 304 -153 l 304 199 q 332 280 304 248 q 396 312 361 312 l 396 426 q 332 457 361 426 q 304 538 304 489 l 304 806 q 267 944 304 895 q 159 993 230 993 l 36 993 l 36 854 l 77 854 q 121 824 111 854 q 132 753 132 794 l 132 523 q 159 419 132 460 q 232 370 187 378 l 232 367 q 159 318 187 359 q 132 214 132 277 l 132 -11 q 121 -82 132 -52 q 77 -112 111 -112 l 36 -112 "},"‰":{"x_min":37,"x_max":1480,"ha":1518,"o":"m 741 1008 l 177 -38 l 301 -38 l 865 1008 l 741 1008 m 741 251 q 750 366 741 326 q 802 406 760 406 q 854 366 844 406 q 864 251 864 326 q 854 127 864 168 q 802 86 844 86 q 750 127 760 86 q 741 251 741 168 m 594 246 q 602 128 594 178 q 633 46 610 79 q 697 0 656 14 q 802 -15 738 -15 q 908 0 867 -15 q 971 46 948 14 q 1002 128 994 79 q 1011 246 1011 178 q 1002 363 1011 313 q 971 446 994 413 q 908 496 948 480 q 802 512 867 512 q 697 496 738 512 q 633 446 656 480 q 602 363 610 413 q 594 246 594 313 m 184 724 q 193 838 184 798 q 245 878 203 878 q 297 838 287 878 q 307 724 307 798 q 297 599 307 640 q 245 559 287 559 q 193 599 203 559 q 184 724 184 640 m 37 718 q 45 601 37 651 q 76 518 53 551 q 140 468 99 484 q 245 453 181 453 q 351 468 310 453 q 414 518 391 484 q 445 601 437 551 q 454 718 454 651 q 445 835 454 785 q 414 918 437 885 q 351 968 391 952 q 245 984 310 984 q 140 968 181 984 q 76 918 99 952 q 45 835 53 885 q 37 718 37 785 m 1064 246 q 1072 128 1064 178 q 1103 46 1080 79 q 1167 0 1126 14 q 1272 -15 1208 -15 q 1377 0 1337 -15 q 1440 46 1417 14 q 1471 128 1463 79 q 1480 246 1480 178 q 1471 363 1480 313 q 1440 446 1463 413 q 1377 496 1417 480 q 1272 512 1337 512 q 1167 496 1208 512 q 1103 446 1126 480 q 1072 363 1080 413 q 1064 246 1064 313 m 1211 251 q 1220 366 1211 326 q 1272 406 1230 406 q 1323 366 1313 406 q 1333 251 1333 326 q 1323 127 1333 168 q 1272 86 1313 86 q 1220 127 1230 86 q 1211 251 1211 168 "},"a":{"x_min":39,"x_max":619.609375,"ha":668,"o":"m 413 374 l 413 226 q 401 173 413 195 q 373 137 390 151 q 334 117 355 123 q 294 111 314 111 q 238 141 255 111 q 222 215 222 172 q 247 294 222 265 q 330 336 272 324 q 371 349 349 340 q 413 374 393 358 m 63 519 l 235 519 l 235 539 q 257 609 235 583 q 324 636 279 636 q 392 611 372 636 q 413 544 413 587 q 396 488 413 507 q 336 457 379 468 l 227 428 q 142 396 177 414 q 84 351 106 378 q 50 285 61 324 q 39 194 39 247 q 48 119 39 157 q 79 50 58 80 q 134 2 100 19 q 219 -15 169 -15 q 333 2 289 -15 q 410 78 376 19 l 413 78 q 422 38 417 58 q 436 0 426 18 l 619 0 q 600 62 605 33 q 596 144 596 91 l 596 538 q 585 630 596 587 q 546 703 575 672 q 464 750 516 733 q 325 767 411 767 q 223 755 271 767 q 140 716 175 743 q 83 645 104 689 q 63 537 63 602 l 63 519 "},"T":{"x_min":17,"x_max":650,"ha":667,"o":"m 650 992 l 17 992 l 17 828 l 234 828 l 234 0 l 434 0 l 434 828 l 650 828 l 650 992 "},"—":{"x_min":0,"x_max":1389,"ha":1389,"o":"m 0 480 l 0 324 l 1389 324 l 1389 480 l 0 480 "},"=":{"x_min":65,"x_max":768,"ha":833,"o":"m 65 286 l 65 114 l 768 114 l 768 286 l 65 286 m 65 589 l 65 417 l 768 417 l 768 589 l 65 589 "},"N":{"x_min":69,"x_max":727,"ha":796,"o":"m 299 992 l 69 992 l 69 0 l 252 0 l 252 695 l 254 695 l 499 0 l 727 0 l 727 992 l 544 992 l 544 313 l 541 313 l 299 992 "},"⁄":{"x_min":-223.609375,"x_max":459.71875,"ha":232,"o":"m 336 1007 l -223 -39 l -100 -39 l 459 1007 l 336 1007 "},"2":{"x_min":25,"x_max":631,"ha":667,"o":"m 631 0 l 631 156 l 259 156 q 291 221 266 183 q 361 300 316 260 l 472 403 q 543 475 513 440 q 590 548 572 511 q 616 627 608 586 q 625 715 625 668 q 552 914 625 845 q 330 984 480 984 q 98 910 172 984 q 25 698 25 836 l 25 661 l 216 661 q 220 734 216 700 q 235 796 223 769 q 268 837 247 822 q 327 853 290 853 q 425 730 425 853 q 421 664 425 693 q 406 609 418 634 q 375 559 395 584 q 322 505 355 534 l 241 430 q 146 331 187 380 q 78 230 105 282 q 38 122 51 179 q 25 0 25 65 l 631 0 "},"j":{"x_min":-30,"x_max":262.671875,"ha":334,"o":"m 71 1003 l 71 839 l 262 839 l 262 1003 l 71 1003 m 71 747 l 71 14 q 59 -72 71 -44 q 0 -101 47 -101 l -14 -101 q -30 -98 -21 -101 l -30 -239 q 8 -239 -9 -239 q 43 -239 26 -239 q 149 -226 107 -239 q 216 -189 191 -214 q 252 -129 241 -165 q 262 -46 262 -93 l 262 747 l 71 747 "},"\t":{"x_min":0,"x_max":0,"ha":333},"Z":{"x_min":33,"x_max":634,"ha":667,"o":"m 33 145 l 33 0 l 634 0 l 634 164 l 258 164 l 629 840 l 629 992 l 58 992 l 58 828 l 398 828 l 33 145 "},"u":{"x_min":64,"x_max":630.671875,"ha":695,"o":"m 447 88 l 447 0 l 630 0 l 630 748 l 439 748 l 439 251 q 337 128 439 128 q 275 150 294 128 q 255 232 255 173 l 255 748 l 64 748 l 64 193 q 113 32 64 80 q 254 -15 162 -15 q 365 8 316 -15 q 444 88 414 32 l 447 88 "},"1":{"x_min":57.15625,"x_max":453,"ha":667,"o":"m 253 0 l 453 0 l 453 984 l 305 984 q 232 863 290 900 q 75 826 175 826 l 57 826 l 57 695 l 253 695 l 253 0 "},"›":{"x_min":64,"x_max":271,"ha":335,"o":"m 64 305 l 64 122 l 271 289 l 271 514 l 64 680 l 64 497 l 173 401 l 64 305 "},"k":{"x_min":71,"x_max":701.5625,"ha":695,"o":"m 262 992 l 71 992 l 71 0 l 262 0 l 262 218 l 330 306 l 490 0 l 701 0 l 454 452 l 669 748 l 458 748 l 265 468 l 262 468 l 262 992 "},"€":{"x_min":35.9375,"x_max":665.34375,"ha":667,"o":"m 665 918 q 451 988 575 988 q 134 646 163 988 l 77 646 l 35 538 l 129 538 l 129 467 l 76 467 l 35 359 l 136 359 q 421 -15 136 -15 q 633 43 525 -15 l 633 217 q 454 124 526 124 q 348 208 375 124 q 332 359 332 250 l 471 359 l 511 467 l 328 467 l 328 538 l 525 538 l 565 646 l 335 646 q 353 782 335 740 q 463 850 382 850 q 601 779 534 850 l 665 918 "},"<":{"x_min":65,"x_max":768,"ha":833,"o":"m 65 425 l 65 277 l 768 -6 l 768 161 l 298 351 l 768 541 l 768 714 l 65 425 "},"t":{"x_min":8,"x_max":408,"ha":411,"o":"m 105 960 l 105 748 l 8 748 l 8 617 l 105 617 l 105 188 q 112 94 105 131 q 137 34 119 57 q 192 4 156 12 q 283 -3 227 -3 q 346 -3 316 -3 q 408 -3 376 -3 l 408 132 q 387 130 398 130 q 364 130 376 130 q 310 148 323 130 q 297 212 297 167 l 297 617 l 408 617 l 408 748 l 297 748 l 297 960 l 105 960 "},"W":{"x_min":11.109375,"x_max":1044.453125,"ha":1056,"o":"m 11 992 l 191 0 l 415 0 l 526 720 l 529 720 l 640 0 l 863 0 l 1044 992 l 852 992 l 743 258 l 740 258 l 623 992 l 431 992 l 315 258 l 312 258 l 202 992 l 11 992 "},"v":{"x_min":6.9375,"x_max":609.71875,"ha":617,"o":"m 418 748 l 316 213 l 313 213 l 206 748 l 6 748 l 200 0 l 422 0 l 609 748 l 418 748 "},">":{"x_min":65,"x_max":768,"ha":833,"o":"m 65 161 l 65 -6 l 768 277 l 768 425 l 65 714 l 65 541 l 534 351 l 65 161 "},"s":{"x_min":32,"x_max":585,"ha":617,"o":"m 204 245 l 32 245 l 32 218 q 44 120 32 164 q 88 46 57 76 q 173 0 119 15 q 307 -15 226 -15 q 418 -2 368 -15 q 506 39 469 9 q 564 112 543 68 q 585 215 585 155 q 547 349 585 300 q 419 429 509 398 l 304 468 q 238 505 255 483 q 221 555 221 527 q 248 615 221 595 q 311 636 275 636 q 377 608 358 636 q 396 523 396 581 l 568 523 l 568 554 q 505 711 568 655 q 312 767 443 767 q 187 748 239 767 q 101 700 135 730 q 53 628 68 669 q 38 541 38 587 q 78 412 38 462 q 197 333 118 361 l 332 285 q 381 255 360 274 q 402 200 402 236 q 375 133 402 155 q 304 111 349 111 q 229 141 255 111 q 204 219 204 171 l 204 245 "},"B":{"x_min":69,"x_max":716,"ha":772,"o":"m 269 147 l 269 446 l 355 446 q 416 439 388 446 q 464 414 444 432 q 496 368 484 397 q 508 297 508 340 q 463 178 508 210 q 346 147 419 147 l 269 147 m 269 585 l 269 845 l 341 845 q 451 815 416 845 q 486 715 486 786 q 447 614 486 644 q 326 585 409 585 l 269 585 m 69 992 l 69 0 l 406 0 q 552 23 493 0 q 648 86 611 47 q 700 179 685 126 q 716 290 716 232 q 667 450 716 390 q 536 521 619 509 l 536 523 q 648 602 611 544 q 686 740 686 659 q 665 860 686 811 q 606 937 644 908 q 517 979 569 966 q 403 992 465 992 l 69 992 "},"…":{"x_min":140,"x_max":1249,"ha":1389,"o":"m 1249 217 l 1066 217 l 1066 0 l 1249 0 l 1249 217 m 786 217 l 603 217 l 603 0 l 786 0 l 786 217 m 323 217 l 140 217 l 140 0 l 323 0 l 323 217 "},"?":{"x_min":50,"x_max":618,"ha":668,"o":"m 416 183 l 225 183 l 225 0 l 416 0 l 416 183 m 50 685 l 233 685 l 233 719 q 255 829 233 787 q 331 872 278 872 q 402 839 379 872 q 426 754 426 806 q 414 675 426 712 q 373 607 402 639 l 321 547 q 254 446 273 494 q 235 328 235 398 l 235 274 l 407 274 l 407 295 q 422 381 407 348 q 474 455 438 415 l 530 518 q 599 626 580 576 q 618 734 618 676 q 545 930 618 857 q 324 1003 472 1003 q 204 981 256 1003 q 118 922 152 959 q 67 832 84 884 q 50 716 50 779 l 50 685 "},"H":{"x_min":69,"x_max":702,"ha":771,"o":"m 69 992 l 69 0 l 269 0 l 269 441 l 502 441 l 502 0 l 702 0 l 702 992 l 502 992 l 502 613 l 269 613 l 269 992 l 69 992 "},"c":{"x_min":36,"x_max":607,"ha":643,"o":"m 424 477 l 607 477 q 539 689 607 611 q 338 767 472 767 q 216 748 272 767 q 120 685 161 730 q 58 564 80 640 q 36 373 36 489 q 54 185 36 261 q 107 64 72 110 q 196 2 142 19 q 322 -15 249 -15 q 541 62 475 -15 q 607 286 607 139 l 424 286 q 401 152 424 194 q 330 111 379 111 q 278 125 298 111 q 247 172 258 140 q 231 253 236 204 q 227 372 227 302 q 231 485 227 437 q 247 564 236 533 q 280 612 258 596 q 337 628 302 628 q 382 614 365 628 q 407 580 398 601 q 420 532 417 558 q 424 477 424 505 "},"&":{"x_min":17,"x_max":828.171875,"ha":824,"o":"m 592 326 l 443 528 q 573 650 531 590 q 616 785 616 710 q 601 865 616 828 q 556 931 586 903 q 479 976 525 960 q 368 992 432 992 q 266 977 313 992 q 186 935 220 962 q 134 870 153 908 q 116 783 116 832 q 118 743 116 763 q 128 703 121 724 q 148 658 135 682 q 182 604 161 635 l 217 553 q 70 424 124 495 q 17 267 17 354 q 29 175 17 225 q 75 82 42 125 q 168 12 108 39 q 321 -15 228 -15 q 459 8 396 -15 q 560 76 522 31 l 616 0 l 828 0 l 697 183 q 770 321 742 247 q 799 477 799 396 l 627 477 q 617 401 627 444 q 592 326 607 358 m 310 435 l 477 198 q 347 136 426 136 q 287 147 314 136 q 244 178 261 159 q 217 220 226 197 q 208 266 208 244 q 230 351 208 312 q 310 435 251 390 m 280 789 q 304 849 280 828 q 364 870 328 870 q 427 848 403 870 q 452 786 452 826 q 437 733 452 760 q 389 678 422 706 l 353 647 l 329 681 q 280 789 280 747 "},"I":{"x_min":79,"x_max":279,"ha":358,"o":"m 79 0 l 279 0 l 279 992 l 79 992 l 79 0 "},"•":{"x_min":100,"x_max":594,"ha":694,"o":"m 100 496 q 119 399 100 445 q 172 321 138 354 q 250 268 205 287 q 347 249 295 249 q 443 268 398 249 q 521 321 488 287 q 574 399 555 354 q 594 496 594 445 q 574 593 594 547 q 521 671 555 638 q 443 724 488 705 q 347 744 398 744 q 250 724 295 744 q 172 671 205 705 q 119 593 138 638 q 100 496 100 547 "},"G":{"x_min":60,"x_max":713,"ha":773,"o":"m 510 698 l 701 698 q 629 930 701 849 q 393 1012 557 1012 q 233 980 297 1012 q 130 884 169 948 q 75 727 91 821 q 60 507 60 632 q 71 280 60 378 q 114 115 82 182 q 205 16 147 48 q 354 -15 262 -15 q 476 9 425 -15 q 563 92 527 33 l 566 92 l 566 0 l 713 0 l 713 535 l 389 535 l 389 388 l 521 388 l 521 286 q 508 216 521 246 q 476 166 495 186 q 435 137 457 147 q 395 128 413 128 q 323 155 351 128 q 280 232 295 182 q 266 356 266 283 q 266 517 266 428 q 297 784 266 703 q 398 865 328 865 q 449 849 428 865 q 484 808 470 833 q 503 755 497 784 q 510 698 510 726 "},"`":{"x_min":-18.0625,"x_max":244.4375,"ha":308,"o":"m 113 835 l 244 835 l 169 1035 l -18 1035 l 113 835 "},"(":{"x_min":69,"x_max":410.328125,"ha":410,"o":"m 410 993 l 263 993 q 114 672 159 829 q 69 368 69 516 q 114 67 69 221 q 263 -251 159 -86 l 410 -251 q 336 -97 367 -171 q 287 49 306 -23 q 260 201 268 122 q 252 368 252 279 q 260 536 252 457 q 287 689 268 614 q 336 839 306 765 q 410 993 367 913 "},"U":{"x_min":57,"x_max":690,"ha":747,"o":"m 257 992 l 57 992 l 57 300 q 83 137 57 200 q 154 41 109 75 q 255 -3 198 7 q 373 -15 312 -15 q 491 -2 434 -15 q 592 46 548 9 q 663 144 637 82 q 690 300 690 205 l 690 992 l 490 992 l 490 300 q 485 231 490 262 q 467 177 480 200 q 431 141 453 154 q 373 128 409 128 q 315 141 338 128 q 279 177 293 154 q 261 231 266 200 q 257 300 257 262 l 257 992 "},"◊":{"x_min":31.9375,"x_max":655.5625,"ha":686,"o":"m 372 964 l 297 964 l 31 480 l 297 0 l 372 0 l 655 480 l 372 964 m 336 898 l 579 480 l 336 63 l 105 480 l 336 898 "},"F":{"x_min":69,"x_max":623.171875,"ha":643,"o":"m 69 992 l 69 0 l 269 0 l 269 431 l 602 431 l 602 595 l 269 595 l 269 828 l 623 828 l 623 992 l 69 992 "},"r":{"x_min":64,"x_max":457.046875,"ha":463,"o":"m 64 748 l 64 0 l 255 0 l 255 448 q 268 511 255 486 q 301 552 280 536 q 347 575 322 568 q 397 582 372 582 q 427 582 412 582 q 457 580 441 582 l 457 763 q 439 765 448 765 q 422 765 430 765 q 320 733 362 765 q 250 648 279 702 l 247 648 l 247 748 l 64 748 "},":":{"x_min":75,"x_max":258,"ha":333,"o":"m 75 724 l 75 507 l 258 507 l 258 724 l 75 724 m 75 217 l 75 0 l 258 0 l 258 217 l 75 217 "},"x":{"x_min":9.71875,"x_max":631.9375,"ha":642,"o":"m 423 748 l 320 522 l 218 748 l 18 748 l 212 385 l 9 0 l 209 0 l 320 244 l 431 0 l 631 0 l 429 385 l 623 748 l 423 748 "},"*":{"x_min":9.828125,"x_max":532.15625,"ha":542,"o":"m 328 992 l 214 992 l 214 814 l 44 869 l 9 761 l 179 705 l 73 561 l 166 494 l 271 639 l 375 494 l 468 561 l 362 705 l 532 761 l 497 869 l 328 814 l 328 992 "},"†":{"x_min":4,"x_max":662,"ha":666,"o":"m 237 992 l 237 717 l 4 717 l 4 561 l 237 561 l 237 -188 l 429 -188 l 429 561 l 662 561 l 662 717 l 429 717 l 429 992 l 237 992 "},"V":{"x_min":4.171875,"x_max":716.671875,"ha":721,"o":"m 218 992 l 4 992 l 231 0 l 488 0 l 716 992 l 509 992 l 362 258 l 358 258 l 218 992 "},"h":{"x_min":64,"x_max":630.671875,"ha":695,"o":"m 64 992 l 64 0 l 255 0 l 255 496 q 357 620 255 620 q 419 597 400 620 q 439 515 439 574 l 439 0 l 630 0 l 630 554 q 581 716 630 666 q 440 767 532 767 q 258 671 314 767 l 255 671 l 255 992 l 64 992 "},"0":{"x_min":32,"x_max":635,"ha":667,"o":"m 32 458 q 46 237 32 328 q 96 89 61 146 q 191 8 132 32 q 340 -15 251 -15 q 512 26 450 -15 q 604 141 573 68 q 635 308 635 214 q 635 506 635 403 q 620 727 635 636 q 570 875 605 818 q 475 958 534 932 q 326 984 416 984 q 154 940 216 984 q 62 823 93 896 q 32 656 32 750 q 32 458 32 561 m 229 415 l 229 522 q 229 680 229 616 q 241 782 229 744 q 275 837 253 821 q 332 853 297 853 q 387 840 366 853 q 422 793 409 828 q 436 700 436 759 q 436 548 436 641 l 436 441 q 436 283 436 347 q 423 181 436 219 q 389 126 411 142 q 332 111 367 111 q 277 123 298 111 q 242 170 255 136 q 229 263 229 204 q 229 415 229 322 "},".":{"x_min":75,"x_max":258,"ha":333,"o":"m 258 217 l 75 217 l 75 0 l 258 0 l 258 217 "},"\b":{"x_min":0,"x_max":0,"ha":0},"”":{"x_min":94,"x_max":548,"ha":642,"o":"m 365 992 l 365 775 l 437 775 l 437 752 q 419 681 437 713 q 365 643 401 649 l 365 545 q 455 572 420 551 q 511 628 491 594 q 540 709 532 662 q 548 811 548 755 l 548 992 l 365 992 m 94 992 l 94 775 l 166 775 l 166 752 q 148 681 166 713 q 94 643 130 649 l 94 545 q 184 572 149 551 q 240 628 220 594 q 269 709 261 662 q 277 811 277 755 l 277 992 l 94 992 "},"@":{"x_min":40,"x_max":1070,"ha":1110,"o":"m 742 752 l 724 678 q 651 748 693 726 q 556 771 609 771 q 433 741 488 771 q 339 663 378 711 q 279 554 300 615 q 259 429 259 493 q 277 330 259 374 q 323 256 295 286 q 388 209 352 225 q 461 194 424 194 q 559 215 517 194 q 628 267 600 237 l 631 267 q 721 194 638 194 q 778 203 743 194 q 852 231 813 212 q 929 282 890 250 q 999 357 968 313 q 1050 459 1031 402 q 1070 591 1070 517 q 1028 764 1070 687 q 916 896 986 841 q 752 982 846 952 q 555 1012 659 1012 q 354 971 448 1012 q 190 861 260 931 q 80 697 120 791 q 40 496 40 603 q 80 295 40 389 q 190 132 120 201 q 354 23 260 62 q 555 -15 448 -15 q 825 40 713 -15 q 1013 200 938 95 l 889 200 q 757 138 831 165 q 588 111 684 111 q 438 140 509 111 q 313 222 366 170 q 227 345 259 275 q 196 494 196 415 q 225 639 196 569 q 305 762 254 708 q 427 849 356 817 q 578 881 497 881 q 717 857 651 881 q 835 790 784 833 q 917 689 886 747 q 948 561 948 631 q 932 462 948 507 q 895 385 917 417 q 849 337 874 354 q 803 320 824 320 q 776 347 776 320 q 784 404 776 365 l 864 752 l 742 752 m 415 453 q 426 512 415 482 q 459 567 438 542 q 508 608 480 592 q 570 624 537 624 q 643 593 613 624 q 674 518 674 562 q 662 456 674 488 q 629 398 650 424 q 578 356 607 372 q 513 341 549 341 q 442 374 469 341 q 415 453 415 407 "},"f":{"x_min":8,"x_max":408.109375,"ha":411,"o":"m 105 617 l 105 0 l 297 0 l 297 617 l 408 617 l 408 748 l 297 748 l 297 813 q 313 859 297 845 q 370 873 330 873 l 388 873 q 408 871 401 873 l 408 1009 q 305 1009 356 1009 q 221 1000 259 1009 q 158 970 184 991 q 119 916 133 950 q 105 832 105 882 l 105 748 l 8 748 l 8 617 l 105 617 "},";":{"x_min":75,"x_max":258,"ha":333,"o":"m 258 724 l 75 724 l 75 507 l 258 507 l 258 724 m 258 217 l 75 217 l 75 0 l 147 0 l 147 -18 q 129 -88 147 -56 q 75 -127 111 -120 l 75 -225 q 165 -197 130 -219 q 221 -142 201 -176 q 250 -61 242 -108 q 258 36 258 -15 l 258 217 "},"“":{"x_min":94,"x_max":548,"ha":642,"o":"m 94 726 l 94 546 l 277 546 l 277 763 l 204 763 l 204 785 q 222 856 204 824 q 277 895 240 888 l 277 992 q 186 965 221 986 q 130 909 150 943 q 101 828 109 875 q 94 726 94 782 m 365 726 l 365 546 l 548 546 l 548 763 l 475 763 l 475 785 q 493 856 475 824 q 548 895 511 888 l 548 992 q 457 965 492 986 q 401 909 421 943 q 372 828 380 875 q 365 726 365 782 "},"i":{"x_min":71,"x_max":262.671875,"ha":334,"o":"m 71 1003 l 71 839 l 262 839 l 262 1003 l 71 1003 m 71 748 l 71 0 l 262 0 l 262 748 l 71 748 "},"6":{"x_min":25,"x_max":647,"ha":666,"o":"m 228 305 q 253 448 228 405 q 338 492 278 492 q 421 448 396 492 q 447 305 447 405 q 443 228 447 263 q 428 166 440 193 q 396 125 417 140 q 338 111 374 111 q 282 125 303 111 q 248 165 260 140 q 232 227 237 191 q 228 305 228 263 m 432 734 l 622 734 q 598 852 622 804 q 537 929 575 900 q 449 971 499 959 q 346 984 400 984 q 155 938 223 984 q 56 816 88 892 q 25 642 25 740 q 25 440 25 544 q 34 267 25 350 q 76 120 44 183 q 169 21 108 57 q 331 -15 230 -15 q 572 73 497 -15 q 647 332 647 161 q 633 455 647 398 q 592 552 620 511 q 517 616 563 593 q 406 639 471 639 q 293 616 339 639 q 221 555 246 593 l 219 555 l 219 603 q 223 703 219 657 q 240 782 227 749 q 278 834 253 815 q 341 853 302 853 q 411 822 391 853 q 432 734 432 792 "},"A":{"x_min":0,"x_max":772.21875,"ha":772,"o":"m 483 374 l 387 820 l 384 820 l 288 374 l 483 374 m 509 992 l 772 0 l 563 0 l 518 210 l 254 210 l 208 0 l 0 0 l 262 992 l 509 992 "},"‘":{"x_min":89,"x_max":272,"ha":361,"o":"m 89 726 l 89 546 l 272 546 l 272 763 l 199 763 l 199 785 q 217 856 199 824 q 272 895 235 888 l 272 992 q 181 965 216 986 q 125 909 145 943 q 96 828 104 875 q 89 726 89 782 "},"n":{"x_min":64,"x_max":630.671875,"ha":695,"o":"m 64 748 l 64 0 l 255 0 l 255 496 q 357 620 255 620 q 419 597 400 620 q 439 515 439 574 l 439 0 l 630 0 l 630 554 q 581 716 630 666 q 440 767 532 767 q 329 741 377 767 q 250 660 280 715 l 247 660 l 247 748 l 64 748 "},"O":{"x_min":49,"x_max":724,"ha":773,"o":"m 253 496 q 253 666 253 596 q 268 780 253 735 q 311 844 283 824 q 385 865 339 865 q 459 844 431 865 q 502 780 487 824 q 518 666 518 735 q 518 496 518 596 q 518 326 518 396 q 502 212 518 255 q 459 148 487 168 q 385 128 431 128 q 311 148 339 128 q 268 212 283 168 q 253 326 253 255 q 253 496 253 396 m 49 496 q 59 287 49 382 q 105 125 69 193 q 207 21 140 57 q 386 -15 274 -15 q 565 21 499 -15 q 667 125 632 57 q 713 287 703 193 q 724 496 724 382 q 713 704 724 608 q 667 867 703 799 q 565 973 632 935 q 386 1012 499 1012 q 207 973 274 1012 q 105 867 140 935 q 59 704 69 799 q 49 496 49 608 "},"]":{"x_min":8.15625,"x_max":326,"ha":437,"o":"m 8 -112 l 8 -251 l 326 -251 l 326 993 l 8 993 l 8 854 l 154 854 l 154 -112 l 8 -112 "},"3":{"x_min":28,"x_max":639,"ha":667,"o":"m 219 287 l 28 287 l 28 283 q 98 62 28 140 q 312 -15 169 -15 q 478 11 415 -15 q 577 80 541 37 q 626 176 614 124 q 639 279 639 229 q 599 434 639 372 q 464 511 559 496 l 464 514 q 574 586 534 529 q 614 731 614 642 q 539 922 614 861 q 330 984 465 984 q 115 912 189 984 q 42 693 42 840 l 225 693 q 228 757 225 727 q 243 807 231 786 q 274 841 254 829 q 326 853 294 853 q 398 823 375 853 q 422 724 422 794 q 416 665 422 693 q 396 616 409 638 q 361 582 383 595 q 308 569 340 569 l 243 569 l 243 438 l 309 438 q 376 424 351 438 q 415 386 401 410 q 434 332 429 362 q 439 269 439 303 q 435 208 439 237 q 420 157 432 179 q 386 123 408 136 q 328 111 364 111 q 241 156 262 111 q 219 287 219 201 "},"m":{"x_min":64,"x_max":989,"ha":1053,"o":"m 64 748 l 64 0 l 255 0 l 255 492 q 282 589 255 558 q 355 620 309 620 q 413 594 396 620 q 431 522 431 569 l 431 0 l 622 0 l 622 492 q 649 589 622 558 q 722 620 676 620 q 780 594 762 620 q 797 522 797 569 l 797 0 l 989 0 l 989 543 q 943 709 989 651 q 803 767 898 767 q 685 737 735 767 q 614 648 636 707 l 611 648 q 551 736 596 706 q 439 767 505 767 q 331 744 376 767 q 250 671 286 722 l 247 671 l 247 748 l 64 748 "},"9":{"x_min":19,"x_max":640,"ha":666,"o":"m 219 658 q 222 735 219 700 q 237 797 225 771 q 269 838 248 823 q 327 853 291 853 q 383 838 362 853 q 417 798 405 823 q 433 736 428 772 q 437 658 437 700 q 412 516 437 559 q 327 473 387 473 q 244 516 269 473 q 219 658 219 559 m 234 230 l 42 230 q 65 110 42 159 q 126 34 88 62 q 214 -4 164 5 q 317 -15 264 -15 q 508 28 440 -15 q 608 147 576 72 q 640 320 640 222 q 640 524 640 418 q 630 697 640 614 q 588 844 620 781 q 495 945 556 907 q 333 984 435 984 q 93 893 168 984 q 19 632 19 803 q 32 509 19 566 q 73 412 45 453 q 148 348 102 371 q 259 326 194 326 q 372 348 326 326 q 444 409 419 371 l 447 409 l 447 361 q 442 261 447 307 q 425 182 438 215 q 388 129 412 148 q 324 111 364 111 q 254 142 274 111 q 234 230 234 174 "},"l":{"x_min":71,"x_max":262.671875,"ha":334,"o":"m 71 992 l 71 0 l 262 0 l 262 992 l 71 992 "},"8":{"x_min":19,"x_max":647,"ha":666,"o":"m 219 280 q 223 347 219 316 q 241 400 228 377 q 277 436 255 423 q 333 450 299 450 q 388 436 366 450 q 424 400 410 423 q 442 347 437 377 q 447 280 447 316 q 442 214 447 245 q 424 160 437 183 q 388 124 410 137 q 333 111 366 111 q 277 124 299 111 q 241 160 255 137 q 223 214 228 183 q 219 280 219 245 m 235 718 q 332 853 235 853 q 430 718 430 853 q 403 614 430 647 q 332 581 377 581 q 262 614 288 581 q 235 718 235 647 m 19 277 q 29 183 19 234 q 73 87 39 132 q 168 14 106 43 q 333 -15 230 -15 q 497 14 435 -15 q 592 87 559 43 q 636 183 626 132 q 647 277 647 234 q 605 437 647 371 q 480 521 563 504 l 480 523 q 545 554 518 533 q 589 601 573 575 q 614 657 606 628 q 621 712 621 686 q 544 920 621 857 q 332 984 467 984 q 121 920 198 984 q 44 712 44 857 q 50 657 44 686 q 74 601 57 628 q 118 554 91 575 q 186 523 145 533 l 186 521 q 60 437 102 504 q 19 277 19 371 "},"p":{"x_min":64,"x_max":648.671875,"ha":695,"o":"m 64 748 l 64 -240 l 255 -240 l 255 70 l 258 70 q 327 5 289 25 q 419 -15 365 -15 q 593 75 537 -15 q 648 373 648 165 q 593 674 648 582 q 419 767 537 767 q 321 744 361 767 q 250 669 282 721 l 247 669 l 247 748 l 64 748 m 255 374 q 274 558 255 496 q 357 620 293 620 q 438 558 419 620 q 457 374 457 496 q 438 189 457 251 q 357 128 419 128 q 274 189 293 128 q 255 374 255 251 "},"4":{"x_min":19,"x_max":647,"ha":666,"o":"m 19 368 l 19 204 l 369 204 l 369 0 l 552 0 l 552 204 l 647 204 l 647 360 l 552 360 l 552 984 l 345 984 l 19 368 m 369 734 l 369 360 l 174 360 l 366 734 l 369 734 "},"‡":{"x_min":4,"x_max":662,"ha":666,"o":"m 237 72 l 237 -188 l 429 -188 l 429 72 l 662 72 l 662 228 l 429 228 l 429 572 l 662 572 l 662 728 l 429 728 l 429 992 l 237 992 l 237 728 l 4 728 l 4 572 l 237 572 l 237 228 l 4 228 l 4 72 l 237 72 "},"R":{"x_min":69,"x_max":741,"ha":772,"o":"m 69 992 l 69 0 l 269 0 l 269 420 l 377 420 q 468 386 441 420 q 495 294 495 353 l 495 104 q 500 48 495 75 q 524 0 505 21 l 741 0 l 741 8 q 704 65 713 23 q 695 186 695 107 q 695 259 695 226 q 692 319 695 292 q 647 440 683 403 q 537 489 611 478 l 537 492 q 661 573 621 510 q 702 736 702 636 q 632 928 702 865 q 438 992 563 992 l 69 992 m 269 559 l 269 845 l 363 845 q 502 707 502 845 q 463 593 502 627 q 352 559 424 559 l 269 559 "},"\r":{"x_min":0,"x_max":0,"ha":333},"o":{"x_min":39,"x_max":628,"ha":667,"o":"m 233 373 q 233 479 233 430 q 243 562 233 527 q 275 616 254 597 q 331 636 296 636 q 413 574 391 636 q 436 373 436 513 q 413 171 436 233 q 331 110 391 110 q 275 130 296 110 q 243 184 254 149 q 233 267 233 219 q 233 373 233 316 m 39 373 q 52 201 39 276 q 100 78 66 127 q 190 5 133 28 q 333 -17 247 -17 q 471 6 415 -17 q 562 79 527 30 q 612 202 597 128 q 628 372 628 276 q 614 544 628 470 q 566 668 600 618 q 476 742 533 718 q 333 767 419 767 q 195 741 251 767 q 104 666 139 715 q 54 543 69 616 q 39 373 39 469 "},"5":{"x_min":25,"x_max":631,"ha":667,"o":"m 590 809 l 590 965 l 59 965 l 59 429 l 220 429 q 249 495 226 471 q 315 520 272 520 q 371 510 348 520 q 406 476 393 500 q 425 413 419 453 q 431 311 431 372 q 403 167 431 215 q 314 120 376 120 q 262 135 282 120 q 232 176 243 151 q 219 228 222 200 q 216 281 216 256 l 25 281 l 25 254 q 35 164 25 212 q 76 76 45 117 q 164 10 107 35 q 315 -15 222 -15 q 471 9 410 -15 q 567 81 532 33 q 617 196 603 129 q 631 344 631 262 q 619 459 631 403 q 581 560 608 515 q 507 631 554 604 q 390 659 461 659 q 282 641 326 659 q 209 585 237 624 l 206 585 l 227 809 l 590 809 "}},"cssFontWeight":"bold","ascender":1335,"underlinePosition":-100,"cssFontStyle":"normal","boundingBox":{"yMin":-251,"xMin":-223.609375,"yMax":1080,"xMax":1480},"resolution":1000,"original_font_information":{"postscript_name":"HelveticaNeue-CondensedBold","version_string":"1.1d4","vendor_url":"http://www.LinotypeLibrary.com/","full_font_name":"Helvetica Neue Condensed Bold","font_family_name":"Helvetica Neue","copyright":"Copyright (c) 1981, 1982, 1983, 1989 and 1993, Linotype Library GmbH or its affiliated Linotype-Hell companies. All rights reserved.\r\rThe digitally encoded machine readable software for producing the Typefaces licensed to you is now the property of Heidelberger Druckmaschinen AG and its licensors, and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Heidelberger Druckmaschinen AG.\r\rCopyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights Reserved.","description":"Helvetica (Latin for Swiss) has the objective and functional style which was associated with Swiss typography in the 1950s and 1960s. It is perfect for international correspondence: no ornament, no emotion, just clear presentation of information. Helvetica is still one of the best selling sans-serif fonts.","trademark":"\"Helvetica Neue\" is a trademark of Heidelberger Druckmaschinen AG, which may be registered in certain jurisdictions, exclusivly licensed through Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen AG.","designer":"","designer_url":"http://www.LinotypeLibrary.com/","unique_font_identifier":"Helvetica Neue Condensed Bold; 1.1d4; Fri, Jul 27, 2001","license_url":"","license_description":"","manufacturer_name":"","font_sub_family_name":"Condensed Bold"},"descender":-307,"familyName":"Helvetica Neue","lineHeight":1681,"underlineThickness":50});;jQuery.autocomplete=function(input,options){var me=this;var $input=$(input).attr("autocomplete","off");if(options.inputClass)$input.addClass(options.inputClass);var results=document.createElement("div");var $results=$(results);$results.hide().addClass(options.resultsClass).css("position","absolute");if(options.width>0)$results.css("width",options.width);$("body").append(results);input.autocompleter=me;var timeout=null;var prev="";var active=-1;var cache={};var keyb=false;var hasFocus=false;var lastKeyPressCode=null;function flushCache(){cache={};cache.data={};cache.length=0;};flushCache();if(options.data!=null){var sFirstChar="",stMatchSets={},row=[];if(typeof options.url!="string")options.cacheLength=1;for(var i=0;i<options.data.length;i++){row=((typeof options.data[i]=="string")?[options.data[i]]:options.data[i]);if(row[0].length>0){sFirstChar=row[0].substring(0,1).toLowerCase();if(!stMatchSets[sFirstChar])stMatchSets[sFirstChar]=[];stMatchSets[sFirstChar].push(row);}}
for(var k in stMatchSets){options.cacheLength++;addToCache(k,stMatchSets[k]);}}
$input.keydown(function(e){lastKeyPressCode=e.keyCode;switch(e.keyCode){case 38:e.preventDefault();moveSelect(-1);break;case 40:e.preventDefault();moveSelect(1);break;case 9:case 13:if(selectCurrent()){$input.get(0).blur();e.preventDefault();}
break;default:active=-1;if(timeout)clearTimeout(timeout);timeout=setTimeout(function(){onChange();},options.delay);break;}}).focus(function(){hasFocus=true;}).blur(function(){hasFocus=false;hideResults();});hideResultsNow();function onChange(){if(lastKeyPressCode==46||(lastKeyPressCode>8&&lastKeyPressCode<32))return $results.hide();var v=$input.val();if(v==prev)return;prev=v;if(v.length>=options.minChars){$input.addClass(options.loadingClass);requestData(v);}else{$input.removeClass(options.loadingClass);$results.hide();}};function moveSelect(step){var lis=$("li",results);if(!lis)return;active+=step;if(active<0){active=0;}else if(active>=lis.size()){active=lis.size()-1;}
lis.removeClass("ac_over");$(lis[active]).addClass("ac_over");};function selectCurrent(){var li=$("li.ac_over",results)[0];if(!li){var $li=$("li",results);if(options.selectOnly){if($li.length==1)li=$li[0];}else if(options.selectFirst){li=$li[0];}}
if(li){selectItem(li);return true;}else{return false;}};function selectItem(li){if(!li){li=document.createElement("li");li.extra=[];li.selectValue="";}
var v=$.trim(li.selectValue?li.selectValue:li.innerHTML);input.lastSelected=v;prev=v;$results.html("");$input.val(v);hideResultsNow();if(options.onItemSelect)setTimeout(function(){options.onItemSelect(li)},1);};function createSelection(start,end){var field=$input.get(0);if(field.createTextRange){var selRange=field.createTextRange();selRange.collapse(true);selRange.moveStart("character",start);selRange.moveEnd("character",end);selRange.select();}else if(field.setSelectionRange){field.setSelectionRange(start,end);}else{if(field.selectionStart){field.selectionStart=start;field.selectionEnd=end;}}
field.focus();};function autoFill(sValue){if(lastKeyPressCode!=8){$input.val($input.val()+sValue.substring(prev.length));createSelection(prev.length,sValue.length);}};function showResults(){var pos=findPos(input);var iWidth=(options.width>0)?options.width:$input.width();$results.css({width:parseInt(iWidth)+"px",top:(pos.y+input.offsetHeight)+"px",left:pos.x+"px"}).show();};function hideResults(){if(timeout)clearTimeout(timeout);timeout=setTimeout(hideResultsNow,200);};function hideResultsNow(){if(timeout)clearTimeout(timeout);$input.removeClass(options.loadingClass);if($results.is(":visible")){$results.hide();}
if(options.mustMatch){var v=$input.val();if(v!=input.lastSelected){selectItem(null);}}};function receiveData(q,data){if(data){$input.removeClass(options.loadingClass);results.innerHTML="";if(!hasFocus||data.length==0)return hideResultsNow();if($.browser.msie){$results.append(document.createElement('iframe'));}
results.appendChild(dataToDom(data));if(options.autoFill&&($input.val().toLowerCase()==q.toLowerCase()))autoFill(data[0][0]);showResults();}else{hideResultsNow();}};function parseData(data){if(!data)return null;var parsed=[];var rows=data.split(options.lineSeparator);for(var i=0;i<rows.length;i++){var row=$.trim(rows[i]);if(row){parsed[parsed.length]=row.split(options.cellSeparator);}}
return parsed;};function dataToDom(data){var ul=document.createElement("ul");var num=data.length;if((options.maxItemsToShow>0)&&(options.maxItemsToShow<num))num=options.maxItemsToShow;for(var i=0;i<num;i++){var row=data[i];if(!row)continue;var li=document.createElement("li");if(options.formatItem){li.innerHTML=options.formatItem(row,i,num);li.selectValue=row[0];}else{li.innerHTML=row[0];li.selectValue=row[0];}
var extra=null;if(row.length>1){extra=[];for(var j=1;j<row.length;j++){extra[extra.length]=row[j];}}
li.extra=extra;ul.appendChild(li);$(li).hover(function(){$("li",ul).removeClass("ac_over");$(this).addClass("ac_over");active=$("li",ul).indexOf($(this).get(0));},function(){$(this).removeClass("ac_over");}).click(function(e){e.preventDefault();e.stopPropagation();selectItem(this)});}
return ul;};function requestData(q){if(!options.matchCase)q=q.toLowerCase();var data=options.cacheLength?loadFromCache(q):null;if(data){receiveData(q,data);}else if((typeof options.url=="string")&&(options.url.length>0)){$.get(makeUrl(q),function(data){data=parseData(data);addToCache(q,data);receiveData(q,data);});}else{$input.removeClass(options.loadingClass);}};function makeUrl(q){var url=options.url+"?q="+encodeURI(q);for(var i in options.extraParams){url+="&"+i+"="+encodeURI(options.extraParams[i]);}
return url;};function loadFromCache(q){if(!q)return null;if(cache.data[q])return cache.data[q];if(options.matchSubset){for(var i=q.length-1;i>=options.minChars;i--){var qs=q.substr(0,i);var c=cache.data[qs];if(c){var csub=[];for(var j=0;j<c.length;j++){var x=c[j];var x0=x[0];if(matchSubset(x0,q)){csub[csub.length]=x;}}
return csub;}}}
return null;};function matchSubset(s,sub){if(!options.matchCase)s=s.toLowerCase();var i=s.indexOf(sub);if(i==-1)return false;return i==0||options.matchContains;};this.flushCache=function(){flushCache();};this.setExtraParams=function(p){options.extraParams=p;};this.findValue=function(){var q=$input.val();if(!options.matchCase)q=q.toLowerCase();var data=options.cacheLength?loadFromCache(q):null;if(data){findValueCallback(q,data);}else if((typeof options.url=="string")&&(options.url.length>0)){$.get(makeUrl(q),function(data){data=parseData(data)
addToCache(q,data);findValueCallback(q,data);});}else{findValueCallback(q,null);}}
function findValueCallback(q,data){if(data)$input.removeClass(options.loadingClass);var num=(data)?data.length:0;var li=null;for(var i=0;i<num;i++){var row=data[i];if(row[0].toLowerCase()==q.toLowerCase()){li=document.createElement("li");if(options.formatItem){li.innerHTML=options.formatItem(row,i,num);li.selectValue=row[0];}else{li.innerHTML=row[0];li.selectValue=row[0];}
var extra=null;if(row.length>1){extra=[];for(var j=1;j<row.length;j++){extra[extra.length]=row[j];}}
li.extra=extra;}}
if(options.onFindValue)setTimeout(function(){options.onFindValue(li)},1);}
function addToCache(q,data){if(!data||!q||!options.cacheLength)return;if(!cache.length||cache.length>options.cacheLength){flushCache();cache.length++;}else if(!cache[q]){cache.length++;}
cache.data[q]=data;};function findPos(obj){var curleft=obj.offsetLeft||0;var curtop=obj.offsetTop||0;while(obj=obj.offsetParent){curleft+=obj.offsetLeft
curtop+=obj.offsetTop}
return{x:curleft,y:curtop};}}
jQuery.fn.autocomplete=function(url,options,data){options=options||{};options.url=url;options.data=((typeof data=="object")&&(data.constructor==Array))?data:null;options.inputClass=options.inputClass||"ac_input";options.resultsClass=options.resultsClass||"ac_results";options.lineSeparator=options.lineSeparator||"\n";options.cellSeparator=options.cellSeparator||"|";options.minChars=options.minChars||1;options.delay=options.delay||400;options.matchCase=options.matchCase||0;options.matchSubset=options.matchSubset||1;options.matchContains=options.matchContains||0;options.cacheLength=options.cacheLength||1;options.mustMatch=options.mustMatch||0;options.extraParams=options.extraParams||{};options.loadingClass=options.loadingClass||"ac_loading";options.selectFirst=options.selectFirst||false;options.selectOnly=options.selectOnly||false;options.maxItemsToShow=options.maxItemsToShow||-1;options.autoFill=options.autoFill||false;options.width=parseInt(options.width,10)||0;this.each(function(){var input=this;new jQuery.autocomplete(input,options);});return this;}
jQuery.fn.autocompleteArray=function(data,options){return this.autocomplete(null,options,data);}
jQuery.fn.indexOf=function(e){for(var i=0;i<this.length;i++){if(this[i]==e)return i;}
return-1;};;(function(A){A.marquee={version:"1.0.01"};A.fn.marquee=function(E){var F=typeof arguments[0]=="string"&&arguments[0];var D=F&&Array.prototype.slice.call(arguments,1)||arguments;var C=(this.length==0)?null:A.data(this[0],"marquee");if(C&&F&&this.length){if(F.toLowerCase()=="object"){return C}else{if(C[F]){var B;this.each(function(G){var H=A.data(this,"marquee")[F].apply(C,D);if(G==0&&H){if(!!H.jquery){B=A([]).add(H)}else{B=H;return false}}else{if(!!H&&!!H.jquery){B=B.add(H)}}});return B||this}else{return this}}}else{return this.each(function(){new A.Marquee(this,E)})}};A.Marquee=function(E,Q){Q=A.extend({},A.Marquee.defaults,Q);var O=this,M=A(E),F=M.find("> li"),H=-1,G=false,L=false,N=0;A.data(M[0],"marquee",O);this.pause=function(){G=true;P()};this.resume=function(){G=false;D()};this.update=function(){var R=F.length;F=M.find("> li");if(R<=1){D()}};function K(R){if(F.filter("."+Q.cssShowing).length>0){return false}var T=F.eq(R);if(A.isFunction(Q.beforeshow)){Q.beforeshow.apply(O,[M,T])}var S={top:(Q.yScroll=="top"?"-":"+")+T.outerHeight()+"px",left:0};M.data("marquee.showing",true);T.addClass(Q.cssShowing);T.css(S).animate({top:"0px"},Q.showSpeed,Q.fxEasingShow,function(){if(A.isFunction(Q.show)){Q.show.apply(O,[M,T])}M.data("marquee.showing",false);J(T)})}function J(S,R){if(L==true){return false}R=R||Q.pauseSpeed;if(C(S)){setTimeout(function(){if(L==true){return false}var V=S.outerWidth(),T=V*-1,U=parseInt(S.css("left"),10);S.animate({left:T+"px"},((V+U)*Q.scrollSpeed),Q.fxEasingScroll,function(){I(S)})},R)}else{if(F.length>1){setTimeout(function(){if(L==true){return false}S.animate({top:(Q.yScroll=="top"?"+":"-")+M.innerHeight()+"px"},Q.showSpeed,Q.fxEasingScroll);I(S)},R)}}}function I(R){if(A.isFunction(Q.aftershow)){Q.aftershow.apply(O,[M,R])}R.removeClass(Q.cssShowing);B()}function P(){L=true;if(M.data("marquee.showing")!=true){F.filter("."+Q.cssShowing).dequeue().stop()}}function D(){L=false;if(M.data("marquee.showing")!=true){J(F.filter("."+Q.cssShowing),1)}}if(Q.pauseOnHover){M.hover(function(){if(G){return false}P()},function(){if(G){return false}D()})}function C(R){return(R.outerWidth()>M.innerWidth())}function B(){H++;if(H>=F.length){if(!isNaN(Q.loop)&&Q.loop>0&&(++N>=Q.loop)){return false}H=0}K(H)}if(A.isFunction(Q.init)){Q.init.apply(O,[M,Q])}B()};A.Marquee.defaults={yScroll:"top",showSpeed:850,scrollSpeed:12,pauseSpeed:5000,pauseOnHover:true,loop:-1,fxEasingShow:"swing",fxEasingScroll:"linear",cssShowing:"marquee-showing",init:null,beforeshow:null,show:null,aftershow:null}})(jQuery);$(function(){$('ul#newsAlerts').marquee({showSpeed:1,pauseSpeed:2500,scrollSpeed:25});});;var swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return}f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return}if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return}}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:r},x)}}function O(t){if(h.ie&&h.win&&t.readyState!=4){var r=a("div");t.parentNode.insertBefore(r,t);r.parentNode.replaceChild(G(t),r);t.style.display="none";var q=function(){t.parentNode.removeChild(t)};I(j,"onload",q)}else{t.parentNode.replaceChild(G(t),t)}}function G(v){var u=a("div");if(h.win&&h.ie){u.innerHTML=v.innerHTML}else{var r=v.getElementsByTagName(Q)[0];if(r){var w=r.childNodes;if(w){var q=w.length;for(var t=0;t<q;t++){if(!(w[t].nodeType==1&&w[t].nodeName=="PARAM")&&!(w[t].nodeType==8)){u.appendChild(w[t].cloneNode(true))}}}}}return u}function U(AG,AE,t){var q,v=C(t);if(v){if(typeof AG.id==b){AG.id=t}if(h.ie&&h.win){var AF="";for(var AB in AG){if(AG[AB]!=Object.prototype[AB]){if(AB.toLowerCase()=="data"){AE.movie=AG[AB]}else{if(AB.toLowerCase()=="styleclass"){AF+=' class="'+AG[AB]+'"'}else{if(AB.toLowerCase()!="classid"){AF+=" "+AB+'="'+AG[AB]+'"'}}}}}var AD="";for(var AA in AE){if(AE[AA]!=Object.prototype[AA]){AD+='<param name="'+AA+'" value="'+AE[AA]+'" />'}}v.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AF+">"+AD+"</object>";i[i.length]=AG.id;q=C(AG.id)}else{if(h.webkit&&h.webkit<312){var AC=a("embed");AC.setAttribute("type",P);for(var z in AG){if(AG[z]!=Object.prototype[z]){if(z.toLowerCase()=="data"){AC.setAttribute("src",AG[z])}else{if(z.toLowerCase()=="styleclass"){AC.setAttribute("class",AG[z])}else{if(z.toLowerCase()!="classid"){AC.setAttribute(z,AG[z])}}}}}for(var y in AE){if(AE[y]!=Object.prototype[y]){if(y.toLowerCase()!="movie"){AC.setAttribute(y,AE[y])}}}v.parentNode.replaceChild(AC,v);q=AC}else{var u=a(Q);u.setAttribute("type",P);for(var x in AG){if(AG[x]!=Object.prototype[x]){if(x.toLowerCase()=="styleclass"){u.setAttribute("class",AG[x])}else{if(x.toLowerCase()!="classid"){u.setAttribute(x,AG[x])}}}}for(var w in AE){if(AE[w]!=Object.prototype[w]&&w.toLowerCase()!="movie"){F(u,w,AE[w])}}v.parentNode.replaceChild(u,v);q=u}}}return q}function F(t,q,r){var u=a("param");u.setAttribute("name",q);u.setAttribute("value",r);t.appendChild(u)}function X(r){var q=C(r);if(q&&(q.nodeName=="OBJECT"||q.nodeName=="EMBED")){if(h.ie&&h.win){if(q.readyState==4){B(r)}else{j.attachEvent("onload",function(){B(r)})}}else{q.parentNode.removeChild(q)}}}function B(t){var r=C(t);if(r){for(var q in r){if(typeof r[q]=="function"){r[q]=null}}r.parentNode.removeChild(r)}}function C(t){var q=null;try{q=K.getElementById(t)}catch(r){}return q}function a(q){return K.createElement(q)}function I(t,q,r){t.attachEvent(q,r);d[d.length]=[t,q,r]}function c(t){var r=h.pv,q=t.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]==q[0]&&r[1]>q[1])||(r[0]==q[0]&&r[1]==q[1]&&r[2]>=q[2]))?true:false}function V(v,r){if(h.ie&&h.mac){return}var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!=b){t.appendChild(K.createTextNode(v+" {"+r+"}"))}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!=b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule==Q){q.addRule(v,r)}}}function W(t,q){var r=q?"visible":"hidden";if(e&&C(t)){C(t).style.visibility=r}else{V("#"+t,"visibility:"+r)}}function g(s){var r=/[\\\"<>\.;]/;var q=r.exec(s)!=null;return q?encodeURIComponent(s):s}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var w=d.length;for(var v=0;v<w;v++){d[v][0].detachEvent(d[v][1],d[v][2])}var t=i.length;for(var u=0;u<t;u++){X(i[u])}for(var r in h){h[r]=null}h=null;for(var q in swfobject){swfobject[q]=null}swfobject=null})}}();return{registerObject:function(u,q,t){if(!h.w3cdom||!u||!q){return}var r={};r.id=u;r.swfVersion=q;r.expressInstall=t?t:false;N[N.length]=r;W(u,false)},getObjectById:function(v){var q=null;if(h.w3cdom){var t=C(v);if(t){var u=t.getElementsByTagName(Q)[0];if(!u||(u&&typeof t.SetVariable!=b)){q=t}else{if(typeof u.SetVariable!=b){q=u}}}}return q},embedSWF:function(x,AE,AB,AD,q,w,r,z,AC){if(!h.w3cdom||!x||!AE||!AB||!AD||!q){return}AB+="";AD+="";if(c(q)){W(AE,false);var AA={};if(AC&&typeof AC===Q){for(var v in AC){if(AC[v]!=Object.prototype[v]){AA[v]=AC[v]}}}AA.data=x;AA.width=AB;AA.height=AD;var y={};if(z&&typeof z===Q){for(var u in z){if(z[u]!=Object.prototype[u]){y[u]=z[u]}}}if(r&&typeof r===Q){for(var t in r){if(r[t]!=Object.prototype[t]){if(typeof y.flashvars!=b){y.flashvars+="&"+t+"="+r[t]}else{y.flashvars=t+"="+r[t]}}}}f(function(){U(AA,y,AE);if(AA.id==AE){W(AE,true)}})}else{if(w&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AE,false);f(function(){var AF={};AF.id=AF.altContentId=AE;AF.width=AB;AF.height=AD;AF.expressInstall=w;k(AF)})}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]}},hasFlashPlayerVersion:c,createSWF:function(t,r,q){if(h.w3cdom){return U(t,r,q)}else{return undefined}},removeSWF:function(q){if(h.w3cdom){X(q)}},createCSS:function(r,q){if(h.w3cdom){V(r,q)}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(v){var u=K.location.search||K.location.hash;if(v==null){return g(u)}if(u){var t=u.substring(1).split("&");for(var r=0;r<t.length;r++){if(t[r].substring(0,t[r].indexOf("="))==v){return g(t[r].substring((t[r].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block"}}M=null;l=null;A=false}}}}}();;var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function ControlVersion(){var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e){}if(!version){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axo.AllowScriptAccess="always";version=axo.GetVariable("$version");}catch(e){}}if(!version){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axo.GetVariable("$version");}catch(e){}}if(!version){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version="WIN 3,0,18,0";}catch(e){}}if(!version){try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version="WIN 2,0,0,11";}catch(e){version=-1;}}return version;}function GetSwfVer(){var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];var versionRevision=descArray[3];if(versionRevision==""){versionRevision=descArray[4];}if(versionRevision[0]=="d"){versionRevision=versionRevision.substring(1);}else if(versionRevision[0]=="r"){versionRevision=versionRevision.substring(1);if(versionRevision.indexOf("d")>0){versionRevision=versionRevision.substring(0,versionRevision.indexOf("d"));}}var flashVer=versionMajor+"."+versionMinor+"."+versionRevision;}}else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1)flashVer=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)flashVer=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=2;else if(isIE&&isWin&&!isOpera){flashVer=ControlVersion();}return flashVer;}function DetectFlashVer(reqMajorVer,reqMinorVer,reqRevision){versionStr=GetSwfVer();if(versionStr==-1){return false;}else if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}var versionMajor=versionArray[0];var versionMinor=versionArray[1];var versionRevision=versionArray[2];if(versionMajor>parseFloat(reqMajorVer)){return true;}else if(versionMajor==parseFloat(reqMajorVer)){if(versionMinor>parseFloat(reqMinorVer))return true;else if(versionMinor==parseFloat(reqMinorVer)){if(versionRevision>=parseFloat(reqRevision))return true;}}return false;}}function AC_AddExtension(src,ext){if(src.indexOf('?')!=-1)return src.replace(/\?/,ext+'?');else
return src+ext;}function AC_Generateobj(objAttrs,params,embedAttrs){var str='';if(isIE&&isWin&&!isOpera){str+='<object ';for(var i in objAttrs){str+=i+'="'+objAttrs[i]+'" ';}str+='>';for(var i in params){str+='<param name="'+i+'" value="'+params[i]+'" /> ';}str+='</object>';}else
{str+='<embed ';for(var i in embedAttrs){str+=i+'="'+embedAttrs[i]+'" ';}str+='> </embed>';}document.write(str);}function AC_FL_RunContent(){var ret=AC_GetArgs
(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}function AC_SW_RunContent(){var ret=AC_GetArgs
(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblClick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1];}}ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret;};var addthis_offset_top=-15;var addthis_brand="am1500KSTP";var addthis_pub='hbiradio';var addthis_header_color="#333333";var addthis_header_background="#eeeeee";var addthis_options='email, facebook, twitter, digg, myspace, live, google, stumbleupon, delicious, favorites';ajax_force_refresh=Math.floor(Math.random()*99999999);stars_rating_offset=0;month_array=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var searchZip=55114;var clickTag="http://www.am1500.com/pages/weather.php";var clickTarget="_parent";var includeAC_FL="false"
var flashVars="&clickTarget=_parent&zip=55114&clickTag=http://www.am1500.com/pages/weather.php?zip=55114";tweetmeme_source='am1500KSTP';digg_bgcolor='#eeeeee';var podcast_player_ajax_loading=null;$(function(){if($.browser.msie){stars_rating_offset=10;}
jQuery.fn.fadeToggle=function(speed,easing,callback){return this.animate({opacity:'toggle'},speed,easing,callback);};$("#keyword_field").autocomplete("/structurefiles/scripts/keyword_search.php",{delay:0,minChars:5,maxItemsToShow:5});$('#keyword_field_gobtn').click(function(){var search_type=$('#searchType').val();if(search_type=='keyword'){keyword_go($('#keyword_field').val());}
if(search_type=='searchweb'){window.location.href='http://www.google.com/#hl=en&safe=off&q='+$('#keyword_field').val();}
if(search_type!='keyword'&&search_type!='searchweb'){window.location.href='/pages/search.php?query='+php_urlencode($('#keyword_field').val());}});$('li#search_dropdown').hover(function(){$('ul',this).css('display','block');},function(){$('ul',this).css('display','none');});$('div#search_options a').click(function(){$('#searchType').val($(this).attr("name"));$('span#search_options_selected').html($(this).text());$('li#search_dropdown ul').css('display','none');return false;});$('li.menu_toplevel').hover(function(){$('ul',this).css('display','block');},function(){$('ul',this).css('display','none');});$('#item_textup, #item_textdown').click(function(){var targeted_area_for_resize=$(this).attr('target');var resize_type=$(this).attr('id');if(resize_type=="item_textup"){newFontSize="16px";newLineHeight="20px";}
if(resize_type=="item_textdown"){newFontSize="10px";newLineHeight="14px";}
var new_font_size={'font-size':newFontSize,'line-height':newLineHeight}
$('.'+targeted_area_for_resize).css(new_font_size);return false;});$('input.clearText').each(function(){$(this).attr('title',$(this).val());});$('input.clearText').focus(function(){if($(this).defaultValue==$(this).value)
{$(this).val('');}});$('input.clearText').blur(function(){if($(this).val()=='')
{$(this).val($(this).attr('title'));}});$('.stream_window_btn').click(function(){window.open('http://den-a.plr.liquidcompass.net/cust/KSTPAM/audio_player.php?id=KSTPAM','KSTPAM','width=800,height=550,status=no,resizable=no,scrollbars=no');return false;});$('#item_print').click(function(){var storyID=$(this).attr('href');window.open('/structurefiles/scripts/print.php?id='+storyID,'Printing...','width=700,height=550,status=no,resizable=no,scrollbars=yes');return false;});$('#emailafriend_sendit').live("click",function(){var email_a_friend_data=$("#st_emailafriend_form_fields").serialize();$.post("/structurefiles/scripts/send_email_friend.php",email_a_friend_data,function(return_msg){$('#st_emailafriend_status').slideDown('slow');if(return_msg=='sent'){$('#st_emailafriend_form_fields').animate({opacity:0.5},300);$('#emailafriend_sendit').remove();$('#st_emailafriend_status').html('Email is on the way, thanks for listening!');};if(return_msg=='error'){$('#st_emailafriend_status').html('Egads, seems like I broke something here ... better try that again');};if(return_msg=='bademail'){$('#st_emailafriend_status').html("Uhh, are you sure that's a real email address?");};});return false;});$('a.schedule_banner_noshowpage').click(function(){return false;});$('a#st_ondemand_download_btn').live('click',function(e){e.preventDefault();var audioID=$(this).attr('target');var offsetX=-85;var offsetY=-5;$('div#modal_window').remove();$('<div id="modal_window"><span id="modal_top_left"></span><div id="modal_content"><span id="modal_content_loading"><img src="http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_big_greyXwhite.gif" height="32" width="32"/></span></div><span id="modal_bottom"></span></div>').css('top',e.pageY+offsetY).css('left',e.pageX+offsetX).appendTo('body');$('div#modal_content').load('/ajax/ondemand_download.php?audioID='+audioID+'&afr='+ajax_force_refresh,function(){$('a#modal_close').click(function(){$('div#modal_window').remove();return false;});});return false;});$('#st_twinsbox').click(function(){window.location.href='/pages/events.php';return false;});$('#st_twinsbox_gameon').click(function(){var gameID=($(this).attr('class')).replace(/twinsgame_/,'');window.open('http://www.sportsnetwork.com/merge/tsnform.aspx?c=am1500&page=mlb/ballpark/game2.aspx?id='+gameID,'KSTPAM','width=1020,height=700,status=no,resizable=no,scrollbars=yes');return false;});$('a.links_news_tab').click(function(){$('div#modal_window').remove();$('a.links_news_tab').css('background-position','-257px -1706px');$(this).css('background-position','-17px -1706px');var ajax_to_load=$(this).attr('target');$('#st_frontpage_links_and_news_content').load('ajax/'+ajax_to_load+'.php?afr='+ajax_force_refresh,function(){$('#st_frontpage_links_and_news_content span.typeface-js').each(function(){_typeface_js.replaceText(this);}).css('visibility','visible').show();});return false;});$('#st_home_livescores_nav a').click(function(){$('#st_home_livescores_content').fadeOut();if($(this).attr('target')=='homepage_cinesport'){var xcoord=167;var height_of_content=350;}
if($(this).attr('target')=='homepage_livescores'){var xcoord=18;var height_of_content=275;}
$('#st_home_livescores_nav a').each(function(){var xcoord_for_off=$(this).attr('id').replace(/st_home_livescores_xcoord_/,'');$(this).css('background-position','-'+xcoord_for_off+'px -260px');});$(this).css('background-position','-'+xcoord+'px -229px');var ajax_to_load=$(this).attr('target');$('#st_home_livescores_content').animate({height:height_of_content},200).load('ajax/'+ajax_to_load+'.php?afr='+ajax_force_refresh,function(){$(this).fadeIn();});return false;});$('a.change_twitter_feeds').click(function(){$('#st_twitter_profile_pic,#st_homepage_twitter_tweetcopy,#st_twitter_followers_and_retweet').animate({opacity:0.1},500);$('#st_frontpage_twitter_latesttweet').load('ajax/homepage_twitterfeeds.php?twitter_username='+$(this).attr('target'),function(){$('#st_twitter_profile_pic,#st_homepage_twitter_tweetcopy,#st_twitter_followers_and_retweet').animate({opacity:1},750);});return false;});$('span.homepage_links_shownames').live("click",function(){window.location.href=$(this).attr('id');return false;});$('.showpage_photo_thumb').click(function(e){e.preventDefault();var pictureID=($(this).attr('id')).replace(/pictureID_/,'');var offsetX=-85;var offsetY=-5;$('div#modal_window').remove();$('<div id="modal_window"><span id="modal_top_left"></span><div id="modal_content"><span id="modal_content_loading"><img src="http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_big_greyXwhite.gif" height="32" width="32"/></span></div><span id="modal_bottom"></span></div>').css('top',e.pageY+offsetY).css('left',e.pageX+offsetX).appendTo('body');$('div#modal_content').load('/shows/ajax/sp_flickr_pics.php?pictureID='+pictureID+'&afr='+ajax_force_refresh,function(){$('a#modal_close').click(function(){$('div#modal_window').remove();return false;});});});$('div#st_showpage_ondemand ul.st_ondemand_hourbtns li').click(function(){$('div#modal_window').remove();$('div#st_showpage_ondemand ul.st_ondemand_hourbtns li').each(function(){$(this).css({'background-color':'#646464','color':'#fff'});});$(this).css({'background-color':'#eeeeee','color':'#000'});$('.st_showpage_ondemand_player_flashfile').html('.');var ondemand_hour_string=$(this).attr('title');var ondemand_hour_string_array=ondemand_hour_string.split("_");var hour=ondemand_hour_string_array[0]
var show_initials=ondemand_hour_string_array[1]
var date=ondemand_hour_string_array[2]
$('#st_showpage_ondemand_window').load('ajax/sp_ondemand_window.php?hour='+hour+'&show_initials='+show_initials+'&date='+date);return false;});$('#st_showpage_polls_votebtn').click(function(){var pollID=$('#poll_pollID').val();var option=$("input[name='poll_option_chosen']:checked").val();$.ajax({type:"GET",url:"ajax/sp_poll_vote.php",data:("option="+option+"&pollID="+pollID),success:function(msg){$('#st_showpage_polls_container').html(msg);$('.st_showpage_poll_results_bar').each(function(){var new_width_to_expand_to=($(this).attr('id')).replace(/result_width_/gi,"");;$(this).animate({width:new_width_to_expand_to+'px'},750);});}});return false;});$('#st_showpage_links_sortlist').change(function(){$('div#modal_window').remove();var links_sort_type=$(this).val();var show_initials=$('#show_initials').text();$('div#st_showpage_links_container').load('ajax/sp_linkslist.php?links_sort_type='+links_sort_type+'&show_initials='+show_initials+'&afr='+ajax_force_refresh,function(){$('#st_showpage_links_container span.st_showpage_links_headers').each(function(){_typeface_js.replaceText(this);}).css('visibility','visible').show();});});$('#st_showpage_links_searchPhrase_btn').click(function(){$('div#modal_window').remove();var show_initials=$('#show_initials').text();var searchPhrase=php_urlencode($('#st_showpage_links_searchPhrase').val());if(searchPhrase==''){return false;exit;}
$('div#st_showpage_links_container').load('ajax/sp_linkslist.php?links_sort_type=search&show_initials='+show_initials+'&searchPhrase='+searchPhrase+'&afr='+ajax_force_refresh,function(){$('#st_showpage_links_container span.st_showpage_links_headers').each(function(){_typeface_js.replaceText(this);}).css('visibility','visible').show();});});$('div.st_showheader').click(function(){$('div#modal_window').remove();close_load_module();return false;});$('a.book_reviews').live("click",function(e){e.preventDefault();var bookID=($(this).attr('id')).replace(/bookID_/,'');var offsetX=-85;var offsetY=-5;$('div#modal_window').remove();$('<div id="modal_window"><span id="modal_top_left"></span><div id="modal_content"><span id="modal_content_loading"><img src="http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_big_greyXwhite.gif" height="32" width="32"/></span></div><span id="modal_bottom"></span></div>').css('top',e.pageY+offsetY).css('left',e.pageX+offsetX).appendTo('body');$('div#modal_content').load('ajax/gl_bookshelf_reviews.php?bookID='+bookID+'&afr='+ajax_force_refresh,function(){$('a#modal_close').click(function(){$('div#modal_window').remove();return false;});});});var is_the_loadin_module_present=$('div#st_showpage_loadinmodule').css('display');if(is_the_loadin_module_present=='block'){var new_height_to_fit=$('div#st_showpage_loadinmodule').height();var old_height_to_fit=$('div#st_showpage_leftcol').height();if(new_height_to_fit>old_height_to_fit){$('#st_showpage_leftcol').css('height',new_height_to_fit);}}
$('a#sp_emailtheshow_link').click(function(){var show_initials=$(this).attr('target');load_module('emailthestudio',show_initials);return false;});$('#emailtheshowbtn').live('click',function(){var email_the_show_data=$("#st_contactus_form").serialize();$.post("/structurefiles/scripts/send_email.php",email_the_show_data,function(return_msg){$('#st_showpage_emailtheshow_status').slideDown('slow');if(return_msg=='sent'){$('#st_contactus_form').animate({opacity:0.5},300);$('#emailtheshowbtn').remove();$('#st_showpage_emailtheshow_status').html('Got your email, thanks for listening!');};if(return_msg=='error'){$('#st_showpage_emailtheshow_status').html('Egads, seems like I broke something here ... better try that again');};if(return_msg=='bademail'){$('#st_showpage_emailtheshow_status').html("Uhh, are you sure that's a real email address?");};});return false;});$('#st_showpage_loadinmodule_overlay').click(function(){close_load_module();});$('div#st_showpage_ondemand_window div.st_ondemand_listenbtn').live('click',function(){var audioID=$(this).attr('id');$('.st_ondemand_loading').show();$('.st_ondemand_player').load('../ajax/ondemand_player.php?audioID='+audioID+'&afr='+ajax_force_refresh,function(){$('.st_ondemand_listenbtn').hide();$('.st_ondemand_loading').hide();}).fadeIn('slow');});$('#st_news_header, a.show_more_news[target=all]').live("click",function(){$('#st_frontpage_topstories').show();$('#st_frontpage_stories_list').load('../ajax/frontpage_stories.php?afr='+ajax_force_refresh);return false;});$('a.show_more_news').live("click",function(){$('#st_frontpage_topstories').slideUp();var destination=$('#st_news_header').offset().top;$("html:not(:animated),body:not(:animated)").animate({scrollTop:destination-36},500);var stories_to_load_category=$(this).attr('target');$('#st_frontpage_stories_list').load('../ajax/frontpage_stories.php?story_category='+stories_to_load_category+'&afr='+ajax_force_refresh);return false;});$('#item_email').click(function(e){e.preventDefault();var storyID=($(this).attr('href')).replace(/http:\/\/[a-zA-Z0-9\.]+\/[A-Za-z\/]+/,'');var offsetX=-387;var offsetY=-5;$('div#modal_window').remove();$('<div id="modal_window"><span id="modal_top_right"></span><div id="modal_content"><span id="modal_content_loading"><img src="http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_big_greyXwhite.gif" height="32" width="32"/></span></div><span id="modal_bottom"></span></div>').css('top',e.pageY+offsetY).css('left',e.pageX+offsetX).appendTo('body');$('div#modal_content').load('/ajax/email_a_friend.php?storyID='+storyID+'&afr='+ajax_force_refresh,function(){$('a#modal_close').click(function(){$('div#modal_window').remove();return false;});});});$('.eventcal_nav').click(function(){var month_to_display=parseInt($(this).attr('target'));var clicked_on=parseInt($('dfn#clicked_on').text());if($(this).attr('id')=='eventcal_next'){clicked_on=clicked_on+1;}else{clicked_on=clicked_on-1;}
$('dfn#clicked_on').text(clicked_on);if(month_to_display==12){next_month_to_display=1;prev_month_to_display=11;}
if(month_to_display==1){next_month_to_display=2;prev_month_to_display=12;}
if(month_to_display!=1&&month_to_display!=12){next_month_to_display=(month_to_display+1);prev_month_to_display=(month_to_display-1);}
$('#st_eventcal_container').load('../ajax/event_calendar.php?month='+month_to_display+'&afr='+ajax_force_refresh,function(){$('#eventcal_prev').attr('target',prev_month_to_display);$('#eventcal_next').attr('target',next_month_to_display);_typeface_js.replaceText(document.getElementById('eventcal_sun'));_typeface_js.replaceText(document.getElementById('eventcal_mon'));_typeface_js.replaceText(document.getElementById('eventcal_tue'));_typeface_js.replaceText(document.getElementById('eventcal_wed'));_typeface_js.replaceText(document.getElementById('eventcal_thu'));_typeface_js.replaceText(document.getElementById('eventcal_fri'));_typeface_js.replaceText(document.getElementById('eventcal_sat'));$('tr#st_eventcal_calendar_days th').css('visibility','visible');$('tr#st_eventcal_calendar_days th span canvas').css('display','inline-block');$('a.show_hide_events').each(function(){var event_opacity=$(this).css('opacity');var event_type=$(this).attr('target');$('td div.event_bg_'+event_type).animate({opacity:event_opacity},0)});event_make_hovers();});$('#eventcal_month').text(month_array[month_to_display-1]);_typeface_js.replaceText(document.getElementById('eventcal_month'));event_cal_hide_month_btns(month_to_display);return false;});$('a.show_hide_events').toggle(function(){var event_type=$(this).attr('target');$('td div.event_bg_'+event_type).animate({opacity:0.3},300);$(this).animate({opacity:0.3},300);return false;},function(){var event_type=$(this).attr('target');$('td div.event_bg_'+event_type).animate({opacity:1},300);$(this).animate({opacity:1},300);return false;});$('a.audioupload').live("click",function(e){e.preventDefault();var linkID=($(this).attr('href')).replace(/http:\/\/[a-zA-Z0-9\.]+\/[A-Za-z\/]+/,'');var offsetX=-85;var offsetY=-5;$('div#modal_window').remove();$('<div id="modal_window"><span id="modal_top_left"></span><div id="modal_content"><span id="modal_content_loading"><img src="http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_big_greyXwhite.gif" height="32" width="32"/></span></div><span id="modal_bottom"></span></div>').css('top',e.pageY+offsetY).css('left',e.pageX+offsetX).appendTo('body');$('div#modal_content').load('/ajax/links_audio.php?linkID='+linkID+'&afr='+ajax_force_refresh,function(){$('a#modal_close').click(function(){$('div#modal_window').remove();return false;});});});event_make_hovers();event_cal_hide_month_btns($('#current_month').text());$('div.st_ondemand_box_header ul.st_ondemand_hourbtns li').live("click",function(){$('div#modal_window').remove();$('.st_showpage_ondemand_player_flashfile').html('.');var podcast_values_for_this_click=$(this).attr('id');var str_array=podcast_values_for_this_click.split("|");var hour=str_array[0]
var ondemand_showinitials=str_array[1]
var ondemand_date=str_array[2]
$('#st_ondemand_box_'+ondemand_showinitials+'').load('/ajax/ondemand_contentbox.php?hour='+hour+'&ondemand_showinitials='+ondemand_showinitials+'&ondemand_date='+ondemand_date+'&afr='+ajax_force_refresh);});$.preloadImages("http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_dkgreyXwhite.gif");$('#ondemand_search_button').click(function(){$('.st_ondemand_player').remove();var searchPhrase=$('#ondemand_search_field').val();if(searchPhrase.length>=11){var searchPhrase_toshow=(searchPhrase.substr(0,11)+"...");}else{var searchPhrase_toshow=searchPhrase;}
searchPhrase=searchPhrase.replace(/\s/,"%20");$('#st_ondemand_container').load('/ajax/ondemand_searchresults.php?searchPhrase='+searchPhrase);$('#st_ondemand_date').html("Search: '"+searchPhrase_toshow+"'");_typeface_js.replaceText(document.getElementById('st_ondemand_date'));});$("#date_select").datepicker({showOn:"focus",buttonImageOnly:false,minDate:'-31d',maxDate:'0d',dateFormat:'yy-mm-dd',changeMonth:false,changeYear:false,closeAtTop:false,onSelect:function(ondemand_date){ondemand_dayNav(ondemand_date);}});var ondemand_sort=getURLVar('sort');if(ondemand_sort!=""){sort_ondemand_audio(ondemand_sort);}
_typeface_js.renderDocument();});function openNewWindow(URLtoOpen,windowName,windowFeatures){newWindow=window.open(URLtoOpen,windowName,windowFeatures);}
function clearText(thefield){if(thefield.defaultValue==thefield.value)thefield.value=""}
function resize_column_fade_overlay(new_height_to_fit,direction_of_fade){if(direction_of_fade=='in'){$('#st_showpage_loadinmodule_overlay').animate({opacity:0.75},300).fadeIn('slow');var old_height_to_fit=$('div#st_showpage_leftcol').height();if(new_height_to_fit>old_height_to_fit){$('#st_showpage_leftcol').css('height',new_height_to_fit);}}
if(direction_of_fade=='out'){$('#st_showpage_leftcol').css('height','');$('#st_showpage_loadinmodule_overlay').fadeOut('fast');}}
function showpage_bio(bio_name){$('div#modal_window').remove();var display_state_of_loadin_module_bios=$('#st_showpage_loadinmodule_bios').css('display');if(display_state_of_loadin_module_bios=='undefined'){$('#st_showpage_loadinmodule').hide();}
$('#st_showpage_loadinmodule').load('ajax/sp_bios.php?name='+bio_name+'&afr='+ajax_force_refresh,function(){$('#st_showpage_loadinmodule_header span.header_font').each(function(){_typeface_js.replaceText(this);}).css('visibility','visible').show();var new_height_to_fit=$(this).height();resize_column_fade_overlay(new_height_to_fit,'in');}).fadeIn('slow');pageTracker._trackPageview("/bios/"+bio_name);}
function load_module(module_name,module_variable){close_load_module();$('#st_showpage_loadinmodule').load('ajax/sp_'+module_name+'.php?mv='+module_variable+'&afr='+ajax_force_refresh,function(){$('#st_showpage_loadinmodule_header span.header_font').each(function(){_typeface_js.replaceText(this);}).css('visibility','visible').show();var new_height_to_fit=$(this).height();resize_column_fade_overlay(new_height_to_fit,'in');}).fadeIn('slow');pageTracker._trackPageview("/showpage/"+module_name);}
function close_load_module(){$('div#modal_window').remove();var display_state_of_loadin_module=$('#st_showpage_loadinmodule').css('display');if(display_state_of_loadin_module=='block'){$('#st_showpage_loadinmodule').fadeOut('fast');resize_column_fade_overlay('','out');}}
function showpage_ondemand_daynav(date,day_of_the_week){$('div#modal_window').remove();var show_initials={};$('div#st_showpage_ondemand ul.st_ondemand_hourbtns li').each(function(i){var li_value=$(this).attr('title');var str_array=li_value.split("_");var hour=str_array[0]
show_initials=str_array[1]
var new_li_value=(hour+"_"+show_initials+"_"+date);$(this).attr('title',new_li_value);});$('#st_showpage_ondemand_window').load('ajax/sp_ondemand_window.php?hour=1&show_initials='+show_initials+'&date='+date);$('#st_showpage_ondemand_daynav').load('ajax/sp_ondemand_daynav.php?date='+date+'&dotw='+day_of_the_week);}
function event_cal_hide_month_btns(month_to_display){var clicked_on=$('dfn#clicked_on').text();if(clicked_on==0){$('#eventcal_prev').hide();}else{$('#eventcal_prev').fadeIn('slow');}
if(clicked_on>=6){$('#eventcal_next').hide();}else{$('#eventcal_next').fadeIn('slow');}}
function event_make_hovers(){$('div.event_hover_class').click(function(e){var eventID=$(this).attr('id');var alignment=$(this).attr('name');if(alignment=='left'){var offsetX=-85;}
if(alignment=='right'){var offsetX=-387;}
var offsetY=15;$('div#modal_window').remove();$('<div id="modal_window"><span id="modal_top_'+alignment+'"></span><div id="modal_content"><span id="modal_content_loading"><img src="http://www.hubbardradio.com/assets/images/ajax_loaders/indicator_big_greyXwhite.gif" height="32" width="32"/></span></div><span id="modal_bottom"></span></div>').css('top',e.pageY+offsetY).css('left',e.pageX+offsetX).appendTo('body');$('div#modal_content').load('../ajax/event_calendar_description.php?eventID='+eventID+'&afr='+ajax_force_refresh,function(){$('a#modal_close').click(function(){$('div#modal_window').remove();return false;});});});}
function sort_ondemand_audio(){$('#st_ondemand_container').html('sorting');}
function podcast_show_player(audioID){$('div#modal_window').remove();var audioID=audioID;$('#loading_'+audioID+'').show();podcast_player_ajax_loading=$.ajax({url:'/ajax/ondemand_player.php',data:('audioID='+audioID+'&afr='+ajax_force_refresh),success:function(html_to_load){$('#listenbtn_'+audioID+'').hide();$('#loading_'+audioID+'').hide();$('#player_'+audioID+'').html(html_to_load).fadeIn('slow').attr('id','now_playing');podcast_player_ajax_loading=null;}});}
function ondemand_dayNav(ondemand_date,display_date){$('div#modal_window').remove();$('.st_ondemand_player').each(function(i){$(this).remove();});$('#st_ondemand_container').load('/ajax/ondemand_container.php?ondemand_date='+ondemand_date+'&afr='+ajax_force_refresh);$('#st_ondemand_nav_dateselect_prevnext').load('/ajax/ondemand_navbtns.php?ondemand_date='+ondemand_date+'&afr='+ajax_force_refresh);if(display_date!=null){$('#st_ondemand_date').html(display_date);_typeface_js.replaceText(document.getElementById('st_ondemand_date'));}else{$('#st_ondemand_date').load('/ajax/ondemand_datefield.php?date='+ondemand_date,function(){_typeface_js.replaceText(document.getElementById('st_ondemand_date'));});}
pageTracker._trackPageview("/ondemand/"+ondemand_date);}
function ondemand_paginate_searchresults(pageno){$('div#modal_window').remove();$('.st_ondemand_player').each(function(i){$(this).remove();});var searchPhrase=$('#ondemand_search_field').val();$('#st_ondemand_container').load('/ajax/ondemand_searchresults.php?searchPhrase='+searchPhrase+'&pageno='+pageno);}
function fbs_click_audioshare(audioID){u="http://www.am1500.com/audio/"+audioID;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(title),'sharer','toolbar=0,status=0,width=626,height=436');return false;}
function show_connect_box(){$('#st_facebook_connected').show();$('#st_facebook_notconnected').hide();}
function hide_connect_box(){$('#st_facebook_notconnected').show();$('#st_facebook_connected').hide();}
function connected_to_facebook_blogs(fb_userID){var blogID=$('dfn#blogID').text();$.ajax({type:"GET",url:"/blogs/check_vote.php",data:("fb_userID="+fb_userID+"&blogID="+blogID),success:function(status){if(status=="can_vote"){add_star_rankings_click(fb_userID,blogID);}}});show_connect_box();}
function add_star_rankings_click(fb_userID,blogID){$("#st_blog_rate_container").css("cursor","pointer");$("#st_blog_rate_stars_img").click(function(e){var px=$('#st_mainbody_blogs').offset();var x=(e.pageX-px.left-stars_rating_offset);var blog_rating;if(x>0&&x<447){blog_rating=1;}
if(x>447&&x<462){blog_rating=2;}
if(x>462&&x<476){blog_rating=3;}
if(x>476&&x<490){blog_rating=4;}
if(x>490&&x<9999){blog_rating=5;}
$('#st_blog_rate_container').load('/structurefiles/facebook/blog_ratings.php?fb_userID='+fb_userID+'&blogID='+blogID+'&rating='+blog_rating,function(){$("#st_blog_rate_container").css("cursor","auto");});});}
function keyword_go(keyword_value){window.location.href="/structurefiles/scripts/keyword_go.php?keyword="+keyword_value;}
jQuery.preloadImages=function()
{for(var i=0;i<arguments.length;i++)
{jQuery("<img>").attr("src",arguments[i]);}}
function getURLVar(urlVarName){var urlHalves=String(document.location).split('?');var urlVarValue='';if(urlHalves[1]){var urlVars=urlHalves[1].split('&');for(i=0;i<=(urlVars.length);i++){if(urlVars[i]){var urlVarPair=urlVars[i].split('=');if(urlVarPair[0]&&urlVarPair[0]==urlVarName){urlVarValue=urlVarPair[1];}}}}return urlVarValue;}
function php_urlencode(str){str=escape(str);return str.replace(/[*+\/@]|%20/g,function(s){switch(s){case"*":s="%2A";break;case"+":s="%2B";break;case"/":s="%2F";break;case"@":s="%40";break;case"%20":s="+";break;}
return s;});};if(!window._ate){var _atd="www.addthis.com/",_atr="//s7.addthis.com/",_euc=encodeURIComponent,_duc=decodeURIComponent,_atu="undefined",_atc={dr:0,ver:250,loc:0,enote:"",cwait:500,tamp:1,samp:0.01,camp:0.2,vamp:1,addr:-1,addt:1,xfl:!!window.addthis_disable_flash,abf:!!window.addthis_do_ab};(function(){try{var l=window.location;if(l.protocol.indexOf("file")===0){_atr="http:"+_atr;}
if(l.hostname.indexOf("localhost")!=-1){_atc.loc=1;}}catch(e){}
var ua=navigator.userAgent.toLowerCase(),d=document,w=window,wa=w.addEventListener,we=w.attachEvent,dl=d.location,b={win:/windows/.test(ua),chr:/chrome/.test(ua),iph:/iphone/.test(ua),saf:(/webkit/.test(ua))&&!(/chrome/.test(ua)),opr:/opera/.test(ua),msi:(/msie/.test(ua))&&!(/opera/.test(ua)),ffx:/firefox/.test(ua),ie6:/msie 6.0/.test(ua),mod:-1},_9={isBound:false,isReady:false,readyList:window.addthis_onload||[],onReady:function(){if(!_9.isReady){_9.isReady=true;var l=_9.readyList;for(var fn=0;fn<l.length;fn++){l[fn].call(window);}
_9.readyList=[];}},addLoad:function(_c){var _d=w.onload;if(typeof w.onload!="function"){w.onload=_c;}else{w.onload=function(){if(_d){_d();}
_c();};}},bindReady:function(){if(r.isBound){return;}
r.isBound=true;if(d.addEventListener&&!b.opr){d.addEventListener("DOMContentLoaded",r.onReady,false);}
var _e=window.addthis_product;if(_e&&_e.indexOf("f")>-1){r.onReady();return;}
if(b.msi&&window==top){(function(){if(r.isReady){return;}
try{d.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}
r.onReady();})();}
if(b.opr){d.addEventListener("DOMContentLoaded",function(){if(r.isReady){return;}
for(var i=0;i<d.styleSheets.length;i++){if(d.styleSheets[i].disabled){setTimeout(arguments.callee,0);return;}}
r.onReady();},false);}
if(b.saf){var _10;(function(){if(r.isReady){return;}
if(d.readyState!="loaded"&&d.readyState!="complete"){setTimeout(arguments.callee,0);return;}
if(_10===undefined){var _12=d.gn("link");for(var i=0;i<_12.length;i++){if(_12[i].getAttribute("rel")=="stylesheet"){_10++;}}
var _14=d.gn("style");_10+=_14.length;}
if(d.styleSheets.length!=_10){setTimeout(arguments.callee,0);return;}
r.onReady();})();}
r.addLoad(r.onReady);},append:function(fn,_16){r.bindReady();if(r.isReady){fn.call(window,[]);}else{r.readyList.push(function(){return fn.call(window,[]);});}}},r=_9,_17={vst:[],rev:"$Rev: 64692 $",bro:b,clck:1,show:1,dl:dl,camp:_atc.camp-Math.random(),samp:_atc.samp-Math.random(),vamp:_atc.vamp-Math.random(),tamp:_atc.tamp-Math.random(),ab:"-",scnt:1,seq:1,inst:1,wait:500,tmo:null,cvt:[],svt:[],sttm:new Date().getTime(),max:268435455,pix:"tev",sid:0,sub:!!window.at_sub,uid:null,oot:null,swf:"//bin.clearspring.com/at/v/1/button1.6.swf",evu:"//e1.clearspring.com/at/",off:function(){return Math.floor((new Date().getTime()-_17.sttm)/100).toString(16);},ran:function(){return Math.floor(Math.random()*4294967295).toString(36);},srd:function(){if(_17.dr){return"&pre="+_euc(_17.dr);}else{return"";}},cst:function(c){return"CXNID=2000001.521545608054043907"+(c||2)+"NXC";},img:function(i,c){if(!window.at_sub){var a=_17,dr=a.dr;if(dr){dr=(dr.split("?")).shift();dr=(dr.split("http://")).pop();if(dr.length>25){dr=dr.substr(0,25);}}
new Image().src=_atr+"live/t00/"+i+".gif?"+(a.uid!==null?"uid="+a.uid+"&":"")+a.ran()+"&"+a.cst(c)+(a.pub()?"&pub="+a.pub():"")+(dr?"&dr="+_euc(dr):"");}},cuid:function(){return(_17.sttm&_17.max).toString(16)+(Math.floor(Math.random()*_17.max)).toString(16);},ssid:function(){if(_17.sid===0){_17.sid=_17.cuid();}
return _17.sid;},sev:function(id,_1e){_17.pix="sev-"+(typeof(id)!=="number"?_euc(id):id);_17.svt.push(id+";"+_17.off());if(_1e===1){_17.xmi(true);}else{_17.sxm(true);}},cev:function(k,v){_17.pix="cev-"+_euc(k);_17.cvt.push(_euc(k)+"="+_euc(v)+";"+_17.off());_17.sxm(true);},sxm:function(b){if(_17.tmo!==null){clearTimeout(_17.tmo);}
if(b){_17.tmo=_17.sto("_ate.xmi(false)",_17.wait);}},sto:function(c,t){return setTimeout(c,t);},sta:function(){var a=_17;return"AT-"+(a.pub()?a.pub():"unknown")+"/-/"+a.ab+"/"+a.ssid()+"/"+(a.seq++)+(a.uid!==null?"/"+a.uid:"");},gov:function(){var a=_17,h=a.dl?a.dl.hostname:"";if(h.indexOf(".gov")>-1||h.indexOf(".mil")>-1){_atc.xck=1;}},xmi:function(_27){var a=_17,h=a.dl?a.dl.hostname:"";if(!a.uid){a.dck("X"+a.cuid());}else{a.coo();}
if(a.cvt.length+a.svt.length>0){a.sxm(false);if(a.seq===1){a.cev("pin",a.inst);}
if(_atc.xtr){return;}
_17.gov();var urp=a.pix+"-"+a.ran()+".png?ev="+_17.sta()+"&se="+a.svt.join(",")+"&ce="+a.cvt.join(",")+(_atc.xck?"&xck=1":""),url=a.evu+urp;a.cvt=[];a.svt=[];if(_27){var d=document,i=d.ce("iframe");i.id="_atf";i.src=url;_17.opp(i.style);d.body.appendChild(i);i=d.getElementById("_atf");}else{(new Image()).src=url;}}},loc:function(){return _atc.loc;},opp:function(st){st.width="1px";st.height="1px";st.position="absolute";st.zIndex=100000;},pub:function(){return window.addthis_config&&addthis_config.username?_euc(addthis_config.username):(window.addthis_pub||"");},plo:[],lad:function(x){_17.plo.push(x);},lng:function(al){var d=document;if(al&&(al.toLowerCase()).indexOf("en")!==0&&!_17.pll){var o=d.ce("script");o.src=_atr+"static/r07/lang00.js";d.gn("head")[0].appendChild(o);_17.pll=o;}},jlo:function(){try{var d=document,al=(window.addthis_language||addthis_config.ui_language||(_17.bro.msi?navigator.userLanguage:navigator.language));_17.lng(al);if(!_17.pld){var m=d.ce("script");m.src=_atr+"static/r07/menu21.js";d.gn("head")[0].appendChild(m);_17.pld=m;}}catch(e){}},igv:function(){if(!w.addthis_share){w.addthis_share={url:w.addthis_url,title:w.addthis_title};}
if(!w.addthis_config){w.addthis_config={username:w.addthis_pub};}else{if(addthis_config.data_use_flash===false){_atc.xfl=1;}
if(addthis_config.data_use_cookies===false){_atc.xck=1;}}},lod:function(arg){try{var w=window,a=_17,hp=0,f=((arg===1||w.addthis_load_flash)&&!_atc.abf),dr=d.referer||d.referrer||"",du=dl?dl.href:null,si=du?du.indexOf("sms_ss"):-1,al=(w.addthis_language||(w.addthis_config?w.addthis_config.ui_language:null)||(_17.bro.msi?navigator.userLanguage:navigator.language)),_3f="email,favorites,print,delicious,digg,google,myspace,live,facebook,stumbleupon,twitter,more";a.igv();a.gov();a.dr=dr;a.ab=(!window.addthis_options||addthis_options==_3f)?w.addthis_ab||Math.round(a.tamp*100/4.55):0;if(a.ab>11){a.ab="f"+(a.ab-11);}else{if(a.ab>0){a.ab="t"+a.ab;}}
if(!f){if(a.samp>=0&&!a.sub){a.sev("20");a.cev("plo",Math.round(1/_atc.samp));if(a.dr){a.cev("pre",a.dr);hp=1;}}
if(a.camp>=0&&du&&dl&&dl.protocol&&(dr.indexOf("com/search")>-1)&&(dl.protocol.indexOf("https")==-1)){dr=dr.split("?").pop();var t=dr.split("&"),fnd=0,quo=-1,ts="";for(var i=0;i<t.length;i++){if(t[i].indexOf("q=")==0||t[i].indexOf("p=")==0){t=_duc(t[i].substr(2)).replace(/\+/g," ");fnd=1;break;}}
if(fnd){for(var i=0;i<t.length;i++){switch(t[i]){case" ":if(i>0&&t[i-1]!=" "&&quo==-1){ts+=",";}
break;case"\"":if(quo>=0){ts+=t.substr(quo+1,(i)-(quo+1));quo=-1;}else{quo=i;}
break;default:if(quo==-1){ts+=t[i];}}}}
if(!_atc.xtr&&!_atc.xck&&ts!=_atu&&ts.length&&ts!==" "&&ts.indexOf(_atu)==-1){new Image().src="//cf.addthis.com/redirector?url="+_euc(du)+"&terms="+ts;}}
if(si>-1){var sm=du.substr(si),am=sm.indexOf("&");if(am>-1){sm=sm.substr(0,am);}
sm=(sm.split("="))[1];if(a.vamp>=0&&!a.sub&&sm.length){a.cev("plv",Math.round(1/_atc.vamp));a.cev("rsc",sm);}}
a.img(_atc.ver+"lo","2");}
if(a.plo.length>0){a.jlo();}
if(a.swf&&!_atc.xfl&&!(a.loc())&&!_atc.abf&&(f||a.uid===null||(a.uid!=="anonymous"&&((new Date()).getTime()-a.oot>60480000)))){var _47=function(o,n,v){var c=d.createElement("param");c.name=n;c.value=v;o.appendChild(c);};var o=d.createElement("object");a.opp(o.style);o.id="atff";if(b.msi){o.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";_47(o,"movie",a.swf);}else{o.data=a.swf;o.quality="high";o.type="application/x-shockwave-flash";}
_47(o,"wmode","transparent");_47(o,"allowScriptAccess","always");d.body.insertBefore(o,d.body.firstChild);if(b.msi){o.outerHTML+=" ";}}}catch(e){}},unl:function(){var a=_17;if(a.samp>=0&&!a.sub&&!_atc.abf){a.sev("21",1);a.cev("pun",1/_atc.samp);}
return true;},kck:function(k){var d=document;if(d.cookie){d.cookie=k+"= ; expires=Tue, 31 Mar 2009 05:47:11 UTC; path=/";}},rck:function(k){var d=document;if(d.cookie){var ck=d.cookie.split(";");for(var i=0;i<ck.length;i++){var c=ck[i],x=c.indexOf(k+"=");if(x>=0){return c.substring(x+(k.length+1));}}}
return;},coo:function(){if(_17.uid=="anonymous"&&!_17.oot){_17.xck=1;_17.sck("_csoot",(new Date().getTime()));}},dck:function(c){_17.uid=c;_17.sck("_csuid",c);_17.coo();},sck:function(u,v,s){var h=_17.dl?_17.dl.hostname:"";if(h.indexOf(".gov")>-1||h.indexOf(".mil")>-1){_atc.xck=1;_atc.xfl=1;}
var p=_17.pub(),x=["usarmymedia","gobiernousa","govdelivery"];for(i in x){if(p==x[i]){_atc.xck=1;_atc.xfl=1;break;}}
if(!_atc.xck){d.cookie=u+"="+v+(!s?"; expires=Wed, 04 Oct 2028 03:19:53 GMT":"")+"; path=/";}},fcl:null,asetup:function(x){var a=_17;try{if(x!==null&&x!==_atu){a.dck(x);}
if(a.fcl){a.fcl();}}catch(e){}
return x;},ao:function(elt,_61,_62,_63,_64,_65){_17.lad(["open",elt,_61,_62,_63,_64,_65]);_17.jlo();return false;},ac:function(){},as:function(s,cf,sh){_17.lad(["send",s,cf,sh]);_17.jlo();}},a=_17;w._ate=a;w._adr=r;d.ce=d.createElement;d.gn=d.getElementsByTagName;r.bindReady();if(wa){wa("unload",a.unl,false);}else{if(we){we("onunload",a.unl);}else{w.onunload=a.unl;}}
if(!_atc.ost){if(!w.addthis_conf){w.addthis_conf={};}
for(var i in addthis_conf){_atc[i]=addthis_conf[i];}
_atc.ost=1;}
r.append(a.lod);if(d.cookie){var ck=d.cookie.split(";");for(var i=0;i<ck.length;i++){var c=ck[i],x=c.indexOf("_csuid="),y=c.indexOf("_csoot=");if(x>=0){_17.uid=c.substring(x+7);}else{if(y>=0){_17.oot=c.substring(y+7);}}}}
try{var l=d.ce("link");l.rel="stylesheet";l.type="text/css";l.href=_atr+"static/r07/widget07.css";l.media="all";d.gn("head")[0].appendChild(l);}catch(e){}
var ss=d.gn("script"),s=ss[ss.length-1],q=s.src.replace(/^[^\?]+\??/,""),pq=function(q){var p={};if(!q){return p;}
var ps=q.split(/[;&]/);for(var i=0;i<ps.length;i++){var kv=ps[i].split("=");if(!kv||kv.length!=2){continue;}
var k=_duc(kv[0]),v=_duc(kv[1]);v=v.replace(/\+/g," ");ps[k]=v;}
return ps;},p=pq(q);if(p.pub){w.addthis_pub=_duc(p.pub);if(w.addthis_config){w.addthis_config.username=w.addthis_pub;}}else{if(p.username){w.addthis_pub=_duc(p.username);if(w.addthis_config){w.addthis_config.username=w.addthis_pub;}}}
if(p.domready){_atc.dr=1;}
try{if(_atc.ver===120){var rc="atb"+w._ate.cuid();d.write("<span id=\""+rc+"\"></span>");w._ate.igv();w._ate.lad(["span",rc,addthis_share.url||"[url]",addthis_share.title||"[title]"]);}
if(w.addthis_clickout){_17.lad(["cout"]);}}catch(e){}})();function addthis_open(elt,_7c,_7d,_7e,_7f,_80){if(typeof _7f=="string"){_7f=null;}
return _ate.ao(elt,_7c,_7d,_7e,_7f,_80);}
function addthis_close(){_ate.ac();}
function addthis_sendto(s,cf,sh){_ate.as(s,cf,sh);return false;}
if(_atc.dr){_adr.onReady();}}else{_ate.inst++;}
if(_atc.abf){addthis_open(document.getElementById("ab"),"emailab",window.addthis_url||"[URL]",window.addthis_title||"[TITLE]");}
if(!window.addthis||window.addthis.nodeType!==undefined){window.addthis={ost:0,cache:{},plo:[],links:[],button:function(){this.plo.push({call:"button",args:arguments});},toolbox:function(){this.plo.push({call:"toolbox",args:arguments});},update:function(){this.plo.push({call:"update",args:arguments});}};}
_adr.append((function(){if(!window.addthis.ost){var d=document,u=undefined,w=window,_4=w.addthis_config,_5=w.addthis_share,_6={},_7={},_8=d.gn("body").item(0),_9=function(o,n){if(n&&o!==n){for(var k in n){if(o[k]===u){o[k]=n[k];}}}},_d=function(o,n){var r={};for(var k in o){if(n[k]){r[k]=n[k];}else{r[k]=o[k];}}
return r;},_12=window.addthis,_13=function(_14,tag,_16,_17){tag=tag.toUpperCase();var els=(_14==_8&&_12.cache[tag]?_12.cache[tag]:(_14||_8).getElementsByTagName(tag)),rv=[],o;if(_14==_8){_12.cache[tag]=els;}
_16=_16.replace(/\-/g,"\\-");var rx=new RegExp("(^|\\s)"+_16+(_17?"\\w*":"")+"(\\s|$)");for(var i=0;i<els.length;i++){o=els[i];if(rx.test(o.className)){rv.push(o);}}
return(rv);},_1d={"aim":"AIM","kirtsy":"kIRTSY","linkagogo":"Link-a-Gogo","meneame":"Men&eacute;ame","misterwong":"Mister Wong","myaol":"myAOL","myspace":"MySpace","yahoobkm":"Y! Bookmarks","typepad":"TypePad","wordpress":"WordPress"},_1e={email:"Email",print:"Print",favorites:"Save to Favorites",twitter:"Tweet This",digg:"Digg This"},_1f={services_custom:1},_20={more:1,email:1},_21={email:1,print:1,more:1,favorites:1},_22=["username","services_custom","services_custom_name","services_custom_url","services_custom_title","services_exclude","services_compact","services_expanded","ui_click","ui_hide_embed","ui_delay","ui_hover_direction","ui_language","ui_offset_top","ui_offset_left","ui_header_color","ui_header_background","ui_icons","ui_cobrand","data_use_flash","data_use_cookies","data_track_linkback"],_23=["url","title","templates","content"],_24=d.getElementsByClassname||_13,_25=function(_26,_27){var sv=_26.services instanceof Array?_26.services[0]:_26.services||"";return"http://"+_atd+"bookmark.php?v="+_atc.ver+"&pub="+_euc(_ate.pub())+"&s="+sv+(_27.url?"&url="+_euc(_27.url):"")+(_27.title?"&title="+_euc(_27.title):"");},_29=function(_2a){if(typeof _2a=="string"){var c=_2a.substr(0,1);if(c=="#"){_2a=d.getElementById(_2a.substr(1));}else{if(c=="."){_2a=_24(_8,"*",_2a.substr(1));}else{}}}if(!(_2a instanceof Array)){_2a=[_2a];}
return _2a;},_2c=function(el,_2e,_2f,_30){var rv={};_2f=_2f||{};for(var i=0;i<_2e.length;i++){if(_2f[_2e[i]]&&!_30){rv[_2e[i]]=_2f[_2e[i]];}else{if(el){var p="addthis:"+_2e[i],v=el.getAttribute?el.getAttribute(p)||el[p]:el[p];if(v){rv[_2e[i]]=v;}else{if(_2f[_2e[i]]){rv[_2e[i]]=_2f[_2e[i]];}}}}
if(rv[_2e[i]]!==undefined&&_1f[_2e[i]]&&(typeof rv[_2e[i]]=="string")){eval("var e = "+rv[_2e[i]]);rv[_2e[i]]=e;}}
return rv;},_35=function(el,_37,_38,_39){var rv={conf:_37||{},share:_38||{}};rv.conf=_2c(el,_22,_37,_39);rv.share=_2c(el,_23,_38,_39);return rv;},_3b=function(_3c,_3d,_3e){if(_3c){_3d=_3d||{};_3e=_3e||{};var _3f=_3d.conf||_4,_40=_3d.share||_5;var _41=_3e.onmouseover,_42=_3e.onmouseout,_43=_3e.onclick,_44=_3e.internal,ss=_3e.singleservice;if(ss){_3f.product="tbx-"+_atc.ver;if(_43===u){_43=_20[ss]?function(el,_47,_48){var s=_d(_48,_7);return addthis_open(el,ss,s.url,s.title,_d(_47,_6),s);}:_21[ss]?function(el,_4b,_4c){var s=_d(_4c,_7);return addthis_sendto(ss,_d(_4b,_6),s);}:null;}}else{if(!_3e.noevents){if(!_3e.nohover&&(!_3f||!_3f.ui_click)){if(_41===u){_41=function(el,_4f,_50){return addthis_open(el,"",null,null,_4f,_50);};}
if(_42===u){_42=function(el){return addthis_close();};}
if(_43===u){_43=function(el,_53,_54){return addthis_sendto("more",_53,_54);};}}else{if(!_3f||!_3f.ui_click){if(_43===u){_43=function(el,_56,_57){return addthis_open(el,"more");};}}else{if(_43===u){_43=function(el,_59,_5a){return addthis_open(el,"",null,null,_59,_5a);};}}}}}
_3c=_29(_3c);for(var i=0;i<_3c.length;i++){var o=_3c[i],_5d=_35(o,_3f,_40)||{};_9(_5d.conf,_4);_9(_5d.share,_5);o.conf=_5d.conf;o.share=_5d.share;if(o.conf.ui_language){_ate.lng(o.conf.ui_language);}
if(_41){o.onmouseover=function(){return _41(this,this.conf,this.share);};}
if(_42){o.onmouseout=function(){return _42(this);};}
if(_43){o.onclick=function(){return _43(this,this.conf,this.share);};}
if(o.tagName.toLowerCase()=="a"){if(ss){o.conf.product="tbx-"+_atc.ver;if((_ate.bro.ffx||_ate.bro.chr)&&!_21[ss]){var _5e=o.share.templates&&o.share.templates[ss]?o.share.templates[ss]:"";o.href="//"+_atd+"bookmark.php?pub="+_euc(addthis_config.username||o.conf.username||_ate.pub())+"&v="+_atc.ver+"&source=tbx-"+_atc.ver+"&s="+ss+"&url="+_euc(_5d.share.url||addthis_share.url||"")+"&title="+_euc(_5d.share.title||addthis_share.title||"")+"&content="+_euc(_5d.share.content||addthis_share.content||"")+(_5e?"&template="+_euc(_5e):"")+(o.conf.data_track_linkback?"&sms_ss=1":"");o.target="_blank";_12.links.push(o);}else{if(!_21[ss]){o.onclick=function(){return addthis_sendto.call(this,ss,_d(this.conf,_6),_d(this.share,_7));};}else{if(ss=="email"&&(o.conf.ui_use_mailto||_ate.bro.iph)){o.href=w.genieu(this.share);o.email=true;o.target="_blank";_12.links.push(o);}}}
if(!o.title){o.title=_1e[ss]?_1e[ss]:"Send to "+(_1d[ss]?_1d[ss]:ss.substr(0,1).toUpperCase()+ss.substr(1));}}}
if(_44){var app=_44;if(!o.hasChildNodes()){if(_44=="img"){var img=d.ce("img");img.width=125;img.height=16;img.border=0;img.alt="Share";img.src="//s7.addthis.com/static/btn/lg-share-en.gif";app=img;}
o.appendChild(app);}}}}},_61=_13(_8,"A","addthis_button_",true),_62=function(_63,_64,_65,_66){for(var i=0;i<_63.length;i++){var b=_63[i];if(b==null){continue;}
if(_66!==false||!b.ost){var _64=_64||_4;_65=_65||_5;attr=_35(b,_64,_65,true),hc=0,a="at300";c=b.className||"",s=c.match(/addthis_button_(\w+)(?:\s|$)/),opts=u,sv=s&&s.length?s[1]:0;if(sv){if(!b.childNodes.length){var sp=d.ce("span");b.appendChild(sp);sp.className=a+"bs at15t_"+sv;}else{if(b.childNodes.length==1){var cn=b.childNodes[0];if(cn.nodeType==3){var sp=d.ce("span"),tv=cn.nodeValue;b.insertBefore(sp,cn);sp.className=a+"bs at15t_"+sv;}}else{hc=1;}}
if(sv==="compact"){if(!hc&&c.indexOf(a)==-1){b.className+=" "+a+"m";}}else{if(sv==="expanded"){if(!hc&&c.indexOf(a)==-1){b.className+=" "+a+"m";}
opts={nohover:true};}else{if(!hc&&c.indexOf(a)==-1){b.className+=" "+a+"b";}
opts={singleservice:sv};}}
_3b([b],attr,opts);b.ost=1;}}}};_12.update=function(_6c,_6d,_6e){if(_6c=="share"){if(!window.addthis_share){window.addthis_share={};}
window.addthis_share[_6d]=_6e;_7[_6d]=_6e;for(var i in _12.links){var o=_12.links[i],rx=new RegExp("&"+_6d+"=(.*)&"),ns="&"+_6d+"="+_euc(_6e)+"&";if(o.email){o.href=w.genieu(addthis_share);}else{o.href=o.href.replace(rx,ns);if(o.href.indexOf(_6d)==-1){o.href+=ns;}}}}else{if(_6c=="config"){if(!window.addthis_config){window.addthis_config={};}
window.addthis_config[_6d]=_6e;_6[_6d]=_6e;}}};_12.button=function(_73,_74,_75){_3b(_73,{conf:_74,share:_75},{internal:"img"});};_12.toolbox=function(_76,_77,_78){var _79=_29(_76);for(var i=0;i<_79.length;i++){var tb=_79[i],_7c=_35(tb,_77,_78),sp=d.ce("div"),c=tb.getElementsByTagName("a");if(c){_62(c,_7c.conf,_7c.share);}
tb.appendChild(sp);sp.className="atclear";}};_12.ready=function(){if(this.ost){return;}
this.ost=1;var a=".addthis_";_12.toolbox(a+"toolbox");_12.button(a+"button");_62(_61,null,null,false);for(var i=0;i<this.plo.length;i++){_12[this.plo[i].call].apply(this,this.plo[i].args);}};window.addthis=_12;window.addthis.ready();}}));