function insertMedia(){for(var k=0,l=arguments.length;k<l;k++){document.write(arguments[k])}}function handleSelect(type,args,obj){var dates=args[0];var date=dates[0];var year=date[0],month=date[1],day=date[2];var objIDArray=obj.id.split("_");var id=objIDArray[3];var datatype=objIDArray[1];var base=objIDArray[0];var txtYear=document.getElementsByName(base+"_"+datatype+"_year_"+id);txtYear[0].value=year;var txtMonth=document.getElementsByName(base+"_"+datatype+"_month_"+id);txtMonth[0].value=month;var txtDay=document.getElementsByName(base+"_"+datatype+"_day_"+id);txtDay[0].value=day;window["cal"+id].hide()}function showDatePicker(base,id,datatype){var calIconID=base+"_"+datatype+"_cal_"+id;var calContainerID=base+"_"+datatype+"_cal_container_"+id;var calContainer=document.getElementById(calContainerID);var xy=YAHOO.util.Dom.getXY(calIconID);calContainer.style.left=(xy[0]+26)+"px";calContainer.style.top=(xy[1]+30)+"px";calContainer.style.display="block";window["cal"+id]=new YAHOO.widget.Calendar(base+"_"+datatype+"_cal_"+id,calContainerID,{close:true,mindate:"1/1/1970",LOCALE_WEEKDAYS:"medium"});window["cal"+id].render();window["cal"+id].selectEvent.subscribe(handleSelect,window["cal"+id],true)}var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright  2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * Des. pending.
 * 
 * Trademark:
 * Myriad is a registered trademark of Adobe Systems Incorporated.
 * 
 * Full name:
 * MyriadPro-Regular
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({w:184,face:{"font-family":"Myriad Pro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 3 4 3 2 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-17 -270 302 90","underline-thickness":"18","underline-position":"-18",stemh:"24",stemv:"32","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:76},"\u00a0":{w:76,k:{T:15,V:13,W:13,Y:17}},"!":{d:"54,-69r-25,0r-5,-174r35,0xm41,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22",w:82},'"':{d:"18,-249r31,0r-5,86r-20,0xm72,-249r31,0r-6,86r-19,0",w:121,k:{T:-6,J:21,M:2,V:-6,W:-6,A:22,f:-9,g:4,c:3,d:3,e:3,o:3,q:3,t:-9,v:-8,w:-8,y:-8,",":41,".":41}},"#":{d:"68,-92r37,0r7,-52r-37,0xm55,0r-21,0r9,-71r-30,0r0,-21r33,0r7,-52r-31,0r0,-21r34,0r10,-69r21,0r-10,69r38,0r9,-69r21,0r-9,69r30,0r0,21r-33,0r-6,52r31,0r0,21r-35,0r-9,71r-21,0r9,-71r-38,0",w:178},"$":{d:"101,31r-23,0r0,-36v-21,0,-41,-7,-54,-16r8,-24v25,21,97,23,95,-20v0,-20,-14,-32,-41,-43v-37,-14,-59,-32,-59,-63v0,-30,21,-53,54,-58r0,-36r22,0r0,35v22,1,37,7,47,13r-9,24v-8,-4,-22,-13,-45,-13v-28,0,-38,16,-38,31v0,18,12,31,44,41v73,23,76,113,-1,128r0,37"},"%":{d:"11,-165v0,-47,25,-73,57,-73v32,0,53,25,53,70v0,49,-25,73,-55,73v-30,0,-55,-23,-55,-70xm66,-219v-19,0,-30,23,-30,53v0,30,10,52,30,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52xm83,4r-20,0r138,-242r20,0xm220,-141v32,0,54,24,54,69v0,98,-112,100,-111,4v0,-47,26,-73,57,-73xm219,-122v-19,0,-31,23,-31,53v0,30,11,52,31,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52",w:285},"&":{d:"217,0r-38,0v-7,-7,-13,-13,-22,-23v-44,49,-146,26,-146,-41v0,-34,22,-55,48,-72v-37,-40,-24,-109,41,-111v30,0,54,20,54,52v0,27,-17,45,-54,66r59,67v11,-17,19,-39,24,-70r29,0v-6,38,-17,68,-35,89xm42,-69v0,53,73,63,99,27r-68,-76v-13,8,-31,23,-31,49xm98,-225v-42,0,-35,58,-12,79v25,-14,40,-27,40,-48v0,-15,-8,-31,-28,-31",w:217},"(":{d:"70,-250r25,0v-26,36,-45,82,-45,148v0,64,20,110,45,146r-25,0v-23,-30,-47,-77,-47,-147v0,-71,24,-117,47,-147",w:102,k:{T:-17,J:-6,C:4,G:4,O:4,Q:4,V:-18,W:-18,X:-4,Y:-15,A:4,j:-20}},")":{d:"32,44r-25,0v57,-62,59,-232,0,-294r25,0v23,30,47,76,47,147v0,71,-24,116,-47,147",w:102},"*":{d:"97,-247r21,13r-34,45r55,-7r0,25v-18,-1,-39,-7,-55,-6r35,43r-23,13v-8,-16,-13,-35,-23,-50r-23,50r-20,-13r34,-44r-53,7r0,-25v17,1,38,7,53,6r-34,-44r22,-12v8,16,13,35,23,50",w:149},"+":{d:"96,-192r23,0r0,85r81,0r0,22r-81,0r0,85r-23,0r0,-85r-82,0r0,-22r82,0r0,-85",w:214},",":{d:"28,42r-22,3v8,-22,17,-61,21,-87r36,-3v-9,31,-25,70,-35,87",w:74,k:{'"':37,"'":37}},"-":{d:"11,-109r89,0r0,23r-89,0r0,-23",w:110},"\u00ad":{d:"11,-109r89,0r0,23r-89,0r0,-23",w:110,k:{T:18,J:7,C:-5,G:-5,O:-5,Q:-5,V:4,W:4,X:8,Y:18,A:1,g:-5,c:-6,d:-6,e:-6,o:-6,q:-6,v:2,w:2,y:2}},".":{d:"40,4v-12,0,-21,-10,-21,-23v0,-13,8,-22,21,-22v13,0,22,9,22,22v0,13,-9,23,-22,23",w:74,k:{'"':37,"'":37}},"/":{d:"24,14r-24,0r100,-261r25,0",w:123},"0":{d:"91,4v-46,0,-78,-43,-78,-120v0,-79,34,-122,82,-122v49,0,77,43,77,118v0,80,-30,124,-81,124xm45,-118v-1,61,17,97,48,97v32,0,47,-37,47,-97v0,-58,-14,-95,-47,-95v-29,0,-48,36,-48,95"},"1":{d:"85,0r-1,-204r-40,21r-7,-24v25,-10,40,-31,79,-27r0,234r-31,0"},"2":{d:"166,0r-150,0v-4,-27,13,-32,25,-44v58,-58,87,-87,87,-122v0,-24,-11,-46,-46,-46v-21,0,-39,11,-50,20r-10,-22v16,-13,40,-24,67,-24v50,0,71,35,71,68v0,47,-56,99,-99,144r105,0r0,26"},"3":{d:"15,-12r9,-24v9,5,30,14,52,14v40,0,53,-25,53,-45v-1,-39,-38,-50,-79,-47r0,-24v35,2,66,-5,70,-39v5,-40,-68,-42,-88,-20r-8,-23v13,-9,36,-18,61,-18v82,0,87,90,24,111v27,8,52,26,52,61v0,37,-29,70,-85,70v-26,0,-49,-8,-61,-16"},"4":{d:"144,0r-30,0r0,-64r-109,0r0,-21r105,-149r34,0r0,145r33,0r0,25r-33,0r0,64xm114,-89r0,-114v-22,44,-50,75,-77,114r77,0"},"5":{d:"58,-147v54,-8,99,16,103,71v5,69,-93,99,-146,66r8,-25v32,22,110,16,106,-38v7,-41,-52,-58,-100,-49r15,-112r112,0r0,27r-89,0"},"6":{d:"150,-238r0,26v-62,-1,-101,39,-105,85v34,-49,128,-27,128,48v0,43,-29,83,-78,83v-50,0,-83,-39,-83,-100v0,-89,51,-139,138,-142xm141,-77v0,-66,-97,-70,-97,-11v0,39,18,67,51,67v27,0,46,-23,46,-56"},"7":{d:"21,-234r147,0r0,21r-102,213r-32,0r101,-208r-114,0r0,-26"},"8":{d:"59,-122v-64,-31,-38,-118,36,-116v77,2,93,84,29,112v27,14,47,33,47,62v0,41,-34,68,-79,68v-91,0,-103,-102,-33,-126xm88,-112v-55,12,-58,92,5,93v28,0,46,-18,46,-42v0,-28,-19,-42,-51,-51xm93,-215v-26,0,-41,17,-41,37v0,23,18,36,45,43v42,-9,52,-78,-4,-80"},"9":{d:"35,4r0,-26v59,1,100,-33,104,-86v-36,49,-125,20,-125,-47v0,-44,33,-83,81,-83v95,0,90,167,37,208v-26,20,-57,34,-97,34xm46,-157v0,60,94,67,94,14v0,-40,-15,-71,-48,-71v-27,0,-46,24,-46,57"},":":{d:"40,-123v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22xm40,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22",w:74},";":{d:"28,42r-22,2v8,-21,18,-60,22,-86r35,-3v-9,31,-25,70,-35,87xm64,-145v0,13,-8,22,-22,22v-12,0,-20,-9,-20,-22v0,-13,9,-23,21,-23v13,0,21,10,21,23",w:74},"<":{d:"24,-86r0,-19r167,-87r0,25r-141,72r141,70r0,25",w:214},"=":{d:"200,-121r-186,0r0,-22r186,0r0,22xm200,-51r-186,0r0,-21r186,0r0,21",w:214},">":{d:"191,-106r0,20r-167,86r0,-25r142,-71r-142,-71r0,-25",w:214},"?":{d:"79,-69r-28,0v-17,-43,45,-86,47,-121v2,-34,-50,-39,-71,-20r-9,-22v12,-9,33,-15,52,-15v77,3,68,78,29,116v-20,20,-24,37,-20,62xm64,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22",w:146},"@":{d:"117,-43v36,0,48,-51,52,-89v-40,-13,-76,21,-75,62v0,16,7,27,23,27xm183,8r6,15v-78,40,-174,-3,-174,-98v0,-74,52,-138,132,-138v63,0,104,44,104,104v0,54,-29,86,-63,86v-15,0,-26,-13,-28,-32v-21,43,-88,45,-90,-14v-2,-58,63,-103,124,-78r-12,66v-5,27,-2,40,10,40v18,1,39,-25,39,-66v0,-53,-31,-90,-87,-90v-59,0,-108,47,-108,120v0,82,81,120,147,85",w:265},A:{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-8,39,-24,77,-36,114",w:220,k:{T:28,J:-7,M:1,C:5,G:5,O:5,Q:5,U:10,V:19,W:19,X:5,Y:28,a:-1,f:3,g:4,j:1,c:4,d:4,e:4,o:4,q:4,s:2,t:4,u:4,v:8,w:8,y:8,z:-5,")":3,"]":3,"}":3,'"':21,"'":21}},B:{d:"180,-69v0,70,-85,76,-153,68r0,-238v57,-10,144,-11,144,55v0,25,-18,43,-41,54v23,5,50,25,50,61xm59,-218r0,78v42,4,80,-8,80,-41v0,-38,-46,-43,-80,-37xm59,-116r0,92v40,6,89,-1,88,-45v0,-42,-42,-50,-88,-47",w:195,k:{T:3,V:-1,W:-1,Y:5,c:-1,d:-1,e:-1,o:-1,q:-1,v:-1,w:-1,y:-1,"\u00ad":-2,",":5,".":5}},C:{d:"190,-33r7,25v-11,6,-35,12,-65,12v-68,0,-119,-43,-119,-123v0,-97,98,-150,184,-117r-8,26v-67,-29,-143,8,-143,90v0,79,75,116,144,87",w:208,k:{T:-10,J:-1,C:8,G:8,O:8,Q:8,V:-4,W:-4,A:-1,a:3,c:4,d:4,e:4,o:4,q:4,u:4,v:7,w:7,y:7,z:-1,")":-6,"]":-6,"}":-6}},D:{d:"227,-127v0,107,-90,142,-200,126r0,-238v103,-18,200,7,200,112xm59,-216r0,192v81,9,135,-25,135,-102v0,-69,-60,-107,-135,-90",w:239,k:{T:9,X:10,Y:10,A:5,f:-6,g:-2,j:-2,c:-1,d:-1,e:-1,o:-1,q:-1,t:-6,v:-5,w:-5,y:-5,x:2,"\u00ad":-5,")":3,"]":3,"}":3,",":12,".":12}},E:{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0",w:177,k:{T:-6,J:-6,V:-3,W:-3,g:2,c:1,d:1,e:1,o:1,q:1,u:3,v:3,w:3,y:3,",":1,".":1}},F:{d:"27,0r0,-243r131,0r0,27r-99,0r0,80r91,0r0,26r-91,0r0,110r-32,0",w:175,k:{J:31,M:6,A:28,a:16,g:6,c:11,d:11,e:11,o:11,q:11,u:13,v:8,w:8,y:8,b:6,h:6,k:6,l:6,i:9,m:9,n:9,p:9,r:9,":":5,";":5,",":35,".":35}},G:{d:"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14",w:232,k:{a:-3,c:-2,d:-2,e:-2,o:-2,q:-2}},H:{d:"27,-243r32,0r0,102r117,0r0,-102r32,0r0,243r-32,0r0,-114r-117,0r0,114r-32,0r0,-243",w:234,k:{Y:3,f:-4,j:-3,t:-6,v:-3,w:-3,y:-3,z:-4,b:-4,h:-4,k:-4,l:-4,i:-4,m:-4,n:-4,p:-4,r:-4,x:-2}},I:{d:"27,-243r32,0r0,243r-32,0r0,-243",w:86,k:{Y:3,f:-4,j:-3,t:-6,v:-3,w:-3,y:-3,z:-4,b:-4,h:-4,k:-4,l:-4,i:-4,m:-4,n:-4,p:-4,r:-4,x:-2}},J:{d:"77,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v39,10,71,5,71,-56",w:133,k:{v:-4,w:-4,y:-4,")":-15,"]":-15,"}":-15,",":4,".":4}},K:{d:"27,0r0,-243r32,0r1,117v29,-41,62,-78,93,-117r39,0r-88,103r95,140r-37,0r-80,-119r-23,26r0,93r-32,0",w:195,k:{T:-8,J:-14,C:6,G:6,O:6,Q:6,V:-5,W:-5,Y:3,A:-4,Z:-7,a:-6,g:2,u:2,v:6,w:6,y:6,b:-4,h:-4,k:-4,l:-4,i:-4,m:-4,n:-4,p:-4,r:-4,":":-8,";":-8,"\u00ad":6,")":-8,"]":-8,"}":-8,",":-6,".":-6}},L:{d:"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0",w:169,k:{T:32,J:-4,C:14,G:14,O:14,Q:14,U:13,V:21,W:21,Y:30,c:5,d:5,e:5,o:5,q:5,t:1,u:5,v:10,w:10,y:10,"\u00ad":15,'"':35,"'":35}},M:{d:"238,0r-11,-211v-9,28,-18,59,-30,92r-43,118r-24,0r-40,-116v-13,-33,-18,-67,-28,-94r-11,211r-30,0r17,-243r40,0r41,118v10,30,19,57,25,82v17,-63,47,-137,69,-200r40,0r16,243r-31,0",w:289,k:{T:4,A:4,a:-2,j:-4,c:-2,d:-2,e:-2,o:-2,q:-2,v:-3,w:-3,y:-3,i:-4,m:-4,n:-4,p:-4,r:-4,"\u00ad":-2}},N:{d:"57,0r-30,0r0,-243r35,0r77,123v19,28,32,56,45,79v-6,-61,-3,-134,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-32,-57,-46,-81",w:236,k:{Y:3,f:-4,j:-3,t:-6,v:-3,w:-3,y:-3,z:-4,b:-4,h:-4,k:-4,l:-4,i:-4,m:-4,n:-4,p:-4,r:-4,x:-2}},O:{d:"122,4v-64,0,-109,-50,-109,-123v0,-77,47,-128,112,-128v67,0,110,51,110,123v0,83,-51,128,-113,128xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99v-52,0,-78,48,-78,101",w:248,k:{T:9,X:10,Y:10,A:5,f:-6,g:-2,j:-2,c:-1,d:-1,e:-1,o:-1,q:-1,t:-6,v:-5,w:-5,y:-5,x:2,"\u00ad":-5,")":3,"]":3,"}":3,",":12,".":12}},P:{d:"177,-174v0,61,-57,88,-118,76r0,98r-32,0r0,-239v62,-12,150,-6,150,65xm59,-217r0,94v44,9,86,-7,86,-49v0,-43,-48,-54,-86,-45",w:191,k:{J:27,M:4,X:5,Y:3,A:30,Z:11,a:9,g:9,c:9,d:9,e:9,o:9,q:9,s:8,t:-2,u:5,v:-1,w:-1,y:-1,b:2,h:2,k:2,l:2,i:6,m:6,n:6,p:6,r:6,":":4,";":4,"\u00ad":6,",":50,".":50}},Q:{d:"228,35v-39,-9,-73,-22,-108,-31v-58,-2,-107,-45,-107,-123v0,-78,47,-128,113,-128v66,0,109,51,109,123v0,64,-32,99,-69,118v24,6,50,11,71,15xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-77,-99v-53,0,-79,48,-79,101",w:248,k:{T:9,X:10,Y:10,A:5,f:-6,g:-2,j:-2,c:-1,d:-1,e:-1,o:-1,q:-1,t:-6,v:-5,w:-5,y:-5,x:2,"\u00ad":-5,")":3,"]":3,"}":3,",":12,".":12}},R:{d:"27,-239v64,-11,150,-9,150,61v0,33,-23,51,-46,62v37,3,43,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-8,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42",w:193,k:{T:-3,V:-6,W:-6,X:-2,Y:4,A:-2,a:-4,c:-1,d:-1,e:-1,o:-1,q:-1,t:-7,v:-5,w:-5,y:-5,b:-3,h:-3,k:-3,l:-3,i:-4,m:-4,n:-4,p:-4,r:-4}},S:{d:"15,-12r8,-26v29,23,107,21,107,-26v0,-23,-13,-36,-46,-48v-40,-14,-64,-34,-64,-68v0,-58,86,-81,132,-55r-9,26v-8,-5,-23,-11,-45,-11v-33,0,-46,19,-46,36v0,22,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16",w:177,k:{j:1,c:-2,d:-2,e:-2,o:-2,q:-2,v:3,w:3,y:3,"\u00ad":-2}},T:{d:"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0",w:178,k:{i:16,T:-14,J:15,C:10,G:10,O:10,Q:10,V:-14,W:-14,X:-8,Y:-10,A:27,S:2,a:23,g:23,c:26,d:26,e:26,o:26,q:26,s:19,u:16,v:14,w:14,y:14,z:18,b:3,h:3,k:3,l:3,m:16,n:16,p:16,r:16,x:12,":":9,";":9,"\u00ad":18,")":-22,"]":-22,"}":-22,'"':-6,"'":-6,",":22,".":22}},U:{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-24,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143",w:232,k:{A:12,a:1,f:-3,s:2,t:-1,z:2,x:3,",":10,".":10}},V:{d:"115,0r-34,0r-80,-243r34,0r65,211v17,-69,46,-144,68,-211r34,0",w:200,k:{T:-12,J:8,V:-6,W:-6,A:21,a:12,g:3,c:12,d:12,e:12,o:12,q:12,s:9,t:-3,u:6,v:1,w:1,y:1,b:2,h:2,k:2,l:2,i:6,m:6,n:6,p:6,r:6,":":6,";":6,"\u00ad":5,")":-20,"]":-20,"}":-20,'"':-7,"'":-7,",":20,".":20}},W:{d:"100,0r-33,0r-62,-243r34,0r47,207r52,-207r33,0r30,123v8,28,10,60,17,84r52,-207r32,0r-69,243r-33,0r-30,-126v-9,-30,-11,-58,-17,-80v-12,65,-37,141,-53,206",w:304,k:{T:-12,J:8,V:-6,W:-6,A:21,a:12,g:3,c:12,d:12,e:12,o:12,q:12,s:9,t:-3,u:6,v:1,w:1,y:1,b:2,h:2,k:2,l:2,i:6,m:6,n:6,p:6,r:6,":":6,";":6,"\u00ad":5,")":-20,"]":-20,"}":-20,'"':-7,"'":-7,",":20,".":20}},X:{d:"197,0r-37,0r-60,-102r-55,102r-36,0r74,-123r-71,-120r36,0r56,98r54,-98r37,0r-74,118",w:205,k:{T:-3,J:-1,C:10,G:10,O:10,Q:10,V:-3,W:-3,X:5,Y:-2,A:3,a:2,c:4,d:4,e:4,o:4,q:4,u:3,v:7,w:7,y:7,"\u00ad":8}},Y:{d:"113,0r-32,0r0,-103r-77,-140r36,0r59,117v17,-38,41,-79,60,-117r35,0r-81,140r0,103",w:194,k:{T:-12,J:19,M:4,C:13,G:13,O:13,Q:13,V:-10,W:-10,A:29,S:5,B:3,D:3,E:3,F:3,H:3,I:3,K:3,L:3,N:3,P:3,R:3,a:25,g:14,c:27,d:27,e:27,o:27,q:27,s:19,t:7,u:19,v:10,w:10,y:10,z:9,b:3,h:3,k:3,l:3,i:5,m:5,n:5,p:5,r:5,x:9,":":12,";":12,"\u00ad":18,")":-20,"]":-20,"}":-20,'"':-3,"'":-3,",":34,".":34}},Z:{d:"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0",w:199,k:{J:-3,C:8,G:8,O:8,Q:8,X:2,c:4,d:4,e:4,o:4,q:4,u:3,v:3,w:3,y:3,"\u00ad":10}},"[":{d:"95,40r-66,0r0,-287r66,0r0,20r-41,0r0,248r41,0r0,19",w:102,k:{T:-17,J:-6,C:4,G:4,O:4,Q:4,V:-18,W:-18,X:-4,Y:-15,A:4,j:-20}},"\\":{d:"123,14r-24,0r-98,-261r24,0",w:122},"]":{d:"7,-247r66,0r0,287r-66,0r0,-19r41,0r0,-248r-41,0r0,-20",w:102},"^":{d:"193,-68r-25,0r-61,-140r-60,140r-25,0r74,-166r23,0",w:214},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-9,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-17,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm74,-19v38,-2,48,-28,44,-70v-35,-1,-74,5,-74,39v0,21,14,31,30,31",w:173},b:{d:"25,0r1,-256r32,0r1,109v36,-59,133,-28,133,57v0,95,-95,123,-138,61r-2,29r-27,0xm108,-153v-36,-1,-54,36,-50,83v2,31,23,48,49,49v33,0,52,-27,52,-67v0,-35,-17,-65,-51,-65",w:204,k:{T:14,v:3,w:3,y:3,z:3,x:5,"\u00ad":-5,'"':4,"'":4,",":9,".":9}},c:{d:"145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-113,137,-84r-7,24v-43,-23,-105,7,-98,58v-4,57,55,78,99,57",w:161,k:{T:4,c:2,d:2,e:2,o:2,q:2,t:-5,v:-6,w:-6,y:-6,"\u00ad":-2,",":4,".":4}},d:{d:"145,-256r32,0r1,256r-28,0r-2,-30v-34,62,-134,32,-134,-55v0,-86,90,-120,131,-67r0,-104xm46,-86v0,73,95,89,99,13v2,-45,-7,-80,-47,-80v-33,0,-52,29,-52,67",w:203,k:{",":4,".":4}},e:{d:"166,-81r-122,0v-2,63,66,69,108,51r6,22v-11,5,-31,12,-59,12v-53,0,-85,-36,-85,-88v0,-53,31,-94,82,-94v63,0,74,53,70,97xm45,-104r92,0v0,-20,-9,-52,-44,-52v-32,0,-45,30,-48,52",w:180,k:{T:12,"\u00ad":-10,",":4,".":4}},f:{d:"29,-174v-6,-57,36,-101,90,-81r-4,25v-35,-14,-62,13,-55,56r43,0r0,24r-42,0r0,150r-32,0r0,-150r-24,0r0,-24r24,0",w:105,k:{g:4,c:5,d:5,e:5,o:5,q:5,s:3,t:-4,":":-12,";":-12,")":-37,"]":-37,"}":-37,'"':-20,"'":-20,",":12,".":12}},g:{d:"175,-26v0,95,-78,120,-146,87r8,-25v44,31,124,12,106,-66v-9,16,-28,29,-55,29v-43,0,-74,-36,-74,-85v0,-90,99,-118,134,-62r1,-26r28,0v-4,41,-2,102,-2,148xm97,-25v36,1,51,-36,47,-81v-3,-28,-19,-48,-46,-48v-30,0,-52,26,-52,67v0,34,17,62,51,62",w:201,k:{T:12,f:-1,i:2,m:2,n:2,p:2,r:2,",":5,".":5}},h:{d:"103,-152v-63,0,-42,91,-45,152r-32,0r0,-256r32,0r1,109v29,-45,116,-50,116,43r0,104r-32,0v-6,-59,22,-152,-40,-152",w:199,k:{T:18,t:1,v:5,w:5,y:5,'"':3,"'":3}},i:{d:"58,0r-32,0r0,-174r32,0r0,174xm62,-223v0,10,-8,19,-21,19v-12,0,-19,-9,-19,-19v0,-11,8,-20,20,-20v12,0,20,9,20,20",w:84},j:{d:"-17,51v43,-7,47,-15,47,-79r0,-146r32,0v-8,98,36,248,-75,250xm66,-223v0,10,-7,19,-21,19v-12,0,-19,-9,-19,-19v0,-11,8,-20,20,-20v12,0,20,9,20,20",w:87,k:{",":4,".":4}},k:{d:"58,-256r1,162v20,-28,44,-53,66,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-256r32,0",w:168,k:{T:7,a:-6,u:-1,v:-5,w:-5,y:-5,b:-6,h:-6,k:-6,l:-6,i:-6,m:-6,n:-6,p:-6,r:-6,":":-4,";":-4,"\u00ad":4,",":-5,".":-5}},l:{d:"26,0r0,-256r32,0r0,256r-32,0",w:84,k:{",":4,".":4}},m:{d:"99,-152v-60,0,-38,92,-42,152r-31,0r-1,-174r28,0v1,9,-1,21,2,28v15,-39,91,-43,105,3v28,-49,114,-57,115,40r0,103r-31,0v-4,-55,18,-152,-37,-152v-59,0,-37,93,-41,152r-31,0v-5,-56,20,-152,-36,-152",w:300,k:{T:18,t:1,v:5,w:5,y:5,'"':3,"'":3}},n:{d:"103,-152v-63,0,-42,91,-45,152r-32,0r-1,-174r28,0r2,28v27,-44,120,-54,120,42r0,104r-32,0v-6,-59,22,-152,-40,-152",w:199,k:{T:18,t:1,v:5,w:5,y:5,'"':3,"'":3}},o:{d:"184,-89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92v50,0,84,36,84,89xm46,-87v0,38,21,67,53,67v30,0,53,-28,53,-68v0,-30,-16,-66,-53,-66v-37,0,-53,34,-53,67",w:197,k:{T:14,v:3,w:3,y:3,z:3,x:5,"\u00ad":-5,'"':4,"'":4,",":9,".":9}},p:{d:"26,71r-1,-245r28,0v2,9,0,22,3,30v37,-63,136,-32,136,54v0,91,-89,121,-134,67r0,94r-32,0xm108,-153v-36,0,-50,35,-50,82v0,32,23,49,49,50v33,0,52,-27,52,-67v0,-35,-18,-65,-51,-65",w:204,k:{T:14,v:3,w:3,y:3,z:3,x:5,"\u00ad":-5,'"':4,"'":4,",":9,".":9}},q:{d:"145,71r-1,-98v-34,58,-130,29,-130,-57v0,-95,94,-120,133,-64r1,-26r30,0r-1,245r-32,0xm97,-21v37,0,48,-36,48,-83v0,-30,-19,-49,-47,-49v-33,0,-52,28,-52,67v0,35,16,65,51,65",w:202,k:{T:11,",":3,".":3}},r:{d:"112,-148v-70,-8,-52,83,-54,148r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,30,-42,57,-37r0,29",w:117,k:{T:5,a:2,f:-11,g:3,c:4,d:4,e:4,o:4,q:4,t:-9,v:-9,w:-9,y:-9,z:-3,b:-1,h:-1,k:-1,l:-1,i:-1,m:-1,n:-1,p:-1,r:-1,x:-6,":":-3,";":-3,"\u00ad":2,",":19,".":19}},s:{d:"14,-9r8,-23v18,15,76,19,76,-14v0,-15,-8,-25,-32,-32v-69,-20,-58,-98,13,-100v18,0,34,5,43,11r-8,22v-13,-12,-64,-16,-64,14v0,14,8,23,32,30v67,18,58,108,-19,105v-19,0,-37,-6,-49,-13",w:142,k:{T:9,",":4,".":4}},t:{d:"108,-1v-39,14,-75,-5,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,93v-3,31,19,38,43,32",w:119,k:{g:2,c:2,d:2,e:2,o:2,q:2,v:-3,w:-3,y:-3,"\u00ad":2}},u:{d:"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v4,57,-19,152,39,152",w:198,k:{T:11,",":3,".":3}},v:{d:"5,-174r34,0r49,142r48,-142r34,0r-69,174r-30,0",w:173,k:{T:11,a:1,g:4,c:4,d:4,e:4,o:4,q:4,s:2,v:-4,w:-4,y:-4,":":-9,";":-9,"\u00ad":1,",":14,".":14}},w:{d:"6,-174r33,0r37,144v11,-49,29,-97,44,-144r27,0r43,144v8,-48,26,-98,38,-144r32,0r-57,174r-28,0r-43,-141v-11,51,-29,94,-44,141r-29,0",w:264,k:{T:11,a:1,g:4,c:4,d:4,e:4,o:4,q:4,s:2,v:-4,w:-4,y:-4,":":-9,";":-9,"\u00ad":1,",":14,".":14}},x:{d:"6,-174r35,0r44,66v13,-24,27,-44,41,-66r35,0r-59,84r60,90r-36,0r-45,-69r-43,69r-35,0r62,-89",w:166,k:{T:8,c:5,d:5,e:5,o:5,q:5,s:2,t:-5,v:-5,w:-5,y:-5,"\u00ad":2}},y:{d:"13,53v25,-9,45,-29,57,-58r-67,-169r35,0r50,138r46,-138r33,0v-41,86,-59,232,-146,253",w:169,k:{T:11,a:1,g:4,c:4,d:4,e:4,o:4,q:4,s:2,v:-4,w:-4,y:-4,":":-9,";":-9,"\u00ad":1,",":14,".":14}},z:{d:"6,0r0,-18r102,-131r-94,0r0,-25r133,0r0,20r-101,129r102,0r0,25r-142,0",w:154,k:{T:7,c:3,d:3,e:3,o:3,q:3,v:-9,w:-9,y:-9}},"{":{d:"33,-9v-1,-33,28,-83,-23,-86r0,-18v52,-3,21,-53,23,-87v2,-35,25,-49,60,-47r0,20v-74,-8,5,110,-55,123v60,8,-20,127,55,125r0,19v-35,1,-59,-10,-60,-49",w:102,k:{T:-17,J:-6,C:4,G:4,O:4,Q:4,V:-18,W:-18,X:-4,Y:-15,A:4,j:-20}},"|":{d:"31,-270r24,0r0,360r-24,0r0,-360",w:86},"}":{d:"69,-200v1,35,-28,84,23,87r0,18v-51,3,-21,51,-23,86v-2,39,-25,51,-60,49r0,-19v72,8,-3,-111,55,-125v-59,-8,20,-126,-55,-123r0,-20v35,-1,59,12,60,47",w:102},"~":{d:"197,-129v-1,98,-90,33,-137,23v-13,0,-21,9,-21,30r-21,0v-1,-36,17,-54,42,-54v24,0,72,32,96,31v13,0,20,-10,20,-30r21,0",w:214},"'":{d:"18,-249r31,0r-5,86r-20,0",w:67,k:{T:-6,J:21,M:2,V:-6,W:-6,A:22,f:-9,g:4,c:3,d:3,e:3,o:3,q:3,t:-9,v:-8,w:-8,y:-8,",":41,".":41}},"`":{d:"8,-249r34,0r32,51r-22,0",w:108}}});Cufon.replace(".myriad_pro");
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright  2000, 2002 Adobe Systems Incorporated. All Rights Reserved. U.S.
 * Patent Des. pending.
 * 
 * Trademark:
 * Myriad is a registered trademark of Adobe Systems Incorporated.
 * 
 * Full name:
 * MyriadPro-SemiboldSemiCn
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly with Fred Brady and Christopher Slye
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({w:179,face:{"font-family":"Myriad Pro","font-weight":600,"font-stretch":"semi-condensed","units-per-em":"360","panose-1":"2 11 6 3 3 4 3 2 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-14 -270 287 90","underline-thickness":"18","underline-position":"-18",stemh:"31",stemv:"42","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:69,k:{T:12,V:12,W:12,Y:13}},"!":{d:"60,-75r-33,0r-6,-168r45,0xm69,-23v0,15,-9,27,-26,27v-15,0,-25,-12,-25,-27v0,-16,11,-27,26,-27v15,0,25,11,25,27",w:87},'"':{d:"15,-248r38,0r-7,91r-24,0xm75,-248r38,0r-7,91r-24,0",w:128,k:{T:-4,J:18,C:2,G:2,O:2,Q:2,V:-4,W:-4,X:-2,Y:-4,A:19,f:-8,g:6,c:5,d:5,e:5,o:5,q:5,t:-8,v:-3,w:-3,y:-3,",":40,".":40}},"#":{d:"69,-95r33,0r6,-46r-33,0xm56,0r-26,0r9,-68r-28,0r0,-27r32,0r7,-46r-30,0r0,-26r33,0r9,-67r26,0r-9,67r33,0r9,-67r26,0r-9,67r27,0r0,26r-31,0r-6,46r29,0r0,27r-34,0r-9,68r-26,0r10,-68r-33,0",w:176},"$":{d:"102,31r-29,0r0,-36v-21,-1,-40,-7,-52,-14r9,-32v21,17,87,23,86,-15v0,-17,-12,-28,-36,-38v-34,-14,-57,-31,-57,-63v0,-30,20,-54,53,-61r0,-35r28,0r0,33v21,1,36,6,46,12r-10,32v-11,-14,-76,-19,-76,14v0,15,11,26,41,36v72,24,69,116,-3,129r0,38"},"%":{d:"67,-238v35,0,54,29,54,70v0,49,-26,74,-56,74v-32,0,-55,-27,-55,-71v0,-43,24,-73,57,-73xm66,-214v-17,0,-25,22,-25,48v0,27,8,48,25,48v17,0,24,-20,24,-48v0,-26,-6,-48,-24,-48xm86,4r-24,0r133,-242r24,0xm161,-68v0,-43,23,-73,57,-73v35,0,54,29,54,70v0,49,-26,74,-56,74v-32,0,-55,-27,-55,-71xm240,-69v0,-26,-5,-49,-24,-48v-17,0,-24,21,-24,48v0,27,8,48,25,48v17,0,23,-20,23,-48",w:282},"&":{d:"216,0r-49,0v-5,-6,-11,-12,-18,-20v-17,15,-37,24,-63,24v-93,0,-95,-108,-32,-139v-34,-41,-20,-111,46,-111v32,0,57,21,57,54v0,26,-17,43,-48,65v15,18,32,41,46,56v10,-17,16,-40,19,-63r38,0v-5,36,-16,67,-35,89v12,13,24,28,39,45xm73,-111v-32,16,-29,83,20,83v16,0,28,-7,37,-16xm98,-218v-33,0,-28,50,-8,69v19,-13,30,-25,30,-42v0,-13,-6,-27,-22,-27",w:217},"(":{d:"63,-249r31,0v-51,58,-51,233,0,292r-31,0v-21,-28,-43,-76,-43,-146v0,-70,22,-118,43,-146",w:103,k:{T:-10,J:-5,C:6,G:6,O:6,Q:6,V:-13,W:-13,X:-3,Y:-14,A:5,j:-18}},")":{d:"40,43r-31,0v50,-59,52,-233,0,-292r31,0v21,28,43,75,43,146v0,71,-22,117,-43,146",w:103},"*":{d:"96,-246r27,15r-36,45r54,-9r0,30v-17,-2,-38,-8,-54,-7r36,43r-27,16r-21,-52r-22,52r-26,-16r36,-45r-53,9r0,-30v17,2,37,9,53,8r-35,-44r26,-15v8,17,13,37,22,52",w:150},"+":{d:"93,-192r29,0r0,82r78,0r0,28r-78,0r0,82r-29,0r0,-82r-78,0r0,-28r78,0r0,-82",w:214},",":{d:"32,41r-28,3v10,-27,19,-64,23,-93r45,-4v-10,33,-26,71,-40,94",w:82,k:{'"':37,"'":37}},"-":{d:"11,-111r87,0r0,30r-87,0r0,-30",w:108,k:{T:17,J:4,C:-4,G:-4,O:-4,Q:-4,V:5,W:5,X:6,Y:17,A:2,g:-3,c:-6,d:-6,e:-6,o:-6,q:-6}},".":{d:"44,4v-15,0,-26,-12,-26,-28v0,-17,11,-28,26,-28v15,0,26,11,26,28v0,16,-10,28,-26,28",w:82,k:{'"':37,"'":37}},"/":{d:"31,14r-30,0r86,-260r29,0",w:115},"0":{d:"89,4v-51,0,-77,-50,-77,-120v0,-73,28,-122,79,-122v54,0,77,53,77,120v0,78,-29,122,-79,122xm90,-30v24,0,35,-31,35,-87v0,-54,-11,-87,-35,-87v-22,0,-36,32,-36,87v0,57,13,87,36,87"},"1":{d:"79,0r-1,-195r-41,21r-8,-32v28,-12,47,-33,92,-28r0,234r-42,0"},"2":{d:"161,0r-147,0r0,-26v38,-40,107,-102,100,-138v6,-46,-64,-46,-84,-21r-11,-31v15,-11,38,-22,65,-22v50,0,73,33,73,70v0,49,-48,95,-85,132r89,0r0,36"},"3":{d:"13,-11r9,-33v23,20,97,17,92,-25v-4,-33,-31,-42,-67,-40r0,-31v29,2,57,-5,60,-34v4,-36,-59,-33,-77,-16r-9,-31v12,-9,35,-17,60,-17v80,-3,91,89,29,112v79,24,55,130,-38,130v-25,0,-47,-7,-59,-15"},"4":{d:"144,0r-40,0r0,-60r-98,0r0,-28r90,-146r48,0r0,141r28,0r0,33r-28,0r0,60xm104,-93r1,-102v-17,38,-38,68,-59,102r58,0"},"5":{d:"64,-150v52,-6,92,21,95,73v4,67,-90,101,-146,68r9,-32v29,18,94,16,94,-33v0,-38,-47,-51,-90,-43r15,-117r112,0r0,36r-82,0"},"6":{d:"147,-237r0,34v-55,-3,-91,35,-92,70v36,-42,114,-18,114,54v0,44,-29,83,-76,83v-100,0,-98,-159,-43,-206v25,-21,54,-35,97,-35xm126,-77v0,-56,-73,-61,-73,-8v0,33,15,57,40,57v20,0,33,-19,33,-49"},"7":{d:"17,-234r147,0r0,27r-92,207r-44,0r91,-198r-102,0r0,-36"},"8":{d:"92,-238v76,3,89,80,34,113v24,11,42,31,42,60v0,41,-33,69,-79,69v-89,0,-101,-99,-36,-126v-60,-31,-33,-119,39,-116xm90,-26v21,0,35,-15,35,-36v0,-24,-16,-37,-39,-45v-42,10,-43,79,4,81xm90,-208v-20,0,-31,15,-31,32v0,19,15,30,35,37v31,-8,39,-67,-4,-69"},"9":{d:"31,3r0,-34v53,3,89,-28,93,-72v-36,41,-112,14,-112,-52v0,-44,31,-83,78,-83v98,0,91,165,39,208v-25,20,-55,34,-98,33xm54,-158v-7,52,70,59,71,10v7,-67,-71,-80,-71,-10"},":":{d:"44,-118v-15,0,-26,-12,-26,-28v0,-16,11,-28,26,-28v15,0,26,11,26,28v0,16,-10,28,-26,28xm44,4v-15,0,-26,-12,-26,-28v0,-16,11,-27,26,-27v15,0,26,10,26,27v0,16,-10,28,-26,28",w:82},";":{d:"32,41r-28,3v10,-27,19,-65,23,-94r45,-3v-10,33,-26,71,-40,94xm73,-146v0,16,-10,28,-27,28v-15,0,-25,-12,-25,-28v0,-16,11,-28,26,-28v15,0,26,11,26,28",w:82},"<":{d:"22,-84r0,-24r171,-84r0,32r-135,65r135,63r0,32",w:214},"=":{d:"200,-118r-186,0r0,-28r186,0r0,28xm200,-47r-186,0r0,-28r186,0r0,28",w:214},">":{d:"193,-109r0,27r-171,82r0,-32r139,-64r-139,-64r0,-32",w:214},"?":{d:"130,-193v1,48,-55,68,-48,120r-37,0v-12,-45,38,-79,42,-113v2,-29,-41,-32,-61,-17r-10,-31v11,-7,30,-13,51,-13v44,0,63,26,63,54xm63,4v-15,0,-26,-12,-26,-27v0,-16,11,-28,26,-28v15,0,27,12,27,28v0,15,-11,27,-27,27",w:142},"@":{d:"116,-47v28,-2,37,-51,41,-83v-36,-8,-59,23,-60,59v0,14,7,24,19,24xm176,6r6,17v-77,38,-167,-2,-167,-97v0,-75,51,-139,128,-139v60,0,99,43,99,100v0,57,-27,90,-63,90v-19,0,-24,-15,-29,-30v-19,42,-80,41,-82,-15v-2,-57,59,-105,120,-79r-12,67v-5,24,-2,36,9,36v17,0,35,-23,35,-67v0,-49,-27,-84,-80,-84v-54,0,-102,46,-102,119v0,81,74,114,138,82",w:255},A:{d:"137,-67r-69,0r-18,67r-43,0r71,-243r53,0r70,243r-45,0xm75,-99r56,0r-29,-108v-7,37,-18,73,-27,108",w:208,k:{T:26,J:-7,C:7,G:7,O:7,Q:7,U:10,V:18,W:18,X:5,Y:26,Z:-3,f:3,g:4,b:1,h:1,k:1,l:1,i:1,m:1,n:1,p:1,r:1,c:4,d:4,e:4,o:4,q:4,t:5,u:4,v:9,w:9,y:9,z:-3,"-":1,")":4,"]":4,"}":4,'"':19,"'":19}},B:{d:"181,-70v0,71,-86,77,-157,69r0,-238v58,-10,148,-13,148,55v0,24,-14,42,-38,54v26,7,47,28,47,60xm66,-211r0,68v35,3,64,-8,64,-36v0,-30,-36,-39,-64,-32xm66,-112r0,81v34,4,71,-3,70,-40v0,-35,-32,-44,-70,-41",w:194,k:{T:4,V:1,W:1,Y:7,c:-2,d:-2,e:-2,o:-2,q:-2,"-":-2,",":5,".":5}},C:{d:"173,-40r7,34v-9,5,-30,9,-55,9v-71,0,-113,-47,-113,-121v0,-104,87,-148,169,-119r-9,35v-56,-22,-115,2,-115,81v0,75,55,102,116,81",w:189,k:{T:-7,J:-5,C:8,G:8,O:8,Q:8,V:-4,W:-4,X:-3,Y:-5,A:-3,c:5,d:5,e:5,o:5,q:5,u:5,v:9,w:9,y:9,z:-3,a:3,")":-4,"]":-4,"}":-4,'"':-3,"'":-3}},D:{d:"211,-127v4,110,-81,140,-187,126r0,-238v17,-3,39,-5,62,-5v85,1,122,35,125,117xm67,-209r0,176v62,7,98,-20,99,-93v2,-63,-39,-94,-99,-83",w:222,k:{T:8,X:8,Y:9,A:6,f:-5,g:-2,i:-1,m:-1,n:-1,p:-1,r:-1,t:-5,u:-2,v:-4,w:-4,y:-4,z:1,x:3,"-":-4,")":4,"]":4,"}":4,",":14,".":14}},E:{d:"148,-143r0,35r-81,0r0,72r91,0r0,36r-134,0r0,-243r129,0r0,36r-86,0r0,64r81,0",w:170,k:{T:-3,J:-7,V:-3,W:-3,Y:-2,f:1,g:3,c:2,d:2,e:2,o:2,q:2,t:1,u:3,v:4,w:4,y:4,z:-1,",":2,".":2}},F:{d:"24,0r0,-243r128,0r0,36r-85,0r0,68r79,0r0,35r-79,0r0,104r-43,0",w:168,k:{J:24,A:22,M:5,g:5,b:5,h:5,k:5,l:5,i:6,m:6,n:6,p:6,r:6,c:9,d:9,e:9,o:9,q:9,u:9,v:7,w:7,y:7,a:14,":":6,";":6,",":33,".":33}},G:{d:"130,3v-75,1,-118,-47,-118,-122v0,-103,94,-147,180,-116r-9,35v-57,-23,-126,-2,-126,79v0,70,44,100,101,85r0,-63r-38,0r0,-34r79,0r0,124v-14,5,-41,12,-69,12",w:217,k:{c:-2,d:-2,e:-2,o:-2,q:-2,v:2,w:2,y:2,a:-3}},H:{d:"24,-243r43,0r0,99r89,0r0,-99r42,0r0,243r-42,0r0,-107r-89,0r0,107r-43,0r0,-243",w:222,k:{Y:3,f:-2,b:-2,h:-2,k:-2,l:-2,i:-2,m:-2,n:-2,p:-2,r:-2,t:-3,z:-2}},I:{d:"24,-243r43,0r0,243r-43,0r0,-243",w:91,k:{Y:3,f:-2,b:-2,h:-2,k:-2,l:-2,i:-2,m:-2,n:-2,p:-2,r:-2,t:-3,z:-2}},J:{d:"65,-82r0,-161r43,0r0,161v1,80,-49,95,-108,81r5,-35v32,9,60,6,60,-46",w:129,k:{v:-2,w:-2,y:-2,")":-6,"]":-6,"}":-6,",":4,".":4}},K:{d:"24,0r0,-243r42,0r1,112r73,-112r50,0r-75,104r80,139r-49,0r-61,-110r-19,24r0,86r-42,0",w:193,k:{T:-3,J:-11,C:8,G:8,O:8,Q:8,V:-2,W:-2,Y:3,Z:-6,A:-4,g:3,b:-2,h:-2,k:-2,l:-2,i:-1,m:-1,n:-1,p:-1,r:-1,c:3,d:3,e:3,o:3,q:3,u:4,v:9,w:9,y:9,a:-3,":":-4,";":-4,"-":7,")":-4,"]":-4,"}":-4,'"':-2,"'":-2,",":-5,".":-5}},L:{d:"24,0r0,-243r43,0r0,207r89,0r0,36r-132,0",w:163,k:{T:31,J:-8,C:13,G:13,O:13,Q:13,U:11,V:21,W:21,Y:29,A:-1,f:1,c:4,d:4,e:4,o:4,q:4,t:3,u:4,v:10,w:10,y:10,"-":12,'"':33,"'":33}},M:{d:"217,0r-9,-195v-16,66,-38,129,-58,192r-31,0r-30,-101v-10,-29,-14,-63,-23,-91r-9,195r-39,0r16,-243r53,0r51,183v13,-61,35,-125,53,-183r52,0r14,243r-40,0",w:275,k:{T:5,A:2,i:-3,m:-3,n:-3,p:-3,r:-3,a:-1,j:-2,"-":-1,'"':2,"'":2}},N:{d:"63,0r-39,0r0,-243r46,0r56,104v15,24,27,56,39,80v-5,-54,-4,-123,-4,-184r38,0r0,243r-42,0v-32,-62,-69,-121,-95,-188r-2,0v4,51,3,127,3,188",w:223,k:{Y:3,f:-2,b:-2,h:-2,k:-2,l:-2,i:-2,m:-2,n:-2,p:-2,r:-2,t:-3,z:-2}},O:{d:"112,4v-63,0,-100,-52,-100,-124v0,-74,41,-126,104,-126v65,0,100,54,100,122v0,84,-45,128,-104,128xm114,-31v37,0,57,-41,57,-91v0,-45,-18,-89,-57,-89v-39,0,-57,42,-57,90v0,48,20,90,57,90",w:227,k:{T:8,X:8,Y:9,A:6,f:-5,g:-2,i:-1,m:-1,n:-1,p:-1,r:-1,t:-5,u:-2,v:-4,w:-4,y:-4,z:1,x:3,"-":-4,")":4,"]":4,"}":4,",":14,".":14}},P:{d:"176,-172v2,59,-51,89,-110,79r0,93r-42,0r0,-239v15,-3,35,-5,61,-5v56,-1,89,22,91,72xm66,-209r0,83v37,6,68,-10,68,-44v0,-34,-34,-47,-68,-39",w:187,k:{J:23,X:6,Y:4,Z:6,A:23,M:3,g:9,i:4,m:4,n:4,p:4,r:4,c:9,d:9,e:9,o:9,q:9,t:-4,u:4,v:-3,w:-3,y:-3,a:8,s:7,":":4,";":4,"-":6,")":2,"]":2,"}":2,",":50,".":50}},Q:{d:"206,38v-36,-10,-65,-24,-98,-34v-53,-2,-96,-44,-96,-124v0,-74,41,-126,104,-126v65,0,100,54,100,122v1,61,-26,97,-56,113v19,6,41,12,59,16xm114,-31v37,0,57,-41,57,-91v0,-46,-19,-89,-57,-89v-39,0,-57,42,-57,90v0,49,20,90,57,90",w:227,k:{T:8,X:8,Y:9,A:6,f:-5,g:-2,i:-1,m:-1,n:-1,p:-1,r:-1,t:-5,u:-2,v:-4,w:-4,y:-4,z:1,x:3,"-":-4,")":4,"]":4,"}":4,",":14,".":14}},R:{d:"24,-239v64,-11,152,-9,152,63v0,33,-23,49,-42,62v34,5,39,95,50,114r-44,0v-4,-7,-9,-28,-15,-58v-7,-39,-22,-44,-59,-42r0,100r-42,0r0,-239xm66,-210r0,79v38,4,67,-9,67,-41v0,-35,-36,-45,-67,-38",w:191,k:{J:-3,X:-3,Y:5,A:-2,b:-3,h:-3,k:-3,l:-3,i:-3,m:-3,n:-3,p:-3,r:-3,t:-5,v:-2,w:-2,y:-2,a:-3}},S:{d:"13,-10r9,-36v25,19,94,22,94,-20v0,-19,-11,-32,-40,-41v-82,-26,-77,-140,22,-139v23,0,42,6,52,11r-10,35v-16,-15,-88,-13,-81,19v0,19,13,30,44,41v85,31,71,144,-31,143v-23,0,-47,-6,-59,-13",w:171,k:{c:-3,d:-3,e:-3,o:-3,q:-3,v:4,w:4,y:4,a:-3,j:1,"-":-4}},T:{d:"65,0r0,-206r-62,0r0,-37r166,0r0,37r-62,0r0,206r-42,0",w:172,k:{i:17,T:-9,J:14,C:9,G:9,O:9,Q:9,V:-10,W:-10,X:-7,Y:-7,A:23,S:3,g:22,b:3,h:3,k:3,l:3,m:17,n:17,p:17,r:17,c:25,d:25,e:25,o:25,q:25,u:17,v:15,w:15,y:15,z:18,a:21,x:9,s:21,":":11,";":11,"-":18,")":-14,"]":-14,"}":-14,'"':-4,"'":-4,",":26,".":26}},U:{d:"24,-243r42,0r0,148v0,45,17,64,43,64v27,0,45,-19,45,-64r0,-148r42,0r0,144v0,71,-34,103,-88,103v-53,0,-84,-32,-84,-103r0,-144",w:219,k:{A:9,f:-1,v:2,w:2,y:2,z:4,a:2,x:3,s:4,",":9,".":9}},V:{d:"122,0r-48,0r-71,-243r46,0r51,199v13,-68,35,-134,52,-199r46,0",w:198,k:{T:-8,J:9,C:2,G:2,O:2,Q:2,V:-3,W:-3,A:17,g:6,b:2,h:2,k:2,l:2,i:7,m:7,n:7,p:7,r:7,c:13,d:13,e:13,o:13,q:13,u:8,v:4,w:4,y:4,z:1,a:13,s:10,":":6,";":6,"-":6,")":-13,"]":-13,"}":-13,'"':-6,"'":-6,",":21,".":21}},W:{d:"105,0r-45,0r-55,-243r45,0r36,194r41,-194r42,0r23,110v7,27,8,58,15,84v8,-67,24,-131,37,-194r43,0r-60,243r-44,0v-13,-61,-30,-120,-36,-187",w:291,k:{T:-8,J:9,C:2,G:2,O:2,Q:2,V:-3,W:-3,A:17,g:6,b:2,h:2,k:2,l:2,i:7,m:7,n:7,p:7,r:7,c:13,d:13,e:13,o:13,q:13,u:8,v:4,w:4,y:4,z:1,a:13,s:10,":":6,";":6,"-":6,")":-13,"]":-13,"}":-13,'"':-6,"'":-6,",":21,".":21}},X:{d:"188,0r-48,0r-46,-94v-11,29,-28,64,-41,94r-47,0r64,-123r-62,-120r48,0r42,90r40,-90r47,0r-64,119",w:192,k:{T:-3,J:-5,C:9,G:9,O:9,Q:9,V:-4,W:-4,X:3,Y:-5,A:2,c:4,d:4,e:4,o:4,q:4,u:3,v:9,w:9,y:9,a:1,"-":6,'"':-2,"'":-2}},Y:{d:"114,0r-42,0r0,-100r-70,-143r48,0r46,111v12,-36,30,-75,44,-111r47,0r-73,142r0,101",w:187,k:{T:-7,J:17,C:13,G:13,O:13,Q:13,V:-9,W:-9,X:2,A:27,M:5,S:6,B:3,D:3,E:3,F:3,H:3,I:3,K:3,L:3,N:3,P:3,R:3,g:21,b:3,h:3,k:3,l:3,i:5,m:5,n:5,p:5,r:5,c:29,d:29,e:29,o:29,q:29,t:10,u:19,v:14,w:14,y:14,z:12,a:26,x:12,s:18,":":15,";":15,"-":18,")":-15,"]":-15,"}":-15,'"':-4,"'":-4,",":35,".":35}},Z:{d:"8,0r0,-24r111,-183r-101,0r0,-36r154,0r0,27r-109,180r110,0r0,36r-165,0",w:183,k:{J:-6,C:6,G:6,O:6,Q:6,Y:-3,A:-2,c:4,d:4,e:4,o:4,q:4,u:3,v:4,w:4,y:4,"-":5}},"[":{d:"92,40r-67,0r0,-287r67,0r0,26r-35,0r0,236r35,0r0,25",w:103,k:{T:-10,J:-5,C:6,G:6,O:6,Q:6,V:-13,W:-13,X:-3,Y:-14,A:5,j:-18}},"\\":{d:"110,14r-30,0r-79,-260r29,0",w:111},"]":{d:"11,-247r67,0r0,287r-67,0r0,-25r35,0r0,-236r-35,0r0,-26",w:103},"^":{d:"196,-66r-32,0r-57,-133r-57,133r-31,0r75,-168r27,0",w:214},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"82,-179v96,1,57,99,70,179r-39,0v-1,-6,0,-15,-3,-19v-24,40,-100,23,-100,-30v0,-44,40,-65,97,-65v9,-37,-54,-41,-76,-22r-8,-28v12,-7,33,-15,59,-15xm76,-27v28,0,35,-27,32,-59v-26,0,-56,5,-56,33v0,18,12,26,24,26",w:170},b:{d:"21,0r1,-254r42,0r1,101v38,-53,116,-19,116,62v0,91,-79,124,-122,66r-2,25r-36,0xm99,-145v-31,0,-39,38,-35,76v2,22,17,39,35,38v25,0,39,-23,39,-58v0,-31,-13,-56,-39,-56",w:193,k:{T:15,v:3,w:3,y:3,z:3,x:6,"-":-6,")":1,"]":1,"}":1,'"':6,"'":6,",":10,".":10}},c:{d:"134,-37r6,32v-59,24,-128,-8,-128,-81v0,-67,64,-112,129,-85r-7,32v-37,-18,-79,7,-79,52v0,49,41,66,79,50",w:147,k:{T:5,f:-4,c:3,d:3,e:3,o:3,q:3,t:-5,v:-7,w:-7,y:-7,a:-1,"-":-2,'"':-3,"'":-3,",":2,".":2}},d:{d:"128,-254r42,0r2,254r-38,0v-2,-8,0,-20,-3,-26v-34,59,-119,23,-119,-60v0,-82,75,-119,116,-71r0,-97xm55,-87v0,64,70,76,73,15v2,-37,-2,-72,-34,-73v-26,0,-39,26,-39,58",w:192,k:{",":4,".":4}},e:{d:"160,-76r-107,0v0,53,57,53,93,39r6,30v-62,26,-140,0,-140,-78v0,-51,29,-94,80,-94v58,0,73,51,68,103xm53,-106r68,0v0,-20,-7,-43,-32,-43v-24,0,-35,24,-36,43",w:172,k:{T:14,v:1,w:1,y:1,x:3,"-":-9,'"':2,"'":2,",":5,".":5}},f:{d:"28,-175v-7,-56,36,-96,91,-78r-4,33v-29,-11,-51,9,-45,45r36,0r0,31r-36,0r0,144r-42,0r0,-144r-24,0r0,-31r24,0",w:108,k:{g:3,c:4,d:4,e:4,o:4,q:4,t:-4,s:2,":":-10,";":-10,"-":1,")":-29,"]":-29,"}":-29,'"':-17,"'":-17,",":13,".":13}},g:{d:"168,-24v0,91,-74,116,-142,86r9,-33v37,23,104,15,91,-54v-37,52,-114,11,-114,-62v0,-84,81,-119,119,-66r2,-22r37,0v-3,40,-2,104,-2,151xm55,-88v0,62,69,75,71,15v2,-36,1,-73,-33,-72v-23,0,-38,22,-38,57",w:190,k:{T:12,",":6,".":6}},h:{d:"97,-144v-53,0,-28,92,-33,144r-42,0r0,-254r42,0r1,101v30,-43,104,-34,104,48r0,105r-42,0r0,-102v0,-23,-8,-42,-30,-42",w:190,k:{T:18,t:2,v:5,w:5,y:5,'"':3,"'":3}},i:{d:"64,0r-42,0r0,-175r42,0r0,175xm43,-200v-14,0,-23,-11,-23,-24v0,-13,10,-23,24,-23v14,0,23,9,23,23v0,13,-10,24,-24,24",w:86},j:{d:"-14,42v37,-6,41,-16,41,-70r0,-147r42,0v-9,99,37,252,-79,250xm71,-224v0,13,-9,24,-24,24v-14,0,-23,-11,-23,-24v0,-13,10,-23,24,-23v14,0,23,10,23,23",w:90,k:{",":4,".":4}},k:{d:"64,-254r1,156v15,-29,34,-51,51,-77r50,0r-59,72r66,103r-51,0r-45,-77r-13,17r0,60r-42,0r0,-254r42,0",w:169,k:{T:9,g:3,b:-3,h:-3,k:-3,l:-3,i:-3,m:-3,n:-3,p:-3,r:-3,c:3,d:3,e:3,o:3,q:3,v:-2,w:-2,y:-2,a:-4,":":-2,";":-2,"-":3,",":-3,".":-3}},l:{d:"22,0r0,-254r42,0r0,254r-42,0",w:87,k:{",":4,".":4}},m:{d:"94,-144v-50,0,-24,93,-30,144r-42,0r-1,-175r36,0v2,7,0,18,3,24v12,-33,84,-38,96,2v28,-46,106,-43,106,42r0,107r-41,0r0,-100v0,-27,-8,-44,-28,-44v-51,0,-23,94,-30,144r-42,0r0,-105v0,-22,-8,-39,-27,-39",w:284,k:{T:18,t:2,v:5,w:5,y:5,'"':3,"'":3}},n:{d:"97,-144v-52,0,-28,92,-33,144r-42,0r-1,-175r37,0r2,24v26,-43,109,-39,109,44r0,107r-42,0r0,-103v0,-23,-8,-41,-30,-41",w:190,k:{T:18,t:2,v:5,w:5,y:5,'"':3,"'":3}},o:{d:"93,4v-46,0,-81,-34,-81,-91v0,-59,37,-92,83,-92v48,0,79,35,79,90v0,66,-42,93,-81,93xm94,-148v-53,1,-49,120,0,120v23,0,37,-28,37,-60v0,-27,-10,-60,-37,-60",w:186,k:{T:15,v:3,w:3,y:3,z:3,x:6,"-":-6,")":1,"]":1,"}":1,'"':6,"'":6,",":10,".":10}},p:{d:"22,71r-1,-246r37,0v2,8,0,19,3,25v39,-58,120,-24,120,60v0,88,-74,118,-117,72r0,89r-42,0xm100,-145v-30,0,-39,36,-36,74v2,24,16,42,35,41v26,0,39,-25,39,-58v0,-32,-12,-57,-38,-57",w:193,k:{T:15,v:3,w:3,y:3,z:3,x:6,"-":-6,")":1,"]":1,"}":1,'"':6,"'":6,",":10,".":10}},q:{d:"128,71r-1,-93v-37,53,-115,18,-115,-63v0,-63,36,-94,72,-94v21,0,37,9,46,26r2,-22r40,0r-2,246r-42,0xm55,-87v0,63,70,77,73,16v2,-37,-1,-73,-34,-74v-25,0,-39,25,-39,58",w:192,k:{T:12,",":3,".":3}},r:{d:"114,-137v-65,-13,-49,77,-50,137r-42,0r-1,-175r36,0v2,10,0,23,3,31v11,-26,29,-38,54,-34r0,41",w:119,k:{T:6,f:-10,g:3,c:3,d:3,e:3,o:3,q:3,t:-8,v:-8,w:-8,y:-8,z:-3,a:3,x:-6,",":20,".":20}},s:{d:"12,-8r8,-31v14,11,68,20,66,-9v0,-12,-6,-19,-26,-26v-70,-23,-53,-104,18,-105v18,0,33,5,43,10r-9,30v-11,-10,-58,-15,-56,9v0,11,6,18,28,25v66,23,53,112,-24,108v-19,0,-37,-4,-48,-11",w:138,k:{T:10,",":4,".":4}},t:{d:"109,-1v-42,12,-79,-3,-79,-58r0,-85r-24,0r0,-31r24,0r0,-32r41,-13r0,45r40,0r0,31r-40,0v6,42,-22,124,37,111",w:119,k:{g:2,c:2,d:2,e:2,o:2,q:2,v:-3,w:-3,y:-3,",":3,".":3}},u:{d:"93,-31v53,-6,25,-92,32,-144r42,0r1,175r-37,0r-2,-24v-25,42,-108,42,-108,-47r0,-104r43,0v5,49,-18,139,29,144",w:189,k:{T:12,",":3,".":3}},v:{d:"4,-175r45,0r37,133v9,-47,23,-89,35,-133r44,0r-61,175r-41,0",w:168,k:{T:11,g:4,c:5,d:5,e:5,o:5,q:5,v:-6,w:-6,y:-6,a:3,s:3,":":-2,";":-2,"-":2,",":15,".":15}},w:{d:"4,-175r44,0r28,135v9,-46,24,-91,35,-135r33,0v13,44,19,95,35,135v5,-45,19,-92,28,-135r41,0r-51,175r-39,0r-32,-127v-9,48,-22,84,-34,127r-38,0",w:252,k:{T:11,g:4,c:5,d:5,e:5,o:5,q:5,v:-6,w:-6,y:-6,a:3,s:3,":":-2,";":-2,"-":2,",":15,".":15}},x:{d:"4,-175r47,0r33,61v10,-22,21,-41,32,-61r45,0r-53,84r54,91r-48,0v-12,-21,-21,-45,-34,-64v-9,23,-22,43,-32,64r-46,0r55,-89",w:164,k:{T:9,c:6,d:6,e:6,o:6,q:6,t:-4,v:-6,w:-6,y:-6,s:2,"-":2}},y:{d:"14,42v23,-7,52,-27,48,-56r-59,-161r46,0r38,127r33,-127r44,0v-38,88,-50,234,-139,253",w:165,k:{T:11,g:4,c:5,d:5,e:5,o:5,q:5,v:-6,w:-6,y:-6,a:3,s:3,":":-2,";":-2,"-":2,",":15,".":15}},z:{d:"7,0r0,-25r83,-116r-77,0r0,-34r127,0r0,26r-59,85r-23,30r84,0r0,34r-135,0",w:149,k:{T:8,c:3,d:3,e:3,o:3,q:3,v:-5,w:-5,y:-5}},"{":{d:"32,-9v-2,-34,23,-79,-23,-83r0,-23v47,-2,21,-50,23,-84v2,-36,24,-50,61,-48r0,25v-63,-4,7,109,-53,119v35,3,27,55,24,90v-1,19,7,29,29,28r0,25v-36,2,-59,-10,-61,-49",w:103,k:{T:-10,J:-5,C:6,G:6,O:6,Q:6,V:-13,W:-13,X:-3,Y:-14,A:5,j:-18}},"|":{d:"29,-270r31,0r0,360r-31,0r0,-360",w:88},"}":{d:"72,-199v1,33,-25,81,22,84r0,23v-47,4,-20,49,-22,83v-2,39,-26,51,-62,49r0,-25v65,5,-6,-109,53,-119v-35,-4,-25,-55,-23,-90v1,-19,-9,-29,-30,-28r0,-25v37,-2,61,12,62,48",w:103},"~":{d:"153,-71v-33,11,-102,-76,-107,-2r-28,0v-1,-41,21,-60,47,-60v23,0,65,32,87,31v11,0,17,-9,17,-29r27,0v2,43,-17,60,-43,60",w:214},"'":{d:"15,-248r38,0r-7,91r-24,0",w:68,k:{T:-4,J:18,C:2,G:2,O:2,Q:2,V:-4,W:-4,X:-2,Y:-4,A:19,f:-8,g:6,c:5,d:5,e:5,o:5,q:5,t:-8,v:-3,w:-3,y:-3,",":40,".":40}},"`":{d:"7,-250r41,0r29,52r-28,0",w:108},"\u00a0":{w:69,k:{T:12,V:12,W:12,Y:13}}}});Cufon.replace(".titolo");jQuery.fn.crossSlide=function(c,f){var a=this,e=this.width(),b=this.height();function d(j){for(var h=1;h<arguments.length;h++){j=j.replace(new RegExp("\\{"+(h-1)+"}","g"),arguments[h])}return j}function g(){arguments[0]="CrossSlide: "+arguments[0];throw new Error(d.apply(null,arguments))}(function(j){var h=0;function i(l,k){k.onload=function(m){h++;f[l].width=k.width;f[l].height=k.height;if(h==f.length){j()}};k.src=f[l].src;if(l+1<f.length){i(l+1,new Image())}}i(0,new Image())})(function(){function u(y){var i=1;var p=y.replace(/^\s*|\s*$/g,"").split(/\s+/);if(p.length>3){throw new Error()}if(p[0]=="center"){if(p.length==1){p=["center","center"]}else{if(p.length==2&&p[1].match(/^[\d.]+x$/i)){p=["center","center",p[1]]}}}if(p.length==3){i=parseFloat(p[2].match(/^([\d.]+)x$/i)[1])}var z=p[0]+" "+p[1];if(z=="left top"||z=="top left"){return{xrel:0,yrel:0,zoom:i}}if(z=="left center"||z=="center left"){return{xrel:0,yrel:0.5,zoom:i}}if(z=="left bottom"||z=="bottom left"){return{xrel:0,yrel:1,zoom:i}}if(z=="center top"||z=="top center"){return{xrel:0.5,yrel:0,zoom:i}}if(z=="center center"){return{xrel:0.5,yrel:0.5,zoom:i}}if(z=="center bottom"||z=="bottom center"){return{xrel:0.5,yrel:1,zoom:i}}if(z=="right top"||z=="top right"){return{xrel:1,yrel:0,zoom:i}}if(z=="right center"||z=="center right"){return{xrel:1,yrel:0.5,zoom:i}}if(z=="right bottom"||z=="bottom right"){return{xrel:1,yrel:1,zoom:i}}return{xrel:parseInt(p[0].match(/^(\d+)%$/)[1])/100,yrel:parseInt(p[1].match(/^(\d+)%$/)[1])/100,zoom:i}}function j(y,i){switch(i){case 1:var z=0;break;case 2:var z=w/(y.time_ms+2*w);break;case 3:var z=1-w/(y.time_ms+2*w);break;case 4:var z=1;break}return{left:Math.round(y.from.left+z*(y.to.left-y.from.left)),top:Math.round(y.from.top+z*(y.to.top-y.from.top)),width:Math.round(y.from.width+z*(y.to.width-y.from.width)),height:Math.round(y.from.height+z*(y.to.height-y.from.height))}}if(!c.fade){g("missing fade parameter.")}if(c.speed&&c.sleep){g("you cannot set both speed and sleep at the same time.")}var w=Math.round(c.fade*1000);if(c.sleep){var v=Math.round(c.sleep*1000)}if(c.speed){var k=c.speed/1000,q=Math.round(w*k)}a.empty().css({overflow:"hidden",padding:0});if(!/^(absolute|relative|fixed)$/.test(a.css("position"))){a.css({position:"relative"})}if(!a.width()||!a.height()){g("container element does not have its own width and height")}if(c.shuffle){f.sort(function(){return Math.random()-0.5})}for(var n=0;n<f.length;++n){var h=f[n];if(!h.src){g("missing src parameter in picture {0}.",n+1)}if(k){switch(h.dir){case"up":h.from={xrel:0.5,yrel:0,zoom:1};h.to={xrel:0.5,yrel:1,zoom:1};var s=h.height-b-2*q;break;case"down":h.from={xrel:0.5,yrel:1,zoom:1};h.to={xrel:0.5,yrel:0,zoom:1};var s=h.height-b-2*q;break;case"left":h.from={xrel:0,yrel:0.5,zoom:1};h.to={xrel:1,yrel:0.5,zoom:1};var s=h.width-e-2*q;break;case"right":h.from={xrel:1,yrel:0.5,zoom:1};h.to={xrel:0,yrel:0.5,zoom:1};var s=h.width-e-2*q;break;default:g("missing or malformed dir parameter in picture {0}.",n+1)}if(s<=0){g("picture {0} is too small for the desired fade duration.",n+1)}h.time_ms=Math.round(s/k)}else{if(!v){if(!h.from||!h.to||!h.time){g("missing either speed/sleep option, or from/to/time params in picture {0}.",n+1)}try{h.from=u(h.from)}catch(r){g('malformed "from" parameter in picture {0}.',n+1)}try{h.to=u(h.to)}catch(r){g('malformed "to" parameter in picture {0}.',n+1)}if(!h.time){g('missing "time" parameter in picture {0}.',n+1)}h.time_ms=Math.round(h.time*1000)}}if(h.from){jQuery.each([h.from,h.to],function(y,p){p.width=Math.round(h.width*p.zoom);p.height=Math.round(h.height*p.zoom);p.left=Math.round((e-p.width)*p.xrel);p.top=Math.round((b-p.height)*p.yrel)})}var t;if(h.href){t=jQuery(d('<a href="{0}"><img src="{1}"/></a>',h.href,h.src))}else{t=jQuery(d('<img src="{0}"/>',h.src))}if(h.onclick){t.click(h.onclick)}if(h.alt){t.find("img").attr("alt",h.alt)}if(h.href&&h.target){t.attr("target",h.target)}t.appendTo(a)}k=undefined;var o=a.find("img").css({position:"absolute",visibility:"hidden",top:0,left:0,border:0});o.eq(0).css({visibility:"visible"});if(!v){o.eq(0).css(j(f[0],2))}var x=c.loop;function l(K,p){if(K%2==0){if(v){var A=K/2,O=(A-1+f.length)%f.length,L=o.eq(A),I=o.eq(O);var H=function(){I.css("visibility","hidden");setTimeout(p,v)}}else{var D=K/2,O=(D-1+f.length)%f.length,N=o.eq(D),I=o.eq(O),B=f[D].time_ms,J=j(f[D],3);var H=function(){I.css("visibility","hidden");N.animate(J,B,"linear",p)}}}else{if(v){var z=Math.floor(K/2),C=Math.ceil(K/2)%f.length,M=o.eq(z),y=o.eq(C),P={},G={visibility:"visible"},F={};if(C>z){G.opacity=0;F.opacity=1;if(c.doubleFade){P.opacity=0}}else{P.opacity=0;if(c.doubleFade){G.opacity=0;F.opacity=1}}var H=function(){y.css(G);if(P.opacity!=undefined){if(c.doubleFade){y.animate(F,w,"linear")}M.animate(P,w,"linear",p)}else{if(c.doubleFade){M.animate(P,w,"linear")}y.animate(F,w,"linear",p)}}}else{var z=Math.floor(K/2),C=Math.ceil(K/2)%f.length,M=o.eq(z),y=o.eq(C),P=j(f[z],4),G=j(f[C],1),F=j(f[C],2);if(C>z){G.opacity=0;F.opacity=1}else{P.opacity=0}G.visibility="visible";var H=function(){M.animate(P,w,"linear");y.css(G);y.animate(F,w,"linear",p)}}}if(c.loop&&K==f.length*2-2){var E=H;H=function(){if(--x){E()}}}if(K>0){return l(K-1,H)}else{return H}}var m=l(f.length*2-1,function(){return m()});m()});return a};(function(e){function n(f,c){var a=e(c);return a.length<2?a:f.parent().find(c)}function t(f,c){var a=this,l=f.add(a),g=f.children(),k=0,m=c.vertical;j||(j=a);if(g.length>1){g=e(c.items,f)}e.extend(a,{getConf:function(){return c},getIndex:function(){return k},getSize:function(){return a.getItems().size()},getNaviButtons:function(){return o.add(p)},getRoot:function(){return f},getItemWrap:function(){return g},getItems:function(){return g.children(c.item).not("."+c.clonedClass)},move:function(b,d){return a.seekTo(k+b,d)},next:function(b){return a.move(1,b)},prev:function(b){return a.move(-1,b)},begin:function(b){return a.seekTo(0,b)},end:function(b){return a.seekTo(a.getSize()-1,b)},focus:function(){return j=a},addItem:function(b){b=e(b);if(c.circular){e(".cloned:last").before(b);e(".cloned:first").replaceWith(b.clone().addClass(c.clonedClass))}else{g.append(b)}l.trigger("onAddItem",[b]);return a},seekTo:function(b,d,h){if(c.circular&&b===0&&k==-1&&d!==0){return a}if(!c.circular&&b<0||b>a.getSize()||b<-1){return a}var i=b;if(b.jquery){b=a.getItems().index(b)}else{i=a.getItems().eq(b)}var q=e.Event("onBeforeSeek");if(!h){l.trigger(q,[b,d]);if(q.isDefaultPrevented()||!i.length){return a}}i=m?{top:-i.position().top}:{left:-i.position().left};k=b;j=a;if(d===undefined){d=c.speed}g.animate(i,d,c.easing,h||function(){l.trigger("onSeek",[b])});return a}});e.each(["onBeforeSeek","onSeek","onAddItem"],function(b,d){e.isFunction(c[d])&&e(a).bind(d,c[d]);a[d]=function(h){e(a).bind(d,h);return a}});if(c.circular){var r=a.getItems().slice(-1).clone().prependTo(g),s=a.getItems().eq(1).clone().appendTo(g);r.add(s).addClass(c.clonedClass);a.onBeforeSeek(function(b,d,h){if(!b.isDefaultPrevented()){if(d==-1){a.seekTo(r,h,function(){a.end(0)});return b.preventDefault()}else{d==a.getSize()&&a.seekTo(s,h,function(){a.begin(0)})}}});a.seekTo(0,0)}var o=n(f,c.prev).click(function(){a.prev()}),p=n(f,c.next).click(function(){a.next()});!c.circular&&a.getSize()>1&&a.onBeforeSeek(function(b,d){setTimeout(function(){if(!b.isDefaultPrevented()){o.toggleClass(c.disabledClass,d<=0);p.toggleClass(c.disabledClass,d>=a.getSize()-1)}},1)});c.mousewheel&&e.fn.mousewheel&&f.mousewheel(function(b,d){if(c.mousewheel){a.move(d<0?1:-1,c.wheelSpeed||50);return false}});c.keyboard&&e(document).bind("keydown.scrollable",function(b){if(!(!c.keyboard||b.altKey||b.ctrlKey||e(b.target).is(":input"))){if(!(c.keyboard!="static"&&j!=a)){var d=b.keyCode;if(m&&(d==38||d==40)){a.move(d==38?-1:1);return b.preventDefault()}if(!m&&(d==37||d==39)){a.move(d==37?-1:1);return b.preventDefault()}}}});e(a).trigger("onBeforeSeek",[c.initialIndex])}e.tools=e.tools||{version:"1.2.3"};e.tools.scrollable={conf:{activeClass:"active",circular:false,clonedClass:"cloned",disabledClass:"disabled",easing:"swing",initialIndex:0,item:null,items:".items",keyboard:true,mousewheel:false,next:".next",prev:".prev",speed:400,vertical:false,wheelSpeed:0}};var j;e.fn.scrollable=function(f){var c=this.data("scrollable");if(c){return c}f=e.extend({},e.tools.scrollable.conf,f);this.each(function(){c=new t(e(this),f);e(this).data("scrollable",c)});return f.api?c:this}})(jQuery);(function(c){var g=c.tools.scrollable;g.autoscroll={conf:{autoplay:true,interval:3000,autopause:true}};c.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var b=c.extend({},g.autoscroll.conf,d),h;this.each(function(){var a=c(this).data("scrollable");if(a){h=a}var e,i,f=true;a.play=function(){if(!e){f=false;e=setInterval(function(){a.next()},b.interval);a.next()}};a.pause=function(){e=clearInterval(e)};a.stop=function(){a.pause();f=true};b.autopause&&a.getRoot().add(a.getNaviButtons()).hover(function(){a.pause();clearInterval(i)},function(){f||(i=setTimeout(a.play,b.interval))});b.autoplay&&setTimeout(a.play,b.interval)});return b.api?h:this}})(jQuery);(function(d){function p(c,g){var h=d(g);return h.length<2?h:c.parent().find(g)}var m=d.tools.scrollable;m.navigator={conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,idPrefix:null,history:false}};d.fn.navigator=function(c){if(typeof c=="string"){c={navi:c}}c=d.extend({},m.navigator.conf,c);var g;this.each(function(){function h(a,b,i){e.seekTo(b);if(j){if(location.hash){location.hash=a.attr("href").replace("#","")}}else{return i.preventDefault()}}function f(){return k.find(c.naviItem||"> *")}function n(a){var b=d("<"+(c.naviItem||"a")+"/>").click(function(i){h(d(this),a,i)}).attr("href","#"+a);a===0&&b.addClass(l);c.indexed&&b.text(a+1);c.idPrefix&&b.attr("id",c.idPrefix+a);return b.appendTo(k)}function o(a,b){a=f().eq(b.replace("#",""));a.length||(a=f().filter("[href="+b+"]"));a.click()}var e=d(this).data("scrollable"),k=p(e.getRoot(),c.navi),q=e.getNaviButtons(),l=c.activeClass,j=c.history&&d.fn.history;if(e){g=e}e.getNaviButtons=function(){return q.add(k)};f().length?f().each(function(a){d(this).click(function(b){h(d(this),a,b)})}):d.each(e.getItems(),function(a){n(a)});e.onBeforeSeek(function(a,b){setTimeout(function(){if(!a.isDefaultPrevented()){var i=f().eq(b);!a.isDefaultPrevented()&&i.length&&f().removeClass(l).eq(b).addClass(l)}},1)});e.onAddItem(function(a,b){b=n(e.getItems().index(b));j&&b.history(o)});j&&f().history(o)});return c.api?g:this}})(jQuery);var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();
