(function(){var W=this,ab,F=W.jQuery,S=W.$,T=W.jQuery=W.$=function(b,a){return new T.fn.init(b,a)},M=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,ac=/^.[^:#\[\.,]*$/;T.fn=T.prototype={init:function(e,b){e=e||document;if(e.nodeType){this[0]=e;this.length=1;this.context=e;return this}if(typeof e==="string"){var c=M.exec(e);if(c&&(c[1]||!b)){if(c[1]){e=T.clean([c[1]],b)}else{var a=document.getElementById(c[3]);if(a&&a.id!=c[3]){return T().find(e)}var d=T(a||[]);d.context=document;d.selector=e;return d}}else{return T(b).find(e)}}else{if(T.isFunction(e)){return T(document).ready(e)}}if(e.selector&&e.context){this.selector=e.selector;this.context=e.context}return this.setArray(T.isArray(e)?e:T.makeArray(e))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(a){return a===ab?Array.prototype.slice.call(this):this[a]},pushStack:function(c,a,d){var b=T(c);b.prevObject=this;b.context=this.context;if(a==="find"){b.selector=this.selector+(this.selector?" ":"")+d}else{if(a){b.selector=this.selector+"."+a+"("+d+")"}}return b},setArray:function(a){this.length=0;Array.prototype.push.apply(this,a);return this},each:function(a,b){return T.each(this,a,b)},index:function(a){return T.inArray(a&&a.jquery?a[0]:a,this)},attr:function(c,a,b){var d=c;if(typeof c==="string"){if(a===ab){return this[0]&&T[b||"attr"](this[0],c)}else{d={};d[c]=a}}return this.each(function(e){for(c in d){T.attr(b?this.style:this,c,T.prop(this,d[c],b,e,c))}})},css:function(b,a){if((b=="width"||b=="height")&&parseFloat(a)<0){a=ab}return this.attr(b,a,"curCSS")},text:function(a){if(typeof a!=="object"&&a!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(a))}var b="";T.each(a||this,function(){T.each(this.childNodes,function(){if(this.nodeType!=8){b+=this.nodeType!=1?this.nodeValue:T.fn.text([this])}})});return b},wrapAll:function(b){if(this[0]){var a=T(b,this[0].ownerDocument).clone();if(this[0].parentNode){a.insertBefore(this[0])}a.map(function(){var c=this;while(c.firstChild){c=c.firstChild}return c}).append(this)}return this},wrapInner:function(a){return this.each(function(){T(this).contents().wrapAll(a)})},wrap:function(a){return this.each(function(){T(this).wrapAll(a)})},append:function(){return this.domManip(arguments,true,function(a){if(this.nodeType==1){this.appendChild(a)}})},prepend:function(){return this.domManip(arguments,true,function(a){if(this.nodeType==1){this.insertBefore(a,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this.nextSibling)})},end:function(){return this.prevObject||T([])},push:[].push,sort:[].sort,splice:[].splice,find:function(b){if(this.length===1){var a=this.pushStack([],"find",b);a.length=0;T.find(b,this[0],a);return a}else{return this.pushStack(T.unique(T.map(this,function(c){return T.find(b,c)})),"find",b)}},clone:function(b){var d=this.map(function(){if(!T.support.noCloneEvent&&!T.isXMLDoc(this)){var f=this.outerHTML;if(!f){var e=this.ownerDocument.createElement("div");e.appendChild(this.cloneNode(true));f=e.innerHTML}return T.clean([f.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(b===true){var a=this.find("*").andSelf(),c=0;d.find("*").andSelf().each(function(){if(this.nodeName!==a[c].nodeName){return}var g=T.data(a[c],"events");for(var e in g){for(var f in g[e]){T.event.add(this,e,g[e][f],g[e][f].data)}}c++})}return d},filter:function(a){return this.pushStack(T.isFunction(a)&&T.grep(this,function(b,c){return a.call(b,c)})||T.multiFilter(a,T.grep(this,function(b){return b.nodeType===1})),"filter",a)},closest:function(c){var a=T.expr.match.POS.test(c)?T(c):null,b=0;return this.map(function(){var d=this;while(d&&d.ownerDocument){if(a?a.index(d)>-1:T(d).is(c)){T.data(d,"closest",b);return d}d=d.parentNode;b++}})},not:function(b){if(typeof b==="string"){if(ac.test(b)){return this.pushStack(T.multiFilter(b,this,true),"not",b)}else{b=T.multiFilter(b,this)}}var a=b.length&&b[b.length-1]!==ab&&!b.nodeType;return this.filter(function(){return a?T.inArray(this,b)<0:this!=b})},add:function(a){return this.pushStack(T.unique(T.merge(this.get(),typeof a==="string"?T(a):T.makeArray(a))))},is:function(a){return !!a&&T.multiFilter(a,this).length>0},hasClass:function(a){return !!a&&this.is("."+a)},val:function(c){if(c===ab){var i=this[0];if(i){if(T.nodeName(i,"option")){return(i.attributes.value||{}).specified?i.value:i.text}if(T.nodeName(i,"select")){var e=i.selectedIndex,b=[],a=i.options,f=i.type=="select-one";if(e<0){return null}for(var h=f?e:0,d=f?e+1:a.length;h<d;h++){var g=a[h];if(g.selected){c=T(g).val();if(f){return c}b.push(c)}}return b}return(i.value||"").replace(/\r/g,"")}return ab}if(typeof c==="number"){c+=""}return this.each(function(){if(this.nodeType!=1){return}if(T.isArray(c)&&/radio|checkbox/.test(this.type)){this.checked=(T.inArray(this.value,c)>=0||T.inArray(this.name,c)>=0)}else{if(T.nodeName(this,"select")){var j=T.makeArray(c);T("option",this).each(function(){this.selected=(T.inArray(this.value,j)>=0||T.inArray(this.text,j)>=0)});if(!j.length){this.selectedIndex=-1}}else{this.value=c}}})},html:function(a){return a===ab?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(a)},replaceWith:function(a){return this.after(a).remove()},eq:function(a){return this.slice(a,+a+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(a){return this.pushStack(T.map(this,function(b,c){return a.call(b,c,b)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(d,a,b){if(this[0]){var e=(this[0].ownerDocument||this[0]).createDocumentFragment(),h=T.clean(d,(this[0].ownerDocument||this[0]),e),f=e.firstChild;if(f){for(var g=0,i=this.length;g<i;g++){b.call(c(this[g],f),this.length>1||g>0?e.cloneNode(true):e)}}if(h){T.each(h,E)}}return this;function c(k,j){return a&&T.nodeName(k,"table")&&T.nodeName(j,"tr")?(k.getElementsByTagName("tbody")[0]||k.appendChild(k.ownerDocument.createElement("tbody"))):k}}};T.fn.init.prototype=T.fn;function E(b,a){if(a.src){T.ajax({url:a.src,async:false,dataType:"script"})}else{T.globalEval(a.text||a.textContent||a.innerHTML||"")}if(a.parentNode){a.parentNode.removeChild(a)}}function ad(){return +new Date}T.extend=T.fn.extend=function(){var c=arguments[0]||{},e=1,d=arguments.length,h=false,f;if(typeof c==="boolean"){h=c;c=arguments[1]||{};e=2}if(typeof c!=="object"&&!T.isFunction(c)){c={}}if(d==e){c=this;--e}for(;e<d;e++){if((f=arguments[e])!=null){for(var g in f){var b=c[g],a=f[g];if(c===a){continue}if(h&&a&&typeof a==="object"&&!a.nodeType){c[g]=T.extend(h,b||(a.length!=null?[]:{}),a)}else{if(a!==ab){c[g]=a}}}}}return c};var ag=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},L=Object.prototype.toString;T.extend({noConflict:function(a){W.$=S;if(a){W.jQuery=F}return T},isFunction:function(a){return L.call(a)==="[object Function]"},isArray:function(a){return L.call(a)==="[object Array]"},isXMLDoc:function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&T.isXMLDoc(a.ownerDocument)},globalEval:function(a){if(a&&/\S/.test(a)){var b=document.getElementsByTagName("head")[0]||document.documentElement,c=document.createElement("script");c.type="text/javascript";if(T.support.scriptEval){c.appendChild(document.createTextNode(a))}else{c.text=a}b.insertBefore(c,b.firstChild);b.removeChild(c)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()==b.toUpperCase()},each:function(e,a,f){var g,d=0,c=e.length;if(f){if(c===ab){for(g in e){if(a.apply(e[g],f)===false){break}}}else{for(;d<c;){if(a.apply(e[d++],f)===false){break}}}}else{if(c===ab){for(g in e){if(a.call(e[g],g,e[g])===false){break}}}else{for(var b=e[0];d<c&&a.call(b,d,b)!==false;b=e[++d]){}}}return e},prop:function(b,a,c,d,e){if(T.isFunction(a)){a=a.call(b,d)}return typeof a==="number"&&c=="curCSS"&&!ag.test(e)?a+"px":a},className:{add:function(b,a){T.each((a||"").split(/\s+/),function(d,c){if(b.nodeType==1&&!T.className.has(b.className,c)){b.className+=(b.className?" ":"")+c}})},remove:function(b,a){if(b.nodeType==1){b.className=a!==ab?T.grep(b.className.split(/\s+/),function(c){return !T.className.has(a,c)}).join(" "):""}},has:function(a,b){return a&&T.inArray(b,(a.className||a).toString().split(/\s+/))>-1}},swap:function(b,c,a){var e={};for(var d in c){e[d]=b.style[d];b.style[d]=c[d]}a.call(b);for(var d in c){b.style[d]=e[d]}},css:function(e,g,c,h){if(g=="width"||g=="height"){var a,f={position:"absolute",visibility:"hidden",display:"block"},b=g=="width"?["Left","Right"]:["Top","Bottom"];function d(){a=g=="width"?e.offsetWidth:e.offsetHeight;if(h==="border"){return}T.each(b,function(){if(!h){a-=parseFloat(T.curCSS(e,"padding"+this,true))||0}if(h==="margin"){a+=parseFloat(T.curCSS(e,"margin"+this,true))||0}else{a-=parseFloat(T.curCSS(e,"border"+this+"Width",true))||0}})}if(e.offsetWidth!==0){d()}else{T.swap(e,f,d)}return Math.max(0,Math.round(a))}return T.curCSS(e,g,c)},curCSS:function(e,h,g){var b,i=e.style;if(h=="opacity"&&!T.support.opacity){b=T.attr(i,"opacity");return b==""?"1":b}if(h.match(/float/i)){h=H}if(!g&&i&&i[h]){b=i[h]}else{if(Q.getComputedStyle){if(h.match(/float/i)){h="float"}h=h.replace(/([A-Z])/g,"-$1").toLowerCase();var a=Q.getComputedStyle(e,null);if(a){b=a.getPropertyValue(h)}if(h=="opacity"&&b==""){b="1"}}else{if(e.currentStyle){var d=h.replace(/\-(\w)/g,function(k,j){return j.toUpperCase()});b=e.currentStyle[h]||e.currentStyle[d];if(!/^\d+(px)?$/i.test(b)&&/^\d/.test(b)){var f=i.left,c=e.runtimeStyle.left;e.runtimeStyle.left=e.currentStyle.left;i.left=b||0;b=i.pixelLeft+"px";i.left=f;e.runtimeStyle.left=c}}}}return b},clean:function(g,b,d){b=b||document;if(typeof b.createElement==="undefined"){b=b.ownerDocument||b[0]&&b[0].ownerDocument||document}if(!d&&g.length===1&&typeof g[0]==="string"){var e=/^<(\w+)\s*\/?>$/.exec(g[0]);if(e){return[b.createElement(e[1])]}}var f=[],h=[],a=b.createElement("div");T.each(g,function(l,i){if(typeof i==="number"){i+=""}if(!i){return}if(typeof i==="string"){i=i.replace(/(<(\w+)[^>]*?)\/>/g,function(r,q,s){return s.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?r:q+"></"+s+">"});var m=i.replace(/^\s+/,"").substring(0,10).toLowerCase();var k=!m.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!m.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||m.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!m.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!m.indexOf("<td")||!m.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!m.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!T.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];a.innerHTML=k[1]+i+k[2];while(k[0]--){a=a.lastChild}if(!T.support.tbody){var j=/<tbody/i.test(i),o=!m.indexOf("<table")&&!j?a.firstChild&&a.firstChild.childNodes:k[1]=="<table>"&&!j?a.childNodes:[];for(var p=o.length-1;p>=0;--p){if(T.nodeName(o[p],"tbody")&&!o[p].childNodes.length){o[p].parentNode.removeChild(o[p])}}}if(!T.support.leadingWhitespace&&/^\s/.test(i)){a.insertBefore(b.createTextNode(i.match(/^\s*/)[0]),a.firstChild)}i=T.makeArray(a.childNodes)}if(i.nodeType){f.push(i)}else{f=T.merge(f,i)}});if(d){for(var c=0;f[c];c++){if(T.nodeName(f[c],"script")&&(!f[c].type||f[c].type.toLowerCase()==="text/javascript")){h.push(f[c].parentNode?f[c].parentNode.removeChild(f[c]):f[c])}else{if(f[c].nodeType===1){f.splice.apply(f,[c+1,0].concat(T.makeArray(f[c].getElementsByTagName("script"))))}d.appendChild(f[c])}}return h}return f},attr:function(c,f,b){if(!c||c.nodeType==3||c.nodeType==8){return ab}var e=!T.isXMLDoc(c),a=b!==ab;f=e&&T.props[f]||f;if(c.tagName){var g=/href|src|style/.test(f);if(f=="selected"&&c.parentNode){c.parentNode.selectedIndex}if(f in c&&e&&!g){if(a){if(f=="type"&&T.nodeName(c,"input")&&c.parentNode){throw"type property can't be changed"}c[f]=b}if(T.nodeName(c,"form")&&c.getAttributeNode(f)){return c.getAttributeNode(f).nodeValue}if(f=="tabIndex"){var d=c.getAttributeNode("tabIndex");return d&&d.specified?d.value:c.nodeName.match(/(button|input|object|select|textarea)/i)?0:c.nodeName.match(/^(a|area)$/i)&&c.href?0:ab}return c[f]}if(!T.support.style&&e&&f=="style"){return T.attr(c.style,"cssText",b)}if(a){c.setAttribute(f,""+b)}var h=!T.support.hrefNormalized&&e&&g?c.getAttribute(f,2):c.getAttribute(f);return h===null?ab:h}if(!T.support.opacity&&f=="opacity"){if(a){c.zoom=1;c.filter=(c.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(b)+""=="NaN"?"":"alpha(opacity="+b*100+")")}return c.filter&&c.filter.indexOf("opacity=")>=0?(parseFloat(c.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}f=f.replace(/-([a-z])/ig,function(j,i){return i.toUpperCase()});if(a){c[f]=b}return c[f]},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"")},makeArray:function(a){var c=[];if(a!=null){var b=a.length;if(b==null||typeof a==="string"||T.isFunction(a)||a.setInterval){c[0]=a}else{while(b){c[--b]=a[b]}}}return c},inArray:function(b,a){for(var d=0,c=a.length;d<c;d++){if(a[d]===b){return d}}return -1},merge:function(b,e){var d=0,c,a=b.length;if(!T.support.getAll){while((c=e[d++])!=null){if(c.nodeType!=8){b[a++]=c}}}else{while((c=e[d++])!=null){b[a++]=c}}return b},unique:function(a){var f=[],g={};try{for(var e=0,d=a.length;e<d;e++){var b=T.data(a[e]);if(!g[b]){g[b]=true;f.push(a[e])}}}catch(c){f=a}return f},grep:function(e,a,f){var d=[];for(var c=0,b=e.length;c<b;c++){if(!f!=!a(e[c],c)){d.push(e[c])}}return d},map:function(f,a){var e=[];for(var d=0,c=f.length;d<c;d++){var b=a(f[d],d);if(b!=null){e[e.length]=b}}return e.concat.apply([],e)}});var O=navigator.userAgent.toLowerCase();T.browser={version:(O.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(O),opera:/opera/.test(O),msie:/msie/.test(O)&&!/opera/.test(O),mozilla:/mozilla/.test(O)&&!/(compatible|webkit)/.test(O)};T.each({parent:function(a){return a.parentNode},parents:function(a){return T.dir(a,"parentNode")},next:function(a){return T.nth(a,2,"nextSibling")},prev:function(a){return T.nth(a,2,"previousSibling")},nextAll:function(a){return T.dir(a,"nextSibling")},prevAll:function(a){return T.dir(a,"previousSibling")},siblings:function(a){return T.sibling(a.parentNode.firstChild,a)},children:function(a){return T.sibling(a.firstChild)},contents:function(a){return T.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:T.makeArray(a.childNodes)}},function(b,a){T.fn[b]=function(d){var c=T.map(this,a);if(d&&typeof d=="string"){c=T.multiFilter(d,c)}return this.pushStack(T.unique(c),b,d)}});T.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,a){T.fn[b]=function(h){var e=[],c=T(h);for(var d=0,g=c.length;d<g;d++){var f=(d>0?this.clone(true):this).get();T.fn[a].apply(T(c[d]),f);e=e.concat(f)}return this.pushStack(e,b,h)}});T.each({removeAttr:function(a){T.attr(this,a,"");if(this.nodeType==1){this.removeAttribute(a)}},addClass:function(a){T.className.add(this,a)},removeClass:function(a){T.className.remove(this,a)},toggleClass:function(a,b){if(typeof b!=="boolean"){b=!T.className.has(this,a)}T.className[b?"add":"remove"](this,a)},remove:function(a){if(!a||T.filter(a,[this]).length){T("*",this).add([this]).each(function(){T.event.remove(this);T.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){T(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(b,a){T.fn[b]=function(){return this.each(a,arguments)}});function Y(b,a){return b[0]&&parseInt(T.curCSS(b[0],a,true),10)||0}var aa="jQuery"+ad(),I=0,R={};T.extend({cache:{},data:function(c,d,b){c=c==W?R:c;var a=c[aa];if(!a){a=c[aa]=++I}if(d&&!T.cache[a]){T.cache[a]={}}if(b!==ab){T.cache[a][d]=b}return d?T.cache[a][d]:a},removeData:function(c,d){c=c==W?R:c;var a=c[aa];if(d){if(T.cache[a]){delete T.cache[a][d];d="";for(d in T.cache[a]){break}if(!d){T.removeData(c)}}}else{try{delete c[aa]}catch(b){if(c.removeAttribute){c.removeAttribute(aa)}}delete T.cache[a]}},queue:function(c,d,a){if(c){d=(d||"fx")+"queue";var b=T.data(c,d);if(!b||T.isArray(a)){b=T.data(c,d,T.makeArray(a))}else{if(a){b.push(a)}}}return b},dequeue:function(a,b){var d=T.queue(a,b),c=d.shift();if(!b||b==="fx"){c=d[0]}if(c!==ab){c.call(a)}}});T.fn.extend({data:function(d,b){var a=d.split(".");a[1]=a[1]?"."+a[1]:"";if(b===ab){var c=this.triggerHandler("getData"+a[1]+"!",[a[0]]);if(c===ab&&this.length){c=T.data(this[0],d)}return c===ab&&a[1]?this.data(a[0]):c}else{return this.trigger("setData"+a[1]+"!",[a[0],b]).each(function(){T.data(this,d,b)})}},removeData:function(a){return this.each(function(){T.removeData(this,a)})},queue:function(b,a){if(typeof b!=="string"){a=b;b="fx"}if(a===ab){return T.queue(this[0],b)}return this.each(function(){var c=T.queue(this,b,a);if(b=="fx"&&c.length==1){c[0].call(this)}})},dequeue:function(a){return this.each(function(){T.dequeue(this,a)})}});(function(){var b=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,h=0,l=Object.prototype.toString;var o=function(s,w,aj,ai){aj=aj||[];w=w||document;if(w.nodeType!==1&&w.nodeType!==9){return[]}if(!s||typeof s!=="string"){return aj}var r=[],u,B,y,x,D,v,t=true;b.lastIndex=0;while((u=b.exec(s))!==null){r.push(u[1]);if(u[2]){v=RegExp.rightContext;break}}if(r.length>1&&g.exec(s)){if(r.length===2&&k.relative[r[0]]){B=j(r[0]+r[1],w)}else{B=k.relative[r[0]]?[w]:o(r.shift(),w);while(r.length){s=r.shift();if(k.relative[s]){s+=r.shift()}B=j(s,B)}}}else{var C=ai?{expr:r.pop(),set:p(ai)}:o.find(r.pop(),r.length===1&&w.parentNode?w.parentNode:w,c(w));B=o.filter(C.expr,C.set);if(r.length>0){y=p(B)}else{t=false}while(r.length){var z=r.pop(),A=z;if(!k.relative[z]){z=""}else{A=r.pop()}if(A==null){A=w}k.relative[z](y,A,c(w))}}if(!y){y=B}if(!y){throw"Syntax error, unrecognized expression: "+(z||s)}if(l.call(y)==="[object Array]"){if(!t){aj.push.apply(aj,y)}else{if(w.nodeType===1){for(var q=0;y[q]!=null;q++){if(y[q]&&(y[q]===true||y[q].nodeType===1&&i(w,y[q]))){aj.push(B[q])}}}else{for(var q=0;y[q]!=null;q++){if(y[q]&&y[q].nodeType===1){aj.push(B[q])}}}}}else{p(y,aj)}if(v){o(v,w,aj,ai);if(m){hasDuplicate=false;aj.sort(m);if(hasDuplicate){for(var q=1;q<aj.length;q++){if(aj[q]===aj[q-1]){aj.splice(q--,1)}}}}}return aj};o.matches=function(r,q){return o(r,null,null,q)};o.find=function(q,x,y){var r,t;if(!q){return[]}for(var u=0,v=k.order.length;u<v;u++){var s=k.order[u],t;if((t=k.match[s].exec(q))){var w=RegExp.leftContext;if(w.substr(w.length-1)!=="\\"){t[1]=(t[1]||"").replace(/\\/g,"");r=k.find[s](t,x,y);if(r!=null){q=q.replace(k.match[s],"");break}}}}if(!r){r=x.getElementsByTagName("*")}return{set:r,expr:q}};o.filter=function(D,ai,A,u){var v=D,y=[],q=ai,s,x,r=ai&&ai[0]&&c(ai[0]);while(D&&ai.length){for(var aj in k.filter){if((s=k.match[aj].exec(D))!=null){var w=k.filter[aj],z,B;x=false;if(q==y){y=[]}if(k.preFilter[aj]){s=k.preFilter[aj](s,q,A,y,u,r);if(!s){x=z=true}else{if(s===true){continue}}}if(s){for(var t=0;(B=q[t])!=null;t++){if(B){z=w(B,s,t,q);var C=u^!!z;if(A&&z!=null){if(C){x=true}else{q[t]=false}}else{if(C){y.push(B);x=true}}}}}if(z!==ab){if(!A){q=y}D=D.replace(k.match[aj],"");if(!x){return[]}break}}}if(D==v){if(x==null){throw"Syntax error, unrecognized expression: "+D}else{break}}v=D}return q};var k=o.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(q){return q.getAttribute("href")}},relative:{"+":function(q,x,r){var t=typeof x==="string",y=t&&!/\W/.test(x),s=t&&!y;if(y&&!r){x=x.toUpperCase()}for(var u=0,v=q.length,w;u<v;u++){if((w=q[u])){while((w=w.previousSibling)&&w.nodeType!==1){}q[u]=s||w&&w.nodeName===x?w||false:w===x}}if(s){o.filter(x,q,true)}},">":function(v,s,u){var x=typeof s==="string";if(x&&!/\W/.test(s)){s=u?s:s.toUpperCase();for(var r=0,t=v.length;r<t;r++){var w=v[r];if(w){var q=w.parentNode;v[r]=q.nodeName===s?q:false}}}else{for(var r=0,t=v.length;r<t;r++){var w=v[r];if(w){v[r]=x?w.parentNode:w.parentNode===s}}if(x){o.filter(s,v,true)}}},"":function(q,s,u){var r=h++,t=a;if(!s.match(/\W/)){var v=s=u?s:s.toUpperCase();t=d}t("parentNode",s,r,q,v,u)},"~":function(q,s,u){var r=h++,t=a;if(typeof s==="string"&&!s.match(/\W/)){var v=s=u?s:s.toUpperCase();t=d}t("previousSibling",s,r,q,v,u)}},find:{ID:function(s,r,q){if(typeof r.getElementById!=="undefined"&&!q){var t=r.getElementById(s[1]);return t?[t]:[]}},NAME:function(r,v,u){if(typeof v.getElementsByName!=="undefined"){var s=[],w=v.getElementsByName(r[1]);for(var q=0,t=w.length;q<t;q++){if(w[q].getAttribute("name")===r[1]){s.push(w[q])}}return s.length===0?null:s}},TAG:function(r,q){return q.getElementsByTagName(r[1])}},preFilter:{CLASS:function(q,s,r,t,v,u){q=" "+q[1].replace(/\\/g,"")+" ";if(u){return q}for(var x=0,w;(w=s[x])!=null;x++){if(w){if(v^(w.className&&(" "+w.className+" ").indexOf(q)>=0)){if(!r){t.push(w)}}else{if(r){s[x]=false}}}}return false},ID:function(q){return q[1].replace(/\\/g,"")},TAG:function(r,s){for(var q=0;s[q]===false;q++){}return s[q]&&c(s[q])?r[1]:r[1].toUpperCase()},CHILD:function(r){if(r[1]=="nth"){var q=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(r[2]=="even"&&"2n"||r[2]=="odd"&&"2n+1"||!/\D/.test(r[2])&&"0n+"+r[2]||r[2]);r[2]=(q[1]+(q[2]||1))-0;r[3]=q[3]-0}r[0]=h++;return r},ATTR:function(w,s,r,t,v,u){var q=w[1].replace(/\\/g,"");if(!u&&k.attrMap[q]){w[1]=k.attrMap[q]}if(w[2]==="~="){w[4]=" "+w[4]+" "}return w},PSEUDO:function(v,s,r,t,u){if(v[1]==="not"){if(v[3].match(b).length>1||/^\w/.test(v[3])){v[3]=o(v[3],null,null,s)}else{var q=o.filter(v[3],s,r,true^u);if(!r){t.push.apply(t,q)}return false}}else{if(k.match.POS.test(v[0])||k.match.CHILD.test(v[0])){return true}}return v},POS:function(q){q.unshift(true);return q}},filters:{enabled:function(q){return q.disabled===false&&q.type!=="hidden"},disabled:function(q){return q.disabled===true},checked:function(q){return q.checked===true},selected:function(q){q.parentNode.selectedIndex;return q.selected===true},parent:function(q){return !!q.firstChild},empty:function(q){return !q.firstChild},has:function(q,r,s){return !!o(s[3],q).length},header:function(q){return/h\d/i.test(q.nodeName)},text:function(q){return"text"===q.type},radio:function(q){return"radio"===q.type},checkbox:function(q){return"checkbox"===q.type},file:function(q){return"file"===q.type},password:function(q){return"password"===q.type},submit:function(q){return"submit"===q.type},image:function(q){return"image"===q.type},reset:function(q){return"reset"===q.type},button:function(q){return"button"===q.type||q.nodeName.toUpperCase()==="BUTTON"},input:function(q){return/input|select|textarea|button/i.test(q.nodeName)}},setFilters:{first:function(q,r){return r===0},last:function(r,s,t,q){return s===q.length-1},even:function(q,r){return r%2===0},odd:function(q,r){return r%2===1},lt:function(q,r,s){return r<s[3]-0},gt:function(q,r,s){return r>s[3]-0},nth:function(q,r,s){return s[3]-0==r},eq:function(q,r,s){return s[3]-0==r}},filter:{PSEUDO:function(v,r,q,u){var s=r[1],x=k.filters[s];if(x){return x(v,q,r,u)}else{if(s==="contains"){return(v.textContent||v.innerText||"").indexOf(r[3])>=0}else{if(s==="not"){var w=r[3];for(var q=0,t=w.length;q<t;q++){if(w[q]===v){return false}}return true}}}},CHILD:function(x,u){var r=u[1],w=x;switch(r){case"only":case"first":while(w=w.previousSibling){if(w.nodeType===1){return false}}if(r=="first"){return true}w=x;case"last":while(w=w.nextSibling){if(w.nodeType===1){return false}}return true;case"nth":var v=u[2],y=u[3];if(v==1&&y==0){return true}var s=u[0],z=x.parentNode;if(z&&(z.sizcache!==s||!x.nodeIndex)){var t=0;for(w=z.firstChild;w;w=w.nextSibling){if(w.nodeType===1){w.nodeIndex=++t}}z.sizcache=s}var q=x.nodeIndex-y;if(v==0){return q==0}else{return(q%v==0&&q/v>=0)}}},ID:function(q,r){return q.nodeType===1&&q.getAttribute("id")===r},TAG:function(q,r){return(r==="*"&&q.nodeType===1)||q.nodeName===r},CLASS:function(q,r){return(" "+(q.className||q.getAttribute("class"))+" ").indexOf(r)>-1},ATTR:function(v,q){var r=q[1],t=k.attrHandle[r]?k.attrHandle[r](v):v[r]!=null?v[r]:v.getAttribute(r),u=t+"",w=q[2],s=q[4];return t==null?w==="!=":w==="="?u===s:w==="*="?u.indexOf(s)>=0:w==="~="?(" "+u+" ").indexOf(s)>=0:!s?u&&t!==false:w==="!="?u!=s:w==="^="?u.indexOf(s)===0:w==="$="?u.substr(u.length-s.length)===s:w==="|="?u===s||u.substr(0,s.length+1)===s+"-":false},POS:function(v,s,r,u){var t=s[2],q=k.setFilters[t];if(q){return q(v,r,s,u)}}}};var g=k.match.POS;for(var e in k.match){k.match[e]=RegExp(k.match[e].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var p=function(q,r){q=Array.prototype.slice.call(q);if(r){r.push.apply(r,q);return r}return q};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(f){p=function(u,q){var s=q||[];if(l.call(u)==="[object Array]"){Array.prototype.push.apply(s,u)}else{if(typeof u.length==="number"){for(var r=0,t=u.length;r<t;r++){s.push(u[r])}}else{for(var r=0;u[r];r++){s.push(u[r])}}}return s}}var m;if(document.documentElement.compareDocumentPosition){m=function(r,s){var q=r.compareDocumentPosition(s)&4?-1:r===s?0:1;if(q===0){hasDuplicate=true}return q}}else{if("sourceIndex" in document.documentElement){m=function(r,s){var q=r.sourceIndex-s.sourceIndex;if(q===0){hasDuplicate=true}return q}}else{if(document.createRange){m=function(q,s){var r=q.ownerDocument.createRange(),t=s.ownerDocument.createRange();r.selectNode(q);r.collapse(true);t.selectNode(s);t.collapse(true);var u=r.compareBoundaryPoints(Range.START_TO_END,t);if(u===0){hasDuplicate=true}return u}}}}(function(){var r=document.createElement("form"),q="script"+(new Date).getTime();r.innerHTML="<input name='"+q+"'/>";var s=document.documentElement;s.insertBefore(r,s.firstChild);if(!!document.getElementById(q)){k.find.ID=function(w,v,u){if(typeof v.getElementById!=="undefined"&&!u){var t=v.getElementById(w[1]);return t?t.id===w[1]||typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id").nodeValue===w[1]?[t]:ab:[]}};k.filter.ID=function(u,t){var v=typeof u.getAttributeNode!=="undefined"&&u.getAttributeNode("id");return u.nodeType===1&&v&&v.nodeValue===t}}s.removeChild(r)})();(function(){var q=document.createElement("div");q.appendChild(document.createComment(""));if(q.getElementsByTagName("*").length>0){k.find.TAG=function(t,u){var v=u.getElementsByTagName(t[1]);if(t[1]==="*"){var r=[];for(var s=0;v[s];s++){if(v[s].nodeType===1){r.push(v[s])}}v=r}return v}}q.innerHTML="<a href='#'></a>";if(q.firstChild&&typeof q.firstChild.getAttribute!=="undefined"&&q.firstChild.getAttribute("href")!=="#"){k.attrHandle.href=function(r){return r.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var r=o,q=document.createElement("div");q.innerHTML="<p class='TEST'></p>";if(q.querySelectorAll&&q.querySelectorAll(".TEST").length===0){return}o=function(v,w,t,s){w=w||document;if(!s&&w.nodeType===9&&!c(w)){try{return p(w.querySelectorAll(v),t)}catch(u){}}return r(v,w,t,s)};o.find=r.find;o.filter=r.filter;o.selectors=r.selectors;o.matches=r.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var q=document.createElement("div");q.innerHTML="<div class='test e'></div><div class='test'></div>";if(q.getElementsByClassName("e").length===0){return}q.lastChild.className="e";if(q.getElementsByClassName("e").length===1){return}k.order.splice(1,0,"CLASS");k.find.CLASS=function(t,s,r){if(typeof s.getElementsByClassName!=="undefined"&&!r){return s.getElementsByClassName(t[1])}}})()}function d(w,r,s,y,q,z){var A=w=="previousSibling"&&!z;for(var u=0,v=y.length;u<v;u++){var x=y[u];if(x){if(A&&x.nodeType===1){x.sizcache=s;x.sizset=u}x=x[w];var t=false;while(x){if(x.sizcache===s){t=y[x.sizset];break}if(x.nodeType===1&&!z){x.sizcache=s;x.sizset=u}if(x.nodeName===r){t=x;break}x=x[w]}y[u]=t}}}function a(w,r,s,y,q,z){var A=w=="previousSibling"&&!z;for(var u=0,v=y.length;u<v;u++){var x=y[u];if(x){if(A&&x.nodeType===1){x.sizcache=s;x.sizset=u}x=x[w];var t=false;while(x){if(x.sizcache===s){t=y[x.sizset];break}if(x.nodeType===1){if(!z){x.sizcache=s;x.sizset=u}if(typeof r!=="string"){if(x===r){t=true;break}}else{if(o.filter(r,[x]).length>0){t=x;break}}}x=x[w]}y[u]=t}}}var i=document.compareDocumentPosition?function(q,r){return q.compareDocumentPosition(r)&16}:function(q,r){return q!==r&&(q.contains?q.contains(r):true)};var c=function(q){return q.nodeType===9&&q.documentElement.nodeName!=="HTML"||!!q.ownerDocument&&c(q.ownerDocument)};var j=function(t,v){var q=[],x="",w,r=v.nodeType?[v]:v;while((w=k.match.PSEUDO.exec(t))){x+=w[0];t=t.replace(k.match.PSEUDO,"")}t=k.relative[t]?t+"*":t;for(var u=0,s=r.length;u<s;u++){o(t,r[u],q)}return o.filter(x,q)};T.find=o;T.filter=o.filter;T.expr=o.selectors;T.expr[":"]=T.expr.filters;o.selectors.filters.hidden=function(q){return q.offsetWidth===0||q.offsetHeight===0};o.selectors.filters.visible=function(q){return q.offsetWidth>0||q.offsetHeight>0};o.selectors.filters.animated=function(q){return T.grep(T.timers,function(r){return q===r.elem}).length};T.multiFilter=function(q,s,r){if(r){q=":not("+q+")"}return o.matches(q,s)};T.dir=function(r,s){var t=[],q=r[s];while(q&&q!=document){if(q.nodeType==1){t.push(q)}q=q[s]}return t};T.nth=function(u,t,r,q){t=t||1;var s=0;for(;u;u=u[r]){if(u.nodeType==1&&++s==t){break}}return u};T.sibling=function(q,r){var s=[];for(;q;q=q.nextSibling){if(q.nodeType==1&&q!=r){s.push(q)}}return s};return;W.Sizzle=o})();T.event={add:function(c,f,d,a){if(c.nodeType==3||c.nodeType==8){return}if(c.setInterval&&c!=W){c=W}if(!d.guid){d.guid=this.guid++}if(a!==ab){var e=d;d=this.proxy(e);d.data=a}var g=T.data(c,"events")||T.data(c,"events",{}),b=T.data(c,"handle")||T.data(c,"handle",function(){return typeof T!=="undefined"&&!T.event.triggered?T.event.handle.apply(arguments.callee.elem,arguments):ab});b.elem=c;T.each(f.split(/\s+/),function(k,j){var i=j.split(".");j=i.shift();d.type=i.slice().sort().join(".");var h=g[j];if(T.event.specialAll[j]){T.event.specialAll[j].setup.call(c,a,i)}if(!h){h=g[j]={};if(!T.event.special[j]||T.event.special[j].setup.call(c,a,i)===false){if(c.addEventListener){c.addEventListener(j,b,false)}else{if(c.attachEvent){c.attachEvent("on"+j,b)}}}}h[d.guid]=d;T.event.global[j]=true});c=null},guid:1,global:{},remove:function(b,e,c){if(b.nodeType==3||b.nodeType==8){return}var f=T.data(b,"events"),g,h;if(f){if(e===ab||(typeof e==="string"&&e.charAt(0)==".")){for(var d in f){this.remove(b,d+(e||""))}}else{if(e.type){c=e.handler;e=e.type}T.each(e.split(/\s+/),function(m,k){var i=k.split(".");k=i.shift();var l=RegExp("(^|\\.)"+i.slice().sort().join(".*\\.")+"(\\.|$)");if(f[k]){if(c){delete f[k][c.guid]}else{for(var j in f[k]){if(l.test(f[k][j].type)){delete f[k][j]}}}if(T.event.specialAll[k]){T.event.specialAll[k].teardown.call(b,i)}for(g in f[k]){break}if(!g){if(!T.event.special[k]||T.event.special[k].teardown.call(b,i)===false){if(b.removeEventListener){b.removeEventListener(k,T.data(b,"handle"),false)}else{if(b.detachEvent){b.detachEvent("on"+k,T.data(b,"handle"))}}}g=null;delete f[k]}}})}for(g in f){break}if(!g){var a=T.data(b,"handle");if(a){a.elem=null}T.removeData(b,"events");T.removeData(b,"handle")}}},trigger:function(d,b,e,h){var f=d.type||d;if(!h){d=typeof d==="object"?d[aa]?d:T.extend(T.Event(f),d):T.Event(f);if(f.indexOf("!")>=0){d.type=f=f.slice(0,-1);d.exclusive=true}if(!e){d.stopPropagation();if(this.global[f]){T.each(T.cache,function(){if(this.events&&this.events[f]){T.event.trigger(d,b,this.handle.elem)}})}}if(!e||e.nodeType==3||e.nodeType==8){return ab}d.result=ab;d.target=e;b=T.makeArray(b);b.unshift(d)}d.currentTarget=e;var c=T.data(e,"handle");if(c){c.apply(e,b)}if((!e[f]||(T.nodeName(e,"a")&&f=="click"))&&e["on"+f]&&e["on"+f].apply(e,b)===false){d.result=false}if(!h&&e[f]&&!d.isDefaultPrevented()&&!(T.nodeName(e,"a")&&f=="click")){this.triggered=true;try{e[f]()}catch(a){}}this.triggered=false;if(!d.isPropagationStopped()){var g=e.parentNode||e.ownerDocument;if(g){T.event.trigger(d,b,g,true)}}},handle:function(b){var c,h;b=arguments[0]=T.event.fix(b||W.event);b.currentTarget=this;var a=b.type.split(".");b.type=a.shift();c=!a.length&&!b.exclusive;var d=RegExp("(^|\\.)"+a.slice().sort().join(".*\\.")+"(\\.|$)");h=(T.data(this,"events")||{})[b.type];for(var f in h){var e=h[f];if(c||d.test(e.type)){b.handler=e;b.data=e.data;var g=e.apply(this,arguments);if(g!==ab){b.result=g;if(g===false){b.preventDefault();b.stopPropagation()}}if(b.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(c){if(c[aa]){return c}var e=c;c=T.Event(e);for(var d=this.props.length,a;d;){a=this.props[--d];c[a]=e[a]}if(!c.target){c.target=c.srcElement||document}if(c.target.nodeType==3){c.target=c.target.parentNode}if(!c.relatedTarget&&c.fromElement){c.relatedTarget=c.fromElement==c.target?c.toElement:c.fromElement}if(c.pageX==null&&c.clientX!=null){var b=document.documentElement,f=document.body;c.pageX=c.clientX+(b&&b.scrollLeft||f&&f.scrollLeft||0)-(b.clientLeft||0);c.pageY=c.clientY+(b&&b.scrollTop||f&&f.scrollTop||0)-(b.clientTop||0)}if(!c.which&&((c.charCode||c.charCode===0)?c.charCode:c.keyCode)){c.which=c.charCode||c.keyCode}if(!c.metaKey&&c.ctrlKey){c.metaKey=c.ctrlKey}if(!c.which&&c.button){c.which=(c.button&1?1:(c.button&2?3:(c.button&4?2:0)))}return c},proxy:function(a,b){b=b||function(){return a.apply(this,arguments)};b.guid=a.guid=a.guid||b.guid||this.guid++;return b},special:{ready:{setup:P,teardown:function(){}}},specialAll:{live:{setup:function(b,a){T.event.add(this,a[0],af)},teardown:function(a){if(a.length){var c=0,b=RegExp("(^|\\.)"+a[0]+"(\\.|$)");T.each((T.data(this,"events").live||{}),function(){if(b.test(this.type)){c++}});if(c<1){T.event.remove(this,a[0],af)}}}}}};T.Event=function(a){if(!this.preventDefault){return new T.Event(a)}if(a&&a.type){this.originalEvent=a;this.type=a.type}else{this.type=a}this.timeStamp=ad();this[aa]=true};function X(){return false}function J(){return true}T.Event.prototype={preventDefault:function(){this.isDefaultPrevented=J;var a=this.originalEvent;if(!a){return}if(a.preventDefault){a.preventDefault()}a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=J;var a=this.originalEvent;if(!a){return}if(a.stopPropagation){a.stopPropagation()}a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=J;this.stopPropagation()},isDefaultPrevented:X,isPropagationStopped:X,isImmediatePropagationStopped:X};var ah=function(b){var c=b.relatedTarget;while(c&&c!=this){try{c=c.parentNode}catch(a){c=this}}if(c!=this){b.type=b.data;T.event.handle.apply(this,arguments)}};T.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(a,b){T.event.special[b]={setup:function(){T.event.add(this,a,ah,b)},teardown:function(){T.event.remove(this,a,ah)}}});T.fn.extend({bind:function(b,a,c){return b=="unload"?this.one(b,a,c):this.each(function(){T.event.add(this,b,c||a,c&&a)})},one:function(b,a,c){var d=T.event.proxy(c||a,function(e){T(this).unbind(e,d);return(c||a).apply(this,arguments)});return this.each(function(){T.event.add(this,b,d,c&&a)})},unbind:function(a,b){return this.each(function(){T.event.remove(this,a,b)})},trigger:function(b,a){return this.each(function(){T.event.trigger(b,a,this)})},triggerHandler:function(c,a){if(this[0]){var b=T.Event(c);b.preventDefault();b.stopPropagation();T.event.trigger(b,a,this[0]);return b.result}},toggle:function(a){var c=arguments,b=1;while(b<c.length){T.event.proxy(a,c[b++])}return this.click(T.event.proxy(a,function(d){this.lastToggle=(this.lastToggle||0)%b;d.preventDefault();return c[this.lastToggle++].apply(this,arguments)||false}))},hover:function(b,a){return this.mouseenter(b).mouseleave(a)},ready:function(a){P();if(T.isReady){a.call(document,T)}else{T.readyList.push(a)}return this},live:function(a,b){var c=T.event.proxy(b);c.guid+=this.selector+a;T(document).bind(Z(a,this.selector),this.selector,c);return this},die:function(a,b){T(document).unbind(Z(a,this.selector),b?{guid:b.guid+this.selector+a}:null);return this}});function af(a){var d=RegExp("(^|\\.)"+a.type+"(\\.|$)"),b=true,c=[];T.each(T.data(this,"events").live||[],function(g,f){if(d.test(f.type)){var e=T(a.target).closest(f.data)[0];if(e){c.push({elem:e,fn:f})}}});c.sort(function(e,f){return T.data(e.elem,"closest")-T.data(f.elem,"closest")});T.each(c,function(){if(this.fn.call(this.elem,a,this.fn.data)===false){return(b=false)}});return b}function Z(a,b){return["live",a,b.replace(/\./g,"`").replace(/ /g,"|")].join(".")}T.extend({isReady:false,readyList:[],ready:function(){if(!T.isReady){T.isReady=true;if(T.readyList){T.each(T.readyList,function(){this.call(document,T)});T.readyList=null}T(document).triggerHandler("ready")}}});var G=false;function P(){if(G){return}G=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);T.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);T.ready()}});if(document.documentElement.doScroll&&W==W.top){(function(){if(T.isReady){return}try{document.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}T.ready()})()}}}T.event.add(W,"load",T.ready)}T.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(a,b){T.fn[b]=function(c){return c?this.bind(b,c):this.trigger(b)}});T(W).bind("unload",function(){for(var a in T.cache){if(a!=1&&T.cache[a].handle){T.event.remove(T.cache[a].handle.elem)}}});(function(){T.support={};var f=document.documentElement,e=document.createElement("script"),a=document.createElement("div"),b="script"+(new Date).getTime();a.style.display="none";a.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 d=a.getElementsByTagName("*"),g=a.getElementsByTagName("a")[0];if(!d||!d.length||!g){return}T.support={leadingWhitespace:a.firstChild.nodeType==3,tbody:!a.getElementsByTagName("tbody").length,objectAll:!!a.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/red/.test(g.getAttribute("style")),hrefNormalized:g.getAttribute("href")==="/a",opacity:g.style.opacity==="0.5",cssFloat:!!g.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};e.type="text/javascript";try{e.appendChild(document.createTextNode("window."+b+"=1;"))}catch(c){}f.insertBefore(e,f.firstChild);if(W[b]){T.support.scriptEval=true;delete W[b]}f.removeChild(e);if(a.attachEvent&&a.fireEvent){a.attachEvent("onclick",function(){T.support.noCloneEvent=false;a.detachEvent("onclick",arguments.callee)});a.cloneNode(true).fireEvent("onclick")}T(function(){var h=document.createElement("div");h.style.width=h.style.paddingLeft="1px";document.body.appendChild(h);T.boxModel=T.support.boxModel=h.offsetWidth===2;document.body.removeChild(h).style.display="none"})})();var H=T.support.cssFloat?"cssFloat":"styleFloat";T.props={"for":"htmlFor","class":"className","float":H,cssFloat:H,styleFloat:H,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};T.fn.extend({_load:T.fn.load,load:function(e,b,a){if(typeof e!=="string"){return this._load(e)}var c=e.indexOf(" ");if(c>=0){var g=e.slice(c,e.length);e=e.slice(0,c)}var d="GET";if(b){if(T.isFunction(b)){a=b;b=null}else{if(typeof b==="object"){b=T.param(b);d="POST"}}}var f=this;T.ajax({url:e,type:d,dataType:"html",data:b,complete:function(i,h){if(h=="success"||h=="notmodified"){f.html(g?T("<div/>").append(i.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(g):i.responseText)}if(a){f.each(a,[i.responseText,h,i])}}});return this},serialize:function(){return T.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?T.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(c,b){var a=T(this).val();return a==null?null:T.isArray(a)?T.map(a,function(d,e){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});T.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(b,a){T.fn[a]=function(c){return this.bind(a,c)}});var N=ad();T.extend({get:function(d,b,a,c){if(T.isFunction(b)){a=b;b=null}return T.ajax({type:"GET",url:d,data:b,success:a,dataType:c})},getScript:function(b,a){return T.get(b,null,a,"script")},getJSON:function(c,b,a){return T.get(c,b,a,"json")},post:function(d,b,a,c){if(T.isFunction(b)){a=b;b={}}return T.ajax({type:"POST",url:d,data:b,success:a,dataType:c})},ajaxSetup:function(a){T.extend(T.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return W.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(k){k=T.extend(true,k,T.extend(true,{},T.ajaxSettings,k));var a,s=/=\?(&|$)/g,f,b,r=k.type.toUpperCase();if(k.data&&k.processData&&typeof k.data!=="string"){k.data=T.param(k.data)}if(k.dataType=="jsonp"){if(r=="GET"){if(!k.url.match(s)){k.url+=(k.url.match(/\?/)?"&":"?")+(k.jsonp||"callback")+"=?"}}else{if(!k.data||!k.data.match(s)){k.data=(k.data?k.data+"&":"")+(k.jsonp||"callback")+"=?"}}k.dataType="json"}if(k.dataType=="json"&&(k.data&&k.data.match(s)||k.url.match(s))){a="jsonp"+N++;if(k.data){k.data=(k.data+"").replace(s,"="+a+"$1")}k.url=k.url.replace(s,"="+a+"$1");k.dataType="script";W[a]=function(v){b=v;p();l();W[a]=ab;try{delete W[a]}catch(u){}if(q){q.removeChild(d)}}}if(k.dataType=="script"&&k.cache==null){k.cache=false}if(k.cache===false&&r=="GET"){var t=ad();var c=k.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+t+"$2");k.url=c+((c==k.url)?(k.url.match(/\?/)?"&":"?")+"_="+t:"")}if(k.data&&r=="GET"){k.url+=(k.url.match(/\?/)?"&":"?")+k.data;k.data=null}if(k.global&&!T.active++){T.event.trigger("ajaxStart")}var g=/^(\w+:)?\/\/([^\/?#]+)/.exec(k.url);if(k.dataType=="script"&&r=="GET"&&g&&(g[1]&&g[1]!=location.protocol||g[2]!=location.host)){var q=document.getElementsByTagName("head")[0];var d=document.createElement("script");d.src=k.url;if(k.scriptCharset){d.charset=k.scriptCharset}if(!a){var i=false;d.onload=d.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;p();l();d.onload=d.onreadystatechange=null;q.removeChild(d)}}}q.appendChild(d);return ab}var m=false;var o=k.xhr();if(k.username){o.open(r,k.url,k.async,k.username,k.password)}else{o.open(r,k.url,k.async)}try{if(k.data){o.setRequestHeader("Content-Type",k.contentType)}if(k.ifModified){o.setRequestHeader("If-Modified-Since",T.lastModified[k.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}o.setRequestHeader("X-Requested-With","XMLHttpRequest");o.setRequestHeader("Accept",k.dataType&&k.accepts[k.dataType]?k.accepts[k.dataType]+", */*":k.accepts._default)}catch(e){}if(k.beforeSend&&k.beforeSend(o,k)===false){if(k.global&&!--T.active){T.event.trigger("ajaxStop")}o.abort();return false}if(k.global){T.event.trigger("ajaxSend",[o,k])}var j=function(w){if(o.readyState==0){if(h){clearInterval(h);h=null;if(k.global&&!--T.active){T.event.trigger("ajaxStop")}}}else{if(!m&&o&&(o.readyState==4||w=="timeout")){m=true;if(h){clearInterval(h);h=null}f=w=="timeout"?"timeout":!T.httpSuccess(o)?"error":k.ifModified&&T.httpNotModified(o,k.url)?"notmodified":"success";if(f=="success"){try{b=T.httpData(o,k.dataType,k)}catch(u){f="parsererror"}}if(f=="success"){var v;try{v=o.getResponseHeader("Last-Modified")}catch(u){}if(k.ifModified&&v){T.lastModified[k.url]=v}if(!a){p()}}else{T.handleError(k,o,f)}l();if(w){o.abort()}if(k.async){o=null}}}};if(k.async){var h=setInterval(j,13);if(k.timeout>0){setTimeout(function(){if(o&&!m){j("timeout")}},k.timeout)}}try{o.send(k.data)}catch(e){T.handleError(k,o,null,e)}if(!k.async){j()}function p(){if(k.success){k.success(b,f)}if(k.global){T.event.trigger("ajaxSuccess",[o,k])}}function l(){if(k.complete){k.complete(o,f)}if(k.global){T.event.trigger("ajaxComplete",[o,k])}if(k.global&&!--T.active){T.event.trigger("ajaxStop")}}return o},handleError:function(c,a,d,b){if(c.error){c.error(a,d,b)}if(c.global){T.event.trigger("ajaxError",[a,c,b])}},active:0,httpSuccess:function(a){try{return !a.status&&location.protocol=="file:"||(a.status>=200&&a.status<300)||a.status==304||a.status==1223}catch(b){}return false},httpNotModified:function(b,d){try{var a=b.getResponseHeader("Last-Modified");return b.status==304||a==T.lastModified[d]}catch(c){}return false},httpData:function(a,c,d){var e=a.getResponseHeader("content-type"),f=c=="xml"||!c&&e&&e.indexOf("xml")>=0,b=f?a.responseXML:a.responseText;if(f&&b.documentElement.tagName=="parsererror"){throw"parsererror"}if(d&&d.dataFilter){b=d.dataFilter(b,c)}if(typeof b==="string"){if(c=="script"){T.globalEval(b)}if(c=="json"){b=W["eval"]("("+b+")")}}return b},param:function(d){var b=[];function a(f,e){b[b.length]=encodeURIComponent(f)+"="+encodeURIComponent(e)}if(T.isArray(d)||d.jquery){T.each(d,function(){a(this.name,this.value)})}else{for(var c in d){if(T.isArray(d[c])){T.each(d[c],function(){a(c,this)})}else{a(c,T.isFunction(d[c])?d[c]():d[c])}}}return b.join("&").replace(/%20/g,"+")}});var V={},U,ae=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function K(b,c){var a={};T.each(ae.concat.apply([],ae.slice(0,c)),function(){a[this]=b});return a}T.fn.extend({show:function(c,a){if(c){return this.animate(K("show",3),c,a)}else{for(var e=0,g=this.length;e<g;e++){var h=T.data(this[e],"olddisplay");this[e].style.display=h||"";if(T.css(this[e],"display")==="none"){var f=this[e].tagName,b;if(V[f]){b=V[f]}else{var d=T("<"+f+" />").appendTo("body");b=d.css("display");if(b==="none"){b="block"}d.remove();V[f]=b}T.data(this[e],"olddisplay",b)}}for(var e=0,g=this.length;e<g;e++){this[e].style.display=T.data(this[e],"olddisplay")||""}return this}},hide:function(b,a){if(b){return this.animate(K("hide",3),b,a)}else{for(var c=0,d=this.length;c<d;c++){var e=T.data(this[c],"olddisplay");if(!e&&e!=="none"){T.data(this[c],"olddisplay",T.css(this[c],"display"))}}for(var c=0,d=this.length;c<d;c++){this[c].style.display="none"}return this}},_toggle:T.fn.toggle,toggle:function(a,b){var c=typeof a==="boolean";return T.isFunction(a)&&T.isFunction(b)?this._toggle.apply(this,arguments):a==null||c?this.each(function(){var d=c?a:T(this).is(":hidden");T(this)[d?"show":"hide"]()}):this.animate(K("toggle",3),a,b)},fadeTo:function(c,a,b){return this.animate({opacity:a},c,b)},animate:function(a,d,b,c){var e=T.speed(d,b,c);return this[e.queue===false?"each":"queue"](function(){var g=T.extend({},e),i,f=this.nodeType==1&&T(this).is(":hidden"),h=this;for(i in a){if(a[i]=="hide"&&f||a[i]=="show"&&!f){return g.complete.call(this)}if((i=="height"||i=="width")&&this.style){g.display=T.css(this,"display");g.overflow=this.style.overflow}}if(g.overflow!=null){this.style.overflow="hidden"}g.curAnim=T.extend({},a);T.each(a,function(p,k){var l=new T.fx(h,g,p);if(/toggle|show|hide/.test(k)){l[k=="toggle"?f?"show":"hide":k](a)}else{var m=k.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),j=l.cur(true)||0;if(m){var q=parseFloat(m[2]),o=m[3]||"px";if(o!="px"){h.style[p]=(q||1)+o;j=((q||1)/l.cur(true))*j;h.style[p]=j+o}if(m[1]){q=((m[1]=="-="?-1:1)*q)+j}l.custom(j,q,o)}else{l.custom(j,k,"")}}});return true})},stop:function(b,c){var a=T.timers;if(b){this.queue([])}this.each(function(){for(var d=a.length-1;d>=0;d--){if(a[d].elem==this){if(c){a[d](true)}a.splice(d,1)}}});if(!c){this.dequeue()}return this}});T.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(b,a){T.fn[b]=function(d,c){return this.animate(a,d,c)}});T.extend({speed:function(b,a,c){var d=typeof b==="object"?b:{complete:c||!c&&a||T.isFunction(b)&&b,duration:b,easing:c&&a||a&&!T.isFunction(a)&&a};d.duration=T.fx.off?0:typeof d.duration==="number"?d.duration:T.fx.speeds[d.duration]||T.fx.speeds._default;d.old=d.complete;d.complete=function(){if(d.queue!==false){T(this).dequeue()}if(T.isFunction(d.old)){d.old.call(this)}};return d},easing:{linear:function(b,a,d,c){return d+c*b},swing:function(b,a,d,c){return((-Math.cos(b*Math.PI)/2)+0.5)*c+d}},timers:[],fx:function(b,c,a){this.options=c;this.elem=b;this.prop=a;if(!c.orig){c.orig={}}}});T.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(T.fx.step[this.prop]||T.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var b=parseFloat(T.css(this.elem,this.prop,a));return b&&b>-10000?b:parseFloat(T.curCSS(this.elem,this.prop))||0},custom:function(a,b,c){this.startTime=ad();this.start=a;this.end=b;this.unit=c||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;function d(f){return e.step(f)}d.elem=this.elem;if(d()&&T.timers.push(d)&&!U){U=setInterval(function(){var f=T.timers;for(var g=0;g<f.length;g++){if(!f[g]()){f.splice(g--,1)}}if(!f.length){clearInterval(U);U=ab}},13)}},show:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());T(this.elem).show()},hide:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(c){var d=ad();if(c||d>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var f=true;for(var e in this.options.curAnim){if(this.options.curAnim[e]!==true){f=false}}if(f){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(T.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){T(this.elem).hide()}if(this.options.hide||this.options.show){for(var b in this.options.curAnim){T.attr(this.elem.style,b,this.options.orig[b])}}this.options.complete.call(this.elem)}return false}else{var a=d-this.startTime;this.state=a/this.options.duration;this.pos=T.easing[this.options.easing||(T.easing.swing?"swing":"linear")](this.state,a,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};T.extend(T.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){T.attr(a.elem.style,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=a.now+a.unit}else{a.elem[a.prop]=a.now}}}});if(document.documentElement.getBoundingClientRect){T.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])}var f=this[0].getBoundingClientRect(),c=this[0].ownerDocument,g=c.body,h=c.documentElement,a=h.clientTop||g.clientTop||0,b=h.clientLeft||g.clientLeft||0,d=f.top+(self.pageYOffset||T.boxModel&&h.scrollTop||g.scrollTop)-a,e=f.left+(self.pageXOffset||T.boxModel&&h.scrollLeft||g.scrollLeft)-b;return{top:d,left:e}}}else{T.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])}T.offset.initialized||T.offset.initialize();var f=this[0],i=f.offsetParent,j=f,a=f.ownerDocument,c,h=a.documentElement,e=a.body,d=a.defaultView,k=d.getComputedStyle(f,null),b=f.offsetTop,g=f.offsetLeft;while((f=f.parentNode)&&f!==e&&f!==h){c=d.getComputedStyle(f,null);b-=f.scrollTop,g-=f.scrollLeft;if(f===i){b+=f.offsetTop,g+=f.offsetLeft;if(T.offset.doesNotAddBorder&&!(T.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(f.tagName))){b+=parseInt(c.borderTopWidth,10)||0,g+=parseInt(c.borderLeftWidth,10)||0}j=i,i=f.offsetParent}if(T.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"){b+=parseInt(c.borderTopWidth,10)||0,g+=parseInt(c.borderLeftWidth,10)||0}k=c}if(k.position==="relative"||k.position==="static"){b+=e.offsetTop,g+=e.offsetLeft}if(k.position==="fixed"){b+=Math.max(h.scrollTop,e.scrollTop),g+=Math.max(h.scrollLeft,e.scrollLeft)}return{top:b,left:g}}}T.offset={initialize:function(){if(this.initialized){return}var c=document.body,i=document.createElement("div"),g,h,a,f,b,j,e=c.style.marginTop,d='<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>';b={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(j in b){i.style[j]=b[j]}i.innerHTML=d;c.insertBefore(i,c.firstChild);g=i.firstChild,h=g.firstChild,f=g.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(h.offsetTop!==5);this.doesAddBorderForTableAndCells=(f.offsetTop===5);g.style.overflow="hidden",g.style.position="relative";this.subtractsBorderForOverflowNotVisible=(h.offsetTop===-5);c.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(c.offsetTop===0);c.style.marginTop=e;c.removeChild(i);this.initialized=true},bodyOffset:function(c){T.offset.initialized||T.offset.initialize();var a=c.offsetTop,b=c.offsetLeft;if(T.offset.doesNotIncludeMarginInBodyOffset){a+=parseInt(T.curCSS(c,"marginTop",true),10)||0,b+=parseInt(T.curCSS(c,"marginLeft",true),10)||0}return{top:a,left:b}}};T.fn.extend({position:function(){var b=0,c=0,e;if(this[0]){var d=this.offsetParent(),a=this.offset(),f=/^body|html$/i.test(d[0].tagName)?{top:0,left:0}:d.offset();a.top-=Y(this,"marginTop");a.left-=Y(this,"marginLeft");f.top+=Y(d,"borderTopWidth");f.left+=Y(d,"borderLeftWidth");e={top:a.top-f.top,left:a.left-f.left}}return e},offsetParent:function(){var a=this[0].offsetParent||document.body;while(a&&(!/^body|html$/i.test(a.tagName)&&T.css(a,"position")=="static")){a=a.offsetParent}return T(a)}});T.each(["Left","Top"],function(b,c){var a="scroll"+c;T.fn[a]=function(d){if(!this[0]){return null}return d!==ab?this.each(function(){this==W||this==document?W.scrollTo(!b?d:T(W).scrollLeft(),b?d:T(W).scrollTop()):this[a]=d}):this[0]==W||this[0]==document?self[b?"pageYOffset":"pageXOffset"]||T.boxModel&&document.documentElement[a]||document.body[a]:this[0][a]}});T.each(["Height","Width"],function(b,d){var f=b?"Left":"Top",c=b?"Right":"Bottom",e=d.toLowerCase();T.fn["inner"+d]=function(){return this[0]?T.css(this[0],e,false,"padding"):null};T.fn["outer"+d]=function(g){return this[0]?T.css(this[0],e,false,g?"margin":"border"):null};var a=d.toLowerCase();T.fn[a]=function(g){return this[0]==W?document.compatMode=="CSS1Compat"&&document.documentElement["client"+d]||document.body["client"+d]:this[0]==document?Math.max(document.documentElement["client"+d],document.body["scroll"+d],document.documentElement["scroll"+d],document.body["offset"+d],document.documentElement["offset"+d]):g===ab?(this.length?T.css(this[0],a):null):this.css(a,typeof g==="string"?g:g+"px")}})})();(function(b){b.extend(b.fn,{validate:function(a){if(!this.length){a&&a.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return}var d=b.data(this[0],"validator");if(d){return d}d=new b.validator(a,this[0]);b.data(this[0],"validator",d);if(d.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){d.cancelSubmit=true});if(d.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){d.submitButton=this})}this.submit(function(f){if(d.settings.debug){f.preventDefault()}function c(){if(d.settings.submitHandler){if(d.submitButton){var e=b("<input type='hidden'/>").attr("name",d.submitButton.name).val(d.submitButton.value).appendTo(d.currentForm)}d.settings.submitHandler.call(d,d.currentForm);if(d.submitButton){e.remove()}return false}return true}if(d.cancelSubmit){d.cancelSubmit=false;return c()}if(d.form()){if(d.pendingRequest){d.formSubmitted=true;return false}return c()}else{d.focusInvalid();return false}})}return d},valid:function(){if(b(this[0]).is("form")){return this.validate().form()}else{var d=true;var a=b(this[0].form).validate();this.each(function(){d&=a.element(this)});return d}},removeAttrs:function(e){var a={},f=this;b.each(e.split(/\s/),function(d,c){a[c]=f.attr(c);f.removeAttr(c)});return a},rules:function(p,s){var m=this[0];if(p){var q=b.data(m.form,"validator").settings;var k=q.rules;var a=b.validator.staticRules(m);switch(p){case"add":b.extend(a,b.validator.normalizeRule(s));k[m.name]=a;if(s.messages){q.messages[m.name]=b.extend(q.messages[m.name],s.messages)}break;case"remove":if(!s){delete k[m.name];return a}var l={};b.each(s.split(/\s/),function(d,c){l[c]=a[c];delete a[c]});return l}}var o=b.validator.normalizeRules(b.extend({},b.validator.metadataRules(m),b.validator.classRules(m),b.validator.attributeRules(m),b.validator.staticRules(m)),m);if(o.required){var r=o.required;delete o.required;o=b.extend({required:r},o)}return o}});b.extend(b.expr[":"],{blank:function(a){return !b.trim(a.value)},filled:function(a){return !!b.trim(a.value)},unchecked:function(a){return !a.checked}});b.validator=function(a,d){this.settings=b.extend({},b.validator.defaults,a);this.currentForm=d;this.init()};b.validator.format=function(a,d){if(arguments.length==1){return function(){var c=b.makeArray(arguments);c.unshift(a);return b.validator.format.apply(this,c)}}if(arguments.length>2&&d.constructor!=Array){d=b.makeArray(arguments).slice(1)}if(d.constructor!=Array){d=[d]}b.each(d,function(f,c){a=a.replace(new RegExp("\\{"+f+"\\}","g"),c)});return a};b.extend(b.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:b([]),errorLabelContainer:b([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(a){this.lastActive=a;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass);this.errorsFor(a).hide()}},onfocusout:function(a){if(!this.checkable(a)&&(a.name in this.submitted||!this.optional(a))){this.element(a)}},onkeyup:function(a){if(a.name in this.submitted||a==this.lastElement){this.element(a)}},onclick:function(a){if(a.name in this.submitted){this.element(a)}},highlight:function(e,a,f){b(e).addClass(a).removeClass(f)},unhighlight:function(e,a,f){b(e).removeClass(a).addClass(f)}},setDefaults:function(a){b.extend(b.validator.defaults,a)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",dateDE:"Bitte geben Sie ein g?ltiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:b.validator.format("Please enter no more than {0} characters."),minlength:b.validator.format("Please enter at least {0} characters."),rangelength:b.validator.format("Please enter a value between {0} and {1} characters long."),range:b.validator.format("Please enter a value between {0} and {1}."),max:b.validator.format("Please enter a value less than or equal to {0}."),min:b.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=b(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||b(this.currentForm);this.containers=b(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var a=(this.groups={});b.each(this.settings.groups,function(d,c){b.each(c.split(/\s/),function(i,j){a[j]=d})});var e=this.settings.rules;b.each(e,function(d,c){e[d]=b.validator.normalizeRule(c)});function f(c){var d=b.data(this[0].form,"validator");d.settings["on"+c.type]&&d.settings["on"+c.type].call(d,this[0])}b(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",f).delegate("click",":radio, :checkbox",f);if(this.settings.invalidHandler){b(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)}},form:function(){this.checkForm();b.extend(this.submitted,this.errorMap);this.invalid=b.extend({},this.errorMap);if(!this.valid()){b(this.currentForm).triggerHandler("invalid-form",[this])}this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var a=0,d=(this.currentElements=this.elements());d[a];a++){this.check(d[a])}return this.valid()},element:function(d){d=this.clean(d);this.lastElement=d;this.prepareElement(d);this.currentElements=b(d);var a=this.check(d);if(a){delete this.invalid[d.name]}else{this.invalid[d.name]=true}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers)}this.showErrors();return a},showErrors:function(d){if(d){b.extend(this.errorMap,d);this.errorList=[];for(var a in d){this.errorList.push({message:d[a],element:this.findByName(a)[0]})}this.successList=b.grep(this.successList,function(c){return !(c.name in d)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){if(b.fn.resetForm){b(this.currentForm).resetForm()}this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(e){var f=0;for(var a in e){f++}return f},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid){try{b(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(a){}}},findLastActive:function(){var a=this.lastActive;return a&&b.grep(this.errorList,function(d){return d.element.name==a.name}).length==1&&a},elements:function(){var d=this,a={};return b([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&d.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in a||!d.objectLength(b(this).rules())){return false}a[this.name]=true;return true})},clean:function(a){return b(a)[0]},errors:function(){return b(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=b([]);this.toHide=b([]);this.formSubmitted=false;this.currentElements=b([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(l){l=this.clean(l);if(this.checkable(l)){l=this.findByName(l.name)[0]}var e=b(l).rules();var k=false;for(method in e){var i={method:method,parameters:e[method]};try{var a=b.validator.methods[method].call(this,l.value.replace(/\r/g,""),l,i.parameters);if(a=="dependency-mismatch"){k=true;continue}k=false;if(a=="pending"){this.toHide=this.toHide.not(this.errorsFor(l));return}if(!a){this.formatAndAdd(l,i);return false}}catch(j){this.settings.debug&&window.console&&console.log("exception occured when checking element "+l.id+", check the '"+i.method+"' method");throw j}}if(k){return}if(this.objectLength(e)){this.successList.push(l)}return true},customMetaMessage:function(a,e){if(!b.metadata){return}var f=this.settings.meta?b(a).metadata()[this.settings.meta]:b(a).metadata();return f&&f.messages&&f.messages[e]},customMessage:function(f,e){var a=this.settings.messages[f];return a&&(a.constructor==String?a:a[e])},findDefined:function(){for(var a=0;a<arguments.length;a++){if(arguments[a]!==undefined){return arguments[a]}}return undefined},defaultMessage:function(a,d){return this.findDefined(this.customMessage(a.name,d),this.customMetaMessage(a,d),!this.settings.ignoreTitle&&a.title||undefined,b.validator.messages[d],"<strong>Warning: No message defined for "+a.name+"</strong>")},formatAndAdd:function(a,e){var f=this.defaultMessage(a,e.method);if(typeof f=="function"){f=f.call(this,e.parameters,a)}this.errorList.push({message:f,element:a});this.errorMap[a.name]=f;this.submitted[a.name]=f},addWrapper:function(a){if(this.settings.wrapper){a=a.add(a.parent(this.settings.wrapper))}return a},defaultShowErrors:function(){for(var f=0;this.errorList[f];f++){var a=this.errorList[f];this.settings.highlight&&this.settings.highlight.call(this,a.element,this.settings.errorClass,this.settings.validClass);this.showLabel(a.element,a.message)}if(this.errorList.length){this.toShow=this.toShow.add(this.containers)}if(this.settings.success){for(var f=0;this.successList[f];f++){this.showLabel(this.successList[f])}}if(this.settings.unhighlight){for(var f=0,e=this.validElements();e[f];f++){this.settings.unhighlight.call(this,e[f],this.settings.errorClass,this.settings.validClass)}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return b(this.errorList).map(function(){return this.element})},showLabel:function(f,e){var a=this.errorsFor(f);if(a.length){a.removeClass().addClass(this.settings.errorClass);a.attr("generated")&&a.html(e)}else{a=b("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(f),generated:true}).addClass(this.settings.errorClass).html(e||"");if(this.settings.wrapper){a=a.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()}if(!this.labelContainer.append(a).length){this.settings.errorPlacement?this.settings.errorPlacement(a,b(f)):a.insertAfter(f)}}if(!e&&this.settings.success){a.text("");typeof this.settings.success=="string"?a.addClass(this.settings.success):this.settings.success(a)}this.toShow=this.toShow.add(a)},errorsFor:function(a){return this.errors().filter("[for='"+this.idOrName(a)+"']")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(a){var d=this.currentForm;return b(document.getElementsByName(a)).map(function(f,c){return c.form==d&&c.name==a&&c||null})},getLength:function(d,a){switch(a.nodeName.toLowerCase()){case"select":return b("option:selected",a).length;case"input":if(this.checkable(a)){return this.findByName(a.name).filter(":checked").length}}return d.length},depend:function(d,a){return this.dependTypes[typeof d]?this.dependTypes[typeof d](d,a):true},dependTypes:{"boolean":function(d,a){return d},string:function(d,a){return !!b(d,a.form).length},"function":function(d,a){return d(a)}},optional:function(a){return !b.validator.methods.required.call(this,b.trim(a.value),a)&&"dependency-mismatch"},startRequest:function(a){if(!this.pending[a.name]){this.pendingRequest++;this.pending[a.name]=true}},stopRequest:function(a,d){this.pendingRequest--;if(this.pendingRequest<0){this.pendingRequest=0}delete this.pending[a.name];if(d&&this.pendingRequest==0&&this.formSubmitted&&this.form()){b(this.currentForm).submit()}else{if(!d&&this.pendingRequest==0&&this.formSubmitted){b(this.currentForm).triggerHandler("invalid-form",[this])}}},previousValue:function(a){return b.data(a,"previousValue")||b.data(a,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(a,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(a,d){a.constructor==String?this.classRuleSettings[a]=d:b.extend(this.classRuleSettings,a)},classRules:function(f){var e={};var a=b(f).attr("class");a&&b.each(a.split(" "),function(){if(this in b.validator.classRuleSettings){b.extend(e,b.validator.classRuleSettings[this])}});return e},attributeRules:function(h){var f={};var a=b(h);for(method in b.validator.methods){var g=a.attr(method);if(g){f[method]=g}}if(f.maxlength&&/-1|2147483647|524288/.test(f.maxlength)){delete f.maxlength}return f},metadataRules:function(a){if(!b.metadata){return{}}var d=b.data(a.form,"validator").settings.meta;return d?b(a).metadata()[d]:b(a).metadata()},staticRules:function(f){var e={};var a=b.data(f.form,"validator");if(a.settings.rules){e=b.validator.normalizeRule(a.settings.rules[f.name])||{}}return e},normalizeRules:function(d,a){b.each(d,function(c,g){if(g===false){delete d[c];return}if(g.param||g.depends){var h=true;switch(typeof g.depends){case"string":h=!!b(g.depends,a.form).length;break;case"function":h=g.depends.call(a,a);break}if(h){d[c]=g.param!==undefined?g.param:true}else{delete d[c]}}});b.each(d,function(f,c){d[f]=b.isFunction(c)?c(a):c});b.each(["minlength","maxlength","min","max"],function(){if(d[this]){d[this]=Number(d[this])}});b.each(["rangelength","range"],function(){if(d[this]){d[this]=[Number(d[this][0]),Number(d[this][1])]}});if(b.validator.autoCreateRanges){if(d.min&&d.max){d.range=[d.min,d.max];delete d.min;delete d.max}if(d.minlength&&d.maxlength){d.rangelength=[d.minlength,d.maxlength];delete d.minlength;delete d.maxlength}}if(d.messages){delete d.messages}return d},normalizeRule:function(d){if(typeof d=="string"){var a={};b.each(d.split(/\s/),function(){a[this]=true});d=a}return d},addMethod:function(a,e,f){b.validator.methods[a]=e;b.validator.messages[a]=f!=undefined?f:b.validator.messages[a];if(e.length<3){b.validator.addClassRules(a,b.validator.normalizeRule(a))}},methods:{required:function(g,h,f){if(!this.depend(f,h)){return"dependency-mismatch"}switch(h.nodeName.toLowerCase()){case"select":var a=b("option:selected",h);return a.length>0&&(h.type=="select-multiple"||(b.browser.msie&&!(a[0].attributes.value.specified)?a[0].text:a[0].value).length>0);case"input":if(this.checkable(h)){return this.getLength(g,h)>0}default:return b.trim(g).length>0}},remote:function(i,l,h){if(this.optional(l)){return"dependency-mismatch"}var k=this.previousValue(l);if(!this.settings.messages[l.name]){this.settings.messages[l.name]={}}this.settings.messages[l.name].remote=typeof k.message=="function"?k.message(i):k.message;h=typeof h=="string"&&{url:h}||h;if(k.old!==i){k.old=i;var a=this;this.startRequest(l);var j={};j[l.name]=i;b.ajax(b.extend(true,{url:h,mode:"abort",port:"validate"+l.name,dataType:"json",data:j,success:function(e){var d=e===true;if(d){var f=a.formSubmitted;a.prepareElement(l);a.formSubmitted=f;a.successList.push(l);a.showErrors()}else{var c={};c[l.name]=k.message=e||a.defaultMessage(l,"remote");a.showErrors(c)}k.valid=d;a.stopRequest(l,d)}},h));return"pending"}else{if(this.pending[l.name]){return"pending"}}return k.valid},minlength:function(f,a,e){return this.optional(a)||this.getLength(b.trim(f),a)>=e},maxlength:function(f,a,e){return this.optional(a)||this.getLength(b.trim(f),a)<=e},rangelength:function(g,a,f){var h=this.getLength(b.trim(g),a);return this.optional(a)||(h>=f[0]&&h<=f[1])},min:function(f,a,e){return this.optional(a)||f>=e},max:function(f,a,e){return this.optional(a)||f<=e},range:function(f,a,e){return this.optional(a)||(f>=e[0]&&f<=e[1])},email:function(d,a){return this.optional(a)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(d)},url:function(d,a){return this.optional(a)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(d)},date:function(d,a){return this.optional(a)||!/Invalid|NaN/.test(new Date(d))},dateISO:function(d,a){return this.optional(a)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(d)},dateDE:function(d,a){return this.optional(a)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(d)},number:function(d,a){return this.optional(a)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(d)},numberDE:function(d,a){return this.optional(a)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(d)},digits:function(d,a){return this.optional(a)||/^\d+$/.test(d)},creditcard:function(i,l){if(this.optional(l)){return"dependency-mismatch"}if(/[^0-9-]+/.test(i)){return false}var h=0,j=0,a=false;i=i.replace(/\D/g,"");for(n=i.length-1;n>=0;n--){var k=i.charAt(n);var j=parseInt(k,10);if(a){if((j*=2)>9){j-=9}}h+=j;a=!a}return(h%10)==0},accept:function(f,a,e){e=typeof e=="string"?e.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(a)||f.match(new RegExp(".("+e+")$","i"))},equalTo:function(f,a,e){return f==b(e).val()}}});b.format=b.validator.format})(jQuery);(function(f){var d=f.ajax;var e={};f.ajax=function(a){a=f.extend(a,f.extend({},f.ajaxSettings,a));var b=a.port;if(a.mode=="abort"){if(e[b]){e[b].abort()}return(e[b]=d.apply(this,arguments))}return d.apply(this,arguments)}})(jQuery);(function(b){b.each({focus:"focusin",blur:"focusout"},function(d,a){b.event.special[a]={setup:function(){if(b.browser.msie){return false}this.addEventListener(d,b.event.special[a].handler,true)},teardown:function(){if(b.browser.msie){return false}this.removeEventListener(d,b.event.special[a].handler,true)},handler:function(c){arguments[0]=b.event.fix(c);arguments[0].type=a;return b.event.handle.apply(this,arguments)}}});b.extend(b.fn,{delegate:function(e,f,a){return this.bind(e,function(d){var c=b(d.target);if(c.is(f)){return a.apply(c,arguments)}})},triggerEvent:function(a,d){return this.triggerHandler(a,[b.event.fix({type:a,target:d})])}})})(jQuery);(function(g){g.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(a,b){g.fx.step[b]=function(c){if(c.state==0){c.start=h(c.elem,b);c.end=e(c.end)}c.elem.style[b]="rgb("+[Math.max(Math.min(parseInt((c.pos*(c.end[0]-c.start[0]))+c.start[0]),255),0),Math.max(Math.min(parseInt((c.pos*(c.end[1]-c.start[1]))+c.start[1]),255),0),Math.max(Math.min(parseInt((c.pos*(c.end[2]-c.start[2]))+c.start[2]),255),0)].join(",")+")"}});function e(a){var b;if(a&&a.constructor==Array&&a.length==3){return a}if(b=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(a)){return[parseInt(b[1]),parseInt(b[2]),parseInt(b[3])]}if(b=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(a)){return[parseFloat(b[1])*2.55,parseFloat(b[2])*2.55,parseFloat(b[3])*2.55]}if(b=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(a)){return[parseInt(b[1],16),parseInt(b[2],16),parseInt(b[3],16)]}if(b=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(a)){return[parseInt(b[1]+b[1],16),parseInt(b[2]+b[2],16),parseInt(b[3]+b[3],16)]}return f[g.trim(a).toLowerCase()]}function h(a,c){var b;do{b=g.curCSS(a,c);if(b!=""&&b!="transparent"||g.nodeName(a,"body")){break}c="backgroundColor"}while(a=a.parentNode);return e(b)}var f={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);$(document).ready(function(){$(".boxgrid").hover(function(){$(".visit",this).css({"z-index":1})},function(){$(".visit",this).css({"z-index":-1})});jQuery.validator.addMethod("password",function(g,h){var f=this.optional(h)||g.length>=6&&/\d/.test(g)&&/[a-z]/i.test(g);if(!f){h.value="";var e=this;setTimeout(function(){e.blockFocusCleanup=true;h.focus();e.blockFocusCleanup=false},1)}return f},"Your password must be at least 6 characters long and contain at least one number and one character.");jQuery.validator.addMethod("defaultInvalid",function(c,d){return c!=d.defaultValue},"");jQuery.validator.addMethod("billingRequired",function(c,d){if($("#bill_to_co").is(":checked")){return $(d).parents(".subTable").length}return !this.optional(d)},"");jQuery.validator.messages.required="";$("form").validate({onkeyup:false,submitHandler:function(){var e=$("#cname").val();var f=$("#cemail").val();var g=$("#ccomment").val();var h="name="+e+"&email="+f+"&comment="+g;$.ajax({type:"POST",url:"form.php",data:h,success:function(c){$(".submit").css("background-position","-191px -51px").fadeIn("slow");$("#log").html(c)}})},messages:{email:{required:" ",email:" ",remote:jQuery.validator.format("{0} is already taken, please enter a different address.")}},debug:true})});var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,c=/\s+$/;return function(d,f,e,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[f.get("display")]){return d}if(!e.previousSibling){d=d.replace(b,"")}if(!e.nextSibling){d=d.replace(c,"")}return d}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(q,m){if(!O.recognizesMedia(m||"all")){return true}if(!q||q.disabled){return false}try{var l=q.cssRules,o;if(l){search:for(var j=0,k=l.length;o=l[j],j<k;++j){switch(o.type){case 2:break;case 3:if(!g(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(p){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face,c={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var d=b.bbox.split(/\s+/);var e={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};e.width=e.maxX-e.minX;e.height=e.maxY-e.minY;e.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return e})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,f,p){var e=this.glyphs,g,i,m,d=[],o=0,j=-1,k=-1,l;while(l=h[++j]){g=e[l]||this.missingGlyph;if(!g){continue}if(i){o-=m=i[l]||0;d[k]-=m}o+=d[++k]=~~(g.w||this.w)+f+(c[l]?p:0);i=g.k}d.total=o;return d}}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>=e&&k>=e)?l<k:l>k:(l<=e&&k<=e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this,e.type=="mouseover")}function a(e){c(this,e.type=="mouseenter")}function c(f,e){setTimeout(function(){var g=Y.get(f).options;P.replace(f,e?U(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var d={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(R(e,a)){d[a]=e[a]}}}return d}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(a,d){var b=a.nodeName.toLowerCase();if(d.ignore[b]){return}var l=!d.textless[b];var c=O.getStyle(F(a,d)).extend(d);var k=Z(a,c),j,f,h,i,e,g;if(!k){return}for(j=a.firstChild;j;j=h){f=j.nodeType;h=j.nextSibling;if(l&&f==3){if(i){i.appendData(j.data);a.removeChild(j)}else{i=j}if(h){continue}}if(i){a.replaceChild(N(k,O.whiteSpace(i.data,c,i,g),c,d,j,a),i);i=null}if(f==1){if(j.firstChild){if(j.nodeName.toLowerCase()=="cufon"){B[d.engine](k,null,c,d,j,a)}else{arguments.callee(j,d)}}g=j}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}else{delete b.textGradient}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(e,aw,ad,az,aq,d){var aH=(aw===null);if(aH){aw=aq.getAttribute("alt")}var at=e.viewBox;var aG=ad.getSize("fontSize",e.baseSize);var ar=0,ae=0,af=0,ay=0;var av=az.textShadow,ah=[];if(av){for(var f=av.length;f--;){var an=av[f];var ai=aG.convertFrom(parseFloat(an.offX));var ak=aG.convertFrom(parseFloat(an.offY));ah[f]=[ai,ak];if(ak<ar){ar=ak}if(ai>ae){ae=ai}if(ak>af){af=ak}if(ai<ay){ay=ai}}}var a=Cufon.CSS.textTransform(aw,ad).split("");var ao=e.spacing(a,~~aG.convertFrom(parseFloat(ad.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(ad.get("wordSpacing"))||0));if(!ao.length){return null}var aJ=ao.total;ae+=at.width-ao[ao.length-1];ay+=at.minX;var aA,aF;if(aH){aA=aq;aF=aq.firstChild}else{aA=document.createElement("cufon");aA.className="cufon cufon-canvas";aA.setAttribute("alt",aw);aF=document.createElement("canvas");aA.appendChild(aF);if(az.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aw));aA.appendChild(y)}}var au=aA.style;var al=aF.style;var aI=aG.convert(at.height);var b=Math.ceil(aI);var ag=b/aI;var am=ag*Cufon.CSS.fontStretch(ad.get("fontStretch"));var aj=aJ*am;var ac=Math.ceil(aG.convert(aj+ae-ay));var aE=Math.ceil(aG.convert(at.height-ar+af));aF.width=ac;aF.height=aE;al.width=ac+"px";al.height=aE+"px";ar+=at.minY;al.top=Math.round(aG.convert(ar-e.ascent))+"px";al.left=Math.round(aG.convert(ay))+"px";var aB=Math.max(Math.ceil(aG.convert(aj)),0)+"px";if(h){au.width=aB;au.height=aG.convert(e.height)+"px"}else{au.paddingLeft=aB;au.paddingBottom=(aG.convert(e.height)-1)+"px"}var c=aF.getContext("2d"),ap=aI/at.height;c.scale(ap,ap*ag);c.translate(-ay,-ar);c.save();function x(){var m=e.glyphs,q,o=-1,p=-1,r;c.scale(am,1);while(r=a[++o]){var q=m[a[o]]||e.missingGlyph;if(!q){continue}if(q.d){c.beginPath();if(q.code){l(q.code,c)}else{q.code=k("m"+q.d,c)}c.fill()}c.translate(ao[++p],0)}c.restore()}if(av){for(var f=av.length;f--;){var an=av[f];c.save();c.fillStyle=an.color;c.translate.apply(c,ah[f]);x()}}var aC=az.textGradient;if(aC){var ax=aC.stops,aD=c.createLinearGradient(0,at.minY,0,at.maxY);for(var f=0,ab=ax.length;f<ab;++f){aD.addColorStop.apply(aD,ax[f])}c.fillStyle=aD}else{c.fillStyle=ad.get("color")}x();return aA}})());Cufon.registerEngine("vml",(function(){var o=document.namespaces;if(!o){return}o.add("cvml","urn:schemas-microsoft-com:vml");o=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var k=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(k?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function q(b,a){return j(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(b,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}function m(b,c,d,f){var e="computed"+f,a=c[e];if(isNaN(a)){a=c.get(f);c[e]=a=(a=="normal")?0:~~d.convertFrom(j(b,a))}return a}var l={};function p(e){var d=e.id;if(!l[d]){var g=e.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=g[0][1];for(var a=1,b=g.length-1;a<b;++a){c.push(g[a][0]*100+"% "+g[a][1])}f.colors=c.join(",");f.color2=g[b][1];l[d]=f}return l[d]}return function(aH,ax,b,aF,aq,aE,d){var aX=(ax===null);if(aX){ax=aq.alt}var at=aH.viewBox;var aV=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(q(aE,b.get("fontSize"))+"px",aH.baseSize));var aM,aU;if(aX){aM=aq;aU=aq.firstChild}else{aM=document.createElement("cufon");aM.className="cufon cufon-vml";aM.alt=ax;aU=document.createElement("cufoncanvas");aM.appendChild(aU);if(aF.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(ax));aM.appendChild(a)}if(!d){aM.appendChild(document.createElement("cvml:shape"))}}var au=aM.style;var aj=aU.style;var aZ=aV.convert(at.height),aB=Math.ceil(aZ);var e=aB/aZ;var al=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=at.minX,g=at.minY;aj.height=aB;aj.top=Math.round(aV.convert(g-aH.ascent));aj.left=Math.round(aV.convert(f));au.height=aV.convert(aH.height)+"px";var az=b.get("color");var ay=Cufon.CSS.textTransform(ax,b).split("");var ap=aH.spacing(ay,m(aE,b,aV,"letterSpacing"),m(aE,b,aV,"wordSpacing"));if(!ap.length){return null}var a0=ap.total;var aN=-f+a0+(at.width-ap[ap.length-1]);var aw=aV.convert(aN*al),c=Math.round(aw);var am=aN+","+at.height,aY;var ar="r"+am+"ns";var aQ=aF.textGradient&&p(aF.textGradient);var aW=aH.glyphs,h=0;var av=aF.textShadow;var aJ=-1,aK=0,aO;while(aO=ay[++aJ]){var aD=aW[ay[aJ]]||aH.missingGlyph,aP;if(!aD){continue}if(aX){aP=aU.childNodes[aK];while(aP.firstChild){aP.removeChild(aP.firstChild)}}else{aP=document.createElement("cvml:shape");aU.appendChild(aP)}aP.stroked="f";aP.coordsize=am;aP.coordorigin=aY=(f-h)+","+g;aP.path=(aD.d?"m"+aD.d+"xe":"")+"m"+aY+ar;aP.fillcolor=az;if(aQ){aP.appendChild(aQ.cloneNode(false))}var aC=aP.style;aC.width=c;aC.height=aB;if(av){var aS=av[0],aT=av[1];var aG=Cufon.CSS.color(aS.color),aL;var an=document.createElement("cvml:shadow");an.on="t";an.color=aG.color;an.offset=aS.offX+","+aS.offY;if(aT){aL=Cufon.CSS.color(aT.color);an.type="double";an.color2=aL.color;an.offset2=aT.offX+","+aT.offY}an.opacity=aG.opacity||(aL&&aL.opacity)||1;aP.appendChild(an)}h+=ap[aK++]}var ao=aP.nextSibling,aR,aI;if(aF.forceHitArea){if(!ao){ao=document.createElement("cvml:rect");ao.stroked="f";ao.className="cufon-vml-cover";aR=document.createElement("cvml:fill");aR.opacity=0;ao.appendChild(aR);aU.appendChild(ao)}aI=ao.style;aI.width=c;aI.height=aB}else{if(ao){aU.removeChild(ao)}}au.width=Math.max(Math.ceil(aV.convert(a0*al)),0);if(k){var ak=b.computedYAdjust;if(ak===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=ak=0.5*(j(aE,aA)-parseFloat(au.height))}if(ak){au.marginTop=Math.ceil(ak)+"px";au.marginBottom=ak+"px"}}return aM}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Comfortaa ? Johan Aakerlund. 2008. All Rights Reserved
 *
 * Manufacturer:
 * Johan Aakerlund
 *
 * Designer:
 * Johan Aakerlund - aajohan
 */
Cufon.registerFont({w:178,face:{"font-family":"Comfortaa","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 6 3 7 0 0 6 0 3",ascent:"288",descent:"-72",bbox:"-1.78362 -290.266 335.035 76.2676","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:89},"\u00a0":{w:89},"!":{d:"25,-242v3,-16,28,-15,28,1r0,168v-1,17,-29,14,-28,0r0,-169xm19,-18v0,-26,37,-20,37,-2v0,12,-5,20,-19,20v-9,0,-18,-6,-18,-18",w:89},'"':{d:"14,-260v0,-19,28,-16,27,-2v-4,41,0,56,-14,56v-13,-1,-13,-38,-13,-54xm57,-262v2,-12,25,-18,27,1v-6,42,0,52,-14,55v-14,-1,-9,-40,-13,-56",w:97},"#":{d:"147,-170v16,-61,5,-75,28,-82v9,3,13,7,12,14v0,3,-4,26,-13,68v18,2,34,-7,37,13v-2,20,-24,11,-43,13r-6,34v17,0,42,-3,40,13v-3,20,-26,10,-46,12v-18,60,-3,78,-29,85v-8,-2,-12,-6,-12,-12r15,-73r-38,0v-5,4,-14,130,-42,73r14,-73v-17,-1,-31,6,-34,-13v-1,-14,24,-12,40,-12r7,-34v-16,0,-39,2,-37,-13v3,-20,22,-11,42,-13v17,-62,4,-78,28,-81v7,0,11,4,12,13r-13,68r38,0xm104,-144r-7,34r38,0r7,-34r-38,0",w:234},"$":{d:"143,-224v-4,32,-28,1,-44,-5r0,81v67,17,74,126,0,144v1,15,0,36,-13,35v-28,-1,3,-36,-29,-34v-21,-8,-38,-18,-45,-36v6,-21,20,-15,32,2v10,7,20,9,28,10r0,-101v-64,-14,-65,-113,0,-126v0,-16,-2,-39,15,-36v13,-2,13,21,12,35v11,0,39,16,44,31xm72,-224v-32,14,-31,57,0,72r0,-72xm99,-118r0,90v38,-20,38,-69,0,-90"},"%":{d:"18,-189v0,-32,23,-61,65,-63v31,-1,62,30,62,62v0,31,-24,63,-64,64v-32,1,-62,-26,-63,-63xm219,-250v10,-6,23,2,21,12v0,3,-9,15,-25,36r-151,199v-9,7,-23,0,-21,-11v0,-4,7,-13,19,-28xm90,-226v-25,-6,-46,10,-46,38v0,20,13,36,39,36v19,0,36,-14,36,-37v0,-18,-10,-32,-29,-37xm139,-61v0,-34,28,-64,63,-66v31,-2,63,25,63,65v0,31,-26,61,-64,62v-30,2,-62,-26,-62,-61xm165,-70v-6,23,10,42,38,44v41,2,51,-69,6,-75v-25,-3,-38,7,-44,31",w:283},"&":{d:"36,-187v-9,-32,14,-64,53,-65v26,-1,51,20,53,55v1,20,-18,39,-34,55r57,57v12,-10,19,-27,36,-31v24,9,14,24,-10,43r-7,8v13,16,33,25,41,47v-16,33,-45,-15,-61,-28v-38,39,-36,42,-73,46v-33,3,-65,-29,-68,-69v-2,-26,23,-52,45,-73v-22,-20,-32,-35,-32,-45xm94,-224v-17,-4,-32,7,-32,27v0,9,9,21,26,35v29,-24,38,-44,6,-62xm88,-122v-27,26,-37,34,-37,55v0,19,13,36,39,39v19,2,40,-23,55,-37",w:256},"'":{d:"16,-258v0,-19,29,-15,28,-2v-3,41,-2,56,-14,56v-13,0,-10,-39,-14,-54",w:60},"(":{d:"120,-269v-41,99,-52,225,1,329v-9,23,-23,13,-33,-11v-42,-106,-41,-223,9,-325v5,-11,24,-3,23,7",w:133},")":{d:"12,-265v7,-25,21,-19,32,8v42,107,40,227,-9,327v-10,6,-21,3,-23,-10v45,-99,52,-220,0,-325",w:133},"*":{d:"92,-274v26,4,3,31,5,45v11,-8,43,-31,45,-3v1,16,-27,11,-45,11v12,9,47,32,16,44v-16,2,-15,-27,-22,-37v-5,13,-5,36,-21,37v-36,-12,11,-35,15,-44v-18,0,-47,6,-45,-13v4,-28,32,0,47,4v-3,-16,-20,-40,5,-44",w:180},"+":{d:"77,-144v2,-20,-7,-52,15,-52v19,0,12,33,13,52v20,1,55,-6,53,14v-2,24,-30,11,-53,14v-1,20,6,55,-14,53v-24,-2,-11,-32,-14,-53v-22,-4,-53,12,-53,-15v0,-18,34,-12,53,-13"},",":{d:"45,0v-36,-4,-33,-50,2,-50v24,0,24,19,26,39v1,25,-18,45,-43,53v-13,-4,-12,-21,6,-22v6,-4,14,-12,17,-22",w:97},"-":{d:"12,-101v8,-26,55,-13,84,-13v7,0,11,5,13,14v-7,29,-56,8,-84,14v-8,0,-12,-5,-13,-15",w:117},"\u00ad":{d:"12,-101v8,-26,55,-13,84,-13v7,0,11,5,13,14v-7,29,-56,8,-84,14v-8,0,-12,-5,-13,-15",w:117},".":{d:"23,-24v-3,-27,44,-34,48,-2v1,14,-8,26,-24,26v-13,0,-22,-8,-24,-24",w:97},"/":{d:"98,-260v8,-12,31,-5,26,10v-57,164,-92,251,-98,266v-9,10,-23,7,-25,-8v0,-3,32,-93,97,-268",w:135},"0":{d:"80,0v-86,1,-99,-144,-63,-215v14,-27,37,-38,61,-38v83,0,101,141,63,216v-13,26,-36,37,-61,37xm79,-227v-43,0,-56,60,-55,105v1,46,12,95,55,97v39,2,55,-47,55,-102v0,-42,-13,-100,-55,-100",w:173},"1":{d:"7,-228v-5,-17,34,-19,49,-25v8,2,12,6,12,12r0,228v0,17,-26,16,-26,2r0,-211v-21,6,-30,13,-35,-6",w:99},"2":{d:"0,-177v-2,-36,34,-75,76,-75v36,0,77,34,76,75v0,23,-13,44,-34,67r-74,84r99,0v7,0,11,5,12,13v-1,8,-5,13,-12,13r-129,0v-19,-6,-13,-16,0,-31r103,-118v22,-33,2,-76,-42,-77v-26,0,-48,19,-49,52v-4,15,-26,8,-26,-3",w:171},"3":{d:"15,-186v-2,-33,25,-64,63,-66v52,-3,89,78,39,113v63,40,34,137,-42,139v-37,1,-73,-32,-75,-76v0,-6,5,-10,14,-12v7,0,12,4,12,13v0,23,21,47,51,49v47,3,70,-79,17,-96v-11,-3,-29,-3,-28,-17v0,-8,5,-12,17,-12v13,0,33,-19,33,-38v0,-18,-16,-37,-38,-37v-22,-5,-38,27,-40,46v-7,10,-24,2,-23,-6",w:167},"4":{d:"118,-246v9,-10,27,-2,23,13r0,132v18,1,36,-6,39,13v2,14,-21,14,-39,13v-5,26,12,69,-13,75v-26,-6,-8,-50,-13,-75r-105,0v-13,-5,-13,-16,-3,-24v71,-92,106,-142,111,-147xm40,-101r75,0r0,-97",w:193},"5":{d:"28,-67v12,56,99,52,102,-11v3,-46,-48,-58,-102,-52v-6,0,-10,-4,-12,-11r0,-98v-1,-6,9,-14,18,-11r102,0v16,1,18,26,-1,26r-92,0r0,67v68,-9,109,20,115,79v4,37,-35,78,-80,78v-38,0,-77,-32,-78,-78v7,-19,30,-16,28,11"},"6":{d:"77,0v-59,4,-104,-77,-58,-126r71,-123v11,-6,19,-4,22,10v-7,21,-38,64,-49,89v48,-10,85,29,89,74v2,36,-35,73,-75,76xm28,-89v-7,35,12,61,48,63v25,2,48,-18,49,-50v1,-25,-17,-49,-50,-49v-22,0,-37,12,-47,36",w:167},"7":{d:"18,-251r128,0v16,4,15,13,6,27r-125,221v-10,7,-23,0,-22,-12v-1,-1,44,-82,118,-210r-102,0v-18,-1,-17,-25,-3,-26",w:169},"8":{d:"37,-142v-43,-32,-16,-111,42,-111v53,0,89,79,39,114v63,40,32,139,-44,139v-34,0,-74,-35,-74,-76v0,-26,12,-48,37,-66xm79,-152v20,1,37,-14,37,-37v0,-19,-12,-37,-38,-37v-45,0,-52,73,1,74xm124,-63v11,-33,-12,-61,-48,-63v-27,-2,-48,19,-50,50v-2,26,19,50,51,50v22,0,39,-13,47,-37",w:170},"9":{d:"0,-177v-2,-37,32,-75,76,-75v59,0,93,74,52,130r-88,119v-9,7,-25,-1,-22,-10v6,-21,51,-67,62,-89v-41,7,-78,-32,-80,-75xm76,-226v-27,-2,-49,19,-50,52v-1,21,20,46,50,46v25,1,48,-20,48,-49v0,-25,-17,-47,-48,-49",w:170},":":{d:"30,-146v0,-29,38,-27,43,-3v3,15,-5,23,-22,25v-15,-2,-21,-10,-21,-22xm52,-6v-31,-1,-25,-47,0,-44v25,0,30,41,0,44",w:97},";":{d:"25,-141v0,-29,39,-29,44,-3v3,14,-6,22,-22,25v-15,-2,-22,-10,-22,-22xm46,-45v20,-4,28,9,28,34v0,22,-15,40,-43,46v-14,-1,-10,-21,1,-20v11,2,27,-15,20,-17v-28,-2,-32,-38,-6,-43",w:97},"\u037e":{d:"25,-141v0,-29,39,-29,44,-3v3,14,-6,22,-22,25v-15,-2,-22,-10,-22,-22xm46,-45v20,-4,28,9,28,34v0,22,-15,40,-43,46v-14,-1,-10,-21,1,-20v11,2,27,-15,20,-17v-28,-2,-32,-38,-6,-43",w:97},"<":{d:"144,-194v26,6,16,27,-8,36v-1,1,-25,17,-75,47v2,2,33,22,94,60v8,9,4,24,-10,24v-37,-18,-83,-51,-120,-72v-11,-14,-2,-20,15,-30v68,-41,101,-65,104,-65"},"=":{d:"37,-146r108,0v7,0,11,5,13,14v-2,9,-6,13,-13,13r-108,0v-8,0,-12,-5,-13,-15v2,-8,6,-12,13,-12xm38,-88r106,0v19,0,16,28,1,27r-109,0v-16,-2,-16,-27,2,-27"},">":{d:"123,-114v-68,-46,-91,-47,-99,-69v2,-9,6,-14,14,-14v22,15,136,71,125,85v0,7,-7,10,-17,16v-69,43,-104,66,-106,66v-26,-7,-15,-20,7,-35"},"?":{d:"10,-177v0,-34,36,-75,77,-75v63,0,109,96,46,137v-20,13,-31,27,-31,49v0,18,-26,14,-26,2v-1,-34,15,-51,44,-74v36,-28,14,-87,-35,-88v-26,-1,-47,23,-50,54v-6,13,-25,6,-25,-5xm87,1v-24,-2,-22,-36,2,-36v8,0,17,6,17,19v-2,11,-9,17,-19,17",w:172},"@":{d:"-1,-110v0,-84,79,-166,172,-166v82,0,166,79,164,167v-2,59,-23,97,-78,97v-27,0,-33,-8,-29,-31v-60,62,-163,21,-166,-68v-2,-47,42,-94,96,-96v47,-3,97,41,97,99r0,67v34,6,52,-30,52,-71v0,-67,-68,-137,-139,-137v-71,0,-141,60,-141,141v0,102,129,183,223,115v9,2,14,6,14,14v4,14,-60,38,-100,38v-85,0,-165,-82,-165,-169xm158,-179v-34,-1,-67,28,-69,69v-1,35,27,69,72,69v31,0,66,-30,66,-70v0,-34,-27,-66,-69,-68",w:354},A:{d:"86,-244v14,-14,22,-5,30,17r80,215v-6,19,-27,14,-30,-10r-29,-78r-78,0r-36,96v-9,8,-24,2,-23,-9xm70,-126r57,0r-29,-75",w:209,k:{t:26,j:33,Y:31,W:20,V:33,T:31}},B:{d:"113,-144v69,33,51,144,-31,144v-24,0,-72,10,-72,-13r0,-226v3,-24,38,-6,59,-13v47,-3,86,69,44,108xm36,-151v37,2,68,-2,68,-38v0,-29,-30,-41,-68,-36r0,74xm36,-26v51,3,92,-5,94,-50v2,-41,-43,-54,-94,-49r0,99",w:175,k:{j:40}},C:{d:"11,-126v0,-88,116,-167,199,-103v9,32,-21,18,-35,11v-69,-32,-132,25,-137,92v-5,71,89,130,158,81v11,0,17,5,16,14v3,12,-46,31,-77,31v-61,0,-124,-57,-124,-126",w:239,k:{y:20,v:15,j:45,f:16}},D:{d:"192,-125v0,60,-56,128,-124,125v-21,-1,-57,8,-58,-13r0,-227v2,-22,34,-11,57,-13v62,-5,125,57,125,128xm166,-127v0,-60,-50,-108,-130,-100r0,201v75,9,130,-29,130,-101",w:210,k:{j:49,T:25}},E:{d:"24,-253r136,0v8,0,13,4,14,14v-2,8,-7,12,-15,12r-122,0r0,90r90,0v13,0,17,23,1,26r-91,0r0,85r125,0v6,0,11,5,12,14v-2,8,-6,12,-12,12r-138,0v-8,-2,-13,-6,-13,-13r0,-227v1,-8,6,-13,13,-13",w:192,k:{y:21,v:16,j:32}},F:{d:"22,-253r137,0v8,0,12,4,13,14v-2,8,-6,12,-14,12r-122,0r0,90r89,0v13,0,17,23,1,26r-90,0r0,98v-1,18,-26,15,-26,0r0,-227v1,-8,5,-13,12,-13",w:181,k:{z:11,j:39,J:26,A:32}},G:{d:"207,-221v-9,33,-45,-13,-80,-4v-42,-3,-93,49,-93,100v0,65,81,126,150,85r0,-60v-22,-3,-60,9,-61,-14v6,-24,49,-12,74,-12v7,0,12,4,12,12r0,74v-4,36,-51,38,-77,40v-61,5,-125,-56,-125,-126v0,-87,115,-166,196,-104v2,3,4,6,4,9",w:227,k:{j:35}},H:{d:"8,-237v-2,-21,25,-17,26,-4r0,105r125,0r0,-103v1,-9,5,-14,14,-13v8,1,12,6,12,12r0,229v0,6,-5,9,-13,11v-8,-2,-13,-6,-13,-13r0,-98r-125,0r0,99v-1,15,-26,17,-26,-1r0,-224",w:208,k:{j:28}},I:{d:"11,-242v-2,-19,27,-9,43,-13v19,1,16,28,1,27r-3,0r0,202v10,-1,13,2,16,13v-2,19,-26,11,-45,13v-18,-2,-13,-30,3,-26r0,-202v-10,1,-14,-4,-15,-14",w:94,k:{j:34}},J:{d:"87,-26v28,0,53,-19,53,-53r0,-162v3,-17,26,-16,26,1r0,162v5,69,-108,111,-146,41v-9,-16,-22,-51,2,-54v8,0,13,6,13,20v0,19,28,45,52,45",w:179,k:{j:25}},K:{d:"11,-239v1,-18,26,-15,26,-1r0,115v90,-85,113,-123,130,-124v19,7,12,18,-2,32r-82,82r94,116v-3,26,-18,19,-35,-2r-78,-95r-27,28r0,76v-1,15,-26,17,-26,-1r0,-226",w:195,k:{y:12,v:21,j:32}},L:{d:"8,-237v-2,-21,25,-17,26,-4r0,215r108,0v7,0,12,5,13,14v-2,8,-7,12,-13,12r-121,0v-7,0,-11,-4,-13,-13r0,-224",w:175,k:{y:25,v:42,j:39,Y:54,W:40,V:49,T:56,Q:25,O:29,G:27,C:29}},M:{d:"11,-237v3,-23,24,-18,28,3r84,188r92,-202v9,-8,23,-4,23,11r0,224v-1,18,-26,16,-26,1r-1,-165v-50,112,-75,169,-77,172v-15,12,-20,0,-30,-23r-68,-149r0,165v-1,15,-25,17,-25,-1r0,-224",w:261,k:{j:33}},N:{d:"7,-237v2,-21,23,-19,28,-1v5,3,60,78,147,187r0,-189v2,-17,25,-16,26,1r0,226v-7,21,-20,12,-37,-10r-138,-177r0,187v-1,14,-25,18,-26,-1r0,-223",w:232,k:{j:31}},O:{d:"7,-127v0,-61,58,-125,126,-125v61,0,126,55,126,126v0,62,-56,126,-128,126v-62,0,-124,-54,-124,-127xm133,-226v-50,-2,-100,42,-100,101v0,49,45,99,102,99v48,0,98,-46,98,-100v0,-50,-44,-99,-100,-100",w:280,k:{j:45,T:19}},P:{d:"150,-182v1,55,-48,85,-116,76r0,94v-1,13,-26,18,-26,-1r0,-225v3,-30,46,-11,72,-15v31,-5,69,33,70,71xm124,-180v2,-39,-42,-52,-90,-47r0,95v49,3,87,-1,90,-48",w:169,k:{j:43,J:31,A:40}},Q:{d:"8,-127v-2,-61,58,-125,126,-125v92,0,168,122,99,205v19,19,28,28,28,34v0,7,-4,11,-13,13v-5,2,-24,-20,-33,-29v-81,68,-204,10,-207,-98xm134,-226v-50,-1,-100,44,-100,101v0,73,100,133,163,77v-19,-23,-30,-27,-30,-38v9,-21,21,-13,36,6v5,4,7,10,13,13v46,-67,1,-158,-82,-159",w:281,k:{j:29,T:24}},R:{d:"19,-252v67,-6,117,5,120,70v1,24,-15,48,-40,60v40,69,60,105,60,107v1,9,-4,14,-13,15v-6,0,-12,-9,-20,-23r-55,-93r-38,0r0,104v-1,15,-26,17,-26,-1r0,-224v1,-10,6,-15,12,-15xm112,-176v9,-41,-31,-56,-79,-51r0,85v41,1,70,3,79,-34",w:171,k:{j:26}},S:{d:"135,-220v-7,38,-32,-13,-57,-7v-40,-2,-52,66,-6,77v32,-2,73,41,73,76v0,68,-100,103,-138,41v-3,-9,4,-19,12,-18v13,2,32,33,54,26v21,1,46,-21,46,-52v0,-30,-35,-48,-65,-53v-63,-29,-44,-123,26,-123v22,0,43,11,55,33",w:162,k:{j:31}},T:{d:"18,-252r164,0v17,3,17,24,-3,25r-66,0r0,215v-1,15,-26,17,-26,-1r0,-214v-26,-4,-75,11,-80,-13v2,-8,5,-12,11,-12",w:215,k:{z:16,y:26,x:24,w:20,v:27,u:20,s:24,r:17,q:45,p:43,o:42,n:32,m:36,j:47,g:43,f:33,e:50,d:42,c:54,a:49,Q:29,O:22,J:47,G:28,C:33,A:57}},U:{d:"97,0v-47,0,-90,-38,-90,-94r0,-143v-2,-21,25,-17,26,-4v5,86,-26,215,62,215v32,1,63,-25,63,-66r0,-147v1,-9,5,-14,14,-13v8,1,12,6,12,12r0,155v3,39,-42,85,-87,85",w:205,k:{j:33}},V:{d:"20,-253v7,0,11,10,18,28r66,173r73,-196v9,-9,22,-7,24,8r-84,227v-10,23,-22,13,-32,-13r-79,-215v0,-7,5,-12,14,-12",w:219,k:{j:47,J:38,A:41}},W:{d:"7,-240v6,-19,27,-15,28,8r51,171v34,-121,53,-183,55,-187v13,-10,24,-3,26,19v4,7,19,69,50,168r54,-185v6,-11,26,-5,23,7r-67,234v-14,12,-21,1,-27,-20r-49,-168r-54,187v-13,13,-22,6,-28,-19v-34,-131,-59,-202,-62,-215",w:312,k:{j:39,A:27}},X:{d:"6,-236v-4,-18,20,-24,26,-7r75,96r80,-104v11,-4,19,-1,21,12v-21,35,-60,78,-85,113v28,38,60,72,85,113v-4,17,-22,17,-28,0r-73,-93r-81,103v-8,7,-23,-1,-21,-12v13,-23,65,-83,85,-112v-55,-70,-83,-106,-84,-109",w:228,k:{y:18,j:23,G:25}},Y:{d:"96,-149v57,-70,53,-101,79,-103v21,12,8,21,-12,50r-54,80r0,107v0,20,-22,20,-26,4r0,-109v-9,-20,-61,-88,-76,-119v4,-18,22,-17,28,0",w:202,k:{s:23,q:32,p:30,o:34,j:35,g:29,e:28,d:28,c:28,a:30,J:34,A:42}},Z:{d:"17,-253r180,0v17,6,12,17,-3,36r-148,191r150,0v18,0,15,27,0,26r-177,0v-7,0,-12,-5,-13,-14v41,-62,114,-149,162,-213r-149,0v-18,-1,-14,-26,-2,-26",w:223,k:{j:20}},"[":{d:"43,-262v4,-31,49,-8,79,-16v16,4,19,22,2,28r-53,0r0,297v22,3,63,-9,64,14v-4,24,-53,9,-78,13v-9,-2,-14,-6,-14,-14r0,-322",w:136},"\\":{d:"0,-258v1,-9,5,-14,14,-14v9,0,13,11,20,30v62,173,65,172,90,244v-11,24,-24,16,-35,-15v-51,-150,-85,-231,-89,-245",w:121},"]":{d:"5,-264v0,-25,51,-8,78,-14v8,2,13,6,13,13r0,327v-5,22,-53,12,-78,12v-15,0,-19,-25,0,-28v15,3,34,0,51,1r0,-297v-22,-2,-64,8,-64,-14",w:133},"^":{d:"8,-164v24,-32,49,-131,82,-68v25,48,42,58,41,70v0,7,-5,11,-15,12v-13,-2,-35,-49,-47,-63r-39,60v-11,6,-19,3,-22,-11",w:165},_:{d:"13,5r156,0v19,0,15,28,0,27r-156,0v-7,0,-12,-5,-13,-15v2,-8,7,-12,13,-12",w:168,k:{_:7}},"`":{d:"90,-183v-10,0,-84,-56,-38,-65v14,6,55,47,51,52v-2,9,-6,13,-13,13",w:132},a:{d:"7,-91v-2,-42,39,-88,90,-89v44,-2,90,37,90,92r0,76v1,13,-25,18,-25,2r0,-18v-55,59,-152,20,-155,-63xm97,-154v-31,-2,-63,25,-64,65v-1,32,25,63,67,63v30,0,62,-28,62,-65v0,-32,-27,-62,-65,-63",w:210,k:{j:46,Y:54,T:62}},b:{d:"106,0v-49,3,-93,-40,-93,-96r0,-144v0,-6,5,-11,14,-12v8,2,12,6,12,12r0,86v54,-62,156,-12,156,63v0,44,-39,88,-89,91xm105,-156v-35,-2,-64,25,-66,66v-1,32,24,64,67,64v31,0,63,-25,63,-66v0,-31,-25,-63,-64,-64",w:216,k:{j:35,Y:52,V:23,T:49}},c:{d:"6,-90v0,-70,99,-123,153,-64v5,9,-1,21,-11,20v-8,-2,-34,-25,-54,-20v-31,-2,-59,26,-62,65v-3,49,70,86,110,45v10,-2,18,0,19,12v4,10,-39,32,-68,32v-40,0,-87,-44,-87,-90",w:182,k:{j:30,Y:26,T:49}},d:{d:"6,-91v0,-71,100,-125,156,-64r-1,-85v2,-17,26,-14,26,-1r1,154v0,43,-47,94,-94,87v-40,4,-88,-44,-88,-91xm98,-156v-33,-2,-65,25,-66,66v-1,32,24,64,67,64v31,0,63,-25,63,-66v0,-31,-25,-63,-64,-64",w:210,k:{j:27}},e:{d:"6,-90v-2,-44,39,-89,89,-90v47,-2,92,38,91,95v-2,9,-5,13,-12,13r-139,0v9,38,58,58,101,36v9,2,11,6,11,14v0,11,-21,20,-52,22v-45,2,-87,-38,-89,-90xm159,-98v0,-23,-34,-62,-65,-55v-27,-2,-58,24,-61,55r126,0",w:204,k:{j:40,Y:43,T:56}},f:{d:"50,-177v-3,-48,21,-78,71,-76v13,1,17,26,-2,26v-31,0,-45,15,-43,50v20,3,50,-10,51,14v0,18,-33,11,-51,12r1,139v0,13,-23,17,-27,1v3,-44,0,-94,1,-140v-19,-2,-45,8,-46,-14v0,-13,26,-13,45,-12",w:152,k:{j:43,J:31,A:22}},g:{d:"7,-90v0,-44,40,-89,89,-89v50,0,89,47,89,107r0,79v2,28,-51,66,-89,66v-36,0,-75,-22,-87,-59v4,-15,24,-15,29,5v36,53,136,34,122,-46v-56,58,-153,13,-153,-63xm98,-154v-35,-2,-64,24,-66,65v-1,32,24,63,66,63v30,0,61,-25,62,-65v1,-30,-24,-61,-62,-63",w:212,k:{Y:45,T:50}},h:{d:"93,-155v-32,0,-54,22,-54,67r0,76v-1,14,-26,17,-26,0r0,-227v0,-17,26,-13,26,-2r0,81v50,-48,135,-12,135,55r0,93v-1,15,-25,17,-26,0v-3,-66,16,-143,-55,-143",w:197,k:{j:35,Y:46,T:54}},i:{d:"18,-213v2,-19,29,-14,26,2v-1,13,-25,17,-26,-2xm18,-166v-2,-20,25,-16,26,-4r0,158v-1,14,-25,18,-26,-1r0,-153",w:75,k:{j:30}},j:{d:"77,-224v18,2,17,25,-1,26v-16,-4,-17,-23,1,-26xm77,-180v8,2,13,5,13,12v-7,101,35,240,-77,240v-15,0,-19,-26,1,-26v29,1,50,-20,50,-57r0,-157v0,-7,4,-11,13,-12",w:115},k:{d:"165,-168v-5,17,-84,58,-75,56r75,94v-4,28,-20,17,-37,-5r-60,-75r-28,18r0,68v-1,14,-26,17,-26,0r0,-228v0,-18,25,-13,26,-2r0,132v68,-42,94,-68,113,-72v7,0,11,5,12,14",w:185,k:{j:27,T:44}},l:{d:"11,-236v-1,-20,25,-17,26,-4r0,214v24,-9,33,23,13,26v-18,-1,-39,6,-39,-13r0,-223",w:83,k:{j:27}},m:{d:"83,-151v-59,0,-46,80,-47,139v0,15,-25,17,-25,-1r0,-149v-2,-20,25,-17,25,-4r0,7v34,-29,78,-23,106,13v8,-15,30,-29,57,-31v35,-2,72,30,72,70r0,96v0,6,-5,9,-13,11v-8,-1,-12,-5,-12,-12v-5,-60,23,-138,-49,-139v-20,-1,-43,16,-43,43r0,95v0,19,-25,15,-25,1v-1,-60,12,-139,-46,-139",w:294,k:{j:29,Y:39,T:46}},n:{d:"102,-154v-36,-1,-63,24,-63,73r0,69v-1,15,-25,17,-25,-1r0,-152v-2,-20,25,-17,25,-4r0,15v54,-56,148,-13,149,59r0,84v0,6,-4,10,-13,11v-8,-2,-12,-5,-12,-12v2,-70,7,-140,-61,-142",w:210,k:{j:22,Y:33,T:39}},o:{d:"7,-89v0,-44,39,-90,89,-90v46,0,90,45,90,90v0,46,-38,89,-93,89v-39,0,-86,-44,-86,-89xm95,-153v-31,0,-61,25,-62,65v-1,32,26,61,65,62v31,1,61,-25,61,-65v0,-31,-28,-62,-64,-62",w:205,k:{j:35,Y:40,T:45}},p:{d:"189,-90v0,69,-99,124,-153,62r0,90v-2,13,-26,16,-26,-2v0,-109,-28,-232,89,-239v45,-2,90,44,90,89xm99,-153v-32,0,-61,25,-63,64v-1,32,27,61,65,62v31,1,62,-25,62,-65v1,-30,-29,-61,-64,-61",w:206,k:{j:32,Y:40,T:52}},q:{d:"8,-89v-1,-44,42,-89,89,-89v47,0,88,41,88,95r0,144v-1,19,-25,14,-25,2r0,-90v-54,60,-150,13,-152,-62xm160,-91v0,-79,-123,-81,-126,0v-1,36,25,64,65,65v31,1,61,-26,61,-65",w:207,k:{Y:43,V:21,T:46}},r:{d:"136,-149v-50,-19,-93,6,-93,59r0,78v-1,15,-26,17,-26,-1r0,-153v-1,-19,26,-17,26,-4r0,15v19,-17,40,-26,62,-26v13,0,43,2,43,20v-1,8,-5,12,-12,12",w:162,k:{j:30,Z:35,T:39,J:41}},s:{d:"20,-91v-45,-35,11,-88,58,-88v30,0,61,14,72,47v-2,17,-24,15,-31,-3v-27,-28,-75,-21,-89,15v0,6,7,9,20,10v75,23,91,5,100,53v5,24,-38,58,-76,57v-26,-1,-61,-13,-69,-48v0,-6,4,-10,14,-11v12,4,35,38,58,32v18,0,39,-10,47,-30v0,-6,-4,-8,-12,-10v-58,-12,-89,-21,-92,-24",w:170,k:{j:33,Y:45,T:41}},t:{d:"98,0v-37,4,-62,-16,-62,-53r0,-99v-15,2,-36,2,-34,-12v2,-17,17,-11,34,-12v4,-23,-11,-67,14,-68v25,5,7,45,12,68v19,3,42,-10,44,12v1,17,-25,12,-44,12v9,46,-28,132,38,127v6,0,10,4,11,13v-1,8,-6,12,-13,12",w:123,k:{j:25}},u:{d:"162,-25v-58,54,-152,16,-150,-69r0,-71v-2,-21,25,-17,26,-4r0,70v-1,46,23,71,62,73v32,2,62,-25,62,-65r0,-76v1,-20,26,-15,26,-1r0,157v0,6,-5,10,-14,11v-13,-2,-12,-11,-12,-25",w:208,k:{j:27,T:44}},v:{d:"5,-166v6,-24,20,-16,31,7r57,116v41,-87,62,-132,65,-135v9,-7,23,1,22,10v-9,25,-60,127,-78,164v-16,11,-20,0,-30,-21v-42,-88,-65,-134,-67,-141",w:198,k:{j:38,Z:42,T:44,A:28}},w:{d:"165,-54v34,-80,25,-116,49,-123v9,2,13,6,13,13r-51,159v-14,11,-21,2,-28,-20r-32,-97r-38,116v-8,10,-20,7,-24,-6r-48,-152v2,-9,6,-13,13,-13v8,0,12,10,17,26r32,97v33,-87,25,-117,49,-123v8,0,11,7,15,21",w:248,k:{j:39,Y:23,T:58}},x:{d:"80,-68v-42,48,-44,65,-61,68v-23,-12,-10,-20,12,-46r33,-42v-18,-26,-42,-47,-57,-76v2,-9,6,-13,13,-13v18,8,57,67,60,69v4,-4,21,-26,53,-66v8,-5,26,0,21,12v-5,14,-45,56,-58,74v39,50,59,66,58,76v-3,16,-23,15,-30,-3",w:170,k:{j:27,T:37}},y:{d:"72,-53v41,-87,38,-118,60,-125v8,2,12,6,12,12r-92,223v-7,7,-24,1,-21,-10v0,-2,10,-25,28,-69r-58,-143v9,-21,21,-11,30,12v25,64,40,97,41,100",w:160,k:{j:32,Z:21,Y:17,X:14,T:54,A:22}},z:{d:"7,-165v2,-11,9,-14,18,-12r118,-1v20,9,12,17,-3,35r-94,118r97,0v17,2,16,25,-1,25r-123,0v-7,0,-11,-5,-12,-14v24,-38,78,-99,108,-139r-97,1v-7,-3,-11,-7,-11,-13",k:{j:32,Y:11,T:53}},"{":{d:"83,-241v-2,-29,25,-38,62,-38v17,0,20,24,2,26v-16,1,-38,-6,-38,13v0,42,9,93,-8,123v20,27,9,84,9,126v0,24,49,-3,49,25v0,14,-23,12,-38,12v-53,1,-37,-88,-37,-140v0,-19,-38,-2,-38,-24v0,-22,36,-3,37,-22r0,-101"},"|":{d:"76,-271v1,-19,26,-17,26,-1r0,335v-3,14,-26,15,-26,-3r0,-331"},"}":{d:"19,-264v0,-19,22,-12,39,-13v52,-2,36,84,36,135v0,20,39,1,36,26v-2,19,-42,-1,-37,28v-6,60,29,131,-62,131v-16,0,-15,-26,-1,-26v15,0,37,5,37,-11v0,-42,-9,-96,9,-124v-17,-30,-8,-81,-8,-123v0,-25,-49,4,-49,-23"},"~":{d:"33,-128v0,-29,52,-27,74,-7v11,2,19,-1,28,-4v11,2,17,8,17,17v-2,23,-54,29,-75,7v-10,-5,-19,2,-29,3v-10,-2,-15,-8,-15,-16"}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Comfortaa ? Johan Aakerlund. 2008. All Rights Reserved
 *
 * Designer:
 * Johan Aakerlund - aajohan
 */
Cufon.registerFont({w:178,face:{"font-family":"Comfortaa","font-weight":700,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 15 8 3 0 0 0 6 0 3",ascent:"288",descent:"-72","x-height":"5","cap-height":"5",bbox:"-1.96357 -296.389 346.033 81.7361","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:89},"\u00a0":{w:89},"!":{d:"25,-243v2,-22,38,-21,38,1r0,169v-2,25,-38,20,-38,0r0,-170xm19,-18v0,-33,47,-27,47,-2v0,15,-6,25,-24,25v-12,0,-23,-7,-23,-23",w:89},'"':{d:"14,-260v0,-26,40,-21,38,-2v-4,44,-3,60,-19,61v-19,1,-19,-39,-19,-59xm57,-262v2,-21,34,-23,38,1v-9,47,1,60,-20,60v-19,1,-14,-42,-18,-61",w:97},"#":{d:"148,-175v17,-61,2,-75,33,-82v33,18,11,24,4,82v20,-2,33,-2,37,18v-2,22,-22,18,-44,18r-5,23v20,-1,41,1,39,19v-3,28,-21,16,-46,18v-18,62,-2,76,-34,85v-35,-11,-3,-57,-3,-85r-31,0v-8,30,-2,90,-30,85v-37,-7,-5,-67,-5,-85v-32,9,-47,-31,-15,-37r23,0r5,-23v-19,2,-37,-3,-36,-19v3,-26,21,-15,43,-17v17,-62,5,-78,32,-81v33,6,7,56,5,81r28,0xm113,-139r-4,23r27,0r5,-23r-28,0",w:234},"$":{d:"109,-37v25,-15,25,-57,0,-71r0,71xm72,-216v-19,7,-18,48,0,56r0,-56xm154,-224v0,30,-32,18,-45,2r0,70v31,9,55,41,55,76v0,35,-18,61,-55,76v2,19,-3,39,-18,37v-19,-3,-20,-16,-19,-37v-26,5,-52,-18,-60,-39v2,-12,9,-19,19,-19v8,-2,30,28,41,26r0,-93v-30,-10,-49,-35,-49,-70v0,-28,24,-53,49,-65v-9,-33,30,-53,37,-18r0,18v9,-1,41,21,45,36"},"%":{d:"14,-193v-1,-34,26,-66,71,-68v32,-2,67,33,67,68v0,35,-27,66,-69,69v-35,2,-68,-29,-69,-69xm220,-253v12,-11,33,-1,30,15v-48,78,-122,164,-177,240v-14,7,-33,0,-30,-16v0,-5,8,-15,20,-31xm91,-224v-21,-6,-38,8,-40,32v-2,35,59,44,64,6v3,-21,-5,-32,-24,-38xm144,-59v-3,-37,30,-70,69,-72v33,-2,67,28,68,71v1,33,-28,67,-70,67v-32,0,-64,-30,-67,-66xm218,-94v-39,-9,-53,55,-15,63v23,5,42,-6,42,-32v0,-15,-9,-27,-27,-31",w:283},"&":{d:"93,-115v-24,25,-32,28,-32,48v0,37,55,47,75,9r7,-7xm93,-169v24,-20,31,-36,5,-50v-31,0,-33,33,-5,50xm91,-257v60,-6,83,86,29,115r50,50v11,-15,45,-49,55,-10v2,7,-15,22,-28,36v12,17,35,24,38,49v-14,43,-48,-8,-65,-21v-37,36,-35,40,-74,43v-36,2,-72,-30,-73,-74v-1,-26,20,-51,43,-73v-27,-30,-31,-24,-32,-57v-1,-28,22,-55,57,-58",w:256},"'":{d:"16,-258v1,-26,40,-21,38,-2v-4,46,-3,61,-18,62v-19,2,-16,-41,-20,-60",w:60},"(":{d:"97,-279v11,-13,37,-6,34,13v-46,98,-50,222,0,326v-8,30,-36,23,-42,-9v-46,-105,-42,-226,8,-330",w:133},")":{d:"13,-263v-3,-15,6,-24,20,-24v9,0,13,10,21,28v45,108,42,230,-10,332v-14,10,-30,6,-32,-14v45,-97,52,-218,1,-322",w:133},"*":{d:"137,-190v-4,28,-39,20,-40,-7v2,28,-40,33,-40,5v0,-8,8,-17,20,-23v-35,9,-53,-31,-18,-38v5,0,13,5,24,13v-6,-16,-10,-36,14,-39v23,4,21,23,13,39v11,-14,43,-18,43,8v0,13,-18,20,-36,17v8,7,22,10,20,25",w:180},"+":{d:"77,-149v0,0,-4,-56,20,-53v22,-2,18,31,18,53v24,0,56,-3,54,20v-3,30,-27,15,-54,18v0,23,4,56,-20,54v-26,-3,-16,-30,-18,-54v-25,-2,-51,9,-53,-20v-2,-19,31,-19,53,-18"},",":{d:"21,32v-2,-16,23,-14,29,-27v-42,-4,-41,-60,0,-60v29,0,33,18,33,44v0,28,-20,50,-48,58v-8,0,-13,-5,-14,-15",w:97},"-":{d:"12,-105v7,-33,56,-18,89,-18v10,0,16,7,19,20v-7,33,-56,18,-89,18v-11,0,-17,-6,-19,-20",w:117},"\u00ad":{d:"12,-105v7,-33,56,-18,89,-18v10,0,16,7,19,20v-7,33,-56,18,-89,18v-11,0,-17,-6,-19,-20",w:117},".":{d:"23,-24v-2,-34,55,-41,59,-3v1,18,-9,31,-30,32v-16,0,-28,-9,-29,-29",w:97},"/":{d:"99,-263v12,-16,42,-7,35,13v-56,164,-92,254,-98,269v-12,13,-33,11,-35,-11v1,-4,33,-95,98,-271",w:135},"0":{d:"85,5v-90,3,-106,-148,-67,-223v15,-29,40,-40,66,-40v86,0,106,144,67,223v-14,29,-40,40,-66,40xm84,-222v-40,0,-51,58,-50,100v1,43,9,89,50,91v36,1,50,-45,50,-96v0,-39,-12,-95,-50,-95",w:173},"1":{d:"7,-227v-6,-21,34,-26,55,-31v11,2,16,8,16,17r0,229v0,24,-36,20,-36,1r0,-203v-19,6,-30,5,-35,-13",w:99},"2":{d:"0,-177v0,-39,38,-79,81,-81v39,-2,83,37,82,81v0,25,-15,45,-36,70r-66,76r88,0v9,0,16,7,17,19v-2,12,-8,17,-18,17r-129,0v-23,-5,-20,-22,-4,-40r103,-117v19,-28,3,-68,-38,-68v-23,0,-40,19,-44,47v-3,22,-36,15,-36,-4",w:171},"3":{d:"15,-186v-2,-36,28,-67,68,-71v54,-5,96,80,48,118v60,41,27,144,-51,144v-39,0,-80,-33,-80,-81v0,-20,36,-24,36,1v0,56,85,58,89,2v2,-29,-20,-46,-50,-49v-16,-11,-11,-34,14,-34v36,0,35,-61,-6,-65v-32,-4,-24,50,-50,51v-12,-3,-18,-8,-18,-16",w:167},"4":{d:"119,-249v12,-15,37,-5,32,17r0,126v20,0,36,-4,39,17v2,17,-17,22,-39,19v-5,28,14,75,-19,75v-31,0,-12,-47,-17,-75r-101,1v-16,-6,-19,-24,-6,-34v70,-91,107,-140,111,-146xm56,-106r59,0r0,-76",w:193},"5":{d:"39,-68v10,50,89,47,91,-10v1,-41,-47,-52,-96,-47v-9,0,-15,-5,-18,-15r0,-99v-1,-8,10,-21,24,-17r101,0v21,0,25,38,0,38r-88,0r0,56v67,-9,110,23,115,84v3,40,-37,83,-85,83v-41,0,-81,-36,-83,-84v7,-25,42,-21,39,11"},"6":{d:"38,-88v-6,32,10,55,43,57v23,2,43,-16,44,-45v1,-23,-16,-43,-45,-44v-19,0,-33,11,-42,32xm82,5v-61,0,-111,-82,-62,-134r72,-124v14,-10,27,-5,31,13v-5,19,-35,62,-46,84v44,-5,83,35,85,80v2,39,-35,81,-80,81",w:167},"7":{d:"119,-220r-94,0v-25,0,-19,-36,-1,-36r128,0v20,4,20,18,10,35r-126,221v-13,11,-33,1,-31,-15v1,-5,39,-74,114,-205",w:169},"8":{d:"34,-142v-40,-36,-12,-116,50,-116v54,0,95,79,47,118v62,42,28,145,-52,145v-37,0,-80,-37,-79,-81v0,-28,12,-50,34,-66xm53,-198v-7,23,7,37,31,41v33,5,46,-57,7,-63v-19,-4,-33,4,-38,22xm125,-64v9,-31,-11,-54,-43,-57v-23,-2,-44,15,-45,45v0,24,16,45,45,45v20,0,36,-10,43,-33",w:170},"9":{d:"124,-177v0,-55,-84,-59,-87,-3v-2,25,14,45,44,47v22,1,43,-17,43,-44xm81,-258v62,-4,100,80,56,140r-88,119v-13,9,-34,0,-31,-14v4,-19,44,-62,58,-83v-38,-1,-74,-36,-76,-81v-2,-40,36,-79,81,-81",w:170},":":{d:"30,-146v0,-35,48,-36,54,-4v3,18,-7,29,-28,32v-18,-3,-26,-12,-26,-28xm57,-1v-39,0,-30,-58,0,-54v34,2,36,50,0,54",w:97},";":{d:"25,-142v0,-35,48,-34,54,-3v3,17,-6,28,-27,31v-18,-3,-27,-12,-27,-28xm51,-51v24,-2,33,12,33,40v0,24,-16,45,-48,51v-21,-1,-16,-32,2,-30r20,-6v-35,-3,-39,-46,-7,-55",w:97},"\u037e":{d:"25,-142v0,-35,48,-34,54,-3v3,17,-6,28,-27,31v-18,-3,-27,-12,-27,-28xm51,-51v24,-2,33,12,33,40v0,24,-16,45,-48,51v-21,-1,-16,-32,2,-30r20,-6v-35,-3,-39,-46,-7,-55",w:97},"<":{d:"75,-110v3,1,32,20,89,55v11,13,7,32,-13,33v-39,-17,-86,-52,-124,-73v-15,-17,-4,-27,16,-39v69,-41,103,-65,107,-65v31,7,24,35,-5,45v-1,1,-24,16,-70,44"},"=":{d:"43,-152r107,0v10,0,16,7,19,20v-3,12,-10,18,-19,18r-107,0v-11,0,-17,-6,-19,-20v3,-12,10,-18,19,-18xm43,-93r107,0v27,0,21,38,0,38r-109,0v-21,-1,-24,-38,2,-38"},">":{d:"118,-114v-66,-45,-86,-41,-94,-69v15,-35,27,-19,64,6v60,40,86,35,86,65v0,9,-8,14,-20,21v-75,44,-98,67,-112,66v-29,-8,-21,-34,7,-45"},"?":{d:"10,-177v0,-38,39,-80,83,-80v39,0,80,39,80,82v0,24,-11,45,-32,64v-19,10,-29,25,-29,45v1,25,-36,19,-36,2v0,-35,16,-54,46,-78v33,-26,12,-77,-31,-79v-24,-2,-44,23,-46,51v-9,18,-35,9,-35,-7xm92,6v-32,0,-28,-46,3,-46v11,0,22,8,22,25v-3,14,-11,21,-25,21",w:172},"@":{d:"163,-174v-31,-1,-62,25,-63,64v-1,32,25,63,66,63v29,0,61,-28,61,-64v0,-32,-26,-62,-64,-63xm346,-109v-2,62,-26,102,-84,102v-24,0,-36,-4,-35,-24v-62,54,-165,6,-165,-80v0,-50,43,-99,101,-101v50,-2,103,42,102,104r0,63v28,1,42,-31,42,-67v0,-65,-65,-131,-134,-131v-68,0,-135,57,-135,135v0,97,121,177,212,111v14,-3,26,7,25,18v5,18,-63,44,-106,44v-87,0,-170,-86,-170,-175v0,-86,82,-171,177,-171v84,0,172,82,170,172",w:354},A:{d:"125,-131r-22,-56r-20,56r42,0xm87,-247v17,-18,29,-7,39,19r81,216v-6,24,-37,22,-40,-9r-29,-73r-70,0r-35,93v-12,12,-35,5,-33,-13",w:209,k:{t:26,j:33,Y:31,W:20,V:33,T:31}},B:{d:"117,-145v67,35,46,150,-39,150v-28,0,-78,11,-78,-18r0,-226v3,-33,36,-13,64,-18v48,-8,92,70,53,112xm36,-156v33,2,58,-4,59,-33v1,-25,-28,-34,-59,-31r0,64xm36,-31v46,3,84,-4,84,-45v0,-37,-39,-49,-84,-44r0,89",w:165,k:{j:40}},C:{d:"0,-126v0,-94,123,-175,208,-106v9,15,3,32,-17,31v-60,-47,-154,-4,-154,75v0,68,87,124,152,76v15,0,24,7,23,19v3,15,-48,36,-82,36v-63,0,-130,-59,-130,-131",w:228,k:{y:20,v:15,j:45,f:16}},D:{d:"193,-125v0,64,-60,131,-130,130v-24,-1,-63,7,-63,-18r0,-227v3,-33,33,-12,62,-19v65,-3,131,61,131,134xm157,-127v0,-54,-45,-102,-120,-95r0,191v69,8,120,-30,120,-96",w:200,k:{j:49,T:25}},E:{d:"13,-260v42,4,97,2,141,1v11,0,17,7,19,20v-2,11,-9,18,-20,18r-116,0r0,79v35,6,93,-18,101,17v-1,34,-65,14,-101,19r0,75r120,0v9,0,14,6,16,19v-3,11,-9,17,-17,17r-139,0v-12,-2,-17,-8,-17,-18r0,-227v1,-14,9,-15,13,-20",w:181,k:{y:21,v:16,j:32}},F:{d:"13,-260v42,4,97,2,141,1v11,0,17,7,19,20v-2,11,-9,18,-20,18r-116,0r0,79v35,6,93,-18,101,17v-1,34,-65,14,-101,19r0,94v-2,25,-37,20,-37,-1r0,-227v1,-14,9,-15,13,-20",w:168,k:{z:11,j:39,J:26,A:32}},G:{d:"210,-221v-8,41,-50,-6,-85,1v-40,-3,-88,47,-88,95v0,61,74,119,139,82r0,-52v-24,-1,-63,7,-60,-19v3,-31,50,-12,79,-17v31,2,18,60,18,91v0,41,-54,43,-83,45v-63,5,-130,-58,-130,-131v0,-92,120,-175,205,-108v3,4,5,9,5,13",w:219,k:{j:35}},H:{d:"0,-238v1,-14,7,-20,20,-19v11,1,16,8,16,16r0,99r115,0r0,-98v0,-24,36,-20,36,0r0,229v0,9,-6,15,-19,16v-11,-2,-17,-8,-17,-18r0,-93r-115,0r0,94v-1,21,-36,23,-36,-1r0,-225",w:193,k:{j:28}},I:{d:"11,-242v-3,-21,28,-18,48,-18v25,0,23,38,1,37r3,0r0,192r-2,0v9,0,17,6,17,19v0,24,-27,16,-50,17v-26,1,-16,-39,-2,-36r0,-192r2,0v-11,0,-16,-6,-17,-19",w:94,k:{j:34}},J:{d:"37,-71v0,50,94,56,94,-8r0,-163v3,-21,37,-23,37,1r0,163v2,42,-36,83,-86,83v-39,0,-82,-38,-82,-84v4,-13,8,-19,19,-18v12,0,18,9,18,26",w:171,k:{j:25}},K:{d:"4,-239v-1,-26,36,-20,36,-1r0,102v86,-81,105,-115,125,-116v24,6,18,24,1,41r-78,79r92,113v1,32,-29,34,-44,3r-74,-90r-22,22v-6,33,17,91,-19,91v-10,0,-17,-6,-17,-18r0,-226",w:188,k:{y:12,v:21,j:32}},L:{d:"0,-238v1,-14,7,-20,20,-19v11,1,16,8,16,16r0,210r104,0v10,0,16,6,18,19v-3,11,-9,17,-18,17r-122,0v-10,0,-18,-6,-18,-18r0,-225",w:167,k:{y:25,v:42,j:39,Y:54,W:40,V:49,T:56,Q:25,O:29,G:27,C:29}},M:{d:"47,-154r0,142v-1,21,-35,24,-36,-1r0,-224v2,-28,35,-27,38,1r81,180v1,-5,64,-149,86,-195v11,-12,33,-7,32,14r0,224v0,25,-37,21,-36,1r0,-142v-44,99,-67,150,-69,153v-20,14,-27,2,-39,-25",w:261,k:{j:33}},N:{d:"175,-66r0,-174v3,-22,37,-24,37,0r0,227v-6,26,-33,22,-47,-7r-129,-165r0,172v0,9,-5,18,-18,18v-10,0,-18,-6,-18,-18r0,-224v1,-26,31,-26,38,-4v6,7,52,65,137,175",w:225,k:{j:31}},O:{d:"0,-127v-2,-64,60,-131,131,-131v63,0,132,58,132,132v0,65,-57,131,-133,131v-65,0,-127,-58,-130,-132xm131,-221v-47,-1,-95,41,-95,96v0,46,43,94,97,94v46,0,93,-43,93,-95v0,-48,-41,-94,-95,-95",w:270,k:{j:45,T:19}},P:{d:"153,-182v1,55,-48,90,-116,81r0,89v-1,21,-37,24,-37,-1r0,-225v1,-34,48,-16,77,-20v35,-4,76,34,76,76xm116,-180v2,-34,-37,-46,-79,-41r0,84v43,2,77,0,79,-43",w:161,k:{j:43,J:31,A:40}},Q:{d:"36,-125v0,66,90,125,150,77v-17,-22,-27,-23,-27,-39v10,-36,39,-6,53,12v40,-65,-6,-145,-81,-146v-47,-1,-95,41,-95,96xm131,-258v92,0,176,125,106,210v18,18,26,28,26,35v0,9,-6,15,-18,18v-7,3,-22,-17,-34,-26v-84,65,-208,2,-211,-106v-2,-64,60,-131,131,-131",w:272,k:{j:29,T:24}},R:{d:"142,-185v1,29,-12,49,-38,65v39,67,58,103,58,105v-4,28,-33,25,-43,-5r-53,-91r-29,0r0,99v-1,21,-37,24,-37,-1r0,-225v1,-33,44,-17,72,-20v33,-3,68,32,70,73xm105,-177v7,-34,-26,-49,-68,-45r0,75v35,1,60,2,68,-30",w:164,k:{j:26}},S:{d:"52,-125v-68,-32,-49,-133,27,-133v24,0,54,11,61,42v0,9,-6,14,-18,16v-10,1,-25,-27,-45,-22v-16,0,-30,15,-31,35v0,15,9,25,27,32v34,-2,82,45,77,81v5,72,-109,111,-148,43v-7,-12,4,-26,16,-25v14,1,32,32,55,25v19,1,40,-18,40,-46v0,-28,-34,-43,-61,-48",w:156,k:{j:31}},T:{d:"17,-258r164,0v23,3,24,37,-3,37r-61,0r0,209v-1,21,-36,23,-36,-1r0,-208v-29,-3,-80,11,-81,-19v3,-12,9,-18,17,-18",w:208,k:{z:16,y:26,x:24,w:20,v:27,u:20,s:24,r:17,q:45,p:43,o:42,n:32,m:36,j:47,g:43,f:33,e:50,d:42,c:54,a:49,Q:29,O:22,J:47,G:28,C:33,A:57}},U:{d:"103,5v-50,0,-97,-40,-96,-99r0,-144v1,-14,7,-20,20,-19v11,1,16,8,16,16v6,83,-26,209,58,210v30,1,57,-25,57,-61r0,-148v0,-24,36,-20,36,0r0,155v4,42,-44,90,-91,90",w:205,k:{j:33}},V:{d:"103,-66r69,-185v12,-14,32,-9,34,12r-84,227v-9,27,-38,21,-43,-12r-79,-217v0,-10,6,-18,19,-18v10,0,15,12,23,32",w:213,k:{j:47,J:38,A:41}},W:{d:"149,-175r-49,171v-15,17,-30,9,-38,-20v-33,-130,-59,-202,-62,-216v6,-27,31,-23,39,6r45,156v32,-111,48,-169,51,-173v15,-14,34,-7,36,21v3,8,18,59,44,152r50,-171v9,-17,38,-8,33,11r-68,236v-17,15,-29,4,-37,-22",w:305,k:{j:39,A:27}},X:{d:"1,-234v-5,-25,26,-33,36,-12r70,90r77,-99v14,-7,27,-2,29,16v-17,35,-60,79,-83,113v26,40,62,69,83,114v-3,23,-30,22,-37,2r-69,-87r-77,98v-13,10,-33,0,-30,-16v12,-23,64,-83,84,-112v-54,-68,-81,-103,-83,-107",w:223,k:{y:18,j:23,G:25}},Y:{d:"94,-158v54,-71,49,-94,79,-99v26,11,14,25,-7,57r-53,80r0,106v-2,25,-31,26,-37,4r0,-110v-24,-41,-55,-75,-76,-119v4,-24,31,-24,38,-3",w:195,k:{s:23,q:32,p:30,o:34,j:35,g:29,e:28,d:28,c:28,a:30,J:34,A:42}},Z:{d:"17,-258r179,0v21,5,22,27,1,44r-141,183r140,0v12,2,18,8,17,19v-1,12,-8,17,-18,17r-177,0v-10,0,-16,-6,-18,-19v38,-62,111,-145,157,-207r-139,0v-26,-1,-19,-37,-1,-37",w:217,k:{j:20}},"[":{d:"56,-284v27,9,88,-13,89,21v1,23,-38,18,-64,18r0,287v24,1,65,-7,64,19v-2,30,-54,16,-83,19v-13,-2,-19,-10,-19,-20r0,-322v0,-16,9,-17,13,-22",w:136},"\\":{d:"0,-258v2,-13,8,-19,20,-19v12,0,17,12,25,34r90,245v-3,14,-9,20,-22,19v-10,0,-15,-12,-23,-33v-53,-150,-86,-231,-90,-246",w:121},"]":{d:"5,-264v0,-30,53,-13,84,-19v12,3,18,9,18,18r0,327v-2,28,-55,18,-84,18v-21,0,-26,-34,0,-39v13,2,31,0,46,1r0,-287v-25,0,-64,6,-64,-19",w:133},"^":{d:"65,-255v39,-10,77,94,76,93v0,10,-6,15,-19,17v-14,1,-36,-43,-48,-58r-35,54v-31,10,-38,-15,-16,-44v28,-37,39,-60,42,-62",w:165},_:{d:"19,0r156,0v13,2,18,8,17,20v-1,11,-8,17,-17,17r-156,0v-11,0,-17,-7,-19,-20v3,-11,10,-17,19,-17",w:168,k:{_:7}},"`":{d:"95,-177v-14,-3,-92,-62,-41,-76v22,2,62,51,60,57v-3,12,-9,19,-19,19",w:132},a:{d:"95,-149v-29,-1,-58,24,-59,60v-1,30,24,58,62,58v27,0,56,-25,56,-60v0,-29,-23,-57,-59,-58xm95,-185v47,-1,99,39,95,97v-2,33,16,93,-18,93v-9,0,-18,-7,-18,-20v-57,49,-154,5,-154,-76v0,-45,40,-93,95,-94",w:211,k:{j:43,Y:54,T:62}},b:{d:"106,5v-51,2,-98,-43,-98,-101r0,-144v0,-10,6,-17,19,-17v32,6,11,59,17,91v56,-53,156,2,156,75v0,47,-40,94,-94,96xm105,-151v-31,-2,-59,23,-61,61v-1,30,23,59,62,59v28,0,58,-24,58,-61v0,-29,-24,-57,-59,-59",w:211,k:{j:35,Y:52,V:23,T:49}},c:{d:"0,-90v0,-75,106,-132,163,-68v8,14,-1,30,-16,29v-8,0,-34,-24,-53,-20v-28,-2,-56,24,-58,60v-3,47,67,80,103,40v14,-5,25,1,27,17v4,12,-42,37,-74,37v-43,0,-92,-46,-92,-95",w:176,k:{j:30,Y:26,T:49}},d:{d:"0,-91v0,-71,98,-129,156,-75v4,-31,-15,-90,19,-91v11,2,17,8,17,16r0,154v0,46,-49,99,-99,92v-43,3,-93,-47,-93,-96xm98,-151v-32,-2,-60,23,-62,61v-1,29,23,58,62,59v28,1,58,-24,58,-61v0,-29,-23,-57,-58,-59",w:204,k:{j:27}},e:{d:"0,-90v-2,-47,42,-94,95,-95v50,-2,98,41,96,100v0,12,-8,18,-18,18r-132,0v7,27,55,48,89,26v15,0,22,7,22,19v0,14,-22,24,-57,27v-46,2,-93,-39,-95,-95xm153,-103v-2,-16,-34,-53,-60,-45v-24,-3,-50,22,-55,45r115,0",w:198,k:{j:40,Y:43,T:56}},f:{d:"45,-182v-2,-48,24,-79,76,-76v20,1,24,34,-1,37v-26,-3,-41,9,-38,39v24,2,50,-8,51,19v1,18,-30,18,-51,17r0,134v0,20,-32,23,-37,1v3,-43,0,-90,1,-135v-23,-1,-44,6,-46,-19v-1,-15,23,-19,45,-17",w:147,k:{j:43,J:31,A:22}},g:{d:"1,-90v0,-47,44,-95,95,-95v52,-1,94,49,94,113r0,79v2,29,-53,71,-94,71v-37,0,-82,-22,-92,-64v3,-22,32,-23,38,2v30,44,117,35,112,-31v-57,51,-153,0,-153,-75xm97,-149v-32,-2,-59,21,-60,60v-1,29,22,58,61,58v28,0,56,-22,56,-60v0,-28,-23,-56,-57,-58",w:201,k:{Y:45,T:50}},h:{d:"94,-150v-28,0,-52,21,-49,62v-6,33,17,93,-19,93v-9,0,-15,-5,-18,-16r0,-228v0,-24,37,-21,37,-2r0,70v51,-41,135,0,135,66r0,93v0,20,-34,24,-36,1v-4,-62,17,-139,-50,-139",w:193,k:{j:35,Y:46,T:54}},i:{d:"18,-213v0,-25,36,-20,36,-2v0,13,-3,21,-18,21v-9,0,-15,-7,-18,-19xm18,-166v-2,-26,36,-23,36,-4r0,158v0,9,-5,17,-18,17v-10,0,-18,-6,-18,-18r0,-153",w:75,k:{j:30}},j:{d:"100,-5v1,44,-31,81,-82,82v-10,0,-18,-6,-18,-19v0,-10,6,-18,19,-18v27,0,45,-17,45,-51r0,-157v0,-10,7,-16,19,-18v12,2,17,9,17,18r0,163xm82,-230v24,3,25,35,-1,37v-23,-5,-24,-32,1,-37",w:115},k:{d:"176,-168v-3,20,-79,56,-73,57r72,91v-2,36,-24,28,-46,0r-57,-71r-22,14v-5,30,16,79,-19,82v-9,0,-14,-5,-17,-16r0,-229v-1,-26,36,-20,36,-2r0,122v63,-39,86,-67,108,-67v10,0,16,6,18,19",w:185,k:{j:27,T:44}},l:{d:"11,-237v1,-14,7,-20,20,-19v11,1,17,8,17,16r0,209v15,-1,25,2,25,19v0,22,-23,16,-44,17v-10,0,-18,-6,-18,-18r0,-224",w:83,k:{j:27}},m:{d:"89,-146v-56,0,-40,79,-42,134v-1,20,-36,24,-36,0r0,-150v-1,-22,30,-27,36,-9v28,-20,80,-12,99,16v5,-10,32,-26,58,-27v37,-3,77,31,77,75r0,96v0,9,-6,15,-18,16v-11,-2,-17,-7,-17,-17v0,-56,24,-133,-44,-134v-18,-1,-38,15,-38,38r0,96v-1,25,-35,19,-35,0v0,-55,13,-134,-40,-134",w:303,k:{j:29,Y:39,T:46}},n:{d:"107,-148v-33,0,-59,21,-57,67v-6,31,16,86,-19,86v-10,0,-17,-6,-17,-18r0,-152v-2,-26,36,-23,36,-4r0,3v55,-48,149,1,149,71r0,84v0,9,-7,15,-19,16v-32,-6,-14,-59,-17,-91v-3,-35,-18,-62,-56,-62",w:210,k:{j:22,Y:33,T:39}},o:{d:"0,-89v0,-47,43,-95,95,-95v47,0,94,47,94,95v0,49,-41,94,-98,94v-42,0,-91,-46,-91,-94xm153,-91v0,-73,-112,-74,-116,0v-2,32,23,59,60,60v28,1,56,-23,56,-60",w:195,k:{j:35,Y:40,T:45}},p:{d:"199,-90v0,69,-96,126,-153,74v-6,34,16,87,-18,94v-9,0,-15,-5,-18,-17r0,-145v0,-55,34,-96,95,-101v47,-4,94,47,94,95xm104,-148v-29,0,-56,22,-57,59v-1,29,24,57,60,57v28,0,55,-24,56,-60v1,-27,-26,-56,-59,-56",w:206,k:{j:32,Y:40,T:52}},q:{d:"4,-89v0,-47,43,-94,94,-94v50,0,94,44,94,100r0,144v-2,25,-36,20,-36,2r0,-78v-57,51,-152,0,-152,-74xm97,-146v-28,0,-56,21,-57,58v0,29,23,57,59,57v27,1,56,-23,56,-60v0,-27,-26,-55,-58,-55",w:202,k:{Y:43,V:21,T:46}},r:{d:"141,-144v-48,-15,-82,4,-87,54v-4,34,17,95,-19,95v-10,0,-18,-6,-18,-18r0,-153v-1,-28,40,-24,37,-1v15,-13,34,-20,57,-20v16,1,48,6,48,26v0,11,-8,17,-18,17",w:162,k:{j:30,Z:35,T:39,J:41}},s:{d:"82,-32v16,0,32,-9,42,-25v0,-2,-2,-5,-7,-5v-87,-24,-102,-7,-113,-59v-6,-26,42,-63,79,-63v32,0,58,14,77,44v5,29,-29,34,-40,9v-23,-23,-66,-22,-79,11v64,25,117,9,120,63v1,27,-40,64,-81,62v-29,-1,-75,-15,-75,-53v0,-9,6,-16,19,-17v14,2,32,40,58,33",w:170,k:{j:33,Y:45,T:41}},t:{d:"101,5v-39,4,-67,-16,-67,-58r0,-93v-18,2,-35,-4,-34,-18v3,-22,14,-17,34,-17v2,-26,-9,-72,19,-69v29,3,13,42,17,69v22,1,41,-7,44,17v2,18,-22,20,-44,18v8,42,-25,120,33,116v9,0,15,6,16,18v-2,11,-8,17,-18,17",w:121,k:{j:25}},u:{d:"105,-31v29,2,55,-24,57,-60v2,-33,-13,-92,19,-95v11,3,17,9,17,18r0,157v0,9,-7,15,-19,16v-12,-2,-18,-7,-17,-19v-62,47,-155,3,-150,-80v2,-32,-13,-89,19,-92v33,7,13,55,18,87v-2,44,21,66,56,68",w:208,k:{j:27,T:44}},v:{d:"0,-165v5,-31,27,-24,41,4r52,106v38,-81,59,-123,62,-126v12,-10,34,-1,30,13v-7,27,-60,129,-78,167v-19,14,-27,3,-39,-22v-41,-88,-65,-134,-68,-142",w:193,k:{j:38,Z:42,T:44,A:28}},w:{d:"116,-105r-33,102v-9,14,-29,9,-34,-7r-49,-154v9,-30,29,-22,40,11r27,83v21,-68,33,-103,35,-106v15,-14,27,-5,35,19r28,87v20,-64,32,-100,34,-105v11,-16,34,-4,33,12r-52,161v-18,15,-28,4,-37,-22",w:242,k:{j:39,Y:23,T:58}},x:{d:"18,-182v19,0,56,63,61,66v6,-7,21,-29,49,-61v8,-10,35,-1,30,15v-4,12,-44,56,-56,74v38,49,57,65,56,76v-2,21,-31,22,-40,0r-39,-48v-41,46,-40,60,-61,65v-30,-10,-15,-26,8,-55r30,-38v-18,-26,-43,-45,-56,-76v2,-12,8,-18,18,-18",w:163,k:{j:27,T:37}},y:{d:"80,-67v29,-71,45,-108,47,-111v11,-10,32,-2,30,13r-94,226v-10,9,-33,1,-29,-14v0,-2,9,-25,27,-69r-58,-144v9,-26,30,-19,40,11v24,68,29,68,37,88",w:162,k:{j:32,Z:21,Y:17,X:14,T:54,A:22}},z:{d:"12,-184v39,4,89,2,130,1v26,9,18,22,0,44r-86,108r86,0v23,2,23,36,0,36r-124,0v-31,-11,-15,-26,10,-58r75,-94v-34,-4,-97,14,-103,-18v1,-13,9,-14,12,-19",w:172,k:{j:32,Y:11,T:53}},"{":{d:"83,-241v-1,-32,28,-44,67,-44v22,0,29,34,3,37v-12,2,-33,-6,-33,8v0,41,8,92,-7,122v16,30,3,86,7,127v7,14,55,-6,50,25v2,18,-24,17,-44,17v-57,0,-40,-88,-42,-145v-7,-10,-41,-2,-38,-24v3,-23,24,-13,37,-22r0,-101"},"|":{d:"76,-272v0,-26,37,-21,37,0r0,335v-2,19,-37,25,-37,-2r0,-333"},"}":{d:"19,-264v0,-23,22,-19,44,-19v19,0,41,12,41,39r0,102v4,12,43,1,36,26v1,13,-15,17,-31,16v-4,0,-5,4,-5,12v-5,65,27,146,-68,136v-25,-2,-19,-37,0,-36v10,-2,30,5,31,-6v3,-41,-8,-96,8,-124v-15,-29,-4,-83,-7,-123v-8,-15,-49,8,-49,-23"},"~":{d:"33,-128v2,-34,57,-34,82,-12v10,2,17,-2,25,-4v15,3,22,10,22,22v0,28,-59,37,-82,12v-10,-3,-17,3,-27,3v-13,-3,-20,-10,-20,-21"}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * C 2006 The Monotype Corporation. All Rights Reserved.
 *
 * Trademark:
 * Arial is a trademark of The Monotype Corporation in the United States and/or
 * other countries.
 *
 * Description:
 * Monotype Drawing Office 1982. A contemporary sans serif design, Arial contains
 * more humanist characteristics than many of its predecessors and as such is more
 * in tune with the mood of the last decades of the twentieth century. The overall
 * treatment of curves is softer and fuller than in most industrial-style sans
 * serif faces. Terminal strokes are cut on the diagonal which helps to give the
 * face a less mechanical appearance. Arial is an extremely versatile family of
 * typefaces which can be used with equal success for text setting in reports,
 * presentations, magazines etc, and for display use in newspapers, advertising and
 * promotions.
 *
 * Manufacturer:
 * Monotype Typography, Inc.
 *
 * Designer:
 * Robin Nicholas, Patricia Saunders
 *
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 *
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({w:240,face:{"font-family":"Arial Black","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 10 4 2 1 2 2 2 4",ascent:"288",descent:"-72","x-height":"4",bbox:"-18 -277 360 76.88","underline-thickness":"21.6211","underline-position":"-34.2773","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:120},"!":{d:"22,-258r76,0v3,67,-8,120,-15,177r-47,0v-6,-58,-17,-111,-14,-177xm24,-63r72,0r0,63r-72,0r0,-63",w:119},'"':{d:"8,-258r71,0v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95xm100,-258r71,0v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95",w:180},"#":{d:"44,-106r10,-45r-43,0r0,-48r52,0r13,-63r50,0r-13,63r39,0r12,-63r50,0r-12,63r24,0r0,48r-34,0r-9,45r43,0r0,48r-53,0r-12,62r-50,0r12,-62r-38,0r-13,62r-50,0r13,-62r-24,0r0,-48r33,0xm94,-106r39,0r9,-45r-38,0",w:237},"$":{d:"20,-184v0,-48,36,-74,87,-76r0,-17r25,0r0,17v49,3,79,22,88,63r-66,10v-6,-16,-9,-19,-22,-27r0,51v61,16,95,28,95,84v0,54,-38,82,-95,83r0,33r-25,0r0,-33v-57,-4,-88,-28,-98,-78r72,-8v3,24,9,30,26,39r0,-62v-52,-15,-87,-24,-87,-79xm107,-215v-17,3,-25,20,-16,36v3,4,9,6,16,9r0,-45xm132,-42v22,-3,38,-25,23,-43v-4,-5,-12,-9,-23,-13r0,56"},"%":{d:"236,-262r37,0r-149,275r-36,0xm87,-127v-44,0,-70,-26,-70,-67v0,-42,27,-68,70,-68v44,-1,70,26,70,68v0,42,-27,67,-70,67xm87,-232v-29,0,-28,76,0,76v29,0,28,-76,0,-76xm273,13v-43,0,-70,-27,-70,-68v0,-41,27,-68,70,-68v43,0,70,26,70,68v0,42,-27,68,-70,68xm273,-93v-28,1,-29,76,0,76v29,0,27,-75,0,-76",w:360},"&":{d:"234,-205v0,40,-23,47,-53,68v13,13,25,24,39,35v4,-7,7,-15,10,-23r56,12v-6,21,-10,29,-20,47r39,26r-38,44r-42,-25v-56,40,-202,37,-198,-48v2,-40,27,-61,63,-75v-14,-19,-25,-30,-25,-55v0,-42,36,-63,85,-63v48,0,84,18,84,57xm153,-223v-31,4,-32,30,-6,52v14,-7,28,-17,29,-33v0,-12,-10,-20,-23,-19xm122,-108v-37,15,-27,67,15,66v13,0,28,-5,44,-15v-15,-12,-35,-29,-59,-51",w:320},"'":{d:"15,-258r71,0v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95",w:100},"(":{d:"20,-94v0,-74,25,-118,61,-168r45,0v-50,103,-59,227,0,338r-45,0v-38,-55,-61,-93,-61,-170",w:140},")":{d:"120,-94v0,-74,-25,-118,-61,-168r-45,0v50,103,59,227,0,338r45,0v38,-55,61,-93,61,-170",w:140},"*":{d:"80,-262r38,0r-7,48r44,-22r13,38v-18,3,-28,7,-50,7v15,11,22,21,34,34r-31,24v-9,-17,-14,-23,-22,-44v-10,23,-14,26,-23,44r-32,-24v11,-11,24,-26,36,-34r-49,-7r13,-38r43,22v-4,-20,-5,-29,-7,-48",w:200},"+":{d:"22,-157r68,0r0,-68r56,0r0,68r68,0r0,57r-68,0r0,67r-56,0r0,-67r-68,0r0,-57",w:237},",":{d:"22,-71r76,0v-1,40,5,87,-13,110v-10,13,-25,23,-47,33r-16,-31v22,-11,33,-17,36,-41r-36,0r0,-71",w:119},"-":{d:"8,-122r104,0r0,56r-104,0r0,-56",w:119},"\u00ad":{d:"8,-122r104,0r0,56r-104,0r0,-56",w:119},".":{d:"22,-72r76,0r0,72r-76,0r0,-72",w:119},"/":{d:"65,-262r36,0r-65,266r-36,0",w:100},"0":{d:"120,4v-82,1,-104,-53,-105,-134v-1,-90,26,-131,107,-132v81,-2,103,56,103,131v0,88,-21,135,-105,135xm119,-214v-34,6,-33,36,-33,84v0,51,0,80,34,86v34,-6,34,-39,34,-84v0,-51,0,-80,-35,-86"},"1":{d:"29,-193v45,-14,70,-32,89,-69r59,0r0,262r-72,0r0,-172v-25,18,-42,28,-76,38r0,-59"},"2":{d:"223,-187v0,68,-74,90,-111,129r112,0r0,58r-215,0v5,-77,89,-114,133,-162v19,-20,6,-52,-21,-51v-22,1,-32,14,-35,39r-71,-6v7,-59,37,-82,104,-82v63,-1,104,21,104,75"},"3":{d:"115,-218v-20,0,-27,13,-31,35r-67,-12v12,-45,42,-66,100,-67v57,-1,95,20,95,66v0,27,-16,42,-36,54v31,8,47,25,50,60v7,91,-143,112,-193,54v-9,-11,-15,-24,-20,-40r71,-10v5,24,13,39,36,39v21,0,33,-17,33,-39v0,-32,-26,-45,-57,-33r4,-51v41,11,60,-56,15,-56"},"4":{d:"138,-48r-131,0r0,-59r131,-155r62,0r0,158r33,0r0,56r-33,0r0,48r-62,0r0,-48xm138,-104r0,-81r-69,81r69,0"},"5":{d:"154,-84v0,-48,-52,-58,-72,-26r-61,-9r23,-139r170,0r0,57r-115,0r-7,39v59,-30,134,5,134,71v0,102,-153,126,-201,54v-5,-8,-9,-18,-13,-30r72,-8v4,21,15,36,36,36v21,0,34,-20,34,-45"},"6":{d:"15,-127v-6,-105,67,-157,159,-128v25,8,40,28,48,55r-71,9v-2,-31,-40,-36,-53,-10v-4,8,-8,27,-10,55v43,-55,145,-14,139,61v-5,57,-37,89,-99,89v-83,0,-108,-48,-113,-131xm125,-128v-22,0,-35,18,-35,43v0,25,15,45,37,45v21,0,33,-19,33,-43v0,-26,-13,-45,-35,-45"},"7":{d:"225,-209v-55,50,-87,112,-94,209r-72,0v14,-93,34,-134,84,-197r-127,0r0,-61r209,0r0,49"},"8":{d:"15,-76v0,-35,16,-52,43,-63v-72,-37,-23,-123,58,-123v58,0,101,21,101,69v0,26,-13,42,-33,54v24,12,41,32,41,64v0,56,-43,79,-104,79v-67,0,-106,-22,-106,-80xm119,-218v-18,0,-29,11,-29,29v-1,19,14,30,31,30v16,0,28,-12,28,-29v0,-17,-13,-31,-30,-30xm119,-117v-19,0,-33,18,-33,39v0,20,15,38,34,38v18,0,33,-18,33,-38v0,-21,-15,-39,-34,-39"},"9":{d:"225,-130v5,103,-68,156,-159,127v-25,-8,-40,-28,-48,-55r71,-9v2,31,40,36,53,10v5,-9,8,-26,10,-54v-45,54,-147,13,-140,-62v5,-55,38,-90,99,-89v83,0,110,48,114,132xm115,-130v22,0,35,-18,35,-43v0,-24,-14,-44,-36,-44v-22,0,-33,17,-33,42v0,25,12,45,34,45"},":":{d:"22,-187r76,0r0,72r-76,0r0,-72xm22,-72r76,0r0,72r-76,0r0,-72",w:119},";":{d:"22,-187r76,0r0,72r-76,0r0,-72xm22,-71r76,0v-1,40,5,87,-13,110v-10,13,-25,23,-47,33r-16,-31v22,-11,33,-17,36,-41r-36,0r0,-71",w:119},"\u037e":{d:"22,-187r76,0r0,72r-76,0r0,-72xm22,-71r76,0v-1,40,5,87,-13,110v-10,13,-25,23,-47,33r-16,-31v22,-11,33,-17,36,-41r-36,0r0,-71",w:119},"<":{d:"219,-20r-200,-83r0,-52r200,-83r0,63r-122,46r122,47r0,62",w:237},"=":{d:"22,-201r192,0r0,58r-192,0r0,-58xm22,-114r192,0r0,57r-192,0r0,-57",w:237},">":{d:"19,-20r200,-83r0,-52r-200,-83r0,63r122,46r-122,47r0,62",w:237},"?":{d:"207,-188v2,51,-68,56,-69,107r-67,0v-7,-61,45,-65,64,-106v0,-12,-8,-21,-23,-20v-21,0,-28,14,-31,37r-68,-9v5,-53,38,-83,100,-83v53,0,92,29,94,74xm69,-63r71,0r0,63r-71,0r0,-63",w:219},"@":{d:"124,-208v22,0,31,10,42,26r3,-20r34,0r-22,145v-1,5,3,7,7,7v34,-8,52,-42,52,-86v0,-61,-39,-101,-98,-100v-73,1,-116,53,-116,128v-1,72,44,123,114,123v39,0,67,-14,91,-33r36,0v-28,36,-67,59,-126,59v-87,0,-142,-61,-142,-149v0,-89,52,-153,143,-154v73,-1,126,53,125,126v-1,61,-34,116,-91,116v-16,0,-23,-8,-27,-21v-37,44,-100,11,-100,-54v0,-50,29,-113,75,-113xm130,-180v-36,0,-44,56,-44,93v0,21,6,41,26,41v37,0,41,-62,43,-99v1,-19,-9,-35,-25,-35",w:266},A:{d:"185,-43r-91,0r-12,43r-82,0r97,-258r87,0r97,258r-83,0xm168,-98r-28,-93r-29,93r57,0",w:280,k:{v:6,u:4,p:-6,Y:31,W:-3,V:20,U:12,T:25,Q:7,O:7,G:7,C:7}},B:{d:"211,-137v64,4,70,104,19,125v-53,22,-133,9,-203,12r0,-258v90,5,226,-27,226,64v0,29,-16,50,-42,57xm175,-182v0,-29,-39,-22,-68,-23r0,48v30,-1,68,6,68,-25xm185,-82v0,-33,-45,-25,-78,-26r0,53v34,0,78,6,78,-27",w:280,k:{U:9,A:6,".":-6,",":-9}},C:{d:"146,-55v33,1,45,-21,52,-50r70,21v-15,56,-47,89,-117,89v-89,0,-132,-47,-134,-134v-2,-84,47,-134,130,-133v67,1,101,27,118,80r-70,16v-6,-23,-19,-36,-46,-36v-37,0,-53,28,-52,72v0,48,10,74,49,75",w:280,k:{".":-6,",":-9}},D:{d:"265,-130v2,87,-42,130,-119,130r-119,0r0,-258r119,0v84,0,117,49,119,128xm185,-128v0,-58,-21,-74,-78,-71r0,140v58,4,78,-10,78,-69",w:280,k:{Y:12,W:-6,V:12,A:15,".":6,",":4}},E:{d:"26,-258r214,0r0,55r-134,0r0,41r124,0r0,53r-124,0r0,51r137,0r0,58r-217,0r0,-258",w:259},F:{d:"27,-258r197,0r0,56r-117,0r0,45r100,0r0,52r-100,0r0,105r-80,0r0,-258",k:{r:12,o:12,l:-3,e:12,a:9,A:34,".":55,",":53}},G:{d:"96,-130v0,77,65,95,113,61r0,-24r-53,0r0,-54r123,0r0,110v-43,28,-65,41,-127,41v-90,2,-135,-48,-135,-133v0,-85,45,-133,138,-133v73,0,103,20,120,73r-76,14v-5,-19,-20,-30,-45,-30v-40,1,-58,29,-58,75",w:299,k:{".":-4,",":-6}},H:{d:"27,-258r79,0r0,90r87,0r0,-90r80,0r0,258r-80,0r0,-104r-87,0r0,104r-79,0r0,-258",w:299},I:{d:"30,-258r79,0r0,258r-79,0r0,-258",w:140},J:{d:"108,-55v22,0,26,-18,26,-44r0,-159r79,0r0,140v4,83,-25,121,-99,123v-71,2,-102,-30,-108,-92r76,-10v0,25,4,42,26,42",k:{y:6,u:9,o:9,e:9,a:6,A:9,".":9,",":7}},K:{d:"27,-258r79,0r0,98r84,-98r106,0r-94,98r98,160r-98,0r-55,-106r-41,43r0,63r-79,0r0,-258",w:299,k:{y:6,v:6,u:9,o:12,e:12,O:12,G:12,C:12}},L:{d:"26,-258r80,0r0,195r124,0r0,63r-204,0r0,-258",k:{y:4,w:6,Y:28,W:6,V:18,U:9,T:18,O:6,G:6,C:6}},M:{d:"25,-258r105,0r41,157r40,-157r104,0r0,258r-65,0r0,-197r-50,197r-59,0r-50,-197r0,197r-66,0r0,-258",w:339},N:{d:"27,-258r74,0r97,143r0,-143r75,0r0,258r-75,0r-96,-142r0,142r-75,0r0,-258",w:299,k:{A:4}},O:{d:"153,4v-91,2,-137,-46,-137,-133v0,-83,49,-133,133,-133v85,0,135,47,134,131v-1,88,-44,133,-130,135xm149,-202v-38,0,-53,29,-53,74v0,46,15,73,54,73v42,0,54,-27,54,-77v1,-43,-17,-70,-55,-70",w:299,k:{Y:24,X:19,W:6,V:15,T:9,A:12,".":9,",":6}},P:{d:"245,-179v1,71,-60,90,-139,83r0,96r-80,0r0,-258r132,0v56,-1,86,27,87,79xm167,-176v0,-28,-28,-31,-61,-29r0,57v31,1,61,0,61,-28",w:259,k:{o:9,e:9,a:6,A:31,".":68,",":65}},Q:{d:"149,-262v86,0,134,48,134,133v0,38,-9,68,-28,91v19,13,19,14,38,22r-22,45v-17,-8,-45,-26,-56,-36v-98,36,-199,-14,-199,-121v0,-84,49,-134,133,-134xm96,-131v0,55,20,82,69,74v-7,-6,-17,-12,-31,-18r12,-29v22,3,28,14,48,26v20,-41,14,-129,-45,-124v-36,3,-53,29,-53,71",w:299,k:{Y:18,V:15,T:7,A:-6,".":-6,",":-12}},R:{d:"260,-186v-2,43,-24,64,-62,72v49,18,57,74,83,114r-90,0v-19,-32,-35,-72,-57,-99v-8,-5,-16,-6,-27,-6r0,105r-80,0r0,-258v96,6,235,-29,233,72xm180,-180v2,-32,-41,-25,-73,-26r0,53v33,0,71,4,73,-27",w:280,k:{w:-6,u:6,o:9,e:9,Y:15,V:6,U:6,T:3,Q:7,O:6,G:7,C:7}},S:{d:"203,-151v84,45,31,173,-71,155v-78,2,-112,-28,-120,-89r76,-5v3,28,18,42,45,44v28,2,48,-27,27,-45v-47,-24,-144,-26,-138,-96v5,-53,45,-76,110,-75v65,1,99,21,106,77r-75,4v-4,-22,-15,-31,-39,-33v-20,-1,-39,19,-22,31v21,15,88,21,101,32",w:259},T:{d:"8,-258r242,0r0,64r-81,0r0,194r-80,0r0,-194r-81,0r0,-64",w:259,k:{z:12,y:6,w:4,u:15,s:24,r:15,o:24,m:15,l:-7,h:-10,e:22,c:22,a:18,Q:12,O:12,G:12,C:12,A:24,";":12,":":12,".":55,"-":24,",":53}},U:{d:"150,-56v28,0,44,-17,44,-44r0,-158r80,0r0,154v-4,70,-43,109,-118,109v-79,0,-129,-35,-129,-109r0,-154r79,0r0,158v0,27,16,44,44,44",w:299,k:{A:12,".":12,",":9}},V:{d:"1,-258r83,0r58,186r57,-186r81,0r-95,258r-87,0",w:280,k:{u:12,r:12,o:18,i:-6,e:18,a:15,Q:12,O:12,G:12,C:12,A:21,";":9,":":9,".":46,"-":15,",":43}},W:{d:"0,-258r75,0r28,144r39,-144r76,0r40,144r27,-144r75,0r-57,258r-78,0r-45,-162r-45,162r-78,0",w:360,k:{u:6,o:9,i:-12,h:-12,e:9,d:9,a:6,O:6,G:6,C:6,".":19,"-":4,",":15}},X:{d:"9,-258r87,0r46,80r44,-80r87,0r-80,125r88,133r-90,0r-51,-83r-51,83r-88,0r88,-134",w:280,k:{O:12,G:12,C:12}},Y:{d:"0,-258r89,0r52,87r52,-87r88,0r-100,150r0,108r-80,0r0,-108",w:280,k:{v:9,u:22,q:31,p:18,o:31,e:34,d:34,a:31,S:15,O:22,G:22,C:22,A:34,";":22,":":22,".":61,"-":31,",":58}},Z:{d:"20,-258r225,0r0,52r-144,151r149,0r0,55r-244,0r0,-53r143,-150r-129,0r0,-55",w:259},"[":{d:"24,-258r108,0r0,56r-43,0r0,218r43,0r0,56r-108,0r0,-330",w:140},"\\":{d:"35,-262r-36,0r65,266r36,0",w:100},"]":{d:"116,-258r-108,0r0,56r43,0r0,218r-43,0r0,56r108,0r0,-330",w:140},"^":{d:"94,-262r49,0r71,143r-62,0r-34,-86r-34,86r-62,0",w:237},_:{d:"-2,27r184,0r0,18r-184,0r0,-18",w:180},"`":{d:"0,-262r61,0r29,52r-34,0",w:119},a:{d:"124,-148v-23,0,-31,5,-37,22r-69,-7v9,-45,44,-57,97,-58v62,-1,102,12,104,69v2,42,-7,93,9,122r-67,0v-6,-9,-6,-11,-8,-23v-31,39,-140,39,-140,-26v0,-67,98,-53,136,-76v0,-17,-7,-23,-25,-23xm108,-36v30,0,45,-19,41,-53v-20,11,-62,9,-64,34v-1,13,9,20,23,19",k:{v:6,t:6,p:-4,g:-6,b:-4}},b:{d:"149,4v-31,0,-44,-11,-60,-32r0,28r-67,0r0,-258r72,0r0,90v49,-50,140,-10,133,72v-5,55,-24,100,-78,100xm127,-137v-23,0,-33,17,-33,43v0,28,10,46,32,46v22,0,30,-19,30,-47v1,-24,-10,-42,-29,-42",k:{v:9,b:-4}},c:{d:"84,-91v-7,52,68,63,77,18r68,8v-14,43,-43,69,-102,69v-73,0,-114,-26,-114,-96v0,-67,40,-98,109,-99v59,-1,90,20,103,64r-67,9v-17,-43,-79,-23,-74,27",k:{y:6,l:9,k:6,h:6}},d:{d:"13,-95v0,-83,83,-124,133,-73r0,-90r72,0r0,258r-67,0r0,-28v-16,22,-29,31,-60,32v-52,1,-78,-46,-78,-99xm114,-48v22,0,32,-18,32,-46v0,-26,-10,-43,-32,-43v-21,0,-30,19,-30,45v0,25,10,44,30,44",k:{w:-4,d:-4}},e:{d:"118,-191v79,1,112,36,111,115r-144,0v-1,38,52,51,69,21r71,7v-23,38,-46,51,-105,52v-71,2,-105,-33,-107,-97v-2,-60,43,-99,105,-98xm156,-110v2,-38,-42,-51,-62,-25v-4,6,-7,14,-8,25r70,0",k:{x:9,v:9,g:-9,b:4}},f:{d:"30,-187v-2,-50,14,-78,66,-75v13,0,31,1,55,4r-8,44v-26,-6,-45,-4,-42,27r34,0r0,53r-34,0r0,134r-71,0r0,-134r-27,0r0,-53r27,0",w:140,k:{o:6,k:-4,f:-9,e:6,a:4,"?":-30,".":22,",":19,"!":-30," ":-21}},g:{d:"13,-102v-12,-86,102,-118,139,-57r0,-28r66,0r1,185v-3,55,-43,79,-103,78v-66,-1,-98,-14,-98,-72r70,8v11,31,66,24,58,-18r0,-28v-45,56,-144,14,-133,-68xm114,-139v-22,0,-30,17,-30,43v-1,23,11,40,31,40v20,0,33,-17,32,-41v0,-24,-12,-42,-33,-42",k:{y:-6,r:-7,l:-4,g:-4}},h:{d:"122,-135v-48,0,-23,88,-29,135r-71,0r0,-258r71,0r0,95v36,-46,126,-35,126,44r0,119r-72,0r0,-103v0,-22,-6,-32,-25,-32"},i:{d:"24,-258r72,0r0,49r-72,0r0,-49xm24,-187r72,0r0,187r-72,0r0,-187",w:119},j:{d:"24,-258r72,0r0,50r-72,0r0,-50xm-7,18v24,4,31,-3,31,-30r0,-175r72,0r0,181v9,81,-44,91,-114,76",w:119},k:{d:"22,-258r73,0r0,133r53,-62r88,0r-67,66r71,121r-81,0r-37,-75r-27,26r0,49r-73,0r0,-258",k:{y:-6,o:12,e:12}},l:{d:"24,-258r72,0r0,258r-72,0r0,-258",w:119,k:{y:-6}},m:{d:"89,-159v21,-39,104,-45,121,0v34,-51,129,-41,129,42r0,117r-72,0r0,-106v1,-17,-10,-29,-23,-29v-47,0,-22,88,-28,135r-72,0r0,-103v2,-22,-5,-30,-22,-32v-47,5,-22,88,-28,135r-72,0r0,-187r67,0r0,28",w:360},n:{d:"122,-135v-48,0,-23,88,-29,135r-71,0r0,-187r66,0r0,31v29,-53,131,-47,131,37r0,119r-72,0r0,-103v0,-22,-6,-32,-25,-32",k:{v:10}},o:{d:"120,4v-62,0,-108,-39,-107,-97v0,-58,45,-98,107,-98v63,0,106,36,107,97v0,61,-43,98,-107,98xm121,-142v-24,0,-36,21,-36,49v0,29,12,49,35,49v24,0,35,-21,35,-50v0,-27,-11,-48,-34,-48",k:{z:-6,y:6,x:13,w:7,v:12,".":6,",":4}},p:{d:"227,-91v0,83,-84,122,-133,73r0,89r-72,0r0,-258r67,0r0,28v16,-22,29,-31,60,-32v51,-1,78,47,78,100xm126,-138v-23,0,-32,18,-32,45v0,27,11,44,33,44v20,0,29,-19,29,-45v0,-25,-9,-44,-30,-44",k:{y:6,w:9,".":6,",":4}},q:{d:"91,-191v30,0,44,10,60,32r0,-28r67,0r0,258r-72,0r0,-89v-48,50,-141,9,-133,-73v5,-55,25,-100,78,-100xm114,-49v22,0,32,-18,32,-44v1,-27,-9,-45,-32,-45v-22,0,-30,18,-30,46v-1,25,11,43,30,43"},r:{d:"147,-130v-43,-17,-53,17,-53,67r0,63r-72,0r0,-187r67,0r0,31v12,-33,46,-45,80,-25",w:159,k:{y:-21,v:-21,u:-12,t:-18,s:-9,r:-15,q:-9,p:-15,o:-6,n:-18,m:-18,l:-12,k:-12,j:-15,g:-9,e:-6,d:-9,c:-6,a:-6,";":-15,":":-15,".":28,",":24}},s:{d:"198,-90v30,55,-22,94,-88,94v-62,0,-89,-14,-101,-56r71,-6v2,27,56,33,62,6v-1,-25,-76,-20,-91,-32v-18,-6,-34,-26,-34,-49v0,-69,127,-72,166,-37v7,7,13,17,18,29r-68,7v-2,-21,-50,-28,-52,-4v4,24,74,14,91,28v12,5,21,10,26,20",w:219,k:{w:9}},t:{d:"150,-2v-62,14,-124,9,-114,-67r0,-65r-26,0r0,-53r26,0r0,-34r72,-37r0,71r39,0r0,53r-39,0r0,66v-3,27,17,24,37,17",w:159},u:{d:"118,-52v48,0,23,-88,29,-135r71,0r0,187r-66,0r0,-30v-31,52,-131,46,-131,-38r0,-119r72,0r0,103v0,22,6,32,25,32"},v:{d:"0,-187r75,0r36,119r38,-119r72,0r-79,187r-64,0",w:219,k:{q:9,o:9,e:9,d:6,c:9,".":33,",":31}},w:{d:"1,-187r69,0r30,118r38,-118r64,0r40,118r30,-118r68,0r-68,187r-64,0r-38,-112r-36,112r-64,0",w:339,k:{q:6,o:6,h:-6,e:4,d:4,c:4,a:4,".":31,",":28}},x:{d:"5,-187r85,0r30,52r35,-52r78,0r-63,89r68,98r-83,0r-35,-60r-41,60r-77,0r68,-98",k:{o:6,e:6,d:6,c:6}},y:{d:"1,-187r75,0r39,125r36,-125r70,0r-74,200v-17,60,-56,70,-130,59r-6,-50v27,9,63,8,68,-22",w:219,k:{o:6,e:6,d:6,c:6,a:6,".":34,",":31}},z:{d:"14,-187r173,0r0,42r-95,96r100,0r0,49r-185,0r0,-46r89,-92r-82,0r0,-49",w:200,k:{o:4,e:4,d:4,c:4}},"{":{d:"39,-170v0,-73,23,-99,97,-92r0,58v-32,0,-34,11,-34,47v0,36,-5,54,-31,64v27,11,31,28,31,68v1,35,1,44,34,44r0,57v-75,6,-97,-18,-97,-93v0,-31,-5,-46,-34,-46r0,-60v30,0,34,-16,34,-47",w:140},"|":{d:"28,-258r45,0r0,329r-45,0r0,-329",w:100},"}":{d:"101,-170v0,-73,-23,-99,-97,-92r0,58v32,0,34,11,34,47v0,36,5,54,31,64v-27,11,-31,28,-31,68v-1,35,-1,44,-34,44r0,57v75,6,97,-18,97,-93v0,-31,5,-46,34,-46r0,-60v-30,0,-34,-16,-34,-47",w:140},"~":{d:"79,-171v31,0,58,28,87,28v16,0,33,-10,53,-28r0,57v-22,17,-31,26,-59,28v-29,2,-60,-29,-87,-29v-18,0,-37,10,-56,29r0,-58v20,-17,32,-27,62,-27",w:237},"\u00a0":{w:120}}});Cufon.replace(["li","a"],{textShadow:'#000 1px 1px',hover:true,hoverables:{a:true}});Cufon.replace(["#info p"],{fontFamily:"Comfortaa",textShadow:'#000 1px 1px'});Cufon.replace(["h1","h2","li a"],{fontFamily:"Arial Black",color:"-linear-gradient(#fff, #DDDDDD)",textShadow:'#000 1px 1px'});
