

/* cufon ---------------------------------------------------------------------------------------------------------*/
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																											   
/* FONT  START ////////////////////////////////////////////////////*/
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ©1995-2005 Arts & Letters Corporation
 * 
 * Trademark:
 * BOSS Fonts is a trademark of Arts & Letters Corporation
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"346,-150r-63,0r-73,-62r-75,62r-62,0r108,-106r57,0","w":419},{"d":"265,-190r-107,95r107,100r-94,0r-80,-82r0,82r-69,0r0,-263r69,0r0,149r86,-81r88,0","w":252},{"d":"283,5r-265,0r0,-52r166,-156r-166,0r0,-55r265,0r0,51r-163,158r163,0r0,54","w":307},{"d":"23,-116v-16,-155,114,-144,256,-142r0,54v-70,7,-179,-26,-181,52r181,0r0,53r-181,0r0,104r-75,0r0,-121","w":284,"k":{"A":15,".":46,",":64}},{"d":"318,-258r-131,263r-73,0r-135,-263r83,0r87,181r89,-181r80,0","w":293,"k":{"y":10,"u":13,"r":13,"o":13,"i":-7,"e":30,"a":13,"A":27,";":17,":":23,".":46,"-":20,",":54}},{"d":"297,-177v0,41,-25,66,-58,74r77,108r-84,0r-66,-100r-66,0r0,100r-74,0r0,-263v108,8,271,-34,271,81xm100,-149v43,-5,122,17,122,-27v0,-45,-78,-21,-122,-27r0,54","w":314,"k":{"y":14,"Y":6,"W":6,"V":3,"T":6}},{"d":"87,-75v-7,42,40,27,74,30r0,-145r70,0r0,185v4,99,-115,74,-208,77r-1,-46v43,-3,100,8,132,-7v5,-4,7,-8,7,-14v-78,2,-142,1,-142,-76r0,-119r68,0r0,115","w":252,"k":{".":12,",":12}},{"d":"154,5v-93,1,-148,-38,-148,-127v0,-95,51,-135,148,-136r142,0r0,53r-142,0v-49,2,-66,26,-66,80v1,50,17,74,66,75r66,0r0,-51r-85,0r0,-53r161,0r0,159r-142,0","w":311},{"d":"103,5r-77,0r0,-263r77,0r0,263","w":129},{"d":"132,88r-54,0r0,-362r54,0r0,362","w":209},{"d":"301,-85r-252,87r0,-48r173,-59r-173,-60r0,-47r252,86r0,41","w":349},{"d":"89,-190v76,-2,144,-1,144,72r0,123r-70,0r0,-117v6,-40,-41,-27,-74,-28r0,145r-70,0r0,-263r70,0r0,68","w":252},{"d":"285,5r-89,0r-60,-85r-64,85r-89,0r109,-132r-105,-131r88,0r58,76r59,-76r85,0r-100,128","w":270},{"d":"120,-152v88,1,185,-15,185,76v0,118,-173,72,-284,81r0,-54r164,0v38,6,55,-24,35,-44v-75,-17,-211,23,-211,-83v0,-119,172,-73,283,-82r0,55r-163,0v-29,0,-42,2,-43,28v0,17,15,23,34,23","w":316},{"d":"5,-95v2,-83,67,-102,161,-95r0,-68r69,0r0,263r-118,0v-67,1,-113,-36,-112,-100xm77,-91v0,49,41,49,89,47r0,-97v-51,0,-89,-2,-89,50"},{"d":"31,-113v70,-65,190,28,265,-21r23,-13r0,49v-32,21,-90,33,-138,16v-69,-24,-98,-16,-150,19r0,-50","w":349},{"d":"89,-190v92,-4,160,9,162,95v1,64,-46,100,-113,100r-118,0r0,-263r69,0r0,68xm89,-44v48,1,90,4,90,-47v0,-51,-39,-53,-90,-50r0,97"},{"d":"186,37r-43,0r-153,-298r43,0","w":175},{"d":"473,-258r-97,263r-85,0r-60,-177r-52,177r-86,0r-104,-263r80,0r65,182r55,-182r83,0r63,183r61,-183r77,0","w":463,"k":{"y":11,"u":14,"r":14,"o":10,"i":4,"e":17,"a":13,"A":21,";":14,":":20,".":34,"-":10,",":37}},{"d":"19,-190v68,7,176,-25,172,51r0,36r-66,0v-2,-19,9,-49,-21,-42r-15,0r0,150r-70,0r0,-195","w":196,"k":{"z":11,"y":14,"x":7,"w":4,"v":4,"u":11,"r":14,"q":4,"o":3,"n":11,"m":11,"h":11,"g":4,"e":3,"d":3,"c":6,".":33,"-":2,",":51}},{"d":"61,-147r-50,0r0,-105r50,0r0,105","w":72},{"d":"379,-190r-78,195r-76,0r-44,-117r-42,117r-72,0r-81,-195r73,0r45,119r43,-119r71,0r45,119r44,-119r72,0","w":365,"k":{".":20,",":20}},{"d":"264,-128v23,10,39,29,39,61v0,85,-111,72,-199,72v-56,0,-98,-23,-99,-73v0,-34,17,-48,40,-60v-21,-14,-35,-31,-36,-60v-1,-81,101,-70,185,-70v57,0,106,15,105,70v-1,27,-15,47,-35,60xm132,-153v36,0,88,9,89,-26v0,-36,-53,-24,-89,-26v-26,-1,-44,3,-44,26v0,22,20,26,44,26xm131,-48v37,0,91,10,90,-27v-1,-35,-54,-26,-90,-26v-27,0,-43,4,-43,26v0,23,17,27,43,27","w":308},{"d":"273,-258r-1,49r-183,214r-94,0r187,-210r-187,0r0,-53r278,0","w":266},{"d":"87,-72v-4,40,41,23,74,27r0,-145r70,0r0,195v-91,-4,-212,23,-212,-73r0,-122r68,0r0,118","w":252},{"d":"30,-26v-57,-66,-7,-164,87,-164r119,0r0,262r-69,0r0,-67v-58,1,-110,1,-137,-31xm77,-94v0,50,40,52,90,50r0,-97v-49,-2,-90,-3,-90,47"},{"d":"24,-190v94,3,222,-23,222,74r0,121r-162,0v-42,-1,-74,-17,-74,-59v-2,-76,89,-61,165,-63v-1,-24,-19,-25,-48,-26r-103,0r0,-47xm86,-68v-10,13,-5,26,21,26r68,0r0,-29v-27,1,-68,-3,-89,3","w":266},{"d":"5,-93v0,-67,44,-97,121,-97r112,0r0,183v7,101,-115,76,-208,79r0,-46v43,-3,100,8,131,-7v5,-4,7,-8,7,-14v-97,6,-163,-13,-163,-98xm82,-120v-22,57,17,87,86,77r0,-98v0,0,-76,-6,-86,21"},{"d":"85,-125v-6,79,20,129,55,175r-53,0v-31,-39,-69,-89,-69,-154v0,-65,36,-116,69,-154r52,0v-26,36,-50,78,-54,133","w":145},{"d":"266,-204r-98,0r0,209r-77,0r0,-209r-97,0r0,-53r272,0r0,53","w":259,"k":{"y":40,"w":33,"u":33,"s":40,"r":33,"o":40,"i":4,"e":40,"c":40,"a":40,"A":29,";":30,":":44,".":40,"-":42,",":58}},{"d":"91,5r-72,0r0,-263r72,0r0,263","w":109},{"d":"173,-152v76,-2,131,5,130,76v-1,68,-55,84,-130,81r0,25r-35,0r0,-25r-114,0r0,-54r114,0r0,-49v-72,4,-127,-12,-126,-78v0,-68,51,-84,126,-82r0,-23r35,0r0,23r112,0r0,55r-112,0r0,51xm86,-176v-1,24,26,25,52,24r0,-51v-28,-2,-51,4,-52,27xm173,-49v27,0,55,-1,56,-26v1,-26,-28,-23,-56,-23r0,49","w":315},{"d":"91,-151v93,2,214,-18,212,75v-2,66,-64,84,-140,84v-100,0,-156,-36,-156,-132v0,-98,60,-134,166,-134r113,0r0,53v-75,8,-189,-29,-195,54xm166,-44v33,0,55,-4,55,-29v0,-18,-12,-25,-32,-25r-98,0v1,41,28,54,75,54","w":304},{"d":"287,-258r-121,147r0,116r-74,0r0,-116r-119,-147r85,0r71,93r72,-93r86,0","w":259,"k":{"v":9,"u":23,"q":33,"p":23,"o":33,"i":-11,"e":37,"a":30,"A":35,";":33,":":33,".":40,"-":40,",":44}},{"d":"72,-49v3,46,-4,76,-37,91r0,-37r-24,0r0,-54r61,0","w":82},{"d":"231,5r-218,0r0,-47r123,-99r-123,0r0,-49r218,0r0,46r-123,100r123,0r0,49","w":244},{"d":"184,-258v64,-2,96,22,98,79v3,75,-73,85,-153,79v-41,-3,-46,14,-44,52r195,0r0,53r-274,0r0,-81v-2,-78,67,-78,150,-78v28,0,42,-4,45,-26v-4,-23,-15,-24,-45,-25r-150,0r0,-53r178,0","w":285},{"d":"86,-154v92,0,200,-15,199,79v-2,111,-166,74,-277,80r0,-53r151,0v26,-1,40,-3,40,-27v0,-24,-14,-26,-40,-27r-151,0r0,-156r261,0r0,53r-183,0r0,51","w":287},{"d":"93,-202r-73,0r0,-56r73,0r0,56xm93,5r-73,0r0,-195r73,0r0,195","w":111},{"d":"166,-213v-22,4,-60,-13,-54,23r54,0r0,46r-54,0r0,149r-73,0r0,-149r-41,0r0,-46r41,0v-12,-79,57,-68,127,-68r0,45","w":164,"k":{"f":-7}},{"d":"95,5r-78,0r0,-263r78,0r0,263","w":110},{"d":"138,-190v117,-18,154,153,52,188v-27,9,-65,7,-101,7r0,67r-69,0r0,-262r118,0xm89,-44v50,1,90,1,90,-50v0,-52,-41,-48,-90,-47r0,97"},{"d":"303,-84r-102,0r0,89r-52,0r0,-89r-102,0r0,-43r102,0r0,-88r52,0r0,88r102,0r0,43","w":349},{"d":"93,-202r-73,0r0,-56r73,0r0,56xm-35,24v33,2,55,1,55,-35r0,-179r73,0r0,181v2,71,-52,87,-128,81r0,-48","w":111},{"d":"168,-258v109,-16,171,69,115,144v-30,40,-113,29,-183,30r0,89r-74,0r0,-263r142,0xm100,-138v48,-4,121,16,122,-33v1,-50,-76,-27,-122,-32r0,65","w":311,"k":{"A":27,".":61,",":68}},{"d":"215,88r-220,0r0,-44r220,0r0,44","w":209},{"d":"57,-195v75,-91,353,-95,349,63v-2,71,-49,114,-123,118v-23,0,-41,-6,-47,-22v-36,38,-137,28,-129,-41v-7,-73,92,-135,152,-83r7,-13r47,0r-33,114v1,7,5,7,14,8v39,-6,62,-39,63,-81v3,-107,-195,-111,-255,-47v-21,23,-40,51,-40,89v-3,123,192,137,275,77r22,28v-119,91,-406,33,-335,-161v8,-19,21,-34,33,-49xm162,-76v-5,32,35,32,53,18v19,-14,21,-39,29,-63v-3,-14,-14,-25,-31,-24v-28,0,-54,35,-51,69","w":419},{"d":"301,2r-252,-87r0,-41r252,-86r0,47r-174,60r174,59r0,48","w":349},{"d":"162,-262v102,0,156,38,156,135v0,96,-56,138,-156,137v-104,0,-156,-41,-156,-139v0,-95,56,-134,156,-133xm162,-43v53,0,76,-28,76,-84v0,-56,-23,-84,-76,-84v-53,0,-76,28,-76,82v0,57,20,86,76,86","w":324},{"d":"19,-190v91,5,214,-25,214,72r0,123r-69,0r0,-117v5,-42,-42,-24,-75,-28r0,145r-70,0r0,-195","w":251},{"d":"75,-90r-61,0r0,-53r61,0r0,53xm75,-49v3,46,-5,76,-38,91r0,-37r-23,0r0,-54r61,0","w":88},{"d":"128,-193v69,0,123,36,123,100v0,64,-55,101,-123,101v-70,0,-123,-36,-123,-101v0,-65,53,-100,123,-100xm127,-41v32,0,52,-20,52,-52v0,-32,-20,-52,-52,-52v-31,0,-49,20,-49,52v0,33,17,52,49,52"},{"d":"105,-118v65,0,133,-2,133,60v0,36,-30,64,-66,63r-156,0r0,-48r129,0v25,6,36,-26,11,-27v-66,-2,-143,14,-143,-57v0,-91,129,-56,214,-63r0,47r-109,0v-22,2,-32,-3,-34,13v1,11,8,12,21,12","w":248},{"d":"303,-121r-256,0r0,-43r256,0r0,43xm303,-46r-256,0r0,-44r256,0r0,44","w":349},{"d":"249,-190v60,1,97,15,97,72r0,123r-70,0r0,-117v6,-38,-29,-28,-59,-28r0,145r-70,0r0,-145r-58,0r0,145r-70,0r0,-195r230,0","w":367},{"d":"317,-41r-41,0r0,46r-75,0r0,-46r-193,0r0,-57r179,-160r89,0r0,164r41,0r0,53xm201,-94r0,-94r-104,94r104,0","w":324},{"d":"128,-147r-51,0r0,-105r51,0r0,105xm61,-147r-50,0r0,-105r50,0r0,105","w":138},{"d":"119,50r-114,0r0,-49r53,0r0,-210r-53,0r0,-49r114,0r0,308","w":145},{"d":"58,-258v34,37,69,92,69,154v0,63,-34,117,-69,154r-52,0v31,-42,56,-86,56,-154v0,-67,-25,-113,-55,-154r51,0","w":145},{"d":"279,5r-74,0r0,-106r-105,0r0,106r-74,0r0,-263r74,0r0,103r105,0r0,-103r74,0r0,263","w":304},{"d":"298,-140v55,0,85,21,85,73v0,53,-30,74,-85,74v-54,0,-86,-21,-86,-74v0,-52,32,-73,86,-73xm274,-257r-121,262r-45,0r122,-262r44,0xm89,-258v54,0,85,21,85,73v0,53,-32,73,-87,73v-54,1,-83,-21,-83,-73v0,-52,29,-74,85,-73xm298,-32v22,0,31,-12,31,-35v0,-23,-10,-35,-31,-35v-21,-1,-32,13,-31,35v0,23,9,35,31,35xm89,-150v22,0,30,-11,31,-35v0,-23,-10,-36,-31,-36v-21,0,-31,13,-31,36v0,23,8,35,31,35","w":385},{"d":"157,-69r-152,0r0,-53r152,0r0,53","w":162},{"d":"103,-60r-75,0r0,-198r75,0r0,198xm103,5r-74,0r0,-55r74,0r0,55","w":131},{"d":"186,-172r-23,32r-35,-17r0,35r-46,0r0,-35r-35,17r-23,-32r35,-18r-35,-17r23,-33r35,17r0,-35r46,0r0,35r35,-17r23,33r-36,17","w":209},{"d":"24,-259v61,0,109,-1,105,63v-3,48,-6,92,54,83r0,44v-36,-1,-58,3,-54,39v9,75,-18,121,-105,105r0,-44v29,0,46,1,45,-30v-2,-42,-5,-85,30,-92v-46,-6,-19,-84,-37,-119v-8,-5,-24,-3,-38,-4r0,-45","w":209},{"d":"263,-190r-103,195r-70,0r-98,-195r77,0r58,123r61,-123r75,0","k":{".":27,",":30}},{"d":"109,-144v5,40,-18,107,31,103r30,0r0,46v-67,2,-131,2,-131,-63r0,-86r-41,0r0,-46r41,0r0,-68r70,0r0,68r61,0r0,46r-61,0","w":173},{"d":"141,-261v102,0,156,36,156,132v0,98,-60,134,-166,134r-112,0r0,-53v76,-6,187,24,194,-54v-92,-2,-214,17,-211,-75v3,-70,60,-84,139,-84xm84,-180v0,20,11,25,31,26r98,0v-2,-46,-28,-55,-78,-55v-31,0,-51,3,-51,29","w":304},{"d":"128,5v-73,1,-118,-30,-121,-97v-4,-101,101,-102,206,-98r0,49v-60,3,-135,-16,-135,49v0,62,74,47,135,48r0,49r-85,0","w":220},{"w":180},{"d":"242,-190r-86,99r84,96r-81,0r-43,-51r-45,51r-81,0r86,-98r-86,-97r81,0r45,52r46,-52r80,0","w":231},{"d":"73,-46v52,-2,62,-13,63,-68r0,-144r77,0r0,155v6,115,-106,111,-220,108r0,-51r80,0","w":234},{"d":"72,5r-61,0r0,-54r61,0r0,54","w":82},{"d":"321,-185r-19,44r-58,-1r-13,33r60,0r-19,44r-60,0r-30,71r-57,0r30,-71r-38,0r-30,71r-57,0r30,-71r-59,0r20,-44r57,0r14,-32r-61,0r19,-44r61,0r30,-72r57,0r-30,72r38,0r30,-72r57,0r-30,72r58,0xm188,-141r-39,0r-14,33r39,0","w":322},{"d":"94,-74v1,39,72,32,93,15v12,-10,21,-23,27,-40r-40,0r0,-53r156,0r0,53r-38,0v-19,70,-71,108,-159,108v-60,0,-113,-21,-114,-73v0,-34,14,-45,35,-60v-21,-12,-35,-33,-36,-62v-1,-87,114,-71,203,-72r0,56v-45,5,-125,-17,-130,24v-4,28,29,27,58,26r0,53v-27,-1,-56,-1,-55,25","w":337},{"d":"218,-127v23,11,37,30,37,60v0,101,-154,66,-255,72r0,-53r130,0v26,0,43,-4,43,-27v0,-20,-17,-26,-43,-26r-106,0r0,-52r104,0v26,0,42,-4,43,-26v0,-23,-18,-27,-43,-26r-128,0r0,-53v101,7,255,-31,255,72v0,27,-17,46,-37,59","w":264},{"w":180},{"d":"302,5r-82,0r-122,-179r3,179r-75,0r0,-263r88,0r115,169r-3,-169r76,0r0,263","w":325},{"d":"236,5v-113,1,-217,9,-217,-108r0,-155r74,0r2,184v14,43,88,23,141,28r0,51","w":233,"k":{"y":6,"Y":40,"W":23,"V":33,"T":33}},{"d":"161,-42v47,0,62,-15,62,-60r0,-156r74,0r-1,182v-7,68,-62,83,-135,83v-82,0,-136,-20,-136,-107r0,-158r74,0r0,156v0,46,16,59,62,60","w":321},{"d":"375,5r-72,0r4,-172r-67,172r-75,0r-70,-175r5,175r-74,0r0,-263r102,0r73,185r73,-185r101,0r0,263","w":401},{"d":"169,-258v98,0,146,40,147,136v0,88,-56,127,-145,127r-145,0r0,-263r143,0xm168,-49v57,-1,68,-19,68,-78v0,-58,-12,-76,-68,-77r-68,0r0,155r68,0","w":323},{"d":"264,-127v24,11,39,27,39,58v0,110,-171,65,-277,74r0,-263v108,8,271,-34,277,71v2,30,-18,48,-39,60xm100,-154v43,-6,123,19,123,-25v0,-20,-13,-23,-36,-24r-87,0r0,49xm188,-49v24,0,36,-5,36,-26v0,-45,-82,-18,-124,-25r0,51r88,0","w":316},{"d":"321,5r-83,0r-27,-60r-123,0r-27,60r-80,0r132,-263r75,0xm186,-110r-38,-80r-36,80r74,0","w":302,"k":{"y":6,"w":14,"v":22,"Y":35,"W":17,"V":18,"T":29}},{"d":"148,-203r-41,0r-86,-58r79,0","w":209},{"d":"301,5r-94,0r-107,-117r0,117r-74,0r0,-263r74,0r0,113r110,-113r90,0r-125,128","w":281},{"d":"318,-127v0,36,-9,68,-25,88r52,44r-92,0r-9,-8v-24,8,-49,12,-82,13v-102,-1,-156,-39,-156,-137v0,-97,54,-135,156,-135v102,0,156,38,156,135xm162,-43v53,0,76,-28,76,-84v0,-56,-23,-84,-76,-84v-53,0,-76,29,-76,84v0,56,21,84,76,84","w":324},{"d":"83,-69v5,47,86,19,132,26r0,48v-104,3,-211,5,-208,-98v2,-67,45,-98,116,-97r92,0r0,47v-40,3,-90,-4,-122,7v-5,3,-9,9,-10,19r132,0r0,48r-132,0","w":220},{"d":"171,-258v74,-3,111,15,113,79v2,72,-71,84,-150,79v-36,-2,-44,9,-43,42r-79,0v-14,-104,83,-94,175,-99v9,-3,15,-10,14,-22v-2,-23,-15,-27,-43,-27r-153,1r0,-53r166,0xm91,5r-79,0r0,-54r79,0r0,54","w":290},{"d":"185,-261r-153,298r-42,0r153,-298r42,0","w":175},{"d":"111,-91v66,11,-14,147,75,119r0,48v-58,0,-109,3,-105,-63v3,-48,5,-92,-54,-82r0,-45v33,4,54,-5,54,-39v0,-48,-9,-102,48,-104r57,-2r0,45v-26,0,-45,-2,-45,30v0,42,5,86,-30,93","w":209},{"d":"75,-90r-61,0r0,-53r61,0r0,53xm75,5r-61,0r0,-54r61,0r0,54","w":88},{"d":"140,50r-113,0r0,-308r113,0r0,49r-51,0r0,210r51,0r0,49","w":145},{"d":"162,-261v101,0,156,38,156,135v0,94,-58,135,-156,134v-99,-1,-156,-38,-156,-134v0,-97,54,-135,156,-135xm162,-43v54,0,78,-26,78,-83v0,-57,-24,-83,-78,-84v-54,0,-79,28,-78,84v0,55,22,83,78,83","w":324},{"d":"89,-102v-3,78,106,47,176,53r0,54r-113,0v-93,1,-145,-38,-145,-127v0,-95,50,-135,147,-136r111,0r0,54v-69,6,-169,-24,-176,49r176,1r0,52r-176,0","w":282},{"d":"87,-120v0,98,98,65,178,71r0,54r-113,0v-93,1,-145,-38,-145,-127v0,-95,50,-135,147,-136r111,0r0,53r-110,0v-54,-2,-68,32,-68,85","w":274}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+46-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("s*`m&_8I*=qwsrS:?ehQu2,|3TLnbp5lc7CP#;0F]tR9Uk(GJ@O)^voaK+j1E!ZgHynap]:ob3gJs&F!l]I^q*qgTK:an]gJTKw^b3Qtn|Z(Lvo#T]GbQFnuc,lw7_1R3I:07]w5TIl^w+5j:+|)L35R|*O0:F0(c;qab3L)5&GU,Ig`e8gJ?Kgve3ooT&wls,CFru8U7Tno?3:5l2`OL2mju#j;w;SC20)|2,Q&h3mr,3,yT&g!?F(OQ,S#rt:Op*Fos&q#su)9e2`(5_a#rt`(p_aOr])Fp]lob&)te3qJn#1tp=FOb=Sgc+o!b3LRL#1@bvo@T#Cy?tl+laOJs2ZRev9^n31oL3wP5FOJ?3l0T&1;paOJl3GZ5]|Jl*I#LTw5r]g^n^00rK0Jl*|vl&P(pK:Pl*F@p#1Rp+:op]IGnu09n]g^s_G9e*O!s^G9s3lpLaG9T|og5IG9TTo9s&0C")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":255,"face":{"font-family":"Hanzel-Extended","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"8","cap-height":"5","bbox":"-35 -281 473 88","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ©1995-2005 Arts & Letters Corporation
 * 
 * Trademark:
 * BOSS Fonts is a trademark of Arts & Letters Corporation
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"71,0r-51,0r0,-253r51,0r0,253","w":91},{"d":"231,-208r-141,163r141,0r0,45r-212,0r0,-45r144,-163r-144,0r0,-45r212,0r0,45","w":256},{"d":"190,-179v0,-47,-70,-24,-112,-29r0,59v42,-5,112,18,112,-30xm191,-75v0,-47,-71,-24,-113,-29r0,59v42,-5,113,18,113,-30xm248,-69v3,98,-132,62,-222,69r0,-253v90,6,223,-29,221,66v-1,31,-14,48,-37,60v24,11,38,26,38,58","w":263},{"d":"106,-149v-30,0,-46,23,-46,56v0,33,15,56,46,56v32,0,47,-22,47,-56v0,-33,-17,-56,-47,-56xm107,-189v58,0,97,38,97,96v0,58,-39,96,-97,96v-59,0,-98,-37,-98,-96v0,-58,39,-96,98,-96","w":212},{"d":"235,-112v5,-38,-26,-33,-59,-33r0,145r-49,0r0,-145r-57,0r0,145r-49,0r0,-186r186,0v51,0,77,18,77,68r0,118r-49,0r0,-112","w":306},{"d":"208,-67v3,91,-118,63,-203,67r0,-44r103,0v26,0,41,-7,41,-31v-1,-48,-79,-24,-125,-30r0,-44v45,-5,123,18,123,-30v0,-53,-92,-24,-142,-31r0,-43v85,5,207,-25,203,67v-1,29,-15,44,-34,59v23,13,33,28,34,60","w":220},{"w":135},{"d":"151,-127r-38,127r-54,0r-64,-186r51,0r40,130r40,-130r52,0r41,130r41,-130r50,0r-63,186r-56,0","w":304,"k":{".":20,",":20}},{"d":"134,-217v-27,-1,-53,-4,-46,31r46,0r0,37r-46,0r0,149r-51,0r0,-149r-34,0r0,-37r34,0v-1,-46,3,-70,51,-67r46,0r0,36","w":136,"k":{"f":-4}},{"d":"15,-40r110,-106r-110,0r0,-40r173,0r0,40r-109,106r109,0r0,40r-173,0r0,-40","w":203},{"d":"134,3v-72,0,-109,-25,-109,-103r0,-153r52,0r0,151v1,46,12,64,57,64v44,0,57,-17,56,-64r0,-151r53,0r0,153v4,78,-38,103,-109,103","w":268},{"d":"59,-93v0,53,34,56,86,54r0,-107v-50,-3,-86,3,-86,53xm9,-93v0,-61,32,-94,96,-93r89,0r0,179v0,50,-21,74,-70,74r-95,0r0,-37v43,-6,117,20,116,-30r-40,0v-70,3,-96,-33,-96,-93","w":213},{"d":"260,-127v1,36,-7,67,-21,89r37,38v-24,-3,-62,8,-72,-9v-21,11,-38,14,-69,14v-88,-1,-125,-42,-125,-132v0,-89,37,-131,125,-131v86,0,125,43,125,131xm67,-127v0,55,17,88,68,88v51,0,68,-33,68,-88v0,-54,-18,-88,-68,-88v-50,0,-68,34,-68,88","w":270},{"d":"72,-207r-51,0r0,-46r51,0r0,46xm72,0r-51,0r0,-186r51,0r0,186","w":92},{"d":"26,-171r32,-19r-32,-18r14,-26r33,19r0,-38r29,0r0,38r32,-19r15,26r-33,18r33,19r-15,25r-32,-19r0,39r-29,0r0,-39r-33,19"},{"d":"64,-73v-5,52,66,29,110,34r0,39r-71,0v-61,1,-93,-32,-93,-93v0,-60,33,-93,93,-93r71,0r0,39v-44,4,-112,-17,-110,35r110,0r0,39r-110,0","w":183},{"d":"60,-42v49,-2,57,-18,58,-72r0,-139r55,0v-9,108,40,262,-105,253r-69,0r0,-42r61,0","w":195},{"d":"33,33r0,-33r-19,0r0,-44r41,0v1,34,2,63,-22,77","w":69},{"d":"68,-72v-4,40,37,29,71,31r0,-145r49,0r0,186v-77,-2,-168,18,-168,-68r0,-118r48,0r0,114","w":210},{"d":"24,-116v-5,-102,30,-137,123,-137r81,0r0,44v-67,2,-155,-20,-151,61r151,0r0,44r-151,0r0,104r-53,0r0,-116","w":236,"k":{"A":15,".":46,",":46}},{"d":"82,-127r-85,-126r62,0r52,80r51,-80r62,0r-81,123r86,130r-63,0r-53,-88r-56,88r-62,0","w":225},{"d":"16,-139r42,0r0,44r-42,0r0,-44xm35,33r0,-33r-19,0r0,-44r42,0v1,35,0,63,-23,77","w":74},{"d":"98,0r-109,-253r60,0r75,189r77,-189r56,0r-104,253r-55,0","w":244,"k":{"y":10,"u":13,"r":13,"o":13,"i":-7,"e":9,"a":20,"A":27,";":17,":":12,".":46,"-":20,",":46}},{"d":"194,-58v0,33,-19,58,-50,58r-126,0r0,-39r103,0v17,0,26,-5,26,-18v0,-27,-42,-17,-69,-18v-46,-1,-61,-10,-63,-52v-4,-81,97,-55,169,-59r0,39r-85,0v-40,-9,-45,36,-11,34v56,-3,106,0,106,55","w":207},{"d":"91,-208r-60,-49r50,0r34,49r-24,0"},{"d":"26,-253r77,0r64,194r64,-194r77,0r0,253r-51,0r4,-197r-64,197r-56,0r-66,-199r5,199r-54,0r0,-253","w":334},{"d":"173,-146v-57,0,-112,-9,-112,54v0,59,54,54,112,52r0,40r-66,0v-64,2,-97,-35,-97,-92v0,-58,32,-94,97,-94r66,0r0,40","w":183},{"d":"65,-180v0,49,74,24,117,30v-1,-47,-19,-63,-69,-63v-29,1,-48,6,-48,33xm243,-129v-1,90,-43,128,-134,129r-89,0r0,-44v71,-4,164,21,162,-63v-81,-1,-180,15,-176,-70v3,-59,45,-79,111,-79v87,0,126,40,126,127","w":253},{"d":"69,-93r-68,-93r56,0r39,56r41,-56r56,0r-68,95r67,91r-57,0r-39,-54r-39,54r-56,0","w":193},{"d":"68,-75v-6,43,35,33,71,34r0,-145r49,0r0,181v0,47,-22,72,-70,72r-95,0r0,-37v43,-6,117,20,116,-30v-68,2,-119,-1,-119,-71r0,-115r48,0r0,111","w":210,"k":{".":12,",":12}},{"d":"137,0v-56,3,-100,-2,-100,-58r0,-91r-34,0r0,-37r34,0r0,-67r49,0r0,67r51,0r0,37r-51,0v6,50,-24,126,51,112r0,37","w":144},{"d":"-14,-253r59,0r62,96r63,-96r61,0r-97,141r0,112r-53,0r0,-112","w":216,"k":{"v":13,"u":27,"q":33,"p":23,"o":33,"i":-4,"e":33,"a":30,"A":35,";":33,":":33,".":40,"-":40,",":40}},{"d":"233,-75v0,50,-34,76,-88,75r-134,0r0,-44r121,0v26,0,39,-7,39,-31v0,-24,-12,-32,-38,-32r-122,0r0,-146r209,0r0,43r-153,0r0,60r90,0v47,0,76,28,76,75","w":239},{"d":"188,-73v0,-49,-74,-24,-117,-30v0,45,21,64,67,64v30,-1,49,-6,50,-34xm10,-124v0,-89,43,-129,134,-129r90,0r0,43v-71,3,-166,-20,-163,63v82,0,180,-13,177,71v-2,58,-48,79,-112,79v-88,0,-126,-39,-126,-127","w":253},{"d":"72,-9v3,63,-32,81,-96,76r0,-39v32,3,45,-4,45,-39r0,-175r51,0r0,177xm72,-207r-51,0r0,-46r51,0r0,46","w":92},{"d":"70,-270r35,0r0,353r-35,0r0,-353"},{"d":"128,-210r35,0r0,88r85,0r0,34r-85,0r0,88r-35,0r0,-88r-85,0r0,-34r85,0r0,-88","w":290},{"d":"12,-176v-5,-107,131,-71,226,-77r0,45r-130,0v-27,1,-41,7,-41,33v-1,42,63,25,103,27v56,3,78,17,80,72v5,106,-133,70,-228,76r0,-45r132,0v27,-1,40,-5,41,-29v1,-42,-61,-28,-100,-29v-55,-2,-80,-21,-83,-73","w":263},{"d":"63,-55v1,32,58,13,87,18r0,-39v-32,4,-87,-13,-87,21xm150,-113v4,-55,-77,-29,-125,-35r0,-38v81,1,175,-16,175,70r0,116v-73,-7,-187,27,-187,-54v0,-69,71,-58,137,-59","w":221},{"d":"69,-125v0,49,12,78,59,79r60,0r0,-59r-71,0r0,-45r125,0r0,150r-114,0v-83,2,-118,-44,-118,-122v0,-87,34,-131,118,-131r114,0r0,43r-114,0v-45,2,-59,33,-59,85","w":259},{"d":"155,-105v-41,0,-92,-9,-89,36r0,25r163,0r0,44r-220,0r0,-76v-2,-69,49,-74,121,-74v28,0,41,-4,41,-30v0,-25,-13,-30,-41,-30r-121,0r0,-43r144,0v55,-2,76,24,77,74v1,48,-27,74,-75,74","w":237},{"d":"98,-91v-76,-4,8,-140,-74,-128r0,-36v50,0,79,4,79,59v0,45,-8,94,45,87r0,36v-51,-7,-48,39,-45,86v3,56,-30,61,-79,58r0,-36v76,19,1,-125,74,-126"},{"d":"-3,-253r57,0r58,194r49,-194r62,0r56,194r54,-194r55,0r-78,253r-64,0r-54,-189r-47,189r-64,0","w":386,"k":{"y":11,"u":14,"r":10,"o":10,"i":4,"e":6,"a":13,"A":21,";":14,":":13,".":27,"-":10,",":27}},{"d":"141,-112v5,-44,-37,-31,-72,-33r0,145r-48,0r0,-186v77,3,168,-19,168,68r0,118r-48,0r0,-112","w":209},{"d":"22,-253r49,0r0,156r78,-89r62,0r-86,91r86,95r-66,0r-74,-90r0,90r-49,0r0,-253","w":210},{"d":"0,-186r55,0r51,132r54,-132r53,0r-82,186r-53,0","w":213,"k":{".":27,",":27}},{"d":"-1,32r123,-288r26,0r-124,288r-25,0","w":146},{"d":"81,-209r-81,0r0,-44r217,0r0,44r-82,0r0,209r-54,0r0,-209","w":216,"k":{"y":40,"w":33,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":29,";":30,":":26,".":40,"-":42,",":40}},{"d":"154,-94v0,-51,-34,-54,-84,-52r0,106v51,2,84,-3,84,-54xm204,-90v0,76,-52,97,-134,90r0,67r-49,0r0,-253r94,0v57,-1,89,37,89,96","w":213},{"d":"59,-94v0,52,33,56,84,54r0,-106v-50,-2,-84,0,-84,52xm8,-90v-1,-58,34,-96,90,-96r94,0r0,253r-49,0r0,-67v-82,6,-135,-16,-135,-90","w":213},{"d":"204,-95v0,58,-32,95,-89,95r-94,0r0,-253r49,0r0,67v82,-6,134,14,134,91xm154,-91v0,-51,-32,-58,-84,-55r0,106v49,2,84,1,84,-51","w":213},{"d":"14,-45r57,0r0,45r-57,0r0,-45xm157,-105v-43,0,-94,-9,-86,43r-57,0v-6,-75,40,-88,117,-88v27,0,41,-4,41,-29v0,-25,-13,-31,-41,-31r-122,0r0,-43r134,0v63,-3,89,19,89,74v0,47,-27,74,-75,74","w":241},{"d":"135,5v-89,0,-124,-44,-125,-134v-1,-87,40,-129,125,-129v86,0,125,43,125,131v-1,88,-38,132,-125,132xm203,-127v0,-54,-18,-87,-68,-88v-49,0,-68,34,-68,86v0,56,16,90,68,90v51,0,68,-33,68,-88","w":270},{"d":"246,-206r0,38r-152,63r152,63r0,37r-201,-83r0,-34","w":290},{"d":"14,45v52,-75,57,-223,0,-298r32,0v28,39,55,91,55,149v0,68,-25,104,-55,149r-32,0","w":121},{"d":"161,-210r-161,0r0,-43r222,0r0,43r-150,210r-67,0","w":221},{"d":"260,-126v0,88,-40,130,-125,130v-85,0,-126,-42,-125,-130v1,-88,37,-130,125,-130v85,1,125,42,125,130xm66,-126v0,56,17,86,69,87v52,0,69,-32,69,-87v-1,-56,-17,-89,-69,-89v-52,0,-69,32,-69,89","w":270},{"d":"140,-112v5,-41,-36,-32,-71,-33r0,145r-48,0r0,-253r48,0r0,67v67,-3,120,0,120,68r0,118r-49,0r0,-112","w":210},{"d":"172,-199r-101,109r101,0r0,-109xm172,-46r-161,0r0,-49r147,-159r67,0r0,164r34,0r0,44r-34,0r0,46r-53,0r0,-46","w":270},{"d":"125,0v-76,1,-105,-29,-105,-103r0,-150r53,0r2,180v8,42,69,29,117,31r0,42r-67,0","w":194,"k":{"y":6,"Y":40,"W":23,"V":33,"T":33}},{"d":"45,-206r201,84r0,34r-201,83r0,-37r153,-63r-153,-63r0,-38","w":290},{"d":"69,-248r33,0r0,97r-33,0r0,-97xm14,-248r32,0r0,97r-32,0r0,-97","w":115},{"d":"59,-91v0,50,34,54,84,51r0,-106v-52,-2,-84,3,-84,55xm8,-95v0,-74,52,-98,135,-91r0,-67r48,0r0,253r-93,0v-57,1,-91,-37,-90,-95","w":212},{"d":"9,-117r117,0r0,44r-117,0r0,-44","w":135},{"d":"146,-125v44,19,86,13,115,-13r0,38v-25,21,-71,30,-108,14v-54,-24,-86,-14,-123,14r0,-38v33,-23,69,-35,116,-15","w":290},{"d":"121,-146r-15,42r43,0r14,-42r-42,0xm121,-252r37,0r-24,72r41,0r25,-72r38,0r-25,71r48,0r-13,35r-47,0r-15,42r50,0r-12,34r-50,0r-25,72r-38,0r25,-72r-41,0r-26,72r-37,0r25,-72r-49,0r13,-34r48,0r14,-42r-51,0r13,-35r51,1","w":268},{"d":"108,-108v-2,-21,7,-47,-21,-42r-18,0r0,150r-48,0r0,-186v56,4,140,-19,133,47r0,31r-46,0","w":164,"k":{"z":7,"y":7,"x":4,"w":4,"v":4,"u":7,"r":7,"q":6,"o":3,"n":8,"m":7,"h":7,"e":3,"d":6,"c":6,".":33,"-":5,",":33}},{"d":"87,0v-82,0,-104,-102,-42,-127v-20,-14,-31,-32,-33,-61v-3,-73,77,-65,150,-65v50,0,82,17,82,65v-1,29,-14,47,-33,61v23,9,36,29,37,60v2,75,-84,67,-161,67xm189,-75v1,-36,-43,-30,-80,-30v-24,0,-40,7,-41,30v-2,38,44,30,80,31v26,1,40,-9,41,-31xm188,-179v2,-43,-54,-30,-95,-30v-13,3,-24,12,-24,30v0,37,43,29,79,30v26,0,40,-6,40,-30","w":257},{"d":"14,-44r41,0r0,44r-41,0r0,-44","w":69},{"d":"26,-253r67,0r102,182r-2,-182r54,0r0,253r-62,0r-108,-192r3,192r-54,0r0,-253","w":271},{"d":"14,-248r32,0r0,97r-32,0r0,-97","w":60},{"d":"43,-85r205,0r0,34r-205,0r0,-34xm43,-159r205,0r0,34r-205,0r0,-34","w":290},{"d":"123,-203r-36,98r75,0xm98,-253r56,0r107,253r-59,0r-23,-60r-109,0r-22,60r-56,0","w":252,"k":{"y":6,"w":10,"v":14,"Y":35,"W":17,"V":18,"T":29}},{"d":"26,-253r52,0r0,121r99,-121r63,0r-100,123r102,130r-68,0r-96,-126r0,126r-52,0r0,-253","w":234},{"d":"72,-196v-3,-56,28,-59,78,-59r0,36v-47,-8,-37,37,-37,76v0,35,-11,45,-35,52v41,4,35,47,35,92v0,29,10,38,37,34r0,36v-48,3,-81,-4,-78,-58v2,-43,7,-95,-45,-86r0,-36v51,7,47,-40,45,-87"},{"d":"20,-104v0,-60,25,-109,55,-149r33,0v-54,70,-55,229,0,298r-33,0v-30,-41,-55,-90,-55,-149","w":121},{"d":"201,-127v0,-57,-9,-82,-61,-82r-62,0r0,165r62,0v52,-1,61,-26,61,-83xm259,-122v0,78,-35,122,-117,122r-116,0r0,-253r115,0v84,1,118,44,118,131","w":269},{"d":"-2,-256r27,0r123,288r-26,0","w":146},{"w":135},{"d":"26,-253v100,3,222,-23,222,82v0,89,-81,84,-170,82r0,89r-52,0r0,-253xm190,-171v0,-51,-65,-34,-112,-37r0,74v47,-2,112,13,112,-37","w":259,"k":{"A":27,".":61,",":61}},{"d":"67,-176v0,26,25,31,53,29r0,-61v-30,-2,-53,6,-53,32xm248,-76v0,62,-41,80,-109,76r0,25r-19,0r0,-25r-96,0r0,-45r96,0r0,-57v-64,4,-106,-13,-106,-74v0,-63,39,-81,106,-78r0,-23r19,0r0,23r94,0r0,46r-94,0r0,61v66,-2,109,5,109,71xm195,-75v0,-29,-27,-27,-56,-27r0,57v31,1,56,-1,56,-30","w":262},{"d":"28,-253r53,0r0,188r-53,0r0,-188xm28,-45r53,0r0,45r-53,0r0,-45","w":109},{"d":"27,-253r85,0r0,39r-43,0r0,220r43,0r0,39r-85,0r0,-298","w":121},{"d":"73,-74v1,40,64,40,86,17v11,-12,20,-26,25,-47r-35,0r0,-44r121,0r0,44r-30,0v-15,68,-51,108,-129,109v-52,0,-92,-23,-92,-69v0,-29,14,-47,34,-60v-56,-29,-40,-129,42,-129r85,0r0,47v-42,3,-106,-13,-109,28v-1,27,20,32,49,30r0,44v-27,-3,-47,7,-47,30","w":281},{"d":"10,-122v0,-85,34,-131,118,-131r88,0r0,43r-87,0v-50,2,-61,33,-61,90v0,54,11,76,61,76r87,0r0,44r-89,0v-84,2,-117,-44,-117,-122","w":228},{"d":"153,-252r43,0r82,97r-40,0r-63,-64r-64,64r-40,0","w":349},{"d":"78,-253r0,103r97,0r0,-103r53,0r0,253r-53,0r0,-106r-97,0r0,106r-52,0r0,-253r52,0","w":253},{"d":"16,-44r42,0r0,44r-42,0r0,-44xm16,-139r42,0r0,44r-42,0r0,-44","w":74},{"d":"18,-253r56,0r0,253r-56,0r0,-253","w":92},{"d":"218,-67v0,23,8,40,30,40v22,0,31,-16,31,-40v0,-24,-9,-39,-31,-40v-22,0,-30,17,-30,40xm315,-67v-1,47,-20,69,-67,70v-45,0,-67,-25,-67,-70v0,-47,22,-69,67,-69v46,0,67,21,67,69xm97,0r98,-253r27,0r-98,253r-27,0xm140,-185v0,48,-21,69,-67,69v-45,0,-65,-21,-65,-69v0,-47,20,-69,66,-69v46,0,66,22,66,69xm44,-185v0,24,8,40,30,40v22,0,30,-16,30,-40v0,-24,-8,-40,-30,-40v-22,0,-30,17,-30,40","w":321},{"d":"190,-176v0,-48,-69,-28,-112,-32r0,64v44,-4,112,15,112,-32xm243,-177v0,38,-18,64,-50,71r62,106r-59,0r-55,-99r-63,0r0,99r-52,0r0,-253v93,5,217,-27,217,76","w":262,"k":{"y":14,"Y":6,"W":6,"V":3,"T":6}},{"d":"81,0r-55,0r0,-253r55,0r0,253","w":107},{"d":"236,-18v-22,0,-37,-9,-37,-29v-21,46,-115,34,-106,-30v-8,-66,80,-132,123,-75r9,-16r30,0r-26,109v-1,9,7,13,16,13v37,-8,55,-42,57,-86v5,-91,-127,-120,-195,-71v-33,24,-60,61,-60,113v0,73,52,117,129,116v41,0,79,-12,103,-33r14,20v-29,23,-69,40,-116,40v-96,-1,-162,-51,-162,-143v0,-103,71,-165,175,-165v84,0,144,41,144,123v0,64,-34,114,-98,114xm130,-76v0,34,35,40,53,21v16,-16,19,-44,24,-71v-3,-12,-14,-24,-29,-23v-30,1,-48,38,-48,73","w":349},{"d":"10,-122v0,-85,34,-131,118,-131r88,0r0,44v-64,3,-148,-20,-146,59r146,0r0,44r-147,0v-7,78,78,60,147,62r0,44r-89,0v-84,2,-117,-44,-117,-122","w":235},{"d":"94,-253r0,298r-85,0r0,-39r44,0r0,-220r-44,0r0,-39r85,0","w":121},{"d":"0,48r175,0r0,35r-175,0r0,-35"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+446-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("}PF1B4]z;emM}h)Sb4r!uPumZK]1F4mMZKG!;e{_FwfLnyzRBr[hBKzyZ~TEUP`EbKFVweb{;=[)=Ro1{)XSw_]XpeUiA~)zepTK;_EqTKr~U_1ZB4,KZhmTH~rR3zff}pHE;C{U3)ERFh1vu7uD2lD_3Tr2A!?`ZrEXThJ?e!FCZlXVU=w==T@rZwfR2_]EBP)z}huR}=o[3p>LHC1R2_>LBC1E24o)B4bz;ho_3euMFRi_B~)E;~UmA7zS;enWnRi+;yz+ZRX&:_b7b1EM}pfW3y[!FeizneG?H)EM:eblZhijB1EMbe,fH4wMbPrRnZGH24m!F!ll2KlMbPwybh?LBK]?bP)+BRiWB7]zB4r,F=l[F4m!}C,[3PES}!,[}ebBn1,[ZwzmHr,[Z>@hC`rP~uG}2U]:3J{=pTweZnF;BHbA6X?Rjl)4_W[#qL,M+Eo!yz1K7DiVSfmv&Zz[}hlX")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":174,"face":{"font-family":"Hanzel","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-24 -277 388 83","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"}}));
																																																																																																																																																																																																																																																																																																																																																																																																				


/* FONT  END //////////////////////////////////////////////////////*/

/*
 * 	Easy Slider 1.5 - jQuery plugin
 *	written by Alen Grakalic	
 *	http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
 *	Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
 *	Dual licensed under the MIT (MIT-LICENSE.txt)
 *	and GPL (GPL-LICENSE.txt) licenses.
 */

(function($) {

	$.fn.easySlider = function(options){
	  
		// default configuration properties
		var defaults = {			
			prevId: 		'prevBtn',
			prevText: 		'Previous',
			nextId: 		'nextBtn',	
			nextText: 		'Next',
			controlsShow:	true,
			controlsBefore:	'',
			controlsAfter:	'',	
			controlsFade:	true,
			firstId: 		'firstBtn',
			firstText: 		'First',
			firstShow:		false,
			lastId: 		'lastBtn',	
			lastText: 		'Last',
			lastShow:		false,				
			vertical:		false,
			speed: 			200,
			auto:			true,
			pause:			4000,
			continuous:		false
		}; 
		
		var options = $.extend(defaults, options);  
				
		this.each(function() {  
			var obj = $(this); 				
			var s = $("li", obj).length;
			var w = $("li", obj).width(); 
			var h = $("li", obj).height(); 
			obj.width(w); 
			obj.height(h); 
			obj.css("overflow","hidden");
			var ts = s-1;
			var t = 0;
			$("ul", obj).css('width',s*w);			
			if(!options.vertical) $("li", obj).css('float','left');
			
			if(options.controlsShow){
				var html = options.controlsBefore;
				if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>';
				html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>';
				html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>';
				if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';
				html += options.controlsAfter;						
				$(obj).after(html);										
			};
	
			$("a","#"+options.nextId).click(function(){		
				animate("next",true);
			});
			$("a","#"+options.prevId).click(function(){		
				animate("prev",true);				
			});	
			$("a","#"+options.firstId).click(function(){		
				animate("first",true);
			});				
			$("a","#"+options.lastId).click(function(){		
				animate("last",true);				
			});		
			
			function animate(dir,clicked){
				var ot = t;				
				switch(dir){
					case "next":
						t = (ot>=ts) ? (options.continuous ? 0 : ts) : t+1;						
						break; 
					case "prev":
						t = (t<=0) ? (options.continuous ? ts : 0) : t-1;
						break; 
					case "first":
						t = 0;
						break; 
					case "last":
						t = ts;
						break; 
					default:
						break; 
				};	
				
				var diff = Math.abs(ot-t);
				var speed = diff*options.speed;						
				if(!options.vertical) {
					p = (t*w*-1);
					$("ul",obj).animate(
						{ marginLeft: p }, 
						speed
					);				
				} else {
					p = (t*h*-1);
					$("ul",obj).animate(
						{ marginTop: p }, 
						speed
					);					
				};
				
				if(!options.continuous && options.controlsFade){					
					if(t==ts){
						$("a","#"+options.nextId).hide();
						$("a","#"+options.lastId).hide();
					} else {
						$("a","#"+options.nextId).show();
						$("a","#"+options.lastId).show();					
					};
					if(t==0){
						$("a","#"+options.prevId).hide();
						$("a","#"+options.firstId).hide();
					} else {
						$("a","#"+options.prevId).show();
						$("a","#"+options.firstId).show();
					};					
				};				
				
				if(clicked) clearTimeout(timeout);
				if(options.auto && dir=="next" && !clicked){;
					timeout = setTimeout(function(){
						animate("next",false);
					},diff*options.speed+options.pause);
				};
				
			};
			// init
			var timeout;
			if(options.auto){;
				timeout = setTimeout(function(){
					animate("next",false);
				},options.pause);
			};		
		
			if(!options.continuous && options.controlsFade){					
				$("a","#"+options.prevId).hide();
				$("a","#"+options.firstId).hide();				
			};				
			
		});
	  
	};

})(jQuery);

// extras --------------------------------------------------------------------------------------------------

function bookmark(title,url){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "http://www.passinkent.com");
else if(window.opera && window.print){ // opera
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url, title);
}
