

function findLinks(){
	var a = document.getElementsByTagName('a');
	for(var k=0;k<a.length;k++){
		if(/external/.test(a[k].className)){
			a[k].href = '/external/external_site.html?url=' + a[k].href;
		} else if(/xlink/.test(a[k].className)){
			a[k].onclick = function(){
				dcsMultiTrack('DCS.dcsuri',this.href);	
			}
		} else if(/pdf/.test(a[k].className)){
			if(/baxter.com/.test(a[k].href)){
				a[k].onclick = function(){
					dcsMultiTrack('DCS.dcsuri',this.href+"?WT.svl=BiosciencePIs&site="+document.location.host);
					window.open(this.href+"?WT.svl=BiosciencePIs&site="+document.location.host);
					return false;
				}
			} else {
				a[k].onclick = function(){
					dcsMultiTrack('DCS.dcsuri',this.href+"?WT.svl=PDF&site="+document.location.host);
				}
			}
		} else if(/movie/.test(a[k].className)){
			a[k].onclick = function(){
				dcsMultiTrack('DCS.dcsuri',this.href+"?WT.svl=BioscienceMovies&site="+document.location.host);
				window.open(this.href+"?WT.svl=BioscienceMovies&site="+document.location.host,'video','width=400,height=300');
				return false;
			}
		} else if(/web-form|order-form/.test(a[k].className)){
			a[k].onclick = function(){window.open(this.href,'form','width=750,resizable=yes,scrollbars=yes');return false;}
		}
	}
}

function ugh(str){
	return str.replace("<span class=\"subheader\">","<span class=\"subheader\"><span> </span><span> </span><span> </span><span> </span><span> </span><span class=\"line\">|</span><span> </span><span> </span><span> </span><span> </span><span> </span>");
}
function insertSIFR(){
	h1 = document.getElementsByTagName('h1')[0];
	s = h1.getElementsByTagName('span')
	if(s[0]){
		s[0].className ="subheader";
	}
	universcond = {src: '/swf/universcond.swf'};
	sIFR.activate(universcond);
	sIFR.replace(universcond,{selector:'h1',css:['.sIFR-root{font-size:22px;color:#ffffff;font-weight:bold;}','.subheader{font-size:75%;color:#ffffff;}','.line{font-size:100%;color:#ffffff;}','p{display:inline;}','a{color:#ffffff;text-decoration:none;}','a:hover{color:#ffffff;}'],wmode: 'transparent',modifyContentString: ugh});
}


function initSearch(){
	document.getElementById("search-field").onfocus = function(){
		if(this.value == "search"){this.value = "";}	
	}
}

function init(){
	if(arguments.callee.doOnce){return;}
	arguments.callee.doOnce=true;
	if('Cufon' in window){Cufon.now();}
	findLinks();
	//initRefs();
	initSearch();
	//if('Flash' in window){insertFlash();}
	//if('ScrollWindow' in window){insertScrollWindow();}
	//if(document.body.className.toLowerCase() != 'home'){insertSIFR();}
}

