/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.09
*/
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Published by Die Gestalten Verlag 2006, Copyright re-p.org. 2002. All rights
 * reserved.
 */
Cufon.registerFont({"w":1052,"face":{"font-family":"blender-medium","font-weight":500,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"1638","descent":"-410","x-height":"10","bbox":"-205 -1405 1438 354","underline-thickness":"40.96","underline-position":"-272.384","stemh":"150","stemv":"168","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":475},"!":{"d":"285,-338r-160,0r0,-891r160,0r0,891xm307,0r-209,0r0,-201r209,0r0,201","w":438},"\"":{"d":"578,-1317r0,371r-156,0r0,-371r156,0xm254,-1317r2,371r-158,0r0,-371r156,0","w":819},"#":{"d":"891,-840r-27,150r-182,0r-33,174r182,0r-26,147r-182,0r-39,207r-156,0r39,-207r-148,0r-38,207r-156,0r39,-207r-182,0r26,-147r182,0r33,-174r-182,0r27,-150r182,0r37,-198r155,0r-36,198r147,0r37,-198r155,0r-36,198r182,0xm526,-690r-147,0r-33,174r148,0","w":1093},"$":{"d":"952,-416v0,95,16,182,-28,248v-25,37,-109,118,-150,143v-33,18,-78,35,-117,35r-94,0r0,174r-157,0r0,-174r-89,0v-109,0,-197,-90,-254,-166v-16,-23,-30,-53,-55,-106r162,-43v14,31,20,39,20,39v25,47,86,98,117,114v26,4,69,1,99,2r0,-409r-234,-62v-94,-25,-145,-118,-145,-208v0,-90,-14,-167,28,-230v25,-37,109,-120,150,-145v33,-18,78,-35,117,-35r84,0r0,-166r157,0r0,166r68,0v106,0,195,90,252,166v16,20,32,51,57,104r-164,47r-20,-41v-23,-45,-86,-98,-117,-114v-18,-4,-53,-1,-76,-2r0,395r240,63v92,25,149,115,149,205xm737,-473r-174,-45r0,368v32,-1,70,3,99,-2v33,-16,122,-92,122,-127r0,-124v0,-33,-22,-64,-47,-70xm195,-838v0,31,20,60,45,66r166,45r0,-352v-28,1,-65,-2,-89,2v-31,14,-122,96,-122,127r0,112","w":1167},"%":{"d":"1245,-387v0,97,16,187,-31,250v-17,23,-71,80,-98,98v-48,33,-98,39,-168,39v-43,0,-94,-12,-127,-39v-58,-48,-132,-107,-129,-203v3,-96,-13,-190,33,-250v16,-21,69,-79,96,-98v48,-33,100,-39,170,-39v43,0,90,14,125,39v27,18,82,75,98,98v23,33,31,68,31,105xm1063,-1239r-647,1239r-209,0r676,-1239r180,0xm590,-995v-4,97,16,188,-31,252v-16,23,-45,78,-72,96v-51,34,-124,37,-196,37v-43,0,-90,-12,-125,-37v-27,-18,-82,-73,-98,-96v-47,-64,-27,-154,-31,-252v-4,-95,70,-159,129,-205v46,-36,98,-39,168,-39v43,0,94,12,127,39v58,47,133,110,129,205xm1098,-238r0,-151v0,-10,-2,-15,-4,-19v-14,-25,-72,-81,-105,-81r-39,0v-33,0,-94,56,-108,81v-5,52,-1,114,-2,170v0,4,0,17,2,19v12,25,62,63,88,78v9,5,42,3,59,4v33,0,91,-57,105,-82v2,-4,4,-9,4,-19xm442,-834r0,-165v0,-4,0,-17,-2,-19v-12,-25,-59,-64,-86,-78v-13,-6,-67,-7,-82,0v-27,13,-72,53,-84,78v-2,4,-4,9,-4,19r0,151v0,33,61,82,88,96v16,4,64,3,82,0v18,-10,88,-62,88,-82","w":1488},"&":{"d":"928,-408r-62,0v-3,102,13,202,-35,265v-18,24,-79,88,-108,108v-37,27,-92,43,-139,43r-289,0v-47,0,-98,-16,-135,-43v-29,-20,-91,-84,-109,-108v-51,-69,-35,-183,-35,-293v0,-86,44,-130,101,-185v-59,-55,-101,-98,-101,-186v0,-108,-14,-210,35,-280v17,-24,80,-87,109,-107v37,-27,86,-45,135,-45r151,0v113,0,193,90,252,168v14,20,35,51,60,106r-164,43v-14,-33,-21,-41,-21,-41v-23,-45,-83,-98,-114,-114v-47,-5,-111,-1,-162,-2v-37,0,-95,63,-109,92v-2,2,-4,12,-4,22r0,154v0,10,2,21,4,23v14,27,74,90,109,90r244,0r0,157r-244,0v-35,0,-95,59,-109,88v-2,2,-4,11,-4,21r0,170v0,10,2,18,4,20v14,29,74,90,109,90r287,0v39,0,94,-61,110,-90v2,-2,4,-10,4,-20r0,-309r230,0r0,163","w":1153},"'":{"d":"254,-1315r0,369r-158,0r2,-369r156,0","w":485},"(":{"d":"184,-291v-1,46,241,258,265,279r-121,116v-8,-8,-66,-61,-127,-120v-61,-59,-129,-127,-154,-162v-23,-33,-31,-72,-31,-109r0,-653v0,-37,9,-75,31,-109v43,-66,230,-235,281,-284r118,116v-21,20,-262,235,-262,281r0,645","w":714},")":{"d":"352,-936v3,-47,-240,-260,-262,-281r117,-116v59,51,234,213,282,284v23,33,31,72,31,109r0,653v0,37,-10,75,-31,109v-37,59,-237,241,-282,282r-119,-116v23,-21,264,-234,264,-279r0,-645","w":720},"*":{"d":"788,-1182r-229,217r0,17r227,213r-147,43r-186,-178r0,219r-140,0r0,-219r-182,178r-149,-43r225,-213r0,-17r-225,-217r147,-41r184,170r0,-213r140,0r0,215r186,-172","w":948},"+":{"d":"819,-436r-305,0r0,286r-160,0r0,-286r-305,0r0,-150r305,0r0,-284r160,0r0,284r305,0r0,150"},",":{"d":"317,-123r-139,301r-180,0r164,-350","w":589},"-":{"d":"442,-434r-426,0r0,-150r426,0r0,150","w":663},".":{"d":"293,0r-209,0r0,-211r209,0r0,211","w":585},"\/":{"d":"756,-1239r-672,1239r-186,0r673,-1239r185,0","w":884},"0":{"d":"852,-258v0,43,-12,82,-35,115v-16,25,-79,88,-108,108v-37,27,-91,43,-138,43r-276,0v-47,0,-98,-16,-135,-43v-29,-20,-93,-83,-109,-108v-23,-33,-35,-72,-35,-115r0,-713v-2,-105,80,-174,144,-225v36,-28,88,-43,135,-43r276,0v47,0,101,16,138,43v29,20,92,84,108,109v23,35,35,75,35,116r0,713xm684,-262r0,-705v0,-10,-2,-20,-4,-22v-16,-29,-72,-90,-111,-90r-272,0v-39,0,-95,61,-111,90v-2,2,-2,18,-2,22r0,705v0,4,0,18,2,20v16,29,72,90,111,90r272,0v39,0,95,-61,111,-90v2,-2,4,-10,4,-20"},"1":{"d":"551,0r-168,0r0,-1069r-215,0r0,-160r383,0r0,1229"},"2":{"d":"829,-831v0,94,-67,167,-143,206r-428,222v-31,16,-51,40,-51,69r0,174r606,0r0,160r-774,0r0,-342v0,-94,61,-162,145,-205r432,-221v27,-14,46,-39,46,-70r0,-129v0,-10,-3,-20,-5,-22v-16,-29,-71,-90,-110,-90r-223,0v-8,0,-19,2,-19,2v-31,16,-92,69,-115,114r-20,41r-162,-47v23,-53,39,-81,55,-104v57,-76,145,-166,254,-166r232,0v47,0,100,16,137,43v29,20,92,85,109,109v46,65,34,155,34,256"},"3":{"d":"829,-254v0,41,-9,83,-34,117v-46,62,-134,151,-244,151r-234,0v-106,0,-196,-90,-251,-164v-16,-20,-33,-55,-58,-108r164,-43v14,31,21,37,21,37v27,47,83,103,114,117v74,5,163,0,242,2v39,0,92,-62,108,-91v2,-2,5,-10,5,-20r0,-174v0,-10,-3,-19,-5,-21v-14,-29,-69,-90,-106,-90r-225,0r0,-157r223,0v12,0,20,-2,22,-4v29,-14,70,-55,86,-84v2,-2,5,-13,5,-23r0,-158v0,-10,-3,-20,-5,-22v-16,-29,-57,-72,-86,-88v-6,-4,-14,-2,-22,-2r-225,0v-8,0,-17,2,-17,2v-31,16,-91,67,-114,112v0,0,-7,8,-21,41r-164,-43v25,-53,42,-86,58,-106v53,-66,132,-166,251,-166r234,0v47,0,98,16,135,43v29,20,92,87,109,111v50,69,34,173,34,280v0,86,-43,129,-100,184v57,55,100,101,100,187r0,180"},"4":{"d":"887,-266r-135,0r0,266r-168,0r0,-266r-576,0r0,-142r527,-821r217,0r0,803r135,0r0,160xm584,-426r0,-588r-373,588r373,0"},"5":{"d":"838,-258v2,106,-79,174,-144,225v-36,28,-90,43,-137,43r-238,0v-106,0,-196,-88,-253,-164v-16,-20,-33,-55,-58,-108r164,-43v14,31,21,39,21,39v25,47,83,100,114,114v76,5,167,0,248,2v10,0,19,-2,25,-4v29,-16,70,-57,86,-86v2,-2,4,-10,4,-20r0,-223v0,-10,-2,-21,-4,-23v-16,-29,-57,-70,-86,-86v-6,-2,-15,-4,-25,-4r-479,0r0,-633r698,0r0,160r-530,0r0,315r313,0v113,-4,198,86,246,150v25,33,35,76,35,117r0,229"},"6":{"d":"838,-967r-164,43v-14,-33,-21,-41,-21,-41v-23,-45,-83,-96,-114,-112v-74,-5,-163,0,-242,-2v-8,0,-17,0,-23,4v-29,16,-70,57,-86,86v-2,2,-4,12,-4,22r0,258v43,-39,93,-65,154,-65r213,0v47,0,98,14,135,41v29,20,93,81,109,106v23,35,34,76,34,117r0,254v0,41,-9,83,-34,117v-46,62,-134,151,-244,151r-256,0v-47,0,-99,-15,-135,-43v-64,-50,-144,-120,-144,-225r0,-715v-2,-105,80,-174,144,-225v36,-28,88,-43,135,-43r233,0v37,0,84,13,117,33v47,29,106,94,135,133v16,20,33,53,58,106xm662,-258r0,-250v0,-10,-3,-18,-5,-20v-16,-31,-69,-93,-108,-93r-205,0v-8,0,-16,3,-16,3v-45,23,-124,77,-144,122r0,238v0,10,2,18,4,20v14,29,74,91,109,91r252,0v39,0,92,-62,108,-91v2,-2,5,-10,5,-20"},"7":{"d":"823,-1092r-536,1092r-185,0r531,-1069r-625,0r0,-160r815,0r0,137"},"8":{"d":"829,-256v0,41,-9,83,-34,117v-46,62,-134,151,-244,151r-256,0v-47,0,-99,-15,-135,-43v-64,-50,-144,-120,-144,-225r0,-178v0,-86,44,-132,101,-187v-57,-55,-101,-100,-101,-186v0,-108,-17,-212,35,-280v47,-62,133,-152,244,-152r256,0v47,0,98,16,135,43v29,20,92,85,109,109v49,70,34,172,34,280v0,86,-43,131,-100,186v57,55,100,101,100,187r0,178xm662,-811r0,-156v0,-10,-3,-20,-5,-22v-14,-29,-71,-90,-108,-90r-252,0v-39,0,-93,59,-109,90v-2,2,-4,12,-4,22r0,156v0,10,2,21,4,23v12,23,68,90,97,90r264,0v35,0,94,-61,108,-90v2,-2,5,-13,5,-23xm662,-258r0,-174v0,-10,-3,-17,-5,-19v-14,-29,-73,-90,-108,-90r-252,0v-39,0,-93,61,-109,90v-2,2,-4,9,-4,19r0,174v0,10,2,18,4,20v16,29,70,91,109,91r252,0v35,0,94,-62,108,-91v2,-2,5,-10,5,-20"},"9":{"d":"831,-256v0,41,-11,82,-34,117v-16,25,-80,88,-109,108v-37,27,-90,43,-137,43r-232,0v-37,0,-83,-12,-116,-32v-47,-29,-106,-95,-135,-134v-14,-20,-35,-51,-60,-106r164,-43v14,33,21,41,21,41v23,45,85,96,116,112v0,0,11,3,19,3r221,0v6,0,18,1,24,-3v29,-16,70,-59,86,-88v2,-2,5,-12,5,-22r0,-268v-43,37,-93,67,-154,67r-213,0v-47,0,-98,-12,-137,-41v-29,-20,-93,-79,-109,-104v-23,-35,-35,-78,-35,-119r0,-246v-2,-105,80,-174,144,-225v36,-28,90,-43,137,-43r254,0v47,0,100,16,137,43v29,20,93,84,109,109v23,35,34,75,34,116r0,715xm664,-739r0,-230v0,-10,-3,-18,-5,-20v-16,-29,-71,-90,-110,-90r-250,0v-10,0,-19,2,-25,4v-29,16,-70,57,-86,86v-2,2,-4,10,-4,20r0,242v0,10,2,18,4,20v16,29,57,73,86,89v6,2,15,4,25,4r205,0v8,0,14,-2,14,-2v45,-23,126,-78,146,-123"},":":{"d":"279,-549r-209,0r0,-217r209,0r0,217xm279,0r-209,0r0,-217r209,0r0,217","w":555},";":{"d":"297,-547r-209,0r0,-225r209,0r0,225xm317,-150r-139,328r-180,0r164,-379","w":583},"<":{"d":"1268,-541r-1030,0r565,541r-217,0r-641,-616r641,-619r217,0r-572,541r1037,0r0,153","w":1468},"=":{"d":"774,-573r-754,0r0,-140r754,0r0,140xm774,-297r-754,0r0,-137r754,0r0,137","w":995},">":{"d":"1298,-616r-641,616r-217,0r566,-541r-1031,0r0,-153r1037,0r-572,-541r217,0","w":1468},"?":{"d":"805,-831v0,94,-65,167,-141,206r-136,68v-31,14,-53,45,-53,72r0,151r-168,0r0,-160v0,-162,166,-215,285,-274v27,-14,45,-39,45,-70r0,-129v0,-10,-2,-20,-4,-22v-16,-29,-72,-90,-111,-90r-223,0v-8,0,-18,2,-18,2v-31,16,-92,69,-115,114v0,0,-5,8,-21,41r-161,-47v23,-53,39,-81,55,-104v57,-76,145,-166,254,-166r231,0v47,0,101,16,138,43v29,20,91,85,108,109v47,65,35,155,35,256xm494,0r-205,0r0,-197r205,0r0,197","w":950},"@":{"d":"776,-377v-25,24,-46,63,-94,62v-111,0,-206,11,-276,-43v-61,-47,-130,-113,-130,-213v0,-75,-2,-128,33,-179v16,-25,68,-78,97,-98v39,-29,92,-41,143,-41r207,0v-1,-25,2,-58,-2,-78v-25,-41,-96,-104,-125,-118v-2,0,-7,-5,-15,-5r-295,0v-8,0,-12,5,-14,5v-29,14,-104,81,-129,122v-2,2,-2,9,-2,17r0,665v0,35,98,122,131,138v2,0,6,4,14,4r486,0r24,147r-520,0v-39,0,-83,-17,-116,-35v-41,-25,-123,-106,-148,-143v-23,-33,-29,-74,-29,-109r0,-671v0,-35,4,-76,27,-109v25,-37,109,-120,150,-145v33,-18,77,-35,116,-35r309,0v115,0,208,98,265,180v23,33,30,72,30,109r0,458r25,166r-150,0xm756,-545r0,-194r-209,0v-8,0,-19,0,-25,4v-23,12,-88,65,-88,90v0,31,-2,65,2,92v16,29,57,68,86,84v6,4,17,4,25,4v38,-2,86,4,117,-4v20,-10,59,-41,92,-76","w":1130},"A":{"d":"995,0r-180,0r-92,-274r-533,0r-94,274r-178,0r428,-1229r221,0xm670,-432r-213,-625r-213,625r426,0","w":1159},"B":{"d":"891,-428v0,106,16,207,-33,276v-17,24,-79,89,-108,109v-37,27,-91,43,-138,43r-577,0r0,-1229r577,0v112,-2,197,88,246,152v52,68,33,170,33,276v0,90,-37,130,-98,187v61,57,98,96,98,186xm723,-805r0,-151v0,-10,-2,-19,-4,-21v-16,-29,-70,-92,-109,-92r-407,0r0,377r409,0v37,0,93,-61,107,-90v2,-2,4,-13,4,-23xm723,-270r0,-156v0,-10,-2,-18,-4,-20v-16,-29,-57,-72,-86,-86v-2,-2,-11,-3,-21,-3r-409,0r0,375r407,0v39,0,93,-61,109,-90v2,-2,4,-10,4,-20","w":1124},"C":{"d":"911,-262v-14,37,-34,77,-57,106v-59,74,-146,166,-252,166r-270,0v-39,0,-86,-17,-119,-35v-41,-25,-122,-106,-147,-143v-23,-33,-31,-71,-31,-108r0,-676v0,-37,8,-74,31,-107v25,-35,106,-120,147,-145v33,-18,78,-35,117,-35r272,0v106,0,195,90,252,166v16,20,32,51,57,104r-163,47v-23,-66,-89,-126,-136,-155v0,0,-8,-2,-16,-2r-256,0v-8,0,-12,2,-14,2v-29,14,-94,73,-119,114v-4,6,-2,52,-2,62r0,622v0,35,88,111,121,127v2,0,6,2,14,2r256,0v8,0,16,-2,16,-2v45,-25,113,-90,136,-153","w":1107},"D":{"d":"893,-285v0,37,-6,74,-29,107v-25,37,-106,118,-147,143v-33,18,-78,35,-117,35r-565,0r0,-1229r565,0v37,0,84,13,117,33v41,25,122,112,147,147v23,33,29,70,29,107r0,657xm725,-289r0,-649v0,-8,0,-14,-2,-16v-25,-41,-88,-99,-119,-113v-2,0,-6,-2,-14,-2r-387,0r0,909r387,0v8,0,12,-2,14,-2v33,-16,121,-92,121,-127","w":1140},"E":{"d":"788,0r-753,0r0,-1229r753,0r0,160r-585,0r0,375r553,0r0,159r-553,0r0,375r585,0r0,160","w":1046},"F":{"d":"786,-1069r-583,0r0,375r553,0r0,159r-553,0r0,535r-168,0r0,-1229r751,0r0,160","w":1001},"G":{"d":"979,0r-164,0v-4,-27,-12,-58,-14,-72v-43,35,-84,82,-154,82r-315,0v-39,0,-86,-17,-119,-35v-41,-25,-122,-106,-147,-143v-23,-33,-31,-71,-31,-108r0,-674v0,-37,8,-76,31,-109v25,-35,106,-120,147,-145v33,-18,80,-35,119,-35r315,0v111,0,195,90,254,168v16,20,32,49,57,102r-163,47v-16,-33,-21,-41,-21,-41v-23,-45,-86,-98,-117,-114v0,0,-8,-2,-16,-2r-301,0v-8,0,-12,2,-14,2v-29,14,-96,73,-121,114v-2,2,-2,9,-2,17r0,667v0,35,90,111,123,127v2,0,8,2,16,2r295,0v8,0,12,-2,14,-2v33,-16,125,-98,125,-133r0,-254r-280,0r0,-159r448,0r0,411v0,78,15,160,35,287","w":1212},"H":{"d":"899,0r-168,0r0,-535r-528,0r0,535r-168,0r0,-1229r168,0r0,535r528,0r0,-535r168,0r0,1229","w":1157},"I":{"d":"203,0r-168,0r0,-1229r168,0r0,1229","w":456},"J":{"d":"711,-276v0,37,-8,75,-31,108v-25,35,-104,118,-145,143v-33,18,-80,35,-119,35r-160,0v-111,0,-195,-88,-252,-166v-14,-20,-32,-53,-57,-106r162,-43v23,63,90,128,135,153v48,5,110,1,162,2v6,0,10,0,12,-2v31,-14,125,-96,125,-127r0,-950r168,0r0,953","w":956},"K":{"d":"924,0r-222,0r-499,-524r0,524r-168,0r0,-1229r168,0r0,527r497,-527r222,0r-584,615","w":1058},"L":{"d":"776,0r-741,0r0,-1229r168,0r0,1069r573,0r0,160","w":972},"M":{"d":"1114,0r-164,0r0,-977r-321,660r-111,0r-317,-660r0,977r-166,0r0,-1229r213,0r327,670r330,-670r209,0r0,1229","w":1372},"N":{"d":"911,0r-194,0r-516,-938r0,938r-166,0r0,-1229r198,0r512,948r0,-948r166,0r0,1229","w":1169},"O":{"d":"952,-276v0,37,-7,75,-30,108v-25,37,-107,118,-148,143v-33,18,-80,35,-119,35r-323,0v-39,0,-84,-17,-117,-35v-41,-25,-124,-106,-149,-143v-23,-33,-29,-73,-29,-108r0,-674v0,-35,6,-76,29,-109v25,-37,108,-120,149,-145v33,-18,78,-35,117,-35r323,0v39,0,86,17,119,35v41,25,123,110,148,145v23,33,30,72,30,109r0,674xm784,-279r0,-667v0,-8,0,-15,-2,-17v-25,-41,-89,-100,-118,-114v-2,0,-7,-2,-15,-2r-307,0v-8,0,-12,2,-14,2v-33,16,-123,96,-123,131r0,667v0,31,92,113,123,127v2,0,6,2,14,2r307,0v8,0,13,-2,15,-2v33,-16,120,-92,120,-127","w":1185},"P":{"d":"893,-776v2,105,-81,172,-145,223v-36,28,-89,41,-136,41r-409,0r0,512r-168,0r0,-1229r577,0v47,0,101,16,138,43v29,20,92,84,108,109v23,35,35,75,35,116r0,185xm725,-780r0,-178v0,-10,-2,-21,-4,-23v-12,-23,-69,-88,-98,-88r-420,0r0,397r407,0v37,0,95,-57,111,-86v2,-2,4,-12,4,-22","w":1089},"Q":{"d":"952,-279v0,37,-7,78,-30,111v-25,37,-107,118,-148,143v-27,16,-61,29,-94,33r78,180r-176,0r-74,-178r-176,0v-39,0,-86,-17,-119,-35v-41,-25,-122,-106,-147,-143v-23,-33,-31,-74,-31,-111r0,-671v0,-37,8,-78,31,-111v25,-35,106,-120,147,-145v33,-20,82,-33,119,-33r325,0v37,0,84,13,117,33v41,25,123,110,148,145v23,33,30,74,30,111r0,671xm784,-281r0,-667v0,-37,-89,-113,-122,-129v-4,-2,-11,-2,-15,-2r-307,0v-4,0,-10,0,-14,2v-33,16,-123,92,-123,129r0,667v0,29,91,115,123,127v27,10,76,2,112,4r-18,-47r153,-51r41,98v15,0,40,0,48,-4v33,-17,122,-92,122,-127","w":1187},"R":{"d":"956,0r-182,0r-293,-512r-278,0r0,512r-168,0r0,-1229r577,0v47,0,101,16,138,43v29,20,92,84,108,109v23,35,35,75,35,116r0,185v0,41,-12,79,-35,114v-16,25,-79,89,-108,109v-25,18,-68,39,-97,37xm723,-758v5,-62,1,-133,2,-198v0,-4,0,-21,-2,-23v-12,-23,-71,-90,-100,-90r-420,0r0,397r407,0v37,0,97,-57,113,-86","w":1167},"S":{"d":"952,-416v0,95,16,182,-28,248v-25,37,-109,118,-150,143v-33,18,-78,35,-117,35r-340,0v-109,0,-197,-90,-254,-166v-16,-23,-30,-53,-55,-106r162,-43v14,31,20,39,20,39v25,47,86,98,117,114v0,0,9,2,17,2r325,0v6,0,11,0,13,-2v33,-16,122,-92,122,-127r0,-124v0,-33,-22,-64,-47,-70r-565,-148v-94,-25,-145,-118,-145,-208v0,-90,-14,-167,28,-230v25,-37,109,-120,150,-145v33,-18,78,-35,117,-35r309,0v106,0,195,90,252,166v16,20,32,51,57,104r-164,47r-20,-41v-23,-45,-86,-98,-117,-114v0,0,-6,-2,-14,-2r-293,0v-8,0,-13,2,-15,2v-31,14,-122,96,-122,127r0,112v0,31,20,60,45,66r563,151v92,25,149,115,149,205","w":1167},"T":{"d":"848,-1069r-350,0r0,1069r-168,0r0,-1069r-350,0r0,-160r868,0r0,160","w":1032},"U":{"d":"901,-274v0,37,-6,73,-29,106v-25,37,-106,118,-147,143v-33,18,-78,35,-117,35r-274,0v-39,0,-86,-17,-119,-35v-41,-25,-122,-106,-147,-143v-23,-33,-31,-69,-31,-106r0,-955r168,0r0,950v0,31,94,113,125,127v2,0,6,2,14,2r254,0v8,0,12,-2,14,-2v31,-14,121,-98,121,-127r0,-950r168,0r0,955","w":1134},"V":{"d":"965,-1229r-418,1229r-221,0r-418,-1229r178,0r350,1049r350,-1049r179,0","w":1107},"W":{"d":"1438,-1229r-283,1229r-211,0r-219,-954r-221,954r-211,0r-283,-1229r174,0r215,1006r228,-1006r194,0r228,1006r215,-1006r174,0","w":1572},"X":{"d":"895,-1229r-354,615r352,614r-184,0r-260,-455r-263,455r-184,0r352,-614r-354,-615r186,0r263,455r260,-455r186,0","w":1036},"Y":{"d":"893,-1229r-387,676r0,553r-168,0r0,-553r-385,-676r184,0r287,506v-4,2,287,-506,287,-506r182,0","w":1040},"Z":{"d":"829,0r-794,0r0,-129r594,-940r-594,0r0,-160r794,0r0,133r-579,936r579,0r0,160","w":1026},"[":{"d":"383,0r-367,0r0,-1229r367,0r0,148r-199,0r0,934r199,0r0,147","w":624},"\\":{"d":"821,0r-186,0r-672,-1239r184,0","w":884},"]":{"d":"465,0r-367,0r0,-147r199,0r0,-934r-199,0r0,-148r367,0r0,1229","w":665},"^":{"d":"768,-1069r-213,0r-145,-133r-148,133r-213,0r277,-244r163,0","w":888},"_":{"d":"797,178r-791,0r0,-147r791,0r0,147","w":946},"`":{"d":"557,-1079r-168,45r-299,-269r219,0","w":780},"a":{"d":"274,-743v-52,2,-95,74,-120,106r-150,-45v25,-59,92,-141,135,-172v80,-57,205,-39,330,-39v49,0,104,14,141,41v31,23,83,73,99,96v25,35,32,78,32,119r0,475r17,162r-160,0r-8,-70v-41,35,-103,80,-160,80v-122,0,-245,17,-319,-41v-31,-23,-81,-73,-97,-96v-32,-43,-34,-91,-34,-156v0,-43,9,-83,34,-116v16,-23,66,-74,97,-97v37,-27,90,-41,139,-41r332,0v-1,-39,3,-82,-2,-118v-16,-29,-59,-66,-88,-82v-6,-2,-13,-6,-25,-6r-193,0xm582,-246r0,-143r-330,0v-12,0,-19,2,-25,4v-29,16,-68,55,-84,84v-6,11,-6,63,0,76v16,29,55,64,84,80v6,2,13,6,25,6r172,0v8,0,14,-2,18,-4v35,-16,111,-62,140,-103","w":987},"b":{"d":"778,-250v0,43,-10,84,-35,119v-16,23,-67,75,-98,98v-37,27,-90,43,-139,43r-160,0v-61,0,-123,-47,-164,-86r-8,76r-160,0r15,-164r0,-1065r159,0r0,414v41,-37,101,-78,158,-78v116,0,228,-14,299,41v31,23,82,77,98,100v25,33,35,76,35,119r0,383xm618,-254r0,-375v0,-12,-2,-20,-4,-22v-16,-29,-57,-72,-86,-88v-6,-2,-12,-4,-24,-4r-152,0v-43,0,-144,85,-164,114r0,373v20,29,123,117,164,117r152,0v12,0,18,-4,24,-6v29,-16,70,-57,86,-86v2,-2,4,-11,4,-23","w":1003},"c":{"d":"772,-201v-14,35,-29,58,-39,72v-16,23,-65,75,-96,98v-37,27,-90,41,-139,41r-209,0v-49,0,-105,-14,-142,-41v-31,-23,-82,-75,-98,-98v-25,-35,-33,-76,-33,-117r0,-391v0,-41,8,-82,33,-117v16,-23,67,-75,98,-98v80,-60,216,-41,345,-41v49,0,102,14,139,41v47,33,112,113,137,172r-150,47v-23,-43,-73,-110,-122,-110r-205,0v-12,0,-19,4,-25,6v-29,16,-70,53,-86,82v-2,2,-4,10,-4,22r0,383v0,12,2,21,4,23v16,29,57,66,86,82v6,2,13,6,25,6r211,0v12,0,18,-4,24,-6v39,-20,74,-64,97,-105","w":976},"d":{"d":"780,0r-159,0r-9,-76v-41,39,-102,86,-163,86r-160,0v-49,0,-102,-16,-139,-43v-31,-23,-83,-75,-99,-98v-25,-35,-35,-76,-35,-119r0,-383v0,-43,10,-86,35,-119v16,-23,68,-77,99,-100v71,-55,183,-41,299,-41v57,0,116,41,157,78r0,-414r160,0r0,1065xm606,-254r0,-373v-20,-31,-121,-116,-164,-116r-151,0v-12,0,-19,2,-25,4v-29,16,-70,59,-86,88v-2,2,-4,10,-4,22r0,375v0,12,2,21,4,23v16,29,57,70,86,86v6,2,13,6,25,6r151,0v41,0,144,-86,164,-115","w":1009},"e":{"d":"774,-201v-27,61,-84,135,-135,170v-37,27,-90,41,-139,41r-209,0v-49,0,-104,-14,-141,-41v-31,-23,-83,-75,-99,-98v-25,-33,-35,-74,-35,-117r0,-391v0,-43,10,-84,35,-117v16,-23,68,-75,99,-98v80,-61,217,-41,346,-41v49,0,104,14,141,41v31,23,82,75,98,98v25,35,33,76,33,117r0,264r-592,0r0,123v0,12,2,21,4,23v16,29,72,88,111,88r213,0v12,0,18,-3,24,-6v40,-20,79,-65,97,-105xm608,-520r0,-113v0,-4,0,-18,-2,-22v-16,-29,-59,-66,-88,-82v-6,-2,-12,-6,-24,-6r-203,0v-39,0,-95,59,-111,88v-2,2,-4,10,-4,22r0,113r432,0","w":989},"f":{"d":"553,-1090r-154,0v-8,0,-24,1,-30,5v-23,12,-84,63,-84,90r0,112r157,0r0,150r-157,0r0,733r-160,0r0,-733r-145,0r0,-150r145,0v1,-87,-9,-160,33,-217v17,-23,67,-75,98,-98v73,-54,181,-39,297,-41r0,149","w":696},"g":{"d":"791,-883r-17,166r0,809v0,43,-8,84,-33,119v-16,23,-67,75,-98,98v-37,27,-94,43,-141,43r-205,0v-47,0,-102,-16,-139,-43v-47,-33,-113,-111,-138,-172r150,-49v20,41,76,115,121,115r209,0v12,0,18,-4,24,-6v23,-12,90,-68,90,-93r0,-172v-41,37,-100,78,-157,78v-119,0,-235,15,-310,-41v-31,-23,-82,-77,-98,-100v-25,-35,-33,-76,-33,-119r0,-383v0,-43,8,-84,33,-119v16,-23,67,-77,98,-100v75,-56,190,-41,310,-41v61,0,123,47,166,86r8,-76r160,0xm616,-258r0,-367v-25,-29,-122,-118,-165,-118r-160,0v-12,0,-19,4,-25,6v-29,16,-72,57,-88,86v-2,2,-4,10,-4,22r0,375v0,12,2,21,4,23v16,29,59,72,88,88v6,2,13,4,25,4r160,0v8,0,14,0,18,-2v45,-23,118,-80,147,-117","w":1034},"h":{"d":"745,0r-159,0r0,-629v0,-12,-2,-20,-4,-22v-16,-29,-57,-72,-86,-88v-43,-9,-108,-4,-158,-4v-45,0,-144,87,-164,118r0,625r-160,0r0,-1229r160,0r0,416v41,-37,101,-80,158,-80r141,0v47,0,102,16,139,43v31,23,83,77,99,100v25,35,34,74,34,117r0,633","w":980},"i":{"d":"207,-1065r-184,0r0,-182r184,0r0,182xm195,0r-160,0r0,-883r160,0r0,883","w":442},"j":{"d":"221,92v0,43,-10,84,-35,119v-16,23,-67,77,-98,100v-73,54,-177,39,-293,41r0,-151r152,0v8,0,18,2,24,-2v29,-16,68,-57,84,-88v2,-2,4,-11,4,-23r0,-971r162,0r0,975xm233,-1065r-184,0r0,-182r184,0r0,182","w":460},"k":{"d":"791,0r-226,0r-381,-391r-6,0r0,391r-160,0r0,-1229r160,0r0,688r4,0r346,-342r220,0r-418,414","w":921},"l":{"d":"223,0r-160,0v-4,-29,-6,-53,-10,-76v-4,-23,-6,-41,-6,-57r0,-1096r156,0r0,1071v0,43,10,101,20,158","w":479},"m":{"d":"1237,0r-160,0r0,-633v0,-12,-2,-20,-4,-22v-16,-29,-52,-68,-82,-82v-30,-14,-81,-6,-121,-6v-39,0,-133,75,-153,102r0,641r-158,0r0,-633v0,-12,-2,-20,-4,-22v-16,-29,-55,-68,-84,-84v-39,-9,-90,-4,-137,-4v-53,0,-123,87,-146,114r0,629r-159,0r0,-719r-15,-164r160,0r8,74v41,-37,103,-84,160,-84v100,0,182,-14,244,39v22,19,38,49,61,76v27,-27,81,-66,113,-84v34,-20,71,-31,104,-31r137,0v39,0,74,18,105,41v31,23,82,75,98,98v25,35,33,76,33,117r0,637","w":1472},"n":{"d":"768,0r-160,0r0,-633v0,-4,0,-18,-2,-22v-16,-29,-59,-68,-88,-84v-6,-2,-12,-4,-24,-4r-146,0v-39,0,-138,79,-158,106r0,637r-159,0r0,-719r-17,-164r160,0r8,72v41,-37,103,-82,160,-82v115,2,225,-13,295,41v31,23,82,75,98,98v25,35,33,76,33,117r0,637","w":1003},"o":{"d":"766,-246v0,41,-8,82,-33,117v-16,23,-67,75,-98,98v-80,61,-217,41,-346,41v-49,0,-105,-14,-142,-41v-31,-23,-82,-75,-98,-98v-25,-35,-33,-76,-33,-117r0,-391v0,-41,8,-82,33,-117v16,-23,67,-75,98,-98v81,-61,217,-41,347,-41v49,0,104,14,141,41v31,23,82,75,98,98v25,35,33,76,33,117r0,391xm606,-233r0,-400v0,-4,0,-18,-2,-22v-16,-29,-59,-66,-88,-82v-6,-2,-12,-6,-24,-6r-199,0v-12,0,-19,4,-25,6v-29,16,-72,53,-88,82v-2,4,-4,10,-4,22r0,383v0,12,2,21,4,23v16,29,59,66,88,82v6,2,13,6,25,6r199,0v12,0,18,-4,24,-6v23,-12,90,-63,90,-88","w":991},"p":{"d":"778,-250v0,43,-10,86,-35,119v-16,23,-67,77,-98,100v-71,55,-183,41,-299,41v-57,0,-117,-41,-158,-78r0,422r-159,0r0,-1073r-15,-164r160,0r8,76v41,-39,103,-86,164,-86r160,0v49,0,102,16,139,43v31,23,82,75,98,98v25,35,35,76,35,119r0,383xm618,-254r0,-375v0,-12,-2,-20,-4,-22v-16,-29,-57,-70,-86,-86v-6,-2,-12,-6,-24,-6r-152,0v-41,0,-144,85,-164,114r0,373v20,31,121,117,164,117r152,0v12,0,18,-2,24,-4v29,-16,70,-59,86,-88v2,-2,4,-11,4,-23","w":1009},"q":{"d":"780,-883r-14,164r0,1073r-160,0r0,-422v-41,37,-100,78,-157,78v-116,0,-228,14,-299,-41v-31,-23,-83,-77,-99,-100v-25,-33,-35,-76,-35,-119r0,-383v-2,-105,68,-164,134,-217v36,-29,90,-43,139,-43r160,0v61,0,122,47,163,86r9,-76r159,0xm606,-254r0,-373v-20,-29,-123,-116,-164,-116r-151,0v-12,0,-19,4,-25,6v-29,16,-70,57,-86,86v-2,2,-4,10,-4,22r0,375v0,12,2,21,4,23v16,29,57,72,86,88v6,2,13,4,25,4r151,0v43,0,144,-86,164,-115","w":999},"r":{"d":"733,-680r-149,47v-23,-43,-74,-110,-123,-110r-111,0v-43,0,-142,79,-162,110r0,633r-159,0r0,-719r-15,-164r160,0r8,72v41,-39,103,-82,162,-82v101,0,189,-6,252,41v46,34,112,113,137,172","w":851},"s":{"d":"764,-682r-154,51v-25,-45,-78,-112,-121,-112r-219,0v-10,0,-20,2,-24,4v-29,14,-62,48,-78,77v-4,17,-2,57,-2,80v0,23,20,45,53,47r340,25v111,8,203,92,203,201v0,79,0,134,-37,186v-17,24,-59,72,-90,92v-39,27,-90,41,-139,41r-246,0v-49,0,-100,-14,-139,-41v-47,-33,-107,-107,-140,-170r154,-51v23,45,59,91,96,109v4,2,15,4,25,4r248,0v37,0,88,-50,104,-82v9,-18,4,-65,4,-92v0,-23,-22,-45,-55,-47r-340,-23v-111,-8,-201,-92,-201,-201v0,-75,0,-126,35,-176v17,-24,59,-72,90,-92v39,-27,90,-41,139,-41r213,0v49,0,101,14,140,41v49,35,106,104,141,170","w":960},"t":{"d":"520,-733r-270,0r0,469v0,14,2,24,4,26v16,29,53,66,82,82v4,2,17,6,29,6r153,0r0,150v-115,-2,-225,14,-295,-41v-31,-23,-82,-77,-98,-100v-25,-35,-35,-76,-35,-119r0,-473r-145,0r0,-150r145,0r0,-346r160,0r0,346r270,0r0,150","w":700},"u":{"d":"770,0r-160,0r-8,-72v-41,37,-103,80,-160,80v-114,-2,-224,13,-295,-41v-31,-23,-82,-75,-98,-98v-25,-35,-33,-76,-33,-117r0,-635r160,0r0,631v0,4,0,19,2,23v16,29,59,68,88,84v6,2,13,4,25,4r145,0v39,0,138,-78,158,-105r0,-637r160,0r0,719","w":999},"v":{"d":"735,-883r-303,883r-190,0r-308,-883r172,0r230,695r229,-695r170,0","w":913},"w":{"d":"1231,-883r-262,883r-191,0r-198,-651r-191,651r-190,0r-271,-883r170,0r197,686r188,-686r195,0r196,686r189,-686r168,0","w":1372},"x":{"d":"735,0r-190,0r-213,-319r-213,319r-191,0r310,-453r-299,-430r194,0r199,305r192,-305r195,0r-293,430","w":919},"y":{"d":"729,-883r-405,1237r-174,0r118,-354r-30,0r-304,-883r172,0r230,686r229,-686r164,0","w":880},"z":{"d":"709,0r-693,0r0,-125r457,-608r-473,0r0,-150r686,0r0,127r-457,606r480,0r0,150","w":909},"{":{"d":"449,8r-138,0v-39,0,-83,-17,-116,-35v-41,-25,-125,-106,-150,-143v-23,-33,-27,-74,-27,-109r0,-671v0,-35,6,-76,29,-109v25,-35,105,-120,146,-145v33,-18,79,-35,118,-35r138,0r0,160r-127,0v-8,0,-13,2,-15,2v-29,14,-94,73,-119,114v-2,2,-2,9,-2,17r0,665v0,35,88,111,121,127v42,5,96,1,142,2r0,160","w":714},"|":{"d":"188,193r-157,0r0,-1594r157,0r0,1594","w":385},"}":{"d":"530,-950r0,671v0,35,-5,76,-28,109v-25,37,-109,118,-150,143v-33,18,-77,35,-116,35r-138,0r0,-160r127,0v8,0,13,-2,15,-2v31,-14,122,-96,122,-127r0,-665v0,-35,-89,-115,-122,-131v-42,-5,-96,-1,-142,-2r0,-160r138,0v39,0,85,17,118,35v41,25,123,110,148,145v23,33,28,72,28,109","w":733},"~":{"d":"680,-1112r-152,29v-14,-35,-40,-49,-75,-43r-148,26v-109,20,-219,-23,-260,-127r152,-28v14,35,40,49,75,43r148,-27v109,-20,219,23,260,127","w":946},"\u00a0":{"w":475}}});
 
