/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());




/*!
 * Digitized data (C) 2004 Agfa Monotype Corporation. Neo Sans(TM) is a
 * trademark of Agfa Monotype Corporation and may be registered in certain
 * jurisdictions.  All rights reserved. Neo Sans is designed by Sebastian
 * Lester.
 */
Cufon.registerFont({"w":605,"face":{"font-family":"neosansfont","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 6 2 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"7","bbox":"-35.5983 -853.176 791.307 210.672","underline-thickness":"50","underline-position":"-50","stemh":"72","stemv":"64","unicode-range":"U+0020-U+007D"},"glyphs":{" ":{"w":247},"$":{"d":"528,-193v0,85,-39,176,-183,196r0,94v0,28,-40,19,-67,20v-37,-6,-14,-73,-20,-110v-59,-1,-104,-9,-143,-14v-32,-4,-15,-33,-19,-59v0,-12,9,-17,20,-16v46,4,119,9,165,9v120,0,152,-50,152,-120v17,-70,-148,-150,-217,-193v-91,-58,-138,-107,-138,-187v0,-104,65,-160,180,-174v5,-37,-16,-100,20,-106v27,2,67,-8,67,20r0,83v54,2,113,9,146,13v25,3,15,36,17,60v0,11,-8,17,-19,16v-44,-3,-114,-9,-172,-9v-103,0,-147,24,-147,97v0,71,137,136,201,176v115,71,157,124,157,204"},"%":{"d":"749,-155v0,109,-50,162,-134,162v-84,0,-135,-53,-135,-162r0,-93v0,-110,51,-162,135,-162v84,0,134,52,134,162r0,93xm642,-743v13,1,7,10,3,19r-418,708v-10,31,-38,17,-71,20v-12,0,-11,-12,-6,-20r418,-708v12,-32,40,-15,74,-19xm314,-496v0,109,-50,162,-134,162v-84,0,-135,-53,-135,-162r0,-93v0,-110,51,-161,135,-161v84,0,134,51,134,161r0,93xm687,-155r0,-93v0,-76,-27,-105,-72,-105v-45,0,-73,29,-73,105r0,93v0,76,28,105,73,105v45,0,72,-29,72,-105xm252,-496r0,-93v0,-76,-27,-105,-72,-105v-45,0,-73,29,-73,105r0,93v0,76,28,105,73,105v45,0,72,-29,72,-105","w":794},"&":{"d":"636,-22v10,8,4,22,-6,22v-28,0,-71,9,-85,-7r-50,-54v-120,111,-442,100,-442,-123v0,-83,43,-133,144,-197v-87,-102,-111,-157,-111,-210v0,-106,81,-159,210,-159v114,1,199,54,199,167v0,67,-27,113,-153,198r-28,19r181,195v29,-52,40,-116,39,-190v-1,-26,37,-14,59,-16v17,-2,17,13,17,30v0,87,-21,168,-63,230xm297,-443v100,-65,116,-81,115,-148v0,-66,-47,-92,-116,-92v-79,0,-131,24,-128,100v-9,29,26,88,95,161xm447,-113r-199,-213v-83,53,-103,79,-103,150v0,142,231,137,302,63","w":678},"(":{"d":"277,191v5,8,5,18,-7,18v-27,0,-55,7,-70,-11v-183,-220,-184,-717,0,-939v16,-19,42,-11,70,-11v12,0,12,10,7,18v-172,241,-173,683,0,925","w":305},")":{"d":"119,-741v184,222,184,719,0,939v-16,19,-42,11,-70,11v-12,0,-12,-10,-7,-18v172,-241,173,-683,0,-925v-5,-8,-5,-18,7,-18v27,0,55,-7,70,11","w":305},",":{"d":"98,-129v25,0,81,-12,69,19r-75,189v-5,28,-33,17,-60,19v-11,0,-14,-9,-11,-19r57,-189v4,-13,9,-19,20,-19","w":214},"-":{"d":"285,-312v-1,24,7,57,-19,56r-199,0v-26,1,-18,-32,-19,-56v0,-10,8,-18,19,-18r199,0v11,0,19,7,19,18","w":333},".":{"d":"150,-21v0,29,-40,18,-67,20v-36,-7,-19,-75,-19,-113v0,-27,41,-17,67,-19v10,0,19,8,19,19r0,93","w":214},"\/":{"d":"268,-743v25,2,73,-9,64,20r-226,703v-3,29,-40,20,-69,20v-11,0,-16,-10,-13,-20r227,-703v3,-10,7,-20,17,-20","w":355},"0":{"d":"548,-304v0,221,-94,311,-245,311v-151,0,-246,-90,-246,-311r0,-135v0,-221,95,-311,246,-311v151,0,245,90,245,311r0,135xm457,-304r0,-135v0,-169,-60,-234,-154,-234v-94,0,-154,65,-154,234r0,135v0,169,60,234,154,234v94,0,154,-65,154,-234"},"1":{"d":"373,-20v0,30,-45,18,-73,20v-11,0,-18,-9,-18,-20r0,-629v-48,19,-91,43,-142,59v-18,-4,-9,-43,-9,-62v0,-7,3,-9,10,-13v58,-25,109,-57,172,-78v25,1,59,-7,60,19r0,704"},"2":{"d":"526,-571v0,79,-37,130,-130,193r-96,65v-118,83,-143,123,-140,234r337,0v28,-2,18,36,20,61v0,11,-9,18,-20,18r-397,0v-36,-4,-20,-65,-20,-100v0,-104,46,-187,153,-263v68,-48,204,-118,204,-208v0,-72,-42,-103,-150,-103v-54,-1,-123,10,-181,15v-22,2,-15,-32,-16,-53v0,-10,9,-16,19,-18v51,-13,119,-20,178,-20v162,0,239,56,239,179"},"3":{"d":"521,-228v0,165,-96,235,-249,235v-63,0,-121,-11,-169,-20v-23,-4,-19,-28,-19,-53v0,-12,8,-18,20,-17v60,8,121,14,168,14v117,0,156,-49,156,-159v0,-53,-26,-122,-117,-122r-182,0v-25,1,-18,-30,-19,-53v0,-11,8,-19,19,-19r182,0v102,-4,117,-66,117,-133v0,-82,-43,-119,-156,-119v-59,0,-105,9,-171,15v-23,2,-16,-31,-17,-52v0,-9,9,-17,19,-19v48,-10,105,-20,169,-20v154,0,249,50,249,209v0,67,-33,125,-95,156v71,35,95,99,95,157"},"4":{"d":"567,-256v-1,24,7,59,-19,58r-87,0r0,178v1,31,-47,20,-75,20v-11,0,-17,-9,-17,-20r0,-178r-289,0v-46,4,-42,-35,-41,-77v0,-13,3,-25,12,-37r296,-415v8,-23,56,-15,88,-16v16,0,26,7,26,22r0,447r87,0v10,0,19,7,19,18xm370,-274r0,-342v0,-10,-10,-6,-13,0r-231,328v-5,6,-5,14,5,14r239,0"},"5":{"d":"528,-241v0,160,-88,247,-255,248v-65,0,-126,-9,-176,-18v-24,-4,-18,-32,-19,-57v0,-12,8,-17,20,-15v63,10,125,14,175,14v119,0,163,-60,163,-172v0,-100,-62,-134,-209,-134r-120,0v-9,0,-16,-8,-16,-18r28,-333v1,-10,10,-17,20,-17r344,0v28,-2,18,36,20,61v0,11,-9,16,-20,16r-287,0r-16,216v201,-6,348,33,348,209"},"6":{"d":"546,-252v0,162,-78,259,-244,259v-149,0,-242,-88,-242,-284r0,-175v0,-214,90,-298,261,-298v79,0,131,11,172,17v28,4,23,30,23,58v0,14,-11,20,-24,17v-51,-10,-107,-16,-171,-16v-158,0,-172,96,-171,233v168,-41,396,-33,396,189xm302,-67v95,0,154,-48,154,-185v0,-171,-182,-145,-306,-120r0,95v0,163,55,210,152,210"},"7":{"d":"458,-743v82,0,87,61,62,115r-288,613v-10,26,-51,15,-82,15v-15,0,-17,-15,-12,-26r303,-632v0,-3,-2,-7,-7,-7r-341,0v-28,2,-19,-34,-20,-59v0,-10,9,-19,20,-19r365,0"},"8":{"d":"551,-226v0,163,-106,234,-253,233v-139,-1,-243,-73,-243,-233v0,-61,34,-127,97,-162v-65,-35,-96,-91,-95,-165v2,-141,108,-198,251,-197v140,1,241,61,241,206v0,66,-32,124,-95,156v63,35,97,101,97,162xm334,-424v95,-2,127,-58,127,-129v0,-83,-60,-125,-163,-123v-102,2,-153,44,-153,132v0,62,35,120,127,120r62,0xm298,-69v112,0,162,-53,162,-157v0,-57,-34,-126,-126,-126r-62,0v-99,5,-126,70,-126,145v0,86,53,138,152,138"},"9":{"d":"537,-291v0,214,-90,298,-261,298v-79,0,-131,-11,-172,-17v-29,-4,-24,-29,-24,-58v0,-14,11,-20,24,-17v51,10,108,16,171,16v159,0,173,-96,172,-233v-172,42,-397,32,-397,-195v0,-158,81,-253,244,-253v150,0,243,88,243,284r0,175xm446,-371r1,-95v0,-163,-55,-210,-152,-210v-96,0,-155,48,-155,185v0,171,182,145,306,120"},"@":{"d":"728,-366v0,245,-126,312,-364,312v-105,0,-169,-56,-160,-157r11,-117v10,-102,74,-159,182,-159v43,0,90,7,128,15v14,3,22,8,21,25r-30,313v125,-18,146,-107,146,-232v0,-126,-81,-232,-246,-232v-175,0,-279,102,-294,254r-17,184v0,120,81,213,252,213v48,0,97,-3,145,-7v19,3,5,24,9,39v0,10,-6,13,-16,14v-26,3,-79,8,-139,8v-203,0,-328,-113,-314,-299r15,-156v17,-181,148,-308,362,-308v206,0,309,141,309,290xm457,-409v-80,-15,-159,-5,-159,83v0,93,-50,200,91,200v15,0,29,0,43,-2","w":767},"A":{"d":"603,-23v9,34,-46,20,-75,23v-9,0,-15,-7,-17,-15r-65,-230r-259,0r-64,230v-7,25,-49,15,-77,15v-13,0,-20,-11,-16,-23r185,-651v17,-61,64,-76,102,-76v37,0,84,14,101,75xm427,-324r-91,-329v-4,-24,-33,-23,-39,0r-91,329r221,0","w":633},"B":{"d":"566,-222v0,242,-247,243,-455,220v-23,-3,-33,-12,-33,-37r0,-666v0,-23,11,-35,32,-37v33,-4,94,-8,159,-8v165,1,293,43,293,209v0,74,-39,131,-107,157v69,24,111,85,111,162xm324,-422v123,-4,147,-55,147,-135v0,-96,-80,-116,-202,-116v-34,0,-71,2,-99,3r0,248r154,0xm274,-70v131,0,201,-30,201,-152v0,-66,-33,-127,-151,-127r-154,0r0,275v33,1,69,4,104,4","w":616},"C":{"d":"510,-67v-1,26,6,57,-20,61v-42,6,-81,13,-166,13v-123,0,-264,-66,-264,-309r0,-139v0,-245,141,-309,264,-309v63,0,124,11,168,16v27,3,12,40,16,64v1,7,-4,12,-15,11v-36,-3,-110,-9,-168,-9v-98,0,-174,57,-174,227r0,139v0,168,76,227,174,227v60,0,129,-6,169,-8v11,0,16,5,16,16","w":545},"D":{"d":"584,-304v0,214,-118,311,-303,311v-76,0,-153,-5,-182,-10v-13,-2,-21,-10,-21,-25r0,-687v0,-14,8,-23,21,-25v29,-5,106,-10,182,-10v185,0,303,95,303,311r0,135xm493,-304r0,-135v-1,-230,-138,-244,-323,-230r0,596v184,12,323,-2,323,-231","w":641},"E":{"d":"496,-63v-3,23,8,58,-10,65v-38,4,-136,5,-195,5v-140,0,-213,-53,-213,-186r0,-385v0,-133,73,-186,213,-186v59,0,153,2,195,6v18,7,7,42,10,64v0,7,-4,12,-11,12r-193,0v-106,0,-123,28,-123,104r0,139r307,0v25,0,20,33,20,58v0,11,-9,20,-20,20r-307,0r0,168v0,76,17,104,123,104r193,0v7,0,11,5,11,12","w":551},"F":{"d":"496,-405v0,25,6,58,-20,58r-307,0r0,327v-1,29,-43,18,-71,20v-11,0,-20,-9,-20,-20r0,-544v0,-133,73,-186,213,-186v59,0,153,2,195,6v18,7,7,42,10,64v0,7,-4,12,-11,12r-193,0v-106,0,-123,28,-123,104r0,139r307,0v11,0,20,9,20,20","w":551},"G":{"d":"534,-30v0,11,-7,20,-18,22v-49,8,-105,15,-199,15v-125,0,-259,-82,-259,-311r0,-134v0,-243,140,-312,268,-312v93,0,152,10,190,14v27,3,14,40,17,65v1,8,-7,11,-17,10v-59,-5,-105,-7,-190,-7v-93,0,-177,50,-177,230r0,134v0,165,75,230,168,230v61,0,102,-4,126,-6r0,-286v0,-31,44,-17,72,-20v10,0,19,9,19,20r0,336","w":612},"H":{"d":"602,-20v-1,29,-43,18,-71,20v-11,0,-20,-9,-20,-20r0,-332r-342,0r0,332v-1,29,-43,18,-71,20v-11,0,-20,-9,-20,-20r0,-703v1,-29,43,-18,71,-20v11,0,20,9,20,20r0,290r342,0r0,-290v1,-29,43,-18,71,-20v11,0,20,9,20,20r0,703","w":680},"I":{"d":"179,-20v0,30,-45,18,-73,20v-10,0,-18,-9,-18,-20r0,-704v0,-29,46,-16,73,-19v10,0,18,8,18,19r0,704","w":267},"J":{"d":"24,180v-30,0,-59,1,-59,-19v0,-24,-6,-56,20,-54v64,4,103,-3,103,-70r0,-761v1,-28,44,-17,72,-19v10,0,19,9,19,19r0,761v0,96,-45,143,-155,143","w":257},"K":{"d":"559,-22v7,8,8,22,-8,22v-35,0,-82,11,-100,-10r-282,-343r0,333v0,30,-45,18,-73,20v-10,0,-18,-9,-18,-20r0,-704v1,-28,45,-17,72,-19v10,0,19,8,19,19r0,323r288,-333v17,-18,61,-9,92,-9v15,0,17,12,10,21r-301,340","w":607},"L":{"d":"496,-63v-3,21,8,57,-10,61v-25,6,-101,9,-195,9v-107,0,-213,-21,-213,-186r0,-544v1,-29,43,-18,71,-20v11,0,20,9,20,20r0,544v0,76,17,104,123,104r193,0v7,0,11,5,11,12","w":514},"M":{"d":"684,-20v-1,29,-42,18,-69,20v-11,0,-20,-9,-20,-20r-1,-596r-145,298v-11,35,-48,29,-91,29v-25,0,-35,-9,-45,-29r-145,-298r-1,596v-1,29,-42,18,-69,20v-11,0,-20,-9,-20,-20r0,-694v0,-40,56,-27,94,-29v18,0,26,4,32,17r165,343v7,16,17,15,24,0r165,-343v10,-29,62,-17,97,-17v16,0,29,13,29,29r0,694","w":761},"N":{"d":"602,-29v0,39,-53,28,-91,29v-16,0,-27,-6,-32,-16r-312,-590r-1,587v-1,29,-43,17,-70,19v-10,0,-18,-2,-18,-12r0,-703v0,-36,48,-27,84,-28v28,0,33,5,41,20r309,587r1,-588v1,-29,44,-17,71,-19v11,0,18,9,18,19r0,695","w":680},"O":{"d":"601,-307v0,222,-113,314,-270,314v-157,0,-271,-92,-271,-314r0,-129v0,-222,114,-314,271,-314v157,0,270,92,270,314r0,129xm509,-307r0,-129v0,-168,-68,-232,-178,-232v-109,0,-179,64,-179,232r0,129v0,168,69,232,179,232v109,0,178,-64,178,-232","w":661},"P":{"d":"548,-533v0,213,-173,254,-380,232r0,281v0,30,-44,18,-72,20v-10,0,-18,-9,-18,-20r0,-697v0,-14,9,-23,24,-25v43,-5,108,-8,166,-8v162,0,280,56,280,217xm268,-372v142,-1,189,-46,189,-161v0,-101,-60,-140,-189,-140v-31,0,-76,2,-100,4r0,293v23,1,74,4,100,4","w":593},"Q":{"d":"601,-307v0,201,-93,296,-227,312v0,60,-8,111,62,101v28,4,78,-11,81,16v7,55,-9,58,-81,58v-98,0,-150,-26,-150,-131r0,-45v-133,-17,-226,-111,-226,-311r0,-129v0,-222,114,-314,271,-314v157,0,270,92,270,314r0,129xm509,-307r0,-129v0,-168,-68,-232,-178,-232v-109,0,-179,64,-179,232r0,129v0,168,69,232,179,232v109,0,178,-64,178,-232","w":661},"R":{"d":"583,-22v7,9,2,23,-10,22v-33,-4,-75,13,-90,-13r-179,-298r-136,-3r0,294v0,30,-44,18,-72,20v-10,0,-18,-9,-18,-20r0,-700v0,-14,6,-20,24,-22v43,-5,118,-8,176,-8v160,0,280,54,280,222v0,112,-66,178,-157,202xm168,-391v164,7,300,11,300,-144v0,-100,-65,-133,-190,-133v-31,0,-86,0,-110,3r0,274","w":625},"S":{"d":"500,-193v0,96,-50,200,-247,200v-70,0,-122,-9,-166,-14v-32,-4,-15,-32,-19,-58v0,-12,9,-17,20,-16v46,4,119,6,165,6v120,0,152,-48,152,-118v17,-70,-148,-150,-217,-193v-91,-58,-138,-107,-138,-187v0,-121,87,-177,239,-177v59,0,136,7,174,12v25,3,15,36,17,60v0,11,-8,17,-19,16v-44,-3,-114,-6,-172,-6v-103,0,-147,22,-147,95v0,71,137,136,201,176v115,71,157,124,157,204","w":550},"T":{"d":"555,-725v-2,24,9,60,-19,60r-195,0r0,645v0,30,-45,18,-73,20v-10,0,-18,-9,-18,-20r0,-645r-195,0v-29,2,-18,-35,-20,-60v0,-10,9,-18,20,-18r481,0v11,0,19,7,19,18","w":590},"U":{"d":"587,-270v0,191,-94,277,-256,277v-162,0,-256,-86,-256,-277r0,-454v1,-29,45,-17,73,-19v10,0,19,8,19,19r0,454v0,129,40,199,164,199v124,0,164,-69,164,-199r0,-454v1,-29,45,-17,73,-19v10,0,19,8,19,19r0,454","w":662},"V":{"d":"533,-743v30,3,85,-11,75,23r-184,651v-18,63,-64,76,-102,76v-37,0,-84,-13,-102,-76r-186,-657v2,-29,49,-17,76,-17v8,0,16,7,18,15r174,637v5,28,31,28,39,0r175,-637v2,-8,9,-15,17,-15","w":643},"W":{"d":"420,-416v-2,-13,-11,-14,-14,0r-99,370v-12,46,-45,50,-99,50v-32,0,-55,-10,-62,-51r-111,-679v2,-29,48,-17,75,-17v8,0,15,6,17,17r97,637v1,21,7,18,12,0r98,-370v8,-50,58,-39,111,-40v26,0,40,13,47,40r98,370v2,9,3,15,7,15v4,0,3,-5,5,-15r97,-637v5,-30,46,-17,75,-17v11,0,19,8,17,20r-111,676v-9,58,-49,51,-105,51v-28,0,-49,-20,-57,-50","w":825},"X":{"d":"601,-25v6,11,3,25,-13,25v-32,0,-68,10,-84,-15r-183,-291r-179,291v-13,27,-48,15,-80,15v-15,0,-20,-14,-13,-25r222,-353r-220,-341v-6,-10,-2,-25,12,-24v28,3,71,-9,83,10r180,285r174,-285v14,-21,50,-7,78,-10v14,-1,20,14,13,24r-215,343","w":646},"Y":{"d":"471,-743v30,2,91,-11,75,25r-155,348v-18,40,-36,58,-54,66r0,284v-1,30,-45,18,-73,20v-10,0,-18,-10,-18,-20r0,-284v-18,-7,-36,-26,-54,-66r-157,-359v4,-25,52,-14,78,-14v7,0,15,7,18,14r138,324v10,23,17,26,23,26v7,0,13,-3,23,-26r139,-324v3,-7,9,-14,17,-14","w":583},"Z":{"d":"544,-65v-2,27,9,65,-20,65r-385,0v-93,11,-104,-73,-68,-126r358,-521v5,-7,4,-15,-7,-15r-332,0v-28,1,-19,-38,-20,-64v0,-10,9,-17,20,-17r356,0v56,0,85,11,85,66v0,18,-6,44,-16,59r-357,521v-4,8,-5,15,7,15r359,0v11,0,20,6,20,17","w":597},"[":{"d":"283,121v31,0,29,73,0,73r-186,0v-10,0,-17,-9,-17,-19r0,-899v0,-10,7,-19,17,-19r186,0v24,0,20,29,20,53v0,11,-9,20,-20,20r-114,0r0,791r114,0","w":327},"]":{"d":"247,175v0,10,-7,19,-17,19r-186,0v-24,0,-20,-29,-20,-53v0,-11,9,-20,20,-20r114,0r0,-791r-114,0v-24,0,-20,-29,-20,-53v0,-11,9,-20,20,-20r186,0v10,0,17,9,17,19r0,899","w":327},"a":{"d":"451,-20v0,28,-39,20,-66,20v-20,0,-22,-21,-20,-42v-118,77,-317,82,-317,-125v0,-108,63,-162,241,-162r74,0v5,-98,-13,-153,-107,-153v-68,0,-114,4,-158,8v-23,2,-18,-30,-18,-51v0,-11,7,-17,21,-19v41,-7,87,-13,155,-13v139,0,195,70,195,188r0,349xm363,-105r0,-161r-74,0v-127,1,-153,27,-153,110v0,72,34,91,92,91v46,0,87,-14,135,-40","w":519},"b":{"d":"491,-312v0,187,-41,320,-218,319v-60,0,-122,-5,-184,-17v-18,-3,-21,-9,-21,-23r0,-700v0,-28,43,-17,69,-19v10,0,19,8,19,19r0,186v38,-7,85,-10,117,-10v145,0,218,88,218,245xm273,-70v125,0,130,-110,130,-242v0,-107,-32,-168,-130,-168v-31,0,-84,1,-117,7r0,397v34,3,83,6,117,6","w":541},"c":{"d":"408,-62v-2,26,9,54,-20,58v-33,4,-78,11,-125,11v-136,0,-213,-96,-213,-243v0,-187,48,-323,213,-321v46,0,92,7,125,11v29,4,20,32,20,58v0,11,-9,16,-21,15v-44,-5,-75,-7,-124,-7v-80,0,-125,53,-125,166r0,78v0,112,44,166,125,166v50,0,82,-3,128,-7v9,0,17,5,17,15","w":452},"d":{"d":"473,-33v0,13,-3,20,-21,23v-62,12,-123,17,-184,17v-175,1,-218,-131,-218,-319v0,-157,72,-245,218,-245v31,0,78,3,117,10r0,-186v0,-28,43,-17,70,-19v10,0,18,8,18,19r0,700xm385,-76r0,-397v-33,-6,-85,-7,-117,-7v-124,0,-130,109,-130,240v0,109,31,170,130,170v34,0,83,-3,117,-6","w":541},"e":{"d":"492,-323v0,28,11,76,-19,76r-335,0v-4,123,42,177,139,177v61,0,133,-5,183,-11v21,-2,15,28,16,48v0,13,-4,20,-20,23v-200,35,-402,43,-406,-223r0,-90v0,-143,79,-234,222,-234v146,0,220,92,220,234xm403,-314v2,-115,-40,-166,-131,-166v-89,0,-137,54,-134,166r265,0","w":544},"f":{"d":"356,-739v-1,21,7,49,-18,48v-65,-2,-116,-8,-109,69r0,72r105,0v26,0,18,33,19,57v0,10,-8,17,-19,17r-105,0r0,456v-1,28,-41,19,-68,20v-11,0,-20,-10,-20,-20r0,-456r-97,-11v-22,-1,-20,-23,-19,-45v0,-10,8,-18,19,-18r97,0r0,-72v-7,-130,92,-152,196,-133v11,2,19,7,19,16","w":381},"g":{"d":"117,-95v-64,-23,-73,-119,-12,-154v-33,-31,-46,-68,-46,-124v0,-89,50,-177,222,-177r219,0v22,0,24,23,23,48v-1,26,-34,19,-54,26v19,19,34,55,34,111v0,110,-68,171,-222,171v-53,0,-87,-8,-116,-20v-34,14,-35,53,6,66v127,39,342,40,341,193v0,96,-64,155,-228,155v-162,0,-230,-60,-230,-168v0,-56,30,-102,63,-127xm281,-263v112,0,135,-41,135,-110v0,-60,-27,-107,-135,-107v-116,0,-136,50,-135,115v0,44,20,102,135,102xm284,132v118,0,142,-30,140,-95v13,-63,-166,-84,-235,-107v-31,26,-49,54,-49,111v0,56,33,91,144,91","w":559},"h":{"d":"489,-20v0,28,-41,18,-68,20v-11,0,-20,-9,-20,-20r0,-329v0,-168,-127,-142,-245,-103r0,432v-1,28,-42,19,-69,20v-10,0,-19,-9,-19,-20r0,-712v0,-29,42,-18,69,-20v11,0,19,9,19,20r0,206v162,-64,333,-42,333,177r0,329","w":557},"i":{"d":"169,-738v0,35,15,95,-20,100v-28,-2,-71,9,-71,-20v0,-35,-15,-95,20,-100v28,2,71,-9,71,20xm167,-20v0,28,-41,18,-68,20v-11,0,-20,-9,-20,-20r0,-510v0,-28,41,-18,68,-20v11,0,20,9,20,20r0,510","w":247},"j":{"d":"169,-738v-5,35,16,95,-20,100v-28,-2,-69,10,-71,-19v5,-36,-16,-95,20,-101v28,2,69,-9,71,20xm42,197v-25,0,-69,4,-72,-20v2,-24,-10,-52,21,-51v56,2,88,8,88,-62r0,-594v0,-29,43,-18,70,-20v11,0,18,9,18,20r0,594v0,104,-45,133,-125,133","w":247},"k":{"d":"458,-22v6,7,3,22,-8,22v-34,-4,-76,10,-95,-13r-199,-246r0,239v0,28,-41,18,-68,20v-11,0,-20,-9,-20,-20r0,-712v0,-28,41,-18,68,-20v11,0,20,9,20,20r0,416r200,-225v17,-19,60,-6,90,-9v16,-1,19,14,10,22r-220,238","w":496},"l":{"d":"166,-20v0,29,-43,18,-70,20v-10,0,-18,-9,-18,-20r0,-713v0,-29,43,-17,70,-19v10,0,18,8,18,19r0,713","w":244},"m":{"d":"730,-20v0,28,-41,18,-68,20v-11,0,-20,-9,-20,-20r0,-354v0,-143,-118,-113,-208,-80v21,126,4,292,9,434v0,30,-44,18,-71,20v-10,0,-17,-9,-17,-20r0,-356v4,-157,-115,-105,-199,-66r0,422v0,30,-44,18,-71,20v-10,0,-17,-9,-17,-20r0,-510v0,-29,42,-20,69,-20v18,0,21,19,19,39v64,-44,189,-76,246,-6v145,-65,327,-77,328,143r0,354","w":798},"n":{"d":"489,-20v0,28,-41,18,-68,20v-11,0,-20,-9,-20,-20r0,-329v9,-172,-143,-145,-245,-93r0,422v-1,28,-42,19,-69,20v-10,0,-19,-9,-19,-20r0,-510v0,-29,42,-20,69,-20v18,0,21,19,19,39v55,-31,100,-46,159,-46v120,0,174,75,174,208r0,329","w":557},"o":{"d":"495,-313v0,189,-48,320,-223,320v-147,0,-222,-97,-222,-244v0,-189,47,-320,222,-320v147,0,223,97,223,244xm272,-70v120,0,135,-110,135,-243v0,-102,-41,-167,-135,-167v-120,0,-134,110,-134,243v0,102,40,167,134,167","w":545},"p":{"d":"491,-310v0,191,-45,321,-218,317v-31,0,-78,-4,-117,-11r0,181v0,28,-43,17,-70,19v-10,0,-18,-8,-18,-19r0,-688v0,-13,3,-19,21,-23v53,-13,123,-23,184,-23v149,0,218,97,218,247xm273,-67v124,0,130,-112,130,-243v0,-105,-31,-173,-130,-173v-42,0,-89,5,-117,10r0,396v33,6,85,10,117,10","w":541},"q":{"d":"473,177v0,28,-43,17,-69,19v-10,0,-19,-8,-19,-19r0,-181v-38,7,-85,11,-117,11v-171,4,-218,-125,-218,-317v0,-150,68,-247,218,-247v60,0,131,10,184,23v18,4,21,9,21,23r0,688xm385,-77r0,-396v-27,-5,-75,-10,-117,-10v-125,0,-130,114,-130,245v0,107,32,171,130,171v31,0,84,-4,117,-10","w":541},"r":{"d":"315,-539v0,25,10,58,-21,58v-46,0,-88,12,-138,42r0,419v-1,28,-42,19,-69,20v-10,0,-19,-9,-19,-20r0,-510v0,-28,39,-20,66,-20v19,0,20,20,19,41v50,-35,96,-48,141,-48v14,0,21,6,21,18","w":342},"s":{"d":"416,-138v0,159,-190,159,-345,130v-27,-5,-21,-28,-21,-55v0,-10,10,-16,22,-15v48,6,121,11,157,11v65,0,99,-17,99,-71v0,-57,-126,-110,-176,-143v-60,-39,-102,-80,-102,-143v0,-161,203,-138,337,-120v25,3,18,29,19,53v0,13,-8,18,-20,17v-35,-3,-99,-8,-155,-8v-56,0,-93,7,-93,58v0,60,118,102,168,135v81,53,110,92,110,151","w":466},"t":{"d":"360,-15v0,27,-58,22,-83,22v-92,0,-136,-24,-136,-134r0,-349r-97,-11v-22,0,-20,-23,-19,-45v0,-11,8,-18,19,-18r97,0r0,-98v3,-28,46,-22,73,-28v8,0,15,7,15,17r0,109r108,0v24,0,20,30,20,54v0,11,-9,20,-20,20r-108,0r0,349v-6,81,48,63,110,63v30,0,21,26,21,49","w":385},"u":{"d":"489,-20v0,29,-42,20,-69,20v-18,0,-21,-19,-19,-39v-55,31,-100,46,-159,46v-120,0,-174,-75,-174,-208r0,-329v0,-28,41,-18,68,-20v11,0,20,9,20,20r0,329v-9,172,143,145,245,93r0,-422v1,-28,42,-19,69,-20v10,0,19,9,19,20r0,510","w":557},"v":{"d":"420,-550v29,2,79,-11,70,24r-135,476v-13,45,-47,57,-90,57v-43,0,-77,-12,-90,-57r-136,-483v1,-29,45,-17,71,-17v8,0,15,6,19,19r115,436v10,41,32,41,42,0r115,-436v4,-13,11,-19,19,-19","w":530},"w":{"d":"675,-550v30,2,80,-10,73,24r-97,464v-13,63,-24,69,-84,69v-52,0,-66,-9,-82,-72r-87,-340v-2,-11,-8,-10,-10,0r-87,340v-15,58,-30,72,-82,72v-60,0,-71,-7,-84,-69r-97,-468v0,-29,45,-18,73,-20v9,0,16,8,17,16r83,456v4,20,12,15,16,0r98,-384v8,-41,53,-30,96,-30v21,0,34,8,40,30r98,384v4,15,12,19,16,0r83,-456v1,-8,8,-16,17,-16","w":786},"x":{"d":"507,-23v6,9,7,23,-9,23v-28,0,-70,11,-83,-8r-143,-209r-143,207v-12,21,-50,5,-77,10v-15,-1,-15,-13,-7,-23r180,-257r-170,-245v-8,-11,-6,-25,10,-25v32,0,68,-11,85,14r127,188r128,-188v14,-28,47,-14,79,-14v15,0,16,15,8,25r-168,239","w":547},"y":{"d":"423,-550v29,2,80,-11,71,24r-165,576v-31,108,-68,148,-183,148v-28,0,-63,-6,-84,-9v-27,-4,-20,-27,-21,-53v0,-12,9,-17,22,-16v92,6,173,27,188,-79r10,-41v-47,1,-68,0,-88,-69r-134,-464v0,-28,47,-17,73,-17v8,0,15,8,17,16r118,434v8,28,13,21,35,22r122,-457v2,-8,10,-15,19,-15","w":534},"z":{"d":"432,-54v0,24,4,54,-20,54r-302,0v-80,1,-73,-95,-38,-139r258,-321v5,-6,8,-16,-6,-16r-243,0v-24,0,-20,-30,-20,-54v0,-11,9,-20,20,-20r294,0v76,-4,65,88,33,128r-263,329v-6,7,-9,18,3,19r264,0v11,0,20,9,20,20","w":482},"{":{"d":"284,121v31,0,29,73,0,73r-51,0v-122,0,-153,-32,-153,-138r0,-176v0,-62,-13,-92,-60,-125r0,-58v47,-33,60,-62,60,-124r0,-178v0,-106,31,-138,153,-138v28,0,69,-9,70,20v0,24,4,53,-20,53r-45,0v-59,0,-69,12,-69,65v0,137,27,276,-71,332v97,56,71,192,71,329v0,73,48,65,115,65","w":331},"|":{"d":"169,175v-1,29,-43,17,-70,19v-10,0,-19,-9,-19,-19r0,-899v1,-28,44,-17,71,-19v10,0,18,9,18,19r0,899","w":249},"}":{"d":"311,-245v-47,33,-60,63,-60,125r0,176v0,106,-31,138,-153,138v-28,0,-70,9,-71,-20v0,-24,-4,-53,20,-53r46,0v59,0,69,-12,69,-65r0,-176v0,-70,18,-116,71,-153v-99,-57,-71,-194,-71,-332v0,-73,-48,-65,-114,-65v-24,0,-20,-29,-20,-53v1,-29,42,-20,70,-20v122,0,153,32,153,138r0,178v0,62,13,91,60,124r0,58","w":331},"\u00a0":{"w":247}}});
/*!
 * Digitized data (C) 2004 Agfa Monotype Corporation. Neo Sans(TM) is a
 * trademark of Agfa Monotype Corporation and may be registered in certain
 * jurisdictions.  All rights reserved. Neo Sans is designed by Sebastian
 * Lester.
 */
Cufon.registerFont({"w":630,"face":{"font-family":"neosansfont","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"8","bbox":"-36.8783 -773 838.085 203","underline-thickness":"50","underline-position":"-50","stemh":"109","stemv":"132","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":250},"&":{"d":"683,-21v7,7,5,21,-7,21r-112,0v-25,-5,-36,-33,-54,-47v-140,100,-455,72,-455,-147v0,-84,49,-136,137,-190v-80,-93,-102,-147,-102,-202v0,-99,76,-165,228,-165v135,0,215,65,215,174v0,106,-93,166,-172,214r150,160v19,-44,26,-96,26,-155v0,-35,58,-20,90,-20v15,0,18,15,18,32v0,85,-20,161,-60,221xm317,-460v78,-49,97,-66,97,-126v0,-45,-33,-71,-96,-71v-71,0,-114,24,-110,80v-7,27,19,79,79,135xm441,-120r-175,-186v-63,40,-74,64,-74,122v0,110,180,112,249,64","w":718},",":{"d":"189,-152v11,0,16,9,12,19r-87,210v-6,35,-54,16,-88,20v-11,1,-18,-9,-14,-20r61,-210v4,-12,9,-19,20,-19r96,0","w":259},"-":{"d":"278,-339v0,30,13,81,-19,81r-196,0v-33,-1,-20,-51,-20,-81v0,-11,9,-19,20,-19r196,0v11,0,19,8,19,19","w":321},".":{"d":"194,-20v-6,37,-72,20,-109,20v-11,0,-20,-9,-20,-20r0,-113v7,-36,72,-19,109,-19v11,0,20,8,20,19r0,113","w":259},"0":{"d":"576,-334v0,249,-99,342,-261,342v-162,0,-261,-93,-261,-342r0,-74v0,-249,99,-343,261,-343v162,0,261,94,261,343r0,74xm437,-334r0,-74v0,-181,-53,-230,-122,-230v-69,0,-122,49,-122,230r0,74v0,181,53,229,122,229v69,0,122,-48,122,-229"},"1":{"d":"401,-20v0,11,-9,20,-20,20r-98,0v-11,0,-20,-9,-20,-20r0,-583r-130,42v-7,0,-11,-3,-11,-12r0,-97v0,-6,2,-9,7,-11v82,-23,141,-69,253,-62v11,0,19,8,19,19r0,704"},"2":{"d":"553,-568v0,212,-367,247,-357,454r329,0v36,2,20,61,20,94v0,11,-9,20,-20,20r-424,0v-11,0,-20,-9,-20,-20r0,-98v0,-110,71,-204,152,-262v61,-44,207,-106,191,-188v0,-54,-34,-74,-117,-74v-60,0,-140,15,-202,15v-30,0,-18,-51,-18,-80v0,-10,9,-16,19,-19v52,-14,136,-25,201,-25v175,0,246,59,246,183"},"3":{"d":"546,-229v0,165,-102,237,-251,237v-74,0,-135,-13,-192,-25v-30,-6,-19,-50,-19,-81v0,-12,8,-19,20,-18v79,8,143,14,191,14v89,0,112,-43,112,-127v0,-53,-16,-101,-92,-101r-177,0v-32,-2,-19,-52,-19,-82v0,-11,8,-19,19,-19r177,0v83,-2,92,-49,92,-114v0,-51,-20,-96,-112,-96v-71,0,-105,14,-193,14v-30,0,-18,-51,-18,-80v0,-10,9,-17,19,-19v57,-14,118,-25,192,-25v149,0,251,59,251,222v0,70,-32,119,-86,148v55,30,86,88,86,152"},"4":{"d":"592,-269v-4,33,14,90,-20,90r-74,0r0,159v0,11,-7,20,-18,20r-103,0v-11,0,-18,-9,-18,-20r0,-159r-300,0v-36,-4,-20,-66,-20,-101v0,-11,3,-22,11,-32r308,-413v17,-32,77,-18,120,-18v11,0,20,9,20,20r0,434v34,4,90,-14,94,20xm360,-289r0,-254v0,-10,-7,-5,-10,0r-178,249v0,3,3,5,8,5r180,0"},"5":{"d":"552,-242v2,155,-80,249,-257,250v-59,0,-134,-13,-192,-25v-28,-6,-19,-51,-19,-81v0,-12,8,-19,20,-18v79,10,143,14,191,14v96,0,119,-54,118,-140v0,-83,-51,-112,-177,-112r-135,0v-7,-1,-12,-8,-11,-15r32,-356v1,-10,10,-18,20,-18r363,0v35,3,20,62,20,95v0,11,-9,19,-20,19r-271,0r-15,166v165,-1,330,23,333,221"},"6":{"d":"580,-250v0,157,-90,258,-258,258v-149,0,-262,-92,-262,-309r0,-115v0,-241,94,-335,277,-335v87,0,152,15,185,19v36,5,23,49,23,83v0,16,-9,23,-23,21v-38,-5,-125,-13,-185,-13v-101,0,-138,45,-141,182v179,-30,384,-11,384,209xm322,-100v71,0,124,-38,122,-150v-3,-139,-134,-126,-248,-108r0,57v0,167,53,201,126,201"},"7":{"d":"554,-703v0,48,1,60,-18,100r-270,584v-7,15,-14,19,-27,19r-104,0v-13,0,-17,-13,-12,-24r287,-600v0,-2,-2,-5,-5,-5r-308,0v-36,-2,-20,-62,-20,-95v0,-11,9,-19,20,-19r417,0v22,0,40,18,40,40"},"8":{"d":"577,-224v0,168,-120,232,-267,232v-139,0,-256,-67,-256,-232v0,-67,37,-125,91,-163v-62,-42,-88,-94,-87,-160v1,-153,118,-205,262,-204v138,1,256,55,254,208v0,62,-27,116,-88,156v54,38,91,96,91,163xm295,-436v96,0,150,-30,150,-107v0,-70,-43,-108,-135,-106v-90,2,-124,39,-123,110v0,58,31,103,108,103xm310,-96v90,0,132,-50,132,-128v0,-48,-27,-110,-106,-110r-41,0v-82,3,-106,62,-106,119v0,67,40,119,121,119"},"9":{"d":"569,-327v0,241,-94,335,-277,335v-87,0,-152,-15,-185,-19v-36,-5,-23,-49,-23,-83v0,-16,9,-23,23,-21v38,5,125,13,185,13v101,0,138,-45,141,-182v-182,31,-384,9,-384,-219v0,-148,93,-248,258,-248v149,0,262,92,262,309r0,115xm433,-385r0,-57v0,-167,-53,-201,-126,-201v-71,0,-124,38,-122,150v3,139,134,126,248,108"},":":{"d":"194,-414v-7,36,-72,19,-109,19v-11,0,-20,-8,-20,-19r0,-113v6,-37,72,-20,109,-20v11,0,20,9,20,20r0,113xm194,-20v-6,37,-72,20,-109,20v-11,0,-20,-9,-20,-20r0,-113v7,-36,72,-19,109,-19v11,0,20,8,20,19r0,113","w":259},"A":{"d":"626,-22v4,12,-5,22,-17,22r-106,0v-9,0,-17,-8,-19,-17r-46,-190r-230,0r-46,190v-2,9,-10,17,-19,17r-106,0v-12,0,-21,-10,-17,-22r164,-627v24,-93,96,-102,139,-102v43,0,115,9,139,102xm411,-321r-72,-297v-2,-22,-27,-21,-32,0r-72,297r176,0","w":646},"B":{"d":"600,-225v0,175,-111,232,-304,233v-81,0,-142,-5,-173,-11v-33,-6,-48,-17,-48,-54r0,-630v0,-36,13,-49,45,-54v26,-4,89,-10,167,-10v189,2,308,53,308,223v0,66,-31,125,-92,151v61,26,97,77,97,152xm341,-431v99,-3,119,-44,119,-109v0,-70,-45,-96,-173,-96v-24,0,-52,1,-73,2r0,203r127,0xm296,-107v134,-2,168,-31,168,-116v0,-55,-29,-106,-123,-106r-127,0r0,220v24,0,61,2,82,2","w":650},"C":{"d":"518,-98v0,35,13,84,-22,90v-15,3,-81,16,-158,16v-120,0,-283,-59,-283,-306r0,-147v0,-251,163,-306,283,-306v77,0,143,13,158,16v35,6,19,55,22,90v1,13,-6,22,-22,21v-35,-3,-103,-8,-156,-8v-84,0,-145,45,-145,187r0,147v0,139,61,187,145,187v54,0,121,-8,158,-8v15,0,20,9,20,21","w":563},"D":{"d":"612,-298v0,198,-114,306,-314,306v-71,0,-167,-7,-197,-12v-17,-3,-26,-11,-26,-31r0,-673v0,-20,9,-28,26,-31v30,-5,126,-12,197,-12v200,0,314,108,314,306r0,147xm474,-298r0,-147v0,-187,-114,-198,-260,-186r0,519v144,11,262,2,260,-186","w":667},"E":{"d":"516,-91v0,32,15,81,-20,85v-32,3,-71,14,-190,14v-130,0,-231,-35,-231,-205r0,-349v0,-170,101,-205,231,-205v119,0,158,11,190,14v35,4,20,53,20,85v0,11,-9,20,-20,20r-204,0v-58,0,-79,20,-79,86r0,108r271,0v34,3,20,59,20,92v0,11,-9,20,-20,20r-271,0r0,129v0,66,21,86,79,86r204,0v11,0,20,9,20,20","w":576},"F":{"d":"516,-716v0,31,12,84,-20,84r-204,0v-58,0,-79,20,-79,86r0,108r271,0v34,3,20,59,20,92v0,11,-9,20,-20,20r-271,0r0,306v0,11,-9,20,-20,20r-98,0v-11,0,-20,-9,-20,-20r0,-526v0,-170,101,-205,231,-205v119,0,158,9,190,14v15,2,20,7,20,21","w":576},"G":{"d":"560,-33v0,13,-6,21,-19,24v-50,10,-115,17,-218,17v-108,0,-268,-71,-268,-307r0,-144v0,-237,152,-308,271,-308v96,0,182,13,215,18v33,5,15,56,19,88v2,15,-6,22,-23,21v-46,-4,-115,-8,-211,-8v-67,0,-131,47,-131,189r0,144v11,192,85,197,227,185r0,-255v0,-11,8,-20,19,-20r99,0v11,0,20,9,20,20r0,336","w":635},"H":{"d":"637,-20v0,11,-9,20,-20,20r-99,0v-11,0,-20,-9,-20,-20r0,-306r-284,0r0,306v0,11,-9,20,-20,20r-99,0v-11,0,-20,-9,-20,-20r0,-704v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,276r284,0r0,-276v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,704","w":712},"I":{"d":"214,-20v0,11,-9,20,-20,20r-99,0v-11,0,-20,-9,-20,-20r0,-704v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,704","w":289},"J":{"d":"54,167v-43,0,-85,4,-90,-22v5,-32,-14,-85,20,-89v40,-5,91,22,91,-35r0,-745v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,745v0,106,-52,146,-160,146","w":289},"K":{"d":"610,-21v8,11,8,21,-10,21r-134,0v-12,0,-18,-3,-23,-11r-229,-341r0,332v0,11,-9,20,-20,20r-99,0v-11,0,-20,-9,-20,-20r0,-703v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,318r245,-329v5,-7,12,-8,23,-8r114,0v23,0,22,16,12,28r-256,331","w":643},"L":{"d":"496,-91v0,32,15,80,-20,85v-30,5,-117,14,-170,14v-130,0,-231,-35,-231,-205r0,-526v0,-11,9,-20,20,-20r99,0v11,0,20,9,20,20r0,526v0,66,20,86,78,86r184,0v11,0,20,9,20,20","w":516},"M":{"d":"717,-15v0,10,-8,15,-17,15r-101,0v-9,0,-16,-10,-16,-20r0,-465v0,-13,-4,-12,-8,-4r-96,191v-21,32,-87,17,-133,17v-13,0,-26,-6,-32,-17r-102,-197v-2,0,-3,3,-3,10r0,465v0,10,-7,20,-16,20r-101,0v-9,0,-17,-5,-17,-15r0,-688v0,-53,71,-39,122,-40v16,0,30,10,37,24r151,306v9,18,13,19,22,0r151,-306v15,-37,73,-24,119,-24v22,0,40,18,40,40r0,688","w":792},"N":{"d":"637,-40v-1,58,-85,40,-141,40v-24,0,-45,0,-61,-36r-222,-487v-4,-9,-13,-13,-14,0r0,503v-5,37,-68,20,-104,20v-11,0,-20,-9,-20,-20r0,-683v2,-60,91,-40,148,-40v21,0,32,6,44,32r233,514v3,9,12,12,13,-1r0,-526v0,-11,8,-19,19,-19r86,0v11,0,19,8,19,19r0,684","w":712},"O":{"d":"625,-304v0,220,-120,312,-285,312v-165,0,-285,-92,-285,-312r0,-135v0,-220,120,-312,285,-312v165,0,285,92,285,312r0,135xm485,-304r0,-135v0,-132,-47,-191,-145,-191v-98,0,-145,59,-145,191r0,135v0,132,47,191,145,191v98,0,145,-59,145,-191","w":680},"P":{"d":"591,-520v0,216,-175,259,-377,239r0,261v0,11,-8,20,-19,20r-100,0v-11,0,-20,-9,-20,-20r0,-688v0,-20,12,-27,32,-30v52,-8,123,-13,196,-13v154,0,288,54,288,231xm303,-391v112,-1,150,-41,150,-129v0,-84,-50,-116,-150,-116v-21,0,-71,2,-89,4r0,238v16,1,72,3,89,3","w":626},"Q":{"d":"562,134v-9,34,-76,30,-121,32v-103,4,-170,-47,-162,-163v-130,-23,-219,-118,-219,-307r0,-135v0,-220,120,-312,285,-312v165,0,285,92,285,312r0,135v0,189,-89,284,-219,307v-3,30,5,53,30,53r97,0v39,-2,20,47,24,78xm490,-304r0,-135v0,-132,-47,-191,-145,-191v-98,0,-145,59,-145,191r0,135v0,132,47,191,145,191v98,0,145,-59,145,-191","w":690},"R":{"d":"613,-20v5,9,1,20,-10,20r-122,0v-11,0,-15,-10,-20,-20r-144,-267v-32,1,-74,-3,-103,-4r0,271v0,11,-8,20,-19,20r-100,0v-11,0,-20,-9,-20,-20r0,-688v0,-20,12,-27,32,-30v52,-8,123,-13,196,-13v157,0,288,57,288,235v0,106,-53,172,-135,204xm303,-400v107,0,150,-30,150,-125v0,-75,-50,-107,-150,-107v-21,0,-71,2,-89,4r0,225v16,1,72,3,89,3","w":653},"S":{"d":"525,-201v0,101,-63,209,-263,209v-75,0,-129,-8,-177,-18v-32,-7,-19,-59,-19,-92v0,-12,9,-20,21,-19v40,5,140,10,177,10v89,0,116,-32,116,-90v0,-39,-19,-59,-85,-98r-132,-79v-93,-55,-118,-113,-118,-183v0,-110,64,-190,250,-190v66,0,158,11,192,18v32,7,18,60,18,93v0,11,-7,19,-19,18v-66,-6,-132,-10,-197,-10v-74,0,-105,26,-105,71v0,33,17,53,82,89r120,67v110,61,139,125,139,204","w":570},"T":{"d":"554,-724v0,34,16,97,-20,97r-175,0r0,607v0,11,-9,20,-20,20r-99,0v-11,0,-20,-9,-20,-20r0,-607r-175,0v-36,-3,-20,-63,-20,-97v0,-11,9,-19,20,-19r489,0v11,0,20,8,20,19","w":579},"U":{"d":"620,-275v0,213,-114,283,-275,283v-161,0,-275,-70,-275,-283r0,-449v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,449v0,114,28,168,136,168v108,0,136,-54,136,-168r0,-449v0,-11,9,-19,20,-19r99,0v11,0,20,8,20,19r0,449","w":690},"V":{"d":"614,-743v12,0,21,10,17,22r-164,627v-24,93,-96,102,-139,102v-43,0,-115,-9,-139,-102r-165,-632v0,-10,8,-17,18,-17r106,0v9,0,17,8,19,17r145,601v2,22,27,21,32,0r145,-601v2,-9,10,-17,19,-17r106,0","w":656},"W":{"d":"821,-743v10,0,18,6,17,17r-94,653v-10,85,-62,81,-144,81v-45,0,-69,-22,-83,-80r-79,-330v-2,-16,-10,-15,-13,0r-79,330v-18,80,-56,80,-137,80v-52,0,-81,-18,-90,-81r-94,-656v0,-9,8,-14,17,-14r106,0v8,0,16,7,17,18r72,597v1,9,1,15,5,15v4,0,4,-6,6,-15r86,-351v6,-24,20,-45,63,-45r69,0v43,0,57,21,63,45r86,351v2,9,2,15,6,15v4,0,4,-6,5,-15r72,-597v1,-11,9,-18,17,-18r106,0","w":862},"X":{"d":"625,-20v5,10,1,20,-14,20r-118,0v-11,0,-18,-8,-26,-20r-147,-236r-138,236v-7,13,-15,20,-26,20r-109,0v-14,0,-19,-10,-14,-20r213,-355r-221,-355v0,-7,7,-13,16,-13v50,0,122,-16,144,19r146,233r135,-233v18,-35,88,-19,135,-19v11,0,20,10,14,19r-210,352","w":650},"Y":{"d":"573,-743v13,0,21,12,15,23r-152,347v-19,44,-39,64,-61,73r0,280v0,11,-8,20,-19,20r-100,0v-11,0,-19,-9,-19,-20r0,-280v-22,-9,-42,-29,-61,-73r-153,-355v0,-8,6,-15,16,-15r111,0v9,0,16,8,19,16r120,298v15,29,23,29,35,0r120,-298v3,-8,10,-16,19,-16r110,0","w":615},"Z":{"d":"548,-104v0,37,16,104,-20,104r-437,0v-29,0,-51,-10,-51,-37v0,-39,-5,-65,13,-93r317,-475v5,-7,5,-17,-7,-17r-278,0v-11,0,-19,-7,-19,-18r0,-84v0,-11,8,-19,19,-19r403,0v29,0,53,12,53,38v-1,39,3,74,-14,99r-312,467v-5,7,-8,17,5,17r308,0v11,0,20,7,20,18","w":588},"a":{"d":"483,-20v-5,36,-69,20,-105,20v-17,0,-22,-16,-20,-36v-46,28,-93,44,-141,44v-84,1,-173,-34,-173,-171v0,-114,70,-173,244,-173r63,0r0,-44v0,-65,-29,-81,-88,-81v-68,0,-130,6,-168,8v-31,2,-18,-53,-18,-81v0,-11,6,-18,19,-21v40,-8,98,-16,167,-16v142,0,220,63,220,191r0,360xm351,-125r0,-123r-63,0v-93,1,-111,29,-111,89v0,94,125,63,174,34","w":548},"b":{"d":"532,-320v0,199,-48,329,-239,328v-64,0,-139,-10,-201,-26v-23,-6,-27,-12,-27,-27r0,-696v6,-37,74,-20,112,-20v11,0,20,9,20,20r0,177v37,-5,72,-7,96,-7v161,0,239,95,239,251xm293,-100v114,2,107,-109,107,-220v0,-82,-21,-143,-107,-143v-24,0,-68,3,-96,7r0,349v19,4,60,7,96,7","w":577},"c":{"d":"423,-96v0,35,15,84,-21,91v-23,4,-68,13,-129,13v-130,0,-228,-80,-228,-243r0,-93v0,-163,98,-243,228,-243v61,0,106,9,129,13v36,7,21,56,21,91v0,11,-9,16,-21,15v-40,-5,-64,-7,-129,-7v-47,0,-96,27,-96,131r0,93v-4,169,120,129,228,124v10,0,18,5,18,15","w":468},"d":{"d":"512,-45v0,15,-4,21,-27,27v-62,16,-137,26,-201,26v-190,1,-239,-128,-239,-328v0,-156,78,-251,239,-251v24,0,59,2,96,7r0,-177v6,-37,74,-20,112,-20v11,0,20,9,20,20r0,696xm380,-107r0,-349v-28,-4,-72,-7,-96,-7v-114,-2,-107,109,-107,220v0,82,21,143,107,143v36,0,77,-3,96,-7","w":577},"e":{"d":"526,-317v0,30,12,81,-20,81r-326,0v-1,62,23,129,120,130v75,0,142,-10,187,-10v32,0,18,53,18,81v0,16,-3,23,-21,26v-65,12,-104,17,-194,17v-100,0,-242,-54,-242,-251v0,-198,60,-329,240,-328v154,0,238,105,238,254xm393,-330v1,-80,-42,-127,-105,-127v-63,0,-108,46,-107,127r212,0","w":574},"f":{"d":"297,-773v32,0,68,0,78,24v-3,26,10,75,-15,76v-59,2,-113,-9,-104,60r0,49r96,0v31,2,20,50,20,80v0,11,-9,19,-20,19r-96,0r0,444v-5,38,-73,21,-111,21v-11,0,-21,-10,-21,-21r0,-444r-89,-14v-28,-2,-18,-38,-20,-65v6,-37,72,-14,109,-20r0,-49v0,-129,69,-160,173,-160","w":395},"g":{"d":"556,-537v0,26,9,60,-16,64r-33,13v17,24,26,48,25,87v0,125,-86,182,-237,182v-53,0,-89,-9,-109,-17v-29,19,-18,50,17,59v136,36,342,43,342,195v0,102,-75,157,-245,157v-166,0,-248,-59,-248,-175v0,-41,19,-81,51,-110v-54,-39,-64,-133,-5,-174v-31,-33,-42,-70,-41,-124v0,-100,65,-184,238,-184r234,0v15,0,27,12,27,27xm295,-291v87,0,107,-29,107,-87v0,-48,-21,-85,-107,-85v-89,0,-108,37,-108,93v0,37,15,79,108,79xm300,103v100,0,114,-18,113,-64v0,-22,-13,-35,-118,-60r-89,-21v-17,22,-25,39,-25,79v0,41,25,66,119,66","w":584},"h":{"d":"527,-21v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-329v0,-87,-15,-109,-82,-109v-34,0,-74,12,-116,34r0,404v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-720v6,-37,74,-20,112,-20v11,0,20,9,20,20r0,207v38,-23,80,-37,151,-37v138,0,179,98,179,221r0,329","w":592},"i":{"d":"203,-659v0,11,-9,20,-20,20r-97,0v-38,-5,-21,-71,-21,-108v0,-11,10,-20,21,-20r97,0v37,6,20,71,20,108xm200,-21v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-523v6,-37,74,-20,112,-20v11,0,20,9,20,20r0,523","w":268},"j":{"d":"203,-747v0,38,17,108,-21,108r-96,0v-37,-6,-20,-71,-20,-108v0,-11,9,-20,20,-20r96,0v11,0,21,9,21,20xm52,200v-27,0,-81,4,-85,-24v5,-30,-15,-81,21,-81v48,0,80,10,80,-53r0,-586v6,-37,74,-20,112,-20v11,0,20,9,20,20r0,586v0,122,-55,158,-148,158","w":268},"k":{"d":"516,-20v7,9,1,20,-11,20v-53,0,-126,16,-151,-20r-157,-228r0,227v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-720v6,-37,74,-20,112,-20v11,0,20,9,20,20r0,417r171,-228v28,-27,89,-7,135,-12v15,-2,19,11,11,21r-201,247","w":549},"l":{"d":"202,-21v0,11,-8,21,-19,21r-93,0v-11,0,-20,-10,-20,-21r0,-720v0,-11,9,-20,20,-20r93,0v11,0,19,9,19,20r0,720","w":272},"m":{"d":"783,-21v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-340v6,-127,-81,-108,-165,-72v10,129,4,276,4,412v0,39,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-340v0,-77,-13,-97,-69,-97v-21,0,-51,11,-92,33r0,404v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-523v6,-37,70,-20,107,-20v19,0,22,20,20,41v42,-27,84,-48,143,-48v57,0,94,17,117,45v51,-28,96,-45,165,-45v136,0,166,93,166,210r0,340","w":848},"n":{"d":"527,-21v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-326v0,-87,-8,-112,-85,-112v-34,0,-71,14,-113,36r0,402v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-523v6,-37,70,-20,107,-20v19,0,22,20,20,41v58,-37,96,-48,162,-48v144,0,173,97,173,224r0,326","w":592},"o":{"d":"526,-241v0,143,-82,249,-239,249v-157,0,-239,-106,-239,-249r0,-81v0,-143,82,-249,239,-249v157,0,239,106,239,249r0,81xm287,-106v99,0,107,-104,107,-216v0,-82,-37,-135,-107,-135v-99,0,-107,104,-107,216v0,82,37,135,107,135","w":574},"p":{"d":"532,-320v0,199,-48,329,-239,328v-24,0,-59,-2,-96,-7r0,177v-6,37,-74,20,-112,20v-11,0,-20,-9,-20,-20r0,-696v0,-15,4,-21,27,-27v62,-16,137,-26,201,-26v161,0,239,95,239,251xm293,-100v114,2,107,-109,107,-220v0,-82,-21,-143,-107,-143v-36,0,-77,3,-96,7r0,349v28,4,72,7,96,7","w":577},"q":{"d":"512,178v-6,37,-74,20,-112,20v-11,0,-20,-9,-20,-20r0,-177v-37,5,-72,7,-96,7v-190,1,-239,-128,-239,-328v0,-156,78,-251,239,-251v64,0,139,10,201,26v23,6,27,12,27,27r0,696xm380,-107r0,-349v-19,-4,-60,-7,-96,-7v-114,-2,-107,109,-107,220v0,82,21,143,107,143v24,0,68,-3,96,-7","w":577},"r":{"d":"355,-551v0,33,14,92,-20,92v-54,0,-96,14,-138,36r0,402v-6,38,-74,21,-112,21v-11,0,-20,-10,-20,-21r0,-523v6,-37,70,-20,107,-20v19,0,22,20,20,41v49,-38,103,-48,143,-48v11,0,20,9,20,20","w":375},"s":{"d":"444,-148v0,87,-65,156,-196,156v-39,0,-123,-6,-179,-20v-30,-7,-19,-51,-19,-83v0,-9,8,-17,21,-16v48,6,138,11,168,11v62,0,71,-21,71,-48v0,-19,-13,-30,-44,-51v-82,-56,-221,-97,-221,-222v0,-100,63,-150,190,-150v81,0,127,9,178,20v29,6,18,50,18,81v0,14,-7,20,-20,19v-28,-4,-108,-12,-165,-12v-48,0,-69,11,-69,42v0,16,15,26,40,41r131,80v84,51,96,101,96,152","w":489},"t":{"d":"380,-17v-4,29,-61,25,-87,25v-113,0,-159,-25,-159,-159r0,-314r-94,-14v-28,-2,-19,-37,-20,-65v0,-11,9,-20,20,-20r94,0v5,-36,-16,-96,20,-102r97,-16v9,0,16,5,16,15r0,103r90,0v31,1,17,49,20,79v-6,37,-73,14,-110,20r0,314v-10,77,38,56,92,56v36,0,16,49,21,78","w":405},"u":{"d":"197,-217v0,82,11,114,85,114v37,0,85,-25,113,-40r0,-400v6,-38,74,-21,112,-21v11,0,20,10,20,21r0,523v-6,37,-74,20,-112,20v-20,0,-22,-21,-20,-43v-52,34,-93,50,-157,50v-129,0,-173,-83,-173,-224r0,-326v6,-38,74,-21,112,-21v11,0,20,10,20,21r0,326","w":592},"v":{"d":"511,-564v11,0,19,11,15,23r-126,455v-20,74,-74,94,-125,94v-51,0,-104,-20,-124,-94r-127,-462v0,-9,7,-16,16,-16r100,0v9,0,17,7,20,20r96,419v7,35,31,34,38,0r96,-419v3,-13,12,-20,21,-20r100,0","w":551},"w":{"d":"773,-564v12,0,23,10,20,23r-91,460v-11,70,-40,84,-116,84v-54,0,-82,-26,-95,-78r-82,-311v-32,99,-55,209,-82,311v-16,61,-50,78,-122,78v-61,0,-77,-24,-89,-84r-91,-463v0,-11,9,-20,20,-20r97,0v10,0,17,9,18,18r63,423v2,19,8,18,12,0r83,-336v9,-64,67,-43,126,-43v34,0,46,4,56,43r83,336v4,18,10,19,12,0r63,-423v1,-9,8,-18,18,-18r97,0","w":819},"x":{"d":"535,-20v6,9,-2,20,-13,20r-114,0v-11,0,-16,-3,-27,-20r-114,-176r-108,176v-11,17,-16,20,-27,20r-103,0v-12,0,-15,-12,-9,-20r179,-271r-171,-259v0,-7,7,-14,16,-14r114,0v11,0,16,5,26,20r101,156r94,-156v11,-18,16,-20,27,-20r103,0v12,0,15,12,9,20r-165,252","w":557},"y":{"d":"264,-139v6,22,6,23,23,22r108,-430v2,-9,10,-17,20,-17r102,0v12,0,21,11,17,23r-167,584v-31,109,-68,157,-204,157v-33,0,-83,-6,-106,-13v-34,-3,-21,-49,-21,-81v0,-12,10,-19,22,-18v82,-1,178,36,192,-58r8,-30v-50,0,-78,2,-102,-83r-132,-465v0,-10,6,-16,19,-16r101,0v9,0,17,9,19,18","w":560},"z":{"d":"450,-101v0,36,16,101,-20,101r-350,0v-49,2,-51,-82,-27,-115r245,-339v0,-2,-3,-3,-6,-3r-226,0v-32,-2,-18,-57,-18,-87v0,-11,9,-20,20,-20r340,0v51,-1,45,77,35,121r-235,322v0,3,2,4,6,4r218,0v10,0,18,6,18,16","w":490},"\u00a0":{"w":250}}});
/*!
 * Digitized data (C) 2004 Agfa Monotype Corporation. Neo Sans(TM) is a
 * trademark of Agfa Monotype Corporation and may be registered in certain
 * jurisdictions.  All rights reserved. Neo Sans is designed by Sebastian
 * Lester.
 */
Cufon.registerFont({"w":580,"face":{"font-family":"neosansfont","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 6 2 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"6","bbox":"-44 -749.638 743.491 198","underline-thickness":"50","underline-position":"-50","stemh":"41","stemv":"38","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":215},"-":{"d":"292,-281v0,15,-5,24,-19,24r-202,0v-14,0,-19,-9,-19,-24v0,-10,8,-18,19,-18r202,0v11,0,19,8,19,18","w":344},".":{"d":"106,-87v0,34,18,96,-25,93v-33,-2,-19,-61,-19,-93v0,-12,10,-19,25,-19v10,0,19,9,19,19","w":168},"0":{"d":"520,-273v0,193,-90,279,-230,279v-140,0,-230,-86,-230,-279r0,-197v0,-193,90,-278,230,-278v140,0,230,85,230,278r0,197xm476,-273r0,-197v0,-158,-66,-238,-186,-238v-120,0,-186,80,-186,238r0,197v0,158,66,239,186,239v120,0,186,-81,186,-239"},"1":{"d":"320,-20v0,12,-10,20,-24,20v-11,0,-20,-9,-20,-20r0,-680r-123,15v-14,-1,-15,-7,-15,-18v0,-15,9,-18,20,-20r144,-20v12,0,18,8,18,20r0,703"},"2":{"d":"500,-573v0,75,-31,122,-135,192r-102,69v-143,102,-138,140,-138,271r346,0v15,-1,20,9,20,26v0,11,-9,15,-20,15r-371,0v-33,-2,-20,-50,-20,-81v0,-98,20,-174,155,-265r102,-69v90,-61,115,-94,115,-158v0,-90,-51,-133,-184,-133v-47,0,-107,7,-158,16v-13,2,-16,-12,-16,-27v0,-10,9,-14,19,-16v51,-11,102,-15,155,-15v150,0,232,54,232,175"},"3":{"d":"496,-226v0,165,-91,232,-248,232v-53,0,-108,-7,-146,-15v-21,0,-27,-39,-2,-40r4,0v42,7,98,13,144,13v145,0,201,-55,201,-190v0,-53,-37,-143,-142,-143r-187,0v-14,0,-19,-10,-19,-25v0,-11,8,-18,19,-18r187,0v121,-5,142,-86,142,-153v0,-113,-67,-141,-201,-141v-48,-1,-103,15,-148,15v-24,0,-21,-39,2,-42v39,-6,93,-15,146,-15v159,0,248,41,248,195v0,64,-26,131,-104,165v78,35,104,111,104,162"},"4":{"d":"542,-242v0,16,-5,26,-19,26r-100,0r0,197v0,15,-11,19,-28,19v-11,0,-16,-9,-16,-19r0,-197r-277,0v-61,1,-79,-54,-50,-96r280,-411v31,-40,91,-37,91,23r0,442r100,0v10,0,19,6,19,16xm379,-258r0,-436v0,-13,-11,-7,-16,0r-273,401v-10,15,-20,36,12,35r277,0"},"5":{"d":"90,-55v51,10,105,20,160,19v142,-1,209,-65,209,-204v0,-118,-74,-155,-241,-155r-106,0v-13,0,-21,-9,-20,-22r23,-309v1,-10,11,-17,20,-17r326,0v14,-1,20,10,20,27v0,11,-10,14,-20,14r-303,0r-18,266r78,0v230,4,285,67,285,221v0,145,-103,221,-253,221v-71,0,-111,-8,-154,-18v-21,2,-29,-41,-6,-43"},"6":{"d":"474,-687v-56,-10,-95,-20,-165,-19v-136,0,-201,55,-201,218r0,62v166,-43,408,-57,408,175v0,169,-69,257,-231,257v-150,0,-221,-84,-221,-259r0,-235v0,-188,86,-260,245,-260v71,0,110,8,159,19v23,-3,34,40,6,42xm285,-34v121,0,187,-61,187,-222v0,-199,-231,-160,-364,-131r0,134v0,160,56,219,177,219"},"7":{"d":"478,-743v32,-1,48,29,34,57r-320,676v-9,19,-60,14,-45,-17r317,-665v0,-4,-2,-8,-8,-8r-374,0v-14,0,-20,-8,-20,-24v0,-10,9,-19,20,-19r396,0"},"8":{"d":"524,-227v0,160,-88,233,-234,233v-145,0,-234,-73,-234,-233v0,-55,32,-130,104,-162v-71,-28,-104,-90,-104,-177v0,-126,96,-182,234,-182v146,0,234,59,234,204v0,69,-39,132,-104,155v72,32,104,107,104,162xm331,-412v123,-6,146,-74,146,-154v0,-98,-68,-140,-187,-140v-128,0,-187,45,-187,162v0,57,32,132,146,132r82,0xm290,-36v130,0,187,-62,187,-191v0,-46,-31,-142,-146,-142r-82,0v-115,0,-146,96,-146,142v0,129,56,191,187,191"},"9":{"d":"106,-55v56,10,95,20,165,19v136,0,201,-55,201,-218r0,-62v-166,43,-408,57,-408,-175v0,-169,69,-257,231,-257v150,0,221,84,221,259r0,235v0,188,-86,260,-245,260v-71,0,-110,-8,-159,-19v-23,3,-34,-40,-6,-42xm472,-355r0,-134v0,-160,-56,-219,-177,-219v-121,0,-187,61,-187,222v0,199,231,160,364,131"},"A":{"d":"579,-22v7,17,-4,25,-26,25v-8,0,-14,-6,-16,-13r-84,-271r-288,0r-82,271v-7,24,-52,16,-43,-12r205,-677v13,-63,110,-64,129,-1xm442,-325r-109,-363v-3,-10,-9,-20,-23,-20v-15,0,-20,8,-23,19r-110,364r265,0","w":619},"B":{"d":"528,-220v0,188,-148,229,-279,227v-52,0,-105,-3,-150,-8v-13,-1,-19,-7,-19,-19r0,-703v0,-10,9,-18,19,-19v188,-12,425,-28,425,186v0,83,-45,140,-119,166v77,23,123,81,123,170xm305,-412v145,-3,175,-68,175,-155v0,-164,-204,-144,-356,-138r0,293r181,0xm124,-39v175,13,360,24,360,-181v0,-77,-38,-149,-179,-149r-181,0r0,330"},"C":{"d":"497,-33v0,18,-5,28,-19,29v-26,3,-81,10,-173,10v-125,0,-245,-72,-245,-311r0,-132v0,-239,120,-311,245,-311v92,0,147,7,173,10v14,1,19,11,19,29v0,13,-8,13,-19,12v-36,-3,-111,-9,-173,-9v-112,0,-201,72,-201,269r0,132v0,197,89,269,201,269v66,0,137,-6,179,-9v8,0,13,2,13,12","w":537},"D":{"d":"553,-309v0,230,-122,315,-292,315v-80,0,-135,-3,-164,-8v-9,-2,-17,-10,-17,-19r0,-700v0,-9,8,-17,17,-19v29,-5,84,-8,164,-8v170,0,292,81,292,315r0,124xm509,-309r0,-124v-1,-274,-167,-292,-385,-270r0,666v220,18,384,0,385,-272","w":613},"E":{"d":"478,-25v0,16,-5,25,-19,25r-258,0v-76,0,-121,-28,-121,-112r0,-519v0,-84,45,-112,121,-112r258,0v14,0,19,9,19,25v0,10,-8,16,-19,16r-258,0v-48,0,-77,9,-77,71r0,220r335,0v15,0,19,10,19,26v0,10,-8,17,-19,17r-335,0r0,256v0,62,29,71,77,71r258,0v11,0,19,6,19,16","w":533},"F":{"d":"478,-395v0,16,-4,27,-19,27r-335,0r0,349v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-612v0,-84,45,-112,121,-112r258,0v14,0,19,9,19,25v0,10,-8,16,-19,16r-258,0v-48,0,-77,9,-77,71r0,220r335,0v11,0,19,6,19,16","w":518},"G":{"d":"508,-722v0,17,-2,28,-21,25v-71,-7,-103,-10,-176,-10v-100,0,-207,56,-207,274r0,124v0,189,80,273,207,273v85,0,136,-7,152,-9r0,-318v0,-15,11,-19,27,-19v10,0,17,8,17,19r0,337v0,10,-8,18,-17,19v-48,6,-94,13,-179,13v-142,0,-251,-94,-251,-315r0,-124v0,-250,134,-315,251,-315v90,0,137,5,180,10v9,1,17,4,17,16","w":588},"H":{"d":"567,-19v0,13,-10,19,-26,19v-11,0,-17,-9,-17,-19r0,-358r-400,0r0,358v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-705v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,306r400,0r0,-306v0,-13,10,-19,26,-19v11,0,17,9,17,19r0,705","w":647},"I":{"d":"134,-19v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-705v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,705","w":224},"J":{"d":"134,60v3,98,-43,135,-158,135v-15,0,-20,-7,-20,-24v0,-16,18,-15,34,-15v82,0,100,-17,100,-96r0,-784v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,784","w":224},"K":{"d":"505,-30v12,12,8,32,-12,32v-7,0,-17,-2,-23,-8r-346,-360r0,347v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-705v1,-12,10,-19,25,-19v10,0,19,9,19,19r0,320r340,-332v23,-28,56,3,34,24r-336,326","w":542},"L":{"d":"448,-25v0,16,-5,25,-19,25r-228,0v-76,0,-121,-28,-121,-112r0,-612v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,612v0,62,29,71,77,71r228,0v11,0,19,6,19,16","w":483},"M":{"d":"650,-19v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-680v-2,-11,-15,-9,-17,2r-173,365v-24,51,-78,50,-102,0r-173,-365v-3,-11,-17,-13,-17,-2r0,680v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-680v-5,-59,77,-60,97,-18r175,367v6,18,18,17,26,0r175,-367v13,-44,97,-42,97,18r0,680","w":730},"N":{"d":"571,-45v4,60,-75,66,-97,21r-337,-675v-2,-7,-13,-11,-13,0r0,680v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-680v0,-30,20,-49,49,-49v28,0,39,12,48,31r336,674v2,9,13,9,13,-2r0,-679v0,-15,11,-19,28,-19v11,0,17,9,17,19r0,679","w":651},"O":{"d":"572,-309v0,223,-107,315,-256,315v-149,0,-256,-92,-256,-315r0,-124v0,-223,107,-315,256,-315v149,0,256,92,256,315r0,124xm528,-309r0,-124v0,-204,-91,-273,-212,-273v-121,0,-212,69,-212,273r0,124v0,204,91,273,212,273v121,0,212,-69,212,-273","w":632},"P":{"d":"505,-545v0,170,-96,231,-272,231v-39,0,-81,-2,-109,-4r0,299v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-705v0,-9,8,-18,17,-19v35,-2,93,-5,136,-5v170,0,272,59,272,203xm233,-353v162,0,228,-51,228,-192v0,-124,-79,-164,-228,-164v-42,0,-80,1,-109,3r0,349v31,2,75,4,109,4","w":540},"Q":{"d":"572,-309v0,212,-97,306,-235,314r0,67v-7,82,27,85,114,84v14,0,21,7,20,23v-1,18,-22,16,-41,16v-90,0,-137,-13,-137,-123r0,-67v-137,-9,-233,-103,-233,-314r0,-124v0,-223,107,-315,256,-315v149,0,256,92,256,315r0,124xm528,-309r0,-124v0,-204,-91,-273,-212,-273v-121,0,-212,69,-212,273r0,124v0,204,91,273,212,273v121,0,212,-69,212,-273","w":632},"R":{"d":"548,-29v13,17,0,34,-24,29v-5,0,-12,-5,-15,-9r-213,-326r-172,-1r0,317v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-706v0,-9,8,-18,17,-19v35,-2,113,-4,156,-4v182,0,272,52,272,209v0,122,-61,179,-179,199xm253,-377v157,0,228,-35,228,-167v0,-125,-79,-162,-228,-162v-42,0,-99,1,-129,4r0,324v27,0,100,1,129,1","w":598},"S":{"d":"475,-185v0,91,-39,191,-232,191v-65,0,-115,-7,-155,-11v-14,-1,-19,-12,-18,-29v1,-11,11,-13,23,-13v52,4,95,11,150,11v151,0,186,-67,186,-149v0,-74,-44,-99,-154,-169v-90,-57,-223,-122,-220,-232v6,-184,222,-170,383,-152v15,1,19,11,17,28v0,10,-8,14,-19,14v-22,0,-97,-10,-148,-10v-132,0,-188,38,-188,121v0,78,122,145,199,192v110,68,176,116,176,208","w":530},"T":{"d":"541,-726v0,16,-4,24,-19,24r-214,0r0,683v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-683r-215,0v-15,0,-19,-8,-19,-24v0,-10,8,-17,19,-17r473,0v11,0,19,7,19,17","w":571},"U":{"d":"553,-264v0,169,-73,270,-236,270v-163,0,-237,-101,-237,-270r0,-460v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,460v0,145,53,229,193,229v140,0,192,-84,192,-229r0,-460v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,460","w":633},"V":{"d":"542,-729v7,-25,51,-16,43,11r-205,675v-15,66,-110,65,-130,0r-206,-682v0,-14,11,-20,28,-18v7,0,14,6,16,14r204,673v8,28,38,28,46,0","w":630},"W":{"d":"717,-743v18,-2,29,6,26,23r-123,679v-6,33,-23,47,-48,47v-30,0,-40,-21,-48,-45r-122,-387v-5,-17,-11,-17,-16,0r-122,387v-8,24,-18,45,-48,45v-25,0,-42,-14,-48,-47r-123,-684v0,-14,10,-20,26,-18v8,0,16,5,18,16r121,677v3,22,8,18,14,0r125,-389v18,-54,72,-53,90,0r125,389v4,18,11,22,14,0r121,-677v2,-11,10,-16,18,-16","w":788},"X":{"d":"557,-29v10,14,2,33,-20,29v-5,0,-13,-5,-16,-9r-220,-333r-220,333v-12,20,-54,6,-37,-20r231,-351r-220,-333v-12,-15,-2,-35,21,-30v5,0,13,5,16,9r208,316r209,-316v13,-20,54,-6,37,21r-220,334","w":602},"Y":{"d":"462,-731v11,-23,53,-14,40,15r-158,349v-17,37,-32,52,-47,58r0,290v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-290v-15,-6,-30,-21,-47,-58r-158,-349v-9,-18,2,-30,24,-27v6,0,13,6,16,12r157,350v13,29,18,35,30,35v12,0,17,-6,30,-35","w":551},"Z":{"d":"452,-743v53,-9,68,41,47,74r-382,617v-2,5,-4,12,5,11r392,0v15,0,21,8,21,25v0,10,-10,16,-21,16r-392,0v-55,2,-66,-41,-43,-79r379,-610v4,-7,2,-13,-6,-13r-362,0v-14,0,-21,-8,-21,-25v0,-10,11,-16,21,-16r362,0","w":595},"a":{"d":"418,-20v0,13,-10,20,-25,20v-21,0,-21,-23,-20,-45v-119,71,-323,96,-323,-123v0,-103,65,-154,247,-154r77,0v4,-116,-15,-181,-126,-181v-68,0,-96,5,-146,9v-11,0,-19,-6,-19,-21v0,-11,8,-16,23,-18v42,-5,76,-9,142,-9v135,0,170,76,170,184r0,338xm374,-84r0,-199r-77,0v-157,2,-203,28,-203,128v0,93,49,122,109,122v56,0,104,-15,171,-51","w":488},"b":{"d":"449,-303v0,175,-34,311,-196,309v-57,0,-124,-10,-168,-19v-12,-3,-15,-7,-15,-19r0,-692v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,197v40,-9,100,-15,139,-15v130,0,196,81,196,239xm253,-33v135,0,152,-119,152,-270v0,-132,-42,-200,-152,-200v-39,0,-101,5,-139,13r0,444v36,6,91,13,139,13","w":504},"c":{"d":"393,-28v1,16,-1,23,-19,25v-42,5,-89,9,-121,9v-167,-3,-198,-139,-198,-309v0,-133,55,-239,198,-239v32,0,79,9,121,9v27,0,25,40,3,39r-124,-9v-138,-3,-154,119,-154,267v0,121,40,203,154,203v34,1,76,-5,124,-9v9,0,16,4,16,14","w":437},"d":{"d":"434,-32v0,12,-3,16,-15,19v-44,9,-111,19,-168,19v-161,1,-196,-133,-196,-309v0,-158,66,-239,196,-239v39,0,99,6,139,15r0,-197v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,692xm390,-46r0,-444v-38,-8,-100,-13,-139,-13v-133,0,-152,113,-152,266v0,129,40,204,152,204v48,0,103,-7,139,-13","w":504},"e":{"d":"456,-304v1,22,2,47,-19,46r-338,0v-8,247,147,244,335,207v10,-2,15,8,15,21v0,11,-4,16,-19,19v-197,38,-366,30,-375,-226v-6,-174,47,-304,202,-305v138,0,199,96,199,238xm412,-298v1,-128,-40,-206,-155,-205v-113,0,-159,83,-158,205r313,0","w":511},"f":{"d":"342,-729v0,32,-45,20,-71,20v-47,0,-69,19,-69,79r0,93r119,0v15,0,19,9,19,25v0,10,-8,16,-19,16r-119,0r0,477v0,12,-10,19,-25,19v-11,0,-19,-9,-19,-19r0,-477r-99,0v-15,0,-19,-9,-19,-25v0,-10,8,-16,19,-16r99,0r0,-93v-6,-108,75,-128,165,-115v15,2,19,8,19,16","w":377},"g":{"d":"130,-110v-71,-14,-82,-102,-18,-133v-35,-29,-52,-69,-52,-127v0,-77,35,-167,206,-167r204,0v14,0,21,10,19,27v-3,27,-45,12,-71,16v21,15,55,58,55,132v0,95,-50,163,-207,163v-52,0,-85,-8,-122,-23v-36,13,-54,61,-5,74r180,47v110,30,160,53,160,144v0,90,-54,155,-212,155v-158,0,-212,-63,-212,-164v0,-70,42,-124,75,-144xm266,-237v136,0,164,-55,164,-133v0,-72,-34,-129,-164,-129v-142,0,-163,63,-162,137v0,50,25,125,162,125xm267,161v137,0,168,-43,168,-127v0,-56,-21,-70,-126,-97r-138,-36v-46,30,-73,69,-73,142v0,72,41,118,169,118","w":534},"h":{"d":"440,-19v0,14,-10,19,-27,19v-10,0,-16,-9,-16,-19r0,-331v0,-98,-41,-153,-148,-153v-43,0,-97,7,-135,18r0,466v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-705v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,200v39,-10,91,-18,135,-18v139,0,191,80,191,192r0,331","w":505},"i":{"d":"124,-729v0,34,18,96,-25,93v-33,-2,-19,-61,-19,-93v0,-12,10,-19,25,-19v10,0,19,9,19,19xm124,-19v-1,12,-10,19,-25,19v-10,0,-19,-9,-19,-19r0,-499v1,-12,10,-19,25,-19v10,0,19,9,19,19r0,499","w":204},"j":{"d":"124,-729v0,34,18,96,-25,93v-33,-2,-19,-61,-19,-93v0,-12,10,-19,25,-19v10,0,19,9,19,19xm21,195v-25,0,-65,5,-59,-26v0,-19,40,-12,59,-12v44,0,59,-11,59,-71r0,-604v0,-14,10,-19,27,-19v11,0,17,9,17,19r0,604v0,86,-36,109,-103,109","w":204},"k":{"d":"398,-25v12,12,8,31,-12,31v-12,0,-20,-2,-30,-12r-242,-259r0,246v-1,12,-10,19,-25,19v-10,0,-19,-9,-19,-19r0,-705v1,-12,10,-19,25,-19v10,0,19,9,19,19r0,421r246,-230v19,-22,61,3,37,24r-245,224","w":444},"l":{"d":"124,-19v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-705v0,-14,10,-19,27,-19v10,0,17,9,17,19r0,705","w":204},"m":{"d":"676,-19v0,14,-10,19,-27,19v-11,0,-17,-9,-17,-19r0,-358v6,-161,-153,-139,-252,-92v9,23,15,52,15,88r0,362v1,16,-12,19,-30,19v-10,0,-14,-9,-14,-19r0,-362v-1,-172,-139,-126,-237,-80r0,442v1,16,-11,19,-29,19v-10,0,-15,-9,-15,-19r0,-498v0,-14,10,-21,26,-20v18,1,19,19,18,38v70,-34,187,-75,247,-2v128,-64,315,-73,315,124r0,358","w":746},"n":{"d":"451,-19v0,12,-10,19,-26,19v-10,0,-18,-9,-18,-19r0,-332v0,-193,-173,-168,-293,-111r0,443v-1,12,-10,19,-25,19v-10,0,-19,-9,-19,-19r0,-498v0,-14,10,-21,26,-20v17,1,19,17,18,36v145,-71,337,-66,337,150r0,332","w":521},"o":{"d":"467,-303v0,183,-44,309,-206,309v-162,0,-206,-125,-206,-309v0,-151,69,-239,206,-239v137,0,206,88,206,239xm261,-33v142,0,162,-117,162,-270v0,-123,-45,-200,-162,-200v-142,0,-162,117,-162,270v0,123,45,200,162,200","w":522},"p":{"d":"449,-233v0,158,-66,239,-196,239v-39,0,-99,-6,-139,-15r0,185v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-680v0,-12,3,-16,15,-19v44,-9,111,-19,168,-19v161,-1,196,133,196,309xm253,-33v133,0,152,-113,152,-266v0,-129,-40,-204,-152,-204v-48,0,-103,7,-139,13r0,444v38,8,100,13,139,13","w":504},"q":{"d":"434,176v0,14,-10,19,-27,19v-10,0,-17,-9,-17,-19r0,-185v-40,9,-100,15,-139,15v-153,0,-196,-122,-196,-305v0,-144,58,-243,196,-243v57,0,124,10,168,19v12,3,15,7,15,19r0,680xm390,-46r0,-444v-36,-6,-91,-13,-139,-13v-135,0,-152,119,-152,270v0,132,42,200,152,200v39,0,101,-5,139,-13","w":504},"r":{"d":"280,-527v0,19,-7,24,-27,24v-38,0,-80,9,-139,46r0,438v-1,12,-10,19,-25,19v-10,0,-19,-9,-19,-19r0,-498v0,-14,10,-21,26,-20v19,1,19,21,18,41v51,-33,90,-46,139,-46v16,0,27,3,27,15","w":309},"s":{"d":"390,-133v0,163,-186,147,-318,125v-19,-4,-23,-8,-22,-27v1,-12,10,-15,22,-14v113,15,271,53,274,-84v0,-41,-23,-62,-106,-109v-74,-42,-185,-88,-185,-177v0,-93,74,-123,153,-123v72,0,109,9,143,9v28,0,28,42,3,41v-74,-3,-255,-51,-255,73v0,63,107,108,164,141v82,47,127,79,127,145","w":440},"t":{"d":"340,-19v0,32,-43,25,-69,25v-71,0,-113,-22,-113,-108r0,-394r-99,0v-15,0,-19,-10,-19,-26v0,-10,8,-15,19,-15r99,0r0,-103v0,-14,11,-19,28,-19v10,0,16,9,16,19r0,103r119,0v15,0,19,9,19,25v0,10,-8,16,-19,16r-119,0r0,394v-2,81,51,68,117,69v15,0,21,5,21,14","w":380},"u":{"d":"451,-20v0,14,-10,21,-26,20v-17,-1,-19,-17,-18,-36v-145,72,-337,65,-337,-150r0,-332v0,-12,10,-19,26,-19v10,0,18,9,18,19r0,332v0,193,173,167,293,111r0,-443v1,-12,10,-19,25,-19v10,0,19,9,19,19r0,498","w":521},"v":{"d":"415,-537v20,0,30,7,25,25r-131,455v-15,53,-39,63,-68,63v-28,0,-55,-10,-70,-63r-132,-463v2,-21,36,-27,44,1r128,451v9,30,19,36,30,36v11,0,19,-6,28,-36r128,-451v4,-14,11,-18,18,-18","w":480},"w":{"d":"383,-431v-4,-13,-10,-13,-14,0r-106,380v-10,37,-19,57,-51,57v-31,0,-43,-16,-52,-54r-111,-470v-2,-21,36,-27,41,-5r108,465v7,25,7,25,14,25v4,0,7,-3,13,-24r108,-386v13,-49,73,-49,86,0r108,386v7,22,7,24,15,24v3,0,7,-1,12,-25r108,-465v3,-9,9,-15,22,-14v13,1,22,12,18,24r-110,465v-9,38,-21,54,-52,54v-32,0,-41,-20,-51,-57","w":752},"x":{"d":"452,-25v8,12,1,25,-19,25v-8,0,-14,-1,-19,-8r-166,-232r-163,232v-11,19,-55,8,-37,-18r176,-249r-170,-238v-10,-12,-1,-24,20,-24v9,0,17,5,19,8r158,220r153,-218v6,-13,43,-16,43,2v0,5,-3,11,-7,17r-165,235","w":493},"y":{"d":"405,-524v8,-22,49,-17,41,12r-164,568v-32,130,-101,151,-224,133v-17,-2,-23,-8,-20,-25v5,-31,60,-3,86,-8v72,0,95,-22,119,-109r13,-47v-44,1,-59,-2,-75,-56r-136,-464v0,-13,11,-19,26,-17v7,0,14,7,16,14r135,460v10,31,20,20,46,22","w":486},"z":{"d":"406,-26v0,17,-5,26,-20,26r-290,0v-58,1,-70,-44,-44,-78r299,-399v7,-9,5,-19,-10,-19r-263,0v-15,0,-20,-8,-20,-25v0,-10,9,-16,20,-16r264,0v54,1,72,45,40,88r-290,389v-6,9,-11,19,4,19r290,0v11,0,20,5,20,15","w":446},",":{"d":"99,-106v18,0,36,0,29,19r-63,168v-6,18,-12,19,-31,19v-11,0,-11,-11,-8,-19r53,-168v4,-14,10,-19,20,-19","w":168},"&":{"d":"597,-13v3,6,3,13,-6,13v-19,0,-36,5,-48,-7r-63,-67v-48,50,-115,80,-204,80v-102,0,-226,-39,-226,-179v0,-82,38,-132,152,-205v-111,-133,-120,-160,-120,-217v0,-113,84,-153,191,-153v93,0,183,42,183,159v0,76,-41,130,-157,200r-33,20r213,229v38,-59,53,-134,51,-219v0,-17,11,-19,29,-19v15,0,17,14,16,30v0,90,-21,176,-66,240xm276,-423v111,-69,135,-101,134,-172v0,-87,-61,-113,-137,-113v-87,0,-145,24,-145,119v0,40,8,70,111,188xm452,-105r-223,-241v-103,67,-133,95,-132,179v3,173,281,160,355,62","w":637},"\u00a0":{"w":215}}});


/*
 * 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")}})})();



/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 0,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);






/*
 * 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.qtip. The jQuery tooltip plugin
 *
 * Copyright (c) 2009 Craig Thompson
 * http://craigsworks.com
 *
 * Licensed under MIT
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Launch  : February 2009
 * Version : 1.0.0-rc3
 * Released: Tuesday 12th May, 2009 - 00:00
 * Debug: jquery.qtip.debug.js
 */
(function(f){f.fn.qtip=function(B,u){var y,t,A,s,x,w,v,z;if(typeof B=="string"){if(typeof f(this).data("qtip")!=="object"){f.fn.qtip.log.error.call(self,1,f.fn.qtip.constants.NO_TOOLTIP_PRESENT,false)}if(B=="api"){return f(this).data("qtip").interfaces[f(this).data("qtip").current]}else{if(B=="interfaces"){return f(this).data("qtip").interfaces}}}else{if(!B){B={}}if(typeof B.content!=="object"||(B.content.jquery&&B.content.length>0)){B.content={text:B.content}}if(typeof B.content.title!=="object"){B.content.title={text:B.content.title}}if(typeof B.position!=="object"){B.position={corner:B.position}}if(typeof B.position.corner!=="object"){B.position.corner={target:B.position.corner,tooltip:B.position.corner}}if(typeof B.show!=="object"){B.show={when:B.show}}if(typeof B.show.when!=="object"){B.show.when={event:B.show.when}}if(typeof B.show.effect!=="object"){B.show.effect={type:B.show.effect}}if(typeof B.hide!=="object"){B.hide={when:B.hide}}if(typeof B.hide.when!=="object"){B.hide.when={event:B.hide.when}}if(typeof B.hide.effect!=="object"){B.hide.effect={type:B.hide.effect}}if(typeof B.style!=="object"){B.style={name:B.style}}B.style=c(B.style);s=f.extend(true,{},f.fn.qtip.defaults,B);s.style=a.call({options:s},s.style);s.user=f.extend(true,{},B)}return f(this).each(function(){if(typeof B=="string"){w=B.toLowerCase();A=f(this).qtip("interfaces");if(typeof A=="object"){if(u===true&&w=="destroy"){while(A.length>0){A[A.length-1].destroy()}}else{if(u!==true){A=[f(this).qtip("api")]}for(y=0;y<A.length;y++){if(w=="destroy"){A[y].destroy()}else{if(A[y].status.rendered===true){if(w=="show"){A[y].show()}else{if(w=="hide"){A[y].hide()}else{if(w=="focus"){A[y].focus()}else{if(w=="disable"){A[y].disable(true)}else{if(w=="enable"){A[y].disable(false)}}}}}}}}}}}else{v=f.extend(true,{},s);v.hide.effect.length=s.hide.effect.length;v.show.effect.length=s.show.effect.length;if(v.position.container===false){v.position.container=f(document.body)}if(v.position.target===false){v.position.target=f(this)}if(v.show.when.target===false){v.show.when.target=f(this)}if(v.hide.when.target===false){v.hide.when.target=f(this)}t=f.fn.qtip.interfaces.length;for(y=0;y<t;y++){if(typeof f.fn.qtip.interfaces[y]=="undefined"){t=y;break}}x=new d(f(this),v,t);f.fn.qtip.interfaces[t]=x;if(typeof f(this).data("qtip")=="object"){if(typeof f(this).attr("qtip")==="undefined"){f(this).data("qtip").current=f(this).data("qtip").interfaces.length}f(this).data("qtip").interfaces.push(x)}else{f(this).data("qtip",{current:0,interfaces:[x]})}if(v.content.prerender===false&&v.show.when.event!==false&&v.show.ready!==true){v.show.when.target.bind(v.show.when.event+".qtip-"+t+"-create",{qtip:t},function(C){z=f.fn.qtip.interfaces[C.data.qtip];z.options.show.when.target.unbind(z.options.show.when.event+".qtip-"+C.data.qtip+"-create");z.cache.mouse={x:C.pageX,y:C.pageY};p.call(z);z.options.show.when.target.trigger(z.options.show.when.event)})}else{x.cache.mouse={x:v.show.when.target.offset().left,y:v.show.when.target.offset().top};p.call(x)}}})};function d(u,t,v){var s=this;s.id=v;s.options=t;s.status={animated:false,rendered:false,disabled:false,focused:false};s.elements={target:u.addClass(s.options.style.classes.target),tooltip:null,wrapper:null,content:null,contentWrapper:null,title:null,button:null,tip:null,bgiframe:null};s.cache={mouse:{},position:{},toggle:0};s.timers={};f.extend(s,s.options.api,{show:function(y){var x,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"show")}if(s.elements.tooltip.css("display")!=="none"){return s}s.elements.tooltip.stop(true,false);x=s.beforeShow.call(s,y);if(x===false){return s}function w(){if(s.options.position.type!=="static"){s.focus()}s.onShow.call(s,y);if(f.browser.msie){s.elements.tooltip.get(0).style.removeAttribute("filter")}}s.cache.toggle=1;if(s.options.position.type!=="static"){s.updatePosition(y,(s.options.show.effect.length>0))}if(typeof s.options.show.solo=="object"){z=f(s.options.show.solo)}else{if(s.options.show.solo===true){z=f("div.qtip").not(s.elements.tooltip)}}if(z){z.each(function(){if(f(this).qtip("api").status.rendered===true){f(this).qtip("api").hide()}})}if(typeof s.options.show.effect.type=="function"){s.options.show.effect.type.call(s.elements.tooltip,s.options.show.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.show.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeIn(s.options.show.effect.length,w);break;case"slide":s.elements.tooltip.slideDown(s.options.show.effect.length,function(){w();if(s.options.position.type!=="static"){s.updatePosition(y,true)}});break;case"grow":s.elements.tooltip.show(s.options.show.effect.length,w);break;default:s.elements.tooltip.show(null,w);break}s.elements.tooltip.addClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_SHOWN,"show")},hide:function(y){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"hide")}else{if(s.elements.tooltip.css("display")==="none"){return s}}clearTimeout(s.timers.show);s.elements.tooltip.stop(true,false);x=s.beforeHide.call(s,y);if(x===false){return s}function w(){s.onHide.call(s,y)}s.cache.toggle=0;if(typeof s.options.hide.effect.type=="function"){s.options.hide.effect.type.call(s.elements.tooltip,s.options.hide.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.hide.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeOut(s.options.hide.effect.length,w);break;case"slide":s.elements.tooltip.slideUp(s.options.hide.effect.length,w);break;case"grow":s.elements.tooltip.hide(s.options.hide.effect.length,w);break;default:s.elements.tooltip.hide(null,w);break}s.elements.tooltip.removeClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_HIDDEN,"hide")},updatePosition:function(w,x){var C,G,L,J,H,E,y,I,B,D,K,A,F,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updatePosition")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_POSITION_STATIC,"updatePosition")}}G={position:{left:0,top:0},dimensions:{height:0,width:0},corner:s.options.position.corner.target};L={position:s.getPosition(),dimensions:s.getDimensions(),corner:s.options.position.corner.tooltip};if(s.options.position.target!=="mouse"){if(s.options.position.target.get(0).nodeName.toLowerCase()=="area"){J=s.options.position.target.attr("coords").split(",");for(C=0;C<J.length;C++){J[C]=parseInt(J[C])}H=s.options.position.target.parent("map").attr("name");E=f('img[usemap="#'+H+'"]:first').offset();G.position={left:Math.floor(E.left+J[0]),top:Math.floor(E.top+J[1])};switch(s.options.position.target.attr("shape").toLowerCase()){case"rect":G.dimensions={width:Math.ceil(Math.abs(J[2]-J[0])),height:Math.ceil(Math.abs(J[3]-J[1]))};break;case"circle":G.dimensions={width:J[2]+1,height:J[2]+1};break;case"poly":G.dimensions={width:J[0],height:J[1]};for(C=0;C<J.length;C++){if(C%2==0){if(J[C]>G.dimensions.width){G.dimensions.width=J[C]}if(J[C]<J[0]){G.position.left=Math.floor(E.left+J[C])}}else{if(J[C]>G.dimensions.height){G.dimensions.height=J[C]}if(J[C]<J[1]){G.position.top=Math.floor(E.top+J[C])}}}G.dimensions.width=G.dimensions.width-(G.position.left-E.left);G.dimensions.height=G.dimensions.height-(G.position.top-E.top);break;default:return f.fn.qtip.log.error.call(s,4,f.fn.qtip.constants.INVALID_AREA_SHAPE,"updatePosition");break}G.dimensions.width-=2;G.dimensions.height-=2}else{if(s.options.position.target.add(document.body).length===1){G.position={left:f(document).scrollLeft(),top:f(document).scrollTop()};G.dimensions={height:f(window).height(),width:f(window).width()}}else{if(typeof s.options.position.target.attr("qtip")!=="undefined"){G.position=s.options.position.target.qtip("api").cache.position}else{G.position=s.options.position.target.offset()}G.dimensions={height:s.options.position.target.outerHeight(),width:s.options.position.target.outerWidth()}}}y=f.extend({},G.position);if(G.corner.search(/right/i)!==-1){y.left+=G.dimensions.width}if(G.corner.search(/bottom/i)!==-1){y.top+=G.dimensions.height}if(G.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left+=(G.dimensions.width/2)}if(G.corner.search(/((left|right)Middle)|center/)!==-1){y.top+=(G.dimensions.height/2)}}else{G.position=y={left:s.cache.mouse.x,top:s.cache.mouse.y};G.dimensions={height:1,width:1}}if(L.corner.search(/right/i)!==-1){y.left-=L.dimensions.width}if(L.corner.search(/bottom/i)!==-1){y.top-=L.dimensions.height}if(L.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left-=(L.dimensions.width/2)}if(L.corner.search(/((left|right)Middle)|center/)!==-1){y.top-=(L.dimensions.height/2)}I=(f.browser.msie)?1:0;B=(f.browser.msie&&parseInt(f.browser.version.charAt(0))===6)?1:0;if(s.options.style.border.radius>0){if(L.corner.search(/Left/)!==-1){y.left-=s.options.style.border.radius}else{if(L.corner.search(/Right/)!==-1){y.left+=s.options.style.border.radius}}if(L.corner.search(/Top/)!==-1){y.top-=s.options.style.border.radius}else{if(L.corner.search(/Bottom/)!==-1){y.top+=s.options.style.border.radius}}}if(I){if(L.corner.search(/top/)!==-1){y.top-=I}else{if(L.corner.search(/bottom/)!==-1){y.top+=I}}if(L.corner.search(/left/)!==-1){y.left-=I}else{if(L.corner.search(/right/)!==-1){y.left+=I}}if(L.corner.search(/leftMiddle|rightMiddle/)!==-1){y.top-=1}}if(s.options.position.adjust.screen===true){y=o.call(s,y,G,L)}if(s.options.position.target==="mouse"&&s.options.position.adjust.mouse===true){if(s.options.position.adjust.screen===true&&s.elements.tip){K=s.elements.tip.attr("rel")}else{K=s.options.position.corner.tooltip}y.left+=(K.search(/right/i)!==-1)?-6:6;y.top+=(K.search(/bottom/i)!==-1)?-6:6}if(!s.elements.bgiframe&&f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){f("select, object").each(function(){A=f(this).offset();A.bottom=A.top+f(this).height();A.right=A.left+f(this).width();if(y.top+L.dimensions.height>=A.top&&y.left+L.dimensions.width>=A.left){k.call(s)}})}y.left+=s.options.position.adjust.x;y.top+=s.options.position.adjust.y;F=s.getPosition();if(y.left!=F.left||y.top!=F.top){z=s.beforePositionUpdate.call(s,w);if(z===false){return s}s.cache.position=y;if(x===true){s.status.animated=true;s.elements.tooltip.animate(y,200,"swing",function(){s.status.animated=false})}else{s.elements.tooltip.css(y)}s.onPositionUpdate.call(s,w);if(typeof w!=="undefined"&&w.type&&w.type!=="mousemove"){f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_POSITION_UPDATED,"updatePosition")}}return s},updateWidth:function(w){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateWidth")}else{if(w&&typeof w!=="number"){return f.fn.qtip.log.error.call(s,2,"newWidth must be of type number","updateWidth")}}x=s.elements.contentWrapper.siblings().add(s.elements.tip).add(s.elements.button);if(!w){if(typeof s.options.style.width.value=="number"){w=s.options.style.width.value}else{s.elements.tooltip.css({width:"auto"});x.hide();if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"normal"})}w=s.getDimensions().width+1;if(!s.options.style.width.value){if(w>s.options.style.width.max){w=s.options.style.width.max}if(w<s.options.style.width.min){w=s.options.style.width.min}}}}if(w%2!==0){w-=1}s.elements.tooltip.width(w);x.show();if(s.options.style.border.radius){s.elements.tooltip.find(".qtip-betweenCorners").each(function(y){f(this).width(w-(s.options.style.border.radius*2))})}if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"1"});s.elements.wrapper.width(w);if(s.elements.bgiframe){s.elements.bgiframe.width(w).height(s.getDimensions.height)}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_WIDTH_UPDATED,"updateWidth")},updateStyle:function(w){var z,A,x,y,B;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateStyle")}else{if(typeof w!=="string"||!f.fn.qtip.styles[w]){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.STYLE_NOT_DEFINED,"updateStyle")}}s.options.style=a.call(s,f.fn.qtip.styles[w],s.options.user.style);s.elements.content.css(q(s.options.style));if(s.options.content.title.text!==false){s.elements.title.css(q(s.options.style.title,true))}s.elements.contentWrapper.css({borderColor:s.options.style.border.color});if(s.options.style.tip.corner!==false){if(f("<canvas>").get(0).getContext){z=s.elements.tooltip.find(".qtip-tip canvas:first");x=z.get(0).getContext("2d");x.clearRect(0,0,300,300);y=z.parent("div[rel]:first").attr("rel");B=b(y,s.options.style.tip.size.width,s.options.style.tip.size.height);h.call(s,z,B,s.options.style.tip.color||s.options.style.border.color)}else{if(f.browser.msie){z=s.elements.tooltip.find('.qtip-tip [nodeName="shape"]');z.attr("fillcolor",s.options.style.tip.color||s.options.style.border.color)}}}if(s.options.style.border.radius>0){s.elements.tooltip.find(".qtip-betweenCorners").css({backgroundColor:s.options.style.border.color});if(f("<canvas>").get(0).getContext){A=g(s.options.style.border.radius);s.elements.tooltip.find(".qtip-wrapper canvas").each(function(){x=f(this).get(0).getContext("2d");x.clearRect(0,0,300,300);y=f(this).parent("div[rel]:first").attr("rel");r.call(s,f(this),A[y],s.options.style.border.radius,s.options.style.border.color)})}else{if(f.browser.msie){s.elements.tooltip.find('.qtip-wrapper [nodeName="arc"]').each(function(){f(this).attr("fillcolor",s.options.style.border.color)})}}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_STYLE_UPDATED,"updateStyle")},updateContent:function(A,y){var z,x,w;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateContent")}else{if(!A){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateContent")}}z=s.beforeContentUpdate.call(s,A);if(typeof z=="string"){A=z}else{if(z===false){return}}if(f.browser.msie){s.elements.contentWrapper.children().css({zoom:"normal"})}if(A.jquery&&A.length>0){A.clone(true).appendTo(s.elements.content).show()}else{s.elements.content.html(A)}x=s.elements.content.find("img[complete=false]");if(x.length>0){w=0;x.each(function(C){f('<img src="'+f(this).attr("src")+'" />').load(function(){if(++w==x.length){B()}})})}else{B()}function B(){s.updateWidth();if(y!==false){if(s.options.position.type!=="static"){s.updatePosition(s.elements.tooltip.is(":visible"),true)}if(s.options.style.tip.corner!==false){n.call(s)}}}s.onContentUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_UPDATED,"loadContent")},loadContent:function(w,z,A){var y;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"loadContent")}y=s.beforeContentLoad.call(s);if(y===false){return s}if(A=="post"){f.post(w,z,x)}else{f.get(w,z,x)}function x(B){s.onContentLoad.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_LOADED,"loadContent");s.updateContent(B)}return s},updateTitle:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateTitle")}else{if(!w){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateTitle")}}returned=s.beforeTitleUpdate.call(s);if(returned===false){return s}if(s.elements.button){s.elements.button=s.elements.button.clone(true)}s.elements.title.html(w);if(s.elements.button){s.elements.title.prepend(s.elements.button)}s.onTitleUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_TITLE_UPDATED,"updateTitle")},focus:function(A){var y,x,w,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"focus")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_FOCUS_STATIC,"focus")}}y=parseInt(s.elements.tooltip.css("z-index"));x=6000+f("div.qtip[qtip]").length-1;if(!s.status.focused&&y!==x){z=s.beforeFocus.call(s,A);if(z===false){return s}f("div.qtip[qtip]").not(s.elements.tooltip).each(function(){if(f(this).qtip("api").status.rendered===true){w=parseInt(f(this).css("z-index"));if(typeof w=="number"&&w>-1){f(this).css({zIndex:parseInt(f(this).css("z-index"))-1})}f(this).qtip("api").status.focused=false}});s.elements.tooltip.css({zIndex:x});s.status.focused=true;s.onFocus.call(s,A);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_FOCUSED,"focus")}return s},disable:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"disable")}if(w){if(!s.status.disabled){s.status.disabled=true;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DISABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_DISABLED,"disable")}}else{if(s.status.disabled){s.status.disabled=false;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_ENABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_ENABLED,"disable")}}return s},destroy:function(){var w,x,y;x=s.beforeDestroy.call(s);if(x===false){return s}if(s.status.rendered){s.options.show.when.target.unbind("mousemove.qtip",s.updatePosition);s.options.show.when.target.unbind("mouseout.qtip",s.hide);s.options.show.when.target.unbind(s.options.show.when.event+".qtip");s.options.hide.when.target.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind("mouseover.qtip",s.focus);s.elements.tooltip.remove()}else{s.options.show.when.target.unbind(s.options.show.when.event+".qtip-create")}if(typeof s.elements.target.data("qtip")=="object"){y=s.elements.target.data("qtip").interfaces;if(typeof y=="object"&&y.length>0){for(w=0;w<y.length-1;w++){if(y[w].id==s.id){y.splice(w,1)}}}}delete f.fn.qtip.interfaces[s.id];if(typeof y=="object"&&y.length>0){s.elements.target.data("qtip").current=y.length-1}else{s.elements.target.removeData("qtip")}s.onDestroy.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DESTROYED,"destroy");return s.elements.target},getPosition:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getPosition")}w=(s.elements.tooltip.css("display")!=="none")?false:true;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x=s.elements.tooltip.offset();if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x},getDimensions:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getDimensions")}w=(!s.elements.tooltip.is(":visible"))?true:false;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x={height:s.elements.tooltip.outerHeight(),width:s.elements.tooltip.outerWidth()};if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x}})}function p(){var s,w,u,t,v,y,x;s=this;s.beforeRender.call(s);s.status.rendered=true;s.elements.tooltip='<div qtip="'+s.id+'" class="qtip '+(s.options.style.classes.tooltip||s.options.style)+'"style="display:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;position:'+s.options.position.type+';">  <div class="qtip-wrapper" style="position:relative; overflow:hidden; text-align:left;">    <div class="qtip-contentWrapper" style="overflow:hidden;">       <div class="qtip-content '+s.options.style.classes.content+'"></div></div></div></div>';s.elements.tooltip=f(s.elements.tooltip);s.elements.tooltip.appendTo(s.options.position.container);s.elements.tooltip.data("qtip",{current:0,interfaces:[s]});s.elements.wrapper=s.elements.tooltip.children("div:first");s.elements.contentWrapper=s.elements.wrapper.children("div:first").css({background:s.options.style.background});s.elements.content=s.elements.contentWrapper.children("div:first").css(q(s.options.style));if(f.browser.msie){s.elements.wrapper.add(s.elements.content).css({zoom:1})}if(s.options.hide.when.event=="unfocus"){s.elements.tooltip.attr("unfocus",true)}if(typeof s.options.style.width.value=="number"){s.updateWidth()}if(f("<canvas>").get(0).getContext||f.browser.msie){if(s.options.style.border.radius>0){m.call(s)}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color})}if(s.options.style.tip.corner!==false){e.call(s)}}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color});s.options.style.border.radius=0;s.options.style.tip.corner=false;f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.CANVAS_VML_NOT_SUPPORTED,"render")}if((typeof s.options.content.text=="string"&&s.options.content.text.length>0)||(s.options.content.text.jquery&&s.options.content.text.length>0)){u=s.options.content.text}else{if(typeof s.elements.target.attr("title")=="string"&&s.elements.target.attr("title").length>0){u=s.elements.target.attr("title").replace("\\n","<br />");s.elements.target.attr("title","")}else{if(typeof s.elements.target.attr("alt")=="string"&&s.elements.target.attr("alt").length>0){u=s.elements.target.attr("alt").replace("\\n","<br />");s.elements.target.attr("alt","")}else{u=" ";f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.NO_VALID_CONTENT,"render")}}}if(s.options.content.title.text!==false){j.call(s)}s.updateContent(u);l.call(s);if(s.options.show.ready===true){s.show()}if(s.options.content.url!==false){t=s.options.content.url;v=s.options.content.data;y=s.options.content.method||"get";s.loadContent(t,v,y)}s.onRender.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_RENDERED,"render")}function m(){var F,z,t,B,x,E,u,G,D,y,w,C,A,s,v;F=this;F.elements.wrapper.find(".qtip-borderBottom, .qtip-borderTop").remove();t=F.options.style.border.width;B=F.options.style.border.radius;x=F.options.style.border.color||F.options.style.tip.color;E=g(B);u={};for(z in E){u[z]='<div rel="'+z+'" style="'+((z.search(/Left/)!==-1)?"left":"right")+":0; position:absolute; height:"+B+"px; width:"+B+'px; overflow:hidden; line-height:0.1px; font-size:1px">';if(f("<canvas>").get(0).getContext){u[z]+='<canvas height="'+B+'" width="'+B+'" style="vertical-align: top"></canvas>'}else{if(f.browser.msie){G=B*2+3;u[z]+='<v:arc stroked="false" fillcolor="'+x+'" startangle="'+E[z][0]+'" endangle="'+E[z][1]+'" style="width:'+G+"px; height:"+G+"px; margin-top:"+((z.search(/bottom/)!==-1)?-2:-1)+"px; margin-left:"+((z.search(/Right/)!==-1)?E[z][2]-3.5:-1)+'px; vertical-align:top; display:inline-block; behavior:url(#default#VML)"></v:arc>'}}u[z]+="</div>"}D=F.getDimensions().width-(Math.max(t,B)*2);y='<div class="qtip-betweenCorners" style="height:'+B+"px; width:"+D+"px; overflow:hidden; background-color:"+x+'; line-height:0.1px; font-size:1px;">';w='<div class="qtip-borderTop" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.topLeft+u.topRight+y;F.elements.wrapper.prepend(w);C='<div class="qtip-borderBottom" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.bottomLeft+u.bottomRight+y;F.elements.wrapper.append(C);if(f("<canvas>").get(0).getContext){F.elements.wrapper.find("canvas").each(function(){A=E[f(this).parent("[rel]:first").attr("rel")];r.call(F,f(this),A,B,x)})}else{if(f.browser.msie){F.elements.tooltip.append('<v:image style="behavior:url(#default#VML);"></v:image>')}}s=Math.max(B,(B+(t-B)));v=Math.max(t-B,0);F.elements.contentWrapper.css({border:"0px solid "+x,borderWidth:v+"px "+s+"px"})}function r(u,w,s,t){var v=u.get(0).getContext("2d");v.fillStyle=t;v.beginPath();v.arc(w[0],w[1],s,0,Math.PI*2,false);v.fill()}function e(v){var t,s,x,u,w;t=this;if(t.elements.tip!==null){t.elements.tip.remove()}s=t.options.style.tip.color||t.options.style.border.color;if(t.options.style.tip.corner===false){return}else{if(!v){v=t.options.style.tip.corner}}x=b(v,t.options.style.tip.size.width,t.options.style.tip.size.height);t.elements.tip='<div class="'+t.options.style.classes.tip+'" dir="ltr" rel="'+v+'" style="position:absolute; height:'+t.options.style.tip.size.height+"px; width:"+t.options.style.tip.size.width+'px; margin:0 auto; line-height:0.1px; font-size:1px;">';if(f("<canvas>").get(0).getContext){t.elements.tip+='<canvas height="'+t.options.style.tip.size.height+'" width="'+t.options.style.tip.size.width+'"></canvas>'}else{if(f.browser.msie){u=t.options.style.tip.size.width+","+t.options.style.tip.size.height;w="m"+x[0][0]+","+x[0][1];w+=" l"+x[1][0]+","+x[1][1];w+=" "+x[2][0]+","+x[2][1];w+=" xe";t.elements.tip+='<v:shape fillcolor="'+s+'" stroked="false" filled="true" path="'+w+'" coordsize="'+u+'" style="width:'+t.options.style.tip.size.width+"px; height:"+t.options.style.tip.size.height+"px; line-height:0.1px; display:inline-block; behavior:url(#default#VML); vertical-align:"+((v.search(/top/)!==-1)?"bottom":"top")+'"></v:shape>';t.elements.tip+='<v:image style="behavior:url(#default#VML);"></v:image>';t.elements.contentWrapper.css("position","relative")}}t.elements.tooltip.prepend(t.elements.tip+"</div>");t.elements.tip=t.elements.tooltip.find("."+t.options.style.classes.tip).eq(0);if(f("<canvas>").get(0).getContext){h.call(t,t.elements.tip.find("canvas:first"),x,s)}if(v.search(/top/)!==-1&&f.browser.msie&&parseInt(f.browser.version.charAt(0))===6){t.elements.tip.css({marginTop:-4})}n.call(t,v)}function h(t,v,s){var u=t.get(0).getContext("2d");u.fillStyle=s;u.beginPath();u.moveTo(v[0][0],v[0][1]);u.lineTo(v[1][0],v[1][1]);u.lineTo(v[2][0],v[2][1]);u.fill()}function n(u){var t,w,s,x,v;t=this;if(t.options.style.tip.corner===false||!t.elements.tip){return}if(!u){u=t.elements.tip.attr("rel")}w=positionAdjust=(f.browser.msie)?1:0;t.elements.tip.css(u.match(/left|right|top|bottom/)[0],0);if(u.search(/top|bottom/)!==-1){if(f.browser.msie){if(parseInt(f.browser.version.charAt(0))===6){positionAdjust=(u.search(/top/)!==-1)?-3:1}else{positionAdjust=(u.search(/top/)!==-1)?1:2}}if(u.search(/Middle/)!==-1){t.elements.tip.css({left:"50%",marginLeft:-(t.options.style.tip.size.width/2)})}else{if(u.search(/Left/)!==-1){t.elements.tip.css({left:t.options.style.border.radius-w})}else{if(u.search(/Right/)!==-1){t.elements.tip.css({right:t.options.style.border.radius+w})}}}if(u.search(/top/)!==-1){t.elements.tip.css({top:-positionAdjust})}else{t.elements.tip.css({bottom:positionAdjust})}}else{if(u.search(/left|right/)!==-1){if(f.browser.msie){positionAdjust=(parseInt(f.browser.version.charAt(0))===6)?1:((u.search(/left/)!==-1)?1:2)}if(u.search(/Middle/)!==-1){t.elements.tip.css({top:"50%",marginTop:-(t.options.style.tip.size.height/2)})}else{if(u.search(/Top/)!==-1){t.elements.tip.css({top:t.options.style.border.radius-w})}else{if(u.search(/Bottom/)!==-1){t.elements.tip.css({bottom:t.options.style.border.radius+w})}}}if(u.search(/left/)!==-1){t.elements.tip.css({left:-positionAdjust})}else{t.elements.tip.css({right:positionAdjust})}}}s="padding-"+u.match(/left|right|top|bottom/)[0];x=t.options.style.tip.size[(s.search(/left|right/)!==-1)?"width":"height"];t.elements.tooltip.css("padding",0);t.elements.tooltip.css(s,x);if(f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){v=parseInt(t.elements.tip.css("margin-top"))||0;v+=parseInt(t.elements.content.css("margin-top"))||0;t.elements.tip.css({marginTop:v})}}function j(){var s=this;if(s.elements.title!==null){s.elements.title.remove()}s.elements.title=f('<div class="'+s.options.style.classes.title+'">').css(q(s.options.style.title,true)).css({zoom:(f.browser.msie)?1:0}).prependTo(s.elements.contentWrapper);if(s.options.content.title.text){s.updateTitle.call(s,s.options.content.title.text)}if(s.options.content.title.button!==false&&typeof s.options.content.title.button=="string"){s.elements.button=f('<a class="'+s.options.style.classes.button+'" style="float:right; position: relative"></a>').css(q(s.options.style.button,true)).html(s.options.content.title.button).prependTo(s.elements.title).click(function(t){if(!s.status.disabled){s.hide(t)}})}}function l(){var t,v,u,s;t=this;v=t.options.show.when.target;u=t.options.hide.when.target;if(t.options.hide.fixed){u=u.add(t.elements.tooltip)}if(t.options.hide.when.event=="inactive"){s=["click","dblclick","mousedown","mouseup","mousemove","mouseout","mouseenter","mouseleave","mouseover"];function y(z){if(t.status.disabled===true){return}clearTimeout(t.timers.inactive);t.timers.inactive=setTimeout(function(){f(s).each(function(){u.unbind(this+".qtip-inactive");t.elements.content.unbind(this+".qtip-inactive")});t.hide(z)},t.options.hide.delay)}}else{if(t.options.hide.fixed===true){t.elements.tooltip.bind("mouseover.qtip",function(){if(t.status.disabled===true){return}clearTimeout(t.timers.hide)})}}function x(z){if(t.status.disabled===true){return}if(t.options.hide.when.event=="inactive"){f(s).each(function(){u.bind(this+".qtip-inactive",y);t.elements.content.bind(this+".qtip-inactive",y)});y()}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.timers.show=setTimeout(function(){t.show(z)},t.options.show.delay)}function w(z){if(t.status.disabled===true){return}if(t.options.hide.fixed===true&&t.options.hide.when.event.search(/mouse(out|leave)/i)!==-1&&f(z.relatedTarget).parents("div.qtip[qtip]").length>0){z.stopPropagation();z.preventDefault();clearTimeout(t.timers.hide);return false}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.elements.tooltip.stop(true,true);t.timers.hide=setTimeout(function(){t.hide(z)},t.options.hide.delay)}if((t.options.show.when.target.add(t.options.hide.when.target).length===1&&t.options.show.when.event==t.options.hide.when.event&&t.options.hide.when.event!=="inactive")||t.options.hide.when.event=="unfocus"){t.cache.toggle=0;v.bind(t.options.show.when.event+".qtip",function(z){if(t.cache.toggle==0){x(z)}else{w(z)}})}else{v.bind(t.options.show.when.event+".qtip",x);if(t.options.hide.when.event!=="inactive"){u.bind(t.options.hide.when.event+".qtip",w)}}if(t.options.position.type.search(/(fixed|absolute)/)!==-1){t.elements.tooltip.bind("mouseover.qtip",t.focus)}if(t.options.position.target==="mouse"&&t.options.position.type!=="static"){v.bind("mousemove.qtip",function(z){t.cache.mouse={x:z.pageX,y:z.pageY};if(t.status.disabled===false&&t.options.position.adjust.mouse===true&&t.options.position.type!=="static"&&t.elements.tooltip.css("display")!=="none"){t.updatePosition(z)}})}}function o(u,v,A){var z,s,x,y,t,w;z=this;if(A.corner=="center"){return v.position}s=f.extend({},u);y={x:false,y:false};t={left:(s.left<f.fn.qtip.cache.screen.scroll.left),right:(s.left+A.dimensions.width+2>=f.fn.qtip.cache.screen.width+f.fn.qtip.cache.screen.scroll.left),top:(s.top<f.fn.qtip.cache.screen.scroll.top),bottom:(s.top+A.dimensions.height+2>=f.fn.qtip.cache.screen.height+f.fn.qtip.cache.screen.scroll.top)};x={left:(t.left&&(A.corner.search(/right/i)!=-1||(A.corner.search(/right/i)==-1&&!t.right))),right:(t.right&&(A.corner.search(/left/i)!=-1||(A.corner.search(/left/i)==-1&&!t.left))),top:(t.top&&A.corner.search(/top/i)==-1),bottom:(t.bottom&&A.corner.search(/bottom/i)==-1)};if(x.left){if(z.options.position.target!=="mouse"){s.left=v.position.left+v.dimensions.width}else{s.left=z.cache.mouse.x}y.x="Left"}else{if(x.right){if(z.options.position.target!=="mouse"){s.left=v.position.left-A.dimensions.width}else{s.left=z.cache.mouse.x-A.dimensions.width}y.x="Right"}}if(x.top){if(z.options.position.target!=="mouse"){s.top=v.position.top+v.dimensions.height}else{s.top=z.cache.mouse.y}y.y="top"}else{if(x.bottom){if(z.options.position.target!=="mouse"){s.top=v.position.top-A.dimensions.height}else{s.top=z.cache.mouse.y-A.dimensions.height}y.y="bottom"}}if(s.left<0){s.left=u.left;y.x=false}if(s.top<0){s.top=u.top;y.y=false}if(z.options.style.tip.corner!==false){s.corner=new String(A.corner);if(y.x!==false){s.corner=s.corner.replace(/Left|Right|Middle/,y.x)}if(y.y!==false){s.corner=s.corner.replace(/top|bottom/,y.y)}if(s.corner!==z.elements.tip.attr("rel")){e.call(z,s.corner)}}return s}function q(u,t){var v,s;v=f.extend(true,{},u);for(s in v){if(t===true&&s.search(/(tip|classes)/i)!==-1){delete v[s]}else{if(!t&&s.search(/(width|border|tip|title|classes|user)/i)!==-1){delete v[s]}}}return v}function c(s){if(typeof s.tip!=="object"){s.tip={corner:s.tip}}if(typeof s.tip.size!=="object"){s.tip.size={width:s.tip.size,height:s.tip.size}}if(typeof s.border!=="object"){s.border={width:s.border}}if(typeof s.width!=="object"){s.width={value:s.width}}if(typeof s.width.max=="string"){s.width.max=parseInt(s.width.max.replace(/([0-9]+)/i,"$1"))}if(typeof s.width.min=="string"){s.width.min=parseInt(s.width.min.replace(/([0-9]+)/i,"$1"))}if(typeof s.tip.size.x=="number"){s.tip.size.width=s.tip.size.x;delete s.tip.size.x}if(typeof s.tip.size.y=="number"){s.tip.size.height=s.tip.size.y;delete s.tip.size.y}return s}function a(){var s,t,u,x,v,w;s=this;u=[true,{}];for(t=0;t<arguments.length;t++){u.push(arguments[t])}x=[f.extend.apply(f,u)];while(typeof x[0].name=="string"){x.unshift(c(f.fn.qtip.styles[x[0].name]))}x.unshift(true,{classes:{tooltip:"qtip-"+(arguments[0].name||"defaults")}},f.fn.qtip.styles.defaults);v=f.extend.apply(f,x);w=(f.browser.msie)?1:0;v.tip.size.width+=w;v.tip.size.height+=w;if(v.tip.size.width%2>0){v.tip.size.width+=1}if(v.tip.size.height%2>0){v.tip.size.height+=1}if(v.tip.corner===true){v.tip.corner=(s.options.position.corner.tooltip==="center")?false:s.options.position.corner.tooltip}return v}function b(v,u,t){var s={bottomRight:[[0,0],[u,t],[u,0]],bottomLeft:[[0,0],[u,0],[0,t]],topRight:[[0,t],[u,0],[u,t]],topLeft:[[0,0],[0,t],[u,t]],topMiddle:[[0,t],[u/2,0],[u,t]],bottomMiddle:[[0,0],[u,0],[u/2,t]],rightMiddle:[[0,0],[u,t/2],[0,t]],leftMiddle:[[u,0],[u,t],[0,t/2]]};s.leftTop=s.bottomRight;s.rightTop=s.bottomLeft;s.leftBottom=s.topRight;s.rightBottom=s.topLeft;return s[v]}function g(s){var t;if(f("<canvas>").get(0).getContext){t={topLeft:[s,s],topRight:[0,s],bottomLeft:[s,0],bottomRight:[0,0]}}else{if(f.browser.msie){t={topLeft:[-90,90,0],topRight:[-90,90,-s],bottomLeft:[90,270,0],bottomRight:[90,270,-s]}}}return t}function k(){var s,t,u;s=this;u=s.getDimensions();t='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:false" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=\'0\'); border: 1px solid red; height:'+u.height+"px; width:"+u.width+'px" />';s.elements.bgiframe=s.elements.wrapper.prepend(t).children(".qtip-bgiframe:first")}f(document).ready(function(){f.fn.qtip.cache={screen:{scroll:{left:f(window).scrollLeft(),top:f(window).scrollTop()},width:f(window).width(),height:f(window).height()}};var s;f(window).bind("resize scroll",function(t){clearTimeout(s);s=setTimeout(function(){if(t.type==="scroll"){f.fn.qtip.cache.screen.scroll={left:f(window).scrollLeft(),top:f(window).scrollTop()}}else{f.fn.qtip.cache.screen.width=f(window).width();f.fn.qtip.cache.screen.height=f(window).height()}for(i=0;i<f.fn.qtip.interfaces.length;i++){var u=f.fn.qtip.interfaces[i];if(u.status.rendered===true&&(u.options.position.type!=="static"||u.options.position.adjust.scroll&&t.type==="scroll"||u.options.position.adjust.resize&&t.type==="resize")){u.updatePosition(t,true)}}},100)});f(document).bind("mousedown.qtip",function(t){if(f(t.target).parents("div.qtip").length===0){f(".qtip[unfocus]").each(function(){var u=f(this).qtip("api");if(f(this).is(":visible")&&!u.status.disabled&&f(t.target).add(u.elements.target).length>1){u.hide(t)}})}})});f.fn.qtip.interfaces=[];f.fn.qtip.log={error:function(){return this}};f.fn.qtip.constants={};f.fn.qtip.defaults={content:{prerender:false,text:false,url:false,data:null,title:{text:false,button:false}},position:{target:false,corner:{target:"bottomRight",tooltip:"topLeft"},adjust:{x:0,y:0,mouse:true,screen:false,scroll:true,resize:true},type:"absolute",container:false},show:{when:{target:false,event:"mouseover"},effect:{type:"fade",length:100},delay:140,solo:false,ready:false},hide:{when:{target:false,event:"mouseout"},effect:{type:"fade",length:100},delay:0,fixed:false},api:{beforeRender:function(){},onRender:function(){},beforePositionUpdate:function(){},onPositionUpdate:function(){},beforeShow:function(){},onShow:function(){},beforeHide:function(){},onHide:function(){},beforeContentUpdate:function(){},onContentUpdate:function(){},beforeContentLoad:function(){},onContentLoad:function(){},beforeTitleUpdate:function(){},onTitleUpdate:function(){},beforeDestroy:function(){},onDestroy:function(){},beforeFocus:function(){},onFocus:function(){}}};f.fn.qtip.styles={defaults:{background:"white",color:"#111",overflow:"hidden",textAlign:"left",width:{min:0,max:250},padding:"5px 9px",border:{width:1,radius:0,color:"#d3d3d3"},tip:{corner:false,color:false,size:{width:13,height:13},opacity:1},title:{background:"#e1e1e1",fontWeight:"bold",padding:"7px 12px"},button:{cursor:"pointer"},classes:{target:"",tip:"qtip-tip",title:"qtip-title",button:"qtip-button",content:"qtip-content",active:"qtip-active"}},cream:{border:{width:3,radius:0,color:"#F9E98E"},title:{background:"#F0DE7D",color:"#A27D35"},background:"#FBF7AA",color:"#A27D35",classes:{tooltip:"qtip-cream"}},light:{border:{width:3,radius:0,color:"#E2E2E2"},title:{background:"#f1f1f1",color:"#454545"},background:"white",color:"#454545",classes:{tooltip:"qtip-light"}},dark:{border:{width:3,radius:0,color:"#303030"},title:{background:"#404040",color:"#f3f3f3"},background:"#505050",color:"#f3f3f3",classes:{tooltip:"qtip-dark"}},red:{border:{width:3,radius:0,color:"#CE6F6F"},title:{background:"#f28279",color:"#9C2F2F"},background:"#F79992",color:"#9C2F2F",classes:{tooltip:"qtip-red"}},green:{border:{width:3,radius:0,color:"#A9DB66"},title:{background:"#b9db8c",color:"#58792E"},background:"#CDE6AC",color:"#58792E",classes:{tooltip:"qtip-green"}},blue:{border:{width:3,radius:0,color:"#ADD9ED"},title:{background:"#D0E9F5",color:"#5E99BD"},background:"#E5F6FE",color:"#4D9FBF",classes:{tooltip:"qtip-blue"}}}})(jQuery);







jQuery(function(){
		jQuery('ul.dropdown-categories').superfish();
});
jQuery(function(){
	jQuery('ul.dropdown-pages').superfish();
});

Cufon.replace('.logo a, h2, h3, h4, h5, h6, .blockpost .calendar, .widget_calendar caption, .comment-author');

$(document).ready(function() {
	$('.commentlist .depth-1 div.commentbox').not('.commentlist .depth-1 .comment div.commentbox').each(function(i){
      $(this).append('<span class="comment-number">'+(i+1)+'.</span>');
    })
	
	$('li.trackback').each(function(x){
      $(this).prepend('<span class="trackback-number">'+(x+1)+'.</span>');
    })

    $('.showcase').after('<div class="controls">').cycle({
		fx: 'fade',
		slideExpr: 'div',
		sync: 1,
		speedIn: 1200,
		speedOut: 150,
		pager: '.controls',
		pause: 1,
		pauseOnPagerHover: 1,
		prev: '#prev',
        next: '#next',
		pagerAnchorBuilder: function(idx, showcase) { return '<a href="#"> </a>'; } 
	});
});

function showCollapsed() {
	document.getElementById('collapsed').className = 'pricetable';
	document.getElementById('expanded').className = 'pricetablehide';
}
function showExpanded() {
	document.getElementById('collapsed').className = 'pricetablehide';
	document.getElementById('expanded').className = 'pricetable';
} 

