 (function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);
 
 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}})());

Cufon.registerFont({"w":200,"face":{"font-family":"Avenir","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-12 -283 345 86.5536","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"B":{"d":"207,-71v0,80,-93,71,-175,71r0,-255v74,0,161,-11,162,63v1,33,-21,49,-45,58v34,4,58,25,58,63xm162,-188v0,-46,-54,-38,-100,-39r0,80v47,0,101,7,100,-41xm175,-72v0,-53,-59,-48,-113,-47r0,91v52,1,113,5,113,-44","w":226},"C":{"d":"17,-127v-9,-119,148,-177,220,-94r-27,19v-13,-18,-34,-31,-63,-31v-62,2,-98,46,-98,106v0,61,35,105,98,105v35,0,56,-14,73,-35r23,19v-21,28,-50,45,-96,44v-80,-2,-124,-53,-130,-133","w":253},"D":{"d":"250,-127v0,80,-48,127,-125,127r-98,0r0,-255r98,0v77,6,125,47,125,128xm217,-127v0,-89,-67,-106,-160,-100r0,199v92,6,160,-9,160,-99","w":266},"E":{"d":"32,-255r160,0r0,28r-130,0r0,80r121,0r0,28r-121,0r0,91r136,0r0,28r-166,0r0,-255","w":213},"F":{"d":"32,-255r158,0r0,28r-128,0r0,84r119,0r0,29r-119,0r0,114r-30,0r0,-255","k":{"A":20,".":57,",":57}},"G":{"d":"49,-127v-3,88,93,128,169,91r0,-78r-59,0r0,-29r89,0r0,126v-27,14,-56,24,-95,23v-85,-2,-131,-50,-136,-133v-6,-118,143,-173,227,-101r-23,24v-15,-17,-39,-30,-69,-29v-64,2,-100,42,-103,106","w":280},"H":{"d":"32,-255r30,0r0,108r136,0r0,-108r30,0r0,255r-30,0r0,-119r-136,0r0,119r-30,0r0,-255","w":259},"I":{"d":"32,-255r30,0r0,255r-30,0r0,-255","w":93},"J":{"d":"69,-22v34,0,42,-23,43,-54r0,-179r30,0r0,189v6,63,-70,91,-118,59v-12,-8,-20,-23,-23,-41r30,-6v5,18,15,32,38,32","w":173},"K":{"d":"32,-255r30,0r0,110r4,0r116,-110r44,0r-126,116r132,139r-44,0r-122,-130r-4,0r0,130r-30,0r0,-255","w":226},"L":{"d":"32,-255r30,0r0,227r117,0r0,28r-147,0r0,-255","w":180,"k":{"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"32,-255r45,0r87,200r87,-200r44,0r0,255r-30,0r-1,-214r-92,214r-18,0r-92,-214r0,214r-30,0r0,-255","w":326},"N":{"d":"32,-255r38,0r148,212r0,-212r30,0r0,255r-38,0r-148,-212r0,212r-30,0r0,-255","w":280},"O":{"d":"283,-127v0,81,-51,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134v82,0,133,52,133,134xm49,-127v0,62,37,105,101,105v63,0,101,-42,101,-105v0,-64,-38,-106,-101,-106v-64,0,-101,43,-101,106","w":300},"P":{"d":"197,-185v0,68,-64,74,-135,71r0,114r-30,0r0,-255v79,-1,165,-8,165,70xm164,-185v0,-48,-54,-43,-102,-42r0,84v48,1,102,6,102,-42","w":213,"k":{"A":27,".":64,",":64}},"Q":{"d":"279,-131v0,53,-27,85,-62,105r79,0r0,26r-148,0v-80,-4,-131,-52,-131,-131v0,-79,51,-130,131,-130v80,0,131,51,131,130xm148,-233v-61,0,-99,41,-99,102v0,61,38,103,99,103v61,0,99,-42,99,-103v0,-61,-38,-102,-99,-102","w":300},"R":{"d":"198,-185v-1,40,-26,63,-63,68r72,117r-37,0r-69,-114r-39,0r0,114r-30,0r0,-255v79,0,167,-11,166,70xm166,-185v0,-49,-56,-41,-104,-42r0,84v49,0,104,7,104,-42","w":219,"k":{"Y":13,"W":6,"V":6,"T":6}},"S":{"d":"58,-128v-70,-33,-33,-142,48,-133v33,4,56,9,71,30r-24,21v-22,-42,-125,-22,-98,35v24,50,127,23,127,107v0,84,-131,96,-168,39r26,-21v22,48,136,28,105,-35v-14,-28,-57,-29,-87,-43"},"T":{"d":"203,-227r-85,0r0,227r-30,0r0,-227r-84,0r0,-28r199,0r0,28","w":206,"k":{"A":33,"y":40,"w":40,"u":33,";":40,"s":40,"r":33,".":40,"o":40,"-":46,"e":40,",":40,":":40,"c":40,"a":40}},"U":{"d":"127,-22v99,-1,57,-142,66,-233r30,0v-4,115,29,261,-96,261v-125,0,-92,-146,-96,-261r30,0v9,92,-34,233,66,233","w":253},"V":{"d":"-3,-255r34,0r79,210r81,-210r32,0r-100,255r-29,0","w":219,"k":{"A":17,"y":6,"u":13,";":17,"r":13,".":46,"o":20,"i":6,"-":20,"e":20,",":46,":":17,"a":20}},"W":{"d":"2,-255r34,0r58,212r63,-212r34,0r63,212r59,-212r32,0r-75,255r-33,0r-64,-216r-63,216r-33,0","w":346,"k":{"A":9,"u":6,";":6,"r":6,".":27,"o":21,"e":17,",":27,":":6,"a":13}},"X":{"d":"92,-134r-86,-121r39,0r69,100r68,-100r38,0r-86,121r94,134r-40,0r-76,-113r-76,113r-37,0","w":226},"Y":{"d":"92,-110r-95,-145r38,0r72,115r74,-115r36,0r-95,145r0,110r-30,0r0,-110","w":213,"k":{"A":27,"v":20,"u":27,";":33,"q":33,".":50,"p":27,"o":40,"i":13,"-":40,"e":40,",":50,":":33,"a":33}},"Z":{"d":"10,-27r148,-200r-145,0r0,-28r181,0r0,26r-147,201r149,0r0,28r-186,0r0,-27","w":206},"a":{"d":"134,-105v7,-53,-68,-48,-92,-24r-18,-18v39,-41,138,-37,138,45v0,34,-2,71,3,102r-27,0v-3,-6,0,-18,-3,-25v-19,42,-121,40,-118,-21v2,-55,61,-59,117,-59xm84,-19v35,0,51,-24,50,-62v-39,0,-87,-3,-87,32v0,22,16,30,37,30","w":186},"&":{"d":"177,-203v0,37,-30,50,-54,65r54,57r34,-57r35,0r-49,78r58,60r-42,0r-34,-37v-18,23,-37,42,-76,41v-47,-1,-81,-24,-81,-72v0,-42,27,-60,56,-74v-14,-16,-30,-32,-30,-59v1,-39,27,-59,65,-59v37,0,64,19,64,57xm114,-234v-26,-1,-47,30,-31,53v6,9,13,17,21,24v18,-11,42,-19,43,-47v0,-18,-15,-30,-33,-30xm52,-69v-3,51,71,60,96,26v4,-4,9,-9,13,-14r-64,-67v-21,13,-44,23,-45,55","w":259},"^":{"d":"109,-255r22,0r80,156r-27,0r-64,-126r-65,126r-26,0","w":239},"~":{"d":"157,-85v-38,0,-90,-49,-108,1r-12,-18v12,-14,20,-30,45,-31v32,0,46,24,78,24v17,0,25,-14,31,-25r12,17v-11,15,-21,32,-46,32","w":239},"*":{"d":"91,-201r51,-18r7,21r-51,18r32,42r-18,14r-32,-44r-31,44r-18,-14r31,-42r-51,-18r7,-21r51,18r0,-54r22,0r0,54","w":159},"@":{"d":"152,-181v-38,3,-55,39,-58,76v-2,19,14,34,32,34v35,0,55,-40,55,-76v0,-20,-11,-32,-29,-34xm152,-205v22,0,33,12,41,30r6,-23r24,0r-34,120v0,5,3,7,9,7v32,-7,50,-39,50,-78v0,-59,-41,-93,-98,-93v-68,0,-110,47,-110,115v0,68,44,111,110,114v39,2,73,-20,91,-44r23,0v-22,36,-57,63,-114,63v-81,0,-134,-52,-134,-133v0,-82,53,-134,134,-134v72,0,122,40,122,110v0,58,-35,97,-84,104v-15,2,-21,-12,-24,-24v-23,39,-101,26,-96,-32v4,-55,29,-102,84,-102","w":288},"b":{"d":"119,4v-31,1,-54,-17,-66,-34r0,30r-28,0r0,-272r28,0r1,128v43,-55,156,-24,149,60v-4,53,-31,86,-84,88xm113,-147v-38,0,-60,24,-60,63v0,37,21,62,60,62v39,0,60,-25,60,-62v0,-39,-22,-63,-60,-63","w":219},"\\":{"d":"1,-261r23,-9r108,276r-23,9","w":133},"|":{"d":"28,-272r24,0r0,278r-24,0r0,-278","w":79},"{":{"d":"12,-114v73,-15,-21,-171,94,-150r0,22v-77,-17,-1,121,-68,139v42,7,29,71,31,120v1,17,17,20,37,18r0,21v-39,4,-63,-9,-63,-45v0,-43,10,-100,-31,-104r0,-21","w":119},"}":{"d":"51,-213v1,-25,-11,-32,-37,-29r0,-22v67,-11,63,47,63,109v0,22,11,39,31,41r0,21v-72,7,23,168,-94,149r0,-21v77,17,1,-123,68,-139v-38,-7,-32,-63,-31,-109","w":119},"[":{"d":"69,-242r-33,0r0,277r33,0r0,21r-59,0r0,-320r59,0r0,22","w":93},"]":{"d":"24,-264r59,0r0,320r-59,0r0,-21r33,0r0,-277r-33,0r0,-22","w":93},"c":{"d":"17,-84v-6,-83,102,-115,152,-62r-22,20v-30,-40,-108,-17,-100,42v-5,56,68,83,100,42r21,19v-14,17,-36,27,-64,27v-55,-1,-83,-34,-87,-88","w":173},":":{"d":"28,-151v0,-27,44,-28,44,0v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21xm28,-19v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21","w":100},",":{"d":"46,50r-27,0r24,-87r33,0","w":100},"d":{"d":"17,-84v-6,-85,105,-114,150,-60r0,-128r28,0r0,272r-28,0v-1,-9,2,-23,-1,-30v-10,19,-35,35,-65,34v-53,-2,-80,-35,-84,-88xm107,-22v39,0,60,-25,60,-62v0,-38,-22,-63,-60,-63v-38,0,-60,24,-60,63v0,37,21,62,60,62","w":219},"$":{"d":"185,-68v-1,46,-32,68,-76,72r0,26r-17,0r0,-26v-34,0,-62,-11,-77,-33r25,-22v9,14,30,27,52,27r0,-91v-36,-11,-71,-27,-71,-73v0,-43,30,-67,71,-71r0,-24r17,0r0,24v29,0,57,11,70,29r-23,22v-10,-13,-26,-23,-47,-23r0,90v38,12,77,23,76,73xm92,-231v-40,0,-54,65,-15,78v5,2,9,5,15,7r0,-85xm109,-24v35,1,60,-48,30,-72v-8,-7,-18,-11,-30,-15r0,87"},"e":{"d":"47,-76v-2,57,83,71,109,29r21,16v-18,24,-37,36,-75,35v-53,-1,-85,-35,-85,-88v0,-55,33,-89,86,-89v56,0,81,38,80,97r-136,0xm153,-99v4,-45,-59,-62,-89,-35v-10,9,-15,21,-17,35r106,0"},"8":{"d":"69,-136v-23,-9,-42,-27,-42,-57v0,-42,30,-66,73,-66v43,0,73,24,73,66v0,30,-19,48,-42,57v30,8,50,29,50,66v0,49,-33,74,-81,74v-48,0,-81,-25,-81,-74v0,-37,20,-58,50,-66xm100,-233v-25,0,-42,18,-42,42v0,24,17,42,42,42v25,0,43,-18,43,-42v0,-24,-18,-42,-43,-42xm100,-123v-31,0,-51,20,-51,51v0,30,19,50,51,50v32,0,51,-20,51,-50v0,-31,-20,-51,-51,-51"},"=":{"d":"26,-149r188,0r0,24r-188,0r0,-24xm26,-93r188,0r0,24r-188,0r0,-24","w":239},"!":{"d":"65,-71r-30,0r0,-184r30,0r0,184xm28,-19v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21","w":100},"f":{"d":"118,-247v-47,-19,-54,28,-49,79r41,0r0,23r-41,0r0,145r-28,0r0,-145r-37,0r0,-23r37,0v-8,-68,13,-124,81,-104","w":113,"k":{"f":6}},"5":{"d":"149,-80v4,-61,-76,-71,-114,-42r2,-133r134,0r0,28r-104,0r-1,69v58,-21,114,16,114,78v0,90,-134,114,-163,38r30,-12v8,18,23,33,48,32v34,-2,52,-23,54,-58"},"4":{"d":"151,-86r37,0r0,28r-37,0r0,58r-30,0r0,-58r-108,0r0,-34r101,-163r37,0r0,169xm121,-86r-1,-134r-81,134r82,0"},"g":{"d":"167,-140r0,-28r28,0r0,160v12,98,-120,120,-175,62r20,-23v32,46,138,38,127,-39v-1,-6,2,-16,-1,-21v-11,19,-32,31,-59,31v-55,-1,-85,-32,-90,-86v-8,-86,113,-117,150,-56xm107,-147v-38,0,-60,25,-60,63v0,36,23,60,60,60v38,0,60,-24,60,-61v0,-37,-22,-62,-60,-62","w":219},"`":{"d":"68,-203r-26,0r-51,-52r40,0","w":86},">":{"d":"26,-39r159,-70r-159,-70r0,-24r188,83r0,21r-188,84r0,-24","w":239},"h":{"d":"107,-147v-67,-1,-50,83,-52,147r-28,0r0,-272r28,0r0,127v10,-16,29,-27,54,-28v83,-4,63,96,65,173r-29,0v-6,-56,22,-146,-38,-147"},"-":{"d":"16,-99r88,0r0,26r-88,0r0,-26","w":119},"i":{"d":"29,-168r28,0r0,168r-28,0r0,-168xm43,-214v-11,0,-21,-8,-20,-20v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20","w":86},"j":{"d":"-9,58v25,8,38,-7,38,-33r0,-193r28,0r0,206v2,36,-32,56,-69,45xm43,-214v-11,0,-21,-8,-20,-20v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20","w":86},"k":{"d":"27,-272r28,0r0,178r76,-74r40,0r-81,76r90,92r-42,0r-83,-89r0,89r-28,0r0,-272","w":180},"l":{"d":"29,-272r28,0r0,272r-28,0r0,-272","w":86},"<":{"d":"214,-179r-159,70r159,70r0,24r-188,-84r0,-21r188,-83r0,24","w":239},"m":{"d":"107,-147v-67,-3,-50,83,-52,147r-28,0r-2,-168r27,0r1,27v14,-40,98,-42,110,0v12,-18,25,-31,53,-32v84,-4,61,96,64,173r-28,0v-6,-57,22,-147,-41,-147v-61,0,-41,87,-44,147r-28,0v-7,-52,21,-145,-32,-147","w":306},"n":{"d":"107,-147v-67,-1,-50,83,-52,147r-28,0r-2,-168r27,0r1,27v10,-19,29,-31,56,-32v83,-4,63,96,65,173r-29,0v-6,-56,22,-146,-38,-147"},"9":{"d":"100,-259v84,-6,99,90,61,151r-67,108r-36,0r68,-107v-55,24,-113,-12,-111,-72v1,-52,33,-77,85,-80xm45,-179v0,34,22,54,55,54v33,0,55,-20,55,-54v0,-34,-20,-54,-55,-54v-35,0,-55,20,-55,54"},"#":{"d":"46,-77r-35,0r0,-23r39,0r7,-55r-35,0r0,-24r38,0r11,-76r24,0r-10,76r45,0r11,-76r24,0r-11,76r35,0r0,24r-38,0r-8,55r36,0r0,23r-39,0r-11,77r-24,0r11,-77r-46,0r-11,77r-24,0xm127,-155r-46,0r-7,55r45,0"},"o":{"d":"107,4v-56,0,-90,-33,-90,-88v0,-55,35,-89,90,-89v55,0,90,34,90,89v0,55,-34,88,-90,88xm107,-147v-38,0,-60,24,-60,63v0,37,21,62,60,62v39,0,60,-25,60,-62v0,-38,-22,-63,-60,-63","w":213},"1":{"d":"130,0r-31,0r0,-216r-46,39r-18,-22r68,-56r27,0r0,255"},"p":{"d":"119,4v-31,1,-54,-17,-66,-34r0,112r-28,0r0,-250r28,0v1,7,-2,18,1,24v43,-55,156,-24,149,60v-4,53,-31,86,-84,88xm113,-147v-38,0,-60,24,-60,63v0,37,21,62,60,62v39,0,60,-25,60,-62v0,-39,-22,-63,-60,-63","w":219},"(":{"d":"46,-104v0,65,20,106,46,146r-20,14v-66,-76,-67,-243,0,-320r20,15v-27,37,-46,86,-46,145","w":100},")":{"d":"54,-104v0,-64,-20,-106,-46,-146r20,-14v66,77,68,243,0,320r-20,-14v27,-37,46,-86,46,-146","w":100},"%":{"d":"77,-133v-38,0,-63,-25,-63,-63v0,-38,25,-63,63,-63v38,0,63,25,63,63v0,38,-25,63,-63,63xm77,-233v-23,0,-37,15,-37,37v0,22,14,37,37,37v22,0,37,-15,37,-37v0,-22,-15,-37,-37,-37xm223,4v-38,0,-63,-25,-63,-63v0,-38,25,-63,63,-63v38,0,63,25,63,63v0,38,-25,63,-63,63xm223,-96v-22,0,-37,15,-37,37v0,22,14,37,37,37v23,0,37,-15,37,-37v0,-22,-15,-37,-37,-37xm221,-266r20,11r-160,267r-20,-12","w":299},".":{"d":"28,-19v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21","w":100},"+":{"d":"26,-121r82,0r0,-82r24,0r0,82r82,0r0,24r-82,0r0,82r-24,0r0,-82r-82,0r0,-24","w":239},"q":{"d":"167,-139r0,-29r28,0r0,250r-28,0r-1,-106v-14,16,-33,28,-61,28v-55,-1,-84,-33,-88,-88v-6,-86,112,-117,150,-55xm107,-22v39,0,60,-25,60,-62v0,-38,-22,-63,-60,-63v-38,0,-60,24,-60,63v0,37,21,62,60,62","w":219},"?":{"d":"157,-197v0,61,-68,56,-59,126r-30,0v-12,-74,51,-70,56,-125v2,-24,-15,-39,-38,-39v-25,-1,-41,16,-44,39r-32,-4v7,-38,33,-61,76,-61v43,0,71,22,71,64xm62,-19v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":173},"\"":{"d":"54,-255r26,0r0,87r-26,0r0,-87xm107,-255r26,0r0,87r-26,0r0,-87","w":186},"'":{"d":"37,-255r26,0r0,87r-26,0r0,-87","w":100},"r":{"d":"119,-143v-42,-10,-64,18,-64,61r0,82r-28,0r-2,-168r27,0r1,27v10,-21,37,-36,68,-30","w":126,"k":{"q":6,".":33,"o":6,"-":20,"g":6,"e":6,"d":6,",":33,"c":6}},"s":{"d":"125,-84v54,55,-25,108,-89,82v-10,-4,-20,-13,-28,-25r22,-17v13,26,77,34,81,-4v-13,-45,-96,-15,-96,-75v0,-59,100,-66,120,-19r-23,15v-10,-30,-84,-23,-65,13v19,17,60,12,78,30","w":153},";":{"d":"46,50r-27,0r24,-87r33,0xm28,-151v0,-27,44,-28,44,0v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21","w":100},"7":{"d":"173,-227r-102,227r-34,0r103,-227r-123,0r0,-28r156,0r0,28"},"6":{"d":"100,4v-85,5,-99,-90,-61,-151r68,-108r35,0r-68,107v54,-23,114,11,111,72v-2,52,-33,77,-85,80xm155,-76v0,-34,-22,-54,-55,-54v-33,0,-55,20,-55,54v0,34,20,54,55,54v35,0,55,-20,55,-54"},"\/":{"d":"24,15r-23,-9r108,-276r23,9","w":133},"t":{"d":"69,-60v-8,36,25,45,50,33r1,25v-39,17,-79,2,-79,-50r0,-93r-37,0r0,-23r37,0r0,-48r28,0r0,48r50,0r0,23r-50,0r0,85","w":126},"3":{"d":"147,-72v0,-40,-34,-49,-74,-49r0,-26v39,2,66,-7,68,-44v3,-52,-78,-54,-91,-14r-29,-11v21,-60,150,-59,150,23v0,28,-20,53,-44,59v32,6,51,29,53,65v5,89,-148,97,-167,20r31,-10v8,25,20,37,51,37v32,0,52,-19,52,-50"},"2":{"d":"103,-259v81,-6,94,92,46,138r-97,93r130,0r0,28r-164,0r0,-35v42,-47,97,-81,130,-138v9,-35,-10,-61,-44,-60v-27,0,-44,17,-49,40r-32,-2v6,-41,34,-60,80,-64"},"u":{"d":"93,-22v68,2,50,-82,52,-146r29,0r1,168r-27,0v-1,-9,2,-21,-1,-28v-10,18,-27,32,-56,32v-83,0,-62,-95,-64,-172r28,0v6,55,-22,145,38,146"},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"v":{"d":"103,0r-31,0r-68,-168r32,0r54,132r50,-132r30,0","w":173,"k":{".":27,",":27}},"w":{"d":"207,0r-27,0r-49,-130r-42,130r-29,0r-55,-168r31,0r39,129r44,-129r29,0r45,129r38,-129r31,0","w":266,"k":{".":20,",":20}},"x":{"d":"70,-91r-60,-77r36,0r45,60r42,-60r34,0r-58,77r70,91r-37,0r-53,-73r-53,73r-35,0","w":180},"y":{"d":"170,-168r-90,226v-8,23,-43,36,-73,24r4,-24v43,14,53,-26,62,-57r-69,-169r32,0r53,132r50,-132r31,0","w":173,"k":{".":27,",":27}},"z":{"d":"11,-22r99,-123r-95,0r0,-23r132,0r0,21r-99,123r101,0r0,24r-138,0r0,-22","w":159},"0":{"d":"100,4v-69,0,-86,-63,-86,-131v0,-68,17,-132,86,-132v69,0,86,63,86,132v0,69,-17,131,-86,131xm100,-233v-56,0,-57,69,-55,126v2,43,12,85,55,85v56,0,59,-66,56,-126v-2,-42,-12,-85,-56,-85"},"A":{"d":"114,-255r29,0r108,255r-35,0r-26,-63r-127,0r-27,63r-34,0xm179,-91r-52,-125r-52,125r104,0","w":253,"k":{"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * by Ray Larabie 1997 - freeware www.delirium.com/larabiefonts
 */
Cufon.registerFont({"w":255,"face":{"font-family":"Neuropol","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"1","cap-height":"1","bbox":"-15 -257 405.597 57","underline-thickness":"3.51562","underline-position":"-21.6211","unicode-range":"U+0020-U+007D"},"glyphs":{" ":{"w":126,"k":{"Y":39,"W":26,"V":34,"T":26,"A":20}},"!":{"d":"41,-214v19,0,26,0,26,14r0,145v-2,14,-7,14,-26,14v-9,0,-13,-5,-13,-14r0,-145v0,-9,4,-14,13,-14xm47,-37v12,0,24,7,24,19v0,12,-12,19,-24,19v-11,0,-24,-7,-24,-19v0,-12,11,-19,24,-19","w":71},"\"":{"d":"85,-210v48,-7,20,42,20,67v-1,12,-11,12,-24,11v-29,-4,-5,-46,-6,-67v1,-6,5,-10,10,-11xm35,-210v49,-8,22,41,21,67v-1,12,-12,12,-25,11v-29,-3,-4,-46,-5,-67v1,-6,4,-10,9,-11","w":114},"#":{"d":"37,-130v0,-27,35,-19,61,-20v13,-20,6,-60,42,-57v32,4,1,39,-1,57r30,0v13,-20,6,-60,42,-57v32,4,1,39,-1,57v18,2,49,-7,49,13v0,26,-36,18,-61,19r-9,24v18,2,50,-7,49,13v0,26,-36,18,-61,19v-13,21,-5,62,-42,58v-31,-3,-1,-41,2,-58r-31,0v-13,21,-5,62,-42,58v-32,-3,0,-41,2,-58v-18,-2,-50,7,-50,-12v1,-26,35,-20,62,-20r8,-24v-18,-2,-49,7,-49,-12xm158,-118r-31,0r-9,24r31,0","w":258},"$":{"d":"121,-91v-70,-5,-101,-6,-101,-67v0,-36,34,-54,101,-54v0,-16,5,-17,25,-17v9,0,14,5,14,14r0,92v77,3,100,15,100,72v0,35,-33,52,-100,52v-2,20,-3,19,-26,19v-11,0,-14,-4,-13,-19r-87,0v-21,0,-24,-33,-2,-32r89,0r0,-60xm160,-31v41,0,70,-1,62,-38v-4,-20,-28,-22,-62,-22r0,60xm121,-181v-40,1,-68,0,-63,38v3,20,29,22,63,21r0,-59","w":260},"%":{"d":"262,6v-57,0,-87,-9,-79,-63v-5,-39,65,-42,109,-37v46,5,51,20,51,63v0,29,-38,37,-81,37xm297,-189r-195,185v-12,12,-63,6,-38,-18r195,-187v13,-11,62,-2,38,20xm93,-211v58,0,90,9,82,64v5,37,-70,42,-111,37v-46,-6,-50,-20,-50,-63v0,-29,35,-38,79,-38xm230,-30v17,9,73,11,67,-15v1,-17,-20,-17,-40,-17v-30,0,-41,16,-27,32xm56,-161v0,23,23,21,49,20v16,-1,23,-7,23,-16v-2,-20,-12,-21,-40,-21v-22,0,-32,6,-32,17","w":343},"&":{"d":"230,-164v3,39,-44,50,-73,62r84,48v4,-24,-14,-65,25,-58v24,-5,11,71,15,46v0,14,-2,24,-6,31v9,6,25,12,26,24v1,13,-15,13,-29,12v-3,0,-11,-4,-24,-12v-30,17,-93,12,-141,12v-45,0,-98,-14,-91,-66v4,-31,22,-36,54,-47v-28,-28,-39,-19,-30,-64v8,-37,63,-37,116,-37v36,0,71,17,74,49xm115,-125v24,-11,81,-8,75,-39v2,-22,-51,-15,-77,-17v-37,-2,-44,19,-28,38xm55,-65v-2,55,97,28,156,33r-101,-58v-37,11,-55,19,-55,25","w":301},"'":{"d":"35,-210v49,-8,22,41,21,67v-1,12,-12,12,-25,11v-29,-3,-4,-46,-5,-67v1,-6,4,-10,9,-11","w":64},"(":{"d":"99,-201v-4,20,-43,33,-37,50r0,91v0,23,33,29,37,49v0,8,-5,12,-16,12v-37,0,-54,-36,-60,-61r0,-91v0,-30,22,-51,45,-61v8,0,35,-5,31,11","w":99},")":{"d":"28,-213v35,0,61,29,61,62r0,91v-5,25,-24,61,-61,61v-10,0,-15,-4,-15,-12v5,-20,43,-30,37,-49r0,-91v5,-17,-32,-30,-37,-50v0,-8,5,-13,15,-12","w":89},"*":{"d":"160,-205v12,-6,26,11,28,23v-1,12,-22,12,-33,16v12,3,33,3,32,16v-1,11,-17,27,-28,21r-38,-17v5,24,11,31,-9,36v-32,0,-33,-4,-24,-36r-43,19v-10,1,-39,-30,-11,-35r19,-4v-11,-4,-31,-4,-32,-16v2,-11,18,-28,29,-22r38,17v-9,-33,-7,-38,25,-36v20,2,15,13,8,35","w":188},"+":{"d":"151,-189v40,-5,19,40,24,68r101,0v10,0,15,6,15,16v0,10,-5,15,-15,15r-101,0v-4,23,12,66,-14,69v-40,5,-17,-42,-23,-69r-101,0v-10,0,-14,-5,-14,-15v0,-10,4,-16,14,-16r100,0v4,-24,-11,-65,14,-68","w":290},",":{"d":"32,-51v49,-8,22,41,21,67v-1,12,-12,12,-25,11v-29,-3,-5,-46,-6,-67v1,-6,5,-10,10,-11","w":61},"-":{"d":"143,-107v13,1,15,7,14,24v0,9,-5,13,-14,13r-115,0v-13,-1,-15,-6,-14,-23v0,-9,5,-14,14,-14r115,0","w":157},"\u2010":{"d":"143,-107v13,1,15,7,14,24v0,9,-5,13,-14,13r-115,0v-13,-1,-15,-6,-14,-23v0,-9,5,-14,14,-14r115,0","w":157},".":{"d":"31,-37v12,0,24,8,24,19v-1,11,-11,19,-24,19v-12,0,-24,-7,-24,-19v0,-13,11,-19,24,-19","w":55,"k":{" ":27}},"\/":{"d":"238,-189r-193,186v-4,5,-41,9,-37,-7v0,-4,2,-8,6,-12r193,-187v5,-5,41,-8,37,8v0,4,-2,8,-6,12","w":244},"0":{"d":"287,-56v8,56,-89,57,-160,57v-118,0,-99,-58,-99,-156v0,-58,88,-58,160,-58v66,0,99,19,99,58r0,99xm127,-31v43,-4,117,13,121,-26v-7,-62,29,-132,-59,-124v-45,4,-118,-13,-122,27v7,62,-30,132,60,123","w":287},"1":{"d":"63,-12v-2,14,-6,14,-25,13v-9,0,-14,-4,-14,-13r0,-187v-4,-16,22,-14,31,-13v5,2,8,6,8,13r0,187","w":62},"2":{"d":"169,-181v-12,0,-14,-5,-14,-18v0,-9,5,-14,14,-14v66,1,77,-2,110,18v13,9,19,22,19,35v0,85,-99,70,-181,71v-58,0,-56,13,-54,58r220,0v9,0,15,5,15,16v0,11,-6,16,-15,16r-245,0v-26,-1,-9,-46,-14,-69v4,-65,108,-52,180,-53v31,-1,64,-3,55,-39v-4,-19,-49,-21,-90,-21","w":297},"3":{"d":"296,-162v1,35,-1,39,-18,54v17,13,19,27,18,53v-1,41,-43,56,-91,56r-170,0v-9,0,-13,-4,-13,-13v0,-13,2,-18,13,-19r170,0v47,-2,52,-6,52,-43v0,-12,-16,-18,-50,-18r-172,0v-12,0,-13,-5,-13,-18v0,-9,4,-14,13,-14r172,0v44,-2,54,-5,50,-39v-3,-25,-55,-16,-87,-18v-9,0,-15,-5,-15,-16v0,-24,28,-15,50,-16v52,-2,89,9,91,51","w":295},"4":{"d":"306,-12v2,13,-16,16,-30,13v-23,1,-11,-34,-14,-54r-226,0v-13,0,-19,-7,-19,-22r0,-124v-1,-14,11,-15,26,-14v12,0,18,5,18,14r0,109r201,0r0,-109v-1,-14,12,-15,27,-14v12,0,17,5,17,14r0,187","w":306},"5":{"d":"59,-140v100,9,251,-39,240,88v-7,80,-177,46,-265,53v-9,0,-14,-4,-14,-13v0,-13,2,-18,14,-19r166,0v58,-1,60,-7,60,-53v0,-18,-27,-25,-49,-24r-177,0v-9,0,-14,-5,-14,-14r0,-77v0,-9,5,-14,14,-14r128,0v9,0,14,5,14,14v0,13,-2,18,-14,18r-103,0r0,41","w":299},"6":{"d":"307,-52v-9,69,-115,53,-191,53v-56,0,-93,-11,-93,-57r0,-102v-6,-45,65,-59,137,-55v9,0,14,5,14,14v3,30,-35,16,-58,18v-46,4,-58,5,-54,40v108,7,261,-35,245,89xm219,-31v20,1,49,-6,49,-22r0,-32v0,-17,-33,-24,-55,-24r-151,0r0,53v-1,17,34,25,55,25r102,0","w":306},"7":{"d":"24,-195v0,-13,2,-17,14,-18r250,2v11,5,12,20,2,31r-149,176v-8,10,-51,4,-32,-17r135,-160r-206,0v-9,0,-14,-5,-14,-14","w":297},"8":{"d":"24,-53v0,-35,2,-40,21,-55v-20,-10,-24,-24,-22,-50v-8,-58,100,-58,171,-55v71,2,96,18,96,71v0,14,-7,25,-22,34v20,17,22,17,22,54v0,65,-102,56,-175,55v-43,0,-92,-16,-91,-54xm197,-124v27,0,63,-1,54,-34v1,-31,-90,-23,-131,-23v-36,0,-63,2,-58,38v4,28,95,19,135,19xm199,-31v31,0,60,-6,52,-41v-15,-29,-88,-20,-133,-20v-29,0,-67,4,-55,38v13,36,87,23,136,23","w":290},"9":{"d":"111,-213v76,0,179,-11,179,58r0,101v-5,50,-54,57,-126,55v-11,0,-14,-6,-14,-18v0,-20,21,-12,40,-13v48,-2,65,-6,61,-41v-82,-3,-232,19,-228,-55v-11,-64,31,-86,88,-87xm62,-126v0,18,33,24,56,23r133,0r0,-52v-9,-39,-91,-23,-140,-26v-20,-1,-49,6,-49,22r0,33","w":290},":":{"d":"9,-101v0,-24,49,-25,48,0v0,12,-11,19,-24,19v-12,0,-24,-8,-24,-19xm9,-19v0,-24,48,-25,48,0v0,12,-13,19,-24,19v-12,0,-24,-8,-24,-19","w":57,"k":{" ":25}},";":{"d":"44,-119v12,0,24,6,24,18v0,13,-13,19,-24,19v-13,1,-24,-8,-24,-19v0,-11,10,-19,24,-18xm32,-51v49,-8,22,41,21,67v-1,12,-12,12,-25,11v-29,-3,-5,-46,-6,-67v1,-6,5,-10,10,-11","w":68,"k":{" ":25}},"<":{"d":"163,-171v14,-8,31,6,18,16r-123,50r123,50v10,5,4,22,-7,19v-54,-16,-102,-42,-154,-62v-6,-3,-5,-11,1,-14","w":185},"=":{"d":"148,-135v13,1,13,7,14,23v0,9,-5,14,-14,14r-116,0v-13,-1,-13,-8,-14,-24v0,-9,5,-13,14,-13r116,0xm148,-90v13,1,13,7,14,23v0,9,-5,14,-14,14r-116,0v-13,-2,-13,-7,-14,-23v0,-9,5,-14,14,-14r116,0","w":161},">":{"d":"183,-112v6,3,7,11,0,14r-154,62v-13,1,-17,-15,-6,-19r123,-50r-123,-50v-8,-3,-8,-21,5,-18v58,15,100,40,155,61","w":187},"?":{"d":"120,-213v54,1,94,21,87,82v-5,45,-72,49,-129,49v-20,0,6,49,-32,40v-16,1,-16,-18,-14,-36v-4,-30,45,-34,87,-34v31,0,60,-7,51,-44v0,-17,-20,-26,-59,-26v-9,0,-14,-6,-14,-17v0,-13,6,-15,23,-14xm25,-19v0,-25,49,-25,49,0v-1,11,-11,19,-24,19v-13,0,-25,-8,-25,-19","w":206},"A":{"d":"40,-5v-7,18,-35,4,-30,-10r123,-189v8,-13,40,-16,47,0r130,186v7,22,-23,32,-36,13r-35,-50r-164,0xm216,-87r-59,-88r-59,88r118,0","w":311,"k":{"y":10,"w":10,"v":11,"Y":23,"W":15,"V":19,"U":15,"T":22,"Q":15,"O":15,"G":15,"C":15}},"B":{"d":"201,-213v72,-11,114,48,77,103v0,22,17,21,14,54v-9,88,-160,48,-252,57v-9,0,-13,-4,-13,-13r0,-187v0,-9,4,-14,13,-14r161,0xm254,-141v2,-27,-9,-40,-52,-40r-135,0r0,60r137,0v34,0,50,-7,50,-20xm252,-51v5,-27,-6,-38,-48,-38r-138,0r0,58r136,0v31,0,48,-7,50,-20","w":291},"C":{"d":"255,-213v12,0,14,5,14,18v0,9,-5,14,-14,14r-139,0v-34,0,-50,7,-50,20r0,106v0,16,19,24,56,24r133,0v9,0,14,5,14,16v0,11,-5,16,-14,16v-86,-8,-228,30,-228,-55r0,-106v10,-79,142,-53,228,-53","w":269,"k":{".":-2,",":-2}},"D":{"d":"203,-213v48,-1,87,18,87,55r0,102v0,44,-44,57,-88,57r-165,0v-9,0,-14,-4,-14,-13r0,-187v0,-9,5,-14,14,-14r166,0xm201,-31v23,0,50,-7,50,-26r0,-101v1,-16,-28,-23,-49,-23r-140,0r0,150r139,0","w":289,"k":{"Y":30,"W":15,"V":17,"A":14}},"E":{"d":"264,-106v1,10,-6,18,-14,17r-188,0v-2,42,-4,58,50,58r138,0v9,0,13,5,13,14v0,12,-4,18,-13,18v-85,-6,-227,25,-227,-53r0,-106v3,-54,66,-57,129,-55v10,0,13,7,13,18v0,19,-21,13,-39,14v-65,1,-67,10,-64,60r188,0v10,0,14,5,14,15","w":264},"F":{"d":"111,-213v20,1,47,-7,44,18v0,9,-5,14,-14,14v-78,2,-84,3,-79,60r187,0v10,0,14,5,14,16v0,11,-4,16,-14,16r-187,0r0,77v0,9,-5,13,-14,13v-19,1,-25,1,-25,-13r0,-151v-1,-32,51,-51,88,-50","w":263,"k":{"r":9,"o":9,"e":9,"a":13,"A":17,".":43,",":43}},"G":{"d":"248,-52v5,-28,-16,-75,25,-69v25,4,10,45,14,68v-3,66,-101,53,-173,54v-45,1,-91,-15,-91,-53r0,-108v3,-47,70,-56,127,-53v9,0,14,5,14,16v1,21,-20,15,-39,16v-42,0,-63,6,-63,21r0,107v3,34,98,22,141,22v15,0,46,-8,45,-21","w":286},"H":{"d":"251,-199v2,-14,6,-15,25,-14v9,0,14,5,14,14r0,187v0,9,-5,13,-14,13v-18,0,-25,0,-25,-13r0,-77r-189,0r0,77v0,9,-5,13,-14,13v-20,1,-25,1,-25,-13r0,-187v2,-14,6,-14,25,-14v9,0,14,5,14,14r0,78r189,0r0,-78","w":289},"I":{"d":"48,1v-20,1,-25,1,-25,-13r0,-187v2,-14,6,-14,25,-14v9,0,14,5,14,14r0,187v0,9,-5,13,-14,13","w":61},"J":{"d":"16,-31v40,1,66,-2,66,-28r0,-140v-4,-16,23,-14,31,-13v6,2,8,6,8,13r0,139v-2,51,-42,63,-105,61v-12,0,-14,-5,-14,-18v0,-9,5,-14,14,-14","w":121},"K":{"d":"23,-199v2,-13,6,-15,24,-14v9,0,14,5,14,14r0,72r165,-86v24,-6,41,15,21,26r-152,79r157,83v12,5,14,26,-6,26v-11,0,-19,0,-21,-1r-164,-87r0,75v0,9,-5,13,-14,13v-18,0,-24,0,-24,-13r0,-187","w":261,"k":{"y":16,"o":12,"e":12,"O":18}},"L":{"d":"252,-31v12,1,14,6,14,19v0,9,-5,13,-14,13v-87,-7,-229,29,-229,-56r0,-144v-4,-16,23,-14,31,-13v6,2,8,6,8,13r0,144v3,22,31,24,67,24r123,0","w":265,"k":{"y":14,"Y":31,"W":21,"V":25,"T":27}},"M":{"d":"339,-202v12,-17,44,-12,44,11r0,179v-1,14,-6,14,-25,13v-9,0,-14,-4,-14,-13r0,-139r-115,142v-11,15,-39,15,-50,0r-117,-143r0,140v0,9,-5,13,-14,13v-19,1,-25,1,-25,-13r0,-180v0,-22,32,-25,45,-10r137,162","w":383},"N":{"d":"23,-191v-3,-29,29,-26,46,-12r180,153r0,-149v1,-14,7,-14,25,-14v9,0,14,5,14,14r0,177v1,28,-26,30,-44,14r-182,-154r0,150v-2,14,-6,14,-25,13v-9,0,-14,-4,-14,-13r0,-179","w":287},"O":{"d":"122,-213v72,1,160,-11,160,58r0,99v8,56,-89,57,-160,57v-51,0,-99,-14,-99,-57r0,-99v0,-39,33,-58,99,-58xm243,-57v-7,-62,29,-131,-59,-124v-42,3,-126,-6,-122,27v7,62,-30,130,60,123v41,-3,124,6,121,-26","w":281,"k":{"Y":25,"X":21,"W":13,"V":15,"T":12,"A":11}},"P":{"d":"199,-213v40,-1,91,15,90,48v21,119,-122,85,-227,90v-6,29,18,85,-25,76v-9,0,-14,-4,-14,-13r0,-187v0,-9,5,-14,14,-14r162,0xm200,-107v50,0,53,-15,50,-55v0,-12,-16,-19,-50,-19r-138,0r0,74r138,0","w":289,"k":{"o":10,"e":10,"a":8,"A":19,".":48,",":49}},"Q":{"d":"124,-213v73,2,168,-13,164,56v-3,60,19,134,-35,149v14,3,36,27,9,35v-26,3,-42,-18,-62,-26v-74,2,-177,4,-177,-57r0,-101v3,-48,40,-57,101,-56xm125,-31v44,-2,124,12,124,-24r0,-102v-6,-35,-81,-22,-124,-24v-35,-1,-63,1,-63,24r0,102v3,22,28,25,63,24","w":287},"R":{"d":"287,-133v-5,58,-84,54,-150,52r130,56v15,5,13,27,-5,26v-12,0,-19,0,-22,-1r-178,-76r0,64v0,9,-5,13,-14,13v-19,1,-25,1,-25,-13r0,-187v0,-9,5,-14,14,-14v104,9,260,-36,250,80xm201,-112v47,-1,49,-10,47,-47v0,-14,-17,-22,-54,-22r-132,0r0,69r139,0","w":287,"k":{"y":-1,"Y":8,"W":4,"V":5,"T":5,"O":9}},"S":{"d":"118,-124v71,-2,146,-5,146,72v0,83,-148,53,-229,53v-9,0,-14,-4,-14,-13v0,-13,2,-18,14,-19r135,0v46,-3,55,-3,55,-38v0,-13,-18,-21,-53,-22v-60,-2,-93,-3,-98,-4v-41,-9,-56,-23,-53,-63v4,-52,44,-56,114,-55v10,0,14,7,14,18v0,16,-15,14,-31,14v-46,0,-62,4,-58,37v3,18,26,21,58,20","w":263},"T":{"d":"229,-213v12,1,13,5,13,18v0,9,-4,14,-13,14r-87,0r0,169v0,9,-5,13,-14,13v-20,1,-25,1,-25,-13r0,-169r-86,0v-9,0,-14,-5,-14,-14v0,-13,2,-17,14,-18r212,0","w":242,"k":{"y":23,"w":25,"u":25,"s":26,"r":24,"o":27,"i":12,"e":28,"c":27,"a":27,"O":12,"A":22,";":25,":":25,".":32,"-":29,",":33}},"U":{"d":"131,-31v46,-2,120,12,120,-30r0,-138v1,-14,7,-14,25,-14v9,0,14,5,14,14r0,140v8,52,-81,66,-160,60v-69,-5,-103,-5,-104,-60r0,-140v-4,-17,22,-14,30,-13v6,2,9,6,9,13r0,137v1,27,29,33,66,31","w":289,"k":{"A":15,",":10}},"V":{"d":"305,-191r-126,180v-12,17,-35,17,-47,0r-127,-180v-8,-12,-4,-23,15,-22v10,0,16,2,19,6r116,166r116,-166v9,-12,51,-8,34,16","w":309,"k":{"y":7,"u":13,"r":12,"o":17,"i":6,"e":17,"a":18,"O":14,"G":15,"A":20,";":15,":":15,".":35,",":36}},"W":{"d":"368,-205v6,-17,46,-9,36,12r-84,179v-8,20,-40,21,-48,1r-67,-145r-70,145v-7,18,-39,16,-47,-1r-86,-185v0,-15,31,-21,38,-6r72,153r69,-147v7,-23,38,-17,46,-1r70,148","w":405,"k":{"y":6,"u":9,"r":8,"o":12,"i":3,"e":12,"a":13,"O":12,"A":15,":":10,",":25}},"X":{"d":"265,-23v15,11,3,26,-15,25v-6,0,-12,-1,-15,-4r-97,-82r-99,82v-6,5,-41,5,-37,-9v0,-4,2,-8,7,-12r101,-85r-97,-81v-12,-9,-8,-25,9,-24v7,0,17,-1,20,3r96,80r94,-80v16,-11,52,2,30,21r-97,81","w":272},"Y":{"d":"153,-12v-2,14,-6,14,-25,13v-9,0,-13,-4,-13,-13r0,-76r-106,-101v-11,-9,-7,-25,10,-24v12,0,18,1,21,4r94,90r94,-90v4,-5,42,-8,37,8v0,4,-2,8,-6,12r-105,101","w":265,"k":{"v":13,"u":20,"q":24,"p":19,"o":26,"i":9,"e":27,"a":26,"O":27,"A":24,";":22,":":21,".":38,"-":28,",":38}},"Z":{"d":"222,-202v18,-21,51,4,29,23r-176,148r170,0v9,0,14,5,14,16v0,11,-5,16,-14,16r-196,0v-23,3,-43,-19,-26,-34","w":259},"[":{"d":"37,-213v24,0,65,-13,65,18v0,19,-23,13,-40,14r0,150v17,1,41,-5,39,14v4,32,-41,13,-64,18v-9,0,-14,-4,-14,-13r0,-187v0,-9,5,-14,14,-14","w":102},"\\":{"d":"238,-22v10,9,8,24,-9,23v-12,0,-19,-1,-22,-4r-193,-186v-10,-9,-8,-25,9,-24v12,0,19,1,22,4","w":243},"]":{"d":"7,-195v0,-32,41,-18,65,-18v9,0,13,5,13,14r0,187v-1,25,-43,9,-65,13v-9,0,-14,-4,-14,-13v0,-25,20,-18,40,-19r0,-150v-17,-1,-39,5,-39,-14","w":85},"^":{"d":"7,-189v-8,1,-18,-9,-10,-16v19,-17,33,-42,59,-52v25,11,38,36,58,52v7,6,-1,16,-9,16v-26,-9,-17,-16,-49,-41v-11,8,-26,33,-49,41","w":117},"_":{"d":"246,20v13,1,15,5,14,23v0,9,-5,14,-14,14r-233,0v-13,-2,-15,-6,-14,-24v0,-9,5,-13,14,-13r233,0","w":260},"`":{"d":"5,-230v0,-8,13,-14,19,-8v18,18,38,33,52,55v0,6,-5,10,-11,10v-14,2,-55,-50,-60,-57","w":76},"a":{"d":"161,-167v61,-1,106,7,108,52v3,70,9,119,-75,116v-75,-3,-180,17,-170,-70v8,-73,131,-45,209,-50v1,-16,-42,-18,-72,-17v-10,0,-15,-6,-14,-17v0,-9,5,-14,14,-14xm194,-30v43,5,40,-23,38,-58r-131,0v-23,2,-48,9,-40,40v16,30,89,13,133,18","w":269,"k":{"y":12,"w":10,"v":10}},"b":{"d":"27,-199v1,-13,5,-14,23,-14v21,0,12,28,14,47v74,2,203,-15,198,52r0,62v7,52,-80,53,-145,53v-40,0,-91,-18,-90,-52r0,-148xm122,-30v38,-3,104,14,103,-23v-1,-48,16,-82,-50,-82r-111,0r0,84v-1,15,38,23,58,21","w":262,"k":{"y":11,"v":12,".":7,",":7}},"c":{"d":"244,1v-82,0,-219,29,-224,-51r0,-66v0,-76,148,-45,226,-51v10,0,15,5,15,15v0,10,-5,16,-15,16r-144,0v-65,-6,-45,39,-45,85v0,14,17,21,51,21r140,0v9,0,13,7,13,18v0,9,-6,13,-17,13","w":261,"k":{",":-3}},"d":{"d":"238,-213v16,1,23,1,23,14r0,149v-3,52,-83,52,-147,51v-93,-2,-88,-32,-88,-114v0,-68,124,-51,198,-53v2,-19,-7,-48,14,-47xm63,-53v0,36,67,23,104,23v38,0,57,-7,57,-21r0,-84r-112,0v-65,-5,-49,34,-49,82","w":261},"e":{"d":"111,-167v61,0,144,-8,144,46v0,19,8,56,-10,56r-185,0v-4,28,34,38,76,35v9,0,14,7,14,18v0,9,-5,13,-14,13v-66,4,-114,-7,-114,-53r0,-62v0,-37,46,-53,89,-53xm219,-97v15,-49,-44,-39,-104,-39v-48,0,-60,3,-56,39r160,0","k":{"y":10,"x":11,"w":8,"v":10}},"f":{"d":"106,-213v16,0,25,0,24,17v-1,30,-66,0,-70,30v24,4,69,-12,70,14v1,31,-45,12,-70,17r0,123v0,9,-5,13,-14,13v-18,0,-23,0,-23,-13r0,-151v0,-33,28,-50,83,-50","w":130,"k":{"o":5,"f":2,"e":5,".":7,",":7}},"g":{"d":"128,-168v56,-1,128,5,128,54r0,110v-1,41,-62,54,-113,52v-9,0,-14,-5,-14,-17v0,-30,71,-3,89,-31v-76,-3,-190,17,-195,-52r0,-63v0,-35,35,-53,105,-53xm167,-136v-37,3,-107,-12,-107,21v0,52,-17,84,55,84r103,0r0,-82v1,-16,-31,-24,-51,-23"},"h":{"d":"60,-166v77,5,196,-22,196,54r0,100v-2,13,-6,13,-24,13v-9,0,-13,-4,-13,-13r0,-100v-2,-20,-22,-23,-50,-23r-109,0r0,123v0,9,-5,13,-14,13v-18,0,-23,0,-23,-13r0,-187v1,-13,5,-14,23,-14v21,0,12,28,14,47","k":{"y":10}},"i":{"d":"42,-195v11,0,24,7,24,19v0,12,-11,19,-24,19v-13,0,-24,-7,-24,-19v0,-12,12,-19,24,-19xm38,-154v17,0,22,0,23,14r0,128v0,9,-5,13,-14,13v-17,0,-22,0,-23,-13r0,-128v0,-9,5,-14,14,-14","w":66},"j":{"d":"77,-196v12,0,24,7,24,19v0,12,-12,19,-24,19v-12,0,-24,-7,-24,-19v0,-12,12,-19,24,-19xm73,-154v18,-1,23,1,23,14r0,126v-5,47,-33,52,-97,51v-9,0,-14,-6,-14,-18v0,-9,5,-14,14,-14v40,0,60,-5,60,-16r0,-129v0,-9,5,-14,14,-14","w":101},"k":{"d":"37,-213v17,-1,23,1,23,14r0,97r125,-62v7,-3,36,-5,32,11v0,6,-3,10,-9,13r-114,57r116,58v15,5,13,28,-6,26v-10,0,-16,0,-18,-1r-126,-64v-4,26,15,65,-23,65v-9,0,-14,-4,-14,-13r0,-187v0,-9,5,-14,14,-14","w":219,"k":{"e":8}},"l":{"d":"37,-213v18,0,23,0,23,14r0,187v0,9,-5,13,-14,13v-18,0,-23,0,-23,-13r0,-187v0,-9,5,-14,14,-14","w":59},"m":{"d":"184,-153v40,-26,158,-23,158,41r0,100v0,9,-5,13,-14,13v-18,0,-24,0,-24,-13r0,-104v4,-17,-35,-20,-66,-20v-25,0,-37,8,-37,24r0,100v-1,13,-6,13,-23,13v-9,0,-14,-4,-14,-13r0,-100v1,-26,-28,-24,-56,-24v-32,0,-48,6,-48,20r0,104v-1,13,-6,13,-23,13v-9,0,-14,-4,-14,-13r0,-100v-11,-63,121,-67,161,-41","w":341,"k":{"y":9}},"n":{"d":"46,1v-18,0,-23,0,-23,-13r0,-107v-7,-50,84,-48,146,-48v56,0,84,15,84,47r0,108v0,9,-5,13,-14,13v-18,0,-24,0,-24,-13r0,-108v-6,-28,-72,-13,-107,-16v-27,-2,-48,0,-48,16r0,108v0,9,-5,13,-14,13","w":252,"k":{"y":9,"v":9}},"o":{"d":"23,-113v2,-56,82,-54,148,-54v85,0,85,42,82,116v-2,57,-80,52,-144,52v-42,0,-87,-15,-86,-52r0,-62xm109,-30v39,-2,98,9,106,-21v-4,-46,19,-90,-46,-85v-40,3,-102,-9,-109,23r0,62v-1,16,28,22,49,21","w":252,"k":{"y":12,"x":14,"w":9,"v":10,".":10,",":10}},"p":{"d":"23,-117v-1,-60,80,-49,144,-50v59,0,89,16,89,49r0,66v4,70,-123,49,-196,52v-2,24,10,48,-23,48v-9,0,-14,-5,-14,-14r0,-151xm218,-117v-5,-30,-73,-16,-109,-19v-76,-8,-41,53,-49,105r116,0v60,5,38,-42,42,-86","k":{"y":12,".":10,",":10}},"q":{"d":"256,34v-2,13,-6,14,-24,14v-21,0,-12,-29,-14,-48v-73,-3,-200,18,-195,-52r0,-65v-7,-50,84,-50,148,-50v56,0,85,17,85,50r0,151xm169,-136v-38,3,-99,-8,-109,19v4,44,-19,86,42,86r116,0v-7,-52,27,-112,-49,-105"},"r":{"d":"60,-12v-1,13,-6,13,-23,13v-9,0,-14,-5,-14,-14r0,-102v0,-35,32,-52,96,-52v9,0,14,5,14,17v1,15,-14,15,-30,14v-28,0,-43,7,-43,21r0,103","w":132,"k":{"z":-4,"y":-5,"x":-10,"w":-5,"v":-5,"u":-3,"t":-5,"r":-4,"q":5,"o":5,"n":-5,"m":-5,"h":-6,"g":5,"f":-10,"e":5,"d":5,"c":5,";":-13,":":-13,".":29,"-":14,",":29}},"s":{"d":"59,-124v-4,41,69,21,108,24v49,4,68,16,68,53v0,69,-129,43,-199,48v-9,0,-13,-4,-13,-13v0,-11,4,-18,13,-18r126,0v26,-1,37,-5,35,-23v-3,-24,-63,-14,-92,-15v-59,-3,-87,-15,-83,-56v4,-41,45,-44,107,-43v10,0,14,6,14,17v0,32,-73,-2,-84,26","w":235},"t":{"d":"50,-213v33,-6,20,24,23,47v26,5,73,-14,73,17v0,26,-49,10,-73,14r0,123v0,9,-5,13,-14,13v-18,0,-23,0,-23,-13r0,-123v-27,10,-38,-28,-13,-31r13,0v2,-19,-7,-48,14,-47","w":145},"u":{"d":"221,-153v1,-14,6,-14,24,-14v9,0,13,5,13,14r0,104v8,43,-75,50,-145,50v-60,0,-90,-16,-90,-50r0,-104v0,-9,5,-14,14,-14v18,0,23,0,23,14r0,104v-3,25,75,18,109,19v35,0,52,-6,52,-18r0,-105","w":258},"v":{"d":"274,-145r-118,143v-7,10,-20,9,-28,0r-118,-143v-10,-12,-5,-24,15,-23v8,0,14,2,17,6r100,123r101,-123v11,-14,49,-4,31,17","w":281,"k":{"o":10,"e":12,".":23,",":23}},"w":{"d":"347,-156v-21,50,-50,93,-72,142v-7,15,-36,16,-44,1r-55,-103r-55,103v-7,17,-38,15,-46,-1r-70,-142v0,-8,6,-12,18,-12v10,0,16,2,19,8r57,110r56,-102v6,-16,34,-15,42,0r56,102r57,-110v4,-12,39,-11,37,4","w":346,"k":{"o":9,"e":8,".":20,",":20}},"x":{"d":"232,-24v12,8,11,26,-8,25v-7,-1,-15,2,-19,-2r-83,-61v-32,20,-56,47,-92,63v-23,5,-37,-13,-19,-25r82,-59r-81,-59v-12,-8,-11,-26,8,-25v7,1,15,-2,20,2r82,61v30,-20,56,-46,89,-63v23,-5,37,13,19,25r-79,59","w":239,"k":{"e":12}},"y":{"d":"231,-167v18,-1,24,1,24,14r0,152v-4,45,-45,51,-110,49v-12,-1,-14,-5,-14,-18v-1,-18,21,-13,37,-13v33,0,49,-6,49,-17v-71,-2,-194,16,-194,-50r0,-103v1,-13,5,-15,23,-14v9,0,14,5,14,14r0,103v0,13,16,19,47,19r110,0r0,-122v0,-9,5,-14,14,-14","w":254,"k":{"o":10,"e":9,".":25,",":25}},"z":{"d":"220,-157v16,-15,39,6,26,22r-161,105r155,0v10,0,15,6,15,16v0,10,-5,15,-15,15r-195,0v-20,2,-35,-22,-15,-35","w":254},"{":{"d":"45,-215v2,-23,26,-26,59,-26v10,0,16,5,16,15v1,17,-19,14,-35,14v-4,35,10,85,-9,106v19,21,5,72,9,107v16,0,33,-2,32,15v0,9,-5,13,-13,13v-34,2,-59,-3,-59,-25r0,-91v-3,-6,-23,-9,-20,-18v-3,-10,17,-14,20,-20r0,-90","w":119},"|":{"d":"23,-217v2,-14,6,-15,25,-14v9,0,14,5,14,14r0,251v0,9,-5,14,-14,14v-20,0,-25,0,-25,-14r0,-251","w":61},"}":{"d":"90,-125v2,6,23,10,20,20v3,9,-17,12,-20,18r0,91v-2,22,-26,27,-59,25v-9,0,-13,-4,-13,-13v-1,-17,15,-16,31,-15v4,-35,-8,-84,9,-107v-18,-22,-4,-71,-9,-106v-16,0,-35,3,-34,-14v0,-10,6,-15,16,-15v33,0,59,3,59,26r0,90","w":109},"\u00a0":{"w":126,"k":{"Y":39,"W":26,"V":34,"T":26,"A":20}}}});


/*	ColorBox v1.3.7 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
(function(c){function o(b,d){d=d==="x"?n.width():n.height();return typeof b==="string"?Math.round(b.match(/%/)?d/100*parseInt(b,10):parseInt(b,10)):b}function K(b){b=c.isFunction(b)?b.call(h):b;return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function Y(){for(var b in a)if(c.isFunction(a[b])&&b.substring(0,2)!=="on")a[b]=a[b].call(h);a.rel=a.rel||h.rel||"nofollow";a.href=a.href||c(h).attr("href");a.title=a.title||h.title}function Z(b){h=b;a=c.extend({},c(h).data(s)); Y();if(a.rel!=="nofollow"){j=c(".cboxElement").filter(function(){return(c(this).data(s).rel||this.rel)===a.rel});g=j.index(h);if(g<0){j=j.add(h);g=j.length-1}}else{j=c(h);g=0}if(!q){A=q=l;L=h;try{L.blur()}catch(d){}c.event.trigger(ba);a.onOpen&&a.onOpen.call(h);r.css({opacity:parseFloat(a.opacity),cursor:a.overlayClose?"pointer":"auto"}).show();a.w=o(a.initialWidth,"x");a.h=o(a.initialHeight,"y");e.position(0);M&&n.bind("resize.cboxIE6 scroll.cboxIE6",function(){r.css({width:n.width(),height:n.height(), top:n.scrollTop(),left:n.scrollLeft()})}).trigger("scroll.cboxIE6")}N.add(E).add(F).add(t).add(O).hide();P.html(a.close).show();e.slideshow();e.load()}var s="colorbox",l=true,e,B=c.browser.msie&&!c.support.opacity,M=B&&c.browser.version<7,ba="cbox_open",I="cbox_load",Q="cbox_complete",r,k,x,p,R,S,T,U,j,n,m,J,G,O,N,t,F,E,P,y,z,u,v,h,L,g,a,q,A,$={transition:"elastic",speed:350,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:"400",initialHeight:"400",maxWidth:"95%",maxHeight:"95%", scalePhotos:l,scrolling:l,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:l,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:l,loop:l,slideshow:false,slideshowAuto:l,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false,escKey:l,arrowKey:l};e=c.fn.colorbox=c.colorbox=function(b,d){var f= this;if(f.selector&&!f.length)return f;b=b||{};if(d)b.onComplete=d;if(!f.length||f.selector===undefined){f=c("<a/>");b.open=l}f.each(function(){c(this).data(s,c.extend({},c(this).data(s)||$,b)).addClass("cboxElement")});b.open&&Z(f[0]);return f};e.init=function(){function b(d){return c('<div id="cbox'+d+'"/>')}n=c(window);k=c('<div id="colorbox"/>');r=b("Overlay").hide();x=b("Wrapper");p=b("Content").append(m=b("LoadedContent").css({width:0,height:0}),G=b("LoadingOverlay").add(b("LoadingGraphic")), O=b("Title"),N=b("Current"),F=b("Next"),E=b("Previous"),t=b("Slideshow"),P=b("Close"));x.append(c("<div/>").append(b("TopLeft"),R=b("TopCenter"),b("TopRight")),c("<div/>").append(S=b("MiddleLeft"),p,T=b("MiddleRight")),c("<div/>").append(b("BottomLeft"),U=b("BottomCenter"),b("BottomRight"))).children().children().css({"float":"left"});J=c("<div id='cboxLoadingBay' style='position:absolute; width:9999px;'/>");c("body").prepend(r,k.append(x,J));if(B){k.addClass("cboxIE");M&&r.css("position","absolute")}p.children().hover(function(){c(this).addClass("hover")}, function(){c(this).removeClass("hover")}).addClass("hover");y=R.height()+U.height()+p.outerHeight(l)-p.height();z=S.width()+T.width()+p.outerWidth(l)-p.width();u=m.outerHeight(l);v=m.outerWidth(l);k.css({"padding-bottom":y,"padding-right":z}).hide();F.click(e.next);E.click(e.prev);P.click(e.close);p.children().removeClass("hover");c(".cboxElement").live("click",function(d){if(d.button!==0&&typeof d.button!=="undefined"||d.ctrlKey||d.shiftKey||d.altKey)return l;else{Z(this);return false}});r.click(function(){a.overlayClose&& e.close()});c(document).bind("keydown",function(d){if(q&&a.escKey&&d.keyCode===27){d.preventDefault();e.close()}if(q&&a.arrowKey&&!A&&j.length>1)if(d.keyCode===37&&(g>0||a.loop)){d.preventDefault();E.click()}else if(d.keyCode===39&&(g<j.length-1||a.loop)){d.preventDefault();F.click()}})};e.remove=function(){k.add(r).remove();c(".cboxElement").removeData(s).removeClass("cboxElement")};e.position=function(b,d){function f(C){R[0].style.width=U[0].style.width=p[0].style.width=C.style.width;G[0].style.height= G[1].style.height=p[0].style.height=S[0].style.height=T[0].style.height=C.style.height}var i,w=Math.max(n.height()-a.h-u-y,0)/2+n.scrollTop(),H=Math.max(n.width()-a.w-v-z,0)/2+n.scrollLeft();i=k.width()===a.w+v&&k.height()===a.h+u?0:b;x[0].style.width=x[0].style.height="9999px";k.dequeue().animate({width:a.w+v,height:a.h+u,top:w,left:H},{duration:i,complete:function(){f(this);A=false;x[0].style.width=a.w+v+z+"px";x[0].style.height=a.h+u+y+"px";d&&d()},step:function(){f(this)}})};e.resize=function(b){if(q){b= b||{};if(b.width)a.w=o(b.width,"x")-v-z;if(b.innerWidth)a.w=o(b.innerWidth,"x");m.css({width:a.w});if(b.height)a.h=o(b.height,"y")-u-y;if(b.innerHeight)a.h=o(b.innerHeight,"y");if(!b.innerHeight&&!b.height){b=m.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}m.css({height:a.h});e.position(a.transition==="none"?0:a.speed)}};e.prep=function(b){function d(w){var H,C,V,W,D=j.length,X=a.loop;e.position(w,function(){function aa(){B&&k[0].style.removeAttribute("filter")} if(q){B&&f&&m.fadeIn(100);if(a.iframe)c("<iframe frameborder=0"+(a.scrolling?"":" scrolling='no'")+(B?" allowtransparency='true'":"")+"/>").appendTo(m).attr({src:a.href,id:"cboxIframe",name:(new Date).getTime()});m.show();O.show().html(a.title);if(D>1){N.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,D)).show();F[X||g<D-1?"show":"hide"]().html(a.next);E[X||g>0?"show":"hide"]().html(a.previous);H=g>0?j[g-1]:j[D-1];V=g<D-1?j[g+1]:j[0];if(a.slideshow){t.show();g===D-1&&!X&&k.is(".cboxSlideshow_on")&& t.click()}if(a.preloading){W=c(V).data(s).href||V.href;C=c(H).data(s).href||H.href;if(K(W))c("<img/>")[0].src=W;if(K(C))c("<img/>")[0].src=C}}G.hide();a.transition==="fade"?k.fadeTo(i,1,function(){aa()}):aa();n.bind("resize.cbox",function(){e.position(0)});c.event.trigger(Q);a.onComplete&&a.onComplete.call(h)}})}if(q){var f,i=a.transition==="none"?0:a.speed;n.unbind("resize.cbox");m.remove();m=c('<div id="cboxLoadedContent"/>').html(b);m.hide().appendTo(J).css({width:function(){a.w=a.w||m.width(); a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?"auto":"hidden"}).css({height:function(){a.h=a.h||m.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(p);c("#cboxPhoto").css({cssFloat:"none"});M&&c("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("cbox_cleanup",function(){this.style.visibility="inherit"});a.transition==="fade"?k.fadeTo(i,0,function(){d(0)}):d(i)}};e.load=function(){var b,d,f,i=e.prep; A=l;h=j[g];a=c.extend({},c(h).data(s));Y();c.event.trigger(I);a.onLoad&&a.onLoad.call(h);a.h=a.height?o(a.height,"y")-u-y:a.innerHeight?o(a.innerHeight,"y"):false;a.w=a.width?o(a.width,"x")-v-z:a.innerWidth?o(a.innerWidth,"x"):false;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=o(a.maxWidth,"x")-v-z;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=o(a.maxHeight,"y")-u-y;a.mh=a.h&&a.h<a.mh?a.h:a.mh}b=a.href;G.show();if(a.inline){c('<div id="cboxInlineTemp"/>').hide().insertBefore(c(b)[0]).bind(I+" cbox_cleanup", function(){c(this).replaceWith(m.children())});i(c(b))}else if(a.iframe)i(" ");else if(a.html)i(a.html);else if(K(b)){d=new Image;d.onload=function(){var w;d.onload=null;d.id="cboxPhoto";c(d).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(a.scalePhotos){f=function(){d.height-=d.height*w;d.width-=d.width*w};if(a.mw&&d.width>a.mw){w=(d.width-a.mw)/d.width;f()}if(a.mh&&d.height>a.mh){w=(d.height-a.mh)/d.height;f()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";i(d); j.length>1&&c(d).css({cursor:"pointer"}).click(e.next);if(B)d.style.msInterpolationMode="bicubic"};d.src=b}else c("<div>Request unsuccessful.</div>").appendTo(J).load(b,function(){i(this)})};e.next=function(){if(!A){g=g<j.length-1?g+1:0;e.load()}};e.prev=function(){if(!A){g=g>0?g-1:j.length-1;e.load()}};e.slideshow=function(){function b(){t.text(a.slideshowStop).bind(Q,function(){f=setTimeout(e.next,a.slideshowSpeed)}).bind(I,function(){clearTimeout(f)}).one("click",function(){d()});k.removeClass(i+ "off").addClass(i+"on")}var d,f,i="cboxSlideshow_";t.bind("cbox_closed",function(){t.unbind();clearTimeout(f);k.removeClass(i+"off "+i+"on")});d=function(){clearTimeout(f);t.text(a.slideshowStart).unbind(Q+" "+I).one("click",function(){b();f=setTimeout(e.next,a.slideshowSpeed)});k.removeClass(i+"on").addClass(i+"off")};if(a.slideshow&&j.length>1)a.slideshowAuto?b():d()};e.close=function(){if(q){q=false;c.event.trigger("cbox_cleanup");a.onCleanup&&a.onCleanup.call(h);n.unbind(".cbox .cboxIE6");k.add(r).stop().fadeTo("fast", 0,function(){c("#colorbox iframe").attr("src","about:blank");m.remove();k.add(r).css({opacity:1,cursor:"auto"}).hide();try{L.focus()}catch(b){}setTimeout(function(){c.event.trigger("cbox_closed");a.onClosed&&a.onClosed.call(h)},1)})}};e.element=function(){return c(h)};e.settings=$;c(e.init)})(jQuery);


(function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H)}C.randomMap.sort(function(L,w){return Math.random()-0.5});C.randomIndex=0;C.startingSlide=C.randomMap[0]}else{if(C.startingSlide>=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=i(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth}if(!I){I=K.offsetHeight}v=A>v?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!i.isFunction(s)){f("discarding unknown transition: ",v);w.fxs.splice(u,1);u--}}if(!w.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&i.isFunction(s)){w.fxs.push(p)}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0])}a("randomized fx sequence: ",w.fxs)}return true}function j(r,q){r.addSlide=function(u,v){var t=i(u),w=t[0];if(!r.autostopCount){r.countdown++}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w)}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++}if(!i.support.opacity&&r.cleartype&&!r.cleartypeNoBg){g(t)}if(r.fit&&r.width){t.width(r.width)}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height)}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){i.fn.cycle.createPagerAnchor(q.length-1,w,i(r.pager),q,r)}if(i.isFunction(r.onAddSlide)){r.onAddSlide(t)}else{t.hide()}}}i.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=i.extend({},r.original.cssBefore);r.cssAfter=i.extend({},r.original.cssAfter);r.animIn=i.extend({},r.original.animIn);r.animOut=i.extend({},r.original.animOut);r.fxFn=null;i.each(r.original.before,function(){r.before.push(this)});i.each(r.original.after,function(){r.after.push(this)});var s=i.fn.cycle.transitions[q];if(i.isFunction(s)){s(r.$cont,i(r.elements),r)}};function e(x,q,w,y){if(w&&q.busy&&q.manualTrump){i(x).stop(true,true);q.busy=false}if(q.busy){return}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q)}return}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||i(A).height();A.cycleW=A.cycleW||i(A).width();z.cycleH=z.cycleH||i(z).height();z.cycleW=z.cycleW||i(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r='<a href="#">'+(u+1)+"</a>"}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlide<u);return false});if(w.pagerEvent!="click"){x.click(function(){return false})}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++},function(){w.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q}else{r=u<q?q-u:q+t.slideCount-u}return r};function g(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=i.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.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:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);

(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,speed:200,easing:null,vertical:false,circular:true,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var b=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var c=$(this),ul=$("ul",c),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v-1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}var f=$("li",ul),itemLength=f.size(),curr=o.start;c.css("visibility","visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});c.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var g=o.vertical?height(f):width(f);var h=g*itemLength;var j=g*v;f.css({width:f.width(),height:f.height()});ul.css(sizeCss,h+"px").css(animCss,-(curr*g));c.css(sizeCss,j+"px");if(o.btnPrev)$(o.btnPrev).click(function(){return go(curr-o.scroll)});if(o.btnNext)$(o.btnNext).click(function(){return go(curr+o.scroll)});if(o.btnGo)$.each(o.btnGo,function(i,a){$(a).click(function(){return go(o.circular?o.visible+i:i)})});if(o.mouseWheel&&c.mousewheel)c.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll)});if(o.auto)setInterval(function(){go(curr+o.scroll)},o.auto+o.speed);function vis(){return f.slice(curr).slice(0,v)};function go(a){if(!b){if(o.beforeStart)o.beforeStart.call(this,vis());if(o.circular){if(a<=o.start-v-1){ul.css(animCss,-((itemLength-(v*2))*g)+"px");curr=a==o.start-v-1?itemLength-(v*2)-1:itemLength-(v*2)-o.scroll}else if(a>=itemLength-v+1){ul.css(animCss,-((v)*g)+"px");curr=a==itemLength-v+1?v+1:v+o.scroll}else curr=a}else{if(a<0||a>itemLength-v)return;else curr=a}b=true;ul.animate(animCss=="left"?{left:-(curr*g)}:{top:-(curr*g)},o.speed,o.easing,function(){if(o.afterEnd)o.afterEnd.call(this,vis());b=false});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled")}}return false}})};function css(a,b){return parseInt($.css(a[0],b))||0};function width(a){return a[0].offsetWidth+css(a,'marginLeft')+css(a,'marginRight')};function height(a){return a[0].offsetHeight+css(a,'marginTop')+css(a,'marginBottom')}})(jQuery);


(function($){
	
	if(!document.defaultView || !document.defaultView.getComputedStyle){
		var oldCurCSS = jQuery.curCSS;
		jQuery.curCSS = function(elem, name, force){
			if(name !== 'backgroundPosition' || !elem.currentStyle || elem.currentStyle[ name ]){
				return oldCurCSS.apply(this, arguments);
			}
			var style = elem.style;
			if ( !force && style && style[ name ] ){
				return style[ name ];
			}
			return oldCurCSS(elem, 'backgroundPositionX', force) +' '+ oldCurCSS(elem, 'backgroundPositionY', force);
		};
	}
})(jQuery);

(function($) {
	
	function toArray(strg){
		strg = strg.replace(/left|top/g,'0px');
		strg = strg.replace(/right|bottom/g,'100%');
		strg = strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");
		var res = strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);
		return [parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];
	}
	
	$.fx.step. backgroundPosition = function(fx) {
		if (!fx.bgPosReady) {
			
			var start = $.curCSS(fx.elem,'backgroundPosition');
			if(!start){//FF2 no inline-style fallback
				start = '0px 0px';
			}
			
			start = toArray(start);
			fx.start = [start[0],start[2]];
			
			var end = toArray(fx.options.curAnim.backgroundPosition);
			fx.end = [end[0],end[2]];
			
			fx.unit = [end[1],end[3]];
			fx.bgPosReady = true;
		}
		
		var nowPosX = [];
		nowPosX[0] = ((fx.end[0] - fx.start[0]) * fx.pos) + fx.start[0] + fx.unit[0];
		nowPosX[1] = ((fx.end[1] - fx.start[1]) * fx.pos) + fx.start[1] + fx.unit[1];           
		fx.elem.style.backgroundPosition = nowPosX[0]+' '+nowPosX[1];

	};
})(jQuery);
 
 (function($) {
	$.fn.customFadeIn = function(speed, callback) {
		$(this).fadeIn(speed, function() {
			if(jQuery.browser.msie)
				$(this).get(0).style.removeAttribute('filter');
			if(callback != undefined)
				callback();
		});
	};
	$.fn.customFadeOut = function(speed, callback) {
		$(this).fadeOut(speed, function() {
			if(jQuery.browser.msie)
				$(this).get(0).style.removeAttribute('filter');
			if(callback != undefined)
				callback();
		});
	};
})(jQuery);

jQuery.fn.delay = function(time,func){
	this.each(function(){
		setTimeout(func,time);
	});
	
	return this;
};

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

jQuery.extend( jQuery.easing,
{
	def: 'easeOutQuad',
	swing: function (x, t, b, c, d) {
		//alert(jQuery.easing.default);
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});
 
jQuery.cookie = function(name, value, options) {
    if (typeof value != 'undefined') { // name and value given, set cookie
        options = options || {};
        if (value === null) {
            value = '';
            options.expires = -1;
        }
        var expires = '';
        if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
            var date;
            if (typeof options.expires == 'number') {
                date = new Date();
                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
            } else {
                date = options.expires;
            }
            expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
        }
        var path = options.path ? '; path=' + (options.path) : '';
        var domain = options.domain ? '; domain=' + (options.domain) : '';
        var secure = options.secure ? '; secure' : '';
        document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
    } else { // only name given, get cookie
        var cookieValue = null;
        if (document.cookie && document.cookie != '') {
            var cookies = document.cookie.split(';');
            for (var i = 0; i < cookies.length; i++) {
                var cookie = jQuery.trim(cookies[i]);
                // Does this cookie string begin with the name we want?
                if (cookie.substring(0, name.length + 1) == (name + '=')) {
                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
                    break;
                }
            }
        }
        return cookieValue;
    }
};

(function($) {
	
	$.alerts = {
		
		// These properties can be read/written by accessing $.alerts.propertyName from your scripts at any time
		
		verticalOffset: -75,                // vertical offset of the dialog from center screen, in pixels
		horizontalOffset: 0,                // horizontal offset of the dialog from center screen, in pixels/
		repositionOnResize: true,           // re-centers the dialog on window resize
		overlayOpacity: .8,                // transparency level of overlay
		overlayColor: '#000',               // base color of overlay
		draggable: true,                    // make the dialogs draggable (requires UI Draggables plugin)
		okButton: '&nbsp;OK&nbsp;',         // text for the OK button
		cancelButton: '&nbsp;Cancel&nbsp;', // text for the Cancel button
		dialogClass: null,                  // if specified, this class will be applied to all dialogs
		
		// Public methods
		
		alert: function(message, title, callback) {
			if( title == null ) title = 'Alert';
			$.alerts._show(title, message, null, 'alert', function(result) {
				if( callback ) callback(result);
			});
		},
		
		confirm: function(message, title, callback) {
			if( title == null ) title = 'Confirm';
			$.alerts._show(title, message, null, 'confirm', function(result) {
				if( callback ) callback(result);
			});
		},
			
		prompt: function(message, value, title, callback) {
			if( title == null ) title = 'Prompt';
			$.alerts._show(title, message, value, 'prompt', function(result) {
				if( callback ) callback(result);
			});
		},
		
		// Private methods
		
		_show: function(title, msg, value, type, callback) {
			
			$.alerts._hide();
			$.alerts._overlay('show');
			
			$("BODY").append(
			  '<div id="popup_container">' +
			    '<h1 id="popup_title"></h1>' +
			    '<div id="popup_content">' +
			      '<div id="popup_message"></div>' +
				'</div>' +
			  '</div>');
			
			if( $.alerts.dialogClass ) $("#popup_container").addClass($.alerts.dialogClass);
			
			// IE6 Fix
			var pos = ($.browser.msie && parseInt($.browser.version) <= 6 ) ? 'absolute' : 'fixed'; 
			
			$("#popup_container").css({
				position: pos,
				zIndex: 99999,
				padding: 0,
				margin: 0
			});
			
			$("#popup_title").text(title);
			$("#popup_content").addClass(type);
			$("#popup_message").text(msg);
			$("#popup_message").html( $("#popup_message").text().replace(/\n/g, '<br />') );
			
			$("#popup_container").css({
				minWidth: $("#popup_container").outerWidth(),
				maxWidth: $("#popup_container").outerWidth()
			});
			
			$.alerts._reposition();
			$.alerts._maintainPosition(true);
			
			switch( type ) {
				case 'alert':
					$("#popup_message").after('<div id="popup_panel"><input type="button" value="' + $.alerts.okButton + '" id="popup_ok" class="btn blue" /></div>');
					$("#popup_ok").click( function() {
						$.alerts._hide();
						callback(true);
					});
					$("#popup_ok").focus().keypress( function(e) {
						if( e.keyCode == 13 || e.keyCode == 27 ) $("#popup_ok").trigger('click');
					});
				break;
				case 'confirm':
					$("#popup_message").after('<div id="popup_panel"><input type="button" value="' + $.alerts.okButton + '" id="popup_ok" class="btn blue" /> <input type="button" value="' + $.alerts.cancelButton + '" id="popup_cancel" class="btn blue" /></div>');
					$("#popup_ok").click( function() {
						$.alerts._hide();
						if( callback ) callback(true);
					});
					$("#popup_cancel").click( function() {
						$.alerts._hide();
						if( callback ) callback(false);
					});
					$("#popup_ok").focus();
					$("#popup_ok, #popup_cancel").keypress( function(e) {
						if( e.keyCode == 13 ) $("#popup_ok").trigger('click');
						if( e.keyCode == 27 ) $("#popup_cancel").trigger('click');
					});
				break;
				case 'prompt':
					$("#popup_message").append('<br /><input type="text" size="30" id="popup_prompt" class="btn blue" />').after('<div id="popup_panel"><input type="button" class="btn blue" value="' + $.alerts.okButton + '" id="popup_ok" /> <input class="btn blue" type="button" value="' + $.alerts.cancelButton + '" id="popup_cancel" /></div>');
					$("#popup_prompt").width( $("#popup_message").width() );
					$("#popup_ok").click( function() {
						var val = $("#popup_prompt").val();
						$.alerts._hide();
						if( callback ) callback( val );
					});
					$("#popup_cancel").click( function() {
						$.alerts._hide();
						if( callback ) callback( null );
					});
					$("#popup_prompt, #popup_ok, #popup_cancel").keypress( function(e) {
						if( e.keyCode == 13 ) $("#popup_ok").trigger('click');
						if( e.keyCode == 27 ) $("#popup_cancel").trigger('click');
					});
					if( value ) $("#popup_prompt").val(value);
					$("#popup_prompt").focus().select();
				break;
			}
			
			// Make draggable
			if( $.alerts.draggable ) {
				try {
					$("#popup_container").draggable({ handle: $("#popup_title") });
					$("#popup_title").css({ cursor: 'move' });
				} catch(e) { /* requires jQuery UI draggables */ }
			}
		},
		
		_hide: function() {
			$("#popup_container").remove();
			$.alerts._overlay('hide');
			$.alerts._maintainPosition(false);
		},
		
		_overlay: function(status) {
			switch( status ) {
				case 'show':
					$.alerts._overlay('hide');
					$("BODY").append('<div id="popup_overlay"></div>');
					$("#popup_overlay").css({
						position: 'absolute',
						zIndex: 99998,
						top: '0px',
						left: '0px',
						width: '100%',
						height: $(document).height(),
						background: $.alerts.overlayColor,
						opacity: $.alerts.overlayOpacity
					});
				break;
				case 'hide':
					$("#popup_overlay").remove();
				break;
			}
		},
		
		_reposition: function() {
			var top = (($(window).height() / 2) - ($("#popup_container").outerHeight() / 2)) + $.alerts.verticalOffset;
			var left = (($(window).width() / 2) - ($("#popup_container").outerWidth() / 2)) + $.alerts.horizontalOffset;
			if( top < 0 ) top = 0;
			if( left < 0 ) left = 0;
			
			// IE6 fix
			if( $.browser.msie && parseInt($.browser.version) <= 6 ) top = top + $(window).scrollTop();
			
			$("#popup_container").css({
				top: top + 'px',
				left: left + 'px'
			});
			$("#popup_overlay").height( $(document).height() );
		},
		
		_maintainPosition: function(status) {
			if( $.alerts.repositionOnResize ) {
				switch(status) {
					case true:
						$(window).bind('resize', $.alerts._reposition);
					break;
					case false:
						$(window).unbind('resize', $.alerts._reposition);
					break;
				}
			}
		}
		
	}
	
	// Shortuct functions
	jAlert = function(message, title, callback) {
		$.alerts.alert(message, title, callback);
	}
	
	jConfirm = function(message, title, callback) {
		$.alerts.confirm(message, title, callback);
	};
		
	jPrompt = function(message, value, title, callback) {
		$.alerts.prompt(message, value, title, callback);
	};
	
})(jQuery);