Cufon.replace('h1:not(.no_sifr)');
Cufon.replace('#right_column h4');
Cufon.replace('h3.homepage_h3', {
    textTransform: 'uppercase',
    hover: { color: '#009DDC' }
});
Cufon.replace('.link_global a', {
    textTransform: 'uppercase',
    hover: { color: '#009DDC' }
});
Cufon.replace('.link_school a', {
    textTransform: 'uppercase',
    hover: { color: '#009DDC' }
});/* jquery.easing */
jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(B,C,A,E,D){return jQuery.easing[jQuery.easing.def](B,C,A,E,D)},easeInQuad:function(B,C,A,E,D){return E*(C/=D)*C+A},easeOutQuad:function(B,C,A,E,D){return -E*(C/=D)*(C-2)+A},easeInOutQuad:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C+A}return -E/2*((--C)*(C-2)-1)+A},easeInCubic:function(B,C,A,E,D){return E*(C/=D)*C*C+A},easeOutCubic:function(B,C,A,E,D){return E*((C=C/D-1)*C*C+1)+A},easeInOutCubic:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C+A}return E/2*((C-=2)*C*C+2)+A},easeInQuart:function(B,C,A,E,D){return E*(C/=D)*C*C*C+A},easeOutQuart:function(B,C,A,E,D){return -E*((C=C/D-1)*C*C*C-1)+A},easeInOutQuart:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C*C+A}return -E/2*((C-=2)*C*C*C-2)+A},easeInQuint:function(B,C,A,E,D){return E*(C/=D)*C*C*C*C+A},easeOutQuint:function(B,C,A,E,D){return E*((C=C/D-1)*C*C*C*C+1)+A},easeInOutQuint:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C*C*C+A}return E/2*((C-=2)*C*C*C*C+2)+A},easeInSine:function(B,C,A,E,D){return -E*Math.cos(C/D*(Math.PI/2))+E+A},easeOutSine:function(B,C,A,E,D){return E*Math.sin(C/D*(Math.PI/2))+A},easeInOutSine:function(B,C,A,E,D){return -E/2*(Math.cos(Math.PI*C/D)-1)+A},easeInExpo:function(B,C,A,E,D){return(C==0)?A:E*Math.pow(2,10*(C/D-1))+A},easeOutExpo:function(B,C,A,E,D){return(C==D)?A+E:E*(-Math.pow(2,-10*C/D)+1)+A},easeInOutExpo:function(B,C,A,E,D){if(C==0){return A}if(C==D){return A+E}if((C/=D/2)<1){return E/2*Math.pow(2,10*(C-1))+A}return E/2*(-Math.pow(2,-10*--C)+2)+A},easeInCirc:function(B,C,A,E,D){return -E*(Math.sqrt(1-(C/=D)*C)-1)+A},easeOutCirc:function(B,C,A,E,D){return E*Math.sqrt(1-(C=C/D-1)*C)+A},easeInOutCirc:function(B,C,A,E,D){if((C/=D/2)<1){return -E/2*(Math.sqrt(1-C*C)-1)+A}return E/2*(Math.sqrt(1-(C-=2)*C)+1)+A},easeInElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G)==1){return A+H}if(!F){F=G*0.3}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}return -(C*Math.pow(2,10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F))+A},easeOutElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G)==1){return A+H}if(!F){F=G*0.3}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}return C*Math.pow(2,-10*D)*Math.sin((D*G-E)*(2*Math.PI)/F)+H+A},easeInOutElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G/2)==2){return A+H}if(!F){F=G*(0.3*1.5)}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}if(D<1){return -0.5*(C*Math.pow(2,10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F))+A}return C*Math.pow(2,-10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F)*0.5+H+A},easeInBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}return F*(C/=E)*C*((D+1)*C-D)+A},easeOutBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}return F*((C=C/E-1)*C*((D+1)*C+D)+1)+A},easeInOutBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}if((C/=E/2)<1){return F/2*(C*C*(((D*=(1.525))+1)*C-D))+A}return F/2*((C-=2)*C*(((D*=(1.525))+1)*C+D)+2)+A},easeInBounce:function(B,C,A,E,D){return E-jQuery.easing.easeOutBounce(B,D-C,0,E,D)+A},easeOutBounce:function(B,C,A,E,D){if((C/=D)<(1/2.75)){return E*(7.5625*C*C)+A}else{if(C<(2/2.75)){return E*(7.5625*(C-=(1.5/2.75))*C+0.75)+A}else{if(C<(2.5/2.75)){return E*(7.5625*(C-=(2.25/2.75))*C+0.9375)+A}else{return E*(7.5625*(C-=(2.625/2.75))*C+0.984375)+A}}}},easeInOutBounce:function(B,C,A,E,D){if(C<D/2){return jQuery.easing.easeInBounce(B,C*2,0,E,D)*0.5+A}return jQuery.easing.easeOutBounce(B,C*2-D,0,E,D)*0.5+E*0.5+A}});/* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ */
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;}});

