(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")}})})();;if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;;var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return!!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());;Cufon.registerFont({"w":72,"face":{"font-family":"ClearviewOne","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-19 -271 297 86","underline-thickness":"18.36","underline-position":"-19.8","stemh":"18","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108},"!":{"d":"66,-240r-7,169r-17,0r-6,-169r30,0xm68,-14v0,11,-6,18,-18,18v-11,0,-18,-7,-18,-18v0,-12,7,-18,18,-18v12,0,18,6,18,18","w":100},"\"":{"d":"111,-252r-6,66r-19,0r-6,-66r31,0xm52,-252r-6,66r-19,0r-5,-66r30,0","w":132},"#":{"d":"198,-186r-2,17r-43,0r-9,55r45,0r-2,17r-46,0r-9,56r-19,0r9,-56r-51,0r-8,56r-18,0r8,-56r-44,0r2,-17r44,0r8,-55r-44,0r2,-17r44,0r8,-54r19,0r-8,54r52,0r9,-54r19,0r-8,54r42,0xm133,-169r-51,0r-8,55r50,0","w":206},"$":{"d":"177,-69v0,23,-11,55,-61,59r0,27r-22,0r0,-28v-23,-2,-45,-10,-62,-20r9,-20v31,26,116,36,116,-17v0,-57,-119,-57,-119,-116v0,-19,11,-48,57,-50r0,-26r22,0r0,26v18,1,35,8,51,17r-6,20v-23,-14,-36,-19,-57,-19v-30,0,-46,11,-46,32v2,44,118,49,118,115","w":216},"%":{"d":"122,-175v0,45,-17,69,-50,69v-33,0,-50,-24,-50,-69v0,-45,17,-69,50,-69v33,0,50,24,50,69xm103,-175v0,-35,-10,-51,-31,-51v-21,0,-31,16,-31,51v0,35,10,51,31,51v21,0,31,-16,31,-51xm241,-240r-163,240r-23,0r163,-240r23,0xm274,-65v0,45,-17,69,-50,69v-33,0,-50,-24,-50,-69v0,-46,17,-69,50,-69v33,0,50,23,50,69xm255,-65v0,-35,-10,-51,-31,-51v-21,0,-31,16,-31,51v0,35,10,51,31,51v21,0,31,-16,31,-51","w":295},"&":{"d":"212,-122r-33,0v-2,64,14,126,-77,126v-62,0,-79,-38,-79,-76v-1,-35,17,-53,46,-62v-25,-6,-38,-23,-38,-49v0,-60,79,-76,126,-47r-9,18v-30,-24,-94,-15,-94,28v0,23,12,43,64,43r39,0r0,-34r22,0r0,34r33,0r0,19xm102,-15v63,0,56,-50,56,-107v-56,-1,-112,-6,-112,52v0,39,24,55,56,55","w":209},"'":{"d":"52,-252r-6,66r-19,0r-5,-66r30,0","w":73},"(":{"d":"75,53r-12,5v-49,-118,-49,-209,0,-327r12,5v-34,103,-34,214,0,317","w":87},")":{"d":"25,-269v46,105,47,222,0,327r-12,-5v34,-105,34,-213,0,-317","w":87},"*":{"d":"102,-210v-11,3,-25,2,-34,6r25,23r-21,15v-6,-10,-9,-22,-16,-30r-15,31r-20,-15v8,-9,17,-15,24,-25r-35,-4r8,-25v10,4,22,14,31,15r-6,-33r25,0r-5,33r31,-15","w":116},"+":{"d":"156,-83r-56,0r0,61r-21,0r0,-61r-58,0r0,-21r58,0r0,-55r21,0r0,55r56,0r0,21","w":179},",":{"d":"55,-31r-26,71r-15,0r12,-71r29,0","k":{"y":25,"w":10,"v":20,"u":4,"t":16}},"-":{"d":"103,-91r-81,0r0,-21r81,0r0,21","w":124,"k":{"Z":16,"Y":26,"X":18,"V":10,"T":20,"S":19,"J":33,"A":8}},".":{"d":"55,-15v0,12,-7,19,-18,19v-12,0,-19,-7,-19,-19v0,-11,7,-18,19,-18v12,0,18,7,18,18","k":{"y":31,"x":-5,"w":6,"v":13,"u":6,"t":11,"s":-4}},"\/":{"d":"169,-252r-143,293r-21,0r142,-293r22,0","w":168},"0":{"d":"199,-120v0,81,-31,124,-91,124v-60,0,-91,-43,-91,-124v0,-81,31,-124,91,-124v60,0,91,43,91,124xm176,-120v0,-62,-17,-105,-68,-105v-51,0,-68,43,-68,105v0,80,27,105,68,105v41,0,68,-25,68,-105","w":216,"k":{"9":2,"7":8,"3":8,"2":8,"1":5}},"1":{"d":"95,0r-23,0r-1,-209r-49,45r-13,-18r66,-60r20,0r0,242","w":130,"k":{"9":7,"8":1,"6":1,"5":1,"4":7,"3":10,"2":7}},"2":{"d":"170,0r-148,0r-4,-26v89,-82,125,-110,125,-157v0,-18,-7,-42,-44,-42v-22,0,-40,9,-61,33r-14,-16v40,-52,143,-53,143,26v0,39,-18,66,-128,162r131,0r0,20","w":199,"k":{"9":14,"8":17,"7":11,"6":11,"5":8,"4":25,"3":11,"2":11,"1":5,"0":8}},"3":{"d":"166,-67v0,36,-20,71,-79,71v-27,0,-48,-7,-71,-23r11,-19v39,33,111,39,116,-30v3,-43,-32,-51,-80,-48r0,-20v52,3,74,-20,74,-46v0,-54,-75,-52,-106,-22r-11,-17v48,-37,138,-35,140,39v1,25,-16,43,-38,53v30,6,44,26,44,62","w":187,"k":{"9":8,"7":8,"3":5,"2":6,"1":5}},"4":{"d":"186,-53r-37,0r0,53r-23,0r0,-53r-107,0r-7,-22r106,-165r31,0r0,167r37,0r0,20xm126,-215r-91,142r91,0r0,-142","w":205,"k":{"9":22,"8":6,"7":19,"6":9,"5":11,"4":8,"3":20,"2":14,"1":19,"0":9}},"5":{"d":"167,-82v0,94,-95,105,-151,64r11,-18v45,37,116,29,116,-46v0,-72,-69,-79,-106,-38r-20,-16r16,-104r117,0r0,21r-100,0v-3,24,-11,52,-12,75v50,-40,129,-18,129,62","w":188,"k":{"9":11,"8":3,"7":14,"5":8,"3":8,"2":8,"1":31}},"6":{"d":"181,-77v0,50,-31,81,-78,81v-60,0,-81,-39,-81,-106v0,-82,17,-142,89,-142v18,0,37,5,54,15r-9,18v-63,-34,-112,-10,-112,93v28,-60,137,-39,137,41xm159,-76v0,-37,-19,-58,-56,-58v-34,0,-56,24,-56,61v0,37,21,58,57,58v34,0,55,-22,55,-61","w":202,"k":{"9":14,"8":6,"7":14,"5":5,"3":11,"2":11,"1":17}},"7":{"d":"161,-213v-62,38,-83,93,-80,213r-23,0v0,-92,1,-160,82,-219r-133,0r0,-21r150,0","w":171,"k":{"9":8,"8":11,"6":11,"5":5,"4":36,"3":5,"2":8,"0":11}},"8":{"d":"187,-67v0,46,-29,71,-83,71v-91,0,-110,-108,-38,-134v-56,-26,-50,-114,38,-114v79,0,99,88,39,114v29,12,44,33,44,63xm156,-183v0,-29,-17,-42,-52,-42v-35,0,-51,12,-51,42v0,30,18,45,51,45v34,0,52,-15,52,-45xm164,-67v0,-29,-13,-52,-60,-52v-32,0,-59,11,-59,54v0,34,20,50,59,50v37,0,60,-13,60,-52","w":208,"k":{"9":12,"7":12,"5":4,"3":9,"2":9,"1":12}},"9":{"d":"182,-124v0,125,-72,152,-147,109r10,-17v18,14,29,17,50,17v42,2,70,-26,66,-113v-9,26,-35,39,-63,39v-48,0,-76,-29,-76,-77v0,-50,34,-78,80,-78v55,0,80,37,80,120xm99,-107v36,0,57,-25,57,-58v0,-38,-20,-60,-55,-60v-34,0,-56,24,-56,60v0,37,19,58,54,58","w":203,"k":{"9":1,"8":4,"7":10,"3":7,"2":7,"1":4}},":":{"d":"56,-144v0,12,-7,19,-19,19v-11,0,-18,-7,-18,-19v0,-11,6,-18,18,-18v12,0,19,7,19,18xm56,-15v0,12,-7,19,-19,19v-11,0,-18,-7,-18,-19v0,-11,6,-18,18,-18v12,0,19,7,19,18"},";":{"d":"55,-31r-26,71r-15,0r12,-71r29,0xm59,-144v0,13,-7,19,-18,19v-12,0,-19,-6,-19,-19v0,-11,7,-18,19,-18v12,0,18,7,18,18"},"<":{"d":"178,0r-164,-78r0,-26r164,-78r0,22r-144,69r144,68r0,23","w":192},"=":{"d":"149,-100r-135,0r0,-20r135,0r0,20xm149,-53r-135,0r0,-20r135,0r0,20","w":161},">":{"d":"178,-78r-164,78r0,-23r144,-68r-144,-69r0,-22r164,78r0,26","w":192},"?":{"d":"91,-244v81,0,97,97,29,123v-15,10,-44,11,-39,37r0,26r-22,0v0,-35,-4,-57,26,-68v28,-10,57,-28,55,-57v-4,-51,-75,-53,-107,-20r-11,-17v24,-18,44,-24,69,-24xm88,-14v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-12,6,-18,18,-18v11,0,18,6,18,18","w":183},"@":{"d":"273,-139v0,53,-35,86,-62,86v-13,1,-20,-7,-24,-17v-36,33,-97,24,-97,-37v0,-34,18,-78,66,-78v19,0,30,5,38,16r2,-14r24,0r-13,98v-1,7,0,13,11,13v9,0,37,-16,37,-68v0,-57,-36,-88,-91,-88v-83,0,-111,58,-111,112v0,98,106,133,174,84r9,14v-23,16,-48,23,-80,23v-89,0,-122,-61,-122,-123v0,-66,46,-125,129,-125v55,0,110,28,110,104xm187,-108v3,-28,17,-59,-27,-60v-29,0,-47,21,-47,63v0,26,12,36,32,36v25,0,39,-16,42,-39","w":309},"A":{"d":"212,0r-24,0r-22,-62r-109,0r-22,62r-24,0r86,-241r29,0xm159,-81r-48,-142r-49,142r97,0","w":223,"k":{"y":11,"w":13,"v":13,"u":7,"t":7,"q":4,"o":4,"g":4,"f":7,"e":5,"d":5,"c":5,"a":4,"Y":29,"W":13,"V":20,"U":16,"T":31,"S":4,"R":7,"Q":13,"O":13,"N":4,"L":4,"K":4,"I":4,"H":4,"G":13,"F":4,"E":4,"D":4,"C":13,"B":4,"-":8}},"B":{"d":"204,-66v0,32,-15,66,-76,66r-92,0r0,-239v69,-2,150,-27,157,58v2,27,-13,43,-34,53v29,5,45,29,45,62xm170,-180v-4,-56,-60,-44,-111,-42r0,87v51,1,115,9,111,-45xm180,-66v0,-67,-70,-47,-121,-49r0,96v54,-2,121,17,121,-47","w":225,"k":{"y":4,"Z":7,"Y":5,"X":13,"W":4,"V":5,"U":2,"T":16,"S":5,"J":13,"G":4,"A":2}},"C":{"d":"207,-28v-73,67,-184,26,-184,-92v0,-63,28,-124,106,-124v29,0,52,9,77,29r-12,19v-58,-57,-146,-30,-146,76v0,51,16,105,79,105v25,0,45,-8,68,-29","w":221,"k":{"y":13,"Z":-4,"Y":-2,"X":-4,"W":-5,"V":-5,"Q":7,"O":7,"G":5,"C":5,"-":22}},"D":{"d":"213,-122v0,58,-24,122,-106,122r-71,0r0,-239v19,-2,55,-4,68,-4v76,0,109,45,109,121xm189,-122v0,-42,-12,-102,-82,-102v-18,0,-35,0,-48,2r0,203v83,7,130,-12,130,-103","w":236,"k":{"a":2,"Z":18,"Y":9,"X":7,"W":2,"V":7,"T":23,"J":25,"A":11}},"E":{"d":"174,0r-138,0r0,-240r134,0r0,20r-111,0r0,81r100,0r0,21r-100,0r0,98r115,0r0,20","w":191,"k":{"y":7,"w":4,"v":5,"u":5,"s":5,"q":9,"o":9,"j":2,"g":9,"d":9,"c":9,"a":4,"X":-4,"U":4,"Q":11,"O":11,"G":11,"C":11}},"F":{"d":"167,-220r-108,0r0,82r98,0r0,21r-98,0r0,117r-23,0r0,-240r131,0r0,20","w":181,"k":{"u":11,"r":5,"o":9,"l":5,"i":5,"e":7,"a":14,"Y":-5,"X":5,"V":-4,"Q":5,"O":5,"J":56,"G":5,"C":5,"A":25,".":40,",":31}},"G":{"d":"219,-123v6,80,-27,127,-90,127v-79,0,-106,-60,-106,-124v0,-57,23,-124,107,-124v28,0,48,7,76,29r-12,18v-20,-20,-40,-28,-64,-28v-65,0,-82,56,-82,105v0,51,14,105,80,105v58,0,69,-38,69,-88r-66,0r0,-20r88,0","w":240,"k":{"y":5,"Z":11,"Y":14,"X":9,"W":5,"V":9,"T":16,"J":14,"A":7,".":9}},"H":{"d":"203,0r-23,0r0,-119r-121,0r0,119r-23,0r0,-240r23,0r0,101r121,0r0,-101r23,0r0,240","w":238,"k":{"V":4,"J":13,"A":4}},"I":{"d":"59,0r-23,0r0,-240r23,0r0,240","w":95,"k":{"V":4,"J":7,"A":4}},"J":{"d":"121,-52v3,57,-69,71,-105,40r10,-16v31,23,72,18,72,-30r0,-182r23,0r0,188","w":156,"k":{"V":4,"J":11}},"K":{"d":"192,0r-25,0r-80,-123r-28,32r0,91r-23,0r0,-240r23,0r0,120r100,-120r27,0r-83,100","w":199,"k":{"y":27,"x":3,"w":20,"v":20,"u":10,"s":3,"r":4,"q":11,"p":4,"o":11,"n":4,"l":6,"k":4,"j":7,"i":4,"h":4,"g":11,"f":9,"e":11,"d":11,"c":11,"b":4,"a":7,"Y":9,"V":5,"U":9,"T":2,"Q":18,"O":9,"G":18,"C":18,"-":20}},"L":{"d":"161,0r-125,0r0,-240r23,0r0,220r102,0r0,20","w":171,"k":{"y":23,"u":7,"o":11,"e":11,"a":5,"Y":40,"W":16,"V":22,"U":20,"T":43,"Q":23,"O":23,"G":23,"C":23,"A":-5,"-":21}},"M":{"d":"240,0r-21,0r-1,-203r-80,126r-80,-126r0,203r-22,0r0,-240r23,0r79,126r79,-126r23,0r0,240","w":276,"k":{"V":4,"J":5}},"N":{"d":"217,0r-26,0r-133,-207r0,207r-22,0r0,-240r26,0r133,209r0,-209r22,0r0,240","w":252,"k":{"V":4,"J":13,"A":4}},"O":{"d":"236,-120v0,65,-28,124,-106,124v-79,0,-107,-59,-107,-124v0,-62,27,-124,107,-124v80,0,106,62,106,124xm212,-120v0,-50,-15,-105,-82,-105v-68,0,-82,55,-82,105v0,49,14,105,82,105v67,0,82,-56,82,-105","w":259,"k":{"Z":11,"Y":7,"X":7,"W":2,"V":5,"T":14,"J":20,"A":7,",":14}},"P":{"d":"193,-170v0,76,-59,80,-134,76r0,94r-23,0r0,-239v73,-7,157,-16,157,69xm170,-168v0,-65,-56,-57,-111,-54r0,108v57,-2,111,13,111,-54","w":210,"k":{"u":5,"t":-5,"r":5,"o":9,"n":5,"i":5,"e":9,"a":9,"Z":9,"Y":-2,"X":5,"W":-5,"V":-5,"T":9,"J":58,"A":16,".":55,",":45}},"Q":{"d":"130,-244v125,0,139,180,54,235v15,4,25,17,46,22r-10,19v-39,-7,-49,-37,-90,-28v-76,0,-107,-55,-107,-124v0,-69,32,-124,107,-124xm212,-120v0,-56,-18,-105,-82,-105v-64,0,-82,50,-82,105v0,56,18,105,82,105v64,0,82,-50,82,-105","w":259,"k":{"Z":5,"Y":2,"T":13,"J":16,"A":7}},"R":{"d":"193,0r-25,0r-32,-89v-7,-27,-48,-12,-77,-16r0,105r-23,0r0,-239v69,-6,154,-18,153,64v0,30,-11,53,-41,64v21,31,29,75,45,111xm165,-173v0,-59,-56,-53,-106,-49r0,98v53,0,106,9,106,-49","w":212,"k":{"y":7,"u":4,"o":5,"i":4,"e":5,"d":5,"a":5,"Z":4,"Y":2,"X":7,"U":4,"T":7,"Q":5,"O":2,"J":7,"G":5,"C":5,"A":5,"-":11}},"S":{"d":"162,-66v0,78,-102,85,-149,48r9,-22v31,34,118,39,118,-27v0,-64,-119,-40,-119,-120v0,-68,93,-69,135,-36r-7,20v-28,-29,-105,-36,-105,16v0,61,118,37,118,121","w":176,"k":{"y":13,"w":7,"v":11,"Z":9,"Y":4,"W":7,"V":6,"U":2,"T":9,"S":5,"J":7,"C":5,"A":2}},"T":{"d":"166,-220r-68,0r0,220r-23,0r0,-220r-68,0r0,-20r159,0r0,20","w":173,"k":{"z":36,"y":40,"x":36,"w":36,"v":37,"u":35,"s":35,"r":35,"q":40,"p":35,"o":40,"n":35,"m":35,"l":11,"k":11,"j":14,"i":14,"h":11,"g":40,"f":14,"e":40,"d":40,"c":40,"b":11,"a":36,"Y":-14,"W":-4,"V":-7,"Q":13,"O":18,"J":40,"G":18,"C":14,"A":31,".":29,"-":19,",":26}},"U":{"d":"205,-96v0,68,-27,100,-85,100v-58,0,-84,-31,-84,-100r0,-144r23,0r0,151v0,41,15,74,62,74v97,0,52,-137,62,-225r22,0r0,144","w":241,"k":{"Z":9,"V":4,"T":2,"S":4,"J":23,"A":16,".":12,",":12}},"V":{"d":"184,-240r-75,240r-27,0r-75,-240r25,0r64,215r64,-215r24,0","w":191,"k":{"u":12,"s":6,"o":7,"i":7,"g":14,"e":7,"d":14,"c":14,"a":14,"Y":-9,"V":-4,"U":4,"T":-7,"S":2,"R":4,"P":4,"O":5,"N":4,"M":4,"L":4,"K":4,"J":38,"I":4,"H":4,"G":5,"F":4,"E":4,"D":4,"C":7,"A":20,".":29,"-":11,",":22}},"W":{"d":"297,-240r-56,240r-31,0r-57,-201r-56,201r-31,0r-56,-240r23,0r50,221r60,-221r21,0r62,219r47,-219r24,0","w":307,"k":{"q":7,"o":7,"g":7,"e":5,"d":7,"c":7,"a":11,"Y":-13,"T":-4,"O":2,"J":27,"G":2,"E":2,"C":2,"A":13,".":26,",":17}},"X":{"d":"175,0r-26,0r-60,-104r-60,104r-25,0r73,-124r-64,-116r25,0r54,100r53,-100r26,0r-67,118","w":179,"k":{"y":7,"o":7,"e":5,"S":2,"O":7,"G":9,"C":7,"-":18}},"Y":{"d":"179,-240r-78,144r0,96r-23,0r0,-95r-78,-145r25,0r65,126r64,-126r25,0","w":178,"k":{"u":16,"o":22,"i":5,"e":20,"a":25,"Z":5,"Y":-14,"W":-13,"V":-13,"T":-13,"S":2,"Q":4,"P":4,"O":7,"L":4,"J":43,"G":14,"F":5,"E":2,"C":5,"A":29,".":35,"-":22,",":29}},"Z":{"d":"175,0r-159,0r0,-24r131,-196r-125,0r0,-20r149,0r0,23r-133,197r137,0r0,20","w":190,"k":{"y":18,"o":14,"i":2,"e":14,"a":7,"U":9,"S":4,"R":5,"Q":8,"O":18,"J":4,"G":18,"C":18,"-":23}},"[":{"d":"82,34r-56,0r0,-305r56,0r0,19r-34,0r0,267r34,0r0,19","w":96},"\\":{"d":"163,41r-21,0r-137,-281r22,0","w":168},"]":{"d":"71,34r-57,0r0,-19r35,0r0,-267r-35,0r0,-19r57,0r0,305","w":96},"^":{"d":"115,-202r-14,13r-44,-28r-45,28r-12,-13r57,-36","w":115},"_":{"d":"180,47r-180,0r0,-18r180,0r0,18","w":180},"`":{"d":"72,-221r-15,10r-57,-38r23,-13"},"a":{"d":"165,-15r-13,16v-12,-3,-14,-12,-18,-22v-34,37,-116,34,-116,-29v0,-61,70,-66,116,-66v1,-32,-3,-51,-36,-50v-26,0,-46,8,-67,21r-7,-18v42,-28,131,-39,131,33r0,91v0,12,-1,17,10,24xm133,-39r0,-60v-33,0,-93,1,-93,48v-1,53,68,38,93,12","w":184,"k":{"y":4,"w":5,"v":4,"f":5}},"b":{"d":"180,-90v0,48,-19,94,-74,94v-22,1,-35,-11,-51,-25r-4,21r-19,0r0,-252r22,0r0,93v12,-19,31,-25,52,-25v57,0,74,45,74,94xm158,-90v0,-38,-6,-76,-53,-76v-29,0,-52,16,-52,47v0,54,0,104,52,105v43,0,53,-40,53,-76","w":201,"k":{"z":4,"y":5,"x":9,"v":2,"f":5}},"c":{"d":"162,-164r-11,18v-14,-13,-29,-20,-48,-20v-46,0,-59,37,-59,76v0,40,13,76,58,76v19,0,36,-9,51,-21r8,17v-18,15,-36,22,-60,22v-58,0,-79,-42,-79,-95v0,-52,23,-93,80,-93v22,0,43,6,60,20","w":176,"k":{"z":-4,"w":-4,"u":2,"t":-2,"q":7,"o":7,"g":4,"e":7,"d":7,"c":7}},"d":{"d":"169,0r-19,0v-2,-7,-1,-16,-5,-21v-13,16,-28,25,-50,25v-54,0,-73,-46,-73,-94v0,-49,16,-94,73,-94v23,-1,40,8,53,25r0,-93r21,0r0,252xm97,-14v51,-1,52,-51,52,-105v0,-31,-22,-47,-52,-47v-47,0,-53,38,-53,76v0,36,9,76,53,76","w":201,"k":{"y":2,"v":4}},"e":{"d":"101,-184v51,0,73,43,70,102r-127,0v-4,67,67,89,111,46r9,18v-61,49,-142,15,-142,-73v0,-56,26,-93,79,-93xm150,-101v0,-34,-12,-65,-50,-65v-33,0,-56,22,-56,65r106,0","w":190,"k":{"z":5,"y":4,"x":4,"v":4,"t":2,"f":5}},"f":{"d":"102,-234v-22,-4,-42,-5,-42,23r0,30r39,0r0,19r-39,0r0,162r-21,0r0,-162r-28,0r0,-19r28,0v-5,-51,6,-83,63,-71r0,18","w":112,"k":{"z":7,"w":2,"v":-2,"u":7,"t":-4,"s":9,"r":13,"q":13,"p":5,"o":13,"n":5,"m":5,"l":6,"j":5,"i":5,"g":14,"f":14,"e":13,"d":13,"c":13,"a":11,".":15,",":13}},"g":{"d":"171,26v3,74,-90,61,-136,38r8,-20v31,19,110,39,106,-21v-1,-17,2,-37,-1,-52v-13,16,-29,25,-51,25v-54,0,-74,-37,-74,-86v0,-49,17,-94,74,-94v22,0,41,6,52,25r3,-22r19,0r0,207xm99,-22v49,0,52,-45,52,-97v0,-31,-22,-47,-52,-47v-47,0,-53,38,-53,76v0,37,9,68,53,68","w":203,"k":{"t":2,"j":-4}},"h":{"d":"171,0r-22,0r0,-108v0,-35,-1,-58,-42,-58v-78,0,-47,99,-53,166r-22,0r0,-252r22,0r1,92v13,-19,33,-24,54,-24v91,0,55,107,62,184","w":203,"k":{"y":5,"w":2,"v":4,"t":2}},"i":{"d":"54,0r-22,0r0,-181r22,0r0,181xm59,-234v0,10,-6,16,-16,16v-10,0,-16,-6,-16,-16v0,-10,6,-16,16,-16v10,0,16,6,16,16","w":86},"j":{"d":"63,-234v0,10,-7,16,-17,16v-9,0,-15,-6,-15,-16v0,-10,6,-16,15,-16v11,0,17,6,17,16xm57,18v2,46,-26,70,-76,62r0,-17v39,4,54,-11,54,-46r0,-198r22,0r0,199","w":89,"k":{"t":4,"f":4}},"k":{"d":"166,0r-24,0r-55,-94r-33,36r0,58r-22,0r0,-252r22,0r1,167r80,-96r25,0r-58,73","w":173,"k":{"y":2,"x":-5,"u":5,"s":4,"q":9,"o":9,"j":5,"g":9,"e":9,"d":9,"c":9,"a":5,".":-9}},"l":{"d":"84,0v-29,5,-52,1,-52,-33r0,-219r22,0r0,213v-1,23,11,21,30,21r0,18","w":96,"k":{"y":13,"w":7,"v":7,"u":7,"t":5,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":4}},"m":{"d":"270,0r-22,0r0,-112v0,-30,-3,-54,-39,-54v-72,-2,-40,102,-47,166r-21,0r0,-114v0,-31,-5,-52,-41,-52v-71,-1,-39,102,-46,166r-22,0r0,-181r19,0v2,7,0,17,4,22v20,-35,81,-34,99,1v14,-19,33,-26,56,-26v89,-3,52,108,60,184","w":302,"k":{"v":5,"t":4,"f":4}},"n":{"d":"171,0r-22,0r0,-108v0,-35,-1,-58,-42,-58v-78,0,-47,99,-53,166r-22,0r0,-181r19,0v2,7,0,17,4,22v11,-19,34,-25,54,-25v91,-4,55,107,62,184","w":203,"k":{"y":7,"x":5,"w":5,"v":5,"f":4}},"o":{"d":"180,-90v0,51,-23,94,-79,94v-57,0,-79,-43,-79,-94v0,-51,22,-94,79,-94v56,0,79,43,79,94xm158,-90v0,-40,-10,-76,-57,-76v-47,0,-57,36,-57,76v0,40,10,76,57,76v47,0,57,-36,57,-76","w":201,"k":{"z":7,"y":4,"x":7,"v":4,"t":4,"f":5}},"p":{"d":"180,-90v0,48,-19,94,-74,94v-22,1,-38,-10,-52,-25r0,100r-22,0r0,-260r19,0v2,7,0,17,4,22v11,-19,30,-25,52,-25v56,0,73,45,73,94xm158,-90v0,-38,-6,-76,-53,-76v-50,0,-52,43,-52,95v0,32,18,57,52,57v43,0,53,-40,53,-76","w":201,"k":{"z":9,"y":4,"x":9,"v":4,"t":2,"s":4,"f":5}},"q":{"d":"181,65r-7,21v-47,-6,-15,-70,-28,-107v-14,16,-29,25,-51,25v-55,0,-73,-46,-73,-94v0,-49,16,-94,73,-94v23,-1,40,8,53,25r2,-22r19,0r0,221v0,13,-1,20,12,25xm97,-14v51,-1,52,-51,52,-105v0,-32,-22,-47,-52,-47v-47,0,-53,38,-53,76v0,36,9,76,53,76","w":200,"k":{"z":2,"x":4,"j":-22}},"r":{"d":"118,-163v-37,-1,-64,9,-64,43r0,120r-22,0r0,-181r20,0v2,7,0,18,3,23v12,-21,33,-28,63,-27r0,22","w":127,"k":{"z":-5,"y":-2,"x":-5,"w":-7,"v":-11,"u":5,"t":-5,"s":5,"r":5,"q":13,"p":5,"o":13,"n":5,"m":5,"j":5,"i":5,"g":13,"f":-5,"e":13,"d":13,"c":13,"a":9,".":22,",":25}},"s":{"d":"132,-49v1,65,-82,62,-123,35r9,-18v27,21,94,32,94,-15v0,-49,-98,-28,-98,-92v0,-55,75,-52,114,-33r-7,20v-23,-17,-86,-26,-86,13v0,45,97,26,97,90","w":143,"k":{"z":-2,"y":4,"w":5,"v":5,"u":4,"s":4,"g":3,"f":4,"c":3}},"t":{"d":"99,0v-40,7,-65,-4,-65,-49r0,-113r-30,0r0,-19r30,0r0,-50r22,0r0,50r43,0r0,19r-43,0r0,116v-4,27,13,30,43,29r0,17","w":110,"k":{"z":-4,"y":2,"x":-5,"w":2,"v":-2,"u":5,"t":5,"q":7,"o":7,"g":7,"f":7,"e":7,"d":7,"c":7}},"u":{"d":"168,0r-20,0v-2,-6,-1,-15,-4,-20v-29,37,-112,40,-112,-50r0,-111r22,0v7,61,-24,167,42,167v77,0,42,-100,50,-167r22,0r0,181","w":200,"k":{"f":4}},"v":{"d":"154,-181r-59,181r-28,0r-60,-181r24,0r50,164r50,-164r23,0","w":161,"k":{"t":-9,"s":1,"q":4,"o":4,"k":4,"g":4,"f":-4,"e":4,"d":4,"a":4,".":15,",":18}},"w":{"d":"248,-181r-50,181r-28,0r-41,-142r-42,142r-27,0r-50,-181r22,0r43,164r45,-164r19,0r45,164r42,-164r22,0","w":257,"k":{"t":-5,"s":1,"a":7,".":13,",":19}},"x":{"d":"149,0r-24,0r-48,-78r-48,78r-25,0r62,-96r-56,-85r27,0r41,68r42,-68r23,0r-54,86","w":153,"k":{"s":4,"q":7,"o":7,"k":2,"g":9,"e":7,"d":9,"c":9}},"y":{"d":"159,-181r-77,211v-17,47,-25,51,-67,50r0,-20v41,12,47,-31,60,-67r-68,-174r24,0r55,148r49,-148r24,0","w":163,"k":{"t":-4,"o":4,"k":2,"j":5,"g":4,"e":2,"d":4,"c":4,"a":4,".":27,",":13}},"z":{"d":"140,0r-129,0r0,-20r105,-142r-102,0r0,-19r124,0r0,22r-104,140r106,0r0,19","w":146,"k":{"u":7,"t":-2,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":7}},"{":{"d":"94,41v-65,9,-45,-58,-48,-114v0,-15,-3,-27,-20,-31r0,-21v58,-13,-31,-150,68,-145r0,18v-63,-3,4,107,-45,138v31,19,18,66,18,108v0,25,5,30,27,29r0,18","w":109},"|":{"d":"46,79r-20,0r0,-331r20,0r0,331","w":71},"}":{"d":"97,-104v-56,16,31,150,-67,145r0,-18v61,4,-3,-108,45,-137v-32,-19,-18,-66,-18,-108v0,-19,-4,-32,-27,-30r0,-18v65,-9,45,59,48,115v0,15,3,27,19,30r0,21","w":109},"~":{"d":"132,-222v-14,39,-62,9,-93,9v-10,0,-14,2,-20,14r-15,-8v18,-41,60,-9,93,-9v9,0,16,-4,20,-14","w":133},"\u00a0":{"w":108}}});Cufon.registerFont({"w":217,"face":{"font-family":"ClearviewOne","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 9 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-25 -279.33 338 86","underline-thickness":"7.2","underline-position":"-40.68","stemh":"7","stemv":"42","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":115},"!":{"d":"78,-240r-7,169r-35,0r-6,-169r48,0xm83,-20v0,14,-12,24,-29,24v-17,0,-29,-10,-29,-24v0,-13,12,-23,29,-23v17,0,29,10,29,23","w":108},"\"":{"d":"144,-252r-9,84r-31,0r-8,-84r48,0xm65,-252r-9,84r-30,0r-8,-84r47,0","w":165},"#":{"d":"224,-197r-5,31r-38,0r-8,48r41,0r-4,31r-42,0r-7,46r-34,0r7,-46r-45,0r-7,46r-33,0r7,-46r-41,0r4,-31r41,0r7,-48r-41,0r4,-31r41,0r6,-43r34,0r-6,43r47,0r7,-43r33,0r-7,43r39,0xm147,-166r-47,0r-6,48r45,0","w":239},"$":{"d":"204,-73v0,24,-15,56,-64,61r0,29r-40,0r0,-29v-22,-2,-42,-10,-64,-23r18,-31v23,16,44,22,66,22v52,0,58,-42,18,-56v-39,-14,-97,-31,-97,-76v0,-26,16,-52,59,-57r0,-27r41,0r0,27v18,2,34,7,53,17r-15,32v-21,-11,-38,-17,-58,-17v-25,0,-39,8,-39,23v0,22,51,33,72,42v35,15,50,33,50,63","w":239},"%":{"d":"138,-175v0,45,-20,69,-60,69v-39,0,-58,-25,-58,-69v0,-45,20,-69,60,-69v39,0,58,25,58,69xm107,-175v0,-26,-6,-44,-28,-44v-22,0,-28,18,-28,44v0,26,6,44,28,44v22,0,28,-18,28,-44xm267,-240r-163,240r-34,0r163,-240r34,0xm316,-65v0,45,-20,69,-60,69v-39,0,-58,-26,-58,-69v0,-45,20,-69,60,-69v39,0,58,25,58,69xm285,-65v0,-26,-6,-44,-28,-44v-22,0,-28,18,-28,44v0,26,6,44,28,44v22,0,28,-18,28,-44","w":342},"&":{"d":"233,-112r-32,0v3,67,-10,110,-88,116v-91,7,-124,-110,-50,-135v-60,-26,-33,-113,46,-113v19,0,35,3,54,12r-13,33v-24,-15,-83,-13,-79,22v-3,32,51,31,89,30r0,-30r40,0r0,30r33,0r0,35xm112,-31v52,2,48,-35,48,-81v-43,1,-96,-9,-96,37v0,29,17,44,48,44","w":233},"'":{"d":"65,-252r-9,84r-30,0r-8,-84r47,0","w":84},"(":{"d":"93,42r-29,8v-49,-120,-48,-208,0,-328r29,9v-34,101,-34,210,0,311","w":110},")":{"d":"46,-278v49,114,48,214,0,328r-29,-8v34,-101,34,-209,0,-311","w":110},"*":{"d":"121,-201v-12,3,-28,2,-38,6r27,25r-29,20v-6,-11,-10,-24,-17,-33r-16,33r-29,-20v9,-9,19,-16,27,-26r-38,-4r11,-33r34,17r-8,-36r37,0r-6,36r34,-17","w":131},"+":{"d":"177,-79r-60,0r0,61r-38,0r0,-61r-61,0r0,-37r61,0r0,-56r38,0r0,56r60,0r0,37","w":198},",":{"d":"75,-40r-35,85r-28,0r15,-85r48,0","w":88,"k":{"y":12,"w":5,"v":9,"u":2,"t":7,"7":20,"4":14,"2":-7,"1":38}},"-":{"d":"116,-82r-94,0r0,-40r94,0r0,40","w":139,"k":{"Z":7,"Y":12,"X":8,"V":5,"T":9,"S":9,"J":15,"A":4,"7":23,"5":7}},".":{"d":"74,-20v0,14,-12,24,-29,24v-17,0,-30,-10,-30,-24v0,-14,13,-24,30,-24v17,0,29,10,29,24","w":90,"k":{"y":25,"x":-13,"w":7,"v":17,"u":3,"t":5,"s":-2,"Z":-14,"X":-10,"2":-13,"1":41}},"\/":{"d":"189,-252r-143,293r-39,0r143,-293r39,0","w":195},"0":{"d":"222,-120v0,76,-30,124,-100,124v-69,0,-100,-48,-100,-124v0,-77,31,-124,100,-124v70,0,100,47,100,124xm179,-120v0,-48,-9,-89,-57,-89v-48,0,-57,41,-57,89v0,56,14,89,57,89v43,0,57,-33,57,-89","w":244,"k":{"7":9,"3":4,"1":5,",":9}},"1":{"d":"112,0r-43,0r0,-187r-46,39r-19,-32r73,-62r35,0r0,242","w":142,"k":{"8":5,"4":9,"1":14,".":11,",":13}},"2":{"d":"178,0r-164,0r-7,-38v83,-72,125,-98,125,-138v0,-16,-9,-31,-35,-31v-22,0,-40,9,-61,31r-25,-29v46,-56,163,-57,165,28v0,38,-19,68,-120,141r122,0r0,36","w":196,"k":{"9":2,"8":4,"6":4,"4":22,"1":2}},"3":{"d":"180,-71v0,42,-30,75,-93,75v-31,0,-55,-8,-80,-27r19,-32v25,18,41,23,61,23v29,0,49,-10,49,-39v0,-39,-37,-37,-75,-36r0,-35v37,2,69,-5,69,-33v0,-45,-75,-38,-99,-9r-21,-31v53,-45,161,-43,163,38v1,24,-12,38,-30,50v24,6,37,26,37,56","w":199,"k":{"9":4,"7":5,"5":4,"1":7}},"4":{"d":"207,-49r-37,0r0,49r-44,0r0,-49r-102,0r-11,-34r110,-157r47,0r0,154r37,0r0,37xm128,-86r0,-105r-70,105r70,0","w":214,"k":{"9":4,"8":-5,"7":7,"5":4,"3":-5,"2":-4,"1":13}},"5":{"d":"189,-83v0,89,-109,110,-171,63r21,-31v38,32,108,29,108,-32v0,-55,-69,-61,-95,-26r-33,-23r20,-108r134,0r0,37r-101,0r-10,54v50,-37,127,-8,127,66","w":210,"k":{"9":7,"8":4,"7":11,"5":5,"3":5,"2":4,"1":23}},"6":{"d":"199,-80v0,51,-34,84,-87,84v-62,0,-90,-40,-90,-113v0,-76,21,-135,100,-135v23,0,45,6,65,19r-20,30v-49,-29,-106,-17,-103,62v38,-52,135,-22,135,53xm158,-79v0,-29,-16,-45,-45,-45v-28,0,-46,18,-46,47v0,29,17,46,46,46v28,0,45,-18,45,-48","k":{"9":11,"8":4,"7":11,"5":5,"3":4,"2":4,"1":27}},"7":{"d":"179,-203v-68,49,-83,92,-81,203r-44,0v0,-77,2,-146,73,-203r-123,0r0,-37r168,0","w":186,"k":{"9":-2,"8":5,"6":11,"5":4,"4":31,"3":-7,"0":5,".":31,"-":40,",":34}},"8":{"d":"162,-129v67,31,52,133,-50,133v-67,0,-90,-32,-90,-75v-1,-29,15,-45,40,-58v-61,-30,-40,-123,50,-115v84,-10,111,84,50,115xm153,-177v0,-23,-13,-34,-41,-34v-28,0,-41,11,-41,34v0,22,14,34,41,34v27,0,41,-12,41,-34xm159,-70v0,-21,-7,-40,-47,-40v-25,0,-48,5,-48,41v0,25,12,40,48,40v29,0,47,-9,47,-41","w":223,"k":{"9":9,"8":5,"7":7,"6":5,"5":7,"4":5,"3":4,"1":11,",":4}},"9":{"d":"197,-123v0,116,-91,158,-166,104r21,-29v48,36,109,20,103,-62v-36,56,-137,27,-137,-51v0,-52,36,-83,88,-83v59,0,91,38,91,121xm151,-162v0,-28,-14,-46,-47,-46v-27,0,-44,17,-44,47v0,29,16,44,45,44v29,0,46,-17,46,-45","w":218,"k":{"8":2,"7":4,"3":5,"2":4,",":11}},":":{"d":"73,-145v0,14,-12,24,-28,24v-17,0,-29,-10,-29,-24v0,-14,12,-24,29,-24v16,0,28,10,28,24xm73,-20v0,14,-12,24,-28,24v-17,0,-29,-10,-29,-24v0,-14,12,-24,29,-24v16,0,28,10,28,24","w":83},";":{"d":"70,-40r-34,85r-30,0r17,-85r47,0xm75,-145v0,14,-13,24,-29,24v-16,0,-29,-10,-29,-24v0,-14,12,-24,29,-24v16,0,29,10,29,24","w":86},"<":{"d":"216,0r-194,-80r0,-35r194,-80r0,35r-155,62r155,63r0,35","w":240},"=":{"d":"165,-111r-150,0r0,-37r150,0r0,37xm165,-41r-150,0r0,-36r150,0r0,36","w":180},">":{"d":"216,-80r-194,80r0,-35r154,-62r-154,-63r0,-35r194,80r0,35","w":240},"?":{"d":"93,-244v88,0,104,102,34,129v-20,8,-36,15,-30,48r-41,0v0,-33,-4,-53,25,-64v22,-8,50,-21,48,-45v-4,-43,-72,-38,-96,-12r-21,-31v27,-18,50,-25,81,-25xm105,-20v0,14,-12,24,-29,24v-17,0,-29,-10,-29,-24v0,-13,12,-23,29,-23v17,0,29,10,29,23","w":191},"@":{"d":"274,-141v0,58,-35,89,-67,89v-14,1,-26,-8,-30,-20v-31,34,-93,22,-93,-36v0,-35,18,-77,64,-77v15,0,25,4,33,15r2,-12r34,0r-13,97v-1,6,3,11,11,11v14,0,38,-18,38,-68v0,-54,-38,-82,-93,-82v-71,0,-114,40,-114,107v0,98,111,128,178,81r12,17v-85,56,-213,12,-213,-99v0,-74,55,-126,136,-126v65,0,115,35,115,103xm174,-109v2,-23,14,-51,-20,-50v-24,0,-36,16,-36,54v0,19,9,27,25,27v19,0,29,-11,31,-31","w":303},"A":{"d":"239,0r-47,0r-20,-54r-99,0r-20,54r-46,0r91,-241r49,0xm161,-90r-39,-109r-39,109r78,0","w":245,"k":{"y":14,"w":13,"v":18,"u":5,"t":10,"q":4,"o":4,"g":2,"f":14,"e":4,"d":4,"c":4,"a":2,"Y":36,"W":18,"V":26,"U":14,"T":28,"S":4,"R":5,"Q":10,"O":11,"N":2,"L":2,"K":2,"I":4,"H":4,"G":11,"F":4,"E":2,"D":2,"C":11,"B":2,"-":4,",":-4}},"B":{"d":"218,-66v0,81,-107,66,-187,66r0,-238v75,-4,172,-25,178,59v2,30,-16,43,-38,53v30,5,47,25,47,60xm166,-175v4,-39,-54,-35,-91,-31r0,66v37,2,99,7,91,-35xm174,-69v-1,-53,-58,-37,-100,-38r0,74v43,0,101,13,100,-36","w":236,"k":{"y":2,"Z":7,"Y":14,"X":11,"W":5,"V":6,"U":1,"T":11,"S":6,"J":6,"G":2,"A":5}},"C":{"d":"224,-32v-27,25,-55,36,-88,36v-78,0,-114,-49,-114,-125v0,-71,38,-123,113,-123v35,0,61,11,88,37r-26,30v-47,-54,-129,-36,-129,56v0,50,18,88,68,88v24,0,43,-9,64,-30","w":236,"k":{"y":13,"Z":-2,"Y":5,"X":-2,"W":-3,"Q":4,"O":8,"G":8,"C":8,"-":10}},"D":{"d":"229,-121v0,75,-40,121,-118,121r-80,0r0,-238v106,-17,198,2,198,117xm184,-122v0,-39,-11,-86,-72,-86v-12,0,-26,1,-37,2r0,171v68,2,109,-5,109,-87","w":250,"k":{"a":4,"Z":13,"Y":17,"X":11,"W":4,"V":8,"T":19,"J":20,"A":9,".":10,",":10}},"E":{"d":"190,0r-159,0r0,-240r155,0r0,38r-111,0r0,59r100,0r0,37r-100,0r0,70r115,0r0,36","w":205,"k":{"y":9,"w":6,"v":8,"u":3,"s":4,"q":8,"o":8,"j":4,"g":8,"d":8,"c":8,"a":4,"X":-2,"Q":8,"O":7,"G":8,"C":6}},"F":{"d":"183,-202r-108,0r0,60r97,0r0,38r-97,0r0,104r-44,0r0,-240r152,0r0,38","w":197,"k":{"u":5,"r":3,"o":4,"l":3,"i":3,"e":4,"a":14,"Y":-4,"X":3,"V":-4,"Q":3,"J":51,"G":3,"C":3,"A":22,".":37,",":50}},"G":{"d":"237,-131v5,85,-24,135,-101,135v-70,0,-114,-45,-114,-124v0,-77,44,-124,114,-124v40,0,64,16,85,35r-26,30v-19,-19,-37,-28,-59,-28v-50,0,-68,36,-68,87v0,51,16,90,69,90v40,0,60,-22,60,-65r-61,0r0,-36r101,0","w":258,"k":{"y":6,"Z":11,"Y":19,"X":11,"W":5,"V":9,"T":15,"S":4,"J":10,"A":9,".":3,",":14}},"H":{"d":"219,0r-44,0r0,-106r-100,0r0,106r-44,0r0,-240r44,0r0,92r100,0r0,-92r44,0r0,240","w":249,"k":{"V":2,"A":4}},"I":{"d":"75,0r-44,0r0,-240r44,0r0,240","w":105,"k":{"V":2,"J":4,"A":4}},"J":{"d":"138,-73v0,45,-16,77,-68,77v-25,0,-41,-5,-61,-21r19,-33v24,22,66,28,66,-17r0,-173r44,0r0,167","w":168,"k":{"V":2,"J":5,"A":2,".":6,",":9}},"K":{"d":"220,0r-53,0r-71,-107r-21,24r0,83r-44,0r0,-240r44,0r1,102r81,-102r55,0r-83,103","w":226,"k":{"y":13,"x":1,"w":9,"v":9,"u":9,"s":1,"r":2,"q":5,"p":2,"o":11,"n":2,"l":3,"k":2,"j":4,"i":2,"h":2,"g":5,"f":4,"e":11,"d":5,"c":5,"b":2,"a":7,"Y":10,"V":8,"U":12,"T":5,"Q":20,"O":20,"G":20,"C":20,"-":9}},"L":{"d":"176,0r-145,0r0,-240r44,0r0,203r101,0r0,37","w":189,"k":{"y":23,"u":4,"o":5,"e":5,"a":3,"Y":48,"W":21,"V":33,"U":15,"T":39,"Q":18,"O":18,"G":18,"C":18,"A":-3,"-":10}},"M":{"d":"257,0r-42,0r-1,-169r-70,104r-72,-104r0,169r-41,0r0,-240r40,0r73,110r73,-110r40,0r0,240","w":287,"k":{"V":2,"J":3}},"N":{"d":"233,0r-42,0r-118,-172r0,172r-42,0r0,-240r42,0r117,172r0,-172r43,0r0,240","w":263,"k":{"V":2,"J":8,"A":2}},"O":{"d":"252,-120v0,79,-42,124,-115,124v-73,0,-115,-45,-115,-124v0,-78,41,-124,115,-124v74,0,115,46,115,124xm206,-120v0,-51,-15,-88,-69,-88v-55,0,-69,36,-69,88v0,51,14,88,69,88v54,0,69,-37,69,-88","w":273,"k":{"Z":11,"Y":18,"X":11,"W":4,"V":6,"T":8,"J":15,"A":9,".":12,",":14}},"P":{"d":"209,-167v0,49,-24,80,-83,80r-51,0r0,87r-44,0r0,-238v73,-7,178,-20,178,71xm165,-166v0,-46,-45,-42,-90,-40r0,83v45,-3,90,13,90,-43","w":226,"k":{"u":3,"t":-3,"r":3,"o":4,"n":3,"i":3,"e":4,"a":4,"Z":9,"Y":6,"X":12,"W":-3,"V":-3,"T":4,"J":54,"A":22,".":60,",":63}},"Q":{"d":"137,-244v125,0,149,164,70,228v18,4,22,16,47,20r-16,32v-44,-3,-58,-41,-98,-32v-79,0,-118,-47,-118,-124v0,-76,37,-124,115,-124xm206,-120v0,-50,-13,-88,-69,-88v-56,0,-69,38,-69,88v0,49,13,88,69,88v56,0,69,-39,69,-88","w":275,"k":{"Z":6,"Y":17,"X":11,"T":15,"S":5,"J":8,"A":7,".":4}},"R":{"d":"214,0r-47,0r-33,-84v-6,-20,-37,-8,-59,-11r0,95r-44,0r0,-238v77,-7,173,-20,176,67v1,31,-13,52,-41,66v5,1,7,8,9,12xm163,-168v0,-47,-47,-39,-88,-38r0,76v42,-1,88,8,88,-38","w":230,"k":{"y":4,"u":2,"o":6,"i":2,"e":6,"d":3,"a":3,"Z":5,"Y":12,"X":7,"W":4,"V":4,"U":7,"T":8,"Q":5,"O":4,"J":5,"G":5,"C":5,"A":8,"-":5}},"S":{"d":"190,-69v0,90,-122,87,-177,45r19,-34v21,15,44,27,70,27v23,0,45,-9,45,-35v0,-52,-126,-27,-126,-113v0,-80,108,-76,161,-43r-16,35v-19,-12,-37,-21,-61,-21v-21,0,-41,6,-41,28v0,49,126,23,126,111","w":209,"k":{"y":6,"w":4,"v":5,"Z":8,"Y":12,"X":6,"W":8,"V":6,"T":10,"S":6,"J":6,"C":4,"A":3}},"T":{"d":"185,-202r-68,0r0,202r-44,0r0,-202r-68,0r0,-38r180,0r0,38","w":192,"k":{"z":22,"y":28,"x":17,"w":26,"v":18,"u":28,"s":34,"r":28,"q":18,"p":16,"o":38,"n":16,"m":16,"l":5,"k":5,"j":7,"i":7,"h":5,"g":18,"f":7,"e":38,"d":18,"c":18,"b":5,"a":33,"Y":-10,"W":-6,"V":-9,"Q":13,"O":11,"J":42,"G":13,"C":11,"A":28,".":33,"-":9,",":33}},"U":{"d":"222,-240v-4,111,29,244,-96,244v-125,0,-91,-133,-95,-244r44,0r0,137v0,37,6,69,51,69v46,0,52,-32,52,-69r0,-137r44,0","w":252,"k":{"Z":4,"V":2,"T":1,"S":1,"J":19,"A":11,".":9,",":7}},"V":{"d":"212,-240r-80,240r-47,0r-80,-240r47,0r57,187r57,-187r46,0","k":{"u":5,"s":3,"o":14,"i":6,"g":7,"e":14,"d":7,"c":7,"a":15,"Y":-4,"V":-2,"U":2,"T":-8,"S":6,"R":5,"P":2,"O":6,"N":2,"M":2,"L":4,"K":4,"J":36,"I":2,"H":2,"G":8,"F":3,"E":4,"D":2,"C":7,"A":24,".":27,"-":5,",":30}},"W":{"d":"338,-240r-65,240r-50,0r-49,-179r-2,0r-49,179r-51,0r-63,-240r48,0r43,190r52,-190r44,0r52,190r44,-190r46,0","w":347,"k":{"q":4,"o":15,"g":4,"e":14,"d":4,"c":4,"a":15,"Y":-6,"T":-6,"S":4,"O":4,"J":31,"G":5,"E":6,"C":3,"A":14,".":29,",":23}},"X":{"d":"214,0r-51,0r-55,-88r-54,88r-50,0r80,-125r-71,-115r51,0r47,83r48,-83r51,0r-74,118","k":{"y":18,"o":4,"e":3,"S":1,"Q":11,"O":11,"G":11,"C":11,".":-7,"-":8}},"Y":{"d":"218,-240r-86,145r0,95r-44,0r0,-94r-86,-146r50,0r59,108r59,-108r48,0","w":219,"k":{"u":26,"o":33,"i":6,"e":32,"a":35,"Z":8,"Y":-7,"W":-4,"V":-6,"T":-10,"S":7,"Q":13,"P":5,"O":13,"L":4,"J":33,"G":16,"F":8,"E":7,"C":14,"A":36,".":50,"-":10,",":40}},"Z":{"d":"195,0r-179,0r0,-35r121,-167r-115,0r0,-38r170,0r0,35r-123,169r126,0r0,36","w":214,"k":{"y":13,"o":12,"i":1,"e":7,"a":4,"U":4,"S":2,"R":6,"Q":8,"O":13,"J":2,"G":14,"C":13,"-":11}},"[":{"d":"105,42r-78,0r0,-321r78,0r0,27r-39,0r0,267r39,0r0,27","w":123},"\\":{"d":"185,41r-39,0r-137,-281r39,0","w":195},"]":{"d":"94,42r-77,0r0,-27r40,0r0,-267r-40,0r0,-27r77,0r0,321","w":123},"^":{"d":"143,-210r-20,22r-51,-28r-54,28r-19,-22r72,-39","w":145},"_":{"d":"180,57r-180,0r0,-27r180,0r0,27","w":181},"`":{"d":"87,-226r-27,15r-60,-42r37,-19","w":88},"a":{"d":"188,-23r-26,27v-13,-4,-22,-10,-26,-22v-38,35,-118,30,-118,-33v0,-60,68,-65,114,-65v7,-58,-67,-34,-96,-17r-13,-30v52,-31,159,-40,151,46v4,34,-12,80,14,94xm132,-42r0,-49v-26,0,-73,1,-73,38v0,39,53,28,73,11","w":200,"k":{"z":-3,"y":8,"x":4,"w":3,"v":4,"t":4}},"b":{"d":"192,-91v0,48,-20,95,-76,95v-24,0,-38,-12,-52,-28r-6,24r-33,0r0,-252r42,0r1,91v10,-18,28,-24,48,-24v55,0,76,45,76,94xm149,-91v0,-31,-5,-60,-42,-60v-43,0,-41,36,-41,78v0,26,12,45,40,45v37,0,43,-33,43,-63","w":211,"k":{"z":5,"y":5,"x":9,"w":4,"v":4,"t":4,"f":4}},"c":{"d":"177,-160r-19,29v-13,-13,-27,-20,-46,-20v-37,0,-49,28,-49,61v0,33,12,60,48,60v20,0,36,-5,52,-18r13,29v-58,49,-166,16,-156,-70v-8,-87,98,-124,157,-71","w":187,"k":{"z":-5,"w":4,"u":4,"t":-1,"q":5,"o":5,"g":5,"f":-4,"e":5,"d":5,"c":5}},"d":{"d":"187,0r-35,0v-2,-7,-1,-17,-5,-22v-12,18,-30,26,-51,26v-56,0,-76,-47,-76,-95v0,-49,20,-94,76,-94v19,0,37,6,48,23r0,-90r43,0r0,252xm106,-28v44,1,40,-44,39,-87v0,-26,-16,-36,-40,-36v-38,0,-42,29,-42,60v0,30,6,63,43,63","w":212},"e":{"d":"107,-185v57,-1,88,46,81,109r-126,0v-3,54,68,58,103,30r15,30v-66,44,-160,14,-160,-74v0,-66,40,-95,87,-95xm150,-104v0,-27,-12,-49,-42,-49v-28,0,-46,18,-46,49r88,0","w":206,"k":{"z":5,"y":3,"x":4,"v":2,"t":5,"s":1,"f":4,",":6}},"f":{"d":"117,-220v-20,-3,-47,-5,-43,19r0,20r40,0r0,34r-38,0r0,147r-43,0r0,-147r-28,0r0,-34r28,0v-1,-49,1,-75,60,-73v7,0,15,1,24,2r0,32","w":122,"k":{"z":4,"w":-3,"v":-3,"u":4,"t":-3,"s":7,"r":8,"q":5,"p":3,"o":5,"j":5,"i":5,"g":5,"f":9,"e":5,"d":5,"c":5,"a":8,".":16,",":19}},"g":{"d":"187,9v9,88,-99,83,-155,53r12,-32v21,11,40,18,64,18v43,0,39,-38,36,-74v-13,16,-27,23,-48,23v-54,0,-76,-39,-76,-88v0,-50,20,-94,76,-94v23,-1,38,8,52,26r3,-22r36,0r0,190xm105,-35v42,0,41,-38,40,-79v0,-26,-15,-38,-40,-38v-36,0,-42,30,-42,59v0,30,8,58,42,58","w":212,"k":{"t":1,"j":-10}},"h":{"d":"185,0r-43,0r0,-103v0,-27,-2,-46,-34,-46v-64,0,-33,94,-40,149r-43,0r0,-252r43,0r0,89v13,-17,31,-22,52,-22v90,-3,60,105,65,185","w":209,"k":{"y":5,"x":2,"w":5,"v":4,"t":3}},"i":{"d":"73,-231v0,13,-10,22,-26,22v-16,0,-26,-9,-26,-22v0,-15,10,-23,26,-23v16,0,26,8,26,23xm69,0r-44,0r0,-181r44,0r0,181","w":93},"j":{"d":"77,-231v0,15,-13,22,-27,22v-14,0,-26,-7,-26,-22v0,-16,12,-23,26,-23v14,0,27,7,27,23xm71,9v2,58,-36,79,-96,71r0,-36v34,4,54,-2,54,-39r0,-186r42,0r0,190","w":97,"k":{"t":2,"f":2}},"k":{"d":"189,0r-50,0r-49,-82r-22,24r0,58r-43,0r0,-252r43,0r0,147r64,-76r52,0r-64,73","w":192,"k":{"y":1,"x":-6,"w":5,"v":4,"u":8,"s":2,"q":13,"o":13,"j":6,"g":13,"e":13,"d":13,"c":13,"a":5,".":-4}},"l":{"d":"98,0v-35,5,-73,5,-73,-37r0,-215r43,0r0,204v-2,21,14,14,30,15r0,33","w":104,"k":{"y":7,"w":8,"v":7,"u":4,"t":4,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4}},"m":{"d":"286,0r-43,0r0,-106v0,-25,-4,-43,-30,-43v-59,-1,-29,96,-36,149r-43,0r0,-107v0,-26,-4,-42,-31,-42v-59,1,-28,96,-35,149r-43,0r0,-181r38,0v2,7,0,17,4,22v12,-33,82,-36,96,0v38,-50,123,-27,123,49r0,110","w":311,"k":{"y":5,"w":4,"v":4,"t":5,"f":3}},"n":{"d":"185,0r-43,0r0,-103v0,-27,-2,-46,-34,-46v-64,0,-33,94,-40,149r-43,0r0,-181r37,0v2,7,0,16,4,21v12,-19,32,-25,54,-25v90,-3,60,105,65,185","w":209,"k":{"y":5,"w":4,"v":4}},"o":{"d":"198,-90v0,54,-28,94,-89,94v-61,0,-89,-39,-89,-94v0,-52,26,-95,89,-95v59,0,89,38,89,95xm155,-90v0,-37,-10,-61,-46,-61v-36,0,-46,24,-46,61v0,37,10,61,46,61v36,0,46,-24,46,-61","k":{"z":5,"y":4,"x":8,"w":4,"v":4,"t":5,"f":3,",":7}},"p":{"d":"192,-91v0,50,-21,95,-78,95v-21,1,-33,-8,-47,-23r0,98r-42,0r0,-260r36,0v2,7,0,17,4,22v12,-19,29,-26,51,-26v56,0,76,44,76,94xm149,-91v0,-31,-5,-60,-42,-60v-42,0,-41,36,-41,78v0,27,11,45,40,45v37,0,43,-33,43,-63","w":211,"k":{"z":4,"y":4,"x":9,"w":4,"v":5,"t":5,"f":4,",":6}},"q":{"d":"201,55r-24,31v-47,-8,-25,-63,-34,-105v-12,16,-27,23,-47,23v-56,0,-76,-47,-76,-95v0,-50,20,-94,76,-94v22,-1,39,8,52,26r2,-22r37,0r0,209v0,14,2,21,14,27xm106,-28v44,0,40,-44,39,-87v0,-26,-15,-36,-40,-36v-38,0,-42,29,-42,60v0,30,6,63,43,63","w":212,"k":{"z":1,"x":2,"j":-25}},"r":{"d":"131,-146v-35,-1,-64,1,-63,38r0,108r-43,0r0,-181r37,0r4,24v11,-22,32,-28,65,-27r0,38","w":137,"k":{"z":-3,"y":-4,"x":-4,"w":-6,"v":-9,"q":7,"o":7,"g":7,"f":-4,"e":7,"d":7,"c":7,"a":13,".":37,",":40}},"s":{"d":"159,-53v0,70,-100,67,-146,36r15,-29v18,11,39,19,61,19v18,0,30,-6,30,-22v0,-37,-100,-17,-100,-84v0,-56,89,-64,134,-37r-12,30v-15,-9,-31,-15,-49,-15v-19,0,-33,5,-33,19v0,34,100,16,100,83","w":174,"k":{"y":9,"x":9,"w":10,"v":8,"u":5,"t":6,"s":3,"f":5,"c":1}},"t":{"d":"120,1v-51,7,-85,-1,-85,-54r0,-94r-30,0r0,-34r31,0r0,-48r41,0r0,48r43,0r0,34r-43,0r0,92v-5,23,15,22,43,22r0,34","w":132,"k":{"z":-4,"x":-3,"v":1,"u":3,"t":4,"q":4,"o":7,"g":2,"f":7,"e":7,"d":4,"c":7}},"u":{"d":"181,0r-37,0v-2,-6,-1,-15,-4,-20v-31,39,-115,37,-115,-48r0,-113r43,0r0,96v0,34,1,53,33,53v30,0,38,-15,38,-40r0,-109r42,0r0,181","w":206,"k":{"f":2}},"v":{"d":"180,-181r-64,181r-49,0r-63,-181r45,0r44,143r43,-143r44,0","w":183,"k":{"t":-7,"s":2,"q":4,"o":4,"k":2,"g":4,"f":-4,"e":4,"d":4,"c":4,"a":4,".":29,",":28}},"w":{"d":"271,-181r-53,181r-43,0r-37,-116r-35,116r-43,0r-53,-181r44,0r33,138r38,-138r34,0r39,139r34,-139r42,0","w":278,"k":{"t":-5,"s":2,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":6,".":27,",":27}},"x":{"d":"180,0r-49,0r-41,-67r-39,67r-49,0r64,-95r-57,-86r49,0r35,59r36,-59r44,0r-57,85","w":181,"k":{"s":3,"q":7,"o":7,"k":1,"g":9,"e":7,"d":9,"c":9}},"y":{"d":"185,-181r-76,195v-23,64,-37,71,-95,65r0,-35v26,2,44,3,52,-27r7,-22r-69,-176r46,0r46,132r43,-132r46,0","w":188,"k":{"t":-4,"q":4,"o":4,"k":4,"j":3,"g":4,"e":5,"d":3,"c":4,"a":9,".":32,",":35}},"z":{"d":"154,0r-143,0r0,-30r89,-116r-88,0r0,-35r140,0r0,33r-88,114r90,0r0,34","w":164,"k":{"u":4,"q":5,"o":4,"g":5,"e":4,"d":5,"c":4,"a":4}},"{":{"d":"117,45v-44,2,-75,-4,-71,-49v-5,-36,15,-88,-20,-96r0,-30v56,-14,-25,-155,68,-149r23,0r0,27v-72,-11,1,107,-54,137v32,17,21,60,21,103v0,29,7,31,33,30r0,27","w":137},"|":{"d":"62,79r-32,0r0,-331r32,0r0,331","w":93},"}":{"d":"116,-100v-53,15,25,152,-67,145r-23,0r0,-27v71,12,0,-104,54,-133v-33,-18,-21,-63,-21,-107v0,-26,-7,-32,-33,-30r0,-27v44,-2,74,4,71,49v5,36,-15,91,19,100r0,30","w":137},"~":{"d":"159,-224v-16,47,-73,23,-109,15v-11,0,-16,3,-23,15r-25,-11v19,-49,70,-14,108,-14v10,0,17,-5,22,-16","w":161},"\u00a0":{"w":115}}});;jQuery(function($){jQuery.panther={wait:false,debug:false,debugResp:false,debugTypes:"ALL",IEConsole:"#footer",sess:"",store:[],notice:function(sel,msg,sticky){while($(sel).is(":animated")){$(sel).queue("fx",[]);$(sel).stop();}
jQuery(sel).queue(function(){$(this).html(msg).show().shake()
if(!sticky)$(this).fadeLater();$(this).dequeue()});},trace:function(msg,sel){if(sel==undefined)sel="body";$(sel).append(msg+"<br>");return msg;},console:function(msg,func){if(!this.debug)return false;if((window.console&&window.console.error)||jQuery(jQuery.panther.IEConsole).length){var valid=false;if(typeof msg!="string")msg="Invalid console param.  Not a string.";msg=msg.replace(/^\s+|\s+$/g,"");type=msg.toUpperCase().substring(0,msg.indexOf("-"));if(this.debugTypes.toUpperCase().indexOf(type+",")>-1||this.debugTypes=="ALL")valid=true;if(valid){if(window.console&&window.console.error){if(type=="ERR"||type=="WRN")console.error(msg);else console.log(msg);}else{this.trace(msg,jQuery.panther.IEConsole);}}}
return msg;},activateFilter:function(){sel=this.className;mode=this.title;val=$(this).val().toLowerCase();var combine="";var tr="";filt=jQuery.panther.store['filtername'];if(filt=="undefined")jQuery.panther.store['filtername']="default";if(val){$('td.'+sel).each(function(){var hide=false;var unhide=false;var fieldtext=$(this).text().toLowerCase().trim();switch(mode){case"match any":if(fieldtext.indexOf(val)<0)hide=true;break;case"match exact":if(fieldtext!=val)hide=true;break;case"match beginning special":if($(this).find(".xf_match").text().toLowerCase().indexOf(val)!=0)hide=true;break;case"match any combine":thistr=$(this).parents('tr:first').attr('id');if(tr!=thistr)combine="";combine+=fieldtext;if(combine.indexOf(val)<0)hide=true;else unhide=true;tr=thistr;break;default:if(fieldtext.indexOf(val)!=0)hide=true;break;}
if(hide)$(this).parents('tr:first').hide();if(unhide)$(this).parents('tr:first:hidden').show();});}
jQuery.panther.store[jQuery.panther.store['filtername']+'_filter_'+sel]=val;},restoreFilters:function(fltrObj){filt=jQuery.panther.store['filtername'];if(filt=="undefined")jQuery.panther.store['filtername']="default";jQuery(fltrObj).find("input").each(function(){name=jQuery.panther.store['filtername']+'_filter_'+jQuery(this).attr("className");jQuery(this).val(jQuery.panther.store[name]);}).each(jQuery.panther.activateFilter);},tableToCsv:function(tableSel,headings){var table=[]
var i=1;table[0]=headings;jQuery(tableSel+" tbody tr:visible").each(function(){jQuery(this).find('td').not(".noex").each(function(){if(typeof(table[i])=="undefined")table[i]=jQuery(this).text();else table[i]+=","+jQuery(this).text();});i++;});var url="/_common_php/export.php";$("body").append("<form name='redir' action='"+url+"' method='POST'><input type='hidden' name='parameters' value='"+jQuery.compactJSON(table)+"'></form>");document.redir.submit();$("form[name='redir']").remove();},jcallLoaderOpts:{delay:200,transSpeed:10,sel:'#smallLoader',ap:"body",loc:"top-right",offset:{offsetX:5,offsetY:5}},jcallOpts:{url:"/cm/jax.php",setWait:true,jsonly:false,scall:false,noloader:false,persistloader:false,timeBeforeGivingUp:10000,timeoutAction:function(reqestObj){alert("Sorry, it is taking too long for a response.  Please try again");},errorAction:function(reqestObj){if(!jQuery.panther.debug)alert("Sorry, an error has occurred.  Please contact an administrator.");},loaderOpts:jQuery.extend({},this.jcallLoaderOpts)},apLoader:function(apsel,o){o=jQuery.extend({delay:$.panther.jcallLoaderOpts.delay,transSpeed:$.panther.jcallLoaderOpts.transSpeed,sel:$.panther.jcallLoaderOpts.sel,loc:$.panther.jcallLoaderOpts.loc,offset:{offsetX:($(apsel).width()*.2),offsetY:($(apsel).height()/2)-8}},o);aLoad=$($.panther.jcallLoaderOpts).cloneObj({offset:o.offset,loc:o.loc,ap:apsel,sel:o.sel,transSpeed:o.transSpeed,delay:o.delay});return $($.panther.jcallOpts).cloneObj({loaderOpts:aLoad});},jcallHandleResp:function(resp){var jp=jQuery.panther;target=jQuery(resp['target']);if("undefined"!=typeof(target)&&"undefined"!=typeof(resp['xhtml'])&&resp['xhtml']!=null&&target!=null){target.each(function(){if(this.nodeName=="TR"){jQuery(this).trHtml(resp['xhtml']);}else{switch(resp['mode']){case"append":jQuery(this).append(resp['xhtml']);break;case"prepend":jQuery(this).prepend(resp['xhtml']);break;case"before":jQuery(this).before(resp['xhtml']);break;case"after":jQuery(this).after(resp['xhtml']);break;case"replaceWith":jQuery(this).replaceWith(resp['xhtml']);break;default:jQuery(this).html(resp['xhtml']);break;}}});}
if("undefined"!=typeof(resp['linkJs'])){for(var i=0;i<resp['linkJs'].length;i++){jQuery('head').append("<script type='text/javascript' src='"+resp['linkJs']+"'></script>");}}
eval(resp['js']);},jcall:function(func,params,opt){var jp=jQuery.panther;if("undefined"==typeof(opt))opt=this.jcallOpts;if("undefined"==typeof(params))params=[];var settings={};if(opt.scall)jQuery.extend(settings,{sess:jp.sess});if(opt.setWait)jp.wait=true;else jQuery.extend(settings,{setWait:false});if(opt.jsonly)jQuery.extend(settings,{jsonly:true});if(!opt.noloader){var loaderID=Math.floor(Math.random()*999);var goLoader=function(){if(jQuery(opt.loaderOpts.ap).length<1&&jp.debug){jp.console("WRN-Can't display loader. Anchor point 'ap="+opt.loaderOpts.ap+"' is unselectable for loaderOpts.");return false;}
if(jQuery(opt.loaderOpts.sel).length<1&&jp.debug){jp.console("WRN-Can't display loader. Loader image/element selector 'sel="+opt.loaderOpts.sel+"' is unselectable for loaderOpts.","error");return false;}
jQuery(opt.loaderOpts.sel).clone().attr("id",loaderID).placer(opt.loaderOpts.ap,{offsetX:opt.loaderOpts.offset.offsetX,offsetY:opt.loaderOpts.offset.offsetY,where:opt.loaderOpts.loc}).fadeIn(opt.loaderOpts.transSpeed);}
setTimeout(goLoader,opt.loaderOpts.timeout);}
jQuery.ajax({type:"POST",url:opt.url,dataType:"json",data:{func:func,parameters:jQuery.compactJSON(params),settings:jQuery.toJSON(settings)},timeout:opt.timeBeforeGivingUp,success:function(resp){if((!opt.noloader&&!opt.persistloader)||resp[0]['kldr'])jQuery("#"+loaderID).fadeOut(opt.loaderOpts.transSpeed,function(){while(jQuery("#"+loaderID).length>0)jQuery("#"+loaderID).remove();});for(key in resp){if(jp.debugResp){jp.console("RESPONSE #"+key+" "+func+" "+params[0]+" "+params[1]);jp.console(key+"->XHTML\n"+resp[key]['xhtml']);jp.console(key+"->SCRIPT\n"+resp[key]['js']);}
if(resp[key])jp.jcallHandleResp(resp[key])
else if(jp.debug)jp.console("INFO-An empty response was ignored");}},error:function(XMLHttpRequest,textStatus,errorThrown){if(opt.setWait)jp.wait=false;if(textStatus!=undefined&&jp.debug)jp.console("ERR-There was ajax call error:"+textStatus,"error");if(errorThrown!=undefined&&jp.debug)jp.console("ERR-There was ajax call exception:"+errorThrown,"error");if(!opt.noloader)jQuery("#"+loaderID).fadeOut(opt.loaderOpts.transSpeed,function(){while(jQuery("#"+loaderID).length>0)jQuery("#"+loaderID).remove();});if(textStatus=="timeout"){opt.timeoutAction(XMLHttpRequest);}else{if(jp.debug)jp.console("RESP-"+XMLHttpRequest.responseText);opt.errorAction(XMLHttpRequest);}}});}}});;jQuery.elevate={};jQuery(function(){jQuery.panther.debug=true;});function addslashes(str){str=str.replace(/\'/g,'\\\'');str=str.replace(/\"/g,'\\"');str=str.replace(/\\/g,'\\\\');str=str.replace(/\0/g,'\\0');return str;}
jQuery.elevate.newsletter=function(){$('#newsletter').click(function(){$('#x_nl_content').show('fast');return false;});$('#x_nl_close').click(function(){$('#x_nl_content').hide('fast');return false;});};jQuery.elevate.setupWorkDetail=function(){var navlocked=false;$('#gw a').click(function(e){if(!$(this).hasClass('.active')&&!navlocked){navlocked=true;$('#gw .active').removeClass("active");clicked=parseInt($(this).attr('id').substr(4));if(e.target.nodeName=="IMG"){pageTracker._trackEvent(addslashes(title),'thumbnail',addslashes($(this).attr('title')));}
$(this).addClass("active").siblings('p').addClass("active");if(!$('#content'+clicked+' img')[0]&&!$('#content'+clicked).hasClass("overview")){jQuery.elevate.timer=setTimeout("$('#loader').show();",600);var img=new Image();img.onload=function(){$('#content'+clicked).append(img);$('#work_content .content_piece:visible').fadeTo('100',0,function(){this.style.display='none';clearTimeout(jQuery.elevate.timer);$('#loader').hide();navlocked=false;});$('#work_links div:visible').hide();$('#content'+clicked).fadeTo('0',0,function(){$(this).css('display','block').fadeTo('100',1,function(){$('#link'+clicked).show();});});}
img.src=workList[clicked-1];}else{$('#work_content .content_piece:visible').fadeTo('300',0,function(){this.style.display='none';});$('#work_links div:visible').hide();$('#content'+clicked).css('display','block').fadeTo('300',1,function(){navlocked=false;$('#link'+clicked).show();});}}
return false;});$('#work_right,#work_left').click(function(e){var goTo=0,calledBy=e.target.id;if(calledBy=="work_right"){if(clicked==workList.length){goTo=0;}else{goTo=clicked+1;}}else{if(clicked==0){goTo=workList.length;}else{goTo=clicked-1;}}
pageTracker._trackEvent(addslashes(title),'arrow',addslashes($('#item'+(goTo)).attr('title')));$('#item'+(goTo)).click();return false;});jQuery.elevate.arrows();$('#work_links .link').click(function(e){pageTracker._trackEvent('Work Sublinks','click',addslashes(title+" - "+$(this).attr('title')));});}
jQuery.elevate.arrows=function(){$('#work_right,#work_left').css({'opacity':0,'display':'block'}).mouseover(function(){$(this).stop().fadeTo('0',1);}).mouseout(function(){$(this).stop().fadeTo('0',0);});}
jQuery.elevate.setupBio=function(){jQuery.elevate.arrows();$('#work_right,#work_left').click(function(){pageTracker._trackEvent('Bio','Arrow');});$("#gw a").click(function(){pageTracker._trackEvent('Bio','Thumbnail',$(this).attr('title'));})
$('#work_links .link').click(function(){pageTracker._trackEvent('Bio','SocialLink',title+' - '+this.innerHTML);});}
jQuery.elevate.setupBlogForms=function(){$('#bLinks .lnk').click(function(){$('#forms_wrap div:visible').hide();$('#'+this.id+'_div').toggle();return false;});};(function(jQuery){jQuery.fn.shake=function(repeat){return this.each(function(){jQuery(this).animate({marginLeft:"10px"},50);jQuery(this).animate({marginLeft:"0px"},50);jQuery(this).animate({marginLeft:"5px"},80);jQuery(this).animate({marginLeft:"0px"},120);});}})(jQuery);(function(jQuery){jQuery.fn.vCenter=function(settings){settings=jQuery.extend({offsetX:0,offsetY:0,maxTop:0},settings);var pos={sTop:function(){return window.pageYOffset||document.documentElement&&document.documentElement.scrollTop||document.body.scrollTop;},wHeight:function(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body.clientHeight;}};return this.each(function(index){if(index==0){var $this=$(this);var ht=$this.height()
var tp=pos.sTop()+(pos.wHeight()/2)-(ht/2);if(settings.maxTop&&tp>settings.maxTop)tp=settings.maxTop;$this.css({position:'absolute',marginTop:'0',top:tp+"px"});}});};})(jQuery);jQuery.simlayer={};(function($){$.fn.simlayer=function(settings){settings=$.extend({relativeContainer:null,clipContainer:true},settings);return this.each(function(){obj=$(this);sim=obj.clone();sim.attr('id',obj.attr('id')+"_sim");if(!settings.relativeContainer)settings.relativeContainer=obj.offsetParent();sim.appendTo(settings.relativeContainer);if(obj.css("position")!="absolute"){sim.placer(obj);}
if(settings.clipContainer){settings.relativeContainer.css("clip","rect(0 "+obj.outerWidth()+"px "+obj.outerHeight()+"px 0)");$.simlayer.unclip=settings.relativeContainer;}
obj.fadeTo(10,0);});}})(jQuery);(function($){$.fn.simtrans=function(settings){settings=$.extend({speed:200,effect:"moveleft"},settings);return this.each(function(){obj=$(this);sim=$("#"+obj.attr('id')+"_sim");var cleanup=function(){sim.remove();if($.simlayer.unclip){$($.simlayer.unclip).removeAttr('style');$.simlayer.unclip=null;}
$(this).dequeue();}
switch(settings.effect){case"moveleft":obj.animate({left:'+='+obj.width()},{queue:true,duration:10}).animate({opacity:1},{queue:true,duration:10}).animate({left:'-='+obj.width()},{queue:true,duration:settings.speed})
sim.animate({left:'-='+obj.width()},{queue:true,duration:settings.speed}).queue(cleanup);break;case"moveright":obj.animate({left:'-='+obj.width()},{queue:true,duration:10}).animate({opacity:1},{queue:true,duration:10}).animate({left:'+='+obj.width()},{queue:true,duration:settings.speed})
sim.animate({left:'+='+obj.width()},{queue:true,duration:settings.speed}).queue(cleanup);break;case"movedown":obj.animate({top:'-='+obj.height()},{queue:true,duration:10}).animate({opacity:1},{queue:true,duration:10}).animate({top:'+='+obj.height()},{queue:true,duration:settings.speed});sim.animate({top:'+='+obj.height()},{queue:true,duration:settings.speed}).queue(cleanup);break;case"moveup":obj.animate({top:'+='+obj.height()},{queue:true,duration:10}).animate({opacity:1},{queue:true,duration:10}).animate({top:'-='+obj.height()},{queue:true,duration:settings.speed})
sim.animate({top:'-='+obj.height()},{queue:true,duration:settings.speed}).queue(cleanup);break;default:obj.animate({opacity:1},{queue:false,duration:settings.speed});sim.animate({opacity:0},{queue:true,duration:settings.speed}).queue(cleanup);break;}});}})(jQuery);(function($){$.fn.formulate=function(settings){settings=jQuery.extend({submitBtnSelector:".x_submit",callbacks:'',jcallOpts:$.panther.jcallOpts,formid:$(this).attr('id'),vdFromClass:true,errLoc:"before",autoLabels:true,createErrSpans:true,autoLabelFor:true,setFocusObj:$('body'),passwordSaver:false,normalize:false},settings);if(typeof $.formvars=="undefined"){$.formvars={};}
$.formvars[settings.formid]={};$.formvars[settings.formid]['sbtn']=settings.submitBtnSelector;return this.each(function(){obj=$(this);if(settings.normalize){obj.find("[name]").each(function(){var nm=$(this).attr('name');if(nm.indexOf('_vd')>0){$(this).attr('name',nm.substring(0,nm.indexOf('_vd')));}});return;}
if(settings.vdFromClass){obj.find("[name]").not(".x_fc").each(function(){var nm=$(this).attr('name');var list=$(this).attr('class').split(" ");for(i=0;i<list.length;i++){if(list[i].indexOf("vd-")>=0){cl=list[i].substring(3,list[i].length);if(nm.indexOf('_vd')<0){$(this).attr('name',nm+"_vd-"+cl);}else{$(this).attr('name',nm+"-"+cl);}
break;}}});}
if(settings.autoLabels){if(settings.errLoc=="before")obj.find("[name*='_vd']").not(".x_fc").before("<label></label>");if(settings.errLoc=="after")obj.find("[name*='_vd']").not(".x_fc").after("<label></label>");settings.createErrSpans=true;settings.autoLabelFor=true;}
if(settings.createErrSpans||settings.autoLabelFor)lbl=obj.find("label").each(function(){if(settings.createErrSpans)if($(this).find("span.vd_error").length<1)$(this).append("<span class='vd_error'></span>");if(settings.autoLabelFor){if(settings.errLoc=="before")elem=$(this).nextAll("[name]:first");if(settings.errLoc=="after")elem=$(this).prevAll("[name]:first");if(!elem.hasClass('x_fc')){var forid=elem.attr("name");elem.attr("id",forid);$(this).attr('for',forid);}}});obj.find(settings.submitBtnSelector).not(".x_fc").click(function(){if($.panther.wait)return false;$("#"+settings.formid).find(".vd_error").html('');$("div[id^='"+settings.formid+"_']").not(settings.submitBtnSelector).remove();fdata=$("#"+settings.formid).serialize();$.panther.jcall('validateForm',[fdata,settings.callbacks,settings.formid,settings.errLoc],settings.jcallOpts);if(settings.passwordSaver){if($('#psaver').length<1){$('body').append("<iframe src='empty.html' id='psaver' name='psaver' style='display:none;height:0;width:0'></iframe>");}
$("#"+settings.formid).attr("target","psaver").attr("action","empty.html").attr("method","post").submit();return true;}
return false;}).addClass("x_fc").focus(function(){if(this.blur)this.blur();return false;});settings.setFocusObj.focus();settings.setFocusObj.select();obj.find("[name]").keydown(function(e){if(e.keyCode==13){if(jQuery(this).hasClass("nsoe"))return true;$(jQuery.formvars[$(this).parents("form:first").attr('id')].sbtn).click();return false;}}).addClass("x_fc");});}})(jQuery);(function($){$.fn.attention=function(ms,settings){settings=$.extend({restoreBgColor:false},settings);return this.each(function(){if(!$(this).is(":animated")){if(ms==undefined)ms=200;if(settings.restoreBgColor)var color=$(this).css("background-color");else var color=settings.forceColor;$(this).css({backgroundColor:"yellow"});$(this).fadeTo(ms,1,function(){if(settings.restoreBgColor)$(this).css({backgroundColor:color})
else $(this).attr("style","");});}});};})(jQuery);(function($){$.fn.fadeLater=function(){return this.each(function(){$(this).fadeIn(100);$(this).fadeTo(3000,1);$(this).fadeOut();});};})(jQuery);(function($){$.fn.disposeLater=function(){return this.each(function(){$(this).fadeIn(100);$(this).fadeTo(2000,1);$(this).fadeOut(200,function(){$(this).remove()});});};})(jQuery);(function($){$.fn.placer=function(sel,settings){settings=$.extend({offsetX:0,offsetY:0,relativeContainer:null,where:"top-left",debug:false},settings);return this.each(function(){box=$(this);anchor=$(sel);if(!anchor)alert("Could not select PlaceRel:sel="+sel);if(!settings.relativeContainer)settings.relativeContainer=anchor.offsetParent();var loc=anchor.position();loc.zdex=parseInt(anchor.css('z-index'));if(settings.where=="inside"){box.appendTo(sel);t=settings.offsetY+'px';l=settings.offsetX+'px';}else{box.appendTo(settings.relativeContainer);}
switch(settings.where){case"top-left":t=loc.top+settings.offsetY+'px';l=loc.left+settings.offsetX+'px';break;case"top-right":t=loc.top+settings.offsetY+'px';l=loc.left+anchor.outerWidth()+settings.offsetX+'px';break;case"bottom-left":t=loc.top+anchor.outerHeight()+settings.offsetY+'px';l=loc.left+settings.offsetX+'px';break;case"bottom-right":t=loc.top+anchor.outerHeight()+settings.offsetY+'px';l=loc.left+anchor.outerWidth()+settings.offsetX+'px';break;case"off-left":t=loc.top+settings.offsetY+'px';l=loc.left+settings.offsetX-box.outerWidth()+'px';break;case"top-center":t=loc.top+settings.offsetY+'px';l=loc.left+settings.offsetX+(anchor.outerWidth()/2)-(box.outerWidth()/2)+'px';break;}
if(!box.zdex)zdex=200;if(settings.debug)$.panther.console(l+":"+t+" in #"+$(settings.relativeContainer).attr("id")+":."+$(settings.relativeContainer).attr("className"));box.css({position:'absolute',top:t,left:l,zIndex:zdex});});}})(jQuery);(function($){$.fn.slidePop=function(settings){settings=$.extend({name:"myname",slideIt:true,effect:"down",startpos:"bottom-left",debug:false,clickRefresh:false,popupClass:"small_pop",contentClass:"sub_msg",mouseTrap:true,mousePad:20,popHome:"body",transitionSpeed:200,disolveSpeed:800,offsetX:0,offsetY:0,shakeIfActive:false,initContent:"Loading",preActivate:function(){},initOnlyOnce:true,onActivate:function(){$('#'+settings.name+'_pop').find('input:first').focus();return false;},onDispose:function(){$('#'+settings.name+'_pop').css('visibility','hidden');if(settings.debug)$.panther.console("disposed");$(this).dequeue();return false;},checkFunction:function(){return $.panther.wait;},formInside:true,innerAnchor:false,popEvent:"hover",restore:false},settings);var restore=settings.restore;if(!$('#'+settings.name+'_pop').hasClass(settings.popupClass)){$(settings.popHome).append("<div id='"+settings.name+"_pop' class='"+settings.popupClass+"'><div id='"+settings.name+"' class="+settings.contentClass+">"+settings.initContent+"</div></div>");}
return this.each(function(){if(settings.debug)$.panther.console("SPOP-Link = #"+$(this).attr('id')+" ."+$(this).attr('className')+"-"+$(this).index());var anchor=$(this);var pop=$('#'+settings.name+'_pop');var content=$('#'+settings.name);var operation=function(){if(restore){content.replaceWith(main_recover.clone(true));return false;}
if(settings.debug)$.panther.console("SPOP-anchorid:"+anchor.attr('id'));if(!settings.checkFunction()){restart();slideIt();if(settings.mouseTrap){mapit();anchor.mouseMap(settings.name+"Trap",settings.name+"_lnk",{debug:settings.debug,pad:settings.mousePad});$.mouseTrap.track(true,{debug:settings.debug});}}
return false;};var slideIt=function(){if(settings.debug)$.panther.console("SPOP-visibility check :"+pop.css("visibility")+" pop id:"+pop.attr('id'));if(pop.css("visibility")=="hidden"){settings.preActivate(anchor);if(settings.innerAnchor)placeanchor=anchor.find('a:first');else placeanchor=anchor;if(settings.debug)$.panther.console("SPOP-showing pop at id:"+$(placeanchor).attr("id")+" name:"+$(placeanchor).attr("name"));pop.placer(placeanchor,{offsetX:settings.offsetX,offsetY:settings.offsetY,where:settings.startpos});pop.css('visibility','visible').show();if(settings.slideIt){switch(settings.effect){case"up":content.animate({marginTop:content.height()},10,"",remap_callback).animate({marginTop:'0px'},settings.transitionSpeed,"",remap_callback);break;case"diag":content.hide().show(settings.transitionSpeed,remap_callback);break;case"down":content.hide().slideDown(settings.transitionSpeed,remap_callback);break;}}else{content.fadeIn(settings.transitionSpeed);remap_callback();}}else{restart();settings.onActivate(anchor);}
return false;};var remap_callback=function(){settings.onActivate(anchor);if(settings.mouseTrap)pop.mouseMap(settings.name+"Trap",settings.name+'_pop',{debug:settings.debug});};var restart=function(){if(settings.debug)$.panther.console("SPOP-restart pop id:"+pop.attr('id'));while(pop.is(":animated")){pop.queue("fx",[]);pop.stop();}
if(settings.debug)$.panther.console("SPOP-make transparent pop id:"+pop.attr('id'));pop.fadeTo(1,10);if(!settings.initOnlyOnce)content.html(settings.initContent);if(settings.debug)$.panther.console("SPOP-visibility set to hidden for pop id:"+pop.attr('id'));pop.css('visibility','hidden');if(settings.mouseTrap){if(settings.formInside){if(settings.debug)$.panther.console('formInside-'+settings.name);pop.find('input').focus(function(){$.mouseTrap.hold(settings.name+"Trap");if(settings.debug)$.panther.console('focusOn-'+settings.name)}).blur(function(){$.mouseTrap.hold(settings.name+"Trap","off");if(settings.debug)$.panther.console('focusOff-'+settings.name)});}}};if(!settings.popEvent!="instant"){anchor.bind("click focus",function(){if(pop.is(":visible")){if(settings.shakeIfActive)pop.shake();if(settings.clickRefresh)content.replaceWith(main_recover.clone(true));}else{if(!settings.popEvent=="click")$(this).mouseover();}
return false;});}
if(settings.mouseTrap){var mopts={action:function(){pop.fadeOut(settings.disolveSpeed).queue(settings.onDispose);}}
var trap=$.mouseTrap.set(settings.name+"Trap",mopts);}
if(settings.mouseTrap){var mapit=function(){pop.mouseMap(settings.name+"Trap",settings.name+'_pop',{debug:settings.debug});return false;};}
switch(settings.popEvent){case"click":anchor.click(operation);break;case"hover":anchor.mouseover(operation);break;case"instant":operation();break;}
if(settings.clickRefresh)var main_recover=$('#'+settings.name).clone(true);if(settings.popEvent!="instant")restart();});};})(jQuery);(function($){$.fn.mousePop=function(settings){settings=$.extend({name:"myname",restore:false},settings);return this.each(function(){});};})(jQuery);jQuery.mouseTrap={};jQuery.mouseTrap.house={};jQuery.mouseTrap.track=function(m,settings){settings=jQuery.extend({debug:false},settings);jQuery().unbind('mousemove');clearTimeout(jQuery.mouseTrap.egg);if(m){jQuery().mousemove(function(e){jQuery.mouseTrap.mouseX=e.pageX;jQuery.mouseTrap.mouseY=e.pageY;});jQuery.mouseTrap.egg=setTimeout("jQuery.mouseTrap.check({debug:"+settings.debug+"});",1000);};};jQuery.mouseTrap.hold=function(room,mode){if(mode=="off"){jQuery.mouseTrap.house[room].hangon=false;return;}else{for(key in jQuery.mouseTrap.house){mt=jQuery.mouseTrap.house[key];if(key==room)mt.hangon=true;else mt.hangon=false;};};return;};jQuery.mouseTrap.set=function(room,settings){settings=jQuery.extend({action:function(){alert('action not set for mousetrap!')},hangon:false,destroy:false},settings);if(settings.destroy){delete jQuery.mouseTrap.house[room];}else{jQuery.mouseTrap.house[room]=new Object();jQuery.mouseTrap.house[room].action=settings.action;jQuery.mouseTrap.house[room].hangon=settings.hangon;jQuery.mouseTrap.house[room].map=new Object();return room;}};(function($){$.fn.mouseMap=function(room,area,settings){if(typeof(room)=="undefined"||room=="")room="kitchen";if(typeof(area)=="undefined"||area=="")area=this.id;settings=$.extend({debug:false,release:false,pad:20,relativeContainer:null},settings);$.mouseTrap.house[room].map[area]=new Array();return this.each(function(){if(settings.release){delete $.mouseTrap.house[room].map[area];}
var pos=$(this).offset();pos.right=(pos.left+settings.pad)+$(this).width();pos.bottom=(pos.top+settings.pad)+$(this).height();pos.left-=settings.pad;pos.top-=settings.pad;$.mouseTrap.house[room].map[area]=pos;if(settings.debug)$.panther.console("Mapped as T:"+pos.top+" B:"+pos.bottom+" L:"+pos.left+" R:"+pos.right);});};})(jQuery);jQuery.mouseTrap.check=function(settings){settings=jQuery.extend({debug:false,relativeContainer:null,checkInterval:500},settings);var keepTimer=false;var rt=jQuery.mouseTrap;for(key in jQuery.mouseTrap.house){mt=jQuery.mouseTrap.house[key];mt.inRange=false;if(settings.debug)console.log(key+".hangon="+mt.hangon);if(mt.hangon){keepTimer=true;continue;}
for(key in mt.map){if(settings.debug)jQuery.panther.console(key+"TEST (Y:"+rt.mouseY+"|X:"+rt.mouseX+") in t:"+mt.map[key].top+",b:"+mt.map[key].bottom+",l:"+parseInt(mt.map[key].left)+",r:"+parseInt(mt.map[key].right));if(rt.mouseY<mt.map[key].top||rt.mouseY>mt.map[key].bottom){continue;}
if(rt.mouseX<mt.map[key].left||rt.mouseX>mt.map[key].right){continue;}
if(settings.debug)console.log(key+'-Pointer in '+key);keepTimer=true;mt.inRange=true;}
if(!mt.inRange)mt.action();continue;}
if(settings.debug){if(keepTimer)console.log('reset timer');}
if(keepTimer)jQuery.mouseTrap.egg=setTimeout("jQuery.mouseTrap.check();",settings.checkInterval);};(function($){jQuery.fn.menuClicker=function(settings){settings=$.extend({activeClass:'selected',linkSelector:'.x_menu',hideSel:null},settings);return this.each(function(){$(this).click(function(){if(settings.hideSel){$(settings.hideSel).hide().find("a").removeClass(settings.activeClass);}
$(settings.linkSelector).removeClass(settings.activeClass);$(this).addClass(settings.activeClass);}).focus(function(){if(this.blur)this.blur();return false;});});};})(jQuery);(function(jQuery){jQuery.fn.trHtml=function(strContent,settings){settings=$.extend({},settings);return this.each(function(){row=$(this);rowid=row.attr('id');rowindex=row.index();row.before("<tr id="+rowid+">"+strContent+"</tr>")
row.remove();});};})(jQuery);(function(jQuery){jQuery.fn.menuSet=function(settings){settings=jQuery.extend({activeClass:'selected',linkSelector:'.x_menu'},settings);return this.each(function(){jQuery(settings.linkSelector).removeClass(settings.activeClass);jQuery(this).addClass(settings.activeClass);});};})(jQuery);(function($){$.fn.cloneObj=function(newOpts){var newObj=$.extend({},this[0]);return $.extend(newObj,newOpts);};})(jQuery);(function(jQuery){jQuery.fn.hoverClass=function(settings){settings=jQuery.extend({overclass:'odd'},settings);return this.each(function(){$(this).hover(function(){$(this).addClass(settings.overclass);return false;},function(){$(this).removeClass(settings.overclass);return false;})});};})(jQuery);(function($){$.fn.rowClickToEdit=function(settings){settings=$.extend({servUp:'/admin/controller/mod',cols:7,mode:"edit",loader:$($.panther.jcallOpts).cloneObj({noloader:true})},settings);var clicker=function(){mode=settings.mode;if($.panther.wait)return false;rowid=$(this).parents('tr:first').attr('id');$("#"+rowid).trHtml("<td colspan='"+settings.cols+"' align='center'><img src='_img/ajax-loader-sm.gif' /> - Loading</td>");$.panther.jcall('servUp',[settings.servUp,"#"+rowid,{'mode':mode,'rowid':rowid}],settings.loader);return false;}
return this.each(function(){$(this).click(clicker);});};})(jQuery);(function($){$.fn.filtrate=function(name,settings){settings=$.extend({clearFilterBtnSel:".x_clear_filter",filterTableSel:".x_flist"},settings);var filters;var filterAction=function(){$(settings.filterTableSel).find("tr").not(".xf_ignore").show();filters.each($.panther.activateFilter);};$.panther.store['filtername']=name;return this.each(function(){$.panther.restoreFilters(this);filters=$(this).find("input,select");$(this).find("input").keyup(filterAction);$(this).find("select").bind("change keyup",filterAction).trigger('change');$(settings.clearFilterBtnSel).click(function(){filters.val("");filterAction();return false;}).mouseover(function(){$(this).next('span').not(':animated').fadeIn().fadeLater()});});};})(jQuery);(function($){$.fn.lnkListSwap=function(swap,settings){settings=$.extend({displ:'.x_elist',swapDispl:'#addItem',format:function(name){return"<a href='#'>"+name+" <span class='color_4'> (x) </span>&nbsp;&nbsp;</a>";},swapFormat:function(name){return"<p><a href='#'>"+name+"</a></p>";},onSwapAction:function(obj){return false;},allGone:"<span class='ital color_3'>None Added</span>",allGoneSwap:"<span class='ital color_3'>All have been added.</span>"},settings);var job;var swapJob;String.prototype.cleanCommas=function(){var st=this.replace(/,+/g,',');return st.replace(/^,+|^\s+|,+$|\s+$/g,"")};var test=$(settings.format("test"))[0];if(typeof(test)=="undefined"||!test.toString().indexOf("Object")){alert("lnkListSwap Said:  Invalid 'format' function.  Result of format function must create a valid DOM object.  Try wrapping in a  span, li, or p, or make the entire result a hyperlink.  Your format produced:"+settings.format("test"));return false;};var test2=$(settings.swapFormat("test"))[0];if(typeof(test2)=="undefined"||!test2.toString().indexOf("Object")){alert("lnkListSwap Said:  Invalid 'swapFormat' function.  Result of swapFormat function must create a valid DOM object.  Try wrapping in a span, li, or p, or make the entire result a hyperlink.  Your swapFormat produced:"+settings.swapFormat("test"));return false;};var showIt=function(){var arr=[];var swapArr=[];var list=job.val();if(list.length>0)arr=list.cleanCommas().split(",");var swapList=swapJob.val();if(swapList.length>0)swapArr=swapList.cleanCommas().split(",");$(settings.displ+","+settings.swapDispl).html("");for(i=0;i<arr.length;i++){$(settings.format(arr[i])).appendTo(settings.displ).find('a').andSelf('a').attr('href',arr[i]).click(swapIt);};if(arr.length<1)$(settings.displ).html(settings.allGone);for(i=0;i<swapArr.length;i++){$(settings.swapFormat(swapArr[i])).appendTo(settings.swapDispl).find('a').attr('href',swapArr[i]).click(swapIt)};if(swapArr.length<1)$(settings.swapDispl).html(settings.allGoneSwap);return false;}
var swapIt=function(lnk){var item=$(this).attr('href');if(job.val().indexOf(item)<0)var inPrimary=false;else var inPrimary=true;if(inPrimary){job.val(job.val().replace(item,'').cleanCommas());swapJob.val((swapJob.val()+","+item).cleanCommas());}else{swapJob.val(swapJob.val().replace(item,'').cleanCommas());job.val((job.val()+","+item).cleanCommas());}
showIt();settings.onSwapAction(this);return false;}
return this.each(function(){job=$(this);swapJob=$(swap);showIt();});};})(jQuery);(function($){$.fn.submitOnEnter=function(action){return this.each(function(){obj=$(this);obj.keydown(function(e){if(e.keyCode==13){action();return false;}})});};})(jQuery);jQuery.trace=function(x,sel){if(sel==undefined)sel="body";$(sel).append(x+"<br>");return x;};jQuery.findClass=function(obj,cl){var list=$(obj).attr('class').split(" ");for(i=0;i<list.length;i++){if(list[i].indexOf(cl)>=0)return list[i];};return false;};(function($){function toIntegersAtLease(n)
{return n<10?'0'+n:n;}
Date.prototype.toJSON=function(date)
{return this.getUTCFullYear()+'-'+
toIntegersAtLease(this.getUTCMonth())+'-'+
toIntegersAtLease(this.getUTCDate());};var escapeable=/["\\\x00-\x1f\x7f-\x9f]/g;var meta={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'};$.quoteString=function(string)
{if(escapeable.test(string))
{return'"'+string.replace(escapeable,function(a)
{var c=meta[a];if(typeof c==='string'){return c;}
c=a.charCodeAt();return'\\u00'+Math.floor(c/16).toString(16)+(c%16).toString(16);})+'"';}
return'"'+string+'"';};$.toJSON=function(o,compact)
{var type=typeof(o);if(type=="undefined")
return"undefined";else if(type=="number"||type=="boolean")
return o+"";else if(o===null)
return"null";if(type=="string")
{return $.quoteString(o);}
if(type=="object"&&typeof o.toJSON=="function")
return o.toJSON(compact);if(type!="function"&&typeof(o.length)=="number")
{var ret=[];for(var i=0;i<o.length;i++){ret.push($.toJSON(o[i],compact));}
if(compact)
return"["+ret.join(",")+"]";else
return"["+ret.join(", ")+"]";}
if(type=="function"){throw new TypeError("Unable to convert object of type 'function' to json.");}
var ret=[];for(var k in o){var name;type=typeof(k);if(type=="number")
name='"'+k+'"';else if(type=="string")
name=$.quoteString(k);else
continue;var val=$.toJSON(o[k],compact);if(typeof(val)!="string"){continue;}
if(compact)
ret.push(name+":"+val);else
ret.push(name+": "+val);}
return"{"+ret.join(", ")+"}";};$.compactJSON=function(o)
{return $.toJSON(o,true);};$.evalJSON=function(src)
{return eval("("+src+")");};$.secureEvalJSON=function(src)
{var filtered=src;filtered=filtered.replace(/\\["\\\/bfnrtu]/g,'@');filtered=filtered.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,']');filtered=filtered.replace(/(?:^|:|,)(?:\s*\[)+/g,'');if(/^[\],:{}\s]*$/.test(filtered))
return eval("("+src+")");else
throw new SyntaxError("Error parsing JSON, source is not valid.");};})(jQuery);;;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this));}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)
this.toggleClass(sf.c.shadowClass+'-off');};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:800,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);