$(document).ready(function() {
	

// colorbox launch codes	
	
	$("a[rel='forumpics']").colorbox({photo: true}); 
	$("a#la-site-info").colorbox({href:"http://www.funckarma.com/images/instructions.jpg"});
	$("a#la-newsletter").colorbox({width:"600px", height:"350px", iframe:true, href:"http://www.funckarma.com/ajax/newsletter.html"});


        $("a#la-fb-kill").click(function () {
          if ($.cookie('fbkill')) {
           var killset = $.cookie('fbkill');
           if (killset == 'dead')  {
            $.cookie('fbkill', 'alive', { expires: 30, path: '/' });
            jAlert('You just enabled facebook functions in this site. Click the skull button again to kill.', 'Funckarma.com Facebook Kill', function(r) {location.reload();});
            return false;
           }
           else
           {
            $.cookie('fbkill', 'dead', { expires: 30, path: '/' });
            jAlert('You just killed facebook functions in this site. Click the skull button again to enable.', 'Funckarma.com Facebook Kill', function(r) {location.reload();});
            return false;
           }
	  }
	  else
	  {
           $.cookie('fbkill', 'dead', { expires: 30, path: '/' });
           jAlert('You just killed facebook functions in this site. Click the skull button again to enable.', 'Funckarma.com Facebook Kill', function(r) {location.reload();});
           return false;
          }
	});
	
	if ($.cookie('fbkill')) {
           var killcheck = $.cookie('fbkill');
           if (killcheck == 'dead')  {
             $(".facebook").hide();
           }
        }

});

Cufon.replace('h1', { fontFamily: 'Neuropol' });
Cufon.replace('h3', { fontFamily: 'Avenir' });
Cufon.replace('h4', { fontFamily: 'Avenir' });
Cufon.replace('h5', { fontFamily: 'Avenir' });
Cufon.replace('h6', { fontFamily: 'Avenir' });
Cufon.replace('div.pp-he h6', { fontFamily: 'Neuropol' });
Cufon.replace('div.calhead h6', { fontFamily: 'Neuropol' });



var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);}


