if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function clearInput(field_id,term_to_clear){if(document.getElementById(field_id).value==term_to_clear){document.getElementById(field_id).value='';}
else if(document.getElementById(field_id).value==''){document.getElementById(field_id).value=term_to_clear;}}
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":239,"face":{"font-family":"AauxPro-Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"279","descent":"-81","x-height":"3","bbox":"-15 -356 326 83.3871","underline-thickness":"21.6","underline-position":"-48.6","stemh":"36","stemv":"37","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":108},"!":{"d":"78,-251r-2,188r-34,0r-1,-188r37,0xm83,-21v0,13,-11,24,-24,24v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,24,10,24,23","w":111},"\"":{"d":"119,-198r-37,0v2,-28,-10,-72,19,-72v28,0,15,45,18,72xm60,-198r-37,0v2,-28,-10,-72,19,-72v28,0,15,45,18,72","w":142},"#":{"d":"243,-181r-8,36r-43,0r-8,39r42,0r-7,35r-43,0r-15,71r-37,0r15,-71r-40,0r-15,71r-37,0r16,-71r-43,0r7,-35r44,0r8,-39r-43,0r8,-36r43,0r15,-70r37,0r-16,70r40,0r16,-70r36,0r-15,70r43,0xm156,-145r-40,0r-9,39r40,0","w":262},"$":{"d":"176,-83v0,38,-29,59,-61,64r0,19r-34,0r0,-19v-26,-4,-51,-18,-62,-48r33,-12v6,15,16,22,29,25r0,-64v-27,-6,-58,-17,-58,-56v0,-35,30,-52,58,-56r0,-21r34,0r0,21v23,4,39,15,52,38r-30,17v-6,-11,-13,-17,-22,-20r0,51v30,8,61,20,61,61xm81,-153r0,-43v-14,2,-24,10,-24,22v0,12,12,17,24,21xm142,-83v0,-15,-11,-22,-27,-27r0,56v15,-4,27,-13,27,-29","w":190},"%":{"d":"219,-138v35,0,56,30,56,71v0,41,-21,70,-56,71v-35,0,-55,-30,-55,-71v0,-41,20,-70,55,-71xm222,-251r-115,251r-35,0r116,-251r34,0xm75,-255v35,0,56,30,56,71v0,42,-21,71,-56,71v-35,0,-55,-29,-55,-71v0,-42,20,-71,55,-71xm219,-27v19,-2,24,-13,24,-40v0,-27,-4,-38,-24,-40v-19,2,-24,14,-24,40v0,26,5,38,24,40xm75,-144v20,0,25,-15,25,-40v0,-26,-5,-40,-25,-40v-19,0,-24,15,-24,40v0,25,5,40,24,40","w":294},"&":{"d":"214,-30r-20,30v-10,-8,-15,-11,-25,-19v-52,42,-158,27,-158,-51v0,-34,19,-56,46,-74v-33,-38,-21,-112,38,-110v32,0,55,23,55,55v0,30,-19,49,-42,64v17,22,37,44,57,64v9,-16,10,-35,10,-53r36,0v0,26,-5,54,-19,76xm113,-199v0,-12,-6,-19,-18,-19v-30,1,-20,39,-8,55v13,-9,26,-19,26,-36xm141,-44v-23,-22,-45,-46,-64,-71v-18,12,-29,23,-29,45v0,43,62,47,93,26","w":254},"'":{"d":"60,-198r-37,0v2,-28,-10,-72,19,-72v28,0,15,45,18,72","w":83},"(":{"d":"115,0r-47,0v-70,-67,-70,-185,0,-251r47,0v-83,74,-87,175,0,251","w":123},")":{"d":"62,-251v70,66,70,184,0,251r-47,0v87,-77,83,-177,0,-251r47,0","w":123},"*":{"d":"152,-197r-45,13r29,37r-25,18r-27,-38r-26,38r-26,-18r29,-37r-45,-13r10,-30r44,16r-2,-47r32,0r-2,47r45,-16","w":168},"+":{"d":"173,-83r-63,0r0,63r-31,0r0,-63r-63,0r0,-31r63,0r0,-63r31,0r0,63r63,0r0,31","w":189},",":{"d":"67,-25v0,38,-20,49,-31,72r-13,0v4,-34,-14,-91,22,-93v12,0,22,9,22,21","w":90},"-":{"d":"127,-84r-104,0r0,-29r104,0r0,29","w":150},".":{"d":"73,-22v0,14,-11,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-24,25,-24v14,0,25,10,25,24","w":96},"\/":{"d":"156,-279r-117,306r-37,0r117,-306r37,0","w":157},"0":{"d":"195,-126v0,55,-16,129,-88,129v-72,0,-89,-74,-89,-129v0,-55,17,-127,89,-127v72,0,88,72,88,127xm159,-126v0,-37,-7,-92,-52,-92v-45,0,-52,55,-52,92v0,37,7,94,52,94v45,0,52,-57,52,-94","w":213},"1":{"d":"102,0r-38,0r0,-201r-35,23r-18,-29r69,-44r22,0r0,251","w":148},"2":{"d":"185,0r-167,0r0,-29v14,-35,36,-68,67,-91v22,-16,57,-29,57,-61v0,-25,-21,-38,-44,-38v-24,0,-38,14,-47,35r-33,-15v22,-78,162,-72,161,19v0,53,-36,61,-71,88v-19,14,-37,35,-47,56r124,0r0,36","w":203},"3":{"d":"150,-132v61,39,21,135,-53,135v-38,0,-68,-17,-83,-62r36,-11v12,53,91,47,92,-4v0,-27,-18,-42,-59,-42r0,-29v72,7,66,-72,13,-74v-18,0,-34,9,-43,35r-35,-14v23,-83,154,-70,156,15v0,19,-8,40,-24,51","w":198},"4":{"d":"190,-61r-23,0r0,61r-37,0r0,-61r-119,0r0,-28r106,-162r41,0r-101,156r73,0r0,-79r37,5r0,74r23,0r0,34","w":202},"5":{"d":"183,-86v0,97,-144,125,-167,30r34,-13v12,56,96,43,96,-17v0,-52,-60,-70,-91,-35r-29,0r0,-130r141,0r0,35r-106,0r0,52v59,-30,122,13,122,78","w":196},"6":{"d":"185,-78v0,48,-35,80,-82,80v-51,0,-85,-37,-85,-87v0,-70,33,-127,90,-166r49,0v-39,27,-71,56,-91,100v55,-35,119,10,119,73xm149,-78v0,-27,-18,-50,-46,-50v-31,0,-48,17,-48,48v0,26,22,47,48,47v26,0,46,-19,46,-45","w":199},"7":{"d":"172,-222v-43,46,-80,109,-77,222r-38,0v-1,-108,32,-170,66,-216r-77,0r0,17r-35,0r0,-52r161,0r0,29","w":182},"8":{"d":"153,-132v61,39,18,144,-55,135v-74,8,-116,-97,-52,-135v-53,-38,-13,-128,52,-121v64,-6,106,81,55,121xm139,-182v0,-22,-20,-37,-41,-37v-21,0,-40,15,-40,37v0,24,18,35,40,35v23,0,41,-10,41,-35xm145,-75v0,-28,-20,-43,-47,-43v-27,0,-47,15,-47,43v0,26,23,42,47,42v24,0,47,-16,47,-42","w":196},"9":{"d":"179,-162v0,69,-33,123,-88,162r-51,0v40,-30,73,-57,92,-102v-53,30,-118,-12,-118,-71v0,-45,36,-81,81,-81v53,0,84,42,84,92xm141,-173v0,-26,-20,-46,-46,-46v-25,0,-45,21,-45,46v0,24,20,46,45,46v26,0,46,-20,46,-46","w":195},":":{"d":"73,-125v0,14,-11,24,-25,24v-13,0,-25,-10,-25,-24v0,-14,12,-25,25,-25v14,0,25,11,25,25xm73,-22v0,14,-11,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-24,25,-24v14,0,25,10,25,24","w":96},";":{"d":"73,-125v0,14,-11,24,-25,24v-13,0,-25,-10,-25,-24v0,-14,12,-25,25,-25v14,0,25,11,25,25xm69,-25v0,38,-19,49,-30,72r-13,0v4,-34,-14,-91,22,-93v12,0,21,9,21,21","w":96},"<":{"d":"166,0r-48,0r-100,-126r100,-125r48,0r-100,125","w":183},"=":{"d":"173,-111r-153,0r0,-30r153,0r0,30xm173,-39r-153,0r0,-30r153,0r0,30","w":192},">":{"d":"166,-126r-100,126r-48,0r100,-126r-100,-125r48,0","w":183},"?":{"d":"72,-99v-2,-57,47,-47,56,-86v0,-21,-16,-34,-38,-34v-21,0,-40,12,-40,42r-35,0v-3,-102,147,-99,149,-8v1,51,-56,44,-58,86r-2,36r-28,0v0,0,-4,-27,-4,-36xm113,-20v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,23,11,23,24","w":181},"@":{"d":"232,-99r-6,100r-36,-2r2,-18v-20,19,-47,29,-71,20v-73,-27,-32,-157,24,-175v20,-6,41,-8,57,3v-20,-78,-103,-50,-133,31v-16,43,-14,87,9,113r-18,27v-116,-106,79,-362,168,-204v16,29,15,68,4,105xm188,-76v13,-34,6,-80,-29,-67v-38,14,-60,88,-26,112v14,5,41,-10,55,-45","w":262},"A":{"d":"239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242},"B":{"d":"210,-73v1,90,-98,71,-183,73r0,-251v81,1,174,-15,174,71v0,18,-5,36,-18,49v18,14,27,36,27,58xm163,-180v0,-48,-56,-30,-98,-34r0,67v42,-4,97,15,98,-33xm172,-73v0,-52,-62,-32,-107,-36r0,72v46,-4,107,16,107,-36","w":230},"C":{"d":"206,-207r-30,24v-17,-20,-30,-34,-57,-34v-54,0,-65,47,-65,91v0,44,11,92,65,92v27,0,40,-15,57,-35r30,24v-25,29,-47,48,-87,48v-76,0,-103,-63,-103,-129v0,-66,27,-129,103,-129v40,0,62,19,87,48","w":221},"D":{"d":"211,-180v5,36,4,73,0,109v-12,88,-97,69,-184,71r0,-251v87,2,172,-17,184,71xm176,-126v0,-64,3,-88,-69,-88r-42,0r0,177r42,0v72,0,69,-25,69,-89","w":233},"E":{"d":"194,0r-167,0r0,-251r167,0r0,37r-129,0r0,67r113,0r0,35r-113,0r0,75r129,0r0,37","w":212},"F":{"d":"190,-214r-125,0r0,67r112,0r0,35r-112,0r0,112r-38,0r0,-251r163,0r0,37","w":204},"G":{"d":"208,0r-34,0r0,-23v-13,17,-34,26,-56,26v-75,0,-102,-64,-102,-129v0,-66,28,-129,104,-129v40,0,61,19,86,48r-30,24v-15,-19,-30,-34,-56,-34v-54,0,-66,47,-66,91v0,42,11,92,64,92v38,0,54,-34,54,-69r-63,0r0,-38r99,0r0,141","w":231},"H":{"d":"216,0r-39,0r0,-112r-112,0r0,112r-38,0r0,-251r38,0r0,103r112,0r0,-103r39,0r0,251","w":242},"I":{"d":"68,0r-39,0r0,-251r39,0r0,251","w":96},"J":{"d":"170,-80v0,54,-29,83,-83,83v-46,0,-70,-23,-82,-66r37,-9v7,28,14,37,45,37v33,0,45,-13,45,-45r0,-171r38,0r0,171","w":193},"K":{"d":"217,0r-49,0r-103,-126r0,126r-38,0r0,-251r38,0r0,122r89,-122r44,0r-90,124","w":222},"L":{"d":"179,0r-152,0r0,-251r38,0r0,214r114,0r0,37","w":184},"M":{"d":"242,0r-38,0r0,-142r-54,142r-32,0r-52,-142r0,142r-39,0r0,-251r35,0r72,192r73,-192r35,0r0,251","w":269},"N":{"d":"207,0r-35,0r-107,-174r0,174r-38,0r0,-251r35,0r107,174r0,-174r38,0r0,251","w":234},"O":{"d":"224,-126v0,67,-28,129,-104,129v-76,0,-104,-62,-104,-129v0,-67,28,-129,104,-129v76,0,104,62,104,129xm185,-126v0,-44,-11,-91,-65,-91v-54,0,-66,47,-66,91v0,44,12,92,66,92v54,0,65,-48,65,-92"},"P":{"d":"210,-178v0,76,-69,79,-145,75r0,103r-38,0r0,-251v85,2,183,-17,183,73xm172,-178v0,-52,-62,-32,-107,-36r0,76v48,-2,107,12,107,-40","w":222},"Q":{"d":"238,0r-50,0r-10,-12v-17,10,-36,15,-55,15v-76,0,-103,-62,-103,-129v0,-67,27,-129,103,-129v109,-1,128,137,83,217xm179,-67v20,-58,18,-150,-56,-150v-54,0,-65,47,-65,91v0,44,11,92,65,92v11,0,21,-2,31,-7v-11,-9,-18,-12,-32,-14r0,-34v21,2,41,9,57,22","w":257},"R":{"d":"214,0r-44,0r-50,-89v-7,-21,-29,-17,-55,-17r0,106r-38,0r0,-251v83,0,176,-13,176,73v0,34,-20,59,-53,67xm163,-178v0,-49,-55,-33,-98,-36r0,73v44,-2,98,12,98,-37","w":225},"S":{"d":"211,-74v0,51,-47,78,-93,78v-55,0,-92,-27,-102,-82r38,-7v7,37,27,52,64,52v24,0,54,-12,54,-41v0,-61,-145,-22,-145,-112v0,-47,42,-67,84,-67v48,0,74,17,95,60r-35,16v-15,-30,-26,-39,-60,-39v-20,0,-46,6,-46,30v0,49,146,16,146,112","w":226},"T":{"d":"196,-214r-75,0r0,214r-39,0r0,-214r-75,0r0,-37r189,0r0,37","w":203},"U":{"d":"214,-251v-5,113,30,254,-94,254v-124,0,-91,-140,-95,-254r38,0r0,144v0,41,9,73,57,73v48,0,56,-32,56,-73r0,-144r38,0"},"V":{"d":"208,-251r-83,251r-33,0r-83,-251r40,0r60,187r59,-187r40,0","w":217},"W":{"d":"283,-251r-62,251r-34,0r-43,-167r-42,167r-34,0r-63,-251r40,0r41,166r42,-166r32,0r43,166r40,-166r40,0","w":288},"X":{"d":"224,0r-46,0r-62,-96r-62,96r-45,0r85,-129r-80,-122r45,0r57,90r58,-90r45,0r-80,122","w":232},"Y":{"d":"215,-251r-84,167r0,84r-38,0r0,-85r-84,-166r42,0r60,120r61,-120r43,0","w":223},"Z":{"d":"197,0r-181,0r0,-29r129,-185r-117,0r0,-37r169,0r0,30r-129,184r129,0r0,37","w":216},"[":{"d":"93,27r-68,0r0,-306r68,0r0,24r-33,0r0,258r33,0r0,24","w":111},"\\":{"d":"156,27r-37,0r-117,-306r37,0","w":157},"]":{"d":"86,27r-68,0r0,-24r33,0r0,-258r-33,0r0,-24r68,0r0,306","w":111},"^":{"d":"186,-149r-30,16r-53,-79r-53,79r-30,-16r68,-102r30,0","w":206},"_":{"d":"185,32r-180,0r0,-32r180,0r0,32","w":190},"`":{"d":"98,-196r-29,0r-42,-53r41,0","w":125},"a":{"d":"162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,11,-8,10,-18v-3,-22,-54,-26,-63,5r-35,-10v14,-38,46,-48,72,-48v33,0,63,22,63,53v0,40,-6,90,6,120xm119,-44r0,-32v-25,1,-66,-2,-66,24v0,25,54,26,66,8","w":178},"b":{"d":"60,-171v56,-31,119,19,108,82v9,60,-47,117,-108,83r0,6r-37,0r0,-251r37,0r0,80xm95,-33v31,1,37,-26,37,-56v0,-30,-7,-55,-37,-55v-40,0,-37,41,-35,80v1,20,14,31,35,31","w":184},"c":{"d":"54,-89v0,58,50,79,84,34r27,24v-54,69,-149,27,-149,-58v0,-85,96,-126,149,-57r-27,24v-19,-21,-27,-24,-40,-24v-31,2,-44,19,-44,57","w":181},"d":{"d":"16,-89v-7,-61,47,-112,109,-84r0,-78r37,0r0,224r6,22r-35,10r-3,-12v-60,36,-123,-19,-114,-82xm90,-33v41,0,36,-41,35,-80v-1,-21,-14,-30,-35,-31v-30,0,-37,24,-37,55v0,30,6,56,37,56","w":184},"e":{"d":"16,-87v0,-46,28,-90,78,-90v51,0,79,50,71,103r-111,0v-2,44,55,56,81,25r29,22v-20,22,-42,30,-66,30v-50,0,-82,-43,-82,-90xm128,-109v-2,-22,-14,-32,-34,-33v-24,0,-35,13,-39,33r73,0","w":181},"f":{"d":"108,-251r0,36v-31,0,-37,10,-37,37r32,0r0,33r-32,0r0,145r-36,0r0,-145r-15,0r0,-32r15,0v1,-48,20,-74,73,-74","w":117},"g":{"d":"153,-141v16,56,-24,101,-80,87v-9,6,-10,11,-9,15v11,11,38,-3,49,-4v33,-5,67,16,58,55v-1,3,-15,56,-82,56v-34,0,-81,-18,-71,-70r35,11v-4,21,12,25,36,25v27,0,44,-18,46,-31v3,-16,-18,-15,-33,-11v-18,5,-43,9,-59,-1v-21,-14,-17,-42,-2,-58v-41,-42,-10,-113,48,-113v13,0,29,1,42,10v1,-1,2,-4,2,-15r37,0v0,19,-3,35,-17,44xm89,-84v21,-2,30,-8,30,-32v0,-24,-9,-30,-30,-30v-20,0,-29,7,-29,30v0,24,9,30,29,32","w":184},"h":{"d":"60,-173v56,-28,108,16,108,74r0,99r-36,0v-7,-54,23,-144,-37,-144v-59,0,-28,92,-35,144r-37,0r0,-251r37,0r0,78","w":188},"i":{"d":"69,-238v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm66,0r-38,0r0,-178r38,0r0,178","w":93},"j":{"d":"72,-238v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,22,10,22,22xm67,3v3,44,-23,81,-74,76r0,-35v33,0,38,-13,38,-41r0,-181r36,0r0,181","w":95},"k":{"d":"171,0r-45,0r-66,-96r0,96r-37,0r0,-251r37,0r0,152r45,-79r40,0r-46,82","w":172},"l":{"d":"71,0v-33,3,-49,-19,-48,-47r0,-204r34,0r0,204v0,10,1,11,14,11r0,36","w":86},"m":{"d":"145,-160v49,-42,121,-6,121,59r0,101r-38,0r0,-101v0,-27,-5,-43,-33,-43v-54,0,-25,92,-32,144r-37,0v-8,-53,25,-143,-35,-144v-18,0,-30,8,-30,24r0,120r-38,0r0,-175r38,0r0,7v23,-16,65,-10,84,8","w":284},"n":{"d":"60,-170v56,-25,108,11,108,69r0,101r-36,0v-7,-54,24,-144,-37,-144v-19,0,-35,8,-35,25r0,119r-37,0r0,-175r37,0r0,5","w":188},"o":{"d":"94,-178v49,0,77,43,77,91v0,45,-28,90,-77,90v-27,0,-53,-9,-65,-31v-35,-66,-6,-150,65,-150xm93,-32v34,0,41,-24,41,-55v0,-32,-7,-55,-41,-55v-33,-1,-40,23,-40,55v0,31,7,55,40,55","w":186},"p":{"d":"60,-170v62,-28,117,23,108,84v7,61,-48,112,-108,82r0,83r-37,0r0,-254r37,0r0,5xm95,-32v29,0,37,-24,37,-55v0,-29,-7,-54,-37,-54v-39,0,-37,39,-35,77v1,20,14,32,35,32","w":184},"q":{"d":"16,-86v-8,-63,54,-118,114,-81r3,-13r35,11r-6,22r0,226r-37,0r0,-82v-60,30,-116,-22,-109,-83xm90,-32v40,2,37,-40,35,-79v-1,-20,-14,-29,-35,-30v-30,-1,-37,25,-37,54v0,31,7,54,37,55","w":191},"r":{"d":"133,-168r-16,33v-23,-16,-58,-8,-58,18r0,117r-36,0r0,-176r36,0r0,5v25,-11,48,-9,74,3","w":143},"s":{"d":"158,-53v0,74,-127,74,-142,7r37,-7v7,18,18,21,37,21v12,0,31,-5,31,-21v0,-36,-100,-10,-100,-75v0,-64,105,-66,129,-16r-33,17v-8,-13,-18,-15,-32,-15v-14,0,-27,2,-27,14v0,24,100,6,100,75","w":172},"t":{"d":"88,0v-76,11,-53,-78,-56,-145r-21,0r0,-33r21,0r0,-47r36,0r0,47r24,0r0,33r-24,0r0,98v-4,12,9,12,20,11r0,36","w":108},"u":{"d":"167,0r-37,0r0,-6v-52,25,-108,-5,-108,-67r0,-105r36,0r0,105v0,27,7,40,37,40v14,0,35,-9,35,-26r0,-119r37,0r0,178","w":190},"v":{"d":"175,-178r-68,178r-32,0r-68,-178r40,0r44,117r44,-117r40,0","w":181},"w":{"d":"275,-178r-59,178r-33,0r-43,-112r-42,112r-32,0r-59,-178r40,0r36,112r42,-112r32,0r41,113r37,-113r40,0","w":281},"x":{"d":"180,0r-45,0r-41,-59r-42,59r-45,0r64,-91r-61,-87r45,0r39,56r37,-56r45,0r-60,87","w":186},"y":{"d":"174,-178r-80,218v-8,23,-33,45,-71,39r1,-37v34,7,37,-21,45,-42r-62,-178r40,0r42,125r46,-125r39,0","w":181},"z":{"d":"155,0r-141,0r0,-30r89,-113r-81,0r0,-35r133,0r0,29r-89,113r89,0r0,36","w":171},"{":{"d":"126,35v-67,5,-88,-55,-71,-117v0,-24,-11,-29,-33,-29r0,-29v42,6,27,-41,27,-71v0,-51,27,-75,77,-75r0,33v-76,0,-6,95,-51,127v24,20,18,54,11,84v0,28,11,43,40,43r0,34","w":147},"|":{"d":"71,27r-37,0r0,-306r37,0r0,306","w":104},"}":{"d":"126,-111v-46,-6,-27,42,-27,73v0,50,-29,73,-77,73r0,-34v48,3,42,-48,32,-82v0,-16,6,-34,19,-45v-24,-20,-19,-52,-12,-82v0,-29,-8,-45,-39,-45r0,-33v67,-5,88,56,70,116v0,24,12,30,34,30r0,29","w":147},"~":{"d":"170,-106v-13,16,-27,29,-49,29v-37,0,-62,-43,-81,-4r-26,-24v13,-17,26,-30,48,-30v26,0,41,23,59,23v9,0,19,-13,24,-19","w":183},"\u00a0":{"w":54},"\u00a1":{"d":"83,-150v0,13,-11,24,-24,24v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,24,10,24,23xm78,81r-37,0r1,-188r34,0","w":111},"\u00a2":{"d":"165,-144r-25,23v-13,-14,-20,-19,-26,-22r-25,115v23,3,28,1,51,-23r25,22v-30,31,-44,36,-83,33r-5,23r-30,-6r6,-28v-60,-35,-45,-173,37,-170r6,-28r30,6r-5,24v14,4,26,12,44,31xm83,-143v-34,7,-41,67,-22,99","w":180},"\u00a3":{"d":"180,-213r-27,23v-17,-19,-25,-27,-48,-27v-39,0,-38,41,-31,74r47,0r-8,35r-32,0v5,26,4,47,-5,73r97,0r0,35r-139,0r0,-25v17,-37,16,-57,11,-83r-29,0r8,-35r14,0v-13,-66,12,-108,67,-109v38,0,56,17,75,39","w":195},"\u00a4":{"d":"223,-25v-61,55,-167,26,-181,-55r-30,0r8,-34r17,0r0,-12r-25,0r8,-34r19,0v6,-87,118,-125,182,-67r-22,32v-38,-44,-115,-24,-121,35r93,0r-8,34r-87,0r0,12r95,0r-8,34r-82,0v14,51,84,63,118,24","w":254},"\u00a5":{"d":"218,-251r-57,114r31,0r-8,37r-41,0r-8,15r56,0r-7,37r-49,0r0,48r-39,0r0,-48r-57,0r8,-37r49,0r-8,-15r-49,0r8,-37r23,0r-57,-114r42,0r61,120r60,-120r42,0","w":230},"\u00a6":{"d":"84,-138r-31,0r0,-141r31,0r0,141xm84,27r-31,0r0,-141r31,0r0,141","w":135},"\u00a7":{"d":"168,-190r-32,17v-18,-34,-29,-41,-40,-41v-18,0,-30,13,-30,34v0,14,5,23,34,28v63,11,85,73,50,120v26,42,-3,104,-55,104v-28,0,-50,-18,-72,-59r31,-18v18,34,30,41,41,41v18,0,30,-12,30,-33v0,-14,-5,-24,-34,-29v-63,-11,-85,-72,-51,-120v-25,-43,5,-103,56,-103v28,0,50,18,72,59xm122,-53v18,-25,14,-57,-31,-64v-8,-2,-15,-5,-22,-8v-18,25,-14,57,31,65v8,2,15,4,22,7","w":191},"\u00a8":{"d":"145,-212v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-23,23,-23v13,0,24,10,24,23xm70,-212v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-23,24,-23v13,0,23,10,23,23","w":168},"\u00a9":{"d":"268,-125v0,69,-56,126,-126,126v-69,0,-126,-57,-126,-126v0,-69,57,-126,126,-126v70,0,126,57,126,126xm240,-125v0,-54,-44,-98,-98,-98v-54,0,-97,44,-97,98v0,54,43,97,97,97v54,0,98,-43,98,-97xm86,-125v0,-68,71,-103,108,-45r-23,19v-25,-35,-54,-15,-54,26v0,42,30,61,54,25r23,20v-38,56,-108,23,-108,-45","w":284},"\u00aa":{"d":"139,-116r-34,9r-2,-7v-34,18,-88,-1,-87,-40v1,-38,40,-50,83,-48v2,-23,-31,-27,-44,-5r-33,-11v22,-54,106,-47,111,8v2,32,-5,72,6,94xm107,-68r-62,0r0,-28r62,0r0,28xm70,-140v18,-1,33,-5,29,-28v-15,2,-49,-2,-48,14v0,6,7,14,19,14","w":154},"\u00ab":{"d":"157,-140r-50,47r50,47r0,41r-82,-77r0,-22r82,-77r0,41xm98,-140r-49,47r49,47r0,41r-82,-77r0,-22r82,-77r0,41","w":176},"\u00ac":{"d":"177,-29r-32,0r0,-48r-129,0r0,-32r161,0r0,80","w":196},"\u00ae":{"d":"268,-125v0,69,-56,126,-126,126v-69,0,-126,-57,-126,-126v0,-69,57,-126,126,-126v70,0,126,57,126,126xm240,-125v0,-54,-44,-98,-98,-98v-54,0,-97,44,-97,98v0,54,43,97,97,97v54,0,98,-43,98,-97xm94,-197v50,-2,103,-3,102,44v0,18,-9,34,-25,40r36,59r-35,0r-30,-49v-2,-7,-8,-7,-17,-7r0,56r-31,0r0,-143xm166,-153v0,-21,-24,-11,-41,-13r0,26v17,-2,41,6,41,-13","w":284},"\u00af":{"d":"158,-207r-118,0r0,-29r118,0r0,29","w":197},"\u00b0":{"d":"97,-238v0,22,-18,41,-40,41v-23,0,-41,-19,-41,-41v0,-22,18,-40,41,-40v22,0,40,18,40,40xm72,-238v0,-9,-6,-16,-15,-16v-9,0,-16,7,-16,16v0,9,7,16,16,16v9,0,15,-7,15,-16","w":113},"\u00b1":{"d":"173,-107r-59,0r0,59r-35,0r0,-59r-59,0r0,-34r59,0r0,-58r35,0r0,58r59,0r0,34xm173,0r-153,0r0,-34r153,0r0,34","w":192},"\u00b2":{"d":"117,-213v5,22,-41,57,-58,81r58,0r0,33r-100,0v-14,-50,63,-90,66,-114v0,-7,-6,-10,-14,-10v-8,0,-13,4,-23,22r-30,-16v13,-25,28,-40,53,-40v22,0,48,14,48,44","w":142},"\u00b3":{"d":"106,-180v30,28,6,82,-36,82v-24,0,-40,-15,-48,-38r32,-11v0,10,7,16,16,16v8,0,16,-7,16,-16v-1,-13,-13,-16,-27,-15r0,-33v25,6,35,-26,10,-26v-10,0,-14,7,-16,14r-31,-11v8,-52,97,-44,95,10v0,11,-4,20,-11,28","w":141},"\u00b4":{"d":"95,-249r-42,53r-30,0r31,-53r41,0","w":118},"\u00b6":{"d":"185,54r-38,0r0,-270r-24,0r0,270r-38,0r0,-156v-37,-5,-65,-36,-65,-74v0,-41,34,-75,75,-75r90,0r0,305","w":215},"\u00b7":{"d":"75,-95v0,14,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,12,-26,26,-26v14,0,26,12,26,26","w":97},"\u00b8":{"d":"125,24r-24,47r-39,0r34,-48r-10,-26r27,-9","w":196},"\u00b9":{"d":"85,-96r-34,0r0,-111r-18,12r-16,-29v23,-10,33,-31,68,-29r0,157","w":115},"\u00ba":{"d":"81,-255v40,0,69,34,65,74v5,39,-25,74,-65,74v-40,0,-65,-35,-65,-74v0,-39,25,-74,65,-74xm112,-68r-62,0r0,-31r62,0r0,31xm81,-140v17,3,35,-18,30,-41v4,-24,-12,-43,-30,-40v-17,-3,-34,17,-30,40v-4,22,12,44,30,41","w":162},"\u00bb":{"d":"161,-82r-83,77r0,-41r50,-47r-50,-47r0,-41r83,77r0,22xm102,-82r-82,77r0,-41r49,-47r-49,-47r0,-41r82,77r0,22","w":176},"\u00bc":{"d":"267,-35r-9,0r0,35r-34,0r0,-35r-66,0r0,-25r55,-98r40,0r-50,90r21,0r0,-28r34,6r0,22r9,0r0,33xm217,-251r-115,251r-36,0r115,-251r36,0xm85,-96r-34,0r0,-111r-18,12r-16,-29v23,-10,33,-31,68,-29r0,157","w":289},"\u00bd":{"d":"279,-114v6,22,-42,56,-57,81r58,0r0,33r-101,0v-14,-50,64,-89,66,-114v-8,-18,-26,-15,-36,11r-30,-15v14,-25,28,-40,52,-40v23,0,48,14,48,44xm217,-251r-115,251r-36,0r116,-251r35,0xm85,-96r-34,0r0,-111r-18,12r-16,-29v23,-10,33,-31,68,-29r0,157","w":303},"\u00be":{"d":"286,-35r-9,0r0,35r-34,0r0,-35r-66,0r0,-25r55,-98r41,0r-51,90r21,0r0,-28r34,6r0,22r9,0r0,33xm236,-251r-115,251r-36,0r116,-251r35,0xm106,-180v30,28,6,82,-36,82v-24,0,-40,-15,-48,-38r32,-11v0,10,7,16,16,16v8,0,16,-7,16,-16v-1,-13,-13,-16,-27,-15r0,-33v25,6,35,-26,10,-26v-10,0,-14,7,-16,14r-31,-11v8,-52,97,-44,95,10v0,11,-4,20,-11,28","w":318},"\u00bf":{"d":"112,-150v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,23,11,23,24xm164,7v3,102,-147,99,-149,8v-1,-51,55,-45,58,-87r2,-36r28,0v0,0,4,28,4,37v0,36,-18,49,-33,58v-36,9,-26,62,15,62v21,0,40,-12,40,-42r35,0","w":181},"\u00c0":{"d":"141,-279r-30,0r-41,-53r41,0xm239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242},"\u00c1":{"d":"172,-332r-41,53r-30,0r31,-53r40,0xm239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242},"\u00c2":{"d":"184,-279r-42,0r-21,-31r-21,31r-42,0r43,-53r39,0xm239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242},"\u00c3":{"d":"192,-298v-12,14,-25,28,-45,28v-32,0,-49,-36,-66,-3r-25,-19v11,-15,24,-28,44,-28v31,0,51,35,68,2xm239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242},"\u00c4":{"d":"181,-302v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,23,11,23,24xm107,-302v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242},"\u00c5":{"d":"165,-312v0,24,-20,44,-44,44v-24,0,-43,-20,-43,-44v0,-24,19,-44,43,-44v24,0,44,20,44,44xm239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm138,-312v0,-9,-8,-16,-17,-16v-9,0,-16,7,-16,16v0,9,7,16,16,16v9,0,17,-7,17,-16xm156,-107r-35,-86r-34,86r69,0","w":242},"\u00c6":{"d":"326,0r-164,0r0,-71r-78,0r-35,71r-44,0r125,-251r196,0r0,37r-125,0r0,65r108,0r0,37r-108,0r0,75r125,0r0,37xm162,-107r0,-106r-8,0r-53,106r61,0","w":342},"\u00c7":{"d":"16,-126v0,-122,123,-176,190,-81r-30,24v-49,-69,-122,-30,-122,57v0,89,74,126,122,57r30,24v-25,29,-44,42,-67,46r8,23r-25,47r-38,0r33,-48r-7,-20v-61,-6,-94,-54,-94,-129","w":221},"\u00c8":{"d":"135,-279r-30,0r-42,-53r41,0xm194,0r-167,0r0,-251r167,0r0,37r-129,0r0,65r113,0r0,37r-113,0r0,75r129,0r0,37","w":212},"\u00c9":{"d":"159,-332r-41,53r-30,0r30,-53r41,0xm194,0r-167,0r0,-251r167,0r0,37r-129,0r0,65r113,0r0,37r-113,0r0,75r129,0r0,37","w":212},"\u00ca":{"d":"172,-279r-42,0r-21,-31r-22,31r-42,0r44,-53r40,0xm194,0r-167,0r0,-251r167,0r0,37r-129,0r0,65r113,0r0,37r-113,0r0,75r129,0r0,37","w":212},"\u00cb":{"d":"170,-302v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,24,11,24,24xm95,-302v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm194,0r-167,0r0,-251r167,0r0,37r-129,0r0,65r113,0r0,37r-113,0r0,75r129,0r0,37","w":212},"\u00cc":{"d":"77,-279r-30,0r-42,-53r41,0xm67,0r-39,0r0,-251r39,0r0,251","w":96},"\u00cd":{"d":"93,-332r-42,53r-30,0r31,-53r41,0xm68,0r-40,0r0,-251r40,0r0,251","w":95},"\u00ce":{"d":"113,-279r-42,0r-21,-31r-21,31r-42,0r43,-53r40,0xm70,0r-39,0r0,-251r39,0r0,251","w":101},"\u00cf":{"d":"111,-302v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,24,11,24,24xm36,-302v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm68,0r-39,0r0,-251r39,0r0,251","w":96},"\u00d0":{"d":"224,-180v3,19,4,90,0,109v-14,90,-97,68,-184,71r0,-107r-15,0r0,-37r15,0r0,-107v87,3,170,-19,184,71xm168,-45v28,-11,21,-94,18,-131v-4,-50,-59,-35,-108,-38r0,70r56,0r0,37r-56,0r0,70v32,-1,67,1,90,-8","w":260},"\u00d1":{"d":"185,-298v-12,14,-25,28,-45,28v-32,0,-48,-35,-66,-3r-24,-19v11,-15,24,-28,44,-28v32,0,50,34,68,2xm207,0r-35,0r-107,-174r0,174r-38,0r0,-251r35,0r107,174r0,-174r38,0r0,251","w":234},"\u00d2":{"d":"148,-279r-30,0r-42,-53r41,0xm120,-255v65,0,104,53,104,129v0,77,-38,129,-104,129v-67,0,-104,-53,-104,-129v0,-77,38,-129,104,-129xm120,-34v46,0,65,-33,65,-92v0,-59,-19,-91,-65,-91v-46,0,-66,33,-66,91v0,59,19,92,66,92"},"\u00d3":{"d":"164,-332r-42,53r-29,0r30,-53r41,0xm120,-255v65,0,104,53,104,129v0,77,-38,129,-104,129v-67,0,-104,-53,-104,-129v0,-77,38,-129,104,-129xm120,-34v46,0,65,-33,65,-92v0,-59,-19,-91,-65,-91v-46,0,-66,33,-66,91v0,59,19,92,66,92"},"\u00d4":{"d":"183,-279r-42,0r-21,-31r-22,31r-41,0r43,-53r39,0xm120,-255v65,0,104,53,104,129v0,77,-38,129,-104,129v-67,0,-104,-53,-104,-129v0,-77,38,-129,104,-129xm120,-34v46,0,65,-33,65,-92v0,-59,-19,-91,-65,-91v-46,0,-66,33,-66,91v0,59,19,92,66,92"},"\u00d5":{"d":"190,-298v-12,14,-25,28,-45,28v-32,0,-48,-35,-65,-3r-25,-19v11,-15,24,-28,44,-28v31,0,51,35,68,2xm120,-255v65,0,104,53,104,129v0,77,-38,129,-104,129v-67,0,-104,-53,-104,-129v0,-77,38,-129,104,-129xm120,-34v46,0,65,-33,65,-92v0,-59,-19,-91,-65,-91v-46,0,-66,33,-66,91v0,59,19,92,66,92"},"\u00d6":{"d":"179,-302v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm105,-302v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,24,11,24,24xm120,-255v65,0,104,53,104,129v0,77,-38,129,-104,129v-67,0,-104,-53,-104,-129v0,-77,38,-129,104,-129xm120,-34v46,0,65,-33,65,-92v0,-59,-19,-91,-65,-91v-46,0,-66,33,-66,91v0,59,19,92,66,92"},"\u00d7":{"d":"157,-55r-23,23r-44,-44r-44,44r-23,-23r44,-44r-44,-43r23,-23r44,43r44,-43r23,23r-44,43","w":179},"\u00d8":{"d":"197,-220v51,73,35,226,-77,223v-20,0,-37,-4,-50,-11v-4,14,-32,6,-48,8r20,-33v-49,-74,-34,-225,78,-222v19,0,35,4,48,11v5,-13,32,-5,48,-7xm120,-34v75,-2,74,-93,55,-150r-85,143v8,4,18,7,30,7xm149,-211v-8,-4,-17,-6,-29,-6v-75,2,-75,91,-56,148"},"\u00d9":{"d":"152,-279r-30,0r-42,-53r41,0xm120,-34v44,0,56,-32,56,-76r0,-141r38,0r0,142v4,57,-33,112,-94,112v-60,0,-95,-53,-95,-112r0,-142r38,0r0,142v-1,44,13,75,57,75"},"\u00da":{"d":"166,-332r-42,53r-29,0r30,-53r41,0xm120,-34v44,0,56,-32,56,-76r0,-141r38,0r0,142v4,57,-33,112,-94,112v-60,0,-95,-53,-95,-112r0,-142r38,0r0,142v-1,44,13,75,57,75"},"\u00db":{"d":"184,-279r-43,0r-20,-31r-22,31r-42,0r44,-53r39,0xm120,-34v44,0,56,-32,56,-76r0,-141r38,0r0,142v4,57,-33,112,-94,112v-60,0,-95,-53,-95,-112r0,-142r38,0r0,142v-1,44,13,75,57,75"},"\u00dc":{"d":"181,-302v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm107,-302v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-24,23,-24v13,0,24,11,24,24xm120,-34v44,0,56,-32,56,-76r0,-141r38,0r0,142v4,57,-33,112,-94,112v-60,0,-95,-53,-95,-112r0,-142r38,0r0,142v-1,44,13,75,57,75"},"\u00dd":{"d":"156,-332r-42,53r-30,0r30,-53r42,0xm215,-251r-84,167r0,84r-38,0r0,-85r-84,-166r42,0r61,120r60,-120r43,0","w":223},"\u00de":{"d":"78,-203v77,-6,146,5,146,73v0,68,-69,81,-146,74r0,56r-38,0r0,-251r38,0r0,48xm78,-93v46,-3,107,14,107,-37v0,-49,-62,-33,-107,-36r0,73","w":247},"\u00df":{"d":"172,-89v0,59,-26,88,-86,89r0,-36v37,0,49,-16,49,-53v0,-37,-9,-56,-49,-56r0,-32v15,0,23,-7,23,-20v0,-12,-7,-21,-19,-21v-26,0,-30,22,-30,43r0,175r-37,0r0,-145r-15,0r0,-32r15,0v0,-41,22,-77,67,-77v42,0,73,51,45,84v30,14,37,51,37,81","w":187},"\u00e0":{"d":"118,-196r-29,0r-42,-53r40,0xm162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,12,-8,10,-18v-4,-24,-55,-23,-63,8r-35,-11v14,-38,46,-50,72,-50v33,0,63,22,63,53v0,40,-6,90,6,120xm119,-47r0,-27v-23,2,-67,-3,-66,22v1,26,55,23,66,5","w":178},"\u00e1":{"d":"135,-249r-41,53r-30,0r30,-53r41,0xm162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,12,-8,10,-18v-4,-24,-55,-23,-63,8r-35,-11v14,-38,46,-50,72,-50v33,0,63,22,63,53v0,40,-6,90,6,120xm119,-47r0,-27v-23,2,-67,-3,-66,22v1,26,55,23,66,5","w":178},"\u00e2":{"d":"153,-192r-42,0r-22,-31r-21,31r-42,0r43,-52r40,0xm162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,12,-8,10,-18v-4,-24,-55,-23,-63,8r-35,-11v14,-38,46,-50,72,-50v33,0,63,22,63,53v0,40,-6,90,6,120xm119,-47r0,-27v-23,2,-67,-3,-66,22v1,26,55,23,66,5","w":178},"\u00e3":{"d":"161,-216v-12,14,-25,27,-45,27v-32,0,-50,-34,-67,-2r-24,-20v11,-15,24,-27,44,-27v32,0,51,34,68,1xm162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,12,-8,10,-18v-4,-24,-55,-23,-63,8r-35,-11v14,-38,46,-50,72,-50v33,0,63,22,63,53v0,40,-6,90,6,120xm119,-47r0,-27v-23,2,-67,-3,-66,22v1,26,55,23,66,5","w":178},"\u00e4":{"d":"157,-212v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-23,24,-23v13,0,23,10,23,23xm82,-212v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-23,24,-23v13,0,23,10,23,23xm162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,12,-8,10,-18v-4,-24,-55,-23,-63,8r-35,-11v14,-38,46,-50,72,-50v33,0,63,22,63,53v0,40,-6,90,6,120xm119,-47r0,-27v-23,2,-67,-3,-66,22v1,26,55,23,66,5","w":178},"\u00e5":{"d":"136,-234v0,24,-19,44,-43,44v-24,0,-44,-20,-44,-44v0,-24,20,-43,44,-43v24,0,43,19,43,43xm162,-7r-35,10r-3,-9v-40,23,-110,3,-108,-46v2,-42,42,-63,93,-57v11,1,12,-8,10,-18v-4,-24,-55,-23,-63,8r-35,-11v14,-38,46,-50,72,-50v33,0,63,22,63,53v0,40,-6,90,6,120xm109,-234v0,-9,-7,-16,-16,-16v-9,0,-17,7,-17,16v0,9,8,17,17,17v9,0,16,-8,16,-17xm119,-47r0,-27v-23,2,-67,-3,-66,22v1,26,55,23,66,5","w":178},"\u00e6":{"d":"159,-73v-2,44,57,54,83,25r31,21v-33,38,-93,39,-129,9v-39,38,-128,25,-128,-34v0,-42,44,-62,95,-56v11,1,12,-8,10,-18v-4,-22,-54,-24,-63,5r-36,-10v24,-54,85,-60,123,-28v32,-28,95,-25,118,12v12,20,11,51,11,74r-115,0xm236,-108v2,-40,-54,-44,-70,-19v-3,4,-5,12,-6,19r76,0xm125,-49v-2,-8,-4,-17,-4,-25v-24,2,-69,-3,-67,22v2,26,54,25,71,3","w":290},"\u00e7":{"d":"54,-89v0,58,50,79,84,34r27,24v-21,22,-35,31,-54,33r7,22r-24,47r-39,0r34,-48r-8,-22v-41,-8,-65,-43,-65,-90v0,-85,96,-126,149,-57r-27,24v-19,-21,-27,-24,-40,-24v-31,2,-44,19,-44,57","w":181},"\u00e8":{"d":"120,-196r-30,0r-42,-53r41,0xm16,-87v0,-46,28,-90,78,-90v51,0,79,50,71,103r-111,0v-2,44,55,56,81,25r29,22v-20,22,-42,30,-66,30v-50,0,-82,-43,-82,-90xm128,-109v-2,-22,-14,-32,-34,-33v-24,0,-35,13,-39,33r73,0","w":181},"\u00e9":{"d":"134,-249r-42,53r-29,0r30,-53r41,0xm16,-87v0,-46,28,-90,78,-90v51,0,79,50,71,103r-111,0v-2,44,55,56,81,25r29,22v-20,22,-42,30,-66,30v-50,0,-82,-43,-82,-90xm128,-109v-2,-22,-14,-32,-34,-33v-24,0,-35,13,-39,33r73,0","w":181},"\u00ea":{"d":"157,-192r-42,0r-21,-31r-21,31r-42,0r43,-52r40,0xm16,-87v0,-46,28,-90,78,-90v51,0,79,50,71,103r-111,0v-2,44,55,56,81,25r29,22v-20,22,-42,30,-66,30v-50,0,-82,-43,-82,-90xm128,-109v-2,-22,-14,-32,-34,-33v-24,0,-35,13,-39,33r73,0","w":181},"\u00eb":{"d":"151,-216v0,13,-10,24,-23,24v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,23,10,23,23xm77,-216v0,13,-11,24,-24,24v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,24,10,24,23xm16,-87v0,-46,28,-90,78,-90v51,0,79,50,71,103r-111,0v-2,44,55,56,81,25r29,22v-20,22,-42,30,-66,30v-50,0,-82,-43,-82,-90xm128,-109v-2,-22,-14,-32,-34,-33v-24,0,-35,13,-39,33r73,0","w":181},"\u00ec":{"d":"72,-196r-29,0r-42,-53r41,0xm66,0r-37,0r0,-178r37,0r0,178","w":95},"\u00ed":{"d":"91,-249r-42,53r-29,0r30,-53r41,0xm64,0r-37,0r0,-178r37,0r0,178","w":91},"\u00ee":{"d":"111,-192r-42,0r-21,-31r-21,31r-42,0r43,-52r40,0xm67,0r-37,0r0,-178r37,0r0,178","w":97},"\u00ef":{"d":"107,-219v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm40,-219v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-24,24,-24v13,0,23,11,23,24xm68,0r-37,0r0,-178r37,0r0,178","w":98},"\u00f0":{"d":"28,-89v-4,-53,30,-100,88,-92r-5,-11r-44,0r0,-35r28,0r-19,-43r40,0r19,43r32,0r0,35r-17,0v44,57,52,195,-45,195v-48,0,-83,-44,-77,-92xm105,-33v32,0,40,-24,40,-56v0,-32,-8,-56,-40,-56v-32,0,-40,24,-40,56v0,31,8,56,40,56","w":209},"\u00f1":{"d":"165,-216v-12,14,-25,27,-45,27v-32,0,-49,-35,-66,-2r-24,-20v11,-15,23,-27,43,-27v32,0,52,35,68,1xm60,-170v56,-25,108,11,108,69r0,101r-36,0v-7,-54,24,-144,-37,-144v-19,0,-35,8,-35,25r0,119r-37,0r0,-175r37,0r0,5","w":191},"\u00f2":{"d":"120,-196r-30,0r-42,-53r41,0xm94,-178v49,0,77,43,77,91v0,45,-28,90,-77,90v-27,0,-53,-9,-65,-31v-35,-66,-6,-150,65,-150xm93,-32v34,0,41,-24,41,-55v0,-32,-7,-55,-41,-55v-33,-1,-40,23,-40,55v0,31,7,55,40,55","w":186},"\u00f3":{"d":"136,-249r-42,53r-29,0r30,-53r41,0xm94,-178v49,0,77,43,77,91v0,45,-28,90,-77,90v-27,0,-53,-9,-65,-31v-35,-66,-6,-150,65,-150xm93,-32v34,0,41,-24,41,-55v0,-32,-7,-55,-41,-55v-33,-1,-40,23,-40,55v0,31,7,55,40,55","w":186},"\u00f4":{"d":"157,-192r-42,0r-21,-31r-21,31r-42,0r43,-52r40,0xm94,-178v49,0,77,43,77,91v0,45,-28,90,-77,90v-27,0,-53,-9,-65,-31v-35,-66,-6,-150,65,-150xm93,-32v34,0,41,-24,41,-55v0,-32,-7,-55,-41,-55v-33,-1,-40,23,-40,55v0,31,7,55,40,55","w":186},"\u00f5":{"d":"165,-216v-12,14,-25,27,-45,27v-32,0,-49,-35,-66,-2r-24,-20v11,-15,23,-27,43,-27v32,0,52,35,68,1xm94,-178v49,0,77,43,77,91v0,45,-28,90,-77,90v-27,0,-53,-9,-65,-31v-35,-66,-6,-150,65,-150xm93,-32v34,0,41,-24,41,-55v0,-32,-7,-55,-41,-55v-33,-1,-40,23,-40,55v0,31,7,55,40,55","w":186},"\u00f6":{"d":"152,-212v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-23,23,-23v13,0,23,10,23,23xm78,-212v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-23,23,-23v13,0,24,10,24,23xm94,-178v49,0,77,43,77,91v0,45,-28,90,-77,90v-27,0,-53,-9,-65,-31v-35,-66,-6,-150,65,-150xm93,-32v34,0,41,-24,41,-55v0,-32,-7,-55,-41,-55v-33,-1,-40,23,-40,55v0,31,7,55,40,55","w":186},"\u00f7":{"d":"118,-154v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-22,21,-22v12,0,22,10,22,22xm174,-83r-154,0r0,-31r154,0r0,31xm118,-43v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-21,21,-21v12,0,22,9,22,21","w":194},"\u00f8":{"d":"30,-26v-45,-79,14,-187,103,-142v4,-12,27,-5,42,-7r-19,26v36,62,11,152,-62,152v-15,0,-29,-3,-41,-9v-5,11,-28,4,-42,6xm112,-139v-49,-16,-69,27,-57,78xm74,-36v48,19,71,-29,57,-79","w":186},"\u00f9":{"d":"118,-196r-30,0r-42,-53r41,0xm167,0r-37,0r0,-6v-52,25,-108,-5,-108,-67r0,-105r36,0r0,105v0,27,7,40,37,40v14,0,35,-9,35,-26r0,-119r37,0r0,178","w":190},"\u00fa":{"d":"146,-249r-42,53r-29,0r30,-53r41,0xm167,0r-37,0r0,-6v-52,25,-108,-5,-108,-67r0,-105r36,0r0,105v0,27,7,40,37,40v14,0,35,-9,35,-26r0,-119r37,0r0,178","w":190},"\u00fb":{"d":"157,-192r-42,0r-21,-31r-21,31r-42,0r43,-52r39,0xm167,0r-37,0r0,-6v-52,25,-108,-5,-108,-67r0,-105r36,0r0,105v0,27,7,40,37,40v14,0,35,-9,35,-26r0,-119r37,0r0,178","w":190},"\u00fc":{"d":"154,-212v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-13,10,-23,23,-23v13,0,23,10,23,23xm80,-212v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-23,24,-23v13,0,23,10,23,23xm167,0r-37,0r0,-6v-52,25,-108,-5,-108,-67r0,-105r36,0r0,105v0,27,7,40,37,40v14,0,35,-9,35,-26r0,-119r37,0r0,178","w":190},"\u00fd":{"d":"137,-249r-42,53r-29,0r30,-53r41,0xm174,-178r-81,218v-7,24,-32,45,-70,39r0,-37v35,7,38,-20,46,-42r-62,-178r39,0r43,125r45,-125r40,0","w":180},"\u00fe":{"d":"75,-174v61,-30,116,23,109,85v7,60,-47,118,-109,86r0,82r-36,0r0,-330r36,0r0,77xm110,-32v30,0,37,-26,37,-57v0,-32,-6,-55,-37,-56v-40,-1,-37,42,-35,81v1,20,14,32,35,32","w":205},"\u00ff":{"d":"151,-212v0,13,-10,23,-23,23v-13,0,-24,-10,-24,-23v0,-13,11,-23,24,-23v13,0,23,10,23,23xm77,-212v0,13,-11,23,-24,23v-13,0,-23,-10,-23,-23v0,-13,10,-23,23,-23v13,0,24,10,24,23xm174,-178r-80,218v-8,23,-33,45,-71,39r1,-37v34,7,37,-21,45,-42r-62,-178r40,0r42,125r46,-125r39,0","w":181}}});;(function($){$.ui={plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]]);}},call:function(instance,name,args){var set=instance.plugins[name];if(!set){return;}
for(var i=0;i<set.length;i++){if(instance.options[set[i][0]]){set[i][1].apply(instance.element,args);}}}},cssCache:{},css:function(name){if($.ui.cssCache[name]){return $.ui.cssCache[name];}
var tmp=$('<div class="ui-gen">').addClass(name).css({position:'absolute',top:'-5000px',left:'-5000px',display:'block'}).appendTo('body');$.ui.cssCache[name]=!!((!(/auto|default/).test(tmp.css('cursor'))||(/^[1-9]/).test(tmp.css('height'))||(/^[1-9]/).test(tmp.css('width'))||!(/none/).test(tmp.css('backgroundImage'))||!(/transparent|rgba\(0, 0, 0, 0\)/).test(tmp.css('backgroundColor'))));try{$('body').get(0).removeChild(tmp.get(0));}catch(e){}
return $.ui.cssCache[name];},disableSelection:function(el){$(el).attr('unselectable','on').css('MozUserSelect','none');},enableSelection:function(el){$(el).attr('unselectable','off').css('MozUserSelect','');},hasScroll:function(e,a){var scroll=/top/.test(a||"top")?'scrollTop':'scrollLeft',has=false;if(e[scroll]>0)return true;e[scroll]=1;has=e[scroll]>0?true:false;e[scroll]=0;return has;}};var _remove=$.fn.remove;$.fn.remove=function(){$("*",this).add(this).triggerHandler("remove");return _remove.apply(this,arguments);};function getter(namespace,plugin,method){var methods=$[namespace][plugin].getter||[];methods=(typeof methods=="string"?methods.split(/,?\s+/):methods);return($.inArray(method,methods)!=-1);}
$.widget=function(name,prototype){var namespace=name.split(".")[0];name=name.split(".")[1];$.fn[name]=function(options){var isMethodCall=(typeof options=='string'),args=Array.prototype.slice.call(arguments,1);if(isMethodCall&&getter(namespace,name,options)){var instance=$.data(this[0],name);return(instance?instance[options].apply(instance,args):undefined);}
return this.each(function(){var instance=$.data(this,name);if(isMethodCall&&instance&&$.isFunction(instance[options])){instance[options].apply(instance,args);}else if(!isMethodCall){$.data(this,name,new $[namespace][name](this,options));}});};$[namespace][name]=function(element,options){var self=this;this.widgetName=name;this.widgetBaseClass=namespace+'-'+name;this.options=$.extend({},$.widget.defaults,$[namespace][name].defaults,options);this.element=$(element).bind('setData.'+name,function(e,key,value){return self.setData(key,value);}).bind('getData.'+name,function(e,key){return self.getData(key);}).bind('remove',function(){return self.destroy();});this.init();};$[namespace][name].prototype=$.extend({},$.widget.prototype,prototype);};$.widget.prototype={init:function(){},destroy:function(){this.element.removeData(this.widgetName);},getData:function(key){return this.options[key];},setData:function(key,value){this.options[key]=value;if(key=='disabled'){this.element[value?'addClass':'removeClass'](this.widgetBaseClass+'-disabled');}},enable:function(){this.setData('disabled',false);},disable:function(){this.setData('disabled',true);}};$.widget.defaults={disabled:false};$.ui.mouse={mouseInit:function(){var self=this;this.element.bind('mousedown.'+this.widgetName,function(e){return self.mouseDown(e);});if($.browser.msie){this._mouseUnselectable=this.element.attr('unselectable');this.element.attr('unselectable','on');}
this.started=false;},mouseDestroy:function(){this.element.unbind('.'+this.widgetName);($.browser.msie&&this.element.attr('unselectable',this._mouseUnselectable));},mouseDown:function(e){(this._mouseStarted&&this.mouseUp(e));this._mouseDownEvent=e;var self=this,btnIsLeft=(e.which==1),elIsCancel=(typeof this.options.cancel=="string"?$(e.target).parents().add(e.target).filter(this.options.cancel).length:false);if(!btnIsLeft||elIsCancel||!this.mouseCapture(e)){return true;}
this._mouseDelayMet=!this.options.delay;if(!this._mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){self._mouseDelayMet=true;},this.options.delay);}
if(this.mouseDistanceMet(e)&&this.mouseDelayMet(e)){this._mouseStarted=(this.mouseStart(e)!==false);if(!this._mouseStarted){e.preventDefault();return true;}}
this._mouseMoveDelegate=function(e){return self.mouseMove(e);};this._mouseUpDelegate=function(e){return self.mouseUp(e);};$(document).bind('mousemove.'+this.widgetName,this._mouseMoveDelegate).bind('mouseup.'+this.widgetName,this._mouseUpDelegate);return false;},mouseMove:function(e){if($.browser.msie&&!e.button){return this.mouseUp(e);}
if(this._mouseStarted){this.mouseDrag(e);return false;}
if(this.mouseDistanceMet(e)&&this.mouseDelayMet(e)){this._mouseStarted=(this.mouseStart(this._mouseDownEvent,e)!==false);(this._mouseStarted?this.mouseDrag(e):this.mouseUp(e));}
return!this._mouseStarted;},mouseUp:function(e){$(document).unbind('mousemove.'+this.widgetName,this._mouseMoveDelegate).unbind('mouseup.'+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this.mouseStop(e);}
return false;},mouseDistanceMet:function(e){return(Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance);},mouseDelayMet:function(e){return this._mouseDelayMet;},mouseStart:function(e){},mouseDrag:function(e){},mouseStop:function(e){},mouseCapture:function(e){return true;}};$.ui.mouse.defaults={cancel:null,distance:1,delay:0};})(jQuery);(function($){$.scrollFollow=function(box,options)
{box=$(box);var position=box.css('position');function ani()
{box.queue([]);var viewportHeight=parseInt($(window).height());var pageScroll=parseInt($(document).scrollTop());var parentTop=parseInt(box.cont.offset().top);var parentHeight=parseInt(box.cont.attr('offsetHeight'));var boxHeight=parseInt(box.attr('offsetHeight')+(parseInt(box.css('marginTop'))||0)+(parseInt(box.css('marginBottom'))||0));var aniTop;if(isActive)
{if(options.relativeTo=='top')
{if(box.initialOffsetTop>=(pageScroll+options.offset))
{aniTop=box.initialTop;}
else
{aniTop=Math.min((Math.max((-parentTop),(pageScroll-box.initialOffsetTop+box.initialTop))+options.offset),(parentHeight-boxHeight-box.paddingAdjustment));}}
else if(options.relativeTo=='bottom')
{if((box.initialOffsetTop+boxHeight)>=(pageScroll+options.offset+viewportHeight))
{aniTop=box.initialTop;}
else
{aniTop=Math.min((pageScroll+viewportHeight-boxHeight-options.offset),(parentHeight-boxHeight));}}
if((new Date().getTime()-box.lastScroll)>=(options.delay-20))
{box.animate({top:aniTop},options.speed,options.easing);}}};var isActive=true;if($.cookie!=undefined)
{if($.cookie('scrollFollowSetting'+box.attr('id'))=='false')
{var isActive=false;$('#'+options.killSwitch).text(options.offText).toggle(function()
{isActive=true;$(this).text(options.onText);$.cookie('scrollFollowSetting'+box.attr('id'),true,{expires:365,path:'/'});ani();},function()
{isActive=false;$(this).text(options.offText);box.animate({top:box.initialTop},options.speed,options.easing);$.cookie('scrollFollowSetting'+box.attr('id'),false,{expires:365,path:'/'});});}
else
{$('#'+options.killSwitch).text(options.onText).toggle(function()
{isActive=false;$(this).text(options.offText);box.animate({top:box.initialTop},0);$.cookie('scrollFollowSetting'+box.attr('id'),false,{expires:365,path:'/'});},function()
{isActive=true;$(this).text(options.onText);$.cookie('scrollFollowSetting'+box.attr('id'),true,{expires:365,path:'/'});ani();});}}
if(options.container=='')
{box.cont=box.parent();}
else
{box.cont=$('#'+options.container);}
box.initialOffsetTop=parseInt(box.offset().top);box.initialTop=parseInt(box.css('top'))||0;if(box.css('position')=='relative')
{box.paddingAdjustment=parseInt(box.cont.css('paddingTop'))+parseInt(box.cont.css('paddingBottom'));}
else
{box.paddingAdjustment=0;}
$(window).scroll(function()
{$.fn.scrollFollow.interval=setTimeout(function(){ani();},options.delay);box.lastScroll=new Date().getTime();});$(window).resize(function()
{$.fn.scrollFollow.interval=setTimeout(function(){ani();},options.delay);box.lastScroll=new Date().getTime();});box.lastScroll=0;ani();};$.fn.scrollFollow=function(options)
{options=options||{};options.relativeTo=options.relativeTo||'top';options.speed=options.speed||500;options.offset=options.offset||0;options.easing=options.easing||'swing';options.container=options.container||this.parent().attr('id');options.killSwitch=options.killSwitch||'killSwitch';options.onText=options.onText||'Turn Slide Off';options.offText=options.offText||'Turn Slide On';options.delay=options.delay||0;this.each(function()
{new $.scrollFollow(this,options);});return this;};})(jQuery);$(document).ready(function(){Cufon.replace('.page h2');Cufon.replace('div.titre-rubrique');Cufon.replace('div.equipe-nom');Cufon.replace('span.pack-nom');Cufon.replace('#respond h3');var hauteurH=$(".home").height();var hauteurS=$("#sidebar").height();$("#cont-goup").height(hauteurH-hauteurS-60);$('#goup').scrollFollow({speed:1000,offset:20,container:'cont-goup'});$(".haut-page").click(function(){$('html,body').animate({scrollTop:$("#top").offset().top},'slow');return false;});});
