/* Cufon
 Copyright (c) 2009 Simo Kinnunen.
 Licensed under the MIT license.

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

/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
 Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.

 Version: 3.0.2
*/
(function($){var types=['DOMMouseScroll','mousewheel'];$.event.special.mousewheel={setup:function(){if(this.addEventListener)
for(var i=types.length;i;)
this.addEventListener(types[--i],handler,false);else
this.onmousewheel=handler;},teardown:function(){if(this.removeEventListener)
for(var i=types.length;i;)
this.removeEventListener(types[--i],handler,false);else
this.onmousewheel=null;}};$.fn.extend({mousewheel:function(fn){return fn?this.bind("mousewheel",fn):this.trigger("mousewheel");},unmousewheel:function(fn){return this.unbind("mousewheel",fn);}});function handler(event){var args=[].slice.call(arguments,1),delta=0,returnValue=true;event=$.event.fix(event||window.event);event.type="mousewheel";if(event.wheelDelta)delta=event.wheelDelta/120;if(event.detail)delta=-event.detail/3;args.unshift(event,delta);return $.event.handle.apply(this,args);}})(jQuery);

/* jScrollPane
	Free and Open Source. 
	http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
	- removed forced width on Arrows.
	- changed href="javascript:;" to # on Arrow links.
*/
(function(A){A.jScrollPane={active:[]};A.fn.jScrollPane=function(C){C=A.extend({},A.fn.jScrollPane.defaults,C);var B=function(){return false};return this.each(function(){var O=A(this);O.css("overflow","hidden");var X=this;if(A(this).parent().is(".jScrollPaneContainer")){var Ac=C.maintainPosition?O.position().top:0;var L=A(this).parent();var d=L.innerWidth();var Ad=L.outerHeight();var M=Ad;A(">.jScrollPaneTrack, >.jScrollArrowUp, >.jScrollArrowDown",L).remove();O.css({top:0})}else{var Ac=0;this.originalPadding=O.css("paddingTop")+" "+O.css("paddingRight")+" "+O.css("paddingBottom")+" "+O.css("paddingLeft");this.originalSidePaddingTotal=(parseInt(O.css("paddingLeft"))||0)+(parseInt(O.css("paddingRight"))||0);var d=O.innerWidth();var Ad=O.innerHeight();var M=Ad;O.wrap(A("<div></div>").attr({className:"jScrollPaneContainer"}).css({height:Ad+"px",width:d+"px"}));A(document).bind("emchange",function(Ae,Af,p){O.jScrollPane(C)})}if(C.reinitialiseOnImageLoad){var N=A.data(X,"jScrollPaneImagesToLoad")||A("img",O);var G=[];if(N.length){N.each(function(p,Ae){A(this).bind("load",function(){if(A.inArray(p,G)==-1){G.push(Ae);N=A.grep(N,function(Ag,Af){return Ag!=Ae});A.data(X,"jScrollPaneImagesToLoad",N);C.reinitialiseOnImageLoad=false;O.jScrollPane(C)}}).each(function(Af,Ag){if(this.complete||this.complete===undefined){this.src=this.src}})})}}var o=this.originalSidePaddingTotal;var l={height:"auto",width:d-C.scrollbarWidth-C.scrollbarMargin-o+"px"};if(C.scrollbarOnLeft){l.paddingLeft=C.scrollbarMargin+C.scrollbarWidth+"px"}else{l.paddingRight=C.scrollbarMargin+"px"}O.css(l);var m=O.outerHeight();var i=Ad/m;if(i<0.99){var H=O.parent();H.append(A("<div></div>").attr({className:"jScrollPaneTrack"}).css({width:C.scrollbarWidth+"px"}).append(A("<div></div>").attr({className:"jScrollPaneDrag"}).css({width:C.scrollbarWidth+"px"}).append(A("<div></div>").attr({className:"jScrollPaneDragTop"}).css({width:C.scrollbarWidth+"px"}),A("<div></div>").attr({className:"jScrollPaneDragBottom"}).css({width:C.scrollbarWidth+"px"}))));var z=A(">.jScrollPaneTrack",H);var P=A(">.jScrollPaneTrack .jScrollPaneDrag",H);if(C.showArrows){var g;var Ab;var S;var r;var j=function(){if(r>4||r%4==0){y(u+Ab*b)}r++};var K=function(p){A("html").unbind("mouseup",K);g.removeClass("jScrollActiveArrowButton");clearInterval(S)};var Z=function(){A("html").bind("mouseup",K);g.addClass("jScrollActiveArrowButton");r=0;j();S=setInterval(j,100)};H.append(A("<a></a>").attr({href:"#",className:"jScrollArrowUp"}).html("Scroll up").bind("mousedown",function(){g=A(this);Ab=-1;Z();this.blur();return false}).bind("click",B),A("<a></a>").attr({href:"#",className:"jScrollArrowDown"}).html("Scroll down").bind("mousedown",function(){g=A(this);Ab=1;Z();this.blur();return false}).bind("click",B));var Q=A(">.jScrollArrowUp",H);var J=A(">.jScrollArrowDown",H);if(C.arrowSize){M=Ad-C.arrowSize-C.arrowSize;z.css({height:M+"px",top:C.arrowSize+"px"})}else{var s=Q.height();C.arrowSize=s;M=Ad-s-J.height();z.css({height:M+"px",top:s+"px"})}}var w=A(this).css({position:"absolute",overflow:"visible"});var D;var Y;var b;var u=0;var V=i*Ad/2;var a=function(Ae,Ag){var Af=Ag=="X"?"Left":"Top";return Ae["page"+Ag]||(Ae["client"+Ag]+(document.documentElement["scroll"+Af]||document.body["scroll"+Af]))||0};var f=function(){return false};var v=function(){n();D=P.offset(false);D.top-=u;Y=M-P[0].offsetHeight;b=2*C.wheelSpeed*Y/m};var E=function(p){v();V=a(p,"Y")-u-D.top;A("html").bind("mouseup",T).bind("mousemove",h);if(A.browser.msie){A("html").bind("dragstart",f).bind("selectstart",f)}return false};var T=function(){A("html").unbind("mouseup",T).unbind("mousemove",h);V=i*Ad/2;if(A.browser.msie){A("html").unbind("dragstart",f).unbind("selectstart",f)}};var y=function(Ae){Ae=Ae<0?0:(Ae>Y?Y:Ae);u=Ae;P.css({top:Ae+"px"});var Af=Ae/Y;w.css({top:((Ad-m)*Af)+"px"});O.trigger("scroll");if(C.showArrows){Q[Ae==0?"addClass":"removeClass"]("disabled");J[Ae==Y?"addClass":"removeClass"]("disabled")}};var h=function(p){y(a(p,"Y")-D.top-V)};var q=Math.max(Math.min(i*(Ad-C.arrowSize*2),C.dragMaxHeight),C.dragMinHeight);P.css({height:q+"px"}).bind("mousedown",E);var k;var R;var I;var t=function(){if(R>8||R%4==0){y((u-((u-I)/2)))}R++};var Aa=function(){clearInterval(k);A("html").unbind("mouseup",Aa).unbind("mousemove",e)};var e=function(p){I=a(p,"Y")-D.top-V};var U=function(p){v();e(p);R=0;A("html").bind("mouseup",Aa).bind("mousemove",e);k=setInterval(t,100);t()};z.bind("mousedown",U);H.bind("mousewheel",function(Ae,Ag){v();n();var Af=u;y(u-Ag*b);var p=Af!=u;return !p});var F;var W;function c(){var p=(F-u)/C.animateStep;if(p>1||p<-1){y(u+p)}else{y(F);n()}}var n=function(){if(W){clearInterval(W);delete F}};var x=function(Af,p){if(typeof Af=="string"){$e=A(Af,O);if(!$e.length){return}Af=$e.offset().top-O.offset().top}H.scrollTop(0);n();var Ae=-Af/(Ad-m)*Y;if(p||!C.animateTo){y(Ae)}else{F=Ae;W=setInterval(c,C.animateInterval)}};O[0].scrollTo=x;O[0].scrollBy=function(Ae){var p=-parseInt(w.css("top"))||0;x(p+Ae)};v();x(-Ac,true);A("*",this).bind("focus",function(Ah){var Ag=A(this);var Aj=0;while(Ag[0]!=O[0]){Aj+=Ag.position().top;Ag=Ag.offsetParent()}var p=-parseInt(w.css("top"))||0;var Ai=p+Ad;var Af=Aj>p&&Aj<Ai;if(!Af){var Ae=Aj-C.scrollbarMargin;if(Aj>p){Ae+=A(this).height()+15+C.scrollbarMargin-Ad}x(Ae)}});if(location.hash){x(location.hash)}A(document).bind("click",function(Ae){$target=A(Ae.target);if($target.is("a")){var p=$target.attr("href");if(p.substr(0,1)=="#"){x(p)}}});A.jScrollPane.active.push(O[0])}else{O.css({height:Ad+"px",width:d-this.originalSidePaddingTotal+"px",padding:this.originalPadding});O.parent().unbind("mousewheel")}})};A.fn.jScrollPane.defaults={scrollbarWidth:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:0,animateTo:false,dragMinHeight:1,dragMaxHeight:99999,animateInterval:100,animateStep:3,maintainPosition:true,scrollbarOnLeft:false,reinitialiseOnImageLoad:false};A(window).bind("unload",function(){var C=A.jScrollPane.active;for(var B=0;B<C.length;B++){C[B].scrollTo=C[B].scrollBy=null}})})(jQuery);

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1997, 1998, 1999 Adobe
 * Systems Incorporated. All Rights Reserved.ITC Avant Garde Gothic is a registered
 * trademark of International Typeface Corporation.
 * 
 * Trademark:
 * ITC Avant Garde Gothic is a registered trademark of International Typeface 
 * Corporation.
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont({"w":199,"face":{"font-family":"AvantGarde LT Book","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-16 -292 347 80","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":99},"\u00a0":{"w":99},"$":{"d":"124,-148v66,15,66,136,-11,138r0,35r-26,0r0,-35v-37,-6,-61,-30,-62,-72r27,0v0,33,18,47,49,50v57,5,61,-83,12,-94v-39,-9,-79,-22,-80,-71v-1,-35,23,-60,54,-65r0,-30r26,0r0,29v37,6,56,29,59,67v-8,-1,-21,2,-27,-1v0,-28,-17,-40,-45,-42v-41,-3,-54,53,-25,73v15,9,29,13,49,18"},"%":{"d":"74,0r-24,0r152,-266r25,0xm116,-206v4,-48,-69,-59,-83,-17v-10,30,8,62,40,61v27,-1,41,-18,43,-44xm73,-141v-38,0,-65,-25,-65,-65v0,-39,26,-64,65,-64v39,0,65,25,65,64v0,40,-27,65,-65,65xm206,5v-39,0,-65,-26,-65,-65v0,-39,26,-64,65,-64v39,0,65,25,65,64v0,39,-26,65,-65,65xm206,-104v-27,0,-44,18,-44,44v0,27,18,45,44,45v26,0,43,-17,43,-45v0,-27,-16,-44,-43,-44","w":279},"&":{"d":"109,-167v18,-8,45,-16,44,-45v-2,-21,-15,-33,-37,-34v-30,-1,-51,36,-28,58v6,7,14,15,21,21xm47,-76v0,51,66,71,96,36v9,-10,16,-22,22,-34r-64,-63v-25,11,-54,28,-54,61xm180,-209v0,34,-27,51,-52,61r50,49r39,-75r30,0r-49,94r67,66r-19,18r-61,-59v-15,28,-37,59,-81,59v-51,0,-84,-32,-84,-81v0,-45,30,-64,62,-79v-14,-14,-30,-29,-30,-56v0,-36,27,-59,64,-59v37,0,64,26,64,62","w":272},"\u2019":{"d":"34,-197r32,-69r26,0r-32,69r-26,0","w":126},"(":{"d":"128,74v-96,-28,-148,-192,-74,-287v20,-25,45,-49,74,-60r0,27v-48,29,-84,76,-84,147v0,71,36,118,84,147r0,26","w":132},")":{"d":"89,-99v0,-71,-37,-117,-84,-147r0,-27v96,28,149,192,74,287v-20,25,-45,49,-74,60r0,-26v48,-30,84,-76,84,-147","w":132},"*":{"d":"66,-266r21,0r-1,41r40,-13r6,20r-39,12r24,33r-17,12r-24,-33r-24,33r-17,-12r25,-33r-39,-13r6,-20r40,14","w":153},"+":{"d":"121,-103r79,0r0,24r-79,0r0,79r-24,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79","w":218},",":{"d":"37,-45r26,0r-31,69r-27,0","w":99},"-":{"d":"109,-113r0,24r-98,0r0,-24r98,0","w":119},"\u00ad":{"d":"109,-113r0,24r-98,0r0,-24r98,0","w":119},".":{"d":"37,-45r26,0r0,45r-26,0r0,-45","w":99},"\/":{"d":"117,-266r28,0r-102,302r-27,0","w":157},"0":{"d":"100,-19v72,1,62,-82,62,-156v0,-44,-22,-72,-62,-72v-72,0,-65,82,-63,156v1,41,21,72,63,72xm100,-271v57,0,87,36,89,96v3,94,0,180,-89,180v-88,0,-94,-85,-90,-180v3,-60,33,-96,90,-96"},"1":{"d":"94,-242r-45,0r0,-24r72,0r0,266r-27,0r0,-242"},"2":{"d":"102,-271v77,-4,106,95,56,143r-108,104r134,0r0,24r-170,0r0,-24r115,-111v14,-15,29,-28,29,-55v0,-36,-24,-60,-63,-57v-32,3,-53,27,-52,67v-8,-1,-20,2,-26,-1v0,-57,32,-88,85,-90"},"3":{"d":"96,-247v-26,1,-39,20,-39,47r-27,0v2,-42,26,-68,67,-71v67,-5,89,90,40,118v26,14,43,35,45,71v6,90,-121,115,-159,43v-6,-12,-10,-27,-11,-45r27,0v0,39,22,65,59,65v36,0,58,-24,58,-62v0,-40,-30,-61,-77,-59r0,-23v36,2,59,-12,59,-42v0,-25,-15,-43,-42,-42"},"4":{"d":"139,-73r0,-157r-103,157r103,0xm139,-49r-134,0r0,-24r129,-193r32,0r0,193r24,0r0,24r-24,0r0,49r-27,0r0,-49"},"5":{"d":"101,-158v-25,0,-43,16,-56,31r-21,-8r25,-131r119,0r0,24r-98,0r-13,73v57,-33,134,9,134,81v0,98,-142,125,-173,38v-4,-9,-7,-21,-9,-34r27,0v4,38,26,65,64,65v40,0,64,-30,64,-69v0,-41,-24,-70,-63,-70"},"6":{"d":"100,-157v-40,0,-65,28,-65,70v0,39,24,68,65,68v39,0,64,-28,64,-69v0,-40,-25,-69,-64,-69xm100,5v-92,5,-103,-108,-59,-173r66,-98r30,0r-61,91v62,-21,115,25,115,86v0,56,-35,91,-91,94"},"7":{"d":"149,-242r-126,0r0,-24r154,0r0,24r-109,242r-28,0"},"8":{"d":"144,-203v4,-48,-71,-59,-85,-17v-10,31,9,60,41,60v27,0,42,-18,44,-43xm99,-135v-34,0,-58,23,-58,57v0,38,26,55,59,59v33,-3,58,-22,58,-58v0,-36,-25,-58,-59,-58xm15,-77v0,-37,19,-60,45,-72v-54,-30,-29,-122,40,-122v69,0,94,94,39,122v26,14,46,36,46,72v0,48,-34,82,-85,82v-50,0,-85,-32,-85,-82"},"9":{"d":"100,-109v39,0,64,-28,64,-70v0,-39,-24,-68,-64,-68v-40,0,-65,28,-65,69v0,41,25,69,65,69xm100,-271v92,-4,103,108,59,173r-66,98r-31,0v19,-30,46,-61,61,-91v-59,21,-116,-24,-114,-86v2,-56,34,-92,91,-94"},":":{"d":"37,-197r26,0r0,45r-26,0r0,-45xm37,-45r26,0r0,45r-26,0r0,-45","w":99},";":{"d":"37,-197r26,0r0,45r-26,0r0,-45xm37,-45r26,0r-31,69r-27,0","w":99},"<":{"d":"199,-161r-153,70r153,69r0,25r-182,-83r0,-22r182,-83r0,24","w":218},"=":{"d":"18,-67r182,0r0,25r-182,0r0,-25xm200,-115r-182,0r0,-25r182,0r0,25","w":218},">":{"d":"19,-22r153,-69r-153,-70r0,-24r183,83r0,22r-183,83r0,-25","w":218},"?":{"d":"95,-45r26,0r0,45r-26,0r0,-45xm107,-246v-36,0,-58,24,-57,63r-27,0v1,-54,33,-85,85,-88v69,-4,106,82,59,130v-19,20,-43,35,-46,72v-8,-1,-22,3,-26,-2v-1,-63,61,-68,68,-121v-3,-31,-24,-54,-56,-54","w":212},"@":{"d":"149,-76v52,2,68,-103,12,-106v-57,-5,-72,105,-12,106xm159,-202v27,-2,38,15,45,32r5,-27r22,0r-19,106v0,8,5,15,13,15v32,0,42,-39,42,-76v0,-64,-41,-99,-104,-99v-73,0,-118,46,-118,118v0,73,44,117,122,118v34,0,62,-8,85,-18r6,18v-26,13,-55,20,-91,20v-91,0,-144,-52,-144,-138v0,-84,54,-138,139,-138v78,0,127,42,127,118v0,50,-20,97,-65,97v-18,0,-26,-13,-30,-29v-23,49,-112,29,-105,-36v5,-45,25,-79,70,-81","w":312},"A":{"d":"81,-114r103,0r-51,-122xm118,-266r30,0r114,266r-29,0r-38,-90r-124,0r-39,90r-28,0","w":266,"k":{"y":26,"w":23,"v":26,"Y":44,"W":34,"V":44,"T":29}},"B":{"d":"154,-197v0,-47,-51,-46,-101,-45r0,90v51,2,101,3,101,-45xm53,-24v59,2,116,2,116,-52v0,-53,-58,-54,-116,-51r0,103xm196,-76v1,81,-85,79,-169,76r0,-266v78,-3,154,-2,154,71v0,26,-14,42,-29,53v24,11,44,33,44,66","w":206},"C":{"d":"154,-19v43,0,74,-21,94,-51r30,0v-24,42,-63,75,-123,75v-83,0,-134,-55,-140,-138v-10,-145,209,-183,261,-65r-29,0v-19,-29,-50,-49,-93,-49v-67,0,-112,48,-112,115v0,67,46,113,112,113","w":292},"D":{"d":"225,-134v0,-87,-72,-116,-172,-108r0,218v100,7,172,-18,172,-110xm252,-132v0,83,-58,131,-148,132r-77,0r0,-266r77,0v91,1,148,49,148,134","w":267},"E":{"d":"25,-266r146,0r0,24r-119,0r0,95r115,0r0,25r-115,0r0,98r119,0r0,24r-146,0r0,-266","w":192},"F":{"d":"25,-266r135,0r0,24r-108,0r0,96r104,0r0,24r-104,0r0,122r-27,0r0,-266","w":174,"k":{"A":22,".":28,",":44}},"G":{"d":"41,-133v-6,112,159,152,212,63v6,-9,11,-19,13,-28r-149,0r0,-24r181,0v-8,77,-62,127,-141,127v-85,0,-137,-57,-143,-138v-10,-144,217,-184,269,-62r-31,0v-18,-29,-48,-52,-95,-52v-69,0,-111,46,-116,114","w":313},"H":{"d":"27,-266r27,0r0,117r138,0r0,-117r27,0r0,266r-27,0r0,-125r-138,0r0,125r-27,0r0,-266","w":245},"I":{"d":"27,-266r27,0r0,266r-27,0r0,-266","w":81},"J":{"d":"75,-19v37,1,43,-29,43,-65r0,-182r27,0r0,181v16,89,-97,120,-135,52v-5,-9,-7,-18,-8,-30r26,0v2,26,22,43,47,44","w":173},"K":{"d":"29,-266r27,0r1,153r122,-153r34,0r-106,130r106,136r-34,0r-89,-116r-34,43r0,73r-27,0r0,-266","w":212},"L":{"d":"30,-266r26,0r0,242r110,0r0,24r-136,0r0,-266","w":166,"k":{"y":8,"Y":33,"W":24,"V":41,"T":17}},"M":{"d":"27,-266r41,0r97,226r97,-226r41,0r0,266r-26,0r-1,-237r-100,237r-22,0r-100,-237r0,237r-27,0r0,-266","w":330},"N":{"d":"27,-266r36,0r149,221r0,-221r27,0r0,266r-27,0r-158,-234r0,234r-27,0r0,-266","w":266},"O":{"d":"156,-247v-67,0,-114,45,-114,115v0,67,46,113,114,113v68,0,115,-45,115,-114v0,-69,-46,-114,-115,-114xm156,5v-83,0,-141,-55,-141,-137v0,-84,57,-139,141,-139v84,0,141,53,141,138v0,85,-58,138,-141,138","w":312},"P":{"d":"176,-187v0,-57,-60,-58,-122,-55r0,111v59,1,122,2,122,-56xm158,-257v80,36,43,169,-57,150r-47,0r0,107r-27,0r0,-266v44,3,98,-5,131,9","w":213,"k":{"A":27,".":33,",":44}},"Q":{"d":"158,-247v-78,0,-132,64,-112,147v72,-26,157,8,192,49v21,-21,37,-46,37,-81v0,-70,-48,-115,-117,-115xm217,-37v-34,-31,-96,-63,-160,-41v18,48,106,80,160,41xm257,-34v11,9,22,14,40,15r0,24v-29,0,-45,-10,-59,-23v-22,15,-48,23,-80,23v-85,0,-144,-54,-144,-137v0,-84,57,-139,144,-139v85,0,143,53,143,140v0,43,-18,74,-44,97","w":313},"R":{"d":"179,-181v0,-62,-61,-64,-127,-61r0,242r-27,0r0,-266r91,0v54,3,90,32,90,86v0,49,-32,76,-79,81r75,99r-34,0r-90,-121v55,2,101,-8,101,-60","w":218,"k":{"y":-12,"Y":7,"W":-1,"V":14,"T":-2}},"S":{"d":"105,-150v91,14,79,160,-15,155v-49,-3,-81,-28,-82,-80r27,0v1,34,21,56,55,56v51,0,72,-71,31,-95v-40,-24,-106,-19,-106,-85v0,-80,120,-96,143,-27v4,9,6,17,6,27r-27,0v-1,-29,-19,-46,-47,-48v-45,-4,-65,58,-30,80v12,8,29,14,45,17","w":179},"T":{"d":"63,-242r-61,0r0,-24r149,0r0,24r-61,0r0,242r-27,0r0,-242","w":153,"k":{"y":-2,"w":-3,"u":17,"s":8,"r":11,"o":18,"i":-11,"e":18,"c":18,"a":19,"A":29,";":10,":":-1,".":26,",":37}},"U":{"d":"118,5v-61,0,-91,-40,-91,-105r0,-166r27,0v9,95,-34,247,64,247v98,0,55,-152,64,-247r26,0r0,166v0,64,-30,105,-90,105","w":235},"V":{"d":"3,-266r29,0r94,233r95,-233r28,0r-110,266r-26,0","w":252,"k":{"y":9,"u":14,"r":14,"o":36,"i":-2,"e":36,"a":37,"A":44,";":12,".":27,",":38}},"W":{"d":"4,-266r27,0r66,232r64,-232r24,0r65,231r65,-231r27,0r-76,266r-34,0r-60,-219r-58,219r-34,0","w":345,"k":{"y":1,"u":11,"r":10,"o":17,"i":-2,"e":17,"a":18,"A":26,";":12,".":27,",":38}},"X":{"d":"93,-136r-85,-130r31,0r71,106r70,-106r31,0r-85,130r91,136r-32,0r-75,-114r-76,114r-31,0","w":219},"Y":{"d":"93,-89r-93,-177r30,0r76,149r78,-149r29,0r-93,177r0,89r-27,0r0,-89","w":213,"k":{"v":6,"u":25,"q":33,"p":24,"o":32,"i":-5,"e":32,"a":33,"A":44,";":8,":":-3,".":23,",":35}},"Z":{"d":"4,-24r131,-218r-127,0r0,-24r157,0r0,24r-130,218r134,0r0,24r-165,0r0,-24","w":172},"[":{"d":"75,-171v4,81,-22,190,46,208r0,27v-42,-12,-74,-42,-73,-99v2,-98,-21,-216,73,-236r0,27v-28,12,-48,33,-46,73","w":126},"\\":{"d":"172,36r-28,0r-102,-302r29,0","w":217},"]":{"d":"5,-271v43,13,73,43,73,100v0,98,22,217,-73,235r0,-27v69,-19,47,-126,47,-208v0,-39,-18,-62,-47,-73r0,-27","w":126},"^":{"d":"98,-266r23,0r78,155r-25,0r-65,-129r-64,129r-26,0","w":218},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"\u2018":{"d":"66,-197r-32,-69r27,0r32,69r-27,0","w":126},"a":{"d":"121,-179v-51,0,-81,32,-81,81v0,49,31,80,81,80v47,0,79,-31,79,-80v0,-48,-31,-81,-79,-81xm121,-202v35,0,62,16,77,40r0,-35r26,0r0,197r-26,0r0,-35v-17,23,-41,40,-77,40v-64,0,-106,-41,-106,-104v0,-61,42,-103,106,-103","w":245},"b":{"d":"127,-18v50,0,81,-31,81,-80v0,-49,-30,-81,-81,-81v-48,0,-79,33,-79,81v0,48,31,80,79,80xm127,5v-36,0,-61,-17,-77,-40r0,35r-26,0r0,-266r26,0r0,104v17,-23,41,-40,77,-40v64,0,106,42,106,103v0,63,-43,104,-106,104","w":245},"c":{"d":"121,-18v36,1,57,-18,70,-40r28,0v-18,33,-46,63,-98,63v-63,0,-102,-40,-106,-103v-7,-114,170,-137,204,-40r-28,0v-13,-24,-35,-41,-70,-41v-48,0,-81,30,-81,80v0,49,31,80,81,81","w":232},"d":{"d":"120,-179v-51,0,-81,32,-81,81v0,49,31,80,81,80v48,0,79,-32,79,-80v0,-48,-31,-81,-79,-81xm120,-202v35,0,62,16,77,39r0,-103r25,0r0,266r-25,0r0,-35v-15,24,-41,40,-77,40v-64,0,-106,-41,-106,-104v0,-61,42,-103,106,-103","w":246},"e":{"d":"193,-112v-4,-69,-111,-90,-143,-30v-5,9,-8,18,-10,30r153,0xm116,-202v66,0,103,44,103,113r-179,0v4,42,33,71,76,71v36,0,60,-19,70,-46r27,0v-14,40,-47,69,-97,69v-61,0,-102,-41,-102,-103v0,-62,41,-104,102,-104","w":234},"f":{"d":"113,-248v-36,-1,-52,16,-50,51r50,0r0,23r-50,0r0,174r-26,0r0,-174r-30,0r0,-23r30,0v-1,-50,25,-75,76,-74r0,23","w":113,"k":{"f":-1}},"g":{"d":"116,-179v-48,0,-77,33,-77,81v0,48,29,80,77,80v48,0,78,-33,78,-80v0,-48,-29,-81,-78,-81xm13,-98v-5,-98,133,-138,180,-64r0,-35r25,0r0,183v6,93,-127,118,-177,56v-8,-9,-15,-22,-20,-37r27,0v11,28,35,50,74,50v50,0,77,-37,70,-91v-14,25,-40,41,-76,41v-60,0,-100,-40,-103,-103","w":242},"h":{"d":"109,-179v-79,0,-59,103,-61,179r-26,0r0,-266r26,0r0,94v13,-16,31,-30,61,-30v56,2,86,34,86,94r0,108r-25,0v-2,-77,18,-179,-61,-179","w":219},"i":{"d":"23,-266r26,0r0,45r-26,0r0,-45xm23,-197r26,0r0,197r-26,0r0,-197","w":72},"j":{"d":"24,-266r25,0r0,45r-25,0r0,-45xm-16,44v34,1,40,-26,40,-58r0,-183r25,0r0,201v-2,40,-24,64,-65,65r0,-25","w":73},"k":{"d":"25,-266r25,0r1,189r92,-120r32,0r-77,99r81,98r-32,0r-65,-78r-32,41r0,37r-25,0r0,-266","w":180},"l":{"d":"23,-266r26,0r0,266r-26,0r0,-266","w":72},"m":{"d":"49,-174v22,-43,104,-32,120,10v37,-67,145,-39,145,47r0,117r-25,0v-5,-72,22,-179,-54,-179v-76,-1,-49,107,-54,179r-25,0v-5,-71,23,-179,-53,-179v-77,0,-49,107,-54,179r-25,0r0,-197r25,0r0,23","w":337},"n":{"d":"110,-179v-79,0,-59,103,-61,179r-26,0r0,-197r26,0r0,25v13,-16,31,-30,61,-30v57,1,87,35,87,94r0,108r-26,0v-2,-77,18,-179,-61,-179","w":219},"o":{"d":"118,-179v-47,0,-78,33,-78,81v0,47,31,80,78,80v47,0,78,-32,78,-82v0,-47,-32,-79,-78,-79xm118,5v-61,0,-103,-42,-103,-102v0,-63,42,-105,103,-105v61,0,103,42,103,103v0,61,-41,104,-103,104","w":235},"p":{"d":"126,-18v49,0,80,-30,80,-80v0,-50,-31,-81,-80,-81v-49,0,-79,33,-79,81v0,49,31,80,79,80xm231,-99v7,101,-135,136,-183,64r0,104r-25,0r0,-266r25,0v1,11,-2,26,1,35v17,-23,41,-40,77,-40v63,0,101,40,105,103","w":245},"q":{"d":"119,-179v-50,0,-80,31,-80,81v0,50,31,80,80,80v48,0,79,-31,79,-80v0,-48,-30,-81,-79,-81xm119,-202v37,0,61,17,78,40r0,-35r25,0r0,266r-25,0r-1,-104v-15,24,-41,40,-77,40v-64,0,-106,-41,-106,-104v0,-61,42,-103,106,-103","w":245},"r":{"d":"105,-175v-77,0,-52,102,-56,175r-26,0r0,-197r26,0r0,29v9,-22,27,-33,56,-34r0,27","w":108,"k":{"q":3,"o":1,"n":-8,"m":-10,"h":-10,"f":-17,"e":1,"d":2,"c":3,".":26,",":38}},"s":{"d":"69,5v-36,0,-61,-22,-60,-63r25,0v1,24,12,38,35,40v44,3,47,-60,10,-70v-30,-9,-65,-19,-65,-59v0,-34,22,-55,57,-55v32,0,52,21,53,54r-25,0v-2,-18,-10,-31,-30,-31v-29,0,-39,40,-17,52v32,18,80,21,79,72v-1,38,-23,60,-62,60","w":139},"t":{"d":"46,-174r-41,0r0,-23r41,0r0,-69r26,0r0,69r47,0r0,23r-47,0r0,174r-26,0r0,-174","w":122},"u":{"d":"107,-18v80,0,61,-101,63,-179r25,0r0,197r-24,0v-1,-10,2,-23,-1,-31v-10,22,-31,35,-63,36v-100,3,-85,-106,-85,-202r26,0v3,77,-20,179,59,179","w":218},"v":{"d":"3,-197r27,0r69,166r71,-166r27,0r-84,197r-27,0"},"w":{"d":"5,-197r26,0r63,165r45,-141r22,0r46,141r62,-165r26,0r-75,197r-28,0r-43,-131r-41,131r-28,0","w":299},"x":{"d":"72,-100r-68,-97r31,0r51,76r52,-76r30,0r-67,97r67,100r-29,0r-53,-79r-52,79r-30,0","w":172},"y":{"d":"82,-6r-77,-191r27,0r63,157r67,-157r26,0r-114,266r-26,0","w":192},"z":{"d":"4,-22r109,-152r-106,0r0,-23r136,0r0,23r-108,151r114,0r0,23r-145,0r0,-22","w":153},"{":{"d":"25,-111v76,-13,-22,-177,94,-155r0,21v-74,-12,0,127,-66,146v42,9,32,76,32,125v0,19,14,22,34,20r0,22v-40,5,-62,-10,-62,-47v0,-45,11,-105,-32,-108r0,-24","w":126},"|":{"d":"134,-280r0,360r-26,0r0,-360r26,0","w":241},"}":{"d":"74,-99v-59,-14,-7,-128,-49,-146r-18,0r0,-21v40,-5,62,10,62,47v0,45,-10,104,32,108r0,24v-75,5,23,173,-94,155r0,-22v76,16,-3,-129,67,-145","w":126},"~":{"d":"71,-113v42,2,87,52,108,-2r13,18v-11,15,-21,31,-45,31v-33,0,-45,-26,-78,-26v-17,0,-24,15,-30,28r-13,-18v8,-16,20,-32,45,-31","w":218},"'":{"d":"26,-160r-5,-106r29,0r-4,106r-20,0","w":71},"\u201c":{"d":"67,-197r-32,-69r27,0r31,69r-26,0xm120,-197r-32,-69r26,0r32,69r-26,0","w":180},"\u2013":{"d":"167,-113r0,24r-154,0r0,-24r154,0","w":180},"\u2020":{"d":"113,-194r64,0r0,24r-64,0r0,218r-27,0r0,-218r-65,0r0,-24r65,0r0,-72r27,0r0,72"},"\u2021":{"d":"113,-194r64,0r0,24r-64,0r0,121r64,0r0,25r-64,0r0,72r-27,0r0,-72r-65,0r0,-25r65,0r0,-121r-65,0r0,-24r65,0r0,-72r27,0r0,72"},"\u2022":{"d":"54,-136v0,-33,22,-56,55,-56v32,0,55,23,55,56v0,33,-21,56,-55,56v-34,0,-55,-22,-55,-56","w":218},"\u201a":{"d":"32,24r32,-69r26,0r-31,69r-27,0","w":127},"\u201d":{"d":"87,-197r32,-69r27,0r-32,69r-27,0xm35,-197r31,-69r27,0r-32,69r-26,0","w":174},"\u2026":{"d":"287,-45r26,0r0,45r-26,0r0,-45xm167,-45r26,0r0,45r-26,0r0,-45xm47,-45r26,0r0,45r-26,0r0,-45","w":360},"`":{"d":"108,-244r-12,21r-71,-38r11,-22","w":136},"\u2014":{"d":"347,-113r0,24r-334,0r0,-24r334,0","w":360},"\u00ae":{"d":"252,-133v0,-71,-46,-119,-118,-119v-72,0,-117,48,-117,119v0,71,47,119,117,119v71,0,118,-48,118,-119xm-3,-133v0,-84,55,-133,138,-138v121,-6,179,155,96,235v-22,21,-54,42,-96,40v-82,-4,-138,-53,-138,-137xm177,-167v-1,-35,-48,-23,-82,-25r0,54v36,-1,82,9,82,-29xm142,-211v52,-11,79,69,26,81v31,5,24,48,31,77v-21,5,-26,-8,-24,-29v5,-45,-39,-38,-80,-38r0,67r-19,0r0,-158r66,0","w":268},"\u2122":{"d":"119,-266r28,0r59,131r59,-131r29,0r0,159r-20,0r-1,-133r-58,133r-17,0r-59,-133r0,133r-20,0r0,-159xm41,-249r-38,0r0,-17r96,0r0,17r-38,0r0,142r-20,0r0,-142","w":360},"\u00a9":{"d":"252,-133v0,-71,-46,-119,-118,-119v-72,0,-117,48,-117,119v0,71,47,119,117,119v71,0,118,-48,118,-119xm-3,-133v0,-84,55,-133,138,-138v121,-6,179,155,96,235v-22,21,-54,42,-96,40v-82,-4,-138,-53,-138,-137xm79,-134v-11,68,95,88,107,28r20,0v-7,33,-31,55,-70,55v-48,0,-73,-32,-77,-83v-7,-90,131,-112,147,-27r-20,0v-18,-61,-115,-40,-107,27","w":268},"#":{"d":"85,-168r-10,70r45,0r9,-70r-44,0xm47,-74r-35,0r0,-24r38,0r10,-70r-39,0r0,-24r42,0r11,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r30,0r0,24r-34,0r-10,70r33,0r0,24r-36,0r-10,74r-25,0r10,-74r-44,0r-11,74r-25,0"},"!":{"d":"40,-266r27,0r0,197r-27,0r0,-197xm40,-45r27,0r0,45r-27,0r0,-45","w":106},"\"":{"d":"73,-160r-4,-106r29,0r-4,106r-21,0xm17,-160r-4,-106r29,0r-4,106r-21,0","w":111},"\u00d7":{"d":"27,-26r65,-65r-65,-65r17,-18r65,65r65,-65r18,18r-65,65r65,65r-17,17r-66,-65r-65,65","w":218}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":209,"face":{"font-family":"AvantGarde Bk BT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 2 2 2 2 2 2 4","ascent":"274","descent":"-86","x-height":"5","bbox":"-13 -291 360 85","underline-thickness":"34.2773","underline-position":"-17.2266","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":104},"!":{"d":"77,-70r-45,0r0,-186r45,0r0,186xm77,0r-45,0r0,-48r45,0r0,48","w":110},"\"":{"d":"69,-252r29,0r0,97r-29,0r0,-97xm15,-252r29,0r0,97r-29,0r0,-97","w":113},"#":{"d":"125,-150r-16,45r45,0r16,-45r-45,0xm129,-257r34,0r-27,77r44,0r27,-77r33,0r-27,77r52,0r-11,30r-51,0r-16,45r54,0r-11,30r-54,0r-27,76r-34,0r28,-76r-44,0r-28,76r-34,0r28,-76r-53,0r11,-30r52,0r16,-45r-55,0r10,-30r56,0","w":276},"$":{"d":"133,-151v69,18,63,135,-5,147r0,46r-42,0r0,-44v-37,-9,-59,-35,-60,-78r47,1v1,20,10,33,31,33v27,0,39,-35,23,-53v-31,-20,-98,-26,-94,-83v3,-37,22,-61,53,-71r0,-38r42,0r0,39v31,7,48,30,50,65r-44,0v0,-13,-12,-24,-27,-24v-24,0,-39,26,-24,42v6,7,37,15,50,18"},"%":{"d":"79,-135v-37,0,-63,-26,-63,-63v0,-37,26,-63,63,-63v37,0,63,26,63,63v0,37,-26,63,-63,63xm79,-227v-16,0,-30,14,-30,29v0,15,14,29,30,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29xm212,-261r29,0r-137,266r-28,0xm237,-88v-15,-1,-30,15,-30,30v0,15,15,31,30,30v15,0,29,-15,29,-30v0,-15,-14,-30,-29,-30xm237,5v-38,0,-64,-25,-64,-63v0,-37,26,-63,64,-63v37,0,63,26,63,63v0,38,-26,63,-63,63","w":315},"&":{"d":"150,-201v-1,28,-18,46,-39,59r37,34r23,-62r46,0r-37,89r59,51r-31,34r-51,-47v-14,27,-36,47,-72,48v-41,1,-78,-35,-76,-77v2,-36,19,-55,45,-73v-48,-32,-26,-116,37,-116v31,0,60,30,59,60xm81,-112v-34,10,-39,73,3,73v20,0,32,-16,40,-33xm89,-220v-28,2,-26,42,-2,51v25,-6,33,-48,2,-51","w":234},"'":{"d":"15,-252r29,0r0,97r-29,0r0,-97","w":58},"(":{"d":"92,78v-46,-16,-75,-49,-75,-108v0,-68,-12,-149,19,-191v13,-18,31,-31,56,-40r0,49v-44,23,-29,108,-29,171v0,39,6,54,29,70r0,49","w":106},")":{"d":"43,-41v0,-63,16,-150,-29,-171r0,-49v46,16,76,48,76,107v0,68,12,150,-19,192v-13,18,-32,31,-57,40r0,-49v24,-15,29,-30,29,-70","w":106},"*":{"d":"90,-159r-32,44r-25,-18r34,-43r-50,-14r9,-30r49,16r0,-52r30,0r0,52r48,-16r10,30r-50,13r33,44r-25,19","w":180},"+":{"d":"135,-215r30,0r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93","w":299},",":{"d":"30,20v11,-2,15,-7,15,-20r-15,0r0,-48r45,0v0,46,7,97,-45,94r0,-26","w":104},"-":{"d":"107,-117r0,41r-91,0r0,-41r91,0","w":122,"k":{"o":-7,"Y":24,"X":13,"W":20,"V":21,"T":20,"O":-13,"J":-20,"G":-13,"C":-7,"A":-10}},".":{"d":"75,0r-45,0r0,-48r45,0r0,48","w":104},"\/":{"d":"17,33r-25,0r84,-289r24,0","w":100},"0":{"d":"105,-215v-55,-3,-40,73,-40,125v0,31,10,48,39,49v57,2,36,-77,40,-129v2,-31,-13,-44,-39,-45xm104,5v-56,0,-89,-32,-89,-95r0,-76v0,-64,31,-95,90,-95v56,0,89,32,89,95r0,76v0,64,-31,95,-90,95"},"1":{"d":"137,0r-48,0r0,-218r-45,0r0,-38r93,0r0,256"},"2":{"d":"107,-261v57,0,104,61,73,115v-22,39,-69,68,-101,100r109,0r0,46r-169,0r0,-48v37,-37,83,-69,113,-111v17,-23,3,-57,-27,-56v-22,0,-33,18,-32,43v-16,-1,-36,2,-50,-1v-1,-51,33,-88,84,-88"},"3":{"d":"104,5v-52,-3,-85,-34,-84,-87v15,2,37,-4,48,2v0,22,14,39,35,39v24,0,39,-19,39,-44v1,-30,-23,-43,-55,-39r0,-43v22,3,39,-4,38,-26v0,-15,-8,-23,-22,-23v-14,0,-19,10,-20,24r-45,0v0,-40,28,-69,68,-69v57,0,88,83,39,112v74,26,46,160,-41,154"},"4":{"d":"128,-81r0,-107r-68,107r68,0xm172,0r-44,0r0,-39r-113,0r0,-42r111,-175r46,0r0,175r21,0r0,42r-21,0r0,39"},"5":{"d":"143,-87v0,-43,-60,-60,-77,-26r-42,-10r24,-133r121,0r0,44r-88,0r-8,44v55,-31,120,22,120,81v0,78,-95,120,-152,69v-17,-16,-27,-37,-29,-62r48,0v2,21,20,39,42,39v24,1,41,-22,41,-46"},"6":{"d":"105,-130v-23,0,-42,19,-42,43v0,24,18,46,41,46v24,0,42,-19,42,-44v0,-26,-17,-45,-41,-45xm104,5v-64,0,-108,-61,-82,-125v17,-43,59,-95,84,-136r52,0r-58,88v53,-16,98,33,95,83v-3,53,-35,90,-91,90"},"7":{"d":"91,0r-51,0r95,-211r-100,0r0,-45r147,0r0,48"},"8":{"d":"105,-218v-13,0,-24,11,-24,26v0,14,9,25,23,25v17,0,24,-10,24,-25v0,-15,-8,-26,-23,-26xm103,-113v-21,0,-34,16,-34,37v0,20,16,37,35,37v20,0,36,-16,36,-37v0,-22,-15,-37,-37,-37xm19,-78v0,-34,17,-50,41,-65v-56,-29,-21,-125,44,-118v65,-8,103,90,44,118v25,12,42,31,42,65v1,48,-37,83,-87,83v-47,0,-85,-36,-84,-83"},"9":{"d":"104,-126v23,0,43,-20,43,-43v1,-25,-19,-47,-42,-46v-24,0,-43,20,-42,45v0,25,18,43,41,44xm105,-261v65,0,108,61,83,126v-16,43,-59,94,-85,135r-52,0r58,-87v-55,13,-98,-34,-95,-84v3,-53,36,-90,91,-90"},":":{"d":"77,-137r-45,0r0,-48r45,0r0,48xm77,0r-45,0r0,-48r45,0r0,48","w":110},";":{"d":"32,20v13,-1,15,-7,15,-20r-15,0r0,-48r45,0v0,46,8,97,-44,94xm77,-137r-45,0r0,-48r45,0r0,48","w":110},"<":{"d":"253,-207r0,33r-164,67r164,67r0,32r-207,-85r0,-28","w":299},"=":{"d":"45,-86r210,0r0,29r-210,0r0,-29xm45,-158r210,0r0,29r-210,0r0,-29","w":299},">":{"d":"46,-207r207,86r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},"?":{"d":"173,-182v0,47,-62,62,-60,112r-45,0v-2,-48,36,-65,53,-97v5,-27,-6,-50,-32,-49v-18,0,-31,18,-31,38r-47,0v-1,-47,34,-83,81,-83v47,0,81,34,81,79xm68,0r0,-48r45,0r0,48r-45,0","w":183},"@":{"d":"243,-20v-23,1,-37,-8,-37,-30v-11,18,-26,30,-53,30v-37,0,-54,-22,-55,-59v-1,-50,35,-99,83,-98v23,0,34,9,43,25r10,-19r27,0r-27,112v0,8,7,15,16,14v42,-6,63,-44,64,-89v2,-62,-54,-102,-119,-100v-92,2,-143,56,-149,143v-8,121,164,150,243,87r12,17v-31,23,-69,40,-119,40v-97,0,-165,-50,-165,-145v0,-105,72,-167,179,-167v85,0,147,42,147,125v0,63,-36,110,-100,114xm130,-78v0,36,39,46,60,24v22,-23,46,-99,-6,-101v-33,-1,-54,41,-54,77","w":360},"A":{"d":"137,-101r-30,-83r-31,83r61,0xm58,-54r-20,54r-51,0r99,-256r43,0r98,256r-54,0r-20,-54r-95,0","w":216,"k":{"\u201a":-27,"\u2019":33,"\u2018":36,"\u201d":33,"\u201c":36,"Y":13,"W":6,"V":6,"T":15,"S":-10,"Q":6,"O":6,"G":6,"C":6,"A":-20,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"117,-183v0,-25,-19,-29,-47,-28r0,58v28,1,47,-5,47,-30xm130,-76v1,-31,-26,-38,-60,-36r0,67v32,1,60,-2,60,-31xm179,-78v2,79,-73,82,-157,78r0,-256v74,-4,143,1,143,68v0,25,-9,41,-26,50v24,7,39,30,40,60","w":185,"k":{"\u2019":6,"\u201d":6,"-":-10}},"C":{"d":"11,-130v-2,-103,113,-164,202,-111v20,12,36,34,49,61r-61,0v-13,-18,-32,-30,-61,-30v-47,0,-75,34,-77,81v-1,44,33,84,77,83v27,0,47,-11,59,-27r61,0v-22,47,-57,78,-119,78v-79,0,-127,-53,-130,-135","w":270,"k":{"\u2019":-10,"\u201d":-10,"-":-8}},"D":{"d":"186,-128v0,-65,-43,-91,-114,-84r0,168v73,6,114,-14,114,-84xm237,-127v0,79,-40,130,-129,127r-87,0r0,-256r86,0v89,-2,130,46,130,129","w":246,"k":{"\u201a":20,"Y":6,"W":6,"V":6,"A":6,"-":-11}},"E":{"d":"159,0r-138,0r0,-256r138,0r0,45r-88,0r0,58r88,0r0,45r-88,0r0,63r88,0r0,45","w":180},"F":{"d":"21,0r0,-256r138,0r0,45r-88,0r0,58r88,0r0,45r-88,0r0,108r-50,0","w":173,"k":{"\u201a":66,"\u2019":-7,"\u201d":-7,"u":6,"r":6,"i":6,"A":10,";":15,":":15,".":58,",":58}},"G":{"d":"63,-128v0,83,123,113,151,35r-101,0r0,-43r160,0v4,86,-53,136,-131,141v-119,8,-169,-151,-91,-229v36,-36,118,-50,165,-17v20,13,35,33,46,59r-60,0v-13,-16,-33,-28,-60,-28v-44,-1,-79,38,-79,82","w":283,"k":{"\u201a":6,"Y":13,"T":6,"-":-8}},"H":{"d":"71,-104r0,104r-50,0r0,-256r50,0r0,104r83,0r0,-104r50,0r0,256r-50,0r0,-104r-83,0","w":225,"k":{".":6,",":6}},"I":{"d":"22,0r0,-256r50,0r0,256r-50,0","w":93},"J":{"d":"69,-45v21,-2,22,-19,22,-46r0,-165r51,0v-9,102,37,261,-72,261v-46,0,-70,-27,-70,-74v16,1,36,-2,50,1v0,13,6,24,19,23","w":162,"k":{"\u201a":13,"-":6}},"K":{"d":"72,-127r77,-129r56,0r-82,127r82,129r-56,0xm71,0r-50,0r0,-256r50,0r0,256","w":200,"k":{"\u201a":-11,"y":6,"u":6,"o":6,"e":6,"a":6,"W":6,"T":-7,"O":13,"C":13,"-":18}},"L":{"d":"151,0r-130,0r0,-256r50,0r0,211r80,0r0,45","w":158,"k":{"\u2019":48,"\u2018":46,"\u201d":48,"\u201c":46,"y":13,"u":6,"o":6,"e":6,"a":6,"Y":20,"W":20,"V":23,"U":6,"T":13,"O":13,"A":-13,"-":6}},"M":{"d":"71,0r-50,0r0,-256r67,0r65,186r64,-186r67,0r0,256r-50,0r2,-186r-65,186r-37,0r-65,-186","w":304},"N":{"d":"70,0r-49,0r0,-256r48,0r106,164r0,-164r49,0r0,256r-47,0r-107,-168r0,168","w":245},"O":{"d":"143,-209v-42,0,-81,35,-80,79v2,50,32,81,79,83v44,2,79,-38,79,-83v0,-43,-36,-79,-78,-79xm142,5v-81,0,-132,-53,-132,-133v0,-81,53,-133,133,-133v77,0,130,53,130,131v0,81,-51,135,-131,135","w":283,"k":{"\u201a":20,"\u2019":6,"\u201d":6,"Y":6,"X":13,"V":6,"A":6,";":-7,":":-7,".":15,"-":-10,",":15}},"P":{"d":"128,-176v0,-30,-24,-37,-57,-35r0,69v32,2,57,-5,57,-34xm180,-179v0,55,-45,87,-109,81r0,98r-50,0r0,-256r64,0v62,-3,95,24,95,77","w":185,"k":{"\u201a":79,"\u2019":-8,"\u2018":-13,"\u201d":-8,"\u201c":-13,"s":6,"r":6,"o":11,"n":6,"i":6,"e":11,"a":11,"A":15,";":6,":":6,".":79,"-":15,",":79}},"Q":{"d":"65,-115v53,-17,105,8,138,37v43,-45,4,-133,-61,-133v-47,0,-91,47,-77,96xm174,-54v-27,-18,-56,-33,-97,-28v17,27,59,45,97,28xm278,4v-29,1,-48,-7,-68,-18v-18,12,-41,19,-70,19v-119,0,-169,-154,-89,-229v23,-21,50,-37,91,-37v81,0,133,53,133,134v0,37,-12,64,-32,84v10,5,20,7,35,6r0,41","w":283},"R":{"d":"144,-175v0,-38,-33,-40,-73,-39r0,83v41,1,73,-7,73,-44xm194,-176v0,41,-26,70,-61,77r64,99r-60,0r-66,-119r0,119r-50,0r0,-256v89,-3,173,-4,173,80","w":204,"k":{"u":6,"o":6,"e":6,"a":6,"-":10}},"S":{"d":"112,-151v85,20,55,156,-29,156v-47,0,-78,-35,-77,-84r46,-1v-2,23,10,40,30,40v20,0,33,-14,33,-34v0,-38,-70,-39,-87,-64v-33,-48,-2,-123,59,-123v44,0,67,31,70,74v-14,-2,-35,4,-45,-2v0,-16,-11,-27,-27,-28v-24,-1,-35,30,-20,47v4,7,34,15,47,19","w":172,"k":{"A":-7}},"T":{"d":"149,-256r0,45r-49,0r0,211r-50,0r0,-211r-48,0r0,-45r147,0","w":150,"k":{"\u201a":20,"y":16,"w":16,"u":16,"s":15,"r":10,"o":16,"e":16,"c":16,"a":16,"C":6,"A":15,";":23,":":23,".":33,"-":20,",":33}},"U":{"d":"104,5v-59,-3,-83,-32,-83,-99r0,-162r50,0r0,148v1,37,2,61,33,61v31,0,31,-23,32,-61r0,-148r50,0v-7,108,35,266,-82,261","w":207},"V":{"d":"120,0r-36,0r-92,-256r54,0r56,171r56,-171r53,0","w":204,"k":{"\u201a":40,"\u2019":-10,"\u201d":-10,"y":6,"u":16,"o":20,"e":20,"a":20,"O":6,"A":6,";":18,":":18,".":46,"-":23,",":46}},"W":{"d":"-5,-256r51,0r42,166r46,-166r35,0r46,166r42,-166r51,0r-74,256r-40,0r-42,-160r-44,160r-39,0","w":303,"k":{"\u201a":26,"\u2019":-7,"\u201d":-7,"u":6,"r":6,"o":11,"i":-7,"e":11,"a":11,"A":6,";":15,":":15,".":31,"-":21,",":31}},"X":{"d":"105,-90r-51,90r-57,0r82,-129r-80,-127r57,0r49,89r50,-89r56,0r-79,127r81,129r-56,0","w":210,"k":{"\u201a":-13,"\u2018":13,"\u201c":13,"e":6,"O":13,"C":13,"-":18}},"Y":{"d":"113,-92r0,92r-50,0r0,-92r-73,-164r55,0r44,110r44,-110r55,0","w":177,"k":{"\u201a":33,"\u2019":-13,"\u201d":-13,"u":20,"o":20,"e":20,"a":20,"O":6,"C":6,"A":13,";":18,":":18,".":41,"-":29,",":41}},"Z":{"d":"166,0r-161,0r0,-44r101,-164r-94,0r0,-48r151,0r0,41r-103,168r106,0r0,47","w":171,"k":{"\u201a":-13,"\u2018":6,"\u201c":6,"-":6}},"[":{"d":"65,-216r0,248r33,0r0,40r-78,0r0,-328r78,0r0,40r-33,0","w":106},"\\":{"d":"83,33r-83,-289r24,0r84,289r-25,0","w":100},"]":{"d":"42,-216r-34,0r0,-40r79,0r0,328r-79,0r0,-40r34,0r0,-248","w":106},"^":{"d":"161,-257r38,0r87,99r-36,0r-70,-70r-70,70r-37,0","w":360},"_":{"d":"0,55r180,0r0,30r-180,0r0,-30","w":180},"`":{"d":"116,-218r-23,0r-52,-62r39,0","w":180},"a":{"d":"110,-154v-30,0,-56,26,-56,56v0,30,25,57,56,57v28,0,54,-26,54,-55v0,-31,-25,-58,-54,-58xm108,-198v29,0,48,11,60,28r0,-23r44,0r0,193r-43,0r0,-24v-10,19,-30,28,-60,28v-57,0,-103,-46,-101,-102v2,-60,38,-98,100,-100","w":231},"b":{"d":"118,-154v-31,0,-56,27,-55,58v0,30,23,56,53,56v33,0,59,-25,59,-57v0,-31,-27,-57,-57,-57xm221,-97v6,84,-98,131,-160,81r0,16r-44,0r0,-256r44,0r0,78v15,-13,34,-20,61,-20v60,0,95,42,99,101","w":231},"c":{"d":"9,-97v-4,-86,98,-129,164,-82v17,13,28,31,34,54r-48,0v-20,-48,-110,-33,-104,28v-7,58,89,79,104,26r48,0v-11,44,-45,76,-96,76v-61,0,-100,-40,-102,-102","w":218},"d":{"d":"115,-40v30,0,53,-26,53,-56v0,-33,-23,-58,-55,-58v-29,0,-57,27,-56,57v0,31,25,57,58,57xm10,-97v-4,-81,98,-129,160,-81r0,-78r45,0r0,256r-45,0r0,-16v-16,13,-34,21,-60,21v-61,0,-96,-43,-100,-102","w":231},"e":{"d":"162,-118v-8,-51,-96,-52,-105,0r105,0xm55,-82v0,49,81,59,100,20r48,0v-14,38,-45,68,-93,67v-61,-2,-101,-40,-101,-102v0,-60,40,-102,99,-102v65,0,105,43,102,117r-155,0","w":218,"k":{"x":6}},"f":{"d":"105,-218v-21,0,-33,4,-32,25r32,0r0,40r-33,0r0,153r-43,0r0,-153r-23,0r0,-40r21,0v-2,-50,26,-68,78,-66r0,41","w":106,"k":{"\u201a":6,"\u2019":-15,"\u2018":-25,"\u201d":-15,"\u201c":-25,"y":-7,"w":-7,"t":-7,".":13,",":13}},"g":{"d":"8,-97v-8,-87,110,-134,165,-73r0,-23r40,0r0,161v17,118,-164,148,-193,42r43,0v23,50,120,28,110,-37v-16,16,-37,27,-66,27v-59,0,-94,-40,-99,-97xm111,-158v-31,0,-59,27,-58,58v0,33,26,59,59,59v29,1,57,-27,57,-57v0,-32,-27,-60,-58,-60","w":231},"h":{"d":"106,-153v-62,0,-37,94,-42,153r-44,0r0,-256r44,0r0,85v13,-16,26,-26,52,-26v92,-4,74,108,75,197r-45,0v-6,-58,21,-153,-40,-153"},"i":{"d":"64,-213r-44,0r0,-43r44,0r0,43xm20,0r0,-193r44,0r0,193r-44,0","w":84},"j":{"d":"-3,19v23,-1,24,-8,24,-35r0,-177r44,0r0,186v2,57,-16,72,-68,69r0,-43xm65,-213r-44,0r0,-43r44,0r0,43","w":88},"k":{"d":"63,0r-43,0r0,-256r43,0r0,152r63,-89r51,0r-67,91r80,102r-56,0r-71,-98r0,98","w":178,"k":{"o":6,"e":6,"a":6}},"l":{"d":"20,0r0,-256r44,0r0,256r-44,0","w":84},"m":{"d":"64,-171v23,-39,103,-31,120,8v14,-19,29,-34,58,-34v91,0,72,109,73,197r-44,0v-6,-57,21,-153,-39,-153v-61,0,-37,94,-42,153r-44,0v-6,-58,21,-153,-40,-153v-62,0,-37,94,-42,153r-44,0r0,-193r44,0r0,22","w":334},"n":{"d":"106,-153v-62,0,-37,94,-42,153r-44,0r0,-193r44,0r0,22v13,-16,26,-26,52,-26v92,-3,74,106,75,197r-45,0v-6,-58,21,-153,-40,-153","k":{"\u2019":6,"\u2018":6,"\u201d":6,"\u201c":6}},"o":{"d":"110,-155v-32,-1,-55,24,-55,57v0,36,20,58,55,58v34,0,54,-25,54,-59v1,-32,-23,-56,-54,-56xm109,5v-62,0,-101,-42,-101,-103v0,-60,41,-101,100,-101v61,0,103,40,103,100v0,64,-40,104,-102,104","w":219,"k":{"\u2018":6,"\u201c":6,"x":6,".":6,"-":-7,",":6}},"p":{"d":"116,-154v-29,0,-53,27,-53,56v-1,32,24,58,55,58v31,0,57,-26,57,-57v0,-32,-27,-57,-59,-57xm221,-96v4,82,-97,129,-160,81r0,78r-44,0r0,-256r44,0r0,16v16,-13,34,-20,60,-21v63,1,97,42,100,102","w":231},"q":{"d":"113,-40v33,0,55,-25,55,-58v0,-30,-24,-56,-53,-56v-32,0,-58,26,-58,57v-1,30,26,57,56,57xm110,-198v26,0,44,8,60,21r0,-16r45,0r0,256r-45,0r0,-78v-62,48,-165,0,-160,-81v4,-58,37,-101,100,-102","w":231},"r":{"d":"110,-154v-69,-2,-41,92,-47,154r-45,0r0,-193r42,0r0,22v13,-15,26,-24,50,-25r0,42","w":108,"k":{"\u201a":15,"\u2019":-25,"\u2018":-20,"\u201d":-25,"\u201c":-20,"z":-7,"y":-13,"x":-13,"w":-13,"v":-13,"u":-7,"t":-13,"r":-7,"n":-7,"m":-7,"h":-7,"f":-13,".":23,",":23}},"s":{"d":"136,-57v5,55,-75,83,-109,43v-11,-12,-18,-29,-19,-50v13,2,32,-4,41,2v-4,32,46,40,46,8v0,-44,-78,-25,-78,-86v0,-49,65,-77,99,-43v10,10,16,23,17,41v-13,-1,-30,2,-41,-1v0,-12,-6,-20,-18,-19v-10,0,-17,8,-17,18v13,33,88,31,79,87","w":146},"t":{"d":"34,0r0,-153r-30,0r0,-40r30,0r0,-63r45,0r0,63r30,0r0,40r-30,0r0,153r-45,0","w":110},"u":{"d":"104,-38v60,0,37,-95,42,-155r44,0r0,193r-44,0r0,-21v-13,16,-26,26,-52,26v-50,0,-76,-33,-75,-86r0,-112r45,0v6,59,-21,155,40,155"},"v":{"d":"104,0r-35,0r-74,-193r48,0r45,128r47,-128r46,0","w":174,"k":{".":28,",":28}},"w":{"d":"126,-117r-32,117r-30,0r-67,-193r49,0r31,111r34,-111r33,0r33,111r31,-111r49,0r-68,193r-29,0","w":253,"k":{"\u201a":21,"\u2019":-7,"\u2018":-17,"\u201d":-7,"\u201c":-17,".":26,",":26}},"x":{"d":"81,-62r-40,62r-50,0r66,-100r-58,-93r50,0r34,55r34,-55r53,0r-62,91r62,102r-51,0","w":164,"k":{"o":6,"e":6,"c":6}},"y":{"d":"-4,-193r48,0r47,135r52,-135r47,0r-105,256r-46,0r27,-68","w":184,"k":{"\u201a":33,"\u2019":-7,"\u2018":-13,"\u201d":-7,"\u201c":-13,".":31,"-":6,",":31}},"z":{"d":"6,0r0,-41r86,-111r-79,0r0,-41r128,0r0,48r-81,102r86,0r0,43r-140,0","w":151},"{":{"d":"77,-198v-2,-56,24,-63,77,-62r0,32v-81,-21,-4,130,-77,135v42,4,36,51,36,97v0,32,9,39,41,38r0,31v-52,1,-77,-6,-77,-61v0,-48,7,-98,-49,-90r0,-31v54,8,51,-40,49,-89","w":180},"|":{"d":"75,-275r31,0r0,360r-31,0r0,-360","w":180},"}":{"d":"103,-93v-76,-6,8,-151,-76,-135r0,-32v52,-1,76,7,76,62v0,48,-8,97,49,89r0,31v-55,-8,-51,40,-49,90v2,55,-24,62,-76,61r0,-31v82,18,1,-129,76,-135","w":180},"~":{"d":"99,-134v35,-2,75,23,103,23v28,-1,46,-12,67,-27r0,33v-20,13,-40,23,-67,24v-34,1,-78,-25,-103,-23v-29,2,-46,12,-68,28r0,-33v20,-13,40,-24,68,-25","w":299},"\u2020":{"d":"69,41r0,-188r-59,0r0,-33r59,0r0,-76r42,0r0,76r59,0r0,33r-59,0r0,188r-42,0","w":180},"\u2022":{"d":"106,-82v-28,0,-52,-24,-52,-52v0,-28,24,-52,52,-52v28,0,52,24,52,52v0,28,-24,52,-52,52","w":212},"\u00ae":{"d":"182,-160v0,-25,-28,-24,-54,-24r0,46v26,0,54,2,54,-22xm215,-164v0,22,-14,36,-33,40r33,66r-35,0r-29,-61r-23,0r0,61r-31,0r0,-146v51,1,117,-9,118,40xm261,-127v0,-67,-44,-112,-111,-112v-67,0,-111,46,-111,111v0,65,44,110,109,110v67,0,113,-42,113,-109xm20,-128v0,-77,51,-130,130,-130v79,0,130,52,130,130v0,78,-53,130,-130,130v-77,0,-130,-53,-130,-130","w":299},"\u00a9":{"d":"112,-128v-12,54,65,77,72,26r29,0v-1,32,-29,52,-63,52v-43,0,-70,-32,-70,-77v0,-64,64,-102,114,-67v12,8,17,21,18,35r-29,0v-2,-17,-16,-27,-34,-27v-27,1,-37,27,-37,58xm261,-128v0,-67,-44,-111,-111,-111v-68,0,-111,46,-111,111v0,65,45,110,111,110v66,0,111,-44,111,-110xm20,-128v0,-77,51,-130,130,-130v79,0,130,52,130,130v0,78,-53,130,-130,130v-77,0,-130,-53,-130,-130","w":299},"\u2122":{"d":"142,-257r30,0r25,64r23,-64r30,0r0,96r-20,0r0,-76r-28,76r-10,0r-30,-76r0,76r-20,0r0,-96xm40,-257r82,0r0,17r-30,0r0,79r-23,0r0,-79r-29,0r0,-17","w":299},"\u2026":{"d":"83,0r-45,0r0,-48r45,0r0,48xm202,0r-45,0r0,-48r45,0r0,48xm323,0r-45,0r0,-48r45,0r0,48","w":360},"\u2013":{"d":"180,-114r0,34r-180,0r0,-34r180,0","w":180},"\u2014":{"d":"0,-80r0,-34r360,0r0,34r-360,0","w":360},"\u201c":{"d":"134,-235v-11,1,-16,6,-15,20r15,0r0,49r-45,0v0,-46,-8,-99,45,-95r0,26xm67,-235v-11,2,-15,7,-15,20r15,0r0,49r-45,0v0,-47,-7,-98,45,-95r0,26","w":152,"k":{"y":-13,"w":-13,"f":-7,"Y":-18,"W":-10,"V":-13,"T":-7,"J":48,"A":28}},"\u201d":{"d":"22,-187v12,-1,16,-7,15,-20r-15,0r0,-49r45,0v0,47,7,98,-45,95r0,-26xm89,-187v11,-2,15,-7,15,-20r-15,0r0,-49r45,0v0,47,7,98,-45,95r0,-26","w":152},"\u2018":{"d":"67,-235v-11,2,-15,7,-15,20r15,0r0,49r-45,0v0,-47,-7,-98,45,-95r0,26","w":85,"k":{"y":-13,"w":-13,"f":-7,"Y":-18,"W":-10,"V":-13,"T":-7,"J":48,"A":28}},"\u2019":{"d":"22,-187v12,-1,15,-6,15,-20r-15,0r0,-49r45,0v0,47,7,98,-45,95r0,-26","w":85},"\u2021":{"d":"69,41r0,-66r-59,0r0,-33r59,0r0,-98r-59,0r0,-33r59,0r0,-67r42,0r0,67r59,0r0,33r-59,0r0,98r59,0r0,33r-59,0r0,66r-42,0","w":180},"\u201a":{"d":"22,20v12,-1,16,-7,15,-20r-15,0r0,-48r45,0v0,46,7,97,-45,94r0,-26","w":85,"k":{"y":13,"w":21,"f":6,"Y":40,"W":44,"V":60,"T":36,"O":20,"J":-7,"G":13,"C":20,"A":-13}},"\u00d7":{"d":"71,-209r81,81r81,-81r20,21r-81,81r81,80r-20,21r-81,-81r-81,81r-21,-21r81,-80r-81,-81","w":299},"\u00a0":{"w":104}}});
/*
 * jquery.tools 1.1.2 - The missing UI library for the Web
 * 
 * [tools.scrollable-1.1.2, tools.scrollable.circular-0.5.1, tools.scrollable.autoscroll-1.0.1, tools.scrollable.navigator-1.0.2, tools.overlay-1.1.2, tools.overlay.apple-1.0.1, tools.expose-1.0.5, tools.flashembed-1.0.4]
 * 
 * Copyright (c) 2009 Tero Piirainen
 * http://flowplayer.org/tools/
 *
 * Dual licensed under MIT and GPL 2+ licenses
 * http://www.opensource.org/licenses
 * 
 * -----
 * 
 * File generated: Mon Nov 23 03:00:39 GMT+00:00 2009
 */
(function(b){b.tools=b.tools||{};b.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var c;function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i;if(!c){c=r}b.each(m,function(s,t){if(b.isFunction(t)){p.bind(s,t)}});if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t);return m.globalNav?s:o.parent().find(t)}o.data("finder",l);var f=l(m.prev),h=l(m.next),g=l(m.prevPage),n=l(m.nextPage);b.extend(r,{getIndex:function(){return k},getClickIndex:function(){var s=r.getItems();return s.index(s.filter("."+m.activeClass))},getConf:function(){return m},getSize:function(){return r.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/m.size)},getPageIndex:function(){return Math.ceil(k/m.size)},getNaviButtons:function(){return f.add(h).add(g).add(n)},getRoot:function(){return o},getItemWrap:function(){return e},getItems:function(){return e.children(m.item)},getVisibleItems:function(){return r.getItems().slice(k,k+m.size)},seekTo:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isFunction(w)){t=w}if(s>r.getSize()-m.size){return m.loop?r.begin():this.end()}var u=r.getItems().eq(s);if(!u.length){return r}var v=b.Event("onBeforeSeek");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}if(w===undefined||b.isFunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onSeek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r;k=s;v=b.Event("onStart");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}f.add(g).toggleClass(m.disabledClass,s===0);h.add(n).toggleClass(m.disabledClass,s>=r.getSize()-m.size);return r},move:function(u,t,s){i=u>0;return this.seekTo(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movePage:function(w,v,u){i=w>0;var s=m.size*w;var t=k%m.size;if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevPage:function(t,s){return this.movePage(-1,t,s)},nextPage:function(t,s){return this.movePage(1,t,s)},setPage:function(t,u,s){return this.seekTo(t*m.size,u,s)},begin:function(t,s){i=false;return this.seekTo(0,t,s)},end:function(t,s){i=true;var u=this.getSize()-m.size;return u>0?this.seekTo(u,t,s):r},reload:function(){p.trigger("onReload");return r},focus:function(){c=r;return r},click:function(u){var v=r.getItems().eq(u),s=m.activeClass,t=m.size;if(u<0||u>=r.getSize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getSize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getItems().removeClass(s);v.addClass(s);return r.seekTo(u,time,fn)}if(!v.hasClass(s)){r.getItems().removeClass(s);v.addClass(s);var x=Math.floor(t/2);var w=u-x;if(w>r.getSize()-t){w=r.getSize()-t}if(w!==u){return r.seekTo(w)}}return r},bind:function(s,t){p.bind(s,t);return r},unbind:function(s){p.unbind(s);return r}});b.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}});f.addClass(m.disabledClass).click(function(){r.prev()});h.click(function(){r.next()});n.click(function(){r.nextPage()});if(r.getSize()<m.size){h.add(n).addClass(m.disabledClass)}g.addClass(m.disabledClass).click(function(){r.prevPage()});var j=m.hoverClass,q="keydown."+Math.random().toString().substring(10);r.onReload(function(){if(j){r.getItems().hover(function(){b(this).addClass(j)},function(){b(this).removeClass(j)})}if(m.clickable){r.getItems().each(function(s){b(this).unbind("click.scrollable").bind("click.scrollable",function(t){if(b(t.target).is("a")){return}return r.click(s)})})}if(m.keyboard){b(document).unbind(q).bind(q,function(t){if(t.altKey||t.ctrlKey){return}if(m.keyboard!="static"&&c!=r){return}var u=m.keyboardSteps;if(d&&(t.keyCode==37||t.keyCode==39)){r.move(t.keyCode==37?-u:u);return t.preventDefault()}if(!d&&(t.keyCode==38||t.keyCode==40)){r.move(t.keyCode==38?-u:u);return t.preventDefault()}return true})}else{b(document).unbind(q)}});r.reload()}b.fn.scrollable=function(d){var e=this.eq(typeof d=="number"?d:0).data("scrollable");if(e){return e}var f=b.extend({},b.tools.scrollable.conf);d=b.extend(f,d);d.keyboardSteps=d.keyboardSteps||d.size;this.each(function(){e=new a(b(this),d);b(this).data("scrollable",e)});return d.api?e:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.circular={version:"0.5.1",conf:{api:false,clonedClass:"cloned"}};b.fn.circular=function(e){var d=b.extend({},a.plugins.circular.conf),c;b.extend(d,e);this.each(function(){var i=b(this).scrollable(),n=i.getItems(),k=i.getConf(),f=i.getItemWrap(),j=0;if(i){c=i}if(n.length<k.size){return false}n.slice(0,k.size).each(function(o){b(this).clone().appendTo(f).click(function(){i.click(n.length+o)}).addClass(d.clonedClass)});var l=b.makeArray(n.slice(-k.size)).reverse();b(l).each(function(o){b(this).clone().prependTo(f).click(function(){i.click(-o-1)}).addClass(d.clonedClass)});var m=f.children(k.item);var h=k.hoverClass;if(h){m.hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)})}function g(o){var p=m.eq(o);if(k.vertical){f.css({top:-p.position().top})}else{f.css({left:-p.position().left})}}g(k.size);b.extend(i,{move:function(s,r,p,q){var u=j+s+k.size;var t=u>i.getSize()-k.size;if(u<=0||t){var o=j+k.size+(t?-n.length:n.length);g(o);u=o+s}if(q){m.removeClass(k.activeClass).eq(u+Math.floor(k.size/2)).addClass(k.activeClass)}if(u===j+k.size){return self}return i.seekTo(u,r,p)},begin:function(p,o){return this.seekTo(k.size,p,o)},end:function(p,o){return this.seekTo(n.length,p,o)},click:function(p,r,q){if(!k.clickable){return self}if(k.size==1){return this.next()}var s=p-j,o=k.activeClass;s-=Math.floor(k.size/2);return this.move(s,r,q,true)},getIndex:function(){return j},setPage:function(p,q,o){return this.seekTo(p*k.size+k.size,q,o)},getPageAmount:function(){return Math.ceil(n.length/k.size)},getPageIndex:function(){if(j<0){return this.getPageAmount()-1}if(j>=n.length){return 0}var o=(j+k.size)/k.size-1;return o},getVisibleItems:function(){var o=j+k.size;return m.slice(o,o+k.size)}});i.onStart(function(p,o){j=o-k.size;return false});i.getNaviButtons().removeClass(k.disabledClass)});return d.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setInterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearInterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getRoot().add(g.getNaviButtons()).hover(function(){g.pause();clearInterval(f)},function(){if(!h){f=setTimeout(g.play,e.interval)}})}if(e.autoplay){setTimeout(g.play,e.interval)}});return e.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,api:false,idPrefix:null}};b.fn.navigator=function(d){var e=b.extend({},a.plugins.navigator.conf),c;if(typeof d=="string"){d={navi:d}}d=b.extend(e,d);this.each(function(){var i=b(this).scrollable(),f=i.getRoot(),l=f.data("finder").call(null,d.navi),g=null,k=i.getNaviButtons();if(i){c=i}i.getNaviButtons=function(){return k.add(l)};function j(){if(!l.children().length||l.data("navi")==i){l.empty();l.data("navi",i);for(var m=0;m<i.getPageAmount();m++){l.append(b("<"+(d.naviItem||"a")+"/>"))}g=l.children().each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()});if(d.indexed){o.text(n)}if(d.idPrefix){o.attr("id",d.idPrefix+n)}})}else{g=d.naviItem?l.find(d.naviItem):l.children();g.each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()})})}g.eq(0).addClass(d.activeClass)}i.onStart(function(o,n){var m=d.activeClass;g.removeClass(m).eq(i.getPageIndex()).addClass(m)});i.onReload(function(){j()});j();var h=g.filter("[href="+location.hash+"]");if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jQuery);
(function(c){c.tools=c.tools||{};c.tools.overlay={version:"1.1.2",addEffect:function(e,f,g){b[e]=[f,g]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var b={};c.tools.overlay.addEffect("default",function(e){this.getOverlay().fadeIn(this.getConf().speed,e)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,e)});var d=[];function a(g,k){var o=this,m=c(this),n=c(window),j,i,h,e=k.expose&&c.tools.expose.version;var f=k.target||g.attr("rel");i=f?c(f):null||g;if(!i.length){throw"Could not find Overlay: "+f}if(g&&g.index(i)==-1){g.click(function(p){o.load(p);return p.preventDefault()})}c.each(k,function(p,q){if(c.isFunction(q)){m.bind(p,q)}});c.extend(o,{load:function(u){if(o.isOpened()){return o}var r=b[k.effect];if(!r){throw'Overlay: cannot find effect : "'+k.effect+'"'}if(k.oneInstance){c.each(d,function(){this.close(u)})}u=u||c.Event();u.type="onBeforeLoad";m.trigger(u);if(u.isDefaultPrevented()){return o}h=true;if(e){i.expose().load(u)}var t=k.top;var s=k.left;var p=i.outerWidth({margin:true});var q=i.outerHeight({margin:true});if(typeof t=="string"){t=t=="center"?Math.max((n.height()-q)/2,0):parseInt(t,10)/100*n.height()}if(s=="center"){s=Math.max((n.width()-p)/2,0)}if(!k.absolute){t+=n.scrollTop();s+=n.scrollLeft()}i.css({top:t,left:s,position:"absolute"});u.type="onStart";m.trigger(u);r[0].call(o,function(){if(h){u.type="onLoad";m.trigger(u)}});if(k.closeOnClick){c(document).bind("click.overlay",function(w){if(!o.isOpened()){return}var v=c(w.target);if(v.parents(i).length>1){return}c.each(d,function(){this.close(w)})})}if(k.closeOnEsc){c(document).unbind("keydown.overlay").bind("keydown.overlay",function(v){if(v.keyCode==27){c.each(d,function(){this.close(v)})}})}return o},close:function(q){if(!o.isOpened()){return o}q=q||c.Event();q.type="onBeforeClose";m.trigger(q);if(q.isDefaultPrevented()){return}h=false;b[k.effect][1].call(o,function(){q.type="onClose";m.trigger(q)});var p=true;c.each(d,function(){if(this.isOpened()){p=false}});if(p){c(document).unbind("click.overlay").unbind("keydown.overlay")}return o},getContent:function(){return i},getOverlay:function(){return i},getTrigger:function(){return g},getClosers:function(){return j},isOpened:function(){return h},getConf:function(){return k},bind:function(p,q){m.bind(p,q);return o},unbind:function(p){m.unbind(p);return o}});c.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(p,q){o[q]=function(r){return o.bind(q,r)}});if(e){if(typeof k.expose=="string"){k.expose={color:k.expose}}c.extend(k.expose,{api:true,closeOnClick:k.closeOnClick,closeOnEsc:false});var l=i.expose(k.expose);l.onBeforeClose(function(p){o.close(p)});o.onClose(function(p){l.close(p)})}j=i.find(k.close||".close");if(!j.length&&!k.close){j=c('<div class="close"></div>');i.prepend(j)}j.click(function(p){o.close(p)})}c.fn.overlay=function(e){var f=this.eq(typeof e=="number"?e:0).data("overlay");if(f){return f}if(c.isFunction(e)){e={onBeforeLoad:e}}var g=c.extend({},c.tools.overlay.conf);e=c.extend(true,g,e);this.each(function(){f=new a(c(this),e);d.push(f);c(this).data("overlay",f)});return e.api?f:this}})(jQuery);
(function(d){var b=d.tools.overlay;b.effects=b.effects||{};b.effects.apple={version:"1.0.1"};d.extend(b.conf,{start:{absolute:true,top:null,left:null},fadeInSpeed:"fast",zIndex:9999});function c(f){var g=f.offset();return[g.top+f.height()/2,g.left+f.width()/2]}var e=function(n){var k=this.getOverlay(),f=this.getConf(),i=this.getTrigger(),q=this,r=k.outerWidth({margin:true}),m=k.data("img");if(!m){var l=k.css("backgroundImage");if(!l){throw"background-image CSS property not set for overlay"}l=l.substring(l.indexOf("(")+1,l.indexOf(")")).replace(/\"/g,"");k.css("backgroundImage","none");m=d('<img src="'+l+'"/>');m.css({border:0,position:"absolute",display:"none"}).width(r);d("body").append(m);k.data("img",m)}var o=d(window),j=f.start.top||Math.round(o.height()/2),h=f.start.left||Math.round(o.width()/2);if(i){var g=c(i);j=g[0];h=g[1]}if(!f.start.absolute){j+=o.scrollTop();h+=o.scrollLeft()}m.css({top:j,left:h,width:0,zIndex:f.zIndex}).show();m.animate({top:k.css("top"),left:k.css("left"),width:r},f.speed,function(){k.css("zIndex",f.zIndex+1).fadeIn(f.fadeInSpeed,function(){if(q.isOpened()&&!d(this).index(k)){n.call()}else{k.hide()}})})};var a=function(f){var h=this.getOverlay(),i=this.getConf(),g=this.getTrigger(),l=i.start.top,k=i.start.left;h.hide();if(g){var j=c(g);l=j[0];k=j[1]}h.data("img").animate({top:l,left:k,width:0},i.closeSpeed,f)};b.addEffect("apple",e,a)})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function a(){if(b.browser.msie){var f=b(document).height(),e=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,f-e<20?e:f]}return[b(window).width(),b(document).height()]}function c(h,g){var e=this,j=b(this),d=null,f=false,i=0;b.each(g,function(k,l){if(b.isFunction(l)){j.bind(k,l)}});b(window).resize(function(){e.fit()});b.extend(this,{getMask:function(){return d},getExposed:function(){return h},getConf:function(){return g},isLoaded:function(){return f},load:function(n){if(f){return e}i=h.eq(0).css("zIndex");if(g.maskId){d=b("#"+g.maskId)}if(!d||!d.length){var l=a();d=b("<div/>").css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:0,zIndex:g.zIndex});if(g.maskId){d.attr("id",g.maskId)}b("body").append(d);var k=d.css("backgroundColor");if(!k||k=="transparent"||k=="rgba(0, 0, 0, 0)"){d.css("backgroundColor",g.color)}if(g.closeOnEsc){b(document).bind("keydown.unexpose",function(o){if(o.keyCode==27){e.close()}})}if(g.closeOnClick){d.bind("click.unexpose",function(o){e.close(o)})}}n=n||b.Event();n.type="onBeforeLoad";j.trigger(n);if(n.isDefaultPrevented()){return e}b.each(h,function(){var o=b(this);if(!/relative|absolute|fixed/i.test(o.css("position"))){o.css("position","relative")}});h.css({zIndex:Math.max(g.zIndex+1,i=="auto"?0:i)});var m=d.height();if(!this.isLoaded()){d.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){if(d.height()!=m){d.css("height",m)}n.type="onLoad";j.trigger(n)})}f=true;return e},close:function(k){if(!f){return e}k=k||b.Event();k.type="onBeforeClose";j.trigger(k);if(k.isDefaultPrevented()){return e}d.fadeOut(g.closeSpeed,function(){k.type="onClose";j.trigger(k);h.css({zIndex:b.browser.msie?i:null})});f=false;return e},fit:function(){if(d){var k=a();d.css({width:k[0],height:k[1]})}},bind:function(k,l){j.bind(k,l);return e},unbind:function(k){j.unbind(k);return e}});b.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(k,l){e[l]=function(m){return e.bind(l,m)}})}b.fn.expose=function(d){var e=this.eq(typeof d=="number"?d:0).data("expose");if(e){return e}if(typeof d=="string"){d={color:d}}var f=b.extend({},b.tools.expose.conf);d=b.extend(f,d);this.each(function(){e=new c(b(this),d);b(this).data("expose",e)});return d.api?e:this}})(jQuery);
(function(){var e=typeof jQuery=="function";var i={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(e){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:i}}function j(){if(c.done){return false}var l=document;if(l&&l.getElementsByTagName&&l.getElementById&&l.body){clearInterval(c.timer);c.timer=null;for(var k=0;k<c.ready.length;k++){c.ready[k].call()}c.ready=null;c.done=true}}var c=e?jQuery:function(k){if(c.done){return k()}if(c.timer){c.ready.push(k)}else{c.ready=[k];c.timer=setInterval(j,13)}};function f(l,k){if(k){for(key in k){if(k.hasOwnProperty(key)){l[key]=k[key]}}}return l}function g(k){switch(h(k)){case"string":k=k.replace(new RegExp('(["\\\\])',"g"),"\\$1");k=k.replace(/^\s?(\d+)%/,"$1pct");return'"'+k+'"';case"array":return"["+b(k,function(n){return g(n)}).join(",")+"]";case"function":return'"function()"';case"object":var l=[];for(var m in k){if(k.hasOwnProperty(m)){l.push('"'+m+'":'+g(k[m]))}}return"{"+l.join(",")+"}"}return String(k).replace(/\s/g," ").replace(/\'/g,'"')}function h(l){if(l===null||l===undefined){return false}var k=typeof l;return(k=="object"&&l.push)?"array":k}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function b(k,n){var m=[];for(var l in k){if(k.hasOwnProperty(l)){m[l]=n(k[l])}}return m}function a(r,t){var q=f({},r);var s=document.all;var n='<object width="'+q.width+'" height="'+q.height+'"';if(s&&!q.id){q.id="_"+(""+Math.random()).substring(9)}if(q.id){n+=' id="'+q.id+'"'}if(q.cachebusting){q.src+=((q.src.indexOf("?")!=-1?"&":"?")+Math.random())}if(q.w3c||!s){n+=' data="'+q.src+'" type="application/x-shockwave-flash"'}else{n+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}n+=">";if(q.w3c||s){n+='<param name="movie" value="'+q.src+'" />'}q.width=q.height=q.id=q.w3c=q.src=null;for(var l in q){if(q[l]!==null){n+='<param name="'+l+'" value="'+q[l]+'" />'}}var o="";if(t){for(var m in t){if(t[m]!==null){o+=m+"="+(typeof t[m]=="object"?g(t[m]):t[m])+"&"}}o=o.substring(0,o.length-1);n+='<param name="flashvars" value=\''+o+"' />"}n+="</object>";return n}function d(m,p,l){var k=flashembed.getVersion();f(this,{getContainer:function(){return m},getConf:function(){return p},getVersion:function(){return k},getFlashvars:function(){return l},getApi:function(){return m.firstChild},getHTML:function(){return a(p,l)}});var q=p.version;var r=p.expressInstall;var o=!q||flashembed.isSupported(q);if(o){p.onFail=p.version=p.expressInstall=null;m.innerHTML=a(p,l)}else{if(q&&r&&flashembed.isSupported([6,65])){f(p,{src:r});l={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};m.innerHTML=a(p,l)}else{if(m.innerHTML.replace(/\s/g,"")!==""){}else{m.innerHTML="<h2>Flash version "+q+" or greater is required</h2><h3>"+(k[0]>0?"Your version is "+k:"You have no flash plugin installed")+"</h3>"+(m.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})();

/* */