var ie_png={ns:"ie_png",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){ie_png.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){ie_png.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){ie_png.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;b<c.length;b++){this.screenStyleSheet.addRule(c[b],"behavior:expression(ie_png.fixPng(this))")}}},applyVML:function(a){a.runtimeStyle.cssText="";this.vmlFill(a);this.vmlOffsets(a);this.vmlOpacity(a);if(a.isImg){this.copyImageBorders(a)}},attachHandlers:function(i){var d,c,g,e,b,f;d=this;c={resize:"vmlOffsets",move:"vmlOffsets"};if(i.nodeName=="A"){e={mouseleave:"handlePseudoHover",mouseenter:"handlePseudoHover",focus:"handlePseudoHover",blur:"handlePseudoHover"};for(b in e){if(e.hasOwnProperty(b)){c[b]=e[b]}}}for(f in c){if(c.hasOwnProperty(f)){g=function(){d[c[f]](i)};i.attachEvent("on"+f,g)}}i.attachEvent("onpropertychange",this.readPropertyChange)},giveLayout:function(a){a.style.zoom=1;if(a.currentStyle.position=="static"){a.style.position="relative"}},copyImageBorders:function(b){var c,a;c={borderStyle:true,borderWidth:true,borderColor:true};for(a in c){if(c.hasOwnProperty(a)){b.vml.color.shape.style[a]=b.currentStyle[a]}}},vmlFill:function(e){if(!e.currentStyle){return}else{var d,f,g,b,a,c;d=e.currentStyle}for(b in e.vml){if(e.vml.hasOwnProperty(b)){e.vml[b].shape.style.zIndex=d.zIndex}}e.runtimeStyle.backgroundColor="";e.runtimeStyle.backgroundImage="";f=true;if(d.backgroundImage!="none"||e.isImg){if(!e.isImg){e.vmlBg=d.backgroundImage;e.vmlBg=e.vmlBg.substr(5,e.vmlBg.lastIndexOf('")')-5)}else{e.vmlBg=e.src}g=this;if(!g.imgSize[e.vmlBg]){a=document.createElement("img");g.imgSize[e.vmlBg]=a;a.className=g.ns+"_sizeFinder";a.runtimeStyle.cssText="behavior:none; position:absolute; left:-10000px; top:-10000px; border:none; margin:0; padding:0;";c=function(){this.width=this.offsetWidth;this.height=this.offsetHeight;g.vmlOffsets(e)};a.attachEvent("onload",c);a.src=e.vmlBg;a.removeAttribute("width");a.removeAttribute("height");document.body.insertBefore(a,document.body.firstChild)}e.vml.image.fill.src=e.vmlBg;f=false}e.vml.image.fill.on=!f;e.vml.image.fill.color="none";e.vml.color.shape.style.backgroundColor=d.backgroundColor;e.runtimeStyle.backgroundImage="none";e.runtimeStyle.backgroundColor="transparent"},vmlOffsets:function(d){var h,n,a,e,g,m,f,l,j,i,k;h=d.currentStyle;n={W:d.clientWidth+1,H:d.clientHeight+1,w:this.imgSize[d.vmlBg].width,h:this.imgSize[d.vmlBg].height,L:d.offsetLeft,T:d.offsetTop,bLW:d.clientLeft,bTW:d.clientTop};a=(n.L+n.bLW==1)?1:0;e=function(b,p,q,c,s,u){b.coordsize=c+","+s;b.coordorigin=u+","+u;b.path="m0,0l"+c+",0l"+c+","+s+"l0,"+s+" xe";b.style.width=c+"px";b.style.height=s+"px";b.style.left=p+"px";b.style.top=q+"px"};e(d.vml.color.shape,(n.L+(d.isImg?0:n.bLW)),(n.T+(d.isImg?0:n.bTW)),(n.W-1),(n.H-1),0);e(d.vml.image.shape,(n.L+n.bLW),(n.T+n.bTW),(n.W),(n.H),1);g={X:0,Y:0};if(d.isImg){g.X=parseInt(h.paddingLeft,10)+1;g.Y=parseInt(h.paddingTop,10)+1}else{for(j in g){if(g.hasOwnProperty(j)){this.figurePercentage(g,n,j,h["backgroundPosition"+j])}}}d.vml.image.fill.position=(g.X/n.W)+","+(g.Y/n.H);m=h.backgroundRepeat;f={T:1,R:n.W+a,B:n.H,L:1+a};l={X:{b1:"L",b2:"R",d:"W"},Y:{b1:"T",b2:"B",d:"H"}};if(m!="repeat"||d.isImg){i={T:(g.Y),R:(g.X+n.w),B:(g.Y+n.h),L:(g.X)};if(m.search("repeat-")!=-1){k=m.split("repeat-")[1].toUpperCase();i[l[k].b1]=1;i[l[k].b2]=n[l[k].d]}if(i.B>n.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=ie_png;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vml){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}ie_png.createVmlNameSpace();ie_png.createVmlStyleSheet();;
/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var
window=this,undefined,_jQuery=window.jQuery,_$=window.$,jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,context);},quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;this.context=selector;return this;}
if(typeof selector==="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])
selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem&&elem.id!=match[3])
return jQuery().find(selector);var ret=jQuery(elem||[]);ret.context=document;ret.selector=selector;return ret;}}else
return jQuery(context).find(selector);}else if(jQuery.isFunction(selector))
return jQuery(document).ready(selector);if(selector.selector&&selector.context){this.selector=selector.selector;this.context=selector.context;}
return this.setArray(jQuery.isArray(selector)?selector:jQuery.makeArray(selector));},selector:"",jquery:"1.3.2",size:function(){return this.length;},get:function(num){return num===undefined?Array.prototype.slice.call(this):this[num];},pushStack:function(elems,name,selector){var ret=jQuery(elems);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;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){return jQuery.inArray(elem&&elem.jquery?elem[0]:elem,this);},attr:function(name,value,type){var options=name;if(typeof name==="string")
if(value===undefined)
return this[0]&&jQuery[type||"attr"](this[0],name);else{options={};options[name]=value;}
return this.each(function(i){for(name in options)
jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)
value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!=="object"&&text!=null)
return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)
ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).clone();if(this[0].parentNode)
wrap.insertBefore(this[0]);wrap.map(function(){var elem=this;while(elem.firstChild)
elem=elem.firstChild;return elem;}).append(this);}
return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},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(){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},push:[].push,sort:[].sort,splice:[].splice,find:function(selector){if(this.length===1){var ret=this.pushStack([],"find",selector);ret.length=0;jQuery.find(selector,this[0],ret);return ret;}else{return this.pushStack(jQuery.unique(jQuery.map(this,function(elem){return jQuery.find(selector,elem);})),"find",selector);}},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML;if(!html){var div=this.ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML;}
return jQuery.clean([html.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];}else
return this.cloneNode(true);});if(events===true){var orig=this.find("*").andSelf(),i=0;ret.find("*").andSelf().each(function(){if(this.nodeName!==orig[i].nodeName)
return;var events=jQuery.data(orig[i],"events");for(var type in events){for(var handler in events[type]){jQuery.event.add(this,type,events[type][handler],events[type][handler].data);}}
i++;});}
return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,jQuery.grep(this,function(elem){return elem.nodeType===1;})),"filter",selector);},closest:function(selector){var pos=jQuery.expr.match.POS.test(selector)?jQuery(selector):null,closer=0;return this.map(function(){var cur=this;while(cur&&cur.ownerDocument){if(pos?pos.index(cur)>-1:jQuery(cur).is(selector)){jQuery.data(cur,"closest",closer);return cur;}
cur=cur.parentNode;closer++;}});},not:function(selector){if(typeof selector==="string")
if(isSimple.test(selector))
return this.pushStack(jQuery.multiFilter(selector,this,true),"not",selector);else
selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector==="string"?jQuery(selector):jQuery.makeArray(selector))));},is:function(selector){return!!selector&&jQuery.multiFilter(selector,this).length>0;},hasClass:function(selector){return!!selector&&this.is("."+selector);},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;}
return(elem.value||"").replace(/\r/g,"");}
return undefined;}
if(typeof value==="number")
value+='';return this.each(function(){if(this.nodeType!=1)
return;if(jQuery.isArray(value)&&/radio|checkbox/.test(this.type))
this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(value);jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)
this.selectedIndex=-1;}else
this.value=value;});},html:function(value){return value===undefined?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,+i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},domManip:function(args,table,callback){if(this[0]){var fragment=(this[0].ownerDocument||this[0]).createDocumentFragment(),scripts=jQuery.clean(args,(this[0].ownerDocument||this[0]),fragment),first=fragment.firstChild;if(first)
for(var i=0,l=this.length;i<l;i++)
callback.call(root(this[i],first),this.length>1||i>0?fragment.cloneNode(true):fragment);if(scripts)
jQuery.each(scripts,evalScript);}
return this;function root(elem,cur){return table&&jQuery.nodeName(elem,"table")&&jQuery.nodeName(cur,"tr")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem;}}};jQuery.fn.init.prototype=jQuery.fn;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 now(){return+new Date;}
jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;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(var name in options){var src=target[name],copy=options[name];if(target===copy)
continue;if(deep&&copy&&typeof copy==="object"&&!copy.nodeType)
target[name]=jQuery.extend(deep,src||(copy.length!=null?[]:{}),copy);else if(copy!==undefined)
target[name]=copy;}
return target;};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,defaultView=document.defaultView||{},toString=Object.prototype.toString;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)
window.jQuery=_jQuery;return jQuery;},isFunction:function(obj){return toString.call(obj)==="[object Function]";},isArray:function(obj){return toString.call(obj)==="[object Array]";},isXMLDoc:function(elem){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&jQuery.isXMLDoc(elem.ownerDocument);},globalEval:function(data){if(data&&/\S/.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;if(args){if(length===undefined){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(length===undefined){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;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))
value=value.call(elem,i);return typeof value==="number"&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))
elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)
elem.className=classNames!==undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return elem&&jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},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];},css:function(elem,name,force,extra){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];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;if(name=="opacity"&&!jQuery.support.opacity){ret=jQuery.attr(style,"opacity");return ret==""?"1":ret;}
if(name.match(/float/i))
name=styleFloat;if(!force&&style&&style[name])
ret=style[name];else if(defaultView.getComputedStyle){if(name.match(/float/i))
name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();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(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=ret||0;ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft;}}
return ret;},clean:function(elems,context,fragment){context=context||document;if(typeof context.createElement==="undefined")
context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;if(!fragment&&elems.length===1&&typeof elems[0]==="string"){var match=/^<(\w+)\s*\/?>$/.exec(elems[0]);if(match)
return[context.createElement(match[1])];}
var ret=[],scripts=[],div=context.createElement("div");jQuery.each(elems,function(i,elem){if(typeof elem==="number")
elem+='';if(!elem)
return;if(typeof elem==="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=elem.replace(/^\s+/,"").substring(0,10).toLowerCase();var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!jQuery.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)
div=div.lastChild;if(!jQuery.support.tbody){var hasBody=/<tbody/i.test(elem),tbody=!tags.indexOf("<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&&/^\s/.test(elem))
div.insertBefore(context.createTextNode(elem.match(/^\s*/)[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(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 scripts;}
return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)
return undefined;var notxml=!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.tagName){var special=/href|src|style/.test(name);if(name=="selected"&&elem.parentNode)
elem.parentNode.selectedIndex;if(name in elem&&notxml&&!special){if(set){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)
throw"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:elem.nodeName.match(/(button|input|object|select|textarea)/i)?0:elem.nodeName.match(/^(a|area)$/i)&&elem.href?0:undefined;}
return elem[name];}
if(!jQuery.support.style&&notxml&&name=="style")
return jQuery.attr(elem.style,"cssText",value);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;}
if(!jQuery.support.opacity&&name=="opacity"){if(set){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+
(parseInt(value)+''=="NaN"?"":"alpha(opacity="+value*100+")");}
return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100)+'':"";}
name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(set)
elem[name]=value;return elem[name];},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(array!=null){var i=array.length;if(i==null||typeof array==="string"||jQuery.isFunction(array)||array.setInterval)
ret[0]=array;else
while(i)
ret[--i]=array[i];}
return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)
if(array[i]===elem)
return i;return-1;},merge:function(first,second){var i=0,elem,pos=first.length;if(!jQuery.support.getAll){while((elem=second[i++])!=null)
if(elem.nodeType!=8)
first[pos++]=elem;}else
while((elem=second[i++])!=null)
first[pos++]=elem;return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}
return ret;},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){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!=null)
ret[ret.length]=value;}
return ret.concat.apply([],ret);}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,'0'])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},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");},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(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")
ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret),name,selector);};});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,selector);};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)
this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(classNames,state){if(typeof state!=="boolean")
state=!jQuery.className.has(this,classNames);jQuery.className[state?"add":"remove"](this,classNames);},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).length){jQuery("*",this).add([this]).each(function(){jQuery.event.remove(this);jQuery.removeData(this);});if(this.parentNode)
this.parentNode.removeChild(this);}},empty:function(){jQuery(this).children().remove();while(this.firstChild)
this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0;}
var expando="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)
id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])
jQuery.cache[id]={};if(data!==undefined)
jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])
break;if(!name)
jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)
elem.removeAttribute(expando);}
delete jQuery.cache[id];}},queue:function(elem,type,data){if(elem){type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!q||jQuery.isArray(data))
q=jQuery.data(elem,type,jQuery.makeArray(data));else if(data)
q.push(data);}
return q;},dequeue:function(elem,type){var queue=jQuery.queue(elem,type),fn=queue.shift();if(!type||type==="fx")
fn=queue[0];if(fn!==undefined)
fn.call(elem);}});jQuery.fn.extend({data:function(key,value){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);});},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(){var queue=jQuery.queue(this,type,data);if(type=="fx"&&queue.length==1)
queue[0].call(this);});},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type);});}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,done=0,toString=Object.prototype.toString;var Sizzle=function(selector,context,results,seed){results=results||[];context=context||document;if(context.nodeType!==1&&context.nodeType!==9)
return[];if(!selector||typeof selector!=="string"){return results;}
var parts=[],m,set,checkSet,check,mode,extra,prune=true;chunker.lastIndex=0;while((m=chunker.exec(selector))!==null){parts.push(m[1]);if(m[2]){extra=RegExp.rightContext;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{var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&context.parentNode?context.parentNode:context,isXML(context));set=Sizzle.filter(ret.expr,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,isXML(context));}}
if(!checkSet){checkSet=set;}
if(!checkSet){throw"Syntax error, unrecognized expression: "+(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(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,context,results,seed);if(sortOrder){hasDuplicate=false;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.match[type].exec(expr))){var left=RegExp.leftContext;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.match[type].exec(expr))!=null){var filter=Expr.filter[type],found,item;anyFound=false;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){throw"Syntax error, unrecognized expression: "+expr;}else{break;}}
old=expr;}
return curLoop;};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\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");}},relative:{"+":function(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag&&!isXML){part=part.toUpperCase();}
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===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part,isXML){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName===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(!part.match(/\W/)){var nodeCheck=part=isXML?part:part.toUpperCase();checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!part.match(/\W/)){var nodeCheck=part=isXML?part:part.toUpperCase();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,isXML){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+" ").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){for(var i=0;curLoop[i]===false;i++){}
return curLoop[i]&&isXML(curLoop[i])?match[1]:match[1].toUpperCase();},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(match[3].match(chunker).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.toUpperCase()==="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||"").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;}},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===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]=RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);}
var makeArray=function(array,results){array=Array.prototype.slice.call(array);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes);}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){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){var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true;}
return ret;};}else if(document.createRange){sortOrder=function(a,b){var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.selectNode(a);aRange.collapse(true);bRange.selectNode(b);bRange.collapse(true);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true;}
return ret;};}
(function(){var form=document.createElement("form"),id="script"+(new Date).getTime();form.innerHTML="<input 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);})();(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);};}})();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);};Sizzle.find=oldSizzle.find;Sizzle.filter=oldSizzle.filter;Sizzle.selectors=oldSizzle.selectors;Sizzle.matches=oldSizzle.matches;})();if(document.getElementsByClassName&&document.documentElement.getElementsByClassName)(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(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]);}};})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;elem.sizset=i;}
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===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;elem.sizset=i;}
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){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&isXML(elem.ownerDocument);};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.filter=Sizzle.filter;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;Sizzle.selectors.filters.hidden=function(elem){return elem.offsetWidth===0||elem.offsetHeight===0;};Sizzle.selectors.filters.visible=function(elem){return elem.offsetWidth>0||elem.offsetHeight>0;};Sizzle.selectors.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem;}).length;};jQuery.multiFilter=function(expr,elems,not){if(not){expr=":not("+expr+")";}
return Sizzle.matches(expr,elems);};jQuery.dir=function(elem,dir){var matched=[],cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)
matched.push(cur);cur=cur[dir];}
return matched;};jQuery.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;};jQuery.sibling=function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&n!=elem)
r.push(n);}
return r;};return;window.Sizzle=Sizzle;})();jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)
return;if(elem.setInterval&&elem!=window)
elem=window;if(!handler.guid)
handler.guid=this.guid++;if(data!==undefined){var fn=handler;handler=this.proxy(fn);handler.data=data;}
var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(arguments.callee.elem,arguments):undefined;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var namespaces=type.split(".");type=namespaces.shift();handler.type=namespaces.slice().sort().join(".");var handlers=events[type];if(jQuery.event.specialAll[type])
jQuery.event.specialAll[type].setup.call(elem,data,namespaces);if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem,data,namespaces)===false){if(elem.addEventListener)
elem.addEventListener(type,handle,false);else if(elem.attachEvent)
elem.attachEvent("on"+type,handle);}}
handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)
return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types===undefined||(typeof types==="string"&&types.charAt(0)=="."))
for(var type in events)
this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}
jQuery.each(types.split(/\s+/),function(index,type){var namespaces=type.split(".");type=namespaces.shift();var namespace=RegExp("(^|\\.)"+namespaces.slice().sort().join(".*\\.")+"(\\.|$)");if(events[type]){if(handler)
delete events[type][handler.guid];else
for(var handle in events[type])
if(namespace.test(events[type][handle].type))
delete events[type][handle];if(jQuery.event.specialAll[type])
jQuery.event.specialAll[type].teardown.call(elem,namespaces);for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].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,bubbling){var type=event.type||event;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);if((!elem[type]||(jQuery.nodeName(elem,'a')&&type=="click"))&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)
event.result=false;if(!bubbling&&elem[type]&&!event.isDefaultPrevented()&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}
this.triggered=false;if(!event.isPropagationStopped()){var parent=elem.parentNode||elem.ownerDocument;if(parent)
jQuery.event.trigger(event,data,parent,true);}},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=RegExp("(^|\\.)"+namespaces.slice().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;}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue 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.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.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)
event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},proxy:function(fn,proxy){proxy=proxy||function(){return fn.apply(this,arguments);};proxy.guid=fn.guid=fn.guid||proxy.guid||this.guid++;return proxy;},special:{ready:{setup:bindReady,teardown:function(){}}},specialAll:{live:{setup:function(selector,namespaces){jQuery.event.add(this,namespaces[0],liveHandler);},teardown:function(namespaces){if(namespaces.length){var remove=0,name=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);}}}}};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){parent=this;}
if(parent!=this){event.type=event.data;jQuery.event.handle.apply(this,arguments);}};jQuery.each({mouseover:'mouseenter',mouseout:'mouseleave'},function(orig,fix){jQuery.event.special[fix]={setup:function(){jQuery.event.add(this,orig,withinElement,fix);},teardown:function(){jQuery.event.remove(this,orig,withinElement);}};});jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){var one=jQuery.event.proxy(fn||data,function(event){jQuery(this).unbind(event,one);return(fn||data).apply(this,arguments);});return this.each(function(){jQuery.event.add(this,type,one,fn&&data);});},unbind:function(type,fn){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.event.proxy(fn,args[i++]);return this.click(jQuery.event.proxy(fn,function(event){this.lastToggle=(this.lastToggle||0)%i;event.preventDefault();return args[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)
fn.call(document,jQuery);else
jQuery.readyList.push(fn);return this;},live:function(type,fn){var proxy=jQuery.event.proxy(fn);proxy.guid+=this.selector+type;jQuery(document).bind(liveConvert(type,this.selector),this.selector,proxy);return this;},die:function(type,fn){jQuery(document).unbind(liveConvert(type,this.selector),fn?{guid:fn.guid+this.selector+type}:null);return this;}});function liveHandler(event){var check=RegExp("(^|\\.)"+event.type+"(\\.|$)"),stop=true,elems=[];jQuery.each(jQuery.data(this,"events").live||[],function(i,fn){if(check.test(fn.type)){var elem=jQuery(event.target).closest(fn.data)[0];if(elem)
elems.push({elem:elem,fn:fn});}});elems.sort(function(a,b){return jQuery.data(a.elem,"closest")-jQuery.data(b.elem,"closest");});jQuery.each(elems,function(){if(this.fn.call(this.elem,event,this.fn.data)===false)
return(stop=false);});return stop;}
function liveConvert(type,selector){return["live",type,selector.replace(/\./g,"`").replace(/ /g,"|")].join(".");}
jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.call(document,jQuery);});jQuery.readyList=null;}
jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);jQuery.ready();},false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);jQuery.ready();}});if(document.documentElement.doScroll&&window==window.top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}
jQuery.ready();})();}
jQuery.event.add(window,"load",jQuery.ready);}
jQuery.each(("blur,focus,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);};});jQuery(window).bind('unload',function(){for(var id in jQuery.cache)
if(id!=1&&jQuery.cache[id].handle)
jQuery.event.remove(jQuery.cache[id].handle.elem);});(function(){jQuery.support={};var root=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+(new Date).getTime();div.style.display="none";div.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';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,objectAll:!!div.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:a.style.opacity==="0.5",cssFloat:!!a.style.cssFloat,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(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",arguments.callee);});div.cloneNode(true).fireEvent("onclick");}
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';});})();var styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat";jQuery.props={"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!=="string")
return this._load(url);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);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(/<script(.|\s)*?\/script>/g,"")).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||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.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);};});var jsc=now();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){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)){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:function(){return window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));var jsonp,jsre=/=\?(&|$)/g,status,data,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string")
s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(type=="GET"){if(!s.url.match(jsre))
s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))
s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}
if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="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]=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(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}
if(s.data&&type=="GET"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}
if(s.global&&!jQuery.active++)
jQuery.event.trigger("ajaxStart");var parts=/^(\w+:)?\/\/([^\/?#]+)/.exec(s.url);if(s.dataType=="script"&&type=="GET"&&parts&&(parts[1]&&parts[1]!=location.protocol||parts[2]!=location.host)){var head=document.getElementsByTagName("head")[0];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;head.removeChild(script);}};}
head.appendChild(script);return undefined;}
var requestDone=false;var xhr=s.xhr();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)
xhr.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)
xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");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(xhr,s)===false){if(s.global&&!--jQuery.active)
jQuery.event.trigger("ajaxStop");xhr.abort();return false;}
if(s.global)
jQuery.event.trigger("ajaxSend",[xhr,s]);var onreadystatechange=function(isTimeout){if(xhr.readyState==0){if(ival){clearInterval(ival);ival=null;if(s.global&&!--jQuery.active)
jQuery.event.trigger("ajaxStop");}}else if(!requestDone&&xhr&&(xhr.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}
status=isTimeout=="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";if(status=="success"){try{data=jQuery.httpData(xhr,s.dataType,s);}catch(e){status="parsererror";}}
if(status=="success"){var modRes;try{modRes=xhr.getResponseHeader("Last-Modified");}catch(e){}
if(s.ifModified&&modRes)
jQuery.lastModified[s.url]=modRes;if(!jsonp)
success();}else
jQuery.handleError(s,xhr,status);complete();if(isTimeout)
xhr.abort();if(s.async)
xhr=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)
setTimeout(function(){if(xhr&&!requestDone)
onreadystatechange("timeout");},s.timeout);}
try{xhr.send(s.data);}catch(e){jQuery.handleError(s,xhr,null,e);}
if(!s.async)
onreadystatechange();function success(){if(s.success)
s.success(data,status);if(s.global)
jQuery.event.trigger("ajaxSuccess",[xhr,s]);}
function complete(){if(s.complete)
s.complete(xhr,status);if(s.global)
jQuery.event.trigger("ajaxComplete",[xhr,s]);if(s.global&&!--jQuery.active)
jQuery.event.trigger("ajaxStop");}
return xhr;},handleError:function(s,xhr,status,e){if(s.error)s.error(xhr,status,e);if(s.global)
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;}catch(e){}
return false;},httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified");return xhr.status==304||xhrRes==jQuery.lastModified[url];}catch(e){}
return false;},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.tagName=="parsererror")
throw"parsererror";if(s&&s.dataFilter)
data=s.dataFilter(data,type);if(typeof data==="string"){if(type=="script")
jQuery.globalEval(data);if(type=="json")
data=window["eval"]("("+data+")");}
return data;},param:function(a){var s=[];function add(key,value){s[s.length]=encodeURIComponent(key)+'='+encodeURIComponent(value);};if(jQuery.isArray(a)||a.jquery)
jQuery.each(a,function(){add(this.name,this.value);});else
for(var j in a)
if(jQuery.isArray(a[j]))
jQuery.each(a[j],function(){add(j,this);});else
add(j,jQuery.isFunction(a[j])?a[j]():a[j]);return s.join("&").replace(/%20/g,"+");}});var elemdisplay={},timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type;});return obj;}
jQuery.fn.extend({show:function(speed,callback){if(speed){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 tagName=this[i].tagName,display;if(elemdisplay[tagName]){display=elemdisplay[tagName];}else{var elem=jQuery("<"+tagName+" />").appendTo("body");display=elem.css("display");if(display==="none")
display="block";elem.remove();elemdisplay[tagName]=display;}
jQuery.data(this[i],"olddisplay",display);}}
for(var i=0,l=this.length;i<l;i++){this[i].style.display=jQuery.data(this[i],"olddisplay")||"";}
return this;}},hide:function(speed,callback){if(speed){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 i=0,l=this.length;i<l;i++){this[i].style.display="none";}
return this;}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){var bool=typeof fn==="boolean";return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle.apply(this,arguments):fn==null||bool?this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]();}):this.animate(genFx("toggle",3),fn,fn2);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);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){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(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(/toggle|show|hide/.test(val))
e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),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=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)
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(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)
if(!timers[i]())
timers.splice(i--,1);if(!timers.length){clearInterval(timerId);timerId=undefined;}},13);}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,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.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=now();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;var done=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;this.elem.style.display=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.attr(this.elem.style,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;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](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,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null)
fx.elem.style[fx.prop]=fx.now+fx.unit;else
fx.elem[fx.prop]=fx.now;}}});if(document.documentElement["getBoundingClientRect"])
jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);var box=this[0].getBoundingClientRect(),doc=this[0].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.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=box.left+(self.pageXOffset||jQuery.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left};};else
jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);jQuery.offset.initialized||jQuery.offset.initialize();var elem=this[0],offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView.getComputedStyle(elem,null),top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){computedStyle=defaultView.getComputedStyle(elem,null);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.tagName)))
top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevOffsetParent=offsetParent,offsetParent=elem.offsetParent;}
if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible")
top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevComputedStyle=computedStyle;}
if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static")
top+=body.offsetTop,left+=body.offsetLeft;if(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(){if(this.initialized)return;var body=document.body,container=document.createElement('div'),innerDiv,checkDiv,table,td,rules,prop,bodyMarginTop=body.style.marginTop,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>';rules={position:'absolute',top:0,left:0,margin:0,border:0,width:'1px',height:'1px',visibility:'hidden'};for(prop in rules)container.style[prop]=rules[prop];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);innerDiv.style.overflow='hidden',innerDiv.style.position='relative';this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);body.style.marginTop='1px';this.doesNotIncludeMarginInBodyOffset=(body.offsetTop===0);body.style.marginTop=bodyMarginTop;body.removeChild(container);this.initialized=true;},bodyOffset:function(body){jQuery.offset.initialized||jQuery.offset.initialize();var top=body.offsetTop,left=body.offsetLeft;if(jQuery.offset.doesNotIncludeMarginInBodyOffset)
top+=parseInt(jQuery.curCSS(body,'marginTop',true),10)||0,left+=parseInt(jQuery.curCSS(body,'marginLeft',true),10)||0;return{top:top,left:left};}};jQuery.fn.extend({position:function(){var left=0,top=0,results;if(this[0]){var offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].tagName)?{top:0,left:0}:offsetParent.offset();offset.top-=num(this,'marginTop');offset.left-=num(this,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}
return results;},offsetParent:function(){var offsetParent=this[0].offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&jQuery.css(offsetParent,'position')=='static'))
offsetParent=offsetParent.offsetParent;return jQuery(offsetParent);}});jQuery.each(['Left','Top'],function(i,name){var method='scroll'+name;jQuery.fn[method]=function(val){if(!this[0])return null;return val!==undefined?this.each(function(){this==window||this==document?window.scrollTo(!i?val:jQuery(window).scrollLeft(),i?val:jQuery(window).scrollTop()):this[method]=val;}):this[0]==window||this[0]==document?self[i?'pageYOffset':'pageXOffset']||jQuery.boxModel&&document.documentElement[method]||document.body[method]:this[0][method];};});jQuery.each(["Height","Width"],function(i,name){var tl=i?"Left":"Top",br=i?"Right":"Bottom",lower=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],lower,false,"padding"):null;};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],lower,false,margin?"margin":"border"):null;};var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(document.documentElement["client"+name],document.body["scroll"+name],document.documentElement["scroll"+name],document.body["offset"+name],document.documentElement["offset"+name]):size===undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,typeof size==="string"?size:size+"px");};});})();;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I-1]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.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.replace('.title-page01 h1, .menu a',{hover:true});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 1990-1992 ParaGraph JV.
 */
Cufon.registerFont({"w":214,"face":{"font-family":"FuturisExtra","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 114 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-10 -324.047 464 81.0564","underline-thickness":"4.92188","underline-position":"-17.2266","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":126},"!":{"d":"26,-83r0,-169r67,0r0,169r-67,0xm59,7v-20,-1,-36,-15,-36,-37v0,-20,18,-38,36,-37v22,0,36,17,37,37v0,18,-17,38,-37,37","w":118},"\"":{"d":"63,-252r-13,73r-20,0r-12,-73r45,0xm129,-252r-13,73r-20,0r-13,-73r46,0","w":146},"#":{"d":"54,-193r45,0r8,-45r28,0r-8,45r57,0r8,-45r29,0r-8,45r44,0r-6,36r-44,0r-11,62r44,0r-6,36r-44,0r-8,45r-29,0r8,-45r-56,0r-8,45r-29,0r8,-45r-44,0r5,-36r45,0r11,-62r-45,0xm167,-95r11,-62r-57,0r-10,62r56,0","w":288},"$":{"d":"159,-138v58,38,29,148,-43,144r0,36r-33,0r0,-36v-35,-5,-56,-20,-80,-39r33,-54v23,24,44,36,63,36v21,0,35,-30,17,-42v-38,-25,-103,-27,-101,-94v1,-43,28,-67,68,-71r0,-39r33,0r0,39v25,2,46,11,64,24r-25,53v-15,-15,-31,-23,-46,-23v-24,0,-37,30,-14,39v19,8,51,18,64,27","w":200},"%":{"d":"60,7r164,-266r33,0r-164,266r-33,0xm77,-121v-38,0,-69,-29,-69,-69v0,-39,29,-69,69,-69v40,0,69,31,69,69v0,38,-29,69,-69,69xm77,-218v-15,-1,-28,14,-28,28v0,14,13,29,28,28v14,0,27,-12,27,-28v0,-16,-13,-28,-27,-28xm241,7v-38,0,-69,-29,-69,-69v0,-40,31,-69,69,-69v40,0,69,31,69,69v0,38,-29,69,-69,69xm241,-90v-14,0,-29,13,-28,28v0,14,13,29,28,28v14,0,28,-13,28,-28v0,-15,-14,-28,-28,-28","w":317},"&":{"d":"194,-189v0,37,-19,47,-45,64r29,32r36,-35r36,37r-36,33r53,58r-73,0r-23,-24v-39,51,-158,39,-158,-40v0,-33,19,-57,59,-72v-44,-38,-17,-126,50,-122v45,3,72,26,72,69xm124,-213v-31,0,-22,50,-3,59v16,-12,24,-23,24,-36v0,-14,-8,-23,-21,-23xm76,-67v1,34,45,32,63,8r-39,-43v-17,9,-24,21,-24,35","w":267},"'":{"d":"63,-252r-13,73r-20,0r-12,-73r45,0","w":81},"(":{"d":"99,-251v-55,80,-56,231,0,310r-36,22v-68,-90,-65,-267,0,-353","w":103},")":{"d":"40,-272v68,92,68,260,0,353r-35,-22v58,-101,57,-209,0,-310","w":103},"*":{"d":"69,-265r35,0r0,48r41,-24r18,31r-41,23r41,24r-18,31r-41,-24r0,48r-35,0r0,-48r-41,24r-18,-31r41,-24r-41,-23r18,-31r41,24r0,-48","w":173},"+":{"d":"133,-29r-36,0r0,-79r-79,0r0,-36r79,0r0,-79r36,0r0,79r79,0r0,36r-79,0r0,79","w":230},",":{"d":"5,50r38,-110r63,0r-53,110r-48,0","w":115},"-":{"d":"14,-126r123,0r0,55r-123,0r0,-55","w":151},".":{"d":"59,7v-20,0,-36,-15,-36,-37v0,-20,18,-37,36,-37v19,0,37,16,37,37v0,22,-17,37,-37,37","w":118},"\/":{"d":"8,76r131,-341r38,0r-132,341r-37,0","w":184},"0":{"d":"203,-126v-1,67,-21,133,-96,133v-74,0,-95,-62,-95,-133v0,-71,21,-133,95,-133v74,1,96,60,96,133xm107,-206v-42,5,-31,77,-29,121v1,20,9,39,29,39v33,0,32,-42,32,-80v0,-38,1,-76,-32,-80"},"1":{"d":"89,0r0,-194r-39,0r0,-58r104,0r0,252r-65,0"},"2":{"d":"199,-175v0,64,-41,75,-77,120r75,0r0,55r-194,0r104,-122v17,-22,29,-26,29,-51v0,-18,-11,-33,-30,-33v-25,0,-31,22,-31,43r-63,0v2,-56,32,-96,96,-96v57,0,91,31,91,84"},"3":{"d":"136,-81v0,-23,-18,-29,-43,-27r0,-44v22,1,37,-5,37,-28v0,-17,-10,-26,-25,-26v-15,0,-27,11,-27,26r-63,0v7,-47,34,-80,91,-79v48,1,85,22,86,69v1,29,-18,44,-38,52v25,8,45,29,45,65v0,95,-155,105,-180,31v-5,-13,-8,-26,-9,-39r63,0v1,18,9,35,32,35v21,0,31,-12,31,-35"},"4":{"d":"118,0r0,-60r-113,0r0,-52r91,-140r83,0r0,139r28,0r0,53r-28,0r0,60r-61,0xm118,-113r0,-89r-55,88"},"5":{"d":"136,-90v-1,-46,-64,-46,-99,-28r-11,0r27,-134r136,0r0,55r-93,0r-6,33v59,-12,109,16,109,75v0,92,-116,120,-186,74r5,-61r8,0v23,38,110,45,110,-14"},"6":{"d":"107,7v-96,0,-116,-105,-69,-175r57,-84r75,0r-62,88v58,-14,97,26,97,80v0,56,-39,91,-98,91xm71,-83v0,22,15,37,35,37v22,0,35,-17,36,-37v1,-21,-16,-38,-36,-38v-21,-1,-35,16,-35,38"},"7":{"d":"23,0r95,-194r-103,0r0,-58r200,0r-116,252r-76,0"},"8":{"d":"193,-190v1,30,-18,46,-36,57v25,9,50,28,48,64v-2,49,-36,76,-98,76v-62,0,-93,-27,-97,-76v-2,-38,24,-54,48,-65v-20,-9,-37,-26,-36,-56v1,-47,36,-69,85,-69v49,-1,85,22,86,69xm81,-182v0,17,12,27,26,27v15,0,27,-10,27,-27v0,-18,-11,-28,-27,-28v-15,0,-26,11,-26,28xm76,-78v0,16,12,32,31,32v19,0,32,-15,32,-32v0,-19,-14,-32,-32,-32v-19,0,-30,14,-31,32"},"9":{"d":"108,-259v96,-5,117,106,69,175r-58,84r-74,0r61,-88v-57,13,-97,-25,-96,-80v1,-57,40,-88,98,-91xm144,-168v0,-22,-14,-38,-35,-38v-22,-1,-36,17,-36,38v0,21,16,37,36,37v20,1,35,-16,35,-37"},":":{"d":"59,-107v-20,0,-36,-15,-36,-37v0,-20,18,-36,36,-36v18,0,37,15,37,36v0,22,-17,37,-37,37xm59,7v-20,0,-36,-15,-36,-37v0,-20,18,-37,36,-37v19,0,37,16,37,37v0,22,-17,37,-37,37","w":118},";":{"d":"5,50r38,-110r63,0r-53,110r-48,0xm69,-107v-20,-1,-36,-16,-37,-37v-1,-20,19,-36,37,-36v20,0,37,19,37,36v0,18,-16,39,-37,37","w":115},"<":{"d":"57,-126r105,50r0,36r-144,-72r0,-28r144,-72r0,36","w":180},"=":{"d":"18,-140r0,-36r194,0r0,36r-194,0xm18,-76r0,-36r194,0r0,36r-194,0","w":230},">":{"d":"123,-126r-105,-50r0,-36r144,72r0,28r-144,72r0,-36","w":180},"?":{"d":"95,-206v-15,0,-25,11,-24,27r-61,0v3,-48,32,-80,85,-80v50,0,84,28,84,75v0,39,-20,67,-56,69r0,32r-60,0r0,-65v30,1,57,-1,55,-33v0,-15,-8,-25,-23,-25xm93,7v-19,0,-37,-19,-36,-37v0,-21,14,-37,36,-37v22,0,36,17,37,37v0,18,-17,37,-37,37","w":188},"@":{"d":"81,-110v2,-49,32,-81,80,-84v14,0,23,6,29,18r4,-15r36,0r-21,100v0,8,4,13,14,13v29,-1,49,-21,48,-55v0,-69,-48,-106,-115,-106v-67,0,-109,45,-111,113v-3,92,94,144,171,99r10,16v-20,12,-42,18,-66,18v-87,-1,-137,-50,-137,-133v0,-81,51,-133,133,-133v84,0,131,47,137,126v4,63,-77,106,-113,56v-31,40,-102,22,-99,-33xm126,-115v0,14,5,25,19,25v24,0,37,-24,37,-44v0,-13,-6,-27,-22,-26v-23,1,-33,21,-34,45","w":316},"A":{"d":"-3,0r90,-252r86,0r89,252r-75,0r-14,-44r-86,0r-14,44r-76,0xm130,-194r-29,95r58,0","w":259},"B":{"d":"234,-70v-1,91,-121,67,-211,70r0,-252v82,3,200,-22,197,64v-1,26,-18,45,-39,53v27,7,54,28,53,65xm155,-176v0,-28,-32,-27,-62,-26r0,49v27,0,62,4,62,-23xm163,-77v0,-33,-39,-23,-70,-25r0,52v31,1,70,3,70,-27","w":244},"C":{"d":"84,-124v0,69,84,89,124,41r0,71v-18,12,-41,19,-68,19v-81,-2,-124,-53,-128,-133v-5,-107,109,-165,196,-113r0,73v-39,-54,-124,-29,-124,42","w":221},"D":{"d":"244,-126v0,80,-48,126,-129,126r-92,0r0,-252r92,0v84,0,129,45,129,126xm172,-126v0,-44,-25,-69,-79,-66r0,132v54,4,79,-23,79,-66","w":255},"E":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,36r73,0r0,55r-73,0r0,41r81,0r0,60r-151,0","w":188},"F":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,38r73,0r0,58r-73,0r0,96r-70,0","w":183},"G":{"d":"82,-126v-11,77,104,108,124,35r-66,0r0,-55r135,0v7,92,-34,154,-125,153v-86,-1,-131,-47,-138,-131v-12,-138,190,-182,250,-74r-62,29v-27,-53,-128,-28,-118,43","w":287},"H":{"d":"23,0r0,-252r70,0r0,91r86,0r0,-91r71,0r0,252r-71,0r0,-101r-86,0r0,101r-70,0","w":272},"I":{"d":"23,0r0,-252r70,0r0,252r-70,0","w":115},"J":{"d":"156,-252v-5,113,34,292,-108,254v-21,-6,-37,-22,-48,-39r45,-36v4,13,12,20,23,20v16,0,18,-11,18,-27r0,-172r70,0","w":176},"K":{"d":"23,0r0,-252r70,0r0,106r76,-106r83,0r-96,122r99,130r-89,0r-73,-108r0,108r-70,0","w":251},"L":{"d":"23,0r0,-252r70,0r0,192r76,0r0,60r-146,0","w":173},"M":{"d":"5,0r37,-252r70,0r45,154r44,-154r70,0r37,252r-68,0r-18,-146r-43,146r-45,0r-43,-146r-18,146r-68,0","w":313},"N":{"d":"23,0r0,-252r74,0r92,149r0,-149r68,0r0,252r-73,0r-93,-151r0,151r-68,0","w":279},"O":{"d":"282,-126v0,84,-51,133,-135,133v-83,0,-135,-52,-135,-133v0,-81,52,-133,135,-133v83,0,135,52,135,133xm84,-126v0,44,24,73,63,73v39,0,63,-31,63,-73v0,-42,-23,-73,-63,-73v-39,0,-63,29,-63,73","w":293},"P":{"d":"221,-168v0,66,-52,92,-128,85r0,83r-70,0r0,-252r106,0v57,0,92,32,92,84xm93,-197r0,58v29,2,55,-2,55,-29v0,-26,-25,-31,-55,-29","w":230},"Q":{"d":"147,-259v84,0,135,49,135,133v0,35,-9,64,-29,87r34,39r-45,22r-26,-31v-94,45,-209,-10,-204,-117v4,-82,52,-133,135,-133xm84,-126v0,51,36,83,84,69r-30,-34r43,-19r20,23v23,-45,-1,-115,-54,-112v-39,2,-63,29,-63,73","w":294},"R":{"d":"23,-252v88,0,193,-14,191,76v0,38,-18,63,-53,75r71,101r-85,0r-54,-83r0,83r-70,0r0,-252xm144,-168v0,-24,-22,-32,-51,-29r0,58v29,3,51,-4,51,-29","w":231},"S":{"d":"53,-117v-68,-35,-37,-142,51,-142v29,0,53,8,76,25r-25,53v-16,-15,-32,-23,-46,-23v-24,0,-35,26,-18,37v49,15,101,25,101,91v0,79,-96,102,-157,66v-10,-6,-20,-13,-32,-23r33,-54v23,22,44,34,63,34v29,0,32,-39,7,-46v-16,-4,-39,-10,-53,-18","w":201},"T":{"d":"58,0r0,-192r-55,0r0,-60r181,0r0,60r-56,0r0,192r-70,0","w":186},"U":{"d":"131,7v-73,0,-110,-40,-111,-109r0,-150r71,0r0,149v0,26,9,50,40,50v27,0,40,-17,40,-50r0,-149r71,0v-3,125,29,259,-111,259","w":262},"V":{"d":"97,0r-100,-252r84,0r52,166r51,-166r77,0r-96,252r-68,0","w":258},"W":{"d":"197,-161r-42,161r-69,0r-89,-252r78,0r44,154r40,-154r75,0r40,154r45,-154r77,0r-89,252r-69,0","w":393},"X":{"d":"128,-83r-50,83r-81,0r93,-132r-83,-120r84,0r37,68r38,-68r80,0r-79,116r92,136r-83,0","w":256},"Y":{"d":"85,0r0,-98r-88,-154r84,0r42,89r42,-89r77,0r-87,154r0,98r-70,0","w":239},"Z":{"d":"-3,0r116,-192r-95,0r0,-60r204,0r-114,192r104,0r0,60r-215,0","w":219},"[":{"d":"108,76r-88,0r0,-341r88,0r0,31r-37,0r0,279r37,0r0,31","w":113},"\\":{"d":"177,76r-38,0r-131,-341r37,0","w":184},"]":{"d":"5,-265r88,0r0,341r-88,0r0,-31r38,0r0,-279r-38,0r0,-31","w":113},"^":{"d":"104,-233r-43,53r-47,0r57,-72r67,0r56,72r-46,0","w":208},"_":{"d":"0,40r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"-10,-252r80,0r39,58r-47,0","w":129},"a":{"d":"92,-180v28,1,42,10,57,27r0,-21r60,0r0,174r-60,0r0,-20v-47,58,-144,13,-138,-67v4,-54,27,-92,81,-93xm76,-87v0,22,13,43,37,42v24,-1,38,-17,38,-42v1,-23,-14,-42,-38,-41v-25,1,-37,18,-37,41","w":229},"b":{"d":"219,-87v5,78,-88,126,-138,67r0,20r-61,0r0,-265r63,0r0,109v15,-16,27,-24,55,-24v55,2,78,38,81,93xm78,-87v0,23,13,42,38,42v23,1,38,-19,38,-42v0,-23,-14,-41,-38,-41v-25,0,-38,18,-38,41","w":229},"c":{"d":"76,-87v0,45,51,55,78,25r0,55v-66,36,-143,-1,-143,-80v0,-78,77,-114,143,-80r0,55v-22,-27,-78,-23,-78,25","w":165},"d":{"d":"92,-180v28,-1,41,9,55,24r0,-109r63,0r0,265r-61,0r0,-20v-47,58,-144,13,-138,-67v4,-54,27,-92,81,-93xm76,-87v0,23,13,42,38,42v24,-1,37,-18,38,-42v1,-23,-14,-41,-38,-41v-25,0,-38,18,-38,41","w":229},"e":{"d":"70,-73v-7,42,61,58,70,20r61,0v-13,36,-42,61,-94,60v-60,-2,-91,-34,-96,-94v-8,-103,153,-125,182,-39v6,16,9,34,9,53r-132,0xm142,-107v1,-30,-41,-49,-61,-25v-6,7,-9,16,-10,25r71,0","w":213},"f":{"d":"25,-174v-10,-75,30,-108,101,-91r0,47v-29,-17,-43,9,-38,44r38,0r0,46r-38,0r0,128r-63,0r0,-128r-22,0r0,-46r22,0","w":128},"g":{"d":"11,-94v0,-78,95,-113,141,-62r0,-18r60,0r0,169v11,87,-126,113,-176,55v-8,-10,-14,-22,-16,-36r69,0v0,13,14,21,27,21v31,0,38,-21,36,-54v-57,46,-141,2,-141,-75xm76,-91v0,25,17,41,39,41v22,0,39,-16,39,-41v0,-26,-18,-39,-39,-39v-21,0,-39,14,-39,39","w":232},"h":{"d":"116,-128v-49,3,-29,79,-33,128r-63,0r0,-265r63,0r0,111v14,-18,33,-26,57,-26v84,-2,57,102,62,180r-63,0r0,-96v0,-22,-8,-32,-23,-32","w":219},"i":{"d":"20,-174r63,0r0,174r-63,0r0,-174xm52,-192v-18,0,-34,-15,-33,-32v0,-20,14,-32,33,-33v19,-1,33,15,33,33v0,16,-15,32,-33,32","w":103},"j":{"d":"20,-174r63,0r0,250r-63,0r0,-250xm52,-192v-18,0,-34,-15,-33,-32v0,-20,14,-32,33,-33v19,-1,33,15,33,33v0,16,-15,32,-33,32","w":103},"k":{"d":"20,0r0,-265r63,0r0,158r59,-67r78,0r-79,82r88,92r-82,0r-64,-72r0,72r-63,0","w":225},"l":{"d":"20,0r0,-265r63,0r0,265r-63,0","w":103},"m":{"d":"111,-128v-46,0,-23,82,-28,128r-63,0r0,-174r63,0r0,19v25,-33,88,-35,107,1v28,-45,115,-29,115,36r0,118r-63,0r0,-102v0,-18,-7,-26,-20,-26v-46,0,-23,82,-28,128r-63,0r0,-102v0,-18,-7,-26,-20,-26","w":322},"n":{"d":"116,-128v-49,3,-29,79,-33,128r-63,0r0,-174r63,0r0,20v14,-18,33,-26,57,-26v84,-2,57,102,62,180r-63,0r0,-96v0,-22,-8,-32,-23,-32","w":219},"o":{"d":"219,-87v0,61,-41,94,-104,94v-63,0,-103,-33,-104,-94v-1,-59,42,-93,104,-93v63,0,104,33,104,93xm76,-87v0,27,13,48,39,48v27,0,39,-21,39,-48v-1,-27,-12,-48,-39,-48v-27,0,-38,22,-39,48","w":229},"p":{"d":"219,-87v5,77,-85,125,-136,69r0,94r-63,0r0,-250r61,0r0,21v14,-18,28,-27,57,-27v55,0,78,38,81,93xm78,-87v0,23,13,42,38,42v23,1,38,-19,38,-42v0,-23,-14,-41,-38,-41v-25,0,-38,18,-38,41","w":229},"q":{"d":"92,-180v28,0,43,9,57,27r0,-21r61,0r0,250r-63,0r0,-94v-49,55,-141,10,-136,-69v4,-54,27,-92,81,-93xm76,-87v0,23,13,42,38,42v24,-1,37,-18,38,-42v1,-23,-14,-41,-38,-41v-25,0,-38,18,-38,41","w":229},"r":{"d":"146,-121v-35,-11,-63,11,-63,47r0,74r-63,0r0,-174r61,0r0,23v14,-20,33,-31,65,-25r0,55","w":148},"s":{"d":"124,-103v60,26,26,110,-46,110v-29,0,-52,-7,-70,-19r17,-43v17,11,34,16,49,16v16,0,24,-14,13,-22v-36,-10,-74,-13,-74,-58v0,-67,88,-73,140,-46r-20,40v-14,-9,-28,-14,-40,-14v-16,0,-26,15,-14,25v7,6,33,6,45,11","w":167},"t":{"d":"25,0r0,-128r-22,0r0,-46r22,0r0,-48r63,0r0,48r35,0r0,46r-35,0r0,128r-63,0","w":126},"u":{"d":"108,7v-56,-3,-90,-28,-90,-87r0,-94r63,0r0,95v0,21,6,34,27,34v50,0,20,-84,28,-129r63,0v1,95,11,186,-91,181","w":216},"v":{"d":"77,0r-81,-174r68,0r38,93r32,-93r64,0r-72,174r-49,0","w":193},"w":{"d":"141,-91r-29,91r-45,0r-71,-174r62,0r33,93r29,-93r43,0r29,93r32,-93r62,0r-70,174r-45,0","w":282},"x":{"d":"-3,0r77,-93r-64,-81r77,0r28,47r28,-47r74,0r-66,82r68,92r-73,0r-35,-57r-37,57r-77,0","w":216},"y":{"d":"-4,-174r73,0r48,93r41,-93r65,0r-126,250r-68,0r53,-101","w":218},"z":{"d":"10,-174r174,0r-89,129r81,0r0,45r-176,0r88,-128r-78,0r0,-46","w":186},"{":{"d":"68,20v0,-41,5,-90,-32,-91r0,-36v37,0,32,-49,32,-90v0,-41,24,-61,70,-61r0,29v-40,1,-30,54,-29,94v0,23,-12,38,-39,45r0,3v49,7,38,56,37,105v0,19,10,31,31,34r0,29v-46,0,-70,-20,-70,-61","w":173},"|":{"d":"18,81r0,-379r36,0r0,379r-36,0","w":71},"}":{"d":"105,-197v0,44,-5,89,33,90r0,36v-37,3,-33,47,-33,91v0,41,-23,61,-69,61r0,-29v40,-3,28,-55,28,-94v0,-23,13,-38,40,-45r0,-3v-23,-9,-40,-15,-40,-45v0,-42,17,-89,-28,-94r0,-29v46,0,69,20,69,61","w":173},"~":{"d":"18,-140v47,-57,129,48,180,-8r0,36v-51,57,-129,-49,-180,8r0,-36","w":216},"\u201a":{"d":"5,50r38,-110r63,0r-53,110r-48,0","w":115},"\u0192":{"d":"20,0r0,-174r121,0r0,46r-58,0r0,128r-63,0","w":143},"\u201e":{"d":"10,50r38,-110r63,0r-53,110r-48,0xm93,50r38,-110r63,0r-53,110r-48,0","w":204},"\u2026":{"d":"59,7v-20,0,-36,-15,-36,-37v0,-20,18,-37,36,-37v19,0,37,16,37,37v0,22,-17,37,-37,37xm178,7v-20,-1,-36,-15,-36,-37v0,-20,18,-38,36,-37v22,0,37,17,37,37v0,18,-17,38,-37,37xm297,7v-19,1,-37,-19,-37,-37v1,-20,15,-38,37,-37v20,1,37,16,37,37v0,21,-17,36,-37,37","w":356},"\u2020":{"d":"73,76r0,-202r-63,0r0,-58r63,0r0,-81r66,0r0,81r63,0r0,58r-63,0r0,202r-66,0","w":211},"\u2030":{"d":"60,7r164,-266r33,0r-164,266r-33,0xm77,-121v-38,0,-69,-29,-69,-69v0,-39,29,-69,69,-69v40,0,69,31,69,69v0,38,-29,69,-69,69xm77,-218v-15,-1,-28,14,-28,28v0,14,13,29,28,28v14,0,27,-12,27,-28v0,-16,-13,-28,-27,-28xm241,7v-38,0,-69,-29,-69,-69v0,-40,31,-69,69,-69v40,0,69,31,69,69v0,38,-29,69,-69,69xm241,-90v-14,0,-29,13,-28,28v0,14,13,29,28,28v14,0,28,-13,28,-28v0,-15,-14,-28,-28,-28xm395,7v-40,0,-69,-31,-69,-69v0,-38,29,-69,69,-69v40,0,69,31,69,69v0,38,-29,69,-69,69xm395,-90v-15,-1,-28,14,-28,28v0,14,13,29,28,28v14,0,28,-13,28,-28v0,-15,-14,-28,-28,-28","w":471},"\u0160":{"d":"0,-60v38,9,50,-13,50,-53r0,-139r192,0r0,98v73,-3,136,5,136,77v1,97,-115,75,-207,77r0,-192r-50,0v0,98,15,202,-91,195v-11,0,-21,-1,-30,-3r0,-60xm307,-77v0,-32,-35,-25,-65,-26r0,53v30,0,65,5,65,-27","w":388},"\u2039":{"d":"71,-8r-61,-83r61,-83r35,21r-46,62r46,62","w":115},"\u0152":{"d":"386,-77v0,96,-114,75,-207,77r0,-103r-86,0r0,103r-70,0r0,-252r70,0r0,98r86,0r0,-98r71,0r0,98v73,-3,136,5,136,77xm315,-77v0,-32,-35,-25,-65,-26r0,53v30,0,65,5,65,-27","w":395},"\u2018":{"d":"111,-252r-38,111r-63,0r53,-111r48,0","w":120},"\u2019":{"d":"10,-141r38,-111r63,0r-53,111r-48,0","w":120},"\u201c":{"d":"111,-252r-38,111r-63,0r53,-111r48,0xm194,-252r-38,111r-63,0r53,-111r48,0","w":204},"\u201d":{"d":"10,-141r38,-111r63,0r-53,111r-48,0xm93,-141r38,-111r63,0r-53,111r-48,0","w":204},"\u2022":{"d":"83,-61v-37,0,-65,-26,-65,-65v0,-39,28,-65,65,-65v38,0,65,27,65,65v0,38,-27,65,-65,65","w":165},"\u2013":{"d":"18,-108r0,-36r194,0r0,36r-194,0","w":230},"\u2014":{"d":"12,-116r273,0r0,36r-273,0r0,-36","w":296},"\u2122":{"d":"43,-151r0,-69r-25,0r0,-32r94,0r0,32r-26,0r0,69r-43,0xm191,-198r15,-54r45,0r16,101r-37,0r-8,-55r-16,55r-30,0r-16,-55r-8,55r-37,0r16,-101r45,0","w":285},"\u0161":{"d":"101,-131v0,68,11,140,-63,135v-5,0,-16,-1,-33,-4r0,-45v23,4,36,-4,35,-30r0,-99r164,0r0,58v58,-5,102,9,101,59v0,72,-93,56,-164,57r0,-131r-40,0xm244,-58v0,-19,-20,-19,-40,-18r0,36v20,1,40,1,40,-18","w":313},"\u203a":{"d":"44,-174r62,83r-62,83r-34,-21r45,-62r-45,-62","w":115},"\u0153":{"d":"305,-57v0,72,-93,56,-164,57r0,-73r-58,0r0,73r-63,0r0,-174r63,0r0,58r58,0r0,-58r63,0r0,58v58,-5,102,9,101,59xm244,-58v0,-19,-20,-19,-40,-18r0,36v20,1,40,1,40,-18","w":313},"\u0178":{"d":"202,-174r0,174r-63,0r0,61r-56,0r0,-61r-63,0r0,-174r63,0r0,131r56,0r0,-131r63,0","w":221},"\u00a1":{"d":"83,0r34,-70r-94,-182r83,0r49,106r40,-106r77,0r-113,252r-76,0xm220,-309v-16,52,-125,54,-142,0r42,-15v4,28,54,28,59,0","w":294},"\u040e":{"d":"83,0r34,-70r-94,-182r83,0r49,106r40,-106r77,0r-113,252r-76,0xm220,-309v-16,52,-125,54,-142,0r42,-15v4,28,54,28,59,0","w":294},"\u00a2":{"d":"-4,-174r73,0r48,93r41,-93r65,0r-126,250r-68,0r53,-101xm184,-237v-17,54,-125,52,-142,0r41,-15v5,28,55,28,60,0","w":218},"\u045e":{"d":"-4,-174r73,0r48,93r41,-93r65,0r-126,250r-68,0r53,-101xm184,-237v-17,54,-125,52,-142,0r41,-15v5,28,55,28,60,0","w":218},"\u00a3":{"d":"156,-252v-5,113,34,292,-108,254v-21,-6,-37,-22,-48,-39r45,-36v4,13,12,20,23,20v16,0,18,-11,18,-27r0,-172r70,0","w":176},"\u0408":{"d":"156,-252v-5,113,34,292,-108,254v-21,-6,-37,-22,-48,-39r45,-36v4,13,12,20,23,20v16,0,18,-11,18,-27r0,-172r70,0","w":176},"\u00a4":{"d":"18,-45r26,-26v-22,-33,-23,-77,0,-110r-26,-26r25,-26r27,27v33,-22,76,-23,109,0r27,-27r25,26r-26,26v22,31,23,79,0,110r26,26r-25,26r-27,-27v-32,23,-77,22,-109,0r-27,27xm125,-194v-41,1,-69,28,-69,68v0,40,28,67,69,68v41,1,68,-30,68,-68v0,-37,-27,-69,-68,-68","w":249},"\u00a5":{"d":"23,0r0,-252r100,0r0,-50r56,0r0,110r-86,0r0,192r-70,0","w":183},"\u0490":{"d":"23,0r0,-252r100,0r0,-50r56,0r0,110r-86,0r0,192r-70,0","w":183},"\u00a6":{"d":"59,-107v-20,0,-36,-15,-36,-37v0,-20,18,-36,36,-36v18,0,37,15,37,36v0,22,-17,37,-37,37xm59,7v-20,0,-36,-15,-36,-37v0,-20,18,-37,36,-37v19,0,37,16,37,37v0,22,-17,37,-37,37","w":118},"\u00a7":{"d":"194,7v1,74,-137,84,-165,27v-6,-11,-9,-23,-9,-36r63,0v-1,17,10,28,25,28v20,0,29,-31,11,-37v-43,-15,-109,-14,-106,-76v1,-27,14,-48,36,-56v-58,-36,-14,-116,57,-116v55,0,85,26,89,74r-60,0v0,-15,-7,-24,-25,-24v-26,0,-31,36,-6,40v48,7,99,20,98,78v0,24,-16,45,-33,54v17,8,25,22,25,44xm77,-93v0,18,14,30,30,30v17,0,31,-12,31,-30v0,-18,-14,-30,-31,-30v-16,0,-30,12,-30,30"},"\u00a8":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,36r73,0r0,55r-73,0r0,41r81,0r0,60r-151,0xm60,-269v-16,0,-28,-13,-28,-27v-1,-15,14,-28,28,-28v16,0,28,12,28,28v0,14,-12,27,-28,27xm136,-269v-16,0,-27,-13,-28,-27v-1,-16,14,-27,28,-28v16,-1,27,14,27,28v0,14,-12,27,-27,27","w":188},"\u0401":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,36r73,0r0,55r-73,0r0,41r81,0r0,60r-151,0xm60,-269v-16,0,-28,-13,-28,-27v-1,-15,14,-28,28,-28v16,0,28,12,28,28v0,14,-12,27,-28,27xm136,-269v-16,0,-27,-13,-28,-27v-1,-16,14,-27,28,-28v16,-1,27,14,27,28v0,14,-12,27,-27,27","w":188},"\u00a9":{"d":"151,7v-81,0,-133,-56,-133,-133v0,-77,52,-133,133,-133v80,0,133,52,133,133v0,81,-53,133,-133,133xm151,-237v-67,0,-111,46,-111,111v0,65,44,111,111,111v67,0,111,-46,111,-111v0,-65,-44,-111,-111,-111xm126,-126v0,41,50,50,77,26r0,42v-54,33,-127,-3,-127,-68v0,-65,72,-101,127,-67r0,42v-27,-25,-77,-16,-77,25","w":302},"\u00aa":{"d":"208,-180v-34,-38,-123,-27,-126,26r81,0r0,51r-83,0v1,61,91,71,128,30r0,63v-20,12,-44,17,-71,17v-82,-2,-121,-55,-125,-137v-5,-106,106,-156,196,-112r0,62","w":223},"\u0404":{"d":"208,-180v-34,-38,-123,-27,-126,26r81,0r0,51r-83,0v1,61,91,71,128,30r0,63v-20,12,-44,17,-71,17v-82,-2,-121,-55,-125,-137v-5,-106,106,-156,196,-112r0,62","w":223},"\u00ab":{"d":"71,-8r-61,-83r61,-83r35,21r-46,62r46,62xm149,-8r-61,-83r61,-83r35,21r-45,62r45,62","w":194},"\u00ac":{"d":"18,-126r0,-36r194,0r0,90r-43,0r0,-54r-151,0","w":230},"\u00ae":{"d":"152,7v-78,0,-133,-53,-133,-133v0,-77,52,-133,133,-133v79,0,133,52,133,133v0,81,-54,133,-133,133xm152,-237v-65,0,-111,45,-111,111v0,65,44,111,111,111v67,0,111,-46,111,-111v0,-68,-45,-111,-111,-111xm160,-200v55,-7,72,78,20,87r37,61r-49,0v-12,-18,-18,-42,-33,-58r0,58r-45,0r0,-148r70,0xm154,-140v15,-3,15,-27,-4,-25r-15,0r0,25r19,0","w":304},"\u00af":{"d":"35,0r0,-252r70,0r0,252r-70,0xm35,-269v-14,0,-28,-12,-28,-27v0,-15,14,-28,28,-28v15,0,28,13,28,28v0,14,-12,27,-28,27xm105,-269v-16,0,-28,-13,-28,-27v-1,-15,14,-28,28,-28v16,0,27,12,27,28v0,14,-12,27,-27,27","w":139},"\u0407":{"d":"35,0r0,-252r70,0r0,252r-70,0xm35,-269v-14,0,-28,-12,-28,-27v0,-15,14,-28,28,-28v15,0,28,13,28,28v0,14,-12,27,-28,27xm105,-269v-16,0,-28,-13,-28,-27v-1,-15,14,-28,28,-28v16,0,27,12,27,28v0,14,-12,27,-27,27","w":139},"\u00b0":{"d":"60,-179v-23,0,-40,-16,-40,-40v0,-24,18,-38,40,-41v23,2,41,16,41,41v0,24,-17,40,-41,40xm60,-242v-12,0,-22,11,-22,23v0,11,9,24,22,22v14,2,23,-10,23,-22v0,-12,-10,-23,-23,-23","w":120},"\u00b1":{"d":"133,-76r-36,0r0,-64r-79,0r0,-36r79,0r0,-69r36,0r0,69r79,0r0,36r-79,0r0,64xm18,-18r0,-36r194,0r0,36r-194,0","w":230},"\u00b2":{"d":"23,0r0,-252r70,0r0,252r-70,0","w":115},"\u0406":{"d":"23,0r0,-252r70,0r0,252r-70,0","w":115},"\u00b3":{"d":"20,-174r63,0r0,174r-63,0r0,-174xm52,-192v-18,0,-34,-15,-33,-32v0,-20,14,-32,33,-33v19,-1,33,15,33,33v0,16,-15,32,-33,32","w":103},"\u0456":{"d":"20,-174r63,0r0,174r-63,0r0,-174xm52,-192v-18,0,-34,-15,-33,-32v0,-20,14,-32,33,-33v19,-1,33,15,33,33v0,16,-15,32,-33,32","w":103},"\u00b4":{"d":"20,0r0,-174r83,0r0,-46r38,0r0,92r-58,0r0,128r-63,0","w":143},"\u0491":{"d":"20,0r0,-174r83,0r0,-46r38,0r0,92r-58,0r0,128r-63,0","w":143},"\u00b5":{"d":"111,-48v44,-6,24,-80,28,-126r63,0r0,174r-63,0r0,-20v-8,30,-48,30,-56,0r0,96r-63,0r0,-250r63,0v4,47,-16,118,28,126","w":221},"\u00b6":{"d":"10,-202v0,-53,47,-69,108,-63r0,341r-45,0r0,-215v-37,-1,-63,-27,-63,-63xm149,76r0,-341r45,0r0,341r-45,0","w":209},"\u00b7":{"d":"59,-62v-21,0,-36,-15,-36,-36v0,-20,18,-37,36,-37v19,0,37,16,37,37v0,22,-16,36,-37,36","w":118},"\u00b8":{"d":"70,-73v-7,42,61,58,70,20r61,0v-13,36,-42,61,-94,60v-60,-2,-91,-34,-96,-94v-8,-103,153,-125,182,-39v6,16,9,34,9,53r-132,0xm142,-107v1,-30,-41,-49,-61,-25v-6,7,-9,16,-10,25r71,0xm69,-194v-15,0,-28,-14,-28,-28v0,-14,13,-29,28,-28v14,0,29,13,28,28v0,14,-12,28,-28,28xm144,-194v-15,1,-27,-14,-27,-28v0,-16,13,-28,27,-28v14,0,28,12,28,28v0,16,-14,28,-28,28","w":213},"\u0451":{"d":"70,-73v-7,42,61,58,70,20r61,0v-13,36,-42,61,-94,60v-60,-2,-91,-34,-96,-94v-8,-103,153,-125,182,-39v6,16,9,34,9,53r-132,0xm142,-107v1,-30,-41,-49,-61,-25v-6,7,-9,16,-10,25r71,0xm69,-194v-15,0,-28,-14,-28,-28v0,-14,13,-29,28,-28v14,0,29,13,28,28v0,14,-12,28,-28,28xm144,-194v-15,1,-27,-14,-27,-28v0,-16,13,-28,27,-28v14,0,28,12,28,28v0,16,-14,28,-28,28","w":213},"\u00b9":{"d":"23,0r0,-252r74,0r92,149r0,-149r68,0r0,252r-73,0r-93,-151r0,151r-68,0xm421,-123v0,43,-28,70,-71,70v-42,0,-70,-27,-70,-70v0,-43,28,-71,70,-71v43,0,71,27,71,71xm328,-123v0,16,7,31,22,30v16,0,23,-13,23,-30v0,-18,-7,-30,-23,-31v-16,0,-22,14,-22,31xm292,0r0,-33r116,0r0,33r-116,0","w":430},"\u2116":{"d":"23,0r0,-252r74,0r92,149r0,-149r68,0r0,252r-73,0r-93,-151r0,151r-68,0xm421,-123v0,43,-28,70,-71,70v-42,0,-70,-27,-70,-70v0,-43,28,-71,70,-71v43,0,71,27,71,71xm328,-123v0,16,7,31,22,30v16,0,23,-13,23,-30v0,-18,-7,-30,-23,-31v-16,0,-22,14,-22,31xm292,0r0,-33r116,0r0,33r-116,0","w":430},"\u00ba":{"d":"66,-70v5,41,68,42,96,17r0,50v-71,29,-151,-7,-151,-85v0,-77,79,-111,150,-81r0,48v-28,-28,-86,-24,-93,14r71,0r0,37r-73,0","w":177},"\u0454":{"d":"66,-70v5,41,68,42,96,17r0,50v-71,29,-151,-7,-151,-85v0,-77,79,-111,150,-81r0,48v-28,-28,-86,-24,-93,14r71,0r0,37r-73,0","w":177},"\u00bb":{"d":"44,-174r62,83r-62,83r-34,-21r45,-62r-45,-62xm122,-174r62,83r-62,83r-34,-21r46,-62r-46,-62","w":194},"\u00bc":{"d":"20,-174r63,0r0,250r-63,0r0,-250xm52,-192v-18,0,-34,-15,-33,-32v0,-20,14,-32,33,-33v19,-1,33,15,33,33v0,16,-15,32,-33,32","w":103},"\u0458":{"d":"20,-174r63,0r0,250r-63,0r0,-250xm52,-192v-18,0,-34,-15,-33,-32v0,-20,14,-32,33,-33v19,-1,33,15,33,33v0,16,-15,32,-33,32","w":103},"\u00bd":{"d":"53,-117v-68,-35,-37,-142,51,-142v29,0,53,8,76,25r-25,53v-16,-15,-32,-23,-46,-23v-24,0,-35,26,-18,37v49,15,101,25,101,91v0,79,-96,102,-157,66v-10,-6,-20,-13,-32,-23r33,-54v23,22,44,34,63,34v29,0,32,-39,7,-46v-16,-4,-39,-10,-53,-18","w":201},"\u0405":{"d":"53,-117v-68,-35,-37,-142,51,-142v29,0,53,8,76,25r-25,53v-16,-15,-32,-23,-46,-23v-24,0,-35,26,-18,37v49,15,101,25,101,91v0,79,-96,102,-157,66v-10,-6,-20,-13,-32,-23r33,-54v23,22,44,34,63,34v29,0,32,-39,7,-46v-16,-4,-39,-10,-53,-18","w":201},"\u00be":{"d":"124,-103v60,26,26,110,-46,110v-29,0,-52,-7,-70,-19r17,-43v17,11,34,16,49,16v16,0,24,-14,13,-22v-36,-10,-74,-13,-74,-58v0,-67,88,-73,140,-46r-20,40v-14,-9,-28,-14,-40,-14v-16,0,-26,15,-14,25v7,6,33,6,45,11","w":167},"\u0455":{"d":"124,-103v60,26,26,110,-46,110v-29,0,-52,-7,-70,-19r17,-43v17,11,34,16,49,16v16,0,24,-14,13,-22v-36,-10,-74,-13,-74,-58v0,-67,88,-73,140,-46r-20,40v-14,-9,-28,-14,-40,-14v-16,0,-26,15,-14,25v7,6,33,6,45,11","w":167},"\u00bf":{"d":"31,-174r63,0r0,174r-63,0r0,-174xm31,-194v-13,0,-24,-13,-24,-28v0,-15,11,-28,24,-28v14,0,24,12,24,28v1,15,-10,28,-24,28xm94,-194v-14,0,-24,-12,-24,-28v0,-16,11,-27,24,-28v13,0,24,13,24,28v0,15,-11,28,-24,28","w":125},"\u0457":{"d":"31,-174r63,0r0,174r-63,0r0,-174xm31,-194v-13,0,-24,-13,-24,-28v0,-15,11,-28,24,-28v14,0,24,12,24,28v1,15,-10,28,-24,28xm94,-194v-14,0,-24,-12,-24,-28v0,-16,11,-27,24,-28v13,0,24,13,24,28v0,15,-11,28,-24,28","w":125},"\u00c0":{"d":"-3,0r90,-252r86,0r89,252r-75,0r-14,-44r-86,0r-14,44r-76,0xm130,-194r-29,95r58,0","w":259},"\u0410":{"d":"-3,0r90,-252r86,0r89,252r-75,0r-14,-44r-86,0r-14,44r-76,0xm130,-194r-29,95r58,0","w":259},"\u00c1":{"d":"229,-78v1,97,-113,76,-206,78r0,-252r186,0r0,60r-116,0r0,38v72,-3,135,5,136,76xm159,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,4,66,-27","w":239},"\u0411":{"d":"229,-78v1,97,-113,76,-206,78r0,-252r186,0r0,60r-116,0r0,38v72,-3,135,5,136,76xm159,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,4,66,-27","w":239},"\u00c2":{"d":"234,-70v-1,91,-121,67,-211,70r0,-252v82,3,200,-22,197,64v-1,26,-18,45,-39,53v27,7,54,28,53,65xm155,-176v0,-28,-32,-27,-62,-26r0,49v27,0,62,4,62,-23xm163,-77v0,-33,-39,-23,-70,-25r0,52v31,1,70,3,70,-27","w":244},"\u0412":{"d":"234,-70v-1,91,-121,67,-211,70r0,-252v82,3,200,-22,197,64v-1,26,-18,45,-39,53v27,7,54,28,53,65xm155,-176v0,-28,-32,-27,-62,-26r0,49v27,0,62,4,62,-23xm163,-77v0,-33,-39,-23,-70,-25r0,52v31,1,70,3,70,-27","w":244},"\u00c3":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,192r-70,0","w":178},"\u0413":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,192r-70,0","w":178},"\u00c4":{"d":"0,-60v73,-5,45,-116,50,-192r186,0r0,192r30,0r0,110r-60,0r0,-50r-146,0r0,50r-60,0r0,-110xm115,-192v-1,53,9,113,-26,132r77,0r0,-132r-51,0","w":268},"\u0414":{"d":"0,-60v73,-5,45,-116,50,-192r186,0r0,192r30,0r0,110r-60,0r0,-50r-146,0r0,50r-60,0r0,-110xm115,-192v-1,53,9,113,-26,132r77,0r0,-132r-51,0","w":268},"\u00c5":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,36r73,0r0,55r-73,0r0,41r81,0r0,60r-151,0","w":188},"\u0415":{"d":"23,0r0,-252r151,0r0,60r-81,0r0,36r73,0r0,55r-73,0r0,41r81,0r0,60r-151,0","w":188},"\u00c6":{"d":"152,0r0,-111r-68,111r-87,0r92,-128r-84,-124r80,0r67,109r0,-109r71,0r0,109r67,-109r80,0r-84,124r92,128r-87,0r-68,-111r0,111r-71,0","w":375},"\u0416":{"d":"152,0r0,-111r-68,111r-87,0r92,-128r-84,-124r80,0r67,109r0,-109r71,0r0,109r67,-109r80,0r-84,124r92,128r-87,0r-68,-111r0,111r-71,0","w":375},"\u00c7":{"d":"32,-77v18,24,92,49,98,1v4,-30,-48,-26,-81,-26r0,-51v33,0,83,4,78,-26v-5,-36,-59,-28,-87,-8r-25,-49v57,-38,179,-32,182,48v1,30,-21,49,-41,58v31,10,47,30,47,60v0,74,-101,93,-164,64v-11,-5,-22,-14,-36,-24","w":212},"\u0417":{"d":"32,-77v18,24,92,49,98,1v4,-30,-48,-26,-81,-26r0,-51v33,0,83,4,78,-26v-5,-36,-59,-28,-87,-8r-25,-49v57,-38,179,-32,182,48v1,30,-21,49,-41,58v31,10,47,30,47,60v0,74,-101,93,-164,64v-11,-5,-22,-14,-36,-24","w":212},"\u00c8":{"d":"23,-252r68,0r0,151r97,-151r69,0r0,252r-68,0r0,-151r-96,151r-70,0r0,-252","w":280},"\u0418":{"d":"23,-252r68,0r0,151r97,-151r69,0r0,252r-68,0r0,-151r-96,151r-70,0r0,-252","w":280},"\u00c9":{"d":"23,-252r68,0r0,151r97,-151r69,0r0,252r-68,0r0,-151r-96,151r-70,0r0,-252xm213,-306v-16,52,-124,54,-141,0r41,-15v5,28,55,28,59,0","w":280},"\u0419":{"d":"23,-252r68,0r0,151r97,-151r69,0r0,252r-68,0r0,-151r-96,151r-70,0r0,-252xm213,-306v-16,52,-124,54,-141,0r41,-15v5,28,55,28,59,0","w":280},"\u00ca":{"d":"23,0r0,-252r70,0r0,106r76,-106r83,0r-96,122r99,130r-89,0r-73,-108r0,108r-70,0","w":251},"\u041a":{"d":"23,0r0,-252r70,0r0,106r76,-106r83,0r-96,122r99,130r-89,0r-73,-108r0,108r-70,0","w":251},"\u00cb":{"d":"0,-60v38,9,50,-13,50,-53r0,-139r192,0r0,252r-71,0r0,-192r-50,0v0,98,15,202,-91,195v-11,0,-21,-1,-30,-3r0,-60","w":264},"\u041b":{"d":"0,-60v38,9,50,-13,50,-53r0,-139r192,0r0,252r-71,0r0,-192r-50,0v0,98,15,202,-91,195v-11,0,-21,-1,-30,-3r0,-60","w":264},"\u00cc":{"d":"5,0r37,-252r70,0r45,154r44,-154r70,0r37,252r-68,0r-18,-146r-43,146r-45,0r-43,-146r-18,146r-68,0","w":313},"\u041c":{"d":"5,0r37,-252r70,0r45,154r44,-154r70,0r37,252r-68,0r-18,-146r-43,146r-45,0r-43,-146r-18,146r-68,0","w":313},"\u00cd":{"d":"23,0r0,-252r70,0r0,91r86,0r0,-91r71,0r0,252r-71,0r0,-101r-86,0r0,101r-70,0","w":272},"\u041d":{"d":"23,0r0,-252r70,0r0,91r86,0r0,-91r71,0r0,252r-71,0r0,-101r-86,0r0,101r-70,0","w":272},"\u00ce":{"d":"282,-126v0,84,-51,133,-135,133v-83,0,-135,-52,-135,-133v0,-81,52,-133,135,-133v83,0,135,52,135,133xm84,-126v0,44,24,73,63,73v39,0,63,-31,63,-73v0,-42,-23,-73,-63,-73v-39,0,-63,29,-63,73","w":293},"\u041e":{"d":"282,-126v0,84,-51,133,-135,133v-83,0,-135,-52,-135,-133v0,-81,52,-133,135,-133v83,0,135,52,135,133xm84,-126v0,44,24,73,63,73v39,0,63,-31,63,-73v0,-42,-23,-73,-63,-73v-39,0,-63,29,-63,73","w":293},"\u00cf":{"d":"23,0r0,-252r224,0r0,252r-70,0r0,-192r-84,0r0,192r-70,0","w":270},"\u041f":{"d":"23,0r0,-252r224,0r0,252r-70,0r0,-192r-84,0r0,192r-70,0","w":270},"\u00d0":{"d":"221,-168v0,66,-52,92,-128,85r0,83r-70,0r0,-252r106,0v57,0,92,32,92,84xm93,-197r0,58v29,2,55,-2,55,-29v0,-26,-25,-31,-55,-29","w":230},"\u0420":{"d":"221,-168v0,66,-52,92,-128,85r0,83r-70,0r0,-252r106,0v57,0,92,32,92,84xm93,-197r0,58v29,2,55,-2,55,-29v0,-26,-25,-31,-55,-29","w":230},"\u00d1":{"d":"84,-124v0,69,84,89,124,41r0,71v-18,12,-41,19,-68,19v-81,-2,-124,-53,-128,-133v-5,-107,109,-165,196,-113r0,73v-39,-54,-124,-29,-124,42","w":221},"\u0421":{"d":"84,-124v0,69,84,89,124,41r0,71v-18,12,-41,19,-68,19v-81,-2,-124,-53,-128,-133v-5,-107,109,-165,196,-113r0,73v-39,-54,-124,-29,-124,42","w":221},"\u00d2":{"d":"58,0r0,-192r-55,0r0,-60r181,0r0,60r-56,0r0,192r-70,0","w":186},"\u0422":{"d":"58,0r0,-192r-55,0r0,-60r181,0r0,60r-56,0r0,192r-70,0","w":186},"\u00d3":{"d":"60,0r35,-70r-95,-182r83,0r49,106r41,-106r77,0r-114,252r-76,0","w":246},"\u0423":{"d":"60,0r35,-70r-95,-182r83,0r49,106r41,-106r77,0r-114,252r-76,0","w":246},"\u00d4":{"d":"320,-136v1,72,-51,101,-119,101r0,35r-71,0r0,-35v-67,-1,-118,-28,-118,-101v0,-73,50,-99,118,-101r0,-28r71,0r0,28v68,1,119,30,119,101xm135,-187v-50,-4,-66,52,-41,86v8,11,21,15,41,15r0,-101xm196,-86v57,11,73,-84,22,-97v-8,-2,-15,-4,-22,-4r0,101","w":331},"\u0424":{"d":"320,-136v1,72,-51,101,-119,101r0,35r-71,0r0,-35v-67,-1,-118,-28,-118,-101v0,-73,50,-99,118,-101r0,-28r71,0r0,28v68,1,119,30,119,101xm135,-187v-50,-4,-66,52,-41,86v8,11,21,15,41,15r0,-101xm196,-86v57,11,73,-84,22,-97v-8,-2,-15,-4,-22,-4r0,101","w":331},"\u00d5":{"d":"128,-83r-50,83r-81,0r93,-132r-83,-120r84,0r37,68r38,-68r80,0r-79,116r92,136r-83,0","w":256},"\u0425":{"d":"128,-83r-50,83r-81,0r93,-132r-83,-120r84,0r37,68r38,-68r80,0r-79,116r92,136r-83,0","w":256},"\u00d6":{"d":"23,0r0,-252r70,0r0,192r83,0r0,-192r71,0r0,192r30,0r0,110r-60,0r0,-50r-194,0","w":279},"\u0426":{"d":"23,0r0,-252r70,0r0,192r83,0r0,-192r71,0r0,192r30,0r0,110r-60,0r0,-50r-194,0","w":279},"\u00d7":{"d":"86,-252v-2,57,-10,120,65,98r0,-98r71,0r0,252r-71,0r0,-98v-78,10,-144,0,-136,-81r0,-73r71,0","w":244},"\u0427":{"d":"86,-252v-2,57,-10,120,65,98r0,-98r71,0r0,252r-71,0r0,-98v-78,10,-144,0,-136,-81r0,-73r71,0","w":244},"\u00d8":{"d":"23,0r0,-252r70,0r0,192r61,0r0,-192r70,0r0,192r61,0r0,-192r70,0r0,252r-332,0","w":378},"\u0428":{"d":"23,0r0,-252r70,0r0,192r61,0r0,-192r70,0r0,192r61,0r0,-192r70,0r0,252r-332,0","w":378},"\u00d9":{"d":"23,0r0,-252r70,0r0,192r61,0r0,-192r70,0r0,192r61,0r0,-192r70,0r0,192r31,0r0,110r-61,0r0,-50r-302,0","w":388},"\u0429":{"d":"23,0r0,-252r70,0r0,192r61,0r0,-192r70,0r0,192r61,0r0,-192r70,0r0,192r31,0r0,110r-61,0r0,-50r-302,0","w":388},"\u00da":{"d":"260,-77v1,96,-114,75,-207,77r0,-192r-50,0r0,-60r120,0r0,98v73,-3,137,5,137,77xm189,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,5,66,-27","w":269},"\u042a":{"d":"260,-77v1,96,-114,75,-207,77r0,-192r-50,0r0,-60r120,0r0,98v73,-3,137,5,137,77xm189,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,5,66,-27","w":269},"\u00db":{"d":"229,-77v0,97,-114,75,-206,77r0,-252r70,0r0,98v72,-2,136,3,136,77xm159,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,4,66,-27xm244,0r0,-252r71,0r0,252r-71,0","w":337},"\u042b":{"d":"229,-77v0,97,-114,75,-206,77r0,-252r70,0r0,98v72,-2,136,3,136,77xm159,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,4,66,-27xm244,0r0,-252r71,0r0,252r-71,0","w":337},"\u00dc":{"d":"229,-77v0,97,-114,75,-206,77r0,-252r70,0r0,98v72,-2,136,3,136,77xm159,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,4,66,-27","w":239},"\u042c":{"d":"229,-77v0,97,-114,75,-206,77r0,-252r70,0r0,98v72,-2,136,3,136,77xm159,-77v0,-32,-35,-25,-66,-26r0,53v31,0,66,4,66,-27","w":239},"\u00dd":{"d":"212,-130v0,109,-102,168,-197,120r0,-63v38,42,129,28,129,-30r-84,0r0,-51r81,0v-5,-56,-93,-62,-126,-26r0,-62v88,-44,197,6,197,112","w":223},"\u042d":{"d":"212,-130v0,109,-102,168,-197,120r0,-63v38,42,129,28,129,-30r-84,0r0,-51r81,0v-5,-56,-93,-62,-126,-26r0,-62v88,-44,197,6,197,112","w":223},"\u00de":{"d":"253,7v-75,0,-123,-40,-133,-107r-27,0r0,100r-70,0r0,-252r70,0r0,97r28,0v11,-63,55,-104,132,-104v83,0,136,52,136,133v0,84,-51,133,-136,133xm191,-126v0,43,23,73,62,73v39,0,63,-29,63,-73v0,-43,-26,-73,-63,-73v-39,0,-62,30,-62,73","w":400},"\u042e":{"d":"253,7v-75,0,-123,-40,-133,-107r-27,0r0,100r-70,0r0,-252r70,0r0,97r28,0v11,-63,55,-104,132,-104v83,0,136,52,136,133v0,84,-51,133,-136,133xm191,-126v0,43,23,73,62,73v39,0,63,-29,63,-73v0,-43,-26,-73,-63,-73v-39,0,-62,30,-62,73","w":400},"\u00df":{"d":"15,-168v-1,-53,35,-84,91,-84r103,0r0,252r-70,0r0,-86r-7,0r-51,86r-76,0r68,-95v-36,-6,-57,-32,-58,-73xm83,-166v0,30,26,31,56,30r0,-61v-31,-2,-56,3,-56,31","w":231},"\u042f":{"d":"15,-168v-1,-53,35,-84,91,-84r103,0r0,252r-70,0r0,-86r-7,0r-51,86r-76,0r68,-95v-36,-6,-57,-32,-58,-73xm83,-166v0,30,26,31,56,30r0,-61v-31,-2,-56,3,-56,31","w":231},"\u00e0":{"d":"92,-180v28,1,42,10,57,27r0,-21r60,0r0,174r-60,0r0,-20v-47,58,-144,13,-138,-67v4,-54,27,-92,81,-93xm76,-87v0,22,13,43,37,42v24,-1,38,-17,38,-42v1,-23,-14,-42,-38,-41v-25,1,-37,18,-37,41","w":229},"\u0430":{"d":"92,-180v28,1,42,10,57,27r0,-21r60,0r0,174r-60,0r0,-20v-47,58,-144,13,-138,-67v4,-54,27,-92,81,-93xm76,-87v0,22,13,43,37,42v24,-1,38,-17,38,-42v1,-23,-14,-42,-38,-41v-25,1,-37,18,-37,41","w":229},"\u00e1":{"d":"210,-265v-1,88,-146,40,-144,126v37,-57,156,-29,150,53v-4,60,-38,93,-100,93v-60,0,-103,-31,-103,-112v0,-106,55,-138,140,-151v3,-2,6,-5,7,-9r50,0xm78,-82v-1,23,14,43,37,43v24,0,36,-20,36,-43v0,-23,-10,-44,-36,-43v-24,1,-37,18,-37,43","w":226},"\u0431":{"d":"210,-265v-1,88,-146,40,-144,126v37,-57,156,-29,150,53v-4,60,-38,93,-100,93v-60,0,-103,-31,-103,-112v0,-106,55,-138,140,-151v3,-2,6,-5,7,-9r50,0xm78,-82v-1,23,14,43,37,43v24,0,36,-20,36,-43v0,-23,-10,-44,-36,-43v-24,1,-37,18,-37,43","w":226},"\u00e2":{"d":"192,-44v0,26,-19,44,-56,44r-116,0r0,-174v61,6,163,-22,164,40v1,24,-12,36,-30,44v21,5,38,19,38,46xm81,-106v18,-1,44,4,44,-15v0,-19,-26,-15,-44,-15r0,30xm128,-54v0,-21,-25,-18,-47,-18r0,34v20,-1,47,5,47,-16","w":201},"\u0432":{"d":"192,-44v0,26,-19,44,-56,44r-116,0r0,-174v61,6,163,-22,164,40v1,24,-12,36,-30,44v21,5,38,19,38,46xm81,-106v18,-1,44,4,44,-15v0,-19,-26,-15,-44,-15r0,30xm128,-54v0,-21,-25,-18,-47,-18r0,34v20,-1,47,5,47,-16","w":201},"\u00e3":{"d":"20,0r0,-174r121,0r0,46r-58,0r0,128r-63,0","w":143},"\u0433":{"d":"20,0r0,-174r121,0r0,46r-58,0r0,128r-63,0","w":143},"\u00e4":{"d":"5,-43v52,-3,35,-78,38,-131r159,0r0,131r25,0r0,93r-56,0r0,-50r-111,0r0,50r-55,0r0,-93xm99,-131v0,38,2,71,-19,88r61,0r0,-88r-42,0","w":231},"\u0434":{"d":"5,-43v52,-3,35,-78,38,-131r159,0r0,131r25,0r0,93r-56,0r0,-50r-111,0r0,50r-55,0r0,-93xm99,-131v0,38,2,71,-19,88r61,0r0,-88r-42,0","w":231},"\u00e5":{"d":"70,-73v-7,42,61,58,70,20r61,0v-13,36,-42,61,-94,60v-60,-2,-91,-34,-96,-94v-8,-103,153,-125,182,-39v6,16,9,34,9,53r-132,0xm142,-107v1,-30,-41,-49,-61,-25v-6,7,-9,16,-10,25r71,0","w":213},"\u0435":{"d":"70,-73v-7,42,61,58,70,20r61,0v-13,36,-42,61,-94,60v-60,-2,-91,-34,-96,-94v-8,-103,153,-125,182,-39v6,16,9,34,9,53r-132,0xm142,-107v1,-30,-41,-49,-61,-25v-6,7,-9,16,-10,25r71,0","w":213},"\u00e6":{"d":"125,0r0,-76r-51,76r-78,0r71,-91r-61,-83r73,0r46,73r0,-73r60,0r0,73r45,-73r73,0r-60,83r71,91r-79,0r-50,-76r0,76r-60,0","w":309},"\u0436":{"d":"125,0r0,-76r-51,76r-78,0r71,-91r-61,-83r73,0r46,73r0,-73r60,0r0,73r45,-73r73,0r-60,83r71,91r-79,0r-50,-76r0,76r-60,0","w":309},"\u00e7":{"d":"24,-55v21,13,74,29,80,-1v4,-18,-33,-15,-54,-15r0,-37v20,-1,56,5,53,-15v-4,-27,-54,-16,-72,-1r-17,-39v41,-23,144,-32,144,32v0,22,-13,33,-26,41v22,4,37,20,37,43v0,67,-110,64,-161,33","w":178},"\u0437":{"d":"24,-55v21,13,74,29,80,-1v4,-18,-33,-15,-54,-15r0,-37v20,-1,56,5,53,-15v-4,-27,-54,-16,-72,-1r-17,-39v41,-23,144,-32,144,32v0,22,-13,33,-26,41v22,4,37,20,37,43v0,67,-110,64,-161,33","w":178},"\u00e8":{"d":"20,-174r63,0r0,93r63,-93r61,0r0,174r-63,0r0,-96r-63,96r-61,0r0,-174","w":226},"\u0438":{"d":"20,-174r63,0r0,93r63,-93r61,0r0,174r-63,0r0,-96r-63,96r-61,0r0,-174","w":226},"\u00e9":{"d":"188,-237v-16,53,-125,53,-142,0r41,-15v5,28,55,28,60,0xm19,-174r63,0r0,93r63,-93r61,0r0,174r-63,0r0,-96r-63,96r-61,0r0,-174","w":224},"\u0439":{"d":"188,-237v-16,53,-125,53,-142,0r41,-15v5,28,55,28,60,0xm19,-174r63,0r0,93r63,-93r61,0r0,174r-63,0r0,-96r-63,96r-61,0r0,-174","w":224},"\u00ea":{"d":"20,0r0,-174r63,0r0,71r53,-71r77,0r-72,82r78,92r-79,0r-57,-77r0,77r-63,0","w":215},"\u043a":{"d":"20,0r0,-174r63,0r0,71r53,-71r77,0r-72,82r78,92r-79,0r-57,-77r0,77r-63,0","w":215},"\u00eb":{"d":"101,-131v0,68,11,140,-63,135v-5,0,-16,-1,-33,-4r0,-45v23,4,36,-4,35,-30r0,-99r164,0r0,174r-63,0r0,-131r-40,0","w":224},"\u043b":{"d":"101,-131v0,68,11,140,-63,135v-5,0,-16,-1,-33,-4r0,-45v23,4,36,-4,35,-30r0,-99r164,0r0,174r-63,0r0,-131r-40,0","w":224},"\u00ec":{"d":"5,0r28,-174r68,0r36,103r36,-103r69,0r27,174r-59,0r-15,-96r-35,96r-45,0r-35,-96r-15,96r-60,0","w":274},"\u043c":{"d":"5,0r28,-174r68,0r36,103r36,-103r69,0r27,174r-59,0r-15,-96r-35,96r-45,0r-35,-96r-15,96r-60,0","w":274},"\u00ed":{"d":"20,0r0,-174r63,0r0,61r58,0r0,-61r63,0r0,174r-63,0r0,-70r-58,0r0,70r-63,0","w":224},"\u043d":{"d":"20,0r0,-174r63,0r0,61r58,0r0,-61r63,0r0,174r-63,0r0,-70r-58,0r0,70r-63,0","w":224},"\u00ee":{"d":"219,-87v0,61,-41,94,-104,94v-63,0,-103,-33,-104,-94v-1,-59,42,-93,104,-93v63,0,104,33,104,93xm76,-87v0,27,13,48,39,48v27,0,39,-21,39,-48v-1,-27,-12,-48,-39,-48v-27,0,-38,22,-39,48","w":229},"\u043e":{"d":"219,-87v0,61,-41,94,-104,94v-63,0,-103,-33,-104,-94v-1,-59,42,-93,104,-93v63,0,104,33,104,93xm76,-87v0,27,13,48,39,48v27,0,39,-21,39,-48v-1,-27,-12,-48,-39,-48v-27,0,-38,22,-39,48","w":229},"\u00ef":{"d":"20,-174r182,0r0,174r-63,0r0,-131r-56,0r0,131r-63,0r0,-174","w":221},"\u043f":{"d":"20,-174r182,0r0,174r-63,0r0,-131r-56,0r0,131r-63,0r0,-174","w":221},"\u00f0":{"d":"219,-87v5,77,-85,125,-136,69r0,94r-63,0r0,-250r61,0r0,21v14,-18,28,-27,57,-27v55,0,78,38,81,93xm78,-87v0,23,13,42,38,42v23,1,38,-19,38,-42v0,-23,-14,-41,-38,-41v-25,0,-38,18,-38,41","w":229},"\u0440":{"d":"219,-87v5,77,-85,125,-136,69r0,94r-63,0r0,-250r61,0r0,21v14,-18,28,-27,57,-27v55,0,78,38,81,93xm78,-87v0,23,13,42,38,42v23,1,38,-19,38,-42v0,-23,-14,-41,-38,-41v-25,0,-38,18,-38,41","w":229},"\u00f1":{"d":"76,-87v0,45,51,55,78,25r0,55v-66,36,-143,-1,-143,-80v0,-78,77,-114,143,-80r0,55v-22,-27,-78,-23,-78,25","w":165},"\u0441":{"d":"76,-87v0,45,51,55,78,25r0,55v-66,36,-143,-1,-143,-80v0,-78,77,-114,143,-80r0,55v-22,-27,-78,-23,-78,25","w":165},"\u00f2":{"d":"48,0r0,-128r-45,0r0,-46r153,0r0,46r-45,0r0,128r-63,0","w":158},"\u0442":{"d":"48,0r0,-128r-45,0r0,-46r153,0r0,46r-45,0r0,128r-63,0","w":158},"\u00f3":{"d":"-4,-174r73,0r48,93r41,-93r65,0r-126,250r-68,0r53,-101","w":218},"\u0443":{"d":"-4,-174r73,0r48,93r41,-93r65,0r-126,250r-68,0r53,-101","w":218},"\u00f4":{"d":"273,-87v0,62,-43,88,-100,90r0,73r-63,0r0,-73v-53,-1,-99,-27,-99,-90v0,-63,45,-89,99,-89r0,-76r63,0r0,76v58,0,100,28,100,89xm114,-134v-46,-3,-56,71,-22,91v7,4,14,6,22,6r0,-97xm169,-37v40,4,56,-57,31,-84v-8,-9,-19,-13,-31,-13r0,97","w":283},"\u0444":{"d":"273,-87v0,62,-43,88,-100,90r0,73r-63,0r0,-73v-53,-1,-99,-27,-99,-90v0,-63,45,-89,99,-89r0,-76r63,0r0,76v58,0,100,28,100,89xm114,-134v-46,-3,-56,71,-22,91v7,4,14,6,22,6r0,-97xm169,-37v40,4,56,-57,31,-84v-8,-9,-19,-13,-31,-13r0,97","w":283},"\u00f5":{"d":"-3,0r77,-93r-64,-81r77,0r28,47r28,-47r74,0r-66,82r68,92r-73,0r-35,-57r-37,57r-77,0","w":216},"\u0445":{"d":"-3,0r77,-93r-64,-81r77,0r28,47r28,-47r74,0r-66,82r68,92r-73,0r-35,-57r-37,57r-77,0","w":216},"\u00f6":{"d":"20,0r0,-174r63,0r0,131r53,0r0,-131r63,0r0,131r25,0r0,93r-55,0r0,-50r-149,0","w":229},"\u0446":{"d":"20,0r0,-174r63,0r0,131r53,0r0,-131r63,0r0,131r25,0r0,93r-55,0r0,-50r-149,0","w":229},"\u00f7":{"d":"76,-174v0,39,-12,95,45,74r0,-74r63,0r0,174r-63,0r0,-57v-47,7,-106,6,-106,-48r0,-69r61,0","w":204},"\u0447":{"d":"76,-174v0,39,-12,95,45,74r0,-74r63,0r0,174r-63,0r0,-57v-47,7,-106,6,-106,-48r0,-69r61,0","w":204},"\u00f8":{"d":"20,0r0,-174r63,0r0,131r50,0r0,-131r63,0r0,131r49,0r0,-131r63,0r0,174r-288,0","w":328},"\u0448":{"d":"20,0r0,-174r63,0r0,131r50,0r0,-131r63,0r0,131r49,0r0,-131r63,0r0,174r-288,0","w":328},"\u00f9":{"d":"20,0r0,-174r63,0r0,131r50,0r0,-131r63,0r0,131r49,0r0,-131r63,0r0,131r26,0r0,93r-56,0r0,-50r-258,0","w":338},"\u0449":{"d":"20,0r0,-174r63,0r0,131r50,0r0,-131r63,0r0,131r49,0r0,-131r63,0r0,131r26,0r0,93r-56,0r0,-50r-258,0","w":338},"\u00fa":{"d":"209,-57v0,73,-93,55,-164,57r0,-128r-42,0r0,-46r105,0r0,58v57,-5,101,8,101,59xm149,-58v0,-18,-21,-19,-41,-18r0,36v20,1,41,0,41,-18","w":218},"\u044a":{"d":"209,-57v0,73,-93,55,-164,57r0,-128r-42,0r0,-46r105,0r0,58v57,-5,101,8,101,59xm149,-58v0,-18,-21,-19,-41,-18r0,36v20,1,41,0,41,-18","w":218},"\u00fb":{"d":"184,-57v-1,72,-93,56,-164,57r0,-174r63,0r0,58v57,-5,102,8,101,59xm123,-58v0,-19,-20,-19,-40,-18r0,36v20,1,40,1,40,-18xm200,0r0,-174r63,0r0,174r-63,0","w":283},"\u044b":{"d":"184,-57v-1,72,-93,56,-164,57r0,-174r63,0r0,58v57,-5,102,8,101,59xm123,-58v0,-19,-20,-19,-40,-18r0,36v20,1,40,1,40,-18xm200,0r0,-174r63,0r0,174r-63,0","w":283},"\u00fc":{"d":"184,-57v-1,72,-93,56,-164,57r0,-174r63,0r0,58v57,-5,102,8,101,59xm123,-58v0,-19,-20,-19,-40,-18r0,36v20,1,40,1,40,-18","w":192},"\u044c":{"d":"184,-57v-1,72,-93,56,-164,57r0,-174r63,0r0,58v57,-5,102,8,101,59xm123,-58v0,-19,-20,-19,-40,-18r0,36v20,1,40,1,40,-18","w":192},"\u00fd":{"d":"166,-88v0,78,-79,114,-151,85r0,-50v29,25,91,23,96,-17r-73,0r0,-37r71,0v-8,-39,-65,-42,-93,-14r0,-48v70,-30,150,3,150,81","w":177},"\u044d":{"d":"166,-88v0,78,-79,114,-151,85r0,-50v29,25,91,23,96,-17r-73,0r0,-37r71,0v-8,-39,-65,-42,-93,-14r0,-48v70,-30,150,3,150,81","w":177},"\u00fe":{"d":"203,7v-58,0,-92,-29,-101,-77r-19,0r0,70r-63,0r0,-174r63,0r0,64r20,0v11,-43,44,-70,101,-70v65,0,103,33,103,93v0,60,-41,94,-104,94xm166,-87v0,27,11,48,38,48v27,0,38,-21,38,-48v0,-27,-11,-49,-38,-48v-27,0,-38,21,-38,48","w":318},"\u044e":{"d":"203,7v-58,0,-92,-29,-101,-77r-19,0r0,70r-63,0r0,-174r63,0r0,64r20,0v11,-43,44,-70,101,-70v65,0,103,33,103,93v0,60,-41,94,-104,94xm166,-87v0,27,11,48,38,48v27,0,38,-21,38,-48v0,-27,-11,-49,-38,-48v-27,0,-38,21,-38,48","w":318},"\u00ff":{"d":"12,-117v0,-77,94,-53,167,-57r0,174r-63,0r0,-55r-5,0r-35,55r-66,0r45,-60v-26,-3,-43,-27,-43,-57xm116,-93r0,-41v-22,-1,-44,-1,-44,21v0,21,22,21,44,20","w":199},"\u044f":{"d":"12,-117v0,-77,94,-53,167,-57r0,174r-63,0r0,-55r-5,0r-35,55r-66,0r45,-60v-26,-3,-43,-27,-43,-57xm116,-93r0,-41v-22,-1,-44,-1,-44,21v0,21,22,21,44,20","w":199},"\u00a0":{"w":129}}});;(function($){$.fn.loopedSlider=function(options){var defaults={container:'.container',slides:'.slides',pagination:'.pagination',containerClick:true,autoStart:20000,restart:20000,slidespeed:100,fadespeed:300,autoHeight:false};this.each(function(){var obj=$(this);var o=$.extend(defaults,options);var pagination=$(o.pagination+' li a',obj);var m=0;var t=1;var s=$(o.slides,obj).children().size();var w=$(o.slides,obj).children().outerWidth();var p=0;var u=false;var n=0;var interval=0;var restart=0;$(o.slides,obj).css({width:(s*w)});$(o.slides,obj).children().each(function(){$(this).css({position:'absolute',left:p,display:'block'});p=p+w;});$(pagination,obj).each(function(){n=n+1;$(this).attr('rel',n);$(pagination.eq(0),obj).parent().addClass('active');});$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:-w});if(s>3){$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:-w});}
if(o.autoHeight){autoHeight(t);}
$('.next',obj).click(function(){if(u===false){animate('next',true);if(o.autoStart){if(o.restart){autoStart();}
else{clearInterval(sliderIntervalID);}}}return false;});$('.previous',obj).click(function(){if(u===false){animate('prev',true);if(o.autoStart){if(o.restart){autoStart();}
else{clearInterval(sliderIntervalID);}}}return false;});if(o.containerClick){$(o.container,obj).click(function(){if(u===false){animate('next',true);if(o.autoStart){if(o.restart){autoStart();}
else{clearInterval(sliderIntervalID);}}}return false;});}
$(pagination,obj).click(function(){if($(this).parent().hasClass('active')){return false;}
else{t=$(this).attr('rel');$(pagination,obj).parent().siblings().removeClass('active');$(this).parent().addClass('active');animate('fade',t);if(o.autoStart){if(o.restart){autoStart();}
else{clearInterval(sliderIntervalID);}}}return false;});if(o.autoStart){sliderIntervalID=setInterval(function(){if(u===false){animate('next',true);}},o.autoStart);function autoStart(){if(o.restart){clearInterval(sliderIntervalID);clearInterval(interval);clearTimeout(restart);restart=setTimeout(function(){interval=setInterval(function(){animate('next',true);},o.autoStart);},o.restart);}else{sliderIntervalID=setInterval(function(){if(u===false){animate('next',true);}},o.autoStart);}};}
function current(t){if(t===s+1){t=1;}
if(t===0){t=s;}
$(pagination,obj).parent().siblings().removeClass('active');$(pagination+'[rel="'+(t)+'"]',obj).parent().addClass('active');};function autoHeight(t){if(t===s+1){t=1;}
if(t===0){t=s;}
var getHeight=$(o.slides,obj).children(':eq('+(t-1)+')',obj).outerHeight();$(o.container,obj).animate({height:getHeight},o.autoHeight);};function animate(dir,clicked){u=true;switch(dir){case'next':t=t+1;m=(-(t*w-w));current(t);if(o.autoHeight){autoHeight(t);}
if(s<3){if(t===3){$(o.slides,obj).children(':eq(0)').css({left:(s*w)});}
if(t===2){$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:(w)});}}
$(o.slides,obj).animate({left:m},o.slidespeed,function(){if(t===s+1){t=1;$(o.slides,obj).css({left:0},function(){$(o.slides,obj).animate({left:m})});$(o.slides,obj).children(':eq(0)').css({left:0});$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:-w});}
if(t===s)$(o.slides,obj).children(':eq(0)').css({left:(s*w)});if(t===s-1)$(o.slides,obj).children(':eq('+(s-1)+')').css({left:s*w-w});u=false;});break;case'prev':t=t-1;m=(-(t*w-w));current(t);if(o.autoHeight){autoHeight(t);}
if(s<3){if(t===0){$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:(-w)});}
if(t===1){$(o.slides,obj).children(':eq(0)').css({position:'absolute',left:0});}}
$(o.slides,obj).animate({left:m},o.slidespeed,function(){if(t===0){t=s;$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:(s*w-w)});$(o.slides,obj).css({left:-(s*w-w)});$(o.slides,obj).children(':eq(0)').css({left:(s*w)});}
if(t===2)$(o.slides,obj).children(':eq(0)').css({position:'absolute',left:0});if(t===1)$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:-w});u=false;});break;case'fade':t=[t]*1;m=(-(t*w-w));current(t);if(o.autoHeight){autoHeight(t);}
$(o.slides,obj).children().fadeOut(o.fadespeed,function(){$(o.slides,obj).css({left:m});$(o.slides,obj).children(':eq('+(s-1)+')').css({left:s*w-w});$(o.slides,obj).children(':eq(0)').css({left:0});if(t===s){$(o.slides,obj).children(':eq(0)').css({left:(s*w)});}
if(t===1){$(o.slides,obj).children(':eq('+(s-1)+')').css({position:'absolute',left:-w});}
$(o.slides,obj).children().fadeIn(o.fadespeed);u=false;});break;default:break;}};});};})(jQuery);;function preloadImages(imgs){var picArr=[];for(i=0;i<imgs.length;i++){picArr[i]=new Image(100,100);picArr[i].src=imgs[i];}};pageTracker._addOrganic("images.google.co.uk","q");pageTracker._addOrganic("images.google.es","q");pageTracker._addOrganic("images.google.pt","q");pageTracker._addOrganic("images.google.it","q");pageTracker._addOrganic("images.google.fr","q");pageTracker._addOrganic("images.google.nl","q");pageTracker._addOrganic("images.google.be","q");pageTracker._addOrganic("images.google.de","q");pageTracker._addOrganic("images.google.no","q");pageTracker._addOrganic("images.google.se","q");pageTracker._addOrganic("images.google.dk","q");pageTracker._addOrganic("images.google.fi","q");pageTracker._addOrganic("images.google.ch","q");pageTracker._addOrganic("images.google.at","q");pageTracker._addOrganic("images.google.ie","q");pageTracker._addOrganic("images.google.ru","q");pageTracker._addOrganic("images.google.pl","q");pageTracker._addOrganic("images.google.com","q");pageTracker._addOrganic("images.google.ca","q");pageTracker._addOrganic("images.google.com.au","q");pageTracker._addOrganic("images.google","q");pageTracker._addOrganic("blogsearch.google","q");pageTracker._addOrganic("google.co.uk","q");pageTracker._addOrganic("google.es","q");pageTracker._addOrganic("google.pt","q");pageTracker._addOrganic("google.it","q");pageTracker._addOrganic("google.fr","q");pageTracker._addOrganic("google.nl","q");pageTracker._addOrganic("google.be","q");pageTracker._addOrganic("google.de","q");pageTracker._addOrganic("google.no","q");pageTracker._addOrganic("google.se","q");pageTracker._addOrganic("google.dk","q");pageTracker._addOrganic("google.fi","q");pageTracker._addOrganic("google.ch","q");pageTracker._addOrganic("google.at","q");pageTracker._addOrganic("google.ie","q");pageTracker._addOrganic("google.ru","q");pageTracker._addOrganic("google.pl","q");pageTracker._addOrganic("uk.yahoo.com","p");pageTracker._addOrganic("es.yahoo.com","p");pageTracker._addOrganic("pt.yahoo.com","p");pageTracker._addOrganic("it.yahoo.com","p");pageTracker._addOrganic("fr.yahoo.com","p");pageTracker._addOrganic("nl.yahoo.com","p");pageTracker._addOrganic("be.yahoo.com","p");pageTracker._addOrganic("de.yahoo.com","p");pageTracker._addOrganic("no.yahoo.com","p");pageTracker._addOrganic("se.yahoo.com","p");pageTracker._addOrganic("dk.yahoo.com","p");pageTracker._addOrganic("fi.yahoo.com","p");pageTracker._addOrganic("ch.yahoo.com","p");pageTracker._addOrganic("at.yahoo.com","p");pageTracker._addOrganic("ie.yahoo.com","p");pageTracker._addOrganic("ru.yahoo.com","p");pageTracker._addOrganic("pl.yahoo.com","p");pageTracker._addOrganic("hotbot.co.uk","query");pageTracker._addOrganic("excite.co.uk","q");pageTracker._addOrganic("bbc","q");pageTracker._addOrganic("tiscali","query");pageTracker._addOrganic("uk.ask.com","q");pageTracker._addOrganic("blueyonder","q");pageTracker._addOrganic("search.aol.co.uk","query");pageTracker._addOrganic("ntlworld","q");pageTracker._addOrganic("tesco.net","q");pageTracker._addOrganic("orange.co.uk","q");pageTracker._addOrganic("mywebsearch.com","searchfor");pageTracker._addOrganic("uk.myway.com","searchfor");pageTracker._addOrganic("searchy.co.uk","search_term");pageTracker._addOrganic("msn.co.uk","q");pageTracker._addOrganic("uk.altavista.com","q");pageTracker._addOrganic("lycos.co.uk","query");pageTracker._addOrganic("chello.nl","q1");pageTracker._addOrganic("home.nl","q");pageTracker._addOrganic("planet.nl","googleq=q");pageTracker._addOrganic("search.ilse.nl","search_for");pageTracker._addOrganic("search-dyn.tiscali.nl","key");pageTracker._addOrganic("startgoogle.startpagina.nl","q");pageTracker._addOrganic("vinden.nl","q");pageTracker._addOrganic("vindex.nl","search_for");pageTracker._addOrganic("zoeken.nl","query");pageTracker._addOrganic("zoeken.track.nl","qr");pageTracker._addOrganic("zoeknu.nl","Keywords");pageTracker._addOrganic("alltheweb","q");pageTracker._addOrganic("ananzi","qt");pageTracker._addOrganic("anzwers","search");pageTracker._addOrganic("araby.com","q");pageTracker._addOrganic("dogpile","q");pageTracker._addOrganic("elmundo.es","q");pageTracker._addOrganic("ezilon.com","q");pageTracker._addOrganic("hotbot","query");pageTracker._addOrganic("indiatimes.com","query");pageTracker._addOrganic("iafrica.funnel.co.za","q");pageTracker._addOrganic("mywebsearch.com","searchfor");pageTracker._addOrganic("rambler.ru","words");pageTracker._addOrganic("search.aol.com","encquery");pageTracker._addOrganic("search.indiatimes.com","query");pageTracker._addOrganic("searcheurope.com","query");pageTracker._addOrganic("suche.web.de","su");pageTracker._addOrganic("terra.es","query");pageTracker._addOrganic("voila.fr","kw");