function adjustStyle(a){a=parseInt(a);if(a<1220){$(".wrapper").css("width","960px");$("#frame-header").css("left","-480px");$("#services-image").css("width","958px");$("#frame-signup").css("width","665px");$("#services-image").css("width","960px");$("#services-list").css("padding","30px 5px 50px 30px");$("#services-list li").css("margin","0 31px 0 0");$("#services-list li").css("width","200px");$(".left-column").css("padding","0 36px 0 30px");$(".right-column").css("width","693px");$("#current-work li").css("width","230px");$("#frame-signup").css("padding","50px 30px 0 265px");$("#frame-signup li").css("width","178px");$("#frame-signup li").css("padding","0 0 0 30px");$("#frame-copyright").css("width","862px");$("#frame-contact .left-column").css("display","none");$("#frame-contact .right-column").css("float","none");$("#frame-contact .right-column").css("margin","0 auto");$("#frame-contact .right-column").css("width","733px")}else{$(".wrapper").css("width","1080px");$("#frame-header").css("left","-539px");$("#frame-services").css("width","1078px");$("#services-image").css("width","1078px");$("#frame-signup").css("width","790px");$("#frame-signup li").css("padding","0 30px");$("#services-list").css("padding","30px 5px 50px 50px");$("#services-list li").css("margin","0 40px 0 0");$("#services-list li").css("width","221px");$("#services-list li.first").css("width","200px");$(".left-column").css("padding","0 36px 0 50px");$(".right-column").css("width","792px");$("#current-work li").css("width","263px");$("#frame-signup").css("padding","50px 0 0 290px");$("#frame-signup li").css("width","202px");$("#frame-copyright").css("width","980px");$("#frame-contact .left-column").css("display","block");$("#frame-contact .right-column").css("float","right");$("#frame-contact .right-column").css("margin","0");$("#frame-contact .right-column").css("width","792px")}}function browserdetect(){var a=navigator.userAgent.toLowerCase();this.isIE=a.indexOf("msie")>-1;if(this.isIE){this.ieVer=/msie\s(\d\.\d)/.exec(a)[1];this.quirksMode=!document.compatMode||document.compatMode.indexOf("BackCompat")>-1;this.get_style=function(a,b){if(!(b in a.currentStyle)){return""}var c=/^([\d.]+)(\w*)/.exec(a.currentStyle[b]);if(!c){return a.currentStyle[b]}if(c[1]==0){return"0"}if(c[2]&&c[2]!=="px"){var d=a.style.left;var e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=c[1]+c[2];c[0]=a.style.pixelLeft;a.style.left=d;a.runtimeStyle.left=e}return c[0]};this.supportsCorners=false}else{this.ieVer=this.quirksMode=0;this.get_style=function(a,b){b=b.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();return document.defaultView.getComputedStyle(a,"").getPropertyValue(b)};this.isSafari=a.indexOf("safari")!=-1;this.isWebKit=a.indexOf("webkit")!=-1;this.isOp="opera"in window;if(this.isOp){this.supportsCorners=(this.isOp=window.opera.version())>=10.5}else{if(!this.isWebkit){if(!(this.isMoz=a.indexOf("firefox")!==-1)){for(var b=document.childNodes.length;--b>=0;){if("style"in document.childNodes[b]){this.isMoz="MozBorderRadius"in document.childNodes[b].style;break}}}}this.supportsCorners=this.isWebKit||this.isMoz}}}function curvyCnrSpec(a){this.selectorText=a;this.tlR=this.trR=this.blR=this.brR=0;this.tlu=this.tru=this.blu=this.bru="";this.antiAlias=true}function operasheet(a){var b=document.styleSheets.item(a).ownerNode.text;b=b.replace(/\/\*(\n|\r|.)*?\*\//g,"");var c=new RegExp("^\\s*([\\w.#][-\\w.#, ]+)[\\n\\s]*\\{([^}]+border-((top|bottom)-(left|right)-)?radius[^}]*)\\}","mg");var d;this.rules=[];while((d=c.exec(b))!==null){var e=new RegExp("(..)border-((top|bottom)-(left|right)-)?radius:\\s*([\\d.]+)(in|em|px|ex|pt)","g");var f,g=new curvyCnrSpec(d[1]);while((f=e.exec(d[2]))!==null){if(f[1]!=="z-"){g.setcorner(f[3],f[4],f[5],f[6])}}this.rules.push(g)}}function curvyCorners(){var a,b,c,d,e;if(typeof arguments[0]!=="object"){throw curvyCorners.newError("First parameter of curvyCorners() must be an object.")}if(arguments[0]instanceof curvyCnrSpec){d=arguments[0];if(!d.selectorText&&typeof arguments[1]==="string"){d.selectorText=arguments[1]}}else{if(typeof arguments[1]!=="object"&&typeof arguments[1]!=="string"){throw curvyCorners.newError("Second parameter of curvyCorners() must be an object or a class name.")}b=arguments[1];if(typeof b!=="string"){b=""}if(b!==""&&b.charAt(0)!=="."&&"autoPad"in arguments[0]){b="."+b}d=new curvyCnrSpec(b);d.setfrom(arguments[0])}if(d.selectorText){e=0;var f=d.selectorText.replace(/\s+$/,"").split(/,\s*/);c=new Array;for(a=0;a<f.length;++a){if((b=f[a].lastIndexOf("#"))!==-1){f[a]=f[a].substr(b)}c=c.concat(curvyCorners.getElementsBySelector(f[a].split(/\s+/)))}}else{e=1;c=arguments}for(a=e,b=c.length;a<b;++a){var g=c[a];var h=false;if(!g.className){g.className="curvyIgnore"}else{h=g.className.indexOf("curvyIgnore")!==-1;if(!h){g.className+=" curvyIgnore"}}if(!h){if(g.className.indexOf("curvyRedraw")!==-1){if(typeof curvyCorners.redrawList==="undefined"){curvyCorners.redrawList=new Array}curvyCorners.redrawList.push({node:g,spec:d,copy:g.cloneNode(false)})}var i=new curvyObject(d,g);i.applyCorners()}}}function curvyObject(){var a;this.box=arguments[1];this.settings=arguments[0];this.topContainer=this.bottomContainer=this.shell=a=null;var b=this.box.clientWidth;if("canHaveChildren"in this.box&&!this.box.canHaveChildren||this.box.tagName==="TABLE"){throw new Error(this.errmsg("You cannot apply corners to "+this.box.tagName+" elements.","Error"))}if(!b&&curvyBrowser.isIE){this.box.style.zoom=1;b=this.box.clientWidth}if(!b&&curvyBrowser.get_style(this.box,"display")==="inline"){this.box.style.display="inline-block";curvyCorners.alert(this.errmsg("Converting inline element to inline-block","warning"));b=this.box.clientWidth}if(!b){if(!this.box.parentNode){throw this.newError("box has no parent!")}for(a=this.box;;a=a.parentNode){if(!a||a.tagName==="BODY"){this.applyCorners=function(){};curvyCorners.alert(this.errmsg("zero-width box with no accountable parent","warning"));return}if(curvyBrowser.get_style(a,"display")==="none"){break}}var c=a.style.display;a.style.display="block";b=this.box.clientWidth}if(!b){curvyCorners.alert(this.errmsg("zero-width box, cannot display","error"));this.applyCorners=function(){};return}if(arguments[0]instanceof curvyCnrSpec){this.spec=arguments[0].cloneOn(this.box)}else{this.spec=new curvyCnrSpec("");this.spec.setfrom(this.settings)}var d=curvyBrowser.get_style(this.box,"borderTopWidth");var e=curvyBrowser.get_style(this.box,"borderBottomWidth");var f=curvyBrowser.get_style(this.box,"borderLeftWidth");var g=curvyBrowser.get_style(this.box,"borderRightWidth");var h=curvyBrowser.get_style(this.box,"borderTopColor");var i=curvyBrowser.get_style(this.box,"borderBottomColor");var j=curvyBrowser.get_style(this.box,"borderLeftColor");var k=curvyBrowser.get_style(this.box,"borderRightColor");var l=curvyBrowser.get_style(this.box,"borderTopStyle");var m=curvyBrowser.get_style(this.box,"borderBottomStyle");var n=curvyBrowser.get_style(this.box,"borderLeftStyle");var o=curvyBrowser.get_style(this.box,"borderRightStyle");var p=curvyBrowser.get_style(this.box,"backgroundColor");var q=curvyBrowser.get_style(this.box,"backgroundImage");var r=curvyBrowser.get_style(this.box,"backgroundRepeat");var s,t;if(this.box.currentStyle&&this.box.currentStyle.backgroundPositionX){s=curvyBrowser.get_style(this.box,"backgroundPositionX");t=curvyBrowser.get_style(this.box,"backgroundPositionY")}else{s=curvyBrowser.get_style(this.box,"backgroundPosition");s=s.split(" ");t=s.length===2?s[1]:0;s=s[0]}var u=curvyBrowser.get_style(this.box,"position");var v=curvyBrowser.get_style(this.box,"paddingTop");var w=curvyBrowser.get_style(this.box,"paddingBottom");var x=curvyBrowser.get_style(this.box,"paddingLeft");var y=curvyBrowser.get_style(this.box,"paddingRight");var z=curvyBrowser.ieVer>7?curvyBrowser.get_style(this.box,"filter"):null;var A=this.spec.get("tR");var B=this.spec.get("bR");var C=function(a){if(typeof a==="number"){return a}if(typeof a!=="string"){throw new Error("unexpected styleToNPx type "+typeof a)}var b=/^[-\d.]([a-z]+)$/.exec(a);if(b&&b[1]!="px"){throw new Error("Unexpected unit "+b[1])}if(isNaN(a=parseInt(a))){a=0}return a};var D=function(a){return a<=0?"0":a+"px"};try{this.borderWidth=C(d);this.borderWidthB=C(e);this.borderWidthL=C(f);this.borderWidthR=C(g);this.boxColour=curvyObject.format_colour(p);this.topPadding=C(v);this.bottomPadding=C(w);this.leftPadding=C(x);this.rightPadding=C(y);this.boxWidth=b;this.boxHeight=this.box.clientHeight;this.borderColour=curvyObject.format_colour(h);this.borderColourB=curvyObject.format_colour(i);this.borderColourL=curvyObject.format_colour(j);this.borderColourR=curvyObject.format_colour(k);this.borderString=this.borderWidth+"px "+l+" "+this.borderColour;this.borderStringB=this.borderWidthB+"px "+m+" "+this.borderColourB;this.borderStringL=this.borderWidthL+"px "+n+" "+this.borderColourL;this.borderStringR=this.borderWidthR+"px "+o+" "+this.borderColourR;this.backgroundImage=q!="none"?q:"";this.backgroundRepeat=r}catch(E){throw this.newError(E.message)}var F=this.boxHeight;var G=b;if(curvyBrowser.isOp){var H;s=C(s);t=C(t);if(s){H=G+this.borderWidthL+this.borderWidthR;if(s>H){s=H}s=H/s*100+"%"}if(t){H=F+this.borderWidth+this.borderWidthB;if(t>H){t=H}t=H/t*100+"%"}}if(curvyBrowser.quirksMode){}else{this.boxWidth-=this.leftPadding+this.rightPadding;this.boxHeight-=this.topPadding+this.bottomPadding}this.contentContainer=document.createElement("div");if(z){this.contentContainer.style.filter=z}while(this.box.firstChild){this.contentContainer.appendChild(this.box.removeChild(this.box.firstChild))}if(u!="absolute"){this.box.style.position="relative"}this.box.style.padding="0";this.box.style.border=this.box.style.backgroundImage="none";this.box.style.backgroundColor="transparent";this.box.style.width=G+this.borderWidthL+this.borderWidthR+"px";this.box.style.height=F+this.borderWidth+this.borderWidthB+"px";var I=document.createElement("div");I.style.position="absolute";if(z){I.style.filter=z}if(curvyBrowser.quirksMode){I.style.width=G+this.borderWidthL+this.borderWidthR+"px"}else{I.style.width=G+"px"}I.style.height=D(F+this.borderWidth+this.borderWidthB-A-B);I.style.padding="0";I.style.top=A+"px";I.style.left="0";if(this.borderWidthL){I.style.borderLeft=this.borderStringL}if(this.borderWidth&&!A){I.style.borderTop=this.borderString}if(this.borderWidthR){I.style.borderRight=this.borderStringR}if(this.borderWidthB&&!B){I.style.borderBottom=this.borderStringB}I.style.backgroundColor=p;I.style.backgroundImage=this.backgroundImage;I.style.backgroundRepeat=this.backgroundRepeat;I.style.direction="ltr";this.shell=this.box.appendChild(I);b=curvyBrowser.get_style(this.shell,"width");if(b===""||b==="auto"||b.indexOf("%")!==-1){throw this.newError("Shell width is "+b)}this.boxWidth=b!==""&&b!="auto"&&b.indexOf("%")==-1?parseInt(b):this.shell.clientWidth;this.applyCorners=function(){this.backgroundPosX=this.backgroundPosY=0;if(this.backgroundObject){var b=function(a,b,c){if(a===0){return 0}if(a==="right"||a==="bottom"){return c-b}if(a==="center"){return(c-b)/2}if(a.indexOf("%")>0){return(c-b)*100/parseInt(a)}return C(a)};this.backgroundPosX=b(s,this.backgroundObject.width,G);this.backgroundPosY=b(t,this.backgroundObject.height,F)}else{if(this.backgroundImage){this.backgroundPosX=C(s);this.backgroundPosY=C(t)}}if(A){I=document.createElement("div");I.style.width=this.boxWidth+"px";I.style.fontSize="1px";I.style.overflow="hidden";I.style.position="absolute";I.style.paddingLeft=this.borderWidth+"px";I.style.paddingRight=this.borderWidth+"px";I.style.height=A+"px";I.style.top=-A+"px";I.style.left=-this.borderWidthL+"px";this.topContainer=this.shell.appendChild(I)}if(B){I=document.createElement("div");I.style.width=this.boxWidth+"px";I.style.fontSize="1px";I.style.overflow="hidden";I.style.position="absolute";I.style.paddingLeft=this.borderWidthB+"px";I.style.paddingRight=this.borderWidthB+"px";I.style.height=B+"px";I.style.bottom=-B+"px";I.style.left=-this.borderWidthL+"px";this.bottomContainer=this.shell.appendChild(I)}var d=this.spec.cornerNames();for(var e in d){if(!isNaN(e)){var f=d[e];var g=this.spec[f+"R"];var h,i,j,k;if(f=="tr"||f=="tl"){h=this.borderWidth;i=this.borderColour;k=this.borderWidth}else{h=this.borderWidthB;i=this.borderColourB;k=this.borderWidthB}j=g-k;var l=document.createElement("div");l.style.height=this.spec.get(f+"Ru");l.style.width=this.spec.get(f+"Ru");l.style.position="absolute";l.style.fontSize="1px";l.style.overflow="hidden";var m,n,o;var p=z?parseInt(/alpha\(opacity.(\d+)\)/.exec(z)[1]):100;for(m=0;m<g;++m){var q=m+1>=j?-1:Math.floor(Math.sqrt(Math.pow(j,2)-Math.pow(m+1,2)))-1;if(j!=g){var r=m>=j?-1:Math.ceil(Math.sqrt(Math.pow(j,2)-Math.pow(m,2)));var u=m+1>=g?-1:Math.floor(Math.sqrt(Math.pow(g,2)-Math.pow(m+1,2)))-1}var v=m>=g?-1:Math.ceil(Math.sqrt(Math.pow(g,2)-Math.pow(m,2)));if(q>-1){this.drawPixel(m,0,this.boxColour,p,q+1,l,true,g)}if(j!=g){if(this.spec.antiAlias){for(n=q+1;n<r;++n){if(this.backgroundImage!==""){var w=curvyObject.pixelFraction(m,n,j)*100;this.drawPixel(m,n,i,p,1,l,w>=30,g)}else{if(this.boxColour!=="transparent"){var x=curvyObject.BlendColour(this.boxColour,i,curvyObject.pixelFraction(m,n,j));this.drawPixel(m,n,x,p,1,l,false,g)}else{this.drawPixel(m,n,i,p>>1,1,l,false,g)}}}if(u>=r){if(r==-1){r=0}this.drawPixel(m,r,i,p,u-r+1,l,false,0)}o=i;n=u}else{if(u>q){this.drawPixel(m,q+1,i,p,u-q,l,false,0)}}}else{o=this.boxColour;n=q}if(this.spec.antiAlias&&this.boxColour!=="transparent"){while(++n<v){this.drawPixel(m,n,o,curvyObject.pixelFraction(m,n,g)*p,1,l,k<=0,g)}}}var y;for(H=0,y=l.childNodes.length;H<y;++H){var D=l.childNodes[H];var E=parseInt(D.style.top);var J=parseInt(D.style.left);var K=parseInt(D.style.height);if(f=="tl"||f=="bl"){D.style.left=g-J-1+"px"}if(f=="tr"||f=="tl"){D.style.top=g-K-E+"px"}D.style.backgroundRepeat=this.backgroundRepeat;if(this.backgroundImage){switch(f){case"tr":D.style.backgroundPosition=this.backgroundPosX-this.borderWidthL+g-G-J+"px "+(this.backgroundPosY+K+E+this.borderWidth-g)+"px";break;case"tl":D.style.backgroundPosition=this.backgroundPosX-g+J+1+this.borderWidthL+"px "+(this.backgroundPosY-g+K+E+this.borderWidth)+"px";break;case"bl":D.style.backgroundPosition=this.backgroundPosX-g+J+1+this.borderWidthL+"px "+(this.backgroundPosY-F-this.borderWidth+(curvyBrowser.quirksMode?E:-E)+g)+"px";break;case"br":if(curvyBrowser.quirksMode){D.style.backgroundPosition=this.backgroundPosX-this.borderWidthL-G+g-J+"px "+(this.backgroundPosY-F-this.borderWidth+E+g)+"px"}else{D.style.backgroundPosition=this.backgroundPosX-this.borderWidthL-G+g-J+"px "+(this.backgroundPosY-F-this.borderWidth+g-E)+"px"}}}}switch(f){case"tl":l.style.top=l.style.left="0";this.topContainer.appendChild(l);break;case"tr":l.style.top=l.style.right="0";this.topContainer.appendChild(l);break;case"bl":l.style.bottom=l.style.left="0";this.bottomContainer.appendChild(l);break;case"br":l.style.bottom=l.style.right="0";this.bottomContainer.appendChild(l)}}}var L={t:this.spec.radiusdiff("t"),b:this.spec.radiusdiff("b")};for(var M in L){if(typeof M==="function"){continue}if(!this.spec.get(M+"R")){continue}if(L[M]){var N=this.spec[M+"lR"]<this.spec[M+"rR"]?M+"l":M+"r";var O=document.createElement("div");O.style.height=L[M]+"px";O.style.width=this.spec.get(N+"Ru");O.style.position="absolute";O.style.fontSize="1px";O.style.overflow="hidden";O.style.backgroundColor=this.boxColour;if(z){O.style.filter=z}O.style.backgroundImage=this.backgroundImage;O.style.backgroundRepeat=this.backgroundRepeat;switch(N){case"tl":O.style.bottom=O.style.left="0";O.style.borderLeft=this.borderStringL;O.style.backgroundPosition=this.backgroundPosX+"px "+(this.borderWidth+this.backgroundPosY-this.spec.tlR)+"px";this.topContainer.appendChild(O);break;case"tr":O.style.bottom=O.style.right="0";O.style.borderRight=this.borderStringR;O.style.backgroundPosition=this.backgroundPosX-this.boxWidth+this.spec.trR+"px "+(this.borderWidth+this.backgroundPosY-this.spec.trR)+"px";this.topContainer.appendChild(O);break;case"bl":O.style.top=O.style.left="0";O.style.borderLeft=this.borderStringL;O.style.backgroundPosition=this.backgroundPosX+"px "+(this.backgroundPosY-this.borderWidth-this.boxHeight+L[M]+this.spec.blR)+"px";this.bottomContainer.appendChild(O);break;case"br":O.style.top=O.style.right="0";O.style.borderRight=this.borderStringR;O.style.backgroundPosition=this.borderWidthL+this.backgroundPosX-this.boxWidth+this.spec.brR+"px "+(this.backgroundPosY-this.borderWidth-this.boxHeight+L[M]+this.spec.brR)+"px";this.bottomContainer.appendChild(O)}}var P=document.createElement("div");if(z){P.style.filter=z}P.style.position="relative";P.style.fontSize="1px";P.style.overflow="hidden";P.style.width=this.fillerWidth(M);P.style.backgroundColor=this.boxColour;P.style.backgroundImage=this.backgroundImage;P.style.backgroundRepeat=this.backgroundRepeat;switch(M){case"t":if(this.topContainer){if(curvyBrowser.quirksMode){P.style.height=100+A+"px"}else{P.style.height=100+A-this.borderWidth+"px"}P.style.marginLeft=this.spec.tlR?this.spec.tlR-this.borderWidthL+"px":"0";P.style.borderTop=this.borderString;if(this.backgroundImage){var Q=this.spec.tlR?this.borderWidthL+this.backgroundPosX-this.spec.tlR+"px ":this.backgroundPosX+"px ";P.style.backgroundPosition=Q+this.backgroundPosY+"px";this.shell.style.backgroundPosition=this.backgroundPosX+"px "+(this.backgroundPosY-A+this.borderWidthL)+"px"}this.topContainer.appendChild(P)}break;case"b":if(this.bottomContainer){if(curvyBrowser.quirksMode){P.style.height=B+"px"}else{P.style.height=B-this.borderWidthB+"px"}P.style.marginLeft=this.spec.blR?this.spec.blR-this.borderWidthL+"px":"0";P.style.borderBottom=this.borderStringB;if(this.backgroundImage){var Q=this.spec.blR?this.backgroundPosX+this.borderWidthL-this.spec.blR+"px ":this.backgroundPosX+"px ";P.style.backgroundPosition=Q+(this.backgroundPosY-F-this.borderWidth+B)+"px"}this.bottomContainer.appendChild(P)}}}this.contentContainer.style.position="absolute";this.contentContainer.className="autoPadDiv";this.contentContainer.style.left=this.borderWidthL+"px";this.contentContainer.style.paddingTop=this.topPadding+"px";this.contentContainer.style.top=this.borderWidth+"px";this.contentContainer.style.paddingLeft=this.leftPadding+"px";this.contentContainer.style.paddingRight=this.rightPadding+"px";M=G;if(!curvyBrowser.quirksMode){M-=this.leftPadding+this.rightPadding}this.contentContainer.style.width=M+"px";this.contentContainer.style.textAlign=curvyBrowser.get_style(this.box,"textAlign");this.box.style.textAlign="left";this.box.appendChild(this.contentContainer);if(a){a.style.display=c}};if(this.backgroundImage){s=this.backgroundCheck(s);t=this.backgroundCheck(t);if(this.backgroundObject){this.backgroundObject.holdingElement=this;this.dispatch=this.applyCorners;this.applyCorners=function(){if(this.backgroundObject.complete){this.dispatch()}else{this.backgroundObject.onload=new Function("curvyObject.dispatch(this.holdingElement);")}}}}}function clicky_gc(a){var b=document.cookie.split(";");for(var c in b){if(b[c].indexOf(a+"=")!=-1)return decodeURIComponent(b[c].split("=")[1])}return""}(function(a,b){function F(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(N,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:J.isNaN(d)?M.test(d)?J.parseJSON(d):d:parseFloat(d)}catch(f){}J.data(a,c,d)}else d=b}return d}function E(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function D(a,c,d){var e=c+"defer",f=c+"queue",g=c+"mark",h=J.data(a,e,b,!0);h&&(d==="queue"||!J.data(a,f,b,!0))&&(d==="mark"||!J.data(a,g,b,!0))&&setTimeout(function(){!J.data(a,f,b,!0)&&!J.data(a,g,b,!0)&&(J.removeData(a,e,!0),h.resolve())},0)}function C(){return!1}function B(){return!0}function A(a,c,d){var e=J.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,J.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function z(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o=[],p=[],q=J._data(this,"events");if(!(a.liveFired===this||!q||!q.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(m=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var r=q.live.slice(0);for(h=0;h<r.length;h++)f=r[h],f.origType.replace(Y,"")===a.type?p.push(f.selector):r.splice(h--,1);e=J(a.target).closest(p,a.currentTarget);for(i=0,j=e.length;i<j;i++){l=e[i];for(h=0;h<r.length;h++){f=r[h];if(l.selector===f.selector&&(!m||m.test(f.namespace))&&!l.elem.disabled){g=l.elem,d=null;if(f.preType==="mouseenter"||f.preType==="mouseleave")a.type=f.preType,d=J(a.relatedTarget).closest(f.selector)[0],d&&J.contains(g,d)&&(d=g);(!d||d!==g)&&o.push({elem:g,handleObj:f,level:l.level})}}}for(i=0,j=o.length;i<j;i++){e=o[i];if(c&&e.level>c)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,n=e.handleObj.origHandler.apply(e.elem,arguments);if(n===!1||a.isPropagationStopped()){c=e.level,n===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function y(a,b){return(a&&a!=="*"?a+".":"")+b.replace($,"`").replace(_,"&")}function x(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function w(a,b,c){b=b||0;if(J.isFunction(b))return J.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return J.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=J.grep(a,function(a){return a.nodeType===1});if(bl.test(b))return J.filter(b,d,!c);b=J.filter(b,d)}return J.grep(a,function(a,d){return J.inArray(a,b)>=0===c})}function v(a,b){return J.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function u(a,b){if(b.nodeType===1&&!!J.hasData(a)){var c=J.expando,d=J.data(a),e=J.data(b,d);if(d=d[c]){var f=d.events;e=e[c]=J.extend({},d);if(f){delete e.handle,e.events={};for(var g in f)for(var h=0,i=f[g].length;h<i;h++)J.event.add(b,g+(f[g][h].namespace?".":"")+f[g][h].namespace,f[g][h],f[g][h].data)}}}}function t(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(J.expando)}}function s(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function r(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function q(a){J.nodeName(a,"input")?r(a):"getElementsByTagName"in a&&J.grep(a.getElementsByTagName("input"),r)}function p(a,b){b.src?J.ajax({url:b.src,async:!1,dataType:"script"}):J.globalEval((b.text||b.textContent||b.innerHTML||"").replace(by,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function o(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bI:bJ;if(d>0){c!=="border"&&J.each(e,function(){c||(d-=parseFloat(J.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(J.css(a,c+this))||0:d-=parseFloat(J.css(a,"border"+this+"Width"))||0});return d+"px"}d=bK(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&J.each(e,function(){d+=parseFloat(J.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(J.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(J.css(a,c+this))||0)});return d+"px"}function n(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(J.isFunction(c)){var d=b.toLowerCase().split(bZ),e=0,f=d.length,g,h,i;for(;e<f;e++)g=d[e],i=/^\+/.test(g),i&&(g=g.substr(1)||"*"),h=a[g]=a[g]||[],h[i?"unshift":"push"](c)}}}function m(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===cb,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=m(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=m(a,c,d,e,"*",g));return l}function l(a,b,c,d){if(J.isArray(b))J.each(b,function(b,e){c||bO.test(a)?d(a,e):l(a+"["+(typeof e=="object"||J.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)l(a+"["+e+"]",b[e],c,d);else d(a,b)}function k(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function j(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},f,g,h=d.length,i,j=d[0],k,l,m,n,o;for(f=1;f<h;f++){if(f===1)for(g in a.converters)typeof g=="string"&&(e[g.toLowerCase()]=a.converters[g]);k=j,j=d[f];if(j==="*")j=k;else if(k!=="*"&&k!==j){l=k+" "+j,m=e[l]||e["* "+j];if(!m){o=b;for(n in e){i=n.split(" ");if(i[0]===k||i[0]==="*"){o=e[i[1]+" "+j];if(o){n=e[n],n===!0?m=o:o===!0&&(m=n);break}}}}!m&&!o&&J.error("No conversion from "+l.replace(" "," to ")),m!==!0&&(c=m?m(c):o(n(c)))}}return c}function i(){try{return new a.XMLHttpRequest}catch(b){}}function h(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function g(){setTimeout(f,0);return cs=J.now()}function f(){cs=b}function e(a,b){var c={};J.each(cr.concat.apply([],cr.slice(0,b)),function(){c[this]=a});return c}function d(a){if(!cl[a]){var b=G.body,c=J("<"+a+">").appendTo(b),d=c.css("display");c.remove();if(d==="none"||d===""){cm||(cm=G.createElement("iframe"),cm.frameBorder=cm.width=cm.height=0),b.appendChild(cm);if(!cn||!cm.createElement)cn=(cm.contentWindow||cm.contentDocument).document,cn.write((G.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),cn.close();c=cn.createElement(a),cn.body.appendChild(c),d=J.css(c,"display"),b.removeChild(cm)}cl[a]=d}return cl[a]}function c(a){return J.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}var G=a.document,H=a.navigator,I=a.location,J=function(){function c(){if(!d.isReady){try{G.documentElement.doScroll("left")}catch(a){setTimeout(c,1);return}d.ready()}}var d=function(a,b){return new d.fn.init(a,b,g)},e=a.jQuery,f=a.$,g,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,i=/\S/,j=/^\s+/,k=/\s+$/,l=/\d/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z])/ig,w=function(a,b){return b.toUpperCase()},x=H.userAgent,y,z,A,B=Object.prototype.toString,C=Object.prototype.hasOwnProperty,D=Array.prototype.push,E=Array.prototype.slice,F=String.prototype.trim,I=Array.prototype.indexOf,J={};d.fn=d.prototype={constructor:d,init:function(a,c,e){var f,g,i,j;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!c&&G.body){this.context=G,this[0]=G.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?f=h.exec(a):f=[null,a,null];if(f&&(f[1]||!c)){if(f[1]){c=c instanceof d?c[0]:c,j=c?c.ownerDocument||c:G,i=m.exec(a),i?d.isPlainObject(c)?(a=[G.createElement(i[1])],d.fn.attr.call(a,c,!0)):a=[j.createElement(i[1])]:(i=d.buildFragment([f[1]],[j]),a=(i.cacheable?d.clone(i.fragment):i.fragment).childNodes);return d.merge(this,a)}g=G.getElementById(f[2]);if(g&&g.parentNode){if(g.id!==f[2])return e.find(a);this.length=1,this[0]=g}this.context=G,this.selector=a;return this}return!c||c.jquery?(c||e).find(a):this.constructor(c).find(a)}if(d.isFunction(a))return e.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return d.makeArray(a,this)},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length},toArray:function(){return E.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var e=this.constructor();d.isArray(a)?D.apply(e,a):d.merge(e,a),e.prevObject=this,e.context=this.context,b==="find"?e.selector=this.selector+(this.selector?" ":"")+c:b&&(e.selector=this.selector+"."+b+"("+c+")");return e},each:function(a,b){return d.each(this,a,b)},ready:function(a){d.bindReady(),z.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(E.apply(this,arguments),"slice",E.call(arguments).join(","))},map:function(a){return this.pushStack(d.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:D,sort:[].sort,splice:[].splice},d.fn.init.prototype=d.fn,d.extend=d.fn.extend=function(){var a,c,e,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!d.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){e=i[c],f=a[c];if(i===f)continue;l&&f&&(d.isPlainObject(f)||(g=d.isArray(f)))?(g?(g=!1,h=e&&d.isArray(e)?e:[]):h=e&&d.isPlainObject(e)?e:{},i[c]=d.extend(l,h,f)):f!==b&&(i[c]=f)}return i},d.extend({noConflict:function(b){a.$===d&&(a.$=f),b&&a.jQuery===d&&(a.jQuery=e);return d},isReady:!1,readyWait:1,holdReady:function(a){a?d.readyWait++:d.ready(!0)},ready:function(a){if(a===!0&&!--d.readyWait||a!==!0&&!d.isReady){if(!G.body)return setTimeout(d.ready,1);d.isReady=!0;if(a!==!0&&--d.readyWait>0)return;z.resolveWith(G,[d]),d.fn.trigger&&d(G).trigger("ready").unbind("ready")}},bindReady:function(){if(!z){z=d._Deferred();if(G.readyState==="complete")return setTimeout(d.ready,1);if(G.addEventListener)G.addEventListener("DOMContentLoaded",A,!1),a.addEventListener("load",d.ready,!1);else if(G.attachEvent){G.attachEvent("onreadystatechange",A),a.attachEvent("onload",d.ready);var b=!1;try{b=a.frameElement==null}catch(e){}G.documentElement.doScroll&&b&&c()}}},isFunction:function(a){return d.type(a)==="function"},isArray:Array.isArray||function(a){return d.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!l.test(a)||isNaN(a)},type:function(a){return a==null?String(a):J[B.call(a)]||"object"},isPlainObject:function(a){if(!a||d.type(a)!=="object"||a.nodeType||d.isWindow(a))return!1;if(a.constructor&&!C.call(a,"constructor")&&!C.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||C.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=d.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();d.error("Invalid JSON: "+b)},parseXML:function(b,c,e){a.DOMParser?(e=new DOMParser,c=e.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),e=c.documentElement,(!e||!e.nodeName||e.nodeName==="parsererror")&&d.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&i.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(v,w)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,e){var f,g=0,h=a.length,i=h===b||d.isFunction(a);if(e){if(i){for(f in a)if(c.apply(a[f],e)===!1)break}else for(;g<h;)if(c.apply(a[g++],e)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:F?function(a){return a==null?"":F.call(a)}:function(a){return a==null?"":(a+"").replace(j,"").replace(k,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var e=d.type(a);a.length==null||e==="string"||e==="function"||e==="regexp"||d.isWindow(a)?D.call(c,a):d.merge(c,a)}return c},inArray:function(a,b){if(I)return I.call(b,a);for(var c=0,d=b.length;c<d;c++)if(b[c]===a)return c;return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,e){var f,g,h=[],i=0,j=a.length,k=a instanceof d||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||d.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,e),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,e),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var e=a[c];c=a,a=e}if(!d.isFunction(a))return b;var f=E.call(arguments,2),g=function(){return a.apply(c,f.concat(E.call(arguments)))};g.guid=a.guid=a.guid||g.guid||d.guid++;return g},access:function(a,c,e,f,g,h){var i=a.length;if(typeof c=="object"){for(var j in c)d.access(a,j,c[j],f,g,e);return a}if(e!==b){f=!h&&f&&d.isFunction(e);for(var k=0;k<i;k++)g(a[k],c,f?e.call(a[k],k,g(a[k],c)):e,h);return a}return i?g(a[0],c):b},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}d.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(c,e){e&&e instanceof d&&!(e instanceof a)&&(e=a(e));return d.fn.init.call(this,c,e,b)},a.fn.init.prototype=a.fn;var b=a(G);return a},browser:{}}),d.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){J["[object "+b+"]"]=b.toLowerCase()}),y=d.uaMatch(x),y.browser&&(d.browser[y.browser]=!0,d.browser.version=y.version),d.browser.webkit&&(d.browser.safari=!0),i.test(" ")&&(j=/^[\s\xA0]+/,k=/[\s\xA0]+$/),g=d(G),G.addEventListener?A=function(){G.removeEventListener("DOMContentLoaded",A,!1),d.ready()}:G.attachEvent&&(A=function(){G.readyState==="complete"&&(G.detachEvent("onreadystatechange",A),d.ready())});return d}(),K="done fail isResolved isRejected promise then always pipe".split(" "),L=[].slice;J.extend({_Deferred:function(){var a=[],b,c,d,e={done:function(){if(!d){var c=arguments,f,g,h,i,j;b&&(j=b,b=0);for(f=0,g=c.length;f<g;f++)h=c[f],i=J.type(h),i==="array"?e.done.apply(e,h):i==="function"&&a.push(h);j&&e.resolveWith(j[0],j[1])}return this},resolveWith:function(e,f){if(!d&&!b&&!c){f=f||[],c=1;try{while(a[0])a.shift().apply(e,f)}finally{b=[e,f],c=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return!!c||!!b},cancel:function(){d=1,a=[];return this}};return e},Deferred:function(a){var b=J._Deferred(),c=J._Deferred(),d;J.extend(b,{then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,arguments).fail.apply(this,arguments)},fail:c.done,rejectWith:c.resolveWith,reject:c.resolve,isRejected:c.isResolved,pipe:function(a,c){return J.Deferred(function(d){J.each({done:[a,"resolve"],fail:[c,"reject"]},function(a,c){var e=c[0],f=c[1],g;J.isFunction(e)?b[a](function(){g=e.apply(this,arguments),g&&J.isFunction(g.promise)?g.promise().then(d.resolve,d.reject):d[f](g)}):b[a](d[f])})}).promise()},promise:function(a){if(a==null){if(d)return d;d=a={}}var c=K.length;while(c--)a[K[c]]=b[K[c]];return a}}),b.done(c.cancel).fail(b.cancel),delete b.cancel,a&&a.call(b,b);return b},when:function(a){function b(a){return function(b){c[a]=arguments.length>1?L.call(arguments,0):b,--f||g.resolveWith(g,L.call(c,0))}}var c=arguments,d=0,e=c.length,f=e,g=e<=1&&a&&J.isFunction(a.promise)?a:J.Deferred();if(e>1){for(;d<e;d++)c[d]&&J.isFunction(c[d].promise)?c[d].promise().then(b(d),g.reject):--f;f||g.resolveWith(g,c)}else g!==a&&g.resolveWith(g,e?[a]:[]);return g.promise()}}),J.support=function(){var a=G.createElement("div"),b=G.documentElement,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s;a.setAttribute("className","t"),a.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",c=a.getElementsByTagName("*"),d=a.getElementsByTagName("a")[0];if(!c||!c.length||!d)return{};e=G.createElement("select"),f=e.appendChild(G.createElement("option")),g=a.getElementsByTagName("input")[0],i={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.55$/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:g.value==="on",optSelected:f.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},g.checked=!0,i.noCloneChecked=g.cloneNode(!0).checked,e.disabled=!0,i.optDisabled=!f.disabled;try{delete a.test}catch(t){i.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){i.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),g=G.createElement("input"),g.value="t",g.setAttribute("type","radio"),i.radioValue=g.value==="t",g.setAttribute("checked","checked"),a.appendChild(g),j=G.createDocumentFragment(),j.appendChild(a.firstChild),i.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",k=G.getElementsByTagName("body")[0],m=G.createElement(k?"div":"body"),n={visibility:"hidden",width:0,height:0,border:0,margin:0},k&&J.extend(n,{position:"absolute",left:-1e3,top:-1e3});for(r in n)m.style[r]=n[r];m.appendChild(a),l=k||b,l.insertBefore(m,l.firstChild),i.appendChecked=g.checked,i.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,i.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="<div style='width:4px;'></div>",i.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",o=a.getElementsByTagName("td"),s=o[0].offsetHeight===0,o[0].style.display="",o[1].style.display="none",i.reliableHiddenOffsets=s&&o[0].offsetHeight===0,a.innerHTML="",G.defaultView&&G.defaultView.getComputedStyle&&(h=G.createElement("div"),h.style.width="0",h.style.marginRight="0",a.appendChild(h),i.reliableMarginRight=(parseInt((G.defaultView.getComputedStyle(h,null)||{marginRight:0}).marginRight,10)||0)===0),m.innerHTML="",l.removeChild(m);if(a.attachEvent)for(r in{submit:1,change:1,focusin:1})q="on"+r,s=q in a,s||(a.setAttribute(q,"return;"),s=typeof a[q]=="function"),i[r+"Bubbles"]=s;m=j=e=f=k=h=a=g=null;return i}(),J.boxModel=J.support.boxModel;var M=/^(?:\{.*\}|\[.*\])$/,N=/([a-z])([A-Z])/g;J.extend({cache:{},uuid:0,expando:"jQuery"+(J.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?J.cache[a[J.expando]]:a[J.expando];return!!a&&!E(a)},data:function(a,c,d,e){if(!!J.acceptData(a)){var f=J.expando,g=typeof c=="string",h,i=a.nodeType,j=i?J.cache:a,k=i?a[J.expando]:a[J.expando]&&J.expando;if((!k||e&&k&&!j[k][f])&&g&&d===b)return;k||(i?a[J.expando]=k=++J.uuid:k=J.expando),j[k]||(j[k]={},i||(j[k].toJSON=J.noop));if(typeof c=="object"||typeof c=="function")e?j[k][f]=J.extend(j[k][f],c):j[k]=J.extend(j[k],c);h=j[k],e&&(h[f]||(h[f]={}),h=h[f]),d!==b&&(h[J.camelCase(c)]=d);if(c==="events"&&!h[c])return h[f]&&h[f].events;return g?h[J.camelCase(c)]||h[c]:h}},removeData:function(b,c,d){if(!!J.acceptData(b)){var e=J.expando,f=b.nodeType,g=f?J.cache:b,h=f?b[J.expando]:J.expando;if(!g[h])return;if(c){var i=d?g[h][e]:g[h];if(i){delete i[c];if(!E(i))return}}if(d){delete g[h][e];if(!E(g[h]))return}var j=g[h][e];J.support.deleteExpando||g!=a?delete g[h]:g[h]=null,j?(g[h]={},f||(g[h].toJSON=J.noop),g[h][e]=j):f&&(J.support.deleteExpando?delete b[J.expando]:b.removeAttribute?b.removeAttribute(J.expando):b[J.expando]=null)}},_data:function(a,b,c){return J.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=J.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),J.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=J.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,f;for(var g=0,h=e.length;g<h;g++)f=e[g].name,f.indexOf("data-")===0&&(f=J.camelCase(f.substring(5)),F(this[0],f,d[f]))}}return d}if(typeof a=="object")return this.each(function(){J.data(this,a)});var i=a.split(".");i[1]=i[1]?"."+i[1]:"";if(c===b){d=this.triggerHandler("getData"+i[1]+"!",[i[0]]),d===b&&this.length&&(d=J.data(this[0],a),d=F(this[0],a,d));return d===b&&i[1]?this.data(i[0]):d}return this.each(function(){var b=J(this),d=[i[0],c];b.triggerHandler("setData"+i[1]+"!",d),J.data(this,a,c),b.triggerHandler("changeData"+i[1]+"!",d)})},removeData:function(a){return this.each(function(){J.removeData(this,a)})}}),J.extend({_mark:function(a,c){a&&(c=(c||"fx")+"mark",J.data(a,c,(J.data(a,c,b,!0)||0)+1,!0))},_unmark:function(a,c,d){a!==!0&&(d=c,c=a,a=!1);if(c){d=d||"fx";var e=d+"mark",f=a?0:(J.data(c,e,b,!0)||1)-1;f?J.data(c,e,f,!0):(J.removeData(c,e,!0),D(c,d,"mark"))}},queue:function(a,c,d){if(a){c=(c||"fx")+"queue";var e=J.data(a,c,b,!0);d&&(!e||J.isArray(d)?e=J.data(a,c,J.makeArray(d),!0):e.push(d));return e||[]}},dequeue:function(a,b){b=b||"fx";var c=J.queue(a,b),d=c.shift(),e;d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),d.call(a,function(){J.dequeue(a,b)})),c.length||(J.removeData(a,b+"queue",!0),D(a,b,"queue"))}}),J.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return J.queue(this[0],a);return this.each(function(){var b=J.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&J.dequeue(this,a)})},dequeue:function(a){return this.each(function(){J.dequeue(this,a)})},delay:function(a,b){a=J.fx?J.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(){var c=this;setTimeout(function(){J.dequeue(c,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function d(){--h||e.resolveWith(f,[f])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var e=J.Deferred(),f=this,g=f.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=J.data(f[g],i,b,!0)||(J.data(f[g],j,b,!0)||J.data(f[g],k,b,!0))&&J.data(f[g],i,J._Deferred(),!0))h++,l.done(d);d();return e.promise()}});var O=/[\n\t\r]/g,P=/\s+/,Q=/\r/g,R=/^(?:button|input)$/i,S=/^(?:button|input|object|select|textarea)$/i,T=/^a(?:rea)?$/i,U=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,V=/\:|^on/,W,X;J.fn.extend({attr:function(a,b){return J.access(this,a,b,!0,J.attr)},removeAttr:function(a){return this.each(function(){J.removeAttr(this,a)})},prop:function(a,b){return J.access(this,a,b,!0,J.prop)},removeProp:function(a){a=J.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,f,g,h;if(J.isFunction(a))return this.each(function(b){J(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(P);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{f=" "+e.className+" ";for(g=0,h=b.length;g<h;g++)~f.indexOf(" "+b[g]+" ")||(f+=b[g]+" ");e.className=J.trim(f)}}}return this},removeClass:function(a){var c,d,e,f,g,h,i;if(J.isFunction(a))return this.each(function(b){J(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(P);for(d=0,e=this.length;d<e;d++){f=this[d];if(f.nodeType===1&&f.className)if(a){g=(" "+f.className+" ").replace(O," ");for(h=0,i=c.length;h<i;h++)g=g.replace(" "+c[h]+" "," ");f.className=J.trim(g)}else f.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(J.isFunction(a))return this.each(function(c){J(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,f=0,g=J(this),h=b,i=a.split(P);while(e=i[f++])h=d?h:!g.hasClass(e),g[h?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&J._data(this,"__className__",this.className),this.className=this.className||a===!1?"":J._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ";for(var c=0,d=this.length;c<d;c++)if((" "+this[c].className+" ").replace(O," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=J.valHooks[e.nodeName.toLowerCase()]||J.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(Q,""):d==null?"":d}return b}var f=J.isFunction(a);return this.each(function(d){var e=J(this),g;if(this.nodeType===1){f?g=a.call(this,d,e.val()):g=a,g==null?g="":typeof g=="number"?g+="":J.isArray(g)&&(g=J.map(g,function(a){return a==null?"":a+""})),c=J.valHooks[this.nodeName.toLowerCase()]||J.valHooks[this.type];if(!c||!("set"in c)||c.set(this,g,"value")===b)this.value=g}})}}),J.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,f=a.type==="select-one";if(c<0)return null;for(var g=f?c:0,h=f?c+1:e.length;g<h;g++){var i=e[g];if(i.selected&&(J.support.optDisabled?!i.disabled:i.getAttribute("disabled")===null)&&(!i.parentNode.disabled||!J.nodeName(i.parentNode,"optgroup"))){b=J(i).val();if(f)return b;d.push(b)}}if(f&&!d.length&&e.length)return J(e[c]).val();return d},set:function(a,b){var c=J.makeArray(b);J(a).find("option").each(function(){this.selected=J.inArray(J(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var f=a.nodeType;if(!a||f===3||f===8||f===2)return b;if(e&&c in J.attrFn)return J(a)[c](d);if(!("getAttribute"in a))return J.prop(a,c,d);var g,h,i=f!==1||!J.isXMLDoc(a);i&&(c=J.attrFix[c]||c,h=J.attrHooks[c],h||(U.test(c)?h=X:W&&c!=="className"&&(J.nodeName(a,"form")||V.test(c))&&(h=W)));if(d!==b){if(d===null){J.removeAttr(a,c);return b}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g},removeAttr:function(a,b){var c;a.nodeType===1&&(b=J.attrFix[b]||b,J.support.getSetAttribute?a.removeAttribute(b):(J.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),U.test(b)&&(c=J.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(R.test(a.nodeName)&&a.parentNode)J.error("type property can't be changed");else if(!J.support.radioValue&&b==="radio"&&J.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):S.test(a.nodeName)||T.test(a.nodeName)&&a.href?0:b}},value:{get:function(a,b){if(W&&J.nodeName(a,"button"))return W.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(W&&J.nodeName(a,"button"))return W.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var f,g,h=e!==1||!J.isXMLDoc(a);h&&(c=J.propFix[c]||c,g=J.propHooks[c]);return d!==b?g&&"set"in g&&(f=g.set(a,d,c))!==b?f:a[c]=d:g&&"get"in g&&(f=g.get(a,c))!==b?f:a[c]},propHooks:{}}),X={get:function(a,c){return J.prop(a,c)?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?J.removeAttr(a,c):(d=J.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},J.support.getSetAttribute||(J.attrFix=J.propFix,W=J.attrHooks.name=J.attrHooks.title=J.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},J.each(["width","height"],function(a,b){J.attrHooks[b]=J.extend(J.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),J.support.hrefNormalized||J.each(["href","src","width","height"],function(a,c){J.attrHooks[c]=J.extend(J.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),J.support.style||(J.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),J.support.optSelected||(J.propHooks.selected=J.extend(J.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),J.support.checkOn||J.each(["radio","checkbox"],function(){J.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),J.each(["radio","checkbox"],function(){J.valHooks[this]=J.extend(J.valHooks[this],{set:function(a,b){if(J.isArray(b))return a.checked=J.inArray(J(a).val(),b)>=0}})});var Y=/\.(.*)$/,Z=/^(?:textarea|input|select)$/i,$=/\./g,_=/ /g,ba=/[^\w\s.|`]/g,bb=function(a){return a.replace(ba,"\\$&")};J.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=C;else if(!d)return;var f,g;d.handler&&(f=d,d=f.handler),d.guid||(d.guid=J.guid++);var h=J._data(a);if(!h)return;var i=h.events,j=h.handle;i||(h.events=i={}),j||(h.handle=j=function(a){return typeof J!="undefined"&&(!a||J.event.triggered!==a.type)?J.event.handle.apply(j.elem,arguments):b}),j.elem=a,c=c.split(" ");var k,l=0,m;while(k=c[l++]){g=f?J.extend({},f):{handler:d,data:e},k.indexOf(".")>-1?(m=k.split("."),k=m.shift(),g.namespace=m.slice(0).sort().join(".")):(m=[],g.namespace=""),g.type=k,g.guid||(g.guid=d.guid);var n=i[k],o=J.event.special[k]||{};if(!n){n=i[k]=[];if(!o.setup||o.setup.call(a,e,m,j)===!1)a.addEventListener?a.addEventListener(k,j,!1):a.attachEvent&&a.attachEvent("on"+k,j)}o.add&&(o.add.call(a,g),g.handler.guid||(g.handler.guid=d.guid)),n.push(g),J.event.global[k]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=C);var f,g,h,i,j=0,k,l,m,n,o,p,q,r=J.hasData(a)&&J._data(a),s=r&&r.events;if(!r||!s)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(g in s)J.event.remove(a,g+c);return}c=c.split(" ");while(g=c[j++]){q=g,p=null,k=g.indexOf(".")<0,l=[],k||(l=g.split("."),g=l.shift(),m=new RegExp("(^|\\.)"+J.map(l.slice(0).sort(),bb).join("\\.(?:.*\\.)?")+"(\\.|$)")),o=s[g];if(!o)continue;if(!d){for(i=0;i<o.length;i++){p=o[i];if(k||m.test(p.namespace))J.event.remove(a,q,p.handler,i),o.splice(i--,1)}continue}n=J.event.special[g]||{};for(i=e||0;i<o.length;i++){p=o[i];if(d.guid===p.guid){if(k||m.test(p.namespace))e==null&&o.splice(i--,1),n.remove&&n.remove.call(a,p);if(e!=null)break}}if(o.length===0||e!=null&&o.length===1)(!n.teardown||n.teardown.call(a,l)===!1)&&J.removeEvent(a,g,r.handle),f=null,delete s[g]}if(J.isEmptyObject(s)){var t=r.handle;t&&(t.elem=null),delete r.events,delete r.handle,J.isEmptyObject(r)&&J.removeData(a,b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,f){var g=c.type||c,h=[],i;g.indexOf("!")>=0&&(g=g.slice(0,-1),i=!0),g.indexOf(".")>=0&&(h=g.split("."),g=h.shift(),h.sort());if(!!e&&!J.event.customEvent[g]||!!J.event.global[g]){c=typeof c=="object"?c[J.expando]?c:new J.Event(g,c):new J.Event(g),c.type=g,c.exclusive=i,c.namespace=h.join("."),c.namespace_re=new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.)?")+"(\\.|$)");if(f||!e)c.preventDefault(),c.stopPropagation();if(!e){J.each(J.cache,function(){var a=J.expando,b=this[a];b&&b.events&&b.events[g]&&J.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?J.makeArray(d):[],d.unshift(c);var j=e,k=g.indexOf(":")<0?"on"+g:"";do{var l=J._data(j,"handle");c.currentTarget=j,l&&l.apply(j,d),k&&J.acceptData(j)&&j[k]&&j[k].apply(j,d)===!1&&(c.result=!1,c.preventDefault()),j=j.parentNode||j.ownerDocument||j===c.target.ownerDocument&&a}while(j&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var m,n=J.event.special[g]||{};if((!n._default||n._default.call(e.ownerDocument,c)===!1)&&(g!=="click"||!J.nodeName(e,"a"))&&J.acceptData(e)){try{k&&e[g]&&(m=e[k],m&&(e[k]=null),J.event.triggered=g,e[g]())}catch(o){}m&&(e[k]=m),J.event.triggered=b}}return c.result}},handle:function(c){c=J.event.fix(c||a.event);var d=((J._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,f=Array.prototype.slice.call(arguments,0);f[0]=c,c.currentTarget=this;for(var g=0,h=d.length;g<h;g++){var i=d[g];if(e||c.namespace_re.test(i.namespace)){c.handler=i.handler,c.data=i.data,c.handleObj=i;var j=i.handler.apply(this,f);j!==b&&(c.result=j,j===!1&&(c.preventDefault(),c.stopPropagation()));if(c.isImmediatePropagationStopped())break}}return c.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[J.expando])return a;var c=a;a=J.Event(c);for(var d=this.props.length,e;d;)e=this.props[--d],a[e]=c[e];a.target||(a.target=a.srcElement||G),a.target.nodeType===3&&(a.target=a.target.parentNode),!a.relatedTarget&&a.fromElement&&(a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement);if(a.pageX==null&&a.clientX!=null){var f=a.target.ownerDocument||G,g=f.documentElement,h=f.body;a.pageX=a.clientX+(g&&g.scrollLeft||h&&h.scrollLeft||0)-(g&&g.clientLeft||h&&h.clientLeft||0),a.pageY=a.clientY+(g&&g.scrollTop||h&&h.scrollTop||0)-(g&&g.clientTop||h&&h.clientTop||0)}a.which==null&&(a.charCode!=null||a.keyCode!=null)&&(a.which=a.charCode!=null?a.charCode:a.keyCode),!a.metaKey&&a.ctrlKey&&(a.metaKey=a.ctrlKey),!a.which&&a.button!==b&&(a.which=a.button&1?1:a.button&2?3:a.button&4?2:0);return a},guid:1e8,proxy:J.proxy,special:{ready:{setup:J.bindReady,teardown:J.noop},live:{add:function(a){J.event.add(this,y(a.origType,a.selector),J.extend({},a,{handler:z,guid:a.handler.guid}))},remove:function(a){J.event.remove(this,y(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,c){J.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}}},J.removeEvent=G.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},J.Event=function(a,b){if(!this.preventDefault)return new J.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?B:C):this.type=a,b&&J.extend(this,b),this.timeStamp=J.now(),this[J.expando]=!0},J.Event.prototype={preventDefault:function(){this.isDefaultPrevented=B;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=B;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=B,this.stopPropagation()},isDefaultPrevented:C,isPropagationStopped:C,isImmediatePropagationStopped:C};var bc=function(a){var b=a.relatedTarget,c=!1,d=a.type;a.type=a.data,b!==this&&(b&&(c=J.contains(this,b)),c||(J.event.handle.apply(this,arguments),a.type=d))},bd=function(a){a.type=a.data,J.event.handle.apply(this,arguments)};J.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){J.event.special[a]={setup:function(c){J.event.add(this,b,c&&c.selector?bd:bc,a)},teardown:function(a){J.event.remove(this,b,a&&a.selector?bd:bc)}}}),J.support.submitBubbles||(J.event.special.submit={setup:function(a,b){if(!J.nodeName(this,"form"))J.event.add(this,"click.specialSubmit",function(a){var b=a.target,c=b.type;(c==="submit"||c==="image")&&J(b).closest("form").length&&A("submit",this,arguments)}),J.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,c=b.type;(c==="text"||c==="password")&&J(b).closest("form").length&&a.keyCode===13&&A("submit",this,arguments)});else return!1},teardown:function(a){J.event.remove(this,".specialSubmit")}});if(!J.support.changeBubbles){var be,bf=function(a){var b=a.type,c=a.value;b==="radio"||b==="checkbox"?c=a.checked:b==="select-multiple"?c=a.selectedIndex>-1?J.map(a.options,function(a){return a.selected}).join("-"):"":J.nodeName(a,"select")&&(c=a.selectedIndex);return c},bg=function(a){var c=a.target,d,e;if(!!Z.test(c.nodeName)&&!c.readOnly){d=J._data(c,"_change_data"),e=bf(c),(a.type!=="focusout"||c.type!=="radio")&&J._data(c,"_change_data",e);if(d===b||e===d)return;if(d!=null||e)a.type="change",a.liveFired=b,J.event.trigger(a,arguments[1],c)}};J.event.special.change={filters:{focusout:bg,beforedeactivate:bg,click:function(a){var b=a.target,c=J.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||J.nodeName(b,"select"))&&bg.call(this,a)},keydown:function(a){var b=a.target,c=J.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!J.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&bg.call(this,a)},beforeactivate:function(a){var b=a.target;J._data(b,"_change_data",bf(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in be)J.event.add(this,c+".specialChange",be[c]);return Z.test(this.nodeName)},teardown:function(a){J.event.remove(this,".specialChange");return Z.test(this.nodeName)}},be=J.event.special.change.filters,be.focus=be.beforeactivate}J.support.focusinBubbles||J.each({focus:"focusin",blur:"focusout"},function(a,b){function c(a){var c=J.event.fix(a);c.type=b,c.originalEvent={},J.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;J.event.special[b]={setup:function(){d++===0&&G.addEventListener(a,c,!0)},teardown:function(){--d===0&&G.removeEventListener(a,c,!0)}}}),J.each(["bind","one"],function(a,c){J.fn[c]=function(a,d,e){var f;if(typeof a=="object"){for(var g in a)this[c](g,d,a[g],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(f=function(a){J(this).unbind(a,f);return e.apply(this,arguments)},f.guid=e.guid||J.guid++):f=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var h=0,i=this.length;h<i;h++)J.event.add(this[h],a,f,d);return this}}),J.fn.extend({unbind:function(a,b){if(typeof a=="object"&&!a.preventDefault)for(var c in a)this.unbind(c,a[c]);else for(var d=0,e=this.length;d<e;d++)J.event.remove(this[d],a,b);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(a,b){return this.each(function(){J.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return J.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||J.guid++,d=0,e=function(c){var e=(J.data(this,"lastToggle"+a.guid)||0)%d;J.data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var bh={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};J.each(["live","die"],function(a,c){J.fn[c]=function(a,d,e,f){var g,h=0,i,j,k,l=f||this.selector,m=f?this:J(this.context);if(typeof a=="object"&&!a.preventDefault){for(var n in a)m[c](n,d,a[n],l);return this}if(c==="die"&&!a&&f&&f.charAt(0)==="."){m.unbind(f);return this}if(d===!1||J.isFunction(d))e=d||C,d=b;a=(a||"").split(" ");while((g=a[h++])!=null){i=Y.exec(g),j="",i&&(j=i[0],g=g.replace(Y,""));if(g==="hover"){a.push("mouseenter"+j,"mouseleave"+j);continue}k=g,bh[g]?(a.push(bh[g]+j),g=g+j):g=(bh[g]||g)+j;if(c==="live")for(var o=0,p=m.length;o<p;o++)J.event.add(m[o],"live."+y(g,l),{data:d,selector:l,handler:e,origType:g,origHandler:e,preType:k});else m.unbind("live."+y(g,l),e)}return this}}),J.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){J.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.bind(b,a,c):this.trigger(b)},J.attrFn&&(J.attrFn[b]=!0)}),function(){function c(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}i.nodeType===1&&!f&&(i.sizcache=c,i.sizset=g);if(i.nodeName.toLowerCase()===b){j=i;break}i=i[a]}d[g]=j}}}function a(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizcache===c){j=d[i.sizset];break}if(i.nodeType===1){f||(i.sizcache=c,i.sizset=g);if(typeof b!="string"){if(i===b){j=!0;break}}else if(k.filter(b,[i]).length>0){j=i;break}}i=i[a]}d[g]=j}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(a,b,c,e){c=c||[],b=b||G;var g=b;if(b.nodeType!==1&&b.nodeType!==9)return[];if(!a||typeof a!="string")return c;var h,i,j,n,o,q,r,s,u=!0,v=k.isXML(b),w=[],x=a;do{d.exec(""),h=d.exec(x);if(h){x=h[3],w.push(h[1]);if(h[2]){n=h[3];break}}}while(h);if(w.length>1&&m.exec(a))if(w.length===2&&l.relative[w[0]])i=t(w[0]+w[1],b);else{i=l.relative[w[0]]?[b]:k(w.shift(),b);while(w.length)a=w.shift(),l.relative[a]&&(a+=w.shift()),i=t(a,i)}else{!e&&w.length>1&&b.nodeType===9&&!v&&l.match.ID.test(w[0])&&!l.match.ID.test(w[w.length-1])&&(o=k.find(w.shift(),b,v),b=o.expr?k.filter(o.expr,o.set)[0]:o.set[0]);if(b){o=e?{expr:w.pop(),set:p(e)}:k.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&b.parentNode?b.parentNode:b,v),i=o.expr?k.filter(o.expr,o.set):o.set,w.length>0?j=p(i):u=!1;while(w.length)q=w.pop(),r=q,l.relative[q]?r=w.pop():q="",r==null&&(r=b),l.relative[q](j,r,v)}else j=w=[]}j||(j=i),j||k.error(q||a);if(f.call(j)==="[object Array]")if(!u)c.push.apply(c,j);else if(b&&b.nodeType===1)for(s=0;j[s]!=null;s++)j[s]&&(j[s]===!0||j[s].nodeType===1&&k.contains(b,j[s]))&&c.push(i[s]);else for(s=0;j[s]!=null;s++)j[s]&&j[s].nodeType===1&&c.push(i[s]);else p(j,c);n&&(k(n,g,c,e),k.uniqueSort(c));return c};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){return k(a,null,null,b)},k.matchesSelector=function(a,b){return k(b,null,null,[a]).length>0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e<f;e++){var g,h=l.order[e];if(g=l.leftMatch[h].exec(a)){var j=g[1];g.splice(1,1);if(j.substr(j.length-1)!=="\\"){g[1]=(g[1]||"").replace(i,""),d=l.find[h](g,b,c);if(d!=null){a=a.replace(l.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},k.filter=function(a,c,d,e){var f,g,h=a,i=[],j=c,m=c&&c[0]&&k.isXML(c[0]);while(a&&c.length){for(var n in l.filter)if((f=l.leftMatch[n].exec(a))!=null&&f[2]){var o,p,q=l.filter[n],r=f[1];g=!1,f.splice(1,1);if(r.substr(r.length-1)==="\\")continue;j===i&&(i=[]);if(l.preFilter[n]){f=l.preFilter[n](f,j,d,i,e,m);if(!f)g=o=!0;else if(f===!0)continue}if(f)for(var s=0;(p=j[s])!=null;s++)if(p){o=q(p,f,s,j);var t=e^!!o;d&&o!=null?t?g=!0:j[s]=!1:t&&(i.push(p),g=!0)}if(o!==b){d||(j=i),a=a.replace(l.match[n],"");if(!g)return[];break}}if(a===h)if(g==null)k.error(a);else break;h=a}return j},k.error=function(a){throw"Syntax error, unrecognized expression: "+a};var l=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!j.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&k.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&k.filter(b,a,!0)}},"":function(b,d,f){var g,h=e++,i=a;typeof d=="string"&&!j.test(d)&&(d=d.toLowerCase(),g=d,i=c),i("parentNode",d,h,b,g,f)},"~":function(b,d,f){var g,h=e++,i=a;typeof d=="string"&&!j.test(d)&&(d=d.toLowerCase(),g=d,i=c),i("previousSibling",d,h,b,g,f)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(i,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(a,b,c,e,f){if(a[1]==="not")if((d.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=k(a[3],null,null,b);else{var g=k.filter(a[3],b,c,!0^f);c||e.push.apply(e,g);return!1}else if(l.match.POS.test(a[0])||l.match.CHILD.test(a[0]))return!0;return a},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}k.error(e)},CHILD:function(a,b){var c=b[1],d=a;switch(c){case"only":case"first":while(d=d.previousSibling)if(d.nodeType===1)return!1;if(c==="first")return!0;d=a;case"last":while(d=d.nextSibling)if(d.nodeType===1)return!1;return!0;case"nth":var e=b[2],f=b[3];if(e===1&&f===0)return!0;var g=b[0],h=a.parentNode;if(h&&(h.sizcache!==g||!a.nodeIndex)){var i=0;for(d=h.firstChild;d;d=d.nextSibling)d.nodeType===1&&(d.nodeIndex=++i);h.sizcache=g}var j=a.nodeIndex-f;return e===0?j===0:j%e===0&&j/e>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(G.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(f.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var r,s;G.documentElement.compareDocumentPosition?r=function(a,b){if(a===b){g=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(r=function(a,b){if(a===b){g=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],h=a.parentNode,i=b.parentNode,j=h;if(h===i)return s(a,b);if(!h)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return s(e[k],f[k]);return k===c?s(a,f[k],-1):s(e[k],b,1)},s=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),k.getText=function(a){var b="",c;for(var d=0;a[d];d++)c=a[d],c.nodeType===3||c.nodeType===4?b+=c.nodeValue:c.nodeType!==8&&(b+=k.getText(c.childNodes));return b},function(){var a=G.createElement("div"),c="script"+(new Date).getTime(),d=G.documentElement;a.innerHTML="<a name='"+c+"'/>",d.insertBefore(a,d.firstChild),G.getElementById(c)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),d.removeChild(a),d=a=null}(),function(){var a=G.createElement("div");a.appendChild(G.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),G.querySelectorAll&&function(){var a=k,b=G.createElement("div"),c="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,d,e,f){d=d||G;if(!f&&!k.isXML(d)){var g=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(g&&(d.nodeType===1||d.nodeType===9)){if(g[1])return p(d.getElementsByTagName(b),e);if(g[2]&&l.find.CLASS&&d.getElementsByClassName)return p(d.getElementsByClassName(g[2]),e)}if(d.nodeType===9){if(b==="body"&&d.body)return p([d.body],e);if(g&&g[3]){var h=d.getElementById(g[3]);if(!h||!h.parentNode)return p([],e);if(h.id===g[3])return p([h],e)}try{return p(d.querySelectorAll(b),e)}catch(i){}}else if(d.nodeType===1&&d.nodeName.toLowerCase()!=="object"){var j=d,m=d.getAttribute("id"),n=m||c,o=d.parentNode,q=/^\s*[+~]/.test(b);m?n=n.replace(/'/g,"\\$&"):d.setAttribute("id",n),q&&o&&(d=d.parentNode);try{if(!q||o)return p(d.querySelectorAll("[id='"+n+"'] "+b),e)}catch(r){}finally{m||j.removeAttribute("id")}}}return a(b,d,e,f)};for(var d in a)k[d]=a[d];b=null}}(),function(){var a=G.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var c=!b.call(G.createElement("div"),"div"),d=!1;try{b.call(G.documentElement,"[test!='']:sizzle")}catch(e){d=!0}k.matchesSelector=function(a,e){e=e.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(d||!l.match.PSEUDO.test(e)&&!/!=/.test(e)){var f=b.call(a,e);if(f||!c||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(e,null,null,[a]).length>0}}}(),function(){var a=G.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),G.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:G.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var t=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g<h;g++)k(a,f[g],d);return k.filter(e,d)};J.find=k,J.expr=k.selectors,J.expr[":"]=J.expr.filters,J.unique=k.uniqueSort,J.text=k.getText,J.isXMLDoc=k.isXML,J.contains=k.contains}();var bi=/Until$/,bj=/^(?:parents|prevUntil|prevAll)/,bk=/,/,bl=/^.[^:#\[\.,]*$/,bm=Array.prototype.slice,bn=J.expr.match.POS,bo={children:!0,contents:!0,next:!0,prev:!0};J.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return J(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(J.contains(b[c],this))return!0});var e=this.pushStack("","find",a),f,g,h;for(c=0,d=this.length;c<d;c++){f=e.length,J.find(a,this[c],e);if(c>0)for(g=f;g<e.length;g++)for(h=0;h<f;h++)if(e[h]===e[g]){e.splice(g--,1);break}}return e},has:function(a){var b=J(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(J.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(w(this,a,!1),"not",a)},filter:function(a){return this.pushStack(w(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?J.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,f=this[0];if(J.isArray(a)){var g,h,i={},j=1;if(f&&a.length){for(d=0,e=a.length;d<e;d++)h=a[d],i[h]||(i[h]=bn.test(h)?J(h,b||this.context):h);while(f&&f.ownerDocument&&f!==b){for(h in i)g=i[h],(g.jquery?g.index(f)>-1:J(f).is(g))&&c.push({selector:h,elem:f,level:j});f=f.parentNode,j++}}return c}var k=bn.test(a)||typeof a!="string"?J(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){f=this[d];while(f){if(k?k.index(f)>-1:J.find.matchesSelector(f,a)){c.push(f);break}f=f.parentNode;if(!f||!f.ownerDocument||f===b||f.nodeType===11)break}}c=c.length>1?J.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return J.inArray(this[0],a?J(a):this.parent().children());return J.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?J(a,b):J.makeArray(a&&a.nodeType?[a]:a),d=J.merge(this.get(),c);return this.pushStack(x(c[0])||x(d[0])?d:J.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),J.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return J.dir(a,"parentNode")},parentsUntil:function(a,b,c){return J.dir(a,"parentNode",c)},next:function(a){return J.nth(a,2,"nextSibling")},prev:function(a){return J.nth(a,2,"previousSibling")},nextAll:function(a){return J.dir(a,"nextSibling")},prevAll:function(a){return J.dir(a,"previousSibling")},nextUntil:function(a,b,c){return J.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return J.dir(a,"previousSibling",c)},siblings:function(a){return J.sibling(a.parentNode.firstChild,a)},children:function(a){return J.sibling(a.firstChild)},contents:function(a){return J.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:J.makeArray(a.childNodes)}},function(a,b){J.fn[a]=function(c,d){var e=J.map(this,b,c),f=bm.call(arguments);bi.test(a)||(d=c),d&&typeof d=="string"&&(e=J.filter(d,e)),e=this.length>1&&!bo[a]?J.unique(e):e,(this.length>1||bk.test(d))&&bj.test(a)&&(e=e.reverse());return this.pushStack(e,a,f.join(","))}}),J.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?J.find.matchesSelector(b[0],a)?[b[0]]:[]:J.find.matches(a,b)},dir:function(a,c,d){var e=[],f=a[c];while(f&&f.nodeType!==9&&(d===b||f.nodeType!==1||!J(f).is(d)))f.nodeType===1&&e.push(f),f=f[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var bp=/ jQuery\d+="(?:\d+|null)"/g,bq=/^\s+/,br=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,bs=/<([\w:]+)/,bt=/<tbody/i,bu=/<|&#?\w+;/,bv=/<(?:script|object|embed|option|style)/i,bw=/checked\s*(?:[^=]|=\s*.checked.)/i,bx=/\/(java|ecma)script/i,by=/^\s*<!(?:\[CDATA\[|\-\-)/,bz={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};bz.optgroup=bz.option,bz.tbody=bz.tfoot=bz.colgroup=bz.caption=bz.thead,bz.th=bz.td,J.support.htmlSerialize||(bz._default=[1,"div<div>","</div>"]),J.fn.extend({text:function(a){if(J.isFunction(a))return this.each(function(b){var c=J(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||G).createTextNode(a));return J.text(this)},wrapAll:function(a){if(J.isFunction(a))return this.each(function(b){J(this).wrapAll(a.call(this,b))});if(this[0]){var b=J(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(J.isFunction(a))return this.each(function(b){J(this).wrapInner(a.call(this,b))});return this.each(function(){var b=J(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){J(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){J.nodeName(this,"body")||J(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=J(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,J(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||J.filter(a,[d]).length)!b&&d.nodeType===1&&(J.cleanData(d.getElementsByTagName("*")),J.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&J.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return J.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(bp,""):null;if(typeof a=="string"&&!bv.test(a)&&(J.support.leadingWhitespace||!bq.test(a))&&!bz[(bs.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(br,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)this[c].nodeType===1&&(J.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=a)}catch(e){this.empty().append(a)}}else J.isFunction(a)?this.each(function(b){var c=J(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(J.isFunction(a))return this.each(function(b){var c=J(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=J(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;J(this).remove(),b?J(b).before(a):J(c).append(a)})}return this.length?this.pushStack(J(J.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,f,g,h,i=a[0],j=[];if(!J.support.checkClone&&arguments.length===3&&typeof i=="string"&&bw.test(i))return this.each(function(){J(this).domManip(a,c,d,!0)});if(J.isFunction(i))return this.each(function(e){var f=J(this);a[0]=i.call(this,e,c?f.html():b),f.domManip(a,c,d)});if(this[0]){h=i&&i.parentNode,J.support.parentNode&&h&&h.nodeType===11&&h.childNodes.length===this.length?e={fragment:h}:e=J.buildFragment(a,this,j),g=e.fragment,g.childNodes.length===1?f=g=g.firstChild:f=g.firstChild;if(f){c=c&&J.nodeName(f,"tr");for(var k=0,l=this.length,m=l-1;k<l;k++)d.call(c?v(this[k],f):this[k],e.cacheable||l>1&&k<m?J.clone(g,!0,!0):g)}j.length&&J.each(j,p)}return this}}),J.buildFragment=function(a,b,c){var d,e,f,g;b&&b[0]&&(g=b[0].ownerDocument||b[0]),g.createDocumentFragment||(g=G),a.length===1&&typeof a[0]=="string"&&a[0].length<512&&g===G&&a[0].charAt(0)==="<"&&!bv.test(a[0])&&(J.support.checkClone||!bw.test(a[0]))&&(e=!0,f=J.fragments[a[0]],f&&f!==1&&(d=f)),d||(d=g.createDocumentFragment(),J.clean(a,g,d,c)),e&&(J.fragments[a[0]]=f?d:1);return{fragment:d,cacheable:e}},J.fragments={},J.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){J.fn[a]=function(c){var d=[],e=J(c),f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var g=0,h=e.length;g<h;g++){var i=(g>0?this.clone(!0):this).get();J(e[g])[b](i),d=d.concat(i)}return this.pushStack(d,a,e.selector)}}),J.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,f,g;if((!J.support.noCloneEvent||!J.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!J.isXMLDoc(a)){t(a,d),e=s(a),f=s(d);for(g=0;e[g];++g)t(e[g],f[g])}if(b){u(a,d);if(c){e=s(a),f=s(d);for(g=0;e[g];++g)u(e[g],f[g])}}e=f=null;return d},clean:function(a,b,c,d){var e;b=b||G,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||G);var f=[],g;for(var h=0,i;(i=a[h])!=null;h++){typeof i=="number"&&(i+="");if(!i)continue;if(typeof i=="string")if(!bu.test(i))i=b.createTextNode(i);else{i=i.replace(br,"<$1></$2>");var j=(bs.exec(i)||["",""])[1].toLowerCase(),k=bz[j]||bz._default,l=k[0],m=b.createElement("div");m.innerHTML=k[1]+i+k[2];while(l--)m=m.lastChild;if(!J.support.tbody){var n=bt.test(i),o=j==="table"&&!n?m.firstChild&&m.firstChild.childNodes:k[1]==="<table>"&&!n?m.childNodes:[];for(g=o.length-1;g>=0;--g)J.nodeName(o[g],"tbody")&&!o[g].childNodes.length&&o[g].parentNode.removeChild(o[g])}!J.support.leadingWhitespace&&bq.test(i)&&m.insertBefore(b.createTextNode(bq.exec(i)[0]),m.firstChild),i=m.childNodes}var p;if(!J.support.appendChecked)if(i[0]&&typeof (p=i.length)=="number")for(g=0;g<p;g++)q(i[g]);else q(i);i.nodeType?f.push(i):f=J.merge(f,i)}if(c){e=function(a){return!a.type||bx.test(a.type)};for(h=0;f[h];h++)if(d&&J.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))d.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{if(f[h].nodeType===1){var r=J.grep(f[h].getElementsByTagName("script"),e);f.splice.apply(f,[h+1,0].concat(r))}c.appendChild(f[h])}}return f},cleanData:function(a){var b,c,d=J.cache,e=J.expando,f=J.event.special,g=J.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&J.noData[i.nodeName.toLowerCase()])continue;c=i[J.expando];if(c){b=d[c]&&d[c][e];if(b&&b.events){for(var j in b.events)f[j]?J.event.remove(i,j):J.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[J.expando]:i.removeAttribute&&i.removeAttribute(J.expando),delete d[c]}}}});var bA=/alpha\([^)]*\)/i,bB=/opacity=([^)]*)/,bC=/([A-Z]|^ms)/g,bD=/^-?\d+(?:px)?$/i,bE=/^-?\d/,bF=/^[+\-]=/,bG=/[^+\-\.\de]+/g,bH={position:"absolute",visibility:"hidden",display:"block"},bI=["Left","Right"],bJ=["Top","Bottom"],bK,bL,bM;J.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return J.access(this,a,c,!0,function(a,c,d){return d!==b?J.style(a,c,d):J.css(a,c)})},J.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bK(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":J.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var f,g,h=J.camelCase(c),i=a.style,j=J.cssHooks[h];c=J.cssProps[h]||h;if(d===b){if(j&&"get"in j&&(f=j.get(a,!1,e))!==b)return f;return i[c]}g=typeof d;if(g==="number"&&isNaN(d)||d==null)return;g==="string"&&bF.test(d)&&(d=+d.replace(bG,"")+parseFloat(J.css(a,c)),g="number"),g==="number"&&!J.cssNumber[h]&&(d+="px");if(!j||!("set"in j)||(d=j.set(a,d))!==b)try{i[c]=d}catch(k){}}},css:function(a,c,d){var e,f;c=J.camelCase(c),f=J.cssHooks[c],c=J.cssProps[c]||c,c==="cssFloat"&&(c="float");if(f&&"get"in f&&(e=f.get(a,!0,d))!==b)return e;if(bK)return bK(a,c)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]}}),J.curCSS=J.css,J.each(["height","width"],function(a,b){J.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return o(a,b,d);J.swap(a,bH,function(){e=o(a,b,d)});return e}},set:function(a,b){if(!bD.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),J.support.opacity||(J.cssHooks.opacity={get:function(a,b){return bB.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=J.isNaN(b)?"":"alpha(opacity="+b*100+")",f=d&&d.filter||c.filter||"";c.filter=bA.test(f)?f.replace(bA,e):f+" "+e}}),J(function(){J.support.reliableMarginRight||(J.cssHooks.marginRight={get:function(a,b){var c;J.swap(a,{display:"inline-block"},function(){b?c=bK(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),G.defaultView&&G.defaultView.getComputedStyle&&(bL=function(a,c){var d,e,f;c=c.replace(bC,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(f=e.getComputedStyle(a,null))d=f.getPropertyValue(c),d===""&&!J.contains(a.ownerDocument.documentElement,a)&&(d=J.style(a,c));return d}),G.documentElement.currentStyle&&(bM=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bD.test(d)&&bE.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bK=bL||bM,J.expr&&J.expr.filters&&(J.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!J.support.reliableHiddenOffsets&&(a.style.display||J.css(a,"display"))==="none"},J.expr.filters.visible=function(a){return!J.expr.filters.hidden(a)});var bN=/%20/g,bO=/\[\]$/,bP=/\r?\n/g,bQ=/#.*$/,bR=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bS=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bT=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bU=/^(?:GET|HEAD)$/,bV=/^\/\//,bW=/\?/,bX=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bY=/^(?:select|textarea)/i,bZ=/\s+/,b$=/([?&])_=[^&]*/,b_=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,ca=J.fn.load,cb={},cc={},cd,ce;try{cd=I.href}catch(cf){cd=G.createElement("a"),cd.href="",cd=cd.href}ce=b_.exec(cd.toLowerCase())||[],J.fn.extend({load:function(a,c,d){if(typeof a!="string"&&ca)return ca.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}var g="GET";c&&(J.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=J.param(c,J.ajaxSettings.traditional),g="POST"));var h=this;J.ajax({url:a,type:g,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),h.html(f?J("<div>").append(c.replace(bX,"")).find(f):c)),d&&h.each(d,[c,b,a])}});return this},serialize:function(){return J.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?J.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bY.test(this.nodeName)||bS.test(this.type))}).map(function(a,b){var c=J(this).val();return c==null?null:J.isArray(c)?J.map(c,function(a,c){return{name:b.name,value:a.replace(bP,"\r\n")}}):{name:b.name,value:c.replace(bP,"\r\n")}}).get()}}),J.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){J.fn[b]=function(a){return this.bind(b,a)}}),J.each(["get","post"],function(a,c){J[c]=function(a,d,e,f){J.isFunction(d)&&(f=f||e,e=d,d=b);return J.ajax({type:c,url:a,data:d,success:e,dataType:f})}}),J.extend({getScript:function(a,c){return J.get(a,b,c,"script")},getJSON:function(a,b,c){return J.get(a,b,c,"json")},ajaxSetup:function(a,b){b?J.extend(!0,a,J.ajaxSettings,b):(b=a,a=J.extend(!0,J.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in J.ajaxSettings&&(a[c]=J.ajaxSettings[c]);return a},ajaxSettings:{url:cd,isLocal:bT.test(ce[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":J.parseJSON,"text xml":J.parseXML}},ajaxPrefilter:n(cb),ajaxTransport:n(cc),ajax:function(a,c){function d(a,c,d,m){if(v!==2){v=2,t&&clearTimeout(t),s=b,q=m||"",y.readyState=a?4:0;var o,p,r,u=d?k(e,y,d):b,x,z;if(a>=200&&a<300||a===304){if(e.ifModified){if(x=y.getResponseHeader("Last-Modified"))J.lastModified[n]=x;if(z=y.getResponseHeader("Etag"))J.etag[n]=z}if(a===304)c="notmodified",o=!0;else try{p=j(e,u),c="success",o=!0}catch(A){c="parsererror",r=A}}else{r=c;if(!c||a)c="error",a<0&&(a=0)}y.status=a,y.statusText=c,o?h.resolveWith(f,[p,c,y]):h.rejectWith(f,[y,c,r]),y.statusCode(l),l=b,w&&g.trigger("ajax"+(o?"Success":"Error"),[y,e,o?p:r]),i.resolveWith(f,[y,c]),w&&(g.trigger("ajaxComplete",[y,e]),--J.active||J.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var e=J.ajaxSetup({},c),f=e.context||e,g=f!==e&&(f.nodeType||f instanceof J)?J(f):J.event,h=J.Deferred(),i=J._Deferred(),l=e.statusCode||{},n,o={},p={},q,r,s,t,u,v=0,w,x,y={readyState:0,setRequestHeader:function(a,b){if(!v){var c=a.toLowerCase();a=p[c]=p[c]||a,o[a]=b}return this},getAllResponseHeaders:function(){return v===2?q:null},getResponseHeader:function(a){var c;if(v===2){if(!r){r={};while(c=bR.exec(q))r[c[1].toLowerCase()]=c[2]}c=r[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){v||(e.mimeType=a);return this},abort:function(a){a=a||"abort",s&&s.abort(a),d(0,a);return this}};h.promise(y),y.success=y.done,y.error=y.fail,y.complete=i.done,y.statusCode=function(a){if(a){var b;if(v<2)for(b in a)l[b]=[l[b],a[b]];else b=a[y.status],y.then(b,b)}return this},e.url=((a||e.url)+"").replace(bQ,"").replace(bV,ce[1]+"//"),e.dataTypes=J.trim(e.dataType||"*").toLowerCase().split(bZ),e.crossDomain==null&&(u=b_.exec(e.url.toLowerCase()),e.crossDomain=!(!u||u[1]==ce[1]&&u[2]==ce[2]&&(u[3]||(u[1]==="http:"?80:443))==(ce[3]||(ce[1]==="http:"?80:443)))),e.data&&e.processData&&typeof e.data!="string"&&(e.data=J.param(e.data,e.traditional)),m(cb,e,c,y);if(v===2)return!1;w=e.global,e.type=e.type.toUpperCase(),e.hasContent=!bU.test(e.type),w&&J.active++===0&&J.event.trigger("ajaxStart");if(!e.hasContent){e.data&&(e.url+=(bW.test(e.url)?"&":"?")+e.data),n=e.url;if(e.cache===!1){var z=J.now(),A=e.url.replace(b$,"$1_="+z);e.url=A+(A===e.url?(bW.test(e.url)?"&":"?")+"_="+z:"")}}(e.data&&e.hasContent&&e.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",e.contentType),e.ifModified&&(n=n||e.url,J.lastModified[n]&&y.setRequestHeader("If-Modified-Since",J.lastModified[n]),J.etag[n]&&y.setRequestHeader("If-None-Match",J.etag[n])),y.setRequestHeader("Accept",e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+(e.dataTypes[0]!=="*"?", */*; q=0.01":""):e.accepts["*"]);for(x in e.headers)y.setRequestHeader(x,e.headers[x]);if(e.beforeSend&&(e.beforeSend.call(f,y,e)===!1||v===2)){y.abort();return!1}for(x in{success:1,error:1,complete:1})y[x](e[x]);s=m(cc,e,c,y);if(!s)d(-1,"No Transport");else{y.readyState=1,w&&g.trigger("ajaxSend",[y,e]),e.async&&e.timeout>0&&(t=setTimeout(function(){y.abort("timeout")},e.timeout));try{v=1,s.send(o,d)}catch(B){status<2?d(-1,B):J.error(B)}}return y},param:function(a,c){var d=[],e=function(a,b){b=J.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=J.ajaxSettings.traditional);if(J.isArray(a)||a.jquery&&!J.isPlainObject(a))J.each(a,function(){e(this.name,this.value)});else for(var f in a)l(f,a[f],c,e);return d.join("&").replace(bN,"+")}}),J.extend({active:0,lastModified:{},etag:{}});var cg=J.now(),ch=/(\=)\?(&|$)|\?\?/i;J.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return J.expando+"_"+cg++}}),J.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ch.test(b.url)||e&&ch.test(b.data))){var f,g=b.jsonpCallback=J.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h=a[g],i=b.url,j=b.data,k="$1"+g+"$2";b.jsonp!==!1&&(i=i.replace(ch,k),b.url===i&&(e&&(j=j.replace(ch,k)),b.data===j&&(i+=(/\?/.test(i)?"&":"?")+b.jsonp+"="+g))),b.url=i,b.data=j,a[g]=function(a){f=[a]},d.always(function(){a[g]=h,f&&J.isFunction(h)&&a[g](f[0])}),b.converters["script json"]=function(){f||J.error(g+" was not called");return f[0]},b.dataTypes[0]="json";return"script"}}),J.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){J.globalEval(a);return a}}}),J.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),J.ajaxTransport("script",function(a){if(a.crossDomain){var c,d=G.head||G.getElementsByTagName("head")[0]||G.documentElement;return{send:function(e,f){c=G.createElement("script"),c.async="async",a.scriptCharset&&(c.charset=a.scriptCharset),c.src=a.url,c.onload=c.onreadystatechange=function(a,e){if(e||!c.readyState||/loaded|complete/.test(c.readyState))c.onload=c.onreadystatechange=null,d&&c.parentNode&&d.removeChild(c),c=b,e||f(200,"success")},d.insertBefore(c,d.firstChild)},abort:function(){c&&c.onload(0,1)}}}});var ci=a.ActiveXObject?function(){for(var a in ck)ck[a](0,1)}:!1,cj=0,ck;J.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&i()||h()}:i,function(a){J.extend(J.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(J.ajaxSettings.xhr()),J.support.ajax&&J.ajaxTransport(function(c){if(!c.crossDomain||J.support.cors){var d;return{send:function(e,f){var g=c.xhr(),h,i;c.username?g.open(c.type,c.url,c.async,c.username,c.password):g.open(c.type,c.url,c.async);if(c.xhrFields)for(i in c.xhrFields)g[i]=c.xhrFields[i];c.mimeType&&g.overrideMimeType&&g.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(i in e)g.setRequestHeader(i,e[i])}catch(j){}g.send(c.hasContent&&c.data||null),d=function(a,e){var i,j,k,l,m;try{if(d&&(e||g.readyState===4)){d=b,h&&(g.onreadystatechange=J.noop,ci&&delete ck[h]);if(e)g.readyState!==4&&g.abort();else{i=g.status,k=g.getAllResponseHeaders(),l={},m=g.responseXML,m&&m.documentElement&&(l.xml=m),l.text=g.responseText;try{j=g.statusText}catch(n){j=""}!i&&c.isLocal&&!c.crossDomain?i=l.text?200:404:i===1223&&(i=204)}}}catch(o){e||f(-1,o)}l&&f(i,j,l,k)},!c.async||g.readyState===4?d():(h=++cj,ci&&(ck||(ck={},J(a).unload(ci)),ck[h]=d),g.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cl={},cm,cn,co=/^(?:toggle|show|hide)$/,cp=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cq,cr=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cs,ct=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;J.fn.extend({show:function(a,b,c){var f,g;if(a||a===0)return this.animate(e("show",3),a,b,c);for(var h=0,i=this.length;h<i;h++)f=this[h],f.style&&(g=f.style.display,!J._data(f,"olddisplay")&&g==="none"&&(g=f.style.display=""),g===""&&J.css(f,"display")==="none"&&J._data(f,"olddisplay",d(f.nodeName)));for(h=0;h<i;h++){f=this[h];if(f.style){g=f.style.display;if(g===""||g==="none")f.style.display=J._data(f,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(e("hide",3),a,b,c);for(var d=0,f=this.length;d<f;d++)if(this[d].style){var g=J.css(this[d],"display");g!=="none"&&!J._data(this[d],"olddisplay")&&J._data(this[d],"olddisplay",g)}for(d=0;d<f;d++)this[d].style&&(this[d].style.display="none");return this},_toggle:J.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";J.isFunction(a)&&J.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:J(this).is(":hidden");J(this)[b?"show":"hide"]()}):this.animate(e("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,e){var f=J.speed(b,c,e);if(J.isEmptyObject(a))return this.each(f.complete,[!1]);a=J.extend({},a);return this[f.queue===!1?"each":"queue"](function(){f.queue===!1&&J._mark(this);var b=J.extend({},f),c=this.nodeType===1,e=c&&J(this).is(":hidden"),g,h,i,j,k,l,m,n,o;b.animatedProperties={};for(i in a){g=J.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]),h=a[g],J.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&e||h==="show"&&!e)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],J.css(this,"display")==="inline"&&J.css(this,"float")==="none"&&(J.support.inlineBlockNeedsLayout?(j=d(this.nodeName),j==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1)):this.style.display="inline-block"))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)k=new J.fx(this,b,i),h=a[i],co.test(h)?k[h==="toggle"?e?"show":"hide":h]():(l=cp.exec(h),m=k.cur(),l?(n=parseFloat(l[2]),o=l[3]||(J.cssNumber[i]?"":"px"),o!=="px"&&(J.style(this,i,(n||1)+o),m=(n||1)/k.cur()*m,J.style(this,i,m+o)),l[1]&&(n=(l[1]==="-="?-1:1)*n+m),k.custom(m,n,o)):k.custom(m,h,""));return!0})},stop:function(a,b){a&&this.queue([]),this.each(function(){var a=J.timers,c=a.length;b||J._unmark(!0,this);while(c--)a[c].elem===this&&(b&&a[c](!0),a.splice(c,1))}),b||this.dequeue();return this}}),J.each({slideDown:e("show",1),slideUp:e("hide",1),slideToggle:e("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){J.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),J.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?J.extend({},a):{complete:c||!c&&b||J.isFunction(a)&&a,duration:a,easing:c&&b||b&&!J.isFunction(b)&&b};d.duration=J.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in J.fx.speeds?J.fx.speeds[d.duration]:J.fx.speeds._default,d.old=d.complete,d.complete=function(a){J.isFunction(d.old)&&d.old.call(this),d.queue!==!1?J.dequeue(this):a!==!1&&J._unmark(this)};return d},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),J.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(J.fx.step[this.prop]||J.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=J.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function d(a){return e.step(a)}var e=this,f=J.fx,h;this.startTime=cs||g(),this.start=a,this.end=b,this.unit=c||this.unit||(J.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,d.elem=this.elem,d()&&J.timers.push(d)&&!cq&&(ct?(cq=!0,h=function(){cq&&(ct(h),f.tick())},ct(h)):cq=setInterval(f.tick,f.interval))},show:function(){this.options.orig[this.prop]=J.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),J(this.elem).show()},hide:function(){this.options.orig[this.prop]=J.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=cs||g(),c=!0,d=this.elem,e=this.options,f,h;if(a||b>=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(f in e.animatedProperties)e.animatedProperties[f]!==!0&&(c=!1);if(c){e.overflow!=null&&!J.support.shrinkWrapBlocks&&J.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&J(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)J.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=J.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},J.extend(J.fx,{tick:function(){for(var a=J.timers,b=0;b<a.length;++b)a[b]()||a.splice(b--,1);a.length||J.fx.stop()},interval:13,stop:function(){clearInterval(cq),cq=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){J.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}}),J.expr&&J.expr.filters&&(J.expr.filters.animated=function(a){return J.grep(J.timers,function(b){return a===b.elem}).length});var cu=/^t(?:able|d|h)$/i,cv=/^(?:body|html)$/i;"getBoundingClientRect"in G.documentElement?J.fn.offset=function(a){var b=this[0],d;if(a)return this.each(function(b){J.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return J.offset.bodyOffset(b);try{d=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,g=f.documentElement;if(!d||!J.contains(g,b))return d?{top:d.top,left:d.left}:{top:0,left:0};var h=f.body,i=c(f),j=g.clientTop||h.clientTop||0,k=g.clientLeft||h.clientLeft||0,l=i.pageYOffset||J.support.boxModel&&g.scrollTop||h.scrollTop,m=i.pageXOffset||J.support.boxModel&&g.scrollLeft||h.scrollLeft,n=d.top+l-j,o=d.left+m-k;return{top:n,left:o}}:J.fn.offset=function(a){var b=this[0];if(a)return this.each(function(b){J.offset.setOffset(this,a,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return J.offset.bodyOffset(b);J.offset.initialize();var c,d=b.offsetParent,e=b,f=b.ownerDocument,g=f.documentElement,h=f.body,i=f.defaultView,j=i?i.getComputedStyle(b,null):b.currentStyle,k=b.offsetTop,l=b.offsetLeft;while((b=b.parentNode)&&b!==h&&b!==g){if(J.offset.supportsFixedPosition&&j.position==="fixed")break;c=i?i.getComputedStyle(b,null):b.currentStyle,k-=b.scrollTop,l-=b.scrollLeft,b===d&&(k+=b.offsetTop,l+=b.offsetLeft,J.offset.doesNotAddBorder&&(!J.offset.doesAddBorderForTableAndCells||!cu.test(b.nodeName))&&(k+=parseFloat(c.borderTopWidth)||0,l+=parseFloat(c.borderLeftWidth)||0),e=d,d=b.offsetParent),J.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"&&(k+=parseFloat(c.borderTopWidth)||0,l+=parseFloat(c.borderLeftWidth)||0),j=c}if(j.position==="relative"||j.position==="static")k+=h.offsetTop,l+=h.offsetLeft;J.offset.supportsFixedPosition&&j.position==="fixed"&&(k+=Math.max(g.scrollTop,h.scrollTop),l+=Math.max(g.scrollLeft,h.scrollLeft));return{top:k,left:l}},J.offset={initialize:function(){var a=G.body,b=G.createElement("div"),c,d,e,f,g=parseFloat(J.css(a,"marginTop"))||0,h="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";J.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=h,a.insertBefore(b,a.firstChild),c=b.firstChild,d=c.firstChild,f=c.nextSibling.firstChild.firstChild,this.doesNotAddBorder=d.offsetTop!==5,this.doesAddBorderForTableAndCells=f.offsetTop===5,d.style.position="fixed",d.style.top="20px",this.supportsFixedPosition=d.offsetTop===20||d.offsetTop===15,d.style.position=d.style.top="",c.style.overflow="hidden",c.style.position="relative",this.subtractsBorderForOverflowNotVisible=d.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==g,a.removeChild(b),J.offset.initialize=J.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;J.offset.initialize(),J.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(J.css(a,"marginTop"))||0,c+=parseFloat(J.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=J.css(a,"position");d==="static"&&(a.style.position="relative");var e=J(a),f=e.offset(),g=J.css(a,"top"),h=J.css(a,"left"),i=(d==="absolute"||d==="fixed")&&J.inArray("auto",[g,h])>-1,j={},k={},l,m;i?(k=e.position(),l=k.top,m=k.left):(l=parseFloat(g)||0,m=parseFloat(h)||0),J.isFunction(b)&&(b=b.call(a,c,f)),b.top!=null&&(j.top=b.top-f.top+l),b.left!=null&&(j.left=b.left-f.left+m),"using"in b?b.using.call(a,j):e.css(j)}},J.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cv.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(J.css(a,"marginTop"))||0,c.left-=parseFloat(J.css(a,"marginLeft"))||0,d.top+=parseFloat(J.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(J.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||G.body;while(a&&!cv.test(a.nodeName)&&J.css(a,"position")==="static")a=a.offsetParent;return a})}}),J.each(["Left","Top"],function(a,d){var e="scroll"+d;J.fn[e]=function(d){var f,g;if(d===b){f=this[0];if(!f)return null;g=c(f);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:J.support.boxModel&&g.document.documentElement[e]||g.document.body[e]:f[e]}return this.each(function(){g=c(this),g?g.scrollTo(a?J(g).scrollLeft():d,a?d:J(g).scrollTop()):this[e]=d})}}),J.each(["Height","Width"],function(a,c){var d=c.toLowerCase();J.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(J.css(a,d,"padding")):null},J.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(J.css(b,d,a?"margin":"border")):null},J.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(J.isFunction(a))return this.each(function(b){var c=J(this);c[d](a.call(this,b,c[d]()))});if(J.isWindow(e)){var f=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&f||e.document.body["client"+c]||f}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var g=J.css(e,d),h=parseFloat(g);return J.isNaN(h)?g:h}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=J})(window);(function(a){function q(c){function e(b){for(;b&&b.nodeName.toLowerCase()!="html";b=b.parentNode){var c=a.css(b,"background-color");if(c&&c.indexOf("rgb")>=0){var e=c.match(/\d+/g);return"#"+d(e[0])+d(e[1])+d(e[2])}if(c&&c!="transparent")return c}return"#ffffff"}function d(a){a=parseInt(a,10).toString(16);return a.length<2?"0"+a:a}b("applying clearType background-color hack");c.each(function(){a(this).css("background-color",e(this))})}function o(b,c){var d=a(c.pager);a.each(b,function(e,f){a.fn.cycle.createPagerAnchor(e,f,d,b,c)});c.updateActivePagerLink(c.pager,c.startingSlide,c.activePagerClass)}function n(b,c){var d=c?1:-1;var e=b.elements;var f=b.$cont[0],g=f.cycleTimeout;if(g){clearTimeout(g);f.cycleTimeout=0}if(b.random&&d<0){b.randomIndex--;if(--b.randomIndex==-2)b.randomIndex=e.length-2;else if(b.randomIndex==-1)b.randomIndex=e.length-1;b.nextSlide=b.randomMap[b.randomIndex]}else if(b.random){b.nextSlide=b.randomMap[b.randomIndex]}else{b.nextSlide=b.currSlide+d;if(b.nextSlide<0){if(b.nowrap)return false;b.nextSlide=e.length-1}else if(b.nextSlide>=e.length){if(b.nowrap)return false;b.nextSlide=0}}var h=b.onPrevNextEvent||b.prevNextClick;if(a.isFunction(h))h(d>0,b.nextSlide,e[b.nextSlide]);l(e,b,1,c);return false}function m(a,c,d,e){if(d.timeoutFn){var f=d.timeoutFn.call(a,a,c,d,e);while(d.fx!="none"&&f-d.speed<250)f+=d.speed;b("calculated timeout: "+f+"; speed: "+d.speed);if(f!==false)return f}return d.timeout}function l(c,d,e,f){if(e&&d.busy&&d.manualTrump){b("manualTrump in go(), stopping active transition");a(c).stop(true,true);d.busy=0}if(d.busy){b("transition active, ignoring new tx request");return}var g=d.$cont[0],h=c[d.currSlide],i=c[d.nextSlide];if(g.cycleStop!=d.stopCount||g.cycleTimeout===0&&!e)return;if(!e&&!g.cyclePause&&!d.bounce&&(d.autostop&&--d.countdown<=0||d.nowrap&&!d.random&&d.nextSlide<d.currSlide)){if(d.end)d.end(d);return}var j=false;if((e||!g.cyclePause)&&d.nextSlide!=d.currSlide){j=true;var k=d.fx;h.cycleH=h.cycleH||a(h).height();h.cycleW=h.cycleW||a(h).width();i.cycleH=i.cycleH||a(i).height();i.cycleW=i.cycleW||a(i).width();if(d.multiFx){if(f&&(d.lastFx==undefined||++d.lastFx>=d.fxs.length))d.lastFx=0;else if(!f&&(d.lastFx==undefined||--d.lastFx<0))d.lastFx=d.fxs.length-1;k=d.fxs[d.lastFx]}if(d.oneTimeFx){k=d.oneTimeFx;d.oneTimeFx=null}a.fn.cycle.resetState(d,k);if(d.before.length)a.each(d.before,function(a,b){if(g.cycleStop!=d.stopCount)return;b.apply(i,[h,i,d,f])});var n=function(){d.busy=0;a.each(d.after,function(a,b){if(g.cycleStop!=d.stopCount)return;b.apply(i,[h,i,d,f])})};b("tx firing("+k+"); currSlide: "+d.currSlide+"; nextSlide: "+d.nextSlide);d.busy=1;if(d.fxFn)d.fxFn(h,i,d,n,f,e&&d.fastOnEvent);else if(a.isFunction(a.fn.cycle[d.fx]))a.fn.cycle[d.fx](h,i,d,n,f,e&&d.fastOnEvent);else a.fn.cycle.custom(h,i,d,n,f,e&&d.fastOnEvent)}if(j||d.nextSlide==d.currSlide){d.lastSlide=d.currSlide;if(d.random){d.currSlide=d.nextSlide;if(++d.randomIndex==c.length)d.randomIndex=0;d.nextSlide=d.randomMap[d.randomIndex];if(d.nextSlide==d.currSlide)d.nextSlide=d.currSlide==d.slideCount-1?0:d.currSlide+1}else if(d.backwards){var o=d.nextSlide-1<0;if(o&&d.bounce){d.backwards=!d.backwards;d.nextSlide=1;d.currSlide=0}else{d.nextSlide=o?c.length-1:d.nextSlide-1;d.currSlide=o?0:d.nextSlide+1}}else{var o=d.nextSlide+1==c.length;if(o&&d.bounce){d.backwards=!d.backwards;d.nextSlide=c.length-2;d.currSlide=c.length-1}else{d.nextSlide=o?0:d.nextSlide+1;d.currSlide=o?c.length-1:d.nextSlide-1}}}if(j&&d.pager)d.updateActivePagerLink(d.pager,d.currSlide,d.activePagerClass);var p=0;if(d.timeout&&!d.continuous)p=m(c[d.currSlide],c[d.nextSlide],d,f);else if(d.continuous&&g.cyclePause)p=10;if(p>0)g.cycleTimeout=setTimeout(function(){l(c,d,0,!d.backwards)},p)}function k(b,c){b.addSlide=function(d,e){var f=a(d),g=f[0];if(!b.autostopCount)b.countdown++;c[e?"unshift":"push"](g);if(b.els)b.els[e?"unshift":"push"](g);b.slideCount=c.length;f.css("position","absolute");f[e?"prependTo":"appendTo"](b.$cont);if(e){b.currSlide++;b.nextSlide++}if(!a.support.opacity&&b.cleartype&&!b.cleartypeNoBg)q(f);if(b.fit&&b.width)f.width(b.width);if(b.fit&&b.height&&b.height!="auto")f.height(b.height);g.cycleH=b.fit&&b.height?b.height:f.height();g.cycleW=b.fit&&b.width?b.width:f.width();f.css(b.cssBefore);if(b.pager||b.pagerAnchorBuilder)a.fn.cycle.createPagerAnchor(c.length-1,g,a(b.pager),c,b);if(a.isFunction(b.onAddSlide))b.onAddSlide(f);else f.hide()}}function j(d){var e,f,g=a.fn.cycle.transitions;if(d.fx.indexOf(",")>0){d.multiFx=true;d.fxs=d.fx.replace(/\s*/g,"").split(",");for(e=0;e<d.fxs.length;e++){var h=d.fxs[e];f=g[h];if(!f||!g.hasOwnProperty(h)||!a.isFunction(f)){c("discarding unknown transition: ",h);d.fxs.splice(e,1);e--}}if(!d.fxs.length){c("No valid transitions named; slideshow terminating.");return false}}else if(d.fx=="all"){d.multiFx=true;d.fxs=[];for(p in g){f=g[p];if(g.hasOwnProperty(p)&&a.isFunction(f))d.fxs.push(p)}}if(d.multiFx&&d.randomizeEffects){var i=Math.floor(Math.random()*20)+30;for(e=0;e<i;e++){var j=Math.floor(Math.random()*d.fxs.length);d.fxs.push(d.fxs.splice(j,1)[0])}b("randomized fx sequence: ",d.fxs)}return true}function i(b){b.original={before:[],after:[]};b.original.cssBefore=a.extend({},b.cssBefore);b.original.cssAfter=a.extend({},b.cssAfter);b.original.animIn=a.extend({},b.animIn);b.original.animOut=a.extend({},b.animOut);a.each(b.before,function(){b.original.before.push(this)});a.each(b.after,function(){b.original.after.push(this)})}function h(b,e,g,h,m){var p=a.extend({},a.fn.cycle.defaults,h||{},a.metadata?b.metadata():a.meta?b.data():{});var r=a.isFunction(b.data)?b.data(p.metaAttr):null;if(r)p=a.extend(p,r);if(p.autostop)p.countdown=p.autostopCount||g.length;var s=b[0];b.data("cycle.opts",p);p.$cont=b;p.stopCount=s.cycleStop;p.elements=g;p.before=p.before?[p.before]:[];p.after=p.after?[p.after]:[];if(!a.support.opacity&&p.cleartype)p.after.push(function(){f(this,p)});if(p.continuous)p.after.push(function(){l(g,p,0,!p.backwards)});i(p);if(!a.support.opacity&&p.cleartype&&!p.cleartypeNoBg)q(e);if(b.css("position")=="static")b.css("position","relative");if(p.width)b.width(p.width);if(p.height&&p.height!="auto")b.height(p.height);if(p.startingSlide)p.startingSlide=parseInt(p.startingSlide,10);else if(p.backwards)p.startingSlide=g.length-1;if(p.random){p.randomMap=[];for(var t=0;t<g.length;t++)p.randomMap.push(t);p.randomMap.sort(function(a,b){return Math.random()-.5});p.randomIndex=1;p.startingSlide=p.randomMap[1]}else if(p.startingSlide>=g.length)p.startingSlide=0;p.currSlide=p.startingSlide||0;var u=p.startingSlide;e.css({position:"absolute",top:0,left:0}).hide().each(function(b){var c;if(p.backwards)c=u?b<=u?g.length+(b-u):u-b:g.length-b;else c=u?b>=u?g.length-(b-u):u-b:g.length-b;a(this).css("z-index",c)});a(g[u]).css("opacity",1).show();f(g[u],p);if(p.fit){if(!p.aspect){if(p.width)e.width(p.width);if(p.height&&p.height!="auto")e.height(p.height)}else{e.each(function(){var b=a(this);var c=p.aspect===true?b.width()/b.height():p.aspect;if(p.width&&b.width()!=p.width){b.width(p.width);b.height(p.width/c)}if(p.height&&b.height()<p.height){b.height(p.height);b.width(p.height*c)}})}}if(p.center&&(!p.fit||p.aspect)){e.each(function(){var b=a(this);b.css({"margin-left":p.width?(p.width-b.width())/2+"px":0,"margin-top":p.height?(p.height-b.height())/2+"px":0})})}if(p.center&&!p.fit&&!p.slideResize){e.each(function(){var b=a(this);b.css({"margin-left":p.width?(p.width-b.width())/2+"px":0,"margin-top":p.height?(p.height-b.height())/2+"px":0})})}var v=p.containerResize&&!b.innerHeight();if(v){var w=0,x=0;for(var y=0;y<g.length;y++){var z=a(g[y]),A=z[0],B=z.outerWidth(),C=z.outerHeight();if(!B)B=A.offsetWidth||A.width||z.attr("width");if(!C)C=A.offsetHeight||A.height||z.attr("height");w=B>w?B:w;x=C>x?C:x}if(w>0&&x>0)b.css({width:w+"px",height:x+"px"})}var D=false;if(p.pause)b.hover(function(){D=true;this.cyclePause++;d(s,true)},function(){D&&this.cyclePause--;d(s,true)});if(j(p)===false)return false;var E=false;h.requeueAttempts=h.requeueAttempts||0;e.each(function(){var b=a(this);this.cycleH=p.fit&&p.height?p.height:b.height()||this.offsetHeight||this.height||b.attr("height")||0;this.cycleW=p.fit&&p.width?p.width:b.width()||this.offsetWidth||this.width||b.attr("width")||0;if(b.is("img")){var d=a.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete;var e=a.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete;var f=a.browser.opera&&(this.cycleW==42&&this.cycleH==19||this.cycleW==37&&this.cycleH==17)&&!this.complete;var g=this.cycleH==0&&this.cycleW==0&&!this.complete;if(d||e||f||g){if(m.s&&p.requeueOnImageNotLoaded&&++h.requeueAttempts<100){c(h.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){a(m.s,m.c).cycle(h)},p.requeueTimeout);E=true;return false}else{c("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(E)return false;p.cssBefore=p.cssBefore||{};p.cssAfter=p.cssAfter||{};p.cssFirst=p.cssFirst||{};p.animIn=p.animIn||{};p.animOut=p.animOut||{};e.not(":eq("+u+")").css(p.cssBefore);a(e[u]).css(p.cssFirst);if(p.timeout){p.timeout=parseInt(p.timeout,10);if(p.speed.constructor==String)p.speed=a.fx.speeds[p.speed]||parseInt(p.speed,10);if(!p.sync)p.speed=p.speed/2;var F=p.fx=="none"?0:p.fx=="shuffle"?500:250;while(p.timeout-p.speed<F)p.timeout+=p.speed}if(p.easing)p.easeIn=p.easeOut=p.easing;if(!p.speedIn)p.speedIn=p.speed;if(!p.speedOut)p.speedOut=p.speed;p.slideCount=g.length;p.currSlide=p.lastSlide=u;if(p.random){if(++p.randomIndex==g.length)p.randomIndex=0;p.nextSlide=p.randomMap[p.randomIndex]}else if(p.backwards)p.nextSlide=p.startingSlide==0?g.length-1:p.startingSlide-1;else p.nextSlide=p.startingSlide>=g.length-1?0:p.startingSlide+1;if(!p.multiFx){var G=a.fn.cycle.transitions[p.fx];if(a.isFunction(G))G(b,e,p);else if(p.fx!="custom"&&!p.multiFx){c("unknown transition: "+p.fx,"; slideshow terminating");return false}}var H=e[u];if(!p.skipInitializationCallbacks){if(p.before.length)p.before[0].apply(H,[H,H,p,true]);if(p.after.length)p.after[0].apply(H,[H,H,p,true])}if(p.next)a(p.next).bind(p.prevNextEvent,function(){return n(p,1)});if(p.prev)a(p.prev).bind(p.prevNextEvent,function(){return n(p,0)});if(p.pager||p.pagerAnchorBuilder)o(g,p);k(p,g);return p}function g(b){if(b.next)a(b.next).unbind(b.prevNextEvent);if(b.prev)a(b.prev).unbind(b.prevNextEvent);if(b.pager||b.pagerAnchorBuilder)a.each(b.pagerAnchors||[],function(){this.unbind().remove()});b.pagerAnchors=null;if(b.destroy)b.destroy(b)}function f(b,c){if(!a.support.opacity&&c.cleartype&&b.style.filter){try{b.style.removeAttribute("filter")}catch(d){}}}function e(b,e,f){function h(b,d,e){if(!b&&d===true){var f=a(e).data("cycle.opts");if(!f){c("options not found, can not resume");return false}if(e.cycleTimeout){clearTimeout(e.cycleTimeout);e.cycleTimeout=0}l(f.elements,f,1,!f.backwards)}}if(b.cycleStop==undefined)b.cycleStop=0;if(e===undefined||e===null)e={};if(e.constructor==String){switch(e){case"destroy":case"stop":var i=a(b).data("cycle.opts");if(!i)return false;b.cycleStop++;if(b.cycleTimeout)clearTimeout(b.cycleTimeout);b.cycleTimeout=0;i.elements&&a(i.elements).stop();a(b).removeData("cycle.opts");if(e=="destroy")g(i);return false;case"toggle":b.cyclePause=b.cyclePause===1?0:1;h(b.cyclePause,f,b);d(b);return false;case"pause":b.cyclePause=1;d(b);return false;case"resume":b.cyclePause=0;h(false,f,b);d(b);return false;case"prev":case"next":var i=a(b).data("cycle.opts");if(!i){c('options not found, "prev/next" ignored');return false}a.fn.cycle[e](i);return false;default:e={fx:e}}return e}else if(e.constructor==Number){var j=e;e=a(b).data("cycle.opts");if(!e){c("options not found, can not advance slide");return false}if(j<0||j>=e.elements.length){c("invalid slide index: "+j);return false}e.nextSlide=j;if(b.cycleTimeout){clearTimeout(b.cycleTimeout);b.cycleTimeout=0}if(typeof f=="string")e.oneTimeFx=f;l(e.elements,e,1,j>=e.currSlide);return false}return e}function d(b,c,d){var e=a(b).data("cycle.opts");var f=!!b.cyclePause;if(f&&e.paused)e.paused(b,e,c,d);else if(!f&&e.resumed)e.resumed(b,e,c,d)}function c(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "))}function b(b){a.fn.cycle.debug&&c(b)}var r="2.9994";if(a.support==undefined){a.support={opacity:!a.browser.msie}}a.expr[":"].paused=function(a){return a.cyclePause};a.fn.cycle=function(d,f){var g={s:this.selector,c:this.context};if(this.length===0&&d!="stop"){if(!a.isReady&&g.s){c("DOM not ready, queuing slideshow");a(function(){a(g.s,g.c).cycle(d,f)});return this}c("terminating; zero elements found by selector"+(a.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var i=e(this,d,f);if(i===false)return;i.updateActivePagerLink=i.updateActivePagerLink||a.fn.cycle.updateActivePagerLink;if(this.cycleTimeout)clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var j=a(this);var k=i.slideExpr?a(i.slideExpr,this):j.children();var n=k.get();var o=h(j,k,n,i,g);if(o===false)return;if(n.length<2){c("terminating; too few slides: "+n.length);return}var p=o.continuous?10:m(n[o.currSlide],n[o.nextSlide],o,!o.backwards);if(p){p+=o.delay||0;if(p<10)p=10;b("first timeout: "+p);this.cycleTimeout=setTimeout(function(){l(n,o,0,!i.backwards)},p)}})};a.fn.cycle.resetState=function(b,c){c=c||b.fx;b.before=[];b.after=[];b.cssBefore=a.extend({},b.original.cssBefore);b.cssAfter=a.extend({},b.original.cssAfter);b.animIn=a.extend({},b.original.animIn);b.animOut=a.extend({},b.original.animOut);b.fxFn=null;a.each(b.original.before,function(){b.before.push(this)});a.each(b.original.after,function(){b.after.push(this)});var d=a.fn.cycle.transitions[c];if(a.isFunction(d))d(b.$cont,a(b.elements),b)};a.fn.cycle.updateActivePagerLink=function(b,c,d){a(b).each(function(){a(this).children().removeClass(d).eq(c).addClass(d)})};a.fn.cycle.next=function(a){n(a,1)};a.fn.cycle.prev=function(a){n(a,0)};a.fn.cycle.createPagerAnchor=function(c,e,f,g,h){var i;if(a.isFunction(h.pagerAnchorBuilder)){i=h.pagerAnchorBuilder(c,e);b("pagerAnchorBuilder("+c+", el) returned: "+i)}else i='<a href="#">'+(c+1)+"</a>";if(!i)return;var j=a(i);if(j.parents("body").length===0){var k=[];if(f.length>1){f.each(function(){var b=j.clone(true);a(this).append(b);k.push(b[0])});j=a(k)}else{j.appendTo(f)}}h.pagerAnchors=h.pagerAnchors||[];h.pagerAnchors.push(j);j.bind(h.pagerEvent,function(b){b.preventDefault();h.nextSlide=c;var d=h.$cont[0],e=d.cycleTimeout;if(e){clearTimeout(e);d.cycleTimeout=0}var f=h.onPagerEvent||h.pagerClick;if(a.isFunction(f))f(h.nextSlide,g[h.nextSlide]);l(g,h,1,h.currSlide<c)});if(!/^click/.test(h.pagerEvent)&&!h.allowPagerClickBubble)j.bind("click.cycle",function(){return false});var m=h.$cont[0];var n=false;if(h.pauseOnPagerHover){j.hover(function(){n=true;m.cyclePause++;d(m,true,true)},function(){n&&m.cyclePause--;d(m,true,true)})}};a.fn.cycle.hopsFromLast=function(a,b){var c,d=a.lastSlide,e=a.currSlide;if(b)c=e>d?e-d:a.slideCount-d;else c=e<d?d-e:d+a.slideCount-e;return c};a.fn.cycle.commonReset=function(b,c,d,e,f,g){a(d.elements).not(b).hide();if(typeof d.cssBefore.opacity=="undefined")d.cssBefore.opacity=1;d.cssBefore.display="block";if(d.slideResize&&e!==false&&c.cycleW>0)d.cssBefore.width=c.cycleW;if(d.slideResize&&f!==false&&c.cycleH>0)d.cssBefore.height=c.cycleH;d.cssAfter=d.cssAfter||{};d.cssAfter.display="none";a(b).css("zIndex",d.slideCount+(g===true?1:0));a(c).css("zIndex",d.slideCount+(g===true?0:1))};a.fn.cycle.custom=function(b,c,d,e,f,g){var h=a(b),i=a(c);var j=d.speedIn,k=d.speedOut,l=d.easeIn,m=d.easeOut;i.css(d.cssBefore);if(g){if(typeof g=="number")j=k=g;else j=k=1;l=m=null}var n=function(){i.animate(d.animIn,j,l,function(){e()})};h.animate(d.animOut,k,m,function(){h.css(d.cssAfter);if(!d.sync)n()});if(d.sync)n()};a.fn.cycle.transitions={fade:function(b,c,d){c.not(":eq("+d.currSlide+")").css("opacity",0);d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.cssBefore.opacity=0});d.animIn={opacity:1};d.animOut={opacity:0};d.cssBefore={top:0,left:0}}};a.fn.cycle.ver=function(){return r};a.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,aspect:false,autostop:0,autostopCount:0,backwards:false,before:null,center:null,cleartype:!a.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,metaAttr:"cycle",next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,skipInitializationCallbacks:false,slideExpr:null,slideResize:1,speed:1e3,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4e3,timeoutFn:null,updateActivePagerLink:null,width:null}})(jQuery);(function(a){a.fn.cycle.transitions.none=function(b,c,d){d.fxFn=function(b,c,d,e){a(c).show();a(b).hide();e()}};a.fn.cycle.transitions.fadeout=function(b,c,d){c.not(":eq("+d.currSlide+")").css({display:"block",opacity:1});d.before.push(function(b,c,d,e,f,g){a(b).css("zIndex",d.slideCount+(!g===true?1:0));a(c).css("zIndex",d.slideCount+(!g===true?0:1))});d.animIn.opacity=1;d.animOut.opacity=0;d.cssBefore.opacity=1;d.cssBefore.display="block";d.cssAfter.zIndex=0};a.fn.cycle.transitions.scrollUp=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.height();d.cssBefore.top=e;d.cssBefore.left=0;d.cssFirst.top=0;d.animIn.top=0;d.animOut.top=-e};a.fn.cycle.transitions.scrollDown=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.height();d.cssFirst.top=0;d.cssBefore.top=-e;d.cssBefore.left=0;d.animIn.top=0;d.animOut.top=e};a.fn.cycle.transitions.scrollLeft=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.width();d.cssFirst.left=0;d.cssBefore.left=e;d.cssBefore.top=0;d.animIn.left=0;d.animOut.left=0-e};a.fn.cycle.transitions.scrollRight=function(b,c,d){b.css("overflow","hidden");d.before.push(a.fn.cycle.commonReset);var e=b.width();d.cssFirst.left=0;d.cssBefore.left=-e;d.cssBefore.top=0;d.animIn.left=0;d.animOut.left=e};a.fn.cycle.transitions.scrollHorz=function(b,c,d){b.css("overflow","hidden").width();d.before.push(function(b,c,d,e){if(d.rev)e=!e;a.fn.cycle.commonReset(b,c,d);d.cssBefore.left=e?c.cycleW-1:1-c.cycleW;d.animOut.left=e?-b.cycleW:b.cycleW});d.cssFirst.left=0;d.cssBefore.top=0;d.animIn.left=0;d.animOut.top=0};a.fn.cycle.transitions.scrollVert=function(b,c,d){b.css("overflow","hidden");d.before.push(function(b,c,d,e){if(d.rev)e=!e;a.fn.cycle.commonReset(b,c,d);d.cssBefore.top=e?1-c.cycleH:c.cycleH-1;d.animOut.top=e?b.cycleH:-b.cycleH});d.cssFirst.top=0;d.cssBefore.left=0;d.animIn.top=0;d.animOut.left=0};a.fn.cycle.transitions.slideX=function(b,c,d){d.before.push(function(b,c,d){a(d.elements).not(b).hide();a.fn.cycle.commonReset(b,c,d,false,true);d.animIn.width=c.cycleW});d.cssBefore.left=0;d.cssBefore.top=0;d.cssBefore.width=0;d.animIn.width="show";d.animOut.width=0};a.fn.cycle.transitions.slideY=function(b,c,d){d.before.push(function(b,c,d){a(d.elements).not(b).hide();a.fn.cycle.commonReset(b,c,d,true,false);d.animIn.height=c.cycleH});d.cssBefore.left=0;d.cssBefore.top=0;d.cssBefore.height=0;d.animIn.height="show";d.animOut.height=0};a.fn.cycle.transitions.shuffle=function(b,c,d){var e,f=b.css("overflow","visible").width();c.css({left:0,top:0});d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-f,top:15};d.els=[];for(e=0;e<c.length;e++)d.els.push(c[e]);for(e=0;e<d.currSlide;e++)d.els.push(d.els.shift());d.fxFn=function(b,c,d,e,f){if(d.rev)f=!f;var g=f?a(b):a(c);a(c).css(d.cssBefore);var h=d.slideCount;g.animate(d.shuffle,d.speedIn,d.easeIn,function(){var c=a.fn.cycle.hopsFromLast(d,f);for(var i=0;i<c;i++)f?d.els.push(d.els.shift()):d.els.unshift(d.els.pop());if(f){for(var j=0,k=d.els.length;j<k;j++)a(d.els[j]).css("z-index",k-j+h)}else{var l=a(b).css("z-index");g.css("z-index",parseInt(l,10)+1+h)}g.animate({left:0,top:0},d.speedOut,d.easeOut,function(){a(f?this:b).hide();if(e)e()})})};a.extend(d.cssBefore,{display:"block",opacity:1,top:0,left:0})};a.fn.cycle.transitions.turnUp=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false);d.cssBefore.top=c.cycleH;d.animIn.height=c.cycleH;d.animOut.width=c.cycleW});d.cssFirst.top=0;d.cssBefore.left=0;d.cssBefore.height=0;d.animIn.top=0;d.animOut.height=0};a.fn.cycle.transitions.turnDown=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false);d.animIn.height=c.cycleH;d.animOut.top=b.cycleH});d.cssFirst.top=0;d.cssBefore.left=0;d.cssBefore.top=0;d.cssBefore.height=0;d.animOut.height=0};a.fn.cycle.transitions.turnLeft=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true);d.cssBefore.left=c.cycleW;d.animIn.width=c.cycleW});d.cssBefore.top=0;d.cssBefore.width=0;d.animIn.left=0;d.animOut.width=0};a.fn.cycle.transitions.turnRight=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true);d.animIn.width=c.cycleW;d.animOut.left=b.cycleW});a.extend(d.cssBefore,{top:0,left:0,width:0});d.animIn.left=0;d.animOut.width=0};a.fn.cycle.transitions.zoom=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,false,true);d.cssBefore.top=c.cycleH/2;d.cssBefore.left=c.cycleW/2;a.extend(d.animIn,{top:0,left:0,width:c.cycleW,height:c.cycleH});a.extend(d.animOut,{width:0,height:0,top:b.cycleH/2,left:b.cycleW/2})});d.cssFirst.top=0;d.cssFirst.left=0;d.cssBefore.width=0;d.cssBefore.height=0};a.fn.cycle.transitions.fadeZoom=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,false);d.cssBefore.left=c.cycleW/2;d.cssBefore.top=c.cycleH/2;a.extend(d.animIn,{top:0,left:0,width:c.cycleW,height:c.cycleH})});d.cssBefore.width=0;d.cssBefore.height=0;d.animOut.opacity=0};a.fn.cycle.transitions.blindX=function(b,c,d){var e=b.css("overflow","hidden").width();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.animIn.width=c.cycleW;d.animOut.left=b.cycleW});d.cssBefore.left=e;d.cssBefore.top=0;d.animIn.left=0;d.animOut.left=e};a.fn.cycle.transitions.blindY=function(b,c,d){var e=b.css("overflow","hidden").height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.animIn.height=c.cycleH;d.animOut.top=b.cycleH});d.cssBefore.top=e;d.cssBefore.left=0;d.animIn.top=0;d.animOut.top=e};a.fn.cycle.transitions.blindZ=function(b,c,d){var e=b.css("overflow","hidden").height();var f=b.width();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);d.animIn.height=c.cycleH;d.animOut.top=b.cycleH});d.cssBefore.top=e;d.cssBefore.left=f;d.animIn.top=0;d.animIn.left=0;d.animOut.top=e;d.animOut.left=f};a.fn.cycle.transitions.growX=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true);d.cssBefore.left=this.cycleW/2;d.animIn.left=0;d.animIn.width=this.cycleW;d.animOut.left=0});d.cssBefore.top=0;d.cssBefore.width=0};a.fn.cycle.transitions.growY=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false);d.cssBefore.top=this.cycleH/2;d.animIn.top=0;d.animIn.height=this.cycleH;d.animOut.top=0});d.cssBefore.height=0;d.cssBefore.left=0};a.fn.cycle.transitions.curtainX=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,false,true,true);d.cssBefore.left=c.cycleW/2;d.animIn.left=0;d.animIn.width=this.cycleW;d.animOut.left=b.cycleW/2;d.animOut.width=0});d.cssBefore.top=0;d.cssBefore.width=0};a.fn.cycle.transitions.curtainY=function(b,c,d){d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,false,true);d.cssBefore.top=c.cycleH/2;d.animIn.top=0;d.animIn.height=c.cycleH;d.animOut.top=b.cycleH/2;d.animOut.height=0});d.cssBefore.height=0;d.cssBefore.left=0};a.fn.cycle.transitions.cover=function(b,c,d){var e=d.direction||"left";var f=b.css("overflow","hidden").width();var g=b.height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d);if(e=="right")d.cssBefore.left=-f;else if(e=="up")d.cssBefore.top=g;else if(e=="down")d.cssBefore.top=-g;else d.cssBefore.left=f});d.animIn.left=0;d.animIn.top=0;d.cssBefore.top=0;d.cssBefore.left=0};a.fn.cycle.transitions.uncover=function(b,c,d){var e=d.direction||"left";var f=b.css("overflow","hidden").width();var g=b.height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,true,true);if(e=="right")d.animOut.left=f;else if(e=="up")d.animOut.top=-g;else if(e=="down")d.animOut.top=g;else d.animOut.left=-f});d.animIn.left=0;d.animIn.top=0;d.cssBefore.top=0;d.cssBefore.left=0};a.fn.cycle.transitions.toss=function(b,c,d){var e=b.css("overflow","visible").width();var f=b.height();d.before.push(function(b,c,d){a.fn.cycle.commonReset(b,c,d,true,true,true);if(!d.animOut.left&&!d.animOut.top)a.extend(d.animOut,{left:e*2,top:-f/2,opacity:0});else d.animOut.opacity=0});d.cssBefore.left=0;d.cssBefore.top=0;d.animIn.left=0};a.fn.cycle.transitions.wipe=function(b,c,d){var e=b.css("overflow","hidden").width();var f=b.height();d.cssBefore=d.cssBefore||{};var g;if(d.clip){if(/l2r/.test(d.clip))g="rect(0px 0px "+f+"px 0px)";else if(/r2l/.test(d.clip))g="rect(0px "+e+"px "+f+"px "+e+"px)";else if(/t2b/.test(d.clip))g="rect(0px "+e+"px 0px 0px)";else if(/b2t/.test(d.clip))g="rect("+f+"px "+e+"px "+f+"px 0px)";else if(/zoom/.test(d.clip)){var h=parseInt(f/2,10);var i=parseInt(e/2,10);g="rect("+h+"px "+i+"px "+h+"px "+i+"px)"}}d.cssBefore.clip=d.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var j=d.cssBefore.clip.match(/(\d+)/g);var k=parseInt(j[0],10),l=parseInt(j[1],10),m=parseInt(j[2],10),n=parseInt(j[3],10);d.before.push(function(b,c,d){if(b==c)return;var g=a(b),h=a(c);a.fn.cycle.commonReset(b,c,d,true,true,false);d.cssAfter.display="block";var i=1,j=parseInt(d.speedIn/13,10)-1;(function o(){var a=k?k-parseInt(i*(k/j),10):0;var b=n?n-parseInt(i*(n/j),10):0;var c=m<f?m+parseInt(i*((f-m)/j||1),10):f;var d=l<e?l+parseInt(i*((e-l)/j||1),10):e;h.css({clip:"rect("+a+"px "+d+"px "+c+"px "+b+"px)"});i++<=j?setTimeout(o,13):g.css("display","none")})()});a.extend(d.cssBefore,{display:"block",opacity:1,top:0,left:0});d.animIn={left:0};d.animOut={left:0}}})(jQuery);var Cufon=function(){function o(a,b){var c=a.nodeName.toLowerCase();if(b.ignore[c]){return}var d=!b.textless[c];var e=r.getStyle(h(a,b)).extend(b);var f=j(a,e),g,i,k,l,m,o;if(!f){return}for(g=a.firstChild;g;g=k){i=g.nodeType;k=g.nextSibling;if(d&&i==3){if(l){l.appendData(g.data);a.removeChild(g)}else{l=g}if(k){continue}}if(l){a.replaceChild(n(f,r.whiteSpace(l.data,e,l,o),e,b,g,a),l);l=null}if(i==1){if(g.firstChild){if(g.nodeName.toLowerCase()=="cufon"){x[b.engine](f,null,e,b,g,a)}else{arguments.callee(g,b)}}o=g}}}function n(a,b,c,d,e,f){var g=document.createDocumentFragment(),h;if(b===""){return g}var i=d.separate;var j=b.split(A[i]),k=i=="words";if(k&&s){if(/^\s/.test(b)){j.unshift("")}if(/\s$/.test(b)){j.push("")}}for(var l=0,m=j.length;l<m;++l){h=x[d.engine](a,k?r.textAlign(j[l],c,l,m):j[l],c,d,e,f,l<m-1);if(h){g.appendChild(h)}}return g}function m(){var a={},b,c;for(var d=0,e=arguments.length;b=arguments[d],d<e;++d){for(c in b){if(l(b,c)){a[c]=b[c]}}}return a}function l(a,b){return a.hasOwnProperty(b)}function k(a){return document.getElementsByTagName(a)}function j(a,b){var c=r.quotedList(b.get("fontFamily").toLowerCase()),d;for(var e=0;d=c[e];++e){if(y[d]){return y[d].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function i(a){var b={};return function(c){if(!l(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function h(a,b){var c=t.get(a);if(c.options){return a}if(b.hover&&b.hoverables[a.nodeName.toLowerCase()]){u.attach(a)}c.options=b;return a}function g(a,b,c){if(a.addEventListener){a.addEventListener(b,c,false)}else{if(a.attachEvent){a.attachEvent("on"+b,function(){return c.call(a,window.event)})}}}function f(a){var b={},c={};this.extend=function(a){for(var c in a){if(l(a,c)){b[c]=a[c]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:a[c]};this.getSize=function(a,b){return c[a]||(c[a]=new r.Size(this.get(a),b))};this.isUsable=function(){return!!a}}function e(){function a(a){return a.cufid||(a.cufid=++c)}var b={},c=0;this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function d(){function a(a){var d=[],e;for(var f=0;e=a[f];++f){d[f]=b[c[e]]}return d}var b=[],c={};this.add=function(a,d){c[a]=b.push(d)-1};this.repeat=function(){var c=arguments.length?a(arguments):b,d;for(var e=0;d=c[e++];){p.replace(d[0],d[1],true)}}}function c(){function d(a,b){setTimeout(function(){var c=t.get(a).options;p.replace(a,b?m(c,c.hover):c,true)},10)}function c(a){d(this,a.type=="mouseenter")}function b(b){var c=b.relatedTarget;if(!c||a(this,c)){return}d(this,b.type=="mouseover")}function a(a,b){if(a.contains){return a.contains(b)}return a.compareDocumentPosition(b)&16}this.attach=function(a){if(a.onmouseenter===undefined){g(a,"mouseover",b);g(a,"mouseout",b)}else{g(a,"mouseenter",c);g(a,"mouseleave",c)}}}function b(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(c,d){var e=a[c]||a[b[c]]||a.normal||a.italic||a.oblique;if(!e){return null}d={normal:400,bold:700}[d]||parseInt(d,10);if(e[d]){return e[d]}var f={1:1,99:0}[d%100],g=[],h,i;if(f===undefined){f=d>400}if(d==500){d=400}for(var j in e){if(!l(e,j)){continue}j=parseInt(j,10);if(!h||j<h){h=j}if(!i||j>i){i=j}g.push(j)}if(d<h){d=h}if(d>i){d=i}g.sort(function(a,b){return(f?a>=d&&b>=d?a<b:a>b:a<=d&&b<=d?a>b:a<b)?-1:1});return e[g[0]]}}function a(a){var b=this.face=a.face,c={" ":1," ":1,"　":1};this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=function(){var a=b.bbox.split(/\s+/);var c={minX:parseInt(a[0],10),minY:parseInt(a[1],10),maxX:parseInt(a[2],10),maxY:parseInt(a[3],10)};c.width=c.maxX-c.minX;c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c}();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(a,b,d){var e=this.glyphs,f,g,h,i=[],j=0,k=-1,l=-1,m;while(m=a[++k]){f=e[m]||this.missingGlyph;if(!f){continue}if(g){j-=h=g[m]||0;i[l]-=h}j+=i[++l]=~~(f.w||this.w)+b+(c[m]?d:0);g=f.k}i.total=j;return i}}var p=function(){return p.replace.apply(null,arguments)};var q=p.DOM={ready:function(){var a=false,b={loaded:1,complete:1};var c=[],d=function(){if(a){return}a=true;for(var b;b=c.shift();b()){};};if(document.addEventListener){document.addEventListener("DOMContentLoaded",d,false);window.addEventListener("pageshow",d,false)}if(!window.opera&&document.readyState){(function(){b[document.readyState]?d():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");d()}catch(a){setTimeout(arguments.callee,1)}})()}g(window,"load",d);return function(b){if(!arguments.length){d()}else{a?b():c.push(b)}}}(),root:function(){return document.documentElement||document.body}};var r=p.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(a){return a/b*this.value};this.convertFrom=function(a){return a/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(a,b){var c=a.className;a.className=c+(c&&" ")+b;return a},color:i(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(a,c,d){b.opacity=parseFloat(d);return"rgb("+c+")"});return b}),fontStretch:i(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":.5,"extra-condensed":.625,condensed:.75,"semi-condensed":.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new f(b.getComputedStyle(a,null))}if(a.currentStyle){return new f(a.currentStyle)}return new f(a.style)},gradient:i(function(a){var b={id:a,type:a.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},c=a.substr(a.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,e=c.length,f;d<e;++d){f=c[d].split("=",2).reverse();b.stops.push([f[1]||d/(e-1),f[0]])}return b}),quotedList:i(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:i(function(a){var b=document.createElement("style"),c,d,e;b.type="text/css";b.media=a;try{b.appendChild(document.createTextNode("/**/"))}catch(f){}d=k("head")[0];d.insertBefore(b,d.firstChild);c=b.sheet||b.styleSheet;e=c&&!c.disabled;d.removeChild(b);return e}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,c,d){if(b.get("textAlign")=="right"){if(c>0){a=" "+a}}else{if(c<d-1){a+=" "}}return a},textShadow:i(function(a){if(a=="none"){return null}var b=[],c={},d,e=0;var f=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(d=f.exec(a)){if(d[0]==","){b.push(c);c={};e=0}else{if(d[1]){c.color=d[1]}else{c[["offX","offY","blur"][e++]]=d[2]}}}b.push(c);return b}),textTransform:function(){var a={uppercase:function(a){return a.toUpperCase()},lowercase:function(a){return a.toLowerCase()},capitalize:function(a){return a.replace(/\b./g,function(a){return a.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}}(),whiteSpace:function(){var a={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,c=/\s+$/;return function(d,e,f,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[e.get("display")]){return d}if(!f.previousSibling){d=d.replace(b,"")}if(!f.nextSibling){d=d.replace(c,"")}return d}}()};r.ready=function(){function c(){if(document.createStyleSheet){return true}var b,c;for(c=0;b=h[c];++c){if(b.rel.toLowerCase()=="stylesheet"&&!a(b)){return false}}for(c=0;b=i[c];++c){if(!a(b)){return false}}return true}function b(a,c){if(!r.recognizesMedia(c||"all")){return true}if(!a||a.disabled){return false}try{var d=a.cssRules,e;if(d){search:for(var f=0,g=d.length;e=d[f],f<g;++f){switch(e.type){case 2:break;case 3:if(!b(e.styleSheet,e.media.mediaText)){return false}break;default:break search}}}}catch(h){}return true}function a(a){return a.disabled||b(a.sheet,a.media||"screen")}var d=!r.recognizesMedia("all"),e=false;var f=[],g=function(){d=true;for(var a;a=f.shift();a()){};};var h=k("link"),i=k("style");q.ready(function(){if(!e){e=r.getStyle(document.body).isUsable()}if(d||e&&c()){g()}else{setTimeout(arguments.callee,10)}});return function(a){if(d){a()}else{f.push(a)}}}();var s=" ".split(/\s+/).length==0;var t=new e;var u=new c;var v=new d;var w=false;var x={},y={},z={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(a){return jQuery(a)}||window.dojo&&dojo.query||window.Ext&&Ext.query||window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query||window.$$&&function(a){return $$(a)}||window.$&&function(a){return $(a)}||document.querySelectorAll&&function(a){return document.querySelectorAll(a)}||k,separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var A={words:/\s/.test(" ")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};p.now=function(){q.ready();return p};p.refresh=function(){v.repeat.apply(v,arguments);return p};p.registerEngine=function(a,b){if(!b){return p}x[a]=b;return p.set("engine",a)};p.registerFont=function(c){if(!c){return p}var d=new a(c),e=d.family;if(!y[e]){y[e]=new b}y[e].add(d);return p.set("fontFamily",'"'+e+'"')};p.replace=function(a,b,c){b=m(z,b);if(!b.engine){return p}if(!w){r.addClass(q.root(),"cufon-active cufon-loading");r.ready(function(){r.addClass(r.removeClass(q.root(),"cufon-loading"),"cufon-ready")});w=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=r.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=r.gradient(b.color)}else{delete b.textGradient}if(!c){v.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}r.ready(function(){for(var c=0,d=a.length;c<d;++c){var e=a[c];if(typeof e=="string"){p.replace(b.selector(e),b,true)}else{o(e,b)}}});return p};p.set=function(a,b){z[a]=b;return p};return p}();Cufon.registerEngine("vml",function(){function d(a){var b=a.id;if(!h[b]){var c=a.stops,d=document.createElement("cvml:fill"),e=[];d.type="gradient";d.angle=180;d.focus="0";d.method="sigma";d.color=c[0][1];for(var f=1,g=c.length-1;f<g;++f){e.push(c[f][0]*100+"% "+c[f][1])}d.colors=e.join(",");d.color2=c[g][1];h[b]=d}return h[b]}function c(a,c,d,e){var f="computed"+e,g=c[f];if(isNaN(g)){g=c.get(e);c[f]=g=g=="normal"?0:~~d.convertFrom(b(a,g))}return g}function b(a,b){if(b==="0"){return 0}if(/px$/i.test(b)){return parseFloat(b)}var c=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b.replace("%","em");var e=a.style.pixelLeft;a.style.left=c;a.runtimeStyle.left=d;return e}function a(a,c){return b(a,/(?:em|ex|%)$|^[a-z-]+$/i.test(c)?"1em":c)}var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var f=document.createElement("cvml:shape");f.style.behavior="url(#default#VML)";if(!f.coordsize){return}f=null;var g=(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:'+(g?"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;"));var h={};return function(e,f,h,i,j,k,l){var m=f===null;if(m){f=j.alt}var n=e.viewBox;var o=h.computedFontSize||(h.computedFontSize=new Cufon.CSS.Size(a(k,h.get("fontSize"))+"px",e.baseSize));var p,q;if(m){p=j;q=j.firstChild}else{p=document.createElement("cufon");p.className="cufon cufon-vml";p.alt=f;q=document.createElement("cufoncanvas");p.appendChild(q);if(i.printable){var r=document.createElement("cufontext");r.appendChild(document.createTextNode(f));p.appendChild(r)}if(!l){p.appendChild(document.createElement("cvml:shape"))}}var s=p.style;var t=q.style;var u=o.convert(n.height),v=Math.ceil(u);var w=v/u;var x=w*Cufon.CSS.fontStretch(h.get("fontStretch"));var y=n.minX,z=n.minY;t.height=v;t.top=Math.round(o.convert(z-e.ascent));t.left=Math.round(o.convert(y));s.height=o.convert(e.height)+"px";var A=h.get("color");var B=Cufon.CSS.textTransform(f,h).split("");var C=e.spacing(B,c(k,h,o,"letterSpacing"),c(k,h,o,"wordSpacing"));if(!C.length){return null}var D=C.total;var E=-y+D+(n.width-C[C.length-1]);var F=o.convert(E*x),G=Math.round(F);var H=E+","+n.height,I;var J="r"+H+"ns";var K=i.textGradient&&d(i.textGradient);var L=e.glyphs,M=0;var N=i.textShadow;var O=-1,P=0,Q;while(Q=B[++O]){var R=L[B[O]]||e.missingGlyph,S;if(!R){continue}if(m){S=q.childNodes[P];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");q.appendChild(S)}S.stroked="f";S.coordsize=H;S.coordorigin=I=y-M+","+z;S.path=(R.d?"m"+R.d+"xe":"")+"m"+I+J;S.fillcolor=A;if(K){S.appendChild(K.cloneNode(false))}var T=S.style;T.width=G;T.height=v;if(N){var U=N[0],V=N[1];var W=Cufon.CSS.color(U.color),X;var Y=document.createElement("cvml:shadow");Y.on="t";Y.color=W.color;Y.offset=U.offX+","+U.offY;if(V){X=Cufon.CSS.color(V.color);Y.type="double";Y.color2=X.color;Y.offset2=V.offX+","+V.offY}Y.opacity=W.opacity||X&&X.opacity||1;S.appendChild(Y)}M+=C[P++]}var Z=S.nextSibling,$,_;if(i.forceHitArea){if(!Z){Z=document.createElement("cvml:rect");Z.stroked="f";Z.className="cufon-vml-cover";$=document.createElement("cvml:fill");$.opacity=0;Z.appendChild($);q.appendChild(Z)}_=Z.style;_.width=G;_.height=v}else{if(Z){q.removeChild(Z)}}s.width=Math.max(Math.ceil(o.convert(D*x)),0);if(g){var ba=h.computedYAdjust;if(ba===undefined){var bb=h.get("lineHeight");if(bb=="normal"){bb="1em"}else{if(!isNaN(bb)){bb+="em"}}h.computedYAdjust=ba=.5*(b(k,bb)-parseFloat(s.height))}if(ba){s.marginTop=Math.ceil(ba)+"px";s.marginBottom=ba+"px"}}return p}}());Cufon.registerEngine("canvas",function(){function b(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}function a(a,b){var c=0,d=0;var e=[],f=/([mrvxe])([^a-z]*)/g,g;generate:for(var h=0;g=f.exec(a);++h){var i=g[2].split(",");switch(g[1]){case"v":e[h]={m:"bezierCurveTo",a:[c+~~i[0],d+~~i[1],c+~~i[2],d+~~i[3],c+=~~i[4],d+=~~i[5]]};break;case"r":e[h]={m:"lineTo",a:[c+=~~i[0],d+=~~i[1]]};break;case"m":e[h]={m:"moveTo",a:[c=~~i[0],d=~~i[1]]};break;case"x":e[h]={m:"closePath"};break;case"e":break generate}b[e[h].m].apply(b,e[h].a)}return e}var c=document.createElement("canvas");if(!c||!c.getContext||!c.getContext.apply){return}c=null;var d=Cufon.CSS.supports("display","inline-block");var e=!d&&(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;}"+(d?"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);return function(c,e,f,g,h,i){function j(){var d=c.glyphs,e,f=-1,g=-1,h;N.scale(I,1);while(h=x[++f]){var e=d[x[f]]||c.missingGlyph;if(!e){continue}if(e.d){N.beginPath();if(e.code){b(e.code,N)}else{e.code=a("m"+e.d,N)}N.fill()}N.translate(y[++g],0)}N.restore()}var k=e===null;if(k){e=h.getAttribute("alt")}var l=c.viewBox;var m=f.getSize("fontSize",c.baseSize);var n=0,o=0,p=0,q=0;var r=g.textShadow,s=[];if(r){for(var t=r.length;t--;){var u=r[t];var v=m.convertFrom(parseFloat(u.offX));var w=m.convertFrom(parseFloat(u.offY));s[t]=[v,w];if(w<n){n=w}if(v>o){o=v}if(w>p){p=w}if(v<q){q=v}}}var x=Cufon.CSS.textTransform(e,f).split("");var y=c.spacing(x,~~m.convertFrom(parseFloat(f.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(f.get("wordSpacing"))||0));if(!y.length){return null}var z=y.total;o+=l.width-y[y.length-1];q+=l.minX;var A,B;if(k){A=h;B=h.firstChild}else{A=document.createElement("cufon");A.className="cufon cufon-canvas";A.setAttribute("alt",e);B=document.createElement("canvas");A.appendChild(B);if(g.printable){var C=document.createElement("cufontext");C.appendChild(document.createTextNode(e));A.appendChild(C)}}var D=A.style;var E=B.style;var F=m.convert(l.height);var G=Math.ceil(F);var H=G/F;var I=H*Cufon.CSS.fontStretch(f.get("fontStretch"));var J=z*I;var K=Math.ceil(m.convert(J+o-q));var L=Math.ceil(m.convert(l.height-n+p));B.width=K;B.height=L;E.width=K+"px";E.height=L+"px";n+=l.minY;E.top=Math.round(m.convert(n-c.ascent))+"px";E.left=Math.round(m.convert(q))+"px";var M=Math.max(Math.ceil(m.convert(J)),0)+"px";if(d){D.width=M;D.height=m.convert(c.height)+"px"}else{D.paddingLeft=M;D.paddingBottom=m.convert(c.height)-1+"px"}var N=B.getContext("2d"),O=F/l.height;N.scale(O,O*H);N.translate(-q,-n);N.save();if(r){for(var t=r.length;t--;){var u=r[t];N.save();N.fillStyle=u.color;N.translate.apply(N,s[t]);j()}}var P=g.textGradient;if(P){var Q=P.stops,R=N.createLinearGradient(0,l.minY,0,l.maxY);for(var t=0,S=Q.length;t<S;++t){R.addColorStop.apply(R,Q[t])}N.fillStyle=R}else{N.fillStyle=f.get("color")}j();return A}}());(function(a,b,c){function j(c,d,e){e=b.createElement("div"),c&&(e.id=m+c),e.style.cssText=d||"";return a(e)}function i(a,b){return Math.round((/%/.test(a)?(b==="x"?G.width():G.height())/100:1)*parseInt(a,10))}function h(a){return R.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(a)}function g(b){R=a.extend({},a.data(W,l));for(b in R)a.isFunction(R[b])&&b.substring(0,2)!=="on"&&(R[b]=R[b].call(W));R.rel=R.rel||W.rel||"nofollow",R.href=R.href||a(W).attr("href"),R.title=R.title||W.title,typeof R.href=="string"&&(R.href=a.trim(R.href))}function f(b,c){c&&c.call(W),a.event.trigger(b)}function e(){var a,b=m+"Slideshow_",c="click."+m,d,e,f;R.slideshow&&F[1]?(d=function(){M.text(R.slideshowStop).unbind(c).bind(q,function(){if(X<F.length-1||R.loop)a=setTimeout(bc.next,R.slideshowSpeed)}).bind(p,function(){clearTimeout(a)}).one(c+" "+r,e),y.removeClass(b+"off").addClass(b+"on"),a=setTimeout(bc.next,R.slideshowSpeed)},e=function(){clearTimeout(a),M.text(R.slideshowStart).unbind([q,p,r,c].join(" ")).one(c,d),y.removeClass(b+"on").addClass(b+"off")},R.slideshowAuto?d():e()):y.removeClass(b+"off "+b+"on")}function d(b){if(!_){W=b,g(),F=a(W),X=0,R.rel!=="nofollow"&&(F=a("."+n).filter(function(){var b=a.data(this,l).rel||this.rel;return b===R.rel}),X=F.index(W),X===-1&&(F=F.add(W),X=F.length-1));if(!Z){Z=$=!0,y.show();if(R.returnFocus)try{W.blur(),a(W).one(s,function(){try{this.focus()}catch(a){}})}catch(c){}x.css({opacity:+R.opacity,cursor:R.overlayClose?"pointer":"auto"}).show(),R.w=i(R.initialWidth,"x"),R.h=i(R.initialHeight,"y"),bc.position(),v&&G.bind("resize."+w+" scroll."+w,function(){x.css({width:G.width(),height:G.height(),top:G.scrollTop(),left:G.scrollLeft()})}).trigger("resize."+w),f(o,R.onOpen),Q.add(K).hide(),P.html(R.close).show()}bc.load(!0)}}var k={transition:"elastic",speed:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,inline:!1,html:!1,iframe:!1,fastIframe:!0,photo:!1,href:!1,title:!1,rel:!1,opacity:.9,preloading:!0,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:!1,returnFocus:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:!1},l="colorbox",m="cbox",n=m+"Element",o=m+"_open",p=m+"_load",q=m+"_complete",r=m+"_cleanup",s=m+"_closed",t=m+"_purge",u=a.browser.msie&&!a.support.opacity,v=u&&a.browser.version<7,w=m+"_IE6",x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,$,_,ba,bb,bc;bc=a.fn[l]=a[l]=function(b,c){var e=this;b=b||{};if(!e[0]){if(e.selector)return e;e=a("<a/>"),b.open=!0}c&&(b.onComplete=c),e.each(function(){a.data(this,l,a.extend({},a.data(this,l)||k,b)),a(this).addClass(n)}),(a.isFunction(b.open)&&b.open.call(e)||b.open)&&d(e[0]);return e},bc.init=function(){G=a(c),y=j().attr({id:l,"class":u?m+(v?"IE6":"IE"):""}),x=j("Overlay",v?"position:absolute":"").hide(),z=j("Wrapper"),A=j("Content").append(H=j("LoadedContent","width:0; height:0; overflow:hidden"),J=j("LoadingOverlay").add(j("LoadingGraphic")),K=j("Title"),L=j("Current"),N=j("Next"),O=j("Previous"),M=j("Slideshow").bind(o,e),P=j("Close")),z.append(j().append(j("TopLeft"),B=j("TopCenter"),j("TopRight")),j(!1,"clear:left").append(C=j("MiddleLeft"),A,D=j("MiddleRight")),j(!1,"clear:left").append(j("BottomLeft"),E=j("BottomCenter"),j("BottomRight"))).children().children().css({"float":"left"}),I=j(!1,"position:absolute; width:9999px; visibility:hidden; display:none"),a("body").prepend(x,y.append(z,I)),A.children().hover(function(){a(this).addClass("hover")},function(){a(this).removeClass("hover")}).addClass("hover"),S=B.height()+E.height()+A.outerHeight(!0)-A.height(),T=C.width()+D.width()+A.outerWidth(!0)-A.width(),U=H.outerHeight(!0),V=H.outerWidth(!0),y.css({"padding-bottom":S,"padding-right":T}).hide(),N.click(function(){bc.next()}),O.click(function(){bc.prev()}),P.click(function(){bc.close()}),Q=N.add(O).add(L).add(M),A.children().removeClass("hover"),x.click(function(){R.overlayClose&&bc.close()}),a(b).bind("keydown."+m,function(a){var b=a.keyCode;Z&&R.escKey&&b===27&&(a.preventDefault(),bc.close()),Z&&R.arrowKey&&F[1]&&(b===37?(a.preventDefault(),O.click()):b===39&&(a.preventDefault(),N.click()))})},bc.remove=function(){y.add(x).remove(),a("."+n).removeData(l).removeClass(n)},bc.position=function(a,c){function d(a){B[0].style.width=E[0].style.width=A[0].style.width=a.style.width,J[0].style.height=J[1].style.height=A[0].style.height=C[0].style.height=D[0].style.height=a.style.height}var e=0,f=0;G.unbind("resize."+m),y.hide(),R.fixed&&!v?y.css({position:"fixed"}):(e=G.scrollTop(),f=G.scrollLeft(),y.css({position:"absolute"})),R.right!==!1?f+=Math.max(G.width()-R.w-V-T-i(R.right,"x"),0):R.left!==!1?f+=i(R.left,"x"):f+=Math.round(Math.max(G.width()-R.w-V-T,0)/2),R.bottom!==!1?e+=Math.max(b.documentElement.clientHeight-R.h-U-S-i(R.bottom,"y"),0):R.top!==!1?e+=i(R.top,"y"):e+=Math.round(Math.max(b.documentElement.clientHeight-R.h-U-S,0)/2),y.show(),a=y.width()===R.w+V&&y.height()===R.h+U?0:a||0,z[0].style.width=z[0].style.height="9999px",y.dequeue().animate({width:R.w+V,height:R.h+U,top:e,left:f},{duration:a,complete:function(){d(this),$=!1,z[0].style.width=R.w+V+T+"px",z[0].style.height=R.h+U+S+"px",c&&c(),setTimeout(function(){G.bind("resize."+m,bc.position)},1)},step:function(){d(this)}})},bc.resize=function(a){if(Z){a=a||{},a.width&&(R.w=i(a.width,"x")-V-T),a.innerWidth&&(R.w=i(a.innerWidth,"x")),H.css({width:R.w}),a.height&&(R.h=i(a.height,"y")-U-S),a.innerHeight&&(R.h=i(a.innerHeight,"y"));if(!a.innerHeight&&!a.height){var b=H.wrapInner("<div style='overflow:auto'></div>").children();R.h=b.height(),b.replaceWith(b.children())}H.css({height:R.h}),bc.position(R.transition==="none"?0:R.speed)}},bc.prep=function(b){function d(){R.w=R.w||H.width(),R.w=R.mw&&R.mw<R.w?R.mw:R.w;return R.w}function c(){R.h=R.h||H.height(),R.h=R.mh&&R.mh<R.h?R.mh:R.h;return R.h}if(!!Z){var e,g=R.transition==="none"?0:R.speed;H.remove(),H=j("LoadedContent").append(b),H.hide().appendTo(I.show()).css({width:d(),overflow:R.scrolling?"auto":"hidden"}).css({height:c()}).prependTo(A),I.hide(),a(Y).css({"float":"none"}),v&&a("select").not(y.find("select")).filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one(r,function(){this.style.visibility="inherit"}),e=function(){function b(){u&&y[0].style.removeAttribute("filter")}var c,d,e,i,j=F.length,k,n;!Z||(n=function(){clearTimeout(bb),J.hide(),f(q,R.onComplete)},u&&Y&&H.fadeIn(100),K.html(R.title).add(H).show(),j>1?(typeof R.current=="string"&&L.html(R.current.replace("{current}",X+1).replace("{total}",j)).show(),N[R.loop||X<j-1?"show":"hide"]().html(R.next),O[R.loop||X?"show":"hide"]().html(R.previous),c=X?F[X-1]:F[j-1],e=X<j-1?F[X+1]:F[0],R.slideshow&&M.show(),R.preloading&&(i=a.data(e,l).href||e.href,d=a.data(c,l).href||c.href,i=a.isFunction(i)?i.call(e):i,d=a.isFunction(d)?d.call(c):d,h(i)&&(a("<img/>")[0].src=i),h(d)&&(a("<img/>")[0].src=d))):Q.hide(),R.iframe?(k=a("<iframe/>").addClass(m+"Iframe")[0],R.fastIframe?n():a(k).one("load",n),k.name=m+ +(new Date),k.src=R.href,R.scrolling||(k.scrolling="no"),u&&(k.frameBorder=0,k.allowTransparency="true"),a(k).appendTo(H).one(t,function(){k.src="//about:blank"})):n(),R.transition==="fade"?y.fadeTo(g,1,b):b())},R.transition==="fade"?y.fadeTo(g,0,function(){bc.position(0,e)}):bc.position(g,e)}},bc.load=function(b){var c,d,e=bc.prep;$=!0,Y=!1,W=F[X],b||g(),f(t),f(p,R.onLoad),R.h=R.height?i(R.height,"y")-U-S:R.innerHeight&&i(R.innerHeight,"y"),R.w=R.width?i(R.width,"x")-V-T:R.innerWidth&&i(R.innerWidth,"x"),R.mw=R.w,R.mh=R.h,R.maxWidth&&(R.mw=i(R.maxWidth,"x")-V-T,R.mw=R.w&&R.w<R.mw?R.w:R.mw),R.maxHeight&&(R.mh=i(R.maxHeight,"y")-U-S,R.mh=R.h&&R.h<R.mh?R.h:R.mh),c=R.href,bb=setTimeout(function(){J.show()},100),R.inline?(j().hide().insertBefore(a(c)[0]).one(t,function(){a(this).replaceWith(H.children())}),e(a(c))):R.iframe?e(" "):R.html?e(R.html):h(c)?(a(Y=new Image).addClass(m+"Photo").error(function(){R.title=!1,e(j("Error").text("This image could not be loaded"))}).load(function(){var a;Y.onload=null,R.scalePhotos&&(d=function(){Y.height-=Y.height*a,Y.width-=Y.width*a},R.mw&&Y.width>R.mw&&(a=(Y.width-R.mw)/Y.width,d()),R.mh&&Y.height>R.mh&&(a=(Y.height-R.mh)/Y.height,d())),R.h&&(Y.style.marginTop=Math.max(R.h-Y.height,0)/2+"px"),F[1]&&(X<F.length-1||R.loop)&&(Y.style.cursor="pointer",Y.onclick=function(){bc.next()}),u&&(Y.style.msInterpolationMode="bicubic"),setTimeout(function(){e(Y)},1)}),setTimeout(function(){Y.src=c},1)):c&&I.load(c,R.data,function(b,c,d){e(c==="error"?j("Error").text("Request unsuccessful: "+d.statusText):a(this).contents())})},bc.next=function(){!$&&F[1]&&(X<F.length-1||R.loop)&&(X=X<F.length-1?X+1:0,bc.load())},bc.prev=function(){!$&&F[1]&&(X||R.loop)&&(X=X?X-1:F.length-1,bc.load())},bc.close=function(){Z&&!_&&(_=!0,Z=!1,f(r,R.onCleanup),G.unbind("."+m+" ."+w),x.fadeTo(200,0),y.stop().fadeTo(300,0,function(){y.add(x).css({opacity:1,cursor:"auto"}).hide(),f(t),H.remove(),setTimeout(function(){_=!1,f(s,R.onClosed)},1)}))},bc.element=function(){return a(W)},bc.settings=k,ba=function(a){a.button!==0&&typeof a.button!="undefined"||a.ctrlKey||a.shiftKey||a.altKey||(a.preventDefault(),d(this))},a.fn.delegate?a(b).delegate("."+n,"click",ba):a("."+n).live("click",ba),a(bc.init)})(jQuery,document,this);jQuery(document).ready(function(a){function b(b){if(!b.hash)return"";var c=a(b.hash);if(!c)return"";var d=c.closest(".noscroll");if(d.length){var e=c.closest(".scrollto");if(e.length&&e.html().length<=d.html().length)d=""}if(!d.length&&(location.hostname==b.hostname||!b.hostname)&&location.pathname.replace(/^\//,"")==b.pathname.replace(/^\//,""))return c;else return""}a(window).bind("hashchange",function(c){var d=location,e=b(location);if(e.length){var f=1e3;var g="swing";a("html,body").animate({scrollTop:e.offset().top},f,g)}});if(!a(window).scrollTop())a(window).trigger("hashchange");a('a[href*="#"]').click(function(c){var d=this,e=b(this);if(!c.isDefaultPrevented()&&e.length){c.preventDefault();if(location.hash==d.hash){a(window).trigger("hashchange")}else{var f=d.hash.substr(1),g=a("").css({visibility:"hidden",position:"fixed",top:"0px"}).attr("id",f).prependTo(document.body);e.attr("id","");location.hash=d.hash;g.remove();e.attr("id",f)}}})});(function(a,b,c){function d(a){a=a||location.href;return"#"+a.replace(/^[^#]*#?(.*)$/,"$1")}var e="hashchange",f=document,g,h=a.event.special,i=f.documentMode,j="on"+e in b&&(i===c||i>7);a.fn[e]=function(a){return a?this.bind(e,a):this.trigger(e)};a.fn[e].delay=50;h[e]=a.extend(h[e],{setup:function(){if(j){return false}a(g.start)},teardown:function(){if(j){return false}a(g.stop)}});g=function(){function g(){var c=d(),f=n(k);if(c!==k){m(k=c,f);a(b).trigger(e)}else{if(f!==k){location.href=location.href.replace(/#.*/,"")+f}}i=setTimeout(g,a.fn[e].delay)}var h={},i,k=d(),l=function(a){return a},m=l,n=l;h.start=function(){i||g()};h.stop=function(){i&&clearTimeout(i);i=c};a.browser.msie&&!j&&function(){var b,c;h.start=function(){if(!b){c=a.fn[e].src;c=c&&c+d();b=a('<iframe tabindex="-1" title="empty"/>').hide().one("load",function(){c||m(d());g()}).attr("src",c||"javascript:0").insertAfter("body")[0].contentWindow;f.onpropertychange=function(){try{if(event.propertyName==="title"){b.document.title=f.title}}catch(a){}}}};h.stop=l;n=function(){return d(b.location.href)};m=function(c,d){var g=b.document,h=a.fn[e].domain;if(c!==d){g.title=f.title;g.open();h&&g.write('<script>document.domain="'+h+'"</script>');g.close();b.location.hash=c}}}();return h}()})(jQuery,this);Cufon.registerFont({w:159,face:{"font-family":"classic","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"5 7 0 0 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"5","cap-height":"1",bbox:"-24.2201 -288.912 275 91.2927","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:81},"#":{d:"56,-73v-1,21,-2,53,-29,40r6,-40r-21,0v-1,-10,-2,-15,3,-22r21,0r6,-43r-24,0v-2,-10,0,-17,4,-23r23,0v2,-19,1,-40,27,-38v6,10,-3,27,-4,38r34,0v-1,-23,3,-39,27,-38v2,12,-3,26,-4,38r21,0v-1,9,3,17,-3,23r-21,0r-6,43r24,0v1,10,1,17,-3,22r-24,0v-2,21,1,45,-27,43v-6,-11,3,-31,4,-43r-34,0xm65,-138r-6,43r34,0r6,-43r-34,0"},$:{d:"127,-184v-25,-7,-90,-7,-67,32v22,37,80,43,80,98v0,31,-20,51,-50,55v-4,21,3,47,-30,42r3,-40v-29,1,-55,-13,-37,-40v25,24,104,13,75,-33v-23,-36,-106,-64,-68,-125v9,-9,21,-16,36,-18v4,-21,-3,-48,31,-43r-4,42v18,1,31,6,38,12v0,6,-3,13,-7,18"},"%":{d:"64,-111v-37,0,-49,-24,-48,-63v0,-36,15,-63,50,-63v36,0,48,25,48,63v0,36,-14,63,-50,63xm187,4v-37,0,-48,-25,-49,-62v0,-37,15,-64,51,-64v36,0,47,25,47,63v0,36,-14,63,-49,63xm66,2v-6,15,-18,5,-21,-3r145,-241v4,2,14,6,14,13xm188,-101v-18,0,-24,19,-24,43v0,24,4,42,23,42v19,0,23,-19,24,-43v0,-26,-4,-42,-23,-42xm66,-216v-19,0,-23,19,-24,43v0,24,4,42,23,42v19,0,23,-19,23,-43v0,-24,-3,-42,-22,-42",w:252},"&":{d:"66,-108v-33,14,-40,86,10,85v21,-1,32,-11,44,-24v-18,-18,-40,-41,-54,-61xm133,-73v11,-26,26,-48,22,-82v11,-1,45,-12,44,7v0,10,-8,12,-22,13v1,37,-10,57,-24,82r42,38v-13,37,-45,0,-57,-13v-29,48,-134,39,-129,-32v1,-33,22,-51,42,-66v-34,-33,-35,-113,33,-113v28,0,48,12,31,33v-19,-16,-66,-12,-61,20v8,49,53,78,79,113",w:208},"(":{d:"100,-252v-63,61,-65,239,0,300v-2,9,-7,19,-16,19v-84,-57,-80,-284,2,-338v9,2,12,10,14,19",w:112},")":{d:"13,47v62,-62,66,-239,0,-300v2,-9,6,-18,15,-18v86,56,77,284,-1,338v-9,-1,-13,-11,-14,-20",w:112},"*":{d:"73,-234v1,-11,17,-6,25,-3v-3,17,-4,37,-9,53v-1,1,-4,1,-9,0xm94,-181v17,-6,31,-19,51,-21v4,4,6,15,4,22v-18,2,-35,9,-53,8v-1,-1,-2,-4,-2,-9xm94,-166v11,14,29,24,36,41v-3,6,-12,10,-18,12v-8,-16,-20,-31,-25,-48v1,-1,3,-3,7,-5xm36,-129v13,-12,22,-28,38,-37v2,0,4,2,7,5v-10,15,-16,34,-28,47v-7,-2,-15,-8,-17,-15xm27,-205v16,8,35,13,48,24v0,1,-1,5,-3,9v-18,-5,-41,-3,-54,-13v0,-8,4,-16,9,-20",w:162},"+":{d:"102,-84v-4,26,14,70,-25,63r0,-63r-60,0v-7,-36,33,-21,60,-24r-1,-56v6,-5,31,-9,26,9r0,47r60,0v8,37,-33,21,-60,24",w:179},",":{d:"13,-26v4,-11,27,-18,37,-9v9,32,-13,82,-47,72v9,-15,17,-23,19,-42v-8,-2,-5,-14,-9,-21",w:65},"-":{d:"92,-108v1,37,-44,30,-79,30v2,-17,4,-25,9,-25v23,-1,49,-9,70,-5",w:105},".":{d:"32,4v-14,-1,-19,-7,-19,-22v0,-14,8,-21,22,-21v16,0,18,5,18,20v0,14,-6,23,-21,23",w:65},"/":{d:"117,-253r-75,258v-5,15,-12,16,-33,16r80,-270v5,-5,18,-4,28,-4",w:126},0:{d:"79,5v-57,0,-68,-50,-68,-111v0,-62,14,-110,70,-110v56,0,68,49,68,105v0,67,-13,116,-70,116xm82,-192v-36,5,-38,44,-38,87v0,41,1,81,36,85v36,-6,37,-48,37,-92v0,-38,-2,-76,-35,-80"},1:{d:"33,-195v25,-6,50,-24,75,-18r-2,186v8,3,18,5,24,9v2,34,-45,13,-82,19v-7,-23,10,-25,25,-29r3,-156r-48,12v-7,-8,-3,-17,5,-23",w:137},2:{d:"98,-131v27,-49,-30,-75,-72,-44v-4,7,-8,0,-9,-5v-3,-31,35,-33,64,-36v68,-7,63,79,32,116v-21,25,-39,46,-59,74r94,-1v0,50,-80,19,-133,26v-6,-32,27,-46,39,-69v17,-21,33,-39,44,-61"},3:{d:"132,-171v0,29,-16,43,-37,58v28,6,49,22,49,55v-1,53,-34,79,-87,81v-28,1,-48,-9,-39,-35v37,22,102,3,92,-52v-5,-26,-34,-34,-64,-30v-4,-37,52,-26,52,-69v0,-40,-55,-24,-74,-12v-18,-29,24,-42,54,-41v34,0,54,14,54,45"},4:{d:"124,-53v-2,27,13,64,-32,56r0,-56r-75,-2v-24,-31,16,-61,26,-88v22,-29,33,-78,82,-72r-1,139v10,1,27,-7,27,7v-3,11,-12,17,-27,16xm92,-76r3,-96v-23,27,-41,60,-56,95"},5:{d:"17,-113r17,-101r102,-3v-2,7,1,20,-5,23v-19,5,-49,5,-74,5v-4,17,-6,35,-9,54v59,-1,100,21,95,82v-4,47,-36,74,-85,76v-28,1,-45,-9,-39,-33v39,21,92,-2,92,-51v0,-49,-49,-49,-94,-52"},6:{d:"78,5v-54,0,-72,-50,-67,-113v6,-74,33,-125,105,-131v17,-1,32,5,24,23v-77,-5,-100,52,-101,127v-1,40,10,68,41,70v46,3,53,-91,14,-99v-9,-2,-18,1,-25,3v-3,-24,11,-31,33,-29v33,4,46,31,46,66v0,48,-20,83,-70,83"},7:{d:"109,-191v-29,1,-71,3,-94,-4v-3,-7,2,-19,4,-24v36,7,85,1,126,3v-24,83,-62,156,-91,233v-11,-1,-27,3,-30,-6",w:151},8:{d:"104,-123v23,16,44,29,44,63v0,40,-26,64,-68,64v-42,0,-68,-21,-68,-63v0,-35,20,-48,43,-63v-19,-11,-37,-26,-37,-53v0,-42,27,-62,72,-60v34,2,52,21,52,55v0,31,-20,42,-38,57xm81,-211v-32,-2,-43,41,-20,58v6,4,12,10,23,16v31,-11,45,-72,-3,-74xm41,-60v-1,22,18,38,39,39v36,2,49,-48,23,-68v-7,-5,-15,-12,-27,-19v-16,11,-34,25,-35,48"},9:{d:"44,24v-17,2,-25,-5,-23,-22v71,-2,96,-51,96,-123v-1,-37,-3,-70,-38,-73v-49,-4,-55,93,-10,97r21,-2v3,24,-10,30,-32,28v-33,-4,-48,-30,-48,-67v0,-47,22,-80,70,-81v57,0,66,45,66,102v0,79,-30,134,-102,141"},":":{d:"32,-113v-15,0,-18,-8,-19,-22v0,-14,8,-21,22,-21v15,0,18,6,18,21v0,14,-6,23,-21,22xm32,4v-14,0,-18,-8,-19,-22v0,-14,8,-21,22,-21v16,0,18,5,18,20v0,14,-6,23,-21,23",w:65},";":{d:"32,-113v-15,0,-18,-8,-19,-22v0,-14,8,-21,22,-21v15,0,18,6,18,21v0,14,-6,23,-21,22xm13,-26v4,-11,27,-18,37,-9v9,32,-13,82,-47,72v9,-15,17,-23,19,-42v-8,-2,-5,-14,-9,-21",w:65},"=":{d:"162,-142v0,13,1,23,-9,24r-136,0v1,-12,-1,-24,9,-24r136,0xm162,-73v0,13,1,23,-9,24r-136,0v1,-12,-1,-24,9,-24r136,0",w:179},"?":{d:"105,-189v2,52,-52,60,-40,114v-15,12,-33,-4,-31,-24v3,-37,36,-50,39,-86v1,-29,-36,-28,-53,-15v-6,-1,-9,-10,-9,-19v23,-30,103,-24,94,30xm52,3v-13,0,-17,-7,-17,-21v0,-13,6,-20,19,-20v14,0,17,6,17,20v0,13,-5,21,-19,21",w:112},"@":{d:"152,-102v1,-18,0,-36,-21,-36v-12,0,-22,7,-33,8v-2,-6,-5,-10,-4,-18v34,-28,103,-12,83,53r-1,60v2,1,4,4,8,4v31,-7,36,-42,37,-81v1,-57,-23,-86,-76,-86v-68,0,-102,46,-101,121v0,66,21,108,86,108v28,-1,46,-9,71,-11v3,5,6,10,6,16v-18,14,-58,21,-82,21v-81,-1,-115,-60,-108,-147v6,-80,44,-130,127,-131v68,0,106,37,105,106v-1,58,-13,104,-65,108v-11,0,-18,-4,-23,-10v-23,20,-81,16,-77,-31v3,-39,29,-57,68,-54xm152,-82v-36,-9,-55,41,-29,54v31,4,29,-26,29,-54",w:263},A:{d:"188,-5v-3,10,-30,8,-36,0r-19,-61r-75,0r-21,62v-2,9,-24,5,-33,3v23,-82,56,-158,82,-237v9,-1,21,-4,25,2xm66,-91r60,0r-30,-100",w:188},B:{d:"150,-77v2,71,-58,87,-129,76r1,-235v52,-8,115,-6,115,50v0,30,-10,45,-30,53v26,7,42,23,43,56xm114,-76v0,-37,-24,-43,-61,-41r0,93v35,9,61,-12,61,-52xm104,-180v0,-30,-22,-39,-51,-34r0,74v32,1,51,-6,51,-40"},C:{d:"12,-113v0,-78,27,-128,99,-131v26,-1,62,14,43,36v-13,-1,-27,-11,-46,-8v-47,8,-58,47,-62,101v-5,76,52,110,110,81v9,29,-19,39,-49,39v-73,0,-95,-45,-95,-118",w:167},D:{d:"177,-128v0,101,-52,146,-155,126r0,-225v3,-17,34,-11,55,-12v72,-3,100,39,100,111xm53,-26v69,13,90,-35,90,-102v0,-64,-26,-92,-90,-85r0,187",w:189},E:{d:"120,-139v-3,13,-1,25,-14,26r-53,0r0,87r78,1v2,45,-63,21,-107,24v-6,-72,1,-156,-3,-232v25,-10,71,-3,105,-5v6,40,-39,21,-73,25r0,74r67,0",w:137},F:{d:"54,-3v-5,3,-25,6,-32,1r-1,-231v26,-10,74,-3,109,-5v4,40,-46,20,-77,25r0,78r69,0v5,37,-40,22,-69,25",w:135},G:{d:"140,-108v-15,0,-22,-8,-22,-24v11,-5,32,-2,50,-3v4,37,3,81,3,122v-16,14,-43,19,-73,18v-64,-4,-87,-49,-86,-121v1,-78,27,-125,102,-127v26,-1,63,13,43,34v-63,-25,-119,13,-111,91v-7,67,35,115,94,90r0,-80",w:187},H:{d:"171,-239r0,236v-6,5,-16,3,-29,4v-7,-32,-1,-78,-3,-115r-86,1r0,91v3,21,-11,26,-32,23r0,-236v7,-5,15,-3,29,-4v8,26,1,68,3,100r86,0v7,-39,-22,-109,32,-100",w:192},I:{d:"22,-120v0,-55,-24,-127,28,-119v9,61,-2,160,4,236v-6,5,-17,3,-30,4v-8,-31,-2,-78,-2,-121",w:74},J:{d:"33,24v-20,4,-44,-5,-33,-25v39,7,46,-21,46,-62r-1,-168v6,-9,14,-8,30,-8v8,58,2,135,2,200v0,35,-14,57,-44,63",w:99},K:{d:"54,-3v-10,7,-39,9,-33,-11r0,-221v10,-6,41,-9,32,19r0,85r77,-108v22,-4,39,6,20,22r-63,86v33,35,55,86,80,129v-52,19,-53,-50,-79,-78v-12,-13,-23,-30,-35,-39",w:163},L:{d:"24,-1v-8,-71,-1,-154,-3,-232v7,-6,13,-6,29,-6v8,62,0,144,3,213r77,0v7,45,-63,23,-106,25",w:135},M:{d:"45,-18v3,19,-14,20,-32,17r22,-236v8,-1,17,-2,27,-2r55,156r57,-154v15,0,33,-8,30,15r18,218v-5,5,-17,5,-30,5v-12,-49,-9,-120,-13,-181r-50,144v-2,9,-15,7,-24,9r-51,-154v1,57,-5,112,-9,163",w:239},N:{d:"52,-23v2,21,-10,26,-31,24r1,-228v-7,-5,-4,-11,7,-11v9,0,17,-2,24,2r83,151r14,32r-1,-174v0,-14,16,-12,30,-12r-1,235v-5,6,-21,9,-30,4r-67,-117r-32,-69",w:200},O:{d:"103,-217v-44,0,-56,43,-56,100v0,53,15,96,57,96v45,0,57,-44,57,-99v0,-50,-10,-97,-58,-97xm12,-118v0,-75,25,-126,92,-126v69,0,91,53,91,123v0,73,-25,126,-93,126v-70,0,-89,-53,-90,-123",w:205},P:{d:"53,-57v-3,28,13,67,-32,58r-1,-240v64,-11,129,1,125,71v-2,44,-26,70,-65,71v-9,0,-19,-17,-8,-18v28,-3,39,-25,39,-55v0,-35,-19,-50,-58,-46r0,159",w:152},Q:{d:"126,3v9,67,110,-11,149,37r-5,11v-53,-36,-167,59,-181,-48v-58,-6,-76,-58,-77,-121v-1,-75,26,-126,93,-126v68,0,90,52,90,123v0,64,-19,111,-69,124xm48,-116v0,50,12,95,56,95v45,0,57,-43,57,-99v-1,-51,-9,-97,-56,-97v-46,0,-57,44,-57,101",w:207},R:{d:"21,-235v104,-37,159,78,87,129v23,33,37,71,59,102v-9,14,-43,3,-43,-12v-16,-27,-26,-67,-55,-82r-16,0r0,81v1,19,-14,19,-32,18r0,-236xm53,-123v37,7,55,-11,55,-49v0,-35,-20,-48,-55,-43r0,92",w:163},S:{d:"40,-133v-45,-33,-31,-111,37,-111v27,0,63,13,38,33v-24,-11,-78,-14,-69,26v12,54,83,58,84,125v0,41,-26,65,-69,65v-32,0,-65,-13,-44,-41v21,19,83,22,79,-22v-3,-36,-38,-53,-56,-75",w:140},T:{d:"5,-213v-5,-29,18,-25,47,-25r110,0v1,12,-1,24,-10,26r-54,0r1,209v-8,5,-15,3,-30,4v-8,-64,0,-144,-3,-213",w:164,k:{z:41,y:41,x:41,w:41,v:41,u:41,t:11,s:42,r:41,q:41,p:41,o:41,n:41,m:41,g:41,f:7,e:41,d:41,c:41,a:41}},U:{d:"49,-239v19,87,-37,251,91,211v10,-53,7,-122,7,-185v0,-22,9,-28,31,-26v-3,74,3,158,-10,222v-13,17,-39,22,-69,22v-108,0,-71,-132,-79,-239v5,-5,16,-5,29,-5",w:198},V:{d:"131,-175v14,-29,1,-72,46,-62v-9,77,-46,163,-66,233v-11,12,-35,6,-40,-9r-66,-218v2,-10,31,-13,35,0r54,195",w:176},W:{d:"44,-217r40,178v10,-68,29,-124,42,-189v7,-2,15,-4,24,-5v21,61,33,130,47,195r47,-200v11,-2,37,-3,26,17r-57,216v-9,12,-34,8,-37,-7r-37,-163r-39,170v-14,13,-39,5,-40,-13r-52,-211v9,-18,41,-11,36,12",w:277},X:{d:"12,-232v8,-10,41,-10,41,6r40,77r44,-87v6,-6,21,-1,31,0v-11,39,-41,74,-59,111r65,123v-7,5,-30,5,-39,0r-48,-94v-18,31,-31,68,-53,96v-11,2,-21,0,-30,-2r67,-120",w:178},Y:{d:"67,-99v-7,-54,-45,-89,-63,-135v4,-5,23,-2,35,-3r46,102r47,-102v9,-3,17,-1,28,-1v-9,69,-75,95,-61,188v-2,24,14,59,-29,51v-7,-28,1,-67,-3,-100",w:166,k:{z:27,y:27,x:27,w:27,v:27,u:27,t:16,s:27,r:27,q:27,p:27,o:27,n:27,m:27,l:11,k:11,j:11,i:11,h:7,g:27,f:11,e:27,d:27,c:27,b:7,a:27}},Z:{d:"35,-213v-26,6,-20,-20,-10,-27v39,5,89,-1,129,3v-19,83,-71,141,-104,212r110,-1v5,50,-92,19,-147,26v-12,-25,15,-48,26,-68r79,-145r-83,0",w:168},"[":{d:"40,-231v-1,-35,-9,-64,42,-56v14,2,25,4,37,8v4,27,-33,9,-51,21r-1,262v0,8,2,15,4,21v15,1,33,1,46,5v-1,8,2,20,-7,20v-24,0,-54,-1,-71,-3",w:128},"\\":{d:"9,-244v-1,-12,14,-8,27,-9r69,271v-3,7,-16,3,-24,4",w:117},"]":{d:"90,-284v-4,107,10,257,-8,331v-24,5,-53,3,-72,-5v-5,-28,31,-8,51,-21r1,-262v0,-8,-2,-15,-4,-21v-15,-1,-33,-1,-46,-5v-8,-40,58,-12,78,-17",w:128},_:{d:"3,35v0,-8,-1,-17,2,-22r151,0v-1,10,1,17,-4,22r-149,0",w:158},a:{d:"131,-10v0,22,-35,14,-41,1v-25,26,-85,12,-81,-35v4,-44,39,-62,82,-56v-2,-20,7,-46,-17,-46v-17,0,-34,9,-48,12v-4,-5,-7,-15,-5,-22v26,-24,102,-32,101,33r-1,89v0,8,1,18,10,16r0,8xm40,-46v-3,33,46,31,51,9r0,-43v-30,-1,-48,7,-51,34",w:142},b:{d:"70,5v-25,0,-49,0,-49,-31r-1,-219v4,-9,16,-9,29,-10v6,25,2,64,3,95v41,-32,105,-4,100,61v-5,61,-23,104,-82,104xm118,-94v6,-49,-35,-66,-66,-44r0,114v44,18,70,-21,66,-70",w:163},c:{d:"12,-81v0,-74,63,-116,114,-78v-2,9,-3,24,-17,15v-42,-15,-65,14,-65,61v0,52,35,75,77,56v8,23,-15,32,-37,32v-53,1,-72,-30,-72,-86",w:132},d:{d:"142,-106v3,34,-13,82,10,89v5,28,-34,24,-41,9v-44,33,-110,-4,-99,-70v-3,-65,40,-112,99,-89r0,-78v4,-9,15,-9,28,-10v8,41,-1,101,3,149xm84,-21v19,0,27,-8,27,-33r0,-89v-39,-21,-69,17,-66,61v2,34,7,60,39,61",w:163},e:{d:"43,-74v-8,52,48,62,83,43v9,29,-20,36,-46,36v-48,0,-69,-29,-68,-83v0,-56,17,-94,69,-96v47,-2,59,46,50,90v-20,11,-55,11,-88,10xm98,-98v13,-16,2,-59,-24,-52v-19,5,-30,25,-30,54",w:143},f:{d:"92,-255v22,0,36,11,22,27v-41,-11,-61,13,-55,59r40,0v4,28,-16,24,-40,24v-2,47,4,102,-2,145v-10,0,-21,2,-29,0r0,-145v-12,0,-19,-1,-22,-4v0,-19,7,-17,22,-20v-1,-50,15,-86,64,-86",w:94},g:{d:"123,-144v26,43,-6,107,-66,90v-5,4,-10,8,-12,15v23,23,107,-4,103,50v-5,60,-63,89,-131,78v-36,-23,21,-60,40,-74v21,20,-23,30,-22,51v1,4,7,5,13,5v38,-3,69,-17,70,-56v-15,-34,-102,-2,-105,-48v4,-11,19,-21,25,-28v-43,-28,-23,-122,38,-113v26,4,40,8,71,6v7,17,-3,31,-24,24xm55,-84v19,24,55,4,48,-32v-4,-21,-11,-36,-32,-37v-31,-3,-30,50,-16,69",w:151},h:{d:"51,-21v3,20,-9,24,-31,22r0,-246v4,-9,15,-9,29,-10v5,27,1,68,2,101v12,-10,25,-20,47,-20v69,0,38,98,45,171v-6,5,-18,4,-30,4v-6,-35,1,-83,-3,-119v4,-40,-45,-30,-59,-13r0,110",w:162},i:{d:"52,-22v1,21,-7,24,-32,23r0,-162v4,-9,16,-8,29,-9v8,41,1,100,3,148xm36,-210v-13,0,-17,-6,-17,-21v0,-13,6,-20,19,-20v14,0,17,5,16,19v-1,12,-3,23,-18,22",w:72},j:{d:"-22,47v74,1,34,-113,44,-189v-5,-23,6,-29,28,-28v8,37,3,93,3,138v0,52,-2,102,-52,103v-16,1,-31,-8,-23,-24xm37,-210v-13,0,-17,-7,-17,-21v0,-13,6,-20,19,-20v14,0,17,5,16,19v-1,12,-3,23,-18,22",w:74},k:{d:"51,-62v-4,28,17,73,-31,63r-1,-245v4,-10,15,-11,28,-11v8,21,2,63,4,93v21,-20,78,-24,75,20v-2,35,-24,54,-48,64v25,22,51,61,72,83v4,8,-9,10,-18,10v-40,-13,-49,-57,-81,-77xm93,-137v-5,-28,-33,-9,-42,6r0,42v20,-9,39,-22,42,-48",w:142},l:{d:"51,-34v0,9,1,18,11,17v6,25,-32,27,-39,9v-6,-74,1,-159,-3,-237v4,-9,16,-9,29,-10v5,67,0,148,2,221",w:72},m:{d:"194,-109v7,-44,-39,-46,-55,-23r0,127v-2,11,-20,4,-32,6r1,-110v7,-45,-39,-46,-56,-23r-1,124v-1,12,-17,9,-30,9v-2,-52,3,-112,-4,-159v0,-2,10,-6,17,-9v7,0,9,6,11,11v18,-20,72,-27,86,1v13,-12,32,-21,55,-18v62,7,31,103,40,170v-8,4,-15,4,-30,4v-5,-32,0,-74,-2,-110",w:244},n:{d:"112,-109v0,-44,-42,-45,-60,-23r-1,122v0,13,-16,11,-30,11v-2,-52,3,-111,-4,-158v1,-1,8,-8,17,-9v7,0,9,6,11,11v12,-11,26,-17,47,-18v77,-4,43,95,52,170v-6,5,-19,4,-30,4v-5,-32,-2,-74,-2,-110",w:162},o:{d:"10,-84v0,-54,21,-90,71,-90v46,0,68,29,68,88v-1,53,-20,91,-69,91v-50,0,-71,-33,-70,-89xm80,-149v-31,1,-36,29,-36,64v0,36,6,67,36,67v50,0,50,-133,0,-131"},p:{d:"154,-96v3,69,-42,120,-101,92r-1,75v-6,3,-21,4,-30,2r-2,-219v-6,-13,2,-18,14,-21v7,0,10,5,11,11v12,-11,26,-18,47,-18v45,0,60,32,62,78xm53,-31v5,6,14,12,26,12v51,1,61,-129,5,-129v-12,0,-24,9,-31,14r0,103",w:164},q:{d:"12,-77v-5,-79,65,-114,135,-86v-10,63,-4,151,-4,226v0,16,-17,11,-32,12r1,-83v-44,35,-110,-4,-100,-69xm45,-78v0,48,40,73,67,44r1,-112v-46,-15,-68,21,-68,68",w:164},r:{d:"99,-142v-19,-2,-37,-2,-47,10r0,123v-2,11,-18,10,-31,10v-2,-52,3,-111,-4,-158v2,-5,29,-16,28,2v12,-13,48,-26,60,-8v0,8,-3,16,-6,21",w:108},s:{d:"37,-88v-45,-28,-19,-99,41,-85v24,0,40,13,27,31v-21,-5,-56,-16,-59,12v12,36,66,37,69,84v3,53,-77,64,-105,35v1,-6,2,-15,7,-18v21,13,80,12,61,-25v-7,-15,-29,-22,-41,-34",w:124},t:{d:"80,-20v14,0,31,-16,25,11v-3,11,-21,14,-36,14v-60,0,-33,-92,-39,-149v-22,6,-31,-18,-8,-21v5,-1,8,-2,11,-3v1,-24,-2,-48,29,-47r-1,46r46,0v4,31,-19,23,-46,24r-1,91v3,17,2,34,20,34",w:114},u:{d:"36,-174v35,8,13,73,16,112v-8,43,41,49,59,27r1,-124v1,-13,17,-11,31,-11v2,52,-6,114,3,158v-1,1,-8,8,-17,9v-7,0,-9,-6,-11,-11v-33,32,-106,21,-98,-43v4,-35,8,-77,-1,-107v2,-2,8,-6,17,-10",w:163},v:{d:"69,-49v2,12,3,17,7,1r31,-120v8,-3,32,-6,27,11r-47,153v-7,7,-28,9,-33,-1r-48,-157v3,-11,37,-15,35,5",w:141},w:{d:"98,-158v-1,-13,11,-8,24,-10v14,36,22,91,33,128v12,-38,20,-90,30,-130v12,-3,38,0,25,18r-42,150v-8,12,-34,5,-33,-11v-10,-33,-18,-68,-25,-104r-29,115v-8,12,-34,5,-33,-11r-42,-150v4,-8,36,-15,35,4r27,119v11,-34,20,-81,30,-118",w:218},x:{d:"11,-166v8,-4,34,-11,37,3r31,52v12,-19,22,-41,36,-58v7,-4,21,-1,29,1v-14,28,-33,52,-49,78r53,89v-51,13,-55,-37,-74,-64v-10,19,-22,41,-35,61v-4,8,-21,5,-34,4v16,-32,35,-58,53,-87",w:151},y:{d:"8,-163v4,-11,36,-12,34,6r33,118r30,-128v10,-6,35,-7,27,15v-27,69,-37,154,-75,210v-11,15,-44,19,-53,2v-2,-21,30,-2,38,-21v5,-13,21,-36,16,-49v-17,-46,-32,-104,-50,-153",w:140},z:{d:"102,0v-39,-6,-104,17,-92,-21r73,-124v-21,-2,-62,5,-73,-4v0,-31,15,-20,39,-20v23,0,49,-2,70,1v-7,55,-52,97,-71,143v25,1,58,2,77,-2v0,17,-2,31,-23,27",w:129},"|":{d:"41,-278v6,-5,17,-4,28,-4r0,359v-4,7,-18,3,-28,4r0,-359",w:110},"'":{d:"12,-257v11,-5,34,-9,30,13v-3,19,-3,41,-8,57v-5,2,-10,4,-18,4",w:54},"`":{d:"33,-232v-18,-9,-9,-27,7,-30v12,14,57,45,27,63v-9,-12,-22,-23,-34,-33",w:115},"{":{d:"103,-256v-98,24,27,123,-48,148v76,25,-54,137,48,152r-5,14v-72,7,-79,-60,-50,-109v11,-19,5,-47,-22,-46v-9,0,-14,-8,-12,-19v101,-3,-62,-147,84,-153",w:117},"<":{d:"139,-49v0,11,-5,30,-18,21r-103,-78v-2,-6,-1,-13,2,-17v37,-26,69,-58,109,-81v7,3,10,13,10,22r-90,68",w:164},">":{d:"24,-179v-1,-12,6,-29,18,-20r103,77v4,5,1,16,-2,18r-101,77v-12,10,-17,-7,-18,-19r90,-68",w:163},"^":{d:"67,-215v-15,21,-22,84,-51,59v16,-29,27,-63,47,-88v3,-1,6,-2,9,-2v18,26,35,61,50,88v-4,12,-22,18,-26,0v-11,-16,-19,-40,-29,-57",w:140},"}":{d:"102,-116v6,33,-51,8,-37,53v11,31,40,83,4,108v-11,8,-27,13,-50,13v-7,-13,-3,-17,12,-20v72,-12,-42,-124,30,-146v-65,-22,24,-100,-17,-136v-9,-8,-41,-3,-25,-25v55,-2,86,46,55,93v-3,12,-11,21,-10,37v1,17,18,22,38,23",w:117},"~":{d:"171,-125v5,53,-47,75,-80,40v-13,-14,-48,-39,-56,-4v-3,11,-7,30,-26,19v6,-32,12,-61,44,-61v35,0,44,41,76,41v19,0,17,-26,24,-40v5,0,15,3,18,5",w:180},'"':{d:"12,-257v11,-5,34,-9,30,13v-3,19,-3,41,-8,57v-5,2,-10,4,-18,4xm64,-257v11,-5,34,-9,30,13v-3,19,-3,41,-8,57v-5,2,-10,4,-18,4",w:105},"!":{d:"51,-236v10,43,-3,101,-2,149v-1,10,-15,13,-26,13r-6,-154v3,-9,19,-7,34,-8xm33,3v-12,0,-17,-7,-16,-21v0,-13,6,-20,19,-20v14,0,17,6,16,20v-1,13,-5,21,-19,21",w:69}," ":{w:81}}});Cufon.registerFont({w:163,face:{"font-family":"classic","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"5 7 0 0 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"5","cap-height":"1",bbox:"-26.8947 -287.26 276 91.0175","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:81},"!":{d:"54,-237v10,36,-1,103,-2,149v0,12,-21,18,-32,13r-6,-151v1,-8,16,-11,40,-11xm36,-41v17,0,19,7,19,21v0,13,-5,23,-22,23v-15,0,-20,-7,-20,-22v0,-14,8,-22,23,-22",w:73},'"':{d:"13,-180v1,-14,-3,-65,-4,-75v12,-6,40,-14,37,12v-2,21,-6,50,-9,58v-2,3,-19,5,-24,5xm64,-180v1,-14,-3,-65,-4,-75v11,-6,41,-14,37,12v-6,35,4,68,-33,63",w:105},"#":{d:"84,-29v-7,-10,2,-29,2,-43r-26,0v-2,27,-4,51,-36,40v2,-13,5,-27,7,-40r-22,0v-1,-11,-1,-16,4,-26r21,0r5,-38r-24,0v-2,-11,0,-19,5,-26r22,0v3,-21,-3,-36,33,-37v6,10,-1,25,-3,37v10,-2,27,6,27,-7v0,-14,0,-30,31,-30v8,9,-3,25,-2,37r20,0v1,12,3,16,-4,26r-19,0r-6,38r24,0v2,10,0,18,-4,26r-23,0v-3,22,3,42,-32,43xm95,-136r-27,0r-4,38r26,0v1,-14,3,-24,5,-38",w:159},$:{d:"59,-164v14,46,83,54,84,109v0,27,-20,48,-50,56v-4,25,5,45,-36,41r3,-39v-35,-2,-54,-17,-34,-45v20,16,76,25,76,-11v0,-44,-82,-64,-83,-112v0,-21,15,-41,47,-48v3,-27,-4,-47,37,-43r-4,42v22,2,34,8,37,13v0,6,-3,22,-13,21v-19,-9,-65,-13,-64,16"},"%":{d:"135,-59v0,-37,17,-65,53,-65v30,0,50,16,50,64v0,39,-18,64,-52,64v-31,0,-51,-13,-51,-63xm14,-173v0,-37,17,-64,53,-64v30,0,50,15,50,63v0,39,-17,65,-52,65v-31,0,-51,-15,-51,-64xm69,1v-3,15,-22,7,-27,-4v18,-33,106,-175,139,-232v8,-14,23,-2,26,7v-15,27,-94,158,-138,229xm167,-59v0,28,6,40,19,40v11,0,20,-13,20,-41v0,-29,-7,-40,-19,-40v-13,0,-20,14,-20,41xm47,-172v0,28,7,39,19,39v12,0,19,-13,19,-41v0,-29,-7,-39,-19,-39v-12,0,-19,13,-19,41",w:255},"&":{d:"197,-17v-15,38,-40,12,-59,-8v-38,51,-131,29,-131,-36v0,-29,21,-52,41,-66v-38,-42,-32,-114,37,-112v40,1,49,12,31,38v-21,-16,-56,-19,-57,15v0,25,46,77,73,107v16,-37,21,-52,18,-75v5,-4,51,-17,51,7v1,4,-8,12,-21,13v0,19,1,35,-23,80xm43,-62v-1,40,52,46,73,14v-18,-18,-37,-40,-50,-57v-14,12,-23,25,-23,43",w:212},"(":{d:"54,-105v0,69,22,123,49,150v-3,13,-10,21,-20,21v-17,-8,-64,-66,-64,-168v0,-95,42,-151,66,-169v11,2,17,9,18,20v-28,33,-49,83,-49,146",w:115},")":{d:"10,44v60,-55,64,-240,0,-296v3,-13,10,-19,20,-19v17,9,63,63,63,162v0,96,-41,159,-65,176v-12,-2,-17,-12,-18,-23",w:115},"*":{d:"67,-165v5,-5,9,-5,17,4v1,-2,5,-4,11,-7r36,37v7,8,-10,17,-22,20v-8,-16,-18,-30,-25,-48r-23,43v-7,11,-22,-1,-28,-12xm27,-207v16,8,35,14,49,24r-6,-50v1,-12,22,-8,31,-4v-9,20,10,62,-24,55v2,3,2,6,-2,13r-53,-10v-11,-2,-3,-19,5,-28xm137,-203v12,-6,17,13,15,25r-50,9v-6,1,-11,0,-12,-12",w:162},"+":{d:"105,-36v1,17,-16,16,-31,16r0,-63r-59,0v-6,-42,31,-23,59,-27r-1,-53v4,-7,38,-12,32,9r0,44r60,0v6,42,-31,23,-60,27r0,47",w:179},",":{d:"18,-6v-6,-4,-5,-14,-8,-21v4,-8,13,-15,24,-15v20,-1,24,10,21,28v-6,28,-24,66,-55,49v8,-13,17,-26,18,-41",w:69},"-":{d:"95,-108v1,41,-51,31,-85,30v-3,-47,47,-23,74,-34v3,0,7,2,11,4",w:105},".":{d:"10,-19v0,-15,8,-23,25,-23v19,0,22,8,22,22v0,14,-6,24,-25,24v-17,0,-22,-8,-22,-23",w:69},"/":{d:"82,-242v2,-13,25,-13,38,-9r-69,238v-11,25,-4,36,-46,33",w:129},0:{d:"8,-107v0,-71,17,-110,73,-110v57,0,71,52,71,106v0,77,-23,116,-73,116v-44,0,-71,-33,-71,-112xm48,-105v0,62,13,82,32,82v18,0,33,-19,33,-90v0,-58,-14,-76,-32,-76v-19,0,-33,24,-33,84"},1:{d:"26,-169v-22,-36,63,-40,74,-48v4,1,8,3,11,5v-1,40,-2,124,-2,182v5,3,23,6,23,11v2,21,-4,19,-19,19v-21,0,-50,1,-69,1v-4,-23,5,-28,26,-31v1,-43,1,-94,2,-150v-14,4,-40,10,-46,11",w:141},2:{d:"150,-31v-3,36,-15,31,-52,31v-31,0,-62,0,-85,-1v-9,-32,26,-52,40,-72v24,-34,47,-60,47,-84v1,-45,-57,-26,-77,-13v-8,0,-10,-16,-10,-20v9,-15,37,-27,68,-27v77,0,67,78,35,118r-56,69"},3:{d:"78,-217v81,0,65,80,22,103v29,7,47,25,47,55v0,67,-74,98,-128,73v-5,-8,-9,-18,-3,-31v38,25,100,3,90,-48v-5,-24,-32,-32,-63,-28v-2,-9,0,-16,4,-22v24,-9,47,-25,47,-47v1,-34,-52,-24,-69,-10v-7,0,-10,-14,-9,-21v5,-12,30,-24,62,-24"},4:{d:"150,-80v8,15,-5,28,-23,28v-1,31,10,63,-39,55r1,-55v-27,0,-57,-1,-74,-3v-7,-7,-10,-15,-11,-21v12,-28,58,-110,81,-131v10,-10,26,-13,42,-9r0,137v9,-1,18,-1,23,-1xm89,-78r2,-83v-19,25,-38,57,-48,81v13,1,29,2,46,2"},5:{d:"139,-217v6,43,-44,26,-79,31v-3,15,-6,33,-8,50v57,0,99,16,94,82v-3,48,-37,77,-87,77v-43,0,-47,-10,-42,-39v36,24,90,3,90,-46v0,-48,-51,-47,-93,-49r17,-103v26,0,85,-2,108,-3"},6:{d:"66,-112v-4,-27,11,-36,36,-33v35,5,48,34,48,66v0,49,-22,84,-72,84v-42,0,-67,-28,-70,-90v-4,-83,44,-154,107,-154v21,0,34,8,27,27v-73,-7,-98,48,-100,122v0,46,16,67,38,67v19,0,35,-18,35,-52v0,-39,-19,-48,-49,-37"},7:{d:"148,-216v-17,66,-67,164,-90,233v-13,1,-41,-1,-36,-8r82,-197v-30,-1,-70,3,-91,-5v-3,-8,1,-17,4,-27v39,8,86,2,131,4",w:155},8:{d:"108,-123v61,24,55,127,-28,127v-54,0,-71,-34,-71,-64v0,-33,18,-45,42,-62v-20,-13,-35,-26,-36,-53v0,-40,32,-63,75,-60v70,5,64,91,18,112xm45,-62v-2,48,68,52,68,3v0,-27,-19,-34,-37,-47v-17,11,-31,26,-31,44xm81,-208v-26,-2,-40,39,-17,54v5,5,12,10,20,15v32,-12,35,-67,-3,-69"},9:{d:"93,-103v5,25,-7,36,-35,33v-33,-4,-50,-33,-50,-68v0,-49,24,-81,72,-81v94,0,80,177,28,216v-29,22,-59,34,-86,20v-3,-6,-4,-14,-4,-20v60,9,95,-49,95,-118v0,-44,-9,-71,-34,-71v-23,0,-36,20,-36,51v0,36,21,49,50,38"},":":{d:"10,-135v0,-14,8,-22,25,-22v19,0,22,8,22,22v0,14,-6,23,-25,23v-16,0,-22,-7,-22,-23xm10,-19v0,-15,8,-23,25,-23v19,0,22,8,22,22v0,14,-6,24,-25,24v-16,0,-22,-8,-22,-23",w:69},";":{d:"18,-6v-6,-4,-5,-14,-8,-21v4,-8,13,-15,24,-15v20,-1,24,10,21,28v-6,28,-24,66,-55,49v8,-13,17,-26,18,-41xm10,-135v0,-14,8,-22,25,-22v19,0,22,8,22,22v0,14,-6,23,-25,23v-17,0,-22,-7,-22,-23",w:69},"=":{d:"153,-116v-45,-2,-97,4,-138,-2v0,-18,2,-26,12,-26r138,0v0,18,-2,28,-12,28xm153,-48v-45,-2,-97,4,-138,-2v0,-17,2,-26,12,-26r138,0v0,18,-2,28,-12,28",w:179},"?":{d:"108,-189v3,46,-55,66,-39,114v-15,15,-40,0,-38,-24v3,-35,38,-52,38,-85v0,-29,-28,-26,-48,-13v-7,-1,-13,-7,-13,-21v24,-33,111,-22,100,29xm54,-41v17,0,20,7,20,21v0,13,-4,23,-22,23v-15,0,-20,-7,-20,-22v0,-14,7,-22,22,-22",w:115},"@":{d:"138,-163v60,-4,40,71,41,127v20,8,37,-15,37,-77v0,-57,-24,-82,-71,-82v-60,0,-96,38,-96,117v0,99,54,119,126,98v17,-5,35,-5,34,14v-18,17,-57,22,-84,22v-67,3,-117,-48,-110,-146v6,-84,56,-131,129,-131v66,0,107,34,107,106v0,95,-42,121,-91,101v-27,14,-79,18,-79,-35v0,-36,32,-59,67,-55v6,-41,-29,-33,-52,-24v-17,-25,13,-33,42,-35xm148,-81v-28,-6,-43,34,-25,50v26,3,25,-25,25,-50",w:267},A:{d:"190,-6v-7,10,-32,10,-42,0r-18,-59r-68,0r-21,60v-3,10,-26,6,-39,3v20,-73,59,-164,78,-227v0,-15,26,-14,34,-5xm71,-94r50,0r-25,-82",w:191},B:{d:"113,-133v21,8,40,19,40,56v0,76,-64,86,-134,76r0,-234v14,-6,32,-2,52,-4v81,-7,84,82,42,106xm57,-115r0,89v35,8,57,-15,53,-58v-3,-30,-25,-34,-53,-31xm57,-142v31,1,45,-7,43,-43v-2,-24,-18,-29,-43,-27r0,70"},C:{d:"10,-113v0,-76,35,-133,101,-131v42,1,62,14,46,39v-59,-19,-104,-6,-107,90v-2,84,52,103,106,76v15,29,-12,44,-49,44v-59,0,-97,-28,-97,-118",w:171},D:{d:"19,-211v-5,-38,25,-28,58,-28v81,0,103,47,103,111v0,103,-61,147,-161,126r0,-209xm138,-128v0,-69,-21,-85,-80,-83r0,183v52,5,80,-4,80,-100",w:193},E:{d:"129,-239v3,45,-33,24,-72,29r0,69r66,0v0,49,-32,22,-66,29r0,84r77,0v-4,39,-17,29,-57,29v-22,0,-41,-1,-55,-2v-8,-70,1,-155,-4,-232v26,-11,74,-4,111,-6",w:141},F:{d:"133,-239v4,47,-39,22,-76,28r0,74r68,0v2,48,-35,23,-68,29r0,104v-8,4,-28,8,-38,1r-1,-228v25,-15,77,-5,115,-8",w:138},G:{d:"9,-116v5,-84,28,-127,104,-127v42,0,67,16,43,37v-58,-21,-108,0,-106,88v2,87,37,104,85,88r0,-77v-9,0,-20,-3,-21,-24v5,-10,43,-5,56,-6v7,35,1,83,3,123v-70,41,-171,19,-164,-102",w:190},H:{d:"141,1v-14,-23,-2,-77,-6,-113r-77,0v-3,36,7,83,-6,109v-4,4,-11,4,-34,4r0,-235v5,-5,14,-5,35,-5v11,22,3,67,5,98r77,0v2,-31,-4,-70,4,-94v5,-4,12,-4,35,-4r0,234v-4,5,-14,6,-33,6",w:195},I:{d:"24,1v-12,-5,-6,-35,-6,-51r-1,-179v5,-11,49,-24,40,15r0,209v-4,5,-14,6,-33,6",w:78},J:{d:"23,24v-23,1,-35,-14,-25,-30v28,4,44,10,44,-58r0,-165v4,-9,13,-10,35,-10v10,46,2,116,4,170v2,58,-8,90,-58,93",w:102},K:{d:"170,-6v-14,19,-53,2,-54,-19v-12,-26,-37,-69,-59,-88r1,108v-2,8,-45,12,-39,-10r-1,-219v4,-3,15,-5,36,-5v7,25,1,67,3,98r70,-98v15,0,45,-2,32,14r-68,94v30,29,56,92,79,125",w:167},L:{d:"51,-239v8,3,5,13,6,27r0,183v24,2,48,1,75,-1v6,33,-13,31,-49,31v-24,0,-48,-1,-62,-2v-7,-71,-1,-153,-3,-231v5,-6,12,-7,33,-7",w:139},M:{d:"11,-3r19,-226v0,-11,19,-10,36,-10v13,29,39,103,51,146v19,-47,32,-101,55,-144v8,-1,21,-2,31,-2r21,234v-3,6,-13,6,-35,6v-13,-39,-10,-105,-14,-160r-43,122v-3,11,-16,10,-30,10r-43,-132v0,50,-9,103,-9,144v0,17,-24,18,-39,12",w:242},N:{d:"57,-235r64,113v9,17,17,35,24,50v2,-53,-5,-114,2,-162v8,-5,11,-5,34,-5r-1,234v-4,4,-23,11,-36,5r-66,-117r-24,-50v-1,53,6,114,-1,162v-6,6,-12,6,-35,6r1,-226v-3,-4,-5,-4,-4,-10v12,-4,31,-7,42,0",w:204},O:{d:"51,-117v0,-68,21,-97,52,-97v30,0,53,28,53,94v0,66,-19,96,-52,96v-31,0,-53,-31,-53,-93xm104,-244v-61,0,-94,44,-94,126v0,76,26,123,92,123v64,0,95,-46,95,-126v0,-77,-30,-123,-93,-123",w:209},P:{d:"57,-58v-1,34,11,69,-39,59r0,-239v60,-13,130,-4,130,71v0,52,-37,69,-62,72v-12,6,-33,-17,-14,-22v15,0,35,-13,35,-52v0,-39,-18,-46,-50,-44r0,155",w:155},Q:{d:"159,33v36,-5,97,-22,117,8r-6,15v-31,-29,-101,9,-139,4v-28,-3,-44,-41,-45,-57v-54,-7,-76,-57,-76,-121v0,-82,34,-126,95,-126v64,0,93,46,93,123v0,76,-26,113,-68,123v1,13,10,33,29,31xm105,-24v32,0,52,-30,52,-96v0,-67,-20,-94,-52,-94v-33,0,-52,30,-52,98v0,62,22,92,52,92",w:210},R:{d:"111,-107v20,29,43,76,58,100v3,10,-21,9,-26,9v-14,-1,-22,-15,-27,-27v-10,-21,-26,-51,-43,-71r-16,0v-7,41,25,109,-39,97r1,-235v51,-15,126,-7,126,64v0,30,-24,55,-34,63xm57,-124v36,1,48,-5,48,-47v0,-35,-19,-46,-48,-41r0,88",w:166},S:{d:"61,5v-43,-1,-67,-15,-44,-46v24,22,76,26,76,-18v0,-50,-84,-72,-83,-128v0,-28,19,-57,67,-57v30,0,46,10,50,16v0,6,-3,21,-13,20v-23,-10,-72,-14,-64,24v11,49,83,63,83,123v0,40,-25,66,-72,66",w:144},T:{d:"165,-239v0,13,-3,29,-13,29r-51,0r1,205v-6,5,-12,6,-35,6v-11,-61,-1,-142,-4,-211r-42,0v-5,0,-20,2,-19,-6v-4,-27,24,-24,51,-23r112,0",w:168,k:{z:41,y:41,x:41,w:41,v:41,u:41,t:11,s:42,r:41,q:41,p:41,o:41,n:41,m:41,g:41,f:7,e:41,d:41,c:41,a:41}},U:{d:"53,-239v19,81,-35,245,83,209v14,-58,0,-142,11,-204v7,-4,11,-5,34,-5v-2,74,3,162,-11,221v-15,18,-42,23,-71,23v-114,1,-72,-133,-82,-238v4,-5,15,-6,36,-6",w:202},V:{d:"146,-238v23,-4,40,-3,32,23r-65,210v-12,14,-45,5,-45,-9r-65,-215v2,-10,20,-10,34,-10v28,51,37,125,57,185",w:180},W:{d:"122,-220v0,-15,16,-11,31,-13v18,48,30,118,44,175r41,-175r-1,1v1,-12,26,-6,37,-4v-12,64,-46,191,-58,230v-16,16,-50,6,-46,-18r-31,-132r-35,149v-12,15,-49,8,-46,-12r-52,-209v2,-10,20,-12,33,-11v22,45,31,125,46,178",w:281},X:{d:"171,-236v-12,35,-35,67,-59,111r65,122v-11,6,-33,6,-46,0r-44,-86r-45,84v-8,13,-25,1,-42,3r68,-120r-58,-109v4,-10,23,-6,38,-8v18,25,30,58,45,84r40,-80v9,-7,20,-3,38,-1",w:182},Y:{d:"163,-232v-8,43,-60,83,-60,129r0,98v-4,5,-9,6,-35,6v-9,-29,-2,-71,-4,-108v-16,-39,-43,-87,-63,-126v0,-5,29,-4,41,-4r43,95r43,-94v12,-3,30,-8,35,4",w:169,k:{z:27,y:27,x:27,w:27,v:27,u:27,t:16,s:27,r:27,q:27,p:27,o:27,n:27,m:27,l:11,k:11,j:11,i:11,h:7,g:27,f:11,e:27,d:27,c:27,b:7,a:27}},Z:{d:"12,0v-3,-2,-8,-11,-6,-19v39,-64,81,-139,107,-191r-78,0v-33,5,-22,-22,-10,-30r132,2v-12,74,-63,128,-102,210r107,-1v1,37,-15,29,-60,30v-43,0,-72,0,-90,-1",w:171},"[":{d:"37,-268v-3,-30,61,-18,85,-10v3,30,-29,11,-51,22r0,258v0,7,1,15,3,20v16,1,33,0,46,4v0,18,-2,21,-9,23r-75,-3",w:132},"\\":{d:"29,-253v5,0,9,0,11,2r64,238v5,24,14,39,-26,35r-72,-267v0,-5,5,-8,23,-8",w:120},"]":{d:"89,44v-16,6,-64,6,-82,-3v-4,-30,31,-13,50,-23r1,-257v0,-7,-1,-15,-3,-20v-15,-2,-32,-1,-46,-5v0,-18,2,-21,9,-23v29,0,61,3,75,4",w:132},_:{d:"153,35r-153,0v0,-13,0,-20,5,-25r153,0v0,13,0,20,-5,25",w:158},a:{d:"87,-121v3,-43,-41,-13,-62,-11v-23,-30,13,-40,49,-43v69,-7,49,75,50,139v0,0,-1,16,10,14v8,30,-31,32,-44,16v-31,21,-86,10,-84,-39v2,-50,44,-60,81,-58r0,-18xm44,-48v-2,34,36,28,43,9r0,-40v-23,1,-41,5,-43,31",w:145},b:{d:"71,5v-29,0,-53,-1,-53,-32r0,-216v4,-10,16,-12,34,-12v8,19,3,63,4,90v46,-24,101,-6,99,66v-2,71,-29,104,-84,104xm56,-138r0,112v34,12,55,-3,58,-68v2,-53,-27,-61,-58,-44",w:166},c:{d:"9,-82v0,-62,28,-93,78,-93v35,0,52,11,36,36v-42,-13,-75,-9,-75,55v1,68,36,67,75,52v11,26,-13,38,-40,37v-40,0,-74,-15,-74,-87",w:136},d:{d:"9,-79v0,-62,39,-110,98,-92r0,-72v4,-10,16,-12,34,-12v9,61,2,148,3,220v0,0,-1,16,10,13v8,30,-33,32,-44,16v-47,26,-101,5,-101,-73xm84,-24v42,0,16,-77,23,-118v-33,-14,-58,2,-58,59v0,44,16,59,35,59",w:167},e:{d:"80,5v-45,2,-71,-31,-71,-84v0,-70,31,-96,72,-96v48,0,60,43,53,90v-17,13,-54,12,-87,12v0,57,44,55,80,37v14,31,-14,40,-47,41xm48,-99v28,-4,56,12,51,-21v-3,-19,-8,-29,-23,-28v-13,1,-26,17,-28,49",w:146},f:{d:"102,-171v0,33,-12,28,-39,28r0,134v-1,13,-25,10,-38,9r0,-143v-10,0,-17,-1,-22,-5v3,-20,6,-18,22,-21r1,-26v4,-49,39,-60,65,-60v29,0,39,11,26,29v-26,1,-52,-10,-54,35r0,21",w:98},g:{d:"10,-34v3,-12,18,-19,25,-28v-45,-30,-19,-123,41,-113v27,5,42,9,73,5v7,15,1,35,-22,29v25,45,-11,104,-69,88v-9,9,-15,19,10,20v38,2,82,5,83,42v0,41,-51,83,-111,82v-18,0,-35,-4,-38,-16v-5,-18,32,-49,55,-64v27,18,-23,41,-18,52v35,12,80,-19,75,-49v-3,-17,-29,-16,-50,-17v-36,-2,-49,-11,-54,-31xm71,-150v-14,0,-24,11,-21,37v2,23,10,37,28,37v16,0,23,-17,21,-40v-2,-22,-12,-34,-28,-34",w:155},h:{d:"107,-103v0,-21,-5,-45,-20,-42v-12,0,-24,7,-32,15v-2,41,5,91,-4,126v-3,5,-21,7,-34,3r0,-242v5,-9,16,-12,34,-12v8,20,2,66,4,94v40,-26,90,-19,90,55r0,101v-4,5,-9,6,-35,6v-7,-30,-3,-69,-3,-104",w:165},i:{d:"49,-171v8,4,6,11,6,27v0,46,6,103,-5,140v-3,4,-8,4,-33,5r0,-162v4,-9,16,-10,32,-10xm15,-230v0,-14,8,-21,23,-21v17,0,20,7,20,21v0,14,-5,23,-22,23v-15,0,-21,-8,-21,-23",w:76},j:{d:"-24,42v73,5,31,-121,42,-203v4,-9,16,-10,32,-10v7,3,6,9,6,24v0,83,30,210,-55,216v-21,2,-34,-9,-25,-27xm16,-230v0,-14,8,-21,23,-21v17,0,19,7,19,21v0,14,-5,23,-22,23v-15,0,-20,-8,-20,-23",w:77},k:{d:"21,1v-11,-6,0,-57,-3,-71r-1,-172v4,-10,15,-13,33,-13v8,14,4,63,5,88v26,-22,74,-10,74,25v0,37,-32,58,-47,64v17,13,51,58,70,81v5,5,-1,8,-7,10v-44,7,-52,-37,-78,-57v-5,-5,-10,-10,-12,-13v-6,32,21,66,-34,58xm55,-131r0,37v18,-10,34,-24,34,-43v-4,-22,-22,-10,-34,6",w:146},l:{d:"64,-6v-10,18,-47,8,-47,-14r0,-223v4,-10,17,-12,35,-12v7,64,1,149,3,220v0,0,-2,16,10,14v0,5,-1,13,-1,15",w:75},m:{d:"132,-159v14,-10,29,-17,53,-15v66,5,34,102,43,169v-6,4,-12,6,-36,6v-8,-31,-3,-74,-3,-110v0,-45,-29,-42,-47,-23r0,125v-1,13,-24,6,-38,8r0,-111v4,-45,-30,-40,-47,-22v-3,42,6,94,-4,128v-6,5,-11,5,-34,5v-2,-52,5,-114,-4,-159v4,-7,29,-16,33,-2v19,-18,68,-21,84,1",w:248},n:{d:"48,-159v14,-9,25,-15,44,-15v82,-3,45,95,55,169v-5,4,-11,6,-35,6v-10,-30,-4,-74,-4,-110v0,-43,-35,-43,-52,-23r0,111v2,23,-13,23,-38,22v-2,-51,5,-114,-4,-158v5,-6,29,-16,34,-2",w:166},o:{d:"152,-86v0,60,-31,91,-72,91v-46,0,-72,-26,-72,-89v0,-62,30,-91,73,-91v47,0,71,31,71,89xm48,-86v0,48,13,64,32,64v17,0,32,-15,32,-63v0,-45,-12,-62,-32,-62v-17,0,-32,16,-32,61"},p:{d:"57,-1v-3,35,16,89,-37,72v-3,-75,5,-161,-5,-229v3,-8,29,-15,33,-2v45,-31,108,-14,108,64v0,73,-38,115,-99,95xm57,-32v30,23,56,9,59,-62v2,-54,-32,-61,-59,-39r0,101",w:168},q:{d:"9,-77v-2,-81,68,-117,141,-86v-12,63,-1,152,-5,224v4,16,-22,13,-38,13r1,-78v-48,24,-97,5,-99,-73xm108,-35r1,-110v-38,-11,-58,9,-60,66v-2,54,32,68,59,44",w:167},r:{d:"108,-163v1,11,-7,31,-28,22v-10,0,-17,2,-24,9v-2,42,6,93,-4,128v-6,4,-11,5,-34,5v-2,-51,7,-115,-4,-158v4,-6,30,-17,34,-3v13,-11,50,-21,60,-3",w:111},s:{d:"14,-32v21,3,61,22,64,-12v-8,-34,-68,-43,-68,-85v0,-31,31,-50,68,-45v35,5,42,13,28,35v-17,-6,-55,-17,-56,9v9,32,71,42,68,83v7,54,-87,66,-111,34v0,-5,3,-13,7,-19",w:128},t:{d:"5,-147v-3,-21,15,-18,25,-21v0,-31,-2,-47,35,-48r-1,46r46,0v1,38,-19,24,-46,27r0,88v-2,33,18,37,37,25v10,-1,6,11,7,20v-5,11,-24,15,-39,15v-64,0,-37,-88,-43,-147v-10,0,-16,-2,-21,-5",w:117},u:{d:"39,-175v35,6,17,71,17,112v0,48,33,42,51,26r0,-112v-2,-23,13,-23,38,-22v2,51,-5,114,4,158v-4,6,-28,16,-33,2v-14,9,-26,15,-45,15v-86,0,-36,-103,-55,-168v3,-2,13,-13,23,-11",w:167},v:{d:"103,-168v14,-8,46,-2,30,21r-43,141v-9,9,-33,11,-39,-1v-9,-37,-34,-109,-47,-154v3,-8,11,-11,33,-11v20,32,24,83,36,122",w:144},w:{d:"215,-165r-42,156v-4,14,-8,10,-30,13v-22,-24,-23,-67,-33,-103r-23,90v-5,14,-8,10,-30,13v-26,-30,-37,-130,-53,-167v3,-6,13,-9,35,-9v17,27,21,86,30,118r26,-110v7,-3,39,-12,36,10r23,100r25,-112v3,-11,35,-6,36,1",w:222},x:{d:"79,-117v16,-24,22,-69,68,-51r-49,78r52,86v-7,8,-46,9,-48,-8v-10,-14,-20,-33,-28,-48r-32,55v-3,10,-26,5,-39,5v12,-34,35,-56,52,-88v-15,-27,-34,-49,-46,-78v14,-8,45,-11,48,11v7,9,11,22,22,38",w:155},y:{d:"56,-11v-15,-26,-29,-94,-51,-151v3,-7,11,-10,31,-10v20,21,27,80,39,117r27,-111v6,-7,21,-5,32,-4v2,6,3,11,1,19v-10,39,-27,102,-47,155v-19,51,-39,67,-57,67v-19,0,-28,-7,-30,-13v-1,-20,20,-11,32,-15v9,-4,19,-32,23,-54",w:144},z:{d:"4,-13v21,-44,53,-87,74,-130v-20,-2,-63,5,-71,-6v1,-30,16,-20,42,-21r73,1v-6,56,-41,81,-69,141v18,2,66,0,75,-3v11,55,-79,23,-118,30v-2,-2,-5,-7,-6,-12",w:133},"|":{d:"73,-281r0,356v-6,5,-13,5,-36,5r0,-356v6,-5,13,-5,36,-5",w:110},"'":{d:"13,-180r-4,-75v11,-6,39,-14,36,12v-3,21,-5,50,-8,58v-2,3,-19,5,-24,5",w:54},"`":{d:"41,-262v5,3,66,55,26,65v-15,-9,-33,-28,-48,-46v1,-10,11,-19,22,-19",w:115},"{":{d:"100,-269v9,15,3,23,-14,24v-67,26,44,107,-25,136v70,33,-54,133,45,151r-6,15v-44,0,-74,-13,-74,-50v0,-27,23,-54,23,-84v6,-20,-47,-11,-37,-41v76,-4,15,-60,15,-99v0,-34,33,-51,73,-52",w:120},"<":{d:"141,-50v1,12,-8,32,-23,22r-97,-73v-8,-5,-9,-16,-4,-23r101,-77v14,-11,24,6,23,20r-87,67",w:164},">":{d:"22,-178v-2,-12,9,-34,23,-22r98,73v9,5,7,18,2,24v-7,2,-95,79,-110,79v-10,0,-13,-13,-13,-24v0,0,84,-64,87,-66"},"^":{d:"13,-155v20,-29,24,-89,62,-90v10,9,38,67,50,87v-26,35,-38,-11,-53,-39r-5,-10v-13,23,-25,85,-54,52",w:140},"}":{d:"17,-269v-4,11,-11,22,7,22v77,19,-37,109,31,138v-49,22,-6,78,-1,117v3,23,-27,26,-43,33v0,6,5,11,6,16v67,5,88,-46,60,-96v-5,-20,-25,-52,14,-56v11,-1,18,-11,14,-23v-76,-4,-14,-60,-15,-99v0,-34,-33,-51,-73,-52",w:120},"~":{d:"129,-65v-36,8,-80,-92,-93,-6v-7,7,-22,5,-30,1v13,-86,61,-69,96,-38v10,8,18,16,26,16v15,0,15,-26,21,-40v6,0,20,3,25,7v-5,46,-23,60,-45,60",w:180}," ":{w:81}}});var curvyBrowser=new browserdetect;if(curvyBrowser.isIE){try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}}curvyCnrSpec.prototype.setcorner=function(a,b,c,d){if(!a){this.tlR=this.trR=this.blR=this.brR=parseInt(c);this.tlu=this.tru=this.blu=this.bru=d}else{var e=a.charAt(0)+b.charAt(0);this[e+"R"]=parseInt(c);this[e+"u"]=d}};curvyCnrSpec.prototype.get=function(a){if(/^(t|b)(l|r)(R|u)$/.test(a)){return this[a]}if(/^(t|b)(l|r)Ru$/.test(a)){var b=a.charAt(0)+a.charAt(1);return this[b+"R"]+this[b+"u"]}if(/^(t|b)Ru?$/.test(a)){var c=a.charAt(0);c+=this[c+"lR"]>this[c+"rR"]?"l":"r";var d=this[c+"R"];if(a.length===3&&a.charAt(2)==="u"){d+=this[c="u"]}return d}throw new Error("Don't recognize property "+a)};curvyCnrSpec.prototype.radiusdiff=function(a){if(a!=="t"&&a!=="b"){throw new Error("Param must be 't' or 'b'")}return Math.abs(this[a+"lR"]-this[a+"rR"])};curvyCnrSpec.prototype.setfrom=function(a){this.tlu=this.tru=this.blu=this.bru="px";if("tl"in a){this.tlR=a.tl.radius}if("tr"in a){this.trR=a.tr.radius}if("bl"in a){this.blR=a.bl.radius}if("br"in a){this.brR=a.br.radius}if("antiAlias"in a){this.antiAlias=a.antiAlias}};curvyCnrSpec.prototype.cloneOn=function(a){var b=["tl","tr","bl","br"];var c=0;var d,e;for(d in b){if(!isNaN(d)){e=this[b[d]+"u"];if(e!==""&&e!=="px"){c=new curvyCnrSpec;break}}}if(!c){c=this}else{var f,g,h=curvyBrowser.get_style(a,"left");for(d in b){if(!isNaN(d)){f=b[d];e=this[f+"u"];g=this[f+"R"];if(e!=="px"){var i=a.style.left;a.style.left=g+e;g=a.style.pixelLeft;a.style.left=i}c[f+"R"]=g;c[f+"u"]="px"}}a.style.left=h}return c};curvyCnrSpec.prototype.radiusSum=function(a){if(a!=="t"&&a!=="b"){throw new Error("Param must be 't' or 'b'")}return this[a+"lR"]+this[a+"rR"]};curvyCnrSpec.prototype.radiusCount=function(a){var b=0;if(this[a+"lR"]){++b}if(this[a+"rR"]){++b}return b};curvyCnrSpec.prototype.cornerNames=function(){var a=[];if(this.tlR){a.push("tl")}if(this.trR){a.push("tr")}if(this.blR){a.push("bl")}if(this.brR){a.push("br")}return a};operasheet.contains_border_radius=function(a){return/border-((top|bottom)-(left|right)-)?radius/.test(document.styleSheets.item(a).ownerNode.text)};curvyCorners.prototype.applyCornersToAll=function(){throw curvyCorners.newError("This function is now redundant. Just call curvyCorners(). See documentation.")};curvyCorners.redraw=function(){if(curvyBrowser.supportsCorners){return}if(!curvyCorners.redrawList){throw curvyCorners.newError("curvyCorners.redraw() has nothing to redraw.")}var a=curvyCorners.block_redraw;curvyCorners.block_redraw=true;for(var b in curvyCorners.redrawList){if(isNaN(b)){continue}var c=curvyCorners.redrawList[b];if(!c.node.clientWidth){continue}var d=c.copy.cloneNode(false);for(var e=c.node.firstChild;e!==null;e=e.nextSibling){if(e.className.indexOf("autoPadDiv")!==-1){break}}if(!e){curvyCorners.alert("Couldn't find autoPad DIV");break}c.node.parentNode.replaceChild(d,c.node);var f=e.getElementsByTagName("script");for(var g=f.length-1;g>=0;--g){f[g].parentNode.removeChild(f[g])}while(e.firstChild){d.appendChild(e.removeChild(e.firstChild))}c=new curvyObject(c.spec,c.node=d);c.applyCorners()}curvyCorners.block_redraw=a};curvyCorners.adjust=function(obj,prop,newval){if(!curvyBrowser.supportsCorners){if(!curvyCorners.redrawList){throw curvyCorners.newError("curvyCorners.adjust() has nothing to adjust.")}var i,j=curvyCorners.redrawList.length;for(i=0;i<j;++i){if(curvyCorners.redrawList[i].node===obj){break}}if(i===j){throw curvyCorners.newError("Object not redrawable")}obj=curvyCorners.redrawList[i].copy}if(prop.indexOf(".")===-1){obj[prop]=newval}else{eval("obj."+prop+"='"+newval+"'")}};curvyCorners.handleWinResize=function(){if(!curvyCorners.block_redraw){curvyCorners.redraw()}};curvyCorners.setWinResize=function(a){curvyCorners.block_redraw=!a};curvyCorners.newError=function(a){return new Error("curvyCorners Error:\n"+a)};curvyCorners.alert=function(a){if(typeof curvyCornersVerbose==="undefined"||curvyCornersVerbose){alert(a)}};curvyObject.prototype.backgroundCheck=function(a){if(a==="top"||a==="left"||parseInt(a)===0){return 0}if(!/^[-\d.]+px$/.test(a)&&!this.backgroundObject){this.backgroundObject=new Image;var b=function(a){var b=/url\("?([^'"]+)"?\)/.exec(a);return b?b[1]:a};this.backgroundObject.src=b(this.backgroundImage)}return a};curvyObject.dispatch=function(a){if("dispatch"in a){a.dispatch()}else{throw a.newError("No dispatch function")}};curvyObject.prototype.drawPixel=function(a,b,c,d,e,f,g,h){var i=document.createElement("div");i.style.height=e+"px";i.style.width="1px";i.style.position="absolute";i.style.fontSize="1px";i.style.overflow="hidden";var j=this.spec.get("tR");i.style.backgroundColor=c;if(g&&this.backgroundImage!==""){i.style.backgroundImage=this.backgroundImage;i.style.backgroundPosition="-"+(this.boxWidth-(h-a)+this.borderWidth)+"px -"+(this.boxHeight+j+b-this.borderWidth)+"px"}if(d!=100){curvyObject.setOpacity(i,d)}i.style.top=b+"px";i.style.left=a+"px";f.appendChild(i)};curvyObject.prototype.fillerWidth=function(a){var b,c;b=curvyBrowser.quirksMode?0:this.spec.radiusCount(a)*this.borderWidthL;if((c=this.boxWidth-this.spec.radiusSum(a)+b)<0){throw this.newError("Radius exceeds box width")}return c+"px"};curvyObject.prototype.errmsg=function(a,b){var c="\ntag: "+this.box.tagName;if(this.box.id){c+="\nid: "+this.box.id}if(this.box.className){c+="\nclass: "+this.box.className}var d;if((d=this.box.parentNode)===null){c+="\n(box has no parent)"}else{c+="\nParent tag: "+d.tagName;if(d.id){c+="\nParent ID: "+d.id}if(d.className){c+="\nParent class: "+d.className}}if(b===undefined){b="warning"}return"curvyObject "+b+":\n"+a+c};curvyObject.prototype.newError=function(a){return new Error(this.errmsg(a,"exception"))};curvyObject.IntToHex=function(a){var b=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];return b[a>>>4]+""+b[a&15]};curvyObject.BlendColour=function(a,b,c){if(a==="transparent"||b==="transparent"){throw this.newError("Cannot blend with transparent")}if(a.charAt(0)!=="#"){a=curvyObject.format_colour(a)}if(b.charAt(0)!=="#"){b=curvyObject.format_colour(b)}var d=parseInt(a.substr(1,2),16);var e=parseInt(a.substr(3,2),16);var f=parseInt(a.substr(5,2),16);var g=parseInt(b.substr(1,2),16);var h=parseInt(b.substr(3,2),16);var i=parseInt(b.substr(5,2),16);if(c>1||c<0){c=1}var j=Math.round(d*c+g*(1-c));if(j>255){j=255}if(j<0){j=0}var k=Math.round(e*c+h*(1-c));if(k>255){k=255}if(k<0){k=0}var l=Math.round(f*c+i*(1-c));if(l>255){l=255}if(l<0){l=0}return"#"+curvyObject.IntToHex(j)+curvyObject.IntToHex(k)+curvyObject.IntToHex(l)};curvyObject.pixelFraction=function(a,b,c){var d;var e=c*c;var f=new Array(2);var g=new Array(2);var h=0;var i="";var j=Math.sqrt(e-Math.pow(a,2));if(j>=b&&j<b+1){i="Left";f[h]=0;g[h]=j-b;++h}j=Math.sqrt(e-Math.pow(b+1,2));if(j>=a&&j<a+1){i+="Top";f[h]=j-a;g[h]=1;++h}j=Math.sqrt(e-Math.pow(a+1,2));if(j>=b&&j<b+1){i+="Right";f[h]=1;g[h]=j-b;++h}j=Math.sqrt(e-Math.pow(b,2));if(j>=a&&j<a+1){i+="Bottom";f[h]=j-a;g[h]=0}switch(i){case"LeftRight":d=Math.min(g[0],g[1])+(Math.max(g[0],g[1])-Math.min(g[0],g[1]))/2;break;case"TopRight":d=1-(1-f[0])*(1-g[1])/2;break;case"TopBottom":d=Math.min(f[0],f[1])+(Math.max(f[0],f[1])-Math.min(f[0],f[1]))/2;break;case"LeftBottom":d=g[0]*f[1]/2;break;default:d=1}return d};curvyObject.rgb2Array=function(a){var b=a.substring(4,a.indexOf(")"));return b.split(/,\s*/)};curvyObject.rgb2Hex=function(a){try{var b=curvyObject.rgb2Array(a);var c=parseInt(b[0]);var d=parseInt(b[1]);var e=parseInt(b[2]);var f="#"+curvyObject.IntToHex(c)+curvyObject.IntToHex(d)+curvyObject.IntToHex(e)}catch(g){var h="getMessage"in g?g.getMessage():g.message;throw new Error("Error ("+h+") converting RGB value to Hex in rgb2Hex")}return f};curvyObject.setOpacity=function(a,b){b=b==100?99.999:b;if(curvyBrowser.isSafari&&a.tagName!="IFRAME"){var c=curvyObject.rgb2Array(a.style.backgroundColor);var d=parseInt(c[0]);var e=parseInt(c[1]);var f=parseInt(c[2]);a.style.backgroundColor="rgba("+d+", "+e+", "+f+", "+b/100+")"}else{if(typeof a.style.opacity!=="undefined"){a.style.opacity=b/100}else{if(typeof a.style.MozOpacity!=="undefined"){a.style.MozOpacity=b/100}else{if(typeof a.style.filter!=="undefined"){a.style.filter="alpha(opacity="+b+")"}else{if(typeof a.style.KHTMLOpacity!=="undefined"){a.style.KHTMLOpacity=b/100}}}}}};curvyCorners.addEvent=function(a,b,c,d){if(a.addEventListener){a.addEventListener(b,c,d);return true}if(a.attachEvent){return a.attachEvent("on"+b,c)}a["on"+b]=c;return false};if(typeof addEvent==="undefined"){addEvent=curvyCorners.addEvent}curvyObject.getComputedColour=function(a){var b=document.createElement("DIV");b.style.backgroundColor=a;document.body.appendChild(b);if(window.getComputedStyle){var c=document.defaultView.getComputedStyle(b,null).getPropertyValue("background-color");b.parentNode.removeChild(b);if(c.substr(0,3)==="rgb"){c=curvyObject.rgb2Hex(c)}return c}else{var d=document.body.createTextRange();d.moveToElementText(b);d.execCommand("ForeColor",false,a);var e=d.queryCommandValue("ForeColor");var f="rgb("+(e&255)+", "+((e&65280)>>8)+", "+((e&16711680)>>16)+")";b.parentNode.removeChild(b);d=null;return curvyObject.rgb2Hex(f)}};curvyObject.format_colour=function(a){if(a!==""&&a!=="transparent"){if(a.substr(0,3)==="rgb"){a=curvyObject.rgb2Hex(a)}else{if(a.charAt(0)!=="#"){a=curvyObject.getComputedColour(a)}else{if(a.length===4){a="#"+a.charAt(1)+a.charAt(1)+a.charAt(2)+a.charAt(2)+a.charAt(3)+a.charAt(3)}}}}return a};curvyCorners.getElementsByClass=function(a,b){var c=new Array;if(b===undefined){b=document}a=a.split(".");var d="*";if(a.length===1){d=a[0];a=false}else{if(a[0]){d=a[0]}a=a[1]}var e,f,g;if(d.charAt(0)==="#"){f=document.getElementById(d.substr(1));if(f){c.push(f)}}else{f=b.getElementsByTagName(d);g=f.length;if(a){var h=new RegExp("(^|\\s)"+a+"(\\s|$)");for(e=0;e<g;++e){if(h.test(f[e].className)){c.push(f[e])}}}else{for(e=0;e<g;++e){c.push(f[e])}}}return c};curvyCorners.getElementsBySelector=function(a,b){var c;var d=a[0];if(b===undefined){b=document}if(d.indexOf("#")===-1){c=curvyCorners.getElementsByClass(d,b)}else{var e=b.getElementById(d.substr(1));if(!e){return[]}c=[e]}if(a.length>1){var f=[];for(var g=c.length;--g>=0;){f=f.concat(curvyCorners.getElementsBySelector(a.slice(1),c[g]))}c=f}return c};if(curvyBrowser.supportsCorners){var curvyCornersNoAutoScan=true;curvyCorners.init=function(){}}else{curvyCorners.scanStyles=function(){function a(a){if(!parseInt(a)){return"px"}var b=/^[\d.]+(\w+)$/.exec(a);return b[1]}var b,c,d;if(curvyBrowser.isIE){function e(b){var c=b.style,d,e,f,g,h;if(curvyBrowser.ieVer>6){d=c["-moz-border-radius"]||0;e=c["-moz-border-radius-topright"]||0;f=c["-moz-border-radius-topleft"]||0;g=c["-moz-border-radius-bottomright"]||0;h=c["-moz-border-radius-bottomleft"]||0}else{d=c["moz-border-radius"]||0;e=c["moz-border-radius-topright"]||0;f=c["moz-border-radius-topleft"]||0;g=c["moz-border-radius-bottomright"]||0;h=c["moz-border-radius-bottomleft"]||0}if(d){var i=d.split("/");i=i[0].split(/\s+/);if(i[i.length-1]===""){i.pop()}switch(i.length){case 3:f=i[0];e=h=i[1];g=i[2];d=false;break;case 2:f=g=i[0];e=h=i[1];d=false;case 1:break;case 4:f=i[0];e=i[1];g=i[2];h=i[3];d=false;break;default:curvyCorners.alert("Illegal corners specification: "+d)}}if(d||f||e||g||h){var j=new curvyCnrSpec(b.selectorText);if(d){j.setcorner(null,null,parseInt(d),a(d))}else{if(e){j.setcorner("t","r",parseInt(e),a(e))}if(f){j.setcorner("t","l",parseInt(f),a(f))}if(h){j.setcorner("b","l",parseInt(h),a(h))}if(g){j.setcorner("b","r",parseInt(g),a(g))}}curvyCorners(j)}}for(b=0;b<document.styleSheets.length;++b){try{if(document.styleSheets[b].imports){for(c=0;c<document.styleSheets[b].imports.length;++c){for(d=0;d<document.styleSheets[b].imports[c].rules.length;++d){e(document.styleSheets[b].imports[c].rules[d])}}}for(c=0;c<document.styleSheets[b].rules.length;++c){e(document.styleSheets[b].rules[c])}}catch(f){if(typeof curvyCornersVerbose!=="undefined"&&curvyCornersVerbose){alert(f.message+" - ignored")}}}}else{if(curvyBrowser.isOp){for(b=0;b<document.styleSheets.length;++b){if(operasheet.contains_border_radius(b)){d=new operasheet(b);for(c in d.rules){if(!isNaN(c)){curvyCorners(d.rules[c])}}}}}else{curvyCorners.alert("Scanstyles does nothing in Webkit/Firefox/Opera")}}};curvyCorners.init=function(){if(arguments.callee.done){return}arguments.callee.done=true;if(curvyBrowser.isWebKit&&curvyCorners.init.timer){clearInterval(curvyCorners.init.timer);curvyCorners.init.timer=null}curvyCorners.scanStyles()}}if(typeof curvyCornersNoAutoScan==="undefined"||curvyCornersNoAutoScan===false){if(curvyBrowser.isOp){document.addEventListener("DOMContentLoaded",curvyCorners.init,false)}else{curvyCorners.addEvent(window,"load",curvyCorners.init,false)}}$(document).ready(function(){Cufon.replace("#navigation-main li, .splash-information h1, .splash-information h2, #services-list h2, #frame-work h2, #frame-contact h2, #frame-signup h3, #current-work li");Cufon.replace("button, .button-blue",{textShadow:"0px 1px #1f6186"});Cufon.replace("#frame-signup h2",{textShadow:"2px 1px #666666"});$("#frame-work #current-work li").hover(function(){$(".caption",this).stop().animate({bottom:"0px"},{queue:false,duration:160})},function(){$(".caption",this).stop().animate({bottom:"-41px"},{queue:false,duration:160})});$("#frame-splash").cycle({fx:"scrollLeft",timeout:6e3});$(".work").colorbox({width:"80%",height:"80%",iframe:true})});(function(a){function b(){var a="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log){window.console.log(a)}else if(window.opera&&window.opera.postError){window.opera.postError(a)}}a.fn.ajaxSubmit=function(c){function d(d){function i(c){if(r.aborted||C){return}try{A=f(q)}catch(d){b("cannot access response document: ",d);c=y}if(c===x&&r){r.abort("timeout");return}else if(c==y&&r){r.abort("server abort");return}if(!A||A.location.href==m.iframeSrc){if(!u)return}q.detachEvent?q.detachEvent("onload",i):q.removeEventListener("load",i,false);var e="success",g;try{if(u){throw"timeout"}var h=m.dataType=="xml"||A.XMLDocument||a.isXMLDoc(A);b("isXml="+h);if(!h&&window.opera&&(A.body==null||A.body.innerHTML=="")){if(--B){b("requeing onLoad callback, DOM not available");setTimeout(i,250);return}}var j=A.body?A.body:A.documentElement;r.responseText=j?j.innerHTML:null;r.responseXML=A.XMLDocument?A.XMLDocument:A;if(h)m.dataType="xml";r.getResponseHeader=function(a){var b={"content-type":m.dataType};return b[a]};if(j){r.status=Number(j.getAttribute("status"))||r.status;r.statusText=j.getAttribute("statusText")||r.statusText}var k=m.dataType||"";var l=/(json|script|text)/.test(k.toLowerCase());if(l||m.textarea){var o=A.getElementsByTagName("textarea")[0];if(o){r.responseText=o.value;r.status=Number(o.getAttribute("status"))||r.status;r.statusText=o.getAttribute("statusText")||r.statusText}else if(l){var s=A.getElementsByTagName("pre")[0];var t=A.getElementsByTagName("body")[0];if(s){r.responseText=s.textContent?s.textContent:s.innerHTML}else if(t){r.responseText=t.innerHTML}}}else if(m.dataType=="xml"&&!r.responseXML&&r.responseText!=null){r.responseXML=D(r.responseText)}try{z=F(r,m.dataType,m)}catch(c){e="parsererror";r.error=g=c||e}}catch(c){b("error caught: ",c);e="error";r.error=g=c||e}if(r.aborted){b("upload aborted");e=null}if(r.status){e=r.status>=200&&r.status<300||r.status===304?"success":"error"}if(e==="success"){m.success&&m.success.call(m.context,z,"success",r);n&&a.event.trigger("ajaxSuccess",[r,m])}else if(e){if(g==undefined)g=r.statusText;m.error&&m.error.call(m.context,r,e,g);n&&a.event.trigger("ajaxError",[r,m,g])}n&&a.event.trigger("ajaxComplete",[r,m]);if(n&&!--a.active){a.event.trigger("ajaxStop")}m.complete&&m.complete.call(m.context,r,e);C=true;if(m.timeout)clearTimeout(v);setTimeout(function(){if(!m.iframeTarget)p.remove();r.responseXML=null},100)}function g(){function c(){try{var a=f(q).readyState;b("state = "+a);if(a.toLowerCase()=="uninitialized")setTimeout(c,50)}catch(d){b("Server abort: ",d," (",d.name,")");i(y);v&&clearTimeout(v);v=undefined}}var d=h.attr("target"),g=h.attr("action");j.setAttribute("target",o);if(!e){j.setAttribute("method","POST")}if(g!=m.url){j.setAttribute("action",m.url)}if(!m.skipEncodingOverride&&(!e||/post/i.test(e))){h.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"})}if(m.timeout){v=setTimeout(function(){u=true;i(x)},m.timeout)}var k=[];try{if(m.extraData){for(var l in m.extraData){k.push(a('<input type="hidden" name="'+l+'" />').attr("value",m.extraData[l]).appendTo(j)[0])}}if(!m.iframeTarget){p.appendTo("body");q.attachEvent?q.attachEvent("onload",i):q.addEventListener("load",i,false)}setTimeout(c,15);j.submit()}finally{j.setAttribute("action",g);if(d){j.setAttribute("target",d)}else{h.removeAttr("target")}a(k).remove()}}function f(a){var b=a.contentWindow?a.contentWindow.document:a.contentDocument?a.contentDocument:a.document;return b}var j=h[0],k,l,m,n,o,p,q,r,s,t,u,v;var w=!!a.fn.prop;if(d){for(l=0;l<d.length;l++){k=a(j[d[l].name]);k[w?"prop":"attr"]("disabled",false)}}if(a(":input[name=submit],:input[id=submit]",j).length){alert('Error: Form elements must not have name or id of "submit".');return}m=a.extend(true,{},a.ajaxSettings,c);m.context=m.context||m;o="jqFormIO"+(new Date).getTime();if(m.iframeTarget){p=a(m.iframeTarget);t=p.attr("name");if(t==null)p.attr("name",o);else o=t}else{p=a('<iframe name="'+o+'" src="'+m.iframeSrc+'" />');p.css({position:"absolute",top:"-1000px",left:"-1000px"})}q=p[0];r={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(c){var d=c==="timeout"?"timeout":"aborted";b("aborting upload... "+d);this.aborted=1;p.attr("src",m.iframeSrc);r.error=d;m.error&&m.error.call(m.context,r,d,c);n&&a.event.trigger("ajaxError",[r,m,d]);m.complete&&m.complete.call(m.context,r,d)}};n=m.global;if(n&&!(a.active++)){a.event.trigger("ajaxStart")}if(n){a.event.trigger("ajaxSend",[r,m])}if(m.beforeSend&&m.beforeSend.call(m.context,r,m)===false){if(m.global){a.active--}return}if(r.aborted){return}s=j.clk;if(s){t=s.name;if(t&&!s.disabled){m.extraData=m.extraData||{};m.extraData[t]=s.value;if(s.type=="image"){m.extraData[t+".x"]=j.clk_x;m.extraData[t+".y"]=j.clk_y}}}var x=1;var y=2;if(m.forceSync){g()}else{setTimeout(g,10)}var z,A,B=50,C;var D=a.parseXML||function(a,b){if(window.ActiveXObject){b=new ActiveXObject("Microsoft.XMLDOM");b.async="false";b.loadXML(a)}else{b=(new DOMParser).parseFromString(a,"text/xml")}return b&&b.documentElement&&b.documentElement.nodeName!="parsererror"?b:null};var E=a.parseJSON||function(a){return window["eval"]("("+a+")")};var F=function(b,c,d){var e=b.getResponseHeader("content-type")||"",f=c==="xml"||!c&&e.indexOf("xml")>=0,g=f?b.responseXML:b.responseText;if(f&&g.documentElement.nodeName==="parsererror"){a.error&&a.error("parsererror")}if(d&&d.dataFilter){g=d.dataFilter(g,c)}if(typeof g==="string"){if(c==="json"||!c&&e.indexOf("json")>=0){g=E(g)}else if(c==="script"||!c&&e.indexOf("javascript")>=0){a.globalEval(g)}}return g}}if(!this.length){b("ajaxSubmit: skipping submit process - no element selected");return this}var e,f,g,h=this;if(typeof c=="function"){c={success:c}}e=this.attr("method");f=this.attr("action");g=typeof f==="string"?a.trim(f):"";g=g||window.location.href||"";if(g){g=(g.match(/^([^#]+)/)||[])[1]}c=a.extend(true,{url:g,success:a.ajaxSettings.success,type:e||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},c);var i={};this.trigger("form-pre-serialize",[this,c,i]);if(i.veto){b("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(c.beforeSerialize&&c.beforeSerialize(this,c)===false){b("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var j,k,l=this.formToArray(c.semantic);if(c.data){c.extraData=c.data;for(j in c.data){if(c.data[j]instanceof Array){for(var m in c.data[j]){l.push({name:j,value:c.data[j][m]})}}else{k=c.data[j];k=a.isFunction(k)?k():k;l.push({name:j,value:k})}}}if(c.beforeSubmit&&c.beforeSubmit(l,this,c)===false){b("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[l,this,c,i]);if(i.veto){b("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}var n=a.param(l);if(c.type.toUpperCase()=="GET"){c.url+=(c.url.indexOf("?")>=0?"&":"?")+n;c.data=null}else{c.data=n}var o=[];if(c.resetForm){o.push(function(){h.resetForm()})}if(c.clearForm){o.push(function(){h.clearForm()})}if(!c.dataType&&c.target){var p=c.success||function(){};o.push(function(b){var d=c.replaceTarget?"replaceWith":"html";a(c.target)[d](b).each(p,arguments)})}else if(c.success){o.push(c.success)}c.success=function(a,b,d){var e=c.context||c;for(var f=0,g=o.length;f<g;f++){o[f].apply(e,[a,b,d||h,h])}};var q=a("input:file",this).length>0;var r="multipart/form-data";var s=h.attr("enctype")==r||h.attr("encoding")==r;if(c.iframe!==false&&(q||c.iframe||s)){if(c.closeKeepAlive){a.get(c.closeKeepAlive,function(){d(l)})}else{d(l)}}else{if(a.browser.msie&&e=="get"){var t=h[0].getAttribute("method");if(typeof t==="string")c.type=t}a.ajax(c)}this.trigger("form-submit-notify",[this,c]);return this};a.fn.ajaxForm=function(c){if(this.length===0){var d={s:this.selector,c:this.context};if(!a.isReady&&d.s){b("DOM not ready, queuing ajaxForm");a(function(){a(d.s,d.c).ajaxForm(c)});return this}b("terminating; zero elements found by selector"+(a.isReady?"":" (DOM not ready)"));return this}return this.ajaxFormUnbind().bind("submit.form-plugin",function(b){if(!b.isDefaultPrevented()){b.preventDefault();a(this).ajaxSubmit(c)}}).bind("click.form-plugin",function(b){var c=b.target;var d=a(c);if(!d.is(":submit,input:image")){var e=d.closest(":submit");if(e.length==0){return}c=e[0]}var f=this;f.clk=c;if(c.type=="image"){if(b.offsetX!=undefined){f.clk_x=b.offsetX;f.clk_y=b.offsetY}else if(typeof a.fn.offset=="function"){var g=d.offset();f.clk_x=b.pageX-g.left;f.clk_y=b.pageY-g.top}else{f.clk_x=b.pageX-c.offsetLeft;f.clk_y=b.pageY-c.offsetTop}}setTimeout(function(){f.clk=f.clk_x=f.clk_y=null},100)})};a.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin")};a.fn.formToArray=function(b){var c=[];if(this.length===0){return c}var d=this[0];var e=b?d.getElementsByTagName("*"):d.elements;if(!e){return c}var f,g,h,i,j,k,l;for(f=0,k=e.length;f<k;f++){j=e[f];h=j.name;if(!h){continue}if(b&&d.clk&&j.type=="image"){if(!j.disabled&&d.clk==j){c.push({name:h,value:a(j).val()});c.push({name:h+".x",value:d.clk_x},{name:h+".y",value:d.clk_y})}continue}i=a.fieldValue(j,true);if(i&&i.constructor==Array){for(g=0,l=i.length;g<l;g++){c.push({name:h,value:i[g]})}}else if(i!==null&&typeof i!="undefined"){c.push({name:h,value:i})}}if(!b&&d.clk){var m=a(d.clk),n=m[0];h=n.name;if(h&&!n.disabled&&n.type=="image"){c.push({name:h,value:m.val()});c.push({name:h+".x",value:d.clk_x},{name:h+".y",value:d.clk_y})}}return c};a.fn.formSerialize=function(b){return a.param(this.formToArray(b))};a.fn.fieldSerialize=function(b){var c=[];this.each(function(){var d=this.name;if(!d){return}var e=a.fieldValue(this,b);if(e&&e.constructor==Array){for(var f=0,g=e.length;f<g;f++){c.push({name:d,value:e[f]})}}else if(e!==null&&typeof e!="undefined"){c.push({name:this.name,value:e})}});return a.param(c)};a.fn.fieldValue=function(b){for(var c=[],d=0,e=this.length;d<e;d++){var f=this[d];var g=a.fieldValue(f,b);if(g===null||typeof g=="undefined"||g.constructor==Array&&!g.length){continue}g.constructor==Array?a.merge(c,g):c.push(g)}return c};a.fieldValue=function(b,c){var d=b.name,e=b.type,f=b.tagName.toLowerCase();if(c===undefined){c=true}if(c&&(!d||b.disabled||e=="reset"||e=="button"||(e=="checkbox"||e=="radio")&&!b.checked||(e=="submit"||e=="image")&&b.form&&b.form.clk!=b||f=="select"&&b.selectedIndex==-1)){return null}if(f=="select"){var g=b.selectedIndex;if(g<0){return null}var h=[],i=b.options;var j=e=="select-one";var k=j?g+1:i.length;for(var l=j?g:0;l<k;l++){var m=i[l];if(m.selected){var n=m.value;if(!n){n=m.attributes&&m.attributes["value"]&&!m.attributes["value"].specified?m.text:m.value}if(j){return n}h.push(n)}}return h}return a(b).val()};a.fn.clearForm=function(){return this.each(function(){a("input,select,textarea",this).clearFields()})};a.fn.clearFields=a.fn.clearInputs=function(){var a=/^(?:color|date|datetime|email|month|number|password|range|search|tel|text|time|url|week)$/i;return this.each(function(){var b=this.type,c=this.tagName.toLowerCase();if(a.test(b)||c=="textarea"){this.value=""}else if(b=="checkbox"||b=="radio"){this.checked=false}else if(c=="select"){this.selectedIndex=-1}})};a.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||typeof this.reset=="object"&&!this.reset.nodeType){this.reset()}})};a.fn.enable=function(a){if(a===undefined){a=true}return this.each(function(){this.disabled=!a})};a.fn.selected=function(b){if(b===undefined){b=true}return this.each(function(){var c=this.type;if(c=="checkbox"||c=="radio"){this.checked=b}else if(this.tagName.toLowerCase()=="option"){var d=a(this).parent("select");if(b&&d[0]&&d[0].type=="select-one"){d.find("option").selected(false)}this.selected=b}})}})(jQuery);(function($){$(function(){try{if(typeof _wpcf7=="undefined"||_wpcf7===null)_wpcf7={};_wpcf7=$.extend({cached:0},_wpcf7);$(".wpcf7 form").ajaxForm({beforeSubmit:function(a,b,c){b.wpcf7ClearResponseOutput();b.find("img.ajax-loader").css({visibility:"visible"});return true},beforeSerialize:function(a,b){a.find(".wpcf7-use-title-as-watermark.watermark").each(function(a,b){$(b).val("")});return true},data:{_wpcf7_is_ajax_call:1},dataType:"json",success:function(data){var ro=$(data.into).find("div.wpcf7-response-output");$(data.into).wpcf7ClearResponseOutput();if(data.invalids){$.each(data.invalids,function(a,b){$(data.into).find(b.into).wpcf7NotValidTip(b.message)});ro.addClass("wpcf7-validation-errors")}if(data.captcha)$(data.into).wpcf7RefillCaptcha(data.captcha);if(data.quiz)$(data.into).wpcf7RefillQuiz(data.quiz);if(1==data.spam)ro.addClass("wpcf7-spam-blocked");if(1==data.mailSent){$(data.into).find("form").resetForm().clearForm();ro.addClass("wpcf7-mail-sent-ok");if(data.onSentOk)$.each(data.onSentOk,function(i,n){eval(n)})}else{ro.addClass("wpcf7-mail-sent-ng")}if(data.onSubmit)$.each(data.onSubmit,function(i,n){eval(n)});$(data.into).find(".wpcf7-use-title-as-watermark.watermark").each(function(a,b){$(b).val($(b).attr("title"))});ro.append(data.message).slideDown("fast")}});$(".wpcf7 form").each(function(a,b){if(_wpcf7.cached)$(b).wpcf7OnloadRefill();$(b).wpcf7ToggleSubmit();$(b).find(".wpcf7-acceptance").click(function(){$(b).wpcf7ToggleSubmit()});$(b).find(".wpcf7-exclusive-checkbox").each(function(a,b){$(b).find("input:checkbox").click(function(){$(b).find("input:checkbox").not(this).removeAttr("checked")})});$(b).find(".wpcf7-use-title-as-watermark").each(function(a,b){var c=$(b);c.val(c.attr("title"));c.addClass("watermark");c.focus(function(){if($(this).hasClass("watermark"))$(this).val("").removeClass("watermark")});c.blur(function(){if(""==$(this).val())$(this).val($(this).attr("title")).addClass("watermark")})})})}catch(e){}});$.fn.wpcf7ToggleSubmit=function(){return this.each(function(){var a=$(this);if(this.tagName.toLowerCase()!="form")a=$(this).find("form").first();if(a.hasClass("wpcf7-acceptance-as-validation"))return;var b=a.find("input:submit");if(!b.length)return;var c=a.find("input:checkbox.wpcf7-acceptance");if(!c.length)return;b.removeAttr("disabled");c.each(function(a,c){c=$(c);if(c.hasClass("wpcf7-invert")&&c.is(":checked")||!c.hasClass("wpcf7-invert")&&!c.is(":checked"))b.attr("disabled","disabled")})})};$.fn.wpcf7NotValidTip=function(a){return this.each(function(){var b=$(this);b.append('<span class="wpcf7-not-valid-tip">'+a+"</span>");$("span.wpcf7-not-valid-tip").mouseover(function(){$(this).fadeOut("fast")});b.find(":input").mouseover(function(){b.find(".wpcf7-not-valid-tip").not(":hidden").fadeOut("fast")});b.find(":input").focus(function(){b.find(".wpcf7-not-valid-tip").not(":hidden").fadeOut("fast")})})};$.fn.wpcf7OnloadRefill=function(){return this.each(function(){var a=$(this).attr("action");if(0<a.indexOf("#"))a=a.substr(0,a.indexOf("#"));var b=$(this).find('input[name="_wpcf7"]').val();var c=$(this).find('input[name="_wpcf7_unit_tag"]').val();$.getJSON(a,{_wpcf7_is_ajax_call:1,_wpcf7:b},function(a){if(a&&a.captcha)$("#"+c).wpcf7RefillCaptcha(a.captcha);if(a&&a.quiz)$("#"+c).wpcf7RefillQuiz(a.quiz)})})};$.fn.wpcf7RefillCaptcha=function(a){return this.each(function(){var b=$(this);$.each(a,function(a,c){b.find(':input[name="'+a+'"]').clearFields();b.find("img.wpcf7-captcha-"+a).attr("src",c);var d=/([0-9]+)\.(png|gif|jpeg)$/.exec(c);b.find('input:hidden[name="_wpcf7_captcha_challenge_'+a+'"]').attr("value",d[1])})})};$.fn.wpcf7RefillQuiz=function(a){return this.each(function(){var b=$(this);$.each(a,function(a,c){b.find(':input[name="'+a+'"]').clearFields();b.find(':input[name="'+a+'"]').siblings("span.wpcf7-quiz-label").text(c[0]);b.find('input:hidden[name="_wpcf7_quiz_answer_'+a+'"]').attr("value",c[1])})})};$.fn.wpcf7ClearResponseOutput=function(){return this.each(function(){$(this).find("div.wpcf7-response-output").hide().empty().removeClass("wpcf7-mail-sent-ok wpcf7-mail-sent-ng wpcf7-validation-errors wpcf7-spam-blocked");$(this).find("span.wpcf7-not-valid-tip").remove();$(this).find("img.ajax-loader").css({visibility:"hidden"})})}})(jQuery);var clicky_custom_session={username:clicky_gc("comment_author_0b462e6aead75b637be59178322f11a8")};var clicky={log:function(){return},goal:function(){return}};var clicky_site_id=229933;(function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="//static.getclicky.com/js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)})();$(function(){adjustStyle($(this).width());$(window).resize(function(){adjustStyle($(this).width())})})

