/*
 * jQuery JavaScript Library v1.5.1
 * http://jquery.com/
 *
 * Copyright 2011, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2011, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Wed Feb 23 13:55:29 2011 -0500
 */
(function(aY,H){var al=aY.document;var a=(function(){var bn=function(bI,bJ){return new bn.fn.init(bI,bJ,bl)},bD=aY.jQuery,bp=aY.$,bl,bH=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,bv=/\S/,br=/^\s+/,bm=/\s+$/,bq=/\d/,bj=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bw=/^[\],:{}\s]*$/,bF=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,by=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bs=/(?:^|:|,)(?:\s*\[)+/g,bh=/(webkit)[ \/]([\w.]+)/,bA=/(opera)(?:.*version)?[ \/]([\w.]+)/,bz=/(msie) ([\w.]+)/,bB=/(mozilla)(?:.*? rv:([\w.]+))?/,bG=navigator.userAgent,bE,bC=false,bk,e="then done fail isResolved isRejected promise".split(" "),bd,bu=Object.prototype.toString,bo=Object.prototype.hasOwnProperty,bi=Array.prototype.push,bt=Array.prototype.slice,bx=String.prototype.trim,be=Array.prototype.indexOf,bg={};bn.fn=bn.prototype={constructor:bn,init:function(bI,bM,bL){var bK,bN,bJ,bO;if(!bI){return this}if(bI.nodeType){this.context=this[0]=bI;this.length=1;return this}if(bI==="body"&&!bM&&al.body){this.context=al;this[0]=al.body;this.selector="body";this.length=1;return this}if(typeof bI==="string"){bK=bH.exec(bI);if(bK&&(bK[1]||!bM)){if(bK[1]){bM=bM instanceof bn?bM[0]:bM;bO=(bM?bM.ownerDocument||bM:al);bJ=bj.exec(bI);if(bJ){if(bn.isPlainObject(bM)){bI=[al.createElement(bJ[1])];bn.fn.attr.call(bI,bM,true)}else{bI=[bO.createElement(bJ[1])]}}else{bJ=bn.buildFragment([bK[1]],[bO]);bI=(bJ.cacheable?bn.clone(bJ.fragment):bJ.fragment).childNodes}return bn.merge(this,bI)}else{bN=al.getElementById(bK[2]);if(bN&&bN.parentNode){if(bN.id!==bK[2]){return bL.find(bI)}this.length=1;this[0]=bN}this.context=al;this.selector=bI;return this}}else{if(!bM||bM.jquery){return(bM||bL).find(bI)}else{return this.constructor(bM).find(bI)}}}else{if(bn.isFunction(bI)){return bL.ready(bI)}}if(bI.selector!==H){this.selector=bI.selector;this.context=bI.context}return bn.makeArray(bI,this)},selector:"",jquery:"1.5.1",length:0,size:function(){return this.length},toArray:function(){return bt.call(this,0)},get:function(bI){return bI==null?this.toArray():(bI<0?this[this.length+bI]:this[bI])},pushStack:function(bJ,bL,bI){var bK=this.constructor();if(bn.isArray(bJ)){bi.apply(bK,bJ)}else{bn.merge(bK,bJ)}bK.prevObject=this;bK.context=this.context;if(bL==="find"){bK.selector=this.selector+(this.selector?" ":"")+bI}else{if(bL){bK.selector=this.selector+"."+bL+"("+bI+")"}}return bK},each:function(bJ,bI){return bn.each(this,bJ,bI)},ready:function(bI){bn.bindReady();bk.done(bI);return this},eq:function(bI){return bI===-1?this.slice(bI):this.slice(bI,+bI+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bt.apply(this,arguments),"slice",bt.call(arguments).join(","))},map:function(bI){return this.pushStack(bn.map(this,function(bK,bJ){return bI.call(bK,bJ,bK)}))},end:function(){return this.prevObject||this.constructor(null)},push:bi,sort:[].sort,splice:[].splice};bn.fn.init.prototype=bn.fn;bn.extend=bn.fn.extend=function(){var bR,bK,bI,bJ,bO,bP,bN=arguments[0]||{},bM=1,bL=arguments.length,bQ=false;if(typeof bN==="boolean"){bQ=bN;bN=arguments[1]||{};bM=2}if(typeof bN!=="object"&&!bn.isFunction(bN)){bN={}}if(bL===bM){bN=this;--bM}for(;bM<bL;bM++){if((bR=arguments[bM])!=null){for(bK in bR){bI=bN[bK];bJ=bR[bK];if(bN===bJ){continue}if(bQ&&bJ&&(bn.isPlainObject(bJ)||(bO=bn.isArray(bJ)))){if(bO){bO=false;bP=bI&&bn.isArray(bI)?bI:[]}else{bP=bI&&bn.isPlainObject(bI)?bI:{}}bN[bK]=bn.extend(bQ,bP,bJ)}else{if(bJ!==H){bN[bK]=bJ}}}}}return bN};bn.extend({noConflict:function(bI){aY.$=bp;if(bI){aY.jQuery=bD}return bn},isReady:false,readyWait:1,ready:function(bI){if(bI===true){bn.readyWait--}if(!bn.readyWait||(bI!==true&&!bn.isReady)){if(!al.body){return setTimeout(bn.ready,1)}bn.isReady=true;if(bI!==true&&--bn.readyWait>0){return}bk.resolveWith(al,[bn]);if(bn.fn.trigger){bn(al).trigger("ready").unbind("ready")}}},bindReady:function(){if(bC){return}bC=true;if(al.readyState==="complete"){return setTimeout(bn.ready,1)}if(al.addEventListener){al.addEventListener("DOMContentLoaded",bd,false);aY.addEventListener("load",bn.ready,false)}else{if(al.attachEvent){al.attachEvent("onreadystatechange",bd);aY.attachEvent("onload",bn.ready);var bI=false;try{bI=aY.frameElement==null}catch(bJ){}if(al.documentElement.doScroll&&bI){bf()}}}},isFunction:function(bI){return bn.type(bI)==="function"},isArray:Array.isArray||function(bI){return bn.type(bI)==="array"},isWindow:function(bI){return bI&&typeof bI==="object"&&"setInterval" in bI},isNaN:function(bI){return bI==null||!bq.test(bI)||isNaN(bI)},type:function(bI){return bI==null?String(bI):bg[bu.call(bI)]||"object"},isPlainObject:function(bJ){if(!bJ||bn.type(bJ)!=="object"||bJ.nodeType||bn.isWindow(bJ)){return false}if(bJ.constructor&&!bo.call(bJ,"constructor")&&!bo.call(bJ.constructor.prototype,"isPrototypeOf")){return false}var bI;for(bI in bJ){}return bI===H||bo.call(bJ,bI)},isEmptyObject:function(bJ){for(var bI in bJ){return false}return true},error:function(bI){throw bI},parseJSON:function(bI){if(typeof bI!=="string"||!bI){return null}bI=bn.trim(bI);if(bw.test(bI.replace(bF,"@").replace(by,"]").replace(bs,""))){return aY.JSON&&aY.JSON.parse?aY.JSON.parse(bI):(new Function("return "+bI))()}else{bn.error("Invalid JSON: "+bI)}},parseXML:function(bK,bI,bJ){if(aY.DOMParser){bJ=new DOMParser();bI=bJ.parseFromString(bK,"text/xml")}else{bI=new ActiveXObject("Microsoft.XMLDOM");bI.async="false";bI.loadXML(bK)}bJ=bI.documentElement;if(!bJ||!bJ.nodeName||bJ.nodeName==="parsererror"){bn.error("Invalid XML: "+bK)}return bI},noop:function(){},globalEval:function(bK){if(bK&&bv.test(bK)){var bJ=al.head||al.getElementsByTagName("head")[0]||al.documentElement,bI=al.createElement("script");if(bn.support.scriptEval()){bI.appendChild(al.createTextNode(bK))}else{bI.text=bK}bJ.insertBefore(bI,bJ.firstChild);bJ.removeChild(bI)}},nodeName:function(bJ,bI){return bJ.nodeName&&bJ.nodeName.toUpperCase()===bI.toUpperCase()},each:function(bL,bP,bK){var bJ,bM=0,bN=bL.length,bI=bN===H||bn.isFunction(bL);if(bK){if(bI){for(bJ in bL){if(bP.apply(bL[bJ],bK)===false){break}}}else{for(;bM<bN;){if(bP.apply(bL[bM++],bK)===false){break}}}}else{if(bI){for(bJ in bL){if(bP.call(bL[bJ],bJ,bL[bJ])===false){break}}}else{for(var bO=bL[0];bM<bN&&bP.call(bO,bM,bO)!==false;bO=bL[++bM]){}}}return bL},trim:bx?function(bI){return bI==null?"":bx.call(bI)}:function(bI){return bI==null?"":bI.toString().replace(br,"").replace(bm,"")},makeArray:function(bL,bJ){var bI=bJ||[];if(bL!=null){var bK=bn.type(bL);if(bL.length==null||bK==="string"||bK==="function"||bK==="regexp"||bn.isWindow(bL)){bi.call(bI,bL)}else{bn.merge(bI,bL)}}return bI},inArray:function(bK,bL){if(bL.indexOf){return bL.indexOf(bK)}for(var bI=0,bJ=bL.length;bI<bJ;bI++){if(bL[bI]===bK){return bI}}return -1},merge:function(bM,bK){var bL=bM.length,bJ=0;if(typeof bK.length==="number"){for(var bI=bK.length;bJ<bI;bJ++){bM[bL++]=bK[bJ]}}else{while(bK[bJ]!==H){bM[bL++]=bK[bJ++]}}bM.length=bL;return bM},grep:function(bJ,bO,bI){var bK=[],bN;bI=!!bI;for(var bL=0,bM=bJ.length;bL<bM;bL++){bN=!!bO(bJ[bL],bL);if(bI!==bN){bK.push(bJ[bL])}}return bK},map:function(bJ,bO,bI){var bK=[],bN;for(var bL=0,bM=bJ.length;bL<bM;bL++){bN=bO(bJ[bL],bL,bI);if(bN!=null){bK[bK.length]=bN}}return bK.concat.apply([],bK)},guid:1,proxy:function(bK,bJ,bI){if(arguments.length===2){if(typeof bJ==="string"){bI=bK;bK=bI[bJ];bJ=H}else{if(bJ&&!bn.isFunction(bJ)){bI=bJ;bJ=H}}}if(!bJ&&bK){bJ=function(){return bK.apply(bI||this,arguments)}}if(bK){bJ.guid=bK.guid=bK.guid||bJ.guid||bn.guid++}return bJ},access:function(bI,bQ,bO,bK,bN,bP){var bJ=bI.length;if(typeof bQ==="object"){for(var bL in bQ){bn.access(bI,bL,bQ[bL],bK,bN,bO)}return bI}if(bO!==H){bK=!bP&&bK&&bn.isFunction(bO);for(var bM=0;bM<bJ;bM++){bN(bI[bM],bQ,bK?bO.call(bI[bM],bM,bN(bI[bM],bQ)):bO,bP)}return bI}return bJ?bN(bI[0],bQ):H},now:function(){return(new Date()).getTime()},_Deferred:function(){var bL=[],bM,bJ,bK,bI={done:function(){if(!bK){var bO=arguments,bP,bS,bR,bQ,bN;if(bM){bN=bM;bM=0}for(bP=0,bS=bO.length;bP<bS;bP++){bR=bO[bP];bQ=bn.type(bR);if(bQ==="array"){bI.done.apply(bI,bR)}else{if(bQ==="function"){bL.push(bR)}}}if(bN){bI.resolveWith(bN[0],bN[1])}}return this},resolveWith:function(bO,bN){if(!bK&&!bM&&!bJ){bJ=1;try{while(bL[0]){bL.shift().apply(bO,bN)}}catch(bP){throw bP}finally{bM=[bO,bN];bJ=0}}return this},resolve:function(){bI.resolveWith(bn.isFunction(this.promise)?this.promise():this,arguments);return this},isResolved:function(){return !!(bJ||bM)},cancel:function(){bK=1;bL=[];return this}};return bI},Deferred:function(bJ){var bI=bn._Deferred(),bL=bn._Deferred(),bK;bn.extend(bI,{then:function(bN,bM){bI.done(bN).fail(bM);return this},fail:bL.done,rejectWith:bL.resolveWith,reject:bL.resolve,isRejected:bL.isResolved,promise:function(bN){if(bN==null){if(bK){return bK}bK=bN={}}var bM=e.length;while(bM--){bN[e[bM]]=bI[e[bM]]}return bN}});bI.done(bL.cancel).fail(bI.cancel);delete bI.cancel;if(bJ){bJ.call(bI,bI)}return bI},when:function(bJ){var bO=arguments.length,bI=bO<=1&&bJ&&bn.isFunction(bJ.promise)?bJ:bn.Deferred(),bM=bI.promise();if(bO>1){var bN=bt.call(arguments,0),bL=bO,bK=function(bP){return function(bQ){bN[bP]=arguments.length>1?bt.call(arguments,0):bQ;if(!(--bL)){bI.resolveWith(bM,bN)}}};while((bO--)){bJ=bN[bO];if(bJ&&bn.isFunction(bJ.promise)){bJ.promise().then(bK(bO),bI.reject)}else{--bL}}if(!bL){bI.resolveWith(bM,bN)}}else{if(bI!==bJ){bI.resolve(bJ)}}return bM},uaMatch:function(bJ){bJ=bJ.toLowerCase();var bI=bh.exec(bJ)||bA.exec(bJ)||bz.exec(bJ)||bJ.indexOf("compatible")<0&&bB.exec(bJ)||[];return{browser:bI[1]||"",version:bI[2]||"0"}},sub:function(){function bJ(bL,bM){return new bJ.fn.init(bL,bM)}bn.extend(true,bJ,this);bJ.superclass=this;bJ.fn=bJ.prototype=this();bJ.fn.constructor=bJ;bJ.subclass=this.subclass;bJ.fn.init=function bK(bL,bM){if(bM&&bM instanceof bn&&!(bM instanceof bJ)){bM=bJ(bM)}return bn.fn.init.call(this,bL,bM,bI)};bJ.fn.init.prototype=bJ.fn;var bI=bJ(al);return bJ},browser:{}});bk=bn._Deferred();bn.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(bJ,bI){bg["[object "+bI+"]"]=bI.toLowerCase()});bE=bn.uaMatch(bG);if(bE.browser){bn.browser[bE.browser]=true;bn.browser.version=bE.version}if(bn.browser.webkit){bn.browser.safari=true}if(be){bn.inArray=function(bI,bJ){return be.call(bJ,bI)}}if(bv.test("\xA0")){br=/^[\s\xA0]+/;bm=/[\s\xA0]+$/}bl=bn(al);if(al.addEventListener){bd=function(){al.removeEventListener("DOMContentLoaded",bd,false);bn.ready()}}else{if(al.attachEvent){bd=function(){if(al.readyState==="complete"){al.detachEvent("onreadystatechange",bd);bn.ready()}}}}function bf(){if(bn.isReady){return}try{al.documentElement.doScroll("left")}catch(bI){setTimeout(bf,1);return}bn.ready()}return bn})();(function(){a.support={};var bd=al.createElement("div");bd.style.display="none";bd.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var bm=bd.getElementsByTagName("*"),bk=bd.getElementsByTagName("a")[0],bl=al.createElement("select"),be=bl.appendChild(al.createElement("option")),bj=bd.getElementsByTagName("input")[0];if(!bm||!bm.length||!bk){return}a.support={leadingWhitespace:bd.firstChild.nodeType===3,tbody:!bd.getElementsByTagName("tbody").length,htmlSerialize:!!bd.getElementsByTagName("link").length,style:/red/.test(bk.getAttribute("style")),hrefNormalized:bk.getAttribute("href")==="/a",opacity:/^0.55$/.test(bk.style.opacity),cssFloat:!!bk.style.cssFloat,checkOn:bj.value==="on",optSelected:be.selected,deleteExpando:true,optDisabled:false,checkClone:false,noCloneEvent:true,noCloneChecked:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};bj.checked=true;a.support.noCloneChecked=bj.cloneNode(true).checked;bl.disabled=true;a.support.optDisabled=!be.disabled;var bf=null;a.support.scriptEval=function(){if(bf===null){var bo=al.documentElement,bp=al.createElement("script"),br="script"+a.now();try{bp.appendChild(al.createTextNode("window."+br+"=1;"))}catch(bq){}bo.insertBefore(bp,bo.firstChild);if(aY[br]){bf=true;delete aY[br]}else{bf=false}bo.removeChild(bp);bo=bp=br=null}return bf};try{delete bd.test}catch(bh){a.support.deleteExpando=false}if(!bd.addEventListener&&bd.attachEvent&&bd.fireEvent){bd.attachEvent("onclick",function bn(){a.support.noCloneEvent=false;bd.detachEvent("onclick",bn)});bd.cloneNode(true).fireEvent("onclick")}bd=al.createElement("div");bd.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var bg=al.createDocumentFragment();bg.appendChild(bd.firstChild);a.support.checkClone=bg.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var bp=al.createElement("div"),e=al.getElementsByTagName("body")[0];if(!e){return}bp.style.width=bp.style.paddingLeft="1px";e.appendChild(bp);a.boxModel=a.support.boxModel=bp.offsetWidth===2;if("zoom" in bp.style){bp.style.display="inline";bp.style.zoom=1;a.support.inlineBlockNeedsLayout=bp.offsetWidth===2;bp.style.display="";bp.innerHTML="<div style='width:4px;'></div>";a.support.shrinkWrapBlocks=bp.offsetWidth!==2}bp.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";var bo=bp.getElementsByTagName("td");a.support.reliableHiddenOffsets=bo[0].offsetHeight===0;bo[0].style.display="";bo[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&bo[0].offsetHeight===0;bp.innerHTML="";e.removeChild(bp).style.display="none";bp=bo=null});var bi=function(e){var bp=al.createElement("div");e="on"+e;if(!bp.attachEvent){return true}var bo=(e in bp);if(!bo){bp.setAttribute(e,"return;");bo=typeof bp[e]==="function"}bp=null;return bo};a.support.submitBubbles=bi("submit");a.support.changeBubbles=bi("change");bd=bm=bk=null})();var aE=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{},uuid:0,expando:"jQuery"+(a.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?a.cache[e[a.expando]]:e[a.expando];return !!e&&!P(e)},data:function(bf,bd,bh,bg){if(!a.acceptData(bf)){return}var bk=a.expando,bj=typeof bd==="string",bi,bl=bf.nodeType,e=bl?a.cache:bf,be=bl?bf[a.expando]:bf[a.expando]&&a.expando;if((!be||(bg&&be&&!e[be][bk]))&&bj&&bh===H){return}if(!be){if(bl){bf[a.expando]=be=++a.uuid}else{be=a.expando}}if(!e[be]){e[be]={};if(!bl){e[be].toJSON=a.noop}}if(typeof bd==="object"||typeof bd==="function"){if(bg){e[be][bk]=a.extend(e[be][bk],bd)}else{e[be]=a.extend(e[be],bd)}}bi=e[be];if(bg){if(!bi[bk]){bi[bk]={}}bi=bi[bk]}if(bh!==H){bi[bd]=bh}if(bd==="events"&&!bi[bd]){return bi[bk]&&bi[bk].events}return bj?bi[bd]:bi},removeData:function(bg,be,bh){if(!a.acceptData(bg)){return}var bj=a.expando,bk=bg.nodeType,bd=bk?a.cache:bg,bf=bk?bg[a.expando]:a.expando;if(!bd[bf]){return}if(be){var bi=bh?bd[bf][bj]:bd[bf];if(bi){delete bi[be];if(!P(bi)){return}}}if(bh){delete bd[bf][bj];if(!P(bd[bf])){return}}var e=bd[bf][bj];if(a.support.deleteExpando||bd!=aY){delete bd[bf]}else{bd[bf]=null}if(e){bd[bf]={};if(!bk){bd[bf].toJSON=a.noop}bd[bf][bj]=e}else{if(bk){if(a.support.deleteExpando){delete bg[a.expando]}else{if(bg.removeAttribute){bg.removeAttribute(a.expando)}else{bg[a.expando]=null}}}}},_data:function(bd,e,be){return a.data(bd,e,be,true)},acceptData:function(bd){if(bd.nodeName){var e=a.noData[bd.nodeName.toLowerCase()];if(e){return !(e===true||bd.getAttribute("classid")!==e)}}return true}});a.fn.extend({data:function(bg,bi){var bh=null;if(typeof bg==="undefined"){if(this.length){bh=a.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,be;for(var bf=0,bd=e.length;bf<bd;bf++){be=e[bf].name;if(be.indexOf("data-")===0){be=be.substr(5);aT(this[0],be,bh[be])}}}}return bh}else{if(typeof bg==="object"){return this.each(function(){a.data(this,bg)})}}var bj=bg.split(".");bj[1]=bj[1]?"."+bj[1]:"";if(bi===H){bh=this.triggerHandler("getData"+bj[1]+"!",[bj[0]]);if(bh===H&&this.length){bh=a.data(this[0],bg);bh=aT(this[0],bg,bh)}return bh===H&&bj[1]?this.data(bj[0]):bh}else{return this.each(function(){var bl=a(this),bk=[bj[0],bi];bl.triggerHandler("setData"+bj[1]+"!",bk);a.data(this,bg,bi);bl.triggerHandler("changeData"+bj[1]+"!",bk)})}},removeData:function(e){return this.each(function(){a.removeData(this,e)})}});function aT(be,bd,bf){if(bf===H&&be.nodeType===1){bf=be.getAttribute("data-"+bd);if(typeof bf==="string"){try{bf=bf==="true"?true:bf==="false"?false:bf==="null"?null:!a.isNaN(bf)?parseFloat(bf):aE.test(bf)?a.parseJSON(bf):bf}catch(bg){}a.data(be,bd,bf)}else{bf=H}}return bf}function P(bd){for(var e in bd){if(e!=="toJSON"){return false}}return true}a.extend({queue:function(bd,e,bf){if(!bd){return}e=(e||"fx")+"queue";var be=a._data(bd,e);if(!bf){return be||[]}if(!be||a.isArray(bf)){be=a._data(bd,e,a.makeArray(bf))}else{be.push(bf)}return be},dequeue:function(bf,be){be=be||"fx";var e=a.queue(bf,be),bd=e.shift();if(bd==="inprogress"){bd=e.shift()}if(bd){if(be==="fx"){e.unshift("inprogress")}bd.call(bf,function(){a.dequeue(bf,be)})}if(!e.length){a.removeData(bf,be+"queue",true)}}});a.fn.extend({queue:function(e,bd){if(typeof e!=="string"){bd=e;e="fx"}if(bd===H){return a.queue(this[0],e)}return this.each(function(bf){var be=a.queue(this,e,bd);if(e==="fx"&&be[0]!=="inprogress"){a.dequeue(this,e)}})},dequeue:function(e){return this.each(function(){a.dequeue(this,e)})},delay:function(bd,e){bd=a.fx?a.fx.speeds[bd]||bd:bd;e=e||"fx";return this.queue(e,function(){var be=this;setTimeout(function(){a.dequeue(be,e)},bd)})},clearQueue:function(e){return this.queue(e||"fx",[])}});var aC=/[\n\t\r]/g,a3=/\s+/,aG=/\r/g,a2=/^(?:href|src|style)$/,f=/^(?:button|input)$/i,C=/^(?:button|input|object|select|textarea)$/i,k=/^a(?:rea)?$/i,Q=/^(?:radio|checkbox)$/i;a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};a.fn.extend({attr:function(e,bd){return a.access(this,e,bd,true,a.attr)},removeAttr:function(e,bd){return this.each(function(){a.attr(this,e,"");if(this.nodeType===1){this.removeAttribute(e)}})},addClass:function(bj){if(a.isFunction(bj)){return this.each(function(bm){var bl=a(this);bl.addClass(bj.call(this,bm,bl.attr("class")))})}if(bj&&typeof bj==="string"){var e=(bj||"").split(a3);for(var bf=0,be=this.length;bf<be;bf++){var bd=this[bf];if(bd.nodeType===1){if(!bd.className){bd.className=bj}else{var bg=" "+bd.className+" ",bi=bd.className;for(var bh=0,bk=e.length;bh<bk;bh++){if(bg.indexOf(" "+e[bh]+" ")<0){bi+=" "+e[bh]}}bd.className=a.trim(bi)}}}}return this},removeClass:function(bh){if(a.isFunction(bh)){return this.each(function(bl){var bk=a(this);bk.removeClass(bh.call(this,bl,bk.attr("class")))})}if((bh&&typeof bh==="string")||bh===H){var bi=(bh||"").split(a3);for(var be=0,bd=this.length;be<bd;be++){var bg=this[be];if(bg.nodeType===1&&bg.className){if(bh){var bf=(" "+bg.className+" ").replace(aC," ");for(var bj=0,e=bi.length;bj<e;bj++){bf=bf.replace(" "+bi[bj]+" "," ")}bg.className=a.trim(bf)}else{bg.className=""}}}}return this},toggleClass:function(bf,bd){var be=typeof bf,e=typeof bd==="boolean";if(a.isFunction(bf)){return this.each(function(bh){var bg=a(this);bg.toggleClass(bf.call(this,bh,bg.attr("class"),bd),bd)})}return this.each(function(){if(be==="string"){var bi,bh=0,bg=a(this),bj=bd,bk=bf.split(a3);while((bi=bk[bh++])){bj=e?bj:!bg.hasClass(bi);bg[bj?"addClass":"removeClass"](bi)}}else{if(be==="undefined"||be==="boolean"){if(this.className){a._data(this,"__className__",this.className)}this.className=this.className||bf===false?"":a._data(this,"__className__")||""}}})},hasClass:function(e){var bf=" "+e+" ";for(var be=0,bd=this.length;be<bd;be++){if((" "+this[be].className+" ").replace(aC," ").indexOf(bf)>-1){return true}}return false},val:function(bk){if(!arguments.length){var be=this[0];if(be){if(a.nodeName(be,"option")){var bd=be.attributes.value;return !bd||bd.specified?be.value:be.text}if(a.nodeName(be,"select")){var bi=be.selectedIndex,bl=[],bm=be.options,bh=be.type==="select-one";if(bi<0){return null}for(var bf=bh?bi:0,bj=bh?bi+1:bm.length;bf<bj;bf++){var bg=bm[bf];if(bg.selected&&(a.support.optDisabled?!bg.disabled:bg.getAttribute("disabled")===null)&&(!bg.parentNode.disabled||!a.nodeName(bg.parentNode,"optgroup"))){bk=a(bg).val();if(bh){return bk}bl.push(bk)}}if(bh&&!bl.length&&bm.length){return a(bm[bi]).val()}return bl}if(Q.test(be.type)&&!a.support.checkOn){return be.getAttribute("value")===null?"on":be.value}return(be.value||"").replace(aG,"")}return H}var e=a.isFunction(bk);return this.each(function(bp){var bo=a(this),bq=bk;if(this.nodeType!==1){return}if(e){bq=bk.call(this,bp,bo.val())}if(bq==null){bq=""}else{if(typeof bq==="number"){bq+=""}else{if(a.isArray(bq)){bq=a.map(bq,function(br){return br==null?"":br+""})}}}if(a.isArray(bq)&&Q.test(this.type)){this.checked=a.inArray(bo.val(),bq)>=0}else{if(a.nodeName(this,"select")){var bn=a.makeArray(bq);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),bn)>=0});if(!bn.length){this.selectedIndex=-1}}else{this.value=bq}}})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bd,e,bi,bl){if(!bd||bd.nodeType===3||bd.nodeType===8||bd.nodeType===2){return H}if(bl&&e in a.attrFn){return a(bd)[e](bi)}var be=bd.nodeType!==1||!a.isXMLDoc(bd),bh=bi!==H;e=be&&a.props[e]||e;if(bd.nodeType===1){var bg=a2.test(e);if(e==="selected"&&!a.support.optSelected){var bj=bd.parentNode;if(bj){bj.selectedIndex;if(bj.parentNode){bj.parentNode.selectedIndex}}}if((e in bd||bd[e]!==H)&&be&&!bg){if(bh){if(e==="type"&&f.test(bd.nodeName)&&bd.parentNode){a.error("type property can't be changed")}if(bi===null){if(bd.nodeType===1){bd.removeAttribute(e)}}else{bd[e]=bi}}if(a.nodeName(bd,"form")&&bd.getAttributeNode(e)){return bd.getAttributeNode(e).nodeValue}if(e==="tabIndex"){var bk=bd.getAttributeNode("tabIndex");return bk&&bk.specified?bk.value:C.test(bd.nodeName)||k.test(bd.nodeName)&&bd.href?0:H}return bd[e]}if(!a.support.style&&be&&e==="style"){if(bh){bd.style.cssText=""+bi}return bd.style.cssText}if(bh){bd.setAttribute(e,""+bi)}if(!bd.attributes[e]&&(bd.hasAttribute&&!bd.hasAttribute(e))){return H}var bf=!a.support.hrefNormalized&&be&&bg?bd.getAttribute(e,2):bd.getAttribute(e);return bf===null?H:bf}if(bh){bd[e]=bi}return bd[e]}});var aP=/\.(.*)$/,a0=/^(?:textarea|input|select)$/i,K=/\./g,aa=/ /g,aw=/[^\w\s.|`]/g,E=function(e){return e.replace(aw,"\\$&")};a.event={add:function(bg,bk,br,bi){if(bg.nodeType===3||bg.nodeType===8){return}try{if(a.isWindow(bg)&&(bg!==aY&&!bg.frameElement)){bg=aY}}catch(bl){}if(br===false){br=a5}else{if(!br){return}}var be,bp;if(br.handler){be=br;br=be.handler}if(!br.guid){br.guid=a.guid++}var bm=a._data(bg);if(!bm){return}var bq=bm.events,bj=bm.handle;if(!bq){bm.events=bq={}}if(!bj){bm.handle=bj=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(bj.elem,arguments):H}}bj.elem=bg;bk=bk.split(" ");var bo,bh=0,bd;while((bo=bk[bh++])){bp=be?a.extend({},be):{handler:br,data:bi};if(bo.indexOf(".")>-1){bd=bo.split(".");bo=bd.shift();bp.namespace=bd.slice(0).sort().join(".")}else{bd=[];bp.namespace=""}bp.type=bo;if(!bp.guid){bp.guid=br.guid}var bf=bq[bo],bn=a.event.special[bo]||{};if(!bf){bf=bq[bo]=[];if(!bn.setup||bn.setup.call(bg,bi,bd,bj)===false){if(bg.addEventListener){bg.addEventListener(bo,bj,false)}else{if(bg.attachEvent){bg.attachEvent("on"+bo,bj)}}}}if(bn.add){bn.add.call(bg,bp);if(!bp.handler.guid){bp.handler.guid=br.guid}}bf.push(bp);a.event.global[bo]=true}bg=null},global:{},remove:function(br,bm,be,bi){if(br.nodeType===3||br.nodeType===8){return}if(be===false){be=a5}var bu,bh,bj,bo,bp=0,bf,bk,bn,bg,bl,e,bt,bq=a.hasData(br)&&a._data(br),bd=bq&&bq.events;if(!bq||!bd){return}if(bm&&bm.type){be=bm.handler;bm=bm.type}if(!bm||typeof bm==="string"&&bm.charAt(0)==="."){bm=bm||"";for(bh in bd){a.event.remove(br,bh+bm)}return}bm=bm.split(" ");while((bh=bm[bp++])){bt=bh;e=null;bf=bh.indexOf(".")<0;bk=[];if(!bf){bk=bh.split(".");bh=bk.shift();bn=new RegExp("(^|\\.)"+a.map(bk.slice(0).sort(),E).join("\\.(?:.*\\.)?")+"(\\.|$)")}bl=bd[bh];if(!bl){continue}if(!be){for(bo=0;bo<bl.length;bo++){e=bl[bo];if(bf||bn.test(e.namespace)){a.event.remove(br,bt,e.handler,bo);bl.splice(bo--,1)}}continue}bg=a.event.special[bh]||{};for(bo=bi||0;bo<bl.length;bo++){e=bl[bo];if(be.guid===e.guid){if(bf||bn.test(e.namespace)){if(bi==null){bl.splice(bo--,1)}if(bg.remove){bg.remove.call(br,e)}}if(bi!=null){break}}}if(bl.length===0||bi!=null&&bl.length===1){if(!bg.teardown||bg.teardown.call(br,bk)===false){a.removeEvent(br,bh,bq.handle)}bu=null;delete bd[bh]}}if(a.isEmptyObject(bd)){var bs=bq.handle;if(bs){bs.elem=null}delete bq.events;delete bq.handle;if(a.isEmptyObject(bq)){a.removeData(br,H,true)}}},trigger:function(bd,bi,bf){var bm=bd.type||bd,bh=arguments[3];if(!bh){bd=typeof bd==="object"?bd[a.expando]?bd:a.extend(a.Event(bm),bd):a.Event(bm);if(bm.indexOf("!")>=0){bd.type=bm=bm.slice(0,-1);bd.exclusive=true}if(!bf){bd.stopPropagation();if(a.event.global[bm]){a.each(a.cache,function(){var br=a.expando,bq=this[br];if(bq&&bq.events&&bq.events[bm]){a.event.trigger(bd,bi,bq.handle.elem)}})}}if(!bf||bf.nodeType===3||bf.nodeType===8){return H}bd.result=H;bd.target=bf;bi=a.makeArray(bi);bi.unshift(bd)}bd.currentTarget=bf;var bj=a._data(bf,"handle");if(bj){bj.apply(bf,bi)}var bo=bf.parentNode||bf.ownerDocument;try{if(!(bf&&bf.nodeName&&a.noData[bf.nodeName.toLowerCase()])){if(bf["on"+bm]&&bf["on"+bm].apply(bf,bi)===false){bd.result=false;bd.preventDefault()}}}catch(bn){}if(!bd.isPropagationStopped()&&bo){a.event.trigger(bd,bi,bo,true)}else{if(!bd.isDefaultPrevented()){var be,bk=bd.target,e=bm.replace(aP,""),bp=a.nodeName(bk,"a")&&e==="click",bl=a.event.special[e]||{};if((!bl._default||bl._default.call(bf,bd)===false)&&!bp&&!(bk&&bk.nodeName&&a.noData[bk.nodeName.toLowerCase()])){try{if(bk[e]){be=bk["on"+e];if(be){bk["on"+e]=null}a.event.triggered=true;bk[e]()}}catch(bg){}if(be){bk["on"+e]=be}a.event.triggered=false}}}},handle:function(e){var bl,be,bd,bn,bm,bh=[],bj=a.makeArray(arguments);e=bj[0]=a.event.fix(e||aY.event);e.currentTarget=this;bl=e.type.indexOf(".")<0&&!e.exclusive;if(!bl){bd=e.type.split(".");e.type=bd.shift();bh=bd.slice(0).sort();bn=new RegExp("(^|\\.)"+bh.join("\\.(?:.*\\.)?")+"(\\.|$)")}e.namespace=e.namespace||bh.join(".");bm=a._data(this,"events");be=(bm||{})[e.type];if(bm&&be){be=be.slice(0);for(var bg=0,bf=be.length;bg<bf;bg++){var bk=be[bg];if(bl||bn.test(bk.namespace)){e.handler=bk.handler;e.data=bk.data;e.handleObj=bk;var bi=bk.handler.apply(this,bj);if(bi!==H){e.result=bi;if(bi===false){e.preventDefault();e.stopPropagation()}}if(e.isImmediatePropagationStopped()){break}}}}return e.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(bf){if(bf[a.expando]){return bf}var bd=bf;bf=a.Event(bd);for(var be=this.props.length,bh;be;){bh=this.props[--be];bf[bh]=bd[bh]}if(!bf.target){bf.target=bf.srcElement||al}if(bf.target.nodeType===3){bf.target=bf.target.parentNode}if(!bf.relatedTarget&&bf.fromElement){bf.relatedTarget=bf.fromElement===bf.target?bf.toElement:bf.fromElement}if(bf.pageX==null&&bf.clientX!=null){var bg=al.documentElement,e=al.body;bf.pageX=bf.clientX+(bg&&bg.scrollLeft||e&&e.scrollLeft||0)-(bg&&bg.clientLeft||e&&e.clientLeft||0);bf.pageY=bf.clientY+(bg&&bg.scrollTop||e&&e.scrollTop||0)-(bg&&bg.clientTop||e&&e.clientTop||0)}if(bf.which==null&&(bf.charCode!=null||bf.keyCode!=null)){bf.which=bf.charCode!=null?bf.charCode:bf.keyCode}if(!bf.metaKey&&bf.ctrlKey){bf.metaKey=bf.ctrlKey}if(!bf.which&&bf.button!==H){bf.which=(bf.button&1?1:(bf.button&2?3:(bf.button&4?2:0)))}return bf},guid:100000000,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(e){a.event.add(this,n(e.origType,e.selector),a.extend({},e,{handler:af,guid:e.handler.guid}))},remove:function(e){a.event.remove(this,n(e.origType,e.selector),e)}},beforeunload:{setup:function(be,bd,e){if(a.isWindow(this)){this.onbeforeunload=e}},teardown:function(bd,e){if(this.onbeforeunload===e){this.onbeforeunload=null}}}}};a.removeEvent=al.removeEventListener?function(bd,e,be){if(bd.removeEventListener){bd.removeEventListener(e,be,false)}}:function(bd,e,be){if(bd.detachEvent){bd.detachEvent("on"+e,be)}};a.Event=function(e){if(!this.preventDefault){return new a.Event(e)}if(e&&e.type){this.originalEvent=e;this.type=e.type;this.isDefaultPrevented=(e.defaultPrevented||e.returnValue===false||e.getPreventDefault&&e.getPreventDefault())?h:a5}else{this.type=e}this.timeStamp=a.now();this[a.expando]=true};function a5(){return false}function h(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=h;var bd=this.originalEvent;if(!bd){return}if(bd.preventDefault){bd.preventDefault()}else{bd.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=h;var bd=this.originalEvent;if(!bd){return}if(bd.stopPropagation){bd.stopPropagation()}bd.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=h;this.stopPropagation()},isDefaultPrevented:a5,isPropagationStopped:a5,isImmediatePropagationStopped:a5};var Z=function(be){var bd=be.relatedTarget;try{if(bd!==al&&!bd.parentNode){return}while(bd&&bd!==this){bd=bd.parentNode}if(bd!==this){be.type=be.data;a.event.handle.apply(this,arguments)}}catch(bf){}},aK=function(e){e.type=e.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(bd,e){a.event.special[bd]={setup:function(be){a.event.add(this,e,be&&be.selector?aK:Z,bd)},teardown:function(be){a.event.remove(this,e,be&&be.selector?aK:Z)}}});if(!a.support.submitBubbles){a.event.special.submit={setup:function(bd,e){if(this.nodeName&&this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(bg){var bf=bg.target,be=bf.type;if((be==="submit"||be==="image")&&a(bf).closest("form").length){aN("submit",this,arguments)}});a.event.add(this,"keypress.specialSubmit",function(bg){var bf=bg.target,be=bf.type;if((be==="text"||be==="password")&&a(bf).closest("form").length&&bg.keyCode===13){aN("submit",this,arguments)}})}else{return false}},teardown:function(e){a.event.remove(this,".specialSubmit")}}}if(!a.support.changeBubbles){var a6,j=function(bd){var e=bd.type,be=bd.value;if(e==="radio"||e==="checkbox"){be=bd.checked}else{if(e==="select-multiple"){be=bd.selectedIndex>-1?a.map(bd.options,function(bf){return bf.selected}).join("-"):""}else{if(bd.nodeName.toLowerCase()==="select"){be=bd.selectedIndex}}}return be},X=function X(bf){var bd=bf.target,be,bg;if(!a0.test(bd.nodeName)||bd.readOnly){return}be=a._data(bd,"_change_data");bg=j(bd);if(bf.type!=="focusout"||bd.type!=="radio"){a._data(bd,"_change_data",bg)}if(be===H||bg===be){return}if(be!=null||bg){bf.type="change";bf.liveFired=H;a.event.trigger(bf,arguments[1],bd)}};a.event.special.change={filters:{focusout:X,beforedeactivate:X,click:function(bf){var be=bf.target,bd=be.type;if(bd==="radio"||bd==="checkbox"||be.nodeName.toLowerCase()==="select"){X.call(this,bf)}},keydown:function(bf){var be=bf.target,bd=be.type;if((bf.keyCode===13&&be.nodeName.toLowerCase()!=="textarea")||(bf.keyCode===32&&(bd==="checkbox"||bd==="radio"))||bd==="select-multiple"){X.call(this,bf)}},beforeactivate:function(be){var bd=be.target;a._data(bd,"_change_data",j(bd))}},setup:function(be,bd){if(this.type==="file"){return false}for(var e in a6){a.event.add(this,e+".specialChange",a6[e])}return a0.test(this.nodeName)},teardown:function(e){a.event.remove(this,".specialChange");return a0.test(this.nodeName)}};a6=a.event.special.change.filters;a6.focus=a6.beforeactivate}function aN(bd,bf,e){var be=a.extend({},e[0]);be.type=bd;be.originalEvent={};be.liveFired=H;a.event.handle.call(bf,be);if(be.isDefaultPrevented()){e[0].preventDefault()}}if(al.addEventListener){a.each({focus:"focusin",blur:"focusout"},function(be,e){a.event.special[e]={setup:function(){this.addEventListener(be,bd,true)},teardown:function(){this.removeEventListener(be,bd,true)}};function bd(bf){bf=a.event.fix(bf);bf.type=e;return a.event.handle.call(this,bf)}})}a.each(["bind","one"],function(bd,e){a.fn[e]=function(bj,bk,bi){if(typeof bj==="object"){for(var bg in bj){this[e](bg,bk,bj[bg],bi)}return this}if(a.isFunction(bk)||bk===false){bi=bk;bk=H}var bh=e==="one"?a.proxy(bi,function(bl){a(this).unbind(bl,bh);return bi.apply(this,arguments)}):bi;if(bj==="unload"&&e!=="one"){this.one(bj,bk,bi)}else{for(var bf=0,be=this.length;bf<be;bf++){a.event.add(this[bf],bj,bh,bk)}}return this}});a.fn.extend({unbind:function(bg,bf){if(typeof bg==="object"&&!bg.preventDefault){for(var be in bg){this.unbind(be,bg[be])}}else{for(var bd=0,e=this.length;bd<e;bd++){a.event.remove(this[bd],bg,bf)}}return this},delegate:function(e,bd,bf,be){return this.live(bd,bf,be,e)},undelegate:function(e,bd,be){if(arguments.length===0){return this.unbind("live")}else{return this.die(bd,null,be,e)}},trigger:function(e,bd){return this.each(function(){a.event.trigger(e,bd,this)})},triggerHandler:function(e,be){if(this[0]){var bd=a.Event(e);bd.preventDefault();bd.stopPropagation();a.event.trigger(bd,be,this[0]);return bd.result}},toggle:function(be){var e=arguments,bd=1;while(bd<e.length){a.proxy(be,e[bd++])}return this.click(a.proxy(be,function(bf){var bg=(a._data(this,"lastToggle"+be.guid)||0)%bd;a._data(this,"lastToggle"+be.guid,bg+1);bf.preventDefault();return e[bg].apply(this,arguments)||false}))},hover:function(e,bd){return this.mouseenter(e).mouseleave(bd||e)}});var aH={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(bd,e){a.fn[e]=function(bn,bk,bp,bg){var bo,bl=0,bm,bf,br,bi=bg||this.selector,be=bg?this:a(this.context);if(typeof bn==="object"&&!bn.preventDefault){for(var bq in bn){be[e](bq,bk,bn[bq],bi)}return this}if(a.isFunction(bk)){bp=bk;bk=H}bn=(bn||"").split(" ");while((bo=bn[bl++])!=null){bm=aP.exec(bo);bf="";if(bm){bf=bm[0];bo=bo.replace(aP,"")}if(bo==="hover"){bn.push("mouseenter"+bf,"mouseleave"+bf);continue}br=bo;if(bo==="focus"||bo==="blur"){bn.push(aH[bo]+bf);bo=bo+bf}else{bo=(aH[bo]||bo)+bf}if(e==="live"){for(var bj=0,bh=be.length;bj<bh;bj++){a.event.add(be[bj],"live."+n(bo,bi),{data:bk,selector:bi,handler:bp,origType:bo,origHandler:bp,preType:br})}}else{be.unbind("live."+n(bo,bi),bp)}}return this}});function af(bn){var bk,bf,bt,bh,e,bp,bm,bo,bl,bs,bj,bi,br,bq=[],bg=[],bd=a._data(this,"events");if(bn.liveFired===this||!bd||!bd.live||bn.target.disabled||bn.button&&bn.type==="click"){return}if(bn.namespace){bi=new RegExp("(^|\\.)"+bn.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")}bn.liveFired=this;var be=bd.live.slice(0);for(bm=0;bm<be.length;bm++){e=be[bm];if(e.origType.replace(aP,"")===bn.type){bg.push(e.selector)}else{be.splice(bm--,1)}}bh=a(bn.target).closest(bg,bn.currentTarget);for(bo=0,bl=bh.length;bo<bl;bo++){bj=bh[bo];for(bm=0;bm<be.length;bm++){e=be[bm];if(bj.selector===e.selector&&(!bi||bi.test(e.namespace))&&!bj.elem.disabled){bp=bj.elem;bt=null;if(e.preType==="mouseenter"||e.preType==="mouseleave"){bn.type=e.preType;bt=a(bn.relatedTarget).closest(e.selector)[0]}if(!bt||bt!==bp){bq.push({elem:bp,handleObj:e,level:bj.level})}}}}for(bo=0,bl=bq.length;bo<bl;bo++){bh=bq[bo];if(bf&&bh.level>bf){break}bn.currentTarget=bh.elem;bn.data=bh.handleObj.data;bn.handleObj=bh.handleObj;br=bh.handleObj.origHandler.apply(bh.elem,arguments);if(br===false||bn.isPropagationStopped()){bf=bh.level;if(br===false){bk=false}if(bn.isImmediatePropagationStopped()){break}}}return bk}function n(bd,e){return(bd&&bd!=="*"?bd+".":"")+e.replace(K,"`").replace(aa,"&")}a.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(bd,e){a.fn[e]=function(bf,be){if(be==null){be=bf;bf=null}return arguments.length>0?this.bind(e,bf,be):this.trigger(e)};if(a.attrFn){a.attrFn[e]=true}});
/*
 * Sizzle CSS Selector Engine
 *  Copyright 2011, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var bn=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bo=0,br=Object.prototype.toString,bi=false,bh=true,bp=/\\/g,bv=/\W/;[0,0].sort(function(){bh=false;return 0});var bf=function(bA,e,bD,bE){bD=bD||[];e=e||al;var bG=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bA||typeof bA!=="string"){return bD}var bx,bI,bL,bw,bH,bK,bJ,bC,bz=true,by=bf.isXML(e),bB=[],bF=bA;do{bn.exec("");bx=bn.exec(bF);if(bx){bF=bx[3];bB.push(bx[1]);if(bx[2]){bw=bx[3];break}}}while(bx);if(bB.length>1&&bj.exec(bA)){if(bB.length===2&&bk.relative[bB[0]]){bI=bs(bB[0]+bB[1],e)}else{bI=bk.relative[bB[0]]?[e]:bf(bB.shift(),e);while(bB.length){bA=bB.shift();if(bk.relative[bA]){bA+=bB.shift()}bI=bs(bA,bI)}}}else{if(!bE&&bB.length>1&&e.nodeType===9&&!by&&bk.match.ID.test(bB[0])&&!bk.match.ID.test(bB[bB.length-1])){bH=bf.find(bB.shift(),e,by);e=bH.expr?bf.filter(bH.expr,bH.set)[0]:bH.set[0]}if(e){bH=bE?{expr:bB.pop(),set:bl(bE)}:bf.find(bB.pop(),bB.length===1&&(bB[0]==="~"||bB[0]==="+")&&e.parentNode?e.parentNode:e,by);bI=bH.expr?bf.filter(bH.expr,bH.set):bH.set;if(bB.length>0){bL=bl(bI)}else{bz=false}while(bB.length){bK=bB.pop();bJ=bK;if(!bk.relative[bK]){bK=""}else{bJ=bB.pop()}if(bJ==null){bJ=e}bk.relative[bK](bL,bJ,by)}}else{bL=bB=[]}}if(!bL){bL=bI}if(!bL){bf.error(bK||bA)}if(br.call(bL)==="[object Array]"){if(!bz){bD.push.apply(bD,bL)}else{if(e&&e.nodeType===1){for(bC=0;bL[bC]!=null;bC++){if(bL[bC]&&(bL[bC]===true||bL[bC].nodeType===1&&bf.contains(e,bL[bC]))){bD.push(bI[bC])}}}else{for(bC=0;bL[bC]!=null;bC++){if(bL[bC]&&bL[bC].nodeType===1){bD.push(bI[bC])}}}}}else{bl(bL,bD)}if(bw){bf(bw,bG,bD,bE);bf.uniqueSort(bD)}return bD};bf.uniqueSort=function(bw){if(bq){bi=bh;bw.sort(bq);if(bi){for(var e=1;e<bw.length;e++){if(bw[e]===bw[e-1]){bw.splice(e--,1)}}}}return bw};bf.matches=function(e,bw){return bf(e,null,null,bw)};bf.matchesSelector=function(e,bw){return bf(bw,null,null,[e]).length>0};bf.find=function(bC,e,bD){var bB;if(!bC){return[]}for(var by=0,bx=bk.order.length;by<bx;by++){var bz,bA=bk.order[by];if((bz=bk.leftMatch[bA].exec(bC))){var bw=bz[1];bz.splice(1,1);if(bw.substr(bw.length-1)!=="\\"){bz[1]=(bz[1]||"").replace(bp,"");bB=bk.find[bA](bz,e,bD);if(bB!=null){bC=bC.replace(bk.match[bA],"");break}}}}if(!bB){bB=typeof e.getElementsByTagName!=="undefined"?e.getElementsByTagName("*"):[]}return{set:bB,expr:bC}};bf.filter=function(bG,bF,bJ,bz){var bB,e,bx=bG,bL=[],bD=bF,bC=bF&&bF[0]&&bf.isXML(bF[0]);while(bG&&bF.length){for(var bE in bk.filter){if((bB=bk.leftMatch[bE].exec(bG))!=null&&bB[2]){var bK,bI,bw=bk.filter[bE],by=bB[1];e=false;bB.splice(1,1);if(by.substr(by.length-1)==="\\"){continue}if(bD===bL){bL=[]}if(bk.preFilter[bE]){bB=bk.preFilter[bE](bB,bD,bJ,bL,bz,bC);if(!bB){e=bK=true}else{if(bB===true){continue}}}if(bB){for(var bA=0;(bI=bD[bA])!=null;bA++){if(bI){bK=bw(bI,bB,bA,bD);var bH=bz^!!bK;if(bJ&&bK!=null){if(bH){e=true}else{bD[bA]=false}}else{if(bH){bL.push(bI);e=true}}}}}if(bK!==H){if(!bJ){bD=bL}bG=bG.replace(bk.match[bE],"");if(!e){return[]}break}}}if(bG===bx){if(e==null){bf.error(bG)}else{break}}bx=bG}return bD};bf.error=function(e){throw"Syntax error, unrecognized expression: "+e};var bk=bf.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(e){return e.getAttribute("href")},type:function(e){return e.getAttribute("type")}},relative:{"+":function(bB,bw){var by=typeof bw==="string",bA=by&&!bv.test(bw),bC=by&&!bA;if(bA){bw=bw.toLowerCase()}for(var bx=0,e=bB.length,bz;bx<e;bx++){if((bz=bB[bx])){while((bz=bz.previousSibling)&&bz.nodeType!==1){}bB[bx]=bC||bz&&bz.nodeName.toLowerCase()===bw?bz||false:bz===bw}}if(bC){bf.filter(bw,bB,true)}},">":function(bB,bw){var bA,bz=typeof bw==="string",bx=0,e=bB.length;if(bz&&!bv.test(bw)){bw=bw.toLowerCase();for(;bx<e;bx++){bA=bB[bx];if(bA){var by=bA.parentNode;bB[bx]=by.nodeName.toLowerCase()===bw?by:false}}}else{for(;bx<e;bx++){bA=bB[bx];if(bA){bB[bx]=bz?bA.parentNode:bA.parentNode===bw}}if(bz){bf.filter(bw,bB,true)}}},"":function(by,bw,bA){var bz,bx=bo++,e=bt;if(typeof bw==="string"&&!bv.test(bw)){bw=bw.toLowerCase();bz=bw;e=bd}e("parentNode",bw,bx,by,bz,bA)},"~":function(by,bw,bA){var bz,bx=bo++,e=bt;if(typeof bw==="string"&&!bv.test(bw)){bw=bw.toLowerCase();bz=bw;e=bd}e("previousSibling",bw,bx,by,bz,bA)}},find:{ID:function(bw,bx,by){if(typeof bx.getElementById!=="undefined"&&!by){var e=bx.getElementById(bw[1]);return e&&e.parentNode?[e]:[]}},NAME:function(bx,bA){if(typeof bA.getElementsByName!=="undefined"){var bw=[],bz=bA.getElementsByName(bx[1]);for(var by=0,e=bz.length;by<e;by++){if(bz[by].getAttribute("name")===bx[1]){bw.push(bz[by])}}return bw.length===0?null:bw}},TAG:function(e,bw){if(typeof bw.getElementsByTagName!=="undefined"){return bw.getElementsByTagName(e[1])}}},preFilter:{CLASS:function(by,bw,bx,e,bB,bC){by=" "+by[1].replace(bp,"")+" ";if(bC){return by}for(var bz=0,bA;(bA=bw[bz])!=null;bz++){if(bA){if(bB^(bA.className&&(" "+bA.className+" ").replace(/[\t\n\r]/g," ").indexOf(by)>=0)){if(!bx){e.push(bA)}}else{if(bx){bw[bz]=false}}}}return false},ID:function(e){return e[1].replace(bp,"")},TAG:function(bw,e){return bw[1].replace(bp,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){bf.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bw=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bw[1]+(bw[2]||1))-0;e[3]=bw[3]-0}else{if(e[2]){bf.error(e[0])}}e[0]=bo++;return e},ATTR:function(bz,bw,bx,e,bA,bB){var by=bz[1]=bz[1].replace(bp,"");if(!bB&&bk.attrMap[by]){bz[1]=bk.attrMap[by]}bz[4]=(bz[4]||bz[5]||"").replace(bp,"");if(bz[2]==="~="){bz[4]=" "+bz[4]+" "}return bz},PSEUDO:function(bz,bw,bx,e,bA){if(bz[1]==="not"){if((bn.exec(bz[3])||"").length>1||/^\w/.test(bz[3])){bz[3]=bf(bz[3],null,null,bw)}else{var by=bf.filter(bz[3],bw,bx,true^bA);if(!bx){e.push.apply(e,by)}return false}}else{if(bk.match.POS.test(bz[0])||bk.match.CHILD.test(bz[0])){return true}}return bz},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bx,bw,e){return !!bf(e[3],bx).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(e){return"text"===e.getAttribute("type")},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toLowerCase()==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)}},setFilters:{first:function(bw,e){return e===0},last:function(bx,bw,e,by){return bw===by.length-1},even:function(bw,e){return e%2===0},odd:function(bw,e){return e%2===1},lt:function(bx,bw,e){return bw<e[3]-0},gt:function(bx,bw,e){return bw>e[3]-0},nth:function(bx,bw,e){return e[3]-0===bw},eq:function(bx,bw,e){return e[3]-0===bw}},filter:{PSEUDO:function(bx,bC,bB,bD){var e=bC[1],bw=bk.filters[e];if(bw){return bw(bx,bB,bC,bD)}else{if(e==="contains"){return(bx.textContent||bx.innerText||bf.getText([bx])||"").indexOf(bC[3])>=0}else{if(e==="not"){var by=bC[3];for(var bA=0,bz=by.length;bA<bz;bA++){if(by[bA]===bx){return false}}return true}else{bf.error(e)}}}},CHILD:function(e,by){var bB=by[1],bw=e;switch(bB){case"only":case"first":while((bw=bw.previousSibling)){if(bw.nodeType===1){return false}}if(bB==="first"){return true}bw=e;case"last":while((bw=bw.nextSibling)){if(bw.nodeType===1){return false}}return true;case"nth":var bx=by[2],bE=by[3];if(bx===1&&bE===0){return true}var bA=by[0],bD=e.parentNode;if(bD&&(bD.sizcache!==bA||!e.nodeIndex)){var bz=0;for(bw=bD.firstChild;bw;bw=bw.nextSibling){if(bw.nodeType===1){bw.nodeIndex=++bz}}bD.sizcache=bA}var bC=e.nodeIndex-bE;if(bx===0){return bC===0}else{return(bC%bx===0&&bC/bx>=0)}}},ID:function(bw,e){return bw.nodeType===1&&bw.getAttribute("id")===e},TAG:function(bw,e){return(e==="*"&&bw.nodeType===1)||bw.nodeName.toLowerCase()===e},CLASS:function(bw,e){return(" "+(bw.className||bw.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bA,by){var bx=by[1],e=bk.attrHandle[bx]?bk.attrHandle[bx](bA):bA[bx]!=null?bA[bx]:bA.getAttribute(bx),bB=e+"",bz=by[2],bw=by[4];return e==null?bz==="!=":bz==="="?bB===bw:bz==="*="?bB.indexOf(bw)>=0:bz==="~="?(" "+bB+" ").indexOf(bw)>=0:!bw?bB&&e!==false:bz==="!="?bB!==bw:bz==="^="?bB.indexOf(bw)===0:bz==="$="?bB.substr(bB.length-bw.length)===bw:bz==="|="?bB===bw||bB.substr(0,bw.length+1)===bw+"-":false},POS:function(bz,bw,bx,bA){var e=bw[2],by=bk.setFilters[e];if(by){return by(bz,bx,bw,bA)}}}};var bj=bk.match.POS,be=function(bw,e){return"\\"+(e-0+1)};for(var bg in bk.match){bk.match[bg]=new RegExp(bk.match[bg].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bk.leftMatch[bg]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bk.match[bg].source.replace(/\\(\d+)/g,be))}var bl=function(bw,e){bw=Array.prototype.slice.call(bw,0);if(e){e.push.apply(e,bw);return e}return bw};try{Array.prototype.slice.call(al.documentElement.childNodes,0)[0].nodeType}catch(bu){bl=function(bz,by){var bx=0,bw=by||[];if(br.call(bz)==="[object Array]"){Array.prototype.push.apply(bw,bz)}else{if(typeof bz.length==="number"){for(var e=bz.length;bx<e;bx++){bw.push(bz[bx])}}else{for(;bz[bx];bx++){bw.push(bz[bx])}}}return bw}}var bq,bm;if(al.documentElement.compareDocumentPosition){bq=function(bw,e){if(bw===e){bi=true;return 0}if(!bw.compareDocumentPosition||!e.compareDocumentPosition){return bw.compareDocumentPosition?-1:1}return bw.compareDocumentPosition(e)&4?-1:1}}else{bq=function(bD,bC){var bA,bw,bx=[],e=[],bz=bD.parentNode,bB=bC.parentNode,bE=bz;if(bD===bC){bi=true;return 0}else{if(bz===bB){return bm(bD,bC)}else{if(!bz){return -1}else{if(!bB){return 1}}}}while(bE){bx.unshift(bE);bE=bE.parentNode}bE=bB;while(bE){e.unshift(bE);bE=bE.parentNode}bA=bx.length;bw=e.length;for(var by=0;by<bA&&by<bw;by++){if(bx[by]!==e[by]){return bm(bx[by],e[by])}}return by===bA?bm(bD,e[by],-1):bm(bx[by],bC,1)};bm=function(bw,e,bx){if(bw===e){return bx}var by=bw.nextSibling;while(by){if(by===e){return -1}by=by.nextSibling}return 1}}bf.getText=function(e){var bw="",by;for(var bx=0;e[bx];bx++){by=e[bx];if(by.nodeType===3||by.nodeType===4){bw+=by.nodeValue}else{if(by.nodeType!==8){bw+=bf.getText(by.childNodes)}}}return bw};(function(){var bw=al.createElement("div"),bx="script"+(new Date()).getTime(),e=al.documentElement;bw.innerHTML="<a name='"+bx+"'/>";e.insertBefore(bw,e.firstChild);if(al.getElementById(bx)){bk.find.ID=function(bz,bA,bB){if(typeof bA.getElementById!=="undefined"&&!bB){var by=bA.getElementById(bz[1]);return by?by.id===bz[1]||typeof by.getAttributeNode!=="undefined"&&by.getAttributeNode("id").nodeValue===bz[1]?[by]:H:[]}};bk.filter.ID=function(bA,by){var bz=typeof bA.getAttributeNode!=="undefined"&&bA.getAttributeNode("id");return bA.nodeType===1&&bz&&bz.nodeValue===by}}e.removeChild(bw);e=bw=null})();(function(){var e=al.createElement("div");e.appendChild(al.createComment(""));if(e.getElementsByTagName("*").length>0){bk.find.TAG=function(bw,bA){var bz=bA.getElementsByTagName(bw[1]);if(bw[1]==="*"){var by=[];for(var bx=0;bz[bx];bx++){if(bz[bx].nodeType===1){by.push(bz[bx])}}bz=by}return bz}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bk.attrHandle.href=function(bw){return bw.getAttribute("href",2)}}e=null})();if(al.querySelectorAll){(function(){var e=bf,by=al.createElement("div"),bx="__sizzle__";by.innerHTML="<p class='TEST'></p>";if(by.querySelectorAll&&by.querySelectorAll(".TEST").length===0){return}bf=function(bJ,bA,bE,bI){bA=bA||al;if(!bI&&!bf.isXML(bA)){var bH=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(bJ);if(bH&&(bA.nodeType===1||bA.nodeType===9)){if(bH[1]){return bl(bA.getElementsByTagName(bJ),bE)}else{if(bH[2]&&bk.find.CLASS&&bA.getElementsByClassName){return bl(bA.getElementsByClassName(bH[2]),bE)}}}if(bA.nodeType===9){if(bJ==="body"&&bA.body){return bl([bA.body],bE)}else{if(bH&&bH[3]){var bD=bA.getElementById(bH[3]);if(bD&&bD.parentNode){if(bD.id===bH[3]){return bl([bD],bE)}}else{return bl([],bE)}}}try{return bl(bA.querySelectorAll(bJ),bE)}catch(bF){}}else{if(bA.nodeType===1&&bA.nodeName.toLowerCase()!=="object"){var bB=bA,bC=bA.getAttribute("id"),bz=bC||bx,bL=bA.parentNode,bK=/^\s*[+~]/.test(bJ);if(!bC){bA.setAttribute("id",bz)}else{bz=bz.replace(/'/g,"\\$&")}if(bK&&bL){bA=bA.parentNode}try{if(!bK||bL){return bl(bA.querySelectorAll("[id='"+bz+"'] "+bJ),bE)}}catch(bG){}finally{if(!bC){bB.removeAttribute("id")}}}}}return e(bJ,bA,bE,bI)};for(var bw in e){bf[bw]=e[bw]}by=null})()}(function(){var e=al.documentElement,bx=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector,bw=false;try{bx.call(al.documentElement,"[test!='']:sizzle")}catch(by){bw=true}if(bx){bf.matchesSelector=function(bz,bB){bB=bB.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!bf.isXML(bz)){try{if(bw||!bk.match.PSEUDO.test(bB)&&!/!=/.test(bB)){return bx.call(bz,bB)}}catch(bA){}}return bf(bB,null,null,[bz]).length>0}}})();(function(){var e=al.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bk.order.splice(1,0,"CLASS");bk.find.CLASS=function(bw,bx,by){if(typeof bx.getElementsByClassName!=="undefined"&&!by){return bx.getElementsByClassName(bw[1])}};e=null})();function bd(bw,bB,bA,bE,bC,bD){for(var by=0,bx=bE.length;by<bx;by++){var e=bE[by];if(e){var bz=false;e=e[bw];while(e){if(e.sizcache===bA){bz=bE[e.sizset];break}if(e.nodeType===1&&!bD){e.sizcache=bA;e.sizset=by}if(e.nodeName.toLowerCase()===bB){bz=e;break}e=e[bw]}bE[by]=bz}}}function bt(bw,bB,bA,bE,bC,bD){for(var by=0,bx=bE.length;by<bx;by++){var e=bE[by];if(e){var bz=false;e=e[bw];while(e){if(e.sizcache===bA){bz=bE[e.sizset];break}if(e.nodeType===1){if(!bD){e.sizcache=bA;e.sizset=by}if(typeof bB!=="string"){if(e===bB){bz=true;break}}else{if(bf.filter(bB,[e]).length>0){bz=e;break}}}e=e[bw]}bE[by]=bz}}}if(al.documentElement.contains){bf.contains=function(bw,e){return bw!==e&&(bw.contains?bw.contains(e):true)}}else{if(al.documentElement.compareDocumentPosition){bf.contains=function(bw,e){return !!(bw.compareDocumentPosition(e)&16)}}else{bf.contains=function(){return false}}}bf.isXML=function(e){var bw=(e?e.ownerDocument||e:0).documentElement;return bw?bw.nodeName!=="HTML":false};var bs=function(e,bC){var bA,by=[],bz="",bx=bC.nodeType?[bC]:bC;while((bA=bk.match.PSEUDO.exec(e))){bz+=bA[0];e=e.replace(bk.match.PSEUDO,"")}e=bk.relative[e]?e+"*":e;for(var bB=0,bw=bx.length;bB<bw;bB++){bf(e,bx[bB],by)}return bf.filter(bz,by)};a.find=bf;a.expr=bf.selectors;a.expr[":"]=a.expr.filters;a.unique=bf.uniqueSort;a.text=bf.getText;a.isXMLDoc=bf.isXML;a.contains=bf.contains})();var W=/Until$/,ai=/^(?:parents|prevUntil|prevAll)/,aW=/,/,a9=/^.[^:#\[\.,]*$/,M=Array.prototype.slice,F=a.expr.match.POS,ao={children:true,contents:true,next:true,prev:true};a.fn.extend({find:function(e){var be=this.pushStack("","find",e),bh=0;for(var bf=0,bd=this.length;bf<bd;bf++){bh=be.length;a.find(e,this[bf],be);if(bf>0){for(var bi=bh;bi<be.length;bi++){for(var bg=0;bg<bh;bg++){if(be[bg]===be[bi]){be.splice(bi--,1);break}}}}}return be},has:function(bd){var e=a(bd);return this.filter(function(){for(var bf=0,be=e.length;bf<be;bf++){if(a.contains(this,e[bf])){return true}}})},not:function(e){return this.pushStack(av(this,e,false),"not",e)},filter:function(e){return this.pushStack(av(this,e,true),"filter",e)},is:function(e){return !!e&&a.filter(e,this).length>0},closest:function(bm,bd){var bj=[],bg,be,bl=this[0];if(a.isArray(bm)){var bi,bf,bh={},e=1;if(bl&&bm.length){for(bg=0,be=bm.length;bg<be;bg++){bf=bm[bg];if(!bh[bf]){bh[bf]=a.expr.match.POS.test(bf)?a(bf,bd||this.context):bf}}while(bl&&bl.ownerDocument&&bl!==bd){for(bf in bh){bi=bh[bf];if(bi.jquery?bi.index(bl)>-1:a(bl).is(bi)){bj.push({selector:bf,elem:bl,level:e})}}bl=bl.parentNode;e++}}return bj}var bk=F.test(bm)?a(bm,bd||this.context):null;for(bg=0,be=this.length;bg<be;bg++){bl=this[bg];while(bl){if(bk?bk.index(bl)>-1:a.find.matchesSelector(bl,bm)){bj.push(bl);break}else{bl=bl.parentNode;if(!bl||!bl.ownerDocument||bl===bd){break}}}}bj=bj.length>1?a.unique(bj):bj;return this.pushStack(bj,"closest",bm)},index:function(e){if(!e||typeof e==="string"){return a.inArray(this[0],e?a(e):this.parent().children())}return a.inArray(e.jquery?e[0]:e,this)},add:function(e,bd){var bf=typeof e==="string"?a(e,bd):a.makeArray(e),be=a.merge(this.get(),bf);return this.pushStack(B(bf[0])||B(be[0])?be:a.unique(be))},andSelf:function(){return this.add(this.prevObject)}});function B(e){return !e||!e.parentNode||e.parentNode.nodeType===11}a.each({parent:function(bd){var e=bd.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return a.dir(e,"parentNode")},parentsUntil:function(bd,e,be){return a.dir(bd,"parentNode",be)},next:function(e){return a.nth(e,2,"nextSibling")},prev:function(e){return a.nth(e,2,"previousSibling")},nextAll:function(e){return a.dir(e,"nextSibling")},prevAll:function(e){return a.dir(e,"previousSibling")},nextUntil:function(bd,e,be){return a.dir(bd,"nextSibling",be)},prevUntil:function(bd,e,be){return a.dir(bd,"previousSibling",be)},siblings:function(e){return a.sibling(e.parentNode.firstChild,e)},children:function(e){return a.sibling(e.firstChild)},contents:function(e){return a.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:a.makeArray(e.childNodes)}},function(e,bd){a.fn[e]=function(bh,be){var bg=a.map(this,bd,bh),bf=M.call(arguments);if(!W.test(e)){be=bh}if(be&&typeof be==="string"){bg=a.filter(be,bg)}bg=this.length>1&&!ao[e]?a.unique(bg):bg;if((this.length>1||aW.test(be))&&ai.test(e)){bg=bg.reverse()}return this.pushStack(bg,e,bf.join(","))}});a.extend({filter:function(be,e,bd){if(bd){be=":not("+be+")"}return e.length===1?a.find.matchesSelector(e[0],be)?[e[0]]:[]:a.find.matches(be,e)},dir:function(be,bd,bg){var e=[],bf=be[bd];while(bf&&bf.nodeType!==9&&(bg===H||bf.nodeType!==1||!a(bf).is(bg))){if(bf.nodeType===1){e.push(bf)}bf=bf[bd]}return e},nth:function(bg,e,be,bf){e=e||1;var bd=0;for(;bg;bg=bg[be]){if(bg.nodeType===1&&++bd===e){break}}return bg},sibling:function(be,bd){var e=[];for(;be;be=be.nextSibling){if(be.nodeType===1&&be!==bd){e.push(be)}}return e}});function av(bf,be,e){if(a.isFunction(be)){return a.grep(bf,function(bh,bg){var bi=!!be.call(bh,bg,bh);return bi===e})}else{if(be.nodeType){return a.grep(bf,function(bh,bg){return(bh===be)===e})}else{if(typeof be==="string"){var bd=a.grep(bf,function(bg){return bg.nodeType===1});if(a9.test(be)){return a.filter(be,bd,!e)}else{be=a.filter(be,bd)}}}}return a.grep(bf,function(bh,bg){return(a.inArray(bh,be)>=0)===e})}var ab=/ jQuery\d+="(?:\d+|null)"/g,aj=/^\s+/,O=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,c=/<([\w:]+)/,v=/<tbody/i,T=/<|&#?\w+;/,L=/<(?:script|object|embed|option|style)/i,m=/checked\s*(?:[^=]|=\s*.checked.)/i,an={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,"",""]};an.optgroup=an.option;an.tbody=an.tfoot=an.colgroup=an.caption=an.thead;an.th=an.td;if(!a.support.htmlSerialize){an._default=[1,"div<div>","</div>"]}a.fn.extend({text:function(e){if(a.isFunction(e)){return this.each(function(be){var bd=a(this);bd.text(e.call(this,be,bd.text()))})}if(typeof e!=="object"&&e!==H){return this.empty().append((this[0]&&this[0].ownerDocument||al).createTextNode(e))}return a.text(this)},wrapAll:function(e){if(a.isFunction(e)){return this.each(function(be){a(this).wrapAll(e.call(this,be))})}if(this[0]){var bd=a(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bd.insertBefore(this[0])}bd.map(function(){var be=this;while(be.firstChild&&be.firstChild.nodeType===1){be=be.firstChild}return be}).append(this)}return this},wrapInner:function(e){if(a.isFunction(e)){return this.each(function(bd){a(this).wrapInner(e.call(this,bd))})}return this.each(function(){var bd=a(this),be=bd.contents();if(be.length){be.wrapAll(e)}else{bd.append(e)}})},wrap:function(e){return this.each(function(){a(this).wrapAll(e)})},unwrap:function(){return this.parent().each(function(){if(!a.nodeName(this,"body")){a(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bd){this.parentNode.insertBefore(bd,this)})}else{if(arguments.length){var e=a(arguments[0]);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bd){this.parentNode.insertBefore(bd,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,a(arguments[0]).toArray());return e}}},remove:function(e,bf){for(var bd=0,be;(be=this[bd])!=null;bd++){if(!e||a.filter(e,[be]).length){if(!bf&&be.nodeType===1){a.cleanData(be.getElementsByTagName("*"));a.cleanData([be])}if(be.parentNode){be.parentNode.removeChild(be)}}}return this},empty:function(){for(var e=0,bd;(bd=this[e])!=null;e++){if(bd.nodeType===1){a.cleanData(bd.getElementsByTagName("*"))}while(bd.firstChild){bd.removeChild(bd.firstChild)}}return this},clone:function(bd,e){bd=bd==null?false:bd;e=e==null?bd:e;return this.map(function(){return a.clone(this,bd,e)})},html:function(bf){if(bf===H){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ab,""):null}else{if(typeof bf==="string"&&!L.test(bf)&&(a.support.leadingWhitespace||!aj.test(bf))&&!an[(c.exec(bf)||["",""])[1].toLowerCase()]){bf=bf.replace(O,"<$1></$2>");try{for(var be=0,bd=this.length;be<bd;be++){if(this[be].nodeType===1){a.cleanData(this[be].getElementsByTagName("*"));this[be].innerHTML=bf}}}catch(bg){this.empty().append(bf)}}else{if(a.isFunction(bf)){this.each(function(bh){var e=a(this);e.html(bf.call(this,bh,e.html()))})}else{this.empty().append(bf)}}}return this},replaceWith:function(e){if(this[0]&&this[0].parentNode){if(a.isFunction(e)){return this.each(function(bf){var be=a(this),bd=be.html();be.replaceWith(e.call(this,bf,bd))})}if(typeof e!=="string"){e=a(e).detach()}return this.each(function(){var be=this.nextSibling,bd=this.parentNode;a(this).remove();if(be){a(be).before(e)}else{a(bd).append(e)}})}else{return this.pushStack(a(a.isFunction(e)?e():e),"replaceWith",e)}},detach:function(e){return this.remove(e,true)},domManip:function(bj,bn,bm){var bf,bg,bi,bl,bk=bj[0],bd=[];if(!a.support.checkClone&&arguments.length===3&&typeof bk==="string"&&m.test(bk)){return this.each(function(){a(this).domManip(bj,bn,bm,true)})}if(a.isFunction(bk)){return this.each(function(bp){var bo=a(this);bj[0]=bk.call(this,bp,bn?bo.html():H);bo.domManip(bj,bn,bm)})}if(this[0]){bl=bk&&bk.parentNode;if(a.support.parentNode&&bl&&bl.nodeType===11&&bl.childNodes.length===this.length){bf={fragment:bl}}else{bf=a.buildFragment(bj,this,bd)}bi=bf.fragment;if(bi.childNodes.length===1){bg=bi=bi.firstChild}else{bg=bi.firstChild}if(bg){bn=bn&&a.nodeName(bg,"tr");for(var be=0,e=this.length,bh=e-1;be<e;be++){bm.call(bn?aX(this[be],bg):this[be],bf.cacheable||(e>1&&be<bh)?a.clone(bi,true,true):bi)}}if(bd.length){a.each(bd,a8)}}return this}});function aX(e,bd){return a.nodeName(e,"table")?(e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody"))):e}function s(e,bj){if(bj.nodeType!==1||!a.hasData(e)){return}var bi=a.expando,bf=a.data(e),bg=a.data(bj,bf);if((bf=bf[bi])){var bk=bf.events;bg=bg[bi]=a.extend({},bf);if(bk){delete bg.handle;bg.events={};for(var bh in bk){for(var be=0,bd=bk[bh].length;be<bd;be++){a.event.add(bj,bh+(bk[bh][be].namespace?".":"")+bk[bh][be].namespace,bk[bh][be],bk[bh][be].data)}}}}}function ac(bd,e){if(e.nodeType!==1){return}var be=e.nodeName.toLowerCase();e.clearAttributes();e.mergeAttributes(bd);if(be==="object"){e.outerHTML=bd.outerHTML}else{if(be==="input"&&(bd.type==="checkbox"||bd.type==="radio")){if(bd.checked){e.defaultChecked=e.checked=bd.checked}if(e.value!==bd.value){e.value=bd.value}}else{if(be==="option"){e.selected=bd.defaultSelected}else{if(be==="input"||be==="textarea"){e.defaultValue=bd.defaultValue}}}}e.removeAttribute(a.expando)}a.buildFragment=function(bh,bf,bd){var bg,e,be,bi=(bf&&bf[0]?bf[0].ownerDocument||bf[0]:al);if(bh.length===1&&typeof bh[0]==="string"&&bh[0].length<512&&bi===al&&bh[0].charAt(0)==="<"&&!L.test(bh[0])&&(a.support.checkClone||!m.test(bh[0]))){e=true;be=a.fragments[bh[0]];if(be){if(be!==1){bg=be}}}if(!bg){bg=bi.createDocumentFragment();a.clean(bh,bi,bg,bd)}if(e){a.fragments[bh[0]]=be?bg:1}return{fragment:bg,cacheable:e}};a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,bd){a.fn[e]=function(be){var bh=[],bk=a(be),bj=this.length===1&&this[0].parentNode;if(bj&&bj.nodeType===11&&bj.childNodes.length===1&&bk.length===1){bk[bd](this[0]);return this}else{for(var bi=0,bf=bk.length;bi<bf;bi++){var bg=(bi>0?this.clone(true):this).get();a(bk[bi])[bd](bg);bh=bh.concat(bg)}return this.pushStack(bh,e,bk.selector)}}});function a1(e){if("getElementsByTagName" in e){return e.getElementsByTagName("*")}else{if("querySelectorAll" in e){return e.querySelectorAll("*")}else{return[]}}}a.extend({clone:function(bg,bi,be){var bh=bg.cloneNode(true),e,bd,bf;if((!a.support.noCloneEvent||!a.support.noCloneChecked)&&(bg.nodeType===1||bg.nodeType===11)&&!a.isXMLDoc(bg)){ac(bg,bh);e=a1(bg);bd=a1(bh);for(bf=0;e[bf];++bf){ac(e[bf],bd[bf])}}if(bi){s(bg,bh);if(be){e=a1(bg);bd=a1(bh);for(bf=0;e[bf];++bf){s(e[bf],bd[bf])}}}return bh},clean:function(be,bg,bn,bi){bg=bg||al;if(typeof bg.createElement==="undefined"){bg=bg.ownerDocument||bg[0]&&bg[0].ownerDocument||al}var bo=[];for(var bm=0,bh;(bh=be[bm])!=null;bm++){if(typeof bh==="number"){bh+=""}if(!bh){continue}if(typeof bh==="string"&&!T.test(bh)){bh=bg.createTextNode(bh)}else{if(typeof bh==="string"){bh=bh.replace(O,"<$1></$2>");var bp=(c.exec(bh)||["",""])[1].toLowerCase(),bf=an[bp]||an._default,bl=bf[0],bd=bg.createElement("div");bd.innerHTML=bf[1]+bh+bf[2];while(bl--){bd=bd.lastChild}if(!a.support.tbody){var e=v.test(bh),bk=bp==="table"&&!e?bd.firstChild&&bd.firstChild.childNodes:bf[1]==="<table>"&&!e?bd.childNodes:[];for(var bj=bk.length-1;bj>=0;--bj){if(a.nodeName(bk[bj],"tbody")&&!bk[bj].childNodes.length){bk[bj].parentNode.removeChild(bk[bj])}}}if(!a.support.leadingWhitespace&&aj.test(bh)){bd.insertBefore(bg.createTextNode(aj.exec(bh)[0]),bd.firstChild)}bh=bd.childNodes}}if(bh.nodeType){bo.push(bh)}else{bo=a.merge(bo,bh)}}if(bn){for(bm=0;bo[bm];bm++){if(bi&&a.nodeName(bo[bm],"script")&&(!bo[bm].type||bo[bm].type.toLowerCase()==="text/javascript")){bi.push(bo[bm].parentNode?bo[bm].parentNode.removeChild(bo[bm]):bo[bm])}else{if(bo[bm].nodeType===1){bo.splice.apply(bo,[bm+1,0].concat(a.makeArray(bo[bm].getElementsByTagName("script"))))}bn.appendChild(bo[bm])}}}return bo},cleanData:function(bd){var bg,be,e=a.cache,bl=a.expando,bj=a.event.special,bi=a.support.deleteExpando;for(var bh=0,bf;(bf=bd[bh])!=null;bh++){if(bf.nodeName&&a.noData[bf.nodeName.toLowerCase()]){continue}be=bf[a.expando];if(be){bg=e[be]&&e[be][bl];if(bg&&bg.events){for(var bk in bg.events){if(bj[bk]){a.event.remove(bf,bk)}else{a.removeEvent(bf,bk,bg.handle)}}if(bg.handle){bg.handle.elem=null}}if(bi){delete bf[a.expando]}else{if(bf.removeAttribute){bf.removeAttribute(a.expando)}}delete e[be]}}}});function a8(e,bd){if(bd.src){a.ajax({url:bd.src,async:false,dataType:"script"})}else{a.globalEval(bd.text||bd.textContent||bd.innerHTML||"")}if(bd.parentNode){bd.parentNode.removeChild(bd)}}var ae=/alpha\([^)]*\)/i,ak=/opacity=([^)]*)/,aM=/-([a-z])/ig,y=/([A-Z])/g,aZ=/^-?\d+(?:px)?$/i,a7=/^-?\d/,aV={position:"absolute",visibility:"hidden",display:"block"},ag=["Left","Right"],aR=["Top","Bottom"],U,ay,aL,l=function(e,bd){return bd.toUpperCase()};a.fn.css=function(e,bd){if(arguments.length===2&&bd===H){return this}return a.access(this,e,bd,true,function(bf,be,bg){return bg!==H?a.style(bf,be,bg):a.css(bf,be)})};a.extend({cssHooks:{opacity:{get:function(be,bd){if(bd){var e=U(be,"opacity","opacity");return e===""?"1":e}else{return be.style.opacity}}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(bf,be,bk,bg){if(!bf||bf.nodeType===3||bf.nodeType===8||!bf.style){return}var bj,bh=a.camelCase(be),bd=bf.style,bl=a.cssHooks[bh];be=a.cssProps[bh]||bh;if(bk!==H){if(typeof bk==="number"&&isNaN(bk)||bk==null){return}if(typeof bk==="number"&&!a.cssNumber[bh]){bk+="px"}if(!bl||!("set" in bl)||(bk=bl.set(bf,bk))!==H){try{bd[be]=bk}catch(bi){}}}else{if(bl&&"get" in bl&&(bj=bl.get(bf,false,bg))!==H){return bj}return bd[be]}},css:function(bh,bg,bd){var bf,be=a.camelCase(bg),e=a.cssHooks[be];bg=a.cssProps[be]||be;if(e&&"get" in e&&(bf=e.get(bh,true,bd))!==H){return bf}else{if(U){return U(bh,bg,be)}}},swap:function(bf,be,bg){var e={};for(var bd in be){e[bd]=bf.style[bd];bf.style[bd]=be[bd]}bg.call(bf);for(bd in be){bf.style[bd]=e[bd]}},camelCase:function(e){return e.replace(aM,l)}});a.curCSS=a.css;a.each(["height","width"],function(bd,e){a.cssHooks[e]={get:function(bg,bf,be){var bh;if(bf){if(bg.offsetWidth!==0){bh=o(bg,e,be)}else{a.swap(bg,aV,function(){bh=o(bg,e,be)})}if(bh<=0){bh=U(bg,e,e);if(bh==="0px"&&aL){bh=aL(bg,e,e)}if(bh!=null){return bh===""||bh==="auto"?"0px":bh}}if(bh<0||bh==null){bh=bg.style[e];return bh===""||bh==="auto"?"0px":bh}return typeof bh==="string"?bh:bh+"px"}},set:function(be,bf){if(aZ.test(bf)){bf=parseFloat(bf);if(bf>=0){return bf+"px"}}else{return bf}}}});if(!a.support.opacity){a.cssHooks.opacity={get:function(bd,e){return ak.test((e&&bd.currentStyle?bd.currentStyle.filter:bd.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(bf,bg){var be=bf.style;be.zoom=1;var e=a.isNaN(bg)?"":"alpha(opacity="+bg*100+")",bd=be.filter||"";be.filter=ae.test(bd)?bd.replace(ae,e):be.filter+" "+e}}}if(al.defaultView&&al.defaultView.getComputedStyle){ay=function(bh,e,bf){var be,bg,bd;bf=bf.replace(y,"-$1").toLowerCase();if(!(bg=bh.ownerDocument.defaultView)){return H}if((bd=bg.getComputedStyle(bh,null))){be=bd.getPropertyValue(bf);if(be===""&&!a.contains(bh.ownerDocument.documentElement,bh)){be=a.style(bh,bf)}}return be}}if(al.documentElement.currentStyle){aL=function(bg,be){var bh,bd=bg.currentStyle&&bg.currentStyle[be],e=bg.runtimeStyle&&bg.runtimeStyle[be],bf=bg.style;if(!aZ.test(bd)&&a7.test(bd)){bh=bf.left;if(e){bg.runtimeStyle.left=bg.currentStyle.left}bf.left=be==="fontSize"?"1em":(bd||0);bd=bf.pixelLeft+"px";bf.left=bh;if(e){bg.runtimeStyle.left=e}}return bd===""?"auto":bd}}U=ay||aL;function o(be,bd,e){var bg=bd==="width"?ag:aR,bf=bd==="width"?be.offsetWidth:be.offsetHeight;if(e==="border"){return bf}a.each(bg,function(){if(!e){bf-=parseFloat(a.css(be,"padding"+this))||0}if(e==="margin"){bf+=parseFloat(a.css(be,"margin"+this))||0}else{bf-=parseFloat(a.css(be,"border"+this+"Width"))||0}});return bf}if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(be){var bd=be.offsetWidth,e=be.offsetHeight;return(bd===0&&e===0)||(!a.support.reliableHiddenOffsets&&(be.style.display||a.css(be,"display"))==="none")};a.expr.filters.visible=function(e){return !a.expr.filters.hidden(e)}}var i=/%20/g,ah=/\[\]$/,bc=/\r?\n/g,ba=/#.*$/,ar=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,aO=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,aB=/(?:^file|^widget|\-extension):$/,aD=/^(?:GET|HEAD)$/,b=/^\/\//,I=/\?/,aU=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,p=/^(?:select|textarea)/i,g=/\s+/,bb=/([?&])_=[^&]*/,R=/(^|\-)([a-z])/g,aJ=function(bd,e,be){return e+be.toUpperCase()},G=/^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,z=a.fn.load,V={},q={},au,r;try{au=al.location.href}catch(am){au=al.createElement("a");au.href="";au=au.href}r=G.exec(au.toLowerCase());function d(e){return function(bg,bi){if(typeof bg!=="string"){bi=bg;bg="*"}if(a.isFunction(bi)){var bf=bg.toLowerCase().split(g),be=0,bh=bf.length,bd,bj,bk;for(;be<bh;be++){bd=bf[be];bk=/^\+/.test(bd);if(bk){bd=bd.substr(1)||"*"}bj=e[bd]=e[bd]||[];bj[bk?"unshift":"push"](bi)}}}}function aI(bd,bm,bh,bl,bj,bf){bj=bj||bm.dataTypes[0];bf=bf||{};bf[bj]=true;var bi=bd[bj],be=0,e=bi?bi.length:0,bg=(bd===V),bk;for(;be<e&&(bg||!bk);be++){bk=bi[be](bm,bh,bl);if(typeof bk==="string"){if(!bg||bf[bk]){bk=H}else{bm.dataTypes.unshift(bk);bk=aI(bd,bm,bh,bl,bk,bf)}}}if((bg||!bk)&&!bf["*"]){bk=aI(bd,bm,bh,bl,"*",bf)}return bk}a.fn.extend({load:function(be,bh,bi){if(typeof be!=="string"&&z){return z.apply(this,arguments)}else{if(!this.length){return this}}var bg=be.indexOf(" ");if(bg>=0){var e=be.slice(bg,be.length);be=be.slice(0,bg)}var bf="GET";if(bh){if(a.isFunction(bh)){bi=bh;bh=H}else{if(typeof bh==="object"){bh=a.param(bh,a.ajaxSettings.traditional);bf="POST"}}}var bd=this;a.ajax({url:be,type:bf,dataType:"html",data:bh,complete:function(bk,bj,bl){bl=bk.responseText;if(bk.isResolved()){bk.done(function(bm){bl=bm});bd.html(e?a("<div>").append(bl.replace(aU,"")).find(e):bl)}if(bi){bd.each(bi,[bl,bj,bk])}}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||p.test(this.nodeName)||aO.test(this.type))}).map(function(e,bd){var be=a(this).val();return be==null?null:a.isArray(be)?a.map(be,function(bg,bf){return{name:bd.name,value:bg.replace(bc,"\r\n")}}):{name:bd.name,value:be.replace(bc,"\r\n")}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bd){a.fn[bd]=function(be){return this.bind(bd,be)}});a.each(["get","post"],function(e,bd){a[bd]=function(be,bg,bh,bf){if(a.isFunction(bg)){bf=bf||bh;bh=bg;bg=H}return a.ajax({type:bd,url:be,data:bg,success:bh,dataType:bf})}});a.extend({getScript:function(e,bd){return a.get(e,H,bd,"script")},getJSON:function(e,bd,be){return a.get(e,bd,be,"json")},ajaxSetup:function(be,e){if(!e){e=be;be=a.extend(true,a.ajaxSettings,e)}else{a.extend(true,be,a.ajaxSettings,e)}for(var bd in {context:1,url:1}){if(bd in e){be[bd]=e[bd]}else{if(bd in a.ajaxSettings){be[bd]=a.ajaxSettings[bd]}}}return be},ajaxSettings:{url:au,isLocal:aB.test(r[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,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":aY.String,"text html":true,"text json":a.parseJSON,"text xml":a.parseXML}},ajaxPrefilter:d(V),ajaxTransport:d(q),ajax:function(bh,bf){if(typeof bh==="object"){bf=bh;bh=H}bf=bf||{};var bl=a.ajaxSetup({},bf),bz=bl.context||bl,bo=bz!==bl&&(bz.nodeType||bz instanceof a)?a(bz):a.event,by=a.Deferred(),bv=a._Deferred(),bj=bl.statusCode||{},bk,bp={},bx,bg,bt,bm,bq,bi=0,be,bs,br={readyState:0,setRequestHeader:function(e,bA){if(!bi){bp[e.toLowerCase().replace(R,aJ)]=bA}return this},getAllResponseHeaders:function(){return bi===2?bx:null},getResponseHeader:function(bA){var e;if(bi===2){if(!bg){bg={};while((e=ar.exec(bx))){bg[e[1].toLowerCase()]=e[2]}}e=bg[bA.toLowerCase()]}return e===H?null:e},overrideMimeType:function(e){if(!bi){bl.mimeType=e}return this},abort:function(e){e=e||"abort";if(bt){bt.abort(e)}bn(0,e);return this}};function bn(bF,bD,bG,bC){if(bi===2){return}bi=2;if(bm){clearTimeout(bm)}bt=H;bx=bC||"";br.readyState=bF?4:0;var bA,bK,bJ,bE=bG?a4(bl,br,bG):H,bB,bI;if(bF>=200&&bF<300||bF===304){if(bl.ifModified){if((bB=br.getResponseHeader("Last-Modified"))){a.lastModified[bk]=bB}if((bI=br.getResponseHeader("Etag"))){a.etag[bk]=bI}}if(bF===304){bD="notmodified";bA=true}else{try{bK=D(bl,bE);bD="success";bA=true}catch(bH){bD="parsererror";bJ=bH}}}else{bJ=bD;if(!bD||bF){bD="error";if(bF<0){bF=0}}}br.status=bF;br.statusText=bD;if(bA){by.resolveWith(bz,[bK,bD,br])}else{by.rejectWith(bz,[br,bD,bJ])}br.statusCode(bj);bj=H;if(be){bo.trigger("ajax"+(bA?"Success":"Error"),[br,bl,bA?bK:bJ])}bv.resolveWith(bz,[br,bD]);if(be){bo.trigger("ajaxComplete",[br,bl]);if(!(--a.active)){a.event.trigger("ajaxStop")}}}by.promise(br);br.success=br.done;br.error=br.fail;br.complete=bv.done;br.statusCode=function(bA){if(bA){var e;if(bi<2){for(e in bA){bj[e]=[bj[e],bA[e]]}}else{e=bA[br.status];br.then(e,e)}}return this};bl.url=((bh||bl.url)+"").replace(ba,"").replace(b,r[1]+"//");bl.dataTypes=a.trim(bl.dataType||"*").toLowerCase().split(g);if(!bl.crossDomain){bq=G.exec(bl.url.toLowerCase());bl.crossDomain=!!(bq&&(bq[1]!=r[1]||bq[2]!=r[2]||(bq[3]||(bq[1]==="http:"?80:443))!=(r[3]||(r[1]==="http:"?80:443))))}if(bl.data&&bl.processData&&typeof bl.data!=="string"){bl.data=a.param(bl.data,bl.traditional)}aI(V,bl,bf,br);if(bi===2){return false}be=bl.global;bl.type=bl.type.toUpperCase();bl.hasContent=!aD.test(bl.type);if(be&&a.active++===0){a.event.trigger("ajaxStart")}if(!bl.hasContent){if(bl.data){bl.url+=(I.test(bl.url)?"&":"?")+bl.data}bk=bl.url;if(bl.cache===false){var bd=a.now(),bw=bl.url.replace(bb,"$1_="+bd);bl.url=bw+((bw===bl.url)?(I.test(bl.url)?"&":"?")+"_="+bd:"")}}if(bl.data&&bl.hasContent&&bl.contentType!==false||bf.contentType){bp["Content-Type"]=bl.contentType}if(bl.ifModified){bk=bk||bl.url;if(a.lastModified[bk]){bp["If-Modified-Since"]=a.lastModified[bk]}if(a.etag[bk]){bp["If-None-Match"]=a.etag[bk]}}bp.Accept=bl.dataTypes[0]&&bl.accepts[bl.dataTypes[0]]?bl.accepts[bl.dataTypes[0]]+(bl.dataTypes[0]!=="*"?", */*; q=0.01":""):bl.accepts["*"];for(bs in bl.headers){br.setRequestHeader(bs,bl.headers[bs])}if(bl.beforeSend&&(bl.beforeSend.call(bz,br,bl)===false||bi===2)){br.abort();return false}for(bs in {success:1,error:1,complete:1}){br[bs](bl[bs])}bt=aI(q,bl,bf,br);if(!bt){bn(-1,"No Transport")}else{br.readyState=1;if(be){bo.trigger("ajaxSend",[br,bl])}if(bl.async&&bl.timeout>0){bm=setTimeout(function(){br.abort("timeout")},bl.timeout)}try{bi=1;bt.send(bp,bn)}catch(bu){if(status<2){bn(-1,bu)}else{a.error(bu)}}}return br},param:function(e,be){var bd=[],bg=function(bh,bi){bi=a.isFunction(bi)?bi():bi;bd[bd.length]=encodeURIComponent(bh)+"="+encodeURIComponent(bi)};if(be===H){be=a.ajaxSettings.traditional}if(a.isArray(e)||(e.jquery&&!a.isPlainObject(e))){a.each(e,function(){bg(this.name,this.value)})}else{for(var bf in e){u(bf,e[bf],be,bg)}}return bd.join("&").replace(i,"+")}});function u(be,bg,bd,bf){if(a.isArray(bg)&&bg.length){a.each(bg,function(bi,bh){if(bd||ah.test(be)){bf(be,bh)}else{u(be+"["+(typeof bh==="object"||a.isArray(bh)?bi:"")+"]",bh,bd,bf)}})}else{if(!bd&&bg!=null&&typeof bg==="object"){if(a.isArray(bg)||a.isEmptyObject(bg)){bf(be,"")}else{for(var e in bg){u(be+"["+e+"]",bg[e],bd,bf)}}}else{bf(be,bg)}}}a.extend({active:0,lastModified:{},etag:{}});function a4(bl,bk,bh){var bd=bl.contents,bj=bl.dataTypes,be=bl.responseFields,bg,bi,bf,e;for(bi in be){if(bi in bh){bk[be[bi]]=bh[bi]}}while(bj[0]==="*"){bj.shift();if(bg===H){bg=bl.mimeType||bk.getResponseHeader("content-type")}}if(bg){for(bi in bd){if(bd[bi]&&bd[bi].test(bg)){bj.unshift(bi);break}}}if(bj[0] in bh){bf=bj[0]}else{for(bi in bh){if(!bj[0]||bl.converters[bi+" "+bj[0]]){bf=bi;break}if(!e){e=bi}}bf=bf||e}if(bf){if(bf!==bj[0]){bj.unshift(bf)}return bh[bf]}}function D(bp,bh){if(bp.dataFilter){bh=bp.dataFilter(bh,bp.dataType)}var bl=bp.dataTypes,bo={},bi,bm,be=bl.length,bj,bk=bl[0],bf,bg,bn,bd,e;for(bi=1;bi<be;bi++){if(bi===1){for(bm in bp.converters){if(typeof bm==="string"){bo[bm.toLowerCase()]=bp.converters[bm]}}}bf=bk;bk=bl[bi];if(bk==="*"){bk=bf}else{if(bf!=="*"&&bf!==bk){bg=bf+" "+bk;bn=bo[bg]||bo["* "+bk];if(!bn){e=H;for(bd in bo){bj=bd.split(" ");if(bj[0]===bf||bj[0]==="*"){e=bo[bj[1]+" "+bk];if(e){bd=bo[bd];if(bd===true){bn=e}else{if(e===true){bn=bd}}break}}}}if(!(bn||e)){a.error("No conversion from "+bg.replace(" "," to "))}if(bn!==true){bh=bn?bn(bh):e(bd(bh))}}}}return bh}var aq=a.now(),t=/(\=)\?(&|$)|()\?\?()/i;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return a.expando+"_"+(aq++)}});a.ajaxPrefilter("json jsonp",function(bm,bi,bl){var bk=(typeof bm.data==="string");if(bm.dataTypes[0]==="jsonp"||bi.jsonpCallback||bi.jsonp!=null||bm.jsonp!==false&&(t.test(bm.url)||bk&&t.test(bm.data))){var bj,be=bm.jsonpCallback=a.isFunction(bm.jsonpCallback)?bm.jsonpCallback():bm.jsonpCallback,bh=aY[be],e=bm.url,bg=bm.data,bd="$1"+be+"$2",bf=function(){aY[be]=bh;if(bj&&a.isFunction(bh)){aY[be](bj[0])}};if(bm.jsonp!==false){e=e.replace(t,bd);if(bm.url===e){if(bk){bg=bg.replace(t,bd)}if(bm.data===bg){e+=(/\?/.test(e)?"&":"?")+bm.jsonp+"="+be}}}bm.url=e;bm.data=bg;aY[be]=function(bn){bj=[bn]};bl.then(bf,bf);bm.converters["script json"]=function(){if(!bj){a.error(be+" was not called")}return bj[0]};bm.dataTypes[0]="json";return"script"}});a.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){a.globalEval(e);return e}}});a.ajaxPrefilter("script",function(e){if(e.cache===H){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});a.ajaxTransport("script",function(be){if(be.crossDomain){var e,bd=al.head||al.getElementsByTagName("head")[0]||al.documentElement;return{send:function(bf,bg){e=al.createElement("script");e.async="async";if(be.scriptCharset){e.charset=be.scriptCharset}e.src=be.url;e.onload=e.onreadystatechange=function(bi,bh){if(!e.readyState||/loaded|complete/.test(e.readyState)){e.onload=e.onreadystatechange=null;if(bd&&e.parentNode){bd.removeChild(e)}e=H;if(!bh){bg(200,"success")}}};bd.insertBefore(e,bd.firstChild)},abort:function(){if(e){e.onload(0,1)}}}}});var x=a.now(),J,at;function A(){a(aY).unload(function(){for(var e in J){J[e](0,1)}})}function aA(){try{return new aY.XMLHttpRequest()}catch(bd){}}function ad(){try{return new aY.ActiveXObject("Microsoft.XMLHTTP")}catch(bd){}}a.ajaxSettings.xhr=aY.ActiveXObject?function(){return !this.isLocal&&aA()||ad()}:aA;at=a.ajaxSettings.xhr();a.support.ajax=!!at;a.support.cors=at&&("withCredentials" in at);at=H;if(a.support.ajax){a.ajaxTransport(function(e){if(!e.crossDomain||a.support.cors){var bd;return{send:function(bj,be){var bi=e.xhr(),bh,bg;if(e.username){bi.open(e.type,e.url,e.async,e.username,e.password)}else{bi.open(e.type,e.url,e.async)}if(e.xhrFields){for(bg in e.xhrFields){bi[bg]=e.xhrFields[bg]}}if(e.mimeType&&bi.overrideMimeType){bi.overrideMimeType(e.mimeType)}if(!(e.crossDomain&&!e.hasContent)&&!bj["X-Requested-With"]){bj["X-Requested-With"]="XMLHttpRequest"}try{for(bg in bj){bi.setRequestHeader(bg,bj[bg])}}catch(bf){}bi.send((e.hasContent&&e.data)||null);bd=function(bs,bm){var bn,bl,bk,bq,bp;try{if(bd&&(bm||bi.readyState===4)){bd=H;if(bh){bi.onreadystatechange=a.noop;delete J[bh]}if(bm){if(bi.readyState!==4){bi.abort()}}else{bn=bi.status;bk=bi.getAllResponseHeaders();bq={};bp=bi.responseXML;if(bp&&bp.documentElement){bq.xml=bp}bq.text=bi.responseText;try{bl=bi.statusText}catch(br){bl=""}if(!bn&&e.isLocal&&!e.crossDomain){bn=bq.text?200:404}else{if(bn===1223){bn=204}}}}}catch(bo){if(!bm){be(-1,bo)}}if(bq){be(bn,bl,bq,bk)}};if(!e.async||bi.readyState===4){bd()}else{if(!J){J={};A()}bh=x++;bi.onreadystatechange=J[bh]=bd}},abort:function(){if(bd){bd(0,1)}}}}})}var N={},ap=/^(?:toggle|show|hide)$/,aF=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,aS,ax=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(bf,bi,bh){var be,bg;if(bf||bf===0){return this.animate(aQ("show",3),bf,bi,bh)}else{for(var bd=0,e=this.length;bd<e;bd++){be=this[bd];bg=be.style.display;if(!a._data(be,"olddisplay")&&bg==="none"){bg=be.style.display=""}if(bg===""&&a.css(be,"display")==="none"){a._data(be,"olddisplay",w(be.nodeName))}}for(bd=0;bd<e;bd++){be=this[bd];bg=be.style.display;if(bg===""||bg==="none"){be.style.display=a._data(be,"olddisplay")||""}}return this}},hide:function(be,bh,bg){if(be||be===0){return this.animate(aQ("hide",3),be,bh,bg)}else{for(var bd=0,e=this.length;bd<e;bd++){var bf=a.css(this[bd],"display");if(bf!=="none"&&!a._data(this[bd],"olddisplay")){a._data(this[bd],"olddisplay",bf)}}for(bd=0;bd<e;bd++){this[bd].style.display="none"}return this}},_toggle:a.fn.toggle,toggle:function(be,bd,bf){var e=typeof be==="boolean";if(a.isFunction(be)&&a.isFunction(bd)){this._toggle.apply(this,arguments)}else{if(be==null||e){this.each(function(){var bg=e?be:a(this).is(":hidden");a(this)[bg?"show":"hide"]()})}else{this.animate(aQ("toggle",3),be,bd,bf)}}return this},fadeTo:function(e,bf,be,bd){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:bf},e,be,bd)},animate:function(bg,bd,bf,be){var e=a.speed(bd,bf,be);if(a.isEmptyObject(bg)){return this.each(e.complete)}return this[e.queue===false?"each":"queue"](function(){var bj=a.extend({},e),bn,bk=this.nodeType===1,bl=bk&&a(this).is(":hidden"),bh=this;for(bn in bg){var bi=a.camelCase(bn);if(bn!==bi){bg[bi]=bg[bn];delete bg[bn];bn=bi}if(bg[bn]==="hide"&&bl||bg[bn]==="show"&&!bl){return bj.complete.call(this)}if(bk&&(bn==="height"||bn==="width")){bj.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(a.css(this,"display")==="inline"&&a.css(this,"float")==="none"){if(!a.support.inlineBlockNeedsLayout){this.style.display="inline-block"}else{var bm=w(this.nodeName);if(bm==="inline"){this.style.display="inline-block"}else{this.style.display="inline";this.style.zoom=1}}}}if(a.isArray(bg[bn])){(bj.specialEasing=bj.specialEasing||{})[bn]=bg[bn][1];bg[bn]=bg[bn][0]}}if(bj.overflow!=null){this.style.overflow="hidden"}bj.curAnim=a.extend({},bg);a.each(bg,function(bp,bt){var bs=new a.fx(bh,bj,bp);if(ap.test(bt)){bs[bt==="toggle"?bl?"show":"hide":bt](bg)}else{var br=aF.exec(bt),bu=bs.cur();if(br){var bo=parseFloat(br[2]),bq=br[3]||(a.cssNumber[bp]?"":"px");if(bq!=="px"){a.style(bh,bp,(bo||1)+bq);bu=((bo||1)/bs.cur())*bu;a.style(bh,bp,bu+bq)}if(br[1]){bo=((br[1]==="-="?-1:1)*bo)+bu}bs.custom(bu,bo,bq)}else{bs.custom(bu,bt,"")}}});return true})},stop:function(bd,e){var be=a.timers;if(bd){this.queue([])}this.each(function(){for(var bf=be.length-1;bf>=0;bf--){if(be[bf].elem===this){if(e){be[bf](true)}be.splice(bf,1)}}});if(!e){this.dequeue()}return this}});function aQ(bd,e){var be={};a.each(ax.concat.apply([],ax.slice(0,e)),function(){be[this]=bd});return be}a.each({slideDown:aQ("show",1),slideUp:aQ("hide",1),slideToggle:aQ("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,bd){a.fn[e]=function(be,bg,bf){return this.animate(bd,be,bg,bf)}});a.extend({speed:function(be,bf,bd){var e=be&&typeof be==="object"?a.extend({},be):{complete:bd||!bd&&bf||a.isFunction(be)&&be,duration:be,easing:bd&&bf||bf&&!a.isFunction(bf)&&bf};e.duration=a.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in a.fx.speeds?a.fx.speeds[e.duration]:a.fx.speeds._default;e.old=e.complete;e.complete=function(){if(e.queue!==false){a(this).dequeue()}if(a.isFunction(e.old)){e.old.call(this)}};return e},easing:{linear:function(be,bf,e,bd){return e+bd*be},swing:function(be,bf,e,bd){return((-Math.cos(be*Math.PI)/2)+0.5)*bd+e}},timers:[],fx:function(bd,e,be){this.options=e;this.elem=bd;this.prop=be;if(!e.orig){e.orig={}}}});a.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(a.fx.step[this.prop]||a.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 e,bd=a.css(this.elem,this.prop);return isNaN(e=parseFloat(bd))?!bd||bd==="auto"?0:bd:e},custom:function(bh,bg,bf){var e=this,be=a.fx;this.startTime=a.now();this.start=bh;this.end=bg;this.unit=bf||this.unit||(a.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;function bd(bi){return e.step(bi)}bd.elem=this.elem;if(bd()&&a.timers.push(bd)&&!aS){aS=setInterval(be.tick,be.interval)}},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(bf){var bk=a.now(),bg=true;if(bf||bk>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var bh in this.options.curAnim){if(this.options.curAnim[bh]!==true){bg=false}}if(bg){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var be=this.elem,bl=this.options;a.each(["","X","Y"],function(bm,bn){be.style["overflow"+bn]=bl.overflow[bm]})}if(this.options.hide){a(this.elem).hide()}if(this.options.hide||this.options.show){for(var e in this.options.curAnim){a.style(this.elem,e,this.options.orig[e])}}this.options.complete.call(this.elem)}return false}else{var bd=bk-this.startTime;this.state=bd/this.options.duration;var bi=this.options.specialEasing&&this.options.specialEasing[this.prop];var bj=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[bi||bj](this.state,bd,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};a.extend(a.fx,{tick:function(){var bd=a.timers;for(var e=0;e<bd.length;e++){if(!bd[e]()){bd.splice(e--,1)}}if(!bd.length){a.fx.stop()}},interval:13,stop:function(){clearInterval(aS);aS=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(e){a.style(e.elem,"opacity",e.now)},_default:function(e){if(e.elem.style&&e.elem.style[e.prop]!=null){e.elem.style[e.prop]=(e.prop==="width"||e.prop==="height"?Math.max(0,e.now):e.now)+e.unit}else{e.elem[e.prop]=e.now}}}});if(a.expr&&a.expr.filters){a.expr.filters.animated=function(e){return a.grep(a.timers,function(bd){return e===bd.elem}).length}}function w(be){if(!N[be]){var e=a("<"+be+">").appendTo("body"),bd=e.css("display");e.remove();if(bd==="none"||bd===""){bd="block"}N[be]=bd}return N[be]}var S=/^t(?:able|d|h)$/i,Y=/^(?:body|html)$/i;if("getBoundingClientRect" in al.documentElement){a.fn.offset=function(bq){var bg=this[0],bj;if(bq){return this.each(function(e){a.offset.setOffset(this,bq,e)})}if(!bg||!bg.ownerDocument){return null}if(bg===bg.ownerDocument.body){return a.offset.bodyOffset(bg)}try{bj=bg.getBoundingClientRect()}catch(bn){}var bp=bg.ownerDocument,be=bp.documentElement;if(!bj||!a.contains(be,bg)){return bj?{top:bj.top,left:bj.left}:{top:0,left:0}}var bk=bp.body,bl=az(bp),bi=be.clientTop||bk.clientTop||0,bm=be.clientLeft||bk.clientLeft||0,bd=(bl.pageYOffset||a.support.boxModel&&be.scrollTop||bk.scrollTop),bh=(bl.pageXOffset||a.support.boxModel&&be.scrollLeft||bk.scrollLeft),bo=bj.top+bd-bi,bf=bj.left+bh-bm;return{top:bo,left:bf}}}else{a.fn.offset=function(bn){var bh=this[0];if(bn){return this.each(function(bo){a.offset.setOffset(this,bn,bo)})}if(!bh||!bh.ownerDocument){return null}if(bh===bh.ownerDocument.body){return a.offset.bodyOffset(bh)}a.offset.initialize();var bk,be=bh.offsetParent,bd=bh,bm=bh.ownerDocument,bf=bm.documentElement,bi=bm.body,bj=bm.defaultView,e=bj?bj.getComputedStyle(bh,null):bh.currentStyle,bl=bh.offsetTop,bg=bh.offsetLeft;while((bh=bh.parentNode)&&bh!==bi&&bh!==bf){if(a.offset.supportsFixedPosition&&e.position==="fixed"){break}bk=bj?bj.getComputedStyle(bh,null):bh.currentStyle;bl-=bh.scrollTop;bg-=bh.scrollLeft;if(bh===be){bl+=bh.offsetTop;bg+=bh.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&S.test(bh.nodeName))){bl+=parseFloat(bk.borderTopWidth)||0;bg+=parseFloat(bk.borderLeftWidth)||0}bd=be;be=bh.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&bk.overflow!=="visible"){bl+=parseFloat(bk.borderTopWidth)||0;bg+=parseFloat(bk.borderLeftWidth)||0}e=bk}if(e.position==="relative"||e.position==="static"){bl+=bi.offsetTop;bg+=bi.offsetLeft}if(a.offset.supportsFixedPosition&&e.position==="fixed"){bl+=Math.max(bf.scrollTop,bi.scrollTop);bg+=Math.max(bf.scrollLeft,bi.scrollLeft)}return{top:bl,left:bg}}}a.offset={initialize:function(){var e=al.body,bd=al.createElement("div"),bg,bi,bh,bj,be=parseFloat(a.css(e,"marginTop"))||0,bf="<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>";a.extend(bd.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});bd.innerHTML=bf;e.insertBefore(bd,e.firstChild);bg=bd.firstChild;bi=bg.firstChild;bj=bg.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(bi.offsetTop!==5);this.doesAddBorderForTableAndCells=(bj.offsetTop===5);bi.style.position="fixed";bi.style.top="20px";this.supportsFixedPosition=(bi.offsetTop===20||bi.offsetTop===15);bi.style.position=bi.style.top="";bg.style.overflow="hidden";bg.style.position="relative";this.subtractsBorderForOverflowNotVisible=(bi.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(e.offsetTop!==be);e.removeChild(bd);e=bd=bg=bi=bh=bj=null;a.offset.initialize=a.noop},bodyOffset:function(e){var be=e.offsetTop,bd=e.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){be+=parseFloat(a.css(e,"marginTop"))||0;bd+=parseFloat(a.css(e,"marginLeft"))||0}return{top:be,left:bd}},setOffset:function(bf,bo,bi){var bj=a.css(bf,"position");if(bj==="static"){bf.style.position="relative"}var bh=a(bf),bd=bh.offset(),e=a.css(bf,"top"),bm=a.css(bf,"left"),bn=(bj==="absolute"&&a.inArray("auto",[e,bm])>-1),bl={},bk={},be,bg;if(bn){bk=bh.position()}be=bn?bk.top:parseInt(e,10)||0;bg=bn?bk.left:parseInt(bm,10)||0;if(a.isFunction(bo)){bo=bo.call(bf,bi,bd)}if(bo.top!=null){bl.top=(bo.top-bd.top)+be}if(bo.left!=null){bl.left=(bo.left-bd.left)+bg}if("using" in bo){bo.using.call(bf,bl)}else{bh.css(bl)}}};a.fn.extend({position:function(){if(!this[0]){return null}var be=this[0],bd=this.offsetParent(),bf=this.offset(),e=Y.test(bd[0].nodeName)?{top:0,left:0}:bd.offset();bf.top-=parseFloat(a.css(be,"marginTop"))||0;bf.left-=parseFloat(a.css(be,"marginLeft"))||0;e.top+=parseFloat(a.css(bd[0],"borderTopWidth"))||0;e.left+=parseFloat(a.css(bd[0],"borderLeftWidth"))||0;return{top:bf.top-e.top,left:bf.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||al.body;while(e&&(!Y.test(e.nodeName)&&a.css(e,"position")==="static")){e=e.offsetParent}return e})}});a.each(["Left","Top"],function(bd,e){var be="scroll"+e;a.fn[be]=function(bh){var bf=this[0],bg;if(!bf){return null}if(bh!==H){return this.each(function(){bg=az(this);if(bg){bg.scrollTo(!bd?bh:a(bg).scrollLeft(),bd?bh:a(bg).scrollTop())}else{this[be]=bh}})}else{bg=az(bf);return bg?("pageXOffset" in bg)?bg[bd?"pageYOffset":"pageXOffset"]:a.support.boxModel&&bg.document.documentElement[be]||bg.document.body[be]:bf[be]}}});function az(e){return a.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}a.each(["Height","Width"],function(bd,e){var be=e.toLowerCase();a.fn["inner"+e]=function(){return this[0]?parseFloat(a.css(this[0],be,"padding")):null};a.fn["outer"+e]=function(bf){return this[0]?parseFloat(a.css(this[0],be,bf?"margin":"border")):null};a.fn[be]=function(bg){var bh=this[0];if(!bh){return bg==null?null:this}if(a.isFunction(bg)){return this.each(function(bl){var bk=a(this);bk[be](bg.call(this,bl,bk[be]()))})}if(a.isWindow(bh)){var bi=bh.document.documentElement["client"+e];return bh.document.compatMode==="CSS1Compat"&&bi||bh.document.body["client"+e]||bi}else{if(bh.nodeType===9){return Math.max(bh.documentElement["client"+e],bh.body["scroll"+e],bh.documentElement["scroll"+e],bh.body["offset"+e],bh.documentElement["offset"+e])}else{if(bg===H){var bj=a.css(bh,be),bf=parseFloat(bj);return a.isNaN(bf)?bj:bf}else{return this.css(be,typeof bg==="string"?bg:bg+"px")}}}}});aY.jQuery=aY.$=a})(window);(function(B){var L,T,Q,M,d,m,J,A,O,z,C=0,H={},j=[],e=0,G={},y=[],f=null,o=new Image(),i=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,k=/[^\.]\.(swf)\s*$/i,p,N=1,h=0,t="",b,c,P=false,s=B.extend(B("<div/>")[0],{prop:0}),S=B.browser.msie&&B.browser.version<7&&!window.XMLHttpRequest,r=function(){T.hide();o.onerror=o.onload=null;if(f){f.abort()}L.empty()},x=function(){if(false===H.onError(j,C,H)){T.hide();P=false;return}H.titleShow=false;H.width="auto";H.height="auto";L.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');n()},w=function(){var Z=j[C],W,Y,ab,aa,V,X;r();H=B.extend({},B.fn.fancybox.defaults,(typeof B(Z).data("fancybox")=="undefined"?H:B(Z).data("fancybox")));X=H.onStart(j,C,H);if(X===false){P=false;return}else{if(typeof X=="object"){H=B.extend(H,X)}}ab=H.title||(Z.nodeName?B(Z).attr("title"):Z.title)||"";if(Z.nodeName&&!H.orig){H.orig=B(Z).children("img:first").length?B(Z).children("img:first"):B(Z)}if(ab===""&&H.orig&&H.titleFromAlt){ab=H.orig.attr("alt")}W=H.href||(Z.nodeName?B(Z).attr("href"):Z.href)||null;if((/^(?:javascript)/i).test(W)||W=="#"){W=null}if(H.type){Y=H.type;if(!W){W=H.content}}else{if(H.content){Y="html"}else{if(W){if(W.match(i)){Y="image"}else{if(W.match(k)){Y="swf"}else{if(B(Z).hasClass("iframe")){Y="iframe"}else{if(W.indexOf("#")===0){Y="inline"}else{Y="ajax"}}}}}}}if(!Y){x();return}if(Y=="inline"){Z=W.substr(W.indexOf("#"));Y=B(Z).length>0?"inline":"ajax"}H.type=Y;H.href=W;H.title=ab;if(H.autoDimensions){if(H.type=="html"||H.type=="inline"||H.type=="ajax"){H.width="auto";H.height="auto"}else{H.autoDimensions=false}}if(H.modal){H.overlayShow=true;H.hideOnOverlayClick=false;H.hideOnContentClick=false;H.enableEscapeButton=false;H.showCloseButton=false}H.padding=parseInt(H.padding,10);H.margin=parseInt(H.margin,10);L.css("padding",(H.padding+H.margin));B(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){B(this).replaceWith(m.children())});switch(Y){case"html":L.html(H.content);n();break;case"inline":if(B(Z).parent().is("#fancybox-content")===true){P=false;return}B('<div class="fancybox-inline-tmp" />').hide().insertBefore(B(Z)).bind("fancybox-cleanup",function(){B(this).replaceWith(m.children())}).bind("fancybox-cancel",function(){B(this).replaceWith(L.children())});B(Z).appendTo(L);n();break;case"image":P=false;B.fancybox.showActivity();o=new Image();o.onerror=function(){x()};o.onload=function(){P=true;o.onerror=o.onload=null;F()};o.src=W;break;case"swf":H.scrolling="no";aa='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+H.width+'" height="'+H.height+'"><param name="movie" value="'+W+'"></param>';V="";B.each(H.swf,function(ac,ad){aa+='<param name="'+ac+'" value="'+ad+'"></param>';V+=" "+ac+'="'+ad+'"'});aa+='<embed src="'+W+'" type="application/x-shockwave-flash" width="'+H.width+'" height="'+H.height+'"'+V+"></embed></object>";L.html(aa);n();break;case"ajax":P=false;B.fancybox.showActivity();H.ajax.win=H.ajax.success;f=B.ajax(B.extend({},H.ajax,{url:W,data:H.ajax.data||{},error:function(ac,ae,ad){if(ac.status>0){x()}},success:function(ad,af,ac){var ae=typeof ac=="object"?ac:f;if(ae.status==200){if(typeof H.ajax.win=="function"){X=H.ajax.win(W,ad,af,ac);if(X===false){T.hide();return}else{if(typeof X=="string"||typeof X=="object"){ad=X}}}L.html(ad);n()}}}));break;case"iframe":E();break}},n=function(){var V=H.width,W=H.height;if(V.toString().indexOf("%")>-1){V=parseInt((B(window).width()-(H.margin*2))*parseFloat(V)/100,10)+"px"}else{V=V=="auto"?"auto":V+"px"}if(W.toString().indexOf("%")>-1){W=parseInt((B(window).height()-(H.margin*2))*parseFloat(W)/100,10)+"px"}else{W=W=="auto"?"auto":W+"px"}L.wrapInner('<div style="width:'+V+";height:"+W+";overflow: "+(H.scrolling=="auto"?"auto":(H.scrolling=="yes"?"scroll":"hidden"))+';position:relative;"></div>');H.width=L.width();H.height=L.height();E()},F=function(){H.width=o.width;H.height=o.height;B("<img />").attr({id:"fancybox-img",src:o.src,alt:H.title}).appendTo(L);E()},E=function(){var W,V;T.hide();if(M.is(":visible")&&false===G.onCleanup(y,e,G)){B.event.trigger("fancybox-cancel");P=false;return}P=true;B(m.add(Q)).unbind();B(window).unbind("resize.fb scroll.fb");B(document).unbind("keydown.fb");if(M.is(":visible")&&G.titlePosition!=="outside"){M.css("height",M.height())}y=j;e=C;G=H;if(G.overlayShow){Q.css({width:(B.browser.safari?B(document).width():"100%"),"background-color":G.overlayColor,opacity:G.overlayOpacity,cursor:G.hideOnOverlayClick?"pointer":"auto",height:B(document).height()});if(!Q.is(":visible")){if(S){B("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"})}Q.show()}}else{Q.hide()}c=R();l();if(M.is(":visible")){B(J.add(O).add(z)).hide();W=M.position(),b={top:W.top,left:W.left,width:M.width(),height:M.height()};V=(b.width==c.width&&b.height==c.height);m.fadeTo(G.changeFade,0.3,function(){var X=function(){m.html(L.contents()).fadeTo(G.changeFade,1,v)};B.event.trigger("fancybox-change");m.empty().removeAttr("filter").css({"border-width":G.padding,width:c.width-G.padding*2,height:H.autoDimensions?"auto":c.height-h-G.padding*2});if(V){X()}else{s.prop=0;B(s).animate({prop:1},{duration:G.changeSpeed,easing:G.easingChange,step:U,complete:X})}});return}M.removeAttr("style");m.css("border-width",G.padding);if(G.transitionIn=="elastic"){b=I();m.html(L.contents());M.show();if(G.opacity){c.opacity=0}s.prop=0;B(s).animate({prop:1},{duration:G.speedIn,easing:G.easingIn,step:U,complete:v});return}if(G.titlePosition=="inside"&&h>0){A.show()}m.css({width:c.width-G.padding*2,height:H.autoDimensions?"auto":c.height-h-G.padding*2}).html(L.contents());M.css(c).fadeIn(G.transitionIn=="none"?0:G.speedIn,v)},D=function(V){if(V&&V.length){if(G.titlePosition=="float"){return'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+V+'</td><td id="fancybox-title-float-right"></td></tr></table>'}return'<div id="fancybox-title-'+G.titlePosition+'">'+V+"</div>"}return false},l=function(){t=G.title||"";h=0;A.empty().removeAttr("style").removeClass();if(G.titleShow===false){A.hide();return}t=B.isFunction(G.titleFormat)?G.titleFormat(t,y,e,G):D(t);if(!t||t===""){A.hide();return}A.addClass("fancybox-title-"+G.titlePosition).html(t).appendTo("body").show();switch(G.titlePosition){case"inside":A.css({width:c.width-(G.padding*2),marginLeft:G.padding,marginRight:G.padding});h=A.outerHeight(true);A.appendTo(d);c.height+=h;break;case"over":A.css({marginLeft:G.padding,width:c.width-(G.padding*2),bottom:G.padding}).appendTo(d);break;case"float":A.css("left",parseInt((A.width()-c.width-40)/2,10)*-1).appendTo(M);break;default:A.css({width:c.width-(G.padding*2),paddingLeft:G.padding,paddingRight:G.padding}).appendTo(M);break}A.hide()},g=function(){if(G.enableEscapeButton||G.enableKeyboardNav){B(document).bind("keydown.fb",function(V){if(V.keyCode==27&&G.enableEscapeButton){V.preventDefault();B.fancybox.close()}else{if((V.keyCode==37||V.keyCode==39)&&G.enableKeyboardNav&&V.target.tagName!=="INPUT"&&V.target.tagName!=="TEXTAREA"&&V.target.tagName!=="SELECT"){V.preventDefault();B.fancybox[V.keyCode==37?"prev":"next"]()}}})}if(!G.showNavArrows){O.hide();z.hide();return}if((G.cyclic&&y.length>1)||e!==0){O.show()}if((G.cyclic&&y.length>1)||e!=(y.length-1)){z.show()}},v=function(){if(!B.support.opacity){m.get(0).style.removeAttribute("filter");M.get(0).style.removeAttribute("filter")}if(H.autoDimensions){m.css("height","auto")}M.css("height","auto");if(t&&t.length){A.show()}if(G.showCloseButton){J.show()}g();if(G.hideOnContentClick){m.bind("click",B.fancybox.close)}if(G.hideOnOverlayClick){Q.bind("click",B.fancybox.close)}B(window).bind("resize.fb",B.fancybox.resize);if(G.centerOnScroll){B(window).bind("scroll.fb",B.fancybox.center)}if(G.type=="iframe"){B('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" '+(B.browser.msie?'allowtransparency="true""':"")+' scrolling="'+H.scrolling+'" src="'+G.href+'"></iframe>').appendTo(m)}M.show();P=false;B.fancybox.center();G.onComplete(y,e,G);K()},K=function(){var V,W;if((y.length-1)>e){V=y[e+1].href;if(typeof V!=="undefined"&&V.match(i)){W=new Image();W.src=V}}if(e>0){V=y[e-1].href;if(typeof V!=="undefined"&&V.match(i)){W=new Image();W.src=V}}},U=function(W){var V={width:parseInt(b.width+(c.width-b.width)*W,10),height:parseInt(b.height+(c.height-b.height)*W,10),top:parseInt(b.top+(c.top-b.top)*W,10),left:parseInt(b.left+(c.left-b.left)*W,10)};if(typeof c.opacity!=="undefined"){V.opacity=W<0.5?0.5:W}M.css(V);m.css({width:V.width-G.padding*2,height:V.height-(h*W)-G.padding*2})},u=function(){return[B(window).width()-(G.margin*2),B(window).height()-(G.margin*2),B(document).scrollLeft()+G.margin,B(document).scrollTop()+G.margin]},R=function(){var V=u(),Z={},W=G.autoScale,X=G.padding*2,Y;if(G.width.toString().indexOf("%")>-1){Z.width=parseInt((V[0]*parseFloat(G.width))/100,10)}else{Z.width=G.width+X}if(G.height.toString().indexOf("%")>-1){Z.height=parseInt((V[1]*parseFloat(G.height))/100,10)}else{Z.height=G.height+X}if(W&&(Z.width>V[0]||Z.height>V[1])){if(H.type=="image"||H.type=="swf"){Y=(G.width)/(G.height);if((Z.width)>V[0]){Z.width=V[0];Z.height=parseInt(((Z.width-X)/Y)+X,10)}if((Z.height)>V[1]){Z.height=V[1];Z.width=parseInt(((Z.height-X)*Y)+X,10)}}else{Z.width=Math.min(Z.width,V[0]);Z.height=Math.min(Z.height,V[1])}}Z.top=parseInt(Math.max(V[3]-20,V[3]+((V[1]-Z.height-40)*0.5)),10);Z.left=parseInt(Math.max(V[2]-20,V[2]+((V[0]-Z.width-40)*0.5)),10);return Z},q=function(V){var W=V.offset();W.top+=parseInt(V.css("paddingTop"),10)||0;W.left+=parseInt(V.css("paddingLeft"),10)||0;W.top+=parseInt(V.css("border-top-width"),10)||0;W.left+=parseInt(V.css("border-left-width"),10)||0;W.width=V.width();W.height=V.height();return W},I=function(){var Y=H.orig?B(H.orig):false,X={},W,V;if(Y&&Y.length){W=q(Y);X={width:W.width+(G.padding*2),height:W.height+(G.padding*2),top:W.top-G.padding-20,left:W.left-G.padding-20}}else{V=u();X={width:G.padding*2,height:G.padding*2,top:parseInt(V[3]+V[1]*0.5,10),left:parseInt(V[2]+V[0]*0.5,10)}}return X},a=function(){if(!T.is(":visible")){clearInterval(p);return}B("div",T).css("top",(N*-40)+"px");N=(N+1)%12};B.fn.fancybox=function(V){if(!B(this).length){return this}B(this).data("fancybox",B.extend({},V,(B.metadata?B(this).metadata():{}))).unbind("click.fb").bind("click.fb",function(X){X.preventDefault();if(P){return}P=true;B(this).blur();j=[];C=0;var W=B(this).attr("rel")||"";if(!W||W==""||W==="nofollow"){j.push(this)}else{j=B("a[rel="+W+"], area[rel="+W+"]");C=j.index(this)}w();return});return this};B.fancybox=function(Y){var X;if(P){return}P=true;X=typeof arguments[1]!=="undefined"?arguments[1]:{};j=[];C=parseInt(X.index,10)||0;if(B.isArray(Y)){for(var W=0,V=Y.length;W<V;W++){if(typeof Y[W]=="object"){B(Y[W]).data("fancybox",B.extend({},X,Y[W]))}else{Y[W]=B({}).data("fancybox",B.extend({content:Y[W]},X))}}j=jQuery.merge(j,Y)}else{if(typeof Y=="object"){B(Y).data("fancybox",B.extend({},X,Y))}else{Y=B({}).data("fancybox",B.extend({content:Y},X))}j.push(Y)}if(C>j.length||C<0){C=0}w()};B.fancybox.showActivity=function(){clearInterval(p);T.show();p=setInterval(a,66)};B.fancybox.hideActivity=function(){T.hide()};B.fancybox.next=function(){return B.fancybox.pos(e+1)};B.fancybox.prev=function(){return B.fancybox.pos(e-1)};B.fancybox.pos=function(V){if(P){return}V=parseInt(V);j=y;if(V>-1&&V<y.length){C=V;w()}else{if(G.cyclic&&y.length>1){C=V>=y.length?0:y.length-1;w()}}return};B.fancybox.cancel=function(){if(P){return}P=true;B.event.trigger("fancybox-cancel");r();H.onCancel(j,C,H);P=false};B.fancybox.close=function(){if(P||M.is(":hidden")){return}P=true;if(G&&false===G.onCleanup(y,e,G)){P=false;return}r();B(J.add(O).add(z)).hide();B(m.add(Q)).unbind();B(window).unbind("resize.fb scroll.fb");B(document).unbind("keydown.fb");m.find("iframe").attr("src",S&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");if(G.titlePosition!=="inside"){A.empty()}M.stop();function V(){Q.fadeOut("fast");A.empty().hide();M.hide();B.event.trigger("fancybox-cleanup");m.empty();G.onClosed(y,e,G);y=H=[];e=C=0;G=H={};P=false}if(G.transitionOut=="elastic"){b=I();var W=M.position();c={top:W.top,left:W.left,width:M.width(),height:M.height()};if(G.opacity){c.opacity=1}A.empty().hide();s.prop=1;B(s).animate({prop:0},{duration:G.speedOut,easing:G.easingOut,step:U,complete:V})}else{M.fadeOut(G.transitionOut=="none"?0:G.speedOut,V)}};B.fancybox.resize=function(){if(Q.is(":visible")){Q.css("height",B(document).height())}B.fancybox.center(true)};B.fancybox.center=function(){var V,W;if(P){return}W=arguments[0]===true?1:0;V=u();if(!W&&(M.width()>V[0]||M.height()>V[1])){return}M.stop().animate({top:parseInt(Math.max(V[3]-20,V[3]+((V[1]-m.height()-40)*0.5)-G.padding)),left:parseInt(Math.max(V[2]-20,V[2]+((V[0]-m.width()-40)*0.5)-G.padding))},typeof arguments[0]=="number"?arguments[0]:200)};B.fancybox.init=function(){if(B("#fancybox-wrap").length){return}B("body").append(L=B('<div id="fancybox-tmp"></div>'),T=B('<div id="fancybox-loading"><div></div></div>'),Q=B('<div id="fancybox-overlay"></div>'),M=B('<div id="fancybox-wrap"></div>'));d=B('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(M);d.append(m=B('<div id="fancybox-content"></div>'),J=B('<a id="fancybox-close"></a>'),A=B('<div id="fancybox-title"></div>'),O=B('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),z=B('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));J.click(B.fancybox.close);T.click(B.fancybox.cancel);O.click(function(V){V.preventDefault();B.fancybox.prev()});z.click(function(V){V.preventDefault();B.fancybox.next()});if(B.fn.mousewheel){M.bind("mousewheel.fb",function(V,W){if(P){V.preventDefault()}else{if(B(V.target).get(0).clientHeight==0||B(V.target).get(0).scrollHeight===B(V.target).get(0).clientHeight){V.preventDefault();B.fancybox[W>0?"prev":"next"]()}}})}if(!B.support.opacity){M.addClass("fancybox-ie")}if(S){T.addClass("fancybox-ie6");M.addClass("fancybox-ie6");B('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(d)}};B.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};B(document).ready(function(){B.fancybox.init()})})(jQuery);jQuery.namespace=function(){var b=arguments,g=null,e,c,f;for(e=0;e<b.length;e=e+1){f=b[e].split(".");g=window;for(c=0;c<f.length;c=c+1){g[f[c]]=g[f[c]]||{};g=g[f[c]]}}return g};(function(a){a.extend({tmpl:function(d,e){var b,c;d=d||"";e=e||{};b=/#\{([^{}]*)}/g;c=function(g,f){return typeof e[f]==="string"||typeof e[f]==="number"?e[f]:g};return d.replace(b,c)}})})(jQuery);(function($){$.toJSON=function(o){if(typeof(JSON)=="object"&&JSON.stringify){return JSON.stringify(o)}var type=typeof(o);if(o===null){return"null"}if(type=="undefined"){return undefined}if(type=="number"||type=="boolean"){return o+""}if(type=="string"){return $.quoteString(o)}if(type=="object"){if(typeof o.toJSON=="function"){return $.toJSON(o.toJSON())}if(o.constructor===Date){var month=o.getUTCMonth()+1;if(month<10){month="0"+month}var day=o.getUTCDate();if(day<10){day="0"+day}var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10){hours="0"+hours}var minutes=o.getUTCMinutes();if(minutes<10){minutes="0"+minutes}var seconds=o.getUTCSeconds();if(seconds<10){seconds="0"+seconds}var milli=o.getUTCMilliseconds();if(milli<100){milli="0"+milli}if(milli<10){milli="0"+milli}return'"'+year+"-"+month+"-"+day+"T"+hours+":"+minutes+":"+seconds+"."+milli+'Z"'}if(o.constructor===Array){var ret=[];for(var i=0;i<o.length;i++){ret.push($.toJSON(o[i])||"null")}return"["+ret.join(",")+"]"}var pairs=[];for(var k in o){var name;var type=typeof k;if(type=="number"){name='"'+k+'"'}else{if(type=="string"){name=$.quoteString(k)}else{continue}}if(typeof o[k]=="function"){continue}var val=$.toJSON(o[k]);pairs.push(name+":"+val)}return"{"+pairs.join(", ")+"}"}};$.evalJSON=function(src){if(typeof(JSON)=="object"&&JSON.parse){return JSON.parse(src)}return eval("("+src+")")};$.secureEvalJSON=function(src){if(typeof(JSON)=="object"&&JSON.parse){return JSON.parse(src)}var filtered=src;filtered=filtered.replace(/\\["\\\/bfnrtu]/g,"@");filtered=filtered.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]");filtered=filtered.replace(/(?:^|:|,)(?:\s*\[)+/g,"");if(/^[\],:{}\s]*$/.test(filtered)){return eval("("+src+")")}else{throw new SyntaxError("Error parsing JSON, source is not valid.")}};$.quoteString=function(string){if(string.match(_escapeable)){return'"'+string.replace(_escapeable,function(a){var c=_meta[a];if(typeof c==="string"){return c}c=a.charCodeAt();return"\\u00"+Math.floor(c/16).toString(16)+(c%16).toString(16)})+'"'}return'"'+string+'"'};var _escapeable=/["\\\x00-\x1f\x7f-\x9f]/g;var _meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"}})(jQuery);jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k/2)==2){return e+l}if(!j){j=k*(0.3*1.5)}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*(f/=h)*f*((g+1)*f-g)+a},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});$.fn.extend({radioClass:function(a){return $(this).addClass(a).siblings().removeClass(a).end()}});jQuery.namespace("com.salesforce.www");(function(a){com.salesforce.www.App=function(){var b={seo:function(){var d=a("#seo-content-container");a("#seo-expand-trigger-container a",d).bind("click",function(){if(d.hasClass("expanded")){d.removeClass("expanded");this.innerHTML=com.salesforce.www.App.cfg("txt.read-more")}else{d.addClass("expanded");this.innerHTML=com.salesforce.www.App.cfg("txt.collapse")}});var c=a("#sep_switchcontrol");a("#sep_switcher a").bind("click",function(){var e=c.hasClass("expanded");c.toggleClass("expanded")});a("#seo-header-wrap a").bind("click",function(){var f=a(this);f.parents("li:eq(0)").addClass("active").siblings().removeClass("active");var e=a("#seo-content-container ."+f.attr("salesforce:ref"));e.addClass("active").siblings().removeClass("active");a(".full",e).size()>0||a(".remainder_of_long_version",e).size()>0?a("#seo-content-container").removeClass("non-exp"):a("#seo-content-container").addClass("non-exp")});a("#seo-container").insertBefore("#footer").removeClass("staged")},standard:function(){a("a.target-lb").each(function(c,d){var e=a(d);com.salesforce.www.App.configModal(e);e.bind("click",function(){if(s){s.trackModules(this)}return false})})}};return{init:function(c){var c=c||{},d=this;a.each(c.modules,function(e,f){d.wireModule(f)})},wireModule:function(d,c){if(!b[d]){this.err("hanlder not provided for module: "+d)}try{b[d](c||{})}catch(f){this.err("error wiring module: "+d+"; "+f.description)}},configModal:function(h,e,k,l){var d=[800,600];var g=function(m){return m+(m.match("\\?")?"&":"?")+"display_type=lb"+(l?"&d="+l:"")};switch(typeof h){case"string":var c=g(h);var f=a('<a class="fake-lb-target" href="'+c+'"></a>').appendTo(a("body"));f.fancybox({overlayShow:true,overlayOpacity:0.8,overlayColor:"#c5e5f7",titleShow:false,hideOnOverlayClick:false,scrolling:"no",autoScale:false,width:parseInt(e||d[0]),height:parseInt(k||d[1]),transitionIn:"fade",transitionOut:"fade",type:"iframe",onComplete:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"transparent"})},onCleanup:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"#c5e5f7"})}});break;case"object":if(!h.attr("sfdc:modal")){var c=g(h.attr("href"));h.attr("href",c);var j=h.attr("sfdc:dims");var i=j?j.split("x"):[];i=i.length==2?i:d;h.fancybox({overlayShow:true,overlayOpacity:0.8,overlayColor:"#c5e5f7",titleShow:false,hideOnOverlayClick:false,scrolling:"no",autoScale:false,width:parseInt(e||i[0]),height:parseInt(k||i[1]),transitionIn:"fade",transitionOut:"fade",type:"iframe",onComplete:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"transparent"})},onCleanup:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"#c5e5f7"})}});h.attr("sfdc:modal","true")}break;default:this.err("Can not launch a modal window given target:"+h)}},launchModal:function(h,e,k,l){var d=[800,600];var g=function(m){return m+(m.match("\\?")?"&":"?")+"display_type=lb"+(l?"&d="+l:"")};switch(typeof h){case"string":var c=g(h);var f=a('<a class="fake-lb-target" href="'+c+'"></a>').appendTo(a("body"));f.fancybox({overlayShow:true,overlayOpacity:0.8,overlayColor:"#c5e5f7",titleShow:false,hideOnOverlayClick:false,scrolling:"no",autoScale:false,width:parseInt(e||d[0]),height:parseInt(k||d[1]),transitionIn:"fade",transitionOut:"fade",type:"iframe",onComplete:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"transparent"})},onCleanup:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"#c5e5f7"})}});a(function(){f.trigger("click")});break;case"object":if(!h.attr("sfdc:modal")){var c=g(h.attr("href"));h.attr("href",c);var j=h.attr("sfdc:dims");var i=j?j.split("x"):[];i=i.length==2?i:d;h.fancybox({overlayShow:true,overlayOpacity:0.8,overlayColor:"#c5e5f7",titleShow:false,hideOnOverlayClick:false,scrolling:"no",autoScale:false,width:parseInt(e||i[0]),height:parseInt(k||i[1]),transitionIn:"fade",transitionOut:"fade",type:"iframe",onComplete:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"transparent"})},onCleanup:function(){a(".fancybox-ie #fancybox-bg-n, .fancybox-ie #fancybox-bg-ne, .fancybox-ie #fancybox-bg-e, .fancybox-ie #fancybox-bg-se, .fancybox-ie #fancybox-bg-s, .fancybox-ie #fancybox-bg-sw, .fancybox-ie #fancybox-bg-w, .fancybox-ie #fancybox-bg-nw").css({"background-color":"#c5e5f7"})}});h.attr("sfdc:modal","true");a(function(){h.trigger("click")})}break;default:this.err("Can not launch a modal window given target:"+h)}},chatAvailable:function(){if(typeof(vp)!=undefined&&!vp.isCustomer()){if(com.salesforce.www.App.config.chatOnLink){var c=jQuery(".smartbutton .label");if(c&&c.length>0){jQuery(".smartbutton").wrap('<a class="smartlink button" href="#" sfdc:href="" onclick="window.open(\''+com.salesforce.www.App.config.chatOnLink+"','custclient','width=500,height=320,scrollbars=0'); return false;\"></a>")}else{jQuery(".smartbutton").wrap('<a class="smartlink" href="#" sfdc:href="" onclick="window.open(\''+com.salesforce.www.App.config.chatOnLink+"','custclient','width=500,height=320,scrollbars=0'); return false;\"></a>")}jQuery("a.smartlink").attr("sfdc:href",com.salesforce.www.App.config.chatOnLink)}this._renderSmartButton(com.salesforce.www.App.config.chatOnStyle,com.salesforce.www.App.config.chatOnLabel)}else{this.chatNotAvailable()}},chatNotAvailable:function(){if(com.salesforce.www.App.config.chatOffLink){var c=jQuery(".smartbutton .label");if(c&&c.length>0){jQuery(".smartbutton").wrap('<a class="smartlink button" href="'+com.salesforce.www.App.config.chatOffLink+'"></a>')}else{jQuery(".smartbutton").wrap('<a class="smartlink" href="'+com.salesforce.www.App.config.chatOffLink+'"></a>')}}this._renderSmartButton(com.salesforce.www.App.config.chatOffStyle,com.salesforce.www.App.config.chatOffLabel)},_renderSmartButton:function(d,e){if(d!="hide"){jQuery(".smartbutton").removeClass("hide").addClass(d)}else{if(jQuery(".smartbutton").parent().get(0).tagName=="LI"){jQuery(".smartbutton").parent().addClass("hide")}}var c=jQuery(".smartbutton .label");if(c&&c.length>0){jQuery(".smartbutton .label").append(e)}else{jQuery(".smartbutton").empty().append(e)}},err:function(d,c){var e="";if(d instanceof (String)){e=d}else{if(d instanceof (Error)){e=d.name+": "+d.message+" at "+d.fileName+", line "+d.lineNumber}}if(typeof(console)!="undefined"&&console.debug){console.debug(e)}},registerModule:function(d,c){b[d]=c},cfg:function(c){return this.config[c]||""},config:{modules:[]},addConfig:function(c){a.extend(this.config,c||{})}}}()})(jQuery);var _settings={"txt.read-more":"Read More","txt.collapse":"Collapse"};var Util={pageName:null,setPageName:function(a){a=a?a:"";var d=false;if(a.indexOf(":")>-1){d=true}else{if(document.location.pathname.indexOf("SignupServlet")>-1||document.location.pathname.indexOf("LeadCaptureServlet")>-1){d=true}else{if(typeof(com.salesforce.www.App)=="object"){try{var c=com.salesforce.www.App.cfg("tracking.ambiguous-urls");if(jQuery.isArray(c)){jQuery(c).each(function(){if(document.location.pathname.indexOf(this)>-1||a.indexOf(this)>-1){d=true;return false}})}}catch(b){}}}}if(d){Page.setName(a)}},getPageName:function(){return Page.getName()},redirect:function(a){var c=new CookieHandler();var b=document.referrer?document.referrer:"";c.setCookie("referrer",escape(b),60);top.location.href=a},isValidJson:function(jsonString){if(!jsonString){return false}return !(/[^,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]/.test(jsonString.replace(/"(\\.|[^"\\])*"/g,"")))&&eval("("+jsonString+")")},parseJSON:function(b){if(!b){return{}}try{return jQuery.evalJSON(b)}catch(a){return JSON.parse(b)}},toJSON:function(b){if(!b){return""}try{return jQuery.toJSON(b)}catch(a){return JSON.stringify(b)}},getCookie:function(b){var a=(new CookieHandler()).getCookie(b);a=a==null?"":Url.decodeComponent(a);if(this.isValidJson(a)){return this.parseJSON(a)}return a},setCookie:function(d,e,a,c){var b="";if(typeof(d)=="object"){b=this.toJSON(d)}else{if(typeof(d)=="string"||typeof(d)=="number"){b=d}else{return false}}(new CookieHandler()).setCookie(e,Url.encodeComponent(b),a,c||"")},deleteCookie:function(a){(new CookieHandler()).deleteCookie(a)},getJSONCookie:function(b){var a=(new CookieHandler()).getCookie(b);a=a==null?"":Url.decodeComponent(a);if(!this.isValidJson(a)){return{}}return this.parseJSON(a)},setJSONCookie:function(d,e,a,c){var b=this.toJSON(d);(new CookieHandler()).setCookie(e,Url.encodeComponent(b),a,c)},convert15To18:function(h){if(h==null||h.length==18){return h}else{if(h.length!=15){return null}else{var e="";for(var d=0;d<3;d++){var a=0;for(var b=0;b<5;b++){var g=h.charAt(d*5+b);if(g>="A"&&g<="Z"){a+=1<<b}}if(a<=25){e+="ABCDEFGHIJKLMNOPQRSTUVWXYZ".charAt(a)}else{e+="012345".charAt(a-26)}}return h+e}}},getParam:function(c,a){if(!a){a=window.location.href}else{if(a.indexOf("?")==-1){a="?"+a}}var b="[\\?&]+"+c+"=([^&#]*)";var e=new RegExp(b,"i");var d=e.exec(a);if(d==null){return""}else{return d[1]}},cleanUrlData:function(a){if(!a){return""}a=a.replace(/\+/g," ");a=a.replace(/[',"]/g,"");a=a.replace(/\t/g,"");a=a.replace(/\n/g,"");a=a.toLowerCase();return a},countChars:function(d,b){var c=0;for(var a=0;a<d.length;a++){if(d.charAt(a)==b){c++}}return c},deDupe:function(c){if(!c||typeof(c)=="string"){return""}var a="",b=0;c.sort();while(b<c.length){if(c[b]==a){c.splice(b,1)}else{a=c[b];b++}}return c},getMeta:function(a){var b="";if(typeof(jQuery)!="undefined"){jQuery("meta").each(function(){if(jQuery(this).attr("name")==a){b=jQuery(this).attr("content");return false}})}return b},getHref:function(b){try{if(b.href&&!(b.href==document.location.href||b.href=="#"||b.href.indexOf(document.location.href+"#")>-1)){return b.href}else{if(!(b.getAttribute("sfdc:href")==""||b.getAttribute("sfdc:href")==null)){return b.getAttribute("sfdc:href")}else{return""}}}catch(a){return""}},getDriver:function(c){if(!c){return""}else{if(Util.getParam("d",c)&&!(Util.getParam("d",c).length==15||Util.getParam("d",c).length==18)){c=c.replace("?d="+Util.getParam("d",c),"?");c=c.replace("&d="+Util.getParam("d",c),"&")}}if(!document.location.search){return c}var b=document.location.search.substring(1).split("&");if(c.indexOf("?")+1==c.length){c=c.substring(0,c.length-1)}for(var a=0;a<b.length;a++){var d=b[a].substring(0,b[a].indexOf("="));if(Util.getParam(d)){var g=d+"="+this.getParam(d,c),e=d+"="+this.getParam(d);if(this.getParam(d,c)){c=c.replace("?"+g,"?"+e);c=c.replace("&"+g,"&"+e)}else{c+=(c.indexOf("?")>-1?"&":"?")+e}}}if(Util.getParam("d",c).length==18){c=c.replace(Util.getParam("d",c),Util.getParam("d",c).substring(0,15))}if(Util.getParam("d",c)&&Util.getParam("d",c).length!=15){c=c.replace("?d="+Util.getParam("d",c),"?");c=c.replace("&d="+Util.getParam("d",c),"&")}return c}};var Url={encode:function(a){if(!a&&a!=null){return""}try{a=encodeURI(a)}catch(b){a=escape(a)}return a},decode:function(a){if(!a&&a!=null){return""}try{a=decodeURI(a)}catch(b){a=unescape(a)}return a},encodeComponent:function(a){if(!a&&a!=null){return""}try{a=encodeURIComponent(a)}catch(b){a=escape(a)}return a},decodeComponent:function(a){if(!a&&a!=null){return""}try{a=decodeURIComponent(a)}catch(b){a=unescape(a)}return a}};var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(c){var a="";var l,j,g,k,h,e,d;var b=0;c=Base64._utf8_encode(c);while(b<c.length){l=c.charCodeAt(b++);j=c.charCodeAt(b++);g=c.charCodeAt(b++);k=l>>2;h=((l&3)<<4)|(j>>4);e=((j&15)<<2)|(g>>6);d=g&63;if(isNaN(j)){e=d=64}else{if(isNaN(g)){d=64}}a=a+this._keyStr.charAt(k)+this._keyStr.charAt(h)+this._keyStr.charAt(e)+this._keyStr.charAt(d)}return a},decode:function(c){var a="";var l,j,g;var k,h,e,d;var b=0;c=c.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(b<c.length){k=this._keyStr.indexOf(c.charAt(b++));h=this._keyStr.indexOf(c.charAt(b++));e=this._keyStr.indexOf(c.charAt(b++));d=this._keyStr.indexOf(c.charAt(b++));l=(k<<2)|(h>>4);j=((h&15)<<4)|(e>>2);g=((e&3)<<6)|d;a=a+String.fromCharCode(l);if(e!=64){a=a+String.fromCharCode(j)}if(d!=64){a=a+String.fromCharCode(g)}}a=Base64._utf8_decode(a);return a},_utf8_encode:function(b){b=b.replace(/\r\n/g,"\n");var a="";for(var e=0;e<b.length;e++){var d=b.charCodeAt(e);if(d<128){a+=String.fromCharCode(d)}else{if((d>127)&&(d<2048)){a+=String.fromCharCode((d>>6)|192);a+=String.fromCharCode((d&63)|128)}else{a+=String.fromCharCode((d>>12)|224);a+=String.fromCharCode(((d>>6)&63)|128);a+=String.fromCharCode((d&63)|128)}}}return a},_utf8_decode:function(a){var b="";var d=0;var e=c1=c2=0;while(d<a.length){e=a.charCodeAt(d);if(e<128){b+=String.fromCharCode(e);d++}else{if((e>191)&&(e<224)){c2=a.charCodeAt(d+1);b+=String.fromCharCode(((e&31)<<6)|(c2&63));d+=2}else{c2=a.charCodeAt(d+1);c3=a.charCodeAt(d+2);b+=String.fromCharCode(((e&15)<<12)|((c2&63)<<6)|(c3&63));d+=3}}}return b}};var Server={network:"salesforce.com",account:"salesforcemarketing",stagingDomains:["internal.salesforce.com","soma.salesforce.com","sfdc.net","localhost"],getNetwork:function(){for(var a in this.stagingDomains){if(self.location.href.indexOf(this.stagingDomains[a])>0){this.network=this.stagingDomains[a];break}}return this.network},getAccount:function(){var a=false;try{a=navigator.userAgent.toLowerCase().indexOf("google web preview")!=-1?true:false}catch(b){}if(!this.isProduction()||a){this.account="salesforcedev2"}return this.account},isProduction:function(){return(this.getNetwork()=="salesforce.com")},isStage:function(){return !this.isProduction()}};var Targeter={xhr:null,vendor:"",keys:{bizo:"1df634db858d4db6bedd51db738acaf6",db:"09dd7a8bed725339af3ce985f86800730b42b5cf"},urls:{bizo:"api.bizographics.com/v1/profile.json?api_key=",db:"api.demandbase.com/api/v2/ip.json?token="},buildXhr:function(b){if(b==this.vendor&&this.xhr!=null){return this.xhr}else{this.xhr=null;this.vendor=b}if(window.XMLHttpRequest&&!(window.ActiveXObject)){try{this.xhr=new XMLHttpRequest()}catch(a){}}else{if(window.XDomainRequest){try{this.xhr=new XDomainRequest();this.method="xdomain"}catch(a){}}else{if(window.ActiveXObject){try{this.xhr=new ActiveXObject("Msxml2.XMLHTTP")}catch(a){try{this.xhr=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){}}}}}return this.xhr},getUrl:function(b){var a=document.location.protocol+"//"+this.urls[b]+this.keys[b];return a},getData:function(d){try{var c=this;var a=this.getUrl(d);this.xhr=this.buildXhr(d);if(this.method=="xdomain"){this.xhr.open("GET",a);this.xhr.onload=function(){return c.processData(d,this.responseText)}}else{this.xhr.open("GET",a,true);this.xhr.onreadystatechange=function(){if(this.readyState==4){if(this.status==200){return c.processData(d,this.responseText)}}}}this.xhr.send()}catch(b){}},processData:function(c,b){if(!Util.isValidJson(b)){return false}b=Util.parseJSON(b);try{if(c=="db"){vp.activityData.db={name:b.company_name.toLowerCase(),size:b.company_size.toLowerCase(),ind:(b.industry+(b.sub_industry?":"+b.sub_industry:"")).toLowerCase()}}else{if(c=="bizo"){vp.activityData.bizo={size:b.bizographics.company_size.name.toLowerCase(),ind:(b.bizographics.industry[0].name+(b.bizographics.industry[1]?":"+b.bizographics.industry[1].name:"")).toLowerCase()}}}vp.saveActivityData();return true}catch(a){return false}}};function CookieHandler(){this.setCookie=function(c,g,h,e){e=e?e:".salesforce.com";var a="";var d="";var b=new Date();b.setTime(b.getTime()+(-1*1000));d="; expires="+b.toGMTString();if(typeof(h)!="undefined"){b.setTime(b.getTime()+(h*1000));a="; expires="+b.toGMTString()}document.cookie=c+"="+g+d+"; path=/";document.cookie=c+"="+g+a+"; path=/; domain="+e};this.getCookie=function(b){b=b+"=";var a=document.cookie.split(";");for(var d=0;d<a.length;d++){var e=a[d];while(e.charAt(0)==" "){e=e.substring(1,e.length)}if(e.indexOf(b)==0){return e.substring(b.length,e.length)}}return null};this.deleteCookie=function(a){this.setCookie(a,"",-1)}}function VisitorProfile(){this.version="w170.1";this.profileData=Util.getJSONCookie("appxud");this.activityData=Util.getJSONCookie("webact");var b=this.OrgInfo.getStatus();var c=this.OrgInfo.getType();var a=new Date();this.timestamp=a.getTime();if(!this.isTrialUser()){if(b=="TRIAL"){this.activityData.trial=this.timestamp}}if(!this.isCustomer()){if((b=="ACTIVE"||b=="DEMO"||b=="FREE")&&(c!="ME"&&c!="DE")){this.activityData.customer=this.timestamp}}this.customer=this.isCustomer()?"yes":"no";if(!this.isDeveloper()){if(c=="DE"){this.activityData.developer=this.timestamp}}this.db=Targeter.getData("db");if(this.isNewSession()){this.activityData.l_vdays=this.isNewVisitor()?-1:Math.round((this.timestamp-this.lastVisit())/(1000*60*60*24));this.activityData.l_visit=this.getSession();this.activityData.session=this.timestamp;this.activityData.l_search="";this.activityData.l_dtype="";this.activityData.l_page="";if(this.lastVisit()>=this.firstVisit()){this.activityData.counter++;this.activityData.pv=0}}this.idle=this.sessionTimer();this.activityData.session=this.timestamp;if(this.isNewVisitor()){this.activityData.counter=0;if(this.firstVisit()==0){this.activityData.f_visit=this.timestamp;this.activityData.version=this.version}}this.saveActivityData()}VisitorProfile.prototype.getCookieData=function(a){this.cookiejar=new CookieHandler();return this.cookiejar.getCookie(a)};VisitorProfile.prototype.getBase64Cookie=function(b){var a=this.getCookieData(b);return(a==null||!a)?"":Base64.decode(Url.decodeComponent(this.getCookieData(b)))};VisitorProfile.prototype.saveActivityData=function(){Util.setJSONCookie(this.activityData,"webact",60*60*24*365);return true};VisitorProfile.prototype.getActivity=function(a){if(this.activityData!=null){return(this.activityData[a]!=null?this.activityData[a]:"")}else{return""}};VisitorProfile.prototype.getScore=function(b){var a=this.getActivity("scores");if(a&&typeof(a)=="object"){return a[b]}};VisitorProfile.prototype.saveScores=function(b){if(!this.getActivity("scores")){this.activityData.scores={sa:0,se:0,cu:0,co:0,sm:0,to:0}}if(typeof(b)=="object"){var c=new Array("sa","se","cu","co","sm","to");for(var a=0;a<c.length;a++){if(this.activityData.scores[c[a]]==null){this.activityData.scores[c[a]]=0}if(b[c[a]]==null){b[c[a]]=0}this.activityData.scores[c[a]]=Math.round((parseFloat(this.activityData.scores[c[a]])+parseFloat(b[c[a]]))*100)/100}this.saveActivityData()}};VisitorProfile.prototype.getTargeting=function(c,a){if(c&&a){var b=this.getActivity(c);if(this.getActivity(c)){return this.getActivity(c)[a]?this.getActivity(c)[a]:""}}return""};VisitorProfile.prototype.profileObj={type:"",level:0};VisitorProfile.prototype.getProfileLevel=function(){if(this.isCustomer()){this.profileObj.type="c";this.profileObj.level=0;if(this.isDeveloper()){this.profileObj.level=1}}else{this.profileObj.type="p";if(this.isNewVisitor()){if((!this.isTrialUser())&&(!this.lastDemoCenter())){this.profileObj.level=0}}else{if((!this.isTrialUser())&&(!this.lastDemoCenter())){this.profileObj.level=1}if((!this.isTrialUser())&&(this.lastDemoCenter())){this.profileObj.level=2}if((this.isTrialUser())&&(!this.lastDemoCenter())){this.profileObj.level=3}if((this.isTrialUser())&&(this.lastDemoCenter())){this.profileObj.level=4}if(this.isDeveloper()){this.profileObj.level=5}}}};VisitorProfile.prototype.getType=function(){if(this.isEmployee()){return"employee"}else{if(this.isCustomer()){return"customer"}else{if(this.isDeveloper()){return"developer"}else{if(this.getUserEmail()){return"known prospect"}else{return"anonymous"}}}}};VisitorProfile.prototype.getTypeDetailed=function(){return this.getType()+":"+(this.isTrialUser()?"has-trial":"no-trial")};VisitorProfile.prototype.isEmployee=function(){var b=this.getCookieData("login");var a=["@salesforce.com","@supportforce.com","@dreamforce.com"];if(b){for(var c in a){if(b.indexOf(a[c])>0){return true;break}}}return false};VisitorProfile.prototype.isCustomer=function(){return(this.getActivity("customer")>0)};VisitorProfile.prototype.isDeveloper=function(){return(this.getActivity("developer")>0)};VisitorProfile.prototype.isTrialUser=function(){return(this.getActivity("trial")>0)};VisitorProfile.prototype.hasCurrentTrial=function(){var a=1000*60*60*24;if(((this.timestamp-this.getActivity("trial"))/a)<=30){return true}else{if(((this.timestamp-this.getActivity("signup"))/a)<=30){return true}else{return false}}};VisitorProfile.prototype.getVisitNumber=function(){return(this.getActivity("counter")>0?this.getActivity("counter"):0)+1};VisitorProfile.prototype.isNewVisitor=function(){return(this.lastVisit()==0)};VisitorProfile.prototype.lastFreeTrial=function(){return(this.getActivity("trial")>0?this.getActivity("trial"):0)};VisitorProfile.prototype.lastContactMe=function(){return(this.getActivity("contact")>0?this.getActivity("contact"):0)};VisitorProfile.prototype.lastDemoCenter=function(){return(this.getActivity("demo")>0?this.getActivity("demo"):0)};VisitorProfile.prototype.lastVisit=function(){return(this.getActivity("l_visit")>0?this.getActivity("l_visit"):0)};VisitorProfile.prototype.getDaysSinceLastVisit=function(){if(this.getActivity("l_vdays")==-1){return"First Visit"}else{if(this.getActivity("l_vdays")>-1&&this.getActivity("l_vdays")<=1){return"Less than 1 day"}else{if(this.getActivity("l_vdays")>1&&this.getActivity("l_vdays")<=7){return"Less than 7 days"}else{if(this.getActivity("l_vdays")>7&&this.getActivity("l_vdays")<=30){return"More than 7 days"}else{if(this.getActivity("l_vdays")>30){return"More than 30 days"}else{return"Cookies Not Supported"}}}}}};VisitorProfile.prototype.firstVisit=function(){return(this.getActivity("f_visit")>0?this.getActivity("f_visit"):0)};VisitorProfile.prototype.getSession=function(){return(this.getActivity("session")>0?this.getActivity("session"):0)};VisitorProfile.prototype.isNewSession=function(){var a=30*60;if(this.sessionTimer()>a||this.newSession){this.newSession=true}else{this.newSession=false}return this.newSession};VisitorProfile.prototype.sessionTimer=function(){return(this.timestamp-this.getSession())/1000};VisitorProfile.prototype.getIdleTime=function(){var a=vp.idle;if(0==a){return"No Previous SFDC Page"}else{if(0<a&&a<=2){return"< 2 Seconds"}else{if(2<a&&a<=5){return"2-5 Seconds"}else{if(5<a&&a<=10){return"6-10 Seconds"}else{if(10<a&&a<=15){return"11-15 Seconds"}else{if(15<a&&a<=20){return"16-20 Seconds"}else{if(20<a&&a<=30){return"21-30 Seconds"}else{if(30<a&&a<=60){return"31-60 Seconds"}else{if(60<a&&a<=120){return"1-2 Minutes"}else{if(120<a&&a<=180){return"2-3 Minutes"}else{if(180<a&&a<=300){return"3-5 Minutes"}else{return"> 5 Minutes"}}}}}}}}}}}};VisitorProfile.prototype.getFirstFormCompleteTime=function(){if(this.getActivity("f_form")){return""}this.activityData.f_form=this.timestamp;this.saveActivityData();var b=(this.getActivity("f_form")-this.getActivity("f_visit"))/1000;var c=60,a=60,e=24;if(b<=0){return"No Time Available"}else{if(b<(5*a)){return"< 5 minutes"}else{if(b<(10*a)){return"5-10 minutes"}else{if(b<(30*a)){return"10-30 minutes"}else{if(b<(2*a*c)){return"30 minutes to 2 hours"}else{if(b<(5*a*c)){return"2-5 hours"}else{if(b<(1*a*c*e)){return"5 hours to 1 day"}else{if(b<(2*a*c*e)){return"1-2 days"}else{if(b<(7*a*c*e)){return"2-7 days"}else{if(b<(14*a*c*e)){return"1-2 weeks"}else{return"> 2 weeks"}}}}}}}}}}};VisitorProfile.prototype.getVersion=function(){return this.getActivity("version")};VisitorProfile.prototype.OrgInfo={cookieData:VisitorProfile.prototype.getBase64Cookie("oinfo"),getStatus:function(){return Util.getParam("status",this.cookieData).toUpperCase()},getType:function(){var a=["TE","PE","EE","DE","ME","UE","BE"];var b=Util.getParam("type",this.cookieData);return a[b]?a[b]:""},getID:function(){var a=Util.getParam("oid",this.cookieData);return a?Util.convert15To18(a):""},getEdition:function(){var a=["Team Edition","Professional Edition","Enterprise Edition","Developer Edition","Personal Edition","Unlimited Edition","Contact Manager Edition","Base Edition (Chatter Free / Database.com)"];var b=Util.getParam("type",this.cookieData);return a[b]?a[b]:""}};VisitorProfile.prototype.WebCmp={driver:"",campaignMemberId:"",formCampaignId:"",formCampaignMemberId:"",cookieData:VisitorProfile.prototype.getBase64Cookie("webcmp"),getDriver:function(){if(!this.driver){this.driver=Util.getParam("d",this.cookieData);this.nuke("d")}return(this.driver!=null?this.driver:"")},getCampaignMemberId:function(){if(!this.campaignMemberId){this.campaignMemberId=Util.getParam("cm",this.cookieData);this.nuke("cm")}return(this.campaignMemberId!=null?this.campaignMemberId:"")},getFormCampaignMemberId:function(){if(!this.formCampaignMemberId){this.formCampaignMemberId=Util.getParam("fcm",this.cookieData);this.nuke("fcm")}return(this.formCampaignMemberId!=null?this.formCampaignMemberId:"")},getFormCampaignId:function(){if(!this.formCampaignId){this.formCampaignId=Util.getParam("fc",this.cookieData);this.nuke("fc")}return(this.formCampaignId!=null?this.formCampaignId:"")},nuke:function(c){if(this.cookieData==Base64.decode("7qml")){this.cookieData=""}if(c){c=c.split(",");for(var b=0;b<c.length;b++){var a=c[b]+"="+Util.getParam(c[b],this.cookieData);this.cookieData=this.cookieData.replace("&"+a,"");this.cookieData=this.cookieData.indexOf(a)==0?this.cookieData.replace(a,""):this.cookieData}VisitorProfile.prototype.cookiejar.setCookie("webcmp",Base64.encode(this.cookieData),60*60*24*365)}if(!c||!this.cookieData){this.driver=this.driver?this.driver:Util.getParam("d",this.cookieData);this.campaignMemberId=this.campaignMemberId?this.campaignMemberId:Util.getParam("cm",this.cookieData);this.formCampaignId=this.formCampaignId?this.formCampaignId:Util.getParam("fc",this.cookieData);this.formCampaignMemberId=this.formCampaignMemberId?this.formCampaignMemberId:Util.getParam("fcm",this.cookieData);VisitorProfile.prototype.cookiejar.deleteCookie("webcmp")}}};VisitorProfile.prototype.getProperty=function(a){if(this.profileData!=null){return(this.profileData[a]!=null?this.profileData[a]:"")}else{return""}};VisitorProfile.prototype.getProductInterests=function(){return this.getProperty("pi")};VisitorProfile.prototype.getProductInterestsString=function(){var a=this.getProperty("pi");if(typeof(a)=="string"){if(a.indexOf("[")==0&&a.indexOf("]")==a.length-1){a=a.replace(/['"\[\]]/g,"")}return a}else{if(typeof(a)=="object"&&a.constructor.toString().indexOf("Array")>-1){return a.join(",")}}};VisitorProfile.prototype.getPrimaryProductInterest=function(){return this.getProperty("ppi")};VisitorProfile.prototype.getCompanyEmployees=function(){return this.getProperty("emp")};VisitorProfile.prototype.getJobTitle=function(){return this.getProperty("t")};VisitorProfile.prototype.getCompanyName=function(){return this.getProperty("c")};VisitorProfile.prototype.getCompanyState=function(){return this.getProperty("st")};VisitorProfile.prototype.getCompanyCountry=function(){return this.getProperty("cn")};VisitorProfile.prototype.getUserEmail=function(){return this.getProperty("e")};var vp=new VisitorProfile();var Page={name:null,server:null,type:null,driver:null,nameCaptureId:null,leadCaptureForm:null,previous:null,locale:"us",ctas:null,errorName:"SFDC:error_404",searchTerm:null,searchPage:null,setName:function(a){var b=false;if(a==this.errorName){a="";b=true}a=a?a:document.location.pathname;if(a.indexOf("/")>-1&&a.indexOf(":")<0){a=a.replace(/\//g,":");a=a.replace(/\:index\.jsp/,"");a=a.replace(/\.jsp|\.htm(l?)/,"");a=this.getServer()+(a.match(/^\:\w{2}\:/)?"":":us")+a;a=a.charAt(a.length-1)==":"?a.substring(0,a.length-1):a}this.name=a;if(!this.isValidServer(this.getPathNode(0))){this.setServer();this.name=this.getServer()+(this.name.charAt(0)==":"?"":":")}if(!this.isValidLocale(this.getPathNode(1))){var c=this.name.split(":");c.splice(1,0,this.locale);this.name=c.join(":")}if(b){this.name=this.errorName.replace(this.getServer()+":",this.getServer()+":"+this.getLocale()+":")}if(this.name.indexOf(":assets:swf:youtube_players")>-1){this.name=this.name.replace(":assets:swf:youtube_players",":form:conf");this.isDemoDirectory=true}if(this.isConfirmation()&&!this.isError()){this.name=this.name+":[conf]";if(document.location.pathname.indexOf("/SignupServlet")!=-1){vp.activityData.signup=vp.timestamp}}this.name=vp.hasCurrentTrial()&&!vp.isCustomer()&&!vp.isEmployee()?this.name.replace(/login/,"login:freetrial"):this.name;this.name=vp.getType()=="developer"&&this.name.indexOf("login:freetrial")==-1?this.name.replace(/login/,"login:developer"):this.name;this.setPrevious();return this.name},getName:function(){if(this.name==null){this.setName(typeof(omni_path)!="undefined"?omni_path:null)}return this.name},setPrevious:function(){this.previous=vp.getActivity("l_page");vp.activityData.l_page=this.name;if(vp.activityData.pv==null){vp.activityData.pv=0}vp.activityData.pv++;vp.saveActivityData();return this.previous},getPrevious:function(){if(this.previous==null){this.setPrevious()}return this.previous},getNameNoLocale:function(){return this.getName().replace(":"+this.getLocale()+":",":")},isConfirmation:function(){return((this.getName().indexOf(":conf:")!=-1)||(this.getName().indexOf("[conf]")!=-1)||(this.endsWith(this.getName(),"conf"))||(document.location.pathname.indexOf("_conf.jsp")!=-1)||(document.location.pathname.indexOf("SignupServlet")!=-1)||(document.location.pathname.indexOf("LeadCaptureServlet")!=-1))},isCareersConfirmation:function(){return this.getName().indexOf(":careers:career-apply-confirm")>-1},isSEM:function(){return(this.hasLeadCaptureForm()||this.isConfirmation())&&this.getName().indexOf(":sem:")>-1},isLogin:function(){return(this.getName().match(/SFDC\:\w{2}\:login/)!=null)},is404:function(){return this.getName().indexOf("error_404")>-1},isError:function(){return(this.getName().indexOf("error")!=-1&&this.isConfirmation())},isSearchResults:function(){return(this.getName().indexOf("site-search")>-1)},isAjax:function(){return this.isSearchResults()||this.getName().indexOf("chat-available")>-1},isMobile:function(){try{return com.salesforce.www.App.cfg("isMobile")||false}catch(a){return false}},setSearchTerm:function(a){if(!a){return""}this.searchTerm=Util.cleanUrlData(a);vp.activityData.l_search=this.searchTerm;vp.saveActivityData();return this.searchTerm},getSearchTerm:function(){return this.searchTerm==null?"":this.searchTerm},getSearchLocale:function(){},setSearchPage:function(a){if(!a){return 1}this.searchPage=a;return this.searchPage},getSearchPage:function(){return this.searchPage==null?"":this.searchPage},getNumSearchResults:function(){if(this.isSearchResults()){var b="",c=0;try{b=jQuery(".gsc-cursor-page:last").html();b=b==null?"0":b;b=b.indexOf("(")==0?b.substring(1):b;b=b.lastIndexOf(")")==b.length-1?b.substring(0,b.length-1):b;if((/^\d+$/).test(b)){b=parseInt(b);return b==0?"zero search results":(b*10-9).toString()+" - "+(b*10).toString()}else{return"[NUMBER OF RESULTS NOT AVAILABLE]"}}catch(a){}}return""},isHome:function(){return this.getName().indexOf("homepage")>-1},isDemoConfirmation:function(){return this.isDemo()&&this.isConfirmation()},isDemo:function(){return(this.getName().indexOf("demo:")>-1||this.getName().indexOf("demo-")>-1||this.getName().indexOf("demos")>-1||this.getName().indexOf("demo_")>-1||this.isDemoDirectory)||(this.isConfirmation()&&this.getPrevious().indexOf("demo")>-1)},isSignup:function(){return this.getName().indexOf("signup")>-1||this.getName().indexOf("trial")>-1||document.location.href.indexOf("SignupServlet")>-1},isPricing:function(){return this.getName().indexOf("editions-pricing")>-1||this.getName().indexOf("pricing-editions")>-1||this.getName().indexOf("platform-edition")>-1||this.getName().indexOf(":editions")>-1},isProductCategory:function(){var b=[":crm:sales-force-automation",":crm:customer-service-support",":platform",":chatter",":jigsaw"];for(var a=0;a<b.length;a++){if(this.endsWith(this.getName(),":"+this.getLocale()+b[a])){return true}}return false},isProduct:function(){return !this.isProductCategory()&&(this.getName().indexOf(":crm")>-1||this.getName().indexOf(":products")>-1||this.getName().indexOf(":industries")>-1||this.getName().indexOf(":platform")>-1||this.getName().indexOf(":chatter")>-1||this.getName().indexOf(":smallbusinesscenter")>-1||this.getName().indexOf(":jigsaw")>-1)},isEvents:function(){var a=":events";return this.getName().indexOf(a+":")>-1||this.endsWith(this.getName(),a)},endsWith:function(b,a){if(!(b||a)||b.indexOf(a)==-1){return false}else{if(b.indexOf(a)+a.length==b.length){return true}}return false},isValidLocale:function(a){var b=["ap","au","br","cn","de","dk","es","eu","fi","fr","in","it","jp","kr","mx","ne","nl","no","se","tw","uk","us"];for(var c=0;c<b.length;c++){if(a==b[c]){return true}}return false},isValidServer:function(c){var b=["SFDC","APPX","STOR","LMS","TRUST"];for(var a=0;a<b.length;a++){if(c==b[a]){return true}}return false},getLeadCaptureForm:function(){if(this.leadCaptureForm==null){for(var a in document.forms){f=document.forms[a];if(null!=f.name&&("reg_form"==f.name||"signup_form"==f.name)){this.leadCaptureForm=f;break}}}return this.leadCaptureForm},hasLeadCaptureForm:function(){return(this.getLeadCaptureForm()!=null)},isFormBuilderForm:function(){return this.hasLeadCaptureForm()?(this.leadCaptureForm.className.indexOf("form-builder-form")>-1?true:false):false},getNameCaptureId:function(){var b="FormCampaignId",a="radio1";if(this.hasLeadCaptureForm()&&this.leadCaptureForm.elements[b]!=null&&!this.nameCaptureId){this.nameCaptureId=Util.convert15To18(this.leadCaptureForm.elements[b].value);if(!this.nameCaptureId&&this.leadCaptureForm.elements[a]!=null){this.nameCaptureId=Util.convert15To18(this.leadCaptureForm.elements[a][0].value)}}return this.nameCaptureId==null?"":this.nameCaptureId},setNameCaptureId:function(a){this.nameCaptureId=Util.convert15To18(a)},getTestName:function(){var a="tntName";if(this.hasLeadCaptureForm()&&this.leadCaptureForm.elements[a]!=null&&!this.testName){this.testName=this.leadCaptureForm.elements[a].value;this.leadCaptureForm.elements[a].value=""}return this.testName==null?"":this.testName},getType:function(){var a=[{name:"Form Page",cb:"hasLeadCaptureForm"},{name:"Form Error Page",cb:"isError"},{name:"Login Page",cb:"isLogin"},{name:"404 Error Page",cb:"is404"},{name:"Search Results Page",cb:"isSearchResults"},{name:"Home Page",cb:"isHome"},{name:"Confirmation Page",cb:"isConfirmation"},{name:"Demo Page",cb:"isDemo"},{name:"Pricing and Editions Page",cb:"isPricing"},{name:"Customer Testimonial Page",pm:"customers,success_stories"},{name:"Events Page",cb:"isEvents"},{name:"Video Page",pm:"video"},{name:"Careers Page",pm:"company:careers"},{name:"Press Release Page",pm:"news-press:press-releases"},{name:"Company Page",pm:"company"},{name:"Dreamforce Page",pm:"dreamforce"},{name:"Services: Training Page",pm:"services-training:training_certification"},{name:"Services: Support Page",pm:"services-training:customer-support"},{name:"Services: Consulting Page",pm:"services-training:professional-services"},{name:"Support: Partners Page",pm:"services-training:partner-support"},{name:"Services Page",pm:"services-training"},{name:"Resource Center Page",pm:"resource_center"},{name:"Product Category Page",cb:"isProductCategory"},{name:"Product Page",cb:"isProduct"},{name:"Country Selector Page",pm:"country_selector"},{name:"Other Page"}];for(var c=0;c<a.length;c++){if(c==a.length-1){break}else{if(a[c].cb){if(this[a[c].cb]()){return a[c].name}}else{if(a[c].pm){var d=a[c].pm.split(",");for(var b=0;b<d.length;b++){if(this.getName().indexOf(":"+d[b]+":")>-1||this.endsWith(this.getName(),":"+d[b])){return a[c].name}}}}}}return a[a.length-1].name},getCloud:function(){var b=Util.getMeta("pageMetrics"),a="";if(!this.cloud){this.cloud="No Cloud";if(b&&Util.isValidJson(b)){a=Util.parseJSON(b);if(a.cloud){this.cloud=(a.cloud=="smb"?a.cloud.toUpperCase():(a.cloud.substring(0,1).toUpperCase()+a.cloud.substring(1)))+" Cloud"}}}return this.cloud},getScore:function(a){a=a?a:"to";if(!this.scores){this.scores={sa:0,se:0,cu:0,co:0,sm:0,to:0};var d=Util.getMeta("pageMetrics"),c="";var e=new Array("sa","se","cu","co","sm","to");if(d&&Util.isValidJson(d)){c=Util.parseJSON(d);if(c.scores&&typeof(c.scores)=="object"){for(var b=0;b<e.length;b++){if(c.scores[e[b]]){this.scores[e[b]]=(parseFloat(c.scores[e[b]])).toFixed(2)}else{this.scores[e[b]]=0}}if(this.getName()!=this.getPrevious()){vp.saveScores(this.scores)}}}}return(this.getName()!=this.getPrevious()&&this.scores[a])?this.scores[a]:""},getPathNode:function(b){var a=this.getName().split(":");var c=(b<=a.length?a[b]:"");if(null!=c&&""!=c){return c.toString()}else{return""}},isValidLink:function(d){var b=Util.getHref(d),a=true;if(!b){return false}else{if(!Util.getParam("d",b)){return false}else{if($(d).hasClass("submit")){return false}else{if($(d).attr("id")=="free-trial-trigger"&&vp.isCustomer()){return false}else{if($(d).attr("class").indexOf("chat")>-1){return this.showChat()}else{try{(function(g,e){g(d).parents().each(function(){if(g(this).css("display")=="none"||g(this).css("visibility")=="hidden"){a=false;return false}else{if(g(this).attr("id")=="nav"||g(this).hasClass("sf-menu")){a=false;return false}}})})(jQuery,this)}catch(c){}if(a==false){return false}}}}}}return true},setCTAs:function(g,a){g=g?g:"";a=a?a:"a";if(this.ctas==null||a){this.ctas=[];try{(function(i,h){i(a).each(function(){if(h.isValidLink(this)){h.ctas[h.ctas.length]=Util.getParam("d",Util.getHref(this)).length==15?Util.convert15To18(Util.getParam("d",Util.getHref(this))):Util.getParam("d",Util.getHref(this))}})})(jQuery,this)}catch(d){var e=document.getElementsByTagName("a");for(var c=0;c<e.length;c++){var b=Util.getHref(e[c]);if(b&&Util.getParam("d",b)){this.ctas[this.ctas.length]=Util.getParam("d",b).length==15?Util.convert15To18(Util.getParam("d",b)):Util.getParam("d",b)}}return false}}if(g){if(typeof(g)=="string"){this.ctas[this.ctas.length]=g}else{this.ctas.concat(g)}}if(this.ctas.length>0){this.ctas=Util.deDupe(this.ctas);if(this.ctas.length>20){return this.ctas.splice(20,(this.ctas.length-20))}else{return this.ctas}}else{return""}},getCTAs:function(){if(this.ctas==null){this.setCTAs()}return this.ctas.length>0?this.ctas:""},showWidgets:function(){try{var b=(navigator.userAgent.match(/iPad/i)!=null)||(navigator.userAgent.match(/iPhone/i)!=null);var e=top!=self;var d=this.hasLeadCaptureForm()||this.isConfirmation()||this.getName().indexOf(":form:")>-1;var c=jQuery(window).width()<785;var g=jQuery("#pagewrap").length==0&&jQuery("#centerwrap").length==0;if(b||e||d||c||g){return false}}catch(a){return false}return true},showChat:function(){if(this.chatFlag||this.chatFlag===false){return this.chatFlag}if(vp.isCustomer()&&!Page.isPricing()){this.chatFlag=false;return this.chatFlag}var b=["de","eu","fr","uk","us"];var a=[{locales:b,pages:["SFDC:resource_center","SFDC:crm:products","SFDC:crm:sales-force-automation","SFDC:crm:sales-force-automation:online-contact-management","SFDC:crm:sales-force-automation:marketing-lead-management","SFDC:crm:sales-force-automation:sales-tracking","SFDC:crm:customer-service-support","SFDC:crm:customer-service-support:call-center-management","SFDC:crm:customer-service-support:customer-self-service-portal","SFDC:crm:customer-service-support:knowledge-base-system","SFDC:crm:crm_platform","SFDC:mobile","SFDC:mobile:apps","SFDC:smallbusinesscenter:editions","SFDC:platform","SFDC:platform:cloud-collaboration"],types:["Home Page","Pricing and Editions Page"]},{locales:["de","eu","fr","uk"],pages:["SFDC:company","SFDC:company:careers","SFDC:crm","SFDC:crm:sales","SFDC:crm:sales-force-automation:features","SFDC:crm:sales-force-automation:videos-demos","SFDC:demos","SFDC:crm:customer-service-support:features","SFDC:crm:customer-service-support:videos-demos","SFDC:platform:cloud-platform","SFDC:platform:cloud-infrastructure","SFDC:platform:products","SFDC:platform:videos-demos","SFDC:chatter","SFDC:chatter:features","SFDC:chatter:videos-demos","SFDC:smallbusinesscenter","SFDC:video"]},{locales:["de","fr"],pages:["SFDC:crm:what-is-crm","SFDC:cloudcomputing"]},{locales:["fr"],pages:["SFDC:pme"]}];for(var d=0;d<a.length;d++){try{if(!a[d].locales){break}else{if(jQuery.inArray(this.getLocale(),a[d].locales)==-1){break}else{if(a[d].types&&jQuery.inArray(this.getType(),a[d].types)>-1){this.chatFlag=true;return true}else{if(a[d].pages&&jQuery.inArray(this.getNameNoLocale(),a[d].pages)>-1){this.chatFlag=true;return true}}}}}catch(c){this.chatFlag=false;return false}}this.chatFlag=false;return false},getDriver:function(){if(this.driver){vp.activityData.l_dtype=this.driver.type;vp.saveActivityData();return this.driver}else{if(this.hasInternalReferrer()){if(Util.getParam("d")){return{id:(Util.getParam("d").length==15?Util.convert15To18(Util.getParam("d")):Util.getParam("d")),type:"internal"}}else{return false}}else{if(this.getReferrer()||Util.getParam("d")){for(var e=0;e<this.driverLookup.types.length;e++){var a=this.driverLookup.types[e],b=true;if(a.qp){var c=a.qp.split(",");for(var d=0;d<c.length;d++){if(!Util.getParam(c[d])){b=false;break}}if(b&&Util.getParam("internal")!="true"){var k=c[0]=="d"?Util.convert15To18(Util.getParam(c[0])):Util.getParam(c[0]);var l={id:k+"|"+a.name,type:a.name};if(a.cb){this.driver=this.driverLookup[a.cb](l);return this.driver}else{this.driver=l;return this.driver}}}else{if(a.pm){for(var d=0;d<a.pm.length;d++){var h=a.pm[d].ms.split(",");for(var g=0;g<h.length;g++){if(this.getReferrer().indexOf(h[g])>-1){this.driver={id:a.name+"|"+a.pm[d].name,type:a.name};return this.driver}}}}else{if(a.cb){this.driver=this.driverLookup[a.cb](a);if(this.driver){return this.driver}}}}}}else{this.driver={id:this.driverLookup.types[this.driverLookup.types.length-1].name,type:this.driverLookup.types[this.driverLookup.types.length-1].name};return this.driver}}}},getLocale:function(){var b=this.getPathNode(1).match(/^(\w{2})$/),a="us";if(b!=null){a=this.isValidLocale(b[0])?b[0]:a}return a.toLowerCase()},getChannel:function(){var a=this.getLocale()+":"+(this.getPathNode(2)?this.getPathNode(2):"other");if(this.getPathNode(3)=="news-press"&&this.getPathNode(4)=="press-releases"){a+=":"+this.getPathNode(3)+":"+this.getPathNode(4)}else{if(this.getPathNode(3)=="careers"){a+=":"+this.getPathNode(3)}}return a},setServer:function(){var a=document.location.hostname;if(a=="trust.salesforce.com"){this.server="TRUST"}else{this.server="SFDC"}return this.server},getServer:function(){if(this.server==null){this.setServer()}return this.server},getSegment:function(){if(vp.getType()=="employee"||vp.getType()=="customer"){return vp.getType()+":"+this.getLocale()}else{return"non-customer:"+this.getLocale()}},getFormType:function(){if(this.hasLeadCaptureForm()){var e=this.getName();var b=["form","events","test"];for(var a in b){if(e.indexOf(":"+b[a]+":")!=-1){var c=new RegExp(":"+b[a]+":(\\w+)\\:");var d=e.match(c);if(d!=null){this.formType=d[1];break}}}if(e.indexOf(":consulting-partners:")!=-1){this.formType="consulting-partners"}else{if(this.formType==""){this.formType="other: "+e}}}return(this.formType!=null?this.formType:"")},getReferrer:function(){if(this.referrer){return this.referrer}else{this.referrer="";if(Util.getParam("r")){this.referrer=Util.getParam("r")}else{var a=new CookieHandler();var b=unescape(a.getCookie("referrer"));if(b!=null&&b!="null"){a.deleteCookie("referrer");this.referrer=b}else{if(document.referrer){if(document.referrer.indexOf("google.com/cse")>-1||Util.getParam("rurl",document.referrer).indexOf("salesforce.com")>-1){this.referrer="http://www.salesforce.com/site-search.jsp"}else{this.referrer=document.referrer}}}if(this.getName().indexOf("site-search")>-1){a.setCookie("referrer",escape(document.location.href),60*60)}}if(this.isLogin()&&this.referrer.indexOf("https://login.salesforce.com")==0){this.referrer=""}this.referrer=this.referrer.indexOf("://")==-1?Url.decodeComponent(this.referrer):this.referrer}return this.referrer},hasInternalReferrer:function(){if(this.hasExternalReferrer()){return false}var c=this.getReferrer()?this.getReferrer():"",b=["login.salesforce.com",".salesforce.com","opinionlab.com"];c=c.indexOf("?")==-1?c:c.substring(0,c.indexOf("?"));for(var a=0;a<b.length;a++){if(c.indexOf(b[a])>-1){return true}}if(Util.getParam("internal")=="true"||(this.getPrevious()&&!Util.getParam("r"))){return true}return false},hasExternalReferrer:function(){var c=this.getReferrer()?this.getReferrer():"",b=["appexchange.salesforce.com","success.salesforce.com","community.salesforce.com"];c=c.indexOf("?")==-1?c:c.substring(0,c.indexOf("?"));for(var a=0;a<b.length;a++){if(c.indexOf(b[a])>-1){return true}}return false}};var TnT={globalMbox:"SFDC:Global",mboxCount:0,getMboxName:function(a){if(null!=a&&a.indexOf("SFDC:")==0){return a}else{return(a!=null?Page.getName()+":"+a:this.globalMbox)}},getDefaultParameters:function(j){var m="",k="",a="",c="",b="",d="",h="",l="";this.mboxCount++;if(this.mboxCount==1){m=Page.getCloud()!="No Cloud"?Page.getCloud():"";k=Page.getScore("to");a=Page.getScore("sa")?vp.getScore("sa"):"";c=Page.getScore("se")?vp.getScore("se"):"";b=Page.getScore("cu")?vp.getScore("cu"):"";d=Page.getScore("co")?vp.getScore("co"):"";h=Page.getScore("sm")?vp.getScore("sm"):"";l=Page.getScore("to")?vp.getScore("to"):""}var g=new Array(this.getMboxName(j),"pageName="+Page.getName(),"pageType="+Page.getType(),"user.categoryId="+m,"mboxPageValue="+k,"profile.dbSize="+vp.getTargeting("db","size"),"profile.dbIndustry="+vp.getTargeting("db","ind"),"profile.visitorType="+vp.getType(),"profile.isTrialUser="+vp.hasCurrentTrial(),"profile.visitNumber="+vp.getVisitNumber(),"profile.newVisit="+vp.isNewSession().toString(),"profile.primaryProductInterest="+vp.getPrimaryProductInterest(),"profile.companyEmployeeNumber="+vp.getCompanyEmployees(),"profile.jobTitle="+vp.getJobTitle(),"profile.offerId="+Page.getNameCaptureId(),"profile.searchTerm="+vp.getActivity("l_search"),"profile.totScore="+l,"profile.salScore="+a,"profile.serScore="+c,"profile.cusScore="+b,"profile.chaScore="+d,"profile.smbScore="+h,"profile.driverType="+vp.getActivity("l_dtype"));if(Page.isConfirmation()){g[g.length]="productPurchasedId="+Page.getName();g[g.length]="orderTotal=1";g[g.length]="orderId="+vp.WebCmp.getCampaignMemberId();g[g.length]="mbox3rdPartyId="+vp.WebCmp.getCampaignMemberId();g[g.length]="driverId="+vp.WebCmp.getDriver()}for(var e=0;e<g.length;e++){if(g[e].indexOf("=")==g[e].length-1){g.splice(e,1);e=e-1}}return g},createMbox:function(a){try{var b=arguments;if(arguments.length<=1){b=this.getDefaultParameters(a)}else{b[0]=this.getMboxName(a)}return !Util.getParam("qa")?mboxCreate.apply(this,b):this.disableMboxes()}catch(c){if(Server.isStage()&&typeof(mboxCreate)!="undefined"){alert("T&T integration error while creating an mbox on this page:\nException: "+c.description)}}},updateMbox:function(a){try{var b=arguments;if(arguments.length<=1){b=this.getDefaultParameters(a)}else{b[0]=this.getMboxName(a)}return !Util.getParam("qa")?mboxUpdate.apply(this,b):this.disableMboxes()}catch(c){if(Server.isStage()&&typeof(mboxCreate)!="undefined"){alert("T&T integration error while creating an mbox on this page:\nException: "+c.description)}}},disableMboxes:function(){try{(function(b){b(".mboxDefault").removeClass("mboxDefault")})(jQuery)}catch(a){return false}}};Page.driverLookup={types:[{name:"SEM",qp:"d,dcmp",cb:"getSearchData"},{name:"Email",qp:"d,eid"},{name:"BAN",qp:"d,ban",cb:"getDisplay"},{name:"Other",qp:"d",cb:"fixInternal"},{name:"SEO",cb:"getSearchData"},{name:"Social Media",pm:[{name:"YouTube",ms:"youtube.com"},{name:"Twitter",ms:"twitter.com"},{name:"LinkedIn",ms:"linkedin.com"},{name:"Facebook",ms:"facebook.com"},{name:"Flickr",ms:"flickr.com"},{name:"Slideshare",ms:"slideshare.com"}]},{name:"Force.com",pm:[{name:"[AppExchange]",ms:"appexchange.salesforce.com,sites.force.com/appexchange"},{name:"[Community Site]",ms:"success.salesforce.com,sites.force.com,secure.sites.force.com"},{name:"[DeveloperForce]",ms:"developer.force.com,developerforce.com"},{name:"[Help&Training]",ms:"help.salesforce.com"},{name:"[Foundation]",ms:"foundation.force.com"},{name:"[VMForce]",ms:"vmforce.com"},{name:"[YourServiceCloud.com]",ms:"yourservicecloud.com,yourservicecloud.force.com"},{name:"[JoinTheConversations.com]",ms:"jointheconversations.com"},{name:"[Chatter.com]",ms:"chatter.com"},{name:"[Database.com]",ms:"database.force.com,database.com"},{name:"[Force.com Sites]",ms:".force.com"}]},{name:"External Websites",cb:"getReferredDriver"},{name:"Typed/Bookmarked"}],searchEngines:[{se:"All The Web",ms:"alltheweb.com",kw:"q,query",dc:"US"},{se:"AllSearchEngines",ms:"allsearchengines.co.uk",kw:"query",dc:"United Kingdom"},{se:"AltaVista",ms:"altavista.com",kw:"q,r",dc:"US",cl:[{cn:"Canada",pre:"ca."},{cn:"Denmark",pre:"dk."},{cn:"France",pre:"fr."},{cn:"Germany",pre:"de."},{cn:"Italy",pre:"it."},{cn:"Netherlands",pre:"nl."},{cn:"Norway",pre:"no."},{cn:"Spain",pre:"es."},{cn:"Sweden",pre:"se."},{cn:"Switzerland",pre:"ch."},{cn:"United Kingdom",pre:"uk."}]},{se:"AOL",ms:".aol.",kw:"q,query",dc:"US",cl:[{cn:"Canada",post:"ca"},{cn:"France",post:"fr"},{cn:"Germany",post:"de"},{cn:"United Kingdom",post:"co.uk"}]},{se:"Ask",ms:"ask.com",kw:"q",dc:"US",cl:[{cn:"Japan",pre:"jp"},{cn:"United Kingdom",pre:"uk"}]},{se:"Baidu",ms:"baidu.com",kw:"wd,s",dc:"China"},{se:"BeGuide.com",ms:"beguide.com",kw:"q,search",dc:"US"},{se:"Biglobe",ms:"biglobe.ne.jp",kw:"q",dc:"Japan"},{se:"Microsoft Bing",ms:"bing.com",kw:"q",dc:"US"},{se:"Blue Window",ms:"search.bluewin.ch",kw:"q,qry",dc:"Switzerland"},{se:"Business.com",ms:"business.com",kw:"query",dc:"US"},{se:"BuyersIndex",ms:"buyersindex.com",kw:"query",dc:"US"},{se:"Chubba",ms:"whatuseek.com",kw:"arg",dc:"US"},{se:"CNET",ms:"cnet.com",kw:"query,q",dc:"US"},{se:"Debriefing.com",ms:"debriefing.com",kw:"tsearch",dc:"US"},{se:"Dmoz",ms:"dmoz.org",kw:"search",dc:"US"},{se:"Excite",ms:"excite.com",kw:"q,search",dc:"US",cl:[{cn:"Netherlands",post:".nl"},{cn:"France",post:".fr"},{cn:"Germany",post:".de"},{cn:"Japan",post:".co.jp"},{cn:"Switzerland",post:".ch"}]},{se:"Fireball",ms:"fireball.de",kw:"q,query",dc:"Germany"},{se:"FreshEye",ms:"fresheye.com",kw:"kw,ord",dc:"Japan"},{se:"Godado",ms:"godado.it",kw:"key",dc:"Italy"},{se:"Goo (Jp.)",ms:"goo.ne.jp",kw:"MT",dc:"Japan"},{se:"Google",ms:".google.,googlesyndication.com",kw:"q",types:[{tn:"Images",pre:"images"},{tn:"Video",pre:"video"}],dc:"US",cl:[{cn:"Afghanistan",post:"com.af"},{cn:"American Samoa",post:"as"},{cn:"Anguilla",post:"com.ai"},{cn:"Antigua and Barbuda",post:"com.ag"},{cn:"Argentina",post:"com.ar"},{cn:"Armenia",post:"am"},{cn:"Australia",post:"com.au"},{cn:"Austria",post:"at"},{cn:"Azerbaijan",post:"az"},{cn:"Bahrain",post:"com.bh"},{cn:"Bangladesh",post:"com.bd"},{cn:"Belarus",post:"com.by"},{cn:"Belgium",post:"be"},{cn:"Belize",post:"com.bz"},{cn:"Bolivia",post:"com.bo"},{cn:"Bosnia-Hercegovina",post:"ba"},{cn:"Botswana",post:"co.bw"},{cn:"Brasil",post:"com.br"},{cn:"British Virgin Islands",post:"vg"},{cn:"Brunei",post:"com.bn"},{cn:"Bulgaria",post:"bg"},{cn:"Burundi",post:"bi"},{cn:"Cambodia",post:"com.kh"},{cn:"Canada",post:"ca"},{cn:"Chile",post:"cl"},{cn:"China",post:"cn"},{cn:"Colombia",post:"com.co"},{cn:"Cook Islands",post:"co.ck"},{cn:"Costa Rica",post:"co.cr"},{cn:"Cote D'Ivoire",post:"ci"},{cn:"Croatia",post:"hr"},{cn:"Cuba",post:"com.cu"},{cn:"Czech Republic",post:"cz"},{cn:"Denmark",post:"dk"},{cn:"Djibouti",post:"dj"},{cn:"Dominica",post:"dm"},{cn:"Dominican Republic",post:"com.do"},{cn:"Ecuador",post:"com.ec"},{cn:"Egypt",post:"com.eg"},{cn:"El Salvador",post:"com.sv"},{cn:"Estonia",post:"ee"},{cn:"Ethiopia",post:"com.et"},{cn:"Fiji",post:"com.fj"},{cn:"Finland",post:"fi"},{cn:"France",post:"fr"},{cn:"Germany",post:"de"},{cn:"Greece",post:"gr"},{cn:"Greenland",post:"gl"},{cn:"Guadeloupe",post:"gp"},{cn:"Guatemala",post:"com.gt"},{cn:"Guernsey",post:"gg"},{cn:"Guyana",post:"gy"},{cn:"Haiti",post:"ht"},{cn:"Honduras",post:"hn"},{cn:"Hong Kong",post:"com.hk"},{cn:"Hungary",post:"hu"},{cn:"India",post:"co.in"},{cn:"Indonesia",post:"co.id"},{cn:"Ireland",post:"ie"},{cn:"Island",post:"is"},{cn:"Isle of Gibraltar",post:"com.gi"},{cn:"Isle of Man",post:"im"},{cn:"Israel",post:"co.il"},{cn:"Italy",post:"it"},{cn:"Jamaica",post:"com.jm"},{cn:"Japan",post:"co.jp"},{cn:"Jersey",post:"je"},{cn:"Jordan",post:"jo"},{cn:"Kazakhstan",post:"kz"},{cn:"Kenya",post:"co.ke"},{cn:"Kiribati",post:"ki"},{cn:"Korea",post:"co.kr"},{cn:"Kyrgyzstan",post:"kg"},{cn:"Laos",post:"la"},{cn:"Latvia",post:"lv"},{cn:"Lesotho",post:"co.ls"},{cn:"Libya",post:"com.ly"},{cn:"Liechtenstein",post:"li"},{cn:"Lithuania",post:"lt"},{cn:"Luxembourg",post:"lu"},{cn:"Malawi",post:"mw"},{cn:"Malaysia",post:"com.my"},{cn:"Maldives",post:"mv"},{cn:"Malta",post:"com.mt"},{cn:"Mauritius",post:"mu"},{cn:"Mexico",post:"com.mx"},{cn:"Micronesia",post:"fm"},{cn:"Moldova",post:"md"},{cn:"Mongolia",post:"mn"},{cn:"Montserrat",post:"ms"},{cn:"Morocco",post:"co.ma"},{cn:"Namibia",post:"com.na"},{cn:"Nauru",post:"nr"},{cn:"Nepal",post:"com.np"},{cn:"Netherlands",post:"nl"},{cn:"New Zealand",post:"co.nz"},{cn:"Nicaragua",post:"com.ni"},{cn:"Nigeria",post:"com.ng"},{cn:"Niue",post:"nu"},{cn:"Norfolk Island",post:"com.nf"},{cn:"Norway",post:"no"},{cn:"Oman",post:"com.om"},{cn:"Pakistan",post:"com.pk"},{cn:"Panama",post:"com.pa"},{cn:"Paraguay",post:"com.py"},{cn:"Peru",post:"com.pe"},{cn:"Philippines",post:"com.ph"},{cn:"Pitcairn Islands",post:"pn"},{cn:"Poland",post:"pl"},{cn:"Portugal",post:"pt"},{cn:"Puerto Rico",post:"com.pr"},{cn:"Qatar",post:"com.qa"},{cn:"Rep. Dem. du Congo",post:"cd"},{cn:"Rep. du Congo",post:"cg"},{cn:"Repulic of Georgia",post:"ge"},{cn:"Romania",post:"ro"},{cn:"Russia",post:"ru"},{cn:"Rwanda",post:"rw"},{cn:"Saint Helena",post:"sh"},{cn:"Saint Vincent and the Grenadine",post:"com.vc"},{cn:"Samoa",post:"ws"},{cn:"San Marino",post:"sm"},{cn:"Sao Tome and Principe",post:"st"},{cn:"Saudi Arabia",post:"com.sa"},{cn:"Senegal",post:"sn"},{cn:"Seychelles",post:"sc"},{cn:"Singapore",post:"com.sg"},{cn:"Slovakia",post:"sk"},{cn:"Slovenia",post:"si"},{cn:"Solomon Islands",post:"com.sb"},{cn:"South Africa",post:"co.za"},{cn:"Spain",post:"es"},{cn:"Sri Lanka",post:"lk"},{cn:"Sweden",post:"se"},{cn:"Switzerland",post:"ch"},{cn:"Taiwan",post:"com.tw"},{cn:"Tajikistan",post:"com.tj"},{cn:"Thailand",post:"co.th"},{cn:"The Bahamas",post:"bs"},{cn:"The Gambia",post:"gm"},{cn:"Timor-Leste",post:"tp"},{cn:"Tokelau",post:"tk"},{cn:"Tonga",post:"to"},{cn:"Trinidad and Tobago",post:"tt"},{cn:"Turkey",post:"com.tr"},{cn:"Turkmenistan",post:"tm"},{cn:"Uganda",post:"co.ug"},{cn:"Ukraine",post:"com.ua"},{cn:"United Arab Emirates",post:"ae"},{cn:"United Kingdom",post:"co.uk"},{cn:"Uruguay",post:"com.uy"},{cn:"Uzbekiston",post:"co.uz"},{cn:"Vanuatu",post:"vu"},{cn:"Venezuela",post:"co.ve"},{cn:"Viet Nam",post:"com.vn"},{cn:"Virgin Islands",post:"co.vi"},{cn:"Yugoslavia",post:"co.yu"},{cn:"Zambia",post:"co.zm"},{cn:"Zimbabwe",post:"co.zw"}]},{se:"Hotbot",ms:"hotbot.com",kw:"query",dc:"US"},{se:"ilse.nl",ms:"ilse.nl",kw:"search_for",dc:"Netherlands"},{se:"Indeed",ms:"www.indeed.",kw:"q",dc:"US",cl:[{cn:"Canada",post:"ca"},{cn:"India",post:"co.in"}]},{se:"InfoSpace",ms:"infospace.com",kw:"",dc:"US"},{se:"InfoTiger",ms:"infotiger.com",kw:"qs",dc:"US"},{se:"Livedoor",ms:"livedoor.com",kw:"q",dc:"Japan"},{se:"Lycos",ms:".lycos",kw:"query",dc:"US",cl:[{cn:"France",post:".fr"},{cn:"Germany",post:".de"},{cn:"Italy",post:".it"},{cn:"Netherlands",post:".nl"},{cn:"Spain",post:".es"},{cn:"United Kingdom",post:".co.uk"}]},{se:"Metacrawler",ms:"metacrawler.com",kw:"",dc:"US"},{se:"Monster Crawler",ms:"monstercrawler.com",kw:"",dc:"US"},{se:"myGO",ms:"mygo.com",kw:"",dc:"Taiwan"},{se:"Nate.com",ms:"nate.com",kw:"q",dc:"Korea"},{se:"Naver",ms:"naver.com",kw:"query",dc:"Korea"},{se:"Netscape Search",ms:"",kw:"q",dc:"US"},{se:"NetSearch",ms:"netscape.com",kw:"qry_str",dc:"US"},{se:"Nifty",ms:"nifty.com,search.nifty.com",kw:"q",dc:"Japan"},{se:"Oh! New? Mobile",ms:"ohnew.co.jp",kw:"k",dc:"Japan"},{se:"OptusZoo",ms:"optuszoo.com.au",kw:"q",dc:"Australia"},{se:"Reference.com",ms:"reference.com",kw:"q",dc:"US"},{se:"Search.ch",ms:"search.ch",kw:"q",dc:"Switzerland"},{se:"Searchalot",ms:"searchalot.com",kw:"q,query",dc:"US"},{se:"Tiscali",ms:"tiscali.it",kw:"key",dc:"Italy"},{se:"track.nl",ms:"track.nl",kw:"qr",dc:"Netherlands"},{se:"Virgilio",ms:"ricerca.virgilio.it,virgilio.it",kw:"qs",dc:"Italy"},{se:"Web Wombat",ms:"webwombat.com.au",kw:"ix,I",dc:"Australia"},{se:"Web.de",ms:"web.de",kw:"su",dc:"Germany"},{se:"Webalta",ms:"webalta.ru",kw:"q",dc:"Russia"},{se:"WebCrawler",ms:"webcrawler.com",kw:"",dc:"US"},{se:"Yahoo!",ms:"search.yahoo.",kw:"p",dc:"US",cl:[{cn:"Argentina",pre:"ar."},{cn:"Asia",pre:"asia."},{cn:"Australia",pre:"au."},{cn:"Austria",pre:"at."},{cn:"Brazil",pre:"br."},{cn:"Canada",pre:"ca."},{cn:"Canada (French)",pre:"qc."},{cn:"Catalan",pre:"ct."},{cn:"China",pre:"cn."},{cn:"Denmark",pre:"dk."},{cn:"Finland",pre:"fi."},{cn:"France",pre:"fr."},{cn:"Germany",pre:"de."},{cn:"Hong Kong",pre:"hk."},{cn:"India",pre:"in."},{cn:"Indonesia",pre:"id."},{cn:"Italy",pre:"it."},{cn:"Japan",post:"co.jp"},{cn:"Korea",pre:"kr."},{cn:"Malaysia",pre:"malaysia."},{cn:"Mexico",pre:"mx."},{cn:"Netherlands",pre:"nl."},{cn:"New Zealand",pre:"nz."},{cn:"Norway",pre:"no."},{cn:"Philippines",pre:"ph."},{cn:"Russia",pre:"ru."},{cn:"Singapore",pre:"sg."},{cn:"Spain",pre:"es."},{cn:"Sweden",pre:"se."},{cn:"Switzerland",pre:"ch."},{cn:"Taiwan",pre:"tw."},{cn:"Thailand",pre:"th."},{cn:"UK and Ireland",pre:"uk."},{cn:"Viet Nam",pre:"vn."}]},{se:"Yandex.ru",ms:"yandex.ru",kw:"text",dc:"Russia"},{se:"zoeken.nl",ms:"zoeken.nl",kw:"q",dc:"Netherlands"}],getReferringDomain:function(){var a=Page.getReferrer(),b="://";if(!a||a.indexOf("http")!=0){return""}a=a.indexOf(b)>-1?a.substring(a.indexOf(b)+b.length):a;a=a.indexOf("/")>-1?a.substring(0,a.indexOf("/")):a;a=a.indexOf("?")>-1?a.substring(0,a.indexOf("?")):a;a=a.indexOf("#")>-1?a.substring(0,a.indexOf("#")):a;return a},getReferredDriver:function(a){var b=this.getReferringDomain();if(!(a&&b)){return{}}return{id:a.name+"|"+b,type:a.name}},fixInternal:function(c){if(!c){return{}}var g=this.types[6];for(var d=0;d<g.pm.length;d++){var a=g.pm[d].ms.split(",");for(var b=0;b<a.length;b++){if(Page.getReferrer().indexOf(a[b])>-1){var e={id:g.name+"|"+g.pm[d].name,type:g.type,internal:Util.getParam("d")};return e}}}return c},getDisplay:function(a){if(!(a&&a.id&&a.type)){return{}}var c=Url.decodeComponent(Util.getParam("ban")),b="ban|";if(c.indexOf(b)==0||c.indexOf(b.toUpperCase())==0){c=c.substring(b.length-1)}c=c.toLowerCase();if(c.charAt(0)!="|"){c="|"+c}return{id:a.id+c,name:a.name}},getSearchData:function(o){var c=Page.getReferrer(),p="",b="",m="";for(var h=0;h<this.searchEngines.length;h++){var a=this.searchEngines[h],n=this.searchEngines[h].ms.split(",");for(var g=0;g<n.length;g++){if(n[g]&&(c.indexOf(n[g])>-1)){p=a.se;if(a.types){for(var q=0;q<a.types.length;q++){if(a.types[q].pre&&c.indexOf(a.types[q].pre+n[g])>-1){p=p+" "+a.types[q].tn;break}if(a.types[q].post&&c.indexOf(n[g]+a.types[q].post)>-1){p=p+" "+a.types[q].tn;break}}}var r=a.kw.split(",");for(var e=0;e<r.length;e++){m=Url.decodeComponent(Util.getParam(r[e],c));if(m){break}}if(!m){break}if(a.cl){for(var d=0;d<a.cl.length;d++){if(a.cl[d].pre&&c.indexOf(a.cl[d].pre+n[g])>-1){b=a.cl[d].cn}if(a.cl[d].post&&c.indexOf(n[g]+a.cl[d].post)>-1){b=a.cl[d].cn}}}if(!b){b=a.dc||"US"}}}}if(o.id||(p&&m)){m=m?Util.cleanUrlData(m):"no keyword";p=p?(b.toUpperCase()!="US"?p+" - "+b:p):"no search engine";if(o.type=="SEM"){o.id+=((p?"|"+p:"")+(m?"|"+m:""))}return{id:(o.id?o.id:(o.name+"|"+p+"|"+m)),type:(o.type?o.type:o.name),keyword:m,engine:p}}else{return null}}};(function(){if(!vp.getActivity("rescoped")){var a=[{name:"s_pers",expire:(365*5)},{name:"fsr.r",expire:90}];var e=document.location.hostname;for(var c=0;c<a.length;c++){var b=a[c],d=Util.getCookie(b.name),g=(60*60*24);if(d&&d!=null){Util.deleteCookie(b.name);Util.setCookie(d,b.name,b.expire*g,e)}}vp.activityData.rescoped=true;vp.saveActivityData()}})();var FSR={version:"5.5.0",date:"02/15/2010",enabled:true,auto:true,encode:false,files:"/common/assets/thirdparty/foresee/",id:"BJcxMsBVcQZY1shs5MEhtg==",sites:[{path:/\w+-?\w+\.(com|org|edu|gov|net)/,domain:document.location.hostname},{path:".",domain:"default"}]};function fsr$setAlive(){var a=new Date().getTime();document.cookie="fsr.a="+a+";path=/"+((FSR.site.domain)?";domain="+FSR.site.domain+";":";")}(function(){if(window!=window.top){return}function g(j){if(typeof j=="object"){var k=j.constructor.toString().match(/array/i);return(k!=null)}return false}var e=FSR.sites;for(var h=0,a=e.length;h<a;h++){var c;if(!g(e[h].path)){e[h].path=[e[h].path]}for(var i=0,b=e[h].path.length;i<b;i++){if(c=document.location.href.match(e[h].path[i])){FSR.siteid=h;FSR.site=FSR.sites[FSR.siteid];if(!FSR.site.domain){FSR.site.domain=c[0]}else{if(FSR.site.domain=="default"){FSR.site.domain=false}}if(!FSR.site.name){FSR.site.name=c[0]}var d=["files","js_files","image_files","html_files"];for(var h=0,f=d.length;h<f;h++){if(FSR.site[d[h]]){FSR[d[h]]=FSR.site[d[h]]}}break}}if(c){break}}if(!window["fsr$timer"]){fsr$setAlive();window["fsr$timer"]=setInterval(fsr$setAlive,1000)}})();var mboxCopyright="Copyright 1996-2010. Adobe Systems Incorporated. All rights reserved";mboxUrlBuilder=function(d,c){this.a=d;this.b=c;this.c=new Array();this.d=function(a){return a};this.f=null};mboxUrlBuilder.prototype.addParameter=function(f,e){var d=new RegExp("('|\")");if(d.exec(f)){throw"Parameter '"+f+"' contains invalid characters"}for(var c=0;c<this.c.length;c++){var b=this.c[c];if(b.name==f){b.value=e;return this}}var a=new Object();a.name=f;a.value=e;this.c[this.c.length]=a;return this};mboxUrlBuilder.prototype.addParameters=function(d){if(!d){return this}for(var b=0;b<d.length;b++){var a=d[b].indexOf("=");if(a==-1||a==0){continue}this.addParameter(d[b].substring(0,a),d[b].substring(a+1,d[b].length))}return this};mboxUrlBuilder.prototype.setServerType=function(a){this.o=a};mboxUrlBuilder.prototype.setBasePath=function(a){this.f=a};mboxUrlBuilder.prototype.setUrlProcessAction=function(a){this.d=a};mboxUrlBuilder.prototype.buildUrl=function(){var f=this.f?this.f:"/m2/"+this.b+"/mbox/"+this.o;var d=document.location.protocol=="file:"?"http:":document.location.protocol;var g=d+"//"+this.a+f;var c=g.indexOf("?")!=-1?"&":"?";for(var b=0;b<this.c.length;b++){var a=this.c[b];g+=c+encodeURIComponent(a.name)+"="+encodeURIComponent(a.value);c="&"}return this.t(this.d(g))};mboxUrlBuilder.prototype.getParameters=function(){return this.c};mboxUrlBuilder.prototype.setParameters=function(a){this.c=a};mboxUrlBuilder.prototype.clone=function(){var b=new mboxUrlBuilder(this.a,this.b);b.setServerType(this.o);b.setBasePath(this.f);b.setUrlProcessAction(this.d);for(var a=0;a<this.c.length;a++){b.addParameter(this.c[a].name,this.c[a].value)}return b};mboxUrlBuilder.prototype.t=function(a){return a.replace(/\"/g,"&quot;").replace(/>/g,"&gt;")};mboxStandardFetcher=function(){};mboxStandardFetcher.prototype.getType=function(){return"standard"};mboxStandardFetcher.prototype.fetch=function(a){a.setServerType(this.getType());document.write('<script src="'+a.buildUrl()+'" language="JavaScript"><\/script>')};mboxStandardFetcher.prototype.cancel=function(){};mboxAjaxFetcher=function(){};mboxAjaxFetcher.prototype.getType=function(){return"ajax"};mboxAjaxFetcher.prototype.fetch=function(a){a.setServerType(this.getType());var b=a.buildUrl();this.x=document.createElement("script");this.x.src=b;document.body.appendChild(this.x)};mboxAjaxFetcher.prototype.cancel=function(){};mboxMap=function(){this.y=new Object();this.z=new Array()};mboxMap.prototype.put=function(a,b){if(!this.y[a]){this.z[this.z.length]=a}this.y[a]=b};mboxMap.prototype.get=function(a){return this.y[a]};mboxMap.prototype.remove=function(a){this.y[a]=undefined};mboxMap.prototype.each=function(d){for(var b=0;b<this.z.length;b++){var a=this.z[b];var c=this.y[a];if(c){var e=d(a,c);if(e===false){break}}}};mboxFactory=function(e,a,d){this.E=false;this.C=e;this.D=d;this.F=new mboxList();mboxFactories.put(d,this);this.G=typeof document.createElement("div").replaceChild!="undefined"&&(function(){return true})()&&typeof document.getElementById!="undefined"&&typeof(window.attachEvent||document.addEventListener||window.addEventListener)!="undefined"&&typeof encodeURIComponent!="undefined";this.H=this.G&&mboxGetPageParameter("mboxDisable")==null;var c=d=="default";this.J=new mboxCookieManager("mbox"+(c?"":("-"+d)),(function(){return document.location.hostname})());this.H=this.H&&this.J.isEnabled()&&(this.J.getCookie("disable")==null);if(this.isAdmin()){this.enable()}this.K();this.L=mboxGenerateId();this.M=mboxScreenHeight();this.N=mboxScreenWidth();this.O=mboxBrowserWidth();this.P=mboxBrowserHeight();this.Q=mboxScreenColorDepth();this.R=mboxBrowserTimeOffset();this.S=new mboxSession(this.L,"mboxSession","session",31*60,this.J);this.T=new mboxPC("PC",1209600,this.J);this.w=new mboxUrlBuilder(e,a);this.U(this.w,c);this.V=new Date().getTime();this.W=this.V;var f=this;this.addOnLoad(function(){f.W=new Date().getTime()});if(this.G){this.addOnLoad(function(){f.E=true;f.getMboxes().each(function(b){b.setFetcher(new mboxAjaxFetcher());b.finalize()})});this.limitTraffic(100,10368000);if(this.H){this.Z();this._=new mboxSignaler(function(b,g){return f.create(b,g)},this.J)}}};mboxFactory.prototype.isEnabled=function(){return this.H};mboxFactory.prototype.getDisableReason=function(){return this.J.getCookie("disable")};mboxFactory.prototype.isSupported=function(){return this.G};mboxFactory.prototype.disable=function(b,a){if(typeof b=="undefined"){b=60*60}if(typeof a=="undefined"){a="unspecified"}if(!this.isAdmin()){this.H=false;this.J.setCookie("disable",a,b)}};mboxFactory.prototype.enable=function(){this.H=true;this.J.deleteCookie("disable")};mboxFactory.prototype.isAdmin=function(){return document.location.href.indexOf("mboxEnv")!=-1};mboxFactory.prototype.limitTraffic=function(a,b){};mboxFactory.prototype.addOnLoad=function(a){if(this.isDomLoaded()){a()}else{var b=false;var c=function(){if(b){return}b=true;a()};this.hb.push(c);if(this.isDomLoaded()&&!b){c()}}};mboxFactory.prototype.getEllapsedTime=function(){return this.W-this.V};mboxFactory.prototype.getEllapsedTimeUntil=function(a){return a-this.V};mboxFactory.prototype.getMboxes=function(){return this.F};mboxFactory.prototype.get=function(b,a){return this.F.get(b).getById(a||0)};mboxFactory.prototype.update=function(a,d){if(!this.isEnabled()){return}if(!this.isDomLoaded()){var b=this;this.addOnLoad(function(){b.update(a,d)});return}if(this.F.get(a).length()==0){throw"Mbox "+a+" is not defined"}this.F.get(a).each(function(c){c.getUrlBuilder().addParameter("mboxPage",mboxGenerateId());c.load(d)})};mboxFactory.prototype.create=function(n,j,h){if(!this.isSupported()){return null}var i=this.w.clone();i.addParameter("mboxCount",this.F.length()+1);i.addParameters(j);var m=this.F.get(n).length();var d=this.D+"-"+n+"-"+m;var l;if(h){l=new mboxLocatorNode(h)}else{if(this.E){throw"The page has already been loaded, can't write marker"}l=new mboxLocatorDefault(d)}try{var b=this;var g="mboxImported-"+d;var a=new mbox(n,m,i,l,g);if(this.H){a.setFetcher(this.E?new mboxAjaxFetcher():new mboxStandardFetcher())}a.setOnError(function(c,e){a.setMessage(c);a.activate();if(!a.isActivated()){b.disable(60*60,c);window.location.reload(false)}});this.F.add(a)}catch(k){this.disable();throw'Failed creating mbox "'+n+'", the error was: '+k}var f=new Date();i.addParameter("mboxTime",f.getTime()-(f.getTimezoneOffset()*60000));return a};mboxFactory.prototype.getCookieManager=function(){return this.J};mboxFactory.prototype.getPageId=function(){return this.L};mboxFactory.prototype.getPCId=function(){return this.T};mboxFactory.prototype.getSessionId=function(){return this.S};mboxFactory.prototype.getSignaler=function(){return this._};mboxFactory.prototype.getUrlBuilder=function(){return this.w};mboxFactory.prototype.U=function(b,a){b.addParameter("mboxHost",document.location.hostname).addParameter("mboxSession",this.S.getId());if(!a){b.addParameter("mboxFactoryId",this.D)}if(this.T.getId()!=null){b.addParameter("mboxPC",this.T.getId())}b.addParameter("mboxPage",this.L);b.addParameter("screenHeight",this.M);b.addParameter("screenWidth",this.N);b.addParameter("browserWidth",this.O);b.addParameter("browserHeight",this.P);b.addParameter("browserTimeOffset",this.R);b.addParameter("colorDepth",this.Q);b.setUrlProcessAction(function(d){d+="&mboxURL="+encodeURIComponent(document.location);var c=encodeURIComponent(document.referrer);if(d.length+c.length<2000){d+="&mboxReferrer="+c}d+="&mboxVersion="+mboxVersion;return d})};mboxFactory.prototype.sb=function(){return""};mboxFactory.prototype.Z=function(){document.write("<style>.mboxDefault { visibility:hidden; }</style>")};mboxFactory.prototype.isDomLoaded=function(){return this.E};mboxFactory.prototype.K=function(){if(this.hb!=null){return}this.hb=new Array();var a=this;(function(){var b=document.addEventListener?"DOMContentLoaded":"onreadystatechange";var c=false;var d=function(){if(c){return}c=true;for(var f=0;f<a.hb.length;++f){a.hb[f]()}};if(document.addEventListener){document.addEventListener(b,function(){document.removeEventListener(b,arguments.callee,false);d()},false);window.addEventListener("load",function(){document.removeEventListener("load",arguments.callee,false);d()},false)}else{if(document.attachEvent){if(self!==self.top){document.attachEvent(b,function(){if(document.readyState==="complete"){document.detachEvent(b,arguments.callee);d()}})}else{var e=function(){try{document.documentElement.doScroll("left");d()}catch(f){setTimeout(e,13)}};e()}}}if(document.readyState==="complete"){d()}})()};mboxSignaler=function(b,d){this.J=d;var c=d.getCookieNames("signal-");for(var e=0;e<c.length;e++){var g=c[e];var a=d.getCookie(g).split("&");var f=b(a[0],a);f.load();d.deleteCookie(g)}};mboxSignaler.prototype.signal=function(a,b){this.J.setCookie("signal-"+a,mboxShiftArray(arguments).join("&"),45*60)};mboxList=function(){this.F=new Array()};mboxList.prototype.add=function(a){if(a!=null){this.F[this.F.length]=a}};mboxList.prototype.get=function(b){var d=new mboxList();for(var a=0;a<this.F.length;a++){var c=this.F[a];if(c.getName()==b){d.add(c)}}return d};mboxList.prototype.getById=function(a){return this.F[a]};mboxList.prototype.length=function(){return this.F.length};mboxList.prototype.each=function(b){if(typeof b!="function"){throw"Action must be a function, was: "+typeof(b)}for(var a=0;a<this.F.length;a++){b(this.F[a])}};mboxLocatorDefault=function(a){this.g="mboxMarker-"+a;document.write('<div id="'+this.g+'" style="visibility:hidden;display:none">&nbsp;</div>')};mboxLocatorDefault.prototype.locate=function(){var a=document.getElementById(this.g);while(a!=null){if(a.nodeType==1){if(a.className=="mboxDefault"){return a}}a=a.previousSibling}return null};mboxLocatorDefault.prototype.force=function(){var a=document.createElement("div");a.className="mboxDefault";var b=document.getElementById(this.g);b.parentNode.insertBefore(a,b);return a};mboxLocatorNode=function(a){this.Eb=a};mboxLocatorNode.prototype.locate=function(){return typeof this.Eb=="string"?document.getElementById(this.Eb):this.Eb};mboxLocatorNode.prototype.force=function(){return null};mboxCreate=function(a){var b=mboxFactoryDefault.create(a,mboxShiftArray(arguments));if(b){b.load()}return b};mboxDefine=function(a,b){var c=mboxFactoryDefault.create(b,mboxShiftArray(mboxShiftArray(arguments)),a);return c};mboxUpdate=function(a){mboxFactoryDefault.update(a,mboxShiftArray(arguments))};mbox=function(e,c,b,d,a){this.Kb=null;this.Lb=0;this.mb=d;this.nb=a;this.Mb=null;this.Nb=new mboxOfferContent();this.Fb=null;this.w=b;this.message="";this.Ob=new Object();this.Pb=0;this.Ib=c;this.g=e;this.Qb();b.addParameter("mbox",e).addParameter("mboxId",c);this.Rb=function(){};this.Sb=function(){};this.Tb=null};mbox.prototype.getId=function(){return this.Ib};mbox.prototype.Qb=function(){if(this.g.length>250){throw"Mbox Name "+this.g+" exceeds max length of 250 characters."}else{if(this.g.match(/^\s+|\s+$/g)){throw"Mbox Name "+this.g+" has leading/trailing whitespace(s)."}}};mbox.prototype.getName=function(){return this.g};mbox.prototype.getParameters=function(){var d=this.w.getParameters();var b=new Array();for(var a=0;a<d.length;a++){if(d[a].name.indexOf("mbox")!=0){b[b.length]=d[a].name+"="+d[a].value}}return b};mbox.prototype.setOnLoad=function(a){this.Sb=a;return this};mbox.prototype.setMessage=function(a){this.message=a;return this};mbox.prototype.setOnError=function(a){this.Rb=a;return this};mbox.prototype.setFetcher=function(a){if(this.Mb){this.Mb.cancel()}this.Mb=a;return this};mbox.prototype.getFetcher=function(){return this.Mb};mbox.prototype.load=function(d){if(this.Mb==null){return this}this.setEventTime("load.start");this.cancelTimeout();this.Lb=0;var a=(d&&d.length>0)?this.w.clone().addParameters(d):this.w;this.Mb.fetch(a);var b=this;this.Vb=setTimeout(function(){b.Rb("browser timeout",b.Mb.getType())},15000);this.setEventTime("load.end");return this};mbox.prototype.loaded=function(){this.cancelTimeout();if(!this.activate()){var a=this;setTimeout(function(){a.loaded()},100)}};mbox.prototype.activate=function(){if(this.Lb){return this.Lb}this.setEventTime("activate"+ ++this.Pb+".start");if(this.show()){this.cancelTimeout();this.Lb=1}this.setEventTime("activate"+this.Pb+".end");return this.Lb};mbox.prototype.isActivated=function(){return this.Lb};mbox.prototype.setOffer=function(a){if(a&&a.show&&a.setOnLoad){this.Nb=a}else{throw"Invalid offer"}return this};mbox.prototype.getOffer=function(){return this.Nb};mbox.prototype.show=function(){this.setEventTime("show.start");var a=this.Nb.show(this);this.setEventTime(a==1?"show.end.ok":"show.end");return a};mbox.prototype.showContent=function(a){if(a==null){return 0}if(this.Fb==null||!this.Fb.parentNode){this.Fb=this.getDefaultDiv();if(this.Fb==null){return 0}}if(this.Fb!=a){this.Xb(this.Fb);this.Fb.parentNode.replaceChild(a,this.Fb);this.Fb=a}this.Yb(a);this.Sb();return 1};mbox.prototype.hide=function(){this.setEventTime("hide.start");var a=this.showContent(this.getDefaultDiv());this.setEventTime(a==1?"hide.end.ok":"hide.end.fail");return a};mbox.prototype.finalize=function(){this.setEventTime("finalize.start");this.cancelTimeout();if(this.getDefaultDiv()==null){if(this.mb.force()!=null){this.setMessage("No default content, an empty one has been added")}else{this.setMessage("Unable to locate mbox")}}if(!this.activate()){this.hide();this.setEventTime("finalize.end.hide")}this.setEventTime("finalize.end.ok")};mbox.prototype.cancelTimeout=function(){if(this.Vb){clearTimeout(this.Vb)}if(this.Mb!=null){this.Mb.cancel()}};mbox.prototype.getDiv=function(){return this.Fb};mbox.prototype.getDefaultDiv=function(){if(this.Tb==null){this.Tb=this.mb.locate()}return this.Tb};mbox.prototype.setEventTime=function(a){this.Ob[a]=(new Date()).getTime()};mbox.prototype.getEventTimes=function(){return this.Ob};mbox.prototype.getImportName=function(){return this.nb};mbox.prototype.getURL=function(){return this.w.buildUrl()};mbox.prototype.getUrlBuilder=function(){return this.w};mbox.prototype._b=function(a){return a.style.display!="none"};mbox.prototype.Yb=function(a){this.ac(a,true)};mbox.prototype.Xb=function(a){this.ac(a,false)};mbox.prototype.ac=function(b,a){b.style.visibility=a?"visible":"hidden";b.style.display=a?"block":"none"};mboxOfferContent=function(){this.Sb=function(){}};mboxOfferContent.prototype.show=function(a){var b=a.showContent(document.getElementById(a.getImportName()));if(b==1){this.Sb()}return b};mboxOfferContent.prototype.setOnLoad=function(a){this.Sb=a};mboxOfferAjax=function(a){this.Wb=a;this.Sb=function(){}};mboxOfferAjax.prototype.setOnLoad=function(a){this.Sb=a};mboxOfferAjax.prototype.show=function(a){var c=document.createElement("div");c.id=a.getImportName();c.innerHTML=this.Wb;var b=a.showContent(c);if(b==1){this.Sb()}return b};mboxOfferDefault=function(){this.Sb=function(){}};mboxOfferDefault.prototype.setOnLoad=function(a){this.Sb=a};mboxOfferDefault.prototype.show=function(a){var b=a.hide();if(b==1){this.Sb()}return b};mboxCookieManager=function mboxCookieManager(b,a){this.g=b;this.dc=a==""||a.indexOf(".")==-1?"":"; domain="+a;this.ec=new mboxMap();this.loadCookies()};mboxCookieManager.prototype.isEnabled=function(){this.setCookie("check","true",60);this.loadCookies();return this.getCookie("check")=="true"};mboxCookieManager.prototype.setCookie=function(c,b,d){if(typeof c!="undefined"&&typeof b!="undefined"&&typeof d!="undefined"){var a=new Object();a.name=c;a.value=escape(b);a.expireOn=Math.ceil(d+new Date().getTime()/1000);this.ec.put(c,a);this.saveCookies()}};mboxCookieManager.prototype.getCookie=function(b){var a=this.ec.get(b);return a?unescape(a.value):null};mboxCookieManager.prototype.deleteCookie=function(a){this.ec.remove(a);this.saveCookies()};mboxCookieManager.prototype.getCookieNames=function(a){var b=new Array();this.ec.each(function(d,c){if(d.indexOf(a)==0){b[b.length]=d}});return b};mboxCookieManager.prototype.saveCookies=function(){var a=new Array();var b=0;this.ec.each(function(e,d){a[a.length]=e+"#"+d.value+"#"+d.expireOn;if(b<d.expireOn){b=d.expireOn}});var c=new Date(b*1000);document.cookie=this.g+"="+a.join("|")+"; expires="+c.toGMTString()+"; path=/"+this.dc};mboxCookieManager.prototype.loadCookies=function(){this.ec=new mboxMap();var e=document.cookie.indexOf(this.g+"=");if(e!=-1){var f=document.cookie.indexOf(";",e);if(f==-1){f=document.cookie.indexOf(",",e);if(f==-1){f=document.cookie.length}}var g=document.cookie.substring(e+this.g.length+1,f).split("|");var a=Math.ceil(new Date().getTime()/1000);for(var c=0;c<g.length;c++){var d=g[c].split("#");if(a<=d[2]){var b=new Object();b.name=d[0];b.value=d[1];b.expireOn=d[2];this.ec.put(b.name,b)}}}};mboxSession=function(b,c,e,d,a){this.rc=c;this.Ab=e;this.sc=d;this.J=a;this.tc=false;this.Ib=typeof mboxForceSessionId!="undefined"?mboxForceSessionId:mboxGetPageParameter(this.rc);if(this.Ib==null||this.Ib.length==0){this.Ib=a.getCookie(e);if(this.Ib==null||this.Ib.length==0){this.Ib=b;this.tc=true}}a.setCookie(e,this.Ib,d)};mboxSession.prototype.getId=function(){return this.Ib};mboxSession.prototype.forceId=function(a){this.Ib=a;this.J.setCookie(this.Ab,this.Ib,this.sc)};mboxPC=function(c,b,a){this.Ab=c;this.sc=b;this.J=a;this.Ib=typeof mboxForcePCId!="undefined"?mboxForcePCId:a.getCookie(c);if(this.Ib!=null){a.setCookie(c,this.Ib,b)}};mboxPC.prototype.getId=function(){return this.Ib};mboxPC.prototype.forceId=function(a){if(this.Ib!=a){this.Ib=a;this.J.setCookie(this.Ab,this.Ib,this.sc);return true}return false};mboxGetPageParameter=function(c){var d=null;var a=new RegExp(c+"=([^&]*)");var b=a.exec(document.location);if(b!=null&&b.length>=2){d=b[1]}return d};mboxSetCookie=function(b,a,c){return mboxFactoryDefault.getCookieManager().setCookie(b,a,c)};mboxGetCookie=function(a){return mboxFactoryDefault.getCookieManager().getCookie(a)};mboxCookiePageDomain=function(){var a=(/([^:]*)(:[0-9]{0,5})?/).exec(document.location.host)[1];var b=/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/;if(!b.exec(a)){var c=(/([^\.]+\.[^\.]{3}|[^\.]+\.[^\.]+\.[^\.]{2})$/).exec(a);if(c){a=c[0]}}return a?a:""};mboxShiftArray=function(a){var c=new Array();for(var b=1;b<a.length;b++){c[c.length]=a[b]}return c};mboxGenerateId=function(){return(new Date()).getTime()+"-"+Math.floor(Math.random()*999999)};mboxScreenHeight=function(){return screen.height};mboxScreenWidth=function(){return screen.width};mboxBrowserWidth=function(){return(window.innerWidth)?window.innerWidth:document.documentElement?document.documentElement.clientWidth:document.body.clientWidth};mboxBrowserHeight=function(){return(window.innerHeight)?window.innerHeight:document.documentElement?document.documentElement.clientHeight:document.body.clientHeight};mboxBrowserTimeOffset=function(){return -new Date().getTimezoneOffset()};mboxScreenColorDepth=function(){return screen.pixelDepth};if(typeof mboxVersion=="undefined"){var mboxVersion=40;var mboxFactories=new mboxMap();var mboxFactoryDefault=new mboxFactory("salesforcecom.tt.omtrdc.net","salesforcecom","default")}if(mboxGetPageParameter("mboxDebug")!=null||mboxFactoryDefault.getCookieManager().getCookie("debug")!=null){setTimeout(function(){if(typeof mboxDebugLoaded=="undefined"){alert("Could not load the remote debug.\nPlease check your connection to Test&amp;Target servers")}},60*60);document.write('<script language="Javascript1.2" src="http://admin16.testandtarget.omniture.com/admin/mbox/mbox_debug.jsp?mboxServerHost=salesforcecom.tt.omtrdc.net&clientCode=salesforcecom"><\/script>')};if(typeof deconcept=="undefined"){var deconcept=new Object()}if(typeof deconcept.util=="undefined"){deconcept.util=new Object()}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object()}deconcept.SWFObject=function(m,b,n,e,j,k,g,f,d,l){if(!document.getElementById){return}this.DETECT_KEY=l?l:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(m){this.setAttribute("swf",m)}if(b){this.setAttribute("id",b)}if(n){this.setAttribute("width",n)}if(e){this.setAttribute("height",e)}if(j){this.setAttribute("version",new deconcept.PlayerVersion(j.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true}if(k){this.addParam("bgcolor",k)}var a=g?g:"high";this.addParam("quality",a);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var i=(f)?f:window.location;this.setAttribute("xiRedirectUrl",i);this.setAttribute("redirectUrl","");if(d){this.setAttribute("redirectUrl",d)}};deconcept.SWFObject.prototype={useExpressInstall:function(a){this.xiSWFPath=!a?"expressinstall.swf":a;this.setAttribute("useExpressInstall",true)},setAttribute:function(a,b){this.attributes[a]=b},getAttribute:function(a){return this.attributes[a]},addParam:function(b,a){this.params[b]=a},getParams:function(){return this.params},addVariable:function(b,a){this.variables[b]=a},getVariable:function(a){return this.variables[a]},getVariables:function(){return this.variables},getVariablePairs:function(){var c=new Array();var b;var a=this.getVariables();for(b in a){c[c.length]=b+"="+a[b]}return c},getSWFHTML:function(){var b="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath)}b='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'"';b+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var f=this.getParams();for(var e in f){b+=[e]+'="'+f[e]+'" '}var d=this.getVariablePairs().join("&");if(d.length>0){b+='flashvars="'+d+'"'}b+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath)}b='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" style="'+this.getAttribute("style")+'">';b+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var c=this.getParams();for(var e in c){b+='<param name="'+e+'" value="'+c[e]+'" />'}var a=this.getVariablePairs().join("&");if(a.length>0){b+='<param name="flashvars" value="'+a+'" />'}b+="</object>"}return b},write:function(b){if(this.getAttribute("useExpressInstall")){var a=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(a)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var c=(typeof b=="string")?document.getElementById(b):b;c.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var f=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var a=navigator.plugins["Shockwave Flash"];if(a&&a.description){f=new deconcept.PlayerVersion(a.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var b=1;var c=3;while(b){try{c++;b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+c);f=new deconcept.PlayerVersion([c,0,0])}catch(d){b=null}}}else{try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(d){try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");f=new deconcept.PlayerVersion([6,0,21]);b.AllowScriptAccess="always"}catch(d){if(f.major==6){return f}}try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(d){}}if(b!=null){f=new deconcept.PlayerVersion(b.GetVariable("$version").split(" ")[1].split(","))}}}return f};deconcept.PlayerVersion=function(a){this.major=a[0]!=null?parseInt(a[0]):0;this.minor=a[1]!=null?parseInt(a[1]):0;this.rev=a[2]!=null?parseInt(a[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(a){if(this.major<a.major){return false}if(this.major>a.major){return true}if(this.minor<a.minor){return false}if(this.minor>a.minor){return true}if(this.rev<a.rev){return false}return true};deconcept.util={getRequestParameter:function(c){var d=document.location.search||document.location.hash;if(c==null){return d}if(d){var b=d.substring(1).split("&");for(var a=0;a<b.length;a++){if(b[a].substring(0,b[a].indexOf("="))==c){return b[a].substring((b[a].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var b=document.getElementsByTagName("OBJECT");for(var c=b.length-1;c>=0;c--){b[c].style.display="none";for(var a in b[c]){if(typeof b[c][a]=="function"){b[c][a]=function(){}}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs)};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true}}if(!document.getElementById&&document.all){document.getElementById=function(a){return document.all[a]}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function onYouTubePlayerReady(a){a=a||com.salesforce.www.YouTube.DEFAULT_PLAYER_ID;var b=$("#"+a)[0];com.salesforce.www.YouTube.executePendingTasks(a)}com.salesforce.www.YouTube=(function(){var b={};var a='<embed id="#{id}"						src="#{protocol}://www.youtube.com/v/#{vid}&fs=1"						type="application/x-shockwave-flash"						allowscriptaccess="always"						allowfullscreen="true"						width="#{width}"						height="#{height}">					</embed>';return{DEFAULT_PLAYER_ID:"youtubeplayer",DEFAULT_CONTAINER_ID:"yt-container",loadWhenReady:function(f,i,h,d){var e=this,g=$("#"+f)[0],d=d||{};if(!g){var c=d.containerId||e.DEFAULT_CONTAINER_ID;$("#"+c).html($.tmpl(a,{id:c,protocol:d.protocol||"http",width:d.width||640,height:d.height||385,vid:i}));if(d.loadDetails){this.getVideoJSON(f,i)}}else{if(g.isAvailable){h?g.loadVideoById(i):g.cueVideoById(i);if(d.loadDetails){this.getVideoJSON(f,i)}}else{e.addPendingTask(f,function(){com.salesforce.www.YouTube.loadWhenReady(f,i,h);if(d.loadDetails){com.salesforce.www.YouTube.getVideoJSON(f,i)}})}}},stopPlayer:function(c){var d=$("#"+c)[0];if(d&&d.stopVideo){d.stopVideo()}},getPlayerEmbedCode:function(c){var d=$("#"+c)[0];if(d){d.getVideoEmbedCode()}},addPendingTask:function(c,d){b[c]=b[c]||[];b[c].push(d)},executePendingTasks:function(c){var e=b[c]||[];for(var d=0;d<e.length;d++){setTimeout(e[d],1)}delete b[c]},getVideoJSON:function(c,d){var e=$("#yt-data").addClass("disguised");$.each(["#yt-data h3","#yt-data #yt-description","#yt-data .total-views"],function(f,g){$(g,e).html("")});jQuery.getJSON("http://gdata.youtube.com/feeds/api/videos/"+d+"?v=2&alt=json-in-script&callback=?",function(f){e.removeClass("disguised");$("h3",e).html(f.entry.media$group.media$title.$t);$("#yt-description",e).html(f.entry.media$group.media$description.$t.replace(/\r\n/gi,"<br/>"));$(".total-views",e).html(f.entry.yt$statistics.viewCount);$("#yt-social a").each(function(){var g=$(this).attr("href");var h=g.substring(0,g.indexOf("v="))+"v="+d;$(this).attr("href",h)})})},getRateLink:function(c){return"https://www.google.com/accounts/ServiceLogin?uilel=3&service=youtube&passive=true&continue=http%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26nomobiletemp%3D1%26hl%3Den_US%26next%3D%252Fwatch%253Fv%253D"+c+"&hl=en_US&ltmpl=sso"}}})();(function(){var c=com.salesforce.www.App;var b='<div class="thumb">						<a href="#{href}" onclick="#{onclick}" sfdc:relid="#{vid}">							<div class="overlay"></div>							<span class="duration">#{vidMin}:#{vidSec}</span>							<img src="#{src}"/>							<div class="pullup">								<div class="title">#{title}</div>								<div class="viewcount">#{viewcount} #{txtviews}</div>								<div class="rating">#{rating}</div>							</div>						</a>					</div>';var a='<a class="prevPage"></a>		        	<span class="navi"></span>		        	<a class="nextPage"></a>';com.salesforce.www.YTPlaylistWidget=function(d){this.init(d)};com.salesforce.www.YTPlaylistWidget.prototype={lastrun:{},init:function(d){var e=this;$.extend(this,d||{});e.player=e.player||{};e.protocol=e.protocol||"http";e.author=e.author||"Salesforce";e.recordsMax=e.recordsMax||20;this.loadList();var g=$("#"+this.containerid);$.each($(".sorting-options a",g),function(j,h){$(h).bind("click",function(){var i=$(this);i.parent().addClass("on").siblings().removeClass("on");e.loadList($.extend(e.lastrun,{orderby:i.attr("sfdc:sort")}))})});if(this.searchable){var f=function(){var h=$(".video-search .query",g)[0].value;e.clearPager(e);e.loadList({url:e.protocol+"://gdata.youtube.com/feeds/api/videos?callback=?",q:h,author:e.author,orderby:e.lastrun.orderby})};$(".search-trigger",g).bind("click",f);$(".video-search .query",g).bind("keypress",function(i){var h=i.charCode||i.keyCode;if(h&&h==13){f()}});$(".empty-message .action").bind("click",function(){e.clearPager(e);e.loadList({orderby:e.lastrun.orderby})})}$("a.playlist-trigger").bind("click",function(){var i=$(this);i.parents("li").radioClass("active");var h=i.attr("sfdc:refid").split("|");if(h.lenght<2){throw"Playlist key needs to be specified in the following format [playlist id]|[default video id]"}e.listid=h[0];com.salesforce.www.YouTube.loadWhenReady(e.player.id,h[1],false,e.player.cfg);e.clearPager();e.loadList()})},clearPager:function(d){$("#playlist-nav .center-wrap").html($.tmpl(a));$("#"+this.containerid).removeData();delete this.scroller},loadList:function(d){var e=this,d=d||{};this.lastrun=$.extend({},d);var g=d.url||this.protocol+"://gdata.youtube.com/feeds/api/playlists/"+this.listid+"?callback=?";delete d.url;var f=$.extend({"start-index":1,"max-results":this.recordsMax,alt:"json"},d);$.getJSON(g,f,function(h){e.renderList(h,e)})},renderList:function(g,f){var f=this;if(g.feed.entry){$("#"+this.containerid).removeClass("empty");var e=['<div class="page"><div class="row clearfix">'];$.each(g.feed.entry,function(j,k){if(j!=0&&(j%(f.rows*f.cols))==0){e.push('</div></div><div class="page"><div class="row clearfix">')}else{if(j!=0&&j%f.cols==0){e.push('</div><div class="row clearfix">')}}var h=k.link[0].href.replace(/^[^v]+v.(.{11}).*/,"$1");try{if(f.tptOnclick!=null&&f.tptOnclick.indexOf('"')>=0){alert("YTPlaylistWidget.js: tptOnclick cannot contain double quotes")}var m=k.media$group.yt$duration.seconds%60;e.push($.tmpl(b,{src:"http://i4.ytimg.com/vi/"+h+"/default.jpg",href:$.tmpl(f.tptHref,{vid:h,index:j}),onclick:$.tmpl(f.tptOnclick,{vid:h,index:j}),title:k.title.$t.length>f.titleconcat?k.title.$t.substr(0,f.titleconcat).replace(/\w+$/,"")+"&hellip;":k.title.$t,viewcount:k.yt$statistics?k.yt$statistics.viewCount:0,rating:f.generateRatingsMarkup(k.gd$rating?k.gd$rating.average:0),txtviews:f.txtviews,vidMin:Math.floor(k.media$group.yt$duration.seconds/60),vidSec:(m<10?"0":"")+m,vid:h}))}catch(l){c.err("error while loading video into playlist: "+h+"; "+l.description)}});e.push("</div></div>");var d=$("#"+this.containerid+" .items").addClass("yt-thumbnails").html(e.join(""));if(f.player.id){d.find(".thumb a").bind("click",function(){com.salesforce.www.YouTube.loadWhenReady(f.player.id,$(this).attr("sfdc:relid"),false,f.player.cfg);return false})}if(!f.scroller&&typeof(jQuery.fn.scrollable)=="function"){f.scroller=$("#"+this.containerid).scrollable({size:1,item:"div.page",clickable:false,next:".nextPage",prev:".prevPage"}).navigator({api:true})}if(f.scroller!=null){f.scroller.begin()}}else{$("#"+this.containerid).addClass("empty")}},generateRatingsMarkup:function(h,d){h=(Math.round(h*2))/2;var e=[],d=d||5;for(var g=1;g<d+1;g++){var f="on";if(h>g-1&&h<g){f="half"}else{if(h<g){f="off"}}e.push('<span class="'+f+'"></span>')}return e.join("")}}})();var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),quotedList:S(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:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),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,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.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,f,e,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[f.get("display")]){return d}if(!e.previousSibling){d=d.replace(b,"")}if(!e.nextSibling){d=d.replace(c,"")}return d}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face,c={"\u0020":1,"\u00a0":1,"\u3000":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 d=b.bbox.split(/\s+/);var e={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};e.width=e.maxX-e.minX;e.height=e.maxY-e.minY;e.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return e})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,f,o){var e=this.glyphs,g,i,m,d=[],n=0,j=-1,k=-1,l;while(l=h[++j]){g=e[l]||this.missingGlyph;if(!g){continue}if(i){n-=m=i[l]||0;d[k]-=m}n+=d[++k]=~~(g.w||this.w)+f+(c[l]?o:0);i=g.k}d.total=n;return d}}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>=e&&k>=e)?l<k:l>k:(l<=e&&k<=e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this,e.type=="mouseover")}function a(e){c(this,e.type=="mouseenter")}function c(f,e){setTimeout(function(){var g=Y.get(f).options;P.replace(f,e?U(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var d={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(R(e,a)){d[a]=e[a]}}}return d}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(a,d){var b=a.nodeName.toLowerCase();if(d.ignore[b]){return}var l=!d.textless[b];var c=O.getStyle(F(a,d)).extend(d);var k=Z(a,c),j,f,h,i,e,g;if(!k){return}for(j=a.firstChild;j;j=h){f=j.nodeType;h=j.nextSibling;if(l&&f==3){if(i){i.appendData(j.data);a.removeChild(j)}else{i=j}if(h){continue}}if(i){a.replaceChild(N(k,O.whiteSpace(i.data,c,i,g),c,d,j,a),i);i=null}if(f==1){if(j.firstChild){if(j.nodeName.toLowerCase()=="cufon"){B[d.engine](k,null,c,d,j,a)}else{arguments.callee(j,d)}}g=j}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={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)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}else{delete b.textGradient}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("vml",(function(){var n=document.namespaces;if(!n){return}n.add("cvml","urn:schemas-microsoft-com:vml");n=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var k=(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:'+(k?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function p(b,a){return j(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(b,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}function m(b,c,d,f){var e="computed"+f,a=c[e];if(isNaN(a)){a=c.get(f);c[e]=a=(a=="normal")?0:~~d.convertFrom(j(b,a))}return a}var l={};function o(e){var d=e.id;if(!l[d]){var g=e.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=g[0][1];for(var a=1,b=g.length-1;a<b;++a){c.push(g[a][0]*100+"% "+g[a][1])}f.colors=c.join(",");f.color2=g[b][1];l[d]=f}return l[d]}return function(aH,ax,b,aF,aq,aE,d){var aX=(ax===null);if(aX){ax=aq.alt}var at=aH.viewBox;var aV=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(p(aE,b.get("fontSize"))+"px",aH.baseSize));var aM,aU;if(aX){aM=aq;aU=aq.firstChild}else{aM=document.createElement("cufon");aM.className="cufon cufon-vml";aM.alt=ax;aU=document.createElement("cufoncanvas");aM.appendChild(aU);if(aF.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(ax));aM.appendChild(a)}if(!d){aM.appendChild(document.createElement("cvml:shape"))}}var au=aM.style;var aj=aU.style;var aZ=aV.convert(at.height),aB=Math.ceil(aZ);var e=aB/aZ;var al=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=at.minX,g=at.minY;aj.height=aB;aj.top=Math.round(aV.convert(g-aH.ascent));aj.left=Math.round(aV.convert(f));au.height=aV.convert(aH.height)+"px";var az=b.get("color");var ay=Cufon.CSS.textTransform(ax,b).split("");var ap=aH.spacing(ay,m(aE,b,aV,"letterSpacing"),m(aE,b,aV,"wordSpacing"));if(!ap.length){return null}var a0=ap.total;var aN=-f+a0+(at.width-ap[ap.length-1]);var aw=aV.convert(aN*al),c=Math.round(aw);var am=aN+","+at.height,aY;var ar="r"+am+"ns";var aQ=aF.textGradient&&o(aF.textGradient);var aW=aH.glyphs,h=0;var av=aF.textShadow;var aJ=-1,aK=0,aO;while(aO=ay[++aJ]){var aD=aW[ay[aJ]]||aH.missingGlyph,aP;if(!aD){continue}if(aX){aP=aU.childNodes[aK];while(aP.firstChild){aP.removeChild(aP.firstChild)}}else{aP=document.createElement("cvml:shape");aU.appendChild(aP)}aP.stroked="f";aP.coordsize=am;aP.coordorigin=aY=(f-h)+","+g;aP.path=(aD.d?"m"+aD.d+"xe":"")+"m"+aY+ar;aP.fillcolor=az;if(aQ){aP.appendChild(aQ.cloneNode(false))}var aC=aP.style;aC.width=c;aC.height=aB;if(av){var aS=av[0],aT=av[1];var aG=Cufon.CSS.color(aS.color),aL;var an=document.createElement("cvml:shadow");an.on="t";an.color=aG.color;an.offset=aS.offX+","+aS.offY;if(aT){aL=Cufon.CSS.color(aT.color);an.type="double";an.color2=aL.color;an.offset2=aT.offX+","+aT.offY}an.opacity=aG.opacity||(aL&&aL.opacity)||1;aP.appendChild(an)}h+=ap[aK++]}var ao=aP.nextSibling,aR,aI;if(aF.forceHitArea){if(!ao){ao=document.createElement("cvml:rect");ao.stroked="f";ao.className="cufon-vml-cover";aR=document.createElement("cvml:fill");aR.opacity=0;ao.appendChild(aR);aU.appendChild(ao)}aI=ao.style;aI.width=c;aI.height=aB}else{if(ao){aU.removeChild(ao)}}au.width=Math.max(Math.ceil(aV.convert(a0*al)),0);if(k){var ak=b.computedYAdjust;if(ak===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=ak=0.5*(j(aE,aA)-parseFloat(au.height))}if(ak){au.marginTop=Math.ceil(ak)+"px";au.marginBottom=ak+"px"}}return aM}})());Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"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(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(e,aw,ad,az,aq,d){var aH=(aw===null);if(aH){aw=aq.getAttribute("alt")}var at=e.viewBox;var aG=ad.getSize("fontSize",e.baseSize);var ar=0,ae=0,af=0,ay=0;var av=az.textShadow,ah=[];if(av){for(var f=av.length;f--;){var an=av[f];var ai=aG.convertFrom(parseFloat(an.offX));var ak=aG.convertFrom(parseFloat(an.offY));ah[f]=[ai,ak];if(ak<ar){ar=ak}if(ai>ae){ae=ai}if(ak>af){af=ak}if(ai<ay){ay=ai}}}var a=Cufon.CSS.textTransform(aw,ad).split("");var ao=e.spacing(a,~~aG.convertFrom(parseFloat(ad.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(ad.get("wordSpacing"))||0));if(!ao.length){return null}var aJ=ao.total;ae+=at.width-ao[ao.length-1];ay+=at.minX;var aA,aF;if(aH){aA=aq;aF=aq.firstChild}else{aA=document.createElement("cufon");aA.className="cufon cufon-canvas";aA.setAttribute("alt",aw);aF=document.createElement("canvas");aA.appendChild(aF);if(az.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aw));aA.appendChild(y)}}var au=aA.style;var al=aF.style;var aI=aG.convert(at.height);var b=Math.ceil(aI);var ag=b/aI;var am=ag*Cufon.CSS.fontStretch(ad.get("fontStretch"));var aj=aJ*am;var ac=Math.ceil(aG.convert(aj+ae-ay));var aE=Math.ceil(aG.convert(at.height-ar+af));aF.width=ac;aF.height=aE;al.width=ac+"px";al.height=aE+"px";ar+=at.minY;al.top=Math.round(aG.convert(ar-e.ascent))+"px";al.left=Math.round(aG.convert(ay))+"px";var aB=Math.max(Math.ceil(aG.convert(aj)),0)+"px";if(h){au.width=aB;au.height=aG.convert(e.height)+"px"}else{au.paddingLeft=aB;au.paddingBottom=(aG.convert(e.height)-1)+"px"}var c=aF.getContext("2d"),ap=aI/at.height;c.scale(ap,ap*ag);c.translate(-ay,-ar);c.save();function x(){var m=e.glyphs,p,n=-1,o=-1,q;c.scale(am,1);while(q=a[++n]){var p=m[a[n]]||e.missingGlyph;if(!p){continue}if(p.d){c.beginPath();if(p.code){l(p.code,c)}else{p.code=k("m"+p.d,c)}c.fill()}c.translate(ao[++o],0)}c.restore()}if(av){for(var f=av.length;f--;){var an=av[f];c.save();c.fillStyle=an.color;c.translate.apply(c,ah[f]);x()}}var aC=az.textGradient;if(aC){var ax=aC.stops,aD=c.createLinearGradient(0,at.minY,0,at.maxY);for(var f=0,ab=ax.length;f<ab;++f){aD.addColorStop.apply(aD,ax[f])}c.fillStyle=aD}else{c.fillStyle=ad.get("color")}x();return aA}})());Cufon.replace(".font-vag",{fontFamily:"VAGRounded"});/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1989 Adobe Systems.
 All Rights Reserved.
 * This software is the property of Adobe Systems
 Incorporated and its licensors,
 * and may not be reproduced, used, 
 displayed, modified, disclosed or transferred
 * without the express 
 written approval of Adobe.
 
 The digitally encoded
 * machine readable outline data for producing
 the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype AG
 and/or its subsidiaries. All Rights Reserved.
 * This data is the property of Linotype AG and/or its subsidiaries
 and may not be
 * reproduced, used, displayed, modified, disclosed or 
 transferred without the
 * express written approval of Linotype AG 
 and/or its subsidiaries.
 */
Cufon.registerFont({w:73,face:{"font-family":"VAGRounded","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"2","cap-height":"2",bbox:"-43.4379 -332 377 78","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+FB02"},glyphs:{" ":{w:90},A:{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0",w:220},"\u00c6":{d:"166,-113r0,83r76,0v9,0,16,5,16,15v0,10,-7,15,-16,15r-91,0v-26,0,-14,-33,-17,-56r-83,0v-13,18,-16,52,-39,58v-16,-2,-19,-11,-11,-26r112,-219v6,-13,10,-13,22,-13r104,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-73,0r0,84r69,0v9,0,16,5,16,15v0,29,-57,10,-85,15xm134,-83r0,-137r-69,137r69,0",w:273},"\u00c1":{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0xm150,-310v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:220},"\u00c2":{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0xm55,-290v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:220},"\u00c4":{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0xm57,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm124,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:220},"\u00c0":{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0xm150,-292v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:220},"\u00c5":{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0xm76,-298v0,-19,15,-34,34,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34xm93,-298v0,9,8,16,17,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17v-9,0,-17,8,-17,17",w:220},"\u00c3":{d:"51,-56v-11,19,-8,54,-32,58v-16,3,-15,-17,-11,-29r79,-212v5,-24,37,-24,46,0r84,228v0,17,-26,16,-31,1r-16,-46r-119,0xm160,-83r-50,-139r-50,139r100,0xm56,-294v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7",w:220},B:{d:"53,-229r0,81v41,4,78,-4,78,-41v0,-37,-37,-44,-78,-40xm53,-122r0,95v50,4,98,-3,98,-48v0,-43,-48,-52,-98,-47xm21,-17r0,-222v0,-28,47,-15,73,-17v78,-5,89,97,33,117v29,6,56,28,56,64v0,40,-30,75,-84,75v-27,0,-78,12,-78,-17",w:193},C:{d:"45,-128v0,49,24,103,78,103v39,0,56,-23,69,-23v8,0,13,6,13,15v0,16,-37,35,-82,35v-74,0,-112,-63,-112,-130v0,-67,38,-130,114,-130v45,0,74,24,74,37v0,8,-5,15,-13,15v-14,0,-21,-25,-61,-25v-57,0,-80,54,-80,103",w:213},"\u00c7":{d:"45,-128v0,49,24,103,78,103v39,0,56,-23,69,-23v8,0,13,6,13,15v0,16,-37,35,-82,35v-74,0,-112,-63,-112,-130v0,-67,38,-130,114,-130v45,0,74,24,74,37v0,8,-5,15,-13,15v-14,0,-21,-25,-61,-25v-57,0,-80,54,-80,103xm131,0r-11,15v16,-5,35,9,33,19v6,33,-57,41,-66,18v-2,-23,37,6,38,-16v1,-12,-39,-2,-23,-23r10,-13r19,0",w:213},D:{d:"23,-17r0,-222v1,-30,52,-17,79,-17v76,0,114,58,114,126v0,77,-41,130,-110,130v-29,0,-83,13,-83,-17xm54,-229r0,202r46,0v60,0,82,-51,82,-103v0,-53,-24,-99,-84,-99r-44,0",w:226},E:{d:"53,-113r0,83r76,0v9,0,15,5,15,15v0,10,-6,15,-15,15r-91,0v-12,0,-17,-7,-17,-17r0,-222v0,-10,5,-17,17,-17r91,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-76,0r0,84r69,0v9,0,16,5,16,15v0,29,-57,10,-85,15",w:159},"\u00c9":{d:"53,-113r0,83r76,0v9,0,15,5,15,15v0,10,-6,15,-15,15r-91,0v-12,0,-17,-7,-17,-17r0,-222v0,-10,5,-17,17,-17r91,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-76,0r0,84r69,0v9,0,16,5,16,15v0,29,-57,10,-85,15xm120,-310v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:159},"\u00ca":{d:"53,-113r0,83r76,0v9,0,15,5,15,15v0,10,-6,15,-15,15r-91,0v-12,0,-17,-7,-17,-17r0,-222v0,-10,5,-17,17,-17r91,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-76,0r0,84r69,0v9,0,16,5,16,15v0,29,-57,10,-85,15xm25,-290v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:159},"\u00cb":{d:"53,-113r0,83r76,0v9,0,15,5,15,15v0,10,-6,15,-15,15r-91,0v-12,0,-17,-7,-17,-17r0,-222v0,-10,5,-17,17,-17r91,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-76,0r0,84r69,0v9,0,16,5,16,15v0,29,-57,10,-85,15xm27,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm94,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:159},"\u00c8":{d:"53,-113r0,83r76,0v9,0,15,5,15,15v0,10,-6,15,-15,15r-91,0v-12,0,-17,-7,-17,-17r0,-222v0,-10,5,-17,17,-17r91,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-76,0r0,84r69,0v9,0,16,5,16,15v0,29,-57,10,-85,15xm120,-292v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:159},"\u00d0":{d:"23,-17r0,-99v-14,0,-30,1,-29,-13v0,-14,14,-15,29,-14r0,-96v1,-30,52,-17,79,-17v76,0,114,58,114,126v0,77,-41,130,-110,130v-29,0,-83,13,-83,-17xm54,-116r0,89r46,0v60,0,82,-51,82,-103v0,-53,-24,-99,-84,-99r-44,0r0,86v22,3,59,-9,59,14v0,23,-38,10,-59,13",w:226},F:{d:"53,-113r0,98v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-224v0,-10,5,-17,17,-17r90,0v9,0,15,4,15,14v0,10,-6,15,-15,15r-75,0r0,84v28,5,77,-13,82,15v-5,28,-54,10,-82,15",w:146},G:{d:"201,-117v-23,-3,-60,9,-60,-15v0,-26,44,-15,69,-15v16,0,23,6,23,26v0,62,-23,123,-110,123v-74,0,-112,-63,-112,-130v0,-67,37,-130,117,-130v53,0,88,27,88,41v0,8,-6,15,-15,15v-16,0,-29,-29,-75,-29v-58,0,-81,54,-81,103v0,49,22,103,82,103v55,0,78,-44,74,-92",w:240},H:{d:"53,-115r0,98v0,13,-6,19,-16,19v-10,0,-16,-6,-16,-19r0,-222v0,-13,6,-19,16,-19v10,0,16,6,16,19r0,97r135,0r0,-97v0,-13,5,-19,15,-19v10,0,16,6,16,19r0,222v0,13,-6,19,-16,19v-10,0,-15,-6,-15,-19r0,-98r-135,0",w:240},I:{d:"53,-242r0,227v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v10,0,16,6,16,16"},"\u00cd":{d:"53,-242r0,227v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v10,0,16,6,16,16xm77,-310v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5"},"\u00ce":{d:"53,-242r0,227v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v10,0,16,6,16,16xm-18,-290v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13"},"\u00cf":{d:"53,-242r0,227v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v10,0,16,6,16,16xm-16,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm51,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20"},"\u00cc":{d:"53,-242r0,227v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v10,0,16,6,16,16xm77,-292v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13"},J:{d:"81,-62r0,-180v0,-10,5,-16,15,-16v10,0,16,6,16,16r0,177v0,41,-17,67,-62,67v-17,0,-53,-10,-53,-29v11,-29,25,2,56,2v22,0,28,-17,28,-37",w:133},K:{d:"53,-122r0,107v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,94r109,-100v9,-11,30,-16,31,3v0,8,-2,12,-6,15r-105,94r115,111v11,10,6,27,-9,27v-5,0,-10,-1,-16,-7",w:206},L:{d:"53,-242r0,212v28,5,83,-14,83,15v0,10,-7,15,-16,15r-82,0v-12,0,-17,-7,-17,-17r0,-225v0,-10,6,-16,16,-16v10,0,16,6,16,16",w:140},"\u0141":{d:"53,-121r0,91v28,5,83,-14,83,15v0,10,-7,15,-16,15r-82,0v-12,0,-17,-7,-17,-17r0,-86v-9,9,-32,9,-31,-8v1,-14,22,-17,31,-25r0,-106v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,88v12,-6,22,-16,37,-18v16,-1,16,21,5,27",w:140},M:{d:"73,-217r-31,205v-1,20,-35,18,-32,-2r37,-220v3,-30,41,-32,48,-8r55,188r55,-188v7,-24,43,-22,48,8r37,220v0,10,-5,16,-15,16v-8,0,-16,-3,-17,-14r-30,-205r-62,206v-5,18,-27,18,-32,0",w:300},N:{d:"53,-15v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-225v1,-27,24,-21,37,-2r130,186r0,-186v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,225v-1,27,-23,23,-37,3r-130,-187r0,186",w:240},"\u00d1":{d:"53,-15v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-225v1,-27,24,-21,37,-2r130,186r0,-186v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,225v-1,27,-23,23,-37,3r-130,-187r0,186xm67,-294v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7",w:240},O:{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm11,-128v0,-67,39,-130,112,-130v73,0,113,63,113,130v0,67,-40,130,-113,130v-73,0,-112,-63,-112,-130",w:246},"\u0152":{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm216,0v-20,0,-17,-19,-17,-37v-16,23,-45,39,-76,39v-73,0,-112,-63,-112,-130v0,-67,39,-130,112,-130v32,0,57,15,76,36v0,-18,-2,-34,17,-34r87,0v9,0,16,4,16,14v0,30,-59,9,-88,15r0,84r70,0v9,0,15,5,15,15v0,30,-57,9,-85,15r0,83r76,0v9,0,15,5,15,15v0,10,-6,15,-15,15r-91,0",w:333},"\u00d3":{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm11,-128v0,-67,39,-130,112,-130v73,0,113,63,113,130v0,67,-40,130,-113,130v-73,0,-112,-63,-112,-130xm164,-310v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:246},"\u00d4":{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm11,-128v0,-67,39,-130,112,-130v73,0,113,63,113,130v0,67,-40,130,-113,130v-73,0,-112,-63,-112,-130xm69,-290v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:246},"\u00d6":{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm11,-128v0,-67,39,-130,112,-130v73,0,113,63,113,130v0,67,-40,130,-113,130v-73,0,-112,-63,-112,-130xm71,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm138,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:246},"\u00d2":{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm11,-128v0,-67,39,-130,112,-130v73,0,113,63,113,130v0,67,-40,130,-113,130v-73,0,-112,-63,-112,-130xm164,-292v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:246},"\u00d8":{d:"58,-68r119,-140v-13,-14,-30,-23,-54,-23v-80,2,-93,101,-65,163xm190,-189r-120,140v13,15,29,24,53,24v80,-2,93,-100,67,-164xm196,-230v10,-10,17,-28,33,-31v10,-2,15,13,6,19r-24,29v54,78,18,217,-88,215v-30,0,-54,-11,-72,-29v-11,10,-17,27,-33,32v-28,-12,12,-35,18,-48v-54,-78,-19,-217,87,-215v30,0,55,10,73,28",w:246},"\u00d5":{d:"45,-128v0,49,20,103,78,103v58,0,79,-54,79,-103v0,-49,-21,-103,-79,-103v-58,0,-78,54,-78,103xm11,-128v0,-67,39,-130,112,-130v73,0,113,63,113,130v0,67,-40,130,-113,130v-73,0,-112,-63,-112,-130xm70,-294v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7",w:246},P:{d:"53,-96r0,81v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-224v1,-30,52,-17,79,-17v51,0,84,35,84,80v-1,63,-57,88,-131,80xm53,-229r0,106v53,5,100,-6,99,-53v0,-25,-14,-53,-54,-53r-45,0",w:186},Q:{d:"175,-46v-9,-10,-24,-17,-28,-32v8,-31,32,-3,43,8v27,-63,12,-161,-67,-161v-58,0,-78,54,-78,103v0,49,20,103,78,103v22,0,39,-8,52,-21xm246,-8v-12,31,-40,-7,-51,-18v-18,17,-42,28,-72,28v-73,0,-112,-63,-112,-130v0,-67,39,-130,112,-130v104,0,141,132,90,211v10,13,29,21,33,39",w:246},R:{d:"53,-112r0,97v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-224v0,-29,49,-17,75,-17v40,0,79,27,79,69v0,57,-35,75,-84,73r82,90v10,9,8,26,-8,26v-6,0,-11,-3,-15,-7xm53,-229r0,91v48,1,90,4,90,-47v0,-40,-44,-49,-90,-44",w:186},S:{d:"86,-258v32,0,63,12,63,29v-13,32,-26,-2,-64,-2v-23,0,-41,14,-41,36v0,57,122,30,122,116v0,42,-31,81,-87,81v-34,0,-71,-13,-71,-31v11,-38,30,4,71,4v33,0,53,-24,53,-52v0,-61,-122,-32,-122,-116v0,-30,28,-65,76,-65",w:173},"\u0160":{d:"86,-258v32,0,63,12,63,29v-13,32,-26,-2,-64,-2v-23,0,-41,14,-41,36v0,57,122,30,122,116v0,42,-31,81,-87,81v-34,0,-71,-13,-71,-31v11,-38,30,4,71,4v33,0,53,-24,53,-52v0,-61,-122,-32,-122,-116v0,-30,28,-65,76,-65xm87,-277v-17,-11,-50,-10,-55,-32v5,-29,39,-3,55,2v14,-5,26,-12,41,-16v14,-1,18,22,5,27",w:173},T:{d:"64,-15r0,-212v-23,-3,-62,11,-63,-15v0,-10,6,-14,15,-14r128,0v9,0,15,4,15,14v-1,26,-40,11,-63,15r0,212v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:159},"\u00de":{d:"53,-189r0,105v52,5,100,-5,99,-52v0,-24,-14,-53,-54,-53r-45,0xm53,-56v-2,23,8,58,-16,58v-10,0,-16,-7,-16,-17r0,-227v0,-10,6,-16,16,-16v20,-1,16,23,16,42v74,-9,132,19,131,80v-1,62,-57,89,-131,80",w:186},U:{d:"21,-102r0,-140v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,153v0,40,27,64,67,64v40,0,68,-24,68,-64r0,-153v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,140v0,86,-56,104,-100,104v-44,0,-99,-18,-99,-104",w:240},"\u00da":{d:"21,-102r0,-140v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,153v0,40,27,64,67,64v40,0,68,-24,68,-64r0,-153v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,140v0,86,-56,104,-100,104v-44,0,-99,-18,-99,-104xm161,-310v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:240},"\u00db":{d:"21,-102r0,-140v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,153v0,40,27,64,67,64v40,0,68,-24,68,-64r0,-153v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,140v0,86,-56,104,-100,104v-44,0,-99,-18,-99,-104xm66,-290v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:240},"\u00dc":{d:"21,-102r0,-140v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,153v0,40,27,64,67,64v40,0,68,-24,68,-64r0,-153v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,140v0,86,-56,104,-100,104v-44,0,-99,-18,-99,-104xm68,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm135,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:240},"\u00d9":{d:"21,-102r0,-140v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,153v0,40,27,64,67,64v40,0,68,-24,68,-64r0,-153v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,140v0,86,-56,104,-100,104v-44,0,-99,-18,-99,-104xm161,-292v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:240},V:{d:"165,-238v0,-20,31,-28,34,-8v-22,82,-58,152,-81,231v-6,21,-29,21,-36,0r-81,-231v5,-21,33,-11,34,8r65,187",w:200},W:{d:"74,-39r60,-207v4,-17,28,-17,32,0r60,207r34,-205v0,-19,34,-18,31,0r-40,225v-1,24,-39,32,-48,0r-53,-188r-53,188v-5,32,-43,24,-47,0r-41,-225v0,-19,29,-18,32,0",w:300},X:{d:"107,-113r-74,105v-9,17,-27,12,-30,-3v23,-48,59,-83,86,-127v-23,-36,-53,-66,-72,-107v2,-15,20,-18,30,-3r60,87r60,-87v9,-16,28,-12,30,3v-18,41,-49,71,-72,107v28,43,63,79,86,127v-3,15,-20,18,-31,3",w:213},Y:{d:"74,-15r0,-105v-24,-43,-54,-79,-74,-126v2,-15,22,-16,31,-2r59,96r59,-96v15,-24,38,-4,26,16r-69,112r0,105v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:180},"\u00dd":{d:"74,-15r0,-105v-24,-43,-54,-79,-74,-126v2,-15,22,-16,31,-2r59,96r59,-96v15,-24,38,-4,26,16r-69,112r0,105v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17xm130,-310v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:180},"\u0178":{d:"74,-15r0,-105v-24,-43,-54,-79,-74,-126v2,-15,22,-16,31,-2r59,96r59,-96v15,-24,38,-4,26,16r-69,112r0,105v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17xm37,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm104,-295v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:180},Z:{d:"15,-31r132,-198r-117,0v-9,0,-15,-5,-15,-14v0,-9,6,-13,15,-13r140,0v22,1,19,16,9,31r-132,198r129,0v9,0,16,4,16,13v0,9,-7,14,-16,14r-149,0v-22,0,-22,-16,-12,-31",w:200},"\u017d":{d:"15,-31r132,-198r-117,0v-9,0,-15,-5,-15,-14v0,-9,6,-13,15,-13r140,0v22,1,19,16,9,31r-132,198r129,0v9,0,16,4,16,13v0,9,-7,14,-16,14r-149,0v-22,0,-22,-16,-12,-31xm100,-277v-17,-11,-50,-10,-55,-32v5,-29,39,-3,55,2v14,-5,26,-12,41,-16v14,-1,18,22,5,27",w:200},a:{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70",w:200},"\u00e1":{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm140,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:200},"\u00e2":{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm45,-232v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:200},"\u00b4":{d:"77,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5"},"\u00e4":{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm47,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm114,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:200},"\u00e6":{d:"44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm164,2v-11,2,-18,-14,-15,-29v-45,66,-136,7,-136,-69v0,-51,30,-98,84,-98v22,0,38,10,52,26v-6,-26,26,-38,30,-10v1,2,-1,7,1,8v4,-5,24,-24,50,-24v41,0,81,37,81,94v0,11,-4,16,-18,16r-117,0v1,29,21,59,58,58v39,-1,48,-24,61,-25v6,0,12,5,12,14v-2,33,-103,57,-128,16v2,14,-6,24,-15,23xm178,-107r101,0v0,-27,-16,-59,-51,-59v-36,0,-50,32,-50,59",w:320},"\u00e0":{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm140,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:200},"&":{d:"114,-150r58,68v16,-20,28,-49,38,-48v7,0,13,4,13,11v0,10,-8,26,-34,57v12,17,31,30,38,51v0,14,-17,16,-25,7r-31,-35v-24,30,-52,41,-79,41v-42,0,-79,-27,-79,-74v0,-44,21,-62,57,-84v-14,-15,-28,-33,-28,-50v0,-38,27,-52,62,-52v30,0,57,19,57,45v0,33,-24,50,-47,63xm102,-233v-39,2,-34,43,-5,63v14,-8,34,-22,34,-38v0,-17,-15,-25,-29,-25xm45,-76v0,27,16,49,50,49v22,0,38,-9,58,-33r-65,-76v-33,19,-43,37,-43,60",w:240},"\u00e5":{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm66,-244v0,-19,15,-34,34,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34xm83,-244v0,9,8,16,17,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17v-9,0,-17,8,-17,17",w:200},"^":{d:"108,-227r-57,105v-7,20,-26,25,-31,6v19,-46,48,-84,69,-128v9,-18,28,-17,38,0r63,113v8,9,9,27,-7,27v-8,0,-11,-6,-18,-18",w:216},"~":{d:"146,-65v-29,1,-52,-25,-75,-25v-15,0,-17,25,-35,25v-7,0,-13,-6,-13,-11v0,-21,25,-41,47,-41v29,-1,52,24,75,24v15,0,17,-24,35,-24v7,0,13,5,13,10v0,21,-25,42,-47,42",w:216},"*":{d:"54,-195v-12,-8,-39,-8,-40,-25v9,-26,29,-2,47,12v1,-20,-15,-50,9,-50v24,0,8,30,9,50v18,-14,37,-38,48,-12v-2,16,-29,17,-41,25v12,8,38,10,41,25v-10,25,-30,3,-48,-11v-1,20,14,47,-9,50v-23,-3,-8,-30,-9,-50v-14,10,-26,23,-35,23v-12,0,-18,-17,-4,-23",w:140},"@":{d:"96,-111v0,19,13,33,29,33v36,0,49,-50,49,-70v0,-18,-9,-26,-27,-26v-35,0,-51,36,-51,63xm218,-191r-28,105v0,6,3,10,10,10v23,0,48,-34,48,-71v0,-56,-48,-88,-99,-88v-62,0,-109,48,-109,107v0,63,48,106,112,106v61,0,76,-39,96,-39v5,0,9,3,9,8v0,20,-59,55,-107,55v-76,0,-137,-57,-137,-130v0,-73,61,-130,136,-130v68,0,126,43,126,107v0,70,-57,100,-89,100v-15,1,-21,-9,-26,-21v-29,39,-96,17,-96,-36v0,-65,84,-132,124,-66v3,-11,5,-26,19,-25v6,0,11,2,11,8",w:288},"\u00e3":{d:"179,-178r0,165v-1,21,-27,20,-29,0v-1,-4,2,-12,-1,-14v-46,66,-136,7,-136,-69v0,-51,30,-98,84,-98v23,-1,36,12,53,26v-6,-26,29,-38,29,-10xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm46,-236v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7",w:200},b:{d:"51,-96v0,32,13,71,52,71v39,0,53,-39,53,-71v0,-32,-14,-70,-53,-70v-39,0,-52,38,-52,70xm22,-15r0,-246v0,-10,6,-17,16,-17v10,0,16,7,16,17r1,93v8,-12,26,-26,51,-26v52,0,82,47,82,98v0,51,-30,98,-82,98v-26,1,-41,-11,-52,-26v1,15,-3,26,-16,26v-10,0,-16,-7,-16,-17",w:200},"\\":{d:"111,-9r-99,-220v-9,-15,-7,-29,9,-29v8,0,12,4,15,10r103,237v0,17,-26,16,-28,2",w:146},"|":{d:"25,-13r0,-249v0,-9,5,-16,15,-16v10,0,15,7,15,16r0,249v0,9,-5,15,-15,15v-10,0,-15,-6,-15,-15",w:79},"{":{d:"78,30v-55,0,-51,-36,-51,-83v0,-25,0,-44,-17,-48v-21,-4,-19,-22,0,-27v47,-13,-26,-130,68,-130v10,0,14,3,14,10v1,19,-35,2,-35,28r0,57v1,41,-22,45,-33,49v13,1,33,9,33,48v0,28,-14,77,21,74v10,0,14,4,14,11v0,7,-4,11,-14,11",w:86},"}":{d:"9,-258v55,0,52,36,50,82v0,25,0,44,17,48v21,5,21,22,0,27v-47,12,26,131,-67,131v-10,0,-14,-4,-14,-11v-1,-19,35,-2,35,-28r0,-57v-1,-41,22,-45,33,-49v-13,-1,-33,-9,-33,-48v0,-28,14,-77,-21,-74v-10,0,-14,-4,-14,-11v0,-7,4,-10,14,-10",w:86},"[":{d:"57,-231r0,233v26,-8,36,26,12,28v-20,2,-42,2,-42,-18r0,-253v-2,-20,23,-17,42,-17v8,0,14,5,14,13v0,13,-12,15,-26,14",w:86},"]":{d:"30,2r0,-233v-25,8,-36,-26,-12,-27v19,-1,41,-3,41,17r0,253v2,20,-21,19,-41,18v-8,0,-14,-6,-14,-14v0,-13,12,-15,26,-14",w:86},"\u02d8":{d:"-12,-251v9,-31,25,8,49,8v20,0,26,-21,37,-21v7,0,11,6,11,13v-4,46,-92,45,-97,0"},"\u00a6":{d:"25,-13r0,-74v0,-9,5,-15,15,-15v10,0,15,6,15,15r0,74v0,9,-5,15,-15,15v-10,0,-15,-6,-15,-15xm25,-189r0,-73v0,-9,5,-16,15,-16v30,0,15,59,15,89v0,9,-5,15,-15,15v-10,0,-15,-6,-15,-15",w:79},"\u2022":{d:"26,-128v0,-35,29,-64,64,-64v35,0,64,29,64,64v0,35,-29,64,-64,64v-35,0,-64,-29,-64,-64",w:180},c:{d:"13,-96v0,-51,28,-98,86,-98v32,0,51,11,51,24v-6,26,-24,4,-51,4v-39,0,-55,38,-55,70v0,32,16,71,55,71v22,0,28,-11,38,-11v7,0,12,4,12,13v0,12,-17,25,-50,25v-58,0,-86,-47,-86,-98",w:159},"\u02c7":{d:"37,-219v-17,-11,-50,-10,-55,-32v5,-29,39,-3,55,2v14,-5,26,-12,41,-16v14,-1,18,22,5,27"},"\u00e7":{d:"13,-96v0,-51,28,-98,86,-98v32,0,51,11,51,24v-6,26,-24,4,-51,4v-39,0,-55,38,-55,70v0,32,16,71,55,71v22,0,28,-11,38,-11v7,0,12,4,12,13v0,12,-17,25,-50,25v-58,0,-86,-47,-86,-98xm104,0r-11,15v16,-5,35,9,33,19v6,33,-57,41,-66,18v-2,-23,37,6,38,-16v1,-12,-39,-2,-23,-23r10,-13r19,0",w:159},"\u00b8":{d:"66,0r-11,15v16,-5,35,9,33,19v6,33,-57,41,-66,18v-2,-23,37,6,38,-16v1,-12,-39,-2,-23,-23r10,-13r19,0"},"\u00a2":{d:"89,29v-12,-1,-5,-18,-7,-29v-93,-15,-92,-177,0,-192v1,-11,-5,-29,7,-29v12,0,7,16,8,27v35,0,53,11,53,24v-7,26,-24,5,-53,4r0,141v24,0,30,-11,40,-11v7,0,12,4,12,13v0,12,-17,25,-52,25v-1,11,4,27,-8,27xm82,-28r0,-135v-52,21,-51,114,0,135",w:159},"\u02c6":{d:"-18,-232v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13"},":":{d:"27,-16v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm27,-137v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18",w:90},",":{d:"8,32v3,-20,18,-36,24,-53v5,-15,30,-20,31,0v-4,19,-18,36,-24,53v-5,14,-30,19,-31,0",w:90},"\u00a9":{d:"98,-129v0,30,18,56,47,56v39,0,36,-33,53,-33v5,0,11,2,11,10v0,12,-20,47,-64,47v-46,0,-77,-35,-77,-80v0,-45,30,-79,77,-79v45,0,64,32,64,45v0,6,-5,10,-12,10v-19,0,-13,-32,-52,-32v-31,0,-47,24,-47,56xm144,2v-72,0,-130,-58,-130,-130v0,-72,58,-130,130,-130v72,0,130,58,130,130v0,72,-58,130,-130,130xm144,-25v55,0,101,-46,101,-103v0,-57,-46,-103,-101,-103v-55,0,-101,46,-101,103v0,57,46,103,101,103",w:288},"\u00a4":{d:"20,-39v-21,-4,-6,-29,5,-36v-24,-25,-24,-82,0,-107v-12,-7,-26,-31,-5,-35v9,3,15,14,22,19v27,-26,81,-25,108,0v9,-9,29,-32,35,-6v0,9,-12,16,-17,22v24,25,24,82,0,107v11,7,27,32,5,36v-9,-3,-16,-14,-23,-19v-27,26,-81,25,-108,0v-7,6,-13,16,-22,19xm37,-128v0,37,27,62,59,62v32,0,60,-25,60,-62v0,-37,-28,-62,-60,-62v-32,0,-59,25,-59,62",w:192},d:{d:"149,-96v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70v0,32,14,71,53,71v39,0,52,-39,52,-71xm162,2v-15,1,-15,-14,-17,-26v-9,17,-26,26,-51,26v-52,0,-81,-47,-81,-98v0,-51,29,-98,81,-98v26,-1,42,15,52,26r0,-93v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,246v0,10,-6,17,-16,17",w:200},"\u2020":{d:"95,-169r0,-74v0,-9,5,-15,15,-15v10,0,15,6,15,15r0,74r70,0v9,0,16,5,16,15v-6,28,-58,8,-86,14r0,202v0,9,-5,16,-15,16v-10,0,-15,-7,-15,-16r0,-202r-70,0v-9,0,-15,-4,-15,-14v0,-30,57,-9,85,-15",w:220},"\u2021":{d:"95,-34r0,-113r-70,0v-9,0,-15,-5,-15,-15v0,-10,6,-14,15,-14r70,0r0,-67v0,-9,5,-15,15,-15v29,0,10,55,15,82r70,0v9,0,16,4,16,14v0,30,-57,10,-86,15r0,113r70,0v9,0,16,5,16,15v0,30,-57,10,-86,15v-5,28,13,77,-15,82v-28,-5,-10,-54,-15,-82r-70,0v-9,0,-15,-5,-15,-15v0,-30,57,-9,85,-15",w:220},"\u00b0":{d:"21,-207v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51xm40,-207v0,18,14,32,32,32v18,0,32,-14,32,-32v0,-18,-14,-32,-32,-32v-18,0,-32,14,-32,32",w:144},"\u00a8":{d:"-16,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm51,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20"},"\u00f7":{d:"184,-76r-152,0v-9,0,-15,-5,-15,-15v0,-10,6,-15,15,-15r152,0v9,0,15,5,15,15v0,10,-6,15,-15,15xm82,-166v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26xm82,-17v0,-14,12,-25,26,-25v14,0,26,11,26,25v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:216},"$":{d:"78,-158r0,-73v-20,3,-34,16,-34,36v0,20,14,29,34,37xm78,-25r0,-100v-33,-11,-68,-23,-68,-68v0,-28,25,-61,68,-65v1,-11,-3,-25,8,-25v11,0,7,14,8,25v29,2,55,14,55,29v-10,29,-27,4,-55,-2r0,79v33,12,72,24,72,73v0,39,-26,74,-72,80v-1,11,4,26,-8,26v-11,0,-7,-14,-8,-25v-37,0,-70,-17,-70,-32v11,-36,31,7,70,5xm94,-120r0,93v24,-5,38,-24,38,-50v0,-24,-17,-35,-38,-43",w:173},"\u02d9":{d:"17,-237v0,-11,9,-19,20,-19v11,0,19,8,19,19v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20"},"\u0131":{d:"53,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17"},e:{d:"160,-84r-119,0v0,33,21,59,57,59v42,0,52,-26,64,-26v6,0,12,5,12,14v0,15,-40,39,-77,39v-61,0,-88,-47,-88,-98v0,-52,32,-98,86,-98v52,0,83,48,83,94v0,11,-4,16,-18,16xm41,-107r105,0v0,-27,-16,-59,-51,-59v-39,0,-53,30,-54,59",w:187},"\u00e9":{d:"160,-84r-119,0v0,33,21,59,57,59v42,0,52,-26,64,-26v6,0,12,5,12,14v0,15,-40,39,-77,39v-61,0,-88,-47,-88,-98v0,-52,32,-98,86,-98v52,0,83,48,83,94v0,11,-4,16,-18,16xm41,-107r105,0v0,-27,-16,-59,-51,-59v-39,0,-53,30,-54,59xm134,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:187},"\u00ea":{d:"160,-84r-119,0v0,33,21,59,57,59v42,0,52,-26,64,-26v6,0,12,5,12,14v0,15,-40,39,-77,39v-61,0,-88,-47,-88,-98v0,-52,32,-98,86,-98v52,0,83,48,83,94v0,11,-4,16,-18,16xm41,-107r105,0v0,-27,-16,-59,-51,-59v-39,0,-53,30,-54,59xm39,-232v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:187},"\u00eb":{d:"160,-84r-119,0v0,33,21,59,57,59v42,0,52,-26,64,-26v6,0,12,5,12,14v0,15,-40,39,-77,39v-61,0,-88,-47,-88,-98v0,-52,32,-98,86,-98v52,0,83,48,83,94v0,11,-4,16,-18,16xm41,-107r105,0v0,-27,-16,-59,-51,-59v-39,0,-53,30,-54,59xm41,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm108,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:187},"\u00e8":{d:"160,-84r-119,0v0,33,21,59,57,59v42,0,52,-26,64,-26v6,0,12,5,12,14v0,15,-40,39,-77,39v-61,0,-88,-47,-88,-98v0,-52,32,-98,86,-98v52,0,83,48,83,94v0,11,-4,16,-18,16xm41,-107r105,0v0,-27,-16,-59,-51,-59v-39,0,-53,30,-54,59xm134,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:187},"8":{d:"31,-200v1,-78,130,-77,131,0v0,27,-10,43,-33,57v30,7,46,34,46,64v0,42,-29,81,-79,81v-85,0,-108,-124,-32,-145v-23,-14,-33,-30,-33,-57xm60,-194v0,22,13,38,36,38v23,0,36,-16,36,-38v0,-22,-13,-37,-36,-37v-23,0,-36,15,-36,37xm52,-77v0,33,20,52,44,52v24,0,45,-19,45,-52v0,-26,-15,-52,-45,-52v-30,0,-44,26,-44,52",w:192},"\u2026":{d:"42,-16v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm162,-16v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18xm282,-16v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18",w:360},"\u2014":{d:"0,-110r360,0v8,0,14,6,14,14v0,8,-6,13,-14,13r-360,0v-8,0,-14,-5,-14,-13v0,-8,6,-14,14,-14",w:360},"\u2013":{d:"166,-83r-152,0v-8,0,-14,-5,-14,-13v0,-8,6,-14,14,-14r152,0v8,0,14,6,14,14v0,8,-6,13,-14,13",w:180},"=":{d:"184,-114r-152,0v-9,0,-15,-5,-15,-15v0,-10,6,-14,15,-14r152,0v9,0,15,4,15,14v0,10,-6,15,-15,15xm184,-39r-152,0v-9,0,-15,-5,-15,-15v0,-10,6,-14,15,-14r152,0v9,0,15,4,15,14v0,10,-6,15,-15,15",w:216},"\u00f0":{d:"13,-94v0,-69,77,-133,127,-76v-4,-22,-28,-45,-43,-59v-13,6,-26,17,-42,19v-7,0,-12,-13,-2,-18r28,-14v-16,-13,-34,-11,-34,-25v10,-25,43,-2,62,11v14,-6,27,-17,43,-20v10,-2,12,17,1,19r-28,14v42,38,56,83,56,135v0,64,-27,110,-86,110v-53,0,-82,-48,-82,-96xm97,-163v-72,3,-71,135,0,138v71,-3,70,-135,0,-138",w:193},"!":{d:"37,-86r0,-156v0,-10,6,-16,16,-16v10,0,16,6,16,16r0,156v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17xm35,-16v0,-10,8,-19,18,-19v10,0,19,9,19,19v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18",w:106},"\u00a1":{d:"69,-106r0,156v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-156v0,-10,6,-17,16,-17v10,0,16,7,16,17xm72,-175v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-10,8,-19,18,-19v10,0,19,9,19,19",w:106},f:{d:"63,-164r0,149v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-149v-28,9,-41,-26,-13,-28r13,0v-3,-48,0,-86,52,-86v8,0,18,5,18,14v0,22,-38,3,-38,26r0,46v16,0,35,-2,35,14v0,16,-19,14,-35,14",w:93},"\ufb01":{d:"146,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17xm111,-239v0,-11,8,-19,19,-19v11,0,19,8,19,19v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19xm63,-164r0,149v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-149v-28,9,-41,-26,-13,-28r13,0v-3,-48,0,-86,52,-86v8,0,18,5,18,14v0,22,-38,3,-38,26r0,46v16,0,35,-2,35,14v0,16,-19,14,-35,14",w:166},"5":{d:"82,-229r-10,70v50,-27,99,17,99,70v0,55,-31,91,-83,91v-42,0,-72,-27,-72,-42v0,-6,3,-14,11,-14v13,0,25,27,61,27v31,0,49,-26,49,-56v0,-30,-13,-54,-44,-54v-23,0,-35,10,-44,10v-17,0,-10,-16,-8,-31r13,-90v1,-6,4,-8,12,-8r89,0v8,0,14,5,14,13v-6,28,-59,9,-87,14",w:192},"\ufb02":{d:"63,-164r0,149v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-149v-28,9,-41,-26,-13,-28r13,0v-3,-48,0,-86,52,-86v8,0,18,5,18,14v0,22,-38,3,-38,26r0,46v16,0,35,-2,35,14v0,16,-19,14,-35,14xm146,-261r0,246v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-246v0,-10,6,-17,16,-17v10,0,16,7,16,17",w:166},"\u0192":{d:"39,-142v0,-17,20,-14,37,-14v8,-46,13,-102,64,-102v17,0,23,5,23,13v0,9,-6,12,-20,12v-29,0,-30,50,-36,77v16,0,36,-3,36,14v0,18,-23,14,-41,14r-26,142v-8,43,-17,64,-59,64v-28,0,-33,-28,-8,-28v31,0,31,-7,38,-45r24,-133v-16,1,-32,1,-32,-14",w:192},"4":{d:"120,-66r-102,0v-21,-2,-15,-16,-6,-29r91,-149v11,-22,49,-20,49,12r0,139v14,-1,30,-1,30,13v0,14,-15,15,-30,14v-3,25,11,68,-16,68v-27,0,-13,-43,-16,-68xm44,-93r76,0r0,-132",w:192},"\u2044":{d:"-33,-5r101,-246v2,-15,25,-11,25,-1v-29,84,-69,164,-101,246v-3,15,-25,13,-25,1",w:60},g:{d:"178,-178r0,164v0,57,-35,92,-87,92v-33,0,-73,-19,-73,-35v0,-6,3,-15,13,-15v14,0,29,22,63,22v46,0,56,-38,51,-75v-10,17,-26,27,-48,27v-54,0,-84,-47,-84,-98v0,-51,30,-98,84,-98v22,-1,39,13,49,24v-6,-26,32,-35,32,-8xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70",w:200},"\u00df":{d:"21,-13r0,-190v0,-47,28,-75,69,-75v74,-1,94,91,44,126v74,19,58,151,-23,154v-24,1,-29,-28,-9,-28v36,0,46,-23,46,-56v0,-34,-19,-52,-43,-53v-23,-1,-21,-27,0,-29v12,-4,25,-10,25,-45v0,-23,-15,-42,-39,-42v-19,0,-38,11,-38,54r0,184v0,21,-32,20,-32,0",w:200},"`":{d:"77,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13"},">":{d:"28,-25r134,-66r-134,-66v-13,-2,-15,-27,0,-27v56,20,105,52,158,76v17,9,18,25,0,33r-140,71v-14,8,-29,11,-29,-7v0,-8,6,-11,11,-14",w:216},"\u00ab":{d:"71,-96r35,-65v5,-14,26,-11,27,4v-7,23,-24,41,-34,61v11,20,26,37,34,60v-1,15,-20,17,-27,4xm14,-96r35,-65v6,-13,26,-12,27,4v-7,23,-24,41,-34,61v11,20,26,37,34,60v-1,16,-20,17,-27,4",w:146},"\u00bb":{d:"14,-36v7,-23,24,-40,34,-60v-11,-20,-26,-38,-34,-61v1,-16,19,-17,26,-4r36,65r-36,64v-5,14,-25,12,-26,-4xm71,-36v7,-22,23,-40,33,-60v-10,-20,-25,-38,-33,-61v1,-16,19,-17,26,-4r36,65r-36,64v-5,14,-25,12,-26,-4",w:146},"\u2039":{d:"15,-96r36,-65v5,-14,26,-11,27,4v-7,23,-24,41,-34,61v11,20,26,37,34,60v-1,15,-20,17,-27,4",w:93},"\u203a":{d:"15,-36v7,-23,24,-40,34,-60v-11,-20,-26,-38,-34,-61v1,-15,20,-17,27,-4r36,65r-36,64v-5,14,-26,11,-27,-4",w:93},h:{d:"141,-15r0,-104v-1,-64,-88,-63,-88,0r0,104v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-246v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,93v40,-46,120,-34,120,47r0,106v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:193},"\u02dd":{d:"37,-252v-8,18,-45,26,-66,33v-17,-4,-21,-22,-1,-28v19,-5,59,-36,67,-5xm116,-252v-8,18,-45,26,-66,33v-17,-4,-21,-22,-1,-28v17,-6,34,-20,54,-20v9,0,13,10,13,15"},"-":{d:"100,-83r-74,0v-8,0,-13,-5,-13,-13v0,-8,5,-14,13,-14r74,0v8,0,14,6,14,14v0,8,-6,13,-14,13",w:126},i:{d:"53,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17xm17,-239v0,-11,9,-19,20,-19v11,0,19,8,19,19v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19"},"\u00ed":{d:"53,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17xm77,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5"},"\u00ee":{d:"53,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17xm-18,-232v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13"},"\u00ef":{d:"53,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17xm-16,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm51,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20"},"\u00ec":{d:"53,-177r0,162v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v10,0,16,7,16,17xm77,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13"},j:{d:"53,-177r0,238v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-238v0,-10,6,-17,16,-17v10,0,16,7,16,17xm17,-239v0,-11,9,-19,20,-19v11,0,19,8,19,19v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19"},k:{d:"21,-15r0,-246v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,135v29,-21,53,-52,87,-68v15,1,17,19,5,28r-72,57r84,82v11,10,9,28,-6,29v-8,0,-11,-2,-19,-10r-79,-83r0,76v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:166},l:{d:"53,-261r0,246v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-246v0,-10,6,-17,16,-17v10,0,16,7,16,17"},"<":{d:"54,-91r134,66v13,2,15,27,0,27v-56,-20,-105,-53,-158,-77v-18,-8,-17,-24,0,-33r140,-70v14,-8,29,-11,29,7v0,8,-6,11,-11,14",w:216},"\u00ac":{d:"170,-114r-138,0v-9,0,-15,-5,-15,-15v0,-10,6,-14,15,-14r152,0v10,0,15,6,15,15r0,74v0,9,-5,15,-15,15v-27,0,-9,-50,-14,-75",w:216},"\u0142":{d:"21,-15r0,-87v-7,11,-32,20,-34,-1v6,-17,24,-26,34,-39r0,-119v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,87v6,-12,31,-20,33,0v-4,19,-23,27,-33,40r0,119v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17"},m:{d:"134,-15v-6,-58,22,-151,-41,-151v-62,0,-40,94,-40,151v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-162v0,-10,6,-17,16,-17v13,0,17,10,16,24v8,-10,20,-24,49,-24v19,0,38,9,52,33v32,-51,124,-47,125,40r0,106v0,10,-5,17,-15,17v-10,0,-16,-7,-16,-17v-6,-58,22,-151,-41,-151v-63,0,-35,94,-41,151v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:300},"\u00af":{d:"0,-248r73,0v9,0,16,5,16,15v0,10,-7,14,-16,14r-73,0v-9,0,-15,-4,-15,-14v0,-10,6,-15,15,-15"},"\u2212":{d:"184,-76r-152,0v-9,0,-15,-5,-15,-15v0,-10,6,-15,15,-15r152,0v9,0,15,5,15,15v0,10,-6,15,-15,15",w:216},"\u03bc":{d:"21,61r0,-238v0,-10,6,-17,16,-17v10,0,16,7,16,17v0,59,-24,152,44,152v69,0,44,-94,44,-152v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,162v2,19,-27,23,-31,7v-27,14,-69,16,-89,-6r0,75v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:193},"\u00d7":{d:"108,-111r55,-55v9,-13,27,-9,28,5v-13,29,-44,47,-63,70v20,23,48,41,63,69v-1,14,-19,19,-28,5r-55,-54v-23,20,-42,49,-70,63v-15,-3,-16,-17,-5,-28r55,-55r-55,-55v-12,-10,-11,-25,5,-28v29,13,47,44,70,63",w:216},n:{d:"21,-15r0,-162v0,-10,6,-17,16,-17v13,0,17,11,16,26v40,-46,120,-34,120,47r0,106v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-104v-1,-64,-88,-63,-88,0r0,104v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:193},"9":{d:"97,-258v45,0,77,37,77,88v0,75,-50,132,-89,165v-12,11,-25,10,-28,-8v0,-5,4,-9,13,-17v19,-17,39,-37,54,-71v-52,30,-105,-11,-105,-74v0,-46,33,-83,78,-83xm143,-174v0,-30,-14,-55,-45,-55v-31,0,-45,25,-45,55v0,34,14,56,45,56v31,0,45,-26,45,-56",w:192},"\u00f1":{d:"21,-15r0,-162v0,-10,6,-17,16,-17v13,0,17,11,16,26v40,-46,120,-34,120,47r0,106v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-104v-1,-64,-88,-63,-88,0r0,104v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17xm43,-236v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7",w:193},"#":{d:"137,-78r-9,67v-1,8,-5,13,-14,13v-16,-2,-12,-13,-10,-27r7,-53r-43,0r-9,67v-1,8,-5,13,-14,13v-16,-2,-12,-13,-10,-27r7,-53v-16,0,-37,4,-37,-12v1,-17,24,-11,40,-12r8,-53v-16,0,-37,4,-37,-12v1,-17,24,-11,40,-12r9,-67v1,-8,5,-12,14,-12v16,2,12,13,10,27r-7,52r43,0r9,-67v1,-8,5,-12,14,-12v16,2,12,13,10,27r-7,52v16,0,37,-4,37,12v-1,17,-24,11,-40,12r-8,53v16,0,37,-4,37,12v-1,17,-24,11,-40,12xm114,-102r8,-53r-43,0r-8,53r43,0",w:192},o:{d:"13,-96v0,-51,30,-98,84,-98v54,0,84,47,84,98v0,51,-30,98,-84,98v-54,0,-84,-47,-84,-98xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70",w:193},"\u00f3":{d:"13,-96v0,-51,30,-98,84,-98v54,0,84,47,84,98v0,51,-30,98,-84,98v-54,0,-84,-47,-84,-98xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm137,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:193},"\u00f4":{d:"13,-96v0,-51,30,-98,84,-98v54,0,84,47,84,98v0,51,-30,98,-84,98v-54,0,-84,-47,-84,-98xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm42,-232v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:193},"\u00f6":{d:"13,-96v0,-51,30,-98,84,-98v54,0,84,47,84,98v0,51,-30,98,-84,98v-54,0,-84,-47,-84,-98xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm44,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm111,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:193},"\u0153":{d:"180,-107r105,0v0,-27,-15,-59,-52,-59v-37,0,-53,32,-53,59xm13,-96v0,-51,30,-98,83,-98v30,0,54,16,69,38v13,-22,38,-38,68,-38v54,0,84,48,84,94v0,11,-3,16,-17,16r-120,0v0,33,21,59,60,58v40,-1,49,-24,62,-25v6,0,11,5,11,14v0,15,-38,39,-75,39v-36,0,-60,-15,-73,-37v-15,22,-39,37,-69,37v-53,0,-83,-47,-83,-98xm96,-166v-39,0,-52,38,-52,70v0,32,13,71,52,71v39,0,53,-39,53,-71v0,-32,-14,-70,-53,-70",w:326},"\u02db":{d:"22,38v4,-23,21,-41,50,-39v-9,7,-25,23,-23,33v-3,23,37,1,39,18v-7,24,-70,17,-66,-12"},"\u00f2":{d:"13,-96v0,-51,30,-98,84,-98v54,0,84,47,84,98v0,51,-30,98,-84,98v-54,0,-84,-47,-84,-98xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm137,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:193},"1":{d:"59,-15r0,-214v-19,-1,-47,6,-47,-14v0,-24,45,-13,69,-13v6,0,10,0,10,8r0,233v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:126},"\u00bd":{d:"57,-5r101,-246v2,-16,25,-10,25,-1v-29,84,-69,164,-101,246v-3,15,-25,13,-25,1xm41,-235v-13,0,-29,3,-28,-11v1,-18,31,-7,47,-10v3,0,7,1,7,5r0,135v0,9,-6,13,-13,13v-7,0,-13,-4,-13,-13r0,-119xm199,-22v22,3,62,-9,67,11v0,8,-6,11,-14,11r-78,0v-13,-2,-13,-7,-7,-16v24,-32,55,-59,71,-98v0,-11,-9,-18,-23,-18v-18,0,-30,16,-30,29v0,6,-5,9,-10,9v-8,0,-12,-4,-12,-12v0,-25,19,-48,54,-48v47,-1,58,40,34,69",w:289},"\u00bc":{d:"68,-5r100,-246v2,-15,26,-11,26,-1v-29,84,-69,164,-101,246v-3,15,-25,13,-25,1xm41,-235v-13,0,-29,3,-28,-11v1,-18,31,-7,47,-10v3,0,7,1,7,5r0,135v0,9,-6,13,-13,13v-7,0,-13,-4,-13,-13r0,-119xm233,-35r-65,0v-12,-2,-8,-14,-3,-21r57,-86v7,-16,35,-17,36,4r0,81v19,-6,26,20,9,22r-9,0v-1,15,6,37,-12,37v-18,0,-12,-21,-13,-37xm190,-57r43,0v-1,-23,2,-50,-1,-71",w:289},"\u00b9":{d:"31,-235v-13,0,-29,3,-28,-11v1,-18,31,-7,47,-10v3,0,7,1,7,5r0,135v0,9,-6,13,-13,13v-7,0,-13,-4,-13,-13r0,-119",w:82},"\u00aa":{d:"120,-249r0,99v0,12,-24,12,-24,0v0,-2,1,-6,-1,-6v-28,35,-91,2,-85,-44v-5,-47,57,-77,86,-43v-2,-10,3,-15,12,-15v6,0,12,3,12,9xm66,-162v18,0,30,-18,30,-38v0,-19,-12,-37,-30,-37v-18,0,-30,18,-30,37v0,20,12,38,30,38",w:129},"\u00ba":{d:"8,-200v0,-33,22,-58,55,-58v33,0,55,25,55,58v0,33,-22,59,-55,59v-33,0,-55,-26,-55,-59xm34,-200v0,20,12,38,29,38v17,0,29,-18,29,-38v0,-19,-12,-37,-29,-37v-17,0,-29,18,-29,37",w:126},"\u00f8":{d:"19,9v-26,-9,4,-30,12,-42v-39,-58,-12,-163,66,-161v21,0,38,8,51,19v8,-10,27,-39,37,-15v-3,14,-15,21,-22,32v40,59,12,162,-66,160v-21,0,-38,-7,-51,-19v-9,8,-13,24,-27,26xm51,-58r79,-95v-8,-8,-19,-13,-33,-13v-52,2,-62,65,-46,108xm142,-133r-78,94v8,8,19,14,33,14v52,-3,61,-65,45,-108",w:193},"\u00f5":{d:"13,-96v0,-51,30,-98,84,-98v54,0,84,47,84,98v0,51,-30,98,-84,98v-54,0,-84,-47,-84,-98xm44,-96v0,32,14,71,53,71v39,0,52,-39,52,-71v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70xm43,-236v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7",w:193},p:{d:"51,-96v0,32,13,71,52,71v39,0,53,-39,53,-71v0,-32,-14,-70,-53,-70v-39,0,-52,38,-52,70xm22,61r0,-238v0,-10,6,-17,16,-17v15,-1,15,15,17,27v9,-17,26,-27,51,-27v52,0,82,47,82,98v0,51,-30,98,-82,98v-26,1,-42,-15,-52,-26r0,85v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:200},"\u00b6":{d:"87,62r0,-186v-46,0,-77,-27,-77,-66v0,-39,31,-66,92,-66v29,0,86,-14,86,17r0,301v0,9,-5,16,-15,16v-10,0,-15,-7,-15,-16r0,-295r-41,0r0,295v0,9,-5,16,-15,16v-10,0,-15,-7,-15,-16",w:216},"(":{d:"73,-255v-25,65,-26,216,0,281v-4,16,-27,10,-29,-6v-28,-71,-27,-198,0,-269v1,-17,27,-22,29,-6",w:86},")":{d:"14,26v25,-65,26,-216,0,-281v4,-16,26,-11,28,6v27,71,28,198,0,269v-1,17,-26,21,-28,6",w:86},"%":{d:"70,-156v42,-2,43,-81,0,-83v-43,2,-42,81,0,83xm197,2v-36,0,-55,-29,-55,-61v0,-32,19,-61,55,-61v36,0,55,29,55,61v0,32,-19,61,-55,61xm197,-17v42,-2,43,-81,0,-83v-43,2,-42,81,0,83xm70,-137v-36,0,-55,-29,-55,-61v0,-32,19,-60,55,-60v36,0,55,28,55,60v0,32,-19,61,-55,61xm70,-5r101,-246v2,-15,25,-11,25,-1v-29,84,-69,164,-101,246v-3,15,-25,13,-25,1",w:266},".":{d:"27,-16v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18",w:90},"\u00b7":{d:"26,-109v0,-11,8,-20,19,-20v11,0,19,9,19,20v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19",w:90},"\u2030":{d:"71,-5r101,-246v2,-16,25,-10,25,-1v-29,84,-69,164,-101,246v-3,15,-25,13,-25,1xm196,2v-36,0,-55,-29,-55,-61v0,-32,19,-61,55,-61v36,0,55,29,55,61v0,32,-19,61,-55,61xm196,-17v42,-2,43,-81,0,-83v-43,2,-42,81,0,83xm71,-137v-36,0,-54,-29,-54,-61v0,-32,18,-60,54,-60v36,0,55,28,55,60v0,32,-19,61,-55,61xm71,-156v42,-2,43,-81,0,-83v-43,2,-42,81,0,83xm322,2v-36,0,-55,-29,-55,-61v0,-32,19,-61,55,-61v36,0,55,29,55,61v0,32,-19,61,-55,61xm322,-17v42,-2,43,-81,0,-83v-43,2,-42,81,0,83",w:393},"+":{d:"93,-106v5,-26,-13,-73,15,-76v28,3,10,50,15,76v26,5,73,-13,76,15v-3,28,-50,10,-76,15v-5,26,13,73,-15,76v-28,-3,-10,-50,-15,-76v-26,-5,-73,13,-76,-15v3,-28,50,-10,76,-15",w:216},"\u00b1":{d:"93,-127v2,-21,-9,-55,15,-55v24,0,12,34,15,55v26,5,73,-13,76,15v-4,27,-51,9,-76,14v-2,22,9,56,-15,56v-24,0,-13,-35,-15,-56v-26,-4,-72,12,-76,-14v3,-28,50,-10,76,-15xm184,0r-152,0v-9,0,-15,-5,-15,-15v0,-10,6,-15,15,-15r152,0v9,0,15,5,15,15v0,10,-6,15,-15,15",w:216},q:{d:"149,-96v0,-32,-13,-70,-52,-70v-39,0,-53,38,-53,70v0,32,14,71,53,71v39,0,52,-39,52,-71xm13,-96v0,-51,29,-98,81,-98v26,-1,41,12,52,27v-8,-29,31,-37,32,-10r0,238v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r-1,-85v-8,12,-26,26,-51,26v-52,0,-81,-47,-81,-98",w:200},"?":{d:"93,-122v-1,21,7,53,-16,53v-24,0,-16,-35,-16,-57v0,-16,0,-19,25,-24v55,-12,38,-79,-8,-79v-19,0,-35,7,-42,30v-6,19,-30,12,-30,-5v0,-32,38,-54,71,-54v44,0,76,28,76,66v0,39,-24,62,-60,70xm59,-16v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18",w:159},"\u00bf":{d:"67,-70v1,-21,-7,-53,16,-53v24,0,16,36,16,58v0,16,-1,19,-26,24v-54,13,-37,79,9,78v19,0,35,-6,42,-29v6,-19,29,-14,29,5v-1,32,-37,54,-70,54v-44,0,-77,-28,-77,-66v0,-39,25,-63,61,-71xm101,-175v0,10,-8,18,-18,18v-10,0,-19,-8,-19,-18v0,-10,9,-19,19,-19v10,0,18,9,18,19",w:159},'"':{d:"86,-179v-26,-1,-15,-41,-15,-64v0,-9,5,-15,15,-15v25,2,14,41,14,64v0,9,-4,15,-14,15xm35,-179v-26,-1,-15,-41,-15,-64v0,-9,5,-15,15,-15v25,2,14,41,14,64v0,9,-4,15,-14,15",w:120},"\u201e":{d:"58,32v3,-20,18,-36,24,-53v5,-15,30,-20,31,0v-4,19,-18,36,-24,53v-5,14,-30,19,-31,0xm7,32v3,-20,18,-36,24,-53v5,-15,30,-20,31,0v-4,19,-18,36,-24,53v-5,14,-30,19,-31,0",w:120},"\u201c":{d:"58,-192v3,-20,18,-36,24,-53v5,-14,30,-19,31,0v-3,20,-18,36,-24,53v-5,14,-30,19,-31,0xm7,-192v3,-20,18,-36,24,-53v5,-14,30,-19,31,0v-3,20,-18,36,-24,53v-5,14,-30,19,-31,0",w:120},"\u201d":{d:"58,-192v3,-20,18,-36,24,-53v5,-14,30,-19,31,0v-3,20,-18,36,-24,53v-5,14,-30,19,-31,0xm7,-192v3,-20,18,-36,24,-53v5,-14,30,-19,31,0v-3,20,-18,36,-24,53v-5,14,-30,19,-31,0",w:120},"\u2018":{d:"9,-192v3,-20,18,-36,24,-53v5,-14,30,-19,31,0v-3,20,-18,36,-24,53v-5,14,-30,19,-31,0"},"\u2019":{d:"9,-192v3,-20,18,-36,24,-53v5,-14,30,-19,31,0v-3,20,-18,36,-24,53v-5,14,-30,19,-31,0"},"\u201a":{d:"9,32v3,-20,18,-36,24,-53v5,-15,30,-20,31,0v-4,19,-18,36,-24,53v-5,14,-30,19,-31,0"},"'":{d:"37,-179v-26,-1,-15,-41,-15,-64v0,-9,5,-15,15,-15v25,2,14,41,14,64v0,9,-4,15,-14,15"},r:{d:"21,-15r0,-162v0,-10,6,-17,16,-17v16,0,17,16,16,33v7,-15,25,-33,43,-33v11,0,18,8,18,17v0,9,-7,14,-20,17v-19,3,-41,17,-41,54r0,91v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:113},"\u00ae":{d:"137,-116r-23,0v-4,21,11,60,-12,63v-8,0,-12,-4,-12,-11r0,-129v4,-16,38,-8,56,-8v36,0,55,11,55,43v0,28,-17,38,-38,41v12,20,26,36,36,58v-3,8,-22,8,-28,-1xm114,-137v28,-1,63,7,63,-23v0,-28,-37,-17,-63,-19r0,42xm144,2v-72,0,-130,-58,-130,-130v0,-72,58,-130,130,-130v72,0,130,58,130,130v0,72,-58,130,-130,130xm144,-25v55,0,101,-46,101,-103v0,-57,-46,-103,-101,-103v-55,0,-101,46,-101,103v0,57,46,103,101,103",w:288},"\u02da":{d:"3,-244v0,-19,15,-34,34,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34xm20,-244v0,9,8,16,17,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17v-9,0,-17,8,-17,17"},s:{d:"17,-140v0,-35,33,-54,65,-54v26,0,63,14,63,34v0,7,-4,13,-14,13v-14,0,-19,-19,-49,-19v-18,0,-34,8,-34,24v0,33,102,30,102,85v0,40,-33,59,-69,59v-40,0,-72,-20,-72,-36v0,-9,6,-15,13,-15v14,0,25,24,60,24v23,0,37,-13,37,-26v0,-37,-102,-36,-102,-89",w:159},"\u0161":{d:"17,-140v0,-35,33,-54,65,-54v26,0,63,14,63,34v0,7,-4,13,-14,13v-14,0,-19,-19,-49,-19v-18,0,-34,8,-34,24v0,33,102,30,102,85v0,40,-33,59,-69,59v-40,0,-72,-20,-72,-36v0,-9,6,-15,13,-15v14,0,25,24,60,24v23,0,37,-13,37,-26v0,-37,-102,-36,-102,-89xm80,-219v-17,-11,-50,-10,-55,-32v5,-29,39,-3,55,2v14,-5,26,-12,41,-16v14,-1,18,22,5,27",w:159},"\u00a7":{d:"54,-159v-51,-34,-12,-99,53,-99v43,0,73,29,73,54v0,8,-4,16,-14,16v-23,0,-12,-43,-62,-43v-23,0,-42,11,-42,30v0,46,128,42,128,120v0,24,-16,47,-39,60v16,11,23,25,23,43v0,36,-39,56,-75,56v-54,-1,-82,-35,-82,-52v0,-13,7,-18,16,-18v24,0,13,42,65,42v29,0,45,-12,45,-28v0,-46,-133,-42,-133,-119v0,-32,18,-49,44,-62xm42,-100v0,31,58,50,85,65v26,-19,31,-31,31,-45v7,-30,-52,-50,-77,-62v-21,9,-39,20,-39,42",w:200},";":{d:"8,32v3,-20,18,-36,24,-53v5,-15,30,-20,31,0v-4,19,-18,36,-24,53v-5,14,-30,19,-31,0xm27,-137v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18",w:90},"7":{d:"132,-228v-33,-4,-73,0,-108,-1v-8,0,-14,-6,-14,-14v0,-8,6,-13,14,-13r130,0v21,0,18,14,10,29r-96,218v-7,15,-28,16,-31,-1v27,-76,65,-145,95,-218",w:180},"6":{d:"96,2v-45,0,-77,-37,-77,-88v0,-75,50,-132,89,-165v12,-10,25,-11,28,7v0,5,-4,9,-13,17v-19,17,-39,37,-54,71v53,-30,105,12,105,75v0,46,-33,83,-78,83xm50,-83v0,30,14,56,45,56v31,0,45,-26,45,-56v0,-34,-14,-55,-45,-55v-31,0,-45,25,-45,55",w:192},"/":{d:"7,-11v30,-82,73,-157,104,-237v5,-13,29,-13,28,3v-30,81,-72,157,-103,236v-5,13,-29,15,-29,-2",w:146},"\u00a3":{d:"87,-143v22,3,62,-11,62,14v0,24,-34,12,-55,15v8,33,-2,59,-28,84r121,0v9,0,16,5,16,15v0,10,-7,15,-16,15r-144,0v-10,0,-19,-2,-19,-15v0,-15,55,-49,39,-99v-21,-2,-52,8,-52,-15v0,-20,25,-13,43,-14v-9,-15,-18,-33,-18,-52v0,-38,37,-63,78,-63v43,0,83,35,83,63v0,10,-7,16,-16,16v-24,0,-12,-50,-67,-50v-23,0,-46,12,-46,36v0,19,11,34,19,50",w:213},t:{d:"31,-192v2,-23,-8,-58,16,-58v24,0,14,36,16,58v27,-9,40,26,13,28r-13,0r0,149v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17r0,-149v-28,9,-41,-26,-13,-28r13,0",w:93},"\u00fe":{d:"51,-96v0,32,13,71,52,71v39,0,53,-39,53,-71v0,-32,-14,-70,-53,-70v-39,0,-52,38,-52,70xm22,61r0,-322v0,-10,6,-17,16,-17v10,0,16,7,16,17r1,94v9,-17,26,-27,51,-27v52,0,82,47,82,98v0,51,-30,98,-82,98v-26,1,-42,-15,-52,-26r0,85v0,10,-6,17,-16,17v-10,0,-16,-7,-16,-17",w:200},"3":{d:"171,-76v0,49,-35,78,-81,78v-53,0,-75,-40,-75,-59v0,-25,26,-22,31,-1v5,18,19,33,43,33v28,0,49,-22,49,-48v0,-38,-21,-48,-45,-48v-25,1,-27,-25,-3,-27v51,-5,45,-83,0,-83v-25,0,-35,18,-37,37v-2,25,-29,16,-29,0v0,-34,25,-64,67,-64v69,0,90,89,36,120v29,9,44,33,44,62",w:192},"\u00be":{d:"89,-5r101,-246v2,-15,25,-11,25,-1v-29,84,-69,164,-101,246v-3,15,-25,13,-25,1xm62,-237v-25,-2,-17,25,-34,26v-5,0,-9,-4,-9,-10v0,-21,16,-37,44,-37v49,0,62,52,27,72v54,19,26,83,-27,83v-32,0,-48,-20,-48,-37v0,-5,2,-12,10,-12v14,3,18,33,40,28v15,0,28,-13,28,-28v7,-28,-39,-16,-41,-31v2,-16,38,-13,32,-35v0,-10,-8,-19,-22,-19xm233,-35r-65,0v-12,-2,-8,-14,-3,-21r57,-86v7,-16,35,-17,36,4r0,81v19,-6,26,20,9,22r-9,0v-1,15,6,37,-12,37v-18,0,-12,-21,-13,-37xm190,-57r43,0v-1,-23,2,-50,-1,-71",w:289},"\u00b3":{d:"58,-237v-25,-2,-17,25,-34,26v-5,0,-9,-4,-9,-10v0,-21,16,-37,44,-37v49,0,62,52,27,72v51,17,26,83,-27,83v-32,0,-48,-20,-48,-37v0,-5,2,-12,10,-12v13,4,17,33,39,28v15,0,29,-13,29,-28v6,-28,-39,-16,-41,-31v2,-16,38,-13,32,-35v0,-10,-8,-19,-22,-19",w:125},"\u02dc":{d:"-17,-236v-2,-26,52,-23,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7"},"\u2122":{d:"67,-123r0,-110v-17,-3,-46,8,-46,-11v0,-8,4,-12,11,-12r98,0v7,0,12,4,12,12v-1,19,-29,8,-46,11r0,110v0,9,-5,16,-15,16v-10,0,-14,-7,-14,-16xm171,-121r0,-113v-3,-29,37,-33,46,-10r36,94r36,-94v10,-23,47,-19,47,10r0,113v0,8,-6,14,-14,14v-8,0,-14,-6,-14,-14r-1,-104r-38,104v-6,19,-24,19,-31,0r-40,-104r0,104v0,8,-6,14,-14,14v-8,0,-13,-6,-13,-14",w:356},"2":{d:"66,-27r97,0v8,0,13,5,13,13v0,8,-5,14,-13,14r-124,0v-21,-3,-22,-13,-11,-27r89,-119v28,-28,24,-84,-22,-85v-31,0,-47,26,-47,58v0,11,-7,14,-14,14v-10,0,-16,-6,-16,-19v0,-42,29,-80,82,-80v65,0,91,63,52,116",w:192},"\u00b2":{d:"47,-126v22,3,61,-9,67,10v0,8,-6,11,-14,11r-78,0v-14,-1,-13,-7,-7,-16v23,-33,55,-59,71,-98v0,-11,-9,-18,-23,-18v-18,0,-30,17,-30,30v-3,12,-21,10,-21,-4v0,-25,18,-47,53,-47v48,-1,58,40,34,69",w:125},u:{d:"21,-74r0,-103v0,-10,6,-17,16,-17v10,0,16,7,16,17v5,59,-21,152,44,152v65,0,39,-93,44,-152v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,103v0,56,-37,76,-76,76v-39,0,-76,-20,-76,-76",w:193},"\u00fa":{d:"21,-74r0,-103v0,-10,6,-17,16,-17v10,0,16,7,16,17v5,59,-21,152,44,152v65,0,39,-93,44,-152v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,103v0,56,-37,76,-76,76v-39,0,-76,-20,-76,-76xm137,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:193},"\u00fb":{d:"21,-74r0,-103v0,-10,6,-17,16,-17v10,0,16,7,16,17v5,59,-21,152,44,152v65,0,39,-93,44,-152v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,103v0,56,-37,76,-76,76v-39,0,-76,-20,-76,-76xm42,-232v5,-23,38,-21,55,-33v17,11,48,11,54,33v-5,27,-39,3,-54,-2v-14,5,-25,13,-42,15v-8,0,-13,-5,-13,-13",w:193},"\u00fc":{d:"21,-74r0,-103v0,-10,6,-17,16,-17v10,0,16,7,16,17v5,59,-21,152,44,152v65,0,39,-93,44,-152v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,103v0,56,-37,76,-76,76v-39,0,-76,-20,-76,-76xm44,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm111,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:193},"\u00f9":{d:"21,-74r0,-103v0,-10,6,-17,16,-17v10,0,16,7,16,17v5,59,-21,152,44,152v65,0,39,-93,44,-152v0,-10,6,-17,16,-17v10,0,16,7,16,17r0,103v0,56,-37,76,-76,76v-39,0,-76,-20,-76,-76xm137,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13",w:193},_:{d:"180,45r-180,0v-6,0,-10,-3,-10,-9v0,-6,4,-9,10,-9r180,0v6,0,10,3,10,9v0,6,-4,9,-10,9",w:180},v:{d:"60,-12r-58,-167v-1,-20,26,-17,31,-2r44,132r44,-132v2,-16,31,-18,31,2r-59,167v-2,19,-27,17,-33,0",w:153},w:{d:"56,-14r-53,-153v-3,-14,-4,-25,13,-27v7,0,13,3,17,17r42,130r40,-126v4,-14,7,-21,19,-21v12,0,14,7,18,21r41,126r41,-130v4,-25,31,-19,32,-3v-14,59,-38,110,-55,166v-6,22,-29,22,-36,0r-42,-130r-41,130v-6,22,-29,21,-36,0",w:267},x:{d:"2,-12v15,-34,44,-60,63,-90v-17,-26,-42,-47,-55,-77v-2,-17,22,-19,27,-7r47,61r46,-61v5,-12,29,-10,27,7v-12,30,-38,51,-55,77v20,30,47,56,63,90v0,15,-21,19,-29,7r-52,-73r-53,73v-7,12,-29,8,-29,-7",w:167},y:{d:"64,-7r-58,-173v1,-17,25,-18,30,-2r45,132r43,-132v2,-16,29,-15,30,2r-85,246v-3,16,-29,16,-29,-2v0,-23,17,-49,24,-71",w:159},"\u00fd":{d:"64,-7r-58,-173v1,-17,25,-18,30,-2r45,132r43,-132v2,-16,29,-15,30,2r-85,246v-3,16,-29,16,-29,-2v0,-23,17,-49,24,-71xm120,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5",w:159},"\u00ff":{d:"64,-7r-58,-173v1,-17,25,-18,30,-2r45,132r43,-132v2,-16,29,-15,30,2r-85,246v-3,16,-29,16,-29,-2v0,-23,17,-49,24,-71xm27,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm94,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20",w:159},"\u00a5":{d:"81,-94r0,-26v-22,-3,-60,10,-64,-11v1,-19,31,-10,49,-12r-58,-89v-8,-9,-6,-26,7,-26v6,0,12,2,17,10r64,96r65,-96v7,-14,26,-13,29,1v-14,40,-43,69,-63,104v18,2,48,-7,49,12v-4,21,-43,7,-64,11r0,26v22,3,60,-10,64,12v-3,22,-42,8,-64,12v-3,26,11,72,-16,72v-26,0,-12,-47,-15,-72v-22,-3,-60,10,-64,-12v3,-22,42,-8,64,-12",w:192},z:{d:"50,-28v26,3,59,0,87,1v10,0,16,4,16,13v0,9,-6,14,-16,14r-114,0v-22,-2,-18,-14,-9,-27r91,-137r-78,0v-10,0,-16,-5,-16,-14v0,-9,6,-14,16,-14r106,0v21,2,19,15,9,28",w:159},"\u017e":{d:"50,-28v26,3,59,0,87,1v10,0,16,4,16,13v0,9,-6,14,-16,14r-114,0v-22,-2,-18,-14,-9,-27r91,-137r-78,0v-10,0,-16,-5,-16,-14v0,-9,6,-14,16,-14r106,0v21,2,19,15,9,28xm80,-219v-17,-11,-50,-10,-55,-32v5,-29,39,-3,55,2v14,-5,26,-12,41,-16v14,-1,18,22,5,27",w:159},"0":{d:"12,-128v0,-82,37,-130,84,-130v47,0,85,48,85,130v0,82,-38,130,-85,130v-47,0,-84,-48,-84,-130xm46,-128v0,72,22,103,50,103v28,0,51,-31,51,-103v0,-72,-23,-103,-51,-103v-28,0,-50,31,-50,103",w:192},"\u00a0":{w:90}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1989 Adobe Systems.
 All Rights Reserved.
 * This software is the property of Adobe Systems
 Incorporated and its licensors,
 * and may not be reproduced, used, 
 displayed, modified, disclosed or transferred
 * without the express 
 written approval of Adobe.
 
 The digitally encoded
 * machine readable outline data for producing
 the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype AG
 and/or its subsidiaries. All Rights Reserved.
 * This data is the property of Linotype AG and/or its subsidiaries
 and may not be
 * reproduced, used, displayed, modified, disclosed or 
 transferred without the
 * express written approval of Linotype AG 
 and/or its subsidiaries.
 */
Cufon.registerFont({w:206,face:{"font-family":"VAGRounded","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4","cap-height":"2",bbox:"-53.5779 -338 382 78.729","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+FB02"},glyphs:{" ":{w:96},A:{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104",w:226},"\u00c6":{d:"4,-38r111,-206v3,-5,7,-12,25,-12r127,0v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,2,95,-12,93,25v-2,41,-78,22,-119,25v-23,2,-31,-19,-28,-45r-82,0v-12,17,-18,46,-43,47v-21,2,-29,-22,-20,-40xm92,-94r57,0r0,-104",w:299},"\u00c1":{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104xm88,-273v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:226},"\u00c2":{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104xm58,-296v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:226},"\u00c4":{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104xm127,-301v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm47,-301v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:226},"\u00c0":{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104xm69,-314v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:226},"\u00c5":{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104xm77,-302v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36xm97,-302v0,9,7,16,16,16v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-16,7,-16,16",w:226},"\u00c3":{d:"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104xm97,-285v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22",w:226},B:{d:"16,-27r0,-202v0,-41,60,-23,98,-27v65,-6,94,92,34,116v29,7,55,29,55,62v0,80,-77,82,-158,78v-17,0,-29,-10,-29,-27xm70,-209r0,54v29,1,58,1,57,-28v-1,-28,-29,-27,-57,-26xm70,-107r0,59v36,0,77,6,77,-31v0,-30,-43,-30,-77,-28"},C:{d:"6,-128v0,-75,51,-133,124,-133v26,0,77,9,77,41v-9,41,-36,11,-77,11v-45,0,-68,38,-68,82v0,43,24,79,68,79v30,0,42,-15,57,-15v16,0,24,17,24,25v0,35,-54,42,-81,42v-73,0,-124,-57,-124,-132",w:219},"\u00c7":{d:"6,-128v0,-75,51,-133,124,-133v26,0,77,9,77,41v-9,41,-36,11,-77,11v-45,0,-68,38,-68,82v0,43,24,79,68,79v30,0,42,-15,57,-15v16,0,24,17,24,25v0,35,-54,42,-81,42v-73,0,-124,-57,-124,-132xm116,0r21,0r-14,18v19,-4,35,7,35,27v0,23,-22,33,-40,33v-14,5,-47,-17,-24,-27v9,1,29,11,30,-6v0,-19,-25,-2,-25,-19v3,-9,12,-19,17,-26",w:219},D:{d:"16,-27r0,-202v0,-39,52,-27,88,-27v81,0,126,51,126,131v0,100,-75,125,-185,125v-12,0,-29,-6,-29,-27xm70,-207r0,157v66,8,104,-19,104,-77v0,-59,-36,-88,-104,-80",w:240},E:{d:"16,-27r0,-198v-1,-50,74,-31,118,-31v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,3,93,-12,92,25v-2,42,-77,25,-118,25v-16,0,-28,-11,-28,-27",w:166},"\u00c9":{d:"16,-27r0,-198v-1,-50,74,-31,118,-31v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,3,93,-12,92,25v-2,42,-77,25,-118,25v-16,0,-28,-11,-28,-27xm59,-273v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:166},"\u00ca":{d:"16,-27r0,-198v-1,-50,74,-31,118,-31v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,3,93,-12,92,25v-2,42,-77,25,-118,25v-16,0,-28,-11,-28,-27xm29,-296v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:166},"\u00cb":{d:"16,-27r0,-198v-1,-50,74,-31,118,-31v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,3,93,-12,92,25v-2,42,-77,25,-118,25v-16,0,-28,-11,-28,-27xm98,-301v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm18,-301v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:166},"\u00c8":{d:"16,-27r0,-198v-1,-50,74,-31,118,-31v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,3,93,-12,92,25v-2,42,-77,25,-118,25v-16,0,-28,-11,-28,-27xm40,-314v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:166},"\u00d0":{d:"16,-27r0,-82v-35,7,-46,-38,-10,-41r10,0v4,-40,-16,-103,28,-106v113,-8,187,27,186,131v-1,100,-75,125,-185,125v-12,0,-29,-6,-29,-27xm70,-207r0,57v23,-1,54,-1,52,20v2,21,-28,23,-52,21r0,59v66,8,104,-19,104,-77v0,-59,-36,-88,-104,-80",w:240},F:{d:"16,-26r0,-202v1,-46,77,-28,120,-28v16,0,25,12,25,25v0,35,-57,22,-91,24r0,53v32,1,82,-8,82,24v0,34,-49,26,-82,26v-4,39,15,106,-27,106v-15,0,-27,-10,-27,-28",w:159},G:{d:"129,-127v1,-37,52,-25,87,-25v23,0,31,12,31,35v0,69,-45,121,-117,121v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v54,0,99,26,99,51v0,15,-9,25,-22,25v-24,0,-30,-26,-77,-26v-45,0,-68,39,-68,83v0,44,22,83,68,83v28,0,61,-16,61,-57v-29,0,-63,5,-62,-25",w:253},H:{d:"16,-26r0,-204v0,-18,12,-28,27,-28v41,0,23,65,27,104r113,0v3,-39,-14,-104,27,-104v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-42,0,-23,-67,-27,-106r-113,0v-4,39,15,106,-27,106v-15,0,-27,-10,-27,-28",w:253},I:{d:"16,-26r0,-204v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28",w:86},"\u00cd":{d:"16,-26r0,-204v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28xm18,-273v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:86},"\u00ce":{d:"16,-26r0,-204v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28xm-12,-296v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:86},"\u00cf":{d:"16,-26r0,-204v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28xm57,-301v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm-23,-301v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:86},"\u00cc":{d:"16,-26r0,-204v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28xm-1,-314v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:86},J:{d:"132,-230r0,158v0,60,-38,76,-71,76v-25,0,-66,-10,-66,-41v0,-10,8,-22,20,-22v14,0,27,14,43,14v20,0,20,-19,20,-31r0,-154v0,-18,12,-28,27,-28v15,0,27,10,27,28",w:146},K:{d:"16,-24r0,-208v0,-15,11,-26,27,-26v42,0,23,66,27,104r89,-94v11,-16,49,-11,47,15v-13,39,-60,66,-85,96r83,87v23,15,18,54,-13,52v-10,0,-18,-6,-28,-17r-93,-101v-6,43,19,118,-27,118v-15,0,-27,-10,-27,-26",w:219},L:{d:"16,-30r0,-200v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,180v35,1,93,-10,90,26v-3,40,-75,24,-116,24v-18,0,-28,-12,-28,-30",w:153},"\u0141":{d:"44,0v-38,3,-26,-50,-28,-86v-11,12,-41,25,-41,-5v0,-17,30,-28,41,-40v6,-44,-19,-124,27,-127v36,-2,26,51,27,86v18,-11,31,-31,55,-34v7,0,16,6,16,17v-11,28,-50,41,-71,61r0,78v35,1,93,-10,90,26v-3,40,-75,21,-116,24",w:153},M:{d:"9,-24r33,-207v2,-32,62,-34,72,-2r43,143r42,-143v5,-32,67,-30,72,2r34,207v0,16,-12,26,-26,26v-18,0,-25,-8,-28,-25r-22,-147r-44,151v-3,9,-9,21,-28,21v-19,0,-26,-12,-29,-21r-44,-151r-21,147v-3,17,-10,25,-28,25v-14,0,-29,-10,-26,-26",w:313},N:{d:"14,-26r0,-204v-1,-30,35,-36,50,-17r115,153r0,-136v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v1,30,-35,35,-50,16r-115,-150r0,134v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28",w:246},"\u00d1":{d:"14,-26r0,-204v-1,-30,35,-36,50,-17r115,153r0,-136v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v1,30,-35,35,-50,16r-115,-150r0,134v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28xm108,-285v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22",w:246},O:{d:"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132",w:259},"\u0152":{d:"249,-207r0,53v34,2,87,-10,87,25v0,33,-53,24,-87,25r0,54v35,3,94,-12,93,25v0,12,-8,25,-25,25r-100,0v-17,1,-14,-12,-17,-21v-16,21,-46,25,-70,25v-73,0,-124,-57,-124,-132v0,-104,115,-174,195,-106v0,-19,5,-22,26,-22v40,0,110,-16,112,25v1,35,-57,22,-90,24xm62,-128v0,44,22,83,68,83v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83",w:346},"\u00d3":{d:"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132xm105,-273v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:259},"\u00d4":{d:"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132xm75,-296v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:259},"\u00d6":{d:"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132xm144,-301v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm64,-301v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:259},"\u00d2":{d:"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132xm86,-314v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:259},"\u00d8":{d:"190,-169r-102,108v10,10,24,16,42,16v60,1,81,-72,60,-124xm15,6v-32,-10,2,-41,15,-52v-57,-82,-6,-215,100,-215v32,0,59,11,78,28v13,-10,17,-30,37,-30v12,0,21,15,11,25r-27,28v58,82,8,214,-99,214v-32,0,-59,-10,-79,-27v-12,9,-18,27,-36,29xm70,-88r102,-108v-61,-49,-139,31,-102,108",w:259},"\u00d5":{d:"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132xm114,-285v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22",w:259},P:{d:"16,-26r0,-202v-2,-40,55,-28,92,-28v53,0,92,35,92,86v0,68,-56,92,-130,85v-1,35,10,89,-27,87v-15,0,-27,-10,-27,-28xm70,-209r0,77v39,3,74,-2,74,-39v0,-37,-35,-41,-74,-38",w:200},Q:{d:"263,-5v-9,41,-55,12,-70,-7v-86,47,-187,-17,-187,-116v0,-75,51,-133,124,-133v104,0,158,133,100,216v11,12,31,20,33,40xm158,-101v14,0,21,13,31,19v23,-53,2,-130,-59,-129v-45,0,-68,39,-68,83v0,52,34,95,91,80v-22,-10,-29,-53,5,-53",w:259},R:{d:"16,-26r0,-202v-2,-40,54,-28,91,-28v55,0,90,24,90,81v0,40,-30,62,-67,68r62,66v17,16,2,43,-20,43v-6,0,-15,-2,-21,-9r-81,-97v-4,39,15,106,-27,106v-15,0,-27,-10,-27,-28xm70,-207r0,64v35,1,71,3,71,-32v0,-35,-36,-33,-71,-32",w:200},S:{d:"97,-261v20,0,71,8,71,36v-1,61,-102,-18,-102,40v0,37,120,13,120,106v0,51,-42,83,-92,83v-28,0,-87,-6,-87,-40v0,-45,50,-12,84,-12v24,0,37,-12,37,-30v0,-42,-120,-17,-120,-101v0,-50,41,-82,89,-82",w:193},"\u0160":{d:"97,-261v20,0,71,8,71,36v-1,61,-102,-18,-102,40v0,37,120,13,120,106v0,51,-42,83,-92,83v-28,0,-87,-6,-87,-40v0,-45,50,-12,84,-12v24,0,37,-12,37,-30v0,-42,-120,-17,-120,-101v0,-50,41,-82,89,-82xm97,-271v-19,-11,-55,-11,-55,-38v0,-31,37,-22,55,-10v19,-12,55,-22,55,10v0,27,-37,26,-55,38",w:193},T:{d:"59,-26r0,-181v-28,1,-63,4,-63,-24v0,-13,9,-25,24,-25r133,0v15,0,24,12,24,25v0,28,-36,25,-64,24r0,181v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28",w:172},"\u00de":{d:"70,-173r0,77v39,3,74,-2,74,-39v0,-37,-35,-41,-74,-38xm16,-26r0,-204v0,-18,12,-28,27,-28v18,0,30,15,27,38v75,-7,130,21,130,86v0,68,-56,92,-130,85v3,27,-3,52,-27,51v-15,0,-27,-10,-27,-28",w:200},U:{d:"14,-102r0,-128v0,-18,12,-28,27,-28v15,0,27,10,27,28v0,75,-24,185,55,185v78,0,52,-110,56,-185v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,128v0,60,-51,106,-110,106v-60,0,-109,-45,-109,-106",w:246},"\u00da":{d:"14,-102r0,-128v0,-18,12,-28,27,-28v15,0,27,10,27,28v0,75,-24,185,55,185v78,0,52,-110,56,-185v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,128v0,60,-51,106,-110,106v-60,0,-109,-45,-109,-106xm99,-273v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:246},"\u00db":{d:"14,-102r0,-128v0,-18,12,-28,27,-28v15,0,27,10,27,28v0,75,-24,185,55,185v78,0,52,-110,56,-185v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,128v0,60,-51,106,-110,106v-60,0,-109,-45,-109,-106xm69,-296v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:246},"\u00dc":{d:"14,-102r0,-128v0,-18,12,-28,27,-28v15,0,27,10,27,28v0,75,-24,185,55,185v78,0,52,-110,56,-185v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,128v0,60,-51,106,-110,106v-60,0,-109,-45,-109,-106xm138,-301v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm58,-301v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:246},"\u00d9":{d:"14,-102r0,-128v0,-18,12,-28,27,-28v15,0,27,10,27,28v0,75,-24,185,55,185v78,0,52,-110,56,-185v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,128v0,60,-51,106,-110,106v-60,0,-109,-45,-109,-106xm80,-314v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:246},V:{d:"80,-19v-22,-73,-60,-137,-81,-214v0,-29,43,-33,52,-8r56,150r55,-150v8,-25,53,-21,53,8v-22,76,-60,141,-82,214v-8,26,-45,26,-53,0",w:213},W:{d:"50,-26r-47,-209v2,-32,48,-28,54,2r32,153r46,-157v7,-28,50,-27,57,0r47,157r31,-153v-1,-33,57,-31,54,-2v-9,74,-35,138,-47,209v-6,33,-60,36,-71,2r-43,-139r-42,139v-4,15,-17,26,-35,26v-20,0,-32,-13,-36,-28",w:326},X:{d:"1,-23v18,-47,54,-74,78,-114r-58,-79v-14,-16,0,-46,21,-42v37,7,45,52,68,76v23,-24,32,-65,68,-76v22,-2,36,24,22,42r-59,79r72,96v13,15,4,43,-21,43v-10,0,-18,-4,-23,-12r-59,-82r-59,82v-11,21,-52,12,-50,-13",w:220},Y:{d:"96,2v-49,-5,-19,-78,-27,-122r-68,-96v-12,-17,-1,-43,21,-42v9,0,18,3,23,10r51,76r52,-76v19,-26,65,3,44,32r-69,96v-7,44,22,117,-27,122",w:192},"\u00dd":{d:"96,2v-49,-5,-19,-78,-27,-122r-68,-96v-12,-17,-1,-43,21,-42v9,0,18,3,23,10r51,76r52,-76v19,-26,65,3,44,32r-69,96v-7,44,22,117,-27,122xm72,-273v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:192},"\u0178":{d:"96,2v-49,-5,-19,-78,-27,-122r-68,-96v-12,-17,-1,-43,21,-42v9,0,18,3,23,10r51,76r52,-76v19,-26,65,3,44,32r-69,96v-7,44,22,117,-27,122xm111,-301v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm31,-301v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:192},Z:{d:"75,-48r105,0v15,0,26,9,26,24v0,14,-13,24,-26,24r-142,0v-29,1,-38,-28,-23,-47r116,-162r-95,0v-14,0,-25,-8,-25,-23v0,-14,11,-24,25,-24r132,0v33,0,36,30,22,49",w:213},"\u017d":{d:"75,-48r105,0v15,0,26,9,26,24v0,14,-13,24,-26,24r-142,0v-29,1,-38,-28,-23,-47r116,-162r-95,0v-14,0,-25,-8,-25,-23v0,-14,11,-24,25,-24r132,0v33,0,36,30,22,49xm107,-271v-19,-11,-55,-11,-55,-38v0,-31,37,-22,55,-10v19,-12,55,-22,55,10v0,27,-37,26,-55,38",w:213},a:{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105"},"\u00e1":{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm78,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41"},"\u00e2":{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm48,-238v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11"},"\u00b4":{d:"15,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:79},"\u00e4":{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm117,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm37,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26"},"\u00e6":{d:"100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm300,-78r-110,0v4,26,25,37,49,37v26,0,44,-21,58,-21v11,0,22,11,22,22v-2,34,-99,62,-135,29v-7,23,-45,12,-43,-9v-48,56,-134,5,-134,-75v0,-80,84,-134,137,-77v-2,-27,37,-28,40,-7v55,-47,142,11,139,77v0,15,-7,24,-23,24xm189,-113r82,0v-3,-23,-17,-40,-41,-40v-23,0,-38,18,-41,40",w:326},"\u00e0":{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm59,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37"},"&":{d:"144,-64r-53,-58v-37,12,-45,81,7,79v19,0,32,-8,46,-21xm143,-141r37,42v11,-12,23,-36,42,-33v37,5,11,54,-9,66v10,15,30,25,32,46v2,20,-29,32,-44,16r-25,-26v-46,55,-168,43,-167,-43v0,-36,24,-63,54,-79v-14,-14,-24,-28,-24,-48v0,-41,39,-61,76,-61v32,0,73,19,73,57v0,29,-22,51,-45,63xm139,-199v-2,-29,-46,-27,-46,-3v0,11,5,17,19,31v11,-5,27,-15,27,-28",w:253},"\u00e5":{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm67,-244v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36xm87,-244v0,9,7,16,16,16v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-16,7,-16,16"},"^":{d:"108,-204r-45,83v-15,21,-50,-1,-32,-21r58,-106v9,-14,30,-14,38,0v21,40,45,77,63,120v1,17,-30,20,-37,7",w:216},"~":{d:"146,-100v20,0,25,-22,40,-22v12,0,15,8,15,17v0,22,-19,48,-54,48v-27,0,-59,-25,-77,-25v-20,0,-25,22,-40,22v-12,0,-15,-8,-15,-17v0,-22,19,-48,54,-48v27,0,59,25,77,25",w:216},"*":{d:"70,-258v21,0,19,21,15,39v16,-18,45,-21,45,6v0,14,-18,16,-29,22v11,5,29,8,29,22v0,26,-30,24,-45,6v4,18,6,40,-15,40v-21,0,-21,-21,-16,-40v-16,18,-44,21,-44,-6v0,-14,18,-17,29,-22v-11,-6,-29,-8,-29,-22v0,-27,29,-24,44,-6v-5,-19,-5,-39,16,-39",w:140},"@":{d:"129,-91v38,3,52,-67,9,-69v-36,-1,-49,65,-9,69xm256,-47v-12,41,-72,52,-112,51v-73,0,-132,-59,-132,-132v0,-73,59,-133,132,-133v67,0,132,49,132,116v0,70,-74,91,-92,91v-19,1,-23,-10,-26,-18v-32,41,-91,4,-91,-45v0,-60,75,-111,113,-58v-1,-15,5,-22,21,-22v15,-1,18,9,15,22v-6,26,-14,48,-16,77v0,4,2,8,8,8v10,0,36,-16,36,-55v0,-51,-48,-83,-100,-83v-55,0,-100,45,-100,100v0,55,45,100,100,100v37,0,76,-16,99,-32v6,0,13,2,13,13",w:288},"\u00e3":{d:"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105xm87,-227v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22"},b:{d:"15,-27r0,-221v0,-17,11,-29,26,-29v39,1,23,62,26,99v14,-12,31,-18,49,-18v112,2,108,201,-2,200v-18,0,-37,-7,-47,-23v-6,33,-52,25,-52,-8xm107,-148v-55,1,-53,103,0,105v55,-2,54,-102,0,-105"},"\\":{d:"44,-247r100,232v2,21,-39,26,-42,6r-99,-232v-2,-22,38,-27,41,-6",w:146},"|":{d:"62,-256r0,239v0,13,-9,21,-22,21v-13,0,-22,-8,-22,-21r0,-239v0,-13,9,-21,22,-21v13,0,22,8,22,21",w:79},"{":{d:"101,55v-81,0,-73,-52,-70,-117v2,-39,-36,-12,-35,-41v0,-28,35,-2,35,-41v0,-54,-11,-117,48,-117v19,0,38,-3,38,17v0,29,-41,1,-41,37r0,68v1,34,-28,33,-39,37v13,1,39,3,39,36v0,32,-18,89,25,89v9,0,16,5,16,16v0,11,-7,16,-16,16",w:119},"}":{d:"19,-261v80,0,73,52,70,117v-2,39,34,13,34,41v0,29,-34,3,-34,41v0,54,11,122,-48,117v-18,-1,-38,4,-38,-16v0,-29,41,-1,41,-37r0,-68v-1,-34,27,-33,38,-37v-13,-1,-38,-3,-38,-36v0,-32,18,-89,-25,-89v-9,0,-16,-5,-16,-16v0,-11,7,-17,16,-17",w:119},"[":{d:"16,30r0,-265v-1,-30,33,-27,62,-26v10,0,19,6,19,21v-1,22,-16,20,-36,20r0,234v20,-1,35,-1,36,21v0,29,-30,20,-55,20v-16,0,-26,-9,-26,-25",w:100},"]":{d:"84,-235r0,265v1,30,-33,25,-62,25v-10,0,-19,-5,-19,-20v1,-22,16,-22,36,-21r0,-234v-20,0,-35,2,-36,-20v0,-30,30,-21,55,-21v16,0,26,10,26,26",w:100},"\u02d8":{d:"-16,-252v0,-10,4,-22,16,-22v22,0,18,25,40,25v19,0,17,-25,40,-25v9,0,16,13,16,22v0,26,-34,37,-56,37v-22,0,-56,-10,-56,-37",w:79},"\u00a6":{d:"40,4v-37,-1,-22,-58,-22,-91v0,-13,9,-22,22,-22v36,1,22,58,22,92v0,13,-9,21,-22,21xm40,-164v-36,-1,-22,-58,-22,-92v0,-13,9,-21,22,-21v37,1,22,58,22,91v0,13,-9,22,-22,22",w:79},"\u2022":{d:"26,-128v0,-35,29,-64,64,-64v35,0,64,29,64,64v0,35,-29,64,-64,64v-35,0,-64,-29,-64,-64",w:180},c:{d:"163,-163v0,11,-7,25,-19,25v-13,0,-24,-10,-41,-10v-30,0,-44,26,-44,53v0,26,16,52,44,52v27,-7,60,-22,60,12v0,27,-44,35,-63,35v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101v21,0,63,8,63,33",w:166},"\u02c7":{d:"40,-213v-19,-11,-55,-11,-55,-38v0,-31,37,-22,55,-10v19,-12,55,-22,55,10v0,27,-37,26,-55,38",w:79},"\u00e7":{d:"163,-163v0,11,-7,25,-19,25v-13,0,-24,-10,-41,-10v-30,0,-44,26,-44,53v0,26,16,52,44,52v27,-7,60,-22,60,12v0,27,-44,35,-63,35v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101v21,0,63,8,63,33xm90,0r21,0r-14,18v19,-4,35,7,35,27v0,23,-22,33,-40,33v-14,5,-47,-17,-24,-27v9,1,29,11,30,-6v0,-19,-25,-2,-25,-19v3,-9,12,-19,17,-26",w:166},"\u00b8":{d:"46,0r21,0r-14,18v19,-4,35,7,35,27v0,23,-22,33,-40,33v-14,5,-47,-17,-24,-27v9,1,29,11,30,-6v0,-19,-25,-2,-25,-19v3,-9,12,-19,17,-26",w:79},"\u00a2":{d:"86,-48r0,-96v-36,15,-36,81,0,96xm105,-148r0,105v26,-8,58,-21,58,12v0,25,-37,34,-58,35v-1,12,3,26,-10,26v-13,0,-8,-15,-9,-27v-50,-7,-79,-49,-79,-100v0,-49,31,-90,79,-97v1,-12,-4,-27,9,-27v13,0,9,13,10,25v20,0,58,9,58,33v-1,35,-33,22,-58,15",w:166},"\u02c6":{d:"-15,-238v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:79},":":{d:"20,-139v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28xm20,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28",w:96},",":{d:"76,-32v-6,27,-24,45,-35,68v-11,22,-45,11,-45,-12v8,-26,23,-46,35,-68v12,-22,44,-11,45,12",w:96},"\u00a9":{d:"145,-86v36,1,21,-26,48,-30v12,2,14,6,14,19v0,16,-24,43,-62,43v-44,0,-72,-32,-72,-74v0,-42,28,-74,72,-74v38,0,62,27,62,43v0,13,-2,17,-14,19v-27,-3,-12,-32,-48,-30v-22,0,-33,16,-33,42v0,26,11,42,33,42xm12,-128v0,-73,59,-133,132,-133v73,0,132,60,132,133v0,73,-59,132,-132,132v-73,0,-132,-59,-132,-132xm44,-128v0,55,45,100,100,100v55,0,100,-45,100,-100v0,-55,-45,-100,-100,-100v-55,0,-100,45,-100,100",w:288},"\u00a4":{d:"202,-57v11,7,0,29,-12,27v-14,-3,-21,-18,-31,-26v-23,22,-79,22,-102,0v-10,8,-17,23,-31,26v-12,2,-24,-20,-12,-27r21,-21v-21,-23,-22,-79,0,-101v-9,-10,-19,-16,-26,-29v-1,-12,15,-25,27,-14r21,20v25,-20,77,-21,102,0v10,-8,17,-22,31,-25v12,-2,24,20,12,27r-21,21v22,22,21,78,0,101xm108,-177v-27,0,-46,21,-46,49v0,27,20,48,46,48v26,0,46,-21,46,-48v0,-28,-19,-49,-46,-49",w:216},d:{d:"192,-248r0,221v3,33,-47,40,-52,8v-48,59,-133,-5,-133,-74v0,-50,28,-103,84,-103v18,0,35,6,49,18v3,-38,-13,-98,26,-99v15,0,26,12,26,29xm99,-43v54,-2,56,-104,0,-105v-53,3,-54,103,0,105"},"\u2020":{d:"89,54r0,-189v-32,-3,-80,13,-80,-23v0,-36,49,-20,80,-23v2,-32,-11,-80,24,-80v35,0,23,48,25,80v32,3,80,-13,80,23v0,36,-49,20,-80,23r0,189v0,16,-10,24,-25,24v-15,0,-24,-8,-24,-24",w:226},"\u2021":{d:"113,78v-35,0,-21,-49,-24,-80v-32,-3,-80,13,-80,-23v0,-36,49,-20,80,-23r0,-87v-32,-3,-80,13,-80,-23v0,-36,49,-20,80,-23v2,-32,-11,-80,24,-80v35,0,23,48,25,80v32,3,80,-13,80,23v0,36,-49,20,-80,23r0,87v32,3,80,-13,80,23v0,36,-49,20,-80,23v-2,32,11,80,-25,80",w:226},"\u00b0":{d:"42,-203v0,16,14,30,30,30v16,0,30,-14,30,-30v0,-16,-14,-30,-30,-30v-16,0,-30,14,-30,30xm14,-203v0,-32,26,-58,58,-58v32,0,58,26,58,58v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58",w:144},"\u00a8":{d:"54,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm-26,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:79},"\u00f7":{d:"34,-113r148,0v13,0,21,9,21,22v0,13,-8,22,-21,22r-148,0v-13,0,-21,-9,-21,-22v0,-13,8,-22,21,-22xm80,-17v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,29,-28,29v-15,0,-28,-14,-28,-29xm80,-166v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28",w:216},"$":{d:"105,-102r0,53v29,-7,32,-47,0,-53xm85,-166r0,-41v-23,4,-27,36,0,41xm85,-48r0,-60v-34,-10,-77,-20,-77,-71v-1,-47,36,-74,77,-82v1,-12,-3,-27,10,-27v14,0,9,16,10,28v22,1,63,9,63,35v-1,35,-37,27,-63,17r0,48v35,10,81,23,81,81v1,49,-38,76,-81,83v-1,12,4,28,-10,28v-14,0,-9,-16,-10,-28v-29,-1,-78,-9,-78,-40v0,-42,46,-19,78,-12",w:193},"\u02d9":{d:"14,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:79},"\u0131":{d:"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:79},e:{d:"167,-78r-110,0v4,26,24,37,48,37v27,0,45,-21,59,-21v11,0,21,11,21,22v0,22,-45,44,-84,44v-58,0,-97,-42,-97,-99v0,-53,37,-101,92,-101v56,0,94,51,94,94v0,15,-7,24,-23,24xm55,-113r83,0v-3,-23,-18,-40,-42,-40v-23,0,-38,18,-41,40",w:193},"\u00e9":{d:"167,-78r-110,0v4,26,24,37,48,37v27,0,45,-21,59,-21v11,0,21,11,21,22v0,22,-45,44,-84,44v-58,0,-97,-42,-97,-99v0,-53,37,-101,92,-101v56,0,94,51,94,94v0,15,-7,24,-23,24xm55,-113r83,0v-3,-23,-18,-40,-42,-40v-23,0,-38,18,-41,40xm72,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:193},"\u00ea":{d:"167,-78r-110,0v4,26,24,37,48,37v27,0,45,-21,59,-21v11,0,21,11,21,22v0,22,-45,44,-84,44v-58,0,-97,-42,-97,-99v0,-53,37,-101,92,-101v56,0,94,51,94,94v0,15,-7,24,-23,24xm55,-113r83,0v-3,-23,-18,-40,-42,-40v-23,0,-38,18,-41,40xm42,-238v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:193},"\u00eb":{d:"167,-78r-110,0v4,26,24,37,48,37v27,0,45,-21,59,-21v11,0,21,11,21,22v0,22,-45,44,-84,44v-58,0,-97,-42,-97,-99v0,-53,37,-101,92,-101v56,0,94,51,94,94v0,15,-7,24,-23,24xm55,-113r83,0v-3,-23,-18,-40,-42,-40v-23,0,-38,18,-41,40xm111,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm31,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:193},"\u00e8":{d:"167,-78r-110,0v4,26,24,37,48,37v27,0,45,-21,59,-21v11,0,21,11,21,22v0,22,-45,44,-84,44v-58,0,-97,-42,-97,-99v0,-53,37,-101,92,-101v56,0,94,51,94,94v0,15,-7,24,-23,24xm55,-113r83,0v-3,-23,-18,-40,-42,-40v-23,0,-38,18,-41,40xm53,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:193},"8":{d:"103,-117v-21,0,-32,16,-32,36v0,18,10,36,32,36v21,0,33,-18,33,-36v0,-23,-13,-36,-33,-36xm103,4v-83,0,-122,-111,-50,-144v-54,-35,-19,-129,50,-121v68,-6,107,84,51,121v24,12,38,34,38,62v0,50,-41,82,-89,82xm103,-213v-17,0,-26,12,-26,27v0,16,9,28,26,28v17,0,27,-12,27,-28v0,-15,-10,-27,-27,-27"},"\u2026":{d:"32,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28xm152,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28xm272,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28",w:360},"\u2014":{d:"0,-126r360,0v13,0,22,9,22,22v0,13,-9,21,-22,21r-360,0v-13,0,-22,-8,-22,-21v0,-13,9,-22,22,-22",w:360},"\u2013":{d:"22,-126r136,0v13,0,22,9,22,22v0,13,-9,21,-22,21r-136,0v-13,0,-22,-8,-22,-21v0,-13,9,-22,22,-22",w:180},"=":{d:"34,-153r148,0v13,0,21,9,21,22v0,13,-8,21,-21,21r-148,0v-13,0,-21,-8,-21,-21v0,-13,8,-22,21,-22xm34,-72r148,0v13,0,21,8,21,21v0,13,-8,22,-21,22r-148,0v-13,0,-21,-9,-21,-22v0,-13,8,-21,21,-21",w:216},"\u00f0":{d:"100,4v-56,0,-93,-45,-93,-99v0,-62,76,-120,129,-78v-9,-20,-24,-37,-41,-47v-12,6,-34,22,-47,22v-22,0,-12,-26,1,-29r18,-9v-10,-4,-25,-10,-25,-21v2,-37,57,-19,75,-5v15,-7,47,-36,54,-6v0,13,-23,18,-33,25v79,59,79,245,-38,247xm100,-142v-54,0,-55,98,0,99v54,-1,55,-99,0,-99",w:200},"!":{d:"34,-98r0,-138v0,-15,11,-25,26,-25v14,0,26,10,26,25r0,138v0,15,-12,25,-26,25v-15,0,-26,-10,-26,-25xm60,4v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28",w:120},"\u00a1":{d:"34,45r0,-139v0,-15,11,-24,26,-24v14,0,26,9,26,24r0,139v0,15,-12,24,-26,24v-15,0,-26,-9,-26,-24xm60,-196v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28",w:120},f:{d:"27,-27r0,-119v-20,2,-35,-4,-35,-23v0,-17,15,-26,35,-23v-5,-49,12,-87,54,-85v18,0,36,5,36,23v1,38,-50,1,-39,62v23,-1,43,-1,43,23v0,23,-20,24,-43,23r0,119v0,17,-10,29,-25,29v-15,0,-26,-12,-26,-29",w:106},"\ufb01":{d:"27,-27r0,-119v-20,2,-35,-4,-35,-23v0,-17,15,-26,35,-23v-5,-49,12,-87,54,-85v14,0,32,5,32,23v1,38,-46,1,-35,62v21,-1,38,1,38,23v0,29,-17,22,-38,23r0,119v0,17,-10,29,-25,29v-15,0,-26,-12,-26,-29xm121,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm147,-271v15,0,29,13,29,28v0,16,-13,30,-29,30v-15,0,-29,-14,-29,-30v0,-15,14,-28,29,-28",w:186},"5":{d:"90,-207r-5,39v55,-17,101,22,101,73v0,60,-33,99,-95,99v-26,0,-79,-16,-79,-48v0,-13,11,-24,24,-24v14,0,32,23,56,23v45,1,54,-84,3,-84v-21,0,-24,12,-42,12v-20,0,-22,-13,-20,-29r9,-76v4,-28,11,-34,28,-34v39,0,109,-16,113,22v-6,50,-53,19,-93,27"},"\ufb02":{d:"27,-27r0,-119v-20,2,-35,-4,-35,-23v0,-17,15,-26,35,-23v-5,-49,12,-87,54,-85v14,0,32,5,32,23v1,38,-46,1,-35,62v21,-1,38,1,38,23v0,29,-17,22,-38,23r0,119v0,17,-10,29,-25,29v-15,0,-26,-12,-26,-29xm121,-27r0,-221v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,221v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:186},"\u0192":{d:"80,-152v9,-49,11,-109,69,-109v16,0,36,5,36,25v1,32,-46,9,-45,40r-8,44v21,-2,38,3,38,22v0,22,-21,24,-46,23r-23,125v-6,35,-22,60,-61,60v-17,0,-35,-3,-35,-23v0,-22,18,-22,28,-22v12,0,16,-16,17,-22r22,-118v-20,2,-34,-7,-34,-22v0,-22,19,-24,42,-23"},"4":{d:"118,-57v-41,-4,-135,15,-107,-37r80,-146v18,-34,79,-28,79,25r0,111v18,-2,31,8,31,24v0,16,-13,25,-31,23v0,28,4,59,-26,59v-30,0,-26,-30,-26,-59xm118,-104r-1,-100r-49,100r50,0"},"\u2044":{d:"-47,-27r119,-224v8,-21,38,-11,38,8v-36,84,-86,157,-124,238v-9,19,-35,11,-36,-8v0,-5,2,-11,3,-14",w:59},g:{d:"192,-165r0,150v0,62,-41,93,-100,93v-21,0,-82,-10,-82,-38v11,-42,45,-9,86,-7v28,1,50,-22,43,-53v-11,16,-28,24,-52,24v-54,0,-80,-48,-80,-99v0,-72,84,-138,133,-77v5,-34,52,-26,52,7xm99,-43v56,-1,54,-103,0,-105v-54,1,-53,106,0,105"},"\u00df":{d:"14,-27v5,-106,-29,-246,83,-250v67,-2,106,86,53,125v76,27,49,156,-34,156v-22,0,-31,-12,-31,-26v0,-18,15,-20,29,-23v15,-3,29,-18,29,-37v0,-60,-60,-25,-60,-66v0,-34,42,-10,42,-55v0,-13,-11,-27,-28,-27v-27,0,-31,22,-31,44r0,159v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:200},"`":{d:"-4,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:79},">":{d:"26,-41r119,-50r-119,-50v-22,-5,-13,-43,4,-41v57,17,106,50,160,70v16,6,17,38,0,41v-54,23,-102,52,-160,71v-17,1,-25,-32,-4,-41",w:216},"\u00ab":{d:"90,-90v-10,-37,28,-56,40,-82v16,-17,48,4,33,27r-29,44v10,18,29,33,33,55v4,21,-29,31,-40,14xm17,-90v-13,-35,29,-56,40,-82v16,-17,46,4,32,27r-28,44v10,18,28,33,32,55v4,22,-28,31,-39,14",w:180},"\u00bb":{d:"108,-23v-46,-12,0,-58,11,-78v-10,-18,-28,-32,-32,-55v-3,-22,30,-30,39,-13v14,27,58,58,32,90v-15,19,-23,48,-50,56xm34,-23v-46,-12,1,-58,12,-78v-10,-18,-30,-32,-33,-55v-3,-21,31,-31,40,-13v14,26,57,57,32,90v-15,20,-23,49,-51,56",w:180},"\u2039":{d:"61,-101v10,18,28,33,32,55v4,22,-30,32,-39,14v-14,-27,-58,-59,-32,-91v15,-19,22,-48,50,-55v45,11,0,56,-11,77",w:106},"\u203a":{d:"34,-23v-46,-12,1,-57,12,-77v-10,-18,-29,-33,-33,-56v-3,-21,31,-31,40,-13v14,26,57,57,32,90v-15,20,-23,49,-51,56",w:106},h:{d:"15,-27r0,-221v0,-17,11,-29,26,-29v39,1,23,62,26,99v42,-39,124,-12,118,52v-4,45,19,123,-26,128v-62,-5,16,-155,-59,-155v-51,0,-33,78,-33,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:200},"\u02dd":{d:"-35,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41xm65,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-2,30,-51,32,-69,41",w:79},"-":{d:"11,-104v0,-38,62,-23,97,-23v27,0,28,45,0,45v-35,0,-97,14,-97,-22",w:140},i:{d:"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm40,-271v15,0,29,13,29,28v0,16,-13,30,-29,30v-15,0,-29,-14,-29,-30v0,-15,14,-28,29,-28",w:79},"\u00ed":{d:"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm15,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:79},"\u00ee":{d:"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm-15,-238v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:79},"\u00ef":{d:"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm54,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm-26,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:79},"\u00ec":{d:"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm-4,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:79},j:{d:"14,50r0,-215v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,215v0,17,-11,28,-26,28v-15,0,-26,-11,-26,-28xm40,-271v15,0,29,13,29,28v0,16,-13,30,-29,30v-15,0,-29,-14,-29,-30v0,-15,14,-28,29,-28",w:79},k:{d:"15,-27r0,-221v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,121v26,-21,44,-58,80,-67v22,1,29,29,12,44r-46,41r61,72v14,15,3,42,-18,41v-9,0,-17,-6,-25,-16r-64,-78v-2,36,11,92,-26,92v-15,0,-26,-12,-26,-29",w:180},l:{d:"14,-27r0,-221v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,221v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:79},"<":{d:"71,-91r119,50v22,5,13,43,-4,41v-57,-18,-106,-51,-160,-71v-17,-6,-16,-35,0,-41v55,-20,102,-51,160,-70v17,-1,25,32,4,41",w:216},"\u00ac":{d:"34,-153r148,0v38,4,21,67,21,103v0,13,-8,22,-21,22v-34,0,-19,-51,-22,-82r-126,0v-13,0,-21,-8,-21,-21v0,-13,8,-22,21,-22",w:216},"\u0142":{d:"66,-192v8,-11,34,-17,34,5v0,22,-23,29,-34,43r0,117v0,17,-11,29,-26,29v-38,-1,-23,-59,-26,-96v-8,14,-36,15,-34,-6v1,-19,24,-28,34,-41r0,-107v0,-17,11,-29,26,-29v35,0,25,51,26,85",w:79},m:{d:"15,-27r0,-138v-3,-32,46,-40,49,-9v27,-31,78,-29,102,4v39,-48,132,-27,126,44v-4,45,19,128,-26,128v-63,0,14,-155,-56,-155v-48,0,-31,79,-31,126v0,17,-11,29,-26,29v-63,-4,13,-144,-56,-155v-49,3,-30,80,-30,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:306},"\u00af":{d:"-17,-241v2,-36,57,-22,90,-22v13,0,24,8,24,22v-2,35,-58,21,-91,21v-14,0,-23,-7,-23,-21",w:79},"\u2212":{d:"34,-113r148,0v13,0,21,9,21,22v0,13,-8,22,-21,22r-148,0v-13,0,-21,-9,-21,-22v0,-13,8,-22,21,-22",w:216},"\u03bc":{d:"15,50r0,-215v0,-17,11,-29,26,-29v63,4,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-16,1,-23,-12,-26,-25v-15,35,-46,33,-66,9v-2,36,12,92,-26,92v-15,0,-26,-11,-26,-28",w:200},"\u00d7":{d:"34,-136v-15,-12,-2,-36,15,-36v26,9,38,35,59,51v20,-16,33,-41,59,-51v17,0,28,22,15,36r-44,45v16,20,41,33,51,59v0,17,-22,29,-36,15r-45,-45v-20,16,-33,41,-58,52v-18,0,-30,-22,-16,-36r44,-45",w:216},n:{d:"15,-27r0,-138v-3,-32,45,-40,49,-10v34,-43,129,-17,121,49v-6,45,19,123,-26,128v-62,-5,16,-155,-59,-155v-51,0,-33,78,-33,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:200},"9":{d:"54,-22v9,-28,49,-50,57,-73v-53,18,-99,-27,-98,-76v0,-47,37,-90,90,-90v55,0,91,42,91,90v0,60,-61,139,-103,173v-17,8,-35,-7,-37,-24xm103,-134v21,0,35,-16,35,-37v0,-20,-13,-38,-35,-38v-21,0,-34,17,-34,38v0,19,11,37,34,37"},"\u00f1":{d:"15,-27r0,-138v-3,-32,45,-40,49,-10v34,-43,129,-17,121,49v-6,45,19,123,-26,128v-62,-5,16,-155,-59,-155v-51,0,-33,78,-33,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm84,-227v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22",w:200},"#":{d:"53,-108r6,-41v-20,0,-48,4,-48,-17v0,-22,32,-16,53,-17v8,-24,-3,-75,26,-75v33,0,8,49,9,75r34,0v8,-24,-3,-75,26,-75v33,0,8,49,9,75v20,0,48,-4,48,17v0,22,-32,16,-53,17r-6,41v21,0,48,-4,48,18v0,22,-32,16,-53,17v-8,24,3,75,-26,75v-33,0,-8,-49,-9,-75r-34,0v-8,24,3,75,-26,75v-33,0,-8,-49,-9,-75v-20,0,-48,4,-48,-17v0,-23,31,-18,53,-18xm94,-149r-6,41r34,0r6,-41r-34,0",w:216},o:{d:"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105",w:200},"\u00f3":{d:"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105xm75,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:200},"\u00f4":{d:"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105xm45,-238v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:200},"\u00f6":{d:"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105xm114,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm34,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:200},"\u0153":{d:"189,-113r82,0v-3,-23,-17,-40,-41,-40v-23,0,-38,18,-41,40xm300,-78r-110,0v4,26,25,37,49,37v26,0,44,-21,58,-21v11,0,22,11,22,22v0,22,-46,44,-85,44v-30,0,-54,-12,-69,-30v-14,18,-36,30,-65,30v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101v29,0,51,13,67,29v45,-61,156,-14,156,65v0,15,-7,24,-23,24xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105",w:326},"\u02db":{d:"4,48v0,-29,27,-54,65,-48v-13,6,-30,25,-30,41v0,26,34,0,34,19v0,11,-18,18,-36,18v-19,0,-33,-11,-33,-30",w:79},"\u00f2":{d:"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105xm56,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:200},"1":{d:"55,-26r0,-181v-24,3,-46,-3,-46,-24v0,-33,44,-24,76,-25v15,0,24,11,24,25r0,205v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28",w:133},"\u00bd":{d:"58,-27r119,-224v8,-21,38,-11,38,8v-36,84,-86,157,-124,238v-9,19,-35,11,-36,-8v0,-5,2,-11,3,-14xm184,-14v16,-39,60,-52,71,-96v0,-9,-7,-13,-16,-13v-28,0,-14,32,-37,32v-11,0,-17,-8,-17,-21v0,-16,20,-44,55,-44v29,0,52,17,52,44v0,31,-37,60,-48,75v23,0,53,-6,53,19v0,13,-6,18,-15,18r-81,0v-9,0,-17,-4,-17,-14xm41,-118r0,-104v-30,10,-38,-36,-12,-36v20,0,50,-6,49,15r0,125v0,9,-7,15,-19,15v-11,0,-18,-5,-18,-15",w:309},"\u00bc":{d:"58,-27r119,-224v8,-21,38,-11,38,8v-36,84,-86,157,-124,238v-9,19,-35,11,-36,-8v0,-5,2,-11,3,-14xm41,-118r0,-104v-30,10,-38,-36,-12,-36v20,0,50,-6,49,15r0,125v0,9,-7,15,-19,15v-11,0,-18,-5,-18,-15xm168,-45v14,-37,38,-64,55,-98v10,-21,54,-17,54,15r0,64v12,-1,20,2,20,16v0,14,-8,19,-20,18v1,18,1,32,-18,32v-20,0,-20,-14,-19,-32v-25,-3,-71,11,-72,-15xm240,-64r0,-56r-30,56r30,0",w:309},"\u00b9":{d:"32,-118r0,-104v-30,10,-39,-36,-13,-36v20,0,49,-7,49,15r0,125v0,9,-6,15,-18,15v-11,0,-18,-5,-18,-15",w:86},"\u00aa":{d:"125,-241r0,84v0,7,-2,16,-16,16v-12,0,-15,-6,-16,-14v-31,33,-88,2,-88,-46v0,-48,55,-80,88,-46v1,-8,4,-14,16,-14v14,0,16,10,16,20xm65,-169v34,-1,34,-63,0,-64v-35,1,-35,63,0,64",w:134},"\u00ba":{d:"65,-261v36,0,60,28,60,60v0,32,-24,60,-60,60v-36,0,-60,-28,-60,-60v0,-32,24,-60,60,-60xm65,-169v34,-1,35,-63,0,-64v-35,1,-35,63,0,64",w:129},"\u00f8":{d:"62,-76r62,-64v-36,-26,-79,19,-62,64xm17,8v-29,-6,-6,-36,7,-44v-42,-63,-2,-162,76,-160v22,0,42,8,57,21v8,-18,49,-33,38,2r-19,20v41,63,3,160,-76,157v-22,0,-41,-7,-56,-19v-9,7,-14,20,-27,23xm139,-114r-61,63v36,25,75,-18,61,-63",w:200},"\u00f5":{d:"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105xm84,-227v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22",w:200},p:{d:"15,50r0,-215v-2,-34,48,-39,52,-7v10,-16,30,-24,49,-24v112,2,108,201,-2,200v-16,0,-33,-6,-47,-18v-2,36,12,92,-26,92v-15,0,-26,-11,-26,-28xm107,-148v-55,1,-53,103,0,105v55,-2,54,-102,0,-105"},"\u00b6":{d:"86,55r0,-186v-52,0,-81,-22,-81,-61v-1,-84,102,-60,180,-64v13,0,22,8,22,21r0,290v0,13,-9,21,-22,21v-13,0,-21,-8,-21,-21r0,-279r-35,0r0,279v0,13,-9,21,-22,21v-13,0,-21,-8,-21,-21",w:223},"(":{d:"85,-240v-31,82,-35,191,0,272v2,24,-33,31,-42,10v-38,-88,-39,-217,7,-298v12,-11,36,-2,35,16",w:86},")":{d:"2,35v31,-82,34,-192,0,-273v-2,-25,33,-30,42,-9v38,88,39,217,-7,298v-13,10,-36,1,-35,-16",w:86},"%":{d:"67,-181v12,0,18,-9,18,-21v0,-12,-6,-22,-18,-22v-12,0,-19,10,-19,22v0,12,7,21,19,21xm50,-13v35,-86,86,-156,123,-238v10,-21,37,-11,38,8v-36,84,-86,157,-124,238v-9,19,-36,11,-37,-8xm67,-144v-32,0,-56,-27,-56,-58v0,-31,24,-59,56,-59v32,0,55,28,55,59v0,31,-23,58,-55,58xm193,4v-32,0,-55,-27,-55,-58v0,-31,23,-58,55,-58v32,0,56,27,56,58v0,31,-24,58,-56,58xm193,-32v12,0,19,-10,19,-22v0,-12,-7,-21,-19,-21v-12,0,-18,9,-18,21v0,12,6,22,18,22",w:259},".":{d:"20,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28",w:96},"\u00b7":{d:"48,-129v15,0,28,13,28,28v0,16,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28",w:96},"\u2030":{d:"320,4v-32,0,-55,-27,-55,-58v0,-31,23,-58,55,-58v32,0,55,27,55,58v0,31,-23,58,-55,58xm320,-32v12,0,19,-10,19,-22v0,-12,-7,-21,-19,-21v-12,0,-19,9,-19,21v0,12,7,22,19,22xm67,-181v12,0,18,-9,18,-21v0,-12,-6,-22,-18,-22v-12,0,-19,10,-19,22v0,12,7,21,19,21xm50,-13v35,-86,86,-156,123,-238v10,-21,37,-11,38,8v-36,84,-86,157,-124,238v-9,19,-36,11,-37,-8xm67,-144v-32,0,-56,-27,-56,-58v0,-31,24,-59,56,-59v32,0,55,28,55,59v0,31,-23,58,-55,58xm193,4v-32,0,-55,-27,-55,-58v0,-31,23,-58,55,-58v32,0,56,27,56,58v0,31,-24,58,-56,58xm193,-32v12,0,19,-10,19,-22v0,-12,-7,-21,-19,-21v-12,0,-18,9,-18,21v0,12,6,22,18,22",w:386},"+":{d:"86,-113v2,-29,-10,-73,22,-73v32,0,20,44,22,73v29,2,73,-10,73,22v0,32,-44,20,-73,22v-2,29,10,73,-22,73v-32,0,-20,-44,-22,-73v-29,-2,-73,10,-73,-22v0,-32,44,-20,73,-22",w:216},"\u00b1":{d:"86,-142v-1,-23,-1,-44,22,-44v22,0,24,21,22,44v29,2,73,-10,73,22v0,32,-45,18,-73,21v1,23,0,45,-22,45v-22,0,-24,-22,-22,-45v-29,-3,-73,11,-73,-21v0,-32,44,-20,73,-22xm34,-43r148,0v13,0,21,8,21,21v0,13,-8,22,-21,22r-148,0v-13,0,-21,-9,-21,-22v0,-13,8,-21,21,-21",w:216},q:{d:"192,-165r0,215v0,17,-11,28,-26,28v-37,0,-24,-56,-26,-92v-57,49,-133,-11,-133,-79v0,-50,28,-103,84,-103v19,0,39,8,49,24v5,-34,52,-26,52,7xm99,-43v54,-2,56,-104,0,-105v-53,3,-54,103,0,105"},"?":{d:"53,-134v2,-28,58,-11,58,-50v0,-16,-15,-27,-30,-27v-30,0,-35,36,-58,36v-13,0,-22,-10,-22,-26v0,-38,48,-60,80,-60v46,0,86,29,86,77v0,40,-25,64,-62,73v2,22,-6,37,-26,38v-30,0,-29,-32,-26,-61xm79,4v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28",w:173},"\u00bf":{d:"120,-58v-2,28,-58,11,-58,50v0,16,15,27,30,27v30,0,35,-35,58,-35v13,0,22,10,22,26v0,38,-48,59,-80,59v-46,0,-86,-29,-86,-77v0,-40,25,-64,62,-73v-2,-22,6,-37,26,-37v31,-1,28,31,26,60xm94,-196v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28",w:173},'"':{d:"113,-156v-34,-1,-22,-51,-22,-83v0,-13,9,-22,22,-22v33,1,21,52,21,83v0,13,-8,22,-21,22xm47,-156v-33,-1,-21,-52,-21,-83v0,-13,8,-22,21,-22v34,1,22,51,22,83v0,13,-9,22,-22,22",w:159},"\u201e":{d:"157,-32v-8,26,-23,46,-35,68v-11,21,-45,12,-45,-12v6,-27,22,-46,34,-68v12,-22,45,-11,46,12xm83,-32v-8,26,-24,45,-35,68v-11,22,-45,11,-45,-12v8,-25,22,-46,34,-68v12,-22,45,-11,46,12",w:159},"\u201c":{d:"157,-237v-7,27,-23,46,-35,69v-11,21,-45,12,-45,-12v6,-27,23,-46,34,-68v11,-22,45,-13,46,11xm83,-237v-7,27,-23,46,-35,69v-11,22,-45,11,-45,-12v8,-25,23,-46,34,-68v12,-22,45,-13,46,11",w:159},"\u201d":{d:"157,-237v-7,27,-23,46,-35,69v-11,21,-45,12,-45,-12v6,-27,23,-46,34,-68v11,-22,45,-13,46,11xm83,-237v-7,27,-23,46,-35,69v-11,22,-45,11,-45,-12v8,-25,23,-46,34,-68v12,-22,45,-13,46,11",w:159},"\u2018":{d:"83,-237v-7,27,-23,46,-35,69v-11,22,-45,11,-45,-12v8,-25,23,-46,34,-68v12,-22,45,-13,46,11",w:86},"\u2019":{d:"83,-237v-7,27,-23,46,-35,69v-11,22,-45,11,-45,-12v8,-25,23,-46,34,-68v12,-22,45,-13,46,11",w:86},"\u201a":{d:"83,-32v-8,26,-24,45,-35,68v-11,22,-45,11,-45,-12v8,-25,22,-46,34,-68v12,-22,45,-11,46,12",w:86},"'":{d:"43,-156v-33,-1,-21,-52,-21,-83v0,-13,8,-22,21,-22v34,1,22,51,22,83v0,13,-9,22,-22,22",w:86},r:{d:"128,-166v-4,32,-62,20,-62,60v0,40,15,106,-26,108v-15,0,-26,-12,-26,-29r0,-141v-1,-31,52,-38,52,-4v15,-24,58,-36,62,6",w:119},"\u00ae":{d:"123,-114v-4,23,11,59,-16,60v-13,0,-16,-5,-16,-17r0,-112v-3,-22,37,-15,57,-15v29,0,54,9,54,42v0,26,-13,39,-36,40v9,17,21,30,27,49v0,8,-5,13,-17,13v-26,-7,-27,-42,-42,-60r-11,0xm123,-140v20,-2,46,7,46,-16v0,-23,-26,-14,-46,-16r0,32xm12,-128v0,-73,59,-133,132,-133v73,0,132,60,132,133v0,73,-59,132,-132,132v-73,0,-132,-59,-132,-132xm44,-128v0,55,45,100,100,100v55,0,100,-45,100,-100v0,-55,-45,-100,-100,-100v-55,0,-100,45,-100,100",w:288},"\u02da":{d:"4,-244v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36xm24,-244v0,9,7,16,16,16v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-16,7,-16,16",w:79},s:{d:"145,-158v0,39,-39,8,-68,8v-9,0,-17,4,-17,14v0,24,90,20,90,79v0,35,-29,61,-74,61v-29,0,-72,-17,-72,-40v0,-8,8,-23,22,-23v20,0,30,18,54,18v16,0,20,-5,20,-15v0,-24,-90,-20,-90,-79v0,-36,29,-61,70,-61v26,0,65,12,65,38",w:153},"\u0161":{d:"145,-158v0,39,-39,8,-68,8v-9,0,-17,4,-17,14v0,24,90,20,90,79v0,35,-29,61,-74,61v-29,0,-72,-17,-72,-40v0,-8,8,-23,22,-23v20,0,30,18,54,18v16,0,20,-5,20,-15v0,-24,-90,-20,-90,-79v0,-36,29,-61,70,-61v26,0,65,12,65,38xm77,-213v-19,-11,-55,-11,-55,-38v0,-31,37,-22,55,-10v19,-12,55,-22,55,10v0,27,-37,26,-55,38",w:153},"\u00a7":{d:"101,-261v31,0,89,14,89,54v0,13,-11,25,-24,25v-22,0,-31,-31,-59,-31v-14,0,-26,10,-26,25v0,20,28,23,59,37v29,13,59,28,59,61v0,31,-14,47,-38,64v40,42,-3,104,-60,104v-42,0,-89,-26,-89,-54v0,-16,13,-27,28,-27v19,0,25,34,54,34v12,0,27,-8,27,-21v0,-21,-29,-27,-57,-38v-28,-11,-57,-27,-57,-65v0,-28,11,-45,32,-62v-43,-42,4,-106,62,-106xm61,-99v3,29,43,30,64,43v26,-11,20,-42,-8,-53r-40,-16v-9,6,-16,15,-16,26"},";":{d:"31,-44v12,-22,44,-11,45,12v-6,27,-24,45,-35,68v-11,22,-45,11,-45,-12v8,-26,23,-46,35,-68xm20,-139v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28",w:96},"7":{d:"31,-23v24,-67,64,-121,93,-184v-40,-5,-116,16,-119,-24v0,-13,7,-25,27,-25r130,0v29,5,29,27,18,49r-89,182v-10,20,-15,27,-31,27v-20,0,-29,-15,-29,-25",w:193},"6":{d:"152,-234v-9,28,-48,50,-56,73v51,-20,98,28,98,76v0,47,-38,89,-91,89v-55,0,-90,-41,-90,-89v0,-60,58,-141,103,-173v16,-12,34,8,36,24xm103,-122v-21,0,-34,16,-34,37v0,20,12,37,34,37v21,0,35,-16,35,-37v0,-19,-12,-37,-35,-37"},"/":{d:"3,-15v29,-80,67,-154,99,-232v3,-21,44,-16,42,6r-99,232v-5,19,-44,16,-42,-6",w:146},"\u00a3":{d:"98,-153v33,2,81,-10,81,25v1,32,-41,24,-72,25v0,19,-7,37,-19,53v44,7,126,-20,126,25v0,15,-11,25,-26,25r-141,0v-18,0,-28,-11,-28,-28v0,-15,31,-30,31,-75v-24,2,-44,-3,-44,-25v0,-17,13,-27,33,-25v-29,-58,17,-108,82,-108v50,0,91,27,91,63v0,17,-12,27,-28,27v-24,0,-24,-38,-61,-38v-33,0,-44,34,-25,56",w:219},t:{d:"27,-27r0,-119v-20,2,-34,-5,-34,-23v0,-17,14,-25,34,-23v-2,-29,-1,-59,26,-59v26,0,28,30,26,59v22,-1,40,0,40,23v0,22,-18,24,-40,23r0,119v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29",w:106},"\u00fe":{d:"15,50r0,-298v0,-17,11,-29,26,-29v40,2,22,66,26,105v46,-60,132,5,132,74v0,48,-29,102,-83,102v-18,0,-35,-6,-49,-18v-2,36,12,92,-26,92v-15,0,-26,-11,-26,-28xm107,-148v-53,2,-55,104,0,105v54,-3,55,-103,0,-105"},"3":{d:"98,-261v81,0,99,85,47,121v76,32,43,144,-47,144v-53,0,-86,-39,-86,-67v0,-14,14,-24,27,-24v24,0,19,42,60,42v19,0,33,-15,33,-34v0,-50,-61,-14,-61,-56v0,-38,51,-12,51,-52v0,-14,-10,-24,-26,-24v-34,0,-30,35,-54,35v-15,0,-23,-13,-23,-26v0,-28,39,-59,79,-59"},"\u00be":{d:"82,-13v35,-86,86,-156,123,-238v10,-21,37,-11,38,8v-36,84,-86,157,-124,238v-9,19,-36,11,-37,-8xm47,-185v0,-23,33,-7,33,-31v0,-7,-5,-12,-16,-12v-19,0,-20,18,-36,18v-10,0,-15,-8,-15,-16v0,-47,102,-46,102,5v0,14,-7,25,-20,33v17,7,29,22,29,39v0,32,-32,46,-60,46v-23,0,-56,-15,-56,-40v0,-8,10,-14,18,-14v16,0,12,22,38,22v13,0,23,-8,23,-17v1,-28,-40,-8,-40,-33xm172,-45v16,-36,39,-64,56,-98v11,-21,54,-16,54,15r0,64v11,0,20,3,20,16v0,13,-8,19,-20,18v1,18,1,32,-18,32v-20,0,-20,-14,-19,-32v-25,-3,-72,11,-73,-15xm245,-64v-1,-18,2,-40,-1,-56r-30,56r31,0",w:309},"\u00b3":{d:"48,-185v0,-23,33,-7,33,-31v0,-7,-4,-12,-15,-12v-19,0,-20,18,-36,18v-10,0,-16,-8,-16,-16v0,-47,102,-46,102,5v0,14,-7,25,-20,33v17,7,29,22,29,39v0,32,-31,46,-59,46v-23,0,-57,-15,-57,-40v0,-8,10,-14,18,-14v16,0,13,22,39,22v13,0,22,-8,22,-17v1,-28,-40,-8,-40,-33",w:134},"\u02dc":{d:"24,-227v-14,7,-43,15,-44,-10v-2,-40,53,-31,75,-22v7,0,18,-11,28,-11v11,0,17,11,17,21v-1,37,-51,33,-76,22",w:79},"\u2122":{d:"60,-130r0,-94v-20,-1,-45,6,-45,-16v0,-11,7,-16,16,-16r100,0v9,0,17,5,17,16v0,22,-25,15,-45,16r0,94v0,13,-9,22,-22,22v-13,0,-21,-9,-21,-22xm168,-130r0,-106v0,-12,8,-22,31,-22v37,-1,43,60,58,87v15,-27,20,-88,57,-87v23,0,31,10,31,22r0,106v0,13,-5,22,-20,22v-37,0,-10,-66,-20,-96r-26,74v-4,12,-7,22,-22,22v-15,0,-18,-9,-23,-22v-9,-24,-16,-51,-27,-74r0,74v0,13,-4,22,-19,22v-15,0,-20,-9,-20,-22",w:360},"2":{d:"96,-48v36,4,92,-14,94,24v0,17,-11,24,-25,24r-121,0v-25,4,-34,-26,-20,-42v32,-34,63,-68,90,-108v17,-17,19,-60,-13,-61v-41,0,-21,58,-56,58v-17,0,-27,-12,-27,-26v0,-45,41,-82,85,-82v44,0,80,29,80,75v0,50,-56,99,-87,138"},"\u00b2":{d:"10,-119v18,-37,61,-52,72,-95v0,-9,-7,-14,-16,-14v-28,0,-14,32,-37,32v-11,0,-17,-7,-17,-20v0,-16,20,-45,55,-45v29,0,52,18,52,45v0,31,-37,61,-48,75v22,3,54,-10,53,18v0,14,-6,18,-16,18r-81,0v-9,0,-17,-4,-17,-14",w:134},u:{d:"15,-71v0,-44,-18,-123,26,-123v63,0,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v44,0,26,80,26,123v0,46,-30,75,-85,75v-55,0,-85,-29,-85,-75",w:200},"\u00fa":{d:"15,-71v0,-44,-18,-123,26,-123v63,0,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v44,0,26,80,26,123v0,46,-30,75,-85,75v-55,0,-85,-29,-85,-75xm75,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:200},"\u00fb":{d:"15,-71v0,-44,-18,-123,26,-123v63,0,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v44,0,26,80,26,123v0,46,-30,75,-85,75v-55,0,-85,-29,-85,-75xm45,-238v0,-27,36,-26,55,-37v19,11,55,10,55,37v0,30,-36,24,-55,11v-19,12,-55,20,-55,-11",w:200},"\u00fc":{d:"15,-71v0,-44,-18,-123,26,-123v63,0,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v44,0,26,80,26,123v0,46,-30,75,-85,75v-55,0,-85,-29,-85,-75xm114,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm34,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:200},"\u00f9":{d:"15,-71v0,-44,-18,-123,26,-123v63,0,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v44,0,26,80,26,123v0,46,-30,75,-85,75v-55,0,-85,-29,-85,-75xm56,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37",w:200},_:{d:"180,45r-180,0v-6,0,-10,-3,-10,-9v0,-6,4,-9,10,-9r180,0v6,0,10,3,10,9v0,6,-4,9,-10,9",w:180},v:{d:"55,-19v-18,-50,-41,-95,-55,-149v-2,-32,47,-32,50,-7r34,102r33,-102v4,-28,51,-24,50,7v-15,52,-38,99,-56,149v-5,13,-10,21,-28,21v-18,0,-23,-8,-28,-21",w:166},w:{d:"52,-24v-13,-50,-49,-94,-49,-149v0,-28,48,-26,50,0r31,99r30,-97v4,-30,43,-29,52,0r31,97r30,-99v4,-29,53,-27,51,5v-13,50,-37,95,-50,144v-8,31,-51,34,-61,2r-27,-83r-27,83v-7,33,-53,29,-61,-2",w:280},x:{d:"0,-23v7,-35,42,-50,60,-77v-17,-23,-42,-38,-52,-68v0,-23,31,-35,46,-16r36,46v18,-18,27,-49,55,-56v21,0,34,26,19,44r-44,50v19,26,52,42,60,77v5,25,-38,33,-47,14r-43,-53r-43,53v-9,19,-52,11,-47,-14",w:180},y:{d:"59,-15r-57,-143v-9,-17,6,-37,22,-36v13,0,22,7,26,19r35,97r38,-97v6,-26,49,-24,51,4v-25,81,-61,151,-89,229v-4,27,-55,24,-52,-2v3,-28,18,-47,26,-71",w:173},"\u00fd":{d:"59,-15r-57,-143v-9,-17,6,-37,22,-36v13,0,22,7,26,19r35,97r38,-97v6,-26,49,-24,51,4v-25,81,-61,151,-89,229v-4,27,-55,24,-52,-2v3,-28,18,-47,26,-71xm62,-215v-18,0,-28,-35,-6,-42v23,-7,69,-40,75,1v-3,29,-51,33,-69,41",w:173},"\u00ff":{d:"59,-15r-57,-143v-9,-17,6,-37,22,-36v13,0,22,7,26,19r35,97r38,-97v6,-26,49,-24,51,4v-25,81,-61,151,-89,229v-4,27,-55,24,-52,-2v3,-28,18,-47,26,-71xm101,-243v0,-14,12,-26,26,-26v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26xm21,-243v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26",w:173},"\u00a5":{d:"103,2v-37,0,-25,-38,-27,-70v-25,-3,-65,10,-68,-15v3,-25,44,-12,68,-15r0,-24v-25,-3,-68,10,-68,-16v0,-19,27,-15,46,-15v-16,-27,-40,-46,-50,-79v-1,-24,34,-35,48,-16r51,76r52,-76v21,-27,63,5,43,32r-46,63v20,0,47,-4,47,15v0,25,-44,13,-69,16r0,24v25,3,66,-10,69,15v-3,25,-44,12,-69,15v-2,32,10,70,-27,70"},z:{d:"4,-18v22,-50,59,-84,86,-128v-33,-3,-83,12,-84,-23v0,-14,11,-23,24,-23r118,0v11,-4,25,23,11,32r-82,115v34,4,90,-14,92,22v0,14,-10,23,-23,23r-121,0v-12,0,-21,-6,-21,-18",w:173},"\u017e":{d:"4,-18v22,-50,59,-84,86,-128v-33,-3,-83,12,-84,-23v0,-14,11,-23,24,-23r118,0v11,-4,25,23,11,32r-82,115v34,4,90,-14,92,22v0,14,-10,23,-23,23r-121,0v-12,0,-21,-6,-21,-18xm87,-213v-19,-11,-55,-11,-55,-38v0,-31,37,-22,55,-10v19,-12,55,-22,55,10v0,27,-37,26,-55,38",w:173},"0":{d:"103,-45v37,0,40,-57,40,-83v0,-27,-3,-84,-40,-84v-37,0,-39,57,-39,84v0,26,2,83,39,83xm103,4v-73,0,-95,-73,-95,-132v0,-59,22,-133,95,-133v73,0,96,74,96,133v0,59,-23,132,-96,132"},"\u00a0":{w:96}}});
