function NitrofisAjax(url, divid)
{
	$("#"+divid).html("<div id='yukleniyor'><img alt='Yükleniyor' src='img/loading.gif' width=32 height=32><br>Y&uuml;kleniyor..").load(url+".php");
}

function ac(){
	document.getElementById('panel').style.display='block';
	
	document.getElementById('panelContent').style.display ='none';
	$('#panel').slideUp('normal');

	$('#panel').slideDown('normal');
	document.getElementById('panelContent').style.display ='block';

	//interval2=self.setInterval("if(i<=400){document.getElementById('main').style.height = i+\"px\";i=i+10;}else{self.clearInterval(interval2);i=0;}",30);
	//document.getElementById('inputTeklifReferans').value=location.href;
}
function kapat(){
	$('#panel').slideUp('normal');
	//document.getElementById('panel').style.display='none';
	
}


function dergiContentAc(){
	$('#dergiContent').slideUp('normal');
	$('#dergiContent').slideDown('normal');
}


  $(document).ready(function(){
	$(".content").hide(); 				   
  	$("a h1").click(function(){
  	if($(this).is('.active')) {
		$(this).toggleClass("active");
  		$(this).parent().next(".content").slideToggle();
  		return false;
  	} else {
  		$(".content:visible").slideUp("slow"); // close all visible divs with the class of .content
		$("h1.active").removeClass("active"); // remove the class active from all h1's with the class of .active
		$(this).toggleClass("active");
  		$(this).parent().next(".content").slideToggle();
  		return false;
		}
	});
});




var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

