
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();

/*!
 * jQuery corner plugin: simple corner rounding
 * Examples and documentation at: http://jquery.malsup.com/corner/
 * version 1.99 (28-JUL-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */

/**
 *  corner() takes a single string argument:  $('#myDiv').corner("effect corners width")
 *
 *  effect:  name of the effect to apply, such as round, bevel, notch, bite, etc (default is round). 
 *  corners: one or more of: top, bottom, tr, tl, br, or bl. 
 *           by default, all four corners are adorned. 
 *  width:   width of the effect; in the case of rounded corners this is the radius. 
 *           specify this value using the px suffix such as 10px (and yes, it must be pixels).
 *
 * @name corner
 * @type jQuery
 * @param String options Options which control the corner style
 * @cat Plugins/Corner
 * @return jQuery
 * @author Dave Methvin (http://methvin.com/jquery/jq-corner.html)
 * @author Mike Alsup   (http://jquery.malsup.com/corner/)
 */
;(function($) { 

var expr = (function() {
	if (! $.browser.msie) return false;
    var div = document.createElement('div');
    try { div.style.setExpression('width','0+0'); }
    catch(e) { return false; }
    return true;
})();
    
function sz(el, p) { 
    return parseInt($.css(el,p))||0; 
};
function hex2(s) {
    var s = parseInt(s).toString(16);
    return ( s.length < 2 ) ? '0'+s : s;
};
function gpc(node) {
    for ( ; node && node.nodeName.toLowerCase() != 'html'; node = node.parentNode ) {
        var v = $.css(node,'backgroundColor');
        if (v == 'rgba(0, 0, 0, 0)')
            continue; // webkit
        if (v.indexOf('rgb') >= 0) { 
            var rgb = v.match(/\d+/g); 
            return '#'+ hex2(rgb[0]) + hex2(rgb[1]) + hex2(rgb[2]);
        }
        if ( v && v != 'transparent' )
            return v;
    }
    return '#ffffff';
};

function getWidth(fx, i, width) {
    switch(fx) {
    case 'round':  return Math.round(width*(1-Math.cos(Math.asin(i/width))));
    case 'cool':   return Math.round(width*(1+Math.cos(Math.asin(i/width))));
    case 'sharp':  return Math.round(width*(1-Math.cos(Math.acos(i/width))));
    case 'bite':   return Math.round(width*(Math.cos(Math.asin((width-i-1)/width))));
    case 'slide':  return Math.round(width*(Math.atan2(i,width/i)));
    case 'jut':    return Math.round(width*(Math.atan2(width,(width-i-1))));
    case 'curl':   return Math.round(width*(Math.atan(i)));
    case 'tear':   return Math.round(width*(Math.cos(i)));
    case 'wicked': return Math.round(width*(Math.tan(i)));
    case 'long':   return Math.round(width*(Math.sqrt(i)));
    case 'sculpt': return Math.round(width*(Math.log((width-i-1),width)));
    case 'dog':    return (i&1) ? (i+1) : width;
    case 'dog2':   return (i&2) ? (i+1) : width;
    case 'dog3':   return (i&3) ? (i+1) : width;
    case 'fray':   return (i%2)*width;
    case 'notch':  return width; 
    case 'bevel':  return i+1;
    }
};

$.fn.corner = function(o) {
    // in 1.3+ we can fix mistakes with the ready state
	if (this.length == 0) {
        if (!$.isReady && this.selector) {
            var s = this.selector, c = this.context;
            $(function() {
                $(s,c).corner(o);
            });
        }
        return this;
	}

    o = (o||"").toLowerCase();
    var keep = /keep/.test(o);                       // keep borders?
    var cc = ((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);  // corner color
    var sc = ((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);  // strip color
    var width = parseInt((o.match(/(\d+)px/)||[])[1]) || 10; // corner width
    var re = /round|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dog/;
    var fx = ((o.match(re)||['round'])[0]);
    var edges = { T:0, B:1 };
    var opts = {
        TL:  /top|tl/.test(o),       TR:  /top|tr/.test(o),
        BL:  /bottom|bl/.test(o),    BR:  /bottom|br/.test(o)
    };
    if ( !opts.TL && !opts.TR && !opts.BL && !opts.BR )
        opts = { TL:1, TR:1, BL:1, BR:1 };
    var strip = document.createElement('div');
    strip.style.overflow = 'hidden';
    strip.style.height = '1px';
    strip.style.backgroundColor = sc || 'transparent';
    strip.style.borderStyle = 'solid';
    return this.each(function(index){
        var pad = {
            T: parseInt($.css(this,'paddingTop'))||0,     R: parseInt($.css(this,'paddingRight'))||0,
            B: parseInt($.css(this,'paddingBottom'))||0,  L: parseInt($.css(this,'paddingLeft'))||0
        };

        if (typeof this.style.zoom != undefined) this.style.zoom = 1; // force 'hasLayout' in IE
        if (!keep) this.style.border = 'none';
        strip.style.borderColor = cc || gpc(this.parentNode);
        var cssHeight = $.curCSS(this, 'height');

        for (var j in edges) {
            var bot = edges[j];
            // only add stips if needed
            if ((bot && (opts.BL || opts.BR)) || (!bot && (opts.TL || opts.TR))) {
                strip.style.borderStyle = 'none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none');
                var d = document.createElement('div');
                $(d).addClass('jquery-corner');
                var ds = d.style;

                bot ? this.appendChild(d) : this.insertBefore(d, this.firstChild);

                if (bot && cssHeight != 'auto') {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.bottom = ds.left = ds.padding = ds.margin = '0';
                    if (expr)
                        ds.setExpression('width', 'this.parentNode.offsetWidth');
                    else
                        ds.width = '100%';
                }
                else if (!bot && $.browser.msie) {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.top = ds.left = ds.right = ds.padding = ds.margin = '0';
                    
                    // fix ie6 problem when blocked element has a border width
                    if (expr) {
                        var bw = sz(this,'borderLeftWidth') + sz(this,'borderRightWidth');
                        ds.setExpression('width', 'this.parentNode.offsetWidth - '+bw+'+ "px"');
                    }
                    else
                        ds.width = '100%';
                }
                else {
                	ds.position = 'relative';
                    ds.margin = !bot ? '-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px' : 
                                        (pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px';                
                }

                for (var i=0; i < width; i++) {
                    var w = Math.max(0,getWidth(fx,i, width));
                    var e = strip.cloneNode(false);
                    e.style.borderWidth = '0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px';
                    bot ? d.appendChild(e) : d.insertBefore(e, d.firstChild);
                }
            }
        }
    });
};

$.fn.uncorner = function() { 
	$('div.jquery-corner', this).remove();
	return this;
};
    
})(jQuery);


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.72 (09-SEP-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
(function($){var ver="2.72";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth;}if(!h){h=e.offsetHeight;}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}if(opts.busy){return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!="click"){$a.click(function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend( jQuery.easing,
{
	def: 'easeOutQuad',
	swing: function (x, t, b, c, d) {
		//alert(jQuery.easing.default);
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});

/*
 *
 * TERMS OF USE - EASING EQUATIONS
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2001 Robert Penner
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */

/**
 * --------------------------------------------------------------------
 * jQuery-Plugin "pngFix"
 * Version: 1.2, 09.03.2009
 * by Andreas Eberhard, andreas.eberhard@gmail.com
 *                      http://jquery.andreaseberhard.de/
 *
 * Copyright (c) 2007 Andreas Eberhard
 * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
 *
 * Changelog:
 *    09.03.2009 Version 1.2
 *    - Update for jQuery 1.3.x, removed @ from selectors
 *    11.09.2007 Version 1.1
 *    - removed noConflict
 *    - added png-support for input type=image
 *    - 01.08.2007 CSS background-image support extension added by Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 *    31.05.2007 initial Version 1.0
 * --------------------------------------------------------------------
 * @example $(function(){$(document).pngFix();});
 * @desc Fixes all PNG's in the document on document.ready
 *
 * jQuery(function(){jQuery(document).pngFix();});
 * @desc Fixes all PNG's in the document on document.ready when using noConflict
 *
 * @example $(function(){$('div.examples').pngFix();});
 * @desc Fixes all PNG's within div with class examples
 *
 * @example $(function(){$('div.examples').pngFix( { blankgif:'ext.gif' } );});
 * @desc Fixes all PNG's within div with class examples, provides blank gif for input with png
 * --------------------------------------------------------------------
 */

(function($) {

jQuery.fn.pngFix = function(settings) {

	// Settings
	settings = jQuery.extend({
		blankgif: 'blank.gif'
	}, settings);

	var ie55 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 5.5") != -1);
	var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1);

	if (jQuery.browser.msie && (ie55 || ie6)) {

		//fix images with png-source
		jQuery(this).find("img[src$=.png]").each(function() {

			jQuery(this).attr('width',jQuery(this).width());
			jQuery(this).attr('height',jQuery(this).height());

			var prevStyle = '';
			var strNewHTML = '';
			var imgId = (jQuery(this).attr('id')) ? 'id="' + jQuery(this).attr('id') + '" ' : '';
			var imgClass = (jQuery(this).attr('class')) ? 'class="' + jQuery(this).attr('class') + '" ' : '';
			var imgTitle = (jQuery(this).attr('title')) ? 'title="' + jQuery(this).attr('title') + '" ' : '';
			var imgAlt = (jQuery(this).attr('alt')) ? 'alt="' + jQuery(this).attr('alt') + '" ' : '';
			var imgAlign = (jQuery(this).attr('align')) ? 'float:' + jQuery(this).attr('align') + ';' : '';
			var imgHand = (jQuery(this).parent().attr('href')) ? 'cursor:hand;' : '';
			if (this.style.border) {
				prevStyle += 'border:'+this.style.border+';';
				this.style.border = '';
			}
			if (this.style.padding) {
				prevStyle += 'padding:'+this.style.padding+';';
				this.style.padding = '';
			}
			if (this.style.margin) {
				prevStyle += 'margin:'+this.style.margin+';';
				this.style.margin = '';
			}
			var imgStyle = (this.style.cssText);

			strNewHTML += '<span '+imgId+imgClass+imgTitle+imgAlt;
			strNewHTML += 'style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+imgAlign+imgHand;
			strNewHTML += 'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;';
			strNewHTML += 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + jQuery(this).attr('src') + '\', sizingMethod=\'scale\');';
			strNewHTML += imgStyle+'"></span>';
			if (prevStyle != ''){
				strNewHTML = '<span style="position:relative;display:inline-block;'+prevStyle+imgHand+'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;'+'">' + strNewHTML + '</span>';
			}

			jQuery(this).hide();
			jQuery(this).after(strNewHTML);

		});

		// fix css background pngs
		jQuery(this).find("*").each(function(){
			var bgIMG = jQuery(this).css('background-image');
			if(bgIMG.indexOf(".png")!=-1){
				var iebg = bgIMG.split('url("')[1].split('")')[0];
				jQuery(this).css('background-image', 'none');
				jQuery(this).get(0).runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + iebg + "',sizingMethod='scale')";
			}
		});
		
		//fix input with png-source
		jQuery(this).find("input[src$=.png]").each(function() {
			var bgIMG = jQuery(this).attr('src');
			jQuery(this).get(0).runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + bgIMG + '\', sizingMethod=\'scale\');';
   		jQuery(this).attr('src', settings.blankgif)
		});
	
	}
	
	return jQuery;

};

})(jQuery);


/*	SWFObject v2.0 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfobject=function(){var Z="undefined",P="object",B="Shockwave Flash",h="ShockwaveFlash.ShockwaveFlash",W="application/x-shockwave-flash",K="SWFObjectExprInst",G=window,g=document,N=navigator,f=[],H=[],Q=null,L=null,T=null,S=false,C=false;var a=function(){var l=typeof g.getElementById!=Z&&typeof g.getElementsByTagName!=Z&&typeof g.createElement!=Z&&typeof g.appendChild!=Z&&typeof g.replaceChild!=Z&&typeof g.removeChild!=Z&&typeof g.cloneNode!=Z,t=[0,0,0],n=null;if(typeof N.plugins!=Z&&typeof N.plugins[B]==P){n=N.plugins[B].description;if(n){n=n.replace(/^.*\s+(\S+\s+\S+$)/,"$1");t[0]=parseInt(n.replace(/^(.*)\..*$/,"$1"),10);t[1]=parseInt(n.replace(/^.*\.(.*)\s.*$/,"$1"),10);t[2]=/r/.test(n)?parseInt(n.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof G.ActiveXObject!=Z){var o=null,s=false;try{o=new ActiveXObject(h+".7")}catch(k){try{o=new ActiveXObject(h+".6");t=[6,0,21];o.AllowScriptAccess="always"}catch(k){if(t[0]==6){s=true}}if(!s){try{o=new ActiveXObject(h)}catch(k){}}}if(!s&&o){try{n=o.GetVariable("$version");if(n){n=n.split(" ")[1].split(",");t=[parseInt(n[0],10),parseInt(n[1],10),parseInt(n[2],10)]}}catch(k){}}}}var v=N.userAgent.toLowerCase(),j=N.platform.toLowerCase(),r=/webkit/.test(v)?parseFloat(v.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,i=false,q=j?/win/.test(j):/win/.test(v),m=j?/mac/.test(j):/mac/.test(v);/*@cc_on i=true;@if(@_win32)q=true;@elif(@_mac)m=true;@end@*/return{w3cdom:l,pv:t,webkit:r,ie:i,win:q,mac:m}}();var e=function(){if(!a.w3cdom){return }J(I);if(a.ie&&a.win){try{g.write("<script id=__ie_ondomload defer=true src=//:><\/script>");var i=c("__ie_ondomload");if(i){i.onreadystatechange=function(){if(this.readyState=="complete"){this.parentNode.removeChild(this);V()}}}}catch(j){}}if(a.webkit&&typeof g.readyState!=Z){Q=setInterval(function(){if(/loaded|complete/.test(g.readyState)){V()}},10)}if(typeof g.addEventListener!=Z){g.addEventListener("DOMContentLoaded",V,null)}M(V)}();function V(){if(S){return }if(a.ie&&a.win){var m=Y("span");try{var l=g.getElementsByTagName("body")[0].appendChild(m);l.parentNode.removeChild(l)}catch(n){return }}S=true;if(Q){clearInterval(Q);Q=null}var j=f.length;for(var k=0;k<j;k++){f[k]()}}function J(i){if(S){i()}else{f[f.length]=i}}function M(j){if(typeof G.addEventListener!=Z){G.addEventListener("load",j,false)}else{if(typeof g.addEventListener!=Z){g.addEventListener("load",j,false)}else{if(typeof G.attachEvent!=Z){G.attachEvent("onload",j)}else{if(typeof G.onload=="function"){var i=G.onload;G.onload=function(){i();j()}}else{G.onload=j}}}}}function I(){var l=H.length;for(var j=0;j<l;j++){var m=H[j].id;if(a.pv[0]>0){var k=c(m);if(k){H[j].width=k.getAttribute("width")?k.getAttribute("width"):"0";H[j].height=k.getAttribute("height")?k.getAttribute("height"):"0";if(O(H[j].swfVersion)){if(a.webkit&&a.webkit<312){U(k)}X(m,true)}else{if(H[j].expressInstall&&!C&&O("6.0.65")&&(a.win||a.mac)){D(H[j])}else{d(k)}}}}else{X(m,true)}}}function U(m){var k=m.getElementsByTagName(P)[0];if(k){var p=Y("embed"),r=k.attributes;if(r){var o=r.length;for(var n=0;n<o;n++){if(r[n].nodeName.toLowerCase()=="data"){p.setAttribute("src",r[n].nodeValue)}else{p.setAttribute(r[n].nodeName,r[n].nodeValue)}}}var q=k.childNodes;if(q){var s=q.length;for(var l=0;l<s;l++){if(q[l].nodeType==1&&q[l].nodeName.toLowerCase()=="param"){p.setAttribute(q[l].getAttribute("name"),q[l].getAttribute("value"))}}}m.parentNode.replaceChild(p,m)}}function F(i){if(a.ie&&a.win&&O("8.0.0")){G.attachEvent("onunload",function(){var k=c(i);if(k){for(var j in k){if(typeof k[j]=="function"){k[j]=function(){}}}k.parentNode.removeChild(k)}})}}function D(j){C=true;var o=c(j.id);if(o){if(j.altContentId){var l=c(j.altContentId);if(l){L=l;T=j.altContentId}}else{L=b(o)}if(!(/%$/.test(j.width))&&parseInt(j.width,10)<310){j.width="310"}if(!(/%$/.test(j.height))&&parseInt(j.height,10)<137){j.height="137"}g.title=g.title.slice(0,47)+" - Flash Player Installation";var n=a.ie&&a.win?"ActiveX":"PlugIn",k=g.title,m="MMredirectURL="+G.location+"&MMplayerType="+n+"&MMdoctitle="+k,p=j.id;if(a.ie&&a.win&&o.readyState!=4){var i=Y("div");p+="SWFObjectNew";i.setAttribute("id",p);o.parentNode.insertBefore(i,o);o.style.display="none";G.attachEvent("onload",function(){o.parentNode.removeChild(o)})}R({data:j.expressInstall,id:K,width:j.width,height:j.height},{flashvars:m},p)}}function d(j){if(a.ie&&a.win&&j.readyState!=4){var i=Y("div");j.parentNode.insertBefore(i,j);i.parentNode.replaceChild(b(j),i);j.style.display="none";G.attachEvent("onload",function(){j.parentNode.removeChild(j)})}else{j.parentNode.replaceChild(b(j),j)}}function b(n){var m=Y("div");if(a.win&&a.ie){m.innerHTML=n.innerHTML}else{var k=n.getElementsByTagName(P)[0];if(k){var o=k.childNodes;if(o){var j=o.length;for(var l=0;l<j;l++){if(!(o[l].nodeType==1&&o[l].nodeName.toLowerCase()=="param")&&!(o[l].nodeType==8)){m.appendChild(o[l].cloneNode(true))}}}}}return m}function R(AE,AC,q){var p,t=c(q);if(typeof AE.id==Z){AE.id=q}if(a.ie&&a.win){var AD="";for(var z in AE){if(AE[z]!=Object.prototype[z]){if(z=="data"){AC.movie=AE[z]}else{if(z.toLowerCase()=="styleclass"){AD+=' class="'+AE[z]+'"'}else{if(z!="classid"){AD+=" "+z+'="'+AE[z]+'"'}}}}}var AB="";for(var y in AC){if(AC[y]!=Object.prototype[y]){AB+='<param name="'+y+'" value="'+AC[y]+'" />'}}t.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AD+">"+AB+"</object>";F(AE.id);p=c(AE.id)}else{if(a.webkit&&a.webkit<312){var AA=Y("embed");AA.setAttribute("type",W);for(var x in AE){if(AE[x]!=Object.prototype[x]){if(x=="data"){AA.setAttribute("src",AE[x])}else{if(x.toLowerCase()=="styleclass"){AA.setAttribute("class",AE[x])}else{if(x!="classid"){AA.setAttribute(x,AE[x])}}}}}for(var w in AC){if(AC[w]!=Object.prototype[w]){if(w!="movie"){AA.setAttribute(w,AC[w])}}}t.parentNode.replaceChild(AA,t);p=AA}else{var s=Y(P);s.setAttribute("type",W);for(var v in AE){if(AE[v]!=Object.prototype[v]){if(v.toLowerCase()=="styleclass"){s.setAttribute("class",AE[v])}else{if(v!="classid"){s.setAttribute(v,AE[v])}}}}for(var u in AC){if(AC[u]!=Object.prototype[u]&&u!="movie"){E(s,u,AC[u])}}t.parentNode.replaceChild(s,t);p=s}}return p}function E(k,i,j){var l=Y("param");l.setAttribute("name",i);l.setAttribute("value",j);k.appendChild(l)}function c(i){return g.getElementById(i)}function Y(i){return g.createElement(i)}function O(k){var j=a.pv,i=k.split(".");i[0]=parseInt(i[0],10);i[1]=parseInt(i[1],10);i[2]=parseInt(i[2],10);return(j[0]>i[0]||(j[0]==i[0]&&j[1]>i[1])||(j[0]==i[0]&&j[1]==i[1]&&j[2]>=i[2]))?true:false}function A(m,j){if(a.ie&&a.mac){return }var l=g.getElementsByTagName("head")[0],k=Y("style");k.setAttribute("type","text/css");k.setAttribute("media","screen");if(!(a.ie&&a.win)&&typeof g.createTextNode!=Z){k.appendChild(g.createTextNode(m+" {"+j+"}"))}l.appendChild(k);if(a.ie&&a.win&&typeof g.styleSheets!=Z&&g.styleSheets.length>0){var i=g.styleSheets[g.styleSheets.length-1];if(typeof i.addRule==P){i.addRule(m,j)}}}function X(k,i){var j=i?"visible":"hidden";if(S){c(k).style.visibility=j}else{A("#"+k,"visibility:"+j)}}return{registerObject:function(l,i,k){if(!a.w3cdom||!l||!i){return }var j={};j.id=l;j.swfVersion=i;j.expressInstall=k?k:false;H[H.length]=j;X(l,false)},getObjectById:function(l){var i=null;if(a.w3cdom&&S){var j=c(l);if(j){var k=j.getElementsByTagName(P)[0];if(!k||(k&&typeof j.SetVariable!=Z)){i=j}else{if(typeof k.SetVariable!=Z){i=k}}}}return i},embedSWF:function(n,u,r,t,j,m,k,p,s){if(!a.w3cdom||!n||!u||!r||!t||!j){return }r+="";t+="";if(O(j)){X(u,false);var q=(typeof s==P)?s:{};q.data=n;q.width=r;q.height=t;var o=(typeof p==P)?p:{};if(typeof k==P){for(var l in k){if(k[l]!=Object.prototype[l]){if(typeof o.flashvars!=Z){o.flashvars+="&"+l+"="+k[l]}else{o.flashvars=l+"="+k[l]}}}}J(function(){R(q,o,u);if(q.id==u){X(u,true)}})}else{if(m&&!C&&O("6.0.65")&&(a.win||a.mac)){X(u,false);J(function(){var i={};i.id=i.altContentId=u;i.width=r;i.height=t;i.expressInstall=m;D(i)})}}},getFlashPlayerVersion:function(){return{major:a.pv[0],minor:a.pv[1],release:a.pv[2]}},hasFlashPlayerVersion:O,createSWF:function(k,j,i){if(a.w3cdom&&S){return R(k,j,i)}else{return undefined}},createCSS:function(j,i){if(a.w3cdom){A(j,i)}},addDomLoadEvent:J,addLoadEvent:M,getQueryParamValue:function(m){var l=g.location.search||g.location.hash;if(m==null){return l}if(l){var k=l.substring(1).split("&");for(var j=0;j<k.length;j++){if(k[j].substring(0,k[j].indexOf("="))==m){return k[j].substring((k[j].indexOf("=")+1))}}}return""},expressInstallCallback:function(){if(C&&L){var i=c(K);if(i){i.parentNode.replaceChild(L,i);if(T){X(T,true);if(a.ie&&a.win){L.style.display="block"}}L=null;T=null;C=false}}}}}();

Cufon.registerFont({"w":556,"face":{"font-family":"Avenir LT Std","font-weight":350,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 2 2 2 3 2 2 4","ascent":"756","descent":"-244","x-height":"12","bbox":"-31 -792 944 288","underline-thickness":"50","underline-position":"-100","stemh":"60","stemv":"72","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"175,-708r0,516r-72,0r0,-516r72,0xm193,-48v0,28,-22,54,-54,54v-32,0,-54,-26,-54,-54v0,-28,22,-54,54,-54v32,0,54,26,54,54","w":278},"\"":{"d":"157,-473r0,-235r60,0r0,235r-60,0xm302,-473r0,-235r60,0r0,235r-60,0","w":519},"#":{"d":"107,0r30,-214r-102,0r0,-60r110,0r22,-162r-108,0r0,-60r117,0r29,-212r61,0r-29,212r133,0r29,-212r61,0r-29,212r90,0r0,60r-99,0r-22,162r95,0r0,60r-103,0r-30,214r-61,0r30,-214r-133,0r-30,214r-61,0xm228,-436r-22,162r133,0r22,-162r-133,0"},"$":{"d":"254,-405r0,-252v-71,5,-121,59,-121,128v0,68,55,100,121,124xm302,-314r0,264v52,0,130,-29,131,-128v1,-68,-55,-112,-131,-136xm254,-49r0,-279v-91,-28,-193,-77,-193,-199v0,-116,95,-188,193,-195r0,-70r48,0r0,68v95,0,147,41,185,85r-56,48v-28,-47,-81,-68,-129,-67r0,267v98,35,203,83,203,213v0,111,-88,187,-203,194r0,68r-48,0r0,-66v-93,-5,-171,-53,-211,-110r60,-43v44,55,109,87,151,86"},"%":{"d":"390,-545v0,98,-77,175,-176,175v-99,0,-176,-77,-176,-175v0,-98,77,-175,176,-175v99,0,176,77,176,175xm330,-545v0,-66,-53,-115,-116,-115v-63,0,-116,49,-116,115v0,66,53,115,116,115v63,0,116,-49,116,-115xm795,-163v0,98,-77,175,-176,175v-99,0,-176,-77,-176,-175v0,-98,77,-175,176,-175v99,0,176,77,176,175xm735,-163v0,-66,-53,-115,-116,-115v-63,0,-116,49,-116,115v0,66,53,115,116,115v63,0,116,-49,116,-115xm667,-712r-450,743r-52,-27r451,-743","w":833},"&":{"d":"659,-383r-130,219r159,164r-102,0r-100,-104v-58,76,-120,122,-216,122v-118,0,-222,-75,-222,-202v0,-104,76,-169,161,-209v-42,-45,-83,-101,-83,-166v0,-106,77,-167,177,-167v94,0,171,56,171,159v0,93,-83,146,-156,184r163,168r97,-168r81,0xm402,-567v0,-56,-44,-93,-98,-93v-59,0,-106,40,-106,104v0,48,51,107,74,127v54,-31,130,-65,130,-138xm441,-152r-187,-196v-93,52,-128,92,-128,165v0,80,68,135,145,135v77,0,124,-46,170,-104","w":704},"(":{"d":"199,-736r53,34v-85,137,-132,249,-132,414v0,165,45,270,128,408r-53,40v-184,-255,-190,-638,4,-896","w":260},")":{"d":"61,160r-53,-34v85,-137,132,-249,132,-414v0,-165,-45,-270,-128,-408r53,-40v184,255,190,638,-4,896","w":260},"*":{"d":"252,-708r0,143r140,-45r21,56r-141,45r90,121r-48,36r-92,-124r-92,124r-48,-36r90,-121r-141,-45r21,-56r140,45r0,-143r60,0","w":444},"+":{"d":"363,-558r0,225r225,0r0,60r-225,0r0,225r-60,0r0,-225r-225,0r0,-60r225,0r0,-225r60,0","w":666},",":{"d":"213,-95r-81,235r-67,0r67,-235r81,0","w":278},"-":{"d":"295,-273r0,66r-257,0r0,-66r257,0","w":333},".":{"d":"193,-48v0,28,-22,54,-54,54v-32,0,-54,-26,-54,-54v0,-28,22,-54,54,-54v32,0,54,26,54,54","w":278},"\/":{"d":"365,-706r-302,724r-58,-19r303,-725","w":370},"0":{"d":"278,-720v203,0,240,209,240,366v0,157,-37,366,-240,366v-203,0,-240,-209,-240,-366v0,-157,37,-366,240,-366xm278,-654v-154,0,-168,188,-168,300v0,112,14,300,168,300v154,0,168,-188,168,-300v0,-112,-14,-300,-168,-300"},"1":{"d":"348,-708r0,708r-72,0r0,-618r-127,112r-45,-54r180,-148r64,0"},"2":{"d":"498,-66r0,66r-450,0r0,-83r282,-287v43,-44,90,-95,90,-160v0,-78,-61,-124,-137,-124v-71,0,-126,43,-141,111r-76,-8v20,-105,103,-169,212,-169v114,0,214,62,214,184v0,108,-72,179,-143,249r-223,221r372,0"},"3":{"d":"348,-374v80,20,140,90,139,182v0,131,-103,204,-226,204v-104,0,-184,-43,-223,-143r76,-23v24,67,68,100,153,100v81,0,148,-57,148,-140v-3,-118,-98,-149,-211,-144r0,-66v106,6,190,-23,192,-130v0,-76,-49,-120,-131,-120v-59,0,-106,28,-135,78r-63,-32v42,-76,110,-112,196,-112v111,0,205,66,205,184v0,77,-55,141,-120,162"},"4":{"d":"416,-708r0,474r102,0r0,66r-102,0r0,168r-72,0r0,-168r-306,0r0,-82r286,-458r92,0xm344,-234r0,-402r-2,0r-244,402r246,0"},"5":{"d":"465,-708r0,66r-290,0r-4,213v163,-61,325,47,319,210v0,137,-102,231,-238,231v-89,0,-166,-44,-204,-126r71,-31v27,55,77,91,139,91v90,0,160,-70,160,-158v0,-100,-73,-168,-174,-168v-51,0,-102,15,-147,39r7,-367r361,0"},"6":{"d":"385,-708r-193,304r2,2v146,-74,321,33,314,195v0,130,-97,219,-230,219v-133,0,-230,-89,-230,-219v0,-78,26,-133,61,-190r191,-311r85,0xm120,-207v0,90,65,153,158,153v93,0,158,-63,158,-153v0,-90,-65,-153,-158,-153v-93,0,-158,63,-158,153"},"7":{"d":"474,-708r0,66r-285,642r-81,0r291,-642r-345,0r0,-66r420,0"},"8":{"d":"186,-375r0,-2v-62,-21,-106,-86,-106,-158v0,-113,92,-185,198,-185v106,0,198,72,198,185v2,74,-48,135,-106,160v79,21,132,93,132,186v0,123,-105,201,-224,201v-119,0,-224,-78,-224,-201v0,-93,53,-165,132,-186xm404,-529v0,-73,-55,-125,-126,-125v-71,0,-126,52,-126,125v0,73,55,125,126,125v71,0,126,-52,126,-125xm430,-199v0,-83,-60,-145,-152,-145v-92,0,-152,62,-152,145v0,83,60,145,152,145v92,0,152,-62,152,-145"},"9":{"d":"171,0r193,-304r-2,-2v-146,74,-321,-33,-314,-195v0,-130,97,-219,230,-219v133,0,230,89,230,219v0,78,-26,133,-61,190r-191,311r-85,0xm436,-501v0,-90,-65,-153,-158,-153v-93,0,-158,63,-158,153v0,90,65,153,158,153v93,0,158,-63,158,-153"},":":{"d":"193,-419v0,28,-22,54,-54,54v-32,0,-54,-26,-54,-54v0,-28,22,-54,54,-54v32,0,54,26,54,54xm193,-48v0,28,-22,54,-54,54v-32,0,-54,-26,-54,-54v0,-28,22,-54,54,-54v32,0,54,26,54,54","w":278},";":{"d":"213,-95r-81,235r-67,0r67,-235r81,0xm202,-419v0,28,-22,54,-54,54v-32,0,-54,-26,-54,-54v0,-28,22,-54,54,-54v32,0,54,26,54,54","w":278},"<":{"d":"588,-564r0,60r-429,201r429,201r0,60r-510,-238r0,-46","w":666},"=":{"d":"78,-408r510,0r0,60r-510,0r0,-60xm78,-258r510,0r0,60r-510,0r0,-60","w":666},">":{"d":"78,-504r0,-60r510,238r0,46r-510,238r0,-60r429,-201","w":666},"?":{"d":"276,-243r0,51r-72,0r0,-83v2,-110,162,-146,162,-264v0,-68,-48,-115,-117,-115v-67,0,-115,44,-127,109r-75,-9v15,-105,98,-166,201,-166v107,0,190,62,190,175v0,170,-162,156,-162,302xm300,-48v0,28,-22,54,-54,54v-32,0,-54,-26,-54,-54v0,-28,22,-54,54,-54v32,0,54,26,54,54","w":482},"@":{"d":"503,-409v0,-57,-39,-100,-81,-100v-97,4,-168,123,-168,216v0,56,40,96,94,96v87,0,155,-130,155,-212xm538,-487r22,-63r56,0r-84,282v-6,28,-23,68,14,71v69,0,151,-107,151,-218v0,-151,-140,-257,-280,-257v-172,0,-314,152,-314,318v0,166,142,318,314,318v99,0,199,-45,253,-121r63,0v-64,110,-186,175,-316,175v-204,0,-374,-163,-374,-372v0,-209,170,-372,374,-372v185,0,340,127,340,307v0,173,-140,282,-230,282v-43,2,-62,-23,-72,-59v-31,32,-66,59,-125,59v-85,0,-142,-61,-142,-150v0,-138,93,-282,234,-282v51,-2,91,26,116,82","w":800},"A":{"d":"162,-186r-78,186r-84,0r308,-708r70,0r308,708r-84,0r-78,-186r-362,0xm343,-624r-154,372r307,0","w":686},"B":{"d":"96,0r0,-708v205,1,433,-34,439,178v2,79,-50,134,-125,157v99,8,160,74,160,177v0,46,-30,196,-258,196r-216,0xm168,-642r0,244v139,-1,281,23,289,-124v0,-29,-15,-120,-151,-120r-138,0xm168,-338r0,272r138,0v104,0,186,-41,186,-134v0,-93,-62,-138,-177,-138r-147,0","w":630},"C":{"d":"620,-154r59,42v-47,73,-145,130,-262,130v-211,0,-369,-157,-369,-372v0,-215,158,-372,369,-372v88,0,183,33,245,112r-63,47v-28,-46,-107,-93,-182,-93v-182,0,-291,143,-291,306v0,163,109,306,291,306v74,0,150,-24,203,-106","w":704},"D":{"d":"86,0r0,-708r235,0v177,0,372,118,372,354v0,236,-195,354,-372,354r-235,0xm158,-642r0,576r140,0v216,0,317,-142,317,-288v0,-146,-101,-288,-317,-288r-140,0","w":741},"E":{"d":"168,-335r0,269r379,0r0,66r-451,0r0,-708r439,0r0,66r-367,0r0,241r343,0r0,66r-343,0","w":593},"F":{"d":"168,-335r0,335r-72,0r0,-708r427,0r0,66r-355,0r0,241r330,0r0,66r-330,0","k":{"f":-18,"A":18}},"G":{"d":"673,-631r-54,53v-48,-51,-115,-82,-202,-82v-182,0,-291,143,-291,306v0,163,109,306,291,306v73,0,143,-20,196,-50r0,-237r-169,0r0,-66r241,0r0,347v-79,47,-182,72,-268,72v-211,0,-369,-157,-369,-372v0,-215,158,-372,369,-372v112,0,193,32,256,95","w":778},"H":{"d":"96,0r0,-708r72,0r0,307r386,0r0,-307r72,0r0,708r-72,0r0,-335r-386,0r0,335r-72,0","w":722},"I":{"d":"168,-708r0,708r-72,0r0,-708r72,0","w":264},"J":{"d":"14,-130r73,-15v13,59,49,97,112,97v105,0,125,-89,125,-176r0,-484r72,0r0,514v0,95,-47,212,-199,212v-97,0,-167,-51,-183,-148","w":482},"K":{"d":"168,-708r0,307r10,0r333,-307r103,0r-357,321r377,387r-106,0r-348,-365r-12,0r0,365r-72,0r0,-708r72,0","w":630},"L":{"d":"168,-708r0,642r330,0r0,66r-402,0r0,-708r72,0","w":500,"k":{":":55,";":129,"p":129}},"M":{"d":"206,-708r239,576r239,-576r110,0r0,708r-72,0r0,-612r-2,0r-256,612r-38,0r-256,-612r-2,0r0,612r-72,0r0,-708r110,0","w":890},"N":{"d":"186,-708r422,600r2,0r0,-600r72,0r0,708r-90,0r-422,-606r-2,0r0,606r-72,0r0,-708r90,0","w":778},"O":{"d":"786,-354v0,215,-158,372,-369,372v-211,0,-369,-157,-369,-372v0,-215,158,-372,369,-372v211,0,369,157,369,372xm708,-354v0,-163,-109,-306,-291,-306v-182,0,-291,143,-291,306v0,163,109,306,291,306v182,0,291,-143,291,-306","w":834},"P":{"d":"96,0r0,-708r206,0v144,0,233,62,233,189v0,127,-89,190,-233,190r-134,0r0,329r-72,0xm168,-642r0,247r116,0v129,0,173,-56,173,-124v0,-68,-44,-123,-173,-123r-116,0","w":574,"k":{".":55,"c":129,"d":129}},"Q":{"d":"126,-363v0,157,105,297,280,297v174,0,279,-140,279,-297v0,-157,-105,-297,-279,-297v-175,0,-280,140,-280,297xm811,-66r0,66r-405,0v-205,0,-358,-153,-358,-363v0,-210,153,-363,358,-363v204,0,357,153,357,363v2,129,-55,232,-166,297r214,0","w":834},"R":{"d":"168,-329r0,329r-72,0r0,-708r218,0v144,0,233,62,233,189v0,98,-65,173,-181,183r204,336r-88,0r-194,-329r-120,0xm168,-642r0,247r128,0v129,0,173,-56,173,-124v0,-68,-44,-123,-173,-123r-128,0","w":593,"k":{"w":92,"y":92,"f":37,"A":98,",":98}},"S":{"d":"494,-640r-63,49v-62,-107,-285,-93,-288,59v0,191,363,90,363,345v-9,231,-341,270,-456,100r65,-47v30,52,87,86,161,86v71,0,152,-46,152,-129v0,-200,-363,-89,-363,-348v3,-224,309,-262,429,-115"},"T":{"d":"323,-642r0,642r-72,0r0,-642r-237,0r0,-66r546,0r0,66r-237,0","w":574,"k":{"p":74,"t":153}},"U":{"d":"602,-708r0,444v0,118,-47,282,-259,282v-212,0,-259,-164,-259,-282r0,-444r72,0r0,436v0,204,133,224,187,224v54,0,187,-20,187,-224r0,-436r72,0","w":686},"V":{"d":"77,-708r225,600r2,0r232,-600r78,0r-276,708r-72,0r-269,-708r80,0","w":611,"k":{"T":153}},"W":{"d":"80,-708r170,606r2,0r178,-606r86,0r178,606r2,0r168,-606r80,0r-209,708r-84,0r-178,-606r-2,0r-178,606r-84,0r-209,-708r80,0","w":944,"k":{"T":92,"v":92,"V":18,"w":18,"W":18,"y":18,"Y":-18,"f":18,"A":18,",":55,"a":-6,"r":-6,"u":-16,":":-24,";":13}},"X":{"d":"123,-708r193,283r198,-283r90,0r-240,336r260,372r-95,0r-216,-321r-217,321r-90,0r259,-372r-239,-336r97,0","w":630},"Y":{"d":"323,-305r0,305r-72,0r0,-305r-265,-403r90,0r211,334r211,-334r90,0","w":574,"k":{"u":111,";":111}},"Z":{"d":"527,-708r0,60r-413,582r419,0r0,66r-510,0r0,-60r414,-582r-408,0r0,-66r498,0"},"[":{"d":"227,-732r0,54r-96,0r0,780r96,0r0,54r-162,0r0,-888r162,0","w":260},"\\":{"d":"307,18r-302,-724r57,-20r303,725","w":370},"]":{"d":"33,156r0,-54r96,0r0,-780r-96,0r0,-54r162,0r0,888r-162,0","w":260},"^":{"d":"80,-275r229,-433r48,0r229,433r-62,0r-191,-361r-191,361r-62,0","w":666},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"a":{"d":"48,-125v7,-163,191,-163,324,-162v3,-88,-35,-133,-120,-133v-55,0,-103,19,-143,55r-40,-47v43,-44,110,-68,198,-68v92,0,171,52,171,166r0,209v0,36,4,80,8,105r-64,0v-6,-22,-2,-56,-8,-76v-38,62,-90,88,-165,88v-83,0,-161,-46,-161,-137xm372,-233r-34,0v-67,0,-218,5,-218,99v0,62,57,86,110,86v108,-3,150,-79,142,-185","w":519},"b":{"d":"72,0r0,-756r66,0r0,366r2,0v43,-63,120,-90,182,-90v146,0,249,105,249,246v0,141,-103,246,-249,246v-64,2,-138,-30,-184,-90r0,78r-66,0xm499,-234v0,-105,-68,-186,-177,-186v-108,0,-187,81,-187,186v0,105,79,186,187,186v109,0,177,-81,177,-186","w":611},"c":{"d":"467,-399r-54,41v-22,-34,-65,-62,-117,-62v-109,-2,-176,79,-176,186v0,107,67,188,176,186v52,0,95,-28,117,-62r54,41v-46,54,-108,80,-171,81v-153,2,-248,-105,-248,-246v0,-141,95,-248,248,-246v63,1,125,27,171,81","w":482},"d":{"d":"539,-756r0,756r-66,0v-2,-25,4,-57,-2,-78v-43,63,-120,90,-182,90v-146,0,-249,-105,-249,-246v0,-141,103,-246,249,-246v64,-2,138,30,184,90r0,-366r66,0xm112,-234v0,105,68,186,177,186v108,0,187,-81,187,-186v0,-105,-79,-186,-187,-186v-109,0,-177,81,-177,186","w":611},"e":{"d":"508,-216r-390,0v8,94,79,168,172,168v70,0,124,-39,150,-81r51,42v-55,70,-124,99,-201,99v-139,0,-242,-105,-242,-246v0,-141,103,-246,236,-246v152,5,233,113,224,264xm120,-270r316,0v0,-89,-57,-150,-152,-150v-86,0,-164,73,-164,150"},"f":{"d":"290,-468r0,60r-111,0r0,408r-66,0r0,-408r-99,0r0,-60r99,0r0,-128v-1,-147,91,-190,214,-165r-12,60v-16,-4,-34,-7,-51,-7v-115,-1,-79,136,-85,240r111,0","w":296,"k":{"r":-18,"s":18}},"g":{"d":"59,146r49,-52v39,52,104,86,179,86v167,-2,195,-119,180,-268v-42,63,-107,88,-175,88v-135,0,-244,-101,-244,-238v0,-136,100,-242,238,-242v56,0,127,17,181,90r2,0r0,-78r66,0r0,464v0,102,-41,244,-251,244v-93,0,-165,-30,-225,-94xm120,-240v0,98,76,180,174,180v96,0,181,-72,177,-180v0,-98,-67,-180,-177,-180v-98,0,-174,82,-174,180","w":611},"h":{"d":"72,0r0,-756r66,0r0,363r2,0v29,-51,95,-87,157,-87v119,0,176,67,176,183r0,297r-66,0r0,-259v0,-104,-29,-161,-127,-161v-14,0,-142,9,-142,180r0,240r-66,0"},"i":{"d":"153,-468r0,468r-66,0r0,-468r66,0xm168,-648v0,62,-96,62,-96,0v0,-62,96,-62,96,0","w":240},"j":{"d":"-22,173v11,4,26,7,38,7v65,0,71,-54,71,-98r0,-550r66,0r0,561v0,27,8,147,-132,147v-18,0,-35,-3,-52,-10xm168,-648v0,62,-96,62,-96,0v0,-62,96,-62,96,0","w":240},"k":{"d":"138,-756r0,499r221,-211r99,0r-233,214r258,254r-102,0r-243,-246r0,246r-66,0r0,-756r66,0","w":482},"l":{"d":"153,-756r0,756r-66,0r0,-756r66,0","w":240},"m":{"d":"72,0r0,-364v0,-35,-3,-69,-5,-104r71,0v2,22,-4,53,2,71v32,-54,95,-83,151,-83v51,0,118,17,149,97v27,-60,91,-97,154,-97v119,0,176,67,176,183r0,297r-66,0r0,-273v0,-95,-27,-147,-118,-147v-183,8,-121,245,-132,420r-66,0r0,-273v0,-95,-27,-147,-118,-147v-16,0,-132,9,-132,180r0,240r-66,0","w":852},"n":{"d":"67,-468r68,0v5,24,-1,55,5,75v29,-51,95,-87,157,-87v119,0,176,67,176,183r0,297r-66,0r0,-259v0,-104,-29,-161,-127,-161v-14,0,-142,9,-142,180r0,240r-66,0r0,-365v0,-25,-3,-69,-5,-103"},"o":{"d":"545,-234v0,141,-103,246,-249,246v-145,0,-248,-105,-248,-246v0,-141,103,-246,248,-246v146,0,249,105,249,246xm473,-234v0,-105,-68,-186,-177,-186v-108,0,-176,81,-176,186v0,105,68,186,176,186v109,0,177,-81,177,-186","w":593},"p":{"d":"72,288r0,-756r66,0v2,25,-4,57,2,78v43,-63,120,-90,182,-90v146,0,249,105,249,246v0,141,-103,246,-249,246v-64,2,-138,-30,-184,-90r0,366r-66,0xm499,-234v0,-105,-68,-186,-177,-186v-108,0,-187,81,-187,186v0,105,79,186,187,186v109,0,177,-81,177,-186","w":611},"q":{"d":"539,-468r0,756r-66,0r0,-366r-2,0v-43,63,-120,90,-182,90v-146,0,-249,-105,-249,-246v0,-141,103,-246,249,-246v64,-2,138,30,184,90r0,-78r66,0xm112,-234v0,105,68,186,177,186v108,0,187,-81,187,-186v0,-105,-79,-186,-187,-186v-109,0,-177,81,-177,186","w":611},"r":{"d":"79,0r0,-322v0,-42,-2,-78,-4,-146r65,0v2,28,-4,63,2,87v17,-62,105,-118,199,-93r-13,65v-8,-3,-20,-5,-38,-5v-100,0,-145,87,-145,150r0,264r-66,0","w":332,"k":{"o":92,"-":92,"i":55,"r":37,"s":98,"u":98}},"s":{"d":"379,-396r-59,39v-20,-38,-53,-63,-101,-63v-46,0,-97,20,-97,70v-8,65,98,73,159,90v65,15,114,62,114,128v0,102,-91,144,-182,144v-71,0,-136,-25,-180,-91r57,-39v27,42,68,70,123,70v54,0,110,-24,110,-78v1,-69,-92,-73,-153,-90v-32,-8,-120,-34,-120,-123v1,-167,267,-189,329,-57","w":426},"t":{"d":"314,-468r0,60r-135,0r0,276v-4,106,77,92,136,66r3,61v-90,30,-199,36,-205,-108r0,-295r-99,0r0,-60r99,0r0,-132r66,0r0,132r135,0","w":332},"u":{"d":"478,0r-68,0v-5,-24,1,-55,-5,-75v-29,51,-95,87,-157,87v-119,0,-176,-67,-176,-183r0,-297r66,0r0,259v0,104,29,161,127,161v14,0,142,-9,142,-180r0,-240r66,0r0,365v0,25,3,69,5,103"},"v":{"d":"468,-468r-190,468r-74,0r-190,-468r79,0r149,394r2,0r149,-394r75,0","w":482,"k":{"d":74,"e":153,"g":153}},"w":{"d":"14,-468r78,0r108,380r2,0r125,-380r68,0r125,380r2,0r108,-380r78,0r-148,468r-74,0r-124,-384r-2,0r-124,384r-74,0","w":722,"k":{"g":92,"m":92,"n":18,"o":18,"q":18,"-":18,"a":-18,"i":-18,"r":18,"s":18,"u":55}},"x":{"d":"0,0r193,-250r-170,-218r90,0r130,175r124,-175r82,0r-163,218r196,250r-90,0r-157,-205r-151,205r-84,0","w":482},"y":{"d":"99,-468r147,387r143,-387r80,0r-234,590v-30,91,-98,137,-208,111r7,-64v68,29,118,-1,140,-73r34,-90r-192,-474r83,0","w":482,"k":{"Y":-6,"f":-6,",":-16,".":-24,"c":13}},"z":{"d":"393,-468r0,48r-274,360r284,0r0,60r-380,0r0,-48r274,-360r-260,0r0,-60r356,0","w":426},"{":{"d":"12,-258r0,-60v45,0,89,-41,89,-111r0,-178v5,-123,68,-130,172,-125r0,60r-56,0v-49,0,-50,45,-50,83r0,172v1,100,-69,121,-89,130v23,3,89,31,89,128r0,172v0,38,1,83,50,83r56,0r0,60v-104,5,-167,-2,-172,-125r0,-178v0,-70,-44,-111,-89,-111","w":260},"|":{"d":"81,-750r60,0r0,1000r-60,0r0,-1000","w":222},"}":{"d":"248,-318r0,60v-45,0,-89,41,-89,111r0,178v-5,123,-68,130,-172,125r0,-60r56,0v49,0,50,-45,50,-83r0,-172v-1,-100,69,-121,89,-130v-23,-3,-89,-31,-89,-128r0,-172v0,-38,-1,-83,-50,-83r-56,0r0,-60v104,-5,167,2,172,125r0,178v0,70,44,111,89,111","w":260},"~":{"d":"225,-371v76,0,143,73,211,76v46,0,81,-46,99,-73r42,40v-30,42,-71,93,-136,93v-76,0,-143,-73,-211,-76v-46,0,-81,46,-99,73r-42,-40v30,-42,71,-93,136,-93","w":666},"'":{"d":"100,-473r0,-235r60,0r0,235r-60,0","w":260},"`":{"d":"122,-564r-132,-144r91,0r100,144r-59,0","w":240},"\u00a0":{"w":278}},"kerning":{}});Cufon.registerFont({"w":592,"face":{"font-family":"Avenir LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 3 2 2 3 2 2 4","ascent":"756","descent":"-244","x-height":"12","bbox":"-58 -786 981 250","underline-thickness":"50","underline-position":"-100","stemh":"102","stemv":"120","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":296},"!":{"d":"208,-708r0,486r-120,0r0,-486r120,0xm68,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},"\"":{"d":"120,-444r0,-264r102,0r0,264r-102,0xm297,-444r0,-264r102,0r0,264r-102,0","w":519},"#":{"d":"107,0r30,-209r-90,0r0,-84r101,0r18,-122r-90,0r0,-84r101,0r30,-209r88,0r-30,209r103,0r30,-209r87,0r-30,209r90,0r0,84r-102,0r-17,122r90,0r0,84r-100,0r-31,209r-87,0r30,-209r-104,0r-30,209r-87,0xm356,-415r-103,0r-17,122r103,0"},"$":{"d":"264,-307v-114,-30,-216,-73,-216,-206v0,-119,104,-195,216,-206r0,-67r54,0r0,66v76,-1,150,22,205,69r-83,93v-31,-33,-76,-54,-122,-54r0,200v114,30,229,65,229,204v0,132,-102,206,-229,219r0,72r-54,0r0,-71v-87,1,-172,-25,-233,-89r91,-93v32,45,87,69,142,74r0,-211xm264,-427r0,-183v-47,8,-90,40,-90,91v0,61,42,71,90,92xm318,-291r0,195v55,-11,103,-44,103,-103v0,-59,-56,-76,-103,-92"},"%":{"d":"505,-174v0,-103,83,-186,186,-186v103,0,186,83,186,186v0,103,-83,186,-186,186v-103,0,-186,-83,-186,-186xm781,-174v0,-50,-40,-90,-90,-90v-50,0,-90,40,-90,90v0,50,40,90,90,90v50,0,90,-40,90,-90xm30,-534v0,-103,83,-186,186,-186v103,0,186,83,186,186v0,103,-83,186,-186,186v-103,0,-186,-83,-186,-186xm306,-534v0,-50,-40,-90,-90,-90v-50,0,-90,40,-90,90v0,50,40,90,90,90v50,0,90,-40,90,-90xm205,-6r416,-734r83,38r-416,734","w":907},"&":{"d":"716,-372r-142,205r153,167r-155,0r-75,-81v-57,67,-119,99,-209,99v-125,0,-240,-73,-240,-208v0,-95,68,-166,153,-199v-45,-50,-81,-93,-81,-163v0,-116,96,-174,203,-174v106,0,200,52,200,168v0,87,-71,147,-141,183r114,123r79,-120r141,0xm325,-618v-46,0,-85,29,-85,71v0,37,36,74,67,103v41,-22,96,-56,96,-108v0,-38,-35,-66,-78,-66xm422,-160r-145,-158v-47,28,-97,60,-97,121v0,62,52,107,112,107v55,0,94,-35,130,-70","w":741},"(":{"d":"279,-680v-77,114,-131,253,-129,392v0,138,48,278,128,389r-84,55v-91,-126,-146,-281,-146,-444v0,-162,55,-318,146,-444","w":296},")":{"d":"17,104v77,-114,131,-253,129,-392v0,-138,-48,-277,-128,-388r84,-56v91,126,146,281,146,444v0,162,-55,318,-146,444","w":296},"*":{"d":"274,-708r0,142r135,-44r26,80r-136,44r86,117r-69,50r-86,-118r-84,115r-67,-51r86,-113r-137,-47r26,-80r136,47r0,-142r84,0","w":463},"+":{"d":"62,-354r220,0r0,-220r102,0r0,220r220,0r0,102r-220,0r0,220r-102,0r0,-220r-220,0r0,-102","w":666},",":{"d":"38,126r70,-264r122,0r-85,264r-107,0","w":296},"-":{"d":"281,-297r0,102r-247,0r0,-102r247,0","w":315},".":{"d":"68,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},"\/":{"d":"386,-726r-312,774r-83,-30r312,-776","w":389},"0":{"d":"40,-354v0,-335,177,-366,256,-366v79,0,256,31,256,366v0,335,-177,366,-256,366v-79,0,-256,-31,-256,-366xm160,-354v0,88,16,252,136,252v120,0,136,-164,136,-252v0,-88,-16,-252,-136,-252v-120,0,-136,164,-136,252"},"1":{"d":"268,0r0,-570r-133,123r-70,-83r214,-178r109,0r0,708r-120,0"},"2":{"d":"59,0r0,-127r275,-266v33,-32,73,-71,73,-120v0,-58,-48,-93,-103,-93v-59,0,-101,38,-109,96r-126,-10v12,-131,107,-200,235,-200v127,0,229,65,229,201v0,89,-46,150,-109,208r-219,203r328,0r0,108r-474,0"},"3":{"d":"222,-315r0,-108v86,1,167,2,169,-96v0,-54,-42,-93,-101,-93v-48,0,-89,29,-106,78r-127,-34v50,-216,454,-201,454,37v2,78,-50,138,-121,162v90,13,138,85,138,172v0,135,-113,209,-239,209v-116,0,-212,-48,-243,-166r128,-34v15,58,51,92,115,92v64,0,119,-45,119,-111v-3,-102,-96,-110,-186,-108"},"4":{"d":"335,0r0,-144r-301,0r0,-119r285,-445r136,0r0,456r103,0r0,108r-103,0r0,144r-120,0xm335,-252r0,-286r-2,0r-177,286r179,0"},"5":{"d":"505,-708r0,108r-285,0r-3,141v170,-40,316,57,312,226v0,152,-111,245,-256,245v-112,0,-196,-53,-229,-162r126,-34v16,51,55,82,116,82v72,0,123,-52,123,-121v1,-159,-203,-159,-314,-103r7,-382r403,0"},"6":{"d":"291,-708r146,0r-170,262v145,-44,287,68,281,216v0,147,-107,242,-252,242v-148,0,-252,-91,-252,-241v0,-74,27,-132,66,-194xm170,-231v0,71,58,129,129,129v71,0,129,-58,129,-129v0,-71,-58,-129,-129,-129v-71,0,-129,58,-129,129"},"7":{"d":"42,-594r0,-114r481,0r0,110r-283,598r-141,0r289,-594r-346,0"},"8":{"d":"296,-720v120,0,217,67,217,186v2,77,-40,136,-107,161v68,14,129,85,129,172v0,140,-107,213,-239,213v-132,0,-239,-73,-239,-213v-2,-90,66,-155,129,-174v-71,-21,-107,-84,-107,-159v0,-119,97,-186,217,-186xm296,-618v-61,0,-97,43,-97,96v0,56,38,99,97,99v53,0,97,-43,97,-99v0,-53,-42,-96,-97,-96xm296,-327v-65,0,-119,46,-119,111v0,67,50,114,119,114v69,0,119,-47,119,-114v0,-65,-54,-111,-119,-111"},"9":{"d":"301,0r-146,0r170,-262v-145,44,-287,-68,-281,-216v0,-147,107,-242,252,-242v148,0,252,91,252,241v0,74,-27,132,-66,194xm422,-477v0,-71,-58,-129,-129,-129v-71,0,-129,58,-129,129v0,71,58,129,129,129v71,0,129,-58,129,-129"},":":{"d":"68,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76xm68,-409v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},";":{"d":"38,126r70,-264r122,0r-85,264r-107,0xm68,-409v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":296},"<":{"d":"586,-42r-506,-225r0,-72r506,-225r0,110r-338,151r338,151r0,110","w":666},"=":{"d":"62,-444r542,0r0,102r-542,0r0,-102xm62,-264r542,0r0,102r-542,0r0,-102","w":666},">":{"d":"80,-564r506,225r0,72r-506,225r0,-110r338,-151r-338,-151r0,-110","w":666},"?":{"d":"330,-209r-120,0v-1,-87,-2,-125,54,-172r77,-78v53,-53,16,-160,-65,-153v-56,0,-95,44,-100,98r-128,-10v15,-127,106,-202,233,-202v119,0,211,69,211,195v0,87,-51,129,-109,184v-48,39,-56,64,-53,138xm190,-70v0,-43,36,-78,80,-78v43,0,80,33,80,76v0,43,-36,78,-80,78v-42,0,-80,-33,-80,-76","w":519},"@":{"d":"401,-456v-67,0,-106,55,-106,121v0,21,0,92,83,92v76,0,97,-66,97,-121v0,-53,-24,-92,-74,-92xm617,-133r110,0v-71,98,-185,151,-307,151v-213,0,-388,-154,-388,-371v0,-213,171,-373,382,-373v176,0,354,117,354,329v0,213,-162,244,-222,244v-59,1,-74,-31,-81,-54v-26,27,-65,54,-128,54v-86,0,-144,-69,-144,-168v0,-117,76,-225,200,-225v55,-2,86,20,110,57r8,-45r94,0r-37,197v-7,30,-24,93,18,94v42,0,86,-45,86,-149v0,-160,-109,-244,-261,-244v-166,0,-277,119,-277,283v0,175,125,281,294,281v75,0,140,-22,189,-61","w":800},"A":{"d":"0,0r308,-708r109,0r305,708r-144,0r-66,-162r-307,0r-64,162r-141,0xm248,-270r220,0r-109,-288","w":722},"B":{"d":"79,0r0,-708v220,7,482,-51,493,178v2,82,-54,130,-123,157v89,10,153,80,153,171v-9,245,-285,199,-523,202xm205,-600r0,180r115,0v84,0,126,-36,126,-89v0,-61,-42,-91,-137,-91r-104,0xm205,-312r0,204r116,0v65,0,155,-11,155,-104v0,-74,-48,-100,-150,-100r-121,0","w":648},"C":{"d":"663,-614r-98,72v-52,-55,-100,-70,-149,-70v-146,0,-243,112,-243,253v0,151,97,263,243,263v57,0,112,-26,159,-86r104,74v-64,88,-160,126,-264,126v-218,0,-374,-148,-374,-369v0,-227,156,-375,374,-375v96,0,178,31,248,112","w":685},"D":{"d":"79,0r0,-708r279,0v186,0,360,114,360,354v0,242,-205,354,-375,354r-264,0xm205,-114v210,12,378,-33,381,-240v0,-172,-112,-240,-266,-240r-115,0r0,480","w":759},"E":{"d":"79,0r0,-708r469,0r0,114r-343,0r0,174r325,0r0,114r-325,0r0,192r361,0r0,114r-487,0","w":611},"F":{"d":"79,0r0,-708r457,0r0,114r-331,0r0,186r312,0r0,114r-312,0r0,294r-126,0","w":574,"k":{"f":-18,"A":18}},"G":{"d":"708,-414r0,362v-86,46,-184,70,-293,70v-218,0,-374,-148,-374,-369v0,-227,156,-375,374,-375v108,0,205,23,279,89r-93,94v-45,-44,-114,-69,-185,-69v-146,0,-243,112,-243,253v0,151,97,263,243,263v64,0,122,-12,166,-37r0,-167r-145,0r0,-114r271,0","w":778},"H":{"d":"79,0r0,-708r126,0r0,282r331,0r0,-282r126,0r0,708r-126,0r0,-312r-331,0r0,312r-126,0","w":741},"I":{"d":"76,0r0,-708r126,0r0,708r-126,0","w":278},"J":{"d":"426,-708r0,512v0,113,-71,214,-213,214v-111,0,-186,-51,-208,-163r118,-28v8,46,40,77,84,77v72,0,93,-52,93,-137r0,-475r126,0","w":500},"K":{"d":"79,0r0,-708r126,0r0,300r6,0r293,-300r170,0r-331,327r353,381r-177,0r-307,-348r-7,0r0,348r-126,0","w":685},"L":{"d":"79,0r0,-708r126,0r0,594r301,0r0,114r-427,0","w":519,"k":{";":55,"i":129,"p":129}},"M":{"d":"82,0r0,-708r192,0r189,496r191,-496r190,0r0,708r-120,0r0,-588r-2,0r-215,588r-88,0r-215,-588r-2,0r0,588r-120,0","w":926},"N":{"d":"79,0r0,-708r167,0r343,526r2,0r0,-526r126,0r0,708r-160,0r-350,-543r-2,0r0,543r-126,0","w":796},"O":{"d":"41,-351v0,-227,156,-375,374,-375v221,-4,377,144,377,371v0,221,-156,369,-377,373v-218,0,-374,-148,-374,-369xm173,-359v0,151,97,263,243,263v147,0,244,-112,244,-263v0,-141,-97,-253,-244,-253v-146,0,-243,112,-243,253","w":833},"P":{"d":"79,0r0,-708v234,2,494,-40,499,205v-3,212,-178,214,-373,210r0,293r-126,0xm205,-401v109,-4,233,23,241,-100v-8,-119,-131,-97,-241,-99r0,199","w":611,"k":{".":55,"c":129,"d":129}},"Q":{"d":"839,-102r0,102r-412,0v-220,0,-386,-139,-386,-369v0,-208,170,-357,372,-357v202,0,372,149,372,357v1,150,-84,224,-149,267r203,0xm410,-612v-137,0,-237,105,-237,246v0,145,101,252,239,252v140,0,241,-107,241,-252v0,-141,-100,-246,-243,-246","w":852},"R":{"d":"79,0r0,-708v236,5,503,-46,510,203v0,102,-59,177,-164,192r188,313r-152,0r-164,-300r-92,0r0,300r-126,0xm205,-408v114,-5,244,28,252,-98v-8,-122,-140,-89,-252,-94r0,192","w":630,"k":{"w":92,"y":92,"f":37,"A":111,",":220}},"S":{"d":"518,-653r-92,97v-27,-38,-75,-56,-124,-56v-58,0,-116,26,-116,91v0,142,336,61,336,313v4,253,-356,292,-491,130r95,-92v31,47,84,74,140,74v58,0,124,-32,124,-97v0,-155,-336,-66,-336,-319v2,-228,321,-274,464,-141","w":574},"T":{"d":"224,0r0,-594r-217,0r0,-114r560,0r0,114r-217,0r0,594r-126,0","w":574,"k":{"p":74,"t":169}},"U":{"d":"646,-708r0,448v0,171,-123,278,-285,278v-162,0,-285,-107,-285,-278r0,-448r126,0r0,444v0,70,38,162,159,162v121,0,159,-92,159,-162r0,-444r126,0","w":722},"V":{"d":"275,0r-278,-708r145,0r193,535r199,-535r136,0r-286,708r-109,0","w":667,"k":{"T":169}},"W":{"d":"209,0r-209,-708r138,0r133,510r2,0r159,-510r124,0r156,510r2,0r139,-510r128,0r-206,708r-120,0r-164,-539r-2,0r-164,539r-116,0","w":981,"k":{"T":92,"v":92,"V":18,"w":18,"W":18,"y":18,"Y":-18,"f":18,"A":18,",":55,"a":18,"i":37}},"X":{"d":"0,0r252,-370r-236,-338r159,0r167,262r165,-262r153,0r-232,338r257,370r-160,0r-187,-299r-186,299r-152,0","w":685},"Y":{"d":"252,0r0,-303r-266,-405r158,0r174,282r176,-282r150,0r-266,405r0,303r-126,0","w":630,"k":{":":111,"i":111}},"Z":{"d":"35,0r0,-114r378,-480r-372,0r0,-114r529,0r0,114r-381,480r387,0r0,114r-541,0","w":611},"[":{"d":"258,-732r0,78r-90,0r0,732r90,0r0,78r-192,0r0,-888r192,0","w":278},"\\":{"d":"3,-726r83,-32r312,776r-83,30","w":389},"]":{"d":"20,156r0,-78r90,0r0,-732r-90,0r0,-78r192,0r0,888r-192,0","w":278},"^":{"d":"187,-343r-118,0r223,-365r82,0r223,365r-118,0r-147,-239","w":666},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50","w":500},"a":{"d":"368,0r0,-66r-3,0v-71,126,-328,97,-329,-66v6,-166,193,-168,332,-167v13,-129,-177,-123,-238,-53r-63,-63v53,-54,128,-77,204,-77v205,0,205,148,205,216r0,276r-108,0xm240,-78v92,-1,127,-50,121,-137v-79,0,-200,-2,-205,74v0,44,45,63,84,63","w":537},"b":{"d":"68,0r0,-756r120,0r0,337r3,0v25,-31,73,-73,163,-73v137,0,232,110,232,252v0,142,-89,252,-237,252v-69,2,-128,-30,-167,-84r0,72r-114,0xm466,-240v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144v0,75,53,144,141,144v88,0,141,-69,141,-144","w":630},"c":{"d":"479,-419r-83,83v-28,-29,-59,-48,-91,-48v-88,0,-141,69,-141,144v0,75,53,144,141,144v37,0,71,-16,93,-45r80,86v-167,148,-437,37,-434,-185v-10,-224,286,-335,435,-179","w":482},"d":{"d":"448,0v-2,-23,4,-53,-2,-72v-35,58,-98,84,-165,84v-148,0,-237,-110,-237,-252v0,-142,95,-252,232,-252v90,0,138,42,163,73r3,0r0,-337r120,0r0,756r-114,0xm164,-240v0,75,53,144,141,144v88,0,141,-69,141,-144v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144","w":630},"e":{"d":"530,-198r-366,0v8,71,62,114,129,114v60,0,99,-28,129,-65r86,65v-141,185,-472,87,-464,-156v0,-151,116,-252,261,-252v144,-2,235,110,225,294xm164,-288r246,0v-1,-70,-47,-114,-122,-114v-71,0,-115,45,-124,114","w":574},"f":{"d":"111,0r0,-378r-99,0r0,-102r99,0v-4,-163,3,-291,179,-288v26,0,51,2,76,7r-8,102v-17,-4,-33,-7,-50,-7v-100,1,-73,99,-77,186r111,0r0,102r-111,0r0,378r-120,0","w":352,"k":{"s":-18,"u":18}},"g":{"d":"448,-480r114,0r0,437v0,173,-84,283,-271,283v-89,0,-170,-19,-238,-79r72,-98v48,44,98,69,165,69v128,1,162,-84,150,-196v-35,47,-97,70,-157,70v-144,0,-239,-110,-239,-246v0,-142,89,-252,237,-252v69,-2,128,30,167,84r0,-72xm306,-384v-84,0,-142,58,-142,143v0,76,60,139,141,139v89,0,143,-61,143,-141v0,-83,-55,-141,-142,-141","w":630},"h":{"d":"188,-756r0,343r2,0v19,-40,67,-79,141,-79v129,0,175,91,175,189r0,303r-120,0r0,-243v0,-53,-4,-141,-88,-141v-79,0,-110,58,-110,122r0,262r-120,0r0,-756r120,0","w":574},"i":{"d":"70,0r0,-480r120,0r0,480r-120,0xm53,-643v0,-38,32,-72,76,-72v44,0,78,31,78,72v0,41,-34,72,-78,72v-44,0,-76,-34,-76,-72","w":260},"j":{"d":"70,-480r120,0r0,509v0,120,-25,211,-162,211v-22,0,-44,-2,-65,-9r9,-104v13,3,25,5,38,5v60,0,60,-58,60,-102r0,-510xm53,-643v0,-38,32,-72,76,-72v44,0,78,31,78,72v0,41,-34,72,-78,72v-44,0,-76,-34,-76,-72","w":260},"k":{"d":"68,0r0,-756r120,0r0,475r185,-199r154,0r-206,218r219,262r-159,0r-191,-245r-2,0r0,245r-120,0","w":537},"l":{"d":"70,0r0,-756r120,0r0,756r-120,0","w":260},"m":{"d":"63,0r0,-480r114,0v2,24,-4,55,2,75v21,-45,67,-87,147,-87v74,0,125,29,150,89v35,-61,86,-89,158,-89v232,0,162,278,173,492r-120,0r0,-272v0,-60,-18,-112,-89,-112v-75,0,-103,62,-103,124r0,260r-120,0r0,-286v0,-59,-24,-98,-82,-98v-79,0,-110,58,-110,122r0,262r-120,0","w":870},"n":{"d":"68,0r0,-480r114,0v2,24,-4,57,2,77v22,-48,67,-89,147,-89v129,0,175,91,175,189r0,303r-120,0r0,-243v0,-53,-4,-141,-88,-141v-79,0,-110,58,-110,122r0,262r-120,0","w":574},"o":{"d":"44,-240v0,-151,116,-252,261,-252v145,0,261,101,261,252v0,151,-116,252,-261,252v-145,0,-261,-101,-261,-252xm164,-240v0,75,53,144,141,144v88,0,141,-69,141,-144v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144","w":610},"p":{"d":"68,228r0,-708r114,0v2,23,-4,53,2,72v35,-58,98,-84,165,-84v148,0,237,110,237,252v0,142,-95,252,-232,252v-90,0,-138,-42,-163,-73r-3,0r0,289r-120,0xm466,-240v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144v0,75,53,144,141,144v88,0,141,-69,141,-144","w":630},"q":{"d":"562,-480r0,708r-120,0r0,-289r-3,0v-25,31,-73,73,-163,73v-137,0,-232,-110,-232,-252v0,-142,89,-252,237,-252v69,-2,128,30,167,84r0,-72r114,0xm164,-240v0,75,53,144,141,144v88,0,141,-69,141,-144v0,-75,-53,-144,-141,-144v-88,0,-141,69,-141,144","w":630},"r":{"d":"68,0r0,-480r120,0v2,24,-4,56,2,76v32,-66,103,-104,185,-81r0,116v-20,-5,-39,-9,-58,-9v-113,0,-129,95,-129,121r0,257r-120,0","w":389,"k":{"o":92,"-":92,"r":55,"s":37,"u":111,":":220}},"s":{"d":"404,-419r-80,72v-23,-32,-53,-49,-94,-49v-32,0,-70,15,-70,51v0,86,259,16,259,203v0,114,-109,154,-207,154v-74,0,-138,-19,-187,-74r80,-75v31,34,63,59,114,59v35,0,80,-17,80,-55v0,-99,-259,-21,-259,-204v3,-179,273,-201,364,-82","w":444},"t":{"d":"111,-378r-99,0r0,-102r99,0r0,-139r120,0r0,139r132,0r0,102r-132,0r0,210v0,48,14,78,67,78v21,0,50,-4,65,-15r0,101v-25,12,-67,16,-95,16v-127,0,-157,-57,-157,-170r0,-220","w":389},"u":{"d":"506,-480r0,480r-114,0v-2,-24,4,-57,-2,-77v-22,48,-67,89,-147,89v-129,0,-175,-91,-175,-189r0,-303r120,0r0,243v0,53,4,141,88,141v79,0,110,-58,110,-122r0,-262r120,0","w":574},"v":{"d":"199,0r-196,-480r131,0r128,336r2,0r129,-336r123,0r-189,480r-128,0","w":519,"k":{"d":74,"e":169,"g":169}},"w":{"d":"170,0r-167,-480r130,0r104,336r2,0r97,-336r130,0r104,336r2,0r100,-336r121,0r-163,480r-119,0r-114,-328r-2,0r-101,328r-124,0","w":796,"k":{"g":92,"m":92,"n":18,"o":18,"q":18,"-":18,"a":-18,"r":-18,"s":18,"u":18,":":55}},"x":{"d":"-1,0r193,-258r-166,-222r146,0r96,144r104,-144r137,0r-164,222r193,258r-146,0r-125,-172r-126,172r-142,0","w":537},"y":{"d":"208,4r-205,-484r132,0r134,333r2,0r120,-333r125,0r-227,583v-35,90,-77,137,-183,137v-31,0,-62,-4,-92,-12r15,-108v19,7,40,12,61,12v84,8,91,-71,118,-128","w":519,"k":{"Y":18,"c":37}},"z":{"d":"34,0r0,-111r257,-273r-245,0r0,-96r390,0r0,109r-260,275r272,0r0,96r-414,0","w":482},"{":{"d":"0,-244r0,-88v28,0,94,-13,94,-70r0,-198v0,-90,85,-132,128,-132r91,0r0,84r-55,0v-57,0,-62,41,-62,70r0,188v0,81,-69,93,-98,103v32,3,97,14,98,107r0,182v0,29,5,70,62,70r55,0r0,84r-91,0v-43,0,-128,-42,-128,-132r0,-191v0,-63,-66,-77,-94,-77","w":278},"|":{"d":"60,-750r102,0r0,1000r-102,0r0,-1000","w":222},"}":{"d":"278,-332r0,88v-28,0,-94,13,-94,70r0,198v0,90,-85,132,-128,132r-91,0r0,-84r55,0v57,0,62,-41,62,-70r0,-188v0,-81,69,-93,98,-103v-32,-3,-97,-14,-98,-107r0,-182v0,-29,-5,-70,-62,-70r-55,0r0,-84r91,0v43,0,128,42,128,132r0,191v0,63,66,77,94,77","w":278},"~":{"d":"223,-385v72,-3,158,63,217,68v41,0,66,-37,89,-68r36,84v-30,42,-63,86,-125,86v-80,0,-130,-70,-217,-68v-46,0,-70,37,-86,68r-36,-84v22,-42,58,-86,122,-86","w":666},"'":{"d":"97,-444r0,-264r102,0r0,264r-102,0","w":296},"`":{"d":"78,-708r99,144r-94,0r-141,-144r136,0","w":260},"\u00a0":{"w":296}},"kerning":{}});Cufon.registerFont({"w":556,"face":{"font-family":"Avenir LT Std","font-weight":600,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 6 3 2 2 3 2 2 4","ascent":"756","descent":"-244","x-height":"12","bbox":"-46 -792 961 282","underline-thickness":"50","underline-position":"-100","stemh":"78","stemv":"90","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":278},"!":{"d":"185,-708r0,504r-96,0r0,-504r96,0xm73,-60v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":278},"\"":{"d":"146,-462r0,-246r78,0r0,246r-78,0xm295,-462r0,-246r78,0r0,246r-78,0","w":519},"#":{"d":"92,0r28,-204r-95,0r0,-78r106,0r20,-144r-95,0r0,-78r106,0r28,-204r79,0r-28,204r116,0r28,-204r79,0r-28,204r95,0r0,78r-106,0r-20,144r95,0r0,78r-106,0r-28,204r-79,0r28,-204r-116,0r-28,204r-79,0xm346,-426r-116,0r-20,144r116,0"},"$":{"d":"300,-792r0,72v73,0,147,24,198,77r-72,70v-30,-39,-76,-62,-126,-63r-2,237v116,32,218,69,218,205v0,122,-100,199,-216,206r0,72r-54,0r0,-72v-87,0,-166,-26,-220,-96r77,-69v30,50,87,79,143,81r0,-246v-108,-28,-204,-78,-204,-205v0,-114,97,-188,204,-197r0,-72r54,0xm246,-414r0,-222v-63,10,-108,50,-108,113v0,63,52,93,108,109xm300,-304r0,232v66,-8,120,-50,120,-118v0,-69,-60,-95,-120,-114"},"%":{"d":"37,-549v0,-98,79,-177,177,-177v98,0,177,79,177,177v0,98,-79,177,-177,177v-98,0,-177,-79,-177,-177xm115,-549v0,55,44,99,99,99v55,0,99,-44,99,-99v0,-55,-44,-99,-99,-99v-55,0,-99,44,-99,99xm461,-159v0,-98,79,-177,177,-177v98,0,177,79,177,177v0,98,-79,177,-177,177v-98,0,-177,-79,-177,-177xm539,-159v0,55,44,99,99,99v55,0,99,-44,99,-99v0,-55,-44,-99,-99,-99v-55,0,-99,44,-99,99xm680,-709r-445,740r-60,-31r445,-740","w":852},"&":{"d":"551,-165r161,165r-129,0r-87,-94v-60,72,-122,112,-217,112v-160,0,-232,-102,-232,-205v0,-99,75,-162,161,-203v-45,-48,-83,-95,-83,-164v0,-108,88,-166,189,-166v99,0,183,53,183,160v0,89,-76,145,-147,182r140,146r89,-145r109,0xm401,-560v0,-47,-36,-76,-86,-76v-51,0,-94,30,-94,83v0,47,39,87,70,118v49,-27,110,-61,110,-125xm439,-156r-171,-178v-57,33,-119,71,-119,144v0,69,65,124,133,124v69,0,120,-46,157,-90","w":722},"(":{"d":"194,-732r60,38v-86,135,-128,245,-128,406v0,146,43,287,128,404r-60,40v-190,-251,-195,-628,0,-888","w":278},")":{"d":"84,156r-60,-38v86,-135,128,-245,128,-406v0,-146,-43,-287,-128,-404r60,-40v190,251,195,628,0,888","w":278},"*":{"d":"269,-708r0,147r139,-47r21,67r-139,45r88,119r-55,41r-91,-122r-89,120r-55,-41r89,-117r-142,-48r21,-65r141,48r0,-147r72,0","w":464},"+":{"d":"66,-264r0,-78r228,0r0,-228r78,0r0,228r228,0r0,78r-228,0r0,228r-78,0r0,-228r-228,0","w":666},",":{"d":"214,-114r-84,246r-82,0r69,-246r97,0","w":278},"-":{"d":"281,-284r0,84r-246,0r0,-84r246,0","w":316},".":{"d":"139,6v-36,0,-66,-30,-66,-66v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66","w":278},"\/":{"d":"389,-726r-319,770r-70,-26r320,-770","w":389},"0":{"d":"34,-354v0,-155,43,-366,244,-366v201,0,244,211,244,366v0,149,-43,366,-244,366v-201,0,-244,-217,-244,-366xm130,-354v0,92,14,282,148,282v134,0,148,-190,148,-282v0,-98,-14,-282,-148,-282v-134,0,-148,184,-148,282"},"1":{"d":"270,0r0,-598r-130,120r-56,-67r197,-163r85,0r0,708r-96,0"},"2":{"d":"46,0r0,-102r284,-282v39,-38,78,-87,78,-145v0,-70,-55,-113,-122,-113v-69,0,-117,42,-129,109r-104,-9v19,-125,112,-184,234,-184v122,0,223,66,223,196v0,93,-60,160,-123,221r-233,225r356,0r0,84r-464,0"},"3":{"d":"46,-142r101,-31v23,68,55,101,130,101v74,0,137,-52,137,-128v0,-118,-109,-132,-199,-132r0,-84v146,0,181,-41,181,-111v0,-75,-51,-115,-119,-115v-52,0,-97,33,-118,82r-98,-33v68,-193,433,-180,431,60v2,76,-53,136,-121,162v89,15,139,91,139,178v0,136,-111,205,-236,205v-108,0,-196,-47,-228,-154"},"4":{"d":"336,0r0,-156r-302,0r0,-98r282,-454r116,0r0,468r100,0r0,84r-100,0r0,156r-96,0xm336,-240r0,-354r-2,0r-216,354r218,0"},"5":{"d":"471,-708r0,90r-287,0r-3,177v168,-55,321,46,315,219v0,141,-111,234,-249,234v-96,0,-180,-51,-213,-143r97,-33v44,146,275,111,269,-53v1,-164,-185,-187,-317,-118r8,-373r380,0"},"6":{"d":"398,-708r-178,274v143,-50,294,21,301,208v0,156,-110,238,-243,238v-133,0,-243,-90,-243,-228v0,-87,28,-141,71,-209r179,-283r113,0xm131,-219v0,86,59,147,147,147v88,0,147,-61,147,-147v0,-86,-59,-147,-147,-147v-88,0,-147,61,-147,147"},"7":{"d":"97,0r287,-624r-342,0r0,-84r445,0r0,82r-282,626r-108,0"},"8":{"d":"278,12v-129,0,-231,-81,-231,-215v0,-88,58,-152,135,-173r0,-3v-53,-14,-111,-67,-111,-165v0,-107,96,-176,207,-176v111,0,207,69,207,176v0,98,-58,151,-111,165r0,3v77,21,135,85,135,173v0,134,-102,215,-231,215xm167,-530v0,55,40,112,111,112v74,0,111,-54,111,-112v0,-65,-45,-112,-111,-112v-61,0,-111,46,-111,112xm278,-72v80,0,135,-54,135,-131v0,-86,-60,-130,-135,-131v-78,1,-135,56,-135,131v0,83,62,131,135,131"},"9":{"d":"158,0r178,-274v-143,50,-294,-21,-301,-208v0,-156,110,-238,243,-238v133,0,243,90,243,228v0,87,-28,141,-71,209r-179,283r-113,0xm425,-489v0,-86,-59,-147,-147,-147v-88,0,-147,61,-147,147v0,86,59,147,147,147v88,0,147,-61,147,-147"},":":{"d":"139,-348v-36,0,-66,-30,-66,-66v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66xm73,-60v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":278},";":{"d":"214,-114r-84,246r-82,0r69,-246r97,0xm73,-413v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":278},"<":{"d":"600,-121r0,78r-534,-219r0,-82r534,-220r0,79r-452,182","w":666},"=":{"d":"66,-420r534,0r0,78r-534,0r0,-78xm66,-263r534,0r0,78r-534,0r0,-78","w":666},">":{"d":"66,-485r0,-78r534,219r0,82r-534,220r0,-79r452,-182","w":666},"?":{"d":"210,-259v-15,-130,162,-160,162,-277v0,-61,-47,-106,-106,-106v-65,0,-108,46,-116,112r-102,-10v17,-116,103,-186,220,-186v112,0,200,67,200,185v2,101,-64,139,-112,191v-52,46,-51,72,-50,152r-96,0r0,-61xm191,-60v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":500},"@":{"d":"422,-485v-94,0,-145,91,-145,187v0,49,21,80,71,80v81,0,137,-103,137,-179v0,-47,-21,-88,-63,-88xm615,-544r-84,277v-9,26,-8,50,24,49v56,0,123,-90,123,-196v0,-157,-121,-246,-262,-246v-171,0,-294,135,-294,308v0,177,131,304,299,304v95,0,185,-36,233,-101r79,0v-56,101,-186,167,-314,167v-211,0,-375,-165,-375,-374v0,-205,168,-370,371,-370v186,0,341,128,341,304v0,170,-141,282,-235,282v-34,0,-62,-23,-63,-64r-4,0v-30,32,-75,64,-124,64v-85,0,-137,-70,-137,-157v0,-131,88,-266,224,-266v48,-2,87,26,109,76r16,-57r73,0","w":800},"A":{"d":"1,0r312,-708r87,0r303,708r-112,0r-71,-175r-337,0r-70,175r-112,0xm217,-259r268,0r-132,-325r-2,0","w":704},"B":{"d":"91,0r0,-708r246,0v123,0,215,57,215,177v2,83,-54,129,-122,158v85,6,153,81,153,176v0,127,-111,197,-249,197r-243,0xm187,-624r0,210v122,0,263,19,263,-106v0,-56,-35,-104,-112,-104r-151,0xm187,-330r0,246r141,0v58,0,153,-20,153,-120v0,-84,-59,-126,-152,-126r-142,0","w":630},"C":{"d":"664,-616r-80,61v-40,-52,-106,-81,-171,-81v-159,0,-264,127,-264,288v0,149,99,276,264,276v81,0,143,-36,185,-95r81,61v-21,29,-106,124,-268,124v-225,0,-364,-188,-364,-366v0,-220,151,-378,369,-378v93,0,191,35,248,110","w":704},"D":{"d":"75,0r0,-708r247,0v299,0,372,223,372,354v0,181,-135,354,-388,354r-231,0xm171,-618r0,528r121,0v162,0,300,-89,300,-264v0,-90,-47,-264,-277,-264r-144,0","w":741},"E":{"d":"91,0r0,-708r457,0r0,90r-361,0r0,211r336,0r0,90r-336,0r0,227r379,0r0,90r-475,0","w":611},"F":{"d":"91,0r0,-708r445,0r0,90r-349,0r0,222r325,0r0,90r-325,0r0,306r-96,0","w":574,"k":{"Y":-18}},"G":{"d":"441,-396r253,0r0,349v-69,42,-182,65,-268,65v-240,0,-379,-171,-379,-372v0,-210,153,-372,369,-372v130,0,209,35,264,92r-68,73v-58,-56,-125,-75,-196,-75v-162,0,-267,127,-267,282v0,160,119,282,275,282v67,0,131,-13,174,-37r0,-197r-157,0r0,-90","w":778},"H":{"d":"91,0r0,-708r96,0r0,294r367,0r0,-294r96,0r0,708r-96,0r0,-324r-367,0r0,324r-96,0","w":741},"I":{"d":"91,0r0,-708r96,0r0,708r-96,0","w":278},"J":{"d":"312,-233r0,-475r96,0r0,506v0,178,-128,220,-207,220v-100,0,-173,-51,-192,-155r94,-21v11,53,45,86,98,86v95,0,111,-81,111,-161","w":482},"K":{"d":"91,0r0,-708r96,0r0,306r8,0r313,-306r134,0r-342,327r365,381r-140,0r-330,-354r-8,0r0,354r-96,0","w":648},"L":{"d":"91,0r0,-708r96,0r0,618r325,0r0,90r-421,0","w":519,"k":{"u":55,":":157,";":157}},"M":{"d":"84,0r0,-708r143,0r225,536r4,0r223,-536r143,0r0,708r-96,0r0,-582r-2,0r-239,582r-64,0r-239,-582r-2,0r0,582r-96,0","w":906},"N":{"d":"91,0r0,-708r126,0r390,582r2,0r0,-582r96,0r0,708r-122,0r-394,-582r-2,0r0,582r-96,0","w":796},"O":{"d":"416,18v-216,0,-369,-162,-369,-372v0,-210,153,-372,369,-372v216,0,369,162,369,372v0,210,-153,372,-369,372xm416,-72v162,0,267,-127,267,-282v0,-155,-105,-282,-267,-282v-162,0,-267,127,-267,282v0,155,105,282,267,282","w":832},"P":{"d":"91,0r0,-708r249,0v181,0,227,109,227,198v0,89,-46,198,-227,198r-153,0r0,312r-96,0xm187,-624r0,228v130,-4,273,28,278,-114v-5,-143,-148,-110,-278,-114","w":593,"k":{"f":157,"A":157,"t":92}},"Q":{"d":"822,-84r0,84r-408,0v-201,0,-367,-151,-367,-362v0,-208,159,-364,366,-364v199,0,361,152,361,354v2,122,-61,236,-162,288r210,0xm410,-90v155,0,262,-123,262,-278v0,-150,-111,-268,-262,-268v-148,0,-261,119,-261,266v0,155,107,280,261,280","w":832},"R":{"d":"91,0r0,-708r249,0v181,0,227,109,227,198v0,90,-67,175,-174,187r201,323r-120,0r-180,-312r-107,0r0,312r-96,0xm187,-624r0,228v130,-4,273,28,278,-114v-5,-143,-148,-110,-278,-114","w":611,"k":{"v":55,"V":37,"w":111,"W":111}},"S":{"d":"33,-80r79,-68v34,52,93,76,150,76v63,0,141,-40,141,-118v0,-163,-349,-62,-349,-338v0,-83,70,-198,240,-198v77,0,151,16,204,81r-78,71v-24,-37,-71,-62,-126,-62v-106,0,-138,64,-138,108v0,179,349,72,349,327v0,137,-110,219,-246,219v-91,0,-178,-31,-226,-98"},"T":{"d":"239,0r0,-618r-228,0r0,-90r552,0r0,90r-228,0r0,618r-96,0","w":574,"k":{"r":74,"s":179,"u":179}},"U":{"d":"78,-708r96,0r0,434v0,88,44,202,178,202v134,0,178,-114,178,-202r0,-434r96,0r0,449v0,164,-119,277,-274,277v-155,0,-274,-113,-274,-277r0,-449","w":704},"V":{"d":"267,0r-273,-708r111,0r208,576r2,0r216,-576r105,0r-279,708r-90,0","w":630,"k":{"r":92,"s":92,"u":18,":":18,";":18,"i":18,"p":18,"t":18}},"W":{"d":"208,0r-207,-708r100,0r156,566r2,0r167,-566r110,0r167,566r2,0r156,-566r100,0r-206,708r-101,0r-172,-578r-2,0r-171,578r-101,0","w":962,"k":{"A":18,"g":18}},"X":{"d":"-2,0r257,-372r-238,-336r123,0r184,272r182,-272r120,0r-236,335r260,373r-126,0r-203,-307r-204,307r-119,0","w":648},"Y":{"d":"258,0r0,-302r-268,-406r123,0r193,311r199,-311r117,0r-268,406r0,302r-96,0","w":612,"k":{".":111,"d":111,"q":92,"-":111,"a":111,"r":111,"u":111,";":111,"p":129,"t":111}},"Z":{"d":"32,0r0,-90r403,-528r-391,0r0,-90r511,0r0,90r-401,528r407,0r0,90r-529,0","w":593},"[":{"d":"72,156r0,-888r174,0r0,66r-90,0r0,756r90,0r0,66r-174,0","w":278},"\\":{"d":"319,44r-319,-770r69,-26r320,770","w":389},"]":{"d":"32,156r0,-66r90,0r0,-756r-90,0r0,-66r174,0r0,888r-174,0","w":278},"^":{"d":"80,-276r213,-432r80,0r213,432r-83,0r-170,-353r-170,353r-83,0","w":666},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"a":{"d":"124,-360r-54,-56v50,-47,122,-70,188,-70v140,0,198,76,198,158r0,242v0,33,1,61,4,86r-80,0v-4,-23,1,-53,-5,-72v-70,130,-329,110,-330,-58v-2,-143,160,-171,327,-164v5,-69,-28,-115,-113,-120v-69,0,-102,29,-135,54xm372,-228v-103,-2,-233,1,-237,91v0,54,40,77,102,77v112,-5,140,-78,135,-168","w":519},"b":{"d":"68,0r0,-756r90,0r0,350r2,0v32,-49,97,-80,165,-80v146,0,241,107,241,249v0,140,-94,249,-241,249v-66,1,-129,-32,-167,-80r0,68r-90,0xm314,-72v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165v-96,0,-156,69,-156,165v0,96,60,165,156,165","w":611},"c":{"d":"475,-410r-68,62v-33,-35,-68,-53,-118,-53v-98,0,-148,79,-148,168v0,89,60,161,153,161v50,0,85,-18,115,-53r64,64v-47,52,-111,73,-180,73v-146,0,-248,-101,-248,-247v0,-146,100,-250,248,-250v69,0,135,24,182,75","w":482},"d":{"d":"543,-756r0,756r-90,0v-2,-21,4,-51,-2,-68v-35,51,-101,80,-165,80v-147,0,-241,-109,-241,-249v0,-142,95,-249,241,-249v70,-1,131,34,167,80r0,-350r90,0xm297,-72v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165v-96,0,-156,69,-156,165v0,96,60,165,156,165","w":611},"e":{"d":"516,-204r-380,0v0,83,77,138,160,138v55,0,95,-28,130,-71r68,52v-50,65,-119,97,-210,97v-150,0,-244,-108,-244,-249v0,-142,103,-249,245,-249v179,6,238,133,231,282xm136,-276r284,0v-2,-79,-46,-138,-137,-138v-89,0,-147,75,-147,138"},"f":{"d":"103,0r0,-396r-102,0r0,-78r102,0r0,-106v-7,-153,84,-210,229,-181r-10,80v-17,-7,-33,-9,-51,-9v-105,-5,-71,122,-77,216r107,0r0,78r-108,0r0,396r-90,0","w":333,"k":{"s":-18,"u":18}},"g":{"d":"543,-474r0,470v0,143,-104,244,-259,244v-90,0,-165,-23,-232,-85r61,-76v47,50,100,77,169,77v164,-9,177,-100,171,-234r-3,0v-34,57,-99,84,-164,84v-139,0,-242,-105,-241,-243v0,-140,94,-249,241,-249v66,-1,129,32,167,80r0,-68r90,0xm297,-402v-96,0,-156,69,-156,165v0,96,60,159,156,159v96,0,156,-63,156,-159v0,-96,-60,-165,-156,-165","w":611},"h":{"d":"68,0r0,-756r90,0r0,355r2,0v23,-50,83,-85,156,-85v92,0,172,55,172,181r0,305r-90,0r0,-280v0,-89,-51,-122,-108,-122v-75,0,-132,48,-132,158r0,244r-90,0"},"i":{"d":"75,0r0,-474r90,0r0,474r-90,0xm54,-644v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":240},"j":{"d":"75,-474r90,0r0,542v0,49,-1,172,-145,172v-20,0,-39,-2,-58,-9r10,-83v61,23,109,-7,103,-84r0,-538xm54,-644v0,-36,30,-66,66,-66v36,0,66,30,66,66v0,36,-30,66,-66,66v-36,0,-66,-30,-66,-66","w":240},"k":{"d":"68,0r0,-756r90,0r0,488r204,-205r125,0r-221,215r240,258r-128,0r-220,-246r0,246r-90,0","w":519},"l":{"d":"75,0r0,-756r90,0r0,756r-90,0","w":240},"m":{"d":"68,0r0,-474r84,0v2,23,-4,55,2,74v9,-28,67,-86,152,-86v70,0,118,30,148,88v31,-58,93,-88,150,-88v146,0,180,104,180,210r0,276r-90,0r0,-264v0,-72,-15,-138,-102,-138v-87,0,-121,59,-121,143r0,259r-90,0r0,-248v0,-90,-13,-154,-100,-154v-65,0,-123,49,-123,156r0,246r-90,0","w":852},"n":{"d":"68,0r0,-474r90,0v2,23,-4,54,2,73v23,-50,83,-85,156,-85v92,0,172,55,172,181r0,305r-90,0r0,-280v0,-89,-51,-122,-108,-122v-75,0,-132,48,-132,158r0,244r-90,0"},"o":{"d":"141,-237v0,96,60,165,156,165v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165v-96,0,-156,69,-156,165xm45,-237v0,-138,111,-249,252,-249v141,0,252,111,252,249v0,138,-111,249,-252,249v-141,0,-252,-111,-252,-249","w":594},"p":{"d":"68,282r0,-756r90,0v2,21,-4,51,2,68v35,-51,101,-80,165,-80v147,0,241,109,241,249v0,142,-95,249,-241,249v-70,1,-131,-34,-167,-80r0,350r-90,0xm314,-402v-96,0,-156,69,-156,165v0,96,60,165,156,165v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165","w":611},"q":{"d":"543,-474r0,702r-90,0r0,-296r-2,0v-32,49,-97,80,-165,80v-146,0,-241,-107,-241,-249v0,-140,94,-249,241,-249v66,-1,129,32,167,80r0,-68r90,0xm297,-402v-96,0,-156,69,-156,165v0,96,60,165,156,165v96,0,156,-69,156,-165v0,-96,-60,-165,-156,-165","w":611},"r":{"d":"68,0r0,-474r90,0v2,23,-4,54,2,73v29,-59,104,-100,182,-79r-4,97v-105,-26,-184,24,-180,145r0,238r-90,0","w":370,"k":{"c":92,"e":92,"o":55,"q":37,"-":111,"a":111}},"s":{"d":"390,-408r-70,53v-21,-26,-52,-47,-97,-47v-42,0,-79,19,-79,53v0,57,81,65,121,74v78,19,138,49,138,138v0,107,-98,149,-192,149v-78,0,-136,-20,-183,-84r68,-56v29,29,63,56,115,56v46,0,96,-19,96,-60v0,-54,-75,-64,-114,-73v-77,-19,-145,-44,-145,-135v3,-169,266,-193,342,-68","w":444},"t":{"d":"322,-474r0,78r-129,0r0,215v0,53,0,109,68,109v21,0,46,-3,64,-14r0,82v-21,12,-63,16,-81,16v-139,0,-141,-85,-141,-161r0,-247r-104,0r0,-78r104,0r0,-133r90,0r0,133r129,0","w":370},"u":{"d":"488,-474r0,474r-90,0v-2,-23,4,-54,-2,-73v-23,50,-83,85,-156,85v-92,0,-172,-55,-172,-181r0,-305r90,0r0,280v0,89,51,122,108,122v75,0,132,-48,132,-158r0,-244r90,0"},"v":{"d":"204,0r-193,-474r104,0r142,363r136,-363r96,0r-186,474r-99,0","w":500,"k":{"y":74,"Y":179}},"w":{"d":"167,0r-156,-474r101,0r107,354r2,0r113,-354r95,0r120,354r2,0r102,-354r95,0r-153,474r-91,0r-125,-354r-2,0r-113,354r-97,0","w":759,"k":{"y":92,"Y":92,"f":18,"A":18,",":18,".":18,"c":18,"d":55,";":18}},"x":{"d":"6,0r192,-253r-168,-221r116,0r115,168r113,-168r109,0r-162,221r192,253r-116,0r-140,-199r-140,199r-111,0","w":519},"y":{"d":"208,3r-197,-477r104,0r141,370r2,0r134,-370r97,0r-225,576v-32,82,-63,138,-162,138v-27,0,-55,-3,-80,-13r11,-82v17,7,36,11,54,11v88,3,91,-93,121,-153","w":500,"k":{"T":18,"p":111}},"z":{"d":"35,0r0,-81r269,-315r-260,0r0,-78r370,0r0,80r-271,316r285,0r0,78r-393,0","w":463},"{":{"d":"304,-732r0,72r-45,0v-39,0,-51,44,-51,87r0,151v3,93,-61,127,-84,133r0,3v23,3,87,32,84,134r0,150v0,41,12,86,51,86r45,0r0,72v-119,8,-169,-9,-180,-153r0,-134v-3,-73,-39,-117,-84,-117r0,-78v45,0,81,-44,84,-117r0,-158v0,-85,55,-131,105,-131r75,0","w":333},"|":{"d":"72,-750r78,0r0,1000r-78,0r0,-1000","w":222},"}":{"d":"29,156r0,-72r45,0v39,0,51,-44,51,-87r0,-151v-3,-93,61,-127,84,-133r0,-3v-23,-3,-87,-32,-84,-134r0,-150v0,-41,-12,-86,-51,-86r-45,0r0,-72v119,-8,169,9,180,153r0,134v0,73,39,117,84,117r0,78v-45,0,-84,44,-84,117r0,158v0,85,-55,131,-105,131r-75,0","w":333},"~":{"d":"229,-378v76,-2,145,70,212,73v32,0,61,-18,89,-73r40,62v-40,68,-84,88,-128,88v-74,1,-154,-70,-222,-72v-43,0,-67,38,-84,72r-40,-62v31,-52,69,-88,133,-88","w":666},"'":{"d":"178,-708r0,246r-78,0r0,-246r78,0","w":278},"`":{"d":"82,-708r104,144r-83,0r-149,-144r128,0","w":240},"\u00a0":{"w":278}},"kerning":{}});

$(document).ready(function()
{
    $('#slideshow-sm .sliden').cycle({
        fx:     'fade',
        speed:   400,
        timeout: 5000,
        next:   '#slideshow-sm .next',
        prev:   '#slideshow-sm .prev',
		width:	446,
		height:	220
    });

    $('#slideshow-home .slides').cycle({
        fx:     'fade',
        speed:   400,
        timeout: 5000,
        next:   '#slideshow-home .next',
        prev:   '#slideshow-home .prev',
		width:	671,
		height:	373
    });

	$('.controls a').click(function(){
		this.blur();
	});

    $('.pause').click(function() {
		$('.slides').cycle('pause');
		return false;
	});

	$('.play').click(function() {
		$('.slides').cycle('resume', true);
		return false;
	});

	$('a').click(function(){
		this.blur();
	});
});
