﻿/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(d,c){var a=function(b,c){return new a.fn.init(b,c)},Fb=d.jQuery,Wb=d.$,b=d.document,o,ub=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,zb=/^.[^:#\[\.,]*$/,vb=/\S/,Nb=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,sb=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,wb=navigator.userAgent,n,Q=false,l=[],h,A=Object.prototype.toString,r=Object.prototype.hasOwnProperty,F=Array.prototype.push,q=Array.prototype.slice,cb=Array.prototype.indexOf;a.fn=a.prototype={init:function(d,e){var g,h,f,i;if(!d)return this;if(d.nodeType){this.context=this[0]=d;this.length=1;return this}if(d==="body"&&!e){this.context=b;this[0]=b.body;this.selector="body";this.length=1;return this}if(typeof d==="string"){g=ub.exec(d);if(g&&(g[1]||!e))if(g[1]){i=e?e.ownerDocument||e:b;f=sb.exec(d);if(f)if(a.isPlainObject(e)){d=[b.createElement(f[1])];a.fn.attr.call(d,e,true)}else d=[i.createElement(f[1])];else{f=I([g[1]],[i]);d=(f.cacheable?f.fragment.cloneNode(true):f.fragment).childNodes}return a.merge(this,d)}else{h=b.getElementById(g[2]);if(h){if(h.id!==g[2])return o.find(d);this.length=1;this[0]=h}this.context=b;this.selector=d;return this}else if(!e&&/^\w+$/.test(d)){this.selector=d;this.context=b;d=b.getElementsByTagName(d);return a.merge(this,d)}else return!e||e.jquery?(e||o).find(d):a(e).find(d)}else if(a.isFunction(d))return o.ready(d);if(d.selector!==c){this.selector=d.selector;this.context=d.context}return a.makeArray(d,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return q.call(this,0)},"get":function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(c,d,e){var b=a();if(a.isArray(c))F.apply(b,c);else a.merge(b,c);b.prevObject=this;b.context=this.context;if(d==="find")b.selector=this.selector+(this.selector?" ":"")+e;else if(d)b.selector=this.selector+"."+d+"("+e+")";return b},each:function(b,c){return a.each(this,b,c)},ready:function(c){a.bindReady();if(a.isReady)c.call(b,a);else l&&l.push(c);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(q.apply(this,arguments),"slice",q.call(arguments).join(","))},map:function(b){return this.pushStack(a.map(this,function(a,c){return b.call(a,c,a)}))},end:function(){return this.prevObject||a(null)},push:F,sort:[].sort,splice:[].splice};a.fn.init.prototype=a.fn;a.extend=a.fn.extend=function(){var b=arguments[0]||{},e=1,j=arguments.length,i=false,h,f,g,d;if(typeof b==="boolean"){i=b;b=arguments[1]||{};e=2}if(typeof b!=="object"&&!a.isFunction(b))b={};if(j===e){b=this;--e}for(;e<j;e++)if((h=arguments[e])!=null)for(f in h){g=b[f];d=h[f];if(b===d)continue;if(i&&d&&(a.isPlainObject(d)||a.isArray(d))){var k=g&&(a.isPlainObject(g)||a.isArray(g))?g:a.isArray(d)?[]:{};b[f]=a.extend(i,k,d)}else if(d!==c)b[f]=d}return b};a.extend({noConflict:function(b){d.$=Wb;if(b)d.jQuery=Fb;return a},isReady:false,ready:function(){if(!a.isReady){if(!b.body)return setTimeout(a.ready,13);a.isReady=true;if(l){var c,d=0;while(c=l[d++])c.call(b,a);l=null}a.fn.triggerHandler&&a(b).triggerHandler("ready")}},bindReady:function(){if(Q)return;Q=true;if(b.readyState==="complete")return a.ready();if(b.addEventListener){b.addEventListener("DOMContentLoaded",h,false);d.addEventListener("load",a.ready,false)}else if(b.attachEvent){b.attachEvent("onreadystatechange",h);d.attachEvent("onload",a.ready);var c=false;try{c=d.frameElement==null}catch(e){}b.documentElement.doScroll&&c&&J()}},isFunction:function(a){return A.call(a)==="[object Function]"},isArray:function(a){return A.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||A.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!r.call(a,"constructor")&&!r.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===c||r.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=a.trim(b);if(/^[\],:{}\s]*$/.test(b.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return d.JSON&&d.JSON.parse?d.JSON.parse(b):new Function("return "+b)();else a.error("Invalid JSON: "+b)},noop:function(){},globalEval:function(d){if(d&&vb.test(d)){var e=b.getElementsByTagName("head")[0]||b.documentElement,c=b.createElement("script");c.type="text/javascript";if(a.support.scriptEval)c.appendChild(b.createTextNode(d));else c.text=d;e.insertBefore(c,e.firstChild);e.removeChild(c)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(b,f,i){var d,e=0,g=b.length,j=g===c||a.isFunction(b);if(i){if(j){for(d in b)if(f.apply(b[d],i)===false)break}else for(;e<g;)if(f.apply(b[e++],i)===false)break}else if(j){for(d in b)if(f.call(b[d],d,b[d])===false)break}else for(var h=b[0];e<g&&f.call(h,e,h)!==false;h=b[++e]);return b},trim:function(a){return(a||"").replace(Nb,"")},makeArray:function(b,d){var c=d||[];if(b!=null)if(b.length==null||typeof b==="string"||a.isFunction(b)||typeof b!=="function"&&b.setInterval)F.call(c,b);else a.merge(c,b);return c},inArray:function(c,a){if(a.indexOf)return a.indexOf(c);for(var b=0,d=a.length;b<d;b++)if(a[b]===c)return b;return-1},merge:function(b,a){var e=b.length,d=0;if(typeof a.length==="number")for(var f=a.length;d<f;d++)b[e++]=a[d];else while(a[d]!==c)b[e++]=a[d++];b.length=e;return b},grep:function(b,d,f){for(var c=[],a=0,e=b.length;a<e;a++)!f!==!d(b[a],a)&&c.push(b[a]);return c},map:function(d,e,g){for(var a=[],c,b=0,f=d.length;b<f;b++){c=e(d[b],b,g);if(c!=null)a[a.length]=c}return a.concat.apply([],a)},guid:1,proxy:function(d,b,e){if(arguments.length===2)if(typeof b==="string"){e=d;d=e[b];b=c}else if(b&&!a.isFunction(b)){e=b;b=c}if(!b&&d)b=function(){return d.apply(e||this,arguments)};if(d)b.guid=d.guid=d.guid||b.guid||a.guid++;return b},uaMatch:function(a){a=a.toLowerCase();var b=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},browser:{}});n=a.uaMatch(wb);if(n.browser){a.browser[n.browser]=true;a.browser.version=n.version}if(a.browser.webkit)a.browser.safari=true;if(cb)a.inArray=function(b,a){return cb.call(a,b)};o=a(b);if(b.addEventListener)h=function(){b.removeEventListener("DOMContentLoaded",h,false);a.ready()};else if(b.attachEvent)h=function(){if(b.readyState==="complete"){b.detachEvent("onreadystatechange",h);a.ready()}};function J(){if(a.isReady)return;try{b.documentElement.doScroll("left")}catch(c){setTimeout(J,1);return}a.ready()}function pb(c,b){if(b.src)a.ajax({url:b.src,async:false,dataType:"script"});else a.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function B(b,d,f,g,h,j){var i=b.length;if(typeof d==="object"){for(var k in d)B(b,k,d[k],g,h,f);return b}if(f!==c){g=!j&&g&&a.isFunction(f);for(var e=0;e<i;e++)h(b[e],d,g?f.call(b[e],e,h(b[e],d)):f,j);return b}return i?h(b[0],d):c}function g(){return(new Date).getTime()}(function(){a.support={};var h=b.documentElement,e=b.createElement("script"),c=b.createElement("div"),j="script"+g();c.style.display="none";c.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var i=c.getElementsByTagName("*"),f=c.getElementsByTagName("a")[0];if(!i||!i.length||!f)return;a.support={leadingWhitespace:c.firstChild.nodeType===3,tbody:!c.getElementsByTagName("tbody").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:c.getElementsByTagName("input")[0].value==="on",optSelected:b.createElement("select").appendChild(b.createElement("option")).selected,parentNode:c.removeChild(c.appendChild(b.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};e.type="text/javascript";try{e.appendChild(b.createTextNode("window."+j+"=1;"))}catch(n){}h.insertBefore(e,h.firstChild);if(d[j]){a.support.scriptEval=true;delete d[j]}try{delete e.test}catch(n){a.support.deleteExpando=false}h.removeChild(e);if(c.attachEvent&&c.fireEvent){c.attachEvent("onclick",function m(){a.support.noCloneEvent=false;c.detachEvent("onclick",m)});c.cloneNode(true).fireEvent("onclick")}c=b.createElement("div");c.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var l=b.createDocumentFragment();l.appendChild(c.firstChild);a.support.checkClone=l.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var c=b.createElement("div");c.style.width=c.style.paddingLeft="1px";b.body.appendChild(c);a.boxModel=a.support.boxModel=c.offsetWidth===2;b.body.removeChild(c).style.display="none";c=null});var k=function(a){var c=b.createElement("div");a="on"+a;var d=a in c;if(!d){c.setAttribute(a,"return;");d=typeof c[a]==="function"}c=null;return d};a.support.submitBubbles=k("submit");a.support.changeBubbles=k("change");h=e=c=i=f=null})();a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var f="jQuery"+g(),Sb=0,S={};a.extend({cache:{},expando:f,noData:{embed:true,object:true,applet:true},data:function(e,g,j){if(e.nodeName&&a.noData[e.nodeName.toLowerCase()])return;e=e==d?S:e;var b=e[f],i=a.cache,h;if(!b&&typeof g==="string"&&j===c)return null;if(!b)b=++Sb;if(typeof g==="object"){e[f]=b;h=i[b]=a.extend(true,{},g)}else if(!i[b]){e[f]=b;i[b]={}}h=i[b];if(j!==c)h[g]=j;return typeof g==="string"?h[g]:h},removeData:function(b,g){if(b.nodeName&&a.noData[b.nodeName.toLowerCase()])return;b=b==d?S:b;var h=b[f],e=a.cache,c=e[h];if(g){if(c){delete c[g];a.isEmptyObject(c)&&a.removeData(b)}}else{if(a.support.deleteExpando)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete e[h]}}});a.fn.extend({data:function(d,f){if(typeof d==="undefined"&&this.length)return a.data(this[0]);else if(typeof d==="object")return this.each(function(){a.data(this,d)});var b=d.split(".");b[1]=b[1]?"."+b[1]:"";if(f===c){var e=this.triggerHandler("getData"+b[1]+"!",[b[0]]);if(e===c&&this.length)e=a.data(this[0],d);return e===c&&b[1]?this.data(b[0]):e}else return this.trigger("setData"+b[1]+"!",[b[0],f]).each(function(){a.data(this,d,f)})},removeData:function(b){return this.each(function(){a.removeData(this,b)})}});a.extend({queue:function(e,d,c){if(!e)return;d=(d||"fx")+"queue";var b=a.data(e,d);if(!c)return b||[];if(!b||a.isArray(c))b=a.data(e,d,a.makeArray(c));else b.push(c);return b},dequeue:function(e,b){b=b||"fx";var d=a.queue(e,b),c=d.shift();if(c==="inprogress")c=d.shift();if(c){b==="fx"&&d.unshift("inprogress");c.call(e,function(){a.dequeue(e,b)})}}});a.fn.extend({queue:function(b,d){if(typeof b!=="string"){d=b;b="fx"}return d===c?a.queue(this[0],b):this.each(function(){var c=a.queue(this,b,d);b==="fx"&&c[0]!=="inprogress"&&a.dequeue(this,b)})},dequeue:function(b){return this.each(function(){a.dequeue(this,b)})},delay:function(b,c){b=a.fx?a.fx.speeds[b]||b:b;c=c||"fx";return this.queue(c,function(){var d=this;setTimeout(function(){a.dequeue(d,c)},b)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var hb=/[\n\t]/g,E=/\s+/,Db=/\r/g,ob=/href|src|style/,Ob=/(button|input)/i,rb=/(button|input|object|select|textarea)/i,qb=/^(a|area)$/i,P=/radio|checkbox/;a.fn.extend({attr:function(c,b){return B(this,c,b,true,a.attr)},removeAttr:function(b){return this.each(function(){a.attr(this,b,"");this.nodeType===1&&this.removeAttribute(b)})},addClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.addClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string")for(var e=(b||"").split(E),f=0,j=this.length;f<j;f++){var c=this[f];if(c.nodeType===1)if(!c.className)c.className=b;else{for(var h=" "+c.className+" ",g=c.className,d=0,i=e.length;d<i;d++)if(h.indexOf(" "+e[d]+" ")<0)g+=" "+e[d];c.className=a.trim(g)}}return this},removeClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.removeClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string"||b===c)for(var h=(b||"").split(E),g=0,j=this.length;g<j;g++){var d=this[g];if(d.nodeType===1&&d.className)if(b){for(var e=(" "+d.className+" ").replace(hb," "),f=0,i=h.length;f<i;f++)e=e.replace(" "+h[f]+" "," ");d.className=a.trim(e)}else d.className=""}return this},toggleClass:function(b,c){var d=typeof b,e=typeof c==="boolean";return a.isFunction(b)?this.each(function(e){var d=a(this);d.toggleClass(b.call(this,e,d.attr("class"),c),c)}):this.each(function(){if(d==="string"){var f,j=0,h=a(this),g=c,i=b.split(E);while(f=i[j++]){g=e?g:!h.hasClass(f);h[g?"addClass":"removeClass"](f)}}else if(d==="undefined"||d==="boolean"){this.className&&a.data(this,"__className__",this.className);this.className=this.className||b===false?"":a.data(this,"__className__")||""}})},hasClass:function(c){for(var b=" "+c+" ",a=0,d=this.length;a<d;a++)if((" "+this[a].className+" ").replace(hb," ").indexOf(b)>-1)return true;return false},val:function(d){if(d===c){var b=this[0];if(b){if(a.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(a.nodeName(b,"select")){var e=b.selectedIndex,j=[],h=b.options,f=b.type==="select-one";if(e<0)return null;for(var g=f?e:0,l=f?e+1:h.length;g<l;g++){var i=h[g];if(i.selected){d=a(i).val();if(f)return d;j.push(d)}}return j}return P.test(b.type)&&!a.support.checkOn?b.getAttribute("value")===null?"on":b.value:(b.value||"").replace(Db,"")}return c}var k=a.isFunction(d);return this.each(function(f){var e=a(this),b=d;if(this.nodeType!==1)return;if(k)b=d.call(this,f,e.val());if(typeof b==="number")b+="";if(a.isArray(b)&&P.test(this.type))this.checked=a.inArray(e.val(),b)>=0;else if(a.nodeName(this,"select")){var c=a.makeArray(b);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),c)>=0});if(!c.length)this.selectedIndex=-1}else this.value=b})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(b,d,e,l){if(!b||b.nodeType===3||b.nodeType===8)return c;if(l&&d in a.attrFn)return a(b)[d](e);var f=b.nodeType!==1||!a.isXMLDoc(b),i=e!==c;d=f&&a.props[d]||d;if(b.nodeType===1){var j=ob.test(d);if(d==="selected"&&!a.support.optSelected){var g=b.parentNode;if(g){g.selectedIndex;if(g.parentNode)g.parentNode.selectedIndex}}if(d in b&&f&&!j){if(i){d==="type"&&Ob.test(b.nodeName)&&b.parentNode&&a.error("type property can't be changed");b[d]=e}if(a.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d==="tabIndex"){var h=b.getAttributeNode("tabIndex");return h&&h.specified?h.value:rb.test(b.nodeName)||qb.test(b.nodeName)&&b.href?0:c}return b[d]}if(!a.support.style&&f&&d==="style"){if(i)b.style.cssText=""+e;return b.style.cssText}i&&b.setAttribute(d,""+e);var k=!a.support.hrefNormalized&&f&&j?b.getAttribute(d,2):b.getAttribute(d);return k===null?c:k}return a.style(b,d,e)}});var k=/\.(.*)$/,yb=function(a){return a.replace(/[^\w\s\.\|`]/g,function(a){return"\\"+a})};a.event={add:function(b,n,g,p){if(b.nodeType===3||b.nodeType===8)return;if(b.setInterval&&b!==d&&!b.frameElement)b=d;var k,f;if(g.handler){k=g;g=k.handler}if(!g.guid)g.guid=a.guid++;var j=a.data(b);if(!j)return;var o=j.events=j.events||{},h=j.handle;if(!h)j.handle=h=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(h.elem,arguments):c};h.elem=b;n=n.split(" ");var e,q=0,i;while(e=n[q++]){f=k?a.extend({},k):{handler:g,data:p};if(e.indexOf(".")>-1){i=e.split(".");e=i.shift();f.namespace=i.slice(0).sort().join(".")}else{i=[];f.namespace=""}f.type=e;f.guid=g.guid;var m=o[e],l=a.event.special[e]||{};if(!m){m=o[e]=[];if(!l.setup||l.setup.call(b,p,i,h)===false)if(b.addEventListener)b.addEventListener(e,h,false);else b.attachEvent&&b.attachEvent("on"+e,h)}if(l.add){l.add.call(b,f);if(!f.handler.guid)f.handler.guid=g.guid}m.push(f);a.event.global[e]=true}b=null},global:{},remove:function(e,b,o,m){if(e.nodeType===3||e.nodeType===8)return;var r,c,t,s=0,l,i,n,j,d,g,p,h=a.data(e),k=h&&h.events;if(!h||!k)return;if(b&&b.type){o=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(c in k)a.event.remove(e,c+b);return}b=b.split(" ");while(c=b[s++]){p=c;g=null;l=c.indexOf(".")<0;i=[];if(!l){i=c.split(".");c=i.shift();n=new RegExp("(^|\\.)"+a.map(i.slice(0).sort(),yb).join("\\.(?:.*\\.)?")+"(\\.|$)")}d=k[c];if(!d)continue;if(!o){for(var f=0;f<d.length;f++){g=d[f];if(l||n.test(g.namespace)){a.event.remove(e,p,g.handler,f);d.splice(f--,1)}}continue}j=a.event.special[c]||{};for(var f=m||0;f<d.length;f++){g=d[f];if(o.guid===g.guid){if(l||n.test(g.namespace)){m==null&&d.splice(f--,1);j.remove&&j.remove.call(e,g)}if(m!=null)break}}if(d.length===0||m!=null&&d.length===1){(!j.teardown||j.teardown.call(e,i)===false)&&O(e,c,h.handle);r=null;delete k[c]}}if(a.isEmptyObject(k)){var q=h.handle;if(q)q.elem=null;delete h.events;delete h.handle;a.isEmptyObject(h)&&a.removeData(e)}},trigger:function(b,h,d){var e=b.type||b,m=arguments[3];if(!m){b=typeof b==="object"?b[f]?b:a.extend(a.Event(e),b):a.Event(e);if(e.indexOf("!")>=0){b.type=e=e.slice(0,-1);b.exclusive=true}if(!d){b.stopPropagation();a.event.global[e]&&a.each(a.cache,function(){this.events&&this.events[e]&&a.event.trigger(b,h,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return c;b.result=c;b.target=d;h=a.makeArray(h);h.unshift(b)}b.currentTarget=d;var k=a.data(d,"handle");k&&k.apply(d,h);var l=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,h)===false)b.result=false}catch(o){}if(!b.isPropagationStopped()&&l)a.event.trigger(b,h,l,true);else if(!b.isDefaultPrevented()){var g=b.target,i,n=a.nodeName(g,"a")&&e==="click",j=a.event.special[e]||{};if((!j._default||j._default.call(d,b)===false)&&!n&&!(g&&g.nodeName&&a.noData[g.nodeName.toLowerCase()])){try{if(g[e]){i=g["on"+e];if(i)g["on"+e]=null;a.event.triggered=true;g[e]()}}catch(o){}if(i)g["on"+e]=i;a.event.triggered=false}}},handle:function(b){var h,f,g,k,l;b=arguments[0]=a.event.fix(b||d.event);b.currentTarget=this;h=b.type.indexOf(".")<0&&!b.exclusive;if(!h){g=b.type.split(".");b.type=g.shift();k=new RegExp("(^|\\.)"+g.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var l=a.data(this,"events"),f=l[b.type];if(l&&f){f=f.slice(0);for(var j=0,m=f.length;j<m;j++){var e=f[j];if(h||k.test(e.namespace)){b.handler=e.handler;b.data=e.data;b.handleObj=e;var i=e.handler.apply(this,arguments);if(i!==c){b.result=i;if(i===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}}return b.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(d){if(d[f])return d;var i=d;d=a.Event(i);for(var j=this.props.length,h;j;){h=this.props[--j];d[h]=i[h]}if(!d.target)d.target=d.srcElement||b;if(d.target.nodeType===3)d.target=d.target.parentNode;if(!d.relatedTarget&&d.fromElement)d.relatedTarget=d.fromElement===d.target?d.toElement:d.fromElement;if(d.pageX==null&&d.clientX!=null){var g=b.documentElement,e=b.body;d.pageX=d.clientX+(g&&g.scrollLeft||e&&e.scrollLeft||0)-(g&&g.clientLeft||e&&e.clientLeft||0);d.pageY=d.clientY+(g&&g.scrollTop||e&&e.scrollTop||0)-(g&&g.clientTop||e&&e.clientTop||0)}if(!d.which&&(d.charCode||d.charCode===0?d.charCode:d.keyCode))d.which=d.charCode||d.keyCode;if(!d.metaKey&&d.ctrlKey)d.metaKey=d.ctrlKey;if(!d.which&&d.button!==c)d.which=d.button&1?1:d.button&2?3:d.button&4?2:0;return d},guid:1e8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,b.origType,a.extend({},b,{handler:N}))},remove:function(b){var c=true,d=b.origType.replace(k,"");a.each(a.data(this,"events").live||[],function(){if(d===this.origType.replace(k,"")){c=false;return false}});c&&a.event.remove(this,b.origType,N)}},beforeunload:{setup:function(c,b,a){if(this.setInterval)this.onbeforeunload=a;return false},teardown:function(b,a){if(this.onbeforeunload===a)this.onbeforeunload=null}}}};var O=b.removeEventListener?function(b,c,a){b.removeEventListener(c,a,false)}:function(b,c,a){b.detachEvent("on"+c,a)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);if(b&&b.type){this.originalEvent=b;this.type=b.type}else this.type=b;this.timeStamp=g();this[f]=true};function u(){return false}function x(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=x;var a=this.originalEvent;if(!a)return;a.preventDefault&&a.preventDefault();a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=x;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation();a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=x;this.stopPropagation()},isDefaultPrevented:u,isPropagationStopped:u,isImmediatePropagationStopped:u};var L=function(c){var b=c.relatedTarget;try{while(b&&b!==this)b=b.parentNode;if(b!==this){c.type=c.data;a.event.handle.apply(this,arguments)}}catch(d){}},W=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,c){a.event.special[b]={setup:function(d){a.event.add(this,c,d&&d.selector?W:L,b)},teardown:function(b){a.event.remove(this,c,b&&b.selector?W:L)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(d){var b=d.target,c=b.type;if((c==="submit"||c==="image")&&a(b).closest("form").length)return eb("submit",this,arguments)});a.event.add(this,"keypress.specialSubmit",function(d){var b=d.target,c=b.type;if((c==="text"||c==="password")&&a(b).closest("form").length&&d.keyCode===13)return eb("submit",this,arguments)})}else return false},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var z=/textarea|input|select/i,s,fb=function(b){var d=b.type,c=b.value;if(d==="radio"||d==="checkbox")c=b.checked;else if(d==="select-multiple")c=b.selectedIndex>-1?a.map(b.options,function(a){return a.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")c=b.selectedIndex;return c},y=function(f){var b=f.target,d,e;if(!z.test(b.nodeName)||b.readOnly)return;d=a.data(b,"_change_data");e=fb(b);(f.type!=="focusout"||b.type!=="radio")&&a.data(b,"_change_data",e);if(d===c||e===d)return;if(d!=null||e){f.type="change";return a.event.trigger(f,arguments[1],b)}};a.event.special.change={filters:{focusout:y,click:function(c){var a=c.target,b=a.type;if(b==="radio"||b==="checkbox"||a.nodeName.toLowerCase()==="select")return y.call(this,c)},keydown:function(a){var c=a.target,b=c.type;if(a.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(b==="checkbox"||b==="radio")||b==="select-multiple")return y.call(this,a)},beforeactivate:function(c){var b=c.target;a.data(b,"_change_data",fb(b))}},setup:function(){if(this.type==="file")return false;for(var b in s)a.event.add(this,b+".specialChange",s[b]);return z.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return z.test(this.nodeName)}};s=a.event.special.change.filters}function eb(d,c,b){b[0].type=d;return a.event.handle.apply(c,b)}b.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(c,d){a.event.special[d]={setup:function(){this.addEventListener(c,b,true)},teardown:function(){this.removeEventListener(c,b,true)}};function b(b){b=a.event.fix(b);b.type=d;return a.event.handle.call(this,b)}});a.each(["bind","one"],function(d,b){a.fn[b]=function(e,d,f){if(typeof e==="object"){for(var i in e)this[b](i,d,e[i],f);return this}if(a.isFunction(d)){f=d;d=c}var h=b==="one"?a.proxy(f,function(b){a(this).unbind(b,h);return f.apply(this,arguments)}):f;if(e==="unload"&&b!=="one")this.one(e,d,f);else for(var g=0,j=this.length;g<j;g++)a.event.add(this[g],e,h,d);return this}});a.fn.extend({unbind:function(b,e){if(typeof b==="object"&&!b.preventDefault)for(var d in b)this.unbind(d,b[d]);else for(var c=0,f=this.length;c<f;c++)a.event.remove(this[c],b,e);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(c,b){return this.each(function(){a.event.trigger(c,b,this)})},triggerHandler:function(d,c){if(this[0]){var b=a.Event(d);b.preventDefault();b.stopPropagation();a.event.trigger(b,c,this[0]);return b.result}},toggle:function(b){var c=arguments,d=1;while(d<c.length)a.proxy(b,c[d++]);return this.click(a.proxy(b,function(f){var e=(a.data(this,"lastToggle"+b.guid)||0)%d;a.data(this,"lastToggle"+b.guid,e+1);f.preventDefault();return c[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var db={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(d,b){a.fn[b]=function(f,g,h,l){var d,o=0,j,e,n,i=l||this.selector,m=l?this:a(this.context);if(a.isFunction(g)){h=g;g=c}f=(f||"").split(" ");while((d=f[o++])!=null){j=k.exec(d);e="";if(j){e=j[0];d=d.replace(k,"")}if(d==="hover"){f.push("mouseenter"+e,"mouseleave"+e);continue}n=d;if(d==="focus"||d==="blur"){f.push(db[d]+e);d=d+e}else d=(db[d]||d)+e;if(b==="live")m.each(function(){a.event.add(this,M(d,i),{data:g,selector:i,handler:h,origType:d,origHandler:h,preType:n})});else m.unbind(M(d,i),h)}return this}});function N(b){var o,l=[],n=[],p=arguments,h,c,d,m,f,e,i,q,j=a.data(this,"events");if(b.liveFired===this||!j||!j.live||b.button&&b.type==="click")return;b.liveFired=this;var g=j.live.slice(0);for(f=0;f<g.length;f++){d=g[f];if(d.origType.replace(k,"")===b.type)n.push(d.selector);else g.splice(f--,1)}c=a(b.target).closest(n,b.currentTarget);for(e=0,i=c.length;e<i;e++)for(f=0;f<g.length;f++){d=g[f];if(c[e].selector===d.selector){m=c[e].elem;h=null;if(d.preType==="mouseenter"||d.preType==="mouseleave")h=a(b.relatedTarget).closest(d.selector)[0];(!h||h!==m)&&l.push({elem:m,handleObj:d})}}for(e=0,i=l.length;e<i;e++){c=l[e];b.currentTarget=c.elem;b.data=c.handleObj.data;b.handleObj=c.handleObj;if(c.handleObj.origHandler.apply(c.elem,p)===false){o=false;break}}return o}function M(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(c,b){a.fn[b]=function(a){return a?this.bind(b,a):this.trigger(b)};if(a.attrFn)a.attrFn[b]=true});d.attachEvent&&!d.addEventListener&&d.attachEvent("onunload",function(){for(var b in a.cache)if(a.cache[b].handle)try{a.event.remove(a.cache[b].handle.elem)}catch(c){}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var l=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,n=0,t=Object.prototype.toString,g=false,o=true;[0,0].sort(function(){o=false;return 0});var f=function(k,c,i,v){i=i||[];var A=c=c||b;if(c.nodeType!==1&&c.nodeType!==9)return[];if(!k||typeof k!=="string")return i;var a=[],p,m,d,x,y=true,s=j(c),z=k;while((l.exec(""),p=l.exec(z))!==null){z=p[3];a.push(p[1]);if(p[2]){x=p[3];break}}if(a.length>1&&u.exec(k))if(a.length===2&&e.relative[a[0]])m=q(a[0]+a[1],c);else{m=e.relative[a[0]]?[c]:f(a.shift(),c);while(a.length){k=a.shift();if(e.relative[k])k+=a.shift();m=q(k,m)}}else{if(!v&&a.length>1&&c.nodeType===9&&!s&&e.match.ID.test(a[0])&&!e.match.ID.test(a[a.length-1])){var n=f.find(a.shift(),c,s);c=n.expr?f.filter(n.expr,n.set)[0]:n.set[0]}if(c){var n=v?{expr:a.pop(),"set":h(v)}:f.find(a.pop(),a.length===1&&(a[0]==="~"||a[0]==="+")&&c.parentNode?c.parentNode:c,s);m=n.expr?f.filter(n.expr,n.set):n.set;if(a.length>0)d=h(m);else y=false;while(a.length){var o=a.pop(),w=o;if(!e.relative[o])o="";else w=a.pop();if(w==null)w=c;e.relative[o](d,w,s)}}else d=a=[]}if(!d)d=m;!d&&f.error(o||k);if(t.call(d)==="[object Array]")if(!y)i.push.apply(i,d);else if(c&&c.nodeType===1)for(var g=0;d[g]!=null;g++)d[g]&&(d[g]===true||d[g].nodeType===1&&r(c,d[g]))&&i.push(m[g]);else for(var g=0;d[g]!=null;g++)d[g]&&d[g].nodeType===1&&i.push(m[g]);else h(d,i);if(x){f(x,A,i,v);f.uniqueSort(i)}return i};f.uniqueSort=function(a){if(i){g=o;a.sort(i);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a};f.matches=function(a,b){return f(a,null,null,b)};f.find=function(b,g,i){var c,a;if(!b)return[];for(var f=0,j=e.order.length;f<j;f++){var d=e.order[f],a;if(a=e.leftMatch[d].exec(b)){var h=a[1];a.splice(1,1);if(h.substr(h.length-1)!=="\\"){a[1]=(a[1]||"").replace(/\\/g,"");c=e.find[d](a,g,i);if(c!=null){b=b.replace(e.match[d],"");break}}}}if(!c)c=g.getElementsByTagName("*");return{"set":c,expr:b}};f.filter=function(b,l,o,r){var s=b,h=[],d=l,a,g,t=l&&l[0]&&j(l[0]);while(b&&l.length){for(var k in e.filter)if((a=e.leftMatch[k].exec(b))!=null&&a[2]){var u=e.filter[k],i,m,p=a[1];g=false;a.splice(1,1);if(p.substr(p.length-1)==="\\")continue;if(d===h)h=[];if(e.preFilter[k]){a=e.preFilter[k](a,d,o,h,r,t);if(!a)g=i=true;else if(a===true)continue}if(a)for(var n=0;(m=d[n])!=null;n++)if(m){i=u(m,a,n,d);var q=r^!!i;if(o&&i!=null)if(q)g=true;else d[n]=false;else if(q){h.push(m);g=true}}if(i!==c){if(!o)d=h;b=b.replace(e.match[k],"");if(!g)return[];break}}if(b===s)if(g==null)f.error(b);else break;s=b}return d};f.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var e=f.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(c,b){var g=typeof b==="string",h=g&&!/\W/.test(b),e=g&&!h;if(h)b=b.toLowerCase();for(var d=0,i=c.length,a;d<i;d++)if(a=c[d]){while((a=a.previousSibling)&&a.nodeType!==1);c[d]=e||a&&a.nodeName.toLowerCase()===b?a||false:a===b}e&&f.filter(b,c,true)},">":function(b,c){var e=typeof c==="string";if(e&&!/\W/.test(c)){c=c.toLowerCase();for(var a=0,h=b.length;a<h;a++){var d=b[a];if(d){var g=d.parentNode;b[a]=g.nodeName.toLowerCase()===c?g:false}}}else{for(var a=0,h=b.length;a<h;a++){var d=b[a];if(d)b[a]=e?d.parentNode:d.parentNode===c}e&&f.filter(c,b,true)}},"":function(d,a,f){var e=n++,b=s;if(typeof a==="string"&&!/\W/.test(a)){var c=a=a.toLowerCase();b=p}b("parentNode",a,e,d,c,f)},"~":function(d,a,f){var e=n++,b=s;if(typeof a==="string"&&!/\W/.test(a)){var c=a=a.toLowerCase();b=p}b("previousSibling",a,e,d,c,f)}},find:{ID:function(d,a,c){if(typeof a.getElementById!=="undefined"&&!c){var b=a.getElementById(d[1]);return b?[b]:[]}},NAME:function(e,d){if(typeof d.getElementsByName!=="undefined"){for(var c=[],b=d.getElementsByName(e[1]),a=0,f=b.length;a<f;a++)b[a].getAttribute("name")===e[1]&&c.push(b[a]);return c.length===0?null:c}},TAG:function(b,a){return a.getElementsByTagName(b[1])}},preFilter:{CLASS:function(b,d,e,f,h,g){b=" "+b[1].replace(/\\/g,"")+" ";if(g)return b;for(var c=0,a;(a=d[c])!=null;c++)if(a)if(h^(a.className&&(" "+a.className+" ").replace(/[\t\n]/g," ").indexOf(b)>=0))!e&&f.push(a);else if(e)d[c]=false;return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0;a[3]=b[3]-0}a[0]=n++;return a},ATTR:function(a,d,f,g,h,c){var b=a[1].replace(/\\/g,"");if(!c&&e.attrMap[b])a[1]=e.attrMap[b];if(a[2]==="~=")a[4]=" "+a[4]+" ";return a},PSEUDO:function(a,b,c,d,g){if(a[1]==="not")if((l.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=f(a[3],null,null,b);else{var h=f.filter(a[3],b,c,true^g);!c&&d.push.apply(d,h);return false}else if(e.match.POS.test(a[0])||e.match.CHILD.test(a[0]))return true;return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(b,c,a){return!!f(a[3],b).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(b,a){return a===0},last:function(d,b,c,a){return b===a.length-1},even:function(b,a){return a%2===0},odd:function(b,a){return a%2===1},lt:function(c,b,a){return b<a[3]-0},gt:function(c,b,a){return b>a[3]-0},nth:function(c,b,a){return a[3]-0===b},eq:function(c,b,a){return a[3]-0===b}},filter:{PSEUDO:function(a,b,d,i){var c=b[1],g=e.filters[c];if(g)return g(a,d,b,i);else if(c==="contains")return(a.textContent||a.innerText||m([a])||"").indexOf(b[3])>=0;else if(c==="not"){for(var h=b[3],d=0,j=h.length;d<j;d++)if(h[d]===a)return false;return true}else f.error("Syntax error, unrecognized expression: "+c)},CHILD:function(b,e){var i=e[1],a=b;switch(i){case"only":case"first":while(a=a.previousSibling)if(a.nodeType===1)return false;if(i==="first")return true;a=b;case"last":while(a=a.nextSibling)if(a.nodeType===1)return false;return true;case"nth":var d=e[2],h=e[3];if(d===1&&h===0)return true;var g=e[0],c=b.parentNode;if(c&&(c.sizcache!==g||!b.nodeIndex)){var j=0;for(a=c.firstChild;a;a=a.nextSibling)if(a.nodeType===1)a.nodeIndex=++j;c.sizcache=g}var f=b.nodeIndex-h;return d===0?f===0:f%d===0&&f/d>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(b,a){return a==="*"&&b.nodeType===1||b.nodeName.toLowerCase()===a},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(f,h){var d=h[1],g=e.attrHandle[d]?e.attrHandle[d](f):f[d]!=null?f[d]:f.getAttribute(d),b=g+"",c=h[2],a=h[4];return g==null?c==="!=":c==="="?b===a:c==="*="?b.indexOf(a)>=0:c==="~="?(" "+b+" ").indexOf(a)>=0:!a?b&&g!==false:c==="!="?b!==a:c==="^="?b.indexOf(a)===0:c==="$="?b.substr(b.length-a.length)===a:c==="|="?b===a||b.substr(0,a.length+1)===a+"-":false},POS:function(d,b,g,c){var f=b[2],a=e.setFilters[f];if(a)return a(d,g,b,c)}}},u=e.match.POS;for(var k in e.match){e.match[k]=new RegExp(e.match[k].source+/(?![^\[]*\])(?![^\(]*\))/.source);e.leftMatch[k]=new RegExp(/(^(?:.|\r|\n)*?)/.source+e.match[k].source.replace(/\\(\d+)/g,function(b,a){return"\\"+(a-0+1)}))}var h=function(b,a){b=Array.prototype.slice.call(b,0);if(a){a.push.apply(a,b);return a}return b};try{Array.prototype.slice.call(b.documentElement.childNodes,0)[0].nodeType}catch(v){h=function(a,d){var c=d||[];if(t.call(a)==="[object Array]")Array.prototype.push.apply(c,a);else if(typeof a.length==="number")for(var b=0,e=a.length;b<e;b++)c.push(a[b]);else for(var b=0;a[b];b++)c.push(a[b]);return c}}var i;if(b.documentElement.compareDocumentPosition)i=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b)g=true;return a.compareDocumentPosition?-1:1}var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0)g=true;return c};else if("sourceIndex"in b.documentElement)i=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b)g=true;return a.sourceIndex?-1:1}var c=a.sourceIndex-b.sourceIndex;if(c===0)g=true;return c};else if(b.createRange)i=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b)g=true;return a.ownerDocument?-1:1}var c=a.ownerDocument.createRange(),d=b.ownerDocument.createRange();c.setStart(a,0);c.setEnd(a,0);d.setStart(b,0);d.setEnd(b,0);var e=c.compareBoundaryPoints(Range.START_TO_END,d);if(e===0)g=true;return e};function m(d){for(var b="",a,c=0;d[c];c++){a=d[c];if(a.nodeType===3||a.nodeType===4)b+=a.nodeValue;else if(a.nodeType!==8)b+=m(a.childNodes)}return b}(function(){var a=b.createElement("div"),f="script"+(new Date).getTime();a.innerHTML="<a name='"+f+"'/>";var d=b.documentElement;d.insertBefore(a,d.firstChild);if(b.getElementById(f)){e.find.ID=function(b,d,e){if(typeof d.getElementById!=="undefined"&&!e){var a=d.getElementById(b[1]);return a?a.id===b[1]||typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id").nodeValue===b[1]?[a]:c:[]}};e.filter.ID=function(a,c){var b=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&b&&b.nodeValue===c}}d.removeChild(a);d=a=null})();(function(){var a=b.createElement("div");a.appendChild(b.createComment(""));if(a.getElementsByTagName("*").length>0)e.find.TAG=function(c,e){var a=e.getElementsByTagName(c[1]);if(c[1]==="*"){for(var d=[],b=0;a[b];b++)a[b].nodeType===1&&d.push(a[b]);a=d}return a};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#")e.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();b.querySelectorAll&&(function(){var c=f,a=b.createElement("div");a.innerHTML="<p class='TEST'></p>";if(a.querySelectorAll&&a.querySelectorAll(".TEST").length===0)return;f=function(e,a,d,f){a=a||b;if(!f&&a.nodeType===9&&!j(a))try{return h(a.querySelectorAll(e),d)}catch(g){}return c(e,a,d,f)};for(var d in c)f[d]=c[d];a=null})();(function(){var a=b.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!a.getElementsByClassName||a.getElementsByClassName("e").length===0)return;a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;e.order.splice(1,0,"CLASS");e.find.CLASS=function(c,a,b){if(typeof a.getElementsByClassName!=="undefined"&&!b)return a.getElementsByClassName(c[1])};a=null})();function p(f,h,e,c,j,g){for(var b=0,i=c.length;b<i;b++){var a=c[b];if(a){a=a[f];var d=false;while(a){if(a.sizcache===e){d=c[a.sizset];break}if(a.nodeType===1&&!g){a.sizcache=e;a.sizset=b}if(a.nodeName.toLowerCase()===h){d=a;break}a=a[f]}c[b]=d}}}function s(h,e,g,c,k,i){for(var b=0,j=c.length;b<j;b++){var a=c[b];if(a){a=a[h];var d=false;while(a){if(a.sizcache===g){d=c[a.sizset];break}if(a.nodeType===1){if(!i){a.sizcache=g;a.sizset=b}if(typeof e!=="string"){if(a===e){d=true;break}}else if(f.filter(e,[a]).length>0){d=a;break}}a=a[h]}c[b]=d}}}var r=b.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)},j=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":false},q=function(a,b){var d=[],g="",h,i=b.nodeType?[b]:b;while(h=e.match.PSEUDO.exec(a)){g+=h[0];a=a.replace(e.match.PSEUDO,"")}a=e.relative[a]?a+"*":a;for(var c=0,j=i.length;c<j;c++)f(a,i[c],d);return f.filter(g,d)};a.find=f;a.expr=f.selectors;a.expr[":"]=a.expr.filters;a.unique=f.uniqueSort;a.text=m;a.isXMLDoc=j;a.contains=r;return;d.Sizzle=f})();var Kb=/Until$/,mb=/^(?:parents|prevUntil|prevAll)/,lb=/,/,q=Array.prototype.slice,ib=function(c,b,d){if(a.isFunction(b))return a.grep(c,function(a,c){return!!b.call(a,c,a)===d});else if(b.nodeType)return a.grep(c,function(a){return a===b===d});else if(typeof b==="string"){var e=a.grep(c,function(a){return a.nodeType===1});if(zb.test(b))return a.filter(b,e,!d);else b=a.filter(b,e)}return a.grep(c,function(c){return a.inArray(c,b)>=0===d})};a.fn.extend({find:function(g){for(var b=this.pushStack("","find",g),e=0,c=0,h=this.length;c<h;c++){e=b.length;a.find(g,this[c],b);if(c>0)for(var d=e;d<b.length;d++)for(var f=0;f<e;f++)if(b[f]===b[d]){b.splice(d--,1);break}}return b},has:function(c){var b=a(c);return this.filter(function(){for(var c=0,d=b.length;c<d;c++)if(a.contains(this,b[c]))return true})},not:function(a){return this.pushStack(ib(this,a,false),"not",a)},filter:function(a){return this.pushStack(ib(this,a,true),"filter",a)},is:function(b){return!!b&&a.filter(b,this).length>0},closest:function(d,f){if(a.isArray(d)){var j=[],c=this[0],g,e={},b;if(c&&d.length){for(var h=0,k=d.length;h<k;h++){b=d[h];if(!e[b])e[b]=a.expr.match.POS.test(b)?a(b,f||this.context):b}while(c&&c.ownerDocument&&c!==f){for(b in e){g=e[b];if(g.jquery?g.index(c)>-1:a(c).is(g)){j.push({selector:b,elem:c});delete e[b]}}c=c.parentNode}}return j}var i=a.expr.match.POS.test(d)?a(d,f||this.context):null;return this.map(function(c,b){while(b&&b.ownerDocument&&b!==f){if(i?i.index(b)>-1:a(b).is(d))return b;b=b.parentNode}return null})},index:function(b){return!b||typeof b==="string"?a.inArray(this[0],b?a(b):this.parent().children()):a.inArray(b.jquery?b[0]:b,this)},add:function(b,e){var d=typeof b==="string"?a(b,e||this.context):a.makeArray(b),c=a.merge(this.get(),d);return this.pushStack(H(d[0])||H(c[0])?c:a.unique(c))},andSelf:function(){return this.add(this.prevObject)}});function H(a){return!a||!a.parentNode||a.parentNode.nodeType===11}a.each({parent:function(b){var a=b.parentNode;return a&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(c,d,b){return a.dir(c,"parentNode",b)},next:function(b){return a.nth(b,2,"nextSibling")},prev:function(b){return a.nth(b,2,"previousSibling")},nextAll:function(b){return a.dir(b,"nextSibling")},prevAll:function(b){return a.dir(b,"previousSibling")},nextUntil:function(c,d,b){return a.dir(c,"nextSibling",b)},prevUntil:function(c,d,b){return a.dir(c,"previousSibling",b)},siblings:function(b){return a.sibling(b.parentNode.firstChild,b)},children:function(b){return a.sibling(b.firstChild)},contents:function(b){return a.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:a.makeArray(b.childNodes)}},function(b,c){a.fn[b]=function(f,e){var d=a.map(this,c,f);if(!Kb.test(b))e=f;if(e&&typeof e==="string")d=a.filter(e,d);d=this.length>1?a.unique(d):d;if((this.length>1||lb.test(e))&&mb.test(b))d=d.reverse();return this.pushStack(d,b,q.call(arguments).join(","))}});a.extend({filter:function(b,c,d){if(d)b=":not("+b+")";return a.find.matches(b,c)},dir:function(g,f,e){var d=[],b=g[f];while(b&&b.nodeType!==9&&(e===c||b.nodeType!==1||!a(b).is(e))){b.nodeType===1&&d.push(b);b=b[f]}return d},nth:function(a,b,c){b=b||1;for(var d=0;a;a=a[c])if(a.nodeType===1&&++d===b)break;return a},sibling:function(a,c){for(var b=[];a;a=a.nextSibling)a.nodeType===1&&a!==c&&b.push(a);return b}});var K=/ jQuery\d+="(?:\d+|null)"/g,m=/^\s+/,V=/(<([\w:]+)[^>]*?)\/>/g,nb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,ab=/<([\w:]+)/,Jb=/<tbody/i,Mb=/<|&#?\w+;/,Y=/<script|<object|<embed|<option|<style/i,X=/checked\s*(?:[^=]|=\s*.checked.)/i,T=function(c,b,a){return nb.test(a)?c:b+"></"+a+">"},e={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};e.optgroup=e.option;e.tbody=e.tfoot=e.colgroup=e.caption=e.thead;e.th=e.td;if(!a.support.htmlSerialize)e._default=[1,"div<div>","</div>"];a.fn.extend({text:function(d){return a.isFunction(d)?this.each(function(c){var b=a(this);b.text(d.call(this,c,b.text()))}):typeof d!=="object"&&d!==c?this.empty().append((this[0]&&this[0].ownerDocument||b).createTextNode(d)):a.text(this)},wrapAll:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapAll(b.call(this,c))});if(this[0]){var c=a(b,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(b){return a.isFunction(b)?this.each(function(c){a(this).wrapInner(b.call(this,c))}):this.each(function(){var d=a(this),c=d.contents();if(c.length)c.wrapAll(b);else d.append(b)})},wrap:function(b){return this.each(function(){a(this).wrapAll(b)})},unwrap:function(){return this.parent().each(function(){!a.nodeName(this,"body")&&a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this)});else if(arguments.length){var b=a(arguments[0]);b.push.apply(b,this.toArray());return this.pushStack(b,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this.nextSibling)});else if(arguments.length){var b=this.pushStack(this,"after",arguments);b.push.apply(b,a(arguments[0]).toArray());return b}},remove:function(c,e){for(var d=0,b;(b=this[d])!=null;d++)if(!c||a.filter(c,[b]).length){if(!e&&b.nodeType===1){a.cleanData(b.getElementsByTagName("*"));a.cleanData([b])}b.parentNode&&b.parentNode.removeChild(b)}return this},empty:function(){for(var c=0,b;(b=this[c])!=null;c++){b.nodeType===1&&a.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(c){var b=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var b=this.outerHTML,c=this.ownerDocument;if(!b){var d=c.createElement("div");d.appendChild(this.cloneNode(true));b=d.innerHTML}return a.clean([b.replace(K,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(m,"")],c)[0]}else return this.cloneNode(true)});if(c===true){G(this,b);G(this.find("*"),b.find("*"))}return b},html:function(b){if(b===c)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(K,""):null;else if(typeof b==="string"&&!Y.test(b)&&(a.support.leadingWhitespace||!m.test(b))&&!e[(ab.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(V,T);try{for(var d=0,f=this.length;d<f;d++)if(this[d].nodeType===1){a.cleanData(this[d].getElementsByTagName("*"));this[d].innerHTML=b}}catch(g){this.empty().append(b)}}else if(a.isFunction(b))this.each(function(e){var c=a(this),d=c.html();c.empty().append(function(){return b.call(this,e,d)})});else this.empty().append(b);return this},replaceWith:function(b){if(this[0]&&this[0].parentNode){if(a.isFunction(b))return this.each(function(e){var c=a(this),d=c.html();c.replaceWith(b.call(this,e,d))});if(typeof b!=="string")b=a(b).detach();return this.each(function(){var c=this.nextSibling,d=this.parentNode;a(this).remove();if(c)a(c).before(b);else a(d).append(b)})}else return this.pushStack(a(a.isFunction(b)?b():b),"replaceWith",b)},detach:function(a){return this.remove(a,true)},domManip:function(h,d,k){var j,g,e=h[0],l=[],b,f;if(!a.support.checkClone&&arguments.length===3&&typeof e==="string"&&X.test(e))return this.each(function(){a(this).domManip(h,d,k,true)});if(a.isFunction(e))return this.each(function(f){var b=a(this);h[0]=e.call(this,f,d?b.html():c);b.domManip(h,d,k)});if(this[0]){f=e&&e.parentNode;if(a.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length)j={fragment:f};else j=I(h,this,l);b=j.fragment;if(b.childNodes.length===1)g=b=b.firstChild;else g=b.firstChild;if(g){d=d&&a.nodeName(g,"tr");for(var i=0,n=this.length;i<n;i++)k.call(d?m(this[i],g):this[i],i>0||j.cacheable||this.length>1?b.cloneNode(true):b)}l.length&&a.each(l,pb)}return this;function m(b){return a.nodeName(b,"table")?b.getElementsByTagName("tbody")[0]||b.appendChild(b.ownerDocument.createElement("tbody")):b}}});function G(b,d){var c=0;d.each(function(){if(this.nodeName!==(b[c]&&b[c].nodeName))return;var f=a.data(b[c++]),g=a.data(this,f),d=f&&f.events;if(d){delete g.handle;g.events={};for(var e in d)for(var h in d[e])a.event.add(this,e,d[e][h],d[e][h].data)}})}function I(c,f,i){var d,g,e,h=f&&f[0]?f[0].ownerDocument||f[0]:b;if(c.length===1&&typeof c[0]==="string"&&c[0].length<512&&h===b&&!Y.test(c[0])&&(a.support.checkClone||!X.test(c[0]))){g=true;e=a.fragments[c[0]];if(e)if(e!==1)d=e}if(!d){d=h.createDocumentFragment();a.clean(c,h,d,i)}if(g)a.fragments[c[0]]=e?d:1;return{fragment:d,cacheable:g}}a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(c,b){a.fn[c]=function(i){var g=[],d=a(i),f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{for(var e=0,j=d.length;e<j;e++){var h=(e>0?this.clone(true):this).get();a.fn[b].apply(a(d[e]),h);g=g.concat(h)}return this.pushStack(g,c,d.selector)}}});a.extend({clean:function(r,g,l,o){g=g||b;if(typeof g.createElement==="undefined")g=g.ownerDocument||g[0]&&g[0].ownerDocument||b;for(var d=[],f=0,c;(c=r[f])!=null;f++){if(typeof c==="number")c+="";if(!c)continue;if(typeof c==="string"&&!Mb.test(c))c=g.createTextNode(c);else if(typeof c==="string"){c=c.replace(V,T);var p=(ab.exec(c)||["",""])[1].toLowerCase(),k=e[p]||e._default,q=k[0],h=g.createElement("div");h.innerHTML=k[1]+c+k[2];while(q--)h=h.lastChild;if(!a.support.tbody)for(var n=Jb.test(c),j=p==="table"&&!n?h.firstChild&&h.firstChild.childNodes:k[1]==="<table>"&&!n?h.childNodes:[],i=j.length-1;i>=0;--i)a.nodeName(j[i],"tbody")&&!j[i].childNodes.length&&j[i].parentNode.removeChild(j[i]);!a.support.leadingWhitespace&&m.test(c)&&h.insertBefore(g.createTextNode(m.exec(c)[0]),h.firstChild);c=h.childNodes}if(c.nodeType)d.push(c);else d=a.merge(d,c)}if(l)for(var f=0;d[f];f++)if(o&&a.nodeName(d[f],"script")&&(!d[f].type||d[f].type.toLowerCase()==="text/javascript"))o.push(d[f].parentNode?d[f].parentNode.removeChild(d[f]):d[f]);else{d[f].nodeType===1&&d.splice.apply(d,[f+1,0].concat(a.makeArray(d[f].getElementsByTagName("script"))));l.appendChild(d[f])}return d},cleanData:function(j){for(var c,d,f=a.cache,i=a.event.special,h=a.support.deleteExpando,g=0,b;(b=j[g])!=null;g++){d=b[a.expando];if(d){c=f[d];if(c.events)for(var e in c.events)if(i[e])a.event.remove(b,e);else O(b,e,c.handle);if(h)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete f[d]}}}});var Ab=/z-?index|font-?weight|opacity|zoom|line-?height/i,gb=/alpha\([^)]*\)/,Z=/opacity=([^)]*)/,C=/float/i,w=/-([a-z])/ig,Lb=/([A-Z])/g,Ib=/^-?\d+(?:px)?$/i,Qb=/^-?\d/,Cb={position:"absolute",visibility:"hidden",display:"block"},xb=["Left","Right"],tb=["Top","Bottom"],jb=b.defaultView&&b.defaultView.getComputedStyle,R=a.support.cssFloat?"cssFloat":"styleFloat",v=function(b,a){return a.toUpperCase()};a.fn.css=function(d,b){return B(this,d,b,true,function(e,d,b){if(b===c)return a.curCSS(e,d);if(typeof b==="number"&&!Ab.test(d))b+="px";a.style(e,d,b)})};a.extend({style:function(f,b,e){if(!f||f.nodeType===3||f.nodeType===8)return c;if((b==="width"||b==="height")&&parseFloat(e)<0)e=c;var d=f.style||f,i=e!==c;if(!a.support.opacity&&b==="opacity"){if(i){d.zoom=1;var g=parseInt(e,10)+""==="NaN"?"":"alpha(opacity="+e*100+")",h=d.filter||a.curCSS(f,"filter")||"";d.filter=gb.test(h)?h.replace(gb,g):g}return d.filter&&d.filter.indexOf("opacity=")>=0?parseFloat(Z.exec(d.filter)[1])/100+"":""}if(C.test(b))b=R;b=b.replace(w,v);if(i)d[b]=e;return d[b]},css:function(b,c,g,e){if(c==="width"||c==="height"){var d,h=Cb,i=c==="width"?xb:tb;function f(){d=c==="width"?b.offsetWidth:b.offsetHeight;if(e==="border")return;a.each(i,function(){if(!e)d-=parseFloat(a.curCSS(b,"padding"+this,true))||0;if(e==="margin")d+=parseFloat(a.curCSS(b,"margin"+this,true))||0;else d-=parseFloat(a.curCSS(b,"border"+this+"Width",true))||0})}if(b.offsetWidth!==0)f();else a.swap(b,h,f);return Math.max(0,Math.round(d))}return a.curCSS(b,c,g)},curCSS:function(d,b,j){var c,e=d.style,l;if(!a.support.opacity&&b==="opacity"&&d.currentStyle){c=Z.test(d.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return c===""?"1":c}if(C.test(b))b=R;if(!j&&e&&e[b])c=e[b];else if(jb){if(C.test(b))b="float";b=b.replace(Lb,"-$1").toLowerCase();var g=d.ownerDocument.defaultView;if(!g)return null;var f=g.getComputedStyle(d,null);if(f)c=f.getPropertyValue(b);if(b==="opacity"&&c==="")c="1"}else if(d.currentStyle){var h=b.replace(w,v);c=d.currentStyle[b]||d.currentStyle[h];if(!Ib.test(c)&&Qb.test(c)){var k=e.left,i=d.runtimeStyle.left;d.runtimeStyle.left=d.currentStyle.left;e.left=h==="fontSize"?"1em":c||0;c=e.pixelLeft+"px";e.left=k;d.runtimeStyle.left=i}}return c},swap:function(b,c,e){var d={};for(var a in c){d[a]=b.style[a];b.style[a]=c[a]}e.call(b);for(var a in c)b.style[a]=d[a]}});if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(b){var d=b.offsetWidth,c=b.offsetHeight,e=b.nodeName.toLowerCase()==="tr";return d===0&&c===0&&!e?true:d>0&&c>0&&!e?false:a.curCSS(b,"display")==="none"};a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}}var Tb=g(),Eb=/<script(.|\s)*?\/script>/gi,kb=/select|textarea/i,Hb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,j=/=\?(&|$)/,D=/\?/,Vb=/(\?|&)_=.*?(&|$)/,Rb=/^(\w+:)?\/\/([^\/?#]+)/,Ub=/%20/g,Pb=a.fn.load;a.fn.extend({load:function(c,b,d){if(typeof c!=="string")return Pb.call(this,c);else if(!this.length)return this;var e=c.indexOf(" ");if(e>=0){var f=c.slice(e,c.length);c=c.slice(0,e)}var h="GET";if(b)if(a.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=a.param(b,a.ajaxSettings.traditional);h="POST"}var g=this;a.ajax({url:c,type:h,dataType:"html",data:b,complete:function(b,c){(c==="success"||c==="notmodified")&&g.html(f?a("<div />").append(b.responseText.replace(Eb,"")).find(f):b.responseText);d&&g.each(d,[b.responseText,c,b])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||kb.test(this.nodeName)||Hb.test(this.type))}).map(function(d,c){var b=a(this).val();return b==null?null:a.isArray(b)?a.map(b,function(a){return{name:c.name,value:a}}):{name:c.name,value:b}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(c,b){a.fn[b]=function(a){return this.bind(b,a)}});a.extend({"get":function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b=null}return a.ajax({type:"GET",url:e,data:b,success:c,dataType:d})},getScript:function(c,b){return a.get(c,null,b,"script")},getJSON:function(d,c,b){return a.get(d,c,b,"json")},post:function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b={}}return a.ajax({type:"POST",url:e,data:b,success:c,dataType:d})},ajaxSetup:function(b){a.extend(a.ajaxSettings,b)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:d.XMLHttpRequest&&(d.location.protocol!=="file:"||!d.ActiveXObject)?function(){return new d.XMLHttpRequest}:function(){try{return new d.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(n){var e=a.extend(true,{},a.ajaxSettings,n),i,l,v,s=n&&n.context||e,k=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=a.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(k==="GET"){if(!j.test(e.url))e.url+=(D.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?"}else if(!e.data||!j.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&j.test(e.data)||j.test(e.url))){i=e.jsonpCallback||"jsonp"+Tb++;if(e.data)e.data=(e.data+"").replace(j,"="+i+"$1");e.url=e.url.replace(j,"="+i+"$1");e.dataType="script";d[i]=d[i]||function(a){v=a;t();p();d[i]=c;try{delete d[i]}catch(b){}m&&m.removeChild(h)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&k==="GET"){var z=g(),y=e.url.replace(Vb,"$1_="+z+"$2");e.url=y+(y===e.url?(D.test(e.url)?"&":"?")+"_="+z:"")}if(e.data&&k==="GET")e.url+=(D.test(e.url)?"&":"?")+e.data;e.global&&!a.active++&&a.event.trigger("ajaxStart");var q=Rb.exec(e.url),w=q&&(q[1]&&q[1]!==location.protocol||q[2]!==location.host);if(e.dataType==="script"&&k==="GET"&&w){var m=b.getElementsByTagName("head")[0]||b.documentElement,h=b.createElement("script");h.src=e.url;if(e.scriptCharset)h.charset=e.scriptCharset;if(!i){var x=false;h.onload=h.onreadystatechange=function(){if(!x&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){x=true;t();p();h.onload=h.onreadystatechange=null;m&&h.parentNode&&m.removeChild(h)}}}m.insertBefore(h,m.firstChild);return c}var o=false,f=e.xhr();if(!f)return;if(e.username)f.open(k,e.url,e.async,e.username,e.password);else f.open(k,e.url,e.async);try{(e.data||n&&n.contentType)&&f.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){a.lastModified[e.url]&&f.setRequestHeader("If-Modified-Since",a.lastModified[e.url]);a.etag[e.url]&&f.setRequestHeader("If-None-Match",a.etag[e.url])}!w&&f.setRequestHeader("X-Requested-With","XMLHttpRequest");f.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(B){}if(e.beforeSend&&e.beforeSend.call(s,f,e)===false){e.global&&!--a.active&&a.event.trigger("ajaxStop");f.abort();return false}e.global&&u("ajaxSend",[f,e]);var r=f.onreadystatechange=function(b){if(!f||f.readyState===0||b==="abort"){!o&&p();o=true;if(f)f.onreadystatechange=a.noop}else if(!o&&f&&(f.readyState===4||b==="timeout")){o=true;f.onreadystatechange=a.noop;l=b==="timeout"?"timeout":!a.httpSuccess(f)?"error":e.ifModified&&a.httpNotModified(f,e.url)?"notmodified":"success";var c;if(l==="success")try{v=a.httpData(f,e.dataType,e)}catch(d){l="parsererror";c=d}if(l==="success"||l==="notmodified")!i&&t();else a.handleError(e,f,l,c);p();b==="timeout"&&f.abort();if(e.async)f=null}};try{var A=f.abort;f.abort=function(){f&&A.call(f);r("abort")}}catch(B){}e.async&&e.timeout>0&&setTimeout(function(){f&&!o&&r("timeout")},e.timeout);try{f.send(k==="POST"||k==="PUT"||k==="DELETE"?e.data:null)}catch(B){a.handleError(e,f,null,B);p()}!e.async&&r();function t(){e.success&&e.success.call(s,v,l,f);e.global&&u("ajaxSuccess",[f,e])}function p(){e.complete&&e.complete.call(s,f,l);e.global&&u("ajaxComplete",[f,e]);e.global&&!--a.active&&a.event.trigger("ajaxStop")}function u(c,b){(e.context?a(e.context):a.event).trigger(c,b)}return f},handleError:function(b,c,e,d){b.error&&b.error.call(b.context||b,c,e,d);b.global&&(b.context?a(b.context):a.event).trigger("ajaxError",[c,b,d])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(b,e){var c=b.getResponseHeader("Last-Modified"),d=b.getResponseHeader("Etag");if(c)a.lastModified[e]=c;if(d)a.etag[e]=d;return b.status===304||b.status===0},httpData:function(d,c,f){var e=d.getResponseHeader("content-type")||"",g=c==="xml"||!c&&e.indexOf("xml")>=0,b=g?d.responseXML:d.responseText;g&&b.documentElement.nodeName==="parsererror"&&a.error("parsererror");if(f&&f.dataFilter)b=f.dataFilter(b,c);if(typeof b==="string")if(c==="json"||!c&&e.indexOf("json")>=0)b=a.parseJSON(b);else(c==="script"||!c&&e.indexOf("javascript")>=0)&&a.globalEval(b);return b},param:function(b,d){var g=[];if(d===c)d=a.ajaxSettings.traditional;if(a.isArray(b)||b.jquery)a.each(b,function(){f(this.name,this.value)});else for(var h in b)e(h,b[h]);return g.join("&").replace(Ub,"+");function e(c,b){if(a.isArray(b))a.each(b,function(g,b){if(d||/\[\]$/.test(c))f(c,b);else e(c+"["+(typeof b==="object"||a.isArray(b)?g:"")+"]",b)});else if(!d&&b!=null&&typeof b==="object")a.each(b,function(a,b){e(c+"["+a+"]",b)});else f(c,b)}function f(c,b){b=a.isFunction(b)?b():b;g[g.length]=encodeURIComponent(c)+"="+encodeURIComponent(b)}}});var t={},Bb=/toggle|show|hide/,Gb=/^([+-]=)?([\d+-.]+)(.*)$/,p,bb=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(f,h){if(f||f===0)return this.animate(i("show",3),f,h);else{for(var b=0,l=this.length;b<l;b++){var j=a.data(this[b],"olddisplay");this[b].style.display=j||"";if(a.css(this[b],"display")==="none"){var d=this[b].nodeName,c;if(t[d])c=t[d];else{var g=a("<"+d+" />").appendTo("body");c=g.css("display");if(c==="none")c="block";g.remove();t[d]=c}a.data(this[b],"olddisplay",c)}}for(var e=0,k=this.length;e<k;e++)this[e].style.display=a.data(this[e],"olddisplay")||"";return this}},hide:function(c,f){if(c||c===0)return this.animate(i("hide",3),c,f);else{for(var b=0,h=this.length;b<h;b++){var e=a.data(this[b],"olddisplay");!e&&e!=="none"&&a.data(this[b],"olddisplay",a.css(this[b],"display"))}for(var d=0,g=this.length;d<g;d++)this[d].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(b,d){var c=typeof b==="boolean";if(a.isFunction(b)&&a.isFunction(d))this._toggle.apply(this,arguments);else if(b==null||c)this.each(function(){var d=c?b:a(this).is(":hidden");a(this)[d?"show":"hide"]()});else this.animate(i("toggle",3),b,d);return this},fadeTo:function(b,c,a){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:c},b,a)},animate:function(b,f,e,d){var c=a.speed(f,e,d);return a.isEmptyObject(b)?this.each(c.complete):this[c.queue===false?"each":"queue"](function(){var e=a.extend({},c),d,f=this.nodeType===1&&a(this).is(":hidden"),h=this;for(d in b){var g=d.replace(w,v);if(d!==g){b[g]=b[d];delete b[d];d=g}if(b[d]==="hide"&&f||b[d]==="show"&&!f)return e.complete.call(this);if((d==="height"||d==="width")&&this.style){e.display=a.css(this,"display");e.overflow=this.style.overflow}if(a.isArray(b[d])){(e.specialEasing=e.specialEasing||{})[d]=b[d][1];b[d]=b[d][0]}}if(e.overflow!=null)this.style.overflow="hidden";e.curAnim=a.extend({},b);a.each(b,function(l,i){var j=new a.fx(h,e,l);if(Bb.test(i))j[i==="toggle"?f?"show":"hide":i](b);else{var d=Gb.exec(i),c=j.cur(true)||0;if(d){var g=parseFloat(d[2]),k=d[3]||"px";if(k!=="px"){h.style[l]=(g||1)+k;c=(g||1)/j.cur(true)*c;h.style[l]=c+k}if(d[1])g=(d[1]==="-="?-1:1)*g+c;j.custom(c,g,k)}else j.custom(c,i,"")}});return true})},stop:function(d,c){var b=a.timers;d&&this.queue([]);this.each(function(){for(var a=b.length-1;a>=0;a--)if(b[a].elem===this){c&&b[a](true);b.splice(a,1)}});!c&&this.dequeue();return this}});a.each({slideDown:i("show",1),slideUp:i("hide",1),slideToggle:i("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(c,b){a.fn[c]=function(c,a){return this.animate(b,c,a)}});a.extend({speed:function(c,d,e){var b=c&&typeof c==="object"?c:{complete:e||!e&&d||a.isFunction(c)&&c,duration:c,easing:e&&d||d&&!a.isFunction(d)&&d};b.duration=a.fx.off?0:typeof b.duration==="number"?b.duration:a.fx.speeds[b.duration]||a.fx.speeds._default;b.old=b.complete;b.complete=function(){b.queue!==false&&a(this).dequeue();a.isFunction(b.old)&&b.old.call(this)};return b},easing:{linear:function(c,d,a,b){return a+b*c},swing:function(c,d,a,b){return(-Math.cos(c*Math.PI)/2+.5)*b+a}},timers:[],fx:function(b,a,c){this.options=a;this.elem=b;this.prop=c;if(!a.orig)a.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||a.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(c){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var b=parseFloat(a.css(this.elem,this.prop,c));return b&&b>-1e4?b:parseFloat(a.curCSS(this.elem,this.prop))||0},custom:function(c,f,e){this.startTime=g();this.start=c;this.end=f;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;var d=this;function b(a){return d.step(a)}b.elem=this.elem;if(b()&&a.timers.push(b)&&!p)p=setInterval(a.fx.tick,13)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(j){var f=g(),b=true;if(j||f>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var k in this.options.curAnim)if(this.options.curAnim[k]!==true)b=false;if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var c=a.data(this.elem,"olddisplay");this.elem.style.display=c?c:this.options.display;if(a.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)a.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{var d=f-this.startTime;this.state=d/this.options.duration;var i=this.options.specialEasing&&this.options.specialEasing[this.prop],h=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[i||h](this.state,d,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var b=a.timers,c=0;c<b.length;c++)!b[c]()&&b.splice(c--,1);!b.length&&a.fx.stop()},stop:function(){clearInterval(p);p=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(b){a.style(b.elem,"opacity",b.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(b){return a.grep(a.timers,function(a){return b===a.elem}).length};function i(c,d){var b={};a.each(bb.concat.apply([],bb.slice(0,d)),function(){b[this]=c});return b}if("getBoundingClientRect"in b.documentElement)a.fn.offset=function(e){var b=this[0];if(e)return this.each(function(b){a.offset.setOffset(this,e,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);var f=b.getBoundingClientRect(),g=b.ownerDocument,d=g.body,c=g.documentElement,i=c.clientTop||d.clientTop||0,h=c.clientLeft||d.clientLeft||0,k=f.top+(self.pageYOffset||a.support.boxModel&&c.scrollTop||d.scrollTop)-i,j=f.left+(self.pageXOffset||a.support.boxModel&&c.scrollLeft||d.scrollLeft)-h;return{top:k,left:j}};else a.fn.offset=function(l){var b=this[0];if(l)return this.each(function(b){a.offset.setOffset(this,l,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);a.offset.initialize();var i=b.offsetParent,m=b,k=b.ownerDocument,c,j=k.documentElement,g=k.body,h=k.defaultView,f=h?h.getComputedStyle(b,null):b.currentStyle,e=b.offsetTop,d=b.offsetLeft;while((b=b.parentNode)&&b!==g&&b!==j){if(a.offset.supportsFixedPosition&&f.position==="fixed")break;c=h?h.getComputedStyle(b,null):b.currentStyle;e-=b.scrollTop;d-=b.scrollLeft;if(b===i){e+=b.offsetTop;d+=b.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}m=i,i=b.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}f=c}if(f.position==="relative"||f.position==="static"){e+=g.offsetTop;d+=g.offsetLeft}if(a.offset.supportsFixedPosition&&f.position==="fixed"){e+=Math.max(j.scrollTop,g.scrollTop);d+=Math.max(j.scrollLeft,g.scrollLeft)}return{top:e,left:d}};a.offset={initialize:function(){var f=b.body,d=b.createElement("div"),e,c,i,g,h=parseFloat(a.curCSS(f,"marginTop",true))||0,j="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.extend(d.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});d.innerHTML=j;f.insertBefore(d,f.firstChild);e=d.firstChild;c=e.firstChild;g=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=c.offsetTop!==5;this.doesAddBorderForTableAndCells=g.offsetTop===5;c.style.position="fixed",c.style.top="20px";this.supportsFixedPosition=c.offsetTop===20||c.offsetTop===15;c.style.position=c.style.top="";e.style.overflow="hidden",e.style.position="relative";this.subtractsBorderForOverflowNotVisible=c.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=f.offsetTop!==h;f.removeChild(d);f=d=e=c=i=g=null;a.offset.initialize=a.noop},bodyOffset:function(b){var d=b.offsetTop,c=b.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){d+=parseFloat(a.curCSS(b,"marginTop",true))||0;c+=parseFloat(a.curCSS(b,"marginLeft",true))||0}return{top:d,left:c}},setOffset:function(c,b,i){if(/static/.test(a.curCSS(c,"position")))c.style.position="relative";var e=a(c),d=e.offset(),h=parseInt(a.curCSS(c,"top",true),10)||0,g=parseInt(a.curCSS(c,"left",true),10)||0;if(a.isFunction(b))b=b.call(c,i,d);var f={top:b.top-d.top+h,left:b.left-d.left+g};if("using"in b)b.using.call(c,f);else e.css(f)}};a.fn.extend({position:function(){if(!this[0])return null;var e=this[0],b=this.offsetParent(),d=this.offset(),c=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(a.curCSS(e,"marginTop",true))||0;d.left-=parseFloat(a.curCSS(e,"marginLeft",true))||0;c.top+=parseFloat(a.curCSS(b[0],"borderTopWidth",true))||0;c.left+=parseFloat(a.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-c.top,left:d.left-c.left}},offsetParent:function(){return this.map(function(){var c=this.offsetParent||b.body;while(c&&!/^body|html$/i.test(c.nodeName)&&a.css(c,"position")==="static")c=c.offsetParent;return c})}});a.each(["Left","Top"],function(d,e){var b="scroll"+e;a.fn[b]=function(f){var g=this[0],e;if(!g)return null;if(f!==c)return this.each(function(){e=U(this);if(e)e.scrollTo(!d?f:a(e).scrollLeft(),d?f:a(e).scrollTop());else this[b]=f});else{e=U(g);return e?"pageXOffset"in e?e[d?"pageYOffset":"pageXOffset"]:a.support.boxModel&&e.document.documentElement[b]||e.document.body[b]:g[b]}}});function U(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}a.each(["Height","Width"],function(e,b){var d=b.toLowerCase();a.fn["inner"+b]=function(){return this[0]?a.css(this[0],d,false,"padding"):null};a.fn["outer"+b]=function(b){return this[0]?a.css(this[0],d,false,b?"margin":"border"):null};a.fn[d]=function(f){var e=this[0];return!e?f==null?null:this:a.isFunction(f)?this.each(function(c){var b=a(this);b[d](f.call(this,c,b[d]()))}):"scrollTo"in e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===c?a.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});d.jQuery=d.$=a})(window);var Cufon=function(){var a=function(){return a.replace.apply(null,arguments)},h=a.DOM={ready:function(){var b=false,d={loaded:1,complete:1},c=[],a=function(){if(b)return;b=true;for(var a;a=c.shift();a());};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}!window.opera&&document.readyState&&(function(){d[document.readyState]?a():setTimeout(arguments.callee,10)})();document.readyState&&document.createStyleSheet&&(function(){try{document.body.doScroll("left");a()}catch(b){setTimeout(arguments.callee,1)}})();e(window,"load",a);return function(d){if(!arguments.length)a();else b?d():c.push(d)}}(),root:function(){return document.documentElement||document.body}},b=a.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/a*this.value};this.convertFrom=function(b){return b/this.value*a};this.toString=function(){return this.value+this.unit}},addClass:function(a,c){var b=a.className;a.className=b+(b&&" ")+c;return a},color:c(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,b,c){a.opacity=parseFloat(c);return"rgb("+b+")"});return a}),fontStretch:c(function(a){return typeof a=="number"?a:/%$/.test(a)?parseFloat(a)/100:({"ultra-condensed":.5,"extra-condensed":.625,condensed:.75,"semi-condensed":.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2})[a]||1}),getStyle:function(a){var b=document.defaultView;return b&&b.getComputedStyle?new i(b.getComputedStyle(a,null)):a.currentStyle?new i(a.currentStyle):new i(a.style)},gradient:c(function(b){for(var f={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig),a=0,d=e.length,c;a<d;++a){c=e[a].split("=",2).reverse();f.stops.push([c[1]||a/(d-1),c[0]])}return f}),quotedList:c(function(d){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=c.exec(d))b.push(a[3]||a[1]);return b}),recognizesMedia:c(function(e){var a=document.createElement("style"),c,b,d;a.type="text/css";a.media=e;try{a.appendChild(document.createTextNode("/**/"))}catch(g){}b=f("head")[0];b.insertBefore(a,b.firstChild);c=a.sheet||a.styleSheet;d=c&&!c.disabled;b.removeChild(a);return d}),removeClass:function(a,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");a.className=a.className.replace(b,"");return a},supports:function(b,c){var a=document.createElement("span").style;if(a[b]===undefined)return false;a[b]=c;return a[b]===c},textAlign:function(a,d,b,c){if(d.get("textAlign")=="right"){if(b>0)a=" "+a}else if(b<c-1)a+=" ";return a},textShadow:c(function(e){if(e=="none")return null;var c=[],b={},a,d=0,f=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=f.exec(e))if(a[0]==","){c.push(b);b={};d=0}else if(a[1])b.color=a[1];else b[(["offX","offY","blur"])[d++]]=a[2];c.push(b);return c}),textTransform:function(){var a={uppercase:function(a){return a.toUpperCase()},lowercase:function(a){return a.toLowerCase()},capitalize:function(a){return a.replace(/\b./g,function(a){return a.toUpperCase()})}};return function(c,d){var b=a[d.get("textTransform")];return b?b(c):c}}(),whiteSpace:function(){var c={inline:1,"inline-block":1,"run-in":1},a=/^\s+/,b=/\s+$/;return function(d,g,f,e){if(e)if(e.nodeName.toLowerCase()=="br")d=d.replace(a,"");if(c[g.get("display")])return d;if(!f.previousSibling)d=d.replace(a,"");if(!f.nextSibling)d=d.replace(b,"");return d}}()};b.ready=function(){var a=!b.recognizesMedia("all"),c=false,e=[],j=function(){a=true;for(var b;b=e.shift();b());},k=f("link"),l=f("style");function d(a){return a.disabled||g(a.sheet,a.media||"screen")}function g(d,h){if(!b.recognizesMedia(h||"all"))return true;if(!d||d.disabled)return false;try{var e=d.cssRules,a;if(e)a:for(var c=0,f=e.length;a=e[c],c<f;++c)switch(a.type){case 2:break;case 3:if(!g(a.styleSheet,a.media.mediaText))return false;break;default:break a}}catch(i){}return true}function i(){if(document.createStyleSheet)return true;for(var b,a=0;b=k[a];++a)if(b.rel.toLowerCase()=="stylesheet"&&!d(b))return false;for(a=0;b=l[a];++a)if(!d(b))return false;return true}h.ready(function(){if(!c)c=b.getStyle(document.body).isUsable();if(a||c&&i())j();else setTimeout(arguments.callee,10)});return function(b){if(a)b();else e.push(b)}}();function x(b){var a=this.face=b.face,c={" ":1," ":1,"　":1};this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=function(){var c=a.bbox.split(/\s+/),b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX;b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b}();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(k,l,i){var m=this.glyphs,b,f,g,d=[],e=0,j=-1,h=-1,a;while(a=k[++j]){b=m[a]||this.missingGlyph;if(!b)continue;if(f){e-=g=f[a]||0;d[h]-=g}e+=d[++h]=~~(b.w||this.w)+l+(c[a]?i:0);f=b.k}d.total=e;return d}}function s(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(k,c){var e=a[k]||a[b[k]]||a.normal||a.italic||a.oblique;if(!e)return null;c=({normal:400,bold:700})[c]||parseInt(c,10);if(e[c])return e[c];var i=({1:1,99:0})[c%100],j=[],h,f;if(i===undefined)i=c>400;if(c==500)c=400;for(var d in e){if(!g(e,d))continue;d=parseInt(d,10);if(!h||d<h)h=d;if(!f||d>f)f=d;j.push(d)}if(c<h)c=h;if(c>f)c=f;j.sort(function(b,a){return i?b>=c&&a>=c?b<a:b>a:b<=c&&a<=c?b>a:b<a?-1:1});return e[j[0]]}}function w(){function f(a,b){return a.contains?a.contains(b):a.compareDocumentPosition(b)&16}function b(b){var a=b.relatedTarget;if(!a||f(this,a))return;c(this,b.type=="mouseover")}function d(a){c(this,a.type=="mouseenter")}function c(b,c){setTimeout(function(){var d=l.get(b).options;a.replace(b,c?n(d,d.hover):d,true)},10)}this.attach=function(a){if(a.onmouseenter===undefined){e(a,"mouseover",b);e(a,"mouseout",b)}else{e(a,"mouseenter",d);e(a,"mouseleave",d)}}}function z(){var b=[],c={};function d(f){for(var d=[],e,a=0;e=f[a];++a)d[a]=b[c[e]];return d}this.add=function(d,a){c[d]=b.push(a)-1};this.repeat=function(){for(var e=arguments.length?d(arguments):b,c,f=0;c=e[f++];)a.replace(c[0],c[1],true)}}function p(){var a={},b=0;function c(a){return a.cufid||(a.cufid=++b)}this.get=function(d){var b=c(d);return a[b]||(a[b]={})}}function i(c){var a={},d={};this.extend=function(b){for(var c in b)if(g(b,c))a[c]=b[c];return this};this.get=function(b){return a[b]!=undefined?a[b]:c[b]};this.getSize=function(a,c){return d[a]||(d[a]=new b.Size(this.get(a),c))};this.isUsable=function(){return!!c}}function e(a,b,c){if(a.addEventListener)a.addEventListener(b,c,false);else a.attachEvent&&a.attachEvent("on"+b,function(){return c.call(a,window.event)})}function A(a,b){var c=l.get(a);if(c.options)return a;b.hover&&b.hoverables[a.nodeName.toLowerCase()]&&q.attach(a);c.options=b;return a}function c(b){var a={};return function(c){if(!g(a,c))a[c]=b.apply(null,arguments);return a[c]}}function r(g,c){for(var f=b.quotedList(c.get("fontFamily").toLowerCase()),a,e=0;a=f[e];++e)if(d[a])return d[a].get(c.get("fontStyle"),c.get("fontWeight"));return null}function f(a){return document.getElementsByTagName(a)}function g(b,a){return b.hasOwnProperty(a)}function n(){for(var d={},a,b,c=0,e=arguments.length;a=arguments[c],c<e;++c)for(b in a)if(g(a,b))d[b]=a[b];return d}function u(n,d,j,h,o,m){var g=document.createDocumentFragment(),f;if(d==="")return g;var l=h.separate,c=d.split(v[l]),i=l=="words";if(i&&y){/^\s/.test(d)&&c.unshift("");/\s$/.test(d)&&c.push("")}for(var a=0,e=c.length;a<e;++a){f=k[h.engine](n,i?b.textAlign(c[a],j,a,e):c[a],j,h,o,m,a<e-1);f&&g.appendChild(f)}return g}function t(c,e){var j=c.nodeName.toLowerCase();if(e.ignore[j])return;var m=!e.textless[j],f=b.getStyle(A(c,e)).extend(e),g=r(c,f),a,i,h,d,n,l;if(!g)return;for(a=c.firstChild;a;a=h){i=a.nodeType;h=a.nextSibling;if(m&&i==3){if(d){d.appendData(a.data);c.removeChild(a)}else d=a;if(h)continue}if(d){c.replaceChild(u(g,b.whiteSpace(d.data,f,d,l),f,e,a,c),d);d=null}if(i==1){if(a.firstChild)if(a.nodeName.toLowerCase()=="cufon")k[e.engine](g,null,f,e,a,c);else arguments.callee(a,e);l=a}}}var y=" ".split(/\s+/).length==0,l=new p,q=new w,j=new z,m=false,k={},d={},o={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:window.Sizzle||window.jQuery&&function(a){return jQuery(a)}||window.dojo&&dojo.query||window.Ext&&Ext.query||window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query||window.$$&&function(a){return $$(a)}||window.$&&function(a){return $(a)}||document.querySelectorAll&&function(a){return document.querySelectorAll(a)}||f,separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"},v={words:/\s/.test(" ")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};a.now=function(){h.ready();return a};a.refresh=function(){j.repeat.apply(j,arguments);return a};a.registerEngine=function(c,b){if(!b)return a;k[c]=b;return a.set("engine",c)};a.registerFont=function(e){if(!e)return a;var c=new x(e),b=c.family;if(!d[b])d[b]=new s;d[b].add(c);return a.set("fontFamily",'"'+b+'"')};a.replace=function(d,c,e){c=n(o,c);if(!c.engine)return a;if(!m){b.addClass(h.root(),"cufon-active cufon-loading");b.ready(function(){b.addClass(b.removeClass(h.root(),"cufon-loading"),"cufon-ready")});m=true}if(c.hover)c.forceHitArea=true;if(c.autoDetect)delete c.fontFamily;if(typeof c.textShadow=="string")c.textShadow=b.textShadow(c.textShadow);if(typeof c.color=="string"&&/^-/.test(c.color))c.textGradient=b.gradient(c.color);else delete c.textGradient;!e&&j.add(d,arguments);if(d.nodeType||typeof d=="string")d=[d];b.ready(function(){for(var b=0,f=d.length;b<f;++b){var e=d[b];if(typeof e=="string")a.replace(c.selector(e),c,true);else t(e,c)}});return a};a.set=function(b,c){o[b]=c;return a};return a}();Cufon.registerEngine("vml",function(){var c=document.namespaces;if(!c)return;c.add("cvml","urn:schemas-microsoft-com:vml");c=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize)return;b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function g(c,b){return a(c,/(?:em|ex|%)$|^[a-z-]+$/i.test(b)?"1em":b)}function a(a,b){if(b==="0")return 0;if(/px$/i.test(b))return parseFloat(b);var e=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b.replace("%","em");var c=a.style.pixelLeft;a.style.left=e;a.runtimeStyle.left=d;return c}function e(g,c,f,e){var d="computed"+e,b=c[d];if(isNaN(b)){b=c.get(e);c[d]=b=b=="normal"?0:~~f.convertFrom(a(g,b))}return b}var d={};function h(h){var e=h.id;if(!d[e]){var b=h.stops,a=document.createElement("cvml:fill"),f=[];a.type="gradient";a.angle=180;a.focus="0";a.method="sigma";a.color=b[0][1];for(var c=1,g=b.length-1;c<g;++c)f.push(b[c][0]*100+"% "+b[c][1]);a.colors=f.join(",");a.color2=b[g][1];d[e]=a}return d[e]}return function(m,q,c,o,C,u,db){var D=q===null;if(D)q=C.alt;var r=m.viewBox,k=c.computedFontSize||(c.computedFontSize=new Cufon.CSS.Size(g(u,c.get("fontSize"))+"px",m.baseSize)),i,l;if(D){i=C;l=C.firstChild}else{i=document.createElement("cufon");i.className="cufon cufon-vml";i.alt=q;l=document.createElement("cufoncanvas");i.appendChild(l);if(o.printable){var W=document.createElement("cufontext");W.appendChild(document.createTextNode(q));i.appendChild(W)}!db&&i.appendChild(document.createElement("cvml:shape"))}var n=i.style,E=l.style,N=k.convert(r.height),v=Math.ceil(N),bb=v/N,Q=bb*Cufon.CSS.fontStretch(c.get("fontStretch")),H=r.minX,S=r.minY;E.height=v;E.top=Math.round(k.convert(S-m.ascent));E.left=Math.round(k.convert(H));n.height=k.convert(m.height)+"px";var Y=c.get("color"),y=Cufon.CSS.textTransform(q,c).split(""),s=m.spacing(y,e(u,c,k,"letterSpacing"),e(u,c,k,"wordSpacing"));if(!s.length)return null;var M=s.total,V=-H+M+(r.width-s[s.length-1]),X=k.convert(V*Q),U=Math.round(X),P=V+","+r.height,O,Z="r"+P+"ns",T=o.textGradient&&h(o.textGradient),ab=m.glyphs,R=0,B=o.textShadow,J=-1,I=0,cb;while(cb=y[++J]){var A=ab[y[J]]||m.missingGlyph,b;if(!A)continue;if(D){b=l.childNodes[I];while(b.firstChild)b.removeChild(b.firstChild)}else{b=document.createElement("cvml:shape");l.appendChild(b)}b.stroked="f";b.coordsize=P;b.coordorigin=O=H-R+","+S;b.path=(A.d?"m"+A.d+"xe":"")+"m"+O+Z;b.fillcolor=Y;T&&b.appendChild(T.cloneNode(false));var K=b.style;K.width=U;K.height=v;if(B){var F=B[0],w=B[1],L=Cufon.CSS.color(F.color),x,j=document.createElement("cvml:shadow");j.on="t";j.color=L.color;j.offset=F.offX+","+F.offY;if(w){x=Cufon.CSS.color(w.color);j.type="double";j.color2=x.color;j.offset2=w.offX+","+w.offY}j.opacity=L.opacity||x&&x.opacity||1;b.appendChild(j)}R+=s[I++]}var d=b.nextSibling,G,z;if(o.forceHitArea){if(!d){d=document.createElement("cvml:rect");d.stroked="f";d.className="cufon-vml-cover";G=document.createElement("cvml:fill");G.opacity=0;d.appendChild(G);l.appendChild(d)}z=d.style;z.width=U;z.height=v}else d&&l.removeChild(d);n.width=Math.max(Math.ceil(k.convert(M*Q)),0);if(f){var t=c.computedYAdjust;if(t===undefined){var p=c.get("lineHeight");if(p=="normal")p="1em";else if(!isNaN(p))p+="em";c.computedYAdjust=t=.5*(a(u,p)-parseFloat(n.height))}if(t){n.marginTop=Math.ceil(t)+"px";n.marginBottom=t+"px"}}return i}}());Cufon.registerEngine("canvas",function(){var a=document.createElement("canvas");if(!a||!a.getContext||!a.getContext.apply)return;a=null;var b=Cufon.CSS.supports("display","inline-block"),f=!b&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId)),c=document.createElement("style");c.type="text/css";c.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(f?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(b?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(c);function e(i,g){var e=0,d=0,b=[],h=/([mrvxe])([^a-z]*)/g,f;a:for(var c=0;f=h.exec(i);++c){var a=f[2].split(",");switch(f[1]){case"v":b[c]={m:"bezierCurveTo",a:[e+~~a[0],d+~~a[1],e+~~a[2],d+~~a[3],e+=~~a[4],d+=~~a[5]]};break;case"r":b[c]={m:"lineTo",a:[e+=~~a[0],d+=~~a[1]]};break;case"m":b[c]={m:"moveTo",a:[e=~~a[0],d=~~a[1]]};break;case"x":b[c]={m:"closePath"};break;case"e":break a}g[b[c].m].apply(g,b[c].a)}return b}function d(d,c){for(var a=0,e=d.length;a<e;++a){var b=d[a];c[b.m].apply(c,b.a)}}return function(i,r,l,A,v){var F=r===null;if(F)r=v.getAttribute("alt");var g=i.viewBox,c=l.getSize("fontSize",i.baseSize),k=0,u=0,y=0,m=0,n=A.textShadow,G=[];if(n)for(var f=n.length;f--;){var w=n[f],q=c.convertFrom(parseFloat(w.offX)),p=c.convertFrom(parseFloat(w.offY));G[f]=[q,p];if(p<k)k=p;if(q>u)u=q;if(p>y)y=p;if(q<m)m=q}var B=Cufon.CSS.textTransform(r,l).split(""),o=i.spacing(B,~~c.convertFrom(parseFloat(l.get("letterSpacing"))||0),~~c.convertFrom(parseFloat(l.get("wordSpacing"))||0));if(!o.length)return null;var P=o.total;u+=g.width-o[o.length-1];m+=g.minX;var h,j;if(F){h=v;j=v.firstChild}else{h=document.createElement("cufon");h.className="cufon cufon-canvas";h.setAttribute("alt",r);j=document.createElement("canvas");h.appendChild(j);if(A.printable){var M=document.createElement("cufontext");M.appendChild(document.createTextNode(r));h.appendChild(M)}}var s=h.style,t=j.style,x=c.convert(g.height),R=Math.ceil(x),H=R/x,D=H*Cufon.CSS.fontStretch(l.get("fontStretch")),E=P*D,K=Math.ceil(c.convert(E+u-m)),I=Math.ceil(c.convert(g.height-k+y));j.width=K;j.height=I;t.width=K+"px";t.height=I+"px";k+=g.minY;t.top=Math.round(c.convert(k-i.ascent))+"px";t.left=Math.round(c.convert(m))+"px";var L=Math.max(Math.ceil(c.convert(E)),0)+"px";if(b){s.width=L;s.height=c.convert(i.height)+"px"}else{s.paddingLeft=L;s.paddingBottom=c.convert(i.height)-1+"px"}var a=j.getContext("2d"),C=x/g.height;a.scale(C,C*H);a.translate(-m,-k);a.save();function N(){var g=i.glyphs,b,c=-1,f=-1,h;a.scale(D,1);while(h=B[++c]){var b=g[B[c]]||i.missingGlyph;if(!b)continue;if(b.d){a.beginPath();if(b.code)d(b.code,a);else b.code=e("m"+b.d,a);a.fill()}a.translate(o[++f],0)}a.restore()}if(n)for(var f=n.length;f--;){var w=n[f];a.save();a.fillStyle=w.color;a.translate.apply(a,G[f]);N()}var J=A.textGradient;if(J){for(var O=J.stops,z=a.createLinearGradient(0,g.minY,0,g.maxY),f=0,Q=O.length;f<Q;++f)z.addColorStop.apply(z,O[f]);a.fillStyle=z}else a.fillStyle=l.get("color");N();return h}}());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 2000 Albert-Jan Pool, published by Fontshop International for the FontFont
 * library.
 */
Cufon.registerFont({w:135,face:{"font-family":"din-condensed","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0",ascent:"289",descent:"-71","x-height":"3",bbox:"-10 -342 284 72.0921","underline-thickness":"27.72","underline-position":"-41.4",stemh:"24",stemv:"27","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:67},Ð:{d:"86,-256v64,9,62,39,62,128v0,90,2,118,-62,128r-59,0r0,-116r-19,0r0,-25r19,0r0,-115r59,0xm58,-28v70,0,59,-13,59,-100v0,-88,11,-100,-59,-101r0,88r29,0r0,25r-29,0r0,88",w:165},ð:{d:"15,-89v0,-69,14,-103,66,-85r-11,-33r-28,0r0,-22r21,0r-10,-27r30,0r10,27r25,0r0,22r-19,0v13,40,22,55,22,118v0,57,-5,92,-53,92v-48,0,-53,-35,-53,-92xm68,-23v27,-5,23,-23,23,-66v0,-43,4,-60,-23,-66v-28,5,-24,23,-24,66v0,43,-4,61,24,66"},Ý:{d:"126,-256r-47,152r0,104r-31,0r0,-104r-47,-152r34,0r28,109r29,-109r34,0xm102,-323r-29,49r-22,0r25,-49r26,0",w:127},ý:{d:"122,-186r-53,216v-8,33,-30,40,-61,40r0,-26v29,3,34,-22,39,-44r-46,-186r32,0r29,140r28,-140r32,0xm101,-260r-29,49r-22,0r25,-49r26,0",w:124},Þ:{d:"141,-130v1,65,-27,79,-87,75r0,55r-31,0r0,-256r31,0r0,52v58,-3,87,4,87,74xm111,-130v0,-41,-18,-50,-57,-46r0,94v40,4,57,-7,57,-48",w:156},þ:{d:"81,-189v44,3,44,35,44,96v0,62,1,96,-44,96v-14,0,-25,-6,-31,-16r0,83r-29,0r0,-326r28,0r0,84v5,-10,17,-18,32,-17xm72,-23v28,0,24,-25,24,-70v0,-44,5,-67,-24,-70v-39,4,-17,73,-22,112v-2,16,7,28,22,28",w:140},"½":{d:"194,-256r-89,256r-23,0r89,-256r23,0xm228,-156v39,-2,48,42,29,71r-43,68r54,0r0,17r-78,0r0,-16v18,-35,56,-59,56,-104v0,-11,-7,-18,-18,-18v-15,-1,-18,13,-17,29r-22,0v-3,-31,12,-46,39,-47xm72,-103r-22,0r0,-131r-26,17r0,-22v13,-8,23,-20,48,-17r0,153",w:285},"¼":{d:"194,-256r-89,256r-23,0r89,-256r23,0xm267,-23r-11,0r0,23r-22,0r0,-23r-53,0r0,-17r42,-114r21,0r-41,114r31,0r0,-32r22,0r0,32r11,0r0,17xm72,-103r-22,0r0,-131r-26,17r0,-22v13,-8,23,-20,48,-17r0,153",w:285},"¹":{d:"72,-103r-22,0r0,-131r-26,17r0,-22v13,-8,23,-20,48,-17r0,153",w:114},"¾":{d:"76,-183v35,13,25,88,-21,82v-26,-4,-41,-13,-39,-45r22,0v-2,18,2,28,17,28v15,0,19,-11,19,-28v1,-20,-7,-30,-28,-28r0,-17v21,4,27,-10,27,-26v0,-12,-3,-26,-18,-23v-14,-1,-17,11,-16,26r-22,0v-2,-30,13,-41,38,-44v45,-5,53,63,21,75xm194,-256r-89,256r-23,0r89,-256r23,0xm267,-23r-11,0r0,23r-22,0r0,-23r-53,0r0,-17r42,-114r21,0r-41,114r31,0r0,-32r22,0r0,32r11,0r0,17",w:285},"³":{d:"76,-183v35,13,25,88,-21,82v-26,-4,-41,-13,-39,-45r22,0v-2,18,2,28,17,28v15,0,19,-11,19,-28v1,-20,-7,-30,-28,-28r0,-17v21,4,27,-10,27,-26v0,-12,-3,-26,-18,-23v-14,-1,-17,11,-16,26r-22,0v-2,-30,13,-41,38,-44v45,-5,53,63,21,75",w:114},"²":{d:"57,-258v39,-3,48,41,29,70r-44,68r55,0r0,17r-79,0r0,-16v18,-35,57,-58,57,-103v0,-11,-7,-18,-18,-18v-15,0,-19,11,-18,28r-21,0v-3,-31,12,-45,39,-46",w:114},"¦":{d:"67,-157r-29,0r0,-126r29,0r0,126xm67,26r-29,0r0,-125r29,0r0,125",w:104},"×":{d:"141,-58r-19,19r-42,-42r-42,42r-19,-19r42,-42r-42,-42r19,-19r42,42r42,-42r19,19r-42,42",w:159},"!":{d:"63,-69r-30,0r0,-187r30,0r0,187xm66,0r-36,0r0,-36r36,0r0,36",w:87},'"':{d:"118,-187r-30,0r0,-69r30,0r0,69xm54,-187r-30,0r0,-69r30,0r0,69",w:142},"#":{d:"181,-157r-29,0r-7,52r26,0r0,28r-31,0r-10,77r-30,0r11,-77r-38,0r-10,77r-30,0r11,-77r-26,0r0,-28r30,0r7,-52r-26,0r-1,-27r31,0r9,-72r30,0r-9,72r37,0r10,-72r30,0r-10,72r25,0r0,27xm122,-157r-38,0r-7,52r38,0",w:199},$:{d:"15,-191v1,-35,18,-62,49,-67r0,-32r28,0r0,32v33,4,49,30,48,67r-31,0v0,-19,-5,-32,-17,-38r0,85v34,11,49,28,49,75v0,44,-13,65,-49,71r0,39r-28,0r0,-39v-36,-6,-51,-25,-50,-69r31,0v0,23,3,35,19,40r0,-94v-31,-12,-50,-23,-49,-70xm92,-27v26,-7,24,-78,0,-85r0,85xm64,-229v-24,8,-26,67,0,75r0,-75",w:156},"%":{d:"225,-92v2,46,4,95,-41,95v-45,0,-41,-49,-41,-95v0,-25,18,-40,41,-40v23,0,41,15,41,40xm99,-220v1,45,6,95,-40,95v-46,0,-41,-49,-41,-95v0,-25,18,-39,41,-39v23,0,40,14,40,39xm178,-256r-89,256r-24,0r89,-256r24,0xm184,-19v27,-1,16,-47,16,-72v0,-12,-6,-19,-16,-19v-27,1,-16,47,-16,73v0,12,6,18,16,18xm59,-147v27,-1,16,-47,16,-72v0,-12,-6,-19,-16,-19v-27,1,-16,47,-16,73v0,12,6,18,16,18",w:243},"&":{d:"176,0r-31,0r-18,-26v-30,48,-114,35,-114,-35v0,-30,13,-53,41,-79v-21,-28,-29,-43,-29,-64v0,-33,19,-55,49,-55v70,0,59,92,14,123r39,60v7,-14,13,-35,14,-54r26,0v-2,29,-10,58,-23,79xm113,-49r-44,-68v-19,19,-28,36,-28,54v-1,46,53,50,72,14xm97,-207v0,-15,-9,-26,-22,-26v-15,0,-23,14,-23,28v0,13,5,24,21,46v15,-15,24,-27,24,-48",w:177},"'":{d:"54,-187r-30,0r0,-69r30,0r0,69",w:78},"(":{d:"48,-39v0,28,11,39,25,53r-20,20v-18,-17,-34,-38,-34,-71r0,-183v-2,-32,16,-54,34,-70r20,20v-14,14,-25,25,-25,53r0,178",w:87},")":{d:"35,-290v18,16,34,38,34,70r0,183v2,32,-16,54,-34,71r-20,-20v14,-14,25,-25,25,-53r0,-178v0,-28,-11,-39,-25,-53",w:87},"*":{d:"125,-177r-11,19r-33,-21r1,46r-22,0r1,-46r-33,21r-11,-19r34,-18r-34,-18r11,-20r33,21r-1,-45r22,0r-1,45r33,-21r11,20r-35,18",w:141},"+":{d:"143,-88r-49,0r0,49r-28,0r0,-49r-49,0r0,-28r49,0r0,-49r28,0r0,49r49,0r0,28",w:159},",":{d:"54,20r-33,25r0,-81r33,0r0,56",w:74},"-":{d:"89,-88r-71,0r0,-28r71,0r0,28",w:107},".":{d:"57,0r-36,0r0,-36r36,0r0,36",w:77},"/":{d:"96,-283r-66,310r-29,0r67,-310r28,0",w:97},"0":{d:"68,-259v31,0,52,19,52,53r0,156v0,34,-22,53,-52,53v-30,0,-51,-19,-51,-53r0,-156v0,-34,20,-53,51,-53xm91,-49r0,-158v0,-17,-11,-26,-23,-26v-12,0,-22,9,-22,26r0,158v0,17,10,26,22,26v12,0,23,-9,23,-26",w:137},"1":{d:"91,0r-29,0r0,-222r-38,30r0,-33r38,-31r29,0r0,256",w:137},"2":{d:"70,-259v57,0,56,68,36,111r-57,122r72,0r0,26r-103,0r0,-24v24,-63,74,-106,74,-183v0,-17,-10,-26,-22,-26v-18,-1,-25,20,-22,43r-30,0v-4,-43,15,-69,52,-69",w:137},"3":{d:"97,-136v20,14,23,23,23,64v0,48,-13,75,-52,75v-36,0,-57,-26,-52,-70r29,0v-3,23,5,46,23,44v23,-3,22,-17,23,-50v0,-40,-2,-53,-37,-51r0,-25v30,3,37,-10,35,-42v-1,-26,-2,-40,-21,-42v-18,-2,-23,21,-21,43r-29,0v-4,-43,13,-71,50,-69v38,2,50,21,50,66v0,32,-4,45,-21,57",w:137},"4":{d:"127,-42r-18,0r0,42r-29,0r0,-42r-70,0r0,-26r66,-188r28,0r-64,188r40,0r0,-59r29,0r0,59r18,0r0,26",w:137},"5":{d:"77,-167v40,4,44,29,44,83v0,56,-9,87,-53,87v-36,0,-55,-26,-51,-68r29,0v-2,23,3,46,22,44v26,-2,24,-23,24,-61v0,-38,2,-56,-24,-59v-16,-2,-24,14,-22,34r-28,0r0,-149r100,0r0,26r-73,0r0,80v6,-10,16,-18,32,-17",w:137},"6":{d:"76,-156v37,8,45,19,45,79v1,58,-11,76,-53,80v-65,6,-59,-97,-41,-144r43,-115r30,0r-42,107v5,-4,11,-7,18,-7xm68,-23v24,0,24,-22,24,-54v0,-32,1,-54,-24,-54v-23,0,-23,24,-23,54v0,30,0,54,23,54",w:137},"7":{d:"122,-232r-68,232r-29,0r68,-230r-50,0r0,38r-29,0r0,-64r108,0r0,24",w:137},"8":{d:"68,-259v60,-7,66,100,30,124v19,15,22,24,23,64v2,49,-14,74,-53,74v-38,0,-53,-26,-52,-74v1,-41,3,-50,23,-64v-17,-12,-20,-25,-21,-57v-1,-44,14,-62,50,-67xm68,-23v22,-2,23,-19,24,-50v0,-33,-1,-47,-24,-50v-22,4,-23,17,-23,50v1,30,1,47,23,50xm68,-148v20,0,22,-18,22,-43v0,-26,-2,-42,-22,-42v-19,0,-21,16,-21,42v0,24,2,43,21,43",w:137},"9":{d:"69,-259v65,-6,60,96,42,144r-44,115r-30,0r42,-107v-5,4,-11,6,-18,6v-37,-8,-45,-19,-45,-79v-1,-58,11,-74,53,-79xm68,-125v24,0,24,-22,24,-54v0,-32,1,-54,-24,-54v-23,0,-23,24,-23,54v0,30,0,54,23,54",w:137},":":{d:"66,-117r-36,0r0,-36r36,0r0,36xm66,0r-36,0r0,-36r36,0r0,36",w:87},";":{d:"65,20r-33,25r0,-81r33,0r0,56xm66,-117r-36,0r0,-36r36,0r0,36",w:87},"<":{d:"125,-27r-113,-66r0,-21r113,-66r0,32r-78,44r78,45r0,32",w:137},"=":{d:"143,-115r-126,0r0,-28r126,0r0,28xm143,-57r-126,0r0,-28r126,0r0,28",w:159},">":{d:"125,-93r-113,66r0,-32r78,-45r-78,-44r0,-32r113,66r0,21",w:137},"?":{d:"75,-258v55,-4,69,68,44,108v-14,22,-34,40,-29,81r-29,0v-11,-61,38,-72,40,-124v0,-24,-5,-38,-26,-39v-19,-1,-26,19,-25,36r-29,0v-2,-37,18,-59,54,-62xm93,0r-35,0r0,-36r35,0r0,36",w:144},"@":{d:"79,-123v-8,-50,49,-67,73,-37v1,-34,3,-73,-31,-71v-36,2,-73,-7,-73,33r0,155v0,12,3,20,10,26r-21,21v-14,-13,-19,-26,-19,-46r0,-159v-1,-57,51,-57,109,-55v35,1,53,18,54,55r0,201r-28,0r0,-14v-21,31,-74,16,-74,-35r0,-74xm130,-23v35,-1,22,-65,22,-100v0,-17,-10,-26,-22,-26v-35,1,-22,65,-22,100v0,17,10,26,22,26",w:202},A:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm100,-88r-24,-118r-24,118r48,0",w:152},B:{d:"111,-134v23,6,31,37,31,60v0,77,-49,77,-119,74r0,-256v66,-3,117,-4,117,68v0,24,-9,48,-29,54xm111,-74v0,-43,-19,-49,-57,-46r0,92v38,2,57,0,57,-46xm109,-188v0,-41,-20,-42,-55,-41r0,82v35,2,55,-2,55,-41",w:159},C:{d:"80,-25v22,0,28,-18,28,-38r31,0v0,38,-20,66,-59,66v-65,0,-63,-41,-63,-131v0,-91,-2,-125,63,-131v39,-4,58,29,59,66r-31,0v0,-20,-6,-38,-28,-38v-41,10,-32,26,-32,103v0,78,-8,91,32,103",w:152},D:{d:"82,-256v64,9,62,39,62,128v0,90,2,118,-62,128r-59,0r0,-256r59,0xm54,-28v70,0,59,-13,59,-100v0,-88,11,-100,-59,-101r0,201",w:161},E:{d:"122,0r-99,0r0,-256r99,0r0,27r-68,0r0,86r59,0r0,28r-59,0r0,87r68,0r0,28",w:136},F:{d:"122,-229r-68,0r0,86r59,0r0,28r-59,0r0,115r-31,0r0,-256r99,0r0,27"},G:{d:"48,-128v0,78,-8,91,32,103v36,1,27,-51,28,-87r-28,0r0,-26r59,0r0,76v0,42,-26,65,-59,65v-65,0,-63,-41,-63,-131v0,-91,-2,-131,63,-131v39,0,59,28,59,66r-31,0v0,-17,-4,-38,-28,-38v-41,10,-32,26,-32,103",w:156},H:{d:"142,0r-31,0r0,-116r-57,0r0,116r-31,0r0,-256r31,0r0,112r57,0r0,-112r31,0r0,256",w:164},I:{d:"54,0r-31,0r0,-256r31,0r0,256",w:77},J:{d:"109,-61v7,60,-73,84,-107,44r22,-20v17,22,54,13,54,-24r0,-195r31,0r0,195",w:129},K:{d:"155,0r-33,0r-46,-116r-22,44r0,72r-31,0r0,-256r31,0r0,130r62,-130r32,0r-52,106",w:158},L:{d:"122,0r-99,0r0,-256r31,0r0,228r68,0r0,28",w:129},M:{d:"185,0r-31,0r0,-183r-41,120r-19,0r-40,-117r0,180r-31,0r0,-256r29,0r52,142r52,-142r29,0r0,256",w:208},N:{d:"148,0r-28,0r-66,-175r0,175r-31,0r0,-256r29,0r66,175r-1,-175r31,0r0,256",w:171},O:{d:"80,-259v65,9,62,40,62,131v0,91,3,122,-62,131v-65,-9,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-25v39,-12,31,-26,31,-103v0,-61,-2,-82,-11,-94v-4,-6,-10,-9,-20,-9v-41,10,-32,26,-32,103v0,78,-8,91,32,103",w:159},P:{d:"141,-182v0,65,-27,79,-87,75r0,107r-31,0r0,-256v69,0,118,-10,118,74xm111,-181v0,-41,-17,-53,-57,-48r0,95v39,4,57,-6,57,-47",w:156},Q:{d:"80,-259v65,9,61,40,62,131v0,54,-1,83,-11,102r21,17r-15,18r-21,-18v-9,7,-21,12,-36,12v-65,0,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-231v-41,10,-32,27,-32,103v0,61,3,81,11,94v5,9,24,12,34,6r-17,-14r15,-18r14,12v9,-15,10,-173,-5,-174v-4,-6,-10,-9,-20,-9",w:159},R:{d:"150,0r-33,0r-35,-110r-28,0r0,110r-31,0r0,-256v69,0,118,-10,118,73v0,36,-8,57,-30,67xm111,-183v0,-40,-18,-51,-57,-46r0,91v38,4,57,-5,57,-45",w:163},S:{d:"75,-231v-22,0,-27,17,-29,39v-4,39,29,42,54,53v29,13,36,30,36,70v0,70,-66,90,-106,56v-13,-11,-16,-27,-16,-54r31,0v0,28,4,41,30,41v24,0,30,-16,30,-42v0,-78,-103,-34,-90,-123v-8,-57,65,-87,103,-53v14,12,17,30,17,53r-31,0v0,-23,-6,-40,-29,-40",w:151},T:{d:"125,-229r-43,0r0,229r-31,0r0,-229r-43,0r0,-27r117,0r0,27",w:132},U:{d:"80,3v-34,0,-60,-24,-59,-61r0,-198r31,0r0,199v0,20,13,32,28,32v15,0,28,-12,28,-32r0,-199r31,0r0,198v0,38,-24,61,-59,61",w:160},V:{d:"144,-256r-55,256r-32,0r-56,-256r35,0r37,206r37,-206r34,0",w:145},W:{d:"233,-256r-44,256r-32,0r-40,-206r-39,206r-32,0r-45,-256r35,0r26,206r38,-206r35,0r39,206r25,-206r34,0",w:234},X:{d:"140,0r-34,0r-34,-102r-33,102r-34,0r49,-133r-45,-123r34,0r29,93r30,-93r34,0r-47,123",w:145},Y:{d:"126,-256r-47,152r0,104r-31,0r0,-104r-47,-152r34,0r28,109r29,-109r34,0",w:127},Z:{d:"114,0r-103,0r0,-23r71,-206r-66,0r0,-27r98,0r0,23r-70,205r70,0r0,28",w:125},"[":{d:"83,27r-62,0r0,-310r62,0r0,26r-33,0r0,258r33,0r0,26",w:93},"\\":{d:"96,27r-28,0r-67,-310r29,0",w:97},"]":{d:"72,27r-62,0r0,-26r33,0r0,-258r-33,0r0,-26r62,0r0,310",w:93},"^":{d:"143,-157r-29,0r-32,-72r-32,72r-29,0r48,-101r26,0",w:163},_:{d:"160,52r-160,0r0,-22r160,0r0,22",w:159},"`":{d:"81,-211r-22,0r-29,-49r26,0"},a:{d:"65,-189v79,0,44,117,51,189r-28,0r0,-17v-20,37,-76,19,-76,-36v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,0,-22,11,-21,28r-30,0v-1,-28,20,-53,51,-53xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63"},b:{d:"80,-189v45,4,45,35,45,96v0,61,-1,96,-45,96v-14,0,-25,-7,-31,-17r0,14r-28,0r0,-256r29,0r0,82v6,-9,16,-15,30,-15xm72,-23v27,-5,23,-26,23,-70v0,-44,5,-66,-23,-70v-39,4,-17,73,-22,112v-2,16,7,28,22,28",w:139},c:{d:"68,-23v15,0,23,-13,22,-29r28,0v1,34,-18,56,-51,55v-47,-1,-53,-37,-53,-96v0,-59,6,-93,53,-96v33,-2,53,24,51,54r-28,0v1,-14,-7,-29,-22,-28v-30,3,-24,26,-24,70v0,45,-5,70,24,70",w:130},d:{d:"59,-189v14,-1,24,6,31,15r0,-82r29,0r0,256r-29,0r0,-14v-6,9,-17,18,-31,17v-44,-4,-45,-35,-45,-96v0,-61,0,-92,45,-96xm67,-23v40,-5,23,-73,23,-113v0,-16,-8,-28,-23,-27v-28,3,-23,27,-23,70v0,44,-4,65,23,70",w:139},e:{d:"14,-93v0,-58,6,-96,53,-96v50,0,54,44,53,103r-76,0v2,42,-3,58,24,63v15,-1,22,-13,23,-29r29,0v1,31,-20,56,-52,55v-47,-3,-54,-38,-54,-96xm91,-108v4,-44,-11,-66,-40,-48v-6,7,-7,23,-7,48r47,0",w:133},f:{d:"85,-164r-28,0r0,164r-30,0r0,-164r-21,0r0,-22r21,0v-5,-45,16,-74,58,-72r0,27v-26,-1,-30,19,-28,45r28,0r0,22",w:91},g:{d:"60,-189v15,-2,24,6,30,16r0,-13r29,0r0,191v8,61,-52,83,-89,53v-11,-9,-15,-25,-15,-41r29,0v-1,16,7,29,23,29v27,-1,22,-37,23,-68v-7,9,-15,17,-30,16v-44,-4,-46,-31,-46,-92v0,-61,2,-86,46,-91xm67,-32v38,-3,23,-67,23,-104v0,-16,-9,-27,-23,-27v-28,0,-23,24,-23,65v0,42,-4,61,23,66",w:139},h:{d:"50,-173v20,-32,73,-15,73,36r0,137r-29,0r0,-137v0,-17,-10,-26,-22,-26v-12,0,-22,9,-22,26r0,137r-29,0r0,-256r29,0r0,83",w:142},i:{d:"50,0r-29,0r0,-183r29,0r0,183xm52,-220r-34,0r0,-33r34,0r0,33",w:70},j:{d:"50,17v0,38,-24,52,-58,53r0,-26v18,0,29,-8,29,-29r0,-198r29,0r0,200xm52,-220r-34,0r0,-33r34,0r0,33",w:70},k:{d:"138,0r-33,0r-35,-88r-20,32r0,56r-29,0r0,-256r29,0r0,158r53,-88r31,0r-46,72",w:142},l:{d:"76,0v-34,-1,-57,-15,-57,-53r0,-203r29,0r0,202v0,18,9,28,28,28r0,26",w:82},m:{d:"116,-170v21,-33,80,-23,80,33r0,137r-29,0r0,-137v0,-17,-10,-26,-22,-26v-12,0,-22,9,-22,26r0,137r-29,0r0,-137v0,-17,-10,-26,-22,-26v-12,0,-22,9,-22,26r0,137r-29,0r0,-186r28,0r0,14v11,-23,53,-22,67,2",w:215},n:{d:"49,-172v20,-32,74,-17,74,35r0,137r-29,0r0,-137v0,-17,-10,-26,-22,-26v-12,0,-22,9,-22,26r0,137r-29,0r0,-186r28,0r0,14",w:142},o:{d:"67,-189v48,0,53,36,53,96v0,60,-4,96,-53,96v-48,0,-53,-37,-53,-96v0,-59,5,-96,53,-96xm67,-23v29,-5,24,-25,24,-70v0,-44,6,-67,-24,-70v-29,4,-23,26,-23,70v0,44,-5,65,23,70"},p:{d:"80,-189v44,4,45,36,45,96v0,62,0,96,-45,96v-14,0,-24,-7,-30,-16r0,83r-29,0r0,-256r28,0r0,14v5,-10,16,-18,31,-17xm72,-23v27,-5,23,-26,23,-70v0,-44,5,-66,-23,-70v-39,4,-17,73,-22,112v-2,16,7,28,22,28",w:139},q:{d:"59,-189v15,-1,26,7,31,17r0,-14r29,0r0,256r-29,0r0,-83v-7,9,-17,16,-31,16v-45,0,-45,-35,-45,-96v0,-61,0,-92,45,-96xm67,-23v40,-5,23,-73,23,-113v0,-16,-8,-28,-23,-27v-28,3,-23,27,-23,70v0,44,-4,65,23,70",w:139},r:{d:"92,-161v-25,-2,-42,10,-42,34r0,127r-29,0r0,-186r28,0r0,19v8,-13,24,-22,43,-22r0,28",w:97},s:{d:"64,-164v-29,0,-30,43,-4,50v27,14,58,23,58,63v0,49,-60,70,-91,39v-11,-11,-16,-24,-16,-41r29,0v0,16,9,29,24,30v32,1,31,-49,4,-56v-25,-14,-56,-22,-56,-59v0,-45,58,-66,89,-38v10,9,15,23,15,41r-29,0v1,-18,-8,-28,-23,-29",w:129},t:{d:"86,0v-35,1,-59,-17,-59,-53r0,-111r-21,0r0,-22r21,0r0,-52r30,0r0,52r28,0r0,22r-28,0r0,110v0,20,10,28,29,28r0,26",w:93},u:{d:"94,-14v-22,31,-75,17,-75,-35r0,-137r29,0r0,137v0,17,11,26,23,26v12,0,22,-9,22,-26r0,-137r29,0r0,186r-28,0r0,-14",w:142},v:{d:"122,-186r-45,186r-31,0r-45,-186r32,0r29,140r28,-140r32,0",w:123},w:{d:"188,-186r-39,186r-30,0r-25,-136r-25,136r-29,0r-39,-186r34,0r21,140r25,-140r26,0r26,140r22,-140r33,0",w:189},x:{d:"123,0r-32,0r-27,-67r-27,67r-32,0r42,-95r-40,-91r32,0r25,65r25,-65r32,0r-41,91",w:128},y:{d:"122,-186r-53,216v-8,33,-30,40,-61,40r0,-26v29,3,34,-22,39,-44r-46,-186r32,0r29,140r28,-140r32,0",w:124},z:{d:"100,0r-91,0r0,-22r58,-139r-54,0r0,-25r87,0r0,22r-59,138r59,0r0,26",w:108},"{":{d:"48,-128v33,7,21,66,23,105v0,20,12,25,31,23r0,27v-38,3,-58,-13,-61,-49v-3,-36,18,-100,-31,-93r0,-26v75,8,-22,-158,92,-142r0,26v-65,-11,0,111,-54,129",w:111},"|":{d:"67,27r-29,0r0,-310r29,0r0,310",w:104},"}":{d:"10,-283v38,-3,58,13,61,49v3,36,-18,100,31,93r0,26v-75,-8,22,158,-92,142r0,-27v66,12,2,-110,54,-128v-32,-8,-20,-66,-22,-105v-1,-19,-12,-26,-32,-24r0,-26",w:111},"~":{d:"13,-102v35,-54,80,17,117,-18r18,17v-35,54,-81,-17,-118,18",w:159},Ä:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm100,-88r-24,-118r-24,118r48,0xm63,-279r-29,0r0,-30r29,0r0,30xm120,-279r-30,0r0,-30r30,0r0,30",w:152},Å:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm112,-307v0,19,-16,36,-35,36v-19,0,-35,-17,-35,-36v0,-19,16,-35,35,-35v19,0,35,16,35,35xm100,-88r-24,-118r-24,118r48,0xm94,-307v0,-10,-7,-17,-17,-17v-10,0,-18,7,-18,17v0,10,8,18,18,18v10,0,17,-8,17,-18",w:152},Ç:{d:"80,-25v22,0,28,-18,28,-38r31,0v0,38,-20,66,-59,66v-65,0,-63,-41,-63,-131v0,-91,-2,-125,63,-131v39,-4,58,29,59,66r-31,0v0,-20,-6,-38,-28,-38v-41,10,-32,26,-32,103v0,78,-8,91,32,103xm91,14r-18,52r-23,0r20,-52r21,0",w:152},É:{d:"122,0r-99,0r0,-256r99,0r0,27r-68,0r0,86r59,0r0,28r-59,0r0,87r68,0r0,28xm112,-323r-30,49r-22,0r25,-49r27,0",w:136},Ñ:{d:"148,0r-28,0r-66,-175r0,175r-31,0r0,-256r29,0r66,175r-1,-175r31,0r0,256xm41,-294v27,-40,52,13,81,-12r13,13v-27,38,-54,-12,-81,12",w:171},Ö:{d:"80,-259v65,9,62,40,62,131v0,91,3,122,-62,131v-65,-9,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-25v39,-12,31,-26,31,-103v0,-61,-2,-82,-11,-94v-4,-6,-10,-9,-20,-9v-41,10,-32,26,-32,103v0,78,-8,91,32,103xm65,-279r-30,0r0,-30r30,0r0,30xm121,-279r-29,0r0,-30r29,0r0,30",w:159},Ü:{d:"80,3v-34,0,-60,-24,-59,-61r0,-198r31,0r0,199v0,20,13,32,28,32v15,0,28,-12,28,-32r0,-199r31,0r0,198v0,38,-24,61,-59,61xm68,-279r-30,0r0,-30r30,0r0,30xm124,-279r-29,0r0,-30r29,0r0,30",w:160},á:{d:"65,-189v79,0,44,117,51,189r-28,0r0,-17v-20,37,-76,19,-76,-36v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,0,-22,11,-21,28r-30,0v-1,-28,20,-53,51,-53xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63xm105,-260r-29,49r-22,0r24,-49r27,0"},à:{d:"64,-189v80,0,45,117,52,189r-28,0r0,-17v-20,38,-83,18,-77,-36v4,-39,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,1,-21,12,-21,28r-29,0v-1,-28,18,-53,50,-53xm86,-86v-29,-3,-47,6,-46,32v0,19,8,31,23,31v26,1,24,-35,23,-63xm80,-211r-22,0r-30,-49r27,0"},â:{d:"65,-189v79,0,44,117,51,189r-28,0r0,-17v-20,37,-76,19,-76,-36v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,0,-22,11,-21,28r-30,0v-1,-28,20,-53,51,-53xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63xm111,-211r-24,0r-21,-31r-21,31r-24,0r33,-49r24,0"},ä:{d:"65,-189v79,0,44,117,51,189r-28,0r0,-17v-20,37,-76,19,-76,-36v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,0,-22,11,-21,28r-30,0v-1,-28,20,-53,51,-53xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63xm53,-216r-30,0r0,-30r30,0r0,30xm109,-216r-29,0r0,-30r29,0r0,30"},ã:{d:"65,-189v79,0,44,117,51,189r-28,0r0,-17v-20,37,-76,19,-76,-36v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,0,-22,11,-21,28r-30,0v-1,-28,20,-53,51,-53xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63xm19,-231v27,-40,53,12,81,-12r14,13v-27,38,-54,-12,-81,12"},å:{d:"65,-189v79,0,44,117,51,189r-28,0r0,-17v-20,37,-76,19,-76,-36v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-15,0,-22,11,-21,28r-30,0v-1,-28,20,-53,51,-53xm101,-246v0,19,-16,36,-35,36v-19,0,-35,-17,-35,-36v0,-19,16,-34,35,-34v19,0,35,15,35,34xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63xm84,-246v0,-10,-8,-17,-18,-17v-10,0,-18,7,-18,17v0,10,8,18,18,18v10,0,18,-8,18,-18"},ç:{d:"68,-23v15,0,23,-13,22,-29r28,0v1,34,-18,56,-51,55v-47,-1,-53,-37,-53,-96v0,-59,6,-93,53,-96v33,-2,53,24,51,54r-28,0v1,-14,-7,-29,-22,-28v-30,3,-24,26,-24,70v0,45,-5,70,24,70xm81,14r-18,52r-23,0r21,-52r20,0",w:130},é:{d:"14,-93v0,-58,6,-96,53,-96v50,0,54,44,53,103r-76,0v2,42,-3,58,24,63v15,-1,22,-13,23,-29r29,0v1,31,-20,56,-52,55v-47,-3,-54,-38,-54,-96xm91,-108v4,-44,-11,-66,-40,-48v-6,7,-7,23,-7,48r47,0xm106,-260r-29,49r-22,0r24,-49r27,0",w:133},è:{d:"30,-93v0,-58,5,-96,52,-96v50,0,54,44,53,103r-76,0v2,41,-2,57,24,63v15,-1,22,-13,23,-29r29,0v1,31,-20,56,-52,55v-47,-3,-53,-37,-53,-96xm106,-108v4,-44,-11,-66,-40,-48v-6,7,-7,23,-7,48r47,0xm93,-211r-22,0r-30,-49r27,0"},ê:{d:"14,-93v0,-58,6,-96,53,-96v50,0,54,44,53,103r-76,0v2,42,-3,58,24,63v15,-1,22,-13,23,-29r29,0v1,31,-20,56,-52,55v-47,-3,-54,-38,-54,-96xm91,-108v4,-44,-11,-66,-40,-48v-6,7,-7,23,-7,48r47,0xm113,-211r-24,0r-21,-31r-22,31r-24,0r34,-49r24,0",w:133},ë:{d:"14,-93v0,-58,6,-96,53,-96v50,0,54,44,53,103r-76,0v2,42,-3,58,24,63v15,-1,22,-13,23,-29r29,0v1,31,-20,56,-52,55v-47,-3,-54,-38,-54,-96xm91,-108v4,-44,-11,-66,-40,-48v-6,7,-7,23,-7,48r47,0xm54,-216r-29,0r0,-30r29,0r0,30xm111,-216r-30,0r0,-30r30,0r0,30",w:133},í:{d:"50,0r-29,0r0,-186r29,0r0,186xm74,-260r-29,49r-23,0r25,-49r27,0",w:70},ì:{d:"50,0r-29,0r0,-186r29,0r0,186xm49,-211r-22,0r-29,-49r26,0",w:70},î:{d:"50,0r-29,0r0,-186r29,0r0,186xm81,-211r-24,0r-22,-31r-21,31r-24,0r33,-49r24,0",w:70},ï:{d:"50,0r-29,0r0,-186r29,0r0,186xm78,-216r-29,0r0,-30r29,0r0,30xm22,-216r-30,0r0,-30r30,0r0,30",w:70},ñ:{d:"49,-172v20,-32,74,-17,74,35r0,137r-29,0r0,-137v0,-17,-10,-26,-22,-26v-12,0,-22,9,-22,26r0,137r-29,0r0,-186r28,0r0,14xm26,-231v27,-39,53,12,81,-12r14,13v-28,38,-54,-12,-82,12",w:142},ó:{d:"67,-189v48,0,53,36,53,96v0,60,-4,96,-53,96v-48,0,-53,-37,-53,-96v0,-59,5,-96,53,-96xm67,-23v29,-5,24,-25,24,-70v0,-44,6,-67,-24,-70v-29,4,-23,26,-23,70v0,44,-5,65,23,70xm106,-260r-29,49r-22,0r24,-49r27,0"},ò:{d:"82,-189v48,0,53,36,53,96v0,60,-4,96,-53,96v-48,0,-52,-37,-52,-96v0,-59,4,-96,52,-96xm82,-23v29,-5,24,-25,24,-70v0,-44,6,-67,-24,-70v-29,4,-23,26,-23,70v0,44,-5,65,23,70xm95,-211r-22,0r-29,-49r26,0"},ô:{d:"67,-189v48,0,53,36,53,96v0,60,-4,96,-53,96v-48,0,-53,-37,-53,-96v0,-59,5,-96,53,-96xm67,-23v29,-5,24,-25,24,-70v0,-44,6,-67,-24,-70v-29,4,-23,26,-23,70v0,44,-5,65,23,70xm113,-211r-24,0r-21,-31r-22,31r-24,0r34,-49r24,0"},ö:{d:"67,-189v48,0,53,36,53,96v0,60,-4,96,-53,96v-48,0,-53,-37,-53,-96v0,-59,5,-96,53,-96xm67,-23v29,-5,24,-25,24,-70v0,-44,6,-67,-24,-70v-29,4,-23,26,-23,70v0,44,-5,65,23,70xm54,-216r-29,0r0,-30r29,0r0,30xm111,-216r-30,0r0,-30r30,0r0,30"},õ:{d:"67,-189v48,0,53,36,53,96v0,60,-4,96,-53,96v-48,0,-53,-37,-53,-96v0,-59,5,-96,53,-96xm67,-23v29,-5,24,-25,24,-70v0,-44,6,-67,-24,-70v-29,4,-23,26,-23,70v0,44,-5,65,23,70xm21,-231v27,-39,53,12,81,-12r14,13v-28,38,-54,-12,-82,12"},ú:{d:"94,-14v-22,31,-75,17,-75,-35r0,-137r29,0r0,137v0,17,11,26,23,26v12,0,22,-9,22,-26r0,-137r29,0r0,186r-28,0r0,-14xm112,-260r-29,49r-22,0r24,-49r27,0",w:142},ù:{d:"94,-14v-22,31,-75,17,-75,-35r0,-137r29,0r0,137v0,17,11,26,23,26v12,0,22,-9,22,-26r0,-137r29,0r0,186r-28,0r0,-14xm84,-211r-23,0r-29,-49r27,0",w:142},û:{d:"94,-14v-22,31,-75,17,-75,-35r0,-137r29,0r0,137v0,17,11,26,23,26v12,0,22,-9,22,-26r0,-137r29,0r0,186r-28,0r0,-14xm117,-211r-24,0r-21,-31r-22,31r-24,0r34,-49r24,0",w:142},ü:{d:"94,-14v-22,31,-75,17,-75,-35r0,-137r29,0r0,137v0,17,11,26,23,26v12,0,22,-9,22,-26r0,-137r29,0r0,186r-28,0r0,-14xm58,-216r-30,0r0,-30r30,0r0,30xm114,-216r-29,0r0,-30r29,0r0,30",w:142},"°":{d:"125,-207v0,30,-24,54,-54,54v-30,0,-53,-24,-53,-54v0,-30,23,-53,53,-53v30,0,54,23,54,53xm99,-207v0,-16,-12,-28,-28,-28v-16,0,-27,12,-27,28v0,16,11,28,27,28v16,0,28,-12,28,-28",w:142},"¢":{d:"80,-66v8,-3,11,-14,11,-24r29,0v0,28,-14,47,-40,51r0,39r-23,0r0,-39v-38,-7,-41,-38,-41,-91v0,-54,4,-83,41,-91r0,-35r23,0r0,35v25,2,41,27,40,52r-29,0v0,-9,-3,-21,-11,-25r0,128xm57,-193v-19,7,-18,116,0,127r0,-127",w:132},"£":{d:"142,0r-107,0r0,-122r-23,0r0,-22r23,0r0,-52v-3,-62,72,-81,107,-44r-21,20v-16,-20,-55,-12,-55,23r0,53r30,0r0,22r-30,0r0,94r76,0r0,28",w:153},"§":{d:"74,-230v-29,0,-28,44,-4,50v33,18,63,22,59,82v-2,37,-6,54,-31,63v45,19,32,105,-26,100v-30,-3,-52,-23,-52,-52r30,0v-1,14,9,25,22,26v33,2,28,-49,3,-54v-33,-15,-56,-29,-56,-83v0,-36,5,-53,31,-61v-45,-16,-32,-97,24,-97v31,0,51,21,51,51r-29,0v1,-13,-9,-25,-22,-25xm73,-50v22,-3,26,-18,26,-48v0,-30,-4,-44,-26,-47v-22,2,-25,16,-25,47v0,28,3,45,25,48",w:147},"¶":{d:"184,70r-29,0r0,-299r-40,0r0,299r-29,0r0,-177v-49,3,-68,-11,-71,-74v-5,-107,86,-68,169,-75r0,326",w:205},ß:{d:"105,-148v32,13,31,110,7,135v-10,11,-26,13,-40,13r0,-26v27,-2,27,-18,27,-55v0,-34,1,-53,-27,-54r0,-25v21,2,23,-20,23,-36v0,-21,-4,-37,-23,-37v-13,0,-22,8,-22,26r0,207r-29,0r0,-206v-1,-35,21,-50,51,-53v57,-5,70,82,33,111",w:141},"®":{d:"284,-128v0,72,-59,130,-131,130v-72,0,-130,-58,-130,-130v0,-72,58,-130,130,-130v72,0,131,58,131,130xm263,-128v0,-62,-49,-111,-110,-111v-61,0,-109,49,-109,111v0,62,48,111,109,111v61,0,110,-49,110,-111xm157,-199v42,-6,46,64,18,78r21,64r-20,0r-19,-60r-17,0r0,60r-19,0r0,-142r36,0xm140,-135v21,2,34,-2,32,-23v3,-22,-11,-25,-32,-23r0,46",w:307},"©":{d:"284,-128v0,72,-59,130,-131,130v-72,0,-130,-58,-130,-130v0,-72,58,-130,130,-130v72,0,131,58,131,130xm263,-128v0,-62,-49,-111,-110,-111v-61,0,-109,49,-109,111v0,62,48,111,109,111v61,0,110,-49,110,-111xm154,-72v12,0,17,-9,16,-23r19,0v1,25,-12,40,-35,40v-36,0,-37,-30,-37,-73v0,-56,23,-90,62,-64v7,7,10,17,10,31r-19,0v1,-12,-5,-24,-16,-22v-22,3,-18,20,-18,55v0,35,-3,52,18,56",w:307},"´":{d:"106,-260r-29,49r-22,0r24,-49r27,0"},"¨":{d:"54,-216r-29,0r0,-30r29,0r0,30xm111,-216r-30,0r0,-30r30,0r0,30"},Æ:{d:"215,0r-98,0r0,-62r-59,0r-22,62r-34,0r94,-256r119,0r0,27r-67,0r0,86r58,0r0,28r-58,0r0,87r67,0r0,28xm117,-90r0,-139r-49,139r49,0",w:230},Ø:{d:"17,-128v1,-91,-2,-131,63,-131v12,0,21,2,29,7r7,-20r23,0r-12,35v15,19,15,51,15,109v-1,91,3,131,-62,131v-12,0,-22,-2,-30,-7r-7,20r-22,0r12,-35v-15,-19,-16,-51,-16,-109xm80,-231v-41,10,-32,26,-32,103v0,35,0,52,3,63r49,-158v-4,-5,-11,-8,-20,-8xm80,-25v39,-12,31,-26,31,-103v0,-35,-1,-52,-3,-63r-49,158v4,5,12,8,21,8",w:155},"±":{d:"143,-108r-49,0r0,49r-28,0r0,-49r-49,0r0,-28r49,0r0,-49r28,0r0,49r49,0r0,28xm143,-9r-126,0r0,-27r126,0r0,27",w:159},"¥":{d:"124,-256r-33,110r20,0r0,23r-27,0v-3,10,-7,19,-6,34r33,0r0,22r-33,0r0,67r-29,0r0,-67r-33,0r0,-22r33,0v1,-15,-3,-24,-6,-34r-27,0r0,-23r20,0r-33,-110r32,0r28,109r29,-109r32,0",w:127},ª:{d:"54,-258v62,0,37,90,42,147r-23,0r0,-11v-19,27,-67,10,-63,-30v3,-31,24,-46,62,-43v0,-20,2,-42,-18,-42v-10,0,-18,12,-17,22r-24,0v-1,-23,16,-43,41,-43xm72,-177v-22,-2,-38,3,-37,24v0,13,5,23,18,23v18,1,21,-25,19,-47",w:113},º:{d:"56,-258v37,0,43,29,43,75v0,46,-6,75,-43,75v-37,0,-43,-29,-43,-75v0,-46,6,-75,43,-75xm56,-130v22,-2,19,-25,19,-53v0,-29,3,-51,-19,-53v-21,3,-18,24,-18,53v0,29,-3,50,18,53",w:112},æ:{d:"103,-172v13,-21,56,-23,73,-3v15,17,16,49,16,89r-76,0v2,42,-3,58,24,63v15,0,23,-12,23,-29r29,0v8,55,-77,74,-96,29v-17,43,-84,31,-84,-30v0,-40,27,-60,75,-55v1,-26,3,-58,-22,-56v-14,1,-22,11,-21,28r-30,0v-8,-45,63,-73,89,-36xm87,-86v-29,-3,-47,5,-46,32v0,19,7,31,22,31v26,1,25,-35,24,-63xm163,-108v5,-44,-11,-66,-40,-48v-6,7,-7,23,-7,48r47,0",w:206},ø:{d:"26,-17v-18,-43,-31,-172,41,-172v10,0,20,2,27,6r7,-19r21,0r-13,32v16,44,31,173,-42,173v-10,0,-19,-2,-26,-6r-7,19r-21,0xm52,-29v34,20,39,-12,39,-64v0,-16,0,-30,-2,-36xm83,-158v-36,-18,-42,14,-39,65v0,16,-1,29,1,35",w:133},"¿":{d:"69,46v20,1,26,-21,26,-37r29,0v1,37,-18,61,-55,63v-54,3,-69,-68,-44,-109v14,-22,34,-40,29,-80r29,0v10,60,-39,72,-40,124v0,24,5,38,26,39xm86,-151r-35,0r0,-35r35,0r0,35",w:144},"¡":{d:"54,70r-30,0r0,-187r30,0r0,187xm57,-151r-36,0r0,-35r36,0r0,35",w:87},"¬":{d:"142,-53r-28,0r0,-38r-96,0r0,-28r124,0r0,66",w:159},"«":{d:"63,-15r-54,-83r54,-82r0,45r-25,37r25,37r0,46xm123,-15r-54,-83r54,-82r0,45r-25,37r25,37r0,46",w:141},"»":{d:"132,-98r-54,83r0,-46r25,-37r-25,-37r0,-45xm72,-98r-54,83r0,-46r25,-37r-25,-37r0,-45",w:141}," ":{w:67},À:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm100,-88r-24,-118r-24,118r48,0xm90,-274r-22,0r-29,-49r26,0",w:152},Ã:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm100,-88r-24,-118r-24,118r48,0xm30,-294v27,-39,53,12,81,-12r14,13v-27,38,-54,-12,-81,12",w:152},Õ:{d:"80,-259v65,9,62,40,62,131v0,91,3,122,-62,131v-65,-9,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-25v39,-12,31,-26,31,-103v0,-61,-2,-82,-11,-94v-4,-6,-10,-9,-20,-9v-41,10,-32,26,-32,103v0,78,-8,91,32,103xm32,-294v27,-40,52,13,81,-12r13,13v-27,38,-54,-12,-81,12",w:159},"÷":{d:"143,-86r-126,0r0,-28r126,0r0,28xm98,-22r-36,0r0,-36r36,0r0,36xm98,-142r-36,0r0,-35r36,0r0,35",w:159},ÿ:{d:"122,-186r-53,216v-8,33,-30,40,-61,40r0,-26v29,3,34,-22,39,-44r-46,-186r32,0r29,140r28,-140r32,0xm50,-216r-30,0r0,-30r30,0r0,30xm106,-216r-29,0r0,-30r29,0r0,30",w:124},"¤":{d:"65,-90v2,50,0,56,31,65v23,0,28,-19,28,-38r31,0v0,38,-20,66,-59,66v-52,0,-60,-27,-62,-93r-22,0r0,-22r21,0r0,-32r-21,0r0,-23r22,0v2,-67,10,-88,62,-92v39,-3,58,29,59,66r-31,0v7,-29,-30,-51,-49,-29v-7,9,-10,19,-10,55r43,0r0,23r-44,0r0,32r44,0r0,22r-43,0",w:170},"·":{d:"73,-84r-51,0r0,-51r51,0r0,51",w:95},Â:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm100,-88r-24,-118r-24,118r48,0xm122,-274r-24,0r-21,-31r-22,31r-24,0r34,-49r24,0",w:152},Ê:{d:"122,0r-99,0r0,-256r99,0r0,27r-68,0r0,86r59,0r0,28r-59,0r0,87r68,0r0,28xm119,-274r-24,0r-22,-31r-21,31r-24,0r34,-49r24,0",w:136},Á:{d:"151,0r-33,0r-12,-60r-60,0r-12,60r-32,0r60,-256r29,0xm100,-88r-24,-118r-24,118r48,0xm114,-323r-29,49r-22,0r25,-49r26,0",w:152},Ë:{d:"122,0r-99,0r0,-256r99,0r0,27r-68,0r0,86r59,0r0,28r-59,0r0,87r68,0r0,28xm60,-279r-29,0r0,-30r29,0r0,30xm116,-279r-29,0r0,-30r29,0r0,30",w:136},È:{d:"122,0r-99,0r0,-256r99,0r0,27r-68,0r0,86r59,0r0,28r-59,0r0,87r68,0r0,28xm87,-274r-23,0r-29,-49r27,0",w:136},Í:{d:"54,0r-31,0r0,-256r31,0r0,256xm77,-323r-29,49r-22,0r25,-49r26,0",w:77},Î:{d:"54,0r-31,0r0,-256r31,0r0,256xm84,-274r-24,0r-21,-31r-22,31r-24,0r34,-49r24,0",w:77},Ï:{d:"54,0r-31,0r0,-256r31,0r0,256xm26,-279r-30,0r0,-30r30,0r0,30xm82,-279r-29,0r0,-30r29,0r0,30",w:77},Ì:{d:"54,0r-31,0r0,-256r31,0r0,256xm54,-274r-22,0r-29,-49r26,0",w:77},Ó:{d:"80,-259v65,9,62,40,62,131v0,91,3,122,-62,131v-65,-9,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-25v39,-12,31,-26,31,-103v0,-61,-2,-82,-11,-94v-4,-6,-10,-9,-20,-9v-41,10,-32,26,-32,103v0,78,-8,91,32,103xm116,-323r-29,49r-22,0r25,-49r26,0",w:159},Ô:{d:"80,-259v65,9,62,40,62,131v0,91,3,122,-62,131v-65,-9,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-25v39,-12,31,-26,31,-103v0,-61,-2,-82,-11,-94v-4,-6,-10,-9,-20,-9v-41,10,-32,26,-32,103v0,78,-8,91,32,103xm123,-274r-23,0r-22,-31r-21,31r-24,0r33,-49r24,0",w:159},Ò:{d:"80,-259v65,9,62,40,62,131v0,91,3,122,-62,131v-65,-9,-63,-41,-63,-131v0,-91,-2,-122,63,-131xm80,-25v39,-12,31,-26,31,-103v0,-61,-2,-82,-11,-94v-4,-6,-10,-9,-20,-9v-41,10,-32,26,-32,103v0,78,-8,91,32,103xm91,-274r-22,0r-29,-49r27,0",w:159},Ú:{d:"80,3v-34,0,-60,-24,-59,-61r0,-198r31,0r0,199v0,20,13,32,28,32v15,0,28,-12,28,-32r0,-199r31,0r0,198v0,38,-24,61,-59,61xm119,-323r-29,49r-22,0r25,-49r26,0",w:160},Û:{d:"80,3v-34,0,-60,-24,-59,-61r0,-198r31,0r0,199v0,20,13,32,28,32v15,0,28,-12,28,-32r0,-199r31,0r0,198v0,38,-24,61,-59,61xm126,-274r-23,0r-22,-31r-21,31r-24,0r33,-49r24,0",w:160},Ù:{d:"80,3v-34,0,-60,-24,-59,-61r0,-198r31,0r0,199v0,20,13,32,28,32v15,0,28,-12,28,-32r0,-199r31,0r0,198v0,38,-24,61,-59,61xm94,-274r-22,0r-29,-49r26,0",w:160},"¯":{d:"109,-220r-82,0r0,-21r82,0r0,21"},"¸":{d:"81,14r-18,52r-23,0r21,-52r20,0"}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 2000 Albert-Jan Pool, published by Fontshop International for the FontFont
 * library.
 */
Cufon.registerFont({w:143,face:{"font-family":"din-condensed","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0",ascent:"291",descent:"-69","x-height":"3",bbox:"-13 -347 282 70","underline-thickness":"27.72","underline-position":"-41.4",stemh:"36",stemv:"38","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:64},Ð:{d:"93,-256v67,4,68,52,68,128v0,76,-1,124,-68,128r-65,0r0,-113r-19,0r0,-32r19,0r0,-111r65,0xm68,-36v63,3,53,-24,53,-93v0,-69,10,-94,-53,-91r0,75r25,0r0,32r-25,0r0,77",w:176},ð:{d:"13,-87v0,-66,17,-105,69,-85r-10,-33r-27,0r0,-28r18,0r-8,-23r38,0r8,23r25,0r0,28r-17,0v22,53,50,208,-37,208v-46,0,-59,-37,-59,-90xm72,-31v22,-5,20,-22,20,-57v0,-35,3,-53,-20,-57v-24,3,-21,22,-21,57v0,36,-2,53,21,57",w:144},Ý:{d:"140,-256r-50,156r0,100r-40,0r0,-100r-50,-156r45,0r25,101r25,-101r45,0xm112,-324r-32,50r-26,0r26,-50r32,0",w:140},ý:{d:"136,-190r-54,214v-9,38,-35,43,-70,43r0,-34v24,3,33,-13,37,-33r-48,-190r43,0r25,130r25,-130r42,0xm111,-261r-31,50r-27,0r26,-50r32,0",w:137},Þ:{d:"152,-130v0,62,-27,84,-90,79r0,51r-40,0r0,-256r40,0r0,48v61,-4,90,14,90,78xm112,-130v3,-35,-15,-46,-50,-41r0,83v35,4,54,-7,50,-42",w:165},þ:{d:"88,-193v45,2,48,39,47,98v0,60,-1,98,-47,98v-14,0,-25,-6,-31,-15r0,79r-38,0r0,-323r37,0r0,80v6,-10,17,-18,32,-17xm76,-31v25,0,20,-26,20,-64v0,-38,5,-60,-20,-64v-35,5,-15,70,-19,105v-2,14,6,23,19,23",w:147},"½":{d:"198,-256r-89,256r-29,0r88,-256r30,0xm225,-156v41,-3,52,41,32,71r-42,64r53,0r0,21r-83,0r0,-20v17,-34,55,-55,55,-99v0,-9,-6,-15,-15,-15v-13,-1,-15,12,-14,26r-28,0v-3,-33,15,-46,42,-48xm76,-103r-27,0r0,-125r-27,17r0,-28v14,-9,27,-21,54,-17r0,153",w:282},"¼":{d:"198,-256r-89,256r-29,0r88,-256r30,0xm270,-23r-12,0r0,23r-28,0r0,-23r-52,0r0,-21r39,-110r27,0r-38,110r24,0r0,-25r28,0r0,25r12,0r0,21xm76,-103r-27,0r0,-125r-27,17r0,-28v14,-9,27,-21,54,-17r0,153",w:282},"¹":{d:"76,-103r-27,0r0,-125r-27,17r0,-28v14,-9,27,-21,54,-17r0,153",w:114},"¾":{d:"198,-256r-89,256r-29,0r88,-256r30,0xm81,-183v34,17,21,87,-25,82v-26,-3,-45,-13,-42,-45r27,0v-1,14,3,24,15,24v14,0,15,-12,15,-26v0,-18,-5,-28,-24,-25r0,-20v18,3,25,-9,23,-23v0,-11,-2,-21,-14,-21v-11,0,-16,10,-14,24r-27,0v-3,-31,15,-42,41,-45v45,-5,55,59,25,75xm270,-23r-12,0r0,23r-28,0r0,-23r-53,0r0,-21r40,-110r27,0r-38,110r24,0r0,-25r28,0r0,25r12,0r0,21",w:282},"³":{d:"81,-183v34,17,21,87,-25,82v-26,-3,-45,-13,-42,-45r27,0v-1,14,3,24,15,24v14,0,15,-12,15,-26v0,-18,-5,-28,-24,-25r0,-20v18,3,25,-9,23,-23v0,-11,-2,-21,-14,-21v-11,0,-16,10,-14,24r-27,0v-3,-31,15,-42,41,-45v45,-5,55,59,25,75",w:114},"²":{d:"57,-258v39,-3,52,41,32,70r-43,64r53,0r0,21r-83,0r0,-20v18,-34,56,-55,56,-99v0,-9,-6,-15,-15,-15v-13,0,-16,12,-15,27r-27,0v-4,-34,15,-46,42,-48",w:114},"¦":{d:"78,-158r-38,0r0,-124r38,0r0,124xm78,26r-38,0r0,-125r38,0r0,125",w:118},"×":{d:"149,-61r-25,24r-42,-41r-41,41r-25,-24r42,-42r-42,-42r25,-24r41,41r42,-41r25,24r-42,42",w:164},"!":{d:"69,-72r-38,0r0,-184r38,0r0,184xm73,0r-45,0r0,-44r45,0r0,44",w:92},'"':{d:"63,-184r-37,0r0,-72r37,0r0,72xm131,-184r-36,0r0,-72r36,0r0,72",w:157},"#":{d:"202,-154r-30,0r-7,46r26,0r0,36r-32,0r-10,72r-40,0r11,-72r-39,0r-10,72r-40,0r10,-72r-24,0r0,-36r30,0r7,-46r-26,0r0,-36r31,0r10,-66r40,0r-10,66r39,0r9,-66r40,0r-10,66r25,0r0,36xm132,-154r-38,0r-7,46r38,0",w:218},$:{d:"80,-222v-33,0,-33,63,-3,67v40,14,70,25,70,84v0,42,-13,65,-49,72r0,40r-35,0r0,-40v-35,-6,-50,-26,-49,-70r40,0v0,23,5,35,26,35v21,0,24,-12,26,-35v3,-43,-29,-43,-55,-55v-26,-11,-35,-25,-35,-65v0,-34,17,-60,47,-67r0,-34r35,0r0,33v33,5,47,32,47,70r-41,0v0,-20,-3,-35,-24,-35",w:161},"%":{d:"247,-40v0,28,-22,43,-46,43v-24,0,-46,-15,-46,-43r0,-48v0,-28,22,-43,46,-43v24,0,46,15,46,43r0,48xm108,-216v0,47,-1,91,-45,91v-24,0,-46,-15,-46,-43r0,-48v0,-28,22,-43,46,-43v24,0,45,15,45,43xm192,-256r-90,256r-29,0r89,-256r30,0xm63,-153v23,0,14,-40,14,-62v0,-11,-5,-16,-14,-16v-24,0,-15,40,-15,62v0,11,6,16,15,16xm201,-25v23,0,14,-40,14,-62v0,-11,-5,-17,-14,-17v-24,0,-15,40,-15,63v0,11,6,16,15,16",w:263},"&":{d:"179,0r-40,0r-14,-23v-33,45,-113,29,-113,-40v0,-29,14,-52,38,-77v-17,-22,-27,-40,-27,-62v0,-38,24,-57,52,-57v70,2,59,94,19,124r30,48v6,-12,10,-31,11,-48r32,0v-1,29,-10,60,-22,81xm106,-52r-37,-57v-15,15,-21,29,-21,43v0,39,43,46,58,14xm92,-204v0,-12,-7,-21,-17,-21v-27,6,-18,41,0,60v12,-13,17,-22,17,-39",w:179},"'":{d:"63,-184r-37,0r0,-72r37,0r0,72",w:88},"(":{d:"55,-45v-1,31,12,38,26,53r-26,26v-20,-19,-40,-41,-38,-77v6,-89,-24,-205,38,-247r26,25v-14,15,-26,23,-26,54r0,166",w:95},")":{d:"41,-290v20,19,39,41,37,77v-7,89,23,203,-37,247r-26,-26v14,-15,25,-22,25,-53r0,-166v1,-31,-11,-38,-25,-54",w:95},"*":{d:"135,-172r-14,23r-34,-21r2,45r-28,0r2,-45r-34,21r-14,-23r36,-19r-36,-18r14,-24r34,21r-2,-45r28,0r-2,45r34,-21r14,24r-36,18",w:150},"+":{d:"149,-86r-49,0r0,49r-36,0r0,-49r-48,0r0,-36r48,0r0,-48r36,0r0,48r49,0r0,36",w:164},",":{d:"62,23r-41,31r0,-99r41,0r0,68",w:82},"-":{d:"90,-86r-73,0r0,-36r73,0r0,36",w:106},".":{d:"64,0r-44,0r0,-44r44,0r0,44",w:84},"/":{d:"105,-283r-67,310r-36,0r67,-310r36,0",w:107},"0":{d:"72,-259v34,0,57,19,57,57r0,147v0,38,-23,58,-57,58v-34,0,-57,-20,-57,-58r0,-147v0,-38,23,-57,57,-57xm91,-53r0,-150v0,-15,-9,-22,-19,-22v-10,0,-19,7,-19,22r0,150v0,15,9,22,19,22v10,0,19,-7,19,-22",w:144},"1":{d:"102,0r-38,0r0,-212r-39,30r0,-43r39,-31r38,0r0,256",w:144},"2":{d:"73,-259v60,-4,66,70,43,114r-58,111r72,0r0,34r-113,0r0,-32r64,-125v9,-14,20,-68,-8,-68v-16,0,-21,19,-19,39r-38,0v-5,-47,18,-70,57,-73",w:144},"3":{d:"107,-136v41,29,32,145,-35,139v-39,-4,-62,-26,-57,-73r38,0v-2,20,3,41,19,39v20,-2,19,-21,20,-45v0,-30,-2,-47,-33,-44r0,-32v27,4,33,-12,31,-37v9,-35,-33,-51,-35,-15r0,18r-38,0v-4,-46,16,-70,55,-73v63,-5,72,95,35,123",w:144},"4":{d:"136,-40r-18,0r0,40r-38,0r0,-40r-71,0r0,-34r66,-182r37,0r-64,182r32,0r0,-46r38,0r0,46r18,0r0,34",w:144},"5":{d:"84,-170v43,1,46,34,46,84v0,53,-12,89,-58,89v-38,0,-61,-25,-57,-70r38,0v-2,20,2,42,19,40v23,-2,20,-27,20,-56v0,-30,2,-51,-20,-53v-12,-1,-20,11,-19,27r-36,0r0,-147r110,0r0,34r-75,0r0,69v7,-10,16,-18,32,-17",w:144},"6":{d:"67,-153v45,-11,63,14,63,75v0,59,-15,77,-58,81v-68,6,-66,-90,-47,-141r45,-118r39,0xm72,-31v21,0,20,-25,20,-47v0,-22,0,-48,-20,-48v-21,0,-19,26,-19,48v0,22,-2,47,19,47",w:144},"7":{d:"131,-225r-67,225r-38,0r67,-222r-44,0r0,34r-37,0r0,-68r119,0r0,31",w:144},"8":{d:"107,-134v41,29,31,147,-35,137v-66,9,-76,-108,-35,-137v-39,-28,-25,-133,35,-125v61,-8,74,96,35,125xm72,-31v20,0,20,-21,20,-43v0,-23,0,-44,-20,-44v-20,0,-19,21,-19,44v0,22,-1,43,19,43xm72,-150v19,1,18,-19,18,-38v0,-18,0,-38,-18,-37v-27,1,-27,74,0,75",w:144},"9":{d:"72,-259v68,-6,67,90,48,141r-45,118r-40,0r42,-104v-43,14,-63,-13,-63,-75v0,-58,14,-75,58,-80xm72,-131v21,0,20,-25,20,-47v0,-22,1,-47,-20,-47v-22,0,-19,25,-19,47v0,22,-2,47,19,47",w:144},":":{d:"73,-113r-45,0r0,-44r45,0r0,44xm73,0r-45,0r0,-44r45,0r0,44",w:92},";":{d:"71,23r-41,31r0,-99r41,0r0,68xm73,-113r-45,0r0,-44r45,0r0,44",w:92},"<":{d:"132,-22r-120,-70r0,-26r120,-70r0,41r-73,42r73,41r0,42",w:144},"=":{d:"149,-117r-133,0r0,-37r133,0r0,37xm149,-52r-133,0r0,-37r133,0r0,37",w:164},">":{d:"132,-92r-120,70r0,-42r73,-41r-73,-42r0,-41r120,70r0,26",w:144},"?":{d:"80,-258v60,-4,76,72,49,114v-13,20,-34,34,-29,72r-38,0v-10,-60,40,-66,41,-118v1,-20,-5,-32,-22,-34v-17,-1,-24,17,-23,34r-38,0v-1,-41,19,-65,60,-68xm103,0r-45,0r0,-44r45,0r0,44",w:153},"@":{d:"76,-256v62,-2,123,-6,123,59r0,197r-36,0r0,-14v-25,31,-82,17,-77,-39v5,-55,-12,-128,45,-123v13,0,24,6,30,14v1,-31,1,-63,-30,-62v-36,2,-76,-8,-76,32r0,143v0,13,3,19,11,26r-28,28v-41,-39,-21,-132,-21,-202v0,-39,22,-58,59,-59xm143,-31v30,-2,18,-59,18,-89v0,-15,-8,-23,-18,-23v-30,2,-19,59,-19,90v0,15,9,22,19,22",w:218},A:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm106,-87r-22,-107r-22,107r44,0",w:168},B:{d:"125,-134v21,6,29,37,27,58v8,80,-56,79,-130,76r0,-256v70,-2,130,-5,130,70v0,22,-9,45,-27,52xm112,-76v0,-37,-17,-42,-50,-40r0,80v33,2,50,-1,50,-40xm111,-185v0,-35,-18,-36,-49,-35r0,70v31,2,49,-2,49,-35",w:169},C:{d:"83,-33v20,0,24,-17,25,-35r41,0v-2,41,-24,71,-66,71v-67,0,-68,-54,-68,-131v0,-77,0,-128,68,-131v42,-2,64,28,65,70r-40,0v-1,-18,-6,-34,-25,-34v-36,8,-28,34,-28,95v0,61,-8,87,28,95",w:160},D:{d:"87,-256v66,4,68,52,68,128v0,76,-2,124,-68,128r-65,0r0,-256r65,0xm62,-36v63,3,53,-24,53,-93v0,-69,10,-94,-53,-91r0,184",w:169},E:{d:"129,0r-107,0r0,-256r107,0r0,36r-67,0r0,73r58,0r0,36r-58,0r0,75r67,0r0,36",w:142},F:{d:"129,-220r-67,0r0,73r58,0r0,36r-58,0r0,111r-40,0r0,-256r107,0r0,36",w:140},G:{d:"55,-128v0,61,-8,87,28,95v31,0,25,-42,25,-73r-25,0r0,-33r66,0r0,71v0,46,-28,71,-66,71v-67,0,-68,-54,-68,-131v0,-77,0,-128,68,-131v43,-2,65,30,66,71r-41,0v0,-14,-3,-35,-25,-35v-36,8,-28,34,-28,95",w:163},H:{d:"152,0r-40,0r0,-112r-50,0r0,112r-40,0r0,-256r40,0r0,108r50,0r0,-108r40,0r0,256",w:173},I:{d:"62,0r-40,0r0,-256r40,0r0,256",w:83},J:{d:"121,-67v7,66,-82,91,-120,49r28,-27v15,21,51,13,51,-22r0,-189r41,0r0,189",w:140},K:{d:"166,0r-43,0r-42,-105r-19,39r0,66r-40,0r0,-256r40,0r0,120r56,-120r40,0r-51,106",w:168},L:{d:"129,0r-107,0r0,-256r40,0r0,220r67,0r0,36",w:137},M:{d:"194,0r-41,0r0,-160r-35,105r-22,0r-34,-103r0,158r-40,0r0,-256r36,0r50,134r49,-134r37,0r0,256",w:215},N:{d:"158,0r-36,0r-60,-152r0,152r-40,0r0,-256r36,0r60,152r0,-152r40,0r0,256",w:179},O:{d:"83,-259v67,0,69,54,69,131v0,77,-3,131,-69,131v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm83,-33v38,-7,28,-33,28,-95v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95v0,61,-8,87,28,95",w:166},P:{d:"152,-179v0,62,-27,84,-90,79r0,100r-40,0r0,-256v74,-2,130,-6,130,77xm112,-178v0,-35,-14,-47,-50,-42r0,84v35,4,50,-7,50,-42",w:165},Q:{d:"83,-259v67,0,70,54,69,131v0,42,-1,74,-11,96r21,18r-18,22r-21,-17v-10,8,-23,12,-40,12v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm55,-128v0,64,-9,96,37,93r-14,-11r19,-23r11,9v3,-14,3,-33,3,-68v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95",w:166},R:{d:"160,0r-42,0r-33,-105r-23,0r0,105r-40,0r0,-256v73,-2,130,-7,130,75v0,32,-7,54,-30,67xm112,-181v4,-33,-16,-43,-50,-39r0,79v34,4,54,-7,50,-40",w:172},S:{d:"79,-222v-33,0,-33,63,-3,67v40,14,75,24,69,84v13,72,-74,93,-116,57v-13,-11,-16,-28,-16,-55r40,0v0,23,5,35,26,35v21,0,24,-12,26,-35v3,-43,-28,-46,-55,-55v-57,-19,-43,-134,30,-134v46,0,64,27,64,71r-41,0v0,-20,-3,-35,-24,-35",w:159},T:{d:"134,-220r-43,0r0,220r-41,0r0,-220r-42,0r0,-36r126,0r0,36",w:141},U:{d:"85,3v-38,0,-66,-28,-66,-66r0,-193r41,0r0,195v0,18,11,28,25,28v14,0,25,-10,25,-28r0,-195r40,0r0,193v0,38,-27,66,-65,66",w:169},V:{d:"156,-256r-57,256r-41,0r-57,-256r45,0r32,194r34,-194r44,0",w:157},W:{d:"256,-256r-49,256r-42,0r-36,-195r-37,195r-42,0r-49,-256r45,0r25,194r35,-194r45,0r35,194r25,-194r45,0",w:257},X:{d:"152,0r-45,0r-29,-92r-30,92r-44,0r51,-133r-47,-123r44,0r26,85r25,-85r45,0r-48,123",w:155},Y:{d:"140,-256r-50,156r0,100r-40,0r0,-100r-50,-156r45,0r25,101r25,-101r45,0",w:140},Z:{d:"123,0r-112,0r0,-30r70,-190r-66,0r0,-36r108,0r0,30r-70,190r70,0r0,36",w:134},"[":{d:"91,27r-72,0r0,-310r72,0r0,34r-34,0r0,242r34,0r0,34",w:101},"\\":{d:"105,27r-36,0r-67,-310r36,0",w:107},"]":{d:"82,27r-72,0r0,-34r34,0r0,-242r-34,0r0,-34r72,0r0,310",w:101},"^":{d:"150,-156r-37,0r-29,-64r-30,64r-38,0r51,-102r33,0",w:166},_:{d:"165,55r-165,0r0,-28r165,0r0,28",w:164},"`":{d:"88,-211r-26,0r-32,-50r32,0"},a:{d:"69,-193v83,0,51,117,57,193r-36,0r0,-16v-23,36,-80,16,-80,-39v0,-41,28,-60,78,-56v0,-22,3,-49,-19,-48v-13,1,-18,10,-18,23r-38,0v-2,-30,24,-57,56,-57xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53"},b:{d:"87,-193v46,0,47,38,47,98v0,60,-1,98,-47,98v-14,0,-25,-8,-32,-17r0,14r-36,0r0,-256r38,0r0,79v6,-9,16,-16,30,-16xm76,-31v24,-5,20,-26,20,-64v0,-38,4,-59,-20,-64v-35,5,-15,70,-19,105v-2,14,6,23,19,23",w:146},c:{d:"71,-31v13,2,20,-13,19,-25r38,0v-1,35,-20,59,-57,59v-48,0,-58,-42,-58,-98v0,-55,9,-98,58,-98v35,0,58,28,57,59r-38,0v1,-12,-6,-27,-19,-25v-24,3,-20,26,-20,64v0,38,-4,61,20,64",w:138},d:{d:"60,-193v14,0,24,7,30,16r0,-79r38,0r0,256r-37,0r0,-14v-6,9,-17,17,-31,17v-45,0,-47,-38,-47,-98v0,-61,1,-98,47,-98xm71,-31v35,-5,15,-70,19,-105v2,-14,-6,-23,-19,-23v-24,5,-20,26,-20,64v0,38,-4,59,20,64",w:146},e:{d:"13,-95v0,-55,11,-98,58,-98v53,0,61,54,58,109r-78,0v1,32,-2,53,21,53v11,0,19,-12,19,-25r38,0v0,32,-21,59,-57,59v-50,0,-59,-43,-59,-98xm91,-112v5,-37,-13,-59,-34,-39v-5,4,-6,20,-6,39r40,0",w:141},f:{d:"91,-161r-27,0r0,161r-38,0r0,-161r-19,0r0,-29r19,0v-4,-47,21,-71,65,-68r0,34v-22,0,-29,12,-27,34r27,0r0,29",w:97},g:{d:"61,-193v14,0,24,7,30,16r0,-13r37,0r0,194v7,61,-61,81,-98,50v-13,-11,-16,-26,-16,-42r38,0v-1,13,6,25,19,24v26,1,17,-36,19,-62v-7,9,-14,15,-29,14v-45,-3,-48,-31,-48,-90v0,-59,3,-91,48,-91xm71,-45v34,0,15,-59,19,-91v2,-13,-7,-22,-19,-23v-23,3,-20,25,-20,57v0,32,-3,57,20,57",w:146},h:{d:"57,-177v24,-32,75,-14,75,40r0,137r-38,0r0,-136v0,-15,-8,-22,-18,-22v-10,0,-19,7,-19,22r0,136r-38,0r0,-256r38,0r0,79",w:150},i:{d:"57,0r-38,0r0,-185r38,0r0,185xm59,-214r-42,0r0,-42r42,0r0,42",w:75},j:{d:"57,9v0,41,-26,58,-64,58r0,-35v17,0,26,-6,26,-25r0,-192r38,0r0,194xm59,-214r-42,0r0,-42r42,0r0,42",w:75},k:{d:"147,0r-42,0r-32,-80r-16,26r0,54r-38,0r0,-256r38,0r0,147r48,-81r40,0r-47,76",w:149},l:{d:"82,0v-38,1,-65,-16,-64,-58r0,-198r38,0r0,196v0,17,8,26,26,26r0,34",w:87},m:{d:"124,-173v24,-33,84,-24,84,36r0,137r-38,0r0,-136v0,-15,-9,-22,-19,-22v-10,0,-19,7,-19,22r0,136r-38,0r0,-136v0,-15,-8,-22,-18,-22v-10,0,-19,7,-19,22r0,136r-38,0r0,-190r36,0r0,14v13,-23,56,-22,69,3",w:226},n:{d:"55,-176v24,-32,77,-17,77,39r0,137r-38,0r0,-136v0,-15,-8,-22,-18,-22v-10,0,-19,7,-19,22r0,136r-38,0r0,-190r36,0r0,14",w:150},o:{d:"71,-193v48,0,59,43,59,98v0,54,-10,98,-59,98v-48,0,-58,-43,-58,-98v0,-55,9,-98,58,-98xm71,-31v25,-4,20,-26,20,-64v0,-38,5,-60,-20,-64v-24,5,-20,26,-20,64v0,38,-4,59,20,64",w:142},p:{d:"87,-193v45,3,47,38,47,98v0,61,-1,98,-47,98v-14,0,-24,-6,-30,-15r0,79r-38,0r0,-257r36,0r0,14v6,-9,17,-17,32,-17xm76,-31v24,-5,20,-26,20,-64v0,-38,4,-59,-20,-64v-35,5,-15,70,-19,105v-2,14,6,23,19,23",w:146},q:{d:"60,-193v15,0,25,7,31,17r0,-14r37,0r0,257r-38,0r0,-79v-6,9,-16,15,-30,15v-46,0,-47,-38,-47,-98v0,-60,1,-98,47,-98xm71,-31v35,-5,15,-70,19,-105v2,-14,-6,-23,-19,-23v-24,5,-20,26,-20,64v0,38,-4,59,20,64",w:146},r:{d:"102,-156v-27,-2,-44,7,-45,33r0,123r-38,0r0,-190r36,0r0,20v10,-13,26,-23,47,-23r0,37",w:107},s:{d:"68,-159v-26,-1,-23,35,-2,42v31,10,61,20,61,62v0,54,-66,75,-100,42v-11,-12,-17,-24,-17,-42r38,0v-1,14,8,23,20,23v28,1,26,-39,2,-45v-27,-13,-59,-20,-59,-59v0,-52,64,-73,97,-42v10,10,17,23,17,42r-38,0v1,-14,-8,-23,-19,-23",w:137},t:{d:"91,0v-38,1,-65,-17,-65,-58r0,-103r-19,0r0,-29r19,0r0,-48r38,0r0,48r27,0r0,29r-27,0r0,101v0,18,9,26,27,26r0,34",w:98},u:{d:"95,-14v-25,31,-77,17,-77,-39r0,-137r38,0r0,137v0,15,9,22,19,22v10,0,18,-7,18,-22r0,-137r38,0r0,190r-36,0r0,-14",w:150},v:{d:"136,-190r-47,190r-40,0r-48,-190r43,0r25,130r25,-130r42,0",w:137},w:{d:"206,-190r-42,190r-38,0r-23,-123r-22,123r-38,0r-42,-190r43,0r20,130r23,-130r33,0r24,130r19,-130r43,0",w:207},x:{d:"138,0r-43,0r-25,-59r-25,59r-42,0r45,-96r-43,-94r43,0r22,58r23,-58r42,0r-43,94",w:140},y:{d:"136,-190r-54,214v-9,38,-35,43,-70,43r0,-34v24,3,33,-13,37,-33r-48,-190r43,0r25,130r25,-130r42,0",w:137},z:{d:"108,0r-99,0r0,-29r56,-127r-51,0r0,-34r94,0r0,29r-56,127r56,0r0,34",w:117},"{":{d:"56,-128v32,7,21,63,23,102v0,17,14,19,32,18r0,35v-42,4,-67,-11,-70,-51v-3,-34,19,-94,-31,-87r0,-34v47,9,29,-52,31,-88v2,-40,28,-54,70,-50r0,34v-66,-13,-2,105,-55,121",w:120},"|":{d:"78,27r-38,0r0,-310r38,0r0,310",w:118},"}":{d:"10,-283v42,-4,66,10,70,50v3,34,-20,96,31,88r0,34v-47,-10,-29,51,-31,87v-2,40,-28,55,-70,51r0,-35v65,12,0,-104,54,-120v-32,-7,-21,-63,-23,-102v0,-17,-13,-21,-31,-19r0,-34",w:120},"~":{d:"8,-107v31,-39,65,-19,101,-7v9,0,16,-4,24,-12r23,23v-31,39,-64,17,-101,7v-9,0,-15,4,-23,12",w:164},Ä:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm106,-87r-22,-107r-22,107r44,0xm134,-277r-36,0r0,-36r36,0r0,36xm71,-277r-36,0r0,-36r36,0r0,36",w:168},Å:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm122,-310v0,21,-17,38,-38,38v-21,0,-37,-17,-37,-38v0,-21,16,-37,37,-37v21,0,38,16,38,37xm106,-87r-22,-107r-22,107r44,0xm101,-310v0,-9,-8,-17,-17,-17v-9,0,-16,8,-16,17v0,9,7,17,16,17v9,0,17,-8,17,-17",w:168},Ç:{d:"83,-33v20,0,24,-17,25,-35r41,0v-2,41,-24,71,-66,71v-67,0,-68,-54,-68,-131v0,-77,0,-128,68,-131v42,-2,64,28,65,70r-40,0v-1,-18,-6,-34,-25,-34v-36,8,-28,34,-28,95v0,61,-8,87,28,95xm96,14r-19,56r-27,0r22,-56r24,0",w:160},É:{d:"129,0r-107,0r0,-256r107,0r0,36r-67,0r0,73r58,0r0,36r-58,0r0,75r67,0r0,36xm118,-324r-31,50r-27,0r26,-50r32,0",w:142},Ñ:{d:"158,0r-36,0r-60,-152r0,152r-40,0r0,-256r36,0r60,152r0,-152r40,0r0,256xm41,-296v27,-40,57,9,86,-14r17,17v-28,41,-57,-11,-87,13",w:179},Ö:{d:"83,-259v67,0,69,54,69,131v0,77,-3,131,-69,131v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm83,-33v38,-7,28,-33,28,-95v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95v0,61,-8,87,28,95xm132,-277r-36,0r0,-36r36,0r0,36xm69,-277r-36,0r0,-36r36,0r0,36",w:166},Ü:{d:"85,3v-38,0,-66,-28,-66,-66r0,-193r41,0r0,195v0,18,11,28,25,28v14,0,25,-10,25,-28r0,-195r40,0r0,193v0,38,-27,66,-65,66xm72,-277r-36,0r0,-36r36,0r0,36xm135,-277r-36,0r0,-36r36,0r0,36",w:169},á:{d:"69,-193v83,0,51,117,57,193r-36,0r0,-16v-23,36,-80,16,-80,-39v0,-41,28,-60,78,-56v0,-22,3,-49,-19,-48v-13,1,-18,10,-18,23r-38,0v-2,-30,24,-57,56,-57xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53xm113,-261r-32,50r-26,0r26,-50r32,0"},à:{d:"68,-193v84,0,51,117,57,193r-36,0r0,-16v-22,37,-85,15,-80,-39v4,-40,28,-60,78,-56v0,0,4,-49,-18,-48v-14,0,-19,9,-19,23r-38,0v-1,-30,23,-57,56,-57xm87,-84v-25,-3,-40,5,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53xm87,-211r-26,0r-31,-50r32,0"},â:{d:"69,-193v83,0,51,117,57,193r-36,0r0,-16v-23,36,-80,16,-80,-39v0,-41,28,-60,78,-56v0,-22,3,-49,-19,-48v-13,1,-18,10,-18,23r-38,0v-2,-30,24,-57,56,-57xm121,-211r-30,0r-21,-30r-21,30r-30,0r36,-50r30,0xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53"},ä:{d:"69,-193v83,0,51,117,57,193r-36,0r0,-16v-23,36,-80,16,-80,-39v0,-41,28,-60,78,-56v0,-22,3,-49,-19,-48v-13,1,-18,10,-18,23r-38,0v-2,-30,24,-57,56,-57xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53xm120,-215r-36,0r0,-36r36,0r0,36xm57,-215r-36,0r0,-36r36,0r0,36"},ã:{d:"69,-193v83,0,51,117,57,193r-36,0r0,-16v-23,36,-80,16,-80,-39v0,-41,28,-60,78,-56v0,-22,3,-49,-19,-48v-13,1,-18,10,-18,23r-38,0v-2,-30,24,-57,56,-57xm20,-234v27,-42,59,11,86,-14r17,17v-28,41,-59,-11,-87,14xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53"},å:{d:"69,-193v83,0,51,117,57,193r-36,0r0,-16v-23,36,-80,16,-80,-39v0,-41,28,-60,78,-56v0,-22,3,-49,-19,-48v-13,1,-18,10,-18,23r-38,0v-2,-30,24,-57,56,-57xm108,-249v0,21,-17,38,-38,38v-21,0,-38,-17,-38,-38v0,-21,17,-37,38,-37v21,0,38,16,38,37xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53xm86,-249v0,-9,-7,-16,-16,-16v-9,0,-16,7,-16,16v0,9,7,17,16,17v9,0,16,-8,16,-17"},ç:{d:"71,-31v13,2,20,-13,19,-25r38,0v-1,35,-20,59,-57,59v-48,0,-58,-42,-58,-98v0,-55,9,-98,58,-98v35,0,58,28,57,59r-38,0v1,-12,-6,-27,-19,-25v-24,3,-20,26,-20,64v0,38,-4,61,20,64xm87,14r-19,56r-27,0r22,-56r24,0",w:138},é:{d:"13,-95v0,-55,11,-98,58,-98v53,0,61,54,58,109r-78,0v1,32,-2,53,21,53v11,0,19,-12,19,-25r38,0v0,32,-21,59,-57,59v-50,0,-59,-43,-59,-98xm91,-112v5,-37,-13,-59,-34,-39v-5,4,-6,20,-6,39r40,0xm113,-261r-31,50r-27,0r26,-50r32,0",w:141},è:{d:"30,-95v0,-55,11,-98,59,-98v52,0,61,54,58,109r-79,0v1,32,-2,53,21,53v11,0,19,-12,19,-25r38,0v0,32,-21,59,-57,59v-50,0,-59,-43,-59,-98xm108,-112v5,-37,-13,-59,-34,-39v-5,4,-6,20,-6,39r40,0xm96,-211r-26,0r-31,-50r32,0"},ê:{d:"13,-95v0,-55,11,-98,58,-98v53,0,61,54,58,109r-78,0v1,32,-2,53,21,53v11,0,19,-12,19,-25r38,0v0,32,-21,59,-57,59v-50,0,-59,-43,-59,-98xm122,-211r-29,0r-21,-30r-22,30r-29,0r36,-50r30,0xm91,-112v5,-37,-13,-59,-34,-39v-5,4,-6,20,-6,39r40,0",w:141},ë:{d:"13,-95v0,-55,11,-98,58,-98v53,0,61,54,58,109r-78,0v1,32,-2,53,21,53v11,0,19,-12,19,-25r38,0v0,32,-21,59,-57,59v-50,0,-59,-43,-59,-98xm91,-112v5,-37,-13,-59,-34,-39v-5,4,-6,20,-6,39r40,0xm121,-215r-36,0r0,-36r36,0r0,36xm58,-215r-36,0r0,-36r36,0r0,36",w:141},í:{d:"57,0r-38,0r0,-190r38,0r0,190xm80,-261r-31,50r-27,0r26,-50r32,0",w:75},ì:{d:"57,0r-38,0r0,-190r38,0r0,190xm55,-211r-26,0r-32,-50r33,0",w:75},î:{d:"57,0r-38,0r0,-190r38,0r0,190xm89,-211r-30,0r-21,-30r-21,30r-30,0r36,-50r30,0",w:75},ï:{d:"57,0r-38,0r0,-190r38,0r0,190xm87,-215r-36,0r0,-36r36,0r0,36xm24,-215r-36,0r0,-36r36,0r0,36",w:75},ñ:{d:"55,-176v24,-32,77,-17,77,39r0,137r-38,0r0,-136v0,-15,-8,-22,-18,-22v-10,0,-19,7,-19,22r0,136r-38,0r0,-190r36,0r0,14xm26,-234v28,-41,59,11,86,-14r17,17v-28,41,-59,-11,-87,14",w:150},ó:{d:"71,-193v48,0,59,43,59,98v0,54,-10,98,-59,98v-48,0,-58,-43,-58,-98v0,-55,9,-98,58,-98xm71,-31v25,-4,20,-26,20,-64v0,-38,5,-60,-20,-64v-24,5,-20,26,-20,64v0,38,-4,59,20,64xm113,-261r-31,50r-27,0r26,-50r32,0",w:142},ò:{d:"89,-193v48,0,58,43,58,98v0,55,-9,98,-58,98v-48,0,-59,-43,-59,-98v0,-54,10,-98,59,-98xm89,-31v24,-5,20,-26,20,-64v0,-38,4,-59,-20,-64v-25,4,-21,26,-21,64v0,38,-4,59,21,64xm97,-211r-27,0r-31,-50r32,0"},ô:{d:"71,-193v48,0,59,43,59,98v0,54,-10,98,-59,98v-48,0,-58,-43,-58,-98v0,-55,9,-98,58,-98xm71,-31v25,-4,20,-26,20,-64v0,-38,5,-60,-20,-64v-24,5,-20,26,-20,64v0,38,-4,59,20,64xm122,-211r-29,0r-21,-30r-22,30r-29,0r36,-50r30,0",w:142},ö:{d:"71,-193v48,0,59,43,59,98v0,54,-10,98,-59,98v-48,0,-58,-43,-58,-98v0,-55,9,-98,58,-98xm71,-31v25,-4,20,-26,20,-64v0,-38,5,-60,-20,-64v-24,5,-20,26,-20,64v0,38,-4,59,20,64xm121,-215r-36,0r0,-36r36,0r0,36xm58,-215r-36,0r0,-36r36,0r0,36",w:142},õ:{d:"71,-193v48,0,59,43,59,98v0,54,-10,98,-59,98v-48,0,-58,-43,-58,-98v0,-55,9,-98,58,-98xm71,-31v25,-4,20,-26,20,-64v0,-38,5,-60,-20,-64v-24,5,-20,26,-20,64v0,38,-4,59,20,64xm21,-234v28,-41,59,11,86,-14r17,17v-28,41,-59,-11,-87,14",w:142},ú:{d:"95,-14v-25,31,-77,17,-77,-39r0,-137r38,0r0,137v0,15,9,22,19,22v10,0,18,-7,18,-22r0,-137r38,0r0,190r-36,0r0,-14xm121,-261r-32,50r-26,0r26,-50r32,0",w:150},ù:{d:"95,-14v-25,31,-77,17,-77,-39r0,-137r38,0r0,137v0,15,9,22,19,22v10,0,18,-7,18,-22r0,-137r38,0r0,190r-36,0r0,-14xm90,-211r-27,0r-31,-50r32,0",w:150},û:{d:"95,-14v-25,31,-77,17,-77,-39r0,-137r38,0r0,137v0,15,9,22,19,22v10,0,18,-7,18,-22r0,-137r38,0r0,190r-36,0r0,-14xm126,-211r-29,0r-22,-30r-21,30r-29,0r35,-50r30,0",w:150},ü:{d:"95,-14v-25,31,-77,17,-77,-39r0,-137r38,0r0,137v0,15,9,22,19,22v10,0,18,-7,18,-22r0,-137r38,0r0,190r-36,0r0,-14xm62,-215r-36,0r0,-36r36,0r0,36xm125,-215r-36,0r0,-36r36,0r0,36",w:150},"°":{d:"132,-203v0,32,-26,58,-58,58v-32,0,-59,-26,-59,-58v0,-32,27,-58,59,-58v32,0,58,26,58,58xm99,-203v0,-14,-11,-25,-25,-25v-14,0,-25,11,-25,25v0,14,11,25,25,25v14,0,25,-11,25,-25",w:147},"¢":{d:"73,-70v13,1,20,-11,19,-23r38,0v-2,28,-15,50,-42,54r0,39r-29,0r0,-39v-37,-6,-44,-43,-44,-92v0,-49,6,-86,44,-92r0,-33r29,0r0,33v24,2,43,31,42,55r-38,0v1,-12,-6,-24,-19,-23v-25,3,-20,23,-20,60v0,37,-5,58,20,61",w:141},"£":{d:"154,0r-120,0r0,-117r-22,0r0,-29r22,0v-7,-64,13,-114,69,-113v20,0,39,7,51,20r-28,27v-13,-19,-51,-12,-51,22r0,44r28,0r0,29r-28,0r0,81r79,0r0,36",w:165},"§":{d:"77,-223v-25,1,-23,36,-2,43v37,13,63,23,63,83v0,31,-5,50,-27,60v46,23,23,108,-35,102v-32,-3,-58,-25,-58,-57r39,0v-1,12,8,22,19,22v29,1,24,-38,2,-44v-36,-10,-62,-32,-62,-83v0,-31,7,-49,28,-59v-45,-21,-23,-100,33,-100v34,0,58,22,57,55r-38,0v1,-12,-8,-22,-19,-22xm77,-55v20,0,23,-19,23,-42v0,-21,-2,-43,-23,-42v-21,1,-23,19,-23,42v0,21,2,42,23,42",w:154},"¶":{d:"198,67r-39,0r0,-287r-36,0r0,287r-38,0r0,-170v-51,4,-69,-13,-72,-77v-6,-113,98,-66,185,-76r0,323",w:216},ß:{d:"115,-142v41,29,30,157,-39,142r0,-34v22,1,24,-21,23,-47v0,-25,1,-45,-23,-44r0,-32v19,2,20,-18,20,-33v0,-17,-1,-36,-20,-35v-11,0,-19,8,-19,23r0,202r-38,0r0,-201v0,-38,23,-55,57,-58v59,-6,80,85,39,117",w:149},"®":{d:"282,-128v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130v0,-72,58,-130,130,-130v72,0,130,58,130,130xm257,-128v0,-61,-46,-107,-105,-107v-59,0,-105,46,-105,107v0,61,46,107,105,107v59,0,105,-46,105,-107xm156,-199v42,-6,47,64,20,79r20,63r-24,0r-18,-57r-13,0r0,57r-23,0r0,-142r38,0xm141,-136v18,2,31,-2,27,-21v3,-19,-9,-22,-27,-20r0,41",w:303},"©":{d:"282,-128v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130v0,-72,58,-130,130,-130v72,0,130,58,130,130xm257,-128v0,-61,-46,-107,-105,-107v-59,0,-105,46,-105,107v0,61,46,107,105,107v59,0,105,-46,105,-107xm153,-77v12,2,13,-9,13,-20r24,0v-1,25,-13,42,-37,42v-37,0,-39,-36,-39,-73v0,-37,2,-73,39,-73v24,0,36,17,36,42r-23,0v0,-11,-2,-20,-13,-20v-19,4,-15,22,-15,51v0,29,-4,48,15,51",w:303},"´":{d:"113,-261r-31,50r-27,0r26,-50r32,0"},"¨":{d:"121,-215r-36,0r0,-36r36,0r0,36xm58,-215r-36,0r0,-36r36,0r0,36"},Æ:{d:"230,0r-108,0r0,-53r-57,0r-19,53r-44,0r94,-256r134,0r0,36r-68,0r0,73r58,0r0,36r-58,0r0,75r68,0r0,36xm122,-90r0,-130r-45,130r45,0",w:243},Ø:{d:"15,-128v-1,-77,0,-127,68,-131v13,0,23,3,31,7r8,-20r26,0r-13,37v17,22,17,60,17,107v0,90,-21,149,-100,124r-7,20r-27,0r14,-37v-17,-22,-17,-60,-17,-107xm83,-223v-44,-2,-24,88,-26,141r44,-133v-4,-5,-10,-8,-18,-8xm83,-33v45,3,23,-86,27,-141r-44,133v4,5,9,8,17,8",w:164},"±":{d:"149,-114r-49,0r0,48r-36,0r0,-48r-48,0r0,-36r48,0r0,-48r36,0r0,48r49,0r0,36xm149,-5r-133,0r0,-36r133,0r0,36",w:164},"¥":{d:"137,-256r-34,109r22,0r0,29r-31,0v-3,10,-6,19,-5,32r36,0r0,29r-36,0r0,57r-38,0r0,-57r-36,0r0,-29r36,0v1,-13,-2,-22,-5,-32r-31,0r0,-29r22,0r-34,-109r42,0r25,101r25,-101r42,0",w:140},ª:{d:"58,-258v66,0,42,91,46,152r-29,0r0,-12v-22,28,-70,11,-66,-32v3,-32,23,-47,63,-44v0,-16,2,-36,-14,-36v-10,0,-16,10,-15,18r-31,0v-2,-26,19,-46,46,-46xm72,-172v-32,-10,-43,37,-15,41v16,1,16,-23,15,-41",w:119},º:{d:"59,-258v39,0,48,33,48,77v0,44,-9,77,-48,77v-39,0,-47,-34,-47,-77v0,-43,8,-77,47,-77xm59,-131v19,0,16,-27,16,-50v0,-22,4,-49,-16,-49v-19,1,-16,28,-16,49v0,21,-2,50,16,50",w:118},æ:{d:"108,-176v15,-23,60,-22,79,-1v17,19,17,57,17,93r-78,0v1,32,-2,50,20,53v12,2,20,-12,20,-25r37,0v1,32,-21,59,-57,59v-23,0,-38,-11,-47,-25v-20,42,-89,29,-89,-33v0,-41,28,-60,78,-56v1,-22,2,-49,-19,-48v-12,1,-18,10,-18,23r-38,0v-7,-47,67,-78,95,-40xm88,-84v-24,-2,-41,4,-40,27v0,17,7,26,20,26v22,1,21,-29,20,-53xm166,-112v5,-37,-13,-59,-34,-39v-5,4,-6,20,-6,39r40,0",w:216},ø:{d:"25,-19v-26,-62,-22,-212,74,-168r8,-19r25,0r-15,35v28,60,21,212,-73,168r-8,19r-26,0xm85,-154v-32,-18,-36,16,-34,59v0,8,0,18,1,22xm58,-35v33,16,35,-17,34,-60v0,-8,0,-17,-1,-21",w:141},"¿":{d:"73,35v16,0,23,-19,22,-35r38,0v1,41,-20,66,-60,69v-59,4,-76,-72,-49,-115v14,-20,35,-34,30,-72r38,0v10,60,-41,66,-42,118v-1,21,5,35,23,35xm95,-145r-44,0r0,-45r44,0r0,45",w:153},"¡":{d:"61,67r-38,0r0,-185r38,0r0,185xm64,-145r-44,0r0,-45r44,0r0,45",w:92},"¬":{d:"147,-51r-37,0r0,-40r-92,0r0,-36r129,0r0,76",w:164},"«":{d:"67,-10r-58,-89r58,-90r0,57r-22,33r22,33r0,56xm132,-10r-57,-89r57,-90r0,57r-22,33r22,33r0,56",w:149},"»":{d:"140,-99r-58,89r0,-56r22,-33r-22,-33r0,-57xm75,-99r-58,89r0,-56r22,-33r-22,-33r0,-57",w:149}," ":{w:64},À:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm106,-87r-22,-107r-22,107r44,0xm101,-274r-27,0r-31,-50r32,0",w:168},Ã:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm34,-296v27,-40,57,9,86,-14r17,17v-28,41,-57,-11,-87,13xm106,-87r-22,-107r-22,107r44,0",w:168},Õ:{d:"83,-259v67,0,69,54,69,131v0,77,-3,131,-69,131v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm83,-33v38,-7,28,-33,28,-95v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95v0,61,-8,87,28,95xm32,-296v27,-40,57,9,86,-14r17,17v-28,41,-57,-11,-86,13",w:166},"÷":{d:"149,-82r-133,0r0,-37r133,0r0,37xm105,-145r-45,0r0,-44r45,0r0,44xm105,-12r-45,0r0,-44r45,0r0,44",w:164},ÿ:{d:"136,-190r-54,214v-9,38,-35,43,-70,43r0,-34v24,3,33,-13,37,-33r-48,-190r43,0r25,130r25,-130r42,0xm56,-215r-36,0r0,-36r36,0r0,36xm119,-215r-36,0r0,-36r36,0r0,36",w:137},"¤":{d:"73,-85v1,36,0,52,27,52v21,0,25,-18,25,-35r40,0v-1,42,-23,71,-65,71v-51,0,-66,-31,-68,-88r-20,0r0,-29r20,0r0,-29r-20,0r0,-29r20,0v2,-57,16,-85,68,-87v42,-2,64,28,65,70r-40,0v7,-28,-31,-46,-45,-24v-5,8,-7,17,-7,41r38,0r0,29r-39,0r0,29r39,0r0,29r-38,0",w:179},"·":{d:"78,-80r-58,0r0,-57r58,0r0,57",w:97},Â:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm135,-274r-29,0r-22,-29r-21,29r-29,0r35,-50r30,0xm106,-87r-22,-107r-22,107r44,0",w:168},Ê:{d:"129,0r-107,0r0,-256r107,0r0,36r-67,0r0,73r58,0r0,36r-58,0r0,75r67,0r0,36xm127,-274r-29,0r-21,-29r-22,29r-29,0r36,-50r30,0",w:142},Á:{d:"166,0r-42,0r-10,-51r-60,0r-10,51r-42,0r63,-256r39,0xm106,-87r-22,-107r-22,107r44,0xm126,-324r-32,50r-26,0r26,-50r32,0",w:168},Ë:{d:"129,0r-107,0r0,-256r107,0r0,36r-67,0r0,73r58,0r0,36r-58,0r0,75r67,0r0,36xm63,-277r-36,0r0,-36r36,0r0,36xm126,-277r-36,0r0,-36r36,0r0,36",w:142},È:{d:"129,0r-107,0r0,-256r107,0r0,36r-67,0r0,73r58,0r0,36r-58,0r0,75r67,0r0,36xm93,-274r-27,0r-31,-50r32,0",w:142},Í:{d:"62,0r-40,0r0,-256r40,0r0,256xm84,-324r-31,50r-27,0r26,-50r32,0",w:83},Î:{d:"62,0r-40,0r0,-256r40,0r0,256xm93,-274r-30,0r-21,-29r-21,29r-30,0r36,-50r30,0",w:83},Ï:{d:"62,0r-40,0r0,-256r40,0r0,256xm28,-277r-36,0r0,-36r36,0r0,36xm91,-277r-36,0r0,-36r36,0r0,36",w:83},Ì:{d:"62,0r-40,0r0,-256r40,0r0,256xm62,-274r-27,0r-31,-50r32,0",w:83},Ó:{d:"83,-259v67,0,69,54,69,131v0,77,-3,131,-69,131v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm83,-33v38,-7,28,-33,28,-95v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95v0,61,-8,87,28,95xm125,-324r-32,50r-26,0r26,-50r32,0",w:166},Ô:{d:"83,-259v67,0,69,54,69,131v0,77,-3,131,-69,131v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm83,-33v38,-7,28,-33,28,-95v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95v0,61,-8,87,28,95xm133,-274r-29,0r-22,-29r-21,29r-29,0r36,-50r30,0",w:166},Ò:{d:"83,-259v67,0,69,54,69,131v0,77,-3,131,-69,131v-67,0,-68,-54,-68,-131v0,-77,0,-131,68,-131xm83,-33v38,-7,28,-33,28,-95v0,-62,9,-87,-28,-95v-36,8,-28,34,-28,95v0,61,-8,87,28,95xm99,-274r-27,0r-31,-50r32,0",w:166},Ú:{d:"85,3v-38,0,-66,-28,-66,-66r0,-193r41,0r0,195v0,18,11,28,25,28v14,0,25,-10,25,-28r0,-195r40,0r0,193v0,38,-27,66,-65,66xm127,-324r-31,50r-27,0r26,-50r32,0",w:169},Û:{d:"85,3v-38,0,-66,-28,-66,-66r0,-193r41,0r0,195v0,18,11,28,25,28v14,0,25,-10,25,-28r0,-195r40,0r0,193v0,38,-27,66,-65,66xm136,-274r-29,0r-22,-29r-21,29r-29,0r35,-50r30,0",w:169},Ù:{d:"85,3v-38,0,-66,-28,-66,-66r0,-193r41,0r0,195v0,18,11,28,25,28v14,0,25,-10,25,-28r0,-195r40,0r0,193v0,38,-27,66,-65,66xm102,-274r-27,0r-31,-50r32,0",w:169},"¯":{d:"116,-220r-88,0r0,-25r88,0r0,25"},"¸":{d:"87,14r-19,56r-27,0r22,-56r24,0"}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright � 1990, 1992 Adobe Systems Incorporated.  All Rights Reserved. �
 * 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * DINSchrift
 * 
 * Full name:
 * DINMittelschriftStd
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({w:172,face:{"font-family":"din-regular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0",ascent:"256",descent:"-104",bbox:"-10 -284 296 90","underline-thickness":"18","underline-position":"-18",stemh:"37",stemv:"37","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:86},"!":{d:"37,-63r-14,-193r46,0r-14,193r-18,0xm28,0r0,-37r37,0r0,37r-37,0",w:92},'"':{d:"22,-193r0,-63r28,0r0,63r-28,0xm69,-193r0,-63r29,0r0,63r-29,0",w:119},"#":{d:"100,-102r8,-52r-35,0r-8,52r35,0xm86,0r12,-78r-36,0r-11,78r-28,0r11,-78r-33,0r0,-24r36,0r8,-52r-33,0r0,-24r35,0r11,-78r28,0r-11,78r36,0r11,-78r28,0r-11,78r33,0r0,24r-36,0r-8,52r33,0r0,24r-35,0r-12,78r-28,0"},$:{d:"3,-32r25,-27v12,14,26,25,49,27r0,-81v-89,-10,-79,-140,0,-145r0,-26r18,0r0,26v24,0,42,8,61,24r-21,27v-11,-10,-26,-16,-40,-17r0,77v92,11,83,141,0,149r0,39r-18,0r0,-39v-27,0,-55,-15,-74,-34xm77,-152r0,-72v-14,2,-26,14,-26,39v0,17,6,27,26,33xm95,-108r0,76v38,-7,44,-69,0,-76"},"%":{d:"135,-73v-16,-1,-14,20,-14,37v0,12,5,18,14,18v15,1,13,-21,13,-37v0,-12,-4,-18,-13,-18xm135,2v-26,3,-36,-26,-34,-60v3,-47,67,-50,67,0v0,33,-7,63,-33,60xm52,-163v-26,3,-36,-26,-34,-60v3,-46,66,-48,68,0v2,34,-8,63,-34,60xm52,-238v-15,-1,-13,21,-13,37v0,12,4,18,13,18v16,1,14,-20,14,-37v0,-12,-5,-18,-14,-18xm21,0r121,-256r24,0r-121,256r-24,0",w:186},"&":{d:"99,-226v-33,0,-30,40,-6,57v24,-9,32,-20,32,-33v0,-13,-12,-24,-26,-24xm190,0r-23,-26v-21,16,-45,28,-72,28v-90,0,-109,-121,-32,-154v-37,-35,-23,-107,36,-106v67,1,81,94,15,115r55,66v10,-13,17,-28,22,-43r33,13v-8,19,-20,41,-34,56r44,51r-44,0xm145,-53r-61,-74v-56,22,-46,94,10,97v16,0,34,-7,51,-23",w:233},"(":{d:"93,37r-15,0v-75,-88,-75,-206,0,-293r15,0v-46,89,-46,204,0,293",w:100},")":{d:"7,-256r15,0v75,87,75,205,0,293r-15,0v46,-89,46,-204,0,-293",w:100},"*":{d:"53,-150r0,-35r-29,17r-11,-17r30,-18r-30,-18r11,-17r29,17r0,-35r21,0r0,35r29,-17r11,17r-30,18r30,18r-11,17r-29,-17r0,35r-21,0",w:126},"+":{d:"94,-105r0,-77r28,0r0,77r77,0r0,28r-77,0r0,77r-28,0r0,-77r-77,0r0,-28r77,0",w:216},",":{d:"25,27r0,-64r37,0r0,37",w:86},"-":{d:"19,-81r0,-37r108,0r0,37r-108,0",w:146},".":{d:"25,0r0,-37r37,0r0,37r-37,0",w:86},"/":{d:"3,2r86,-260r28,0r-86,260r-28,0",w:119},"0":{d:"86,-35v58,-1,36,-94,36,-148v0,-25,-14,-39,-36,-39v-58,1,-36,94,-36,148v0,25,14,39,36,39xm14,-72r0,-113v0,-47,34,-73,72,-73v38,0,73,26,73,73r0,113v0,47,-35,74,-73,74v-38,0,-72,-27,-72,-74"},"1":{d:"70,0r0,-217r-37,26r0,-39r37,-26r37,0r0,256r-37,0"},"2":{d:"12,0r0,-35r100,-125v21,-25,6,-62,-26,-62v-20,0,-36,14,-38,37r-36,0v0,-42,32,-73,71,-73v61,0,96,71,59,118r-82,103r98,0r0,37r-146,0"},"3":{d:"63,-116r0,-32v31,3,53,-11,53,-37v1,-42,-66,-53,-73,-6r-37,0v3,-36,35,-67,71,-67v70,0,103,86,48,126v61,39,22,134,-48,134v-35,0,-65,-23,-72,-66r36,0v9,41,79,38,77,-11v-1,-32,-22,-44,-55,-41"},"4":{d:"4,-38r0,-35r86,-183r41,0r-87,183r67,0r0,-74r37,0r0,74r20,0r0,35r-20,0r0,38r-37,0r0,-38r-107,0"},"5":{d:"159,-87v15,108,-133,120,-146,23r37,0v4,18,16,29,37,29v36,0,36,-31,36,-55v0,-48,-50,-67,-70,-28r-35,0r0,-138r136,0r0,36r-101,0r0,58v52,-32,115,-4,106,75"},"6":{d:"13,-76v0,-74,54,-119,78,-180r41,0r-53,108v44,-11,80,10,81,68v1,112,-147,106,-147,4xm86,-119v-20,0,-36,13,-36,42v0,29,14,42,36,42v17,0,37,-11,37,-42v0,-29,-17,-42,-37,-42"},"7":{d:"18,-183r0,-73r146,0r0,36r-87,220r-41,0r87,-220r-68,0r0,37r-37,0"},"8":{d:"50,-185v0,24,17,37,36,37v19,0,37,-13,37,-37v0,-24,-18,-37,-37,-37v-19,0,-36,13,-36,37xm86,2v-70,0,-108,-98,-47,-134v-51,-37,-19,-126,47,-126v65,0,100,89,48,126v60,36,22,134,-48,134xm45,-75v0,23,19,40,41,40v22,0,42,-17,42,-40v0,-23,-20,-41,-42,-41v-22,0,-41,18,-41,41"},"9":{d:"160,-180v0,74,-55,119,-79,180r-41,0r54,-108v-44,11,-80,-10,-81,-68v-1,-112,147,-106,147,-4xm86,-138v20,0,37,-13,37,-42v0,-29,-15,-42,-37,-42v-17,0,-36,11,-36,42v0,29,16,42,36,42"},":":{d:"25,-82r0,-36r37,0r0,36r-37,0xm25,0r0,-37r37,0r0,37r-37,0",w:86},";":{d:"25,27r0,-64r37,0r0,37xm25,-82r0,-36r37,0r0,36r-37,0",w:86},"<":{d:"17,-78r0,-26r182,-81r0,30r-150,64r150,64r0,30",w:216},"=":{d:"17,-113r0,-28r182,0r0,28r-182,0xm17,-41r0,-28r182,0r0,28r-182,0",w:216},">":{d:"17,3r0,-30r150,-64r-150,-64r0,-30r182,81r0,26",w:216},"?":{d:"61,-63v-10,-63,39,-79,50,-127v-5,-42,-65,-46,-64,7r-37,0v-3,-45,30,-73,68,-75v50,-3,89,61,58,106v-17,25,-44,42,-38,89r-37,0xm61,0r0,-37r37,0r0,37r-37,0",w:166},"@":{d:"94,-107v0,19,13,33,31,33v31,0,56,-46,56,-74v0,-16,-12,-32,-29,-32v-34,0,-58,43,-58,73xm193,-175v4,-4,3,-13,5,-19r24,0r-33,112v0,6,3,10,9,10v21,0,48,-42,48,-77v0,-47,-39,-81,-96,-81v-68,0,-108,47,-108,101v0,58,43,103,110,103v43,0,70,-11,91,-33r23,0v-24,39,-68,61,-118,61v-76,0,-134,-55,-134,-132v0,-76,58,-128,134,-128v69,0,126,44,126,107v0,60,-51,101,-82,101v-16,0,-26,-8,-29,-23v-22,39,-97,24,-97,-32v0,-48,35,-98,86,-98v17,0,33,8,41,28",w:288},A:{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0",w:219,k:{y:6,C:6,G:6,O:6,Q:6,T:27,u:6,U:6,v:6,V:20,w:6,W:13,Y:27}},B:{d:"27,0r0,-256r99,0v79,-4,106,92,39,124v28,6,41,33,41,59v0,44,-32,73,-71,73r-108,0xm126,-114r-60,0r0,77v44,1,101,5,101,-38v0,-20,-12,-39,-41,-39xm163,-185v4,-41,-54,-39,-97,-37r0,74v43,2,101,4,97,-37",w:219},C:{d:"159,-72r41,0v-10,48,-46,74,-90,74v-40,0,-68,-24,-80,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v23,28,76,23,89,-17",w:200},D:{d:"27,-256v114,-3,181,-3,181,128v0,58,-4,67,-14,86v-24,46,-96,44,-167,42r0,-256xm170,-127v0,-92,-28,-94,-104,-93r0,183v74,-1,104,5,104,-90",w:226,k:{V:4,Y:9,A:6}},E:{d:"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0",w:200},F:{d:"27,0r0,-256r164,0r0,36r-125,0r0,76r106,0r0,35r-106,0r0,109r-39,0",w:193,k:{A:20,a:9,e:6,o:6,r:6,",":46,".":46}},G:{d:"110,-104r0,-37r91,0v10,82,-20,141,-91,143v-40,0,-68,-24,-80,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v30,36,105,13,92,-49r-52,0",w:219},H:{d:"167,0r0,-112r-101,0r0,112r-39,0r0,-256r39,0r0,109r101,0r0,-109r39,0r0,256r-39,0",w:233},I:{d:"27,0r0,-256r39,0r0,256r-39,0",w:92},J:{d:"0,-31r32,-23v22,29,77,23,78,-30r0,-172r39,0r0,176v3,84,-111,107,-149,49",w:173,k:{u:4,a:2,",":6,".":6}},K:{d:"27,0r0,-256r39,0r1,132r105,-132r46,0r-82,101r91,155r-46,0r-70,-125r-45,47r0,78r-39,0",w:226,k:{y:4,O:9,u:6,o:4}},L:{d:"27,0r0,-256r39,0r0,219r125,0r0,37r-164,0",w:200,k:{y:20,T:40,V:40,W:27,Y:46}},M:{d:"27,0r0,-256r37,0r73,167r72,-167r37,0r0,256r-39,0r-1,-160r-53,123r-33,0r-54,-123r0,160r-39,0",w:272},N:{d:"27,0r0,-256r37,0r116,182r0,-182r39,0r0,256r-36,0r-117,-182r0,182r-39,0",w:246},O:{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0",w:219,k:{T:6,V:9,W:6,Y:11,A:6,",":9,".":9,X:4}},P:{d:"166,-178v1,-50,-52,-42,-100,-42r0,83r57,0v29,0,43,-21,43,-41xm120,-256v43,-1,86,29,85,79v0,36,-27,77,-80,77r-59,0r0,100r-39,0r0,-256r93,0",w:213,k:{A:27,a:9,e:6,o:6,",":46,".":46}},Q:{d:"139,-46r-33,-26r23,-26r30,23v3,-10,3,-25,3,-53v0,-53,-4,-59,-13,-73v-15,-23,-65,-24,-79,0v-18,2,-18,145,0,146v11,18,51,24,69,9xm203,6r-33,-26v-36,40,-126,18,-140,-24v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v14,0,15,159,2,164r34,27",w:219,k:{U:2}},R:{d:"168,-185v0,-47,-57,-36,-102,-37r0,78v47,2,102,4,102,-41xm127,-256v86,-7,104,120,28,142r60,114r-47,0r-52,-109r-50,0r0,109r-39,0r0,-256r100,0",w:219,k:{T:6,V:6,W:6,Y:11}},S:{d:"5,-33r25,-29v28,29,121,40,124,-10v3,-32,-37,-37,-68,-40v-44,-6,-68,-35,-68,-72v0,-80,117,-91,167,-48r-22,32v-31,-23,-103,-35,-106,17v-2,23,33,34,65,37v48,4,71,39,71,74v0,89,-139,92,-188,39",w:206},T:{d:"71,0r0,-222r-71,0r0,-34r180,0r0,34r-71,0r0,222r-38,0",w:180,k:{y:40,O:6,u:33,w:40,A:27,a:36,e:36,o:36,r:33,",":36,".":40,"-":46,h:6,i:6,":":36,";":36}},U:{d:"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89",w:226,k:{A:9,",":9,".":9}},V:{d:"85,0r-85,-256r41,0r59,195r59,-195r41,0r-85,256r-30,0",w:200,k:{G:6,O:6,u:13,A:20,a:20,e:20,o:20,",":46,".":46,"-":20,i:6,":":27,";":27}},W:{d:"68,0r-64,-256r41,0r41,182r50,-182r28,0r50,182r41,-182r41,0r-65,256r-32,0r-50,-185r-49,185r-32,0",w:299,k:{u:9,A:13,a:13,e:9,o:9,",":27,".":27,"-":6,h:6,":":6,";":6}},X:{d:"153,0r-57,-95r-56,95r-44,0r79,-131r-74,-125r44,0r51,89r52,-89r44,0r-74,125r79,131r-44,0",w:192},Y:{d:"72,0r0,-105r-77,-151r41,0r54,113r54,-113r41,0r-77,151r0,105r-36,0",w:180,k:{O:9,u:27,A:27,a:33,e:29,o:29,",":40,".":40,"-":40,i:13,":":33,";":33}},Z:{d:"12,0r0,-32r116,-190r-112,0r0,-34r159,0r0,29r-116,190r116,0r0,37r-163,0",w:186},"[":{d:"26,37r0,-293r67,0r0,23r-35,0r0,246r35,0r0,24r-67,0",w:100},"\\":{d:"89,2r-86,-260r28,0r86,260r-28,0",w:119},"]":{d:"42,13r0,-246r-34,0r0,-23r66,0r0,293r-66,0r0,-24r34,0",w:100},"^":{d:"18,-102r78,-154r24,0r78,154r-30,0r-60,-124r-60,124r-30,0",w:216},_:{d:"0,45r0,-18r180,0r0,18r-180,0",w:180},a:{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23",w:180},b:{d:"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-19,29,-75,32,-97,3r0,19r-36,0r0,-256r36,0r0,93v14,-13,29,-22,48,-22xm96,-148v-34,0,-36,31,-36,57v0,27,2,56,36,56v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57",w:186},c:{d:"131,-54r27,24v-45,55,-148,41,-148,-61v0,-102,102,-118,148,-62r-27,24v-27,-34,-85,-23,-85,38v0,61,58,70,85,37",w:159},d:{d:"24,-91v0,-74,12,-83,62,-94v19,0,33,9,47,22r0,-93r37,0r0,256r-37,0r0,-19v-12,13,-28,21,-47,21v-49,-10,-62,-20,-62,-93xm97,-148v-35,0,-37,29,-37,57v0,28,2,56,37,56v34,0,36,-29,36,-56v0,-26,-2,-57,-36,-57",w:186},e:{d:"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42",w:180,k:{v:2}},f:{d:"30,0r0,-154r-19,0r0,-29r19,0v-5,-55,18,-80,73,-73r0,34v-17,1,-37,-4,-37,15r0,24r37,0r0,29r-37,0r0,154r-36,0",w:100,k:{f:6}},g:{d:"49,23v30,32,90,14,77,-42v-20,30,-80,24,-95,-1v-19,-5,-19,-138,0,-142v15,-25,74,-33,95,-1r0,-20r37,0r0,179v1,87,-99,102,-142,49xm90,-148v-33,9,-36,9,-36,57v0,47,4,47,36,56v31,-8,37,-10,36,-56v0,-48,-4,-48,-36,-57",w:186},h:{d:"24,0r0,-256r36,0r1,93v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0",w:193},i:{d:"25,0r0,-183r37,0r0,183r-37,0xm25,-220r0,-36r37,0r0,36r-37,0",w:86},j:{d:"28,20r0,-203r37,0r0,206v-1,36,-27,55,-68,51r0,-35v18,1,32,0,31,-19xm28,-220r0,-36r37,0r0,36r-37,0",w:92},k:{d:"24,0r0,-256r36,0r1,159r70,-86r44,0r-63,72r72,111r-46,0r-49,-85r-29,32r0,53r-36,0",w:186,k:{e:4,o:4}},l:{d:"24,-44r0,-212r36,0r0,209v-1,13,14,12,27,12r0,35v-37,2,-62,-5,-63,-44",w:92},m:{d:"26,0r0,-183r37,0r0,20v23,-31,80,-26,99,2v36,-42,119,-29,119,40r0,121r-37,0v-6,-54,21,-148,-36,-148v-57,0,-30,94,-36,148r-37,0v-6,-54,21,-148,-36,-148v-57,0,-30,94,-36,148r-37,0",w:306},n:{d:"24,0r0,-183r36,0v1,6,-2,16,1,20v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0",w:193},o:{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56",w:180},p:{d:"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-20,29,-73,32,-97,3r0,93r-36,0r0,-257r36,0r0,20v12,-13,29,-22,48,-22xm96,-35v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57v-34,0,-36,30,-36,57v0,26,2,56,36,56",w:186},q:{d:"17,-91v0,-74,12,-83,62,-94v19,0,35,9,47,22r0,-20r37,0r0,257r-37,0r0,-93v-14,13,-28,21,-47,21v-49,-10,-62,-20,-62,-93xm90,-35v34,0,36,-30,36,-56v0,-27,-2,-57,-36,-57v-35,0,-36,29,-36,57v0,28,1,56,36,56",w:186},r:{d:"24,0r0,-183r36,0v1,6,-2,16,1,20v20,-25,61,-30,86,-8r-27,32v-24,-18,-59,-9,-60,29r0,110r-36,0",w:140,k:{u:4,a:6,e:6,o:6,",":33,".":33,c:6,d:6,n:9,q:6,"-":20}},s:{d:"4,-31r25,-25v16,15,34,24,58,24v37,0,51,-41,13,-42v-44,-1,-85,-11,-85,-55v0,-68,107,-68,140,-31r-23,27v-16,-19,-78,-27,-80,5v-1,18,35,18,55,19v38,3,52,26,52,55v0,69,-117,71,-155,23",k:{w:2}},t:{d:"26,-183r0,-55r37,0r0,55r26,0r0,29r-26,0r0,106v-1,15,13,13,26,13r0,35v-38,3,-63,-8,-63,-45r0,-109r-18,0r0,-29r18,0",w:100},u:{d:"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42",w:193},v:{d:"65,0r-67,-183r39,0r43,128r43,-128r39,0r-67,183r-30,0",w:159,k:{e:2,",":27,".":27}},w:{d:"168,0r-38,-128r-39,128r-32,0r-58,-183r39,0r35,128r42,-128r26,0r42,128r35,-128r39,0r-58,183r-33,0",w:259,k:{",":20,".":20}},x:{d:"66,-93r-60,-90r44,0r36,60r37,-60r44,0r-60,90r62,93r-44,0r-39,-61r-38,61r-44,0"},y:{d:"63,-7r-66,-176r39,0r44,128r43,-128r39,0r-78,221v-13,32,-32,37,-64,36r0,-35v32,6,36,-24,43,-46",w:159,k:{o:2,",":33,".":33}},z:{d:"12,0r0,-29r91,-121r-86,0r0,-33r131,0r0,30r-91,118r91,0r0,35r-136,0",w:159},"{":{d:"5,-98r0,-24v56,-2,-2,-137,63,-134r31,0r0,23v-44,-10,-33,40,-33,77v0,33,-24,42,-29,47v6,2,29,13,29,46v0,33,-15,86,33,76r0,24v-38,3,-65,-1,-66,-40v0,-38,6,-94,-28,-95",w:100},"|":{d:"26,90r0,-360r28,0r0,360r-28,0",w:79},"}":{d:"1,37r0,-24v44,10,34,-38,34,-76v0,-33,23,-42,28,-47v-6,-2,-28,-14,-28,-47v0,-33,14,-86,-34,-76r0,-23v38,-3,65,1,66,40v0,38,-6,93,28,94r0,24v-56,2,2,138,-63,135r-31,0",w:100},"~":{d:"146,-64v-23,0,-56,-24,-77,-25v-14,0,-23,13,-31,25r-13,-22v8,-15,21,-31,45,-31v23,0,55,24,77,24v14,0,23,-12,31,-25r13,22v-8,15,-21,32,-45,32",w:216},"'":{d:"29,-193r0,-63r28,0r0,63r-28,0",w:86},"`":{d:"41,-206r-51,-52r48,0r33,52r-30,0",w:86}," ":{w:86}}});(function(b){var a=["DOMMouseScroll","mousewheel"];b.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var b=a.length;b;)this.addEventListener(a[--b],c,false);else this.onmousewheel=c},teardown:function(){if(this.removeEventListener)for(var b=a.length;b;)this.removeEventListener(a[--b],c,false);else this.onmousewheel=null}};b.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}});function c(a){var d=[].slice.call(arguments,1),c=0,e=true;a=b.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;d.unshift(a,c);return b.event.handle.apply(this,d)}})(jQuery);jQuery.fn.eachSlice=function(e,f){for(var b=[],c=0,d=this.length,a=0;a<=d;a++){if(c>=e){f.apply(jQuery(b));c=0,b=[]}this[a]&&b.push(this[a]);c++}d%e>0&&f.apply($(b));return this};(function(a){a.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(b,a){this.defaults.type=b;this.defaults.name=a},"get":function(d,h){var c=a.extend({},this.defaults,h);if(!c.single.length)c.single="metadata";var b=a.data(d,c.single);if(b)return b;b="{}";if(c.type=="class"){var g=c.cre.exec(d.className);if(g)b=g[1]}else if(c.type=="elem"){if(!d.getElementsByTagName)return;var f=d.getElementsByTagName(c.name);if(f.length)b=a.trim(f[0].innerHTML)}else if(d.getAttribute!=undefined){var e=d.getAttribute(c.name);if(e)b=e}if(b.indexOf("{")<0)b="{"+b+"}";b=eval("("+b+")");a.data(d,c.single,b);return b}}});a.fn.metadata=function(b){return a.metadata.get(this[0],b)}})(jQuery);(function(a){var c={transition:"slide",transitionOptions:{duration:"normal"},size:1,disabled:false,index:0,selectorStrut:"li",selectorItem:"li",events:{mousewheel:false,keys:false},selectorMouseWheelIgnore:null,classNameClip:"carousel-clip",classNameCar:"carousel-car",classNameNextDisabled:"bt-disabled",classNamePreviousDisabled:"bt-disabled",cssClip:{overflow:"hidden",position:"relative"},cssCar:{position:"relative"},wrap:true,interval:5e3},b="carousel";a.fn[b]=function(){var d,f={},g={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")d=e[0];else f=e[0];if(e.length>=2)g=e[1]||{}}return this.each(function(){var e,j=g,h={},m={},i=a(this);if(a.fn.metadata)m=i.metadata();if(!d){e=i.data(b);if(!e){e={};i.data(b,e)}a.extend(true,h,c,f,m[b]||m||{});e.options=h}else{e=i.data(b);if(e)h=e.options;else return}e.play=function(){e.playTime=new Date;i.carousel(j.direction=="backward"?"previous":"next")};if(!d){if(h.classNameDisabled)h.classNameNextDisabled=h.classNamePreviousDisabled=h.classNameDisabled;e.mousewheel=function(b,c){var a=true;if(h.selectorMouseWheelIgnore)a=i.closest(h.selectorMouseWheelIgnore).length==0;if(a)if(c>0){i.carousel("pause");i.carousel("previous")}else{i.carousel("pause");i.carousel("next")}b.preventDefault()};e.beforeChange=function(){var a=true;e.previous&&e.previous.removeClass(h.classNamePreviousDisabled);e.next&&e.next.removeClass(h.classNamePreviousDisabled);var b=jQuery.Event("carousel.beforechange");i.trigger(b,e.edata);a&=b.result!==false;if(e.index==0){!h.wrap&&e.previous&&h.classNamePreviousDisabled&&e.previous.addClass(h.classNamePreviousDisabled);var d=jQuery.Event("carousel.beforechangetofirst");i.trigger(d,e.edata);a&=d.result!==false}else if(e.index==e.count-h.size){!h.wrap&&e.next&&h.classNameNextDisabled&&e.next.addClass(h.classNameNextDisabled);var c=jQuery.Event("carousel.beforechangetolast");i.trigger(c,e.edata);a&=c.result!==false}return a};e.afterComplete=function(){var c=jQuery.Event("carousel.afterchange");i.trigger(c,e.edata);if(e.index==0){var a=jQuery.Event("carousel.afterchangetofirst");i.trigger(a,e.edata)}else if(e.index==e.count-h.size){var b=jQuery.Event("carousel.afterchangetolast");i.trigger(b,e.edata)}e.animating=false;h.transitionOptions.complete&&h.transitionOptions.complete()};e.getItems=function(){return i.find(h.selectorItem)};e.getItem=function(a){return e.items().eq(a)};e.currentItem=function(){return e.getItem(e.index)};h.events&&h.events.mousewheel&&i.bind("mousewheel",e.mousewheel);e.animating=false;e.index=h.index;e.disabled=h.disabled===true?true:false;var n=a("<div/>").css({height:i.innerHeight(),width:99999});n.css(h.cssCar);n.addClass(h.classNameCar);i.addClass(h.classNameClip);i.css(h.cssClip);i.wrapInner(n);e.car=i.find("."+h.classNameCar).eq(0);if(h.height)i.css({height:h.height});else if(h.selectorStrut){e.strut=i.find(h.selectorStrut);e.strut.length>0&&i.css({height:e.strut.outerHeight()})}e.olt=["crossfade","switch","blind"];if(a.inArray(h.transition,e.olt)!=-1){var r=e.getItems();r.hide().css({position:"absolute",left:0})}i.carousel("update",{instant:true});if(h.next){if(h.context)e.next=i.closest(h.context).find(h.next);else e.next=a(h.next);e.next.length&&e.next.click(function(a){a.preventDefault();(!e.next.hasClass(h.classNameNextDisabled)||h.wrap)&&i.carousel("next")})}if(h.previous){if(h.context)e.previous=i.closest(h.context).find(h.previous);else e.previous=a(h.previous);e.previous.length&&e.previous.click(function(a){a.preventDefault();(!e.previous.hasClass(h.classNamePreviousDisabled)||h.wrap)&&i.carousel("previous")})}}else if(d=="play"){if(!e.pi&&!e.pt)e.pi=setInterval(e.play,j.interval||h.interval)}else if(d=="pause"){e.pauseTime=new Date;clearTimeout(e.pt);clearInterval(e.pi);e.pi=e.pt=null}else if(d=="resume")if(!e.pi&&e.pauseTime&&e.playTime){var l=j.interval||h.interval;l=l-(e.pauseTime-e.playTime);e.pt=setTimeout(e.play,l);e.pi=setInterval(e.play,l+(j.interval||h.interval))}else i.carousel("play",j);else if(d=="first")i.carousel("to",a.extend(true,{},j,{index:"first"}));else if(d=="last")i.carousel("to",a.extend(true,{},j,{index:"last"}));else{if(d=="update"||d=="to"||d=="next"||d=="previous"){e.items=e.getItems();e.count=e.items.length;e.instant=j.instant}if(d=="to"||d=="previous"||d=="next"){e.oldItem=e.items.eq(e.index);e.oldIndex=e.index}if(d=="update"){if(!e.animating&&!e.disabled){e.newItem=e.items.eq(e.index);e.edata=[{oldItem:e.oldItem,newItem:e.newItem,instant:e.instant,count:e.count,oldIndex:e.oldIndex,newIndex:e.index,target:j.target}];if(j.ocmd=="previous"){var q=jQuery.Event("carousel.beforechangeprevious");i.trigger(q,e.edata)}if(j.ocmd=="next"){var s=jQuery.Event("carousel.beforechangenext");i.trigger(s,e.edata)}if(e.beforeChange())if(e.instant||!h.transition){if(a.inArray(h.transition,e.olt)!=-1)e.newItem.show();else e.car.css({left:-e.newItem.position().left});e.afterComplete()}else if(h.transition=="slide"){e.animating=true;e.car.animate({left:-e.newItem.position().left},a.extend(true,{},h.transitionOptions,{complete:e.afterComplete}))}else if(h.transition=="fade"){e.animating=true;var o=function(){e.car.css({left:-e.newItem.position().left});e.newItem.fadeIn(a.extend(true,{},h.transitionOptions,{complete:e.afterComplete}))};e.oldItem.fadeOut(a.extend(true,{},h.transitionOptions,{complete:o}))}else if(h.transition=="blind"){e.animating=true;var o=function(){e.newItem.slideDown(a.extend(true,{},h.transitionOptions,{complete:e.afterComplete}))};e.oldItem.slideUp(a.extend(true,{},h.transitionOptions,{complete:o}))}else if(h.transition=="crossfade"){e.animating=true;e.oldItem.fadeOut(a.extend(true,{},h.transitionOptions));e.newItem.fadeIn(a.extend(true,{},h.transitionOptions,{complete:e.afterComplete}))}else if(h.transition=="switch"){e.animating=true;e.oldItem.slideUp(a.extend(true,{},h.transitionOptions));e.newItem.slideDown(a.extend(true,{},h.transitionOptions,{complete:e.afterComplete}))}}}else if(d=="to"&&!e.animating){if(j.el){var p=a(j.el);if(p.length){var k=e.items.index(p);if(k!=-1){e.index=k;i.carousel("update",j)}}}else if(j.index!==null){if(j.index=="first")j.index=0;else if(j.index=="last")j.index=e.count-h.size;if(j.index>=0&&j.index<e.count){e.index=j.index;i.carousel("update",j)}}}else if((d=="previous"||h.direction=="reverse"&&d=="next")&&!e.animating){j.ocmd=d;if(h.wrap=="around")if(e.index==0){e.items.eq(e.count-1).insertBefore(e.items.eq(0));e.items=e.getItems();e.car.css({left:-e.items.eq(1).position().left})}else e.index--;else if(e.index>0||h.wrap){var k=e.index-1;if(e.index==0&&h.wrap)k=e.count-h.size;e.index=k}i.carousel("update",j)}else if((d=="next"||h.direction=="reverse"&&d=="previous")&&!e.animating){j.ocmd=d;if(h.wrap=="around")if(e.index+h.size>=e.count){e.items.eq(0).insertAfter(e.items.eq(e.count-1));e.items=e.getItems();e.car.css({left:-e.items.eq(e.index-1).position().left})}else e.index++;else if(e.index<e.count||h.wrap){var k=e.index+1;if(e.index==e.count-h.size&&h.wrap)k=0;e.index=k}i.carousel("update",j)}else if(d=="disable")e.disabled=true;else if(d=="enable")e.disabled=false;else if(d=="destroy"){h.events&&h.events.mousewheel&&carousel.unbind("mousewheel",e.mousewheel);i.removeData("carousel")}}})};a.fn[b].defaults=c})(jQuery);(function(a){a.extend({tmpl:function(b,a){var c,d;b=b||"";a=a||{};c=/#\{([^{}]*)}/g;d=function(c,b){return typeof a[b]==="string"||typeof a[b]==="number"?a[b]:c};return b.replace(c,d)}})})(jQuery);(function(b){var c={strut:null,extra:0,context:null},a="cell";b.fn[a]=function(){var h,n={},l={},g=arguments;if(g.length>=1){if(typeof g[0]=="string")h=g[0];else n=g[0];if(g.length>=2)l=g[1]}var e,o=l,f={},j={},d=b(this);if(b.fn.metadata)j=d.metadata();if(!h){e=d.data(a);if(!e){e={};d.data(a,e)}b.extend(true,f,c,n,j[a]||j||{});e.options=f}else{e=d.data(a);if(e)f=e.options;else return}if(!h)d[a]("update");else if(h=="update"){var k=function(c){var a=c;if(f.strut){var b=c.find(f.strut);if(b.length>0)a=b}return a},m=function(a){return k(a).innerHeight()},i=m(d);d.each(function(){var c=b(this),a=m(c);if(a>i)i=a});d.each(function(){var a=k(b(this)),c=(parseInt(a.css("padding-top"))||0)+(parseInt(a.css("padding-bottom"))||0);a.css({height:i-c+f.extra})});d.trigger(a+".afterupdate",[{height:i}])}else h=="destroy"&&d.data(a,null);return this};b.fn[a].defaults=c})(jQuery);(function(a){var c={selector:"a",classNameCurrent:"current",classNameAfterCurrent:"after-current",classNameBeforeCurrent:"before-current",index:"derive",allowUnselect:false,event:"click",show:"show",showOptions:{duration:0},hide:"hide",hideOptions:{duration:0}},b="tabs";a.fn.tabs=function(){var d,f={},g={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")d=e[0];else f=e[0];if(e.length>=2)g=e[1]}return this.each(function(){var e,j=g,h={},m={},i=a(this);if(a.fn.metadata)m=i.metadata();if(!d){e=i.data(b);if(!e){e={};i.data(b,e)}a.extend(true,h,c,f,m[b]||m||{});e.options=h}else{e=i.data(b);if(e)h=e.options;else return}if(d)e.edata={tab:e.tab,panel:e.panel,panelOld:e.panelOld,tabOld:e.tabOld};if(!d){e.tabs=i.find(h.selector);e.panels=e.tabs.tabPanels();e.index=-1;e.animating=false;e.tabOld=e.panelOld=e.tab=e.panel=a([]);if(h.index=="derive")e.index=e.tabs.index(e.tabs.filter("."+h.classNameCurrent).eq(0));else if(h.index!=null&&h.index<e.tabs.length&&h.index>=0)e.index=h.index;e.handleEvent=function(c){if(!e.animating){var b=e.tabs.index(a(this));if(h.event=="click"&&e.index==b&&h.allowUnselect)i.tabs("unselect");else{e.indexPrevious=e.index;e.index=b;i.tabs("update")}}h.event=="click"&&c.preventDefault()};if(h.event=="click")e.tabs.click(e.handleEvent);else h.event=="mouseenter"&&e.tabs.mouseenter(e.handleEvent);e.index!=-1&&i.tabs("update")}else if(d=="update"){var p=function(){if(e.index!=-1){e.tab.addClass(h.classNameCurrent);e.index>0&&e.tabs.eq(e.index-1).addClass(h.classNameBeforeCurrent);e.index<e.tabs.length-1&&e.tabs.eq(e.index+1).addClass(h.classNameAfterCurrent);e.panel[h.show](a.extend(true,{complete:s},h.showOptions))}else e.animating=false},o=function(){i.trigger("tabs.afterchange",[e.edata]);j.unselect&&i.trigger("tabs.afterunselect",[e.edata])},q=function(){h.hideOptions.complete&&h.hideOptions.complete();if(e.index==-1){e.animating=false;o()}else p()},s=function(){e.animating=false;o();h.showOptions.complete&&h.showOptions.complete()};e.tabs.removeClass(h.classNameCurrent).removeClass(h.classNameAfterCurrent).removeClass(h.classNameBeforeCurrent);e.panels.hide();e.edata.tabOld=e.tab;e.edata.panelOld=e.panelOld=e.panel;var k=true;if(e.index!=-1){e.st=e.tabs.eq(e.index);if(e.st.length)e.sp=e.st.tabPanels()}e.animating=true;e.edata.panel=e.sp;e.edata.tab=e.st;if(j.unselect){var l=jQuery.Event("tabs.beforeunselect");i.trigger(l,[e.edata]);k=k&&l.result!==false}else{var l=jQuery.Event("tabs.beforechange");i.trigger(l,[e.edata])}k=k&&l.result!==false;if(k!==false){e.tab=e.st;e.panel=e.sp;if(e.panelOld.length)e.panelOld[h.hide](a.extend(true,{complete:q},h.hideOptions));else e.panel&&e.panel.length&&p()}}else if(d=="select"||d=="to"){if(!e.animating){e.indexPrevious=e.index;if(j.el){var r=a(j.el);if(target.length){var n=e.tabs.index(r);if(n!=-1){e.index=n;i.tabs("update",j)}}}else if(j.index!==null){if(j.index=="first")j.index=0;else if(j.index=="last")j.index=e.tabs.length-1;if(j.index>=0&&j.index<e.count){e.index=j.index;i.tabs("update",j)}}}}else if(d=="unselect"){if(!e.animating){e.indexPrevious=e.index;e.index=-1;i.tabs("update",a.extend(true,{},j,{unselect:true}))}}else if(d=="destroy"){if(h.event=="click")e.tabs.unbind("click",e.handleEvent);else h.event=="hover"&&e.tabs.unbind("mouseenter",e.handleEvent);i.removeData("tabs")}})};a.fn.tabPanels=function(){return this.map(function(){var f=this,b,c;if(a.fn.metadata)c=a(this).metadata().target;if(c)b=a(c);else b=a(a(this).attr("href"));if(b.length)return b.get(0)})};a.fn.tabs.defaults=c})(jQuery);(function(a){var c={className:"modal-underlay",css:{opacity:.7,backgroundColor:"#000"},hideDocumentScrollbars:false,fadeIn:false,fadeOut:false,fade:false,fadeOptions:{duration:"fast"},fadeInOptions:{duration:"fast"},fadeOutOptions:{duration:"fast"},layerfix:{method:"hideSelects"}};a.positionFixed=function(){var b=null,c=a("<div>").css({width:1,height:1,position:"fixed",top:10}).appendTo("body");b=c.offset().top==10;c.remove();return b};var b="modalize";a.fn[b]=function(){a.support.positionFixed=a.support.positionFixed||a.positionFixed();var d,f={},g={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")d=e[0];else f=e[0];if(e.length>=2)g=e[1]}return this.each(function(){var e,o=g,h={},n={},i=a(this);if(a.fn.metadata)n=i.metadata();if(!d){e=i.data(b);if(!e){e={};i.data(b,e)}a.extend(true,h,c,f,n[b]||n||{});e.options=h}else{e=i.data(b);if(e)h=e.options;else return}var k={width:Math.max(a("body").width(),a(window).width()),height:Math.max(a("body").height(),a(window).height())};if(h.fade){h.fadeOut=true;h.fadeIn=true;h.fadeOutOptions=h.fadeOptions;h.fadeInOptions=h.fadeOptions}if(!d){var j=i.css("z-index");if(j<=0||j=="auto"){e.savez=j;i.css("z-index",1)}if(j=="auto")j=0;if(!e.underlay)e.underlay=a('<div class="'+h.className+'"></div>').appendTo("body");e.underlay.css({position:"absolute"});e.underlay.css(a.extend(true,{},h.css,{zIndex:Math.max(j-1,0),width:k.width,height:k.height,left:0,top:0,display:"none"}));a.support.positionFixed&&e.underlay.css({position:"fixed"});var m=function(){h.layerfix&&i.layerfix&&i.layerfix(h.layerfix);h.fade&&h.fadeInOptions.complete&&h.fadeInOptions.complete()};if(h.fshow){h.fshow(e.underlay);m()}else if(h.fadeIn)e.underlay.fadeIn(a.extend(true,{},h.fadeInOptions,{complete:m}));else{e.underlay.show();m()}h.hideDocumentScrollbars&&a("body").css("overflow","hidden");e.underlay.click(function(){i.trigger("modalize.underlayclick",[{underlay:e.underlay}])});if(!e.windowOnResize){e.windowOnResize=function(){i&&i.is(":visible")&&i.modalize("again")};a(window).resize(e.windowOnResize)}}else if(d=="hide"){a(window).unbind("resize",e.windowOnResize);e.windowOnResize=null;h.hideDocumentScrollbars&&a("body").css("overflow","auto");if(e.underlay){var l=function(){h.layerfix&&i.layerfix&&i.layerfix("remove");if(e.savez!==null){i.css("z-index",e.savez);h.fade&&h.fadeOutOptions.complete&&h.fadeOutOptions.complete()}};if(h.fhide){h.fhide(e.underlay);l()}else if(h.fadeOut)e.underlay.fadeOut(a.extend(true,{},h.fadeOutOptions,{complete:l}));else{e.underlay.hide();l()}}}else if(d=="resize"||d=="again")e.underlay.is(":visible")&&e.underlay.css({width:k.width,height:k.height});else if(d=="destroy"){i.modalize("hide");e.underlay.remove();h.layerfix&&i.layerfix&&i.layerfix("destroy");i.removeData("modalize")}})};a.fn.unmodalize=function(){return this.modalize("hide")};a.fn.remodalize=function(){return this.modalize("again")};a.fn[b].defaults=c})(jQuery);(function(a){var c={triggerEvent:"click",hoverIntent:{sensitivity:3,interval:200,timeout:0},classShown:"reveal-shown",affix:null,hideOnMouseLeave:false,hideOnTargetMouseLeave:false,hideDelay:300,showDelay:300,hideSelector:".close",show:"show",hide:"hide",showOptions:{duration:0,effect:"size"},hideOptions:{duration:0,effect:"size"}},b="reveal";a.fn[b]=function(){var d,f={},g={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")d=e[0];else f=e[0];if(e.length>=2)g=e[1]||{}}return this.each(function(){var e,m=g,h={},k={},i=a(this);if(a.fn.metadata)k=i.metadata();if(!d){e=i.data(b);if(!e){e={};i.data(b,e)}a.extend(true,h,c,f,k[b]||k||{});e.options=h}else{e=i.data(b);if(e)h=e.options;else return}e.trigger=i;var p=h.target||h.e||h.el||h.element;e.cancelHide=function(){clearTimeout(e.toHide)};e.cancelShow=function(){clearTimeout(e.toShow)};e.enter=function(a){e.cancelHide();e.toShow=setTimeout(function(){i.reveal("show",{eventTarget:a.target})},h.showDelay)};e.leave=function(a){e.cancelShow();e.toHide=setTimeout(function(){i.reveal("hide",{eventTarget:a.target})},h.hideDelay)};e.click=function(a){if(e.target.is(":visible"))i.reveal("hide",{eventTarget:a.target});else i.reveal("show",{eventTarget:a.target});a.preventDefault()};if(!d){if(p){e.target=a(p).eq(0);if(e.target.length){e.target.data("reveal",{});var l=e.target.data("reveal");l.trigger=i;l.target=e.target;l.options=h;if(h.triggerEvent=="click"){i.click(e.click);if(h.hideOnMouseLeave){i.mouseenter(e.cancelHide);i.mouseleave(e.leave)}if(h.hideOnTargetMouseLeave){e.target.mouseenter(e.cancelHide);e.target.mouseleave(e.leave)}}else if(h.triggerEvent=="hoverIntent"&&a.fn.hoverIntent){var q=a.extend({},h.hoverIntent,{over:e.enter,out:e.leave});i.hoverIntent(q);e.target.mouseenter(function(){e.cancelHide();var a=i.get(0);clearTimeout(a.hoverIntent_t);a.hoverIntent_s=0});h.hideOnTargetMouseLeave&&e.target.mouseleave(e.leave)}else{i.mouseenter(e.enter);i.mouseleave(e.leave);e.target.mouseenter(e.cancelHide);h.hideOnTargetMouseLeave&&e.target.mouseleave(e.leave)}a(h.hideSelector).click(function(a){i.reveal("hide",{eventTarget:a.target})})}}}else if(d=="hide"){e.edata=[{element:e.target,target:e.target,eventTarget:m.eventTarget}];if(e&&e.target&&e.trigger){var n=function(){e.trigger.trigger("reveal.afterhide",e.edata);if(h.fUnposition)h.fUnposition(e.trigger,e.target);else e.target.unaffix&&h.affix&&e.target.unaffix();h.hideOptions.complete&&h.hideOptions.complete()},j=jQuery.Event("reveal.beforehide");e.trigger.trigger(j,e.edata);if(j.result!==false){e.trigger.removeClass(h.classShown);e.target.stop(true,true);if(a.ui&&h.hide=="hide")e.target.hide(h.hideOptions.effect,h.hideOptions,h.hideOptions.speed||h.hideOptions.duration,n);else e.target[h.hide](a.extend(true,{complete:n},h.hideOptions))}}}else if(d=="show"){if(e&&e.target&&e.trigger){e.edata=[{element:e.target,target:e.target,eventTarget:m.eventTarget}];var o=function(){e.trigger.trigger("reveal.aftershow",e.edata);h.showOptions.complete&&h.showOptions.complete()},j=jQuery.Event("reveal.beforeshow");e.trigger.trigger(j,e.edata);if(j.result!==false){e.trigger.addClass(h.classShown);if(h.fPosition)h.fPosition(t,r);else if(e.target.affix&&h.affix)if(h.affix.el||h.affix.elem||h.affix.element)e.target.affix(h.affix);else e.target.affix(a.extend(true,{},h.affix,{target:e.trigger}));var j=jQuery.Event("reveal.afterposition");e.trigger.trigger(j,e.edata);e.target.stop(true,true);if(a.ui&&h.show=="show")e.target.show(h.showOptions.effect,h.showOptions,h.showOptions.speed||h.showOptions.duration,o);else e.target[h.show](a.extend(true,{complete:o},h.showOptions))}}}else if(d=="hold")e.cancelLeave();else if(d=="destroy"){if(h.triggerEvent=="click"){i.unbind("click",e.click);if(h.hideOnMouseLeave){i.unbind("mouseenter",cancelLeave);i.unbind("mouseleave",e.leave)}if(h.hideOnTargetMouseLeave){e.target.unbind("mouseenter",e.cancelLeave);e.target.unbind("mouseleave",e.leave)}}else{i.unbind("mouseenter",e.enter);i.unbind("mouseleave",e.leave);e.target.unbind("mouseenter",e.enter);h.hideOnTargetMouseLeave&&e.target.unbind("mouseleave",e.leave)}i.removeData("reveal")}})};a.fn.revealClick=function(b){return this.reveal(a.extend(true,{},b,{triggerEvent:"click"}))};a.fn.revealHover=function(b){return this.reveal(a.extend(true,{},b,{triggerEvent:"hover",hideOnTargetMouseLeave:true}))};a.fn.revealMenuHover=function(b){return this.reveal(a.extend(true,{},a.fn.reveal.presets.menuHover,b))};a.fn.revealMenuClick=function(b){return this.reveal(a.extend(true,{},a.fn.reveal.presets.menuClick,b))};a.fn.revealTooltip=function(b){return this.reveal(a.extend(true,{},a.fn.reveal.presets.tooltip,b))};a.fn[b].defaults=c;a.fn.reveal.presets={menuHover:{classShown:"menu-shown",show:"slideDown",showDelay:200,showOptions:{duration:200},hide:"slideUp",hideOptions:{duration:100},triggerEvent:"hoverIntent",hoverIntent:{interval:30},hideOnTargetMouseLeave:true,affix:{layerfix:{method:"hideSelects"},to:"sw",from:"nw",keepInWindow:false}},menuClick:{classShown:"menu-shown",show:"slideDown",showOptions:{duration:"fast"},hide:"slideUp",hideOptions:{duration:"fast"},triggerEvent:"click",hideOnTargetMouseLeave:true,affix:{layerfix:{method:"hideSelects"},to:"sw",from:"nw",keepInWindow:false}},tooltip:{classShown:"tooltip-shown",show:"fadeIn",showOptions:{duration:"fast"},hide:"fadeOut",hideOptions:{duration:"fast"},triggerEvent:"hover",hideOnTargetMouseLeave:true,affix:{layerfix:{method:"hideSelects"},to:"ne",from:"sw",keepInWindow:true}}}})(jQuery);(function(c){var d={name:"auto",top:"c",left:"c",width:"auto",height:"auto",toolbar:false,location:false,directories:false,status:false,menubar:false,scrollbars:false,resizeable:true,autoPercentage:.85},a=function(a){return a===0||a===false||a=="no"?"no":"yes"},b="windowopen";c.fn[b]=function(){var f,g={},h={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")f=e[0];else g=e[0];if(e.length>=2)h=e[1]}return this.each(function(){var i,l=h,e={},k={},j=c(this);if(c.fn.metadata)k=j.metadata();if(!f){i=j.data(b);if(!i){i={};j.data(b,i)}c.extend(true,e,d,g,k[b]||k||{});i.options=e}else{i=j.data(b);if(i)e=i.options;else return}if(!f){i.click=function(h){var b=e.width,c=e.height,d=e.left,g=e.top,f=e.name;if(f=="auto")f="win"+(new Date).getTime();if(b=="aw")b=screen.availWidth;else if(b=="auto")b=Math.round(screen.availWidth*e.autoPercentage);if(c=="ah")c=screen.availHeight;else if(c=="auto")c=Math.round(screen.availHeight*e.autoPercentage);if(d=="c")d=(screen.availWidth-b)/2;if(g=="c")g=(screen.availHeight-c)/2;i.win=window.open(j.attr("href"),f,"width="+b+",height="+c+",toolbar="+a(e.toolbar)+",location="+a(e.location)+",directories="+a(e.directories)+",status="+a(e.status)+",menubar="+a(e.menubar)+",scrollbars="+a(e.scrollbars)+",left="+d+", top="+g+",resizable="+a(e.resizable));i.win&&i.win.focus();h.preventDefault()};j.click(i.click)}else if(f=="destroy"){j.unbind("click",i.click);j.removeData("windowopen")}})};c.fn[b].defaults=d})(jQuery);jQuery.url=function(){var c={},a={},b={url:window.location,strictMode:false,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},e=function(){str=decodeURI(b.url);var d=b.parser[b.strictMode?"strict":"loose"].exec(str),a={},c=14;while(c--)a[b.key[c]]=d[c]||"";a[b.q.name]={};a[b.key[12]].replace(b.q.parser,function(e,c,d){if(c)a[b.q.name][c]=d});return a},f=function(b){!a.length&&d();return b=="base"?a.port!==null&&a.port!==""?a.protocol+"://"+a.host+":"+a.port+"/":a.protocol+"://"+a.host+"/":a[b]===""?null:a[b]},h=function(b){!a.length&&d();return a.queryKey[b]===null?null:a.queryKey[b]},d=function(){a=e();g()},g=function(){var b=a.path;c=[];c=a.path.length==1?{}:(b.charAt(b.length-1)=="/"?b.substring(1,b.length-1):path=b.substring(1)).split("/")};return{setMode:function(a){strictMode=a=="strict"?true:false;return this},setUrl:function(a){b.url=a===undefined?window.location:a;d();return this},segment:function(b){!a.length&&d();return b===undefined?c.length:c[b]===""||c[b]===undefined?null:c[b]},attr:f,param:h}}();(function(a){var d={text:"enter value",className:"with-placeholder",useTitle:false,clearOnFocus:true,clearOnSubmit:true,formEvent:"submit"},c=function(b){var c=b.target,e=true;a.each(c.elements,function(c,b){a(b).placeholder("clear")});var d=jQuery.Event("placeholder.submit");a(c).trigger(d);if(d.result===false){b.preventDefault();return false}return true},b="placeholder";a.fn[b]=function(){var f,g={},h={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")f=e[0];else g=e[0];if(e.length>=2)h=e[1]}return this.each(function(){var i,p=h,j={},l={},e=a(this);if(a.fn.metadata)l=e.metadata();if(!f){i=e.data(b);if(!i){i={};e.data(b,i)}a.extend(true,j,d,g,l[b]||l||{});i.options=j}else{i=e.data(b);if(i)j=i.options;else return false}var m=e.val();if(!f){i.text=j.text;if(j.useTitle)i.text=e.attr("title");e.placeholder("apply");i.focus=function(){e.placeholder("clear")};i.blur=function(){e.placeholder("apply")};if(j.clearOnFocus){e.focus(i.focus);e.blur(i.blur)}if(j.clearOnSubmit){var k=e.get(0).form,o=a(k).data("placeholder-onsubmit");if(!o){a(k).bind(j.formEvent,c);a(k).data("placeholder-onsubmit",c)}}}else if(f=="clear"){if(m==i.text){e.val("");e.removeClass(j.className)}}else if(f=="apply"){i.text=j.text;if(j.useTitle)i.text=e.attr("title");if(m==""||m==i.text){e.val(i.text);e.addClass(j.className)}else e.removeClass(j.className)}else if(f=="destroy"){e.placeholder("clear");var k=e.get(0).form,n=a(k).data("placeholder-onsubmit");if(j.clearOnFocus){e.unbind("focus",i.focus);e.unbind("blur",i.blur)}n&&a(k).unbind(j.formEvent,c);e.removeData("placeholder")}})};a.fn[b].defaults=d})(jQuery);(function(a){var d=a.browser.msie&&a.browser.version<7,c={method:"shim"},b="layerfix";a.fn[b]=function(){if(d){var f,g={},h={},e=arguments;if(e.length>=1){if(typeof e[0]=="string")f=e[0];else g=e[0];if(e.length>=2)h=e[1]}return this.each(function(){var d,n=h,i={},k={},e=a(this);if(a.fn.metadata)k=e.metadata();if(!f){d=e.data(b);if(!d){d={};e.data(b,d)}a.extend(true,i,c,g,k[b]||k||{});d.options=i}else{d=e.data(b);if(d)i=d.options;else return}if(!f)if(i.method=="shim"||i.method=="both"){var j=e.css("z-index");if(j<=0||j=="auto"){j=0;d.zeroz=true;e.css("z-index",1)}var m=e.offset();if(!d.ifs){d.ifs=a('<iframe frameborder="0" scrolling="no"></iframe>');d.ifs.appendTo("body")}var l={width:e.outerWidth(),height:e.outerHeight()};d.ifs.css({opacity:0,display:"block","z-index":Math.max(j-1,0),position:"absolute",width:l.width,height:l.height,left:m.left,top:m.top})}else(i.method=="hideSelects"||i.method=="both")&&a("select").not(e.find("select")).css("visibility","hidden");else if(f=="remove")if(i.method=="shim"||i.method=="both"){if(d.ifs){d.ifs.hide();d.zeroz&&e.css("z-index",0)}}else(i.method=="hideSelects"||i.method=="both")&&a("select").not(a(this).find("select")).css("visibility","visible");else if(f=="destroy"){e.layerfix("remove");e.removeData("layerfix")}})}return this};a.fn[b].defaults=c})(jQuery);(function(a){var d={animate:false,animateOptions:{duration:"normal"},to:"ne",keepInWindow:true,offset:[0,0],inset:[0,0],"use":"offset",fixed:true,smartOffscreenInset:true,classGlueFromPrefix:"glue-",classGlueToPrefix:"glue-",layerfix:false,autoEvents:{scroll:true,resize:true}},b=a.browser.msie&&a.browser.version<7,c="affix";a.fn.affixPosition=function(){var E,n={},B={},o=arguments;if(o.length>=1){if(typeof o[0]=="string")E=o[0];else n=o[0];if(o.length>=2)B=o[1]}var l,M=B,e={},z={},k=a(this).eq(0);if(a.fn.metadata)z=k.metadata();if(!E){l=k.data(c);if(!l){l={};k.data(c,l)}a.extend(true,e,d,n,z[c]||z||{});l.options=e}else{l=k.data(c);if(l)e=l.options;else return this}var s,w,q,L,m,p,j;if(e.offsets)e.offset=e.offsets;if(n&&(n.animateOptions||n.animateParams))e.animate=true;if(n&&n.reaffixing)e.animate=false;if(e.glueInsideWindow)e.keepInWindow=e.glueInsideWindow;e.element=e.element||e.el||e.e||e.target;e.window=e.window||e.win||e.w;e.offscreen=e.offscreen||e.os||e.o;if(!(e.element||e.window||e.offscreen))throw"No affix target specified";p={width:a(window).width(),height:a(window).height()};m={top:a(window).scrollTop(),left:a(window).scrollLeft()};q={width:k.outerWidth(),height:k.outerHeight()};var y={derive:function(c){var a={from:e.from,to:e.to},b=C(c||y.eqn,e.from),f=x(b,a),d=v(b,a);A(k,e.from,e.classGlueFromPrefix);return{left:b.left,top:b.top,from:a.from,to:a.to,offset:f,insetOffset:d}},eqn:{n:"wx+h:ww-h:fw,wy",ne:"wx+ww-fw,wy",e:"wx+ww-fw,wy+h:wh-h:fh",se:"wx+ww-fw,wy+wh-fh",s:"wx+h:ww-h:fw,wy+wh-fh",sw:"wx,wy+wh-fh",w:"wx,wy+h:wh-h:fh",nw:"wx,wy",c:"wx+h:ww-h:fw,wy+h:wh-h:fh"}},f={derive:function(){return y.derive(f.eqn)},eqn:{n:"wx+h:ww-h:fw,wy-fh",nne:"wx+ww-fw,wy-fh",ne:"wx+ww,wy-fh",ene:"wx+ww,wy",e:"wx+ww,wy+h:wh-h:fh",ese:"wx+ww,wy+wh-fh",se:"wx+ww,wy+wh",sse:"wx+ww-fw,wy+wh",s:"wx+h:ww-h:fw,wy+wh",ssw:"wx,wy+wh",sw:"wx-fw,wy+wh",wsw:"wx-fw,wy+wh-fh",w:"wx-fw,wy+h:wh-h:fh",wnw:"wx-fw,wy",nw:"wx-fw,wy-fh",nnw:"wx,wy-fh"}};f.eqn.c=f.eqn.n;f.eqn.nwv=f.eqn.vnw=f.eqn.nnw;f.eqn.nwh=f.eqn.hnw=f.eqn.wnw;f.eqn.nev=f.eqn.vne=f.eqn.nne;f.eqn.neh=f.eqn.hne=f.eqn.ene;f.eqn.sev=f.eqn.vse=f.eqn.sse;f.eqn.seh=f.eqn.hse=f.eqn.ese;f.eqn.swv=f.eqn.vsw=f.eqn.ssw;f.eqn.swh=f.eqn.hsw=f.eqn.wsw;var g={derive:function(){var h=i.css("visibility");if(e.use=="position")s=i.position();else s=i.offset();w={width:i.outerWidth(),height:i.outerHeight()};var a={to:e.to,from:e.from},b=g.getPosition(a),f=x(b,a),d=v(b,a);if(e.keepInWindow){var c=g.glueInsideWindow(b,a);if(c){a=c;b=g.getPosition(a);f=x(b,a);d=v(b,a)}}A(k,a.from,e.classGlueFromPrefix);A(i,a.to,e.classGlueToPrefix);return{left:b.left,top:b.top,from:a.from,to:a.to,offset:f,insetOffset:d}},getPosition:function(a){return C(g.eqn,a.from+"_"+a.to,g.tokenValue)},glueInsideWindow:function(c,b){var j=b.to.search("n")!=-1,i=b.to.search("s")!=-1,k=b.to.search("e")!=-1,l=b.to.search("w")!=-1,h=c.top<m.top,e=c.left<m.left,d=c.left+q.width>m.left+p.width,f=c.top+q.height>m.top+p.height,a=[b.from,b.to];if(!h&&!f&&!d&&!e)return false;if(h&&j||f&&i){a[0]=g.swapNS(a[0]);a[1]=g.swapNS(a[1])}if(d&&k||e&&l){a[0]=g.swapEW(a[0]);a[1]=g.swapEW(a[1])}return{from:a[0],to:a[1]}},swapNS:function(a){return a.replace(/n/g,"T").replace(/s/g,"n").replace(/T/g,"s")},swapEW:function(a){return a.replace(/e/g,"T").replace(/w/g,"e").replace(/T/g,"w")},tokenValue:function(a){switch(a){case"tpw":case"tpe":case"tps":case"tpn":return u(g.eqnm[a.substr(2,1)],g.tokenValue);case"h:tw":case"h:th":return Math.floor(g.tokenValue(a.substr(2,2))/2);case"tw":return w.width;case"th":return w.height;case"tpx":return s.left;case"tpy":return s.top;default:return r(a)}return false},eqn:{n_n:"tpx+h:tw-h:fw,tpn",n_ne:"tpe-h:fw,tpn",n_e:"tpe-h:fw,tpn+h:th",n_se:"tpe-h:fw,tps",n_s:"tpw+h:tw-h:fw,tps",n_sw:"tpw-h:fw,tps",n_w:"tpw-h:fw,tpn+h:th",n_nw:"tpw-h:fw,tpn",n_c:"tpw+h:tw-h:fw,tpn+h:th",ne_n:"tpx+h:tw-fw,tpn",ne_ne:"tpe-fw,tpn",ne_e:"tpe-fw,tpn+h:th",ne_se:"tpe-fw,tps",ne_sw:"tpw-fw,tps",ne_s:"tpw+h:tw-fw,tps",ne_w:"tpw-fw,tpn+h:th",ne_nw:"tpw-fw,tpn",ne_c:"tpw+h:tw-fw,tpn+h:th",e_n:"tpx+h:tw-fw,tpn-h:fh",e_ne:"tpe-fw,tpn-h:fh",e_e:"tpe-fw,tpn+h:th-h:fh",e_se:"tpe-fw,tps-h:fh",e_s:"tpw+h:tw-fw,tps-h:fh",e_sw:"tpw-fw,tps-h:fh",e_w:"tpw-fw,tpn+h:th-h:fh",e_nw:"tpw-fw,tpn-h:fh",e_c:"tpw+h:tw-fw,tpn+h:th-h:fh",se_n:"tpx+h:tw-fw,tpn-fh",se_ne:"tpe-fw,tpn-fh",se_e:"tpe-fw,tpn+h:th-fh",se_se:"tpe-fw,tps-fh",se_s:"tpw+h:tw-fw,tps-fh",se_sw:"tpw-fw,tps-fh",se_w:"tpw-fw,tpn+h:th-fh",se_nw:"tpw-fw,tpn-fh",se_c:"tpw+h:tw-fw,tpn+h:th-fh",s_n:"tpx+h:tw-h:fw,tpn-fh",s_ne:"tpe-h:fw,tpn-fh",s_e:"tpe-h:fw,tpn+h:th-fh",s_se:"tpe-h:fw,tps-fh",s_s:"tpw+h:tw-h:fw,tps-fh",s_sw:"tpw-h:fw,tps-fh",s_w:"tpw-h:fw,tpn+h:th-fh",s_nw:"tpw-h:fw,tpn-fh",s_c:"tpw+h:tw-h:fw,tpn+h:th-fh",sw_n:"tpx+h:tw,tpn-fh",sw_ne:"tpe,tpn-fh",sw_e:"tpe,tpn+h:th-fh",sw_se:"tpe,tps-fh",sw_s:"tpw+h:tw,tps-fh",sw_sw:"tpw,tps-fh",sw_w:"tpw,tpn+h:th-fh",sw_nw:"tpw,tpn-fh",sw_c:"tpw+h:tw,tpn+h:th-fh",w_n:"tpx+h:tw,tpn-h:fh",w_ne:"tpe,tpn-h:fh",w_e:"tpe,tpn+h:th-h:fh",w_se:"tpe,tps-h:fh",w_s:"tpw+h:tw,tps-h:fh",w_sw:"tpw,tps-h:fh",w_w:"tpw,tpn+h:th-h:fh",w_nw:"tpw,tpn-h:fh",w_c:"tpw+h:tw,tpn+h:th-h:fh",nw_n:"tpx+h:tw,tpn",nw_ne:"tpe,tpn",nw_e:"tpe,tpn+h:th",nw_se:"tpe,tps",nw_s:"tpw+h:tw,tps",nw_sw:"tpw,tps",nw_w:"tpw,tpn+h:th",nw_nw:"tpw,tpn",nw_c:"tpw+h:tw,tpn+h:th",c_n:"tpx+h:tw-h:fw,tpn-h:fh",c_ne:"tpe-h:fw,tpn-h:fh",c_e:"tpe-h:fw,tpn+h:th-h:fh",c_se:"tpe-h:fw,tps-h:fh",c_s:"tpw+h:tw-h:fw,tps-h:fh",c_sw:"tpw-h:fw,tps-h:fh",c_w:"tpw-h:fw,tpn+h:th-h:fh",c_nw:"tpw-h:fw,tpn-h:fh",c_c:"tpw+h:tw-h:fw,tpn+h:th-h:fh"},eqnm:{n:"tpy",ne:"",e:"tpx+tw",s:"tpy+th",w:"tpx"}},C=function(d,c,a){var b=d[c].split(",");return{left:Math.floor(u(b[0],a||r)),top:Math.floor(u(b[1],a||r))}},A=function(a,c,b){a.attr("class",a.attr("class").replace(new RegExp("s?"+b+"[newsvhc]{1,3}s?","gi"),""));a.addClass(b+c)},r=function(a){switch(a){case"h:fw":case"h:fh":case"h:wh":case"h:ww":return Math.floor(r(a.substr(2,2))/2);case"ww":return p.width;case"wh":return p.height;case"wx":return e.fixed&&!b?0:m.left;case"wy":return e.fixed&&!b?0:m.top;case"fw":return q.width;case"fh":return q.height}return false},H=function(a){var b;if(!e.offset.length&&e.offset[a.from+"_"+a.to])b=e.offset[a.from+"_"+a.to];else if(e.offset.length&&e.offset.length==2)b=e.offset;else if(e.offset[a.from])b=e.offset[a.from];else if(e.offset["*"])b=e.offset["*"];return b},x=function(d,f){if(e.offset){var a=H(f)||[0,0],b=parseInt(a[0],0),c=parseInt(a[1],0);if(!isNaN(b))d.left+=b;if(!isNaN(c))d.top+=c}return a},v=function(b,c){var a=I(b,c);b.left+=a[0];b.top+=a[1];return a},I=function(f,d){var b=e.inset;if(b){if(typeof b=="number")b=[b,b];var a={c:"0,0",n:"0,y",nne:"-x,y",ne:"-x,y",ene:"-x,y",e:"-x,0",ese:"-x,-y",se:"-x,-y",sse:"-x,-y",s:"0,-y",ssw:"x,-y",sw:"x,-y",wsw:"x,-y",w:"x,0",wnw:"x,y",nw:"x,y",nnw:"x,y"};if(e.smartOffscreenInset){a.nne="-x,0";a.ene="0,y";a.ese="0,-y";a.sse="-x,0";a.ssw="x,0";a.wsw="0,-y";a.wnw="0,y";a.nnw="x,0"}a.nwv=a.vnw=a.nnw;a.nwh=a.hnw=a.wnw;a.nev=a.vne=a.nne;a.neh=a.hne=a.ene;a.sev=a.vse=a.sse;a.seh=a.hse=a.ese;a.swv=a.vsw=a.ssw;a.swh=a.hsw=a.wsw;var c=(a[d.to]||a.c).split(",");return[D(c[0],b),D(c[1],b)]}return[0,0]},D=function(c,b){var a=c.match(/([\-]?)([xy0])/);if(a)if(a[2]=="x")return a[1]=="-"?-b[0]:b[0];else if(a[2]=="y")return a[1]=="-"?-b[1]:b[1];return 0},u=function(e,f){for(var d=e.match(/([a-z:]+)|([\+\-])/g),c=0,b,a=0;a<d.length;a++){b=(f||r)(d[a]);if(b!==false)if(a==0)c+=b;else if(a%2==0)if(d[a-1]=="+")c+=b;else c-=b}return c};if(e.window||e.offscreen){var F=e.window||e.offscreen,h=F.match(/^(?:([nweschv]*))?(?:(\+|-)([0-9]+))?(?:,([0-9]+))?/);if(h){if(h[1])e.from=e.to=h[1];if(h[2]&&h[3]){var K=parseInt(h[2],0),t=h[3]?parseInt(h[3],0):0;if(h[2]=="-"){e.inset=[-t,-t];if(h[4])e.inset[1]=-m4v}else{e.inset=[t,t];if(h[4])e.inset[1]=m4v}}if(e.from&&(!e.to||e.to==""))e.to=e.from;else if(e.to&&(!e.from||e.from==""))e.from=e.to;if(e.window){j=y.derive();j.target="window"}else if(e.offscreen){j=f.derive();j.target="offscreen"}}}else{var i=a(e.element).eq(0);if(i.length==0)throw"affix target element does not exist";if(i){if(!e.to){var J={sw:"ne",w:"e",nw:"se",n:"s",ne:"sw",e:"w",se:"nw",s:"n",c:"c"};e.to=J[e.from]||"c"}if(!e.from){var G={ne:"sw",e:"w",se:"nw",s:"n",sw:"ne",w:"e",nw:"se",n:"s",c:"c"};e.from=G[e.to]||"c"}j=g.derive();j.target="element";j.t=i}}return j};a.fn.affix=function(){var e,f={},g={},c=arguments;if(c.length>=1){if(typeof c[0]=="string")e=c[0];else f=c[0];if(c.length>=2)g=c[1]}return this.each(function(){var h,o=g,i={},l={},j=a(this);if(a.fn.metadata)l=j.metadata();if(!e){h=j.data("affix");if(!h){h={};j.data("affix",h)}a.extend(true,i,d,f,l.affix||l||{});h.options=i}else{h=j.data("affix");if(h)i=h.options;else return}if(!e){var k=j.affixPosition.apply(this,c);h.fReaffix=function(){j&&j.is(":visible")&&j.affix("again")};if(k.target=="window"||k.target=="offscreen"){if(i.fixed&&!b){var n=j.css("position");n!="fixed"&&j.css("position","fixed")}if(!h.windowOnResize)if(i.autoEvents&&i.autoEvents.resize){h.windowOnResize=h.fReaffix;a(window).resize(h.windowOnResize)}if(!h.windowOnScroll)if(i.autoEvents&&i.autoEvents.scroll&&(b||!i.fixed)){h.windowOnScroll=h.fReaffix;a(window).scroll(h.windowOnScroll)}}var m=function(){i.layerfix&&j.layerfix&&j.layerfix(i.layerfix);i.animateOptions.complete&&i.animateOptions.complete()};if(i.animate)j.animate(a.extend(true,{},i.animateParams||{},{left:k.left,top:k.top}),a.extend(true,{},i.animateOptions,{complete:m}));else{j.css({left:k.left,top:k.top});m()}}else if(e=="unaffix"){i.layerfix&&j.layerfix&&j.layerfix("destroy");j.affix("destroy")}else if(e=="again"||e=="reaffix")(i.element||i.window||i.offscreen)&&j.affix(a.extend(true,{},i,{reaffixing:true}));else if(e=="destroy"){if(h.windowOnResize){a(window).unbind("resize",h.windowOnResize);h.windowOnResize=null}if(h.windowOnScroll){a(window).unbind("scroll",h.windowOnScroll);h.windowOnScroll=null}h.ifs&&h.ifs.remove();h.options=null;j.removeData("affix")}})};a.fn.unaffix=function(){return this.affix("unaffix")};a.fn.affixAnimate=a.fn.affixa=function(b){return this.affix(a.extend(true,{},b,{animate:true}))};a.fn.affixAnimateNQ=a.fn.affixanq=function(b){return this.affix(a.extend(true,{},b,{animateOptions:{queue:false}}))};a.fn.affixAnimateFadeIn=a.fn.affixafi=function(b,c){var d=b||{};return this.css({opacity:0}).show().affix(a.extend(true,{},b,{animate:true,animateParams:{opacity:c||1}}))};a.fn.affixAnimateFadeOut=a.fn.affixafo=function(c,b){return this.css({opacity:b||1}).affix(a.extend(true,{},c,{animateParams:{opacity:"hide"},animate:true,animateOptions:{complete:function(){a(this).hide()}}}))};a.fn.affix.defaults=d})(jQuery);"use strict";var TRUE=true,FALSE=false,NULL=null;(function(a,b,c){function e(b,e){var c,d=a();if(!b)return FALSE;try{if("metadata"in b&&"object"!==typeof b.metadata)b.metadata={type:b.metadata};if("content"in b){if("object"!==typeof b.content||b.content.jquery)b.content={text:b.content};c=b.content.text||FALSE;if(!a.isFunction(c)&&(!c&&!c.attr||c.length<1||"object"===typeof c&&!c.jquery))c=b.content.text=FALSE;if("title"in b.content&&"object"!==typeof b.content.title)b.content.title={text:b.content.title}}if("position"in b){if("object"!==typeof b.position)b.position={my:b.position,at:b.position};if("object"!==typeof b.position.adjust)b.position.adjust={};if("undefined"!==typeof b.position.adjust.screen)b.position.adjust.screen=!!b.position.adjust.screen}if("show"in b){if("object"!==typeof b.show)b.show={event:b.show};if("object"!==typeof b.show)b.show=b.show.jquery?{target:b.show}:{event:b.show}}if("hide"in b)if("object"!==typeof b.hide)b.hide=b.hide.jquery?{target:b.hide}:{event:b.hide};if("style"in b&&"object"!==typeof b.style)b.style={classes:b.style}}catch(f){}if(a.isFunction(c)){b.content.text=[];e.each(function(){var e=c.call(this);if(e){b.content.text.push(e);d=d.add(a(this))}})}else d=e;a.each(a.fn.qtip.plugins,function(){this.sanitize&&this.sanitize(b)});return d}function g(h,d,g){function k(a){var c,b;a=a.split(".");c=d[a[0]];for(b=1;b<a.length;b+=1)if(typeof c[a[b]]==="object"&&!c[a[b]].jquery)c=c[a[b]];else break;return[c,a[b]]}function j(g){var a=c.elements.tooltip,d=f+"-accessible",e=!a.is(":visible")?TRUE:FALSE,b=FALSE;if(!c.rendered)return FALSE;e&&a.addClass(d);switch(g){case"dimensions":b={height:a.outerHeight(),width:a.outerWidth()};break;case"position":b=a.offset()}e&&a.removeClass(d);return b}function l(){var a=c.elements;if(a.title){a.titlebar.remove();a.titlebar=a.title=a.button=NULL;a.tooltip.removeAttr("aria-labelledby")}}function o(){var b=c.elements,e=d.content.title.button;b.titlebar&&l();b.titlebar=a("<div />",{"class":f+"-titlebar "+(d.style.widget?"ui-widget-header":"")}).append(b.title=a("<div />",{id:f+"-"+g+"-title","class":f+"-title",html:d.content.title.text})).prependTo(b.wrapper);if(e){b.button=e.jquery?e:"string"===typeof e?a("<a />",{html:e}):a("<a />",{"class":"ui-state-default",text:"Close tooltip",title:"Close tooltip",css:{"text-indent":"-10000em"}}).prepend(a("<span />",{"class":"ui-icon ui-icon-close"}));b.button.prependTo(b.titlebar).attr("role","button").addClass(f+"-"+(e===TRUE?"close":"button")).hover(function(b){a(this).toggleClass("ui-state-hover",b.type==="mouseenter")}).click(function(){b.tooltip.hasClass("ui-state-disabled")||c.hide();return FALSE}).bind("mousedown keydown mouseup keyup mouseout",function(b){a(this).toggleClass("ui-state-active ui-state-focus",/down$/i.test(b.type))})}}function m(b){if(!c.rendered||!b)return FALSE;if(a.isFunction(b))b=b.call(h);b.jquery&&b.length>0?c.elements.content.append(b.css({display:"block"})):c.elements.content.html(b);b=void 0;var e=c.elements.tooltip,f,g;if(c.rendered&&a.browser.msie){e.css({width:"auto",maxWidth:"none"});b=j("dimensions").width;e.css({maxWidth:""});f=parseInt(e.css("max-width"),10)||0;g=parseInt(e.css("min-width"),10)||0;b=Math.min(Math.max(b,g),f);e.width(b)}c.reposition(c.cache.event);if(c.rendered<0){(d.show.ready||c.rendered===-2)&&c.show(c.cache.event);c.rendered=TRUE}return c}function p(p,o,q,r){function k(a){if(e.tooltip.hasClass("ui-state-disabled"))return FALSE;e.show.trigger("qtip-"+g+"-inactive");clearTimeout(c.timers.show);clearTimeout(c.timers.hide);c.timers.show=setTimeout(function(){c.show(a)},d.show.delay)}function l(b){if(e.tooltip.hasClass("ui-state-disabled"))return FALSE;var f=a(b.relatedTarget).parents(i)[0]==e.tooltip[0];clearTimeout(c.timers.show);clearTimeout(c.timers.hide);if(d.hide.fixed&&(d.position.target==="mouse"&&f||/mouse(out|leave|move)/.test(b.type)&&f)){b.stopPropagation();b.preventDefault();return FALSE}e.tooltip.stop(TRUE,TRUE);c.timers.hide=setTimeout(function(){c.hide(b)},d.hide.delay)}function n(a){if(e.tooltip.hasClass("ui-state-disabled"))return FALSE;clearTimeout(c.timers.inactive);c.timers.inactive=setTimeout(function(){c.hide(a)},d.hide.inactive)}function m(a){c.elements.tooltip.is(":visible")&&c.reposition(a)}var f=".qtip-"+g,e={show:d.show.target,hide:d.hide.target,tooltip:c.elements.tooltip},j={show:String(d.show.event).split(" "),hide:String(d.hide.event).split(" ")},s=a.browser.msie&&/^6\.[0-9]/.test(a.browser.version);if(q&&d.hide.fixed){e.hide=e.hide.add(e.tooltip);e.tooltip.bind("mouseover"+f,function(){e.tooltip.hasClass("ui-state-disabled")||clearTimeout(c.timers.hide)})}if(o){if("number"===typeof d.hide.inactive){e.show.bind("qtip-"+g+"-inactive",n);a.each(a.fn.qtip.inactiveEvents,function(b,a){e.hide.add(c.elements.tooltip).bind(a+f+"-inactive",n)})}a.each(j.hide,function(d,b){var c=a.inArray(b,j.show);if(c>-1&&a(e.hide).add(e.show).length===a(e.hide).length||b==="unfocus"){e.show.bind(b+f,function(a){e.tooltip.is(":visible")?l(a):k(a)});delete j.show[c]}else e.hide.bind(b+f,l)})}if(p){a.each(j.show,function(b,a){e.show.bind(a+f,k)});e.tooltip.bind("mouseover"+f,function(){c.focus()})}if(r){(d.position.adjust.resize||d.position.adjust.screen)&&a(b).bind("resize"+f,m);(d.position.adjust.screen||s&&e.tooltip.css("position")==="fixed")&&a(document).bind("scroll"+f,m);/unfocus/i.test(d.hide.event)&&a(document).bind("mousedown"+f,function(d){var b=c.elements.tooltip;a(d.target).parents(i).length===0&&a(d.target).add(h).length>1&&b.is(":visible")&&!b.hasClass("ui-state-disabled")&&c.hide()});d.position.target==="mouse"&&a(document).bind("mousemove"+f,function(a){d.position.adjust.mouse&&!e.tooltip.hasClass("ui-state-disabled")&&e.tooltip.is(":visible")&&c.reposition(a)})}}function n(j,h,k,i){i=parseInt(i,10)!==0;var e=".qtip-"+g,f={show:j?d.show.target:a("<div/>"),hide:h?d.hide.target:a("<div/>"),tooltip:k?c.elements.tooltip:a("<div/>")};h={show:String(d.show.event).split(" "),hide:String(d.hide.event).split(" ")};if(c.rendered){a.each(h.show,function(b,a){f.show.unbind(a+e)});f.show.unbind("mousemove"+e).unbind("mouseout"+e).unbind("qtip-"+g+"-inactive");a.each(h.hide,function(b,a){f.hide.add(f.tooltip).unbind(a+e)});a.each(a.fn.qtip.inactiveEvents,function(b,a){f.hide.add(k?c.elements.content:NULL).unbind(a+e+"-inactive")});f.hide.unbind("mouseout"+e);f.tooltip.unbind("mouseover"+e);if(i){a(b).unbind("resize"+e);a(document).unbind("mousedown"+e+" mousemove"+e)}}else j&&f.show.unbind(h.show+e+"-create")}var c=this,f="ui-tooltip",i=".qtip."+f;c.id=g;c.rendered=FALSE;c.elements={target:h};c.cache={event:{},target:NULL,disabled:FALSE};c.timers={};c.options=d;c.plugins={};a.extend(c,{render:function(e){var b=c.elements;if(c.rendered)return FALSE;c.rendered=e?-2:-1;b.tooltip=a("<div/>").attr({id:f+"-"+g,role:"tooltip"}).addClass(f+" qtip ui-helper-reset "+d.style.classes).toggleClass("ui-widget",d.style.widget).toggleClass("ui-state-disabled",c.cache.disabled).css("z-index",a.fn.qtip.zindex+a(i).length).data("qtip",c).appendTo(d.position.container);b.wrapper=a("<div />").addClass(f+"-wrapper").appendTo(b.tooltip);b.content=a("<div />").addClass(f+"-content").attr("id",f+"-"+g+"-content").addClass(f+"-content").toggleClass("ui-widget-content",d.style.widget).appendTo(b.wrapper);d.content.title.text&&o();a.each(a.fn.qtip.plugins,function(){this.initialize==="render"&&this(c)});p(1,1,1,1);a.each(d.events,function(a,c){b.tooltip.bind("tooltip"+a,c)});h.bind("remove.qtip",function(){c.destroy()});m(d.content.text);b.tooltip.trigger("tooltiprender",[c.hash()]);return c},"get":function(a){switch(a.toLowerCase()){case"offset":a=j("position");break;case"dimensions":a=j("dimensions");break;default:a=k(a.toLowerCase());a=a[0].precedance?a[0].string():a[0].jquery?a[0]:a[0][a[1]]}return a},"set":function(g,b){var f=k(g.toLowerCase()),r,j,q,i={builtin:{"^content.text":function(){m(b)},"^content.title.text":function(){if(c.rendered)if(!c.elements.title&&b){o();c.reposition()}else b?c.elements.title.html(b):l()},"^position.container$":function(){if(c.rendered===TRUE){c.elements.tooltip.appendTo(b);c.reposition()}},"^position.(my|at)$":function(){var c=/my$/i.test(g)?"my":"at";if("string"===typeof b)d.position[c]=new a.fn.qtip.plugins.Corner(b)},"^position.(my|at|adjust|target)":function(){c.rendered&&c.reposition()},"^(show|hide).(event|target|fixed)":function(b,d,e,f){var a=g.search(/fixed/i)>-1?[0,[0,1,1,1]]:g.search(/hide/i)<0?["show",[1,0,0,0]]:["hide",[0,1,0,0]];if(a[0])b[d]=f;n.apply(c,a[1]);if(a[0])b[d]=e;p.apply(c,a[1])}}};a.each(c.plugins,function(a){if("object"===typeof this.checks)i[a]=this.checks});r=f[0][f[1]];f[0][f[1]]=b;e(d,h);for(j in i)for(q in i[j])RegExp(q,"i").test(g)&&i[j][q].call(c,f[0],f[1],b,r);return c},toggle:function(e,j){function m(){var d=e?"attr":"removeAttr",b=/^1|0$/.test(a(this).css("opacity"));c.elements.title&&h[d]("aria-labelledby",f+"-"+g+"-title");h[d]("aria-describedby",f+"-"+g+"-content");if(e){if(a.browser.msie&&a(this).get(0).style&&b){o=a(this).get(0).style;o.removeAttribute("filter");o.removeAttribute("opacity")}}else b&&a(this).hide()}if(!c.rendered)return FALSE;var n=e?"show":"hide",b=c.elements.tooltip,k=d[n],l=b.is(":visible"),o;if((typeof e).search("boolean|number"))e=!b.is(":visible");if(!l&&!e||b.is(":animated"))return c;if(j){if(c.cache.event&&/over|enter/.test(j.type)&&/out|leave/.test(c.cache.event.type)&&a(j.target).add(d.show.target).length<2&&a(j.relatedTarget).parents(i).length>0)return c;c.cache.event=a.extend({},j)}l=a.Event("tooltip"+n);l.originalEvent=a.extend({},j);b.trigger(l,[c.hash(),90]);if(l.isDefaultPrevented())return c;if(e){if(c.rendered===TRUE){c.focus();c.reposition(j)}k.solo&&a(":not("+i+")").qtip("hide")}else clearTimeout(c.timers.show);b.attr("aria-hidden",Boolean(!e));b.stop(TRUE,FALSE);if(a.isFunction(k.effect)){k.effect.call(b);b.queue(function(){m.call(this);a(this).dequeue()})}else if(k.effect===FALSE){b[n]();m.call(b)}else b.fadeTo(90,e?1:0,m);e&&k.target.trigger("qtip-"+g+"-inactive");return c},show:function(a){c.toggle(TRUE,a)},hide:function(a){c.toggle(FALSE,a)},focus:function(b){if(!c.rendered)return FALSE;var d=c.elements.tooltip,h=a(i),k=parseInt(d.css("z-index"),10),e=a.fn.qtip.zindex+h.length,g=f+"-focus",j=a.extend({},b);if(!d.hasClass(g)&&k!==e){h.each(function(){var c=a(this).qtip(),f=a.Event("tooltipblur"),b,d;if(!c||!c.rendered)return TRUE;b=c.elements.tooltip;d=parseInt(b.css("z-index"),10);isNaN(d)||b.css({zIndex:d-1});b.removeClass(g);f.originalEvent=j;b.trigger(f,[c,e])});b=a.Event("tooltipfocus");b.originalEvent=j;d.trigger(b,[c.hash(),e]);b.isDefaultPrevented()||d.css({zIndex:e}).addClass(g)}return c},reposition:function(k){if(c.rendered===FALSE)return FALSE;var g=d.position.target,n=c.elements.tooltip,j=d.position,i=j.my,h=j.at,o=c.elements.tooltip.width(),p=c.elements.tooltip.height(),q=a(j.container)[0],l=0,m=0,e={left:0,top:0},r=a.Event("tooltipmove"),s={left:function(c){var d=g==="mouse"?k.pageX:g.offset().left,n=a(b).scrollLeft(),f=a(b).width(),m=h.x==="left"?l:h.x==="right"?-l:l/2,p=i.x!==h.x&&h.x!=="center"?l:0,q=m+(i.x==="left"?-o:i.x==="right"?o:o/2)+-2*j.adjust.x;f=c+o-f-n;if(n-c>0&&!(c>=d&&c<d+l))e.left+=q-m+p;else if(f>0&&c+o>d)e.left+=(i.x==="center"?-1:1)*(q-m-p);return e.left-c},top:function(c){var k=a(b).scrollTop(),f=a(b).height(),d=h.y==="top"?m:h.y==="bottom"?-m:0,l=i.y!==h.y&&h.y!=="center"?m:0,g=d+(i.y==="top"?-p:i.y==="bottom"?p:-p/2)+-2*j.adjust.y;f=c+p-f-k;if(k-c>0)e.top+=i.y==="center"?-g+d:g;else if(f>0)e.top+=g-d-l;return e.top-c}};if(g==="mouse"){h={x:"left",y:"top"};if(!k)k=c.cache.event;e={top:k.pageY,left:k.pageX}}else{if(g==="event")g=k&&k.target&&k.type!=="scroll"&&k.type!=="resize"?c.cache.target=a(k.target):c.cache.target;if(g[0]===document||g[0]===b){l=g.width();m=g.height();e={top:n.css("position")==="fixed"?0:g.scrollTop(),left:g.scrollLeft()}}else if(g.is("area")&&a.fn.qtip.plugins.imagemap){e=a.fn.qtip.plugins.imagemap(g,h);l=e.width;m=e.height;e=e.offset}else{l=g.outerWidth();m=g.outerHeight();e=g.offset();if(j.adjust.offset)do{e.left-=q.offsetLeft-q.scrollLeft;e.top-=q.offsetTop-q.scrollTop}while(q=q.offsetParent)}e.left+=h.x==="right"?l:h.x==="center"?l/2:0;e.top+=h.y==="bottom"?m:h.y==="center"?m/2:0}e.left+=j.adjust.x+(i.x==="right"?-o:i.x==="center"?-o/2:0);e.top+=j.adjust.y+(i.y==="bottom"?-p:i.y==="center"?-p/2:0);e.adjusted=j.adjust.screen&&g[0]!==b&&g[0]!==document.body?{left:s.left(e.left),top:s.top(e.top)}:{left:0,top:0};if(j.container[0]==document.body){if(e.top<1)e.top=0;if(e.left<1)e.left=0}n.attr("class",function(){return a(this).attr("class").replace(/ui-tooltip-pos-\w+/i,"")}).addClass(f+"-pos-"+i.abbreviation());r.originalEvent=a.extend({},k);n.trigger(r,[c.hash(),e]);if(r.isDefaultPrevented())return c;delete e.adjust;if(n.is(":visible")&&a.isFunction(j.adjust.effect)){j.adjust.effect.call(n,e);n.queue(function(){a(this).css({opacity:"",height:""});a.browser.msie&&a(this).get(0).style&&a(this).get(0).style.removeAttribute("filter");a(this).dequeue()})}else isNaN(e.left,e.right)||n.css(e);return c},disable:function(a){var b=c.elements.tooltip;if(c.rendered)b.toggleClass("ui-state-disabled",a);else c.cache.disabled=!!a;return c},destroy:function(){var d=c.elements,b=d.target.data("oldtitle");c.rendered&&a.each(c.plugins,function(){this.initialize==="render"&&this.destroy()});n(1,1,1,1);h.removeData("qtip");c.rendered&&d.tooltip.remove();b&&h.attr("title",b);return h},hash:function(){var b=a.extend({},c);delete b.cache;delete b.timers;delete b.options;delete b.plugins;delete b.render;delete b.hash;return b}})}function h(f,e){var b;b=a(this).metadata?a(this).metadata(e.metadata):{};b=a.extend(TRUE,{},e,b);var c=b.position,d=a(this)[0]===document?a(document.body):a(this);if("boolean"===typeof b.content.text)if(b.content.attr!==FALSE&&a(this).attr(b.content.attr))b.content.text=a(this).attr(b.content.attr);else return FALSE;if(c.container===FALSE)c.container=a(document.body);if(c.target===FALSE)c.target=d;if(b.show.target===FALSE)b.show.target=d;if(b.hide.target===FALSE)b.hide.target=d;c.at=new a.fn.qtip.plugins.Corner(c.at);c.my=new a.fn.qtip.plugins.Corner(c.my);if(a(this).data("qtip"))if(b.overwrite)a(this).qtip("destroy");else if(b.overwrite===FALSE)return FALSE;b=new g(a(this),b,f);a(this).data("qtip",b);return b}function i(b){var c=this;c.checks={"^content.ajax":function(){this.plugins.ajax.load(this.options.content.ajax)}};a.extend(c,{init:function(){var a=b.options.content.ajax;c.load(a);b.elements.tooltip.bind("tooltipshow.ajax",function(){a.once===FALSE&&b.rendered===TRUE&&c.load(a)})},load:function(e){a.ajax(a.extend(TRUE,{},e,{success:function(c,f){if(a.isFunction(e.success))if(e.success.call(b.hash(),c,f)===FALSE)return;b.set("content.text",c);d.remove()},error:function(c,f,d){var g=f||d;if(a.isFunction(e.error)){c=e.error.call(b.hash(),c,f,d);if(c===FALSE)return}b.set("content.text",g)}}));return c},destroy:function(){b.elements.tooltip.unbind("tooltipshow.ajax")}});c.init()}function f(e,a,b){var c=Math.floor(a/2),d=Math.floor(b/2);a={bottomright:[[0,0],[a,b],[a,0]],bottomleft:[[0,0],[a,0],[0,b]],topright:[[0,b],[a,0],[a,b]],topleft:[[0,0],[0,b],[a,b]],topcenter:[[0,b],[c,0],[a,b]],bottomcenter:[[0,0],[a,0],[c,b]],rightcenter:[[0,0],[a,d],[0,b]],leftcenter:[[a,0],[a,b],[0,d]]};a.lefttop=a.bottomright;a.righttop=a.bottomleft;a.leftbottom=a.topright;a.rightbottom=a.topleft;return a[e]}function j(k){function o(e){var i=c.tip,f=["left","right"],j={left:0,right:0,top:0,bottom:0},k=0;if(h.corner===FALSE||!i)return FALSE;e=e||b.corner;i.css({top:"",bottom:"",left:"",right:"",margin:""});f[e.precedance==="y"?"push":"unshift"]("top","bottom");if(a.browser.msie)j={top:e.precedance==="y"?0:0,left:0,bottom:e.precedance==="y"?0:0,right:0};switch(e[e.precedance==="y"?"x":"y"]){case"center":i.css(f[0],"50%").css("margin-"+f[0],-(g[e.precedance==="y"?"width":"height"]/2));break;case f[0]:i.css(f[0],j[f[0]]+m);break;case f[1]:i.css(f[1],j[f[1]]+m)}k=g[e.precedance==="x"?"width":"height"];if(d)k-=parseInt(l.css("border-"+e[e.precedance]+"-width"),10)||0;i.css(e[e.precedance],-1*j[e[e.precedance]]-k)}function p(d,h,i){if(c.tip){d=a.extend({},b.corner);h=b.mimic.adjust?a.extend({},b.mimic):null;var f=d.precedance==="y"?["y","top","left","height"]:["x","left","top","width"],e=i.adjusted,k=parseInt(l.css("border-"+d[f[0]]+"-width"),10)||0;a.each([d,h],function(){if(e.left)this.x=this.x==="center"?e.left>0?"left":"right":this.x==="left"?"right":"left";if(e.top)this.y=this.y==="center"?e.top>0?"top":"bottom":this.y==="top"?"bottom":"top"});i[f[1]]+=(d[f[0]]===f[1]?1:-1)*(g[f[3]]-k);i[f[2]]-=m;d.string()!==j.corner.string()&&(j.top!==e.top||j.left!==e.left)&&b.update(d,h);j.left=e.left;j.top=e.top;j.corner=d}}var b=this,h=k.options.style.tip,c=k.elements,n=c.tooltip,l=c.wrapper,j={top:0,left:0,corner:{string:function(){}}},g={width:h.width,height:h.height},e={},d=h.border||0,m=h.adjust||0,i=h.method||FALSE;b.corner=NULL;b.mimic=NULL;b.checks={"^position.my|style.tip.(corner|mimic|method|border)":function(){d=h.border;if(b.detectCorner()){b.create();b.detectColours();b.update()}else b.tip.remove();this.get("position.target")!=="mouse"&&this.reposition()},"^style.tip.(height|width)":function(){g={width:h.width,height:h.height};b.create();b.update();k.reposition()}};a.extend(b,{init:function(){if(i===TRUE)i=a("<canvas />")[0].getContext?"canvas":a.browser.msie&&(b.mimic&&/center/i.test(b.mimic.string())||g.height!==g.width)?"vml":"polygon";else if(i==="canvas")i=a.browser.msie?"vml":!a("<canvas />")[0].getContext?"polygon":"canvas";else if(i==="polygon")i=a.browser.msie&&/center/i.test(b.mimic.string())?"vml":i;if(b.detectCorner()){b.create();b.detectColours();b.update();n.bind("tooltipmove.tip",p)}return b},detectCorner:function(){var d=h.corner,e=h.mimic||d,f=k.options.position.at,c=k.options.position.my;if(c.string)c=c.string();if(d===FALSE||c===FALSE&&f===FALSE)return FALSE;else{if(d===TRUE)b.corner=new a.fn.qtip.plugins.Corner(c);else if(!d.string)b.corner=new a.fn.qtip.plugins.Corner(d);if(e===TRUE)b.mimic=new a.fn.qtip.plugins.Corner(c);else if(!e.string){b.mimic=new a.fn.qtip.plugins.Corner(e);b.mimic.precedance=b.corner.precedance}}return b.corner.string()!=="centercenter"},detectColours:function(){var f=c.tip,g=b.mimic[b.mimic.precedance],h="border-"+g+"-color";e.fill=f.css("background-color","").css("border","").css("background-color")||"transparent";e.border=f.get(0).style?f.get(0).style["border"+g.charAt(0)+g.substr(1)+"Color"]:f.css(h)||"transparent";if(/rgba?\(0, 0, 0(, 0)?\)|transparent/i.test(e.fill))e.fill=l.css(d?"background-color":h);if(!e.border||/rgba?\(0, 0, 0(, 0)?\)|transparent/i.test(e.border))e.border=l.css(h)||e.fill;a("*",f).add(f).css("background-color","transparent").css("border",0)},create:function(){var e=g.width,f=g.height;c.tip&&c.tip.remove();c.tip=a('<div class="ui-tooltip-tip ui-widget-content"></div>').css(g).prependTo(n);switch(i){case"canvas":c.tip.append('<canvas height="'+f+'" width="'+e+'" />');break;case"vml":c.tip.html('<vml:shape coordorigin="0 0" coordsize="'+e+" "+f+'" stroked="'+!!d+'"  style="behavior:url(#default#VML); display:inline-block; antialias:TRUE; position: absolute;  top:0; left:0; width:'+e+"px; height:"+f+"px; vertical-align:"+b.corner.y+';"><vml:stroke weight="'+(d-2)+'px" joinstyle="miter" miterlimit="10"  style="behavior:url(#default#VML); display:inline-block;" /></vml:shape>');break;case"polygon":c.tip.append('<div class="ui-tooltip-tip-inner" />').append(d?'<div class="ui-tooltip-tip-border" />':"")}return b},update:function(q,h){var j=c.tip,l=g.width,m=g.height,p=d>0?0:1,n=Math.ceil(d/2+.5),k;h||(h=q?q:b.mimic);if(!q)q=b.corner;if(h.x==="false")h.x=q.x;if(h.y==="false")h.y=q.y;j=j.children();switch(i){case"canvas":j=j.get(0).getContext("2d");j.clearRect(0,0,3e3,3e3);j.restore();for(k=f(h.string(),l,m);p<2;p++){if(p){j.save();j.translate(Math.floor((h.x==="left"?1:h.x==="right"?-1:0)*(d+1)*(h.precedance==="y"?.5:1)),Math.floor((h.y==="top"?1:h.y==="bottom"?-1:0)*(d+1)*(h.precedance==="x"?.5:1)))}j.beginPath();j.moveTo(k[0][0],k[0][1]);j.lineTo(k[1][0],k[1][1]);j.lineTo(k[2][0],k[2][1]);j.closePath();j.fillStyle=e[p?"fill":"border"];j.fill()}break;case"vml":k=f(h.string(),l,m);p="m"+k[0][0]+","+k[0][1]+" l"+k[1][0]+","+k[1][1]+" "+k[2][0]+","+k[2][1]+" xe";j.attr({path:p,fillcolor:e.fill});if(d){j.children().attr("color",e.border);if(h.precedance==="y"){j.css("top",(h.y==="top"?1:-1)*(d-2));j.css("left",h.x==="left"?1:-2)}else{j.css("left",(h.x==="left"?1:-1)*(d-2));j.css("top",h.y==="top"?1:-2)}}break;case"polygon":if(h.precedance==="y"){p=l>m?1.5:l<m?5:2.2;n=[h.x==="left"?n:h.x==="right"?-n:0,Math.floor(p*n*(h.y==="bottom"?-1:1)*(h.x==="center"?.8:1))]}else{p=l<m?1.5:l>m?5:2.2;n=[Math.floor(p*n*(h.x==="right"?-1:1)*(h.y==="center"?.9:1)),h.y==="top"?n:h.y==="bottom"?-n:0]}j.removeAttr("style").each(function(g){var c={x:h.precedance==="x"?h.x==="left"?"right":"left":h.x,y:h.precedance==="y"?h.y==="top"?"bottom":"top":h.y},b=h.x==="center"?["left","right",c.y,m,l]:["top","bottom",c.x,l,m],f=e[!g&&d?"border":"fill"];g&&a(this).css({position:"absolute","z-index":1,left:n[0],top:n[1]});h.x==="center"||h.y==="center"?a(this).css("border-"+b[2],b[3]+"px solid "+f).css("border-"+b[0],Math.floor(b[4]/2)+"px dashed transparent").css("border-"+b[1],Math.floor(b[4]/2)+"px dashed transparent"):a(this).css("border-width",Math.floor(m/2)+"px "+Math.floor(l/2)+"px").css("border-"+c.x,Math.floor(l/2)+"px solid "+f).css("border-"+c.y,Math.floor(m/2)+"px solid "+f)})}o(q);return b},destroy:function(){c.tip&&c.tip.remove();n.unbind("tooltipmove.tip")}})}function k(d,f){var e=this,c=d.elements,g=c.tooltip;c.overlay=a("#qtip-overlay");a.extend(e,{init:function(){f=a.extend(TRUE,a.fn.qtip.plugins.modal.defaults,f);g.bind("tooltipshow.qtipmodal tooltiphide.qtipmodal",function(b,g,d){b=b.type.replace("tooltip","");a.isFunction(f[b])?f[b].call(c.overlay,d,g):e[b](d)});c.overlay.length||e.create();f.blur===TRUE&&c.overlay.bind("click.qtipmodal"+d.id,function(){d.hide.call(d)})},create:function(){c.overlay=a("<div />",{id:"qtip-overlay",css:{position:"absolute",top:0,left:0,display:"none"}}).appendTo(document.body);a(b).bind("resize.qtipmodal",function(){c.overlay.css({height:Math.max(a(b).height(),a(document).height()),width:Math.max(a(b).width(),a(document).width())})}).trigger("resize")},toggle:function(b){var e=c.overlay,f=d.options.show.modal.effect,g=b?"show":"hide";e.stop(TRUE,FALSE);if(a.isFunction(f))f.call(e,b);else f===FALSE?e[g]():e.fadeTo(90,b?.7:0,function(){b||a(this).hide()})},show:function(){e.toggle(TRUE)},hide:function(){e.toggle(FALSE)},destroy:function(){var e=TRUE;a("*").each(function(){var b=a(this).data("qtip");if(b&&b.id!==d.id&&b.options.show.modal)return e=FALSE});if(e){c.overlay.remove();a(b).unbind("scroll.qtipmodal resize.qtipmodal")}else c.overlay.unbind("click.qtipmodal"+d.id);g.unbind("tooltipshow.qtipmodal tooltiphide.qtipmodal")}});e.init()}function l(b){var c=this,d=b.elements,e=d.tooltip,g=".bgiframe-"+b.id,f="tooltipmove"+g+" tooltipshow"+g;a.extend(c,{init:function(){d.bgiframe=a('<iframe class="ui-tooltip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';"  style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0);"></iframe>');d.bgiframe.appendTo(e);e.bind(f,c.adjust)},adjust:function(){var g=b.calculate("dimensions"),c=b.plugins.tip,f=b.elements.tip,a;a=parseInt(e.css("border-left-width"),10);a={left:-a,top:-a};if(c&&f){c=c.corner.precedance==="x"?["width","left"]:["height","top"];a[c[1]]-=f[c[0]]()}d.bgiframe.css(a).css(g)},destroy:function(){c.iframe.remove();e.unbind(f)}});c.init()}a.fn.qtip=function(f,h,k){var b=String(f).toLowerCase(),i=FALSE,g=b==="disable"?[TRUE]:a.makeArray(arguments).slice(1,10),j=g[g.length-1],d=a.extend(true,{},f),l;if(!f&&a(this).data("qtip")||b==="api")return(d=a(this).eq(0).data("qtip"))?d.hash():c;else if("string"===typeof f){a(this).each(function(){var d=a(this).data("qtip");if(!d)return TRUE;if(/option|set/.test(b)&&h)if(k!==c)d.set(h,k);else i=d.get(h);else{if(!d.rendered&&(b==="show"||b==="toggle")){if(j.timeStamp)d.cache.event=j;d.render()}else if(b==="enable"){b="disable";g=[FALSE]}d[b]&&d[b].apply(d[b],g)}});return i!==FALSE?i:a(this)}else if("object"===typeof f){l=e(d,this);d=a.extend(TRUE,{},a.fn.qtip.defaults,d);return a.fn.qtip.bind.call(l,d,j)}};a.fn.qtip.bind=function(b,c){return a(this).each(function(m){function l(c){function b(){e.render(typeof c==="object"||d.show.ready);g.show.unbind(f.show);g.hide.unbind(f.hide)}if(e.cache.disabled)return FALSE;e.cache.event=a.extend({},c);if(d.show.delay>0){e.timers.show=setTimeout(b,d.show.delay);f.show!==f.hide&&g.hide.bind(f.hide,function(){clearTimeout(e.timers.show)})}else b()}var j,e,d,g,f,i,k=b.content.text;j=b.id===FALSE||b.id.length<1||a("#ui-tooltip-"+b.id).length?a.fn.qtip.nextid++:b.id;i=".qtip-"+j+"-create";e=h.call(a(this),j,b);if(e===FALSE)return TRUE;d=e.options;if(a.isArray(k))d.content.text=k[m];a(this).attr("title")&&a(this).data("oldtitle",a(this).attr("title")).removeAttr("title");a.each(a.fn.qtip.plugins,function(){this.initialize==="initialize"&&this(e)});g={show:d.show.target,hide:d.hide.target};f={show:String(d.show.event).replace(" ",i+" ")+i,hide:String(d.hide.event).replace(" ",i+" ")+i};d.show.ready||d.prerender||d.show.event===FALSE?l(c):g.show.bind(f.show,l)})};a.each({attr:function(c){var b=a(this).data("qtip");return arguments.length===1&&c==="title"&&b&&b.rendered===TRUE?a(this).data("oldtitle"):NULL},remove:a.ui?NULL:function(b,c){this.each(function(){if(!c)(!b||a.filter(b,[this]).length)&&a("*",this).add(this).each(function(){a(this).triggerHandler("remove")})})}},function(b,c){if(!c)return TRUE;var d=a.fn[b];a.fn[b]=function(){return c.apply(this,arguments)||d.apply(this,arguments)}});a(document.body).attr("role",function(b,a){return!a?"application":a});a.fn.qtip.nextid=0;a.fn.qtip.inactiveEvents="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" ");a.fn.qtip.zindex=15000;a.fn.qtip.plugins={Corner:function(a){this.x=(String(a).replace(/middle/i,"center").match(/left|right|center/i)||["false"])[0].toLowerCase();this.y=(String(a).replace(/middle/i,"center").match(/top|bottom|center/i)||["false"])[0].toLowerCase();this.precedance=a.charAt(0).search(/^(t|b)/)>-1?"y":"x";this.string=function(){return this.precedance==="y"?this.y+this.x:this.x+this.y};this.abbreviation=function(){var a=this.x.substr(0,1),b=this.y.substr(0,1);return a===b?a:a==="c"||a!=="c"&&b!=="c"?b+a:a+b}}};a.fn.qtip.defaults={prerender:FALSE,id:FALSE,overwrite:TRUE,metadata:{type:"class"},content:{text:TRUE,attr:"title",title:{text:FALSE,button:FALSE}},position:{my:"top left",at:"bottom right",target:FALSE,container:FALSE,adjust:{x:0,y:0,mouse:TRUE,screen:FALSE,resize:TRUE,effect:TRUE,offset:FALSE}},show:{target:FALSE,event:"mouseenter",effect:TRUE,delay:90,solo:FALSE,ready:FALSE},hide:{target:FALSE,event:"mouseleave",effect:TRUE,delay:0,fixed:FALSE,inactive:FALSE},style:{classes:"",widget:FALSE},events:{render:a.noop,move:a.noop,show:a.noop,hide:a.noop,focus:a.noop,blur:a.noop}};var d=a();a.fn.qtip.plugins.ajax=function(a){var b=a.plugins.ajax,c=a.options.content;if(c.ajax&&c.ajax.url)if(b)return b;else{a.plugins.ajax=new i(a);return a.plugins.ajax}};a.fn.qtip.plugins.ajax.initialize="render";a.fn.qtip.plugins.ajax.sanitize=function(b){if(b.content!==c)if(b.content.ajax!==c){if(typeof b.content.ajax!=="object")b.content.ajax={url:b.content.ajax};if(b.content.text===FALSE)b.content.text="Loading...";b.content.ajax.once=Boolean(b.content.ajax.once);b.content.ajax.preload=Boolean(b.content.ajax.preload);if(b.content.ajax.preload){b=b.content.ajax.url;a("#qtip-preload").length||a('<div id="qtip-preload" class="ui-tooltip-accessible" />').appendTo(document.body);d.length||(d=a("<div />").appendTo("#qtip-preload").load(b+" img"))}}};a.fn.qtip.plugins.tip=function(a){var b=a.plugins.tip,c=a.options.style.tip;if(c&&c.corner)if(b)return b;else{a.plugins.tip=new j(a);a.plugins.tip.init();return a.plugins.tip}};a.fn.qtip.plugins.tip.initialize="render";a.fn.qtip.plugins.tip.sanitize=function(a){if(a.style===c)a.style={};if(a.style.tip===c)a.style.tip={corner:TRUE};if(typeof a.style.tip!=="object")a.style.tip={corner:a.style.tip||TRUE};if(typeof a.style.tip.method!=="string")a.style.tip.method=TRUE;if(!/canvas|polygon/i.test(a.style.tip.method))a.style.tip.method=TRUE;if(typeof a.style.tip.width!=="number")a.style.tip.width=12;if(typeof a.style.tip.height!=="number")a.style.tip.height=12;if(typeof a.style.tip.border!=="number")a.style.tip.border=0};a.fn.qtip.plugins.imagemap=function(h,d){function k(b,e){for(var h=0,c=1,a=1,i=0,j=0,f=b.width,g=b.height;f>0&&g>0&&c>0&&a>0;){f=Math.floor(f/2);g=Math.floor(g/2);if(d.x==="left")c=f;else if(d.x==="right")c=b.width-f;else c+=Math.floor(f/2);if(d.y==="top")a=g;else if(d.y==="bottom")a=b.height-g;else a+=Math.floor(g/2);for(h=e.length;h--;){if(e.length<2)break;i=e[h][0]-b.offset.left;j=e[h][1]-b.offset.top;(d.x==="left"&&i>=c||d.x==="right"&&i<=c||d.x==="center"&&(i<c||i>b.width-c)||d.y==="top"&&j>=a||d.y==="bottom"&&j<=a||d.y==="center"&&(j<a||j>b.height-a))&&e.splice(h,1)}}return{left:e[0][0],top:e[0][1]}}var i=h.attr("shape").toLowerCase(),f=h.attr("coords").split(","),c=[],j=a('img[usemap="#'+h.parent("map").attr("name")+'"]').offset(),b={width:0,height:0,offset:{top:1e10,right:0,bottom:0,left:1e10}},g=0,e=0;if(i==="poly")for(g=f.length;g--;){e=[parseInt(f[--g],10),parseInt(f[g+1],10)];if(e[0]>b.offset.right)b.offset.right=e[0];if(e[0]<b.offset.left)b.offset.left=e[0];if(e[1]>b.offset.bottom)b.offset.bottom=e[1];if(e[1]<b.offset.top)b.offset.top=e[1];c.push(e)}else c=a.map(f,function(a){return parseInt(a,10)});switch(i){case"rect":b={width:Math.abs(c[2]-c[0]),height:Math.abs(c[3]-c[1]),offset:{left:c[0],top:c[1]}};break;case"circle":b={width:c[2]+2,height:c[2]+2,offset:{left:c[0],top:c[1]}};break;case"poly":a.extend(b,{width:Math.abs(b.offset.right-b.offset.left),height:Math.abs(b.offset.bottom-b.offset.top)});b.offset=d.string()==="centercenter"?{left:b.offset.left+b.width/2,top:b.offset.top+b.height/2}:k(b,c.slice());b.width=b.height=0}b.offset.left+=j.left;b.offset.top+=j.top;return b};a.fn.qtip.plugins.modal=function(a){var b=a.plugins.modal,c=a.options.show.modal;if(b)return b;else if(typeof c==="object"){a.plugins.modal=new k(a,c);return a.plugins.modal}};a.fn.qtip.plugins.modal.initialize="render";a.fn.qtip.plugins.modal.sanitize=function(a){if(a.show&&a.show.modal!==c)if(typeof a.show.modal!=="object")a.show.modal={}};a.fn.qtip.plugins.modal.defaults={effect:TRUE,blur:TRUE};a.fn.qtip.plugins.bgiframe=function(b){if(!(a.browser.msie&&/^6\.[0-9]/.test(a.browser.version)&&a("select, object").length))return FALSE;var c=b.plugins.bgiframe;if(c)return c;else{b.plugins.bgiframe=new l(b);return b.plugins.bgiframe}};a.fn.qtip.plugins.bgiframe.initialize="render"})(jQuery,window);(function(a){function k(){this.regional=[];this.regional[""]={labels:["Years","Months","Weeks","Days","Hours","Minutes","Seconds"],labels1:["Year","Month","Week","Day","Hour","Minute","Second"],compactLabels:["y","m","w","d"],whichLabels:null,timeSeparator:":",isRTL:false};this._defaults={until:null,since:null,timezone:null,serverSync:null,format:"dHMS",layout:"",compact:false,significant:0,description:"",expiryUrl:"",expiryText:"",alwaysExpire:false,onExpiry:null,onTick:null,tickInterval:1};a.extend(this._defaults,this.regional[""]);this._serverSyncs=[]}var i="countdown",b=0,d=1,h=2,g=3,e=4,f=5,c=6;a.extend(k.prototype,{markerClassName:"hasCountdown",_timer:setInterval(function(){a.countdown._updateTargets()},980),_timerTargets:[],setDefaults:function(a){this._resetExtraLabels(this._defaults,a);j(this._defaults,a||{})},UTCDate:function(c,a,d,e,f,g,h,i){if(typeof a=="object"&&a.constructor==Date){i=a.getMilliseconds();h=a.getSeconds();g=a.getMinutes();f=a.getHours();e=a.getDate();d=a.getMonth();a=a.getFullYear()}var b=new Date;b.setUTCFullYear(a);b.setUTCDate(1);b.setUTCMonth(d||0);b.setUTCDate(e||1);b.setUTCHours(f||0);b.setUTCMinutes((g||0)-(Math.abs(c)<30?c*60:c));b.setUTCSeconds(h||0);b.setUTCMilliseconds(i||0);return b},periodsToSeconds:function(a){return a[0]*31557600+a[1]*2629800+a[2]*604800+a[3]*86400+a[4]*3600+a[5]*60+a[6]},_settingsCountdown:function(d,b){if(!b)return a.countdown._defaults;var c=a.data(d,i);return b=="all"?c.options:c.options[b]},_attachCountdown:function(b,d){var c=a(b);if(c.hasClass(this.markerClassName))return;c.addClass(this.markerClassName);var e={options:a.extend({},d),_periods:[0,0,0,0,0,0,0]};a.data(b,i,e);this._changeCountdown(b)},_addTarget:function(a){!this._hasTarget(a)&&this._timerTargets.push(a)},_hasTarget:function(b){return a.inArray(b,this._timerTargets)>-1},_removeTarget:function(b){this._timerTargets=a.map(this._timerTargets,function(a){return a==b?null:a})},_updateTargets:function(){for(var a=this._timerTargets.length-1;a>=0;a--)this._updateCountdown(this._timerTargets[a])},_updateCountdown:function(c,b){var d=a(c);b=b||a.data(c,i);if(!b)return;d.html(this._generateHTML(b));d[(this._get(b,"isRTL")?"add":"remove")+"Class"]("countdown_rtl");var e=this._get(b,"onTick");if(e){var f=b._hold!="lap"?b._periods:this._calculatePeriods(b,b._show,this._get(b,"significant"),new Date),g=this._get(b,"tickInterval");(g==1||this.periodsToSeconds(f)%g==0)&&e.apply(c,[f])}var l=b._hold!="pause"&&(b._since?b._now.getTime()<b._since.getTime():b._now.getTime()>=b._until.getTime());if(l&&!b._expiring){b._expiring=true;if(this._hasTarget(c)||this._get(b,"alwaysExpire")){this._removeTarget(c);var h=this._get(b,"onExpiry");h&&h.apply(c,[]);var j=this._get(b,"expiryText");if(j){var m=this._get(b,"layout");b.options.layout=j;this._updateCountdown(c,b);b.options.layout=m}var k=this._get(b,"expiryUrl");if(k)window.location=k}b._expiring=false}else b._hold=="pause"&&this._removeTarget(c);a.data(c,i,b)},_changeCountdown:function(d,c,f){c=c||{};if(typeof c=="string"){var g=c;c={};c[g]=f}var b=a.data(d,i);if(b){this._resetExtraLabels(b.options,c);j(b.options,c);this._adjustSettings(d,b);a.data(d,i,b);var e=new Date;(b._since&&b._since<e||b._until&&b._until>e)&&this._addTarget(d);this._updateCountdown(d,b)}},_resetExtraLabels:function(b,d){var c=false;for(var a in d)if(a!="whichLabels"&&a.match(/[Ll]abels/)){c=true;break}if(c)for(var a in b)if(a.match(/[Ll]abels[0-9]/))b[a]=null},_adjustSettings:function(i,a){for(var c,d=this._get(a,"serverSync"),b=0,g=null,f=0;f<this._serverSyncs.length;f++)if(this._serverSyncs[f][0]==d){g=this._serverSyncs[f][1];break}if(g!=null){b=d?g:0;c=new Date}else{var h=d?d.apply(i,[]):null;c=new Date;b=h?c.getTime()-h.getTime():0;this._serverSyncs.push([d,b])}var e=this._get(a,"timezone");e=e==null?-c.getTimezoneOffset():e;a._since=this._get(a,"since");if(a._since!=null){a._since=this.UTCDate(e,this._determineTime(a._since,null));a._since&&b&&a._since.setMilliseconds(a._since.getMilliseconds()+b)}a._until=this.UTCDate(e,this._determineTime(this._get(a,"until"),c));b&&a._until.setMilliseconds(a._until.getMilliseconds()+b);a._show=this._determineShow(a)},_destroyCountdown:function(b){var c=a(b);if(!c.hasClass(this.markerClassName))return;this._removeTarget(b);c.removeClass(this.markerClassName).empty();a.removeData(b,i)},_pauseCountdown:function(a){this._hold(a,"pause")},_lapCountdown:function(a){this._hold(a,"lap")},_resumeCountdown:function(a){this._hold(a,null)},_hold:function(d,e){var b=a.data(d,i);if(b){if(b._hold=="pause"&&!e){b._periods=b._savePeriods;var c=b._since?"-":"+";b[b._since?"_since":"_until"]=this._determineTime(c+b._periods[0]+"y"+c+b._periods[1]+"o"+c+b._periods[2]+"w"+c+b._periods[3]+"d"+c+b._periods[4]+"h"+c+b._periods[5]+"m"+c+b._periods[6]+"s");this._addTarget(d)}b._hold=e;b._savePeriods=e=="pause"?b._periods:null;a.data(d,i,b);this._updateCountdown(d,b)}},_getTimesCountdown:function(c){var b=a.data(c,i);return!b?null:!b._hold?b._periods:this._calculatePeriods(b,b._show,this._get(b,"significant"),new Date)},_get:function(c,b){return c.options[b]!=null?c.options[b]:a.countdown._defaults[b]},_determineTime:function(b,d){var e=function(b){var a=new Date;a.setTime(a.getTime()+b*1e3);return a},f=function(e){e=e.toLowerCase();var d=new Date,f=d.getFullYear(),g=d.getMonth(),c=d.getDate(),h=d.getHours(),i=d.getMinutes(),j=d.getSeconds(),k=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g,b=k.exec(e);while(b){switch(b[2]||"s"){case"s":j+=parseInt(b[1],10);break;case"m":i+=parseInt(b[1],10);break;case"h":h+=parseInt(b[1],10);break;case"d":c+=parseInt(b[1],10);break;case"w":c+=parseInt(b[1],10)*7;break;case"o":g+=parseInt(b[1],10);c=Math.min(c,a.countdown._getDaysInMonth(f,g));break;case"y":f+=parseInt(b[1],10);c=Math.min(c,a.countdown._getDaysInMonth(f,g))}b=k.exec(e)}return new Date(f,g,c,h,i,j,0)},c=b==null?d:typeof b=="string"?f(b):typeof b=="number"?e(b):b;c&&c.setMilliseconds(0);return c},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_normalLabels:function(a){return a},_generateHTML:function(i){var m=this._get(i,"significant");i._periods=i._hold?i._periods:this._calculatePeriods(i,i._show,m,new Date);for(var r=false,s=0,p=m,k=a.extend({},i._show),j=b;j<=c;j++){r|=i._show[j]=="?"&&i._periods[j]>0;k[j]=i._show[j]=="?"&&!r?null:i._show[j];s+=k[j]?1:0;p-=i._periods[j]>0?1:0}for(var n=[false,false,false,false,false,false,false],j=c;j>=b;j--)if(i._show[j])if(i._periods[j])n[j]=true;else{n[j]=p>0;p--}var q=this._get(i,"compact"),t=this._get(i,"layout"),u=q?this._get(i,"compactLabels"):this._get(i,"labels"),v=this._get(i,"whichLabels")||this._normalLabels,w=this._get(i,"timeSeparator"),x=this._get(i,"description")||"",o=function(b){var c=a.countdown._get(i,"compactLabels"+v(i._periods[b]));return k[b]?i._periods[b]+(c?c[b]:u[b])+" ":""},l=function(b){var c=a.countdown._get(i,"labels"+v(i._periods[b]));return!m&&k[b]||m&&n[b]?'<span class="countdown_section"><span class="countdown_amount">'+i._periods[b]+"</span><br/>"+(c?c[b]:u[b])+"</span>":""};return t?this._buildLayout(i,k,t,q,m,n):(q?'<span class="countdown_row countdown_amount'+(i._hold?" countdown_holding":"")+'">'+o(b)+o(d)+o(h)+o(g)+(k[e]?this._minDigits(i._periods[e],2):"")+(k[f]?(k[e]?w:"")+this._minDigits(i._periods[f],2):"")+(k[c]?(k[e]||k[f]?w:"")+this._minDigits(i._periods[c],2):""):'<span class="countdown_row countdown_show'+(m||s)+(i._hold?" countdown_holding":"")+'">'+l(b)+l(d)+l(h)+l(g)+l(e)+l(f)+l(c))+"</span>"+(x?'<span class="countdown_row countdown_descr">'+x+"</span>":"")},_buildLayout:function(i,q,r,n,o,s){for(var t=this._get(i,n?"compactLabels":"labels"),u=this._get(i,"whichLabels")||this._normalLabels,k=function(b){return(a.countdown._get(i,(n?"compactLabels":"labels")+u(i._periods[b]))||t)[b]},j=function(a,b){return Math.floor(a/b)%10},v={desc:this._get(i,"description"),sep:this._get(i,"timeSeparator"),yl:k(b),yn:i._periods[b],ynn:this._minDigits(i._periods[b],2),ynnn:this._minDigits(i._periods[b],3),y1:j(i._periods[b],1),y10:j(i._periods[b],10),y100:j(i._periods[b],100),y1000:j(i._periods[b],1e3),ol:k(d),on:i._periods[d],onn:this._minDigits(i._periods[d],2),onnn:this._minDigits(i._periods[d],3),o1:j(i._periods[d],1),o10:j(i._periods[d],10),o100:j(i._periods[d],100),o1000:j(i._periods[d],1e3),wl:k(h),wn:i._periods[h],wnn:this._minDigits(i._periods[h],2),wnnn:this._minDigits(i._periods[h],3),w1:j(i._periods[h],1),w10:j(i._periods[h],10),w100:j(i._periods[h],100),w1000:j(i._periods[h],1e3),dl:k(g),dn:i._periods[g],dnn:this._minDigits(i._periods[g],2),dnnn:this._minDigits(i._periods[g],3),d1:j(i._periods[g],1),d10:j(i._periods[g],10),d100:j(i._periods[g],100),d1000:j(i._periods[g],1e3),hl:k(e),hn:i._periods[e],hnn:this._minDigits(i._periods[e],2),hnnn:this._minDigits(i._periods[e],3),h1:j(i._periods[e],1),h10:j(i._periods[e],10),h100:j(i._periods[e],100),h1000:j(i._periods[e],1e3),ml:k(f),mn:i._periods[f],mnn:this._minDigits(i._periods[f],2),mnnn:this._minDigits(i._periods[f],3),m1:j(i._periods[f],1),m10:j(i._periods[f],10),m100:j(i._periods[f],100),m1000:j(i._periods[f],1e3),sl:k(c),sn:i._periods[c],snn:this._minDigits(i._periods[c],2),snnn:this._minDigits(i._periods[c],3),s1:j(i._periods[c],1),s10:j(i._periods[c],10),s100:j(i._periods[c],100),s1000:j(i._periods[c],1e3)},m=r,l=b;l<=c;l++){var p="yowdhms".charAt(l),w=new RegExp("\\{"+p+"<\\}(.*)\\{"+p+">\\}","g");m=m.replace(w,!o&&q[l]||o&&s[l]?"$1":"")}a.each(v,function(b,c){var a=new RegExp("\\{"+b+"\\}","g");m=m.replace(a,c)});return m},_minDigits:function(a,b){a=""+a;if(a.length>=b)return a;a="0000000000"+a;return a.substr(a.length-b)},_determineShow:function(j){var a=this._get(j,"format"),i=[];i[b]=a.match("y")?"?":a.match("Y")?"!":null;i[d]=a.match("o")?"?":a.match("O")?"!":null;i[h]=a.match("w")?"?":a.match("W")?"!":null;i[g]=a.match("d")?"?":a.match("D")?"!":null;i[e]=a.match("h")?"?":a.match("H")?"!":null;i[f]=a.match("m")?"?":a.match("M")?"!":null;i[c]=a.match("s")?"?":a.match("S")?"!":null;return i},_calculatePeriods:function(l,n,q,i){l._now=i;l._now.setMilliseconds(0);var k=new Date(l._now.getTime());if(l._since)if(i.getTime()<l._since.getTime())l._now=i=k;else i=l._since;else{k.setTime(l._until.getTime());if(i.getTime()>l._until.getTime())l._now=i=k}var j=[0,0,0,0,0,0,0];if(n[b]||n[d]){var r=a.countdown._getDaysInMonth(i.getFullYear(),i.getMonth()),v=a.countdown._getDaysInMonth(k.getFullYear(),k.getMonth()),w=k.getDate()==i.getDate()||k.getDate()>=Math.min(r,v)&&i.getDate()>=Math.min(r,v),x=function(a){return(a.getHours()*60+a.getMinutes())*60+a.getSeconds()},y=Math.max(0,(k.getFullYear()-i.getFullYear())*12+k.getMonth()-i.getMonth()+(k.getDate()<i.getDate()&&!w||w&&x(k)<x(i)?-1:0));j[b]=n[b]?Math.floor(y/12):0;j[d]=n[d]?y-j[b]*12:0;i=new Date(i.getTime());var z=i.getDate()==r,s=a.countdown._getDaysInMonth(i.getFullYear()+j[b],i.getMonth()+j[d]);i.getDate()>s&&i.setDate(s);i.setFullYear(i.getFullYear()+j[b]);i.setMonth(i.getMonth()+j[d]);z&&i.setDate(s)}var o=Math.floor((k.getTime()-i.getTime())/1e3),p=function(a,b){j[a]=n[a]?Math.floor(o/b):0;o-=j[a]*b};p(h,604800);p(g,86400);p(e,3600);p(f,60);p(c,1);if(o>0&&!l._since)for(var A=[1,12,4.3482,7,24,60,60],t=c,u=1,m=c;m>=b;m--){if(n[m]){if(j[t]>=u){j[t]=0;o=1}if(o>0){j[m]++;o=0;t=m;u=1}}u*=A[m]}if(q)for(var m=b;m<=c;m++)if(q&&j[m])q--;else if(!q)j[m]=0;return j}});function j(b,c){a.extend(b,c);for(var d in c)if(c[d]==null)b[d]=null;return b}a.fn.countdown=function(b){var c=Array.prototype.slice.call(arguments,1);return b=="getTimes"||b=="settings"?a.countdown["_"+b+"Countdown"].apply(a.countdown,[this[0]].concat(c)):this.each(function(){if(typeof b=="string")a.countdown["_"+b+"Countdown"].apply(a.countdown,[this].concat(c));else a.countdown._attachCountdown(this,b)})};a.countdown=new k})(jQuery);jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,d,a,b,c){return jQuery.easing[jQuery.easing.def](e,d,a,b,c)},easeInQuad:function(e,a,b,c,d){return c*(a/=d)*a+b},easeOutQuad:function(e,a,b,c,d){return-c*(a/=d)*(a-2)+b},easeInOutQuad:function(e,a,b,c,d){return(a/=d/2)<1?c/2*a*a+b:-c/2*(--a*(a-2)-1)+b},easeInCubic:function(e,a,b,c,d){return c*(a/=d)*a*a+b},easeOutCubic:function(e,a,b,c,d){return c*((a=a/d-1)*a*a+1)+b},easeInOutCubic:function(e,a,b,c,d){return(a/=d/2)<1?c/2*a*a*a+b:c/2*((a-=2)*a*a+2)+b},easeInQuart:function(e,a,b,c,d){return c*(a/=d)*a*a*a+b},easeOutQuart:function(e,a,b,c,d){return-c*((a=a/d-1)*a*a*a-1)+b},easeInOutQuart:function(e,a,b,c,d){return(a/=d/2)<1?c/2*a*a*a*a+b:-c/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(e,a,b,c,d){return c*(a/=d)*a*a*a*a+b},easeOutQuint:function(e,a,b,c,d){return c*((a=a/d-1)*a*a*a*a+1)+b},easeInOutQuint:function(e,a,b,c,d){return(a/=d/2)<1?c/2*a*a*a*a*a+b:c/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(e,d,b,a,c){return-a*Math.cos(d/c*(Math.PI/2))+a+b},easeOutSine:function(e,d,a,b,c){return b*Math.sin(d/c*(Math.PI/2))+a},easeInOutSine:function(e,d,a,b,c){return-b/2*(Math.cos(Math.PI*d/c)-1)+a},easeInExpo:function(e,b,a,c,d){return b==0?a:c*Math.pow(2,10*(b/d-1))+a},easeOutExpo:function(e,d,a,b,c){return d==c?a+b:b*(-Math.pow(2,-10*d/c)+1)+a},easeInOutExpo:function(e,a,b,c,d){return a==0?b:a==d?b+c:(a/=d/2)<1?c/2*Math.pow(2,10*(a-1))+b:c/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(e,a,b,c,d){return-c*(Math.sqrt(1-(a/=d)*a)-1)+b},easeOutCirc:function(e,a,b,c,d){return c*Math.sqrt(1-(a=a/d-1)*a)+b},easeInOutCirc:function(e,a,b,c,d){return(a/=d/2)<1?-c/2*(Math.sqrt(1-a*a)-1)+b:c/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(h,d,e,a,f){var g=1.70158,b=0,c=a;if(d==0)return e;if((d/=f)==1)return e+a;if(!b)b=f*.3;if(c<Math.abs(a)){c=a;var g=b/4}else var g=b/(2*Math.PI)*Math.asin(a/c);return-(c*Math.pow(2,10*(d-=1))*Math.sin((d*f-g)*2*Math.PI/b))+e},easeOutElastic:function(h,d,e,a,f){var g=1.70158,b=0,c=a;if(d==0)return e;if((d/=f)==1)return e+a;if(!b)b=f*.3;if(c<Math.abs(a)){c=a;var g=b/4}else var g=b/(2*Math.PI)*Math.asin(a/c);return c*Math.pow(2,-10*d)*Math.sin((d*f-g)*2*Math.PI/b)+a+e},easeInOutElastic:function(h,a,e,b,f){var g=1.70158,c=0,d=b;if(a==0)return e;if((a/=f/2)==2)return e+b;if(!c)c=f*.3*1.5;if(d<Math.abs(b)){d=b;var g=c/4}else var g=c/(2*Math.PI)*Math.asin(b/d);return a<1?-.5*d*Math.pow(2,10*(a-=1))*Math.sin((a*f-g)*2*Math.PI/c)+e:d*Math.pow(2,-10*(a-=1))*Math.sin((a*f-g)*2*Math.PI/c)*.5+b+e},easeInBack:function(f,b,c,d,e,a){if(a==undefined)a=1.70158;return d*(b/=e)*b*((a+1)*b-a)+c},easeOutBack:function(f,b,c,d,e,a){if(a==undefined)a=1.70158;return d*((b=b/e-1)*b*((a+1)*b+a)+1)+c},easeInOutBack:function(f,a,c,d,e,b){if(b==undefined)b=1.70158;return(a/=e/2)<1?d/2*a*a*(((b*=1.525)+1)*a-b)+c:d/2*((a-=2)*a*(((b*=1.525)+1)*a+b)+2)+c},easeInBounce:function(e,d,c,a,b){return a-jQuery.easing.easeOutBounce(e,b-d,0,a,b)+c},easeOutBounce:function(e,a,b,c,d){return(a/=d)<1/2.75?c*7.5625*a*a+b:a<2/2.75?c*(7.5625*(a-=1.5/2.75)*a+.75)+b:a<2.5/2.75?c*(7.5625*(a-=2.25/2.75)*a+.9375)+b:c*(7.5625*(a-=2.625/2.75)*a+.984375)+b},easeInOutBounce:function(e,c,d,b,a){return c<a/2?jQuery.easing.easeInBounce(e,c*2,0,b,a)*.5+d:jQuery.easing.easeOutBounce(e,c*2-a,0,b,a)*.5+b*.5+d}});
/*
  hint plug-in for jQuery, License - MIT, Copyright: 2009 Traversal - http://traversal.com.au
*/
(function(a){var d={help:"enter value",className:"hinted",useTitle:false,clearOnFocus:true,clearOnSubmit:true,formEvent:"submit"},c=function(b){var d=b.target,e=true;a.each(d.elements,function(c,b){a(b).hint("clear")});var c=jQuery.Event("hint.submit");a(d).trigger(c);if(c.result===false){b.preventDefault();return false}return true},b="hint";a.fn[b]=function(){var e,g={},h={},f=arguments;if(f.length>=1){if(typeof f[0]=="string")e=f[0];else g=f[0];if(f.length>=2)h=f[1]}return this.each(function(){var i,p=h,j={},l={},f=a(this);if(a.fn.metadata)l=f.metadata();if(!e){i=f.data(b);if(!i){i={};f.data(b,i)}a.extend(true,j,d,g,l[b]||l||{});i.options=j}else{i=f.data(b);if(i)j=i.options;else return false}var m=f.val();if(!e){i.help=j.help;if(j.useTitle)i.help=f.attr("title");f.hint("apply");i.focus=function(){f.hint("clear")};i.blur=function(){f.hint("apply")};if(j.clearOnFocus){f.focus(i.focus);f.blur(i.blur)}if(j.clearOnSubmit){var k=a("form"),o=a(k).data("hint-onsubmit");if(!o){a(k).live(j.formEvent,c);a(k).data("hint-onsubmit",c)}}}else if(e=="clear"){if(m==i.help){f.val("");f.removeClass(j.className)}}else if(e=="apply"){i.help=j.help;if(j.useTitle)i.help=f.attr("title");if(m==""||m==i.help){f.val(i.help);f.addClass(j.className)}else f.removeClass(j.className)}else if(e=="destroy"){f.hint("clear");var k=f.get(0).form,n=a(k).data("hint-onsubmit");if(j.clearOnFocus){f.unbind("focus",i.focus);f.unbind("blur",i.blur)}n&&a(k).unbind(j.formEvent,c);f.removeData("hint")}})};a.fn[b].defaults=d})(jQuery);
/*
 * jQuery blockUI plugin
 * Version 2.33 (29-MAR-2010)
 * @requires jQuery v1.2.3 or later
 *
 * Examples at: http://malsup.com/jquery/block/
 * Copyright (c) 2007-2008 M. Alsup
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Thanks to Amir-Hossein Sobhi for some excellent contributions!
 */
(function(a){if(/1\.(0|1|2)\.(0|1|2)/.test(a.fn.jquery)||/^1.1/.test(a.fn.jquery)){alert("blockUI requires jQuery v1.2.3 or later!  You are using v"+a.fn.jquery);return}a.fn._fadeIn=a.fn.fadeIn;var g=function(){},f=document.documentMode||0,n=a.browser.msie&&(a.browser.version<8&&!f||f<8),m=a.browser.msie&&/MSIE 6.0/.test(navigator.userAgent)&&!f;a.blockUI=function(a){i(window,a)};a.unblockUI=function(a){e(window,a)};a.growlUI=function(e,d,b,f){var c=a('<div class="growlUI"></div>');e&&c.append("<h1>"+e+"</h1>");d&&c.append("<h2>"+d+"</h2>");if(b==undefined)b=3e3;a.blockUI({message:c,fadeIn:700,fadeOut:1e3,centerY:false,timeout:b,showOverlay:false,onUnblock:f,css:a.blockUI.defaults.growlCSS})};a.fn.block=function(b){return this.unblock({fadeOut:0}).each(function(){if(a.css(this,"position")=="static")this.style.position="relative";if(a.browser.msie)this.style.zoom=1;i(this,b)})};a.fn.unblock=function(a){return this.each(function(){e(this,a)})};a.blockUI.version=2.33;a.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:true,theme:false,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:false,baseZ:1e3,centerX:true,centerY:true,allowBodyStretch:true,bindEvents:true,constrainTabKey:true,fadeIn:200,fadeOut:400,timeout:0,showOverlay:true,focusInput:true,applyPlatformOpacityRules:true,onBlock:null,onUnblock:null,quirksmodeOffsetHack:4};var c=null,b=[];function i(p,f){var i=p==window,h=f&&f.message!==undefined?f.message:undefined;f=a.extend({},a.blockUI.defaults,f||{});f.overlayCSS=a.extend({},a.blockUI.defaults.overlayCSS,f.overlayCSS||{});var H=a.extend({},a.blockUI.defaults.css,f.css||{}),B=a.extend({},a.blockUI.defaults.themedCSS,f.themedCSS||{});h=h===undefined?f.message:h;i&&c&&e(window,{fadeOut:0});if(h&&typeof h!="string"&&(h.parentNode||h.jquery)){var t=h.jquery?h[0]:h,q={};a(p).data("blockUI.history",q);q.el=t;q.parent=t.parentNode;q.display=t.style.display;q.position=t.style.position;q.parent&&q.parent.removeChild(t)}var s=f.baseZ,v=a.browser.msie||f.forceIframe?a('<iframe class="blockUI" style="z-index:'+s+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+f.iframeSrc+'"></iframe>'):a('<div class="blockUI" style="display:none"></div>'),r=a('<div class="blockUI blockOverlay" style="z-index:'+s+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),k,u;if(f.theme&&i)u='<div class="blockUI blockMsg blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+s+';display:none;position:fixed"><div class="ui-widget-header ui-dialog-titlebar blockTitle">'+(f.title||"&nbsp;")+'</div><div class="ui-widget-content ui-dialog-content"></div></div>';else if(f.theme)u='<div class="blockUI blockMsg blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+s+';display:none;position:absolute"><div class="ui-widget-header ui-dialog-titlebar blockTitle">'+(f.title||"&nbsp;")+'</div><div class="ui-widget-content ui-dialog-content"></div></div>';else if(i)u='<div class="blockUI blockMsg blockPage" style="z-index:'+s+';display:none;position:fixed"></div>';else u='<div class="blockUI blockMsg blockElement" style="z-index:'+s+';display:none;position:absolute"></div>';k=a(u);if(h)if(f.theme){k.css(B);k.addClass("ui-widget-content")}else k.css(H);(!f.applyPlatformOpacityRules||!(a.browser.mozilla&&/Linux/.test(navigator.platform)))&&r.css(f.overlayCSS);r.css("position",i?"fixed":"absolute");(a.browser.msie||f.forceIframe)&&v.css("opacity",0);var C=[v,r,k],D=i?a("body"):a(p);a.each(C,function(){this.appendTo(D)});f.theme&&f.draggable&&a.fn.draggable&&k.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var E=n&&(!a.boxModel||a("object,embed",i?null:p).length>0);if(m||E){i&&f.allowBodyStretch&&a.boxModel&&a("html,body").css("height","100%");if((m||!a.boxModel)&&!i)var A=d(p,"borderTopWidth"),z=d(p,"borderLeftWidth"),x=A?"(0 - "+A+")":0,w=z?"(0 - "+z+")":0;a.each([v,r,k],function(d,e){var a=e[0].style;a.position="absolute";if(d<2){i?a.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.boxModel?0:"+f.quirksmodeOffsetHack+') + "px"'):a.setExpression("height",'this.parentNode.offsetHeight + "px"');i?a.setExpression("width",'jQuery.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):a.setExpression("width",'this.parentNode.offsetWidth + "px"');w&&a.setExpression("left",w);x&&a.setExpression("top",x)}else if(f.centerY){i&&a.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');a.marginTop=0}else if(!f.centerY&&i){var c=f.css&&f.css.top?parseInt(f.css.top):0,b="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+c+') + "px"';a.setExpression("top",b)}})}if(h){if(f.theme)k.find(".ui-widget-content").append(h);else k.append(h);(h.jquery||h.nodeType)&&a(h).show()}(a.browser.msie||f.forceIframe)&&f.showOverlay&&v.show();if(f.fadeIn){var y=f.onBlock?f.onBlock:g,F=f.showOverlay&&!h?y:g,G=h?y:g;f.showOverlay&&r._fadeIn(f.fadeIn,F);h&&k._fadeIn(f.fadeIn,G)}else{f.showOverlay&&r.show();h&&k.show();f.onBlock&&f.onBlock()}l(1,p,f);if(i){c=k[0];b=a(":input:enabled:visible",c);f.focusInput&&setTimeout(j,20)}else o(k[0],f.centerX,f.centerY);if(f.timeout){var I=setTimeout(function(){i?a.unblockUI(f):a(p).unblock(f)},f.timeout);a(p).data("blockUI.timeout",I)}}function e(e,d){var i=e==window,g=a(e),h=g.data("blockUI.history"),j=g.data("blockUI.timeout");if(j){clearTimeout(j);g.removeData("blockUI.timeout")}d=a.extend({},a.blockUI.defaults,d||{});l(0,e,d);var f;if(i)f=a("body").children().filter(".blockUI").add("body > .blockUI");else f=a(".blockUI",e);if(i)c=b=null;if(d.fadeOut){f.fadeOut(d.fadeOut);setTimeout(function(){k(f,h,d,e)},d.fadeOut)}else k(f,h,d,e)}function k(e,b,c,d){e.each(function(){this.parentNode&&this.parentNode.removeChild(this)});if(b&&b.el){b.el.style.display=b.display;b.el.style.position=b.position;b.parent&&b.parent.appendChild(b.el);a(d).removeData("blockUI.history")}if(typeof c.onUnblock=="function")c.onUnblock(d,c)}function l(b,i,e){var d=i==window,g=a(i);if(!b&&(d&&!c||!d&&!g.data("blockUI.isBlocked")))return;!d&&g.data("blockUI.isBlocked",b);if(!e.bindEvents||b&&!e.showOverlay)return;var f="mousedown mouseup keydown keypress";b?a(document).bind(f,e,h):a(document).unbind(f,h)}function h(d){if(d.keyCode&&d.keyCode==9)if(c&&d.data.constrainTabKey){var e=b,g=!d.shiftKey&&d.target==e[e.length-1],f=d.shiftKey&&d.target==e[0];if(g||f){setTimeout(function(){j(f)},10);return false}}return a(d.target).parents("div.blockMsg").length>0?true:a(d.target).parents().children().filter("div.blockUI").length==0}function j(c){if(!b)return;var a=b[c===true?b.length-1:0];a&&a.focus()}function o(a,g,h){var b=a.parentNode,e=a.style,c=(b.offsetWidth-a.offsetWidth)/2-d(b,"borderLeftWidth"),f=(b.offsetHeight-a.offsetHeight)/2-d(b,"borderTopWidth");if(g)e.left=c>0?c+"px":"0";if(h)e.top=f>0?f+"px":"0"}function d(b,c){return parseInt(a.css(b,c))||0}})(jQuery);(function(a){a.facebox=function(e,f){a.facebox.loading();if(e.ajax)c(e.ajax);else if(e.image)b(e.image);else if(e.div)d(e.div);else if(a.isFunction(e))e.call(a);else a.facebox.reveal(e,f)};a.extend(a.facebox,{settings:{opacity:0,overlay:true,loadingImage:"/content/images/facebox/loading.gif",closeImage:"/content/images/facebox/closelabel.gif",imageTypes:["png","jpg","jpeg","gif"],faceboxHtml:'    <div id="facebox" style="display:none;">       <div class="popup">         <table>           <tbody>             <tr>               <td class="tl"/><td class="b"/><td class="tr"/>             </tr>             <tr>               <td class="b"/>               <td class="body">                  <div class="header">                   <a href="#" class="close">                     <img src="/content/images/facebox/closelabel.gif" title="close" class="close_image" />                   </a>                 </div>                 <div class="content" style="height: 400px; overflow: scroll;">                 </div>               </td>               <td class="b"/>             </tr>             <tr>               <td class="bl"/><td class="b"/><td class="br"/>             </tr>           </tbody>         </table>       </div>     </div>'},loading:function(){f();if(a("#facebox .loading").length==1)return true;k();a("#facebox .content").empty();a("#facebox .body").children().hide().end().append('<div class="loading"><img src="'+a.facebox.settings.loadingImage+'"/></div>');a("#facebox").css({top:i()[1]+h()/10,left:(a(window).width()-a("#facebox").width())/2}).show();a(document).bind("keydown.facebox",function(b){b.keyCode==27&&a.facebox.close();return true});a(document).trigger("loading.facebox")},reveal:function(c,b){a(document).trigger("beforeReveal.facebox");b&&a("#facebox .content").addClass(b);a("#facebox .content").append(c);a("#facebox .loading").remove();a("#facebox .body").children().fadeIn("normal");a("#facebox").css("left",a(window).width()/2-a("#facebox table").width()/2);a(document).trigger("reveal.facebox").trigger("afterReveal.facebox")},close:function(){a(document).trigger("close.facebox");return false}});a.fn.facebox=function(c){f(c);function b(){a.facebox.loading(true);var b=this.rel.match(/facebox\[?\.(\w+)\]?/);if(b)b=b[1];d(this.href,b);return false}return this.click(b)};function f(c){if(a.facebox.settings.inited)return true;else a.facebox.settings.inited=true;a(document).trigger("init.facebox");g();var d=a.facebox.settings.imageTypes.join("|");a.facebox.settings.imageTypesRegexp=new RegExp("."+d+"$","i");c&&a.extend(a.facebox.settings,c);a("body").append(a.facebox.settings.faceboxHtml);var b=[new Image,new Image];b[0].src=a.facebox.settings.closeImage;b[1].src=a.facebox.settings.loadingImage;a("#facebox").find(".b:first, .bl, .br, .tl, .tr").each(function(){b.push(new Image);b.slice(-1).src=a(this).css("background-image").replace(/url\((.+)\)/,"$1")});a("#facebox .close").click(a.facebox.close);a("#facebox .close_image").attr("src",a.facebox.settings.closeImage)}function i(){var a,b;if(self.pageYOffset){b=self.pageYOffset;a=self.pageXOffset}else if(document.documentElement&&document.documentElement.scrollTop){b=document.documentElement.scrollTop;a=document.documentElement.scrollLeft}else if(document.body){b=document.body.scrollTop;a=document.body.scrollLeft}return[a,b]}function h(){var a;if(self.innerHeight)a=self.innerHeight;else if(document.documentElement&&document.documentElement.clientHeight)a=document.documentElement.clientHeight;else if(document.body)a=document.body.clientHeight;return a}function g(){var b=a.facebox.settings;b.loadingImage=b.loading_image||b.loadingImage;b.closeImage=b.close_image||b.closeImage;b.imageTypes=b.image_types||b.imageTypes;b.faceboxHtml=b.facebox_html||b.faceboxHtml}function d(d,e){if(d.match(/#/)){var g=window.location.href.split("#")[0],f=d.replace(g,"");a.facebox.reveal(a(f).clone().show(),e)}else if(d.match(a.facebox.settings.imageTypesRegexp))b(d,e);else c(d,e)}function b(d,c){var b=new Image;b.onload=function(){a.facebox.reveal('<div class="image"><img src="'+b.src+'" /></div>',c)};b.src=d}function c(c,b){a.get(c,function(c){a.facebox.reveal(c,b)})}function e(){return a.facebox.settings.overlay==false||a.facebox.settings.opacity===null}function k(){if(e())return;a("facebox_overlay").length==0&&a("body").append('<div id="facebox_overlay" class="facebox_hide"></div>');a("#facebox_overlay").hide().addClass("facebox_overlayBG").css("opacity",a.facebox.settings.opacity).click(function(){a(document).trigger("close.facebox")}).fadeIn(200);return false}function j(){if(e())return;a("#facebox_overlay").fadeOut(200,function(){a("#facebox_overlay").removeClass("facebox_overlayBG");a("#facebox_overlay").addClass("facebox_hide");a("#facebox_overlay").remove()});return false}a(document).bind("close.facebox",function(){a(document).unbind("keydown.facebox");a("#facebox").fadeOut(function(){a("#facebox .content").removeClass().addClass("content");j();a("#facebox .loading").remove()})})})(jQuery);(function(b){var c=clearTimeout,d=setTimeout,a=Array.prototype;b.each(["trigger","triggerHandler"],function(f,e){b.fn[e+"Defer"]=function(){var b=arguments,f=e+"Defer."+b[0];c(this.data(f));var h=typeof b[b.length-1]=="number"?a.pop.call(b):150,g=this;this.data(f,d(function(){g[e].apply(g,b)},h));return this}});b.fn.bindDefer=function(){var b=arguments,f=typeof b[b.length-1]=="number"?a.pop.call(b):150,g=a.pop.call(b),h=this,e;a.push.call(b,function(){c(e);b=arguments;e=d(function(){g.apply(h,b)},f)});this.bind.apply(this,b);return this}})(jQuery);(function(a){a.fn.jpassword=function(b){var d=this,b=a.extend({},a.fn.jpassword.defaults,b),j='<div class="jpassword"><div><p class="jpassword-meter">&nbsp;</p><p class="jpassword-info">&nbsp;</p></div></div>';return d.each(function(){a(d).is("input")&&h(a(d))});function h(d){var p="jpassword_"+parseInt(Math.random()*1e3),c=a(j).attr("id",p);if(b.flat==false){var o=d.offset(),i=g(),h="right",m=o.top,l=o.left+d.width();c.appendTo(document.body);if(l+c.width()>i.left+i.width){l-=c.width()+d.width();h="left"}if(m+c.height()>i.top+i.height){m-=c.height()-d.height()*1.5;h+="bottom"}else h+="top";c.css({left:l+"px",top:m+"px",display:"none"});c.addClass("jpassword-"+h)}else{c.insertAfter(d);c.css({position:"relative",display:"block"});c.addClass("jpassword-flat")}d.bind("keyup",function(){e(d,c)});d.bind("focus",function(){e(d,c);b.flat==false&&f(c,"show");if(a.isFunction(b.onShow))b.onShow(d,c)});d.bind("blur",function(){b.flat==false&&f(c,"hide");if(a.isFunction(b.onHide))b.onHide(d,c)});var n=a("#"+b.generate);n&&n.bind("click",function(){d.val(k());e(d,c);return false});if(a.isFunction(b.onComplete))b.onComplete(d,c)}function e(g,h){var j=g.val(),e=h.find(".jpassword-meter"),f=h.find(".jpassword-info"),c=i(j),d="";if(c.lowercase<2)d=b.lang.lowercase;else if(c.uppercase<2)d=b.lang.uppercase;else if(c.number<2)d=b.lang.number;else if(c.punctuation<2)d=b.lang.punctuation;else if(c.special<2)d=b.lang.special;if(j.length<b.length&&c.level<10&&d=="")d=b.lang.length.replace(/-X-/g,b.length);if(c.val==""){e.css("background-position","0 0");f.html(b.lang.please)}else if(c.level<5){e.css("background-position","0 -10px");f.html(b.lang.low+" "+d)}else if(c.level<10){e.css("background-position","0 -20px");f.html(b.lang.correct+" "+d)}else{e.css("background-position","0 -30px");f.html(b.lang.high)}g.val(c.val);if(a.isFunction(b.onKeyup))b.onKeyup(g)}function i(b){b=b.replace(/(^\s+)|(\s+$)/g,"");for(var d=cCap=cMin=cPct=cSpe=1,f=b.length,e=0;e<f;e++){var a=b.charCodeAt(e);if(a<128)if(a>47&&a<58)d+=1;else if(a>64&&a<91)cCap+=1;else if(a>96&&a<123)cMin+=1;else cPct+=2;else cSpe+=3}var c=d*cCap*cMin*cPct*cSpe;c=Math.round(Math.log(c*c));return{val:b,level:c,number:d,uppercase:cCap,lowercase:cMin,punctuation:cPct,special:cSpe}}function k(){var e="";for(c=0;c<b.length;c++){var a=Math.round(32+Math.random()*222),d=0;if(a>47&&a<58||a>64&&a<91||a>96&&a<123)d=1;if(b.type==1&&a<127)d=1;if(b.type==2)d=1;if(b.special&&(a==48||a==49||a==50||a==53||a==54||a==56||a==57||a==66||a==67||a==68||a==71||a==73||a==75||a==79||a==80||a==81||a==83||a==85||a==86||a==87||a==88||a==90||a==99||a==104||a==105||a==107||a==108||a==111||a==112||a==113||a==115||a==117||a==118||a==119||a==120||a==122))d=0;if(d==1)e+=String.fromCharCode(a);else c--}return e}function f(a,b){if(b=="show")a.fadeIn();else a.fadeOut()}function g(){var a=document.compatMode=="CSS1Compat";return{left:window.pageXOffset||(a?document.documentElement.scrollLeft:document.body.scrollLeft),top:window.pageYOffset||(a?document.documentElement.scrollTop:document.body.scrollTop),width:window.innerWidth||(a?document.documentElement.clientWidth:document.body.clientWidth),height:window.innerHeight||(a?document.documentElement.clientHeight:document.body.clientHeight)}}};a.fn.jpassword.defaults={lang:{please:"A strong password...",low:"Low security.",correct:"Correct security.",high:"High security.",length:"-X- characters would be a plus.",number:"Why not numbers?",uppercase:"And caps?",lowercase:"Some tiny?",punctuation:"Punctuations?",special:"Best, special characters?"},length:8,flat:false,type:1,special:0,generate:null,onShow:function(){},onHide:function(){},onKeyup:function(){},onComplete:function(){}}})(jQuery);(function(a){a.extend(a.fn,{validate:function(c){if(!this.length){c&&c.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return}var b=a.data(this[0],"validator");if(b)return b;b=new a.validator(c,this[0]);a.data(this[0],"validator",b);if(b.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){b.cancelSubmit=true});b.settings.submitHandler&&this.find("input, button").filter(":submit").click(function(){b.submitButton=this});this.submit(function(d){b.settings.debug&&d.preventDefault();function c(){if(b.settings.submitHandler){if(b.submitButton)var c=a("<input type='hidden'/>").attr("name",b.submitButton.name).val(b.submitButton.value).appendTo(b.currentForm);b.settings.submitHandler.call(b,b.currentForm);b.submitButton&&c.remove();return false}return true}if(b.cancelSubmit){b.cancelSubmit=false;return c()}if(b.form()){if(b.pendingRequest){b.formSubmitted=true;return false}return c()}else{b.focusInvalid();return false}})}return b},valid:function(){if(a(this[0]).is("form"))return this.validate().form();else{var b=true,c=a(this[0].form).validate();this.each(function(){b&=c.element(this)});return b}},removeAttrs:function(d){var c={},b=this;a.each(d.split(/\s/),function(d,a){c[a]=b.attr(a);b.removeAttr(a)});return c},rules:function(i,e){var b=this[0];if(i){var f=a.data(b.form,"validator").settings,g=f.rules,d=a.validator.staticRules(b);switch(i){case"add":a.extend(d,a.validator.normalizeRule(e));g[b.name]=d;if(e.messages)f.messages[b.name]=a.extend(f.messages[b.name],e.messages);break;case"remove":if(!e){delete g[b.name];return d}var h={};a.each(e.split(/\s/),function(b,a){h[a]=d[a];delete d[a]});return h}}var c=a.validator.normalizeRules(a.extend({},a.validator.metadataRules(b),a.validator.classRules(b),a.validator.attributeRules(b),a.validator.staticRules(b)),b);if(c.required){var j=c.required;delete c.required;c=a.extend({required:j},c)}return c}});a.extend(a.expr[":"],{blank:function(b){return!a.trim(""+b.value)},filled:function(b){return!!a.trim(""+b.value)},unchecked:function(a){return!a.checked}});a.validator=function(b,c){this.settings=a.extend(true,{},a.validator.defaults,b);this.currentForm=c;this.init()};a.validator.format=function(c,b){if(arguments.length==1)return function(){var b=a.makeArray(arguments);b.unshift(c);return a.validator.format.apply(this,b)};if(arguments.length>2&&b.constructor!=Array)b=a.makeArray(arguments).slice(1);if(b.constructor!=Array)b=[b];a.each(b,function(a,b){c=c.replace(new RegExp("\\{"+a+"\\}","g"),b)});return c};a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(a){this.lastActive=a;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass);this.errorsFor(a).hide()}},onfocusout:function(a){!this.checkable(a)&&(a.name in this.submitted||!this.optional(a))&&this.element(a)},onkeyup:function(a){(a.name in this.submitted||a==this.lastElement)&&this.element(a)},onclick:function(a){if(a.name in this.submitted)this.element(a);else a.parentNode.name in this.submitted&&this.element(a.parentNode)},highlight:function(d,b,c){a(d).addClass(b).removeClass(c)},unhighlight:function(d,b,c){a(d).removeClass(b).addClass(c)}},setDefaults:function(b){a.extend(a.validator.defaults,b)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Please enter a value between {0} and {1} characters long."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=a(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm);this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var d=this.groups={};a.each(this.settings.groups,function(c,b){a.each(b.split(/\s/),function(b,a){d[a]=c})});var c=this.settings.rules;a.each(c,function(d,b){c[d]=a.validator.normalizeRule(b)});function b(d){var b=a.data(this[0].form,"validator"),c="on"+d.type.replace(/^validate/,"");b.settings[c]&&b.settings[c].call(b,this[0])}a(this.currentForm).validateDelegate(":text, :password, :file, select, textarea","focusin focusout keyup",b).validateDelegate(":radio, :checkbox, select, option","click",b);this.settings.invalidHandler&&a(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();a.extend(this.submitted,this.errorMap);this.invalid=a.extend({},this.errorMap);!this.valid()&&a(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(b){b=this.clean(b);this.lastElement=b;this.prepareElement(b);this.currentElements=a(b);var c=this.check(b);if(c)delete this.invalid[b.name];else this.invalid[b.name]=true;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return c},showErrors:function(b){if(b){a.extend(this.errorMap,b);this.errorList=[];for(var c in b)this.errorList.push({message:b[c],element:this.findByName(c)[0]});this.successList=a.grep(this.successList,function(a){return!(a.name in b)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){a.fn.resetForm&&a(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(b){var a=0;for(var c in b)a++;return a},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(b){}},findLastActive:function(){var b=this.lastActive;return b&&a.grep(this.errorList,function(a){return a.element.name==b.name}).length==1&&b},elements:function(){var c=this,b={};return a([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&c.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in b||!c.objectLength(a(this).rules()))return false;b[this.name]=true;return true})},clean:function(b){return a(b)[0]},errors:function(){return a(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=a([]);this.toHide=a([]);this.currentElements=a([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(b){b=this.clean(b);if(this.checkable(b))b=this.findByName(b.name)[0];var e=a(b).rules(),c=false;for(method in e){var f={method:method,parameters:e[method]};try{var d=a.validator.methods[method].call(this,b.value.replace(/\r/g,""),b,f.parameters);if(d=="dependency-mismatch"){c=true;continue}c=false;if(d=="pending"){this.toHide=this.toHide.not(this.errorsFor(b));return}if(!d){this.formatAndAdd(b,f);return false}}catch(g){this.settings.debug&&window.console&&console.log("exception occured when checking element "+b.id+", check the '"+f.method+"' method",g);throw g;}}if(c)return;this.objectLength(e)&&this.successList.push(b);return true},customMetaMessage:function(c,d){if(!a.metadata)return;var b=this.settings.meta?a(c).metadata()[this.settings.meta]:a(c).metadata();return b&&b.messages&&b.messages[d]},customMessage:function(c,b){var a=this.settings.messages[c];return a&&(a.constructor==String?a:a[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(arguments[a]!==undefined)return arguments[a];return undefined},defaultMessage:function(b,c){return this.findDefined(this.customMessage(b.name,c),this.customMetaMessage(b,c),!this.settings.ignoreTitle&&b.title||undefined,a.validator.messages[c],"<strong>Warning: No message defined for "+b.name+"</strong>")},formatAndAdd:function(b,c){var a=this.defaultMessage(b,c.method),d=/\$?\{(\d+)\}/g;if(typeof a=="function")a=a.call(this,c.parameters,b);else if(d.test(a))a=jQuery.format(a.replace(d,"{$1}"),c.parameters);this.errorList.push({message:a,element:b});this.errorMap[b.name]=a;this.submitted[b.name]=a},addWrapper:function(a){if(this.settings.wrapper)a=a.add(a.parent(this.settings.wrapper));return a},defaultShowErrors:function(){for(var a=0;this.errorList[a];a++){var b=this.errorList[a];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass,this.settings.validClass);this.showLabel(b.element,b.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(var a=0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight)for(var a=0,c=this.validElements();c[a];a++)this.settings.unhighlight.call(this,c[a],this.settings.errorClass,this.settings.validClass);this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return a(this.errorList).map(function(){return this.element})},showLabel:function(c,d){var b=this.errorsFor(c);if(b.length){b.removeClass().addClass(this.settings.errorClass);b.attr("generated")&&b.html(d)}else{b=a("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(c),generated:true}).addClass(this.settings.errorClass).html(d||"");if(this.settings.wrapper)b=b.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();if(!this.labelContainer.append(b).length)this.settings.errorPlacement?this.settings.errorPlacement(b,a(c)):b.insertAfter(c)}if(!d&&this.settings.success){b.text("");typeof this.settings.success=="string"?b.addClass(this.settings.success):this.settings.success(b)}this.toShow=this.toShow.add(b)},errorsFor:function(b){var c=this.idOrName(b);return this.errors().filter(function(){return a(this).attr("for")==c})},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(b){var c=this.currentForm;return a(document.getElementsByName(b)).map(function(d,a){return a.form==c&&a.name==b&&a||null})},getLength:function(c,b){switch(b.nodeName.toLowerCase()){case"select":return a("option:selected",b).length;case"input":if(this.checkable(b))return this.findByName(b.name).filter(":checked").length}return c.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):true},dependTypes:{"boolean":function(a){return a},string:function(c,b){return!!a(c,b.form).length},"function":function(b,a){return b(a)}},optional:function(b){return!a.validator.methods.required.call(this,a.trim(b.value),b)&&"dependency-mismatch"},startRequest:function(a){if(!this.pending[a.name]){this.pendingRequest++;this.pending[a.name]=true}},stopRequest:function(c,b){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[c.name];if(b&&this.pendingRequest==0&&this.formSubmitted&&this.form()){a(this.currentForm).submit();this.formSubmitted=false}else if(!b&&this.pendingRequest==0&&this.formSubmitted){a(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false}},previousValue:function(b){return a.data(b,"previousValue")||a.data(b,"previousValue",{old:null,valid:true,message:this.defaultMessage(b,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(b,c){b.constructor==String?this.classRuleSettings[b]=c:a.extend(this.classRuleSettings,b)},classRules:function(d){var c={},b=a(d).attr("class");b&&a.each(b.split(" "),function(){this in a.validator.classRuleSettings&&a.extend(c,a.validator.classRuleSettings[this])});return c},attributeRules:function(e){var b={},d=a(e);for(method in a.validator.methods){var c=d.attr(method);if(c)b[method]=c}if(b.maxlength&&/-1|2147483647|524288/.test(b.maxlength))delete b.maxlength;return b},metadataRules:function(b){if(!a.metadata)return{};var c=a.data(b.form,"validator").settings.meta;return c?a(b).metadata()[c]:a(b).metadata()},staticRules:function(c){var d={},b=a.data(c.form,"validator");if(b.settings.rules)d=a.validator.normalizeRule(b.settings.rules[c.name])||{};return d},normalizeRules:function(b,c){a.each(b,function(f,d){if(d===false){delete b[f];return}if(d.param||d.depends){var e=true;switch(typeof d.depends){case"string":e=!!a(d.depends,c.form).length;break;case"function":e=d.depends.call(c,c)}if(e)b[f]=d.param!==undefined?d.param:true;else delete b[f]}});a.each(b,function(e,d){b[e]=a.isFunction(d)?d(c):d});a.each(["minlength","maxlength","min","max"],function(){if(b[this])b[this]=Number(b[this])});a.each(["rangelength","range"],function(){if(b[this])b[this]=[Number(b[this][0]),Number(b[this][1])]});if(a.validator.autoCreateRanges){if(b.min&&b.max){b.range=[b.min,b.max];delete b.min;delete b.max}if(b.minlength&&b.maxlength){b.rangelength=[b.minlength,b.maxlength];delete b.minlength;delete b.maxlength}}if(b.messages)delete b.messages;return b},normalizeRule:function(b){if(typeof b=="string"){var c={};a.each(b.split(/\s/),function(){c[this]=true});b=c}return b},addMethod:function(b,d,c){a.validator.methods[b]=d;a.validator.messages[b]=c!=undefined?c:a.validator.messages[b];d.length<3&&a.validator.addClassRules(b,a.validator.normalizeRule(b))},methods:{required:function(c,b,e){if(!this.depend(e,b))return"dependency-mismatch";switch(b.nodeName.toLowerCase()){case"select":var d=a(b).val();return d&&d.length>0;case"input":if(this.checkable(b))return this.getLength(c,b)>0;default:return a.trim(c).length>0}},remote:function(f,b,e){if(this.optional(b))return"dependency-mismatch";var d=this.previousValue(b);if(!this.settings.messages[b.name])this.settings.messages[b.name]={};d.originalMessage=this.settings.messages[b.name].remote;this.settings.messages[b.name].remote=d.message;e=typeof e=="string"&&{url:e}||e;if(d.old!==f){d.old=f;var c=this;this.startRequest(b);var g={};g[b.name]=f;a.ajax(a.extend(true,{url:e,mode:"abort",port:"validate"+b.name,dataType:"json",data:g,success:function(h){c.settings.messages[b.name].remote=d.originalMessage;var g=h===true;if(g){var j=c.formSubmitted;c.prepareElement(b);c.formSubmitted=j;c.successList.push(b);c.showErrors()}else{var i={},e=d.message=h||c.defaultMessage(b,"remote");i[b.name]=a.isFunction(e)?e(f):e;c.showErrors(i)}d.valid=g;c.stopRequest(b,g)}},e));return"pending"}else if(this.pending[b.name])return"pending";return d.valid},minlength:function(d,b,c){return this.optional(b)||this.getLength(a.trim(d),b)>=c},maxlength:function(d,b,c){return this.optional(b)||this.getLength(a.trim(d),b)<=c},rangelength:function(e,b,d){var c=this.getLength(a.trim(e),b);return this.optional(b)||c>=d[0]&&c<=d[1]},min:function(c,a,b){return this.optional(a)||c>=b},max:function(c,a,b){return this.optional(a)||c<=b},range:function(b,c,a){return this.optional(c)||b>=a[0]&&b<=a[1]},email:function(b,a){return this.optional(a)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(b)},url:function(b,a){return this.optional(a)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(b)},date:function(b,a){return this.optional(a)||!/Invalid|NaN/.test(new Date(b))},dateISO:function(b,a){return this.optional(a)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(b)},number:function(b,a){return this.optional(a)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(b)},digits:function(b,a){return this.optional(a)||/^\d+$/.test(b)},creditcard:function(a,f){if(this.optional(f))return"dependency-mismatch";if(/[^0-9-]+/.test(a))return false;var e=0,b=0,c=false;a=a.replace(/\D/g,"");for(var d=a.length-1;d>=0;d--){var g=a.charAt(d),b=parseInt(g,10);if(c)if((b*=2)>9)b-=9;e+=b;c=!c}return e%10==0},accept:function(c,b,a){a=typeof a=="string"?a.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(b)||c.match(new RegExp(".("+a+")$","i"))},equalTo:function(e,b,d){var c=a(d).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){a(b).valid()});return e==c.val()}}});a.format=a.validator.format})(jQuery);(function(a){var c=a.ajax,b={};a.ajax=function(d){d=a.extend(d,a.extend({},a.ajaxSettings,d));var e=d.port;if(d.mode=="abort"){b[e]&&b[e].abort();return b[e]=c.apply(this,arguments)}return c.apply(this,arguments)}})(jQuery);(function(a){!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(c,b){a.event.special[b]={setup:function(){this.addEventListener(c,d,true)},teardown:function(){this.removeEventListener(c,d,true)},handler:function(c){arguments[0]=a.event.fix(c);arguments[0].type=b;return a.event.handle.apply(this,arguments)}};function d(c){c=a.event.fix(c);c.type=b;return a.event.handle.call(this,c)}});a.extend(a.fn,{validateDelegate:function(b,d,c){return this.bind(d,function(e){var d=a(e.target);if(d.is(b))return c.apply(d,arguments)})}})})(jQuery);jQuery.copy=function(b){if(typeof b=="undefined")b="";d=document;if(window.clipboardData)window.clipboardData.setData("Text",b);else{var a="flashcopier";if(!d.getElementById(a)){var c=d.createElement("div");c.id=a;d.body.appendChild(c)}d.getElementById(a).innerHTML="";var e='<embed src="copy.swf" FlashVars="clipboard='+encodeURIComponent(b)+'" width="0" height="0" type="application/x-shockwave-flash"></embed>';d.getElementById(a).innerHTML=e}};$.validator.setDefaults({onkeyup:function(){return false},invalidHandler:function(b,a){$(a.errorList).each(function(){$(this.element).qtip("destroy")})},errorPlacement:function(){},showErrors:function(b,a){$(a).each(function(a){$("#"+this.element.id+"_validationMessage").remove();$(this.element).qtip("destroy");$(this.element).qtip({content:this.message,position:{my:"bottom left",at:"top right"},style:{classes:"ui-tooltip-tranzfers3",tip:{corner:true}},show:{when:{event:"mouseover"},solo:true,ready:a==0},hide:{when:{event:"mouseout"}}});$(this.element).bind("change keyup",function(){$(this).qtip("destroy")})});this.defaultShowErrors()}});jQuery.validator.addMethod("regex",function(b,c,d){if(this.optional(c))return true;var a=new RegExp(d).exec(b);return a&&a.index==0&&a[0].length==b.length});function __MVC_ApplyValidator_Range(a,c,b){a.range=[c,b]}function __MVC_ApplyValidator_RegularExpression(b,a){b.regex=a}function __MVC_ApplyValidator_Required(a){a.required=true}function __MVC_ApplyValidator_StringLength(b,a){b.maxlength=a}function __MVC_ApplyValidator_Unknown(c,b,a){c[b]=a}function __MVC_CreateFieldToValidationMessageMapping(b){for(var d={},a=0;a<b.length;a++){var c=b[a];d[c.FieldName]="#"+c.ValidationMessageId}return d}function __MVC_CreateErrorMessagesObject(f){for(var h={},c=0;c<f.length;c++){var i=f[c],e={};h[i.FieldName]=e;for(var g=i.ValidationRules,d=0;d<g.length;d++){var a=g[d];if(a.ErrorMessage){var b=a.ValidationType;switch(a.ValidationType){case"regularExpression":b="regex";break;case"stringLength":b="maxlength"}e[b]=a.ErrorMessage}}}return h}function __MVC_CreateRulesForField(e){for(var d=e.ValidationRules,b={},c=0;c<d.length;c++){var a=d[c];switch(a.ValidationType){case"range":__MVC_ApplyValidator_Range(b,a.ValidationParameters.minimum,a.ValidationParameters.maximum);break;case"regularExpression":__MVC_ApplyValidator_RegularExpression(b,a.ValidationParameters.pattern);break;case"required":__MVC_ApplyValidator_Required(b);break;case"stringLength":__MVC_ApplyValidator_StringLength(b,a.ValidationParameters.maximumLength);break;default:__MVC_ApplyValidator_Unknown(b,a.ValidationType,a.ValidationParameters)}}return b}function __MVC_CreateValidationOptions(b){for(var d={},a=0;a<b.length;a++){var c=b[a],e=c.FieldName;d[e]=__MVC_CreateRulesForField(c)}return d}function __MVC_EnableClientValidation(b){var c=$("#"+b.FormId),d=b.Fields,h=__MVC_CreateValidationOptions(d),f=__MVC_CreateFieldToValidationMessageMapping(d),g=__MVC_CreateErrorMessagesObject(d),i={errorClass:"input-validation-error",errorElement:"span",errorPlacement:function(b,c){var a=f[c.attr("name")];$(a).empty();$(a).removeClass("field-validation-valid");$(a).addClass("field-validation-error");b.removeClass("input-validation-error");b.attr("_for_validation_message",a);b.appendTo(a)},messages:g,rules:h,success:function(b){var a=$(b.attr("_for_validation_message"));$(a).empty();$(a).addClass("field-validation-valid");$(a).removeClass("field-validation-error")}},e=document.getElementById(b.FormId),a=e.validationCallbacks;if(!a){a=[];e.validationCallbacks=a}a.push(function(){c.validate();return c.valid()});c.validate(i)}$(document).ready(function(){var a=window.mvcClientValidationMetadata;if(a)while(a.length>0){var b=a.pop();__MVC_EnableClientValidation(b)}});(function(a){a.fd=function(b){return a.browser.msie?0:b||"normal"};a.fn.cl=function(){return this.click(function(c){var b=a(this).metadata().href,d=a(c.target).closest("a");if(d.length==0){if(b&&b!="")if(a(this).metadata().target=="_blank")window.open(b);else location.href=b;c.stopPropagation()}})};a.fn.hv=function(b){return this.hover(function(){a(this).addClass(b||a(this).metadata().hvcn||"hover")},function(){a(this).removeClass(b||a(this).metadata().hvcn||"hover")})};a(document).ready(function(){a("a.link-modal").reveal({affix:{win:"n+250"},show:"fadeIn",hide:"fadeOut",showOptions:{duration:"fast"},hideOptions:{duration:"fast"}});a(".lp-notification .bt-close").click(function(){a(this).closest(".lp-notification").fadeOut(a.fd("normal"))});a("#region-menu").appendTo("body");a("#region-menu-bt").revealMenuClick({el:"#region-menu",affix:{from:"ne",to:"se",offset:[0,4]}});a(".carousel").each(function(){var e=a(this),c=e.find(".selector"),f=c.find(".next"),g=c.find(".previous"),b=c.find(".indicator"),d=e.find(".items");d.carousel({next:f,previous:g,transition:"crossfade",transitionOptions:{easing:"easeOutQuad",duration:350},events:{mousewheel:true}}).bind("carousel.beforechange",function(c,a){b.removeClass("indicator-current").eq(a.newIndex).addClass("indicator-current")});b.click(function(){d.carousel("to",{index:b.index(a(this))});return false})});a(".carousel_timer").countdown({until:45,layout:"",onExpiry:function(){var b=a(".carousel .items");b.carousel("pause");a(".carousel").unbind("mouseenter");a(".carousel").unbind("mouseleave")}});a("input.placeholder").placeholder();a(".grid table tbody tr:not(.detail)").not(".compliance").not(".no-rate-alert").cl().hv();a(".grid td a").addClass("mask");a(".grid table tbody tr.detail").hide();a(".grid table tbody tr.master").click(function(c){if(!a(c.target).closest("a").length){var b=a(this).next();if(b.hasClass("detail"))if(b.is(":visible"))b.hide();else b.fadeIn()}});a(".toggles").each(function(){var b=a(this);b.find(".detail").hide();b.find(".master").removeClass("master-open").addClass("master-closed").click(function(){var b=a(this);if(b.hasClass("master-open"))b.attr("class","master master-closed").next(".detail").slideUp("fast");else b.attr("class","master master-open").next(".detail").slideDown("fast")})});a(".bt:not(.btl)").hv("bt-hover");a(".btl").hv("btl-hover");a(".wt").tabs({show:"fadeIn",showOptions:{duration:a.fd("normal")}});a("select.nationality,select.country").change(function(){a(this).closest(".f").find(".flag").attr("class","flag flag-"+a(this).val())}).change();a("body#home").each(function(){a("#why,#market-news").cell({strut:".lpc"})});a("body#register-security-questions").each(function(){var b=true;a("#hear-about-us").change(function(){if(a(this).val()=="other")a("#f-hear-about-us-specify").slideDown("fast");else a("#f-hear-about-us-specify").slideUp(b?0:"fast");b=false}).change()});a("body#your-new-tranzfer").each(function(){var b=function(){var c=a("#your-currency").val(),d=a("#your-desired-currency").val(),b=a("#your-amount").val();if(c=="")a("#flag-large-from").attr("class","flag-large flag-large-none");else a("#flag-large-from").attr("class","flag-large flag-large-"+c);if(d=="")a("#flag-large-to").attr("class","flag-large flag-large-none");else a("#flag-large-to").attr("class","flag-large flag-large-"+d);a("#currency-beneficiary,#currency-fee").html(d);a("#currency-from").html(c);if(!isNaN(b)&&b!=""){a("#value-from").html(parseFloat(b).toFixed(2));var e=1.4;a("#value-beneficiary").html((parseFloat(b)*e).toFixed(2))}};a("#your-desired-currency").change(b);a("#your-currency").change(b).change();a("#your-amount").keyup(b)})});a(window).load(function(){a("body#home").each(function(){var b=a(".carousel .items");b.carousel("play");a(".carousel").mouseenter(function(){b.carousel("pause")}).mouseleave(function(){b.carousel("resume")})});a("body#your-list-tranzfers-view-convert").each(function(){var b=parseInt(a("#seconds strong").html())||60,c=setInterval(function(){b--;if(b>0)a("#seconds").html(a.tmpl("<strong>#{n}</strong> second#{s}",{n:b,s:b!=1?"s":""}));else{a("#rate-note,#bt-convert").hide();a("#request-new-rate").show();clearInterval(c)}},1e3)})})})(jQuery);$(document).ready(function(){$("a[rel*=facebox]").facebox()});$.getAntiForgeryToken=function(){return $(document.getElementsByName("__RequestVerificationToken")).val()};$.validateDateAU=function(j,i){if(this.optional(i))return true;var a=j.split("/");if(a.length!=3)return false;if(a[0].length==0||a[0].length>2)return false;if(a[1].length==0||a[1].length>2)return false;if(a[2].length!=4)return false;var c=parseInt(a[0],10),b=parseInt(a[1],10),k=parseInt(a[2],10);if(isNaN(c)||isNaN(b)||isNaN(k))return false;var h=a[0].length==1?"0"+a[0]:a[0],f=a[1].length==1?"0"+a[1]:a[1],g=a[2],e=g+"/"+f+"/"+h,d=new Date(e);return c>0&&c<=31&&b>0&&b<=12&&!isNaN(d.getTime())&&d.getDate()==c&&d.getMonth()==b-1};$.fn.enable=function(){return this.each(function(){$(this).removeAttr("disabled")})};$.fn.disable=function(){return this.each(function(){$(this).attr("disabled","disabled")})};$.fn.message=function(b,a){$(this).removeClass().addClass("messagebox box-border with-icon");if(a)$(this).addClass(a);else $(this).addClass("info");$(this).fadeOut().fadeIn();$(this).html(b)};$.fn.changeErrorMessage=function(b,a){return this.each(function(){var c=$(this)[0],d=$.data(c.form,"validator").settings;d.messages[c.name][b]=a})}