Cufon.registerFont({"w":153,"face":{"font-family":"Blue Highway","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 1 6 3 2 2 2 2 3 3","ascent":"288","descent":"-72","x-height":"5","cap-height":"4","bbox":"-8 -264.054 260 72","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+015F"},"glyphs":{" ":{"w":83},"\u00a0":{"w":83},"B":{"d":"85,-121v23,0,26,-45,0,-45r-31,0r0,45r31,0xm115,-59v0,-31,-33,-25,-61,-25r0,51v29,0,61,5,61,-26xm85,-203v49,-5,72,63,41,93v16,7,29,24,29,50v0,68,-69,67,-138,64r0,-207r68,0","w":168,"k":{".":17,",":14,"A":9}},"C":{"d":"13,-100v0,-60,26,-105,85,-105v32,0,55,14,71,41r-33,21v-27,-42,-92,-16,-84,43v-7,55,53,84,84,47r31,21v-17,26,-40,38,-69,38v-58,0,-85,-47,-85,-106","w":180,"k":{".":13,",":11,"A":7}},"A":{"d":"62,-74r46,0r-24,-81xm108,-203r61,207r-39,0r-11,-37r-69,0r-10,37r-40,0r61,-207r47,0","w":169,"k":{"y":15,"w":28,"v":26,"u":10,"t":15,"'":33,"\"":31,"q":7,"o":10,"e":8,"d":6,"c":7,"a":5,"Y":36,"W":28,"V":33,"U":15,"T":31,"Q":15,"O":16,"G":17,"C":16}},"\u00c7":{"d":"103,-10r0,18v18,0,27,9,27,27v0,27,-31,34,-55,24r6,-21v16,10,43,-10,11,-7r-9,3r0,-44r20,0xm17,-100v0,-60,26,-105,85,-105v32,0,55,14,71,41r-33,21v-27,-42,-92,-16,-84,43v-7,55,53,84,84,47r31,21v-17,26,-40,38,-69,38v-58,0,-85,-47,-85,-106","w":180},"D":{"d":"136,-100v0,-46,-31,-69,-82,-66r0,133v50,2,82,-20,82,-67xm173,-100v0,85,-62,113,-156,104r0,-207v93,-8,156,18,156,103","w":186,"k":{".":28,",":25,"Y":28,"W":21,"V":22,"A":17}},"E":{"d":"17,-203r113,0r0,37r-76,0r0,45r48,0r0,37r-48,0r0,51r76,0r0,37r-113,0r0,-207","w":145},"F":{"d":"54,-166r0,45r49,0r0,37r-49,0r0,88r-37,0r0,-207r113,0r0,37r-76,0","w":137,"k":{"r":25,".":57,"o":23,"i":5,"e":22,",":55,"a":31,"A":28}},"G":{"d":"178,-104v2,63,-24,110,-80,110v-58,0,-77,-47,-84,-106v-11,-100,111,-143,156,-64r-35,24v-23,-44,-83,-30,-83,40v0,46,32,86,70,59v8,-5,12,-14,13,-26r-38,0r0,-37r81,0","w":190,"k":{".":25,",":21}},"\u011e":{"d":"141,-252v-1,34,-41,50,-65,29v-6,-6,-10,-16,-12,-29r19,0v2,10,7,22,19,22v12,0,17,-12,19,-22r20,0xm182,-104v2,63,-24,110,-80,110v-58,0,-77,-47,-84,-106v-11,-100,111,-143,156,-64r-35,24v-23,-44,-83,-30,-83,40v0,46,32,86,70,59v8,-5,12,-14,13,-26r-38,0r0,-37r81,0","w":190},"H":{"d":"123,-84r-69,0r0,88r-37,0r0,-207r37,0r0,82r69,0r0,-82r37,0r0,207r-37,0r0,-88","w":177},"I":{"d":"17,-203r37,0r0,207r-37,0r0,-207","w":71},"\u0130":{"d":"60,-239v0,12,-8,24,-20,24v-12,0,-21,-12,-21,-24v0,-13,8,-26,21,-25v11,0,21,13,20,25xm21,-203r37,0r0,207r-37,0r0,-207","w":71},"J":{"d":"8,-34v35,7,56,-9,56,-52r0,-117r37,0v-1,96,21,227,-93,204r0,-35","w":115,"k":{"u":14,".":23,"o":10,"e":8,",":20,"a":10,"A":14}},"K":{"d":"78,-77r-24,37r0,44r-37,0r0,-207r37,0r0,99r65,-99r44,0r-60,90r64,117r-42,0","w":178,"k":{"y":19,"u":21,"o":17,"n":6,"e":15,"O":20,"C":19}},"L":{"d":"17,-203r37,0r0,170r83,0r0,37r-120,0r0,-207","w":143,"k":{"y":18,"'":55,"\"":51,"Y":40,"W":29,"V":33,"T":36}},"M":{"d":"153,-125r-48,135r-51,-136r0,130r-37,0r0,-207r46,0r42,114r40,-114r44,0r0,207r-36,0r0,-129","w":206,"k":{"u":9}},"N":{"d":"53,-133r0,137r-37,0r0,-207r42,0r67,131r0,-131r37,0r0,207r-40,0","w":177,"k":{".":13,",":11}},"O":{"d":"145,-100v-1,-40,-12,-68,-47,-68v-33,0,-48,29,-48,68v1,37,12,68,48,68v31,0,48,-29,47,-68xm181,-100v0,60,-25,102,-83,105v-87,4,-107,-128,-61,-182v13,-15,36,-29,61,-27v58,4,83,43,83,104","w":194,"k":{".":26,",":23,"Y":28,"X":19,"W":21,"V":21,"T":23,"A":16}},"\u00d6":{"d":"145,-234v0,11,-8,20,-19,20v-10,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v12,0,19,8,19,20xm96,-234v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,8,-20,20,-20v12,0,20,9,20,20xm149,-100v-1,-40,-12,-68,-47,-68v-33,0,-48,29,-48,68v1,37,12,68,48,68v31,0,48,-29,47,-68xm185,-100v0,60,-25,102,-83,105v-87,4,-107,-128,-61,-182v13,-15,36,-29,61,-27v58,4,83,43,83,104","w":194},"P":{"d":"54,-166r0,54v30,-1,66,7,66,-26v0,-35,-35,-28,-66,-28xm157,-139v0,53,-44,70,-103,64r0,79r-37,0r0,-207r77,0v40,0,63,25,63,64","w":164,"k":{".":78,"o":11,"e":9,",":76,"a":15,"A":21}},"Q":{"d":"135,-55v18,-37,11,-117,-39,-113v-32,2,-48,28,-47,68v1,40,16,73,58,67r-26,-34r28,-24xm95,-204v89,-5,104,123,63,181r16,21r-28,22r-16,-21v-69,22,-120,-26,-117,-99v3,-59,25,-101,82,-104","w":194,"k":{".":22,",":21,"U":13}},"R":{"d":"54,-166r0,54v30,-1,66,7,66,-26v0,-35,-35,-28,-66,-28xm94,-203v71,-7,83,106,26,123r39,84r-39,0r-37,-79r-29,0r0,79r-37,0r0,-207r77,0","w":171,"k":{"y":11,"W":17,"V":15,"U":14,"T":14,"O":13}},"S":{"d":"108,-108v56,26,40,113,-32,113v-27,0,-44,-7,-63,-17r13,-38v17,18,81,32,81,-8v-17,-42,-91,-32,-93,-92v-2,-56,82,-68,121,-39r-10,38v-13,-10,-24,-15,-46,-16v-23,-1,-39,18,-18,31v14,10,33,18,47,28","w":156,"k":{".":15,",":13}},"\u015e":{"d":"87,-10r0,18v18,0,27,9,27,27v0,27,-31,34,-55,24r6,-21v16,10,43,-10,11,-7r-9,3r0,-44r20,0xm112,-108v56,26,40,113,-32,113v-27,0,-44,-7,-63,-17r13,-38v17,18,81,32,81,-8v-17,-42,-91,-32,-93,-92v-2,-56,82,-68,121,-39r-10,38v-13,-10,-24,-15,-46,-16v-23,-1,-39,18,-18,31v14,10,33,18,47,28","w":156},"T":{"d":"103,-166r0,170r-40,0r0,-170r-53,0r0,-37r144,0r0,37r-51,0","w":164,"k":{"y":17,"w":18,"u":21,";":18,"r":22,".":44,"o":29,"i":8,"-":28,"e":27,",":41,":":23,"a":32,"O":22,"A":31}},"U":{"d":"159,-203v-3,88,22,209,-70,207v-48,-1,-73,-33,-73,-85r0,-122r37,0r0,129v0,29,10,42,36,42v24,0,33,-15,33,-42r0,-129r37,0","w":174,"k":{".":23,",":20,"A":15}},"\u00dc":{"d":"137,-234v0,11,-9,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v12,0,20,9,20,20xm87,-234v0,12,-9,20,-20,20v-11,0,-19,-9,-19,-20v0,-12,7,-20,19,-20v12,0,20,8,20,20xm163,-203v-3,88,22,209,-70,207v-48,-1,-73,-33,-73,-85r0,-122r37,0r0,129v0,29,10,42,36,42v24,0,33,-15,33,-42r0,-129r37,0","w":174},"V":{"d":"66,4r-61,-207r40,0r45,159r44,-159r40,0r-61,207r-47,0","w":180,"k":{"u":18,";":15,".":42,"o":28,"i":8,"-":26,"e":26,",":40,":":19,"a":30,"O":23,"G":22,"A":35}},"W":{"d":"58,4r-50,-207r39,0r34,155r33,-155r39,0r34,155r33,-155r40,0r-50,207r-47,0r-29,-121r-29,121r-47,0","w":269,"k":{"y":14,"u":18,";":15,".":39,"o":26,"i":10,"-":26,"h":13,"e":24,",":36,":":20,"a":30,"O":23,"A":30}},"X":{"d":"116,-99r61,103r-43,0r-39,-67r-40,67r-43,0r61,-103r-61,-104r42,0r41,68r40,-68r42,0","w":189},"Y":{"d":"109,-76r0,80r-41,0r0,-79r-60,-128r41,0r40,86r40,-86r41,0","w":177,"k":{"u":25,";":21,".":49,"o":33,"i":10,"-":32,"e":31,",":46,":":26,"a":36,"S":21,"O":29,"A":37}},"Z":{"d":"16,-33r88,-133r-88,0r0,-37r132,0r0,37r-89,133r90,0r0,37r-133,0r0,-37","w":164},"a":{"d":"48,-53v0,23,42,29,47,8v4,-18,-3,-31,-20,-30v-18,0,-27,7,-27,22xm26,-139v31,-38,106,-19,106,40r0,103r-37,0r0,-9v-34,24,-84,1,-84,-47v0,-45,43,-69,83,-51v-2,-27,-39,-20,-51,-7","w":147,"k":{"y":19,"w":22,"v":18,"t":13,"p":15,"g":8,"b":15}},"&":{"d":"69,-85v-23,15,-11,52,15,53v10,0,18,-5,24,-14xm178,-115v1,30,-4,52,-15,70r42,48r-53,0r-17,-18v-54,62,-163,-14,-104,-81r14,-13v-12,-14,-22,-28,-22,-50v0,-34,27,-48,61,-48v36,0,54,16,55,48r-39,14v1,-31,-36,-35,-36,-8v0,16,49,60,67,77v4,-11,7,-24,8,-39r39,0","w":209},"^":{"d":"136,-129v7,8,1,18,-9,15r-27,-7r0,76r-53,0r0,-76v-12,1,-35,17,-38,0v17,-41,44,-72,64,-110","w":147},"~":{"d":"131,-99r30,21v-12,15,-32,26,-56,26v-18,0,-27,-10,-42,-10v-11,0,-20,8,-28,14r-27,-23v17,-22,60,-36,90,-17v14,5,23,1,33,-11","w":167},"*":{"d":"99,-104r0,68r-26,0r0,-67r-50,40r-15,-25r57,-40r-56,-40r14,-26r49,41r0,-67r26,0r0,67r51,-40r16,26r-58,39r58,40r-15,25","w":172},"@":{"d":"77,-75v0,14,24,16,27,5v1,-10,2,-18,-12,-18v-10,0,-15,4,-15,13xm168,-96v4,46,-33,81,-59,48v-22,14,-55,3,-52,-27v-3,-29,26,-39,48,-29v2,-18,-23,-19,-28,-5r-11,-19v17,-21,64,-14,59,22v3,18,-8,52,10,52v18,0,15,-22,15,-41v1,-46,-16,-71,-57,-71v-40,0,-62,29,-61,73v0,44,14,78,54,78r0,18v-53,-2,-72,-42,-72,-96v0,-55,27,-90,79,-91v53,-1,70,34,75,88","w":180},"b":{"d":"79,-31v40,0,43,-93,-1,-91v-28,0,-24,38,-24,68v3,11,12,23,25,23xm144,-75v5,55,-46,102,-90,69r0,10r-37,0r0,-197r37,-16r0,60v48,-30,97,14,90,74","w":151,"k":{"y":13,"v":13,"u":7,".":13,"l":7,",":11,"b":8}},"\\":{"d":"5,-211r31,0r84,255r-30,0","w":126},"|":{"d":"17,-211r15,0r0,264r-15,0r0,-264","w":53},"{":{"d":"84,-25v-1,35,5,54,41,51r0,27v-54,6,-74,-14,-74,-72v0,-32,-12,-44,-44,-45r0,-30v39,0,46,-25,44,-66v-2,-46,29,-55,74,-51r0,27v-37,-4,-41,15,-41,50v0,29,-11,40,-32,52r0,6v22,13,32,30,32,51","w":137},"}":{"d":"131,-64v-41,-2,-47,24,-45,65v2,47,-28,56,-74,52r0,-27v36,3,43,-15,42,-51v0,-21,11,-38,33,-51r0,-6v-22,-12,-33,-23,-33,-52v0,-35,-4,-54,-42,-50r0,-27v54,-6,74,12,74,71v0,32,14,44,45,46r0,30","w":137},"[":{"d":"17,-211r63,0r0,29r-36,0r0,205r36,0r0,30r-63,0r0,-264","w":88},"]":{"d":"9,23r35,0r0,-205r-35,0r0,-29r63,0r0,264r-63,0r0,-30","w":89},"c":{"d":"46,-78v-4,37,28,62,52,36r29,21v-15,18,-32,27,-51,27v-49,-1,-63,-36,-67,-84v-6,-68,72,-109,114,-58r-28,24v-18,-24,-55,0,-49,34","w":136,"k":{"y":12,".":7,"l":9,"k":10,",":5}},"\u00e7":{"d":"80,-10r0,18v18,0,26,9,26,27v0,27,-31,34,-55,24r6,-21v16,10,43,-10,11,-7r-9,3r0,-44r21,0xm50,-78v-4,37,28,62,52,36r29,21v-15,18,-32,27,-51,27v-49,-1,-63,-36,-67,-84v-6,-68,72,-109,114,-58r-28,24v-18,-24,-55,0,-49,34","w":136},":":{"d":"55,-129v0,13,-8,24,-20,24v-13,0,-20,-11,-20,-24v0,-13,9,-23,20,-23v10,0,20,10,20,23xm55,-20v0,12,-9,24,-20,24v-12,0,-20,-12,-20,-24v0,-12,8,-24,20,-24v11,0,20,12,20,24","w":70},",":{"d":"32,-44v35,6,17,77,-15,72r0,-11v8,-1,15,-7,14,-13v-13,0,-19,-12,-19,-24v-1,-13,8,-26,20,-24","w":64},"d":{"d":"45,-73v-4,40,50,57,55,19v4,-30,3,-64,-25,-64v-24,1,-27,18,-30,45xm8,-73v0,-56,40,-104,92,-77r0,-43r37,-16r0,212r-37,0r0,-10v-39,33,-92,-11,-92,-66","w":154,"k":{"y":12,"w":13,"v":9,"d":8}},"$":{"d":"58,-149v-8,5,-11,15,0,19r0,-19xm95,-52v10,-7,14,-25,0,-31r0,31xm95,-122v63,9,60,99,0,107r0,19r-37,0r0,-18v-17,-3,-32,-7,-46,-14r11,-35v11,7,23,11,35,13r0,-41v-58,-15,-65,-82,0,-93r0,-19r37,0r0,17v15,2,29,7,39,14r-11,35v-8,-4,-17,-8,-28,-11r0,26"},"\u0131":{"d":"17,-157r37,0r0,161r-37,0r0,-161","w":71},"e":{"d":"104,-93v0,-46,-54,-37,-56,0r56,0xm78,-162v50,0,67,45,63,105r-93,0v2,25,41,33,54,13r25,24v-13,15,-26,24,-50,25v-48,0,-66,-32,-67,-81v-1,-50,23,-86,68,-86","k":{"y":16,"x":14,"w":19,"v":15,".":21,"p":11,",":19,"b":11}},"8":{"d":"77,-131v10,0,17,-7,17,-18v0,-13,-6,-20,-17,-20v-12,0,-18,7,-18,20v0,12,7,18,18,18xm77,-32v16,0,27,-11,27,-29v0,-20,-9,-30,-27,-30v-17,0,-27,12,-27,30v0,17,11,29,27,29xm76,5v-67,5,-81,-94,-36,-121v-29,-28,-11,-94,36,-88v52,-8,67,63,36,90v18,9,28,27,28,54v0,41,-26,62,-64,65"},"=":{"d":"6,-141r109,0r0,37r-109,0r0,-37xm6,-96r109,0r0,37r-109,0r0,-37","w":111},"!":{"d":"36,-44v24,0,25,48,0,48v-12,1,-20,-11,-20,-24v0,-13,8,-25,20,-24xm26,-57v-9,-43,-10,-93,-9,-146r37,0v1,52,0,103,-8,146r-20,0","w":71},"f":{"d":"26,-157v0,-38,20,-62,63,-54r0,35v-16,-3,-33,-4,-30,19r30,0r0,36r-29,0r0,125r-34,0r0,-125r-16,0r0,-36r16,0","w":98,"k":{"'":4,"\"":8,".":26,"o":12,"l":8,"i":8,"e":10,",":24,"a":16}},"5":{"d":"145,-65v0,71,-82,88,-132,55r20,-37v23,22,76,24,76,-19v0,-35,-41,-44,-58,-20r-34,-14r9,-103r107,0r0,37r-75,0r-3,35v46,-22,90,13,90,66","w":158},"4":{"d":"89,-84r0,-64r-42,64r42,0xm125,-48r0,52r-36,0r0,-52r-81,0r0,-39r77,-116r40,0r0,119r22,0r0,36r-22,0","w":158},"g":{"d":"73,-32v32,2,27,-34,26,-64v-1,-14,-7,-25,-21,-26v-24,-1,-31,18,-31,43v0,26,4,46,26,47xm9,-79v0,-52,43,-97,90,-71r0,-7r36,0v-5,91,25,210,-65,228r-4,-39v18,-4,28,-16,31,-34v-50,24,-88,-21,-88,-77","w":150,"k":{"y":10,"r":15,".":12,"o":10,"i":15,"g":7,"e":8,",":10,"a":9}},"\u011f":{"d":"115,-208v-1,34,-41,50,-65,29v-6,-6,-10,-16,-12,-29r19,0v2,10,7,22,19,22v12,0,17,-12,19,-22r20,0xm77,-32v32,2,27,-34,26,-64v-1,-14,-7,-25,-21,-26v-24,-1,-31,18,-31,43v0,26,4,46,26,47xm13,-79v0,-52,43,-97,90,-71r0,-7r36,0v-5,91,25,210,-65,228r-4,-39v18,-4,28,-16,31,-34v-50,24,-88,-21,-88,-77","w":150},"`":{"d":"0,-252r31,0r22,40r-18,0","w":63},">":{"d":"161,-108v-30,25,-55,56,-89,78v-15,-6,0,-32,-1,-46r-62,0r0,-65r62,0r-6,-37v-1,-10,9,-11,14,-6","w":167},"h":{"d":"53,-144v31,-34,84,-4,84,45r0,103r-37,0v-6,-44,18,-118,-23,-126v-42,6,-18,83,-24,126r-36,0r0,-193r36,-23r0,68","w":147,"k":{"y":14}},"-":{"d":"17,-126r59,0r0,37r-59,0r0,-37","w":93},"i":{"d":"55,-189v0,13,-10,22,-20,23v-28,0,-25,-47,0,-47v12,1,20,10,20,24xm17,-157r37,0r0,161r-37,0r0,-161","w":70,"k":{"v":9}},"j":{"d":"36,-213v28,0,25,47,0,47v-26,0,-27,-46,0,-47xm-8,37v20,-5,24,-27,25,-51r0,-143r37,0r0,160v-3,35,-20,60,-50,69","w":69},"k":{"d":"66,-65r-12,14r0,55r-37,0r0,-194r37,-22r0,105r36,-43r47,0r-46,56r50,98r-41,0","w":145,"k":{"y":8,"o":21,"e":20}},"l":{"d":"16,-189r37,-23r0,216r-37,0r0,-193","w":70,"k":{"y":13,"w":14}},"<":{"d":"96,-76r6,37v1,11,-10,10,-15,5r-81,-74v30,-26,55,-57,89,-79v16,5,0,32,1,46r62,0r0,65r-62,0","w":167},"m":{"d":"122,-145v32,-29,99,-12,99,44r0,105r-36,0r0,-100v0,-18,-8,-26,-23,-26v-17,0,-25,9,-25,27r0,99r-37,0r0,-99v1,-18,-7,-27,-22,-27v-44,0,-17,83,-24,126r-37,0r0,-161r37,0r0,10v17,-16,51,-17,68,2","w":237,"k":{"y":19,"u":15}},"n":{"d":"54,-146v31,-30,84,-4,84,45r0,105r-37,0r0,-99v0,-16,-7,-28,-23,-27v-44,4,-17,83,-24,126r-37,0r0,-161r37,0r0,11","k":{"y":18,"v":17,"u":15}},"9":{"d":"46,-134v0,19,10,33,27,34v18,0,28,-14,28,-34v1,-19,-8,-33,-26,-33v-19,0,-29,13,-29,33xm12,-132v0,-46,23,-72,65,-72v94,0,63,172,7,198v-12,5,-23,12,-36,12r-5,-35v27,-3,46,-21,54,-47v-38,28,-85,-5,-85,-56","w":150},"#":{"d":"72,-76r32,0r11,-49r-33,0xm139,-124r-10,48r33,0r0,30r-38,0r-11,50r-24,0r10,-50r-33,0r-10,50r-25,0r10,-50r-31,0r0,-30r37,0r10,-48r-34,0r0,-30r40,0r9,-49r26,0r-10,49r32,0r11,-49r24,0r-10,49r30,0r0,30r-36,0","w":185},"o":{"d":"77,-122v-20,0,-29,22,-29,46v0,30,10,44,29,44v19,0,28,-14,28,-44v0,-30,-9,-46,-28,-46xm142,-77v0,46,-20,82,-65,82v-46,0,-66,-33,-65,-82v1,-47,20,-82,65,-82v45,0,64,35,65,82","k":{"y":16,"x":13,"w":13,"v":16,".":16,",":14}},"\u00f6":{"d":"125,-190v0,12,-9,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,0,20,8,20,20xm76,-190v0,11,-10,20,-21,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,21,9,21,20xm81,-122v-20,0,-29,22,-29,46v0,30,10,44,29,44v19,0,28,-14,28,-44v0,-30,-9,-46,-28,-46xm146,-77v0,46,-20,82,-65,82v-46,0,-66,-33,-65,-82v1,-47,20,-82,65,-82v45,0,64,35,65,82"},"1":{"d":"27,-150r-18,0r0,-35v15,0,22,-6,23,-18r31,0r0,207r-36,0r0,-154","w":81},"p":{"d":"108,-80v-1,-23,-5,-44,-29,-42v-29,1,-27,35,-25,66v1,14,12,24,26,24v24,0,28,-23,28,-48xm144,-82v5,58,-39,108,-90,79r0,50r-37,24r0,-228r37,0r0,10v42,-34,97,10,90,65","w":151,"k":{"y":13,".":15,",":12}},"(":{"d":"48,55v-50,-85,-49,-181,0,-266r36,0v-59,80,-58,180,-1,266r-35,0","w":91},")":{"d":"42,-211v49,69,50,198,0,266r-34,0v53,-64,56,-203,-1,-266r35,0","w":90},"%":{"d":"138,-18v17,0,17,-35,0,-35v-8,0,-14,8,-14,18v0,9,6,17,14,17xm59,-165v0,-9,-6,-17,-14,-17v-17,1,-19,34,0,34v9,1,14,-8,14,-17xm169,-36v1,21,-13,39,-32,39v-19,0,-33,-17,-32,-39v1,-21,11,-38,32,-38v20,0,32,16,32,38xm45,-203v39,-2,42,62,13,75v-25,11,-46,-9,-45,-36v1,-23,11,-38,32,-39xm40,3r74,-206r25,0r-73,206r-26,0","w":181},".":{"d":"53,-20v0,12,-9,24,-20,24v-13,0,-19,-12,-19,-24v0,-12,6,-24,19,-24v11,0,20,12,20,24","w":66},"+":{"d":"67,-89r0,31r-31,0r0,-31r-27,0r0,-37r27,0r0,-32r31,0r0,32r26,0r0,37r-26,0","w":102},"q":{"d":"82,-34v27,-9,27,-88,-9,-88v-24,0,-29,20,-29,42v0,27,8,56,38,46xm99,-3v-50,29,-96,-21,-90,-79v-6,-56,46,-99,90,-65r0,-10r37,0r0,204r-37,24r0,-74","w":152},"?":{"d":"81,-20v0,12,-8,24,-20,24v-12,0,-21,-12,-21,-24v0,-13,9,-24,21,-24v12,0,20,12,20,24xm85,-150v-2,-30,-47,-15,-56,1r-19,-30v29,-47,135,-28,111,47v-10,31,-46,35,-42,79r-37,0v-7,-53,34,-59,43,-97","w":133},"\"":{"d":"21,-120r-6,-93r33,0r-7,93r-20,0xm76,-120r-6,-93r33,0r-6,93r-21,0","w":118,"k":{"A":32}},"'":{"d":"32,-211v11,0,21,10,20,23v0,29,-11,46,-33,52r0,-14v7,-1,12,-6,13,-14v-13,-2,-20,-10,-20,-24v0,-14,8,-23,20,-23","w":64,"k":{"v":11,"t":12,"s":23,"r":18,"'":7,"\"":12,"l":11,"d":35}},"r":{"d":"84,-116v-17,-15,-30,0,-30,21r0,99r-37,0r0,-161r37,0r0,8v10,-10,29,-13,42,-3","w":104,"k":{"u":7,";":4,"s":10,"r":8,"q":13,".":33,"p":8,"o":18,"n":8,"m":8,"l":7,"k":8,"i":8,"-":15,"g":15,"e":16,"d":15,",":31,":":8,"c":15,"a":18}},"s":{"d":"110,-81v29,34,2,94,-51,86v-19,-3,-35,-5,-50,-14r14,-35v10,8,24,12,40,12v16,0,29,-11,18,-23v-26,-14,-71,-10,-71,-56v0,-52,71,-59,105,-34r-12,39v-9,-11,-19,-15,-36,-16v-16,-1,-28,14,-11,20v17,6,43,9,54,21","w":132,"k":{"w":15,".":10,",":8}},"\u015f":{"d":"75,-10r0,18v18,0,26,9,26,27v0,28,-31,34,-55,24r7,-21v16,10,41,-10,11,-7r-9,3r0,-44r20,0xm114,-81v29,34,2,94,-51,86v-19,-3,-35,-5,-50,-14r14,-35v10,8,24,12,40,12v16,0,29,-11,18,-23v-26,-14,-71,-10,-71,-56v0,-52,71,-59,105,-34r-12,39v-9,-11,-19,-15,-36,-16v-16,-1,-28,14,-11,20v17,6,43,9,54,21","w":132},";":{"d":"51,-129v0,14,-7,24,-20,24v-13,0,-20,-11,-20,-24v0,-13,9,-23,20,-23v10,0,20,10,20,23xm31,-44v24,0,24,41,12,57v-6,9,-14,14,-26,16r0,-12v9,-3,14,-8,15,-14v-12,4,-22,-10,-21,-23v0,-12,8,-24,20,-24","w":65},"7":{"d":"138,-163v-38,35,-57,96,-60,167r-39,0v5,-68,20,-130,53,-170r-80,0r0,-37r126,0r0,40","w":147},"6":{"d":"104,-64v0,-20,-9,-34,-27,-34v-18,0,-28,14,-28,34v0,22,8,33,26,33v17,0,29,-13,29,-33xm138,-66v0,45,-21,71,-65,71v-75,0,-70,-124,-35,-170v15,-20,34,-38,64,-39r6,35v-28,3,-47,21,-55,47v38,-30,85,4,85,56","w":150},"\/":{"d":"5,18r78,-241r31,0r-78,241r-31,0","w":119},"t":{"d":"63,-58v-4,31,15,29,33,21r-6,40v-39,11,-64,-10,-64,-51r0,-73r-16,0r0,-36r16,0r0,-27r37,-20r0,47r28,0r0,36r-28,0r0,63","w":105},"3":{"d":"134,-59v7,74,-98,83,-123,31r31,-23v9,25,54,28,54,-8v0,-26,-16,-32,-42,-30r0,-37v34,12,46,-39,15,-42v-10,0,-15,4,-18,13r-31,-12v10,-26,24,-37,51,-37v51,0,66,68,32,92v19,10,29,27,31,53","w":146},"2":{"d":"139,-146v0,66,-74,58,-83,113r83,0r0,37r-124,0v-6,-71,26,-102,73,-123v18,-8,21,-50,-10,-47v-20,2,-28,8,-38,24r-25,-32v26,-44,124,-43,124,28"},"u":{"d":"75,-32v43,-5,19,-81,25,-125r37,0r0,161r-37,0r0,-12v-31,29,-84,6,-84,-44r0,-105r37,0r0,95v-1,16,7,31,22,30","w":154},"\u00fc":{"d":"126,-190v0,11,-9,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,0,20,9,20,20xm76,-190v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm79,-32v43,-5,19,-81,25,-125r37,0r0,161r-37,0r0,-12v-31,29,-84,6,-84,-44r0,-105r37,0r0,95v-1,16,7,31,22,30","w":154},"_":{"d":"17,1r166,0r0,47r-166,0r0,-47","w":200},"v":{"d":"53,4r-46,-161r39,0r27,103r26,-103r39,0r-45,161r-40,0","w":144,"k":{".":32,"o":16,"e":15,",":30,"a":18}},"w":{"d":"55,4r-43,-161r39,0r24,99r23,-99r38,0r23,99r23,-99r39,0r-42,161r-40,0r-22,-86r-23,86r-39,0","w":233,"k":{".":36,"o":21,"h":13,"e":20,",":33,"a":24}},"x":{"d":"93,-77r46,81r-43,0r-24,-44r-24,44r-42,0r46,-81r-47,-80r43,0r24,43r24,-43r43,0","w":143,"k":{"e":13}},"y":{"d":"37,68r20,-67r-47,-158r39,0r27,103r26,-103r39,0r-65,225r-39,0","w":148,"k":{".":34,"o":17,"e":15,",":32,"a":19}},"z":{"d":"17,-27r62,-94r-59,0r0,-36r107,0r0,30r-63,94r65,0r0,37r-112,0r0,-31","w":140,"k":{"o":7,"e":5}},"0":{"d":"130,-100v-1,-40,-5,-68,-40,-68v-33,0,-40,29,-40,68v0,38,8,68,40,68v32,0,40,-29,40,-68xm167,-100v-1,62,-20,105,-77,105v-54,0,-76,-45,-76,-105v-1,-61,21,-104,76,-104v55,0,78,43,77,104","w":180}}});

	//Cufon.replace('#header');

	