/* DOM load complete */
$(document).ready(function(){

    /* Load remote content */
    $("#quicklinks").load("/includes/remotecontent/nait_remoteajax_quicklinks.htm", function(){
        /* Portal personalization */
        if (hp_IsLoggedIn()) {
            var SSOKeepalive = "<img src=\"/portal/sso/keepalive.gif\" width=\"0\" height=\"0\" />";
            var oblixName = hp_GetCookie("OblixName");
            var oblixDN = hp_GetCookie("OblixDN");
            
            if (oblixName != null) {
                var CommaPos = oblixName.indexOf(",");
                
                if (CommaPos != -1) {
                    oblixName = oblixName.substring(CommaPos + 1);
                }
                
                if (oblixDN != null) {
                    var TypePos = oblixDN.indexOf("Staff");
                        
                    if (TypePos >= 0) {
                        oblixDN = "to the Campus Community NAITrix";
                    } else {
                        oblixDN = "to the MyNAIT portal";
                    }
                }
                $("#portal-greetingcontent").html("<p><strong>Welcome "+oblixName+"</strong><br /> You are currently logged in"+oblixDN+".</p><ul><li><a href=\"https://www.nait.ca/portal/server.pt?space=Login&amp;control=Login&amp;doLogout=\">Log out</a></li></ul>"+ SSOKeepalive);
                $("#quicklink-loginout-lock").toggleClass("closed");
                $("#quicklink-loginout-lock").toggleClass("open");
                $("#portal-status").html("<div id=\"portal-statuscontent\"><p><a href=\"https://www.nait.ca/SSOLogout\"><img src=\"http://www.nait.ca/images/interface/nait_logout.gif\" align=\"left\"/></a><a href=\"https://www.nait.ca/SSOLogout\">Logout</a></p></div>");
            }
        }        
    });

    /* Quick links */
    $("#quicklinks-button").click(function () {
        if ($.trim($("#quicklinks-text").text()) == "Quick links") {
            $("#masthead-wrapper").css("border-top","none");
            $("#quicklinks-text").text("Close menu");
            $("#quicklinks-icon").toggleClass("closed");
            $("#quicklinks-icon").toggleClass("open");
            $("#quicklinks-wrapper").slideDown(800, "easeInOutQuart");
        } else {
            $("#masthead-wrapper").css("border-top","none");
            $("#quicklinks-text").text("Quick links");
            $("#quicklinks-icon").toggleClass("closed");
            $("#quicklinks-icon").toggleClass("open");
            $("#quicklinks-wrapper").slideUp(800, "easeInOutQuart");
        }
    });
    $("#quicklinks-button").hover(function() {
        if ($.trim($("#quicklinks-text").text()) != "Close menu") {
            $("#masthead-wrapper").css("border-top","3px solid #1d3c7f");
        }
    }, function () {
        $("#masthead-wrapper").css("border-top","0px solid #1d3c7f");
    });  

    /* Site search */
    swapValues=[];
    $("#search-field").each(function(A){swapValues[A]=$(this).val();
        $(this).focus(function(){
            if($(this).val()==swapValues[A]){
                $(this).val("");
            }
        }).blur(function(){
            if($.trim($(this).val())===""){
                $(this).val(swapValues[A]);
            }
        });
    });
});

/* Portal personalization functions */
function hp_GetCookie(name) {
    var dc = document.cookie;
    var prefix = name + "=";
    var begin = dc.indexOf("; " + prefix);
    
    if (begin == -1) {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
    } else {
        begin += 2;
    }
    
    var end = document.cookie.indexOf(";", begin);
    
    if (end == -1) {
        end = dc.length;
    }
    
    return unescape(dc.substring(begin + prefix.length, end));
}
function hp_IsLoggedIn() {
    var cookie = hp_GetCookie("ObSSOCookie");
    if (cookie != null) {
        if (cookie.length > 10){
            return true;
        }
    }
    return false;
}