(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(q,p,r){return r.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?q:p+"></"+r+">"});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),n=!m.indexOf("<table")&&!j?a.firstChild&&a.firstChild.childNodes:k[1]=="<table>"&&!j?a.childNodes:[];for(var o=n.length-1;o>=0;--o){if(T.nodeName(n[o],"tbody")&&!n[o].childNodes.length){n[o].parentNode.removeChild(n[o])}}}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 n=function(r,v,ai,D){ai=ai||[];v=v||document;if(v.nodeType!==1&&v.nodeType!==9){return[]}if(!r||typeof r!=="string"){return ai}var q=[],t,A,x,w,C,u,s=true;b.lastIndex=0;while((t=b.exec(r))!==null){q.push(t[1]);if(t[2]){u=RegExp.rightContext;break}}if(q.length>1&&g.exec(r)){if(q.length===2&&k.relative[q[0]]){A=j(q[0]+q[1],v)}else{A=k.relative[q[0]]?[v]:n(q.shift(),v);while(q.length){r=q.shift();if(k.relative[r]){r+=q.shift()}A=j(r,A)}}}else{var B=D?{expr:q.pop(),set:o(D)}:n.find(q.pop(),q.length===1&&v.parentNode?v.parentNode:v,c(v));A=n.filter(B.expr,B.set);if(q.length>0){x=o(A)}else{s=false}while(q.length){var y=q.pop(),z=y;if(!k.relative[y]){y=""}else{z=q.pop()}if(z==null){z=v}k.relative[y](x,z,c(v))}}if(!x){x=A}if(!x){throw"Syntax error, unrecognized expression: "+(y||r)}if(l.call(x)==="[object Array]"){if(!s){ai.push.apply(ai,x)}else{if(v.nodeType===1){for(var p=0;x[p]!=null;p++){if(x[p]&&(x[p]===true||x[p].nodeType===1&&i(v,x[p]))){ai.push(A[p])}}}else{for(var p=0;x[p]!=null;p++){if(x[p]&&x[p].nodeType===1){ai.push(A[p])}}}}}else{o(x,ai)}if(u){n(u,v,ai,D);if(m){hasDuplicate=false;ai.sort(m);if(hasDuplicate){for(var p=1;p<ai.length;p++){if(ai[p]===ai[p-1]){ai.splice(p--,1)}}}}}return ai};n.matches=function(q,p){return n(q,null,null,p)};n.find=function(p,w,x){var q,s;if(!p){return[]}for(var t=0,u=k.order.length;t<u;t++){var r=k.order[t],s;if((s=k.match[r].exec(p))){var v=RegExp.leftContext;if(v.substr(v.length-1)!=="\\"){s[1]=(s[1]||"").replace(/\\/g,"");q=k.find[r](s,w,x);if(q!=null){p=p.replace(k.match[r],"");break}}}}if(!q){q=w.getElementsByTagName("*")}return{set:q,expr:p}};n.filter=function(C,D,z,t){var u=C,x=[],p=D,r,w,q=D&&D[0]&&c(D[0]);while(C&&D.length){for(var ai in k.filter){if((r=k.match[ai].exec(C))!=null){var v=k.filter[ai],y,A;w=false;if(p==x){x=[]}if(k.preFilter[ai]){r=k.preFilter[ai](r,p,z,x,t,q);if(!r){w=y=true}else{if(r===true){continue}}}if(r){for(var s=0;(A=p[s])!=null;s++){if(A){y=v(A,r,s,p);var B=t^!!y;if(z&&y!=null){if(B){w=true}else{p[s]=false}}else{if(B){x.push(A);w=true}}}}}if(y!==ab){if(!z){p=x}C=C.replace(k.match[ai],"");if(!w){return[]}break}}}if(C==u){if(w==null){throw"Syntax error, unrecognized expression: "+C}else{break}}u=C}return p};var k=n.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(p){return p.getAttribute("href")}},relative:{"+":function(p,w,q){var s=typeof w==="string",x=s&&!/\W/.test(w),r=s&&!x;if(x&&!q){w=w.toUpperCase()}for(var t=0,u=p.length,v;t<u;t++){if((v=p[t])){while((v=v.previousSibling)&&v.nodeType!==1){}p[t]=r||v&&v.nodeName===w?v||false:v===w}}if(r){n.filter(w,p,true)}},">":function(u,r,t){var w=typeof r==="string";if(w&&!/\W/.test(r)){r=t?r:r.toUpperCase();for(var q=0,s=u.length;q<s;q++){var v=u[q];if(v){var p=v.parentNode;u[q]=p.nodeName===r?p:false}}}else{for(var q=0,s=u.length;q<s;q++){var v=u[q];if(v){u[q]=w?v.parentNode:v.parentNode===r}}if(w){n.filter(r,u,true)}}},"":function(p,r,t){var q=h++,s=a;if(!r.match(/\W/)){var u=r=t?r:r.toUpperCase();s=d}s("parentNode",r,q,p,u,t)},"~":function(p,r,t){var q=h++,s=a;if(typeof r==="string"&&!r.match(/\W/)){var u=r=t?r:r.toUpperCase();s=d}s("previousSibling",r,q,p,u,t)}},find:{ID:function(r,q,p){if(typeof q.getElementById!=="undefined"&&!p){var s=q.getElementById(r[1]);return s?[s]:[]}},NAME:function(q,u,t){if(typeof u.getElementsByName!=="undefined"){var r=[],v=u.getElementsByName(q[1]);for(var p=0,s=v.length;p<s;p++){if(v[p].getAttribute("name")===q[1]){r.push(v[p])}}return r.length===0?null:r}},TAG:function(q,p){return p.getElementsByTagName(q[1])}},preFilter:{CLASS:function(p,r,q,s,u,t){p=" "+p[1].replace(/\\/g,"")+" ";if(t){return p}for(var w=0,v;(v=r[w])!=null;w++){if(v){if(u^(v.className&&(" "+v.className+" ").indexOf(p)>=0)){if(!q){s.push(v)}}else{if(q){r[w]=false}}}}return false},ID:function(p){return p[1].replace(/\\/g,"")},TAG:function(q,r){for(var p=0;r[p]===false;p++){}return r[p]&&c(r[p])?q[1]:q[1].toUpperCase()},CHILD:function(q){if(q[1]=="nth"){var p=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(q[2]=="even"&&"2n"||q[2]=="odd"&&"2n+1"||!/\D/.test(q[2])&&"0n+"+q[2]||q[2]);q[2]=(p[1]+(p[2]||1))-0;q[3]=p[3]-0}q[0]=h++;return q},ATTR:function(v,r,q,s,u,t){var p=v[1].replace(/\\/g,"");if(!t&&k.attrMap[p]){v[1]=k.attrMap[p]}if(v[2]==="~="){v[4]=" "+v[4]+" "}return v},PSEUDO:function(u,r,q,s,t){if(u[1]==="not"){if(u[3].match(b).length>1||/^\w/.test(u[3])){u[3]=n(u[3],null,null,r)}else{var p=n.filter(u[3],r,q,true^t);if(!q){s.push.apply(s,p)}return false}}else{if(k.match.POS.test(u[0])||k.match.CHILD.test(u[0])){return true}}return u},POS:function(p){p.unshift(true);return p}},filters:{enabled:function(p){return p.disabled===false&&p.type!=="hidden"},disabled:function(p){return p.disabled===true},checked:function(p){return p.checked===true},selected:function(p){p.parentNode.selectedIndex;return p.selected===true},parent:function(p){return !!p.firstChild},empty:function(p){return !p.firstChild},has:function(p,q,r){return !!n(r[3],p).length},header:function(p){return/h\d/i.test(p.nodeName)},text:function(p){return"text"===p.type},radio:function(p){return"radio"===p.type},checkbox:function(p){return"checkbox"===p.type},file:function(p){return"file"===p.type},password:function(p){return"password"===p.type},submit:function(p){return"submit"===p.type},image:function(p){return"image"===p.type},reset:function(p){return"reset"===p.type},button:function(p){return"button"===p.type||p.nodeName.toUpperCase()==="BUTTON"},input:function(p){return/input|select|textarea|button/i.test(p.nodeName)}},setFilters:{first:function(p,q){return q===0},last:function(q,r,s,p){return r===p.length-1},even:function(p,q){return q%2===0},odd:function(p,q){return q%2===1},lt:function(p,q,r){return q<r[3]-0},gt:function(p,q,r){return q>r[3]-0},nth:function(p,q,r){return r[3]-0==q},eq:function(p,q,r){return r[3]-0==q}},filter:{PSEUDO:function(u,q,p,t){var r=q[1],w=k.filters[r];if(w){return w(u,p,q,t)}else{if(r==="contains"){return(u.textContent||u.innerText||"").indexOf(q[3])>=0}else{if(r==="not"){var v=q[3];for(var p=0,s=v.length;p<s;p++){if(v[p]===u){return false}}return true}}}},CHILD:function(w,t){var q=t[1],v=w;switch(q){case"only":case"first":while(v=v.previousSibling){if(v.nodeType===1){return false}}if(q=="first"){return true}v=w;case"last":while(v=v.nextSibling){if(v.nodeType===1){return false}}return true;case"nth":var u=t[2],x=t[3];if(u==1&&x==0){return true}var r=t[0],y=w.parentNode;if(y&&(y.sizcache!==r||!w.nodeIndex)){var s=0;for(v=y.firstChild;v;v=v.nextSibling){if(v.nodeType===1){v.nodeIndex=++s}}y.sizcache=r}var p=w.nodeIndex-x;if(u==0){return p==0}else{return(p%u==0&&p/u>=0)}}},ID:function(p,q){return p.nodeType===1&&p.getAttribute("id")===q},TAG:function(p,q){return(q==="*"&&p.nodeType===1)||p.nodeName===q},CLASS:function(p,q){return(" "+(p.className||p.getAttribute("class"))+" ").indexOf(q)>-1},ATTR:function(u,p){var q=p[1],s=k.attrHandle[q]?k.attrHandle[q](u):u[q]!=null?u[q]:u.getAttribute(q),t=s+"",v=p[2],r=p[4];return s==null?v==="!=":v==="="?t===r:v==="*="?t.indexOf(r)>=0:v==="~="?(" "+t+" ").indexOf(r)>=0:!r?t&&s!==false:v==="!="?t!=r:v==="^="?t.indexOf(r)===0:v==="$="?t.substr(t.length-r.length)===r:v==="|="?t===r||t.substr(0,r.length+1)===r+"-":false},POS:function(u,r,q,t){var s=r[2],p=k.setFilters[s];if(p){return p(u,q,r,t)}}}};var g=k.match.POS;for(var e in k.match){k.match[e]=RegExp(k.match[e].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var o=function(p,q){p=Array.prototype.slice.call(p);if(q){q.push.apply(q,p);return q}return p};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(f){o=function(t,p){var r=p||[];if(l.call(t)==="[object Array]"){Array.prototype.push.apply(r,t)}else{if(typeof t.length==="number"){for(var q=0,s=t.length;q<s;q++){r.push(t[q])}}else{for(var q=0;t[q];q++){r.push(t[q])}}}return r}}var m;if(document.documentElement.compareDocumentPosition){m=function(q,r){var p=q.compareDocumentPosition(r)&4?-1:q===r?0:1;if(p===0){hasDuplicate=true}return p}}else{if("sourceIndex" in document.documentElement){m=function(q,r){var p=q.sourceIndex-r.sourceIndex;if(p===0){hasDuplicate=true}return p}}else{if(document.createRange){m=function(p,r){var q=p.ownerDocument.createRange(),s=r.ownerDocument.createRange();q.selectNode(p);q.collapse(true);s.selectNode(r);s.collapse(true);var t=q.compareBoundaryPoints(Range.START_TO_END,s);if(t===0){hasDuplicate=true}return t}}}}(function(){var q=document.createElement("form"),p="script"+(new Date).getTime();q.innerHTML="<input name='"+p+"'/>";var r=document.documentElement;r.insertBefore(q,r.firstChild);if(!!document.getElementById(p)){k.find.ID=function(v,u,t){if(typeof u.getElementById!=="undefined"&&!t){var s=u.getElementById(v[1]);return s?s.id===v[1]||typeof s.getAttributeNode!=="undefined"&&s.getAttributeNode("id").nodeValue===v[1]?[s]:ab:[]}};k.filter.ID=function(t,s){var u=typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id");return t.nodeType===1&&u&&u.nodeValue===s}}r.removeChild(q)})();(function(){var p=document.createElement("div");p.appendChild(document.createComment(""));if(p.getElementsByTagName("*").length>0){k.find.TAG=function(s,t){var u=t.getElementsByTagName(s[1]);if(s[1]==="*"){var q=[];for(var r=0;u[r];r++){if(u[r].nodeType===1){q.push(u[r])}}u=q}return u}}p.innerHTML="<a href='#'></a>";if(p.firstChild&&typeof p.firstChild.getAttribute!=="undefined"&&p.firstChild.getAttribute("href")!=="#"){k.attrHandle.href=function(q){return q.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var q=n,p=document.createElement("div");p.innerHTML="<p class='TEST'></p>";if(p.querySelectorAll&&p.querySelectorAll(".TEST").length===0){return}n=function(u,v,s,r){v=v||document;if(!r&&v.nodeType===9&&!c(v)){try{return o(v.querySelectorAll(u),s)}catch(t){}}return q(u,v,s,r)};n.find=q.find;n.filter=q.filter;n.selectors=q.selectors;n.matches=q.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var p=document.createElement("div");p.innerHTML="<div class='test e'></div><div class='test'></div>";if(p.getElementsByClassName("e").length===0){return}p.lastChild.className="e";if(p.getElementsByClassName("e").length===1){return}k.order.splice(1,0,"CLASS");k.find.CLASS=function(s,r,q){if(typeof r.getElementsByClassName!=="undefined"&&!q){return r.getElementsByClassName(s[1])}}})()}function d(v,q,r,x,p,y){var z=v=="previousSibling"&&!y;for(var t=0,u=x.length;t<u;t++){var w=x[t];if(w){if(z&&w.nodeType===1){w.sizcache=r;w.sizset=t}w=w[v];var s=false;while(w){if(w.sizcache===r){s=x[w.sizset];break}if(w.nodeType===1&&!y){w.sizcache=r;w.sizset=t}if(w.nodeName===q){s=w;break}w=w[v]}x[t]=s}}}function a(v,q,r,x,p,y){var z=v=="previousSibling"&&!y;for(var t=0,u=x.length;t<u;t++){var w=x[t];if(w){if(z&&w.nodeType===1){w.sizcache=r;w.sizset=t}w=w[v];var s=false;while(w){if(w.sizcache===r){s=x[w.sizset];break}if(w.nodeType===1){if(!y){w.sizcache=r;w.sizset=t}if(typeof q!=="string"){if(w===q){s=true;break}}else{if(n.filter(q,[w]).length>0){s=w;break}}}w=w[v]}x[t]=s}}}var i=document.compareDocumentPosition?function(p,q){return p.compareDocumentPosition(q)&16}:function(p,q){return p!==q&&(p.contains?p.contains(q):true)};var c=function(p){return p.nodeType===9&&p.documentElement.nodeName!=="HTML"||!!p.ownerDocument&&c(p.ownerDocument)};var j=function(s,u){var p=[],w="",v,q=u.nodeType?[u]:u;while((v=k.match.PSEUDO.exec(s))){w+=v[0];s=s.replace(k.match.PSEUDO,"")}s=k.relative[s]?s+"*":s;for(var t=0,r=q.length;t<r;t++){n(s,q[t],p)}return n.filter(w,p)};T.find=n;T.filter=n.filter;T.expr=n.selectors;T.expr[":"]=T.expr.filters;n.selectors.filters.hidden=function(p){return p.offsetWidth===0||p.offsetHeight===0};n.selectors.filters.visible=function(p){return p.offsetWidth>0||p.offsetHeight>0};n.selectors.filters.animated=function(p){return T.grep(T.timers,function(q){return p===q.elem}).length};T.multiFilter=function(p,r,q){if(q){p=":not("+p+")"}return n.matches(p,r)};T.dir=function(q,r){var s=[],p=q[r];while(p&&p!=document){if(p.nodeType==1){s.push(p)}p=p[r]}return s};T.nth=function(t,s,q,p){s=s||1;var r=0;for(;t;t=t[q]){if(t.nodeType==1&&++r==s){break}}return t};T.sibling=function(p,q){var r=[];for(;p;p=p.nextSibling){if(p.nodeType==1&&p!=q){r.push(p)}}return r};return;W.Sizzle=n})();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,r=/=\?(&|$)/g,f,b,q=k.type.toUpperCase();if(k.data&&k.processData&&typeof k.data!=="string"){k.data=T.param(k.data)}if(k.dataType=="jsonp"){if(q=="GET"){if(!k.url.match(r)){k.url+=(k.url.match(/\?/)?"&":"?")+(k.jsonp||"callback")+"=?"}}else{if(!k.data||!k.data.match(r)){k.data=(k.data?k.data+"&":"")+(k.jsonp||"callback")+"=?"}}k.dataType="json"}if(k.dataType=="json"&&(k.data&&k.data.match(r)||k.url.match(r))){a="jsonp"+N++;if(k.data){k.data=(k.data+"").replace(r,"="+a+"$1")}k.url=k.url.replace(r,"="+a+"$1");k.dataType="script";W[a]=function(u){b=u;o();l();W[a]=ab;try{delete W[a]}catch(t){}if(p){p.removeChild(d)}}}if(k.dataType=="script"&&k.cache==null){k.cache=false}if(k.cache===false&&q=="GET"){var s=ad();var c=k.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+s+"$2");k.url=c+((c==k.url)?(k.url.match(/\?/)?"&":"?")+"_="+s:"")}if(k.data&&q=="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"&&q=="GET"&&g&&(g[1]&&g[1]!=location.protocol||g[2]!=location.host)){var p=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;o();l();d.onload=d.onreadystatechange=null;p.removeChild(d)}}}p.appendChild(d);return ab}var m=false;var n=k.xhr();if(k.username){n.open(q,k.url,k.async,k.username,k.password)}else{n.open(q,k.url,k.async)}try{if(k.data){n.setRequestHeader("Content-Type",k.contentType)}if(k.ifModified){n.setRequestHeader("If-Modified-Since",T.lastModified[k.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}n.setRequestHeader("X-Requested-With","XMLHttpRequest");n.setRequestHeader("Accept",k.dataType&&k.accepts[k.dataType]?k.accepts[k.dataType]+", */*":k.accepts._default)}catch(e){}if(k.beforeSend&&k.beforeSend(n,k)===false){if(k.global&&!--T.active){T.event.trigger("ajaxStop")}n.abort();return false}if(k.global){T.event.trigger("ajaxSend",[n,k])}var j=function(v){if(n.readyState==0){if(h){clearInterval(h);h=null;if(k.global&&!--T.active){T.event.trigger("ajaxStop")}}}else{if(!m&&n&&(n.readyState==4||v=="timeout")){m=true;if(h){clearInterval(h);h=null}f=v=="timeout"?"timeout":!T.httpSuccess(n)?"error":k.ifModified&&T.httpNotModified(n,k.url)?"notmodified":"success";if(f=="success"){try{b=T.httpData(n,k.dataType,k)}catch(t){f="parsererror"}}if(f=="success"){var u;try{u=n.getResponseHeader("Last-Modified")}catch(t){}if(k.ifModified&&u){T.lastModified[k.url]=u}if(!a){o()}}else{T.handleError(k,n,f)}l();if(v){n.abort()}if(k.async){n=null}}}};if(k.async){var h=setInterval(j,13);if(k.timeout>0){setTimeout(function(){if(n&&!m){j("timeout")}},k.timeout)}}try{n.send(k.data)}catch(e){T.handleError(k,n,null,e)}if(!k.async){j()}function o(){if(k.success){k.success(b,f)}if(k.global){T.event.trigger("ajaxSuccess",[n,k])}}function l(){if(k.complete){k.complete(n,f)}if(k.global){T.event.trigger("ajaxComplete",[n,k])}if(k.global&&!--T.active){T.event.trigger("ajaxStop")}}return n},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(o,k){var l=new T.fx(h,g,o);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 p=parseFloat(m[2]),n=m[3]||"px";if(n!="px"){h.style[o]=(p||1)+n;j=((p||1)/l.cur(true))*j;h.style[o]=j+n}if(m[1]){p=((m[1]=="-="?-1:1)*p)+j}l.custom(j,p,n)}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){var a=1;b.fn.dropShadow=function(c){var d=b.extend({left:4,top:4,blur:2,opacity:0.5,color:"black",swap:false},c);var e=b([]);this.not(".dropShadow").each(function(){var p=b(this);var l=[];var g=(d.blur<=0)?0:d.blur;var o=(g==0)?d.opacity:d.opacity/(g*8);var q=(d.swap)?a:a+1;var f=(d.swap)?a+1:a;var r;if(this.id){r=this.id+"_dropShadow"}else{r="ds"+(1+Math.floor(9999*Math.random()))}b.data(this,"shadowId",r);b.data(this,"shadowOptions",c);p.attr("shadowId",r).css("zIndex",q);if(p.css("position")!="absolute"){p.css({position:"relative",zoom:1})}bgColor=p.css("backgroundColor");if(bgColor=="rgba(0, 0, 0, 0)"){bgColor="transparent"}if(bgColor!="transparent"||p.css("backgroundImage")!="none"||this.nodeName=="SELECT"||this.nodeName=="INPUT"||this.nodeName=="TEXTAREA"){l[0]=b("<div></div>").css("background",d.color)}else{l[0]=p.clone().removeAttr("id").removeAttr("name").removeAttr("shadowId").css("color",d.color)}l[0].addClass("dropShadow").css({height:p.outerHeight(),left:g,opacity:o,position:"absolute",top:g,width:p.outerWidth(),zIndex:f});var n=(8*g)+1;for(m=1;m<n;m++){l[m]=l[0].clone()}var m=1;var k=g;while(k>0){l[m].css({left:k*2,top:0});l[m+1].css({left:k*4,top:k*2});l[m+2].css({left:k*2,top:k*4});l[m+3].css({left:0,top:k*2});l[m+4].css({left:k*3,top:k});l[m+5].css({left:k*3,top:k*3});l[m+6].css({left:k,top:k*3});l[m+7].css({left:k,top:k});m+=8;k--}var h=b("<div></div>").attr("id",r).addClass("dropShadow").css({left:p.position().left+d.left-g,marginTop:p.css("marginTop"),marginRight:p.css("marginRight"),marginBottom:p.css("marginBottom"),marginLeft:p.css("marginLeft"),position:"absolute",top:p.position().top+d.top-g,zIndex:f});for(m=0;m<n;m++){h.append(l[m])}p.after(h);e=e.add(h);b(window).resize(function(){try{h.css({left:p.position().left+d.left-g,top:p.position().top+d.top-g})}catch(i){}});a+=2});return this.pushStack(e)};b.fn.redrawShadow=function(){this.removeShadow();return this.each(function(){var c=b.data(this,"shadowOptions");b(this).dropShadow(c)})};b.fn.removeShadow=function(){return this.each(function(){var c=b(this).shadowId();b("div#"+c).remove()})};b.fn.shadowId=function(){return b.data(this[0],"shadowId")};b(function(){var c="<style type='text/css' media='print'>";c+=".dropShadow{visibility:hidden;}</style>";b("head").append(c)})})(jQuery);var NextId=1,Custom="Custom",GoogleCheckout="GoogleCheckout",PayPal="PayPal",Email="Email",AustralianDollar=AUD="AUD",CanadianDollar=CAD="CAD",CzechKoruna=CZK="CZK",DanishKrone=DKK="DKK",Euro=EUR="EUR",HongKongDollar=HKD="HKD",HungarianForint=HUF="HUF",IsraeliNewSheqel=ILS="ILS",JapaneseYen=JPY="JPY",MexicanPeso=MXN="MXN",NorwegianKrone=NOK="NOK",NewZealandDollar=NZD="NZD",PolishZloty=PLN="PLN",PoundSterling=GBP="GBP",SingaporeDollar=SGD="SGD",SwedishKrona=SEK="SEK",SwissFranc=CHF="CHF",USDollar=USD="USD";function Cart(){this.Version="2.0.1";this.Shelf=new Shelf();this.items={};this.isLoaded=false;this.pageIsReady=false;this.quantity=0;this.total=0;this.taxRate=0;this.taxCost=0;this.shippingFlatRate=0;this.shippingTotalRate=0;this.shippingQuantityRate=0;this.shippingRate=0;this.shippingCost=0;this.currency=USD;this.checkoutTo=PayPal;this.email="";this.merchantId="";this.cartHeaders=["Name","Price","Quantity","Total"];this.add=function(){if(!this.pageIsReady){this.initializeView();this.update()}if(!this.isLoaded){this.load();this.update()}var a=new CartItem();if(!arguments||arguments.length===0){error("No values passed for item.");return}var c=arguments;if(arguments[0]&&typeof(arguments[0])!="string"&&typeof(arguments[0])!="number"){c=arguments[0]}a.parseValuesFromArray(c);a.checkQuantityAndPrice();if(this.hasItem(a)){var b=this.hasItem(a);this.items[b].quantity=parseInt(this.items[b].quantity,10)+parseInt(a.quantity,10)}else{this.items[a.id]=a}this.update()};this.remove=function(c){var b={};for(var a in this.items){if(a!=c){b[a]=this.items[a]}}this.items=b};this.empty=function(){simpleCart.items={};simpleCart.update()};this.checkout=function(){if(simpleCart.quantity===0){error("Cart is empty");return}switch(simpleCart.checkoutTo){case PayPal:simpleCart.paypalCheckout();break;case GoogleCheckout:simpleCart.googleCheckout();break;case Email:simpleCart.emailCheckout();break;default:simpleCart.customCheckout();break}};this.paypalCheckout=function(){var d="scrollbars,location,resizable,status",c="https://www.paypal.com/cgi-bin/webscr?cmd=_cart&upload=1&business="+this.email+"&currency_code="+this.currency,b=1,a="";if(this.taxRate){c=c+"&tax_cart="+this.currencyStringForPaypalCheckout(this.taxCost)}for(var h in this.items){var e=this.items[h];var g="";for(var f in e){if(typeof(e[f])!="function"&&f!="id"&&f!="price"&&f!="quantity"&&f!="name"){g=g+"&"+f+"="+e[f]}}g=g.substring(1);a=a+"&item_name_"+b+"="+e.name+"&item_number_"+b+"="+b+"&quantity_"+b+"="+e.quantity+"&amount_"+b+"="+this.currencyStringForPaypalCheckout(e.price)+"&on0_"+b+"=Options&os0_"+b+"="+g;b++}if(this.shipping()!=0){a=a+"&item_name_"+b+"=Shipping&item_number_"+b+"="+b+"&quantity_"+b+"=1&amount_"+b+"="+this.currencyStringForPaypalCheckout(this.shippingCost)}c=c+a;window.open(c,"paypal",d)};this.googleCheckout=function(){if(this.currency!=USD&&this.currency!=GBP){error("Google Checkout only allows the USD and GBP for currency.");return}else{if(this.merchantId===""||this.merchantId===null||!this.merchantId){error("No merchant Id for google checkout supplied.");return}}var d=document.createElement("form"),a=1;d.style.display="none";d.method="POST";d.action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/"+this.merchantId;d.acceptCharset="utf-8";for(var f in this.items){var c=this.items[f];d.appendChild(this.createHiddenElement("item_name_"+a,c.name));d.appendChild(this.createHiddenElement("item_quantity_"+a,c.quantity));d.appendChild(this.createHiddenElement("item_price_"+a,c.price));d.appendChild(this.createHiddenElement("item_currency_"+a,this.currency));d.appendChild(this.createHiddenElement("item_tax_rate_"+a,this.taxRate));d.appendChild(this.createHiddenElement("_charset_",""));var b="";for(var e in c){if(typeof(c[e])!="function"&&e!="id"&&e!="quantity"&&e!="price"){b=b+", "+e+": "+c[e]}}b=b.substring(1);d.appendChild(this.createHiddenElement("item_description_"+a,b));a++}document.body.appendChild(d);d.submit();document.body.removeChild(d)};this.emailCheckout=function(){return};this.customCheckout=function(){return};this.load=function(){this.items={};this.total=0;this.quantity=0;if(readCookie("simpleCart")){var d=unescape(readCookie("simpleCart")).split("++");for(var a=0,b=d.length;a<b;a++){var e=d[a].split("||");var c=new CartItem();if(c.parseValuesFromArray(e)){c.checkQuantityAndPrice();this.items[c.id]=c}}}this.isLoaded=true};this.save=function(){var a="";for(var b in this.items){a=a+"++"+this.items[b].print()}createCookie("simpleCart",a.substring(2),30)};this.initializeView=function(){this.totalOutlets=getElementsByClassName("simpleCart_total");this.quantityOutlets=getElementsByClassName("simpleCart_quantity");this.cartDivs=getElementsByClassName("simpleCart_items");this.taxCostOutlets=getElementsByClassName("simpleCart_taxCost");this.taxRateOutlets=getElementsByClassName("simpleCart_taxRate");this.shippingCostOutlets=getElementsByClassName("simpleCart_shippingCost");this.finalTotalOutlets=getElementsByClassName("simpleCart_finalTotal");this.addEventToArray(getElementsByClassName("simpleCart_checkout"),simpleCart.checkout,"click");this.addEventToArray(getElementsByClassName("simpleCart_empty"),simpleCart.empty,"click");this.Shelf.readPage();this.pageIsReady=true};this.updateView=function(){this.updateViewTotals();if(this.cartDivs&&this.cartDivs.length>0){this.updateCartView()}};this.updateViewTotals=function(){var f=[["quantity","none"],["total","currency"],["shippingCost","currency"],["taxCost","currency"],["taxRate","percentage"],["finalTotal","currency"]];for(var a=0,b=f.length;a<b;a++){var e=f[a][0]+"Outlets",d;for(var c in this[e]){switch(f[a][1]){case"none":d=""+this[f[a][0]];break;case"currency":d=this.valueToCurrencyString(this[f[a][0]]);break;case"percentage":d=this.valueToPercentageString(this[f[a][0]]);break;default:d=""+this[f[a][0]];break}this[e][c].innerHTML=""+d}}};this.updateCartView=function(){var g=[],m,p,o,h,f,d,b,k,e,l;p=document.createElement("div");for(f in this.cartHeaders){d=document.createElement("div");l=this.cartHeaders[f].split("_");d.innerHTML=l[0];d.className="item"+l[0];for(m=1,xlen=l.length;m<xlen;m++){if(l[m].toLowerCase()=="noheader"){d.style.display="none"}}p.appendChild(d)}p.className="cartHeaders";g[0]=p;m=1;for(h in this.items){p=document.createElement("div");o=this.items[h];for(f in this.cartHeaders){d=document.createElement("div");b=this.cartHeaders[f].split("_");switch(b[0].toLowerCase()){case"total":k=this.valueToCurrencyString(parseFloat(o.price)*parseInt(o.quantity,10));break;case"increment":k=this.valueToLink("+","javascript:;","onclick=\"simpleCart.items['"+o.id+"'].increment();\"");break;case"decrement":k=this.valueToLink("-","javascript:;","onclick=\"simpleCart.items['"+o.id+"'].decrement();\"");break;case"remove":k=this.valueToLink("Remove","javascript:;","onclick=\"simpleCart.items['"+o.id+"'].remove();\"");break;case"price":k=this.valueToCurrencyString(o[b[0].toLowerCase()]?o[b[0].toLowerCase()]:" ");break;default:k=o[b[0].toLowerCase()]?o[b[0].toLowerCase()]:" ";break}for(var i=1,q=b.length;i<q;i++){e=b[i].toLowerCase();switch(e){case"image":case"img":k=this.valueToImageString(k);break;case"input":k=this.valueToTextInput(k,"onchange=\"simpleCart.items['"+o.id+"'].set('"+k+"' , this.value);\"");break;case"div":case"span":case"h1":case"h2":case"h3":case"h4":case"p":k=this.valueToElement(e,k,"");break;case"noheader":break;default:error("unkown header option: "+e);break}}d.innerHTML=k;d.className="item"+b[0];p.appendChild(d)}p.className="itemContainer";g[m]=p;m++}for(h in this.cartDivs){var a=this.cartDivs[h];while(a.childNodes[0]){a.removeChild(a.childNodes[0])}for(var c=0,n=g.length;c<n;c++){a.appendChild(g[c])}}};this.addEventToArray=function(e,d,c){for(var b in e){var a=e[b];if(a.addEventListener){a.addEventListener(c,d,false)}else{if(a.attachEvent){a.attachEvent("on"+c,d)}}}};this.createHiddenElement=function(a,c){var b=document.createElement("input");b.type="hidden";b.name=a;b.value=c;return b};this.currencySymbol=function(){switch(this.currency){case JPY:return"&yen;";case EUR:return"&euro;";case GBP:return"&pound;";case USD:case CAD:case AUD:case NZD:case HKD:case SGD:return"&#36;";default:return""}};this.currencyStringForPaypalCheckout=function(a){if(this.currencySymbol()=="&#36;"){return"$"+parseFloat(a).toFixed(2)}else{return""+parseFloat(a).toFixed(2)}};this.valueToCurrencyString=function(a){return parseFloat(a).toCurrency(this.currencySymbol())};this.valueToPercentageString=function(a){return parseFloat(100*a)+"%"};this.valueToImageString=function(a){if(a.match(/<\s*img.*src\=/)){return a}else{return'<img src="'+a+'" />'}};this.valueToTextInput=function(b,a){return'<input type="text" value="'+b+'" '+a+" />"};this.valueToLink=function(c,b,a){return'<a href="'+b+'" '+a+" >"+c+"</a>"};this.valueToElement=function(b,c,a){return"<"+b+" "+a+" > "+c+"</"+b+">"};this.hasItem=function(b){for(var e in this.items){var a=this.items[e];var c=true;for(var d in b){if(typeof(b[d])!="function"&&d!="quantity"&&d!="id"){if(b[d]!=a[d]){c=false}}}if(c){return e}}return false};this.update=function(){if(!simpleCart.isLoaded){simpleCart.load()}if(!simpleCart.pageIsReady){simpleCart.initializeView()}this.updateTotals();this.updateView();this.save()};this.updateTotals=function(){this.total=0;this.quantity=0;for(var b in this.items){var a=this.items[b];if(a.quantity<1){a.remove()}else{if(a.quantity!==null&&a.quantity!="undefined"){this.quantity=parseInt(this.quantity,10)+parseInt(a.quantity,10)}}if(a.price){this.total=parseFloat(this.total)+parseInt(a.quantity,10)*parseFloat(a.price)}}this.shippingCost=this.shipping();this.taxCost=parseFloat(this.total)*this.taxRate;this.finalTotal=this.shippingCost+this.taxCost+this.total};this.shipping=function(){if(parseInt(this.quantity,10)===0){return 0}var b=parseFloat(this.shippingFlatRate)+parseFloat(this.shippingTotalRate)*parseFloat(this.total)+parseFloat(this.shippingQuantityRate)*parseInt(this.quantity,10),a,c;for(c in this.items){a=this.items[c];if(a.shipping){if(typeof a.shipping=="function"){b+=parseFloat(a.shipping())}else{b+=parseFloat(a.shipping)}}}return b};this.initialize=function(){simpleCart.initializeView();simpleCart.load();simpleCart.update()}}function CartItem(){this.id="c"+NextId++}CartItem.prototype.set=function(b,a){b=b.toLowerCase();if(typeof(this[b])!="function"&&b!="id"){if(b=="quantity"){a=a.replace(/[^(\d|\.)]*/gi,"");a=a.replace(/,*/gi,"");a=parseInt(a,10)}else{if(b=="price"){a=a.replace(/[^(\d|\.)]*/gi,"");a=a.replace(/,*/gi,"");a=parseFloat(a)}}if(typeof(a)=="number"&&isNaN(a)){error("Improperly formatted input.")}else{this[b]=a;this.checkQuantityAndPrice()}}else{error("Cannot change "+b+", this is a reserved field.")}simpleCart.update()};CartItem.prototype.increment=function(){this.quantity=parseInt(this.quantity,10)+1;simpleCart.update()};CartItem.prototype.decrement=function(){if(parseInt(this.quantity,10)<2){this.remove()}else{this.quantity=parseInt(this.quantity,10)-1;simpleCart.update()}};CartItem.prototype.print=function(){var a="";for(var b in this){if(typeof(this[b])!="function"){a+=escape(b)+"="+escape(this[b])+"||"}}return a.substring(0,a.length-2)};CartItem.prototype.checkQuantityAndPrice=function(){if(!this.price||this.quantity==null||this.quantity=="undefined"){this.quantity=1;error("No quantity for item.")}else{this.quantity=(""+this.quantity).replace(/,*/gi,"");this.quantity=parseInt((""+this.quantity).replace(/[^(\d|\.)]*/gi,""),10);if(isNaN(this.quantity)){error("Quantity is not a number.");this.quantity=1}}if(!this.price||this.price==null||this.price=="undefined"){this.price=0;error("No price for item or price not properly formatted.")}else{this.price=(""+this.price).replace(/,*/gi,"");this.price=parseFloat((""+this.price).replace(/[^(\d|\.)]*/gi,""));if(isNaN(this.price)){error("Price is not a number.");this.price=0}}};CartItem.prototype.parseValuesFromArray=function(f){if(f&&f.length&&f.length>0){for(var a=0,d=f.length;a<d;a++){f[a].replace(/||/,"| |");f[a].replace(/\+\+/,"+ +");var e=f[a].split("=");if(e.length>1){if(e.length>2){for(var c=2,b=e.length;c<b;c++){e[1]=e[1]+"="+e[c]}}this[unescape(e[0]).toLowerCase()]=unescape(e[1])}}return true}else{return false}};CartItem.prototype.remove=function(){simpleCart.remove(this.id);simpleCart.update()};function Shelf(){this.items={}}Shelf.prototype.readPage=function(){this.items={};var a=getElementsByClassName("simpleCart_shelfItem");for(var c in a){var b=new ShelfItem();this.checkChildren(a[c],b);this.items[b.id]=b}};Shelf.prototype.checkChildren=function(d,b){for(var a=0;d.childNodes[a];a++){var c=d.childNodes[a];if(c.className&&c.className.match(/item_[^ ]+/)){var e=/item_[^ ]+/.exec(c.className)[0].split("_");if(e[1]=="add"||e[1]=="Add"){var g=[];g.push(c);var f=simpleCart.Shelf.addToCart(b.id);simpleCart.addEventToArray(g,f,"click");c.id=b.id}else{b[e[1]]=c}}if(c.childNodes[0]){this.checkChildren(c,b)}}};Shelf.prototype.empty=function(){this.items={}};Shelf.prototype.addToCart=function(a){return function(){if(simpleCart.Shelf.items[a]){simpleCart.Shelf.items[a].addToCart()}else{error("Shelf item with id of "+a+" does not exist.")}}};function ShelfItem(){this.id="s"+NextId++}ShelfItem.prototype.remove=function(){simpleCart.Shelf.items[this.id]=null};ShelfItem.prototype.addToCart=function(){var c=[],a;for(var b in this){if(typeof(this[b])!="function"&&b!="id"){a="";switch(b){case"price":if(this[b].value){a=this[b].value}else{if(this[b].innerHTML){a=this[b].innerHTML}}a=a.replace(/[^(\d|\.)]*/gi,"");a=a.replace(/,*/,"");break;case"image":a=this[b].src;break;default:if(this[b].value){a=this[b].value}else{if(this[b].innerHTML){a=this[b].innerHTML}else{if(this[b].src){a=this[b].src}else{a=this[b]}}}break}c.push(b+"="+a)}}simpleCart.add(c)};function createCookie(c,d,e){if(e){var b=new Date();b.setTime(b.getTime()+(e*24*60*60*1000));var a="; expires="+b.toGMTString()}else{var a=""}document.cookie=c+"="+d+a+"; path=/"}function readCookie(b){var e=b+"=";var a=document.cookie.split(";");for(var d=0;d<a.length;d++){var f=a[d];while(f.charAt(0)==" "){f=f.substring(1,f.length)}if(f.indexOf(e)===0){return f.substring(e.length,f.length)}}return null}function eraseCookie(a){createCookie(a,"",-1)}var getElementsByClassName=function(b,a,c){if(document.getElementsByClassName){getElementsByClassName=function(j,m,h){h=h||document;var d=h.getElementsByClassName(j),l=(m)?new RegExp("\\b"+m+"\\b","i"):null,e=[],g;for(var f=0,k=d.length;f<k;f+=1){g=d[f];if(!l||l.test(g.nodeName)){e.push(g)}}return e}}else{if(document.evaluate){getElementsByClassName=function(o,r,n){r=r||"*";n=n||document;var g=o.split(" "),p="",l="http://www.w3.org/1999/xhtml",q=(document.documentElement.namespaceURI===l)?l:null,h=[],d,f;for(var i=0,k=g.length;i<k;i+=1){p+="[contains(concat(' ', @class, ' '), ' "+g[i]+" ')]"}try{d=document.evaluate(".//"+r+p,n,q,0,null)}catch(m){d=document.evaluate(".//"+r+p,n,null,0,null)}while((f=d.iterateNext())){h.push(f)}return h}}else{getElementsByClassName=function(r,u,q){u=u||"*";q=q||document;var h=r.split(" "),t=[],d=(u==="*"&&q.all)?q.all:q.getElementsByTagName(u),p,j=[],o;for(var i=0,e=h.length;i<e;i+=1){t.push(new RegExp("(^|\\s)"+h[i]+"(\\s|$)"))}for(var g=0,s=d.length;g<s;g+=1){p=d[g];o=false;for(var f=0,n=t.length;f<n;f+=1){o=t[f].test(p.className);if(!o){break}}if(o){j.push(p)}}return j}}}return getElementsByClassName(b,a,c)};String.prototype.reverse=function(){return this.split("").reverse().join("")};Number.prototype.withCommas=function(){var a=6,b=parseFloat(this).toFixed(2).toString().reverse();while(a<b.length){b=b.substring(0,a)+","+b.substring(a);a+=4}return b.reverse()};Number.prototype.toCurrency=function(){return(arguments[0]?arguments[0]:"$")+this.withCommas()};function error(b){try{console.log(b)}catch(a){}}var simpleCart=new Cart();window.onload=simpleCart.initialize;jQuery.fn.crossSlide=function(c,f){var a=this,e=this.width(),b=this.height();function d(j){for(var h=1;h<arguments.length;h++){j=j.replace(new RegExp("\\{"+(h-1)+"}","g"),arguments[h])}return j}function g(){arguments[0]="crossSlide: "+arguments[0];throw d.apply(null,arguments)}(function(j){var h=0;function i(l,k){k.onload=function(m){h++;f[l].width=k.width;f[l].height=k.height;if(h==f.length){j()}};k.src=f[l].src;if(l+1<f.length){i(l+1,new Image())}}i(0,new Image())})(function(){function u(y){var i=1;var p=y.replace(/^\s*|\s*$/g,"").split(/\s+/);if(p.length>3){throw new Error()}if(p[0]=="center"){if(p.length==1){p=["center","center"]}else{if(p.length==2&&p[1].match(/^[\d.]+x$/i)){p=["center","center",p[1]]}}}if(p.length==3){i=parseFloat(p[2].match(/^([\d.]+)x$/i)[1])}var z=p[0]+" "+p[1];if(z=="left top"||z=="top left"){return{xrel:0,yrel:0,zoom:i}}if(z=="left center"||z=="center left"){return{xrel:0,yrel:0.5,zoom:i}}if(z=="left bottom"||z=="bottom left"){return{xrel:0,yrel:1,zoom:i}}if(z=="center top"||z=="top center"){return{xrel:0.5,yrel:0,zoom:i}}if(z=="center center"){return{xrel:0.5,yrel:0.5,zoom:i}}if(z=="center bottom"||z=="bottom center"){return{xrel:0.5,yrel:1,zoom:i}}if(z=="right top"||z=="top right"){return{xrel:1,yrel:0,zoom:i}}if(z=="right center"||z=="center right"){return{xrel:1,yrel:0.5,zoom:i}}if(z=="right bottom"||z=="bottom right"){return{xrel:1,yrel:1,zoom:i}}return{xrel:parseInt(p[0].match(/^(\d+)%$/)[1])/100,yrel:parseInt(p[1].match(/^(\d+)%$/)[1])/100,zoom:i}}function j(y,i){switch(i){case 1:var z=0;break;case 2:var z=w/(y.time_ms+2*w);break;case 3:var z=1-w/(y.time_ms+2*w);break;case 4:var z=1;break}return{left:Math.round(y.from.left+z*(y.to.left-y.from.left)),top:Math.round(y.from.top+z*(y.to.top-y.from.top)),width:Math.round(y.from.width+z*(y.to.width-y.from.width)),height:Math.round(y.from.height+z*(y.to.height-y.from.height))}}if(!c.fade){g("missing fade parameter.")}if(c.speed&&c.sleep){g("you cannot set both speed and sleep at the same time.")}var w=Math.round(c.fade*1000);if(c.sleep){var v=Math.round(c.sleep*1000)}if(c.speed){var k=c.speed/1000,q=Math.round(w*k)}a.empty().css({overflow:"hidden",padding:0});if(!/^(absolute|relative|fixed)$/.test(a.css("position"))){a.css({position:"relative"})}if(!a.width()||!a.height()){g("container element does not have its own width and height")}if(c.shuffle){f.sort(function(){return Math.random()-0.5})}for(var n=0;n<f.length;++n){var h=f[n];if(!h.src){g("missing src parameter in picture {0}.",n+1)}if(k){switch(h.dir){case"up":h.from={xrel:0.5,yrel:0,zoom:1};h.to={xrel:0.5,yrel:1,zoom:1};var s=h.height-b-2*q;break;case"down":h.from={xrel:0.5,yrel:1,zoom:1};h.to={xrel:0.5,yrel:0,zoom:1};var s=h.height-b-2*q;break;case"left":h.from={xrel:0,yrel:0.5,zoom:1};h.to={xrel:1,yrel:0.5,zoom:1};var s=h.width-e-2*q;break;case"right":h.from={xrel:1,yrel:0.5,zoom:1};h.to={xrel:0,yrel:0.5,zoom:1};var s=h.width-e-2*q;break;default:g('missing or malformed "dir" parameter in picture {0}.',n+1)}if(s<=0){g("picture number {0} is too short for the desired fade duration.",n+1)}h.time_ms=Math.round(s/k)}else{if(!v){if(!h.from||!h.to||!h.time){g("missing either speed/sleep option, or from/to/time params in picture {0}.",n+1)}try{h.from=u(h.from)}catch(r){g('malformed "from" parameter in picture {0}.',n+1)}try{h.to=u(h.to)}catch(r){g('malformed "to" parameter in picture {0}.',n+1)}if(!h.time){g('missing "time" parameter in picture {0}.',n+1)}h.time_ms=Math.round(h.time*1000)}}if(h.from){jQuery.each([h.from,h.to],function(y,p){p.width=Math.round(h.width*p.zoom);p.height=Math.round(h.height*p.zoom);p.left=Math.round((e-p.width)*p.xrel);p.top=Math.round((b-p.height)*p.yrel)})}var t;if(h.href){t=jQuery(d('<a href="{0}"><img src="{1}"/></a>',h.href,h.src))}else{t=jQuery(d('<img src="{0}"/>',h.src))}if(h.onclick){t.click(h.onclick)}if(h.alt){t.find("img").attr("alt",h.alt)}t.appendTo(a)}k=undefined;var o=a.find("img").css({position:"absolute",visibility:"hidden",top:0,left:0,border:0});o.eq(0).css({visibility:"visible"});if(!v){o.eq(0).css(j(f[0],2))}var x=c.loop;function l(K,p){if(K%2==0){if(v){var A=K/2,O=(A-1+f.length)%f.length,L=o.eq(A),I=o.eq(O);var H=function(){I.css("visibility","hidden");setTimeout(p,v)}}else{var D=K/2,O=(D-1+f.length)%f.length,N=o.eq(D),I=o.eq(O),B=f[D].time_ms,J=j(f[D],3);var H=function(){I.css("visibility","hidden");N.animate(J,B,"linear",p)}}}else{if(v){var z=Math.floor(K/2),C=Math.ceil(K/2)%f.length,M=o.eq(z),y=o.eq(C),P={},G={visibility:"visible"},F={};if(C>z){G.opacity=0;F.opacity=1}else{P.opacity=0}var H=function(){y.css(G);if(P.opacity!=undefined){M.animate(P,w,"linear",p)}else{y.animate(F,w,"linear",p)}}}else{var z=Math.floor(K/2),C=Math.ceil(K/2)%f.length,M=o.eq(z),y=o.eq(C),P=j(f[z],4),G=j(f[C],1),F=j(f[C],2);if(C>z){G.opacity=0;F.opacity=1}else{P.opacity=0}G.visibility="visible";var H=function(){M.animate(P,w,"linear");y.css(G);y.animate(F,w,"linear",p)}}}if(c.loop&&K==f.length*2-2){var E=H;H=function(){if(--x){E()}}}if(K>0){return l(K-1,H)}else{return H}}var m=l(f.length*2-1,function(){return m()});m()});return a};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(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}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,o){var e=this.glyphs,g,i,m,d=[],n=0,j=-1,k=-1,l;while(l=h[++j]){g=e[l]||this.missingGlyph;if(!g){continue}if(i){n-=m=i[l]||0;d[k-1]-=m}n+=d[++k]=~~(g.w||this.w)+f+(c[l]?o:0);i=g.k}d.total=n;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.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.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,p,n=-1,o=-1,q;c.scale(am,1);while(q=a[++n]){var p=m[a[n]]||e.missingGlyph;if(!p){continue}if(p.d){c.beginPath();if(p.code){l(p.code,c)}else{p.code=k("m"+p.d,c)}c.fill()}c.translate(ao[++o],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 n=document.namespaces;if(!n){return}n.add("cvml","urn:schemas-microsoft-com:vml");n=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 p(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 o(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(p(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&&o(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:
 * Generated in 2009 by FontLab Studio. Copyright info pending.
 * 
 * Full name:
 * TitilliumText15L-1wt
 * 
 * Designer:
 * Campivisivi
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({w:530,face:{"font-family":"Titillium","font-weight":100,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"750",descent:"-250","x-height":"9",bbox:"-49 -790 925 239","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:235},C:{d:"489,-45r3,34v0,0,-106,20,-185,20v-206,0,-249,-134,-249,-356v0,-218,36,-362,249,-362v95,0,185,19,185,19r-3,35v0,0,-101,-20,-182,-20v-188,0,-211,129,-211,328v0,200,27,322,211,322v71,0,182,-20,182,-20",w:537},c:{d:"265,-509v38,0,120,10,120,10r-2,32v0,0,-80,-10,-118,-10v-128,0,-168,58,-168,216v0,172,26,238,168,238v38,0,120,-9,120,-9r2,32v0,0,-84,9,-122,9v-167,0,-205,-69,-205,-270v0,-185,56,-248,205,-248",w:437},d:{d:"437,-700r0,700r-35,0r0,-42v0,0,-82,51,-173,51v-62,0,-169,-9,-169,-252v0,-172,46,-266,210,-266v47,0,107,8,132,12r0,-203r35,0xm229,-23v86,0,173,-52,173,-52r0,-390v-26,-3,-93,-12,-132,-12v-142,0,-175,85,-175,237v0,199,78,217,134,217",w:538},e:{d:"249,-23v70,0,182,-9,182,-9r2,32v0,0,-112,9,-185,9v-149,-1,-188,-96,-188,-259v0,-198,88,-259,202,-259v133,0,198,91,190,273r-355,0v0,138,36,213,152,213xm97,-268r318,0v0,-153,-49,-209,-153,-209v-100,0,-165,57,-165,209",w:507},f:{d:"139,-468r0,468r-35,0r0,-468r-69,0r0,-32r69,0r0,-61v0,-144,36,-178,127,-178v35,0,92,3,92,3r0,31v0,0,-64,-2,-92,-2v-68,0,-92,27,-92,147r0,60r162,0r0,32r-162,0",w:328},g:{d:"253,239v-166,0,-198,-41,-198,-159v0,-66,31,-89,85,-128v-16,-10,-22,-34,-22,-65v0,-15,30,-78,30,-78v-46,-15,-86,-55,-86,-152v0,-119,64,-167,171,-167v54,0,106,13,106,13r140,-3r0,35r-108,0v25,23,40,53,40,122v0,146,-94,176,-236,160v0,0,-23,57,-23,70v0,49,6,54,137,54v124,0,177,20,177,144v0,108,-64,154,-213,154xm287,-27v-41,0,-121,-3,-121,-3v-58,40,-75,61,-75,109v0,95,25,128,163,128v124,0,175,-36,175,-122v0,-101,-41,-112,-142,-112xm229,-211v104,0,145,-32,145,-132v0,-113,-37,-135,-142,-135v-88,0,-134,32,-134,135v0,90,30,132,131,132",w:504},h:{d:"136,0r-35,0r0,-750r35,0r0,280v0,0,88,-39,174,-39v136,0,164,55,164,249r0,260r-35,0r0,-258v0,-170,-18,-219,-129,-219v-89,0,-174,40,-174,40r0,437",w:567},i:{d:"90,0r0,-500r35,0r0,500r-35,0xm90,-645r0,-55r35,0r0,55r-35,0",w:215},j:{d:"108,-6r0,-494r35,0r0,495v0,112,-30,157,-159,223r-14,-31v114,-62,138,-95,138,-193xm108,-645r0,-55r35,0r0,55r-35,0",w:233},k:{d:"136,0r-35,0r0,-730r35,0r0,438r94,0r182,-208r41,0r-192,226r192,274r-41,0r-182,-257r-94,0r0,257",w:483},l:{d:"95,0r0,-730r35,0r0,730r-35,0",w:225},m:{d:"300,-509v61,0,106,12,130,48v14,-6,108,-48,188,-48v136,0,164,55,164,249r0,260r-35,0r0,-258v0,-170,-18,-219,-129,-219v-87,0,-168,46,-172,49v31,99,14,293,18,428r-35,0r0,-258v0,-170,-18,-219,-129,-219v-89,0,-164,50,-164,50r0,427r-35,0r0,-500r35,0r0,40v0,0,78,-49,164,-49",w:875},A:{d:"35,0r215,-700r106,0r213,698r-36,0r-67,-213r-328,0r-67,215r-36,0xm275,-666r-127,417r308,0r-127,-417r-54,0",w:604},p:{d:"101,230r0,-730r35,0r0,42v0,0,82,-51,173,-51v122,0,171,81,171,252v0,185,-57,266,-212,266v-54,0,-109,-9,-132,-14r0,235r-35,0xm309,-477v-86,0,-173,53,-173,53r0,387v22,4,78,14,132,14v129,0,175,-65,175,-237v0,-159,-48,-217,-134,-217",w:540},q:{d:"240,9v-136,0,-180,-86,-180,-248v0,-187,52,-270,228,-270v48,0,149,9,149,9r0,730r-35,0r0,-259v0,0,-73,38,-162,38xm289,-477v-157,0,-192,77,-192,236v0,140,32,218,143,218v89,0,162,-40,162,-40r0,-408v0,0,-78,-6,-113,-6",w:538},r:{d:"101,0r0,-500r35,0r0,78v0,0,88,-67,198,-88r0,34v-98,19,-198,87,-198,87r0,389r-35,0",w:354},s:{d:"403,-494r-2,33v0,0,-102,-16,-170,-16v-64,0,-134,19,-134,100v0,62,27,81,142,99v131,21,182,40,182,134v0,117,-72,153,-190,153v-57,0,-165,-16,-165,-16r4,-33v0,0,108,17,159,17v94,0,155,-22,155,-118v0,-72,-36,-86,-155,-104v-117,-18,-169,-37,-169,-130v0,-106,90,-134,171,-134v77,0,172,15,172,15",w:483},u:{d:"421,-500r35,0r0,500r-35,0r0,-40v0,0,-78,49,-164,49v-136,0,-164,-55,-164,-249r0,-260r35,0r0,258v0,170,18,219,129,219v89,0,164,-50,164,-50r0,-427",w:557},w:{d:"38,-500r37,0r127,468r11,0r148,-458r39,0r147,458r11,0r128,-468r37,0r-137,500r-68,0r-138,-448r-139,448r-68,0",w:761},y:{d:"35,-500r37,0r147,468r41,0r148,-468r37,0r-229,730r-37,0r72,-230r-61,0",w:480},z:{d:"55,-468r0,-32r371,0r0,32r-328,436r328,0r0,32r-371,0r0,-32r328,-436r-328,0",w:481},Z:{d:"60,-666r0,-34r450,0r0,70r-413,575r0,22r413,0r0,34r-450,0r0,-69r413,-574r0,-24r-413,0",w:570},"0":{d:"264,-670v150,0,227,70,227,356v0,255,-84,323,-226,323v-142,0,-227,-68,-227,-325v0,-286,82,-354,226,-354xm264,-636v-127,0,-188,61,-188,322v0,236,69,289,189,289v120,0,188,-53,188,-291v0,-256,-59,-320,-189,-320"},"1":{d:"90,-524r204,-136r36,0r0,660r-36,0r0,-621r-187,126"},"2":{d:"479,0r-428,0r0,-34r237,-239v77,-78,132,-140,132,-228v0,-101,-60,-135,-168,-135v-76,0,-191,26,-191,26r-5,-34v0,0,104,-26,197,-26v131,0,205,44,205,169v0,107,-68,177,-131,240r-227,226r379,0r0,35"},"3":{d:"61,-647v0,0,99,-23,199,-23v144,0,198,52,198,165v0,124,-112,152,-113,152v75,20,132,52,132,171v0,129,-67,191,-208,191v-108,0,-217,-23,-217,-23r6,-34v0,0,105,23,211,23v118,-1,170,-53,170,-154v0,-171,-141,-153,-296,-153r0,-34r133,0v54,0,144,-43,144,-140v0,-94,-41,-130,-159,-130v-99,0,-194,23,-194,23"},"5":{d:"82,-660r372,0r0,35r-338,0r-18,264v0,0,86,-51,179,-51v125,0,208,49,208,192v0,154,-84,227,-218,227v-100,0,-209,-24,-209,-24r5,-34v0,0,110,24,203,24v108,0,181,-66,181,-193v0,-123,-74,-158,-171,-158v-90,0,-179,55,-179,55r-34,-4"},"7":{d:"49,-626r0,-34r402,0r0,65r-268,604r-35,-14r265,-598r0,-23r-364,0"},"8":{d:"268,-670v152,0,239,49,239,165v0,89,-48,131,-138,157v83,24,148,66,148,169v0,149,-103,188,-249,188v-139,0,-246,-42,-246,-177v0,-111,59,-148,137,-180v-77,-27,-126,-68,-126,-158v0,-114,81,-164,235,-164xm268,-25v128,0,211,-32,211,-153v0,-107,-74,-131,-158,-152r-117,0v-87,21,-143,60,-143,161v0,111,86,144,207,144xm268,-636v-130,0,-197,32,-197,131v0,81,46,118,133,142r117,0v92,-22,147,-60,147,-141v0,-98,-68,-132,-200,-132"},E:{d:"103,0r0,-700r409,0r0,34r-373,0r0,289r313,0r0,34r-313,0r0,309r373,0r0,34r-409,0",w:572},F:{d:"103,0r0,-700r410,0r0,34r-374,0r0,316r314,0r0,34r-314,0r0,316r-36,0",w:563},G:{d:"356,-313r0,-34r186,0r0,331v0,0,-141,25,-220,25v-206,0,-262,-134,-262,-356v0,-218,49,-362,262,-362v105,0,220,25,220,25r-3,35v0,0,-126,-26,-217,-26v-188,0,-224,129,-224,328v0,200,40,322,224,322v71,0,178,-20,184,-20r0,-268r-150,0",w:617},H:{d:"557,0r0,-334r-418,0r0,334r-36,0r0,-700r36,0r0,332r418,0r0,-332r36,0r0,700r-36,0",w:696},K:{d:"501,0r-231,-329r-131,0r0,329r-36,0r0,-700r36,0r0,337r129,0r220,-337r43,0r-231,352r247,348r-46,0",w:597},Q:{d:"525,138r-87,-143v-31,9,-67,14,-110,14v-216,0,-268,-124,-268,-356v0,-228,54,-362,268,-362v214,0,268,132,268,362v0,173,-27,280,-121,328r86,140xm328,-25v193,0,230,-102,230,-322v0,-207,-42,-328,-230,-328v-190,0,-230,119,-230,328v0,210,37,322,230,322",w:656},R:{d:"378,-290r-239,0r0,290r-36,0r0,-700r251,0v139,0,208,60,208,200v0,111,-38,185,-145,205r158,295r-41,0xm524,-500v0,-116,-53,-166,-170,-166r-215,0r0,342r215,0v131,0,170,-69,170,-176",w:630},S:{d:"468,-695r-4,35v0,0,-137,-17,-195,-17v-114,0,-178,40,-178,140v0,122,62,137,188,157v132,21,204,51,204,177v0,156,-74,210,-212,210v-75,0,-214,-16,-214,-16r4,-35v0,0,138,17,209,17v114,0,175,-48,175,-173v0,-102,-52,-125,-175,-144v-137,-21,-217,-44,-217,-191v0,-129,83,-176,216,-176v77,0,199,16,199,16",w:536},T:{d:"0,-666r0,-34r500,0r0,34r-231,0r0,666r-36,0r0,-666r-233,0",w:500},V:{d:"508,-700r36,0r-194,700r-116,0r-199,-700r36,0r192,666r58,0",w:579},N:{d:"103,0r0,-700r85,0r333,666r27,0r0,-666r36,0r0,700r-85,0r-334,-666r-26,0r0,666r-36,0",w:687},"$":{d:"196,113r14,-109v-70,-4,-144,-13,-144,-13r4,-35v0,0,76,10,144,15r39,-298v-120,-22,-192,-49,-192,-178v-1,-136,95,-169,237,-166r16,-119r35,0r-16,121v69,5,141,14,141,14r-3,34v0,0,-79,-9,-142,-14r-36,277v132,24,200,45,200,178v0,145,-95,196,-248,186r-14,114v0,0,-35,-3,-35,-7xm454,-179v0,-109,-52,-123,-166,-142r-38,294v127,6,204,-37,204,-152xm100,-507v0,103,50,123,158,143r36,-273v-118,-2,-194,25,-194,130"},"!":{d:"250,0r0,-80r40,0r0,80r-40,0xm252,-213r0,-486r35,0r0,486r-35,0"},a:{d:"418,-353r0,287v3,29,41,39,75,42r-2,32v-43,0,-81,-9,-103,-40v0,0,-93,41,-206,41v-78,0,-127,-49,-127,-146v0,-85,39,-134,138,-144r190,-20r0,-52v0,-87,-38,-122,-111,-122v-73,0,-189,17,-189,17r-3,-33v0,0,112,-18,192,-18v101,0,146,53,146,156xm383,-268r-186,18v-78,8,-105,51,-105,113v0,73,35,114,91,114v99,0,200,-40,200,-40r0,-205",w:518},o:{d:"265,-509v135,0,201,68,201,250v0,187,-36,268,-201,268v-166,0,-205,-69,-205,-270v0,-185,57,-248,205,-248xm265,-23v147,0,164,-77,164,-236v0,-160,-53,-218,-164,-218v-128,0,-168,48,-168,216v0,172,21,238,168,238",w:526},J:{d:"208,-701v0,212,1,382,1,596v0,178,-54,178,-174,178r0,-34v117,0,137,0,137,-154r0,-586r36,0",w:304},t:{d:"331,-468r-182,0r0,262v0,149,11,184,92,184v28,0,98,-8,98,-8r3,32v0,0,-66,8,-101,8v-91,0,-127,-34,-127,-178r0,-300r-79,0r0,-32r79,0r0,-163r35,0r0,163r182,0r0,32",w:372},n:{d:"136,0r-35,0r0,-500r35,0r0,40v0,0,89,-49,175,-49v136,0,164,55,164,249r0,260r-35,0r0,-258v0,-170,-18,-219,-129,-219v-89,0,-175,50,-175,50r0,427",w:573},"#":{d:"513,-190r-120,0r0,190r-36,0r0,-190r-188,0r0,190r-36,0r0,-190r-120,0r0,-32r120,0r0,-226r-120,0r0,-32r120,0r0,-190r36,0r0,190r188,0r0,-190r36,0r0,190r120,0r0,32r-120,0r0,226r120,0r0,32xm357,-222r0,-226r-188,0r0,226r188,0"},W:{d:"45,-700r35,0r143,666r38,0r155,-656r40,0r160,656r38,0r138,-666r35,0r-144,700r-96,0r-151,-643r-146,643r-96,0",w:872},"@":{d:"504,-719v311,-1,421,136,421,431v0,289,-68,298,-163,298v-56,0,-89,-3,-107,-63v-34,19,-120,62,-191,62v-62,0,-169,-9,-169,-252v0,-172,46,-266,210,-266v57,0,132,27,132,27r0,-18r35,0r0,200v0,272,13,280,90,280v77,0,126,-9,126,-268v0,-274,-95,-399,-384,-399v-277,0,-407,107,-407,426v0,332,130,428,407,428v40,0,143,-10,143,-10r3,33v0,0,-98,9,-146,9v-296,0,-444,-99,-444,-460v0,-338,148,-458,444,-458xm464,-23v69,0,146,-38,184,-60v-14,-68,-11,-256,-11,-367v0,0,-73,-27,-132,-27v-142,0,-175,85,-175,237v0,199,78,217,134,217",w:985},"`":{d:"166,-732r192,96r-15,27r-193,-92",w:545},M:{d:"103,0r0,-700r77,0r245,645r247,-645r76,0r0,700r-36,0r0,-666r-14,0r-249,645r-50,0r-246,-645r-14,0r0,666r-36,0",w:851},U:{d:"126,-196v0,126,73,171,190,171v126,0,200,-44,200,-171r0,-504r36,0r0,504v0,150,-86,205,-236,205v-140,0,-226,-54,-226,-205r0,-504r36,0r0,504",w:642},X:{d:"83,-700r208,326r207,-326r43,0r-223,353r223,347r-43,0r-206,-322r-209,322r-43,0r226,-347r-226,-353r43,0",w:581},Y:{d:"289,-301r0,301r-36,0r0,-301r-228,-399r41,0r205,359r202,-359r42,0",w:540},I:{d:"95,0r0,-700r36,0r0,700r-36,0",w:226},O:{d:"328,-25v193,0,230,-102,230,-322v0,-207,-42,-328,-230,-328v-190,0,-230,119,-230,328v0,210,37,322,230,322xm328,9v-216,0,-268,-124,-268,-356v0,-228,54,-362,268,-362v214,0,268,132,268,362v0,242,-53,356,-268,356",w:656},"~":{w:833},L:{d:"480,0r-377,0r0,-700r36,0r0,666r341,0r0,34"},B:{d:"103,-700r240,0v134,0,202,52,202,170v0,99,-40,148,-97,169v62,17,124,57,124,165v0,256,-247,186,-469,196r0,-700xm354,-341r-215,0r0,307v185,-8,396,51,396,-162v0,-142,-130,-145,-181,-145xm343,-666r-204,0r0,292r215,0v109,0,154,-54,154,-156v0,-97,-53,-136,-165,-136",w:627},D:{d:"363,0r-260,0r0,-700r260,0v176,0,234,164,234,340v0,176,-58,360,-234,360xm559,-360v0,-150,-46,-306,-196,-306r-224,0r0,632r224,0v150,0,196,-176,196,-326",w:653},P:{d:"358,-257r-219,0r0,257r-36,0r0,-700r255,0v145,0,207,66,207,211v0,145,-62,232,-207,232xm139,-291r219,0v121,0,169,-77,169,-198v0,-121,-48,-177,-169,-177r-219,0r0,375",w:615},b:{d:"308,-509v136,0,170,76,170,248v0,187,-42,270,-228,270v-68,0,-149,-9,-149,-9r0,-730r35,0r0,261v0,0,83,-40,172,-40xm249,-23v167,0,192,-77,192,-236v0,-150,-22,-218,-133,-218v-89,0,-172,40,-172,40r0,408v0,0,78,6,113,6",w:538},v:{d:"35,-500r37,0r146,468r43,0r147,-468r37,0r-157,500r-98,0",w:480},x:{d:"38,-500r40,0r150,223r150,-223r40,0r-169,250r169,250r-41,0r-149,-223r-149,223r-41,0r169,-250",w:456},"6":{d:"457,-651r-4,33v0,0,-82,-18,-166,-18v-130,0,-207,75,-208,278v0,-1,104,-48,192,-48v143,0,218,66,218,198v0,135,-77,217,-224,217v-156,0,-224,-110,-224,-346v0,-251,97,-333,246,-333v84,0,170,19,170,19xm270,-372v-92,0,-192,49,-192,49v3,192,53,298,187,298v121,0,186,-64,186,-183v0,-112,-69,-164,-181,-164"},"9":{d:"74,-12r6,-32v0,0,82,19,166,19v140,0,210,-82,212,-275v0,0,-114,44,-202,44v-136,0,-209,-69,-209,-205v0,-133,87,-209,220,-209v161,0,228,126,228,346v0,252,-90,333,-249,333v-84,0,-172,-21,-172,-21xm258,-290v79,0,201,-46,201,-46v-4,-188,-55,-300,-192,-300v-112,0,-182,63,-182,175v0,114,59,171,173,171"},"<":{d:"410,-520r-315,206r315,217r0,41v0,0,-313,-213,-347,-238r0,-36r347,-229r0,39"},">":{d:"378,-314r-315,-206r0,-39r347,229r0,36v-34,25,-347,238,-347,238r0,-41"},"[":{d:"231,-749r0,32r-147,0r0,808r147,0r0,32r-182,0r-1,-872r183,0",w:300},"\\":{d:"582,-14r-35,14r-301,-687r35,-14",w:833},"]":{d:"51,-717r0,-32r183,0r-1,872r-182,0r0,-32r147,0r0,-808r-147,0",w:300},"|":{d:"242,59r0,-759r35,0r0,759r-35,0"},"4":{d:"370,0r0,-132r-338,0r0,-30r216,-498r39,0r-212,494r295,0r0,-179r36,0r0,179r92,0r0,34r-92,0r0,132r-36,0"},'"':{d:"226,-501r-35,0r0,-200r35,0r0,200xm85,-501r-35,0r0,-200r35,0r0,200",w:280},"'":{d:"32,-488r-2,-210r40,0r-5,210r-33,0",w:100},"(":{d:"153,-750r35,0v0,0,-95,260,-95,449v0,186,95,426,95,426r-35,0v0,0,-97,-226,-97,-426v0,-200,97,-449,97,-449",w:260},")":{d:"91,120r-35,0v0,0,95,-260,95,-449v0,-186,-95,-426,-95,-426r35,0v0,0,97,226,97,426v0,200,-97,449,-97,449",w:260},",":{d:"47,123r42,-210r40,0r-51,210r-31,0",w:170},"-":{d:"60,-264r0,-34r320,0r0,34r-320,0",w:440},".":{d:"98,0r0,-80r40,0r0,80r-40,0",w:248},"/":{d:"109,-12r277,-690r33,14r-277,689"},":":{d:"77,-344r0,-80r40,0r0,80r-40,0xm77,0r0,-80r40,0r0,80r-40,0",w:141},";":{d:"78,-87r-41,210r31,0r52,-210r-42,0xm75,-344r0,-80r40,0r0,80r-40,0",w:170},"=":{d:"41,-343r0,-34r445,0r0,34r-445,0xm42,-174r0,-34r445,0r0,34r-445,0"},"?":{d:"376,-551v0,163,-199,211,-199,323r0,38r-35,0v-25,-174,199,-199,199,-361v0,-96,-59,-125,-165,-125v-48,0,-161,28,-161,28r-5,-34v0,0,112,-27,166,-27v127,0,200,41,200,158xm140,-1r0,-80r40,0r0,80r-40,0",w:386},_:{d:"27,34r428,0r0,34r-428,0r0,-34",w:520},"{":{d:"139,-169v0,135,-30,260,136,261r-2,32v-128,-5,-176,-58,-176,-177v0,-129,30,-212,-97,-241r0,-32v129,-25,97,-121,97,-248v0,-119,48,-172,176,-177r2,32v-166,-1,-136,129,-136,264v0,88,-27,120,-100,144v73,24,100,58,100,142",w:285},"}":{d:"135,-454v0,-135,30,-260,-136,-261r2,-32v128,5,176,58,176,177v0,129,-30,212,97,241r0,32v-129,25,-97,121,-97,248v0,119,-48,172,-176,177r-2,-32v166,1,136,-129,136,-264v0,-88,27,-120,100,-144v-73,-24,-100,-58,-100,-142",w:285},"&":{d:"323,-694v109,0,153,60,153,145v0,99,-50,144,-165,182r187,185v14,-40,24,-88,31,-146r35,0v-9,69,-21,126,-39,172r140,137r-24,26r-131,-130v-47,94,-120,132,-222,132v-176,0,-230,-83,-230,-217v0,-124,52,-169,163,-201v-47,-51,-51,-88,-51,-141v0,-84,50,-144,153,-144xm290,-24v90,0,154,-37,194,-124r-237,-235v-113,30,-154,69,-154,174v0,119,52,185,197,185xm323,-662v-134,0,-152,153,-73,235r36,36v112,-38,155,-72,155,-159v0,-69,-32,-112,-118,-112",w:700},"*":{d:"434,-519r-137,0r42,129r-32,10r-42,-130r-110,79r-19,-27r110,-80r-109,-80r20,-27r110,81r42,-129r32,10r-42,130r135,0r0,34"},"%":{d:"135,-702v71,0,106,38,106,134v0,96,-36,138,-106,138v-71,0,-106,-42,-106,-139v0,-95,34,-133,106,-133xm416,-272v71,0,106,38,106,134v0,96,-36,138,-106,138v-71,0,-106,-42,-106,-139v0,-95,34,-133,106,-133xm186,-6r144,-695r36,7r-144,695xm64,-569v0,68,16,107,71,107v55,0,71,-38,71,-106v0,-68,-16,-102,-71,-102v-54,0,-71,34,-71,101xm345,-139v0,68,16,107,71,107v55,0,71,-38,71,-106v0,-68,-16,-102,-71,-102v-54,0,-71,34,-71,101"},"+":{d:"-49,-234r0,-34r232,0r0,-232r36,0r0,232r234,0r0,34r-234,0r0,234r-36,0r0,-234r-232,0",w:410},"^":{d:"379,-439r-110,-215r-113,215r-140,0r181,-347r140,0r182,347r-140,0",w:833},"\u00a0":{w:235}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Generated in 2009 by FontLab Studio. Copyright info pending.
 * 
 * Full name:
 * TitilliumText15L-400wt
 * 
 * Designer:
 * Campivisivi
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({w:530,face:{"font-family":"Titillium","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"750",descent:"-250","x-height":"10",bbox:"-32 -790 933 239","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:235},C:{d:"491,-83r3,70v0,0,-111,23,-190,23v-207,0,-253,-127,-253,-356v0,-235,49,-360,253,-360v91,0,191,23,191,23r-4,69v0,0,-109,-17,-179,-17v-155,0,-182,93,-182,285v0,188,26,281,184,281v62,0,177,-18,177,-18",w:536},c:{d:"257,-510v46,0,136,15,136,15r-2,65v0,0,-80,-9,-118,-9v-115,0,-146,48,-146,180v0,146,23,199,146,199v38,0,119,-9,119,-9r3,65v0,0,-94,14,-139,14v-160,0,-206,-73,-206,-269v0,-181,58,-251,207,-251",w:437},d:{d:"456,-700r0,700r-75,0r0,-33v0,0,-77,43,-152,43v-97,0,-179,-42,-179,-258v0,-175,56,-262,209,-262v43,0,107,10,122,13r0,-203r75,0xm239,-59v67,0,142,-37,142,-37r0,-335v-15,-2,-78,-11,-118,-11v-105,0,-138,65,-138,196v0,160,55,187,114,187",w:543},e:{d:"258,-58v75,0,183,-9,183,-9r2,61v0,0,-113,16,-194,16v-150,0,-199,-87,-199,-257v0,-190,83,-263,210,-263v151,0,219,113,197,292r-331,0v1,105,33,160,132,160xm126,-279r260,0v0,-120,-39,-164,-126,-164v-86,0,-134,47,-134,164",w:507},f:{d:"165,-432r0,432r-74,0r0,-432r-63,0r0,-68r63,0r0,-45v0,-144,36,-182,134,-182v35,0,101,7,101,7r-1,62v0,0,-56,-2,-85,-2v-56,0,-75,24,-75,116r0,44r146,0r0,68r-146,0",w:334},g:{d:"262,239v-158,0,-215,-35,-215,-155v0,-58,27,-85,79,-124v-18,-12,-27,-38,-27,-69v0,-19,33,-79,33,-79v-41,-19,-78,-58,-78,-151v0,-123,75,-171,186,-171v50,0,104,13,104,13r146,-3r0,64r-90,0v18,19,31,44,31,97v0,149,-99,181,-243,165v0,0,-18,44,-18,57v0,40,9,46,121,46v143,0,194,28,194,147v0,116,-82,163,-223,163xm286,-5v-36,0,-109,-5,-109,-5v-41,31,-56,49,-56,88v0,69,29,94,142,94v101,0,146,-27,146,-93v0,-76,-33,-84,-123,-84xm237,-234v84,0,119,-26,119,-105v0,-86,-32,-106,-117,-106v-74,0,-110,27,-110,106v0,72,25,105,108,105",w:518},h:{d:"162,0r-75,0r0,-730r75,0r0,254v0,0,84,-34,154,-34v138,0,169,68,169,249r0,261r-75,0r0,-260v0,-132,-15,-181,-105,-181v-67,0,-143,29,-143,29r0,412",w:565},i:{d:"81,0r0,-500r74,0r0,500r-74,0xm81,-613r0,-87r74,0r0,87r-74,0",w:236},j:{d:"93,-6r0,-494r74,0r0,495v0,123,-33,167,-166,235r-33,-63v102,-58,125,-83,125,-173xm93,-616r0,-88r74,0r0,88r-74,0",w:248},k:{d:"162,0r-75,0r0,-718r75,0r0,419r77,-4r149,-197r84,0r-167,230r170,270r-85,0r-150,-229r-78,4r0,225",w:497},l:{d:"84,0r0,-718r74,0r0,718r-74,0",w:242},m:{d:"162,0r-75,0r0,-500r75,0r0,34v0,0,60,-34,125,-40v66,-6,119,7,147,41v29,-11,112,-45,181,-45v136,0,169,65,169,250r0,260r-75,0r0,-237v0,-153,-10,-204,-105,-204v-68,0,-138,36,-140,37v21,93,9,282,12,404r-75,0r0,-258v0,-138,-14,-183,-105,-183v-67,0,-134,37,-134,37r0,404",w:864},A:{d:"29,0r190,-696r169,0r187,695r-76,0r-53,-174r-290,0r-50,175r-77,0xm277,-625r-103,376r256,0r-103,-376r-50,0",w:604},p:{d:"87,222r0,-722r75,0r0,35v0,0,75,-45,149,-45v126,0,181,75,181,254v0,196,-63,266,-218,266v-47,0,-98,-8,-112,-11r0,223r-75,0xm301,-441v-66,0,-139,39,-139,39r0,334v13,3,65,11,108,11v110,0,146,-55,146,-201v0,-135,-43,-183,-115,-183",w:542},q:{d:"249,10v-147,0,-199,-90,-199,-251v0,-176,54,-269,228,-269v52,0,172,10,172,10r0,722r-75,0r0,-239v0,0,-54,27,-126,27xm279,-442v-120,0,-153,66,-153,200v0,119,31,185,123,185v67,0,126,-31,126,-31r0,-350v0,0,-65,-4,-96,-4",w:537},r:{d:"87,0r0,-500r75,0r0,66v0,0,77,-58,174,-76r0,78v-94,18,-174,69,-174,69r0,363r-75,0",w:356},s:{d:"416,-491r-2,65v0,0,-111,-16,-175,-16v-62,0,-108,16,-108,75v0,47,23,61,122,76v132,21,180,48,180,145v0,117,-74,156,-195,156v-64,0,-176,-19,-176,-19r4,-65v0,0,114,17,165,17v82,0,126,-18,126,-86v0,-52,-26,-64,-126,-80v-122,-19,-176,-43,-176,-141v0,-110,89,-146,180,-146v75,0,181,19,181,19",w:489},u:{d:"397,-500r74,0r0,500r-74,0r0,-32v0,0,-78,42,-148,42v-140,0,-169,-64,-169,-249r0,-261r74,0r0,260v0,138,12,183,106,183v66,0,137,-37,137,-37r0,-406",w:559},w:{d:"28,-500r75,0r100,432r16,0r120,-422r79,0r119,422r16,0r101,-432r75,0r-119,500r-127,0r-105,-391r-107,391r-125,0",w:757},y:{d:"24,-500r75,0r125,428r34,0r125,-428r75,0r-208,722r-75,0r64,-222r-73,0",w:482},z:{d:"54,-432r0,-68r371,0r0,68r-281,364r281,0r0,68r-371,0r0,-68r281,-364r-281,0",w:479},Z:{d:"60,-622r0,-74r450,0r0,95r-357,509r0,19r357,0r0,74r-450,0r0,-95r357,-508r0,-20r-357,0",w:570},"0":{d:"264,-671v156,0,239,81,239,352v0,253,-88,329,-238,329v-151,0,-239,-76,-239,-330v0,-272,86,-351,238,-351xm264,-598v-108,0,-156,58,-156,279v0,207,53,256,157,256v104,0,156,-49,156,-257v0,-218,-47,-278,-157,-278"},"1":{d:"65,-521r209,-139r73,0r0,660r-77,0r0,-572r-169,113"},"2":{d:"479,0r-428,0r0,-71r197,-198v81,-81,134,-138,134,-217v0,-81,-48,-110,-144,-110v-72,0,-176,22,-176,22r-6,-71v0,0,104,-26,197,-26v139,0,209,53,209,177v0,105,-55,170,-134,248r-174,172r325,0r0,74"},"3":{d:"58,-647v0,0,106,-24,198,-24v156,0,211,55,211,172v0,103,-79,135,-99,148v67,24,115,55,115,162v0,133,-66,199,-215,199v-104,0,-218,-23,-218,-23r8,-70v0,0,108,19,202,19v98,0,143,-41,143,-122v0,-141,-137,-119,-269,-120r0,-70r133,0v51,0,120,-43,120,-115v0,-77,-41,-106,-135,-106v-90,0,-185,19,-185,19"},"5":{d:"78,-660r384,0r0,73r-314,0r-17,209v0,0,77,-38,146,-38v132,0,212,55,212,198v0,150,-83,227,-221,227v-101,0,-219,-28,-219,-28r9,-69v0,0,118,24,207,24v86,0,144,-53,144,-151v0,-96,-58,-129,-139,-129v-78,0,-149,39,-149,39r-63,-11"},"7":{d:"49,-587r0,-73r410,0r0,101r-256,572r-72,-23r248,-553r0,-24r-330,0"},"8":{d:"268,-671v148,0,241,56,241,172v0,85,-35,120,-112,154v71,32,122,71,122,166v0,145,-108,189,-251,189v-139,0,-248,-41,-248,-178v0,-103,48,-140,116,-177v-69,-34,-105,-73,-105,-155v0,-114,87,-171,237,-171xm268,-63v104,0,169,-31,169,-124v0,-77,-53,-102,-119,-120r-105,0v-69,19,-110,52,-110,126v0,87,65,118,165,118xm269,-598v-102,0,-156,28,-156,107v0,61,35,92,100,116r105,0v68,-22,108,-54,108,-115v0,-79,-54,-108,-157,-108"},E:{d:"90,0r0,-696r420,0r0,73r-344,0r0,235r284,0r0,72r-284,0r0,243r344,0r0,73r-420,0",w:564},F:{d:"90,0r0,-696r421,0r0,73r-345,0r0,269r285,0r0,73r-285,0r0,281r-76,0",w:553},G:{d:"354,-285r0,-70r191,0r0,341v0,0,-142,24,-225,24v-210,0,-268,-131,-268,-357v0,-230,58,-359,266,-359v105,0,227,26,227,26r-3,69v0,0,-124,-21,-215,-21v-160,0,-195,94,-195,285v0,189,34,283,194,283v59,0,140,-13,143,-13r0,-208r-115,0",w:608},H:{d:"519,0r0,-314r-352,0r0,314r-77,0r0,-696r77,0r0,308r352,0r0,-308r76,0r0,696r-76,0",w:685},K:{d:"466,0r-184,-306r-115,4r0,302r-77,0r0,-696r77,0r0,321r113,-4r177,-317r89,0r-198,348r209,348r-91,0",w:595},Q:{d:"497,145r-88,-144v-24,6,-52,9,-83,9v-216,0,-274,-122,-274,-354v0,-230,60,-362,274,-362v214,0,273,131,273,362v0,163,-27,268,-114,319r84,136xm326,-63v160,0,194,-90,194,-281v0,-184,-37,-289,-194,-289v-159,0,-194,104,-194,289v0,185,33,281,194,281",w:651},R:{d:"363,-263r-196,0r0,263r-77,0r0,-696r256,0v149,0,221,62,221,212v0,107,-38,174,-127,201r133,283r-85,0xm488,-484v0,-96,-45,-139,-142,-139r-179,0r0,287r180,0v106,0,141,-59,141,-148",w:624},S:{d:"467,-687r-7,71v0,0,-130,-17,-188,-17v-90,0,-142,32,-142,108v0,91,45,105,162,135v128,33,190,66,190,189v0,150,-77,210,-216,210v-76,0,-213,-21,-213,-21r8,-70v0,0,133,17,204,17v90,0,139,-37,139,-133v0,-78,-39,-95,-146,-122v-144,-37,-206,-68,-206,-203v0,-130,87,-184,220,-184v77,0,195,20,195,20",w:534},T:{d:"-4,-622r0,-74r500,0r0,74r-211,0r0,622r-76,0r0,-622r-213,0",w:492},V:{d:"484,-696r80,0r-181,696r-171,0r-183,-696r80,0r162,623r53,0",w:593},N:{d:"90,0r0,-696r138,0r276,606r22,0r0,-606r77,0r0,696r-135,0r-280,-606r-21,0r0,606r-77,0",w:693},"$":{d:"196,113r14,-109v-70,-4,-144,-13,-144,-13r4,-35v0,0,76,10,144,15r39,-298v-120,-22,-192,-49,-192,-178v-1,-136,95,-169,237,-166r16,-119r35,0r-16,121v69,5,141,14,141,14r-3,34v0,0,-79,-9,-142,-14r-36,277v132,24,200,45,200,178v0,145,-95,196,-248,186r-14,114v0,0,-35,-3,-35,-7xm454,-179v0,-109,-52,-123,-166,-142r-38,294v127,6,204,-37,204,-152xm100,-507v0,103,50,123,158,143r36,-273v-118,-2,-194,25,-194,130"},"!":{d:"230,0r0,-114r82,0r0,114r-82,0xm232,-232r-2,-467r81,0r-2,467r-77,0"},a:{d:"433,-347r0,246v2,32,26,42,58,46r-3,65v-60,0,-92,-11,-118,-38v0,0,-90,38,-185,38v-87,0,-136,-55,-136,-153v0,-96,49,-139,152,-148r158,-15v6,-79,-16,-132,-87,-132v-73,0,-191,13,-191,13r-3,-65v0,0,120,-20,197,-20v106,0,158,50,158,163xm359,-245r-148,12v-61,6,-86,37,-86,88v0,58,26,90,71,90v76,0,163,-30,163,-30r0,-160",w:522},o:{d:"265,-510v151,0,213,84,213,255v0,173,-44,265,-213,265v-169,0,-215,-84,-215,-267v0,-172,57,-253,215,-253xm265,-57v118,0,136,-66,136,-198v0,-133,-40,-187,-136,-187v-106,0,-138,48,-138,185v0,140,20,200,138,200",w:528},J:{d:"222,-697v0,212,1,374,1,588v0,166,-58,181,-190,181r0,-72v89,0,113,-7,113,-118r0,-579r76,0",w:308},t:{d:"331,-432r-158,0r0,233v0,109,6,139,72,139v28,0,89,-5,89,-5r4,65v0,0,-66,11,-101,11v-103,0,-139,-39,-139,-183r0,-260r-71,0r0,-68r71,0r0,-153r75,0r0,153r158,0r0,68",w:363},n:{d:"162,0r-75,0r0,-500r75,0r0,33v0,0,84,-43,155,-43v137,0,168,68,168,250r0,260r-74,0r0,-259v0,-133,-15,-182,-106,-182v-66,0,-143,37,-143,37r0,404",w:568},"#":{d:"519,-180r-110,0r0,180r-68,0r0,-180r-154,0r0,180r-68,0r0,-180r-111,0r0,-64r111,0r0,-178r-111,0r0,-64r111,0r0,-180r68,0r0,180r154,0r0,-180r68,0r0,180r110,0r0,64r-110,0r0,178r110,0r0,64xm341,-244r0,-178r-154,0r0,178r154,0"},W:{d:"37,-696r79,0r127,619r29,0r134,-613r87,0r138,613r29,0r124,-619r79,0r-148,696r-140,0r-125,-581r-123,581r-139,0",w:900},"@":{d:"504,-723v307,0,429,144,429,435v0,261,-68,298,-175,298v-58,0,-94,-7,-116,-55v-36,19,-112,54,-175,54v-86,0,-176,-33,-176,-252v0,-168,42,-266,202,-266v45,0,116,25,116,25r0,-16r75,0r0,200v0,228,13,240,74,240v62,0,99,-17,99,-228v0,-254,-92,-363,-353,-363v-253,0,-376,111,-376,390v0,296,113,392,376,392v40,0,143,-9,143,-9r4,72v0,0,-99,9,-147,9v-296,0,-452,-103,-452,-464v0,-330,164,-462,452,-462xm471,-63v54,0,114,-26,148,-42v-13,-68,-9,-217,-10,-314v0,0,-61,-20,-104,-20v-114,0,-139,62,-139,198v0,155,54,178,105,178",w:985},"`":{d:"154,-749r218,95r-28,65r-219,-91",w:545},M:{d:"90,0r0,-696r134,0r201,585r202,-585r133,0r0,696r-77,0r0,-606r-14,0r-202,581r-85,0r-201,-581r-14,0r0,606r-77,0",w:850},U:{d:"155,-210v0,108,64,145,162,145v104,0,169,-36,169,-145r0,-486r76,0r0,486v0,158,-87,219,-245,219v-152,0,-239,-60,-239,-219r0,-486r77,0r0,486",w:640},X:{d:"117,-696r174,292r173,-292r87,0r-207,351r207,345r-87,0r-172,-288r-175,288r-87,0r210,-345r-210,-351r87,0",w:581},Y:{d:"316,-298r0,298r-77,0r0,-299r-220,-397r86,0r172,312r170,-312r86,0",w:552},I:{d:"85,0r0,-696r77,0r0,696r-77,0",w:247},O:{d:"326,-63v160,0,194,-90,194,-281v0,-184,-37,-289,-194,-289v-159,0,-194,104,-194,289v0,185,33,281,194,281xm326,10v-216,0,-274,-122,-274,-354v0,-230,60,-362,274,-362v214,0,273,131,273,362v0,238,-59,354,-273,354",w:651},"~":{w:833},L:{d:"471,0r-381,0r0,-696r77,0r0,622r304,0r0,74",w:513},B:{d:"90,-696r250,0v130,0,206,51,206,172v0,95,-33,140,-88,166v62,21,109,62,109,162v0,147,-84,196,-214,196r-263,0r0,-696xm345,-318r-179,0r0,247v149,-7,322,41,322,-129v0,-107,-90,-118,-143,-118xm337,-625r-171,0r0,237r178,0v87,0,123,-43,123,-126v0,-79,-42,-111,-130,-111",w:618},D:{d:"337,0r-247,0r0,-696r247,0v200,0,256,140,256,337v0,199,-53,359,-256,359xm513,-359v0,-146,-33,-264,-176,-264r-171,0r0,550r171,0v143,0,176,-139,176,-286",w:642},P:{d:"343,-233r-176,0r0,233r-77,0r0,-696r253,0v151,0,221,72,221,223v0,151,-70,240,-221,240xm167,-307r175,0v101,0,143,-63,143,-166v0,-102,-42,-149,-143,-149r-175,0r0,315",w:606},b:{d:"308,-510v136,0,183,72,183,251v0,198,-54,269,-236,269v-60,0,-168,-11,-168,-11r0,-717r75,0r0,241v0,0,75,-33,146,-33xm254,-57v137,0,161,-62,161,-200v0,-130,-26,-184,-114,-184v-66,0,-139,27,-139,27r0,351v0,0,65,6,92,6",w:541},v:{d:"24,-500r78,0r120,436r37,0r122,-436r76,0r-142,500r-150,0",w:482},x:{d:"27,-500r81,0r122,196r122,-196r82,0r-157,250r157,250r-82,0r-122,-195r-121,195r-82,0r156,-250",w:460},"6":{d:"472,-651r-7,71v0,0,-90,-17,-174,-17v-114,0,-177,65,-178,223v0,0,94,-39,166,-39v145,0,221,66,221,205v0,140,-83,218,-231,218v-164,0,-236,-114,-236,-343v0,-255,101,-338,258,-338v84,0,181,20,181,20xm273,-342v-77,0,-161,37,-161,37v2,150,43,243,157,243v98,0,152,-49,152,-146v0,-92,-56,-134,-148,-134"},"9":{d:"59,-11r9,-69v0,0,90,17,174,17v120,0,179,-72,180,-221v0,0,-100,36,-172,36v-138,0,-216,-70,-216,-209v0,-138,91,-214,229,-214v166,0,238,121,238,343v0,256,-96,338,-259,338v-84,0,-183,-21,-183,-21xm256,-319v69,0,167,-36,167,-36v-2,-148,-47,-243,-160,-243v-92,0,-149,49,-149,141v0,93,50,138,142,138"},"<":{d:"410,-480r-275,168r275,175r0,81v-46,-24,-280,-176,-347,-215r0,-78r347,-210r0,79"},">":{d:"338,-312r-275,-168r0,-79r347,210r0,78v-67,39,-301,191,-347,215r0,-81"},"[":{d:"251,-749r0,72r-134,0r0,728r134,0r0,72r-210,0r-1,-872r211,0",w:300},"\\":{d:"606,-8r-80,8r-304,-693r81,-8",w:833},"]":{d:"3,-677r0,-72r211,0r-1,872r-210,0r0,-72r134,0r0,-728r-134,0",w:300},"|":{d:"222,127r0,-847r76,0r0,847r-76,0"},"4":{d:"344,4r0,-122r-316,0r0,-62r195,-480r84,0r-191,469r228,0r0,-175r77,0r0,175r79,0r0,73r-79,0r0,122r-77,0"},'"':{d:"266,-477r-70,0r-1,-220r73,0xm114,-477r-70,0r-1,-220r73,0",w:310},"'":{d:"12,-469r-2,-226r76,0r-5,226r-69,0",w:100},"(":{d:"133,-750r79,0v0,0,-95,260,-95,449v0,186,95,426,95,426r-79,0v0,0,-97,-226,-97,-426v0,-200,97,-449,97,-449",w:260},")":{d:"111,120r-79,0v0,0,95,-260,95,-449v0,-186,-95,-426,-95,-426r79,0v0,0,97,226,97,426v0,200,-97,449,-97,449",w:260},",":{d:"26,123r46,-230r81,0r-55,230r-72,0",w:170},"-":{d:"64,-244r0,-74r312,0r0,74r-312,0",w:440},".":{d:"77,0r0,-114r81,0r0,114r-81,0",w:248},"/":{d:"88,-15r279,-694r71,26r-279,693"},":":{d:"60,-322r0,-114r82,0r0,114r-82,0xm60,0r0,-114r82,0r0,114r-82,0",w:177},";":{d:"73,-115r-49,234r68,0r64,-234r-83,0xm67,-322r0,-114r82,0r0,114r-82,0",w:198},"=":{d:"33,-339r0,-69r457,0r0,69r-457,0xm34,-151r0,-69r457,0r0,69r-457,0"},"?":{d:"386,-537v0,171,-190,206,-190,301r0,38r-79,0v-26,-174,189,-187,189,-332v0,-77,-38,-104,-132,-104v-50,0,-157,24,-157,24r-9,-74v0,0,114,-27,168,-27v139,0,210,45,210,174xm116,-1r0,-114r82,0r0,114r-82,0",w:386},_:{d:"27,14r428,0r0,70r-428,0r0,-70",w:520},"{":{d:"189,-170v0,111,-38,228,107,226r-1,72v-136,-5,-192,-56,-192,-175v0,-125,34,-202,-93,-232r0,-64v131,-26,93,-113,93,-236v0,-123,56,-171,192,-176r1,72v-93,5,-114,38,-114,108v0,33,7,94,7,123v0,85,-27,116,-100,140v73,24,100,59,100,142",w:307},"}":{d:"111,-453v0,-111,38,-228,-107,-226r1,-72v136,5,192,56,192,175v0,125,-34,202,93,232r0,64v-131,26,-93,113,-93,236v0,123,-56,171,-192,176r-1,-72v93,-5,114,-38,114,-108v0,-33,-7,-94,-7,-123v0,-85,27,-116,100,-140v-73,-24,-100,-59,-100,-142",w:307},"&":{d:"323,-702v118,0,173,60,173,157v0,95,-45,142,-151,192r143,143v10,-32,23,-89,28,-134r73,1v-9,66,-26,136,-43,182r129,124r-47,51r-120,-113v-57,79,-123,114,-227,114v-163,0,-233,-81,-233,-219v0,-114,56,-166,153,-203v-102,-112,-56,-295,122,-295xm284,-56v75,0,126,-26,168,-92r-203,-206v-85,29,-125,69,-125,149v0,95,49,149,160,149xm225,-542v0,54,35,108,72,141v88,-38,124,-68,124,-139v0,-60,-29,-92,-98,-92v-63,0,-98,29,-98,90",w:700},"*":{d:"442,-511r-131,0r40,125r-48,15r-42,-126r-107,79r-30,-40r108,-79r-107,-77r31,-42r105,76r42,-124r49,16r-40,127r130,0r0,50"},"%":{d:"131,-670v52,0,75,31,75,107v0,76,-23,109,-75,109v-51,0,-74,-33,-74,-110v0,-75,22,-106,74,-106xm411,-248v52,0,75,30,75,106v0,76,-24,109,-75,109v-52,0,-74,-33,-74,-110v0,-75,22,-105,74,-105xm151,-6r185,-703r56,17r-185,702xm39,-564v0,76,25,123,92,123v68,0,93,-47,93,-122v0,-76,-25,-119,-93,-119v-67,0,-92,43,-92,118xm319,-143v0,76,24,123,92,123v68,0,93,-46,93,-122v0,-76,-25,-119,-93,-119v-67,0,-92,43,-92,118"},"+":{d:"-23,-232r0,-70r215,0r0,-214r70,0r0,214r217,0r0,70r-217,0r0,216r-70,0r0,-216r-215,0",w:458},"^":{d:"379,-439r-110,-215r-113,215r-140,0r181,-347r140,0r182,347r-140,0",w:712},"\u00a0":{w:235}}});