if(document.addEventListener){document.addEventListener("DOMContentLoaded",init,null);}
window.onload=init;

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),ready:(function(){var b=false;var a=[],c=function(){b=true;for(var e;e=a.shift();e()){}};var Z=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var d=F("link");V.ready(function(){var h=0,g;for(var f=0,e=d.length;g=d[f],f<e;++f){if(!g.disabled&&g.rel.toLowerCase()=="stylesheet"){++h}}if(document.styleSheets.length>=Z.length+h){c()}else{setTimeout(arguments.callee,10)}});return function(e){if(b){e()}else{a.push(e)}}})(),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=c.data;if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(D,E){return A(D,/(?:em|ex|%)$/i.test(E)?"1em":E)}function A(G,H){if(/px$/i.test(H)){return parseFloat(H)}var F=G.style.left,E=G.runtimeStyle.left;G.runtimeStyle.left=G.currentStyle.left;G.style.left=H;var D=G.style.pixelLeft;G.style.left=F;G.runtimeStyle.left=E;return D}return function(s,V,n,S,Z,t,j){var G=(V===null);if(G){V=Z.alt}var X=s.viewBox;var H=n.computedFontSize||(n.computedFontSize=new Cufon.CSS.Size(C(t,n.get("fontSize"))+"px",s.baseSize));var h=n.computedLSpacing;if(h==undefined){h=n.get("letterSpacing");n.computedLSpacing=h=(h=="normal")?0:~~H.convertFrom(A(t,h))}var P,I;if(G){P=Z;I=Z.firstChild}else{P=document.createElement("span");P.className="cufon cufon-vml";P.alt=V;I=document.createElement("span");I.className="cufon-vml-canvas";P.appendChild(I);if(S.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(V));P.appendChild(q)}if(!j){P.appendChild(document.createElement("cvml:shape"))}}var y=P.style;var c=I.style;var E=H.convert(X.height),v=Math.ceil(E);var g=v/E;var f=X.minX,e=X.minY;c.height=v;c.top=Math.round(H.convert(e-s.ascent));c.left=Math.round(H.convert(f));y.height=H.convert(s.height)+"px";var L=S.enableTextDecoration?Cufon.CSS.textDecoration(t,n):{};var U=n.get("color");var w=Cufon.CSS.textTransform(V,n).split("");var D=0,d=0,M=null;var T,N,W=S.textShadow;for(var r=0,p=0,o=w.length;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(T){D+=M=~~(T.w||s.w)+h}}if(M===null){return null}var O=-f+D+(X.width-M);var x=H.convert(O*g),m=Math.round(x);var b=O+","+X.height,F;var Y="r"+b+"nsnf";for(r=0;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(!T){continue}if(G){N=I.childNodes[p];if(N.firstChild){N.removeChild(N.firstChild)}}else{N=document.createElement("cvml:shape");I.appendChild(N)}N.stroked="f";N.coordsize=b;N.coordorigin=F=(f-d)+","+e;N.path=(T.d?"m"+T.d+"xe":"")+"m"+F+Y;N.fillcolor=U;var u=N.style;u.width=m;u.height=v;if(W){var K=W[0],J=W[1];var R=Cufon.CSS.color(K.color),Q;var a=document.createElement("cvml:shadow");a.on="t";a.color=R.color;a.offset=K.offX+","+K.offY;if(J){Q=Cufon.CSS.color(J.color);a.type="double";a.color2=Q.color;a.offset2=J.offX+","+J.offY}a.opacity=R.opacity||(Q&&Q.opacity)||1;N.appendChild(a)}d+=~~(T.w||s.w)+h;++p}y.width=Math.max(Math.ceil(H.convert(D*g)),0);return P}})());
Cufon.registerFont({"w":165,"face":{"font-family":"univers","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 2 2 2 6 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-1 -251.406 236 68","underline-thickness":"18.457","underline-position":"-80.6836","unicode-range":"U+0026-U+007A"},"glyphs":{" ":{"w":90},"&":{"d":"70,-143v-15,-20,-26,-33,-28,-59v0,-29,28,-50,59,-49v35,0,60,16,60,48v-2,36,-21,52,-49,68r53,67v6,-22,4,-40,5,-76r30,0v-1,60,2,70,-15,101r35,43r-37,0r-17,-21v-41,42,-153,28,-146,-46v1,-39,22,-58,50,-76xm86,-122v-48,15,-44,102,14,100v18,0,38,-11,49,-21xm102,-226v-42,4,-29,48,-6,70v19,-11,34,-23,35,-46v0,-15,-14,-24,-29,-24","w":219},"'":{"d":"29,-170r-6,-78r36,0r-5,78r-25,0","w":79},"*":{"d":"119,-239r-24,34r41,-5r0,22r-41,-4r25,33r-19,11r-18,-38r-16,38r-19,-11r24,-33r-41,4r0,-22r41,5r-25,-34r19,-11r17,38r17,-38"},"-":{"d":"17,-102r48,0r0,27r-48,0r0,-27","w":79},".":{"d":"22,-38r38,0r0,38r-38,0r0,-38","w":79},"0":{"d":"84,4v-86,3,-62,-107,-65,-188v0,-45,20,-66,65,-66v92,-8,60,104,66,183v0,45,-21,71,-66,71xm84,-24v59,-6,34,-103,34,-160v0,-27,-8,-39,-34,-39v-27,1,-33,10,-33,39r0,117v0,26,8,42,33,43"},"1":{"d":"41,-216v20,-10,28,-17,44,-32r26,0r0,248r-33,0r0,-209v-12,8,-21,14,-37,23r0,-30"},"2":{"d":"23,-181v-15,-69,69,-86,110,-54v11,9,16,25,16,44v0,72,-46,98,-97,164r99,0r0,27r-130,0r0,-30v49,-64,84,-91,95,-161v1,-19,-12,-33,-30,-33v-28,0,-32,13,-31,43r-32,0"},"3":{"d":"74,-146v31,1,45,-12,43,-43v-1,-25,-7,-34,-32,-34v-24,0,-32,19,-31,44r-32,0v-4,-47,18,-72,64,-71v41,-1,66,19,63,62v-1,33,-10,50,-37,55v34,5,37,31,37,73v-1,43,-23,64,-68,64v-44,0,-65,-27,-63,-74r32,0v-1,28,4,47,31,46v30,1,38,-21,36,-54v0,-28,-14,-42,-43,-40r0,-28"},"4":{"d":"8,-61r0,-25r77,-162r44,0r0,160r29,0r0,27r-29,0r0,61r-32,0r0,-61r-89,0xm97,-88r0,-129r-61,129r61,0"},"5":{"d":"98,-162v49,-1,50,35,50,89v-1,53,-11,76,-63,77v-48,0,-62,-18,-62,-66r31,0v0,23,6,38,28,38v38,1,34,-30,35,-70v-1,-27,-4,-40,-30,-41v-21,-1,-31,12,-30,33r-33,0r2,-146r116,0r0,28r-86,0r-2,79v13,-13,22,-20,44,-21"},"6":{"d":"21,-77v5,-98,-15,-173,68,-173v48,0,65,21,62,70r-32,0v10,-43,-46,-58,-59,-24v-4,10,-6,32,-7,64v49,-36,99,-11,99,67v0,49,-19,76,-65,77v-49,-1,-66,-29,-66,-81xm87,-128v-28,1,-35,24,-34,56v1,33,4,47,34,48v31,0,34,-25,33,-58v0,-29,-7,-46,-33,-46"},"7":{"d":"37,0r83,-221r-95,0r0,-27r124,0r0,27r-74,221r-38,0"},"8":{"d":"84,-250v72,-13,82,107,27,120v30,8,35,23,38,62v0,42,-23,67,-66,72v-77,8,-88,-124,-24,-134v-24,-6,-35,-23,-37,-53v-1,-41,21,-68,62,-67xm54,-187v1,26,6,42,30,43v22,0,28,-15,30,-38v0,-26,-6,-41,-30,-41v-21,0,-28,15,-30,36xm117,-68v-1,-34,-4,-46,-34,-48v-26,1,-31,16,-33,43v1,34,5,47,33,49v26,-1,33,-16,34,-44"},"9":{"d":"150,-148v-2,84,8,154,-69,152v-46,-1,-65,-23,-61,-71r31,0v-10,44,47,58,61,27v4,-10,6,-33,7,-68v-48,39,-109,11,-101,-66v5,-48,19,-76,65,-76v62,2,65,32,67,102xm84,-118v27,0,36,-25,34,-56v-1,-35,-4,-47,-34,-49v-30,0,-34,23,-34,58v0,30,7,46,34,47"},"A":{"d":"71,-248r45,0r57,248r-36,0r-12,-56r-66,0r-12,56r-33,0xm92,-217r-27,133r55,0","w":185},"B":{"d":"165,-66v6,75,-68,67,-140,66r0,-248v67,-1,138,-6,133,63v0,36,-13,53,-44,58v36,5,50,19,51,61xm124,-179v0,-40,-27,-43,-65,-41r0,79v37,1,65,2,65,-38xm131,-71v0,-43,-31,-44,-72,-42r0,85v41,2,72,0,72,-43","w":179},"C":{"d":"92,-25v30,0,32,-23,32,-56r34,0v2,55,-12,84,-65,84v-45,0,-69,-21,-68,-68v4,-82,-24,-194,70,-186v49,-1,66,24,63,75r-34,0v1,-30,0,-48,-29,-47v-62,0,-36,97,-36,152v0,33,4,45,33,46","w":179},"D":{"d":"166,-175v-4,76,20,180,-62,175r-80,0r0,-248v75,-2,148,-5,142,73xm132,-78v-7,-56,24,-147,-43,-142r-31,0r0,192v46,2,79,1,74,-50","w":185},"E":{"d":"23,0r0,-248r111,0r0,28r-77,0r0,78r73,0r0,28r-73,0r0,86r80,0r0,28r-114,0","w":152},"F":{"d":"24,0r0,-248r108,0r0,28r-74,0r0,78r71,0r0,28r-71,0r0,114r-34,0","w":146},"G":{"d":"57,-172v7,55,-23,149,39,147v13,0,24,-2,34,-6r0,-73r-38,0r0,-27r72,0r0,122v-16,8,-39,12,-68,12v-94,9,-69,-92,-73,-175v1,-55,19,-78,73,-79v49,0,70,22,68,72r-34,0v1,-29,-7,-44,-34,-44v-31,1,-39,18,-39,51","w":185},"H":{"d":"23,0r0,-248r34,0r0,106r72,0r0,-106r34,0r0,248r-34,0r0,-114r-72,0r0,114r-34,0","w":185},"I":{"d":"23,0r0,-248r34,0r0,248r-34,0","w":79},"J":{"d":"69,-25v26,-1,27,-17,28,-47r0,-176r34,0r0,182v0,46,-17,68,-61,69v-48,1,-64,-25,-62,-74r34,0v-1,26,4,46,27,46","w":152},"K":{"d":"60,0r-34,0r0,-248r34,0r0,114r71,-114r38,0r-74,111r74,137r-40,0r-69,-134r0,134","w":179},"L":{"d":"24,0r0,-248r33,0r0,220r73,0r0,28r-106,0","w":139},"M":{"d":"79,-248r45,200r43,-200r56,0r0,248r-32,0r0,-215r-51,215r-34,0r-51,-216r0,216r-31,0r0,-248r55,0","w":245},"N":{"d":"55,0r-33,0r0,-248r54,0r64,214r0,-214r32,0r0,248r-54,0r-63,-213r0,213","w":192},"O":{"d":"94,3v-92,9,-66,-94,-70,-175v0,-55,18,-78,70,-79v93,-7,67,101,71,184v-1,50,-20,70,-71,70xm94,-25v61,-1,37,-97,37,-153v0,-33,-6,-44,-37,-45v-58,0,-31,90,-37,143v1,37,5,54,37,55","w":185},"P":{"d":"155,-182v2,61,-35,75,-97,72r0,110r-34,0r0,-248v69,0,137,-8,131,66xm121,-178v3,-41,-24,-43,-63,-42r0,82v39,1,65,0,63,-40"},"Q":{"d":"93,-250v87,-8,70,84,71,162v0,26,-7,46,-19,60r36,-1r0,29v-34,-1,-64,2,-95,4v-86,8,-58,-99,-63,-175v0,-52,21,-79,70,-79xm93,-222v-58,0,-29,90,-36,143v0,38,4,54,36,55v60,1,37,-93,37,-147v0,-35,-5,-51,-37,-51","w":185},"R":{"d":"129,0v-14,-43,10,-116,-45,-112r-26,0r0,112r-34,0r0,-248v66,0,144,-12,139,59v-1,39,-15,57,-49,63v62,-3,32,78,51,126r-36,0xm129,-184v0,-40,-33,-36,-71,-36r0,80v42,1,71,0,71,-44","w":179},"S":{"d":"91,-251v53,-1,66,22,65,75r-35,0v1,-29,-3,-47,-30,-47v-35,0,-44,39,-27,58v27,31,102,38,95,97v0,48,-24,71,-72,71v-57,1,-72,-28,-70,-86r35,0v-1,37,1,58,35,58v28,0,38,-13,39,-40v-6,-60,-110,-51,-105,-120v0,-44,24,-67,70,-66","w":172},"T":{"d":"70,0r0,-220r-57,0r0,-28r148,0r0,28r-57,0r0,220r-34,0","w":172},"U":{"d":"94,-25v27,0,35,-16,35,-47r0,-176r34,0r0,185v0,45,-23,67,-69,66v-47,0,-69,-21,-70,-66r0,-185r34,0r0,176v1,29,7,47,36,47","w":185},"V":{"d":"46,-248r39,211r38,-211r33,0r-52,248r-42,0r-52,-248r36,0"},"W":{"d":"55,0r-42,-248r33,0r29,198r29,-198r41,0r29,196r30,-196r32,0r-42,248r-39,0r-31,-205r-30,205r-39,0","w":245},"X":{"d":"135,0r-41,-98r-46,98r-36,0r63,-131r-55,-117r37,0r38,90r39,-90r35,0r-56,119r59,129r-37,0","w":185},"Y":{"d":"68,-104r-57,-144r39,0r37,110r37,-110r35,0r-57,143r0,105r-34,0r0,-104"},"Z":{"d":"17,-36r102,-184r-102,0r0,-28r133,0r0,36r-102,184r102,0r0,28r-133,0r0,-36"},"a":{"d":"75,-176v84,-6,46,106,54,176r-32,0r0,-18v-15,37,-85,26,-80,-27v5,-51,25,-61,80,-61v1,-23,0,-46,-21,-46v-17,0,-23,11,-23,28r-32,0v-1,-33,21,-53,54,-52xm69,-21v29,1,29,-30,28,-61v-29,-1,-48,9,-47,36v0,17,4,25,19,25","w":146},"b":{"d":"130,-56v11,59,-55,77,-80,41r0,15r-32,0r0,-248r32,0r0,88v25,-32,91,-14,80,40r0,64xm50,-106v1,34,-8,85,25,85v39,0,20,-63,23,-97v2,-21,-6,-34,-24,-34v-23,0,-24,17,-24,46","w":146},"c":{"d":"72,-21v18,0,23,-12,21,-33r33,0v1,40,-14,58,-53,58v-62,5,-56,-57,-55,-116v1,-44,12,-63,55,-64v38,-1,52,18,50,57r-32,0v1,-19,-1,-33,-18,-33v-39,0,-23,61,-23,96v0,24,2,34,22,35","w":139},"d":{"d":"17,-55v4,-55,-8,-122,46,-121v15,0,26,5,34,15r0,-87r32,0r0,248r-32,0r0,-15v-27,38,-85,16,-80,-40xm72,-21v38,1,21,-61,25,-98v1,-21,-5,-31,-24,-32v-37,1,-23,62,-23,97v0,24,0,32,22,33","w":146},"e":{"d":"127,-52v3,40,-17,56,-56,56v-64,5,-56,-57,-56,-117v-1,-43,16,-63,56,-63v56,-3,59,45,57,101r-81,0v1,30,-4,56,24,54v19,1,25,-10,24,-31r32,0xm71,-152v-26,-1,-24,26,-24,53r48,0v0,-28,3,-54,-24,-53","w":139},"f":{"d":"96,-226v-32,-6,-29,24,-28,53r28,0r0,24r-28,0r0,149r-32,0r0,-149r-23,0r0,-24r23,0v0,-39,-4,-81,37,-77v8,0,16,0,23,2r0,22","w":106},"g":{"d":"48,13v-1,20,3,32,23,31v32,3,26,-33,26,-62v-7,12,-19,18,-36,18v-57,3,-42,-72,-44,-126v-8,-49,55,-66,80,-33r0,-14r32,0r0,184v0,38,-19,57,-56,57v-38,0,-54,-17,-52,-55r27,0xm97,-69v-2,-34,9,-83,-24,-83v-36,1,-21,57,-24,92v0,24,2,34,23,35v24,-2,23,-16,25,-44","w":146},"h":{"d":"77,-152v-20,1,-26,16,-26,38r0,114r-32,0r0,-248r32,0r0,91v23,-31,83,-24,80,23r0,134r-32,0r0,-124v1,-17,-6,-28,-22,-28","w":146},"i":{"d":"18,0r0,-173r32,0r0,173r-32,0xm17,-248r34,0r0,32r-34,0r0,-32","w":66},"j":{"d":"-1,44v19,1,20,-4,20,-23r0,-194r32,0r0,201v3,36,-20,44,-52,38r0,-22xm18,-248r34,0r0,32r-34,0r0,-32","w":66},"k":{"d":"54,-248r0,248r-33,0r0,-248r33,0xm103,0r-49,-95r45,-78r34,0r-45,78r49,95r-34,0","w":146},"l":{"d":"18,0r0,-248r32,0r0,248r-32,0","w":66},"m":{"d":"73,-152v-21,0,-26,15,-26,38r0,114r-32,0r0,-173r32,0r0,16v19,-26,64,-24,76,4v24,-36,86,-30,84,20r0,133r-31,0r0,-124v0,-17,-7,-28,-23,-28v-20,1,-26,16,-26,38r0,114r-32,0r0,-124v0,-16,-6,-28,-22,-28","w":219},"n":{"d":"76,-152v-20,1,-26,16,-26,38r0,114r-32,0r0,-173r32,0r0,15v23,-29,84,-23,80,23r0,135r-31,0r0,-124v0,-17,-7,-27,-23,-28","w":146},"o":{"d":"74,4v-61,3,-57,-57,-56,-117v0,-39,18,-64,56,-63v59,-4,58,54,56,113v-1,45,-14,65,-56,67xm74,-21v35,0,20,-55,23,-89v0,-25,-3,-41,-23,-42v-36,0,-21,56,-24,91v1,26,1,40,24,40","w":146},"p":{"d":"131,-56v10,58,-52,76,-80,44r0,77r-32,0r0,-238r32,0r0,19v26,-40,88,-23,80,34r0,64xm51,-112v3,35,-13,92,25,91v37,-2,19,-65,23,-101v0,-19,-6,-29,-22,-30v-21,1,-26,17,-26,40","w":146},"q":{"d":"17,-46v3,-55,-16,-133,44,-130v13,0,25,5,36,17r0,-14r32,0r0,238r-32,0r0,-76v-28,30,-86,13,-80,-35xm97,-60v-3,-36,12,-91,-25,-92v-37,1,-20,60,-24,95v0,22,6,35,24,36v22,-2,24,-13,25,-39","w":146},"r":{"d":"91,-144v-64,-3,-33,90,-40,144r-32,0r0,-173r32,0r0,21v9,-13,23,-25,40,-24r0,32","w":99},"s":{"d":"45,-53v-1,19,2,32,22,32v15,0,22,-7,22,-21v0,-41,-74,-43,-71,-90v0,-29,20,-44,50,-44v37,0,52,16,50,53r-32,0v9,-31,-36,-41,-36,-12v6,41,73,43,70,88v1,33,-20,51,-53,51v-38,0,-56,-18,-54,-57r32,0","w":132},"t":{"d":"67,-38v-1,15,8,17,25,17r0,22v-32,8,-60,1,-58,-34r0,-116r-22,0r0,-24r22,0r0,-31r33,-13r0,44r25,0r0,24r-25,0r0,111","w":106},"u":{"d":"97,-14v-23,31,-83,21,-80,-24r0,-135r33,0r0,128v-1,15,6,24,19,24v22,-1,28,-14,28,-37r0,-115r32,0r0,173r-32,0r0,-14","w":146},"v":{"d":"44,-173r28,140r26,-140r33,0r-39,173r-41,0r-40,-173r33,0","w":139},"w":{"d":"45,0r-35,-173r32,0r27,150r26,-150r44,0r28,151r27,-151r29,0r-35,173r-44,0r-28,-145r-26,145r-45,0","w":232},"x":{"d":"93,0r-24,-61r-27,61r-32,0r44,-88r-38,-85r34,0r23,57r21,-57r31,0r-38,87r39,86r-33,0","w":139},"y":{"d":"44,-173r30,128r31,-128r31,0r-65,237r-30,0r18,-60r-47,-177r32,0","w":146},"z":{"d":"13,-27r64,-122r-59,0r0,-24r89,0r0,25r-63,124r64,0r0,24r-95,0r0,-27","w":119},"\u00a0":{}}});

if('Cufon' in window){
	Cufon.replace('h1');
}