
function KEYPUBLISHER_Adminbar_getWidth()
{if(document.documentElement.clientWidth==0)
return document.body.clientWidth+"px";else
return document.documentElement.clientWidth+"px";}
var locationbar='no';var ref=0;function setref(s){ref=s;}
var MSIE=(navigator.userAgent.indexOf('MSIE')>=0&&navigator.userAgent.indexOf('Win')>=0&&navigator.userAgent.toLowerCase().indexOf('opera')<0)?true:false;var Opera=opera=navigator.userAgent.toLowerCase().indexOf('opera')>=0?true:false;var navigatorVersion=navigator.appVersion.replace(/.*?MSIE (\d\.\d).*/g,'$1')/1;function rand(){return new String(Math.ceil(Math.random()*200+1));}
function popuperror(){alert("     Du må skru på Javaskript \"Popup\" støtte i nettleseren din"+"\n\n"+"___________________________________________________________"+"\n\n"+"             Informasjon om dette, kan du finne på:"+"\n\n"+"                       www.keyteq.no/kundesenter/popup               "+"\n\n"+"\n\n"+"____________________________________________________________");}
function getY(height){return(screen.height-height)/2;}
function getX(width){return(screen.width-width)/2;}
function openKeyPublisherWindow(url,name,height,width,scroll,toolbar,resize)
{if(scroll)scroll='yes';else scroll='no';if(toolbar)toolbar='yes';else toolbar='no';if(resize)resize='yes';else resize='no';var newwindow=window.open(url,name,'height='+height+', width='+width+', status=no, scrollbars='+scroll+', toolbar='+toolbar+', resizable='+resize+', location='+locationbar+', menubar=no,top='+getY(height)+', left='+getX(width),'true');if(!newwindow){popuperror();}else{if(!newwindow.opener){newwindow.opener=self;}if(window.focus){newwindow.focus();}}}
function customWindow(path,windowname,height,width){openKeyPublisherWindow(path,windowname+ref,height,width,false,false,true);}
function productPopup(popupId,productId,height,width,scrollable,resizeable){openKeyPublisherWindow('/index.php?c_=ShopProductPopupGUI&m_=showPopup&popupId='+popupId+'&productId='+productId,'productPopup'+ref,height,width,scrollable,false,resizeable);}
function customWindowToolbar(path,windowname,height,width){openKeyPublisherWindow(path,windowname+ref,height,width,true,true,true);}
function customWindowResize(path,windowname,height,width){openKeyPublisherWindow(path,windowname+ref,height,width,true,false,true);}
function customWindowScroll(path,windowname,height,width){openKeyPublisherWindow(path,windowname+ref,height,width,true,false,true);}
function getnavipos(){if(typeof window.pageYOffset!='undefined')return pos=window.pageYOffset;else return pos=Math.max(document.body.scrollTop,document.documentElement.scrollTop);}
function phonelistcard(phonelistid){customWindow('/index.php?c_=PhonelistGUI&m_=writeCard&PhonelistGUI_writeCard_0_='+phonelistid,'writecard',200,300);}
function checkUser(){return;script=document.createElement('script');script.setAttribute('src','/checkuser.php');script.setAttribute('language','Javascript');script.setAttribute('type','text/javascript');document.getElementsByTagName('head').item(0).appendChild(script);setTimeout("checkUser()",5000);}
function helpWindow(extraUrl){if(!window.open('http://keypublisher.manual.keyteq.no'+extraUrl,'help','height=500, width=900, scrollbars=yes, status=no, toolbar=no, resizable=yes, location='+locationbar+', menubar=no,top=70, left=20','true'))popuperror();}
function runGraph(chart,xml,width,height,http)
{document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="'+http+'://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" ALIGN=""  id="charts">');document.write('<PARAM NAME=movie VALUE="/executable/fusion_charts/'+chart+'">');document.write('<PARAM NAME="FlashVars" VALUE="&dataXML='+xml+'&chartWidth='+width+'&chartHeight='+height+'">');document.write('<PARAM NAME="quality" VALUE="high">');document.write('<PARAM NAME="bgcolor" VALUE="#FAFAFA">');document.write('<PARAM NAME="wmode" VALUE="transparent">');document.write('<EMBED src="/executable/fusion_charts/'+chart+'" FlashVars="&dataXML='+xml+'&chartWidth='+width+'&chartHeight='+height+'" quality="high" bgcolor=#FAFAFA" wmode="transparent"  WIDTH="'+width+'" HEIGHT="'+height+'" NAME="charts" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="'+http+'://www.macromedia.com/go/getflashplayer"></EMBED>');document.write('</OBJECT>');}
(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);});}});(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");};});})();jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1<this.anchors.length?1:-1))}d.disabled=a.map(a.grep(d.disabled,function(g,f){return g!=b}),function(g,f){return g>=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i<b.anchors.length?i:0)},d);if(h){h.stopPropagation()}});var e=b._unrotate||(b._unrotate=!f?function(h){if(h.clientX){b.rotate(null)}}:function(h){t=g.selected;c()});if(d){this.element.bind("tabsshow",c);this.anchors.bind(g.event+".tabs",e);c()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",c);this.anchors.unbind(g.event+".tabs",e);delete this._rotate;delete this._unrotate}}})})(jQuery);;var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})()};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),container,supported;el.type='text/css';el.media=media;container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);supported=!!(el.sheet||el.styleSheet);container.removeChild(el);return supported;}),supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false;}
if(foundAll)break;style=this.getStyle(search=search.parentNode);}
return types;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={},offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:function(text,style){return text[{uppercase:'toUpperCase',lowercase:'toLowerCase'}[style.get('textTransform')]||'toString']();},whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};return function(text,style,node){if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(/^\s+/,'');if(!node.nextSibling)text=text.replace(/\s+$/,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var linkElements=elementsByTagName('link'),watch={stylesheet:1};function allStylesLoaded(){var sheet,i,link;for(i=0;link=linkElements[i];++i){if(link.disabled||!watch[link.rel.toLowerCase()]||!CSS.recognizesMedia(link.media||'screen'))continue;sheet=link.sheet||link.styleSheet;if(!sheet||sheet.disabled)return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX,box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this);}
function onEnterLeave(e){trigger(this);}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){if(!style)style=CSS.getStyle(el);var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0,l=families.length;i<l;++i){family=families[i];if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i){for(key in args){if(hasOwnProperty(args,key))merged[key]=args[key];}}
return merged;}
function process(font,text,style,options,node,el){var separate=options.separate;if(separate=='none')return engines[options.engine].apply(null,arguments);var fragment=document.createDocumentFragment(),processed;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var font,style,node,nodeType,nextNode,redraw;for(node=attach(el,options).firstChild;node;node=nextNode){nodeType=node.nodeType;nextNode=node.nextSibling;redraw=false;if(nodeType==1){if(!node.firstChild)continue;if(!/cufon/.test(node.className)){arguments.callee(node,options);continue;}
else redraw=true;}
else if(nodeType!=3)continue;if(!style)style=CSS.getStyle(el).extend(options);if(!font)font=getFont(el,style);if(!font)continue;if(redraw){engines[options.engine](font,null,style,options,node,el);continue;}
var text=CSS.whiteSpace(node.data,style,node);if(text==='')continue;var processed=process(font,text,style,options,node,el);if(processed)node.parentNode.replaceChild(processed,node);else node.parentNode.removeChild(node);}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=[];var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textShadow:'none'};var separators={words:/[^\S\u00a0]+/,characters:''};api.now=function(){DOM.ready();return api;};api.refresh=function(){var currentHistory=replaceHistory.splice(0,replaceHistory.length);for(var i=0,l=currentHistory.length;i<l;++i){api.replace.apply(null,currentHistory[i]);}
return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(typeof options.textShadow=='string')
options.textShadow=CSS.textShadow(options.textShadow);if(typeof options.color=='string'&&/^-/.test(options.color))
options.textGradient=CSS.gradient(options.color);if(!ignoreHistory)replaceHistory.push(arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode('.cufon-canvas{text-indent:0}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle'+
(HAS_BROKEN_LINEHEIGHT?'':';font-size:1px;line-height:1px')+'}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative}':'.cufon-canvas canvas{position:absolute}')+'}'+'@media print{'+'.cufon-canvas{padding:0 !important}'+'.cufon-canvas canvas{display:none}'+'.cufon-canvas .cufon-alt{display:inline}'+'}'));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(redraw?node.alt:text,style).split('');var width=0,lastWidth=null;for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;width+=lastWidth=Number(glyph.w||font.w)+letterSpacing;}
if(lastWidth===null)return null;expandRight+=(viewBox.width-lastWidth);expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;canvas.width=Math.ceil(size.convert(width*roundingFactor+expandRight-expandLeft));canvas.height=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(width*roundingFactor))+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke();}
var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);function renderText(){g.scale(roundingFactor,1);for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(Number(glyph.w||font.w)+letterSpacing,0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper;};})());Cufon.registerEngine('vml',(function(){if(!document.namespaces)return;if(document.namespaces.cvml==null){document.namespaces.add('cvml','urn:schemas-microsoft-com:vml');}
var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;document.write('<style type="text/css">'+'.cufon-vml-canvas{text-indent:0}'+'@media screen{'+'cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}'+'.cufon-vml-canvas{position:absolute;text-align:left}'+'.cufon-vml{display:inline-block;position:relative;vertical-align:middle}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none}'+'.cufon-vml .cufon-alt{display:inline}'+'}'+'</style>');function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value;var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing));}
var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var width=0,offsetX=0,advance=null;var glyph,shape,shadows=options.textShadow;for(var i=0,k=0,l=chars.length;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(glyph)width+=advance=~~(glyph.w||font.w)+letterSpacing;}
if(advance===null)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*roundingFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);for(i=0;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[k];if(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=~~(glyph.w||font.w)+letterSpacing;++k;}
wStyle.width=Math.max(Math.ceil(size.convert(width*roundingFactor)),0);return wrapper;};})());Cufon.registerFont({"w":318,"face":{"font-family":"Coupe OT Normal","font-weight":400,"font-stretch":"normal","units-per-em":"750","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"562","descent":"-188","bbox":"-34 -572 557 151.176","underline-thickness":"15","underline-position":"-84.75","stemh":"39","stemv":"40","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":240},"!":{"d":"92,-416r-5,344r-37,0r-5,-344r47,0xm93,0r-49,0r0,-46r49,0r0,46","w":136},"\"":{"d":"140,-338r-34,0r0,-78r34,0r0,78xm77,-338r-33,0r0,-78r33,0r0,78","w":183},"#":{"d":"298,-108r-59,0r-9,108r-41,0r9,-108r-82,0r-10,108r-41,0r9,-108r-30,0r0,-39r34,0r9,-111r-43,0r0,-40r47,0r9,-118r42,0r-10,118r82,0r10,-118r42,0r-10,118r42,0r0,40r-46,0r-9,111r55,0r0,39xm211,-258r-83,0r-9,111r83,0","w":351},"$":{"d":"298,-116v0,54,-32,96,-116,103r0,58r-38,0r0,-56v-36,0,-88,-16,-112,-29r0,-42v25,14,74,30,112,30r0,-144v-61,-14,-112,-39,-112,-114v0,-55,43,-88,112,-94r0,-46r38,0r0,46v41,2,74,14,93,26r0,42v-25,-16,-61,-28,-93,-28r0,138v58,19,117,29,116,110xm144,-237r0,-127v-95,-4,-88,102,-27,119xm256,-116v1,-51,-34,-60,-74,-68r0,132v61,-6,74,-32,74,-64","w":350},"%":{"d":"207,-278v0,44,-35,61,-87,61v-38,0,-64,-25,-64,-61r0,-76v0,-45,34,-62,86,-62v39,0,65,25,65,62r0,76xm364,-416r-245,416r-42,0r245,-416r42,0xm387,-62v0,44,-35,62,-87,62v-38,0,-64,-26,-64,-62r0,-76v0,-45,34,-62,86,-62v39,0,65,25,65,62r0,76xm119,-251v75,0,46,-57,51,-105v3,-28,-25,-25,-51,-25v-46,0,-26,66,-26,104v0,18,7,26,26,26xm299,-34v75,0,46,-57,51,-105v2,-29,-24,-26,-51,-26v-45,0,-26,67,-26,105v0,18,7,26,26,26","w":442},"&":{"d":"288,-343v0,61,-41,70,-78,107r102,120r46,-53r55,0r-75,83r71,86r-53,0r-47,-57v-30,27,-50,59,-109,59v-90,0,-153,-21,-156,-108v-2,-64,67,-98,106,-135v-23,-28,-61,-56,-61,-102v0,-67,54,-75,122,-75v39,0,77,26,77,75xm236,-311v22,-19,8,-75,-24,-68v-40,1,-81,-9,-82,36v-1,34,35,56,52,78xm284,-88r-106,-122v-30,29,-89,56,-92,104v-4,75,115,89,168,49","w":425},"'":{"d":"78,-338r-34,0r0,-78r34,0r0,78","w":122},"(":{"d":"203,8r-11,38v-10,-2,-128,-25,-128,-173r0,-185v0,-148,118,-171,128,-173r11,38v0,0,-98,14,-98,135r0,185v0,121,98,135,98,135","w":243},")":{"d":"180,-127v0,148,-118,171,-128,173r-12,-38v0,0,99,-14,99,-135r0,-185v0,-121,-99,-135,-99,-135r12,-38v10,2,128,25,128,173r0,185","w":243},"*":{"d":"278,-241r-86,29r54,82r-32,21r-52,-80r-53,80r-32,-21r54,-82r-86,-29r13,-36r84,29r0,-90r39,0r0,90r85,-29","w":323},"+":{"d":"322,-183r-104,0r0,115r-39,0r0,-115r-104,0r0,-38r104,0r0,-105r39,0r0,105r104,0r0,38","w":397},",":{"d":"93,-45v3,53,0,100,-42,110r-21,-27v33,-8,23,-47,24,-83r39,0","w":137},"-":{"d":"290,-184r-215,0r0,-38r215,0r0,38","w":364},".":{"d":"94,0r-50,0r0,-47r50,0r0,47","w":138},"\/":{"d":"231,-484r-157,540r-42,0r156,-540r43,0","w":262,"k":{"\/":30}},"0":{"d":"386,-128v2,103,-76,128,-189,128v-84,0,-133,-47,-133,-128r0,-161v-2,-101,76,-127,189,-127v84,0,133,47,133,127r0,161xm345,-128r0,-161v5,-83,-64,-87,-148,-87v-63,0,-92,27,-92,87r0,161v-5,83,63,88,148,88v63,0,92,-28,92,-88","w":450},"1":{"d":"139,0r-41,0r0,-377r-34,0r0,-39r75,0r0,416","w":202},"2":{"d":"352,0r-288,0r0,-52v0,-126,236,-125,236,-248v0,-73,-37,-80,-103,-80v-39,0,-85,9,-122,20r0,-39v106,-32,270,-45,266,99v-4,158,-247,150,-236,260r247,0r0,40","w":416},"3":{"d":"342,-116v0,82,-55,120,-148,120v-51,0,-105,-8,-130,-16r0,-39v35,9,86,15,130,15v76,0,107,-22,107,-80v0,-108,-117,-72,-207,-78r0,-39r122,0v62,0,81,-28,81,-77v0,-38,-17,-70,-103,-70v-43,0,-88,8,-122,21r0,-39v32,-12,74,-22,122,-22v105,0,144,50,144,110v0,48,-18,81,-51,96v35,14,55,48,55,98","w":405},"4":{"d":"392,-88r-47,0r0,88r-40,0r0,-88r-241,0r0,-29r246,-301r35,0r0,293r47,0r0,37xm305,-125r0,-225r-181,225r181,0","w":455},"5":{"d":"341,-128v0,93,-50,131,-155,131v-48,0,-97,-8,-122,-16r0,-39v29,7,86,15,121,15v87,0,115,-21,115,-91v0,-70,-18,-87,-92,-87r-144,0r12,-201r243,0r0,40r-204,0r-10,121r103,0v95,0,133,37,133,127","w":405},"6":{"d":"364,-138v0,92,-50,140,-156,140v-107,0,-144,-50,-144,-140r0,-140v0,-92,49,-141,155,-141v38,0,97,10,122,20r0,40v-32,-11,-79,-21,-121,-21v-98,-1,-120,42,-115,130v22,-12,57,-26,103,-26v106,0,156,46,156,138xm322,-138v0,-70,-28,-99,-114,-99v-50,0,-87,23,-103,34v-1,97,-10,165,103,165v85,0,114,-30,114,-100","w":427},"7":{"d":"352,-385r-164,385r-44,0r162,-376r-242,0r0,-40r288,0r0,31","w":416},"8":{"d":"375,-138v0,89,-38,142,-110,141r-90,0v-73,0,-111,-52,-111,-141v0,-44,33,-70,51,-76v-21,-11,-43,-52,-40,-107v4,-85,83,-103,178,-97v68,4,111,41,111,118v0,50,-21,74,-40,86v20,8,51,32,51,76xm264,-233v52,3,58,-31,58,-88v0,-62,-70,-61,-136,-59v-50,2,-76,28,-70,80v-10,90,76,62,148,67xm264,-36v52,2,70,-39,70,-102v0,-69,-91,-56,-159,-56v-59,0,-70,30,-70,88v0,86,81,68,159,70","w":438},"9":{"d":"364,-138v0,80,-49,141,-144,141v-41,0,-92,-7,-122,-16r0,-39v30,8,77,15,121,15v87,-1,109,-53,103,-136v-22,15,-56,33,-102,33v-107,0,-156,-47,-156,-138v0,-92,49,-140,155,-140v107,0,145,50,145,140r0,140xm322,-222v2,-94,6,-157,-102,-157v-86,0,-115,31,-115,101v0,70,29,99,114,99v52,0,89,-29,103,-43","w":427},":":{"d":"94,-245r-50,0r0,-47r50,0r0,47xm94,0r-50,0r0,-47r50,0r0,47","w":137},";":{"d":"106,-244r-50,0r0,-48r50,0r0,48xm106,-45v3,53,0,100,-42,110r-20,-27v32,-8,23,-47,24,-83r38,0","w":150},"<":{"d":"239,-84r-25,27r-162,-147r162,-144r25,27r-130,117","w":291},"=":{"d":"295,-242r-227,0r0,-36r227,0r0,36xm295,-139r-227,0r0,-36r227,0r0,36","w":362},">":{"d":"239,-204r-162,147r-25,-27r131,-120r-131,-117r25,-27","w":291},"?":{"d":"310,-300v0,64,-37,93,-72,116v-26,16,-63,33,-63,67r0,43r-41,0r0,-42v0,-102,134,-83,134,-184v0,-49,-18,-80,-102,-80v-44,0,-85,13,-122,33r0,-42v26,-15,72,-31,121,-31v94,0,145,39,145,120xm178,0r-49,0r0,-45r49,0r0,45","w":353},"@":{"d":"376,-79v0,0,-38,38,-98,38v-72,0,-110,-35,-110,-95v0,-48,38,-83,98,-83r71,0v1,-42,-27,-70,-93,-70v-98,0,-150,51,-150,132v0,93,54,153,150,153v22,0,98,-2,98,-2r0,37v0,0,-74,3,-98,3v-118,0,-188,-80,-188,-191v0,-102,71,-169,188,-169v82,0,132,46,132,105r0,142xm337,-96r0,-86v-55,-1,-130,-6,-130,46v0,38,18,58,71,58v32,0,52,-13,59,-18","w":442},"A":{"d":"370,0r-44,0r-54,-140r-167,0r-55,140r-44,0r164,-416r36,0xm256,-179r-68,-172r-67,172r135,0","w":376,"k":{"Y":45,"W":30,"V":60,"T":45,"S":15}},"B":{"d":"355,-138v0,89,-26,138,-111,138r-200,0r0,-416r188,0v77,0,112,39,112,116v0,34,-11,66,-31,83v21,11,42,35,42,79xm244,-233v42,2,58,-24,58,-77v0,-103,-133,-56,-217,-66r0,143r159,0xm244,-40v66,4,70,-35,70,-98v0,-38,-18,-56,-70,-56r-159,0r0,154r159,0","w":386},"C":{"d":"320,-13v0,0,-52,16,-132,16v-107,0,-156,-49,-156,-141r0,-151v0,-81,50,-130,155,-130v81,0,133,15,133,15r0,40v0,0,-66,-16,-132,-16v-155,0,-115,119,-115,242v0,70,29,101,114,101v67,0,133,-15,133,-15r0,39","w":341},"D":{"d":"366,-138v0,91,-50,138,-144,138r-178,0r0,-416r177,0v95,0,145,46,145,127r0,151xm325,-138r0,-151v0,-59,-29,-87,-103,-87r-137,0r0,336r136,0v75,0,104,-28,104,-98","w":397},"E":{"d":"321,0r-277,0r0,-416r277,0r0,40r-236,0r0,143r202,0r0,39r-202,0r0,154r236,0r0,40","w":352,"k":{"\u00f8":15,"\u00e6":15,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"z":8,"u":8,"s":15,"r":8,"q":15,"p":8,"o":15,"n":8,"m":8,"g":15,"e":15,"d":15,"c":15,"a":15}},"F":{"d":"310,-376r-225,0r0,143r191,0r0,39r-191,0r0,194r-41,0r0,-416r266,0r0,40","w":330,"k":{"\u00f8":30,"\u00e6":30,"\u00c6":75,"\u00f6":30,"\u00f2":30,"\u00ea":30,"\u00e8":30,"\u00e9":30,"\u00e5":30,"\u00e4":30,"\u00c5":30,"\u00c4":30,"z":15,"y":30,"x":30,"w":30,"v":30,"u":15,"r":15,"p":15,"o":30,"n":15,"m":15,"g":30,"e":30,"d":30,"c":30,"a":30,"J":60,"A":30}},"G":{"d":"366,-106v0,59,-50,106,-110,106r-68,0v-95,0,-144,-47,-144,-138r0,-151v0,-81,50,-130,155,-130v92,0,145,15,145,15r0,40v0,0,-67,-16,-144,-16v-155,0,-115,119,-115,242v0,70,29,98,103,98r67,0v41,0,70,-28,70,-66r0,-88r-101,0r0,-39r142,0r0,127","w":397},"H":{"d":"355,0r-41,0r0,-194r-229,0r0,194r-41,0r0,-416r41,0r0,183r229,0r0,-183r41,0r0,416","w":398},"I":{"d":"85,0r-41,0r0,-416r41,0r0,416","w":128},"J":{"d":"230,-115v0,81,-38,118,-121,118v-47,0,-89,-7,-89,-7r0,-40v0,0,55,7,88,7v63,0,81,-18,81,-78r0,-301r41,0r0,301","w":273},"K":{"d":"369,-416r-188,174r187,242r-53,0r-163,-214r-67,58r0,156r-41,0r0,-416r41,0r0,207r225,-207r59,0","w":387,"k":{"\u00f8":15,"\u00e6":15,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"z":8,"y":15,"x":15,"w":15,"v":15,"u":8,"t":22,"s":15,"r":8,"p":8,"o":15,"n":8,"m":8,"g":15,"f":22,"e":15,"d":15,"c":15,"a":15}},"L":{"d":"310,0r-266,0r0,-417r41,0r0,377r225,0r0,40","w":330,"k":{"\u00f8":8,"\u00e6":8,"\u00f6":8,"\u00f2":8,"\u00ea":8,"\u00e8":8,"\u00e9":8,"\u00e5":8,"\u00e4":8,"y":8,"x":8,"w":8,"v":8,"o":8,"g":8,"e":8,"d":8,"c":8,"a":8,"Y":60,"W":30,"V":45,"T":75}},"M":{"d":"434,0r-42,0r0,-340r-142,239r-22,0r-143,-239r0,340r-41,0r0,-416r38,0r156,254r156,-254r40,0r0,416","w":477},"N":{"d":"366,0r-37,0r-244,-344r0,344r-41,0r0,-416r36,0r245,344r0,-344r41,0r0,416","w":409},"O":{"d":"365,-128v2,106,-82,128,-200,128v-84,0,-133,-47,-133,-128r0,-161v-2,-106,83,-127,200,-127v84,0,133,47,133,127r0,161xm324,-128r0,-161v6,-86,-71,-87,-159,-87v-63,0,-92,27,-92,87r0,161v0,60,29,88,91,88v88,0,160,0,160,-88","w":396,"k":{"\u00c6":30,"Z":15,"Y":15,"X":15,"W":15,"V":15,"Q":15,"G":15}},"P":{"d":"332,-310v0,102,-38,149,-132,149r-115,0r0,161r-41,0r0,-416r166,0v83,0,122,36,122,106xm199,-201v78,3,98,-33,92,-109v13,-92,-125,-60,-206,-66r0,175r114,0","w":363,"k":{"\u00f8":15,"\u00e6":15,"\u00c6":75,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"\u00c5":45,"\u00c4":45,"z":19,"u":19,"s":15,"r":19,"q":15,"p":19,"o":15,"n":19,"m":19,"g":15,"e":15,"d":15,"c":15,"a":15,"Z":22,"X":15,"J":45,"A":45}},"Q":{"d":"365,-125v0,86,-54,132,-147,128r0,76r-40,0r0,-76v-92,4,-146,-43,-146,-128r0,-163v-2,-107,83,-128,200,-128v84,0,133,47,133,128r0,163xm324,-125r0,-163v6,-86,-71,-88,-159,-88v-63,0,-92,28,-92,88r0,163v-1,65,35,91,105,88r0,-75r40,0r0,75v70,3,106,-23,106,-88","w":396,"k":{"\u00c6":30,"Z":15,"Y":15,"X":15,"W":15,"V":15}},"R":{"d":"344,-300v0,61,-16,102,-63,122r62,178r-44,0r-59,-172r-155,0r0,172r-41,0r0,-416r177,0v84,0,123,36,123,116xm244,-212v46,0,62,-37,58,-88v14,-111,-127,-67,-217,-76r0,164r159,0","w":375},"S":{"d":"326,-113v0,83,-46,117,-150,117v-81,0,-133,-16,-133,-16r0,-40v0,0,67,16,133,16v87,0,108,-20,108,-77v0,-36,-16,-57,-42,-63r-132,-30v-50,-12,-78,-47,-78,-104v0,-60,38,-109,144,-109v68,0,110,13,116,15r0,41v0,0,-61,-17,-116,-17v-86,0,-103,30,-103,70v0,42,18,58,43,65v88,25,211,18,210,132","w":351,"k":{"y":22,"v":22,"t":15,"f":15}},"T":{"d":"354,-376r-146,0r0,376r-42,0r0,-376r-146,0r0,-40r334,0r0,40","w":374,"k":{"\u00f8":68,"\u00e6":68,"\u00f6":68,"\u00f2":68,"\u00ea":68,"\u00e8":68,"\u00e9":68,"\u00e5":68,"\u00e4":68,"\u00c5":45,"\u00c4":45,"z":60,"y":68,"x":68,"w":68,"v":68,"u":60,"r":60,"p":60,"o":68,"n":60,"m":60,"g":68,"e":68,"d":68,"c":68,"a":68,"J":60,"A":45}},"U":{"d":"354,-128v1,102,-76,128,-189,128v-84,0,-133,-47,-133,-128r0,-288r41,0r0,288v-5,82,62,88,147,88v64,0,93,-28,93,-88r0,-288r41,0r0,288","w":385},"V":{"d":"362,-416r-156,416r-36,0r-157,-416r45,0r130,351r129,-351r45,0","w":375,"k":{"\u00f8":26,"\u00e6":26,"\u00c6":45,"\u00f6":26,"\u00f2":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e5":26,"\u00e4":26,"\u00c5":60,"\u00c4":60,"z":11,"u":11,"s":26,"r":11,"q":26,"p":11,"o":26,"n":11,"m":11,"g":26,"e":26,"d":26,"c":26,"a":26,"J":30,"A":60}},"W":{"d":"498,-416r-100,416r-43,0r-95,-325r-93,325r-43,0r-99,-416r43,0r80,339r96,-339r33,0r97,339r80,-339r44,0","w":522,"k":{"\u00f8":15,"\u00e6":15,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"z":8,"u":8,"s":15,"r":8,"q":15,"p":8,"o":15,"n":8,"m":8,"g":15,"e":15,"d":15,"c":15,"a":15,"J":30,"A":30}},"X":{"d":"367,0r-51,0r-122,-176r-123,176r-51,0r148,-208r-148,-208r51,0r123,175r122,-175r51,0r-148,208","w":387,"k":{"\u00f8":15,"\u00e6":15,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"s":15,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"a":15}},"Y":{"d":"365,-416r-158,238r0,178r-41,0r0,-178r-158,-238r50,0r128,195r129,-195r50,0","w":372,"k":{"\u00d2":4,"\u00f8":45,"\u00e6":45,"\u00d8":4,"\u00c6":75,"\u00f6":45,"\u00f2":45,"\u00ea":45,"\u00e8":45,"\u00e9":45,"\u00e5":45,"\u00e4":45,"\u00d6":4,"\u00c5":45,"\u00c4":45,"z":30,"y":30,"v":30,"u":30,"s":45,"r":30,"q":45,"p":30,"o":45,"n":30,"m":30,"g":45,"e":45,"d":45,"c":45,"a":45,"S":15,"Q":4,"O":4,"J":45,"G":4,"A":45}},"Z":{"d":"341,0r-311,0r0,-27r253,-349r-242,0r0,-40r300,0r0,27r-253,349r253,0r0,40","w":372,"k":{"\u00f8":15,"\u00e6":15,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"z":8,"y":15,"w":15,"v":15,"u":8,"s":15,"r":8,"q":15,"p":8,"o":15,"n":8,"m":8,"g":15,"e":15,"d":15,"c":15,"a":15}},"[":{"d":"164,51r-99,0r0,-523r99,0r0,38r-58,0r0,446r58,0r0,39","w":206},"\\":{"d":"231,56r-43,0r-156,-540r42,0","w":262},"]":{"d":"141,50r-98,0r0,-39r57,0r0,-445r-57,0r0,-38r98,0r0,522","w":206},"^":{"d":"256,-364r-28,23r-86,-72r-85,72r-29,-23r114,-96","w":285},"_":{"d":"291,42r-291,0r0,-42r291,0r0,42","w":291},"`":{"d":"128,-364r-44,0r-54,-72r44,0","w":158},"a":{"d":"268,0r-38,0r0,-20v-80,44,-208,26,-208,-84v0,-48,41,-83,101,-83r107,0v3,-55,-6,-83,-71,-83v-39,0,-81,8,-105,18r0,-38v20,-8,63,-17,105,-17v71,0,109,36,109,94r0,213xm230,-56r0,-93v-67,4,-169,-21,-169,56v0,76,113,69,169,37","w":301},"b":{"d":"286,-106v0,111,-115,128,-203,87r0,19r-39,0r0,-439r39,0r0,153v101,-40,198,-25,203,98r0,82xm247,-106r0,-82v-1,-104,-91,-87,-164,-61r0,194v69,26,162,41,164,-51"},"c":{"d":"252,-14v-20,10,-55,17,-98,17v-84,0,-121,-38,-121,-107r0,-96v0,-68,37,-107,121,-107v35,0,79,9,98,17r0,36v-62,-21,-189,-36,-180,54v8,84,-24,166,82,166v30,0,70,-7,98,-16r0,36","w":285},"d":{"d":"274,0r-38,0r0,-18v-30,13,-65,20,-94,20v-105,-3,-109,-85,-109,-190v0,-79,37,-118,109,-118v33,0,68,9,94,20r0,-153r38,0r0,439xm236,-55r0,-194v-72,-25,-168,-45,-164,61v3,76,-14,155,70,153v31,0,64,-9,94,-20"},"e":{"d":"274,-139r-202,0v-6,68,14,105,82,105v41,0,66,-6,98,-16r0,36v-22,10,-58,17,-98,17v-72,0,-121,-37,-121,-107r0,-96v-3,-85,61,-104,155,-104v49,0,86,36,86,83r0,82xm236,-176v3,-49,0,-91,-48,-91v-66,0,-123,-1,-116,67r0,24r164,0","w":307},"f":{"d":"218,-398v-25,-3,-112,-24,-100,31r0,63r66,0r0,36r-66,0r0,268r-39,0r0,-268r-45,0r0,-36r45,0v-4,-74,-1,-137,75,-137v24,0,52,3,64,6r0,37","w":228,"k":{"\u00f8":22,"\u00e6":22,"\u00f6":22,"\u00f2":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e5":22,"\u00e4":22,"s":22,"q":22,"o":22,"g":22,"f":15,"e":22,"d":22,"c":22,"a":22}},"g":{"d":"297,-267r-28,0v19,13,16,56,16,91v0,58,-25,94,-98,94r-79,0v-26,0,-27,15,-27,25v0,10,1,25,27,25r112,0v57,3,76,38,76,88v0,75,-65,99,-154,94v-81,-5,-119,-35,-107,-101r40,0v-10,43,-1,60,67,63v68,3,115,-1,115,-72v0,-18,-9,-35,-37,-35r-112,0v-63,6,-92,-84,-36,-110v-28,-20,-28,-58,-28,-104v0,-76,60,-93,154,-93r99,0r0,35xm187,-118v71,0,54,-45,59,-102v4,-47,-44,-47,-93,-47v-68,0,-74,32,-71,91v-10,58,46,58,105,58","w":330},"h":{"d":"286,0r-39,0r0,-198v6,-91,-101,-77,-164,-51r0,249r-39,0r0,-439r39,0r0,153v92,-40,203,-23,203,88r0,198"},"i":{"d":"83,-337r-39,0r0,-45r39,0r0,45xm83,0r-39,0r0,-304r39,0r0,304","w":127},"j":{"d":"83,-338r-39,0r0,-44r39,0r0,44xm83,-304r0,380v1,72,-51,83,-117,71r0,-37v35,-1,78,22,78,-34r0,-380r39,0","w":127},"k":{"d":"288,-304r-145,114r143,190r-49,0r-124,-168r-30,23r0,145r-39,0r0,-439r39,0r0,249r145,-114r60,0","w":307,"k":{"\u00f8":22,"\u00e6":22,"\u00f6":22,"\u00f2":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e5":22,"\u00e4":22,"y":22,"x":22,"w":22,"v":22,"s":22,"o":22,"g":22,"e":22,"d":22,"c":22,"a":22}},"l":{"d":"83,0r-39,0r0,-439r39,0r0,439","w":127},"m":{"d":"398,0r-39,0r0,-213v7,-63,-83,-72,-121,-38v7,77,1,168,3,251r-39,0r0,-224v7,-68,-89,-48,-119,-26r0,250r-39,0r0,-304r39,0r0,18v40,-27,110,-28,137,6v61,-52,178,-23,178,67r0,213","w":431},"n":{"d":"286,0r-39,0r0,-200v10,-90,-109,-76,-164,-49r0,249r-39,0r0,-304r39,0r0,18v88,-40,203,-22,203,86r0,200"},"o":{"d":"282,-93v2,79,-67,93,-154,93v-61,0,-99,-35,-99,-93r0,-118v-2,-78,67,-93,155,-93v60,0,98,36,98,93r0,118xm184,-37v86,0,53,-101,59,-174v5,-60,-56,-56,-115,-56v-87,0,-54,101,-60,174v-5,60,57,56,116,56","w":311,"k":{"z":15,"y":15,"x":15,"w":15,"v":15,"s":4}},"p":{"d":"286,-111v5,115,-113,141,-203,101r0,160r-39,0r0,-454r39,0r0,18v84,-38,205,-24,203,88r0,87xm247,-111r0,-87v0,-90,-99,-77,-164,-52r0,200v60,29,173,38,164,-61"},"q":{"d":"274,150r-38,0r0,-160v-20,6,-60,18,-94,18v-108,-3,-109,-89,-109,-196v0,-115,113,-142,203,-98r0,-18r38,0r0,454xm236,-50r0,-198v-67,-31,-171,-37,-164,60v5,77,-16,159,70,158v36,0,78,-14,94,-20"},"r":{"d":"83,-286v63,-32,192,-24,167,57r-38,0v7,-29,-1,-40,-39,-40v-35,0,-61,7,-90,20r0,249r-39,0r0,-304r39,0r0,18","w":263},"s":{"d":"256,-88v0,58,-26,92,-114,92v-47,0,-82,-6,-109,-15r0,-38v34,11,73,17,109,17v72,0,76,-19,75,-56v0,-15,-9,-34,-36,-38v-62,-10,-149,-14,-149,-103v0,-50,40,-79,99,-79v44,0,82,6,103,17r0,37v-36,-13,-62,-18,-103,-18v-80,0,-81,89,-16,97v51,6,141,13,141,87","w":277},"t":{"d":"230,-4v-24,4,-48,6,-76,6v-50,0,-76,-28,-76,-75r0,-195r-45,0r0,-36r45,0r0,-90r39,0r0,90r79,0r0,36r-79,0r0,195v-7,59,73,33,113,33r0,36","w":240},"u":{"d":"274,0r-38,0r0,-17v-88,39,-203,21,-203,-87r0,-200r39,0r0,200v-7,91,105,78,164,48r0,-248r38,0r0,304"},"v":{"d":"272,-304r-112,304r-35,0r-112,-304r42,0r88,246r87,-246r42,0","w":285},"w":{"d":"373,-304r-77,304r-40,0r-63,-232r-61,232r-41,0r-77,-304r41,0r55,241r65,-241r36,0r65,241r56,-241r41,0","w":386},"x":{"d":"274,0r-46,0r-86,-122r-84,122r-47,0r109,-154r-106,-150r48,0r80,118r82,-118r47,0r-105,150","w":285,"k":{"\u00f8":8,"\u00e6":8,"\u00f6":8,"\u00f2":8,"\u00ea":8,"\u00e8":8,"\u00e9":8,"\u00e5":8,"\u00e4":8,"s":8,"q":8,"o":8,"g":8,"e":8,"d":8,"c":8,"a":8}},"y":{"d":"297,-304r-122,304r-51,150r-41,0r52,-144r-122,-310r43,0r98,258r100,-258r43,0","w":307,"k":{"o":8}},"z":{"d":"267,0r-241,0r0,-24r184,-243r-173,0r0,-37r230,0r0,25r-185,242r185,0r0,37","w":300,"k":{"\u00f8":15,"\u00e6":15,"\u00f6":15,"\u00f2":15,"\u00ea":15,"\u00e8":15,"\u00e9":15,"\u00e5":15,"\u00e4":15,"s":15,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"a":15}},"{":{"d":"197,51v0,0,-20,2,-43,2v-39,0,-66,-25,-66,-63r0,-160v0,-26,-13,-24,-34,-25r0,-37v21,-2,34,1,34,-25r0,-154v0,-37,27,-63,66,-63v23,0,43,2,43,2r0,40v0,0,-21,-3,-43,-3v-18,0,-24,7,-24,23v0,66,16,163,-19,198v34,35,18,139,18,205v0,17,7,23,25,23v22,0,43,-3,43,-3r0,40","w":240},"|":{"d":"106,56r-40,0r0,-540r40,0r0,540","w":172},"}":{"d":"186,-195v-21,2,-34,-5,-34,25r0,160v0,38,-27,63,-66,63v-23,0,-43,-2,-43,-2r0,-40v0,0,21,3,43,3v18,0,24,-6,24,-23r0,-161v0,-23,11,-36,19,-44v-34,-35,-18,-134,-18,-198v0,-16,-7,-23,-25,-23v-22,0,-43,3,-43,3r0,-40v0,0,20,-2,43,-2v39,0,66,26,66,63r0,154v0,26,13,23,34,25r0,37","w":240},"~":{"d":"33,-336v-1,-40,23,-68,64,-68v42,0,57,42,79,42v25,0,26,-24,26,-32r37,0v1,41,-23,69,-63,68v-42,0,-58,-42,-79,-42v-17,0,-27,10,-27,32r-37,0","w":272},"\u00c4":{"d":"370,0r-44,0r-54,-140r-167,0r-55,140r-44,0r164,-416r36,0xm256,-179r-68,-172r-67,172r135,0xm266,-485r-50,0r0,-47r50,0r0,47xm142,-485r-50,0r0,-47r50,0r0,47","w":376,"k":{"Y":45,"V":60,"T":45}},"\u00c5":{"d":"370,0r-44,0r-54,-140r-167,0r-55,140r-44,0r164,-416r36,0xm256,-179r-68,-172r-67,172r135,0xm253,-512v0,34,-28,60,-63,60v-34,0,-62,-26,-62,-60v0,-32,28,-60,62,-60v35,0,63,28,63,60xm224,-512v0,-18,-15,-32,-34,-32v-18,0,-33,14,-33,32v0,18,15,33,33,33v19,0,34,-15,34,-33","w":376,"k":{"Y":45,"V":60,"T":45}},"\u00c9":{"d":"321,0r-277,0r0,-416r277,0r0,40r-236,0r0,143r202,0r0,39r-202,0r0,154r236,0r0,40xm248,-556r-54,73r-44,0r54,-73r44,0","w":352},"\u00d6":{"d":"365,-128v2,106,-82,128,-200,128v-84,0,-133,-47,-133,-128r0,-161v-2,-106,83,-127,200,-127v84,0,133,47,133,127r0,161xm324,-128r0,-161v6,-86,-71,-87,-159,-87v-63,0,-92,27,-92,87r0,161v0,60,29,88,91,88v88,0,160,0,160,-88xm281,-486r-50,0r0,-47r50,0r0,47xm158,-486r-51,0r0,-47r51,0r0,47","w":396,"k":{"Z":15,"Y":15,"X":15,"W":15,"V":15}},"\u00e4":{"d":"268,0r-38,0r0,-20v-80,44,-208,26,-208,-84v0,-48,41,-83,101,-83r107,0v3,-55,-6,-83,-71,-83v-39,0,-81,8,-105,18r0,-38v20,-8,63,-17,105,-17v71,0,109,36,109,94r0,213xm230,-56r0,-93v-67,4,-169,-21,-169,56v0,76,113,69,169,37xm236,-369r-51,0r0,-47r51,0r0,47xm112,-369r-50,0r0,-47r50,0r0,47","w":301},"\u00e5":{"d":"268,0r-38,0r0,-20v-80,44,-208,26,-208,-84v0,-48,41,-83,101,-83r107,0v3,-55,-6,-83,-71,-83v-39,0,-81,8,-105,18r0,-38v20,-8,63,-17,105,-17v71,0,109,36,109,94r0,213xm230,-56r0,-93v-67,4,-169,-21,-169,56v0,76,113,69,169,37xm213,-399v0,33,-28,60,-62,60v-35,0,-63,-27,-63,-60v0,-33,28,-60,63,-60v34,0,62,27,62,60xm184,-399v0,-18,-14,-32,-33,-32v-19,0,-34,14,-34,32v0,18,15,32,34,32v19,0,33,-14,33,-32","w":301},"\u00e9":{"d":"274,-139r-202,0v-6,68,14,105,82,105v41,0,66,-6,98,-16r0,36v-22,10,-58,17,-98,17v-72,0,-121,-37,-121,-107r0,-96v-3,-85,61,-104,155,-104v49,0,86,36,86,83r0,82xm236,-176v3,-49,0,-91,-48,-91v-66,0,-123,-1,-116,67r0,24r164,0xm223,-436r-54,72r-45,0r54,-72r45,0","w":307},"\u00e8":{"d":"274,-139r-202,0v-6,68,14,105,82,105v41,0,66,-6,98,-16r0,36v-22,10,-58,17,-98,17v-72,0,-121,-37,-121,-107r0,-96v-3,-85,61,-104,155,-104v49,0,86,36,86,83r0,82xm236,-176v3,-49,0,-91,-48,-91v-66,0,-123,-1,-116,67r0,24r164,0xm173,-364r-44,0r-54,-72r44,0","w":307},"\u00ea":{"d":"274,-139r-202,0v-6,68,14,105,82,105v41,0,66,-6,98,-16r0,36v-22,10,-58,17,-98,17v-72,0,-121,-37,-121,-107r0,-96v-3,-85,61,-104,155,-104v49,0,86,36,86,83r0,82xm236,-176v3,-49,0,-91,-48,-91v-66,0,-123,-1,-116,67r0,24r164,0xm255,-379r-21,26r-80,-47r-79,47r-19,-26r98,-60","w":307},"\u00f2":{"d":"282,-93v2,79,-67,93,-154,93v-61,0,-99,-35,-99,-93r0,-118v-2,-78,67,-93,155,-93v60,0,98,36,98,93r0,118xm184,-37v86,0,53,-101,59,-174v5,-60,-56,-56,-115,-56v-87,0,-54,101,-60,174v-5,60,57,56,116,56xm180,-364r-44,0r-54,-72r44,0","w":311,"k":{"z":15,"y":15,"x":15,"w":15,"v":15}},"\u00f6":{"d":"282,-93v2,79,-67,93,-154,93v-61,0,-99,-35,-99,-93r0,-118v-2,-78,67,-93,155,-93v60,0,98,36,98,93r0,118xm184,-37v86,0,53,-101,59,-174v5,-60,-56,-56,-115,-56v-87,0,-54,101,-60,174v-5,60,57,56,116,56xm237,-369r-50,0r0,-47r50,0r0,47xm113,-369r-50,0r0,-47r50,0r0,47","w":311,"k":{"z":15,"y":15,"x":15,"w":15,"v":15}},"\u00ae":{"d":"409,-105v0,59,-48,105,-109,105r-146,0v-61,0,-109,-46,-109,-105r0,-229v0,-59,48,-105,109,-105r146,0v61,0,109,46,109,105r0,229xm382,-105r0,-229v0,-45,-36,-79,-82,-79r-146,0v-47,0,-83,34,-83,79r0,229v0,45,36,79,83,79r146,0v46,0,82,-34,82,-79xm334,-276v0,48,-5,77,-50,96r48,100r-40,0r-43,-94r-85,0r0,94r-37,0r0,-269v89,1,207,-17,207,73xm249,-210v47,0,48,-26,47,-66v9,-52,-84,-34,-132,-37r0,103r85,0","w":453},"\u00a9":{"d":"409,-105v0,59,-48,105,-109,105r-146,0v-61,0,-109,-46,-109,-105r0,-229v0,-59,48,-105,109,-105r146,0v61,0,109,46,109,105r0,229xm382,-105r0,-229v0,-45,-36,-79,-82,-79r-146,0v-47,0,-83,34,-83,79r0,229v0,45,36,79,83,79r146,0v46,0,82,-34,82,-79xm327,-92v-23,10,-55,16,-92,16v-108,1,-120,-63,-120,-167v0,-70,37,-109,120,-109v31,0,67,6,92,17r0,36v-23,-9,-62,-17,-92,-17v-91,0,-83,54,-83,132v0,50,19,72,83,72v29,0,71,-8,92,-16r0,36","w":453},"\u2122":{"d":"318,-263r-25,0r0,-105r-43,67r-12,0r-44,-67r0,105r-24,0r0,-153r21,0r53,80r52,-80r22,0r0,153xm149,-392r-45,0r0,129r-24,0r0,-129r-46,0r0,-24r115,0r0,24","w":352},"\u00c6":{"d":"557,0r-266,0r0,-183r-118,0r-121,183r-49,0r281,-416r273,0r0,40r-225,0r0,153r192,0r0,40r-192,0r0,143r225,0r0,40xm291,-223r0,-132r-90,132r90,0","w":588},"\u00d8":{"d":"367,-127v3,107,-83,128,-201,128v-28,0,-52,-5,-72,-16r-24,37r-38,0r34,-57v-54,-50,-25,-161,-33,-255v-10,-129,145,-145,264,-116r20,-33r41,0r-32,51v60,44,38,163,41,261xm326,-127v0,-77,17,-190,-22,-231r-189,310v27,13,78,9,118,9v63,0,93,-29,93,-88xm276,-371v-29,-11,-72,-6,-110,-6v-62,0,-92,28,-92,87v0,73,-13,172,14,222","w":398,"k":{"Z":15,"Y":15,"X":15,"W":15,"V":15}},"\u00e6":{"d":"466,-149r-203,0v-6,72,9,115,82,115v37,0,73,-8,98,-16r0,36v-24,10,-57,17,-98,17v-62,0,-87,-27,-102,-51v-18,26,-50,51,-112,51v-64,0,-109,-39,-109,-107v0,-48,38,-83,98,-83r104,0v3,-55,-6,-83,-70,-83v-42,0,-67,5,-98,18r0,-38v62,-23,156,-32,189,26v29,-42,71,-40,134,-40v49,0,87,36,87,83r0,72xm427,-187v4,-45,-5,-80,-48,-80v-72,0,-127,2,-116,80r164,0xm131,-33v73,0,103,-39,93,-116v-66,4,-163,-21,-163,56v0,37,29,60,70,60","w":498},"\u00f8":{"d":"288,-326r-28,46v41,32,22,119,26,187v8,97,-114,110,-199,84r-18,31r-39,0r29,-46v-39,-32,-22,-119,-26,-187v-6,-96,110,-108,199,-85r18,-30r38,0xm188,-36v85,5,59,-102,59,-175v0,-21,-3,-31,-10,-39r-130,211v22,5,54,1,81,3xm210,-265v-59,-1,-144,-16,-138,54v4,50,-9,124,8,159","k":{"z":15,"y":15,"x":15,"w":15,"v":15}},"\u00ab":{"d":"391,-11r-51,0r-135,-137r135,-138r51,0r-133,138xm250,-11r-50,0r-136,-137r136,-138r50,0r-133,138","w":454},"\u00bb":{"d":"391,-148r-136,137r-50,0r133,-137r-133,-138r50,0xm250,-148r-136,137r-50,0r132,-137r-132,-138r50,0","w":454},"\u2014":{"d":"311,-196r-259,0r0,-36r259,0r0,36","w":363},"\u2039":{"d":"244,-11r-50,0r-138,-137r138,-138r50,0r-134,138","w":296},"\u203a":{"d":"240,-148r-137,137r-51,0r135,-137r-135,-138r51,0","w":296},"\u00ca":{"d":"321,0r-277,0r0,-416r277,0r0,40r-236,0r0,143r202,0r0,39r-202,0r0,154r236,0r0,40xm276,-494r-21,26r-79,-46r-80,46r-19,-26r99,-60","w":352},"\u00c8":{"d":"321,0r-277,0r0,-416r277,0r0,40r-236,0r0,143r202,0r0,39r-202,0r0,154r236,0r0,40xm199,-482r-45,0r-54,-72r45,0","w":352},"\u00d2":{"d":"365,-128v2,106,-82,128,-200,128v-84,0,-133,-47,-133,-128r0,-161v-2,-106,83,-127,200,-127v84,0,133,47,133,127r0,161xm324,-128r0,-161v6,-86,-71,-87,-159,-87v-63,0,-92,27,-92,87r0,161v0,60,29,88,91,88v88,0,160,0,160,-88xm216,-482r-44,0r-54,-72r44,0","w":396,"k":{"Z":15,"Y":15,"X":15,"W":15,"V":15}},"\u00a0":{"w":240}}});Cufon.registerFont({"w":218,"face":{"font-family":"Coupe OT Thin","font-weight":400,"font-stretch":"normal","units-per-em":"540","panose-1":"2 0 5 6 6 0 0 2 0 4","ascent":"405","descent":"-135","bbox":"-24 -412 405.888 108.713","underline-thickness":"10.8","underline-position":"-61.02","stemh":"16","stemv":"23","unicode-range":"U+0020-U+2211"},"glyphs":{" ":{"w":167},"!":{"d":"55,-300r-4,251r-13,0r-3,-251r20,0xm57,0r-25,0r0,-24r25,0r0,24","w":89},"\"":{"d":"89,-244r-14,0r0,-56r14,0r0,56xm47,-244r-15,0r0,-56r15,0r0,56","w":121},"#":{"d":"202,-81r-42,0r-6,81r-16,0r6,-81r-73,0r-6,81r-16,0r6,-81r-23,0r0,-16r25,0r7,-97r-32,0r0,-17r34,0r7,-89r16,0r-7,89r73,0r7,-89r16,0r-7,89r31,0r0,17r-32,0r-8,97r40,0r0,16xm153,-194r-73,0r-7,97r73,0","w":251},"$":{"d":"202,-81v0,38,-21,68,-83,72r0,41r-14,0r0,-40v-49,0,-81,-18,-81,-18r0,-17v0,0,41,19,81,19r0,-122v-43,-11,-81,-27,-81,-81v0,-38,29,-63,81,-65r0,-32r14,0r0,32v45,1,67,16,67,16r0,17v0,0,-29,-14,-67,-16r0,117v41,13,84,22,83,77xm105,-163r0,-112v-43,2,-65,17,-65,48v0,50,30,55,65,64xm186,-81v0,-44,-33,-52,-67,-60r0,116v53,-3,67,-26,67,-56","w":243},"%":{"d":"138,-259v2,53,6,97,-57,97v-47,0,-42,-51,-41,-97v0,-30,23,-41,57,-41v24,0,41,17,41,41xm251,-300r-178,300r-17,0r178,-300r17,0xm267,-97v2,52,7,97,-56,97v-47,0,-42,-51,-41,-97v0,-30,23,-41,57,-41v24,0,40,17,40,41xm80,-176v60,0,40,-44,43,-84v1,-24,-18,-26,-43,-26v-37,0,-24,52,-24,85v0,17,7,25,24,25xm210,-14v59,0,39,-44,42,-84v1,-24,-17,-26,-42,-26v-38,0,-25,52,-25,85v0,17,8,25,25,25","w":307},"&":{"d":"280,0r-21,0r-40,-48v-28,31,-53,50,-113,50v-40,0,-74,-26,-74,-75v0,-47,52,-73,80,-101v-19,-21,-47,-40,-47,-77v0,-45,36,-50,81,-50v24,0,49,18,49,50v0,33,-26,49,-59,80r84,99r36,-41r24,0r-49,54xm179,-251v-2,-37,-30,-35,-65,-34v-16,0,-32,10,-32,34v1,33,28,47,43,68v27,-25,60,-45,54,-68xm209,-60r-85,-100v-26,25,-75,43,-75,87v0,44,37,64,89,58v52,-6,46,-26,71,-45","w":295},"'":{"d":"47,-244r-15,0r0,-56r15,0r0,56","w":81},"(":{"d":"134,17r-4,15v0,0,-81,-16,-81,-121r0,-138v0,-105,81,-121,81,-121r4,15v0,0,-69,9,-69,106r0,138v0,97,69,106,69,106","w":166},")":{"d":"118,-89v0,105,-81,121,-81,121r-5,-15v0,0,70,-9,70,-106r0,-138v0,-97,-70,-106,-70,-106r5,-15v0,0,81,16,81,121r0,138","w":166},"*":{"d":"197,-179r-69,24r43,65r-13,9r-44,-65r-43,65r-13,-9r44,-65r-70,-24r6,-15r68,24r0,-73r17,0r0,73r68,-24","w":228},"+":{"d":"227,-138r-81,0r0,89r-16,0r0,-89r-81,0r0,-16r81,0r0,-81r16,0r0,81r81,0r0,16","w":275},",":{"d":"57,8v0,26,-23,37,-23,37r-10,-12v13,3,18,-36,16,-57r17,0r0,32","w":89},"-":{"d":"202,-138r-153,0r0,-16r153,0r0,16","w":251},".":{"d":"57,0r-25,0r0,-24r25,0r0,24","w":89},"\/":{"d":"154,-348r-113,388r-17,0r113,-388r17,0","w":178,"k":{"\/":22}},"0":{"d":"267,-89v1,72,-51,89,-129,89v-57,0,-89,-32,-89,-89r0,-122v-1,-72,51,-89,129,-89v57,0,89,32,89,89r0,122xm251,-89v-4,-86,24,-195,-73,-195v-67,0,-116,8,-113,73v4,86,-24,195,73,195v67,0,116,-8,113,-73","w":315},"1":{"d":"89,0r-16,0r0,-284r-24,0r0,-16r40,0r0,300","w":137},"2":{"d":"243,0r-194,0v-24,-131,170,-109,170,-219v0,-49,-16,-67,-81,-67v-32,0,-81,14,-81,14r0,-16v0,0,41,-14,81,-14v73,0,97,26,97,83v-1,118,-184,104,-170,203r178,0r0,16","w":291},"3":{"d":"235,-81v0,57,-34,84,-99,84v-57,0,-87,-10,-87,-10r0,-16v0,0,38,9,87,9v57,0,83,-18,83,-67v0,-82,-77,-63,-148,-65r0,-16r81,0v49,0,65,-25,65,-65v0,-32,-16,-59,-81,-59v-40,0,-81,14,-81,14r0,-16v0,0,32,-14,81,-14v73,0,97,35,97,75v0,65,-41,73,-41,73v0,0,43,8,43,73","w":284},"4":{"d":"275,-65r-32,0r0,65r-16,0r0,-65r-178,0r0,-16r178,-220r16,0r0,220r32,0r0,16xm227,-81r0,-194r-156,194r156,0","w":324},"5":{"d":"235,-89v0,65,-32,91,-105,91v-49,0,-81,-10,-81,-10r0,-16v0,0,41,10,81,10v65,0,89,-18,89,-75v0,-97,-90,-69,-170,-73r8,-138r162,0r0,16r-146,0r-8,106r81,0v65,0,89,24,89,89","w":283},"6":{"d":"251,-97v0,65,-32,99,-105,99v-116,0,-96,-101,-97,-204v0,-65,32,-100,105,-100v49,0,81,13,81,13r0,16v0,0,-41,-13,-81,-13v-79,-2,-94,42,-89,118v13,-10,41,-26,81,-26v73,0,105,32,105,97xm235,-97v0,-57,-24,-81,-89,-81v-42,0,-71,20,-81,29v-1,77,-7,134,81,134v65,0,89,-25,89,-82","w":299},"7":{"d":"243,-284r-121,284r-17,0r121,-284r-177,0r0,-16r194,0r0,16","w":291},"8":{"d":"259,-97v0,62,-25,99,-73,99v-84,0,-137,-5,-137,-99v0,-44,40,-57,40,-57v0,0,-32,-11,-32,-65v0,-71,48,-86,121,-82v45,3,73,30,73,82v0,54,-32,65,-32,65v0,0,40,13,40,57xm186,-162v42,1,49,-27,49,-73v0,-50,-52,-52,-105,-50v-38,1,-62,23,-57,66v-7,68,54,56,113,57xm186,-14v40,0,57,-31,57,-83v0,-56,-65,-49,-121,-49v-45,0,-57,26,-57,73v0,66,59,59,121,59","w":307,"k":{"9":4}},"9":{"d":"251,-97v0,57,-32,99,-97,99v-49,0,-81,-10,-81,-10r0,-16v0,0,41,10,81,10v73,0,86,-52,81,-124v-13,12,-41,33,-81,33v-73,0,-105,-32,-105,-97v0,-65,32,-99,105,-99v116,0,96,101,97,204xm235,-158v2,-75,3,-127,-81,-127v-65,0,-89,26,-89,83v0,57,24,80,89,80v42,0,71,-26,81,-36","w":299},":":{"d":"57,-186r-25,0r0,-25r25,0r0,25xm57,0r-25,0r0,-24r25,0r0,24","w":89},";":{"d":"57,-186r-25,0r0,-25r25,0r0,25xm57,8v0,26,-23,37,-23,37r-10,-12v13,3,18,-36,16,-57r17,0r0,32","w":89},"<":{"d":"159,-60r-9,11r-110,-97r110,-97r9,11r-96,86","w":199},"=":{"d":"211,-178r-162,0r0,-16r162,0r0,16xm211,-105r-162,0r0,-17r162,0r0,17","w":259},">":{"d":"159,-146r-109,97r-10,-11r97,-86r-97,-86r10,-11","w":199},"?":{"d":"211,-219v0,89,-98,81,-98,138r0,32r-16,0v-18,-109,97,-79,97,-170v0,-40,-16,-67,-81,-67v-40,0,-81,19,-81,19r0,-17v0,0,32,-18,81,-18v65,0,98,26,98,83xm117,0r-24,0r0,-24r24,0r0,24","w":243},"@":{"d":"259,-57v0,0,-25,25,-65,25v-49,0,-72,-25,-72,-65v0,-53,60,-63,121,-57v2,-41,-21,-65,-73,-65v-73,0,-113,41,-113,106v0,73,40,121,113,121v53,0,71,-19,65,15v0,0,-16,1,-65,1v-81,0,-130,-56,-130,-137v0,-73,49,-122,130,-122v57,0,89,33,89,73r0,105xm243,-65r0,-73v-47,-2,-105,-4,-105,41v0,32,16,49,56,49v32,0,49,-17,49,-17","w":307},"A":{"d":"251,0r-17,0r-40,-105r-129,0r-40,105r-17,0r114,-300r16,0xm188,-122r-58,-154r-59,154r117,0","w":259,"k":{"Y":32,"W":22,"V":43,"T":32,"S":11}},"B":{"d":"243,-97v0,61,-15,97,-73,97r-138,0r0,-300v91,5,203,-29,203,81v0,32,-12,58,-31,64v15,2,39,18,39,58xm49,-162v76,-6,181,29,170,-65v7,-83,-100,-51,-170,-57r0,122xm170,-16v49,2,57,-30,57,-81v0,-73,-111,-43,-178,-49r0,130r121,0","w":267},"C":{"d":"219,-8v0,0,-32,10,-89,10v-73,0,-106,-34,-106,-99r0,-114v0,-57,33,-91,106,-91v57,0,89,10,89,10r0,17v0,0,-40,-11,-89,-11v-115,0,-90,93,-90,189v0,57,25,83,90,83v49,0,89,-10,89,-10r0,16","w":234},"D":{"d":"251,-97v0,65,-32,97,-97,97r-122,0r0,-300r122,0v65,0,97,32,97,89r0,114xm235,-97v-6,-89,24,-195,-81,-187r-105,0r0,268v89,-1,193,19,186,-81","w":275},"E":{"d":"219,0r-187,0r0,-300r187,0r0,16r-170,0r0,122r145,0r0,16r-145,0r0,130r170,0r0,16","w":243,"k":{"\u00f8":11,"\u00e6":11,"\u00fc":5,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"z":5,"u":5,"s":11,"r":5,"q":11,"p":5,"o":11,"n":5,"m":5,"g":11,"e":11,"d":11,"c":11,"a":11}},"F":{"d":"211,-284r-162,0r0,122r137,0r0,16r-137,0r0,146r-17,0r0,-300r179,0r0,16","w":226,"k":{"\u00f8":22,"\u00e6":22,"\u00c6":54,"\u00fc":11,"\u00f6":22,"\u00f2":22,"\u00f3":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e7":22,"\u00e5":22,"\u00e4":22,"\u00c5":22,"\u00c4":22,"z":11,"y":22,"x":22,"w":22,"v":22,"u":11,"r":11,"p":11,"o":22,"n":11,"m":11,"g":22,"e":22,"d":22,"c":22,"a":22,"J":43,"A":22}},"G":{"d":"251,-73v-2,58,-53,73,-121,73v-65,0,-98,-32,-98,-97r0,-114v0,-57,33,-91,106,-91v65,0,97,10,97,10r0,17v0,0,-40,-11,-97,-11v-115,0,-84,94,-89,189v-4,77,53,81,129,81v32,0,57,-25,57,-57r0,-73r-73,0r0,-16r89,0r0,89","w":275},"H":{"d":"243,0r-16,0r0,-146r-178,0r0,146r-17,0r0,-300r17,0r0,138r178,0r0,-138r16,0r0,300","w":275},"I":{"d":"49,0r-17,0r0,-300r17,0r0,300","w":81},"J":{"d":"154,-79v0,57,-24,81,-81,81v-43,0,-63,9,-57,-20v0,0,33,4,57,4v49,0,65,-16,65,-65r0,-221r16,0r0,221","w":186},"K":{"d":"251,0r-20,0r-127,-165r-55,52r0,113r-17,0r0,-300r17,0r0,165r178,-165r22,0r-133,124","w":267,"k":{"\u00f8":11,"\u00e6":11,"\u00fc":5,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"z":5,"y":11,"x":11,"w":11,"v":11,"u":5,"t":16,"s":11,"r":5,"p":5,"o":11,"n":5,"m":5,"g":11,"f":16,"e":11,"d":11,"c":11,"a":11}},"L":{"d":"211,0r-179,0r0,-300r17,0r0,284r162,0r0,16","w":226,"k":{"\u00f8":5,"\u00e6":5,"\u00f6":5,"\u00f2":5,"\u00f3":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":5,"\u00e4":5,"y":5,"x":5,"w":5,"v":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":5,"Y":43,"W":22,"V":32,"T":54}},"M":{"d":"300,0r-16,0r0,-270r-114,191r-7,0r-114,-191r0,270r-17,0r0,-300r18,0r116,195r116,-195r18,0r0,300","w":332},"N":{"d":"251,0r-16,0r-186,-272r0,272r-17,0r0,-300r17,0r186,272r0,-272r16,0r0,300","w":283},"O":{"d":"251,-89v2,76,-56,89,-138,89v-57,0,-89,-32,-89,-89r0,-122v-2,-76,56,-89,138,-89v57,0,89,32,89,89r0,122xm235,-89v-4,-86,24,-195,-73,-195v-70,0,-125,4,-122,73v4,86,-24,195,73,195v70,0,125,-4,122,-73","w":275,"k":{"\u00c6":22,"Z":5,"Y":5,"X":5,"W":5,"V":5}},"P":{"d":"227,-227v0,71,-22,105,-89,105r-89,0r0,122r-17,0r0,-300r114,0v57,0,81,24,81,73xm138,-138v59,3,78,-28,73,-89v10,-76,-94,-54,-162,-57r0,146r89,0","w":251,"k":{"\u00f8":11,"\u00e6":11,"\u00c6":54,"\u00fc":14,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"\u00c5":32,"\u00c4":32,"z":14,"u":14,"s":11,"r":14,"q":11,"p":14,"o":11,"n":14,"m":14,"g":11,"e":11,"d":11,"c":11,"a":11,"Z":16,"X":11,"J":32,"A":32}},"Q":{"d":"251,-89v0,63,-38,94,-106,89r0,57r-15,0r0,-57v-67,4,-106,-26,-106,-89r0,-122v-2,-76,56,-89,138,-89v57,0,89,32,89,89r0,122xm235,-89v-3,-86,24,-195,-73,-195v-70,0,-125,4,-122,73v4,93,-26,211,90,195r0,-57r15,0r0,57v58,4,92,-18,90,-73","w":275,"k":{"\u00c6":22,"Z":5,"Y":5,"X":5,"W":5,"V":5}},"R":{"d":"235,0r-17,0v-17,-42,-28,-91,-48,-130r-121,0r0,130r-17,0r0,-300v99,3,203,-28,203,98v0,34,-18,61,-47,70xm170,-146v38,0,49,-31,49,-73v0,-91,-95,-60,-170,-65r0,138r121,0","w":259},"S":{"d":"222,-78v0,57,-27,81,-100,81v-57,0,-90,-11,-90,-11r0,-16v0,0,41,10,90,10v65,0,84,-15,84,-64v-1,-108,-182,-26,-182,-149v0,-40,25,-75,98,-75v49,0,77,10,77,10r0,17v0,0,-37,-11,-77,-11v-65,0,-82,24,-82,59v0,113,181,24,182,149","w":243,"k":{"y":16,"v":16,"t":11,"f":11}},"T":{"d":"243,-284r-105,0r0,284r-16,0r0,-284r-106,0r0,-16r227,0r0,16","w":259,"k":{"\u00f8":49,"\u00e6":49,"\u00fc":43,"\u00f6":49,"\u00f2":49,"\u00f3":49,"\u00ea":49,"\u00e8":49,"\u00e9":49,"\u00e7":49,"\u00e5":49,"\u00e4":49,"\u00c5":32,"\u00c4":32,"z":43,"y":49,"x":49,"w":49,"v":49,"u":43,"r":43,"p":43,"o":49,"n":43,"m":43,"g":49,"e":49,"d":49,"c":49,"a":49,"J":43,"A":32}},"U":{"d":"243,-89v1,73,-51,89,-130,89v-57,0,-89,-32,-89,-89r0,-211r16,0r0,211v-3,65,46,73,114,73v49,0,73,-24,73,-73r0,-211r16,0r0,211","w":267},"V":{"d":"251,-300r-113,300r-16,0r-114,-300r18,0r104,277r103,-277r18,0","w":259,"k":{"\u00f8":19,"\u00e6":19,"\u00c6":32,"\u00fc":8,"\u00f6":19,"\u00f2":19,"\u00f3":19,"\u00ea":19,"\u00e8":19,"\u00e9":19,"\u00e7":19,"\u00e5":19,"\u00e4":19,"\u00c5":43,"\u00c4":43,"z":8,"u":8,"s":19,"r":8,"q":19,"p":8,"o":19,"n":8,"m":8,"g":19,"e":19,"d":19,"c":19,"a":19,"J":22,"A":43}},"W":{"d":"348,-300r-73,300r-20,0r-74,-263r-71,263r-21,0r-73,-300r17,0r67,276r75,-276r13,0r76,276r67,-276r17,0","w":364,"k":{"\u00f8":11,"\u00e6":11,"\u00fc":5,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"z":5,"u":5,"s":11,"r":5,"q":11,"p":5,"o":11,"n":5,"m":5,"g":11,"e":11,"d":11,"c":11,"a":11,"J":22,"A":22}},"X":{"d":"251,0r-20,0r-97,-137r-98,137r-20,0r108,-150r-108,-150r20,0r97,137r98,-137r20,0r-107,150","w":267,"k":{"\u00f8":11,"\u00e6":11,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"s":11,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"Y":{"d":"251,-300r-113,170r0,130r-16,0r0,-130r-114,-170r20,0r102,152r101,-152r20,0","w":259,"k":{"\u00d2":11,"\u00d3":11,"\u00f8":32,"\u00e6":32,"\u00d8":11,"\u00c6":54,"\u00fc":22,"\u00f6":32,"\u00f2":32,"\u00f3":32,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":32,"\u00e4":32,"\u00d6":11,"\u00c5":32,"\u00c4":32,"z":22,"y":22,"v":22,"u":22,"s":32,"r":22,"q":32,"p":22,"o":32,"n":22,"m":22,"g":32,"e":32,"d":32,"c":32,"a":32,"S":11,"Q":11,"O":11,"J":32,"G":11,"A":32}},"Z":{"d":"235,0r-211,0r0,-16r191,-268r-183,0r0,-16r203,0r0,16r-191,268r191,0r0,16","w":259,"k":{"\u00f8":11,"\u00e6":11,"\u00fc":5,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"z":5,"y":11,"w":11,"v":11,"u":5,"s":11,"r":5,"q":11,"p":5,"o":11,"n":5,"m":5,"g":11,"e":11,"d":11,"c":11,"a":11}},"[":{"d":"105,24r-56,0r0,-364r56,0r0,16r-40,0r0,332r40,0r0,16","w":137},"\\":{"d":"154,40r-17,0r-113,-388r17,0","w":178},"]":{"d":"89,24r-57,0r0,-16r41,0r0,-332r-41,0r0,-16r57,0r0,364","w":137},"^":{"d":"170,-267r-11,9r-62,-54r-61,54r-12,-9r73,-65","w":194},"_":{"d":"194,16r-194,0r0,-16r194,0r0,16","w":194},"`":{"d":"80,-262r-17,0r-39,-52r18,0","w":104},"a":{"d":"178,0r-16,0r0,-16v0,0,-41,18,-73,18v-43,-1,-73,-28,-73,-75v0,-32,25,-57,65,-57r81,0v3,-48,-5,-76,-57,-75v-40,0,-65,11,-65,11r0,-17v0,0,25,-10,65,-10v109,0,64,129,73,221xm162,-32r0,-81v-55,2,-130,-16,-130,48v0,32,25,51,57,51v32,0,73,-18,73,-18","w":202},"b":{"d":"194,-73v0,49,-32,75,-72,75v-24,0,-73,-17,-73,-17r0,15r-17,0r0,-316r17,0r0,112v0,0,41,-16,73,-16v40,0,72,25,72,82r0,65xm178,-73r0,-65v0,-49,-24,-66,-56,-66v-32,0,-73,16,-73,16r0,157v0,0,49,16,73,16v32,0,56,-18,56,-58"},"c":{"d":"170,-8v0,0,-25,10,-65,10v-88,0,-81,-67,-81,-148v0,-49,24,-75,81,-75v40,0,65,10,65,10r0,17v0,0,-33,-11,-65,-11v-81,0,-64,64,-65,132v0,40,16,59,65,59v32,0,65,-10,65,-10r0,16","w":194},"d":{"d":"186,0r-16,0r0,-15v0,0,-41,17,-73,17v-75,-2,-73,-66,-73,-140v0,-57,24,-82,73,-82v32,0,73,16,73,16r0,-112r16,0r0,316xm170,-31r0,-157v0,0,-41,-16,-73,-16v-65,0,-58,68,-57,131v0,32,17,58,57,58v32,0,73,-16,73,-16"},"e":{"d":"186,-105r-146,0v-5,57,12,91,65,91v32,0,65,-10,65,-10r0,16v0,0,-25,10,-65,10v-49,0,-81,-26,-81,-75v0,-75,-6,-146,73,-146v51,0,88,12,89,57r0,57xm170,-122v2,-41,0,-80,-40,-80v-64,0,-100,11,-90,80r130,0","w":210},"f":{"d":"146,-298v0,0,-25,-3,-41,-3v-44,0,-30,45,-32,82r49,0r0,17r-49,0r0,202r-16,0r0,-202r-33,0r0,-17r33,0v-2,-50,-4,-103,48,-99v35,3,45,-6,41,20","w":153,"k":{"\u00f8":16,"\u00e6":16,"\u00f6":16,"\u00f2":16,"\u00f3":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":16,"\u00e4":16,"s":16,"q":16,"o":16,"g":16,"f":11,"e":16,"d":16,"c":16,"a":16}},"g":{"d":"202,32v0,61,-37,79,-105,76v-54,-3,-80,-28,-71,-73r16,0v-15,47,31,60,87,57v44,-2,57,-20,57,-60v0,-70,-155,10,-155,-72v0,-12,7,-31,24,-36v-22,-11,-23,-44,-23,-78v0,-77,88,-66,170,-64r0,16r-24,0v18,13,16,42,16,72v0,40,-16,65,-65,65r-57,0v-24,0,-25,17,-25,25v0,8,1,24,25,24r81,0v32,0,49,24,49,48xm129,-81v54,0,49,-34,49,-81v0,-37,-33,-40,-73,-40v-52,0,-60,25,-57,72v-6,45,33,49,81,49","w":226},"h":{"d":"194,0r-16,0r0,-146v0,-40,-16,-58,-56,-58v-32,0,-73,16,-73,16r0,188r-17,0r0,-316r17,0r0,112v0,0,41,-16,73,-16v103,0,65,130,72,220"},"i":{"d":"49,-243r-17,0r0,-32r17,0r0,32xm49,0r-17,0r0,-219r17,0r0,219","w":81},"j":{"d":"49,-243r-17,0r0,-32r17,0r0,32xm49,-219r0,278v5,47,-41,55,-73,47r0,-16v23,2,56,10,56,-31r0,-278r17,0","w":76},"k":{"d":"194,0r-21,0r-96,-127r-28,22r0,105r-17,0r0,-316r17,0r0,191r119,-94r26,0r-104,82","w":210,"k":{"\u00f8":14,"\u00e6":14,"\u00f6":14,"\u00f2":14,"\u00f3":14,"\u00ea":14,"\u00e8":14,"\u00e9":14,"\u00e7":14,"\u00e5":14,"\u00e4":14,"y":14,"x":14,"w":14,"v":14,"s":14,"o":14,"g":14,"e":14,"d":14,"c":14,"a":14}},"l":{"d":"49,0r-17,0r0,-316r17,0r0,316","w":81},"m":{"d":"275,0r-16,0r0,-156v0,-31,-16,-49,-48,-49v-32,0,-44,13,-52,18v8,55,1,126,3,187r-16,0r0,-164v0,-32,-13,-41,-43,-41v-26,0,-54,17,-54,17r0,188r-17,0r0,-219r17,0r0,15v0,0,29,-16,54,-16v30,0,43,10,51,19v9,-5,25,-19,57,-19v96,-1,56,134,64,220","w":299},"n":{"d":"194,0r-16,0r0,-146v0,-40,-16,-58,-56,-58v-32,0,-73,16,-73,16r0,188r-17,0r0,-219r17,0r0,15v0,0,41,-16,73,-16v103,0,65,130,72,220"},"o":{"d":"192,-65v1,56,-45,65,-106,65v-40,0,-64,-25,-64,-65v-1,-72,-12,-154,64,-154v61,0,106,8,106,65r0,89xm127,-16v66,0,46,-79,49,-138v3,-48,-41,-48,-90,-48v-66,0,-45,79,-48,137v-3,49,40,49,89,49","w":213,"k":{"z":5,"y":5,"x":5,"w":5,"v":5}},"p":{"d":"194,-81v0,57,-32,83,-81,83v-24,0,-64,-17,-64,-17r0,123r-17,0r0,-327r17,0r0,15v0,0,41,-16,73,-16v40,0,72,25,72,74r0,65xm178,-81r0,-65v0,-40,-24,-58,-56,-58v-32,0,-73,16,-73,16r0,157v0,0,40,16,64,16v40,0,65,-17,65,-66"},"q":{"d":"186,108r-16,0r0,-123v0,0,-41,17,-73,17v-75,-2,-73,-66,-73,-140v0,-57,24,-82,81,-82v32,0,65,16,65,16r0,-15r16,0r0,327xm170,-31r0,-157v0,0,-33,-16,-65,-16v-76,0,-65,63,-65,131v0,32,17,58,57,58v32,0,73,-16,73,-16"},"r":{"d":"119,-220v37,0,57,21,51,50r-17,0v5,-23,-7,-34,-34,-34v-39,0,-70,16,-70,16r0,188r-17,0r0,-219r17,0r0,15v0,0,39,-16,70,-16","w":178},"s":{"d":"173,-62v0,41,-14,65,-76,65v-49,0,-73,-10,-73,-10r0,-16v0,0,33,10,73,10v54,0,60,-17,60,-49v0,-32,-50,-38,-81,-43v-35,-6,-53,-26,-53,-62v0,-34,26,-55,66,-55v49,0,68,10,68,10r0,17v0,0,-28,-11,-68,-11v-35,0,-52,14,-50,46v3,71,134,19,134,98","w":189},"t":{"d":"154,-18v3,28,-5,20,-49,20v-32,0,-48,-19,-48,-51r0,-153r-33,0r0,-17r33,0r0,-65r16,0r0,65r57,0r0,17r-57,0r0,153v0,24,8,34,32,34v24,0,49,-3,49,-3","w":162},"u":{"d":"186,0r-16,0r0,-15v0,0,-41,17,-73,17v-104,0,-67,-130,-73,-221r16,0r0,146v0,40,17,58,57,58v32,0,73,-16,73,-16r0,-188r16,0r0,219"},"v":{"d":"186,-219r-81,219r-16,0r-81,-219r18,0r72,197r70,-197r18,0","w":194},"w":{"d":"259,-219r-57,219r-18,0r-51,-192r-48,192r-20,0r-57,-219r17,0r49,200r51,-200r16,0r52,200r49,-200r17,0","w":267},"x":{"d":"186,0r-19,0r-70,-98r-69,98r-20,0r79,-111r-77,-108r20,0r67,95r67,-95r20,0r-77,108","w":194,"k":{"o":3}},"y":{"d":"202,-219r-87,219r-37,108r-17,0r37,-103r-90,-224r18,0r80,202r78,-202r18,0","w":210},"z":{"d":"178,0r-162,0r0,-16r142,-186r-134,0r0,-17r154,0r0,17r-141,186r141,0r0,16","w":202,"k":{"\u00f8":11,"\u00e6":11,"\u00f6":11,"\u00f2":11,"\u00f3":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":11,"\u00e4":11,"s":11,"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"{":{"d":"130,24v-26,5,-65,-4,-65,-39r0,-107v-1,-20,-8,-25,-25,-24r0,-15v16,-1,24,-4,25,-25v7,-67,-30,-173,65,-154r0,16v-12,-2,-58,-4,-49,23r0,115v0,24,-18,32,-18,32v0,0,18,8,18,32r0,107v-8,27,36,25,49,23r0,16","w":162},"|":{"d":"65,40r-16,0r0,-388r16,0r0,388","w":113},"}":{"d":"122,-146v-17,-1,-23,4,-25,24v-5,65,27,165,-65,146r0,-16v12,2,58,4,49,-23r0,-107v0,-24,18,-32,18,-32v0,0,-18,-8,-18,-32r0,-115v8,-27,-36,-25,-49,-23r0,-16v26,-5,65,4,65,39r0,115v1,21,9,24,25,25r0,15","w":162},"~":{"d":"24,-251v1,-23,15,-41,40,-40v28,0,37,32,57,32v24,0,25,-24,25,-25r15,0v-1,23,-15,41,-40,40v-28,0,-37,-32,-57,-32v-16,0,-25,11,-25,25r-15,0","w":185},"\u00c4":{"d":"185,-354r-24,0r0,-24r24,0r0,24xm96,-354r-24,0r0,-24r24,0r0,24xm251,0r-17,0r-40,-105r-129,0r-40,105r-17,0r114,-300r16,0xm188,-122r-58,-154r-59,154r117,0","w":259,"k":{"Y":32,"V":43,"T":32}},"\u00c5":{"d":"168,-372v0,22,-19,41,-41,41v-22,0,-40,-19,-40,-41v0,-22,18,-40,40,-40v22,0,41,18,41,40xm251,0r-17,0r-40,-105r-129,0r-40,105r-17,0r114,-300r16,0xm156,-372v0,-16,-13,-28,-29,-28v-16,0,-28,12,-28,28v0,16,12,29,28,29v16,0,29,-13,29,-29xm188,-122r-58,-154r-59,154r117,0","w":259,"k":{"Y":32,"V":43,"T":32}},"\u00c7":{"d":"219,-8v0,0,-27,8,-73,10r-23,47r-17,0r24,-47v-73,0,-106,-34,-106,-99r0,-114v0,-57,33,-91,106,-91v57,0,89,10,89,10r0,17v0,0,-40,-11,-89,-11v-115,0,-90,93,-90,189v0,57,25,83,90,83v49,0,89,-10,89,-10r0,16","w":234},"\u00c9":{"d":"151,-400r-39,53r-17,0r39,-53r17,0xm219,0r-187,0r0,-300r187,0r0,16r-170,0r0,122r145,0r0,16r-145,0r0,130r170,0r0,16","w":243},"\u00d6":{"d":"193,-354r-25,0r0,-24r25,0r0,24xm104,-354r-25,0r0,-24r25,0r0,24xm251,-89v2,76,-56,89,-138,89v-57,0,-89,-32,-89,-89r0,-122v-2,-76,56,-89,138,-89v57,0,89,32,89,89r0,122xm235,-89v-4,-86,24,-195,-73,-195v-70,0,-125,4,-122,73v4,86,-24,195,73,195v70,0,125,-4,122,-73","w":275,"k":{"Z":5,"Y":5,"X":5,"W":5,"V":5}},"\u00dc":{"d":"189,-354r-24,0r0,-24r24,0r0,24xm100,-354r-24,0r0,-24r24,0r0,24xm243,-89v1,73,-51,89,-130,89v-57,0,-89,-32,-89,-89r0,-211r16,0r0,211v-3,65,46,73,114,73v49,0,73,-24,73,-73r0,-211r16,0r0,211","w":267},"\u00e4":{"d":"154,-272r-24,0r0,-24r24,0r0,24xm65,-272r-25,0r0,-24r25,0r0,24xm178,0r-16,0r0,-16v0,0,-41,18,-73,18v-43,-1,-73,-28,-73,-75v0,-32,25,-57,65,-57r81,0v3,-48,-5,-76,-57,-75v-40,0,-65,11,-65,11r0,-17v0,0,25,-10,65,-10v109,0,64,129,73,221xm162,-32r0,-81v-55,2,-130,-16,-130,48v0,32,25,51,57,51v32,0,73,-18,73,-18","w":202},"\u00e5":{"d":"143,-284v0,22,-18,41,-40,41v-22,0,-41,-19,-41,-41v0,-22,19,-40,41,-40v22,0,40,18,40,40xm178,0r-16,0r0,-16v0,0,-41,18,-73,18v-43,-1,-73,-28,-73,-75v0,-32,25,-57,65,-57r81,0v3,-48,-5,-76,-57,-75v-40,0,-65,11,-65,11r0,-17v0,0,25,-10,65,-10v109,0,64,129,73,221xm131,-284v0,-16,-12,-28,-28,-28v-16,0,-28,12,-28,28v0,16,12,29,28,29v16,0,28,-13,28,-29xm162,-32r0,-81v-55,2,-130,-16,-130,48v0,32,25,51,57,51v32,0,73,-18,73,-18","w":202},"\u00e7":{"d":"170,-24v4,28,-7,17,-49,26r-22,43r-16,0r22,-43v-87,4,-81,-67,-81,-148v0,-49,24,-75,81,-75v40,0,65,10,65,10r0,17v0,0,-33,-11,-65,-11v-81,0,-64,64,-65,132v0,40,16,59,65,59v32,0,65,-10,65,-10","w":194},"\u00e9":{"d":"147,-314r-38,52r-18,0r39,-52r17,0xm186,-105r-146,0v-5,57,12,91,65,91v32,0,65,-10,65,-10r0,16v0,0,-25,10,-65,10v-49,0,-81,-26,-81,-75v0,-75,-6,-146,73,-146v51,0,88,12,89,57r0,57xm170,-122v2,-41,0,-80,-40,-80v-64,0,-100,11,-90,80r130,0","w":210},"\u00e8":{"d":"116,-262r-18,0r-39,-52r18,0xm186,-105r-146,0v-5,57,12,91,65,91v32,0,65,-10,65,-10r0,16v0,0,-25,10,-65,10v-49,0,-81,-26,-81,-75v0,-75,-6,-146,73,-146v51,0,88,12,89,57r0,57xm170,-122v2,-41,0,-80,-40,-80v-64,0,-100,11,-90,80r130,0","w":210},"\u00ea":{"d":"170,-271r-10,12r-56,-35r-57,35r-8,-12r65,-41xm186,-105r-146,0v-5,57,12,91,65,91v32,0,65,-10,65,-10r0,16v0,0,-25,10,-65,10v-49,0,-81,-26,-81,-75v0,-75,-6,-146,73,-146v51,0,88,12,89,57r0,57xm170,-122v2,-41,0,-80,-40,-80v-64,0,-100,11,-90,80r130,0","w":210},"\u00f3":{"d":"148,-314r-38,52r-18,0r39,-52r17,0xm194,-154v1,72,12,154,-64,154v-61,0,-106,-8,-106,-65r0,-89v-1,-56,45,-65,106,-65v40,0,64,25,64,65xm130,-16v66,0,45,-79,48,-138v3,-49,-41,-48,-89,-48v-67,0,-46,78,-49,137v-3,49,41,49,90,49","k":{"z":5,"y":5,"x":5,"w":5,"v":5}},"\u00f2":{"d":"116,-262r-18,0r-39,-52r18,0xm194,-154v1,72,12,154,-64,154v-61,0,-106,-8,-106,-65r0,-89v-1,-56,45,-65,106,-65v40,0,64,25,64,65xm130,-16v66,0,45,-79,48,-138v3,-49,-41,-48,-89,-48v-67,0,-46,78,-49,137v-3,49,41,49,90,49","k":{"z":5,"y":5,"x":5,"w":5,"v":5}},"\u00f6":{"d":"165,-272r-25,0r0,-24r25,0r0,24xm76,-272r-25,0r0,-24r25,0r0,24xm194,-154v1,72,12,154,-64,154v-61,0,-106,-8,-106,-65r0,-89v-1,-56,45,-65,106,-65v40,0,64,25,64,65xm130,-16v66,0,45,-79,48,-138v3,-49,-41,-48,-89,-48v-67,0,-46,78,-49,137v-3,49,41,49,90,49","k":{"z":5,"y":5,"x":5,"w":5,"v":5}},"\u00fc":{"d":"160,-272r-24,0r0,-24r24,0r0,24xm71,-272r-25,0r0,-24r25,0r0,24xm186,0r-16,0r0,-15v0,0,-41,17,-73,17v-104,0,-67,-130,-73,-221r16,0r0,146v0,40,17,58,57,58v32,0,73,-16,73,-16r0,-188r16,0r0,219"},"\u00a3":{"d":"219,0r-195,0r0,-16v0,0,49,-41,49,-73r0,-73r-41,0r0,-16r41,0v-3,-70,-1,-125,73,-124v40,0,65,14,65,14r0,16v0,0,-33,-14,-65,-14v-65,0,-58,50,-57,108r81,0r0,16r-81,0r0,73v0,40,-44,73,-44,73r174,0r0,16","w":259},"\u00df":{"d":"253,-53v0,62,-98,61,-129,46r0,-16v0,0,32,11,54,11v32,0,59,-17,59,-41v0,-52,-109,-36,-109,-93v0,-46,67,-48,67,-97v0,-49,-33,-65,-73,-65v-57,0,-73,33,-73,65r0,243r-17,0r0,-243v0,-40,25,-81,90,-81v57,0,90,32,90,81v0,53,-69,65,-69,97v0,40,110,25,110,93","w":268,"k":{"z":16,"y":16,"w":16,"v":16,"t":16,"f":16,"Y":22,"T":22}},"\u00ae":{"d":"284,-73v0,41,-32,73,-73,73r-106,0v-41,0,-73,-32,-73,-73r0,-170v0,-41,32,-73,73,-73r106,0v41,0,73,32,73,73r0,170xm275,-73r0,-170v0,-37,-27,-65,-64,-65r-106,0v-37,0,-65,28,-65,65r0,170v0,37,28,65,65,65r106,0v37,0,64,-28,64,-65xm231,-202v0,36,-2,58,-38,70r34,75r-17,0v-13,-23,-20,-52,-35,-73r-70,0r0,73r-16,0r0,-194v60,1,142,-12,142,49xm175,-146v39,0,39,-23,39,-56v0,-46,-67,-30,-109,-33r0,89r70,0","w":315},"\u00a9":{"d":"284,-73v0,41,-32,73,-73,73r-106,0v-41,0,-73,-32,-73,-73r0,-170v0,-41,32,-73,73,-73r106,0v41,0,73,32,73,73r0,170xm275,-73r0,-170v0,-37,-27,-65,-64,-65r-106,0v-37,0,-65,28,-65,65r0,170v0,37,28,65,65,65r106,0v37,0,64,-28,64,-65xm227,-65v0,0,-25,10,-65,10v-77,0,-81,-49,-81,-123v0,-49,24,-75,81,-75v40,0,65,10,65,10r0,16v0,0,-33,-10,-65,-10v-70,0,-66,45,-65,107v0,40,16,59,65,59v32,0,65,-10,65,-10r0,16","w":315},"\u2122":{"d":"219,-194r-8,0r0,-91r-39,63r-3,0r-39,-63r0,91r-8,0r0,-106r8,0r41,65r40,-65r8,0r0,106xm97,-292r-32,0r0,98r-8,0r0,-98r-33,0r0,-8r73,0r0,8","w":243},"\u00c6":{"d":"389,0r-178,0r0,-138r-98,0r-94,138r-19,0r202,-300r187,0r0,16r-162,0r0,130r137,0r0,16r-137,0r0,122r162,0r0,16xm211,-154r0,-128r-87,128r87,0","w":413},"\u00d8":{"d":"251,-89v3,76,-56,89,-138,89v-22,0,-40,-5,-54,-14r-19,30r-16,0r24,-39v-39,-34,-18,-121,-24,-188v-8,-94,109,-105,187,-78r16,-27r16,0r-21,35v45,31,26,122,29,192xm235,-89v0,-62,15,-148,-21,-179r-147,240v21,16,59,11,95,12v49,0,73,-24,73,-73xm202,-275v-20,-12,-57,-9,-89,-9v-49,0,-73,24,-73,73v0,60,-13,140,17,174","w":275,"k":{"Z":5,"Y":5,"X":5,"W":5,"V":5}},"\u00a5":{"d":"235,-300r-97,162r0,18r64,0r0,15r-64,0r0,41r64,0r0,15r-64,0r0,49r-16,0r0,-49r-65,0r0,-15r65,0r0,-41r-65,0r0,-15r65,0r0,-18r-98,-162r20,0r86,144r85,-144r20,0","w":274},"\u00e6":{"d":"324,-113r-146,0v-5,59,8,99,65,99v32,0,65,-10,65,-10r0,16v0,0,-25,10,-65,10v-50,0,-65,-25,-73,-40v-8,15,-31,40,-81,40v-43,-1,-73,-28,-73,-75v0,-32,25,-57,65,-57r81,0v3,-48,-5,-76,-57,-75v-40,0,-65,11,-65,11r0,-17v0,0,25,-10,65,-10v33,0,56,12,66,33v23,-47,159,-48,153,26r0,49xm308,-130v7,-54,-15,-72,-73,-72v-46,0,-60,24,-57,72r130,0xm89,-14v57,2,81,-36,73,-99v-55,2,-130,-16,-130,48v0,32,25,51,57,51","w":348},"\u00f8":{"d":"194,-154v1,72,12,158,-64,154v-27,-1,-57,3,-75,-8r-15,24r-16,0r20,-31v-30,-24,-16,-88,-20,-139v-5,-68,83,-77,140,-57r14,-24r16,0r-19,31v12,11,19,28,19,50xm130,-16v66,4,45,-79,48,-138v0,-16,-3,-28,-11,-36r-104,169v16,8,44,4,67,5xm156,-198v-42,-8,-122,-15,-116,44v4,42,-10,101,12,125","k":{"z":5,"y":5,"x":5,"w":5,"v":5}},"\u00ab":{"d":"267,-8r-20,0r-101,-97r101,-97r20,0r-99,97xm162,-8r-21,0r-101,-97r101,-97r21,0r-99,97","w":307},"\u00bb":{"d":"267,-105r-101,97r-20,0r99,-97r-99,-97r20,0xm162,-105r-101,97r-21,0r99,-97r-99,-97r21,0","w":307},"\u2013":{"d":"162,-146r-130,0r0,-16r130,0r0,16","w":194},"\u2014":{"d":"219,-146r-187,0r0,-16r187,0r0,16","w":251},"\u201c":{"d":"122,-292v-13,-4,-20,35,-17,57r-16,0r0,-32v0,-26,23,-37,23,-37xm65,-292v-13,-3,-18,36,-16,57r-17,0r0,-32v0,-26,23,-37,23,-37","w":145},"\u201d":{"d":"113,-267v0,26,-22,36,-22,36r-10,-11v13,3,18,-37,16,-58r16,0r0,33xm57,-267v0,26,-23,36,-23,36r-10,-11v13,3,18,-37,16,-58r17,0r0,33","w":145},"\u20ac":{"d":"243,-8v0,0,-32,10,-81,10v-79,0,-109,-39,-105,-115r-33,0r0,-17r33,0r0,-48r-33,0r0,-16r33,0v-4,-71,25,-107,105,-108v49,0,81,10,81,10r0,17v0,0,-41,-11,-81,-11v-72,1,-92,30,-89,92r113,0r0,16r-113,0r0,48r113,0r0,17r-113,0v-3,67,17,100,89,99v40,0,81,-10,81,-10r0,16","w":283},"\u2039":{"d":"162,-8r-21,0r-101,-97r101,-97r21,0r-99,97","w":202},"\u203a":{"d":"162,-105r-101,97r-21,0r99,-97r-99,-97r21,0","w":202},"\u00b7":{"d":"57,-146r-25,0r0,-24r25,0r0,24","w":89},"\u201e":{"d":"113,0v0,26,-22,37,-22,37r-10,-12v13,3,18,-36,16,-57r16,0r0,32xm57,0v0,26,-23,37,-23,37r-10,-12v13,3,18,-36,16,-57r17,0r0,32","w":145},"\u2030":{"d":"405,-97v2,53,6,97,-57,97v-46,0,-41,-51,-40,-97v0,-30,22,-41,56,-41v24,0,41,17,41,41xm138,-259v2,53,6,97,-57,97v-47,0,-42,-51,-41,-97v0,-30,23,-41,57,-41v24,0,41,17,41,41xm251,-300r-178,300r-17,0r178,-300r17,0xm267,-97v2,52,7,97,-56,97v-47,0,-42,-51,-41,-97v0,-30,23,-41,57,-41v24,0,40,17,40,41xm348,-14v59,0,39,-44,42,-84v1,-24,-17,-26,-42,-26v-38,0,-25,52,-25,85v0,17,8,25,25,25xm80,-176v60,0,40,-44,43,-84v1,-24,-18,-26,-43,-26v-37,0,-24,52,-24,85v0,17,7,25,24,25xm210,-14v59,0,39,-44,42,-84v1,-24,-17,-26,-42,-26v-38,0,-25,52,-25,85v0,17,8,25,25,25","w":445},"\u00ca":{"d":"186,-351r-9,11r-57,-34r-57,34r-8,-11r65,-41xm219,0r-187,0r0,-300r187,0r0,16r-170,0r0,122r145,0r0,16r-145,0r0,130r170,0r0,16","w":243},"\u00c8":{"d":"130,-347r-18,0r-39,-53r18,0xm219,0r-187,0r0,-300r187,0r0,16r-170,0r0,122r145,0r0,16r-145,0r0,130v46,-2,131,-2,170,0r0,16","w":243},"\u00d3":{"d":"173,-400r-39,53r-17,0r39,-53r17,0xm251,-89v2,76,-56,89,-138,89v-57,0,-89,-32,-89,-89r0,-122v-2,-76,56,-89,138,-89v57,0,89,32,89,89r0,122xm235,-89v-4,-86,24,-195,-73,-195v-70,0,-125,4,-122,73v4,86,-24,195,73,195v70,0,125,-4,122,-73","w":275,"k":{"Z":5,"Y":5,"X":5,"W":5,"V":5}},"\u00d2":{"d":"142,-347r-17,0r-39,-53r17,0xm251,-89v2,76,-56,89,-138,89v-57,0,-89,-32,-89,-89r0,-122v-2,-76,56,-89,138,-89v57,0,89,32,89,89r0,122xm235,-89v-4,-86,24,-195,-73,-195v-70,0,-125,4,-122,73v4,86,-24,195,73,195v70,0,125,-4,122,-73","w":275,"k":{"Z":5,"Y":5,"X":5,"W":5,"V":5}},"\u2211":{"w":270},"\u00a0":{"w":167}}});$(document).ready(function()
{if(Cufon)
{Cufon.replace('.flip h2 a',{fontFamily:'Coupe OT Normal',hover:true,fontSize:'23px'});Cufon.replace('.flip p.slogan',{fontFamily:'Coupe OT Normal',fontSize:'14px'});Cufon.replace('.flip p.read-more a, .box.dark .read-more a',{fontFamily:'Coupe OT Normal',hover:true,fontSize:'15px',fontWeight:'bold',textShadow:'#8CAF26 1px 1px 1px'});Cufon.replace('.product h1, .carousel-text h1, .breadcrumbs-and-main-title h1, .intro.booking .intro h1',{fontFamily:'Coupe OT Thin',fontSize:'48px'});Cufon.replace('.tab-content h2, .hotel-sub-intro h1, #search-results h2, .destination-dropdowns h2',{fontFamily:'Coupe OT Thin',fontSize:'36px'});Cufon.replace('#booking h2, .sidebar-box h2, .box.dark h2, #tip-a-friend h2, .boxes.three.real-green .box h2',{fontFamily:'Coupe OT Normal',fontSize:'24px'});Cufon.replace('.boxes.with-hanging-read-more .box .content h2',{fontFamily:'Coupe OT Thin',fontSize:'24px'});Cufon.replace('.cs-top h1',{fontFamily:'Coupe OT Thin',fontSize:'30px'});Cufon.replace('.booking-bottom a, #booking a.button.black, .tidbits .tidbit .text h2, .big.accordion .views .booking a, #sitemap-grid .col h2',{fontFamily:'Coupe OT Normal',fontSize:'18px'});Cufon.replace('.contact-us .form-left h2, .contact-us .form-right h1',{fontFamily:'Coupe OT Thin',fontSize:'30px'});Cufon.now();}});