/*!
 * 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
 
 * Cross-Browser Split 1.0.1
 * (c) Steven Levithan <stevenlevithan.com>; MIT License
 * An ECMA-compliant, uniform cross-browser split method
 *
 * a-tools 1.5.2
 * 
 * Copyright (c) 2009 Andrey Kramarev(andrey.kramarev[at]ampparit.com), Ampparit Inc. (www.ampparit.com)
 * Licensed under the MIT license.
 * http://www.ampparit.fi/a-tools/license.txt
 */
(function(j,h){function m(){if(!c.isReady){try{x.documentElement.doScroll("left")}catch(a){setTimeout(m,1);return}c.ready()}}function v(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function A(a,b,d,e,f,i){var k=a.length;if(typeof b==="object"){for(var q in b)A(a,q,b[q],e,f,d);return a}if(d!==h){e=!i&&e&&c.isFunction(d);for(q=0;q<k;q++)f(a[q],b,e?d.call(a[q],q,f(a[q],b)):d,i);return a}return k?
f(a[0],b):h}function u(){return(new Date).getTime()}function y(){return false}function z(){return true}function E(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function I(a){var b,d=[],e=[],f=arguments,i,k,q,n,r,w;k=c.data(this,"events");if(!(a.liveFired===this||!k||!k.live||a.button&&a.type==="click")){a.liveFired=this;var F=k.live.slice(0);for(n=0;n<F.length;n++){k=F[n];k.origType.replace(Y,"")===a.type?e.push(k.selector):F.splice(n--,1)}i=c(a.target).closest(e,a.currentTarget);r=0;for(w=
i.length;r<w;r++)for(n=0;n<F.length;n++){k=F[n];if(i[r].selector===k.selector){q=i[r].elem;e=null;if(k.preType==="mouseenter"||k.preType==="mouseleave")e=c(a.relatedTarget).closest(k.selector)[0];if(!e||e!==q)d.push({elem:q,handleObj:k})}}r=0;for(w=d.length;r<w;r++){i=d[r];a.currentTarget=i.elem;a.data=i.handleObj.data;a.handleObj=i.handleObj;if(i.handleObj.origHandler.apply(i.elem,f)===false){b=false;break}}return b}}function G(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
"&")}function T(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this,e);if(e=e&&e.events){delete f.handle;f.events={};for(var i in e)for(var k in e[i])c.event.add(this,i,e[i][k],e[i][k].data)}}})}function P(a,b,d){var e,f,i;b=b&&b[0]?b[0].ownerDocument||b[0]:x;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===x&&!ua.test(a[0])&&(c.support.checkClone||!va.test(a[0]))){f=true;if(i=c.fragments[a[0]])if(i!==1)e=i}if(!e){e=b.createDocumentFragment();
c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=i?e:1;return{fragment:e,cacheable:f}}function U(a,b){var d={};c.each(wa.concat.apply([],wa.slice(0,b)),function(){d[this]=a});return d}function xa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=j.jQuery,Sa=j.$,x=j.document,da,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,Z=navigator.userAgent,
ya=false,aa=[],V,ha=Object.prototype.toString,ia=Object.prototype.hasOwnProperty,ja=Array.prototype.push,ba=Array.prototype.slice,za=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,e,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=x;this[0]=x.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:x;if(e=Xa.exec(a))if(c.isPlainObject(b)){a=
[x.createElement(e[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(e[1])];else{e=P([d[1]],[f]);a=(e.cacheable?e.fragment.cloneNode(true):e.fragment).childNodes}return c.merge(this,a)}else{if(e=x.getElementById(d[2])){if(e.id!==d[2])return da.find(a);this.length=1;this[0]=e}this.context=x;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=x;a=x.getElementsByTagName(a);return c.merge(this,a)}else return!b||b.jquery?(b||da).find(a):c(b).find(a);else if(c.isFunction(a))return da.ready(a);
if(a.selector!==h){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return ba.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var e=c();c.isArray(a)?ja.apply(e,a):c.merge(e,a);e.prevObject=this;e.context=this.context;if(b==="find")e.selector=this.selector+(this.selector?" ":"")+d;else if(b)e.selector=this.selector+
"."+b+"("+d+")";return e},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(x,c);else aa&&aa.push(a);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(ba.apply(this,arguments),"slice",ba.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||
c(null)},push:ja,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,e=false,f,i,k,q;if(typeof a==="boolean"){e=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((f=arguments[b])!=null)for(i in f){k=a[i];q=f[i];if(a!==q)if(e&&q&&(c.isPlainObject(q)||c.isArray(q))){k=k&&(c.isPlainObject(k)||c.isArray(k))?k:c.isArray(q)?[]:{};a[i]=c.extend(e,k,q)}else if(q!==h)a[i]=
q}return a};c.extend({noConflict:function(a){j.$=Sa;if(a)j.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!x.body)return setTimeout(c.ready,13);c.isReady=true;if(aa){for(var a,b=0;a=aa[b++];)a.call(x,c);aa=null}c.fn.triggerHandler&&c(x).triggerHandler("ready")}},bindReady:function(){if(!ya){ya=true;if(x.readyState==="complete")return c.ready();if(x.addEventListener){x.addEventListener("DOMContentLoaded",V,false);j.addEventListener("load",c.ready,false)}else if(x.attachEvent){x.attachEvent("onreadystatechange",
V);j.attachEvent("onload",c.ready);var a=false;try{a=j.frameElement==null}catch(b){}x.documentElement.doScroll&&a&&m()}}},isFunction:function(a){return ha.call(a)==="[object Function]"},isArray:function(a){return ha.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||ha.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!ia.call(a,"constructor")&&!ia.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===h||ia.call(a,b)},
isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j.JSON&&j.JSON.parse?j.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&
Va.test(a)){var b=x.getElementsByTagName("head")[0]||x.documentElement,d=x.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(x.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var e,f=0,i=a.length,k=i===h||c.isFunction(a);if(d)if(k)for(e in a){if(b.apply(a[e],d)===false)break}else for(;f<i;){if(b.apply(a[f++],d)===false)break}else if(k)for(e in a){if(b.call(a[e],
e,a[e])===false)break}else for(d=a[0];f<i&&b.call(d,f,d)!==false;d=a[++f]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){var d=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ja.call(d,a):c.merge(d,a);return d},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,e=b.length;d<e;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=a.length,e=0;if(typeof b.length==="number")for(var f=
b.length;e<f;e++)a[d++]=b[e];else for(;b[e]!==h;)a[d++]=b[e++];a.length=d;return a},grep:function(a,b,d){for(var e=[],f=0,i=a.length;f<i;f++)!d!==!b(a[f],f)&&e.push(a[f]);return e},map:function(a,b,d){for(var e=[],f,i=0,k=a.length;i<k;i++){f=b(a[i],i,d);if(f!=null)e[e.length]=f}return e.concat.apply([],e)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=h}else if(b&&!c.isFunction(b)){d=b;b=h}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=
a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});Z=c.uaMatch(Z);if(Z.browser){c.browser[Z.browser]=true;c.browser.version=Z.version}if(c.browser.webkit)c.browser.safari=true;if(za)c.inArray=function(a,b){return za.call(b,a)};da=c(x);if(x.addEventListener)V=
function(){x.removeEventListener("DOMContentLoaded",V,false);c.ready()};else if(x.attachEvent)V=function(){if(x.readyState==="complete"){x.detachEvent("onreadystatechange",V);c.ready()}};(function(){c.support={};var a=x.documentElement,b=x.createElement("script"),d=x.createElement("div"),e="script"+u();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=d.getElementsByTagName("*"),i=d.getElementsByTagName("a")[0];
if(!(!f||!f.length||!i)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(i.getAttribute("style")),hrefNormalized:i.getAttribute("href")==="/a",opacity:/^0.55$/.test(i.style.opacity),cssFloat:!!i.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:x.createElement("select").appendChild(x.createElement("option")).selected,parentNode:d.removeChild(d.appendChild(x.createElement("div"))).parentNode===
null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(x.createTextNode("window."+e+"=1;"))}catch(k){}a.insertBefore(b,a.firstChild);if(j[e]){c.support.scriptEval=true;delete j[e]}try{delete b.test}catch(q){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function n(){c.support.noCloneEvent=false;d.detachEvent("onclick",n)});d.cloneNode(true).fireEvent("onclick")}d=x.createElement("div");
d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=x.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var n=x.createElement("div");n.style.width=n.style.paddingLeft="1px";x.body.appendChild(n);c.boxModel=c.support.boxModel=n.offsetWidth===2;x.body.removeChild(n).style.display="none"});a=function(n){var r=x.createElement("div");n="on"+n;var w=n in r;if(!w){r.setAttribute(n,"return;");w=typeof r[n]===
"function"}return w};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var Q="jQuery"+u(),Ya=0,Aa={};c.extend({cache:{},expando:Q,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=
a==j?Aa:a;var e=a[Q],f=c.cache;if(!e&&typeof b==="string"&&d===h)return null;e||(e=++Ya);if(typeof b==="object"){a[Q]=e;f[e]=c.extend(true,{},b)}else if(!f[e]){a[Q]=e;f[e]={}}a=f[e];if(d!==h)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==j?Aa:a;var d=a[Q],e=c.cache,f=e[d];if(b){if(f){delete f[b];c.isEmptyObject(f)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];else a.removeAttribute&&a.removeAttribute(c.expando);
delete e[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===h){var e=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(e===h&&this.length)e=c.data(this[0],a);return e===h&&d[1]?this.data(d[0]):e}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,
a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=c.data(a,b);if(!d)return e||[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===h)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,
a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Ba=/[\n\t]/g,ka=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,cb=/^(a|area)$/i,Ca=/radio|checkbox/;c.fn.extend({attr:function(a,
b){return A(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(r){var w=c(this);w.addClass(a.call(this,r,w.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ka),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1)if(f.className){for(var i=" "+f.className+" ",k=f.className,q=0,n=b.length;q<n;q++)if(i.indexOf(" "+b[q]+" ")<
0)k+=" "+b[q];f.className=c.trim(k)}else f.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.removeClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string"||a===h)for(var b=(a||"").split(ka),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1&&f.className)if(a){for(var i=(" "+f.className+" ").replace(Ba," "),k=0,q=b.length;k<q;k++)i=i.replace(" "+b[k]+" "," ");f.className=c.trim(i)}else f.className=""}return this},toggleClass:function(a,
b){var d=typeof a,e=typeof b==="boolean";if(c.isFunction(a))return this.each(function(f){var i=c(this);i.toggleClass(a.call(this,f,i.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var f,i=0,k=c(this),q=b,n=a.split(ka);f=n[i++];){q=e?q:!k.hasClass(f);k[q?"addClass":"removeClass"](f)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=
" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Ba," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===h){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,e=[],f=b.options;b=b.type==="select-one";if(d<0)return null;var i=b?d:0;for(d=b?d+1:f.length;i<d;i++){var k=f[i];if(k.selected){a=c(k).val();if(b)return a;e.push(a)}}return e}if(Ca.test(b.type)&&
!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return h}var q=c.isFunction(a);return this.each(function(n){var r=c(this),w=a;if(this.nodeType===1){if(q)w=a.call(this,n,r.val());if(typeof w==="number")w+="";if(c.isArray(w)&&Ca.test(this.type))this.checked=c.inArray(r.val(),w)>=0;else if(c.nodeName(this,"select")){var F=c.makeArray(w);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),F)>=0});if(!F.length)this.selectedIndex=
-1}else this.value=w}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return h;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==h;b=e&&c.props[b]||b;if(a.nodeType===1){var i=$a.test(b);if(b in a&&e&&!i){if(f){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;
if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:h;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&e&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?h:a}return c.style(a,b,d)}});var Y=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,e){if(!(a.nodeType===
3||a.nodeType===8)){if(a.setInterval&&a!==j&&!a.frameElement)a=j;var f,i;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(i=c.data(a)){var k=i.events=i.events||{},q=i.handle;if(!q)i.handle=q=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(q.elem,arguments):h};q.elem=a;b=b.split(" ");for(var n,r=0,w;n=b[r++];){i=f?c.extend({},f):{handler:d,data:e};if(n.indexOf(".")>-1){w=n.split(".");n=w.shift();i.namespace=w.slice(0).sort().join(".")}else{w=[];i.namespace=
""}i.type=n;i.guid=d.guid;var F=k[n],J=c.event.special[n]||{};if(!F){F=k[n]=[];if(!J.setup||J.setup.call(a,e,w,q)===false)if(a.addEventListener)a.addEventListener(n,q,false);else a.attachEvent&&a.attachEvent("on"+n,q)}if(J.add){J.add.call(a,i);if(!i.handler.guid)i.handler.guid=d.guid}F.push(i);c.event.global[n]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){var f,i=0,k,q,n,r,w,F,J=c.data(a),L=J&&J.events;if(J&&L){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b===
"string"&&b.charAt(0)==="."){b=b||"";for(f in L)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[i++];){r=f;k=f.indexOf(".")<0;q=[];if(!k){q=f.split(".");f=q.shift();n=RegExp("(^|\\.)"+c.map(q.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(w=L[f])if(d){r=c.event.special[f]||{};for(K=e||0;K<w.length;K++){F=w[K];if(d.guid===F.guid){if(k||n.test(F.namespace)){e==null&&w.splice(K--,1);r.remove&&r.remove.call(a,F)}if(e!=null)break}}if(w.length===0||e!=null&&w.length===1){if(!r.teardown||r.teardown.call(a,
q)===false)Da(a,f,J.handle);delete L[f]}}else for(var K=0;K<w.length;K++){F=w[K];if(k||n.test(F.namespace)){c.event.remove(a,r,F.handler,K);w.splice(K--,1)}}}if(c.isEmptyObject(L)){if(b=J.handle)b.elem=null;delete J.events;delete J.handle;c.isEmptyObject(J)&&c.removeData(a)}}}}},trigger:function(a,b,d,e){var f=a.type||a;if(!e){a=typeof a==="object"?a[Q]?a:c.extend(c.Event(f),a):c.Event(f);if(f.indexOf("!")>=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,
function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return h;a.result=h;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=c.data(d,"handle"))&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false)a.result=false}catch(i){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){e=a.target;var k,
q=c.nodeName(e,"a")&&f==="click",n=c.event.special[f]||{};if((!n._default||n._default.call(d,a)===false)&&!q&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[f]){if(k=e["on"+f])e["on"+f]=null;c.event.triggered=true;e[f]()}}catch(r){}if(k)e["on"+f]=k;c.event.triggered=false}}},handle:function(a){var b,d,e,f;a=arguments[0]=c.event.fix(a||j.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){d=a.type.split(".");a.type=d.shift();e=RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+
"(\\.|$)")}f=c.data(this,"events");d=f[a.type];if(f&&d){d=d.slice(0);f=0;for(var i=d.length;f<i;f++){var k=d[f];if(b||e.test(k.namespace)){a.handler=k.handler;a.data=k.data;a.handleObj=k;k=k.handler.apply(this,arguments);if(k!==h){a.result=k;if(k===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.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(a){if(a[Q])return a;var b=a;a=c.Event(b);for(var d=this.props.length,e;d;){e=this.props[--d];a[e]=b[e]}if(!a.target)a.target=a.srcElement||x;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=x.documentElement;d=x.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==h)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:I}))},remove:function(a){var b=true,d=a.origType.replace(Y,"");c.each(c.data(this,
"events").live||[],function(){if(d===this.origType.replace(Y,""))return b=false});b&&c.event.remove(this,a.origType,I)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Da=x.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
a;this.type=a.type}else this.type=a;this.timeStamp=u();this[Q]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=z;this.stopPropagation()},isDefaultPrevented:y,isPropagationStopped:y,
isImmediatePropagationStopped:y};var Ea=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Fa=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Fa:Ea,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Fa:Ea)}}});if(!c.support.submitBubbles)c.event.special.submit=
{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return E("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return E("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var la=
/textarea|input|select/i,ma,Ga=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},na=function(a,b){var d=a.target,e,f;if(!(!la.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=Ga(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===h||f===e))if(e!=null||
f){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:na,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return na.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return na.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",Ga(a))}},setup:function(){if(this.type===
"file")return false;for(var a in ma)c.event.add(this,a+".specialChange",ma[a]);return la.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return la.test(this.nodeName)}};ma=c.event.special.change.filters}x.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.handle.call(this,e)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,
d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var i in d)this[b](i,e,d[i],f);return this}if(c.isFunction(e)){f=e;e=h}var k=b==="one"?c.proxy(f,function(n){c(this).unbind(n,k);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{i=0;for(var q=this.length;i<q;i++)c.event.add(this[i],d,k,e)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=
0;for(var e=this.length;d<e;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,e){return this.live(b,d,e,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var d=c.Event(a);d.preventDefault();d.stopPropagation();c.event.trigger(d,b,this[0]);return d.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,
b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ha={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,i){var k,q=0,n,r,w=i||this.selector,F=i?this:c(this.context);if(c.isFunction(e)){f=e;e=h}for(d=
(d||"").split(" ");(k=d[q++])!=null;){i=Y.exec(k);n="";if(i){n=i[0];k=k.replace(Y,"")}if(k==="hover")d.push("mouseenter"+n,"mouseleave"+n);else{r=k;if(k==="focus"||k==="blur"){d.push(Ha[k]+n);k+=n}else k=(Ha[k]||k)+n;b==="live"?F.each(function(){c.event.add(this,G(k,w),{data:e,selector:w,handler:f,origType:k,origHandler:f,preType:r})}):F.unbind(G(k,w),f)}}return this}});c.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(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});j.attachEvent&&!j.addEventListener&&j.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var l="",o,p=0;g[p];p++){o=g[p];if(o.nodeType===3||o.nodeType===4)l+=o.nodeValue;else if(o.nodeType!==8)l+=a(o.childNodes)}return l}function b(g,l,o,p,t,s){t=0;for(var C=p.length;t<C;t++){var B=p[t];
if(B){B=B[g];for(var H=false;B;){if(B.sizcache===o){H=p[B.sizset];break}if(B.nodeType===1&&!s){B.sizcache=o;B.sizset=t}if(B.nodeName.toLowerCase()===l){H=B;break}B=B[g]}p[t]=H}}}function d(g,l,o,p,t,s){t=0;for(var C=p.length;t<C;t++){var B=p[t];if(B){B=B[g];for(var H=false;B;){if(B.sizcache===o){H=p[B.sizset];break}if(B.nodeType===1){if(!s){B.sizcache=o;B.sizset=t}if(typeof l!=="string"){if(B===l){H=true;break}}else if(n.filter(l,[B]).length>0){H=B;break}}B=B[g]}p[t]=H}}}var e=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
f=0,i=Object.prototype.toString,k=false,q=true;[0,0].sort(function(){q=false;return 0});var n=function(g,l,o,p){o=o||[];var t=l=l||x;if(l.nodeType!==1&&l.nodeType!==9)return[];if(!g||typeof g!=="string")return o;for(var s=[],C,B,H,ca,R=true,W=D(l),S=g;(e.exec(""),C=e.exec(S))!==null;){S=C[3];s.push(C[1]);if(C[2]){ca=C[3];break}}if(s.length>1&&w.exec(g))if(s.length===2&&r.relative[s[0]])B=oa(s[0]+s[1],l);else for(B=r.relative[s[0]]?[l]:n(s.shift(),l);s.length;){g=s.shift();if(r.relative[g])g+=s.shift();
B=oa(g,B)}else{if(!p&&s.length>1&&l.nodeType===9&&!W&&r.match.ID.test(s[0])&&!r.match.ID.test(s[s.length-1])){C=n.find(s.shift(),l,W);l=C.expr?n.filter(C.expr,C.set)[0]:C.set[0]}if(l){C=p?{expr:s.pop(),set:J(p)}:n.find(s.pop(),s.length===1&&(s[0]==="~"||s[0]==="+")&&l.parentNode?l.parentNode:l,W);B=C.expr?n.filter(C.expr,C.set):C.set;if(s.length>0)H=J(B);else R=false;for(;s.length;){var N=s.pop();C=N;if(r.relative[N])C=s.pop();else N="";if(C==null)C=l;r.relative[N](H,C,W)}}else H=[]}H||(H=B);H||n.error(N||
g);if(i.call(H)==="[object Array]")if(R)if(l&&l.nodeType===1)for(g=0;H[g]!=null;g++){if(H[g]&&(H[g]===true||H[g].nodeType===1&&M(l,H[g])))o.push(B[g])}else for(g=0;H[g]!=null;g++)H[g]&&H[g].nodeType===1&&o.push(B[g]);else o.push.apply(o,H);else J(H,o);if(ca){n(ca,t,o,p);n.uniqueSort(o)}return o};n.uniqueSort=function(g){if(K){k=q;g.sort(K);if(k)for(var l=1;l<g.length;l++)g[l]===g[l-1]&&g.splice(l--,1)}return g};n.matches=function(g,l){return n(g,null,null,l)};n.find=function(g,l,o){var p,t;if(!g)return[];
for(var s=0,C=r.order.length;s<C;s++){var B=r.order[s];if(t=r.leftMatch[B].exec(g)){var H=t[1];t.splice(1,1);if(H.substr(H.length-1)!=="\\"){t[1]=(t[1]||"").replace(/\\/g,"");p=r.find[B](t,l,o);if(p!=null){g=g.replace(r.match[B],"");break}}}}p||(p=l.getElementsByTagName("*"));return{set:p,expr:g}};n.filter=function(g,l,o,p){for(var t=g,s=[],C=l,B,H,ca=l&&l[0]&&D(l[0]);g&&l.length;){for(var R in r.filter)if((B=r.leftMatch[R].exec(g))!=null&&B[2]){var W=r.filter[R],S,N;N=B[1];H=false;B.splice(1,1);
if(N.substr(N.length-1)!=="\\"){if(C===s)s=[];if(r.preFilter[R])if(B=r.preFilter[R](B,C,o,s,p,ca)){if(B===true)continue}else H=S=true;if(B)for(var ea=0;(N=C[ea])!=null;ea++)if(N){S=W(N,B,ea,C);var Ia=p^!!S;if(o&&S!=null)if(Ia)H=true;else C[ea]=false;else if(Ia){s.push(N);H=true}}if(S!==h){o||(C=s);g=g.replace(r.match[R],"");if(!H)return[];break}}}if(g===t)if(H==null)n.error(g);else break;t=g}return C};n.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var r=n.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(g){return g.getAttribute("href")}},relative:{"+":function(g,l){var o=typeof l==="string",p=o&&!/\W/.test(l);o=o&&!p;if(p)l=l.toLowerCase();p=0;for(var t=g.length,s;p<t;p++)if(s=g[p]){for(;(s=s.previousSibling)&&s.nodeType!==1;);g[p]=o||s&&s.nodeName.toLowerCase()===l?s||false:s===l}o&&n.filter(l,g,true)},">":function(g,l){var o=typeof l==="string";if(o&&!/\W/.test(l)){l=l.toLowerCase();for(var p=0,t=g.length;p<t;p++){var s=g[p];if(s){o=s.parentNode;g[p]=
o.nodeName.toLowerCase()===l?o:false}}}else{p=0;for(t=g.length;p<t;p++)if(s=g[p])g[p]=o?s.parentNode:s.parentNode===l;o&&n.filter(l,g,true)}},"":function(g,l,o){var p=f++,t=d;if(typeof l==="string"&&!/\W/.test(l)){var s=l=l.toLowerCase();t=b}t("parentNode",l,p,g,s,o)},"~":function(g,l,o){var p=f++,t=d;if(typeof l==="string"&&!/\W/.test(l)){var s=l=l.toLowerCase();t=b}t("previousSibling",l,p,g,s,o)}},find:{ID:function(g,l,o){if(typeof l.getElementById!=="undefined"&&!o)return(g=l.getElementById(g[1]))?
[g]:[]},NAME:function(g,l){if(typeof l.getElementsByName!=="undefined"){for(var o=[],p=l.getElementsByName(g[1]),t=0,s=p.length;t<s;t++)p[t].getAttribute("name")===g[1]&&o.push(p[t]);return o.length===0?null:o}},TAG:function(g,l){return l.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,l,o,p,t,s){g=" "+g[1].replace(/\\/g,"")+" ";if(s)return g;s=0;for(var C;(C=l[s])!=null;s++)if(C)if(t^(C.className&&(" "+C.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))o||p.push(C);else if(o)l[s]=false;
return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var l=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=l[1]+(l[2]||1)-0;g[3]=l[3]-0}g[0]=f++;return g},ATTR:function(g,l,o,p,t,s){l=g[1].replace(/\\/g,"");if(!s&&r.attrMap[l])g[1]=r.attrMap[l];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,l,o,p,t){if(g[1]==="not")if((e.exec(g[3])||
"").length>1||/^\w/.test(g[3]))g[3]=n(g[3],null,null,l);else{g=n.filter(g[3],l,o,true^t);o||p.push.apply(p,g);return false}else if(r.match.POS.test(g[0])||r.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},
has:function(g,l,o){return!!n(o[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()===
"button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,l){return l===0},last:function(g,l,o,p){return l===p.length-1},even:function(g,l){return l%2===0},odd:function(g,l){return l%2===1},lt:function(g,l,o){return l<o[3]-0},gt:function(g,l,o){return l>o[3]-0},nth:function(g,l,o){return o[3]-0===l},eq:function(g,l,o){return o[3]-0===l}},filter:{PSEUDO:function(g,l,o,p){var t=l[1],s=r.filters[t];if(s)return s(g,o,l,p);else if(t==="contains")return(g.textContent||
g.innerText||a([g])||"").indexOf(l[3])>=0;else if(t==="not"){l=l[3];o=0;for(p=l.length;o<p;o++)if(l[o]===g)return false;return true}else n.error("Syntax error, unrecognized expression: "+t)},CHILD:function(g,l){var o=l[1],p=g;switch(o){case "only":case "first":for(;p=p.previousSibling;)if(p.nodeType===1)return false;if(o==="first")return true;p=g;case "last":for(;p=p.nextSibling;)if(p.nodeType===1)return false;return true;case "nth":o=l[2];var t=l[3];if(o===1&&t===0)return true;var s=l[0],C=g.parentNode;
if(C&&(C.sizcache!==s||!g.nodeIndex)){var B=0;for(p=C.firstChild;p;p=p.nextSibling)if(p.nodeType===1)p.nodeIndex=++B;C.sizcache=s}p=g.nodeIndex-t;return o===0?p===0:p%o===0&&p/o>=0}},ID:function(g,l){return g.nodeType===1&&g.getAttribute("id")===l},TAG:function(g,l){return l==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===l},CLASS:function(g,l){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(l)>-1},ATTR:function(g,l){var o=l[1];o=r.attrHandle[o]?r.attrHandle[o](g):g[o]!=null?g[o]:
g.getAttribute(o);var p=o+"",t=l[2],s=l[4];return o==null?t==="!=":t==="="?p===s:t==="*="?p.indexOf(s)>=0:t==="~="?(" "+p+" ").indexOf(s)>=0:!s?p&&o!==false:t==="!="?p!==s:t==="^="?p.indexOf(s)===0:t==="$="?p.substr(p.length-s.length)===s:t==="|="?p===s||p.substr(0,s.length+1)===s+"-":false},POS:function(g,l,o,p){var t=r.setFilters[l[2]];if(t)return t(g,o,l,p)}}},w=r.match.POS;for(var F in r.match){r.match[F]=RegExp(r.match[F].source+/(?![^\[]*\])(?![^\(]*\))/.source);r.leftMatch[F]=RegExp(/(^(?:.|\r|\n)*?)/.source+
r.match[F].source.replace(/\\(\d+)/g,function(g,l){return"\\"+(l-0+1)}))}var J=function(g,l){g=Array.prototype.slice.call(g,0);if(l){l.push.apply(l,g);return l}return g};try{Array.prototype.slice.call(x.documentElement.childNodes,0)}catch(L){J=function(g,l){var o=l||[];if(i.call(g)==="[object Array]")Array.prototype.push.apply(o,g);else if(typeof g.length==="number")for(var p=0,t=g.length;p<t;p++)o.push(g[p]);else for(p=0;g[p];p++)o.push(g[p]);return o}}var K;if(x.documentElement.compareDocumentPosition)K=
function(g,l){if(!g.compareDocumentPosition||!l.compareDocumentPosition){if(g==l)k=true;return g.compareDocumentPosition?-1:1}var o=g.compareDocumentPosition(l)&4?-1:g===l?0:1;if(o===0)k=true;return o};else if("sourceIndex"in x.documentElement)K=function(g,l){if(!g.sourceIndex||!l.sourceIndex){if(g==l)k=true;return g.sourceIndex?-1:1}var o=g.sourceIndex-l.sourceIndex;if(o===0)k=true;return o};else if(x.createRange)K=function(g,l){if(!g.ownerDocument||!l.ownerDocument){if(g==l)k=true;return g.ownerDocument?
-1:1}var o=g.ownerDocument.createRange(),p=l.ownerDocument.createRange();o.setStart(g,0);o.setEnd(g,0);p.setStart(l,0);p.setEnd(l,0);o=o.compareBoundaryPoints(Range.START_TO_END,p);if(o===0)k=true;return o};(function(){var g=x.createElement("div"),l="script"+(new Date).getTime();g.innerHTML="<a name='"+l+"'/>";var o=x.documentElement;o.insertBefore(g,o.firstChild);if(x.getElementById(l)){r.find.ID=function(p,t,s){if(typeof t.getElementById!=="undefined"&&!s)return(t=t.getElementById(p[1]))?t.id===
p[1]||typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id").nodeValue===p[1]?[t]:h:[]};r.filter.ID=function(p,t){var s=typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id");return p.nodeType===1&&s&&s.nodeValue===t}}o.removeChild(g);o=g=null})();(function(){var g=x.createElement("div");g.appendChild(x.createComment(""));if(g.getElementsByTagName("*").length>0)r.find.TAG=function(l,o){var p=o.getElementsByTagName(l[1]);if(l[1]==="*"){for(var t=[],s=0;p[s];s++)p[s].nodeType===
1&&t.push(p[s]);p=t}return p};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")r.attrHandle.href=function(l){return l.getAttribute("href",2)};g=null})();x.querySelectorAll&&function(){var g=n,l=x.createElement("div");l.innerHTML="<p class='TEST'></p>";if(!(l.querySelectorAll&&l.querySelectorAll(".TEST").length===0)){n=function(p,t,s,C){t=t||x;if(!C&&t.nodeType===9&&!D(t))try{return J(t.querySelectorAll(p),s)}catch(B){}return g(p,
t,s,C)};for(var o in g)n[o]=g[o];l=null}}();(function(){var g=x.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){r.order.splice(1,0,"CLASS");r.find.CLASS=function(l,o,p){if(typeof o.getElementsByClassName!=="undefined"&&!p)return o.getElementsByClassName(l[1])};g=null}}})();var M=x.compareDocumentPosition?function(g,
l){return!!(g.compareDocumentPosition(l)&16)}:function(g,l){return g!==l&&(g.contains?g.contains(l):true)},D=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},oa=function(g,l){for(var o=[],p="",t,s=l.nodeType?[l]:l;t=r.match.PSEUDO.exec(g);){p+=t[0];g=g.replace(r.match.PSEUDO,"")}g=r.relative[g]?g+"*":g;t=0;for(var C=s.length;t<C;t++)n(g,s[t],o);return n.filter(p,o)};c.find=n;c.expr=n.selectors;c.expr[":"]=c.expr.filters;c.unique=n.uniqueSort;c.text=a;c.isXMLDoc=
D;c.contains=M})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,gb=/,/;ba=Array.prototype.slice;var Ja=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,i){return!!b.call(f,i,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Ua.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})};c.fn.extend({find:function(a){for(var b=
this.pushStack("","find",a),d=0,e=0,f=this.length;e<f;e++){d=b.length;c.find(a,this[e],b);if(e>0)for(var i=d;i<b.length;i++)for(var k=0;k<d;k++)if(b[k]===b[i]){b.splice(i--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,e=b.length;d<e;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ja(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ja(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>
0},closest:function(a,b){if(c.isArray(a)){var d=[],e=this[0],f,i={},k;if(e&&a.length){f=0;for(var q=a.length;f<q;f++){k=a[f];i[k]||(i[k]=c.expr.match.POS.test(k)?c(k,b||this.context):k)}for(;e&&e.ownerDocument&&e!==b;){for(k in i){f=i[k];if(f.jquery?f.index(e)>-1:c(e).is(f)){d.push({selector:k,elem:e});delete i[k]}}e=e.parentNode}}return d}var n=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(r,w){for(;w&&w.ownerDocument&&w!==b;){if(n?n.index(w)>-1:c(w).is(a))return w;
w=w.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=
a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,
a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,e){var f=c.map(this,b,d);eb.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||gb.test(e))&&fb.test(a))f=f.reverse();return this.pushStack(f,a,ba.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,
b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===h||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ka=/ jQuery\d+="(?:\d+|null)"/g,fa=/^\s+/,La=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ma=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,
ua=/<script|<object|<embed|<option|<style/i,va=/checked\s*(?:[^=]|=\s*.checked.)/i,Na=function(a,b,d){return hb.test(d)?a:b+"></"+d+">"},O={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,"",""]};O.optgroup=O.option;O.tbody=O.tfoot=
O.colgroup=O.caption=O.thead;O.th=O.td;if(!c.support.htmlSerialize)O._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==h)return this.empty().append((this[0]&&this[0].ownerDocument||x).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);
this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,
"body")||c(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(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());
return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&
e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ka,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(fa,
"")],e)[0]}else return this.cloneNode(true)});if(a===true){T(this,b);T(this.find("*"),b.find("*"))}return b},html:function(a){if(a===h)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ka,""):null;else if(typeof a==="string"&&!ua.test(a)&&(c.support.leadingWhitespace||!fa.test(a))&&!O[(Ma.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(La,Na);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?
this.each(function(f){var i=c(this),k=i.html();i.empty().append(function(){return a.call(this,f,k)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?
a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){var e,f,i=a[0],k=[],q;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&va.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(r){var w=c(this);a[0]=i.call(this,r,b?w.html():h);w.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:P(a,this,
k);q=e.fragment;if(f=q.childNodes.length===1?q=q.firstChild:q.firstChild){b=b&&c.nodeName(f,"tr");f=0;for(var n=this.length;f<n;f++)d.call(b?c.nodeName(this[f],"table")?this[f].getElementsByTagName("tbody")[0]||this[f].appendChild(this[f].ownerDocument.createElement("tbody")):this[f]:this[f],f>0||e.cacheable||this.length>1?q.cloneNode(true):q)}k.length&&c.each(k,v)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},
function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var 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{f=0;for(var i=d.length;f<i;f++){var k=(f>0?this.clone(true):this).get();c.fn[b].apply(c(d[f]),k);e=e.concat(k)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||x;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||x;for(var f=[],i=0,k;(k=a[i])!=null;i++){if(typeof k===
"number")k+="";if(k){if(typeof k==="string"&&!jb.test(k))k=b.createTextNode(k);else if(typeof k==="string"){k=k.replace(La,Na);var q=(Ma.exec(k)||["",""])[1].toLowerCase(),n=O[q]||O._default,r=n[0],w=b.createElement("div");for(w.innerHTML=n[1]+k+n[2];r--;)w=w.lastChild;if(!c.support.tbody){r=ib.test(k);q=q==="table"&&!r?w.firstChild&&w.firstChild.childNodes:n[1]==="<table>"&&!r?w.childNodes:[];for(n=q.length-1;n>=0;--n)c.nodeName(q[n],"tbody")&&!q[n].childNodes.length&&q[n].parentNode.removeChild(q[n])}!c.support.leadingWhitespace&&
fa.test(k)&&w.insertBefore(b.createTextNode(fa.exec(k)[0]),w.firstChild);k=w.childNodes}if(k.nodeType)f.push(k);else f=c.merge(f,k)}}if(d)for(i=0;f[i];i++)if(e&&c.nodeName(f[i],"script")&&(!f[i].type||f[i].type.toLowerCase()==="text/javascript"))e.push(f[i].parentNode?f[i].parentNode.removeChild(f[i]):f[i]);else{f[i].nodeType===1&&f.splice.apply(f,[i+1,0].concat(c.makeArray(f[i].getElementsByTagName("script"))));d.appendChild(f[i])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,
i=c.support.deleteExpando,k=0,q;(q=a[k])!=null;k++)if(d=q[c.expando]){b=e[d];if(b.events)for(var n in b.events)f[n]?c.event.remove(q,n):Da(q,n,b.handle);if(i)delete q[c.expando];else q.removeAttribute&&q.removeAttribute(c.expando);delete e[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Oa=/alpha\([^)]*\)/,Pa=/opacity=([^)]*)/,pa=/float/i,qa=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],
qb=["Top","Bottom"],rb=x.defaultView&&x.defaultView.getComputedStyle,Qa=c.support.cssFloat?"cssFloat":"styleFloat",ra=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return A(this,a,b,true,function(d,e,f){if(f===h)return c.curCSS(d,e);if(typeof f==="number"&&!kb.test(e))f+="px";c.style(d,e,f)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return h;if((b==="width"||b==="height")&&parseFloat(d)<0)d=h;var e=a.style||a,f=d!==h;if(!c.support.opacity&&b==="opacity"){if(f){e.zoom=
1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=e.filter||c.curCSS(a,"filter")||"";e.filter=Oa.test(a)?a.replace(Oa,b):b}return e.filter&&e.filter.indexOf("opacity=")>=0?parseFloat(Pa.exec(e.filter)[1])/100+"":""}if(pa.test(b))b=Qa;b=b.replace(qa,ra);if(f)e[b]=d;return e[b]},css:function(a,b,d,e){if(b==="width"||b==="height"){var f,i=b==="width"?pb:qb;d=function(){f=b==="width"?a.offsetWidth:a.offsetHeight;e!=="border"&&c.each(i,function(){e||(f-=parseFloat(c.curCSS(a,"padding"+this,
true))||0);if(e==="margin")f+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else f-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})};a.offsetWidth!==0?d():c.swap(a,ob,d);return Math.max(0,Math.round(f))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var e,f=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){e=Pa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return e===""?"1":e}if(pa.test(b))b=Qa;if(!d&&f&&f[b])e=f[b];else if(rb){if(pa.test(b))b="float";b=b.replace(lb,
"-$1").toLowerCase();f=a.ownerDocument.defaultView;if(!f)return null;if(a=f.getComputedStyle(a,null))e=a.getPropertyValue(b);if(b==="opacity"&&e==="")e="1"}else if(a.currentStyle){d=b.replace(qa,ra);e=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(e)&&nb.test(e)){b=f.left;var i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;f.left=d==="fontSize"?"1em":e||0;e=f.pixelLeft+"px";f.left=b;a.runtimeStyle.left=i}}return e},swap:function(a,b,d){var e={};for(var f in b){e[f]=a.style[f];a.style[f]=
b[f]}d.call(a);for(f in b)a.style[f]=e[f]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,e=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!e?true:b>0&&d>0&&!e?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=u(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,X=/=\?(&|$)/,sa=
/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string")return zb.call(this,a);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var i=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(k,q){if(q==="success"||q==="notmodified")i.html(f?
c("<div />").append(k.responseText.replace(tb,"")).find(f):k.responseText);d&&i.each(d,[k.responseText,q,k])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,
value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",
url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:j.XMLHttpRequest&&(j.location.protocol!=="file:"||!j.ActiveXObject)?function(){return new j.XMLHttpRequest}:function(){try{return new j.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(a){function b(){f.success&&f.success.call(n,q,k,D);f.global&&e("ajaxSuccess",[D,f])}function d(){f.complete&&f.complete.call(n,D,k);f.global&&e("ajaxComplete",[D,f]);f.global&&!--c.active&&c.event.trigger("ajaxStop")}function e(t,s){(f.context?c(f.context):c.event).trigger(t,s)}var f=c.extend(true,{},c.ajaxSettings,a),i,k,q,n=a&&a.context||f,r=f.type.toUpperCase();if(f.data&&f.processData&&
typeof f.data!=="string")f.data=c.param(f.data,f.traditional);if(f.dataType==="jsonp"){if(r==="GET")X.test(f.url)||(f.url+=(sa.test(f.url)?"&":"?")+(f.jsonp||"callback")+"=?");else if(!f.data||!X.test(f.data))f.data=(f.data?f.data+"&":"")+(f.jsonp||"callback")+"=?";f.dataType="json"}if(f.dataType==="json"&&(f.data&&X.test(f.data)||X.test(f.url))){i=f.jsonpCallback||"jsonp"+sb++;if(f.data)f.data=(f.data+"").replace(X,"="+i+"$1");f.url=f.url.replace(X,"="+i+"$1");f.dataType="script";j[i]=j[i]||function(t){q=
t;b();d();j[i]=h;try{delete j[i]}catch(s){}J&&J.removeChild(L)}}if(f.dataType==="script"&&f.cache===null)f.cache=false;if(f.cache===false&&r==="GET"){var w=u(),F=f.url.replace(wb,"$1_="+w+"$2");f.url=F+(F===f.url?(sa.test(f.url)?"&":"?")+"_="+w:"")}if(f.data&&r==="GET")f.url+=(sa.test(f.url)?"&":"?")+f.data;f.global&&!c.active++&&c.event.trigger("ajaxStart");w=(w=xb.exec(f.url))&&(w[1]&&w[1]!==location.protocol||w[2]!==location.host);if(f.dataType==="script"&&r==="GET"&&w){var J=x.getElementsByTagName("head")[0]||
x.documentElement,L=x.createElement("script");L.src=f.url;if(f.scriptCharset)L.charset=f.scriptCharset;if(!i){var K=false;L.onload=L.onreadystatechange=function(){if(!K&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){K=true;b();d();L.onload=L.onreadystatechange=null;J&&L.parentNode&&J.removeChild(L)}}}J.insertBefore(L,J.firstChild);return h}var M=false,D=f.xhr();if(D){f.username?D.open(r,f.url,f.async,f.username,f.password):D.open(r,f.url,f.async);try{if(f.data||a&&
a.contentType)D.setRequestHeader("Content-Type",f.contentType);if(f.ifModified){c.lastModified[f.url]&&D.setRequestHeader("If-Modified-Since",c.lastModified[f.url]);c.etag[f.url]&&D.setRequestHeader("If-None-Match",c.etag[f.url])}w||D.setRequestHeader("X-Requested-With","XMLHttpRequest");D.setRequestHeader("Accept",f.dataType&&f.accepts[f.dataType]?f.accepts[f.dataType]+", */*":f.accepts._default)}catch(oa){}if(f.beforeSend&&f.beforeSend.call(n,D,f)===false){f.global&&!--c.active&&c.event.trigger("ajaxStop");
D.abort();return false}f.global&&e("ajaxSend",[D,f]);var g=D.onreadystatechange=function(t){if(!D||D.readyState===0||t==="abort"){M||d();M=true;if(D)D.onreadystatechange=c.noop}else if(!M&&D&&(D.readyState===4||t==="timeout")){M=true;D.onreadystatechange=c.noop;k=t==="timeout"?"timeout":!c.httpSuccess(D)?"error":f.ifModified&&c.httpNotModified(D,f.url)?"notmodified":"success";var s;if(k==="success")try{q=c.httpData(D,f.dataType,f)}catch(C){k="parsererror";s=C}if(k==="success"||k==="notmodified")i||
b();else c.handleError(f,D,k,s);d();t==="timeout"&&D.abort();if(f.async)D=null}};try{var l=D.abort;D.abort=function(){D&&l.call(D);g("abort")}}catch(o){}f.async&&f.timeout>0&&setTimeout(function(){D&&!M&&g("timeout")},f.timeout);try{D.send(r==="POST"||r==="PUT"||r==="DELETE"?f.data:null)}catch(p){c.handleError(f,D,null,p);d()}f.async||g();return D}},handleError:function(a,b,d,e){if(a.error)a.error.call(a.context||a,b,d,e);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,e])},
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(a,b){var d=a.getResponseHeader("Last-Modified"),e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304||a.status===0},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;
f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(k,q){if(c.isArray(q))c.each(q,function(n,r){b||/\[\]$/.test(k)?e(k,r):d(k+"["+(typeof r==="object"||c.isArray(r)?n:"")+"]",r)});else!b&&q!=null&&typeof q==="object"?c.each(q,function(n,r){d(k+"["+n+"]",
r)}):e(k,q)}function e(k,q){q=c.isFunction(q)?q():q;f[f.length]=encodeURIComponent(k)+"="+encodeURIComponent(q)}var f=[];if(b===h)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var i in a)d(i,a[i]);return f.join("&").replace(yb,"+")}});var ta={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,ga,wa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],
["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(U("show",3),a,b);else{for(var d=0,e=this.length;d<e;d++){var f=c.data(this[d],"olddisplay");this[d].style.display=f||"";if(c.css(this[d],"display")==="none"){f=this[d].nodeName;var i;if(ta[f])i=ta[f];else{var k=c("<"+f+" />").appendTo("body");i=k.css("display");if(i==="none")i="block";k.remove();ta[f]=i}c.data(this[d],"olddisplay",i)}}d=0;for(e=this.length;d<e;d++)this[d].style.display=c.data(this[d],"olddisplay")||"";return this}},
hide:function(a,b){if(a||a===0)return this.animate(U("hide",3),a,b);else{for(var d=0,e=this.length;d<e;d++){var f=c.data(this[d],"olddisplay");!f&&f!=="none"&&c.data(this[d],"olddisplay",c.css(this[d],"display"))}d=0;for(e=this.length;d<e;d++)this[d].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var e=d?a:c(this).is(":hidden");c(this)[e?
"show":"hide"]()}):this.animate(U("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,e){var f=c.speed(b,d,e);if(c.isEmptyObject(a))return this.each(f.complete);return this[f.queue===false?"each":"queue"](function(){var i=c.extend({},f),k,q=this.nodeType===1&&c(this).is(":hidden"),n=this;for(k in a){var r=k.replace(qa,ra);if(k!==r){a[r]=a[k];delete a[k];k=r}if(a[k]==="hide"&&q||a[k]==="show"&&
!q)return i.complete.call(this);if((k==="height"||k==="width")&&this.style){i.display=c.css(this,"display");i.overflow=this.style.overflow}if(c.isArray(a[k])){(i.specialEasing=i.specialEasing||{})[k]=a[k][1];a[k]=a[k][0]}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=c.extend({},a);c.each(a,function(w,F){var J=new c.fx(n,i,w);if(Ab.test(F))J[F==="toggle"?q?"show":"hide":F](a);else{var L=Bb.exec(F),K=J.cur(true)||0;if(L){var M=parseFloat(L[2]),D=L[3]||"px";if(D!=="px"){n.style[w]=(M||
1)+D;K=(M||1)/J.cur(true)*K;n.style[w]=K+D}if(L[1])M=(L[1]==="-="?-1:1)*M+K;J.custom(K,M,D)}else J.custom(K,F,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:U("show",1),slideUp:U("hide",1),slideToggle:U("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,e){return this.animate(b,
d,e)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:c.fx.speeds[e.duration]||c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a*Math.PI)/2+0.5)*e+d}},
timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,
this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function e(i){return f.step(i)}this.startTime=u();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ga)ga=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},
hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=u(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=
a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var f in this.options.curAnim)c.style(this.elem,f,this.options.orig[f]);this.options.complete.call(this.elem)}return false}else{f=b-this.startTime;this.state=f/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||
a](this.state,f,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(ga);ga=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.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(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in x.documentElement?function(a){var b=this[0];if(a)return this.each(function(f){c.offset.setOffset(this,a,f)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),e=b.ownerDocument;b=e.body;e=e.documentElement;
return{top:d.top+(self.pageYOffset||c.support.boxModel&&e.scrollTop||b.scrollTop)-(e.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&e.scrollLeft||b.scrollLeft)-(e.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(w){c.offset.setOffset(this,a,w)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,e=b,f=b.ownerDocument,i,k=f.documentElement,q=f.body;
e=(f=f.defaultView)?f.getComputedStyle(b,null):b.currentStyle;for(var n=b.offsetTop,r=b.offsetLeft;(b=b.parentNode)&&b!==q&&b!==k;){if(c.offset.supportsFixedPosition&&e.position==="fixed")break;i=f?f.getComputedStyle(b,null):b.currentStyle;n-=b.scrollTop;r-=b.scrollLeft;if(b===d){n+=b.offsetTop;r+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){n+=parseFloat(i.borderTopWidth)||0;r+=parseFloat(i.borderLeftWidth)||0}e=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&
i.overflow!=="visible"){n+=parseFloat(i.borderTopWidth)||0;r+=parseFloat(i.borderLeftWidth)||0}e=i}if(e.position==="relative"||e.position==="static"){n+=q.offsetTop;r+=q.offsetLeft}if(c.offset.supportsFixedPosition&&e.position==="fixed"){n+=Math.max(k.scrollTop,q.scrollTop);r+=Math.max(k.scrollLeft,q.scrollLeft)}return{top:n,left:r}};c.offset={initialize:function(){var a=x.body,b=x.createElement("div"),d,e,f,i=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,
left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<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.insertBefore(b,a.firstChild);d=b.firstChild;e=d.firstChild;f=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=e.offsetTop!==
5;this.doesAddBorderForTableAndCells=f.offsetTop===5;e.style.position="fixed";e.style.top="20px";this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=
parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var e=c(a),f=e.offset(),i=parseInt(c.curCSS(a,"top",true),10)||0,k=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,f);d={top:b.top-f.top+i,left:b.left-f.left+k};"using"in b?b.using.call(a,d):e.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],
b=this.offsetParent(),d=this.offset(),e=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;e.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;e.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||x.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,
"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],i;if(!f)return null;return e!==h?this.each(function(){if(i=xa(this))i.scrollTo(!a?e:c(i).scrollLeft(),a?e:c(i).scrollTop());else this[d]=e}):(i=xa(f))?"pageXOffset"in i?i[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&i.document.documentElement[d]||i.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?
c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(e){return this[0]?c.css(this[0],d,false,e?"margin":"border"):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(i){var k=c(this);k[d](e.call(this,i,k[d]()))});return"scrollTo"in f&&f.document?f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b]:f.nodeType===9?Math.max(f.documentElement["client"+b],f.body["scroll"+b],f.documentElement["scroll"+
b],f.body["offset"+b],f.documentElement["offset"+b]):e===h?c.css(f,d):this.css(d,typeof e==="string"?e:e+"px")}});j.jQuery=j.$=c})(window);var caretPositionAmp=[];
function init(){if(navigator.appName=="Microsoft Internet Explorer"){obj=document.getElementsByTagName("TEXTAREA");var j,h=0;for(h=0;h<obj.length;h++){j=obj[h];caretPositionAmp[h]=j.value.length;j.onmouseup=function(){j=document.activeElement;for(var m=0;m<obj.length;m++)if(obj[m]==j)break;j.focus();var v=document.selection.createRange(),A=j.createTextRange(),u=A.duplicate();A.moveToBookmark(v.getBookmark());u.setEndPoint("EndToStart",A);caretPositionAmp[m]=u.text.length};j.onkeyup=function(){j=document.activeElement;
for(var m=0;m<obj.length;m++)if(obj[m]==j)break;j.focus();var v=document.selection.createRange(),A=j.createTextRange(),u=A.duplicate();A.moveToBookmark(v.getBookmark());u.setEndPoint("EndToStart",A);caretPositionAmp[m]=u.text.length}}}}window.onload=init;
jQuery.fn.extend({getSelection:function(){var j=this.jquery?this[0]:this,h,m,v,A=0;j.onmousedown=function(){document.selection&&typeof j.selectionStart!="number"?document.selection.empty():window.getSelection().removeAllRanges()};if(document.selection){var u=document.selection.createRange(),y=0,z=0,E=0;h=document.getElementsByTagName("TEXTAREA");for(m=0;m<h.length;m++)if(h[m]==j)break;if(j.value.match(/\n/g)!=null)A=j.value.match(/\n/g).length;if(u.text){v=u.text;if(typeof j.selectionStart=="number"){h=
j.selectionStart;m=j.selectionEnd;if(h==m)return{start:h,end:m,text:u.text,length:m-h}}else{h=j.createTextRange();v=h.duplicate();firstRe=h.text;h.moveToBookmark(u.getBookmark());secondRe=h.text;v.setEndPoint("EndToStart",h);if(firstRe==secondRe&&firstRe!=u.text||v.text.length>firstRe.length)return{start:caretPositionAmp[m],end:caretPositionAmp[m],text:"",length:0};h=v.text.length;m=v.text.length+u.text.length}if(A>0)for(v=0;v<=A;v++){var I=j.value.indexOf("\n",z);if(I!=-1&&I<h){z=I+1;y++;E=y}else if(I!=
-1&&I>=h&&I<=m)if(I==h+1){y--;E--;z=I+1}else{z=I+1;E++}else v=A}if(u.text.indexOf("\n",0)==1)E+=2;h-=y;m-=E;return{start:h,end:m,text:u.text,length:m-h}}j.focus();if(typeof j.selectionStart=="number")h=j.selectionStart;else{u=document.selection.createRange();h=j.createTextRange();v=h.duplicate();h.moveToBookmark(u.getBookmark());v.setEndPoint("EndToStart",h);h=v.text.length}if(A>0)for(v=0;v<=A;v++){I=j.value.indexOf("\n",z);if(I!=-1&&I<h){z=I+1;y++}else v=A}h-=y;if(h==0&&typeof j.selectionStart!=
"number"){h=caretPositionAmp[m];m=caretPositionAmp[m]}return{start:h,end:h,text:u.text,length:0}}else if(typeof j.selectionStart=="number"){h=j.selectionStart;m=j.selectionEnd;v=j.value.substring(j.selectionStart,j.selectionEnd);return{start:h,end:m,text:v,length:m-h}}else return{start:undefined,end:undefined,text:undefined,length:undefined}},replaceSelection:function(j){var h=this.jquery?this[0]:this,m,v;v=0;var A,u,y=0,z=0,E=h.scrollTop==undefined?0:h.scrollTop;m=document.getElementsByTagName("TEXTAREA");
for(var I=0;I<m.length;I++)if(m[I]==h)break;if(document.selection&&typeof h.selectionStart!="number"){E=document.selection.createRange();if(typeof h.selectionStart!="number"){var G;u=h.createTextRange();A=u.duplicate();m=u.text;u.moveToBookmark(E.getBookmark());G=u.text;try{A.setEndPoint("EndToStart",u)}catch(T){return this}if(m==G&&m!=E.text||A.text.length>m.length)return this}if(E.text){part=E.text;if(h.value.match(/\n/g)!=null)y=h.value.match(/\n/g).length;m=A.text.length;if(y>0)for(G=0;G<=y;G++){var P=
h.value.indexOf("\n",v);if(P!=-1&&P<m){v=P+1;z++}else G=y}E.text=j;caretPositionAmp[I]=A.text.length+j.length;u.move("character",caretPositionAmp[I]);document.selection.empty();h.blur()}return this}else if(typeof h.selectionStart=="number"&&h.selectionStart!=h.selectionEnd){m=h.selectionStart;v=h.selectionEnd;h.value=h.value.substr(0,m)+j+h.value.substr(v);v=m+j.length;h.setSelectionRange(v,v);h.scrollTop=E;return this}return this},setSelection:function(j,h){j=parseInt(j);h=parseInt(h);var m=this.jquery?
this[0]:this;m.focus();if(typeof m.selectionStart!="number"){re=m.createTextRange();if(re.text.length<h)h=re.text.length+1}if(h<j)return this;if(document.selection){var v=0,A=0,u=0,y=0;if(typeof m.selectionStart!="number"){re.collapse(true);re.moveEnd("character",h);re.moveStart("character",j);re.select()}else{if(typeof m.selectionStart=="number"){if(m.value.match(/\n/g)!=null)v=m.value.match(/\n/g).length;if(v>0)for(var z=0;z<=v;z++){var E=m.value.indexOf("\n",u);if(E!=-1&&E<j){u=E+1;A++;y=A}else if(E!=
-1&&E>=j&&E<=h)if(E==j+1){A--;y--;u=E+1}else{u=E+1;y++}else z=v}j+=A;h+=y;m.selectionStart=j;m.selectionEnd=h}m.focus()}return this}else if(m.selectionStart||m.selectionStart==0){m.focus();window.getSelection().removeAllRanges();m.selectionStart=j;m.selectionEnd=h;m.focus();return this}},insertAtCaretPos:function(j){var h=this.jquery?this[0]:this,m,v,A,u,y,z,E;m=v=0;var I=h.scrollTop==undefined?0:h.scrollTop;E=document.getElementsByTagName("TEXTAREA");for(var G=0;G<E.length;G++)if(E[G]==h)break;h.focus();
if(document.selection&&typeof h.selectionStart!="number"){if(h.value.match(/\n/g)!=null)m=h.value.match(/\n/g).length;E=parseInt(caretPositionAmp[G]);if(m>0)for(var T=0;T<=m;T++){var P=h.value.indexOf("\n",A);if(P!=-1&&P<=E){A=P+1;E-=1;v++}}}caretPositionAmp[G]=parseInt(caretPositionAmp[G]);h.onkeyup=function(){if(document.selection&&typeof h.selectionStart!="number"){h.focus();u=document.selection.createRange();y=h.createTextRange();z=y.duplicate();y.moveToBookmark(u.getBookmark());z.setEndPoint("EndToStart",
y);caretPositionAmp[G]=z.text.length}};h.onmouseup=function(){if(document.selection&&typeof h.selectionStart!="number"){h.focus();u=document.selection.createRange();y=h.createTextRange();z=y.duplicate();y.moveToBookmark(u.getBookmark());z.setEndPoint("EndToStart",y);caretPositionAmp[G]=z.text.length}};if(document.selection&&typeof h.selectionStart!="number"){u=document.selection.createRange();if(u.text.length!=0)return this;y=h.createTextRange();textLength=y.text.length;z=y.duplicate();y.moveToBookmark(u.getBookmark());
z.setEndPoint("EndToStart",y);m=z.text.length;if(caretPositionAmp[G]>0&&m==0){v=caretPositionAmp[G]-v;y.move("character",v);y.select();u=document.selection.createRange();caretPositionAmp[G]+=j.length}else if(!(caretPositionAmp[G]>=0)&&textLength==0){u=document.selection.createRange();caretPositionAmp[G]=j.length+textLength}else if(!(caretPositionAmp[G]>=0)&&m==0){y.move("character",textLength);y.select();u=document.selection.createRange();caretPositionAmp[G]=j.length+textLength}else if(!(caretPositionAmp[G]>=
0)&&m>0){y.move("character",0);document.selection.empty();y.select();u=document.selection.createRange();caretPositionAmp[G]=m+j.length}else if(caretPositionAmp[G]>=0&&caretPositionAmp[G]==textLength){if(textLength!=0){y.move("character",textLength);y.select()}else y.move("character",0);u=document.selection.createRange();caretPositionAmp[G]=j.length+textLength}else{if(caretPositionAmp[G]>=0&&m!=0&&caretPositionAmp[G]>=m){v=caretPositionAmp[G]-m;y.move("character",v)}else caretPositionAmp[G]>=0&&m!=
0&&caretPositionAmp[G]<m&&y.move("character",0);document.selection.empty();y.select();u=document.selection.createRange();caretPositionAmp[G]+=j.length}u.text=j;h.focus();return this}else if(typeof h.selectionStart=="number"&&h.selectionStart==h.selectionEnd){A=h.selectionStart+j.length;m=h.selectionStart;v=h.selectionEnd;h.value=h.value.substr(0,m)+j+h.value.substr(v);h.setSelectionRange(A,A);h.scrollTop=I;return this}return this},setCaretPos:function(j){var h=this.jquery?this[0]:this,m,v=0,A=0,u;
u=document.getElementsByTagName("TEXTAREA");for(var y=0;y<u.length;y++)if(u[y]==h)break;h.focus();if(parseInt(j)==0)return this;if(parseInt(j)>0){j=parseInt(j)-1;if(document.selection&&typeof h.selectionStart=="number"&&h.selectionStart==h.selectionEnd){if(h.value.match(/\n/g)!=null)v=h.value.match(/\n/g).length;if(v>0)for(var z=0;z<=v;z++){u=h.value.indexOf("\n",m);if(u!=-1&&u<=j){m=u+1;j=parseInt(j)+1}}}}else if(parseInt(j)<0){j=parseInt(j)+1;if(document.selection&&typeof h.selectionStart!="number"){j=
h.value.length+parseInt(j);if(h.value.match(/\n/g)!=null)v=h.value.match(/\n/g).length;if(v>0){for(z=0;z<=v;z++){u=h.value.indexOf("\n",m);if(u!=-1&&u<=j){m=u+1;j=parseInt(j)-1;A+=1}}j=j+A-v}}else if(document.selection&&typeof h.selectionStart=="number"){j=h.value.length+parseInt(j);if(h.value.match(/\n/g)!=null)v=h.value.match(/\n/g).length;if(v>0){j=parseInt(j)-v;for(z=0;z<=v;z++){u=h.value.indexOf("\n",m);if(u!=-1&&u<=j){m=u+1;j=parseInt(j)+1;A+=1}}}}else j=h.value.length+parseInt(j)}else return this;
if(document.selection&&typeof h.selectionStart!="number"){m=document.selection.createRange();if(m.text!=0)return this;h=h.createTextRange();h.collapse(true);h.moveEnd("character",j);h.moveStart("character",j);h.select();caretPositionAmp[y]=j;return this}else if(typeof h.selectionStart=="number"&&h.selectionStart==h.selectionEnd){h.setSelectionRange(j,j);return this}return this},countCharacters:function(){var j=this.jquery?this[0]:this;if(j.value.match(/\r/g)!=null)return j.value.length-j.value.match(/\r/g).length;
return j.value.length},setMaxLength:function(j,h){this.each(function(){var m=this.jquery?this[0]:this,v=m.type,A,u;if(parseInt(j)<0)j=1E8;if(v=="text")m.maxLength=j;if(v=="textarea"||v=="text"){m.onkeypress=function(y){var z=m.value.match(/\r/g);u=j;if(z!=null)u=parseInt(u)+z.length;y=y||event;z=y.keyCode;A=document.selection?document.selection.createRange().text.length>0:m.selectionStart!=m.selectionEnd;if(m.value.length>=u&&(z>47||z==32||z==0||z==13)&&!y.ctrlKey&&!y.altKey&&!A){m.value=m.value.substring(0,
u);typeof h=="function"&&h();return false}};m.onkeyup=function(){var y=m.value.match(/\r/g),z=0,E=0;u=j;if(y!=null){for(var I=0;I<=y.length;I++)if(m.value.indexOf("\n",E)<=parseInt(j)){z++;E=m.value.indexOf("\n",E)+1}u=parseInt(j)+z}if(m.value.length>u){m.value=m.value.substring(0,u);typeof h=="function"&&h();return this}}}else return this});return this}});var cbSplit;
if(!cbSplit){cbSplit=function(j,h,m){if(Object.prototype.toString.call(h)!=="[object RegExp]")return cbSplit._nativeSplit.call(j,h,m);var v=[],A=0,u=(h.ignoreCase?"i":"")+(h.multiline?"m":"")+(h.sticky?"y":"");h=RegExp(h.source,u+"g");var y,z,E;j+="";cbSplit._compliantExecNpcg||(y=RegExp("^"+h.source+"$(?!\\s)",u));if(m===undefined||+m<0)m=Infinity;else{m=Math.floor(+m);if(!m)return[]}for(;z=h.exec(j);){u=z.index+z[0].length;if(u>A){v.push(j.slice(A,z.index));!cbSplit._compliantExecNpcg&&z.length>
1&&z[0].replace(y,function(){for(var I=1;I<arguments.length-2;I++)if(arguments[I]===undefined)z[I]=undefined});z.length>1&&z.index<j.length&&Array.prototype.push.apply(v,z.slice(1));E=z[0].length;A=u;if(v.length>=m)break}h.lastIndex===z.index&&h.lastIndex++}if(A===j.length){if(E||!h.test(""))v.push("")}else v.push(j.slice(A));return v.length>m?v.slice(0,m):v};cbSplit._compliantExecNpcg=/()??/.exec("")[1]===undefined;cbSplit._nativeSplit=String.prototype.split}
String.prototype.split=function(j,h){return cbSplit(this,j,h)};var ft_=1;
function setupPage(){setTimeout("$(\"#infoid\").removeClass('info').addClass('bland').text('');",1E4);$("#fullpre").hide();lang=parseInt($("#langsel option:selected").val());$("#langsel").change(function(){lang=parseInt($("#langsel option:selected").val())});$("#inp").click(function(j){if(ft_==1){$("#inp").val("");ft_=0}else qf(j)});$("#inp").keyup(function(j){qf(j)});$("#inp").focus(function(){$("#inp").removeClass("inactive").addClass("active");$("#op").removeClass("active").addClass("inactive")});$("#refreshbtn").click(function(){val_=
$("#inp").val();$.post("/ct",{data:val_,lang:lang},ctdone);$("#op").text("Loading...")});$("#maxbtn").click(function(){val_=$("#inp").val();$.post("/ct",{data:val_,lang:lang},ctdone2)});$("#hidelink").click(function(){$("#fullpre").hide()})}function ctdone(j,h){if(h==="success"){$("#op").text(j);$("#op").removeClass("inactive").addClass("active");$("#inp").removeClass("active").addClass("inactive")}}function ctdone2(j,h){if(h==="success"){$("#pretext").text(j);$("#fullpre").show()}}
function qf(j){var h=j.currentTarget;sel=$(h).getSelection();j=0;var m=sel.start-1,v=$(h).val().length,A;h=A=$(h).val();var u="";if(v>m+5){j=h.substring(j,m).lastIndexOf(" ")+1;if(v>m+60){v=m+60;u=m==0?A.substring(j,v)+"...":"..."+A.substring(j,v)+"..."}else u="..."+A.substring(j,v)}else{j=v-30;if(j<0)j=0;u="..."+A.substring(j,v)}j=ptw(u,lang);$("#qp").text(j)};var BS=0,CS=1,WS=2,NS=3,MS=4,CT=0,CL=4,llt=[[0,0],[0,1],[0,1],[0,2],[1,1],[1,2],[1,3],[0,3],[1,4],[0,4],[0,5]],obr=[],l_s=BS;function is(){l_s=BS}function i_a(){is();if(CT==0){sym_tbl=sym_tbl_a;sym_list=sym_list_a}else{sym_tbl=sym_tbl_d;sym_list=sym_list_d}}function pw(j,h){if(l_s==BS||l_s==WS)obr.push(sym_tbl[j][CL]);else if((l_s==CS||l_s==MS)&&h)obr.push(sym_tbl[h][CL]);l_s=WS}function pc(j){if(l_s==CS)CL==4&&CT==0||obr.push(sym_tbl.halant[CL]);obr.push(sym_tbl[j][CL]);l_s=CS}
function pr(j,h){if(l_s==CS)if(CL==4&&CT==1&&l_s==CS){obr.push("\u0bcd");obr.push(sym_tbl.r[CL]);obr.push(sym_tbl[h][CL])}else if(CL==4&&CT==0&&l_s==CS){obr.push("\u0a4d");obr.push(sym_tbl.r[CL]);obr.push(sym_tbl[h][CL])}else obr.push(sym_tbl.rukar[CL]);else{obr.push(sym_tbl.r[CL]);obr.push(sym_tbl[h][CL])}l_s=MS}function pn(j){l_s=NS;obr.push(sym_tbl[j][CL])}function ph(){obr.push(sym_tbl.halant[CL]);obr.push("\u200c");l_s=BS}
function ps(j){CL==4&&CT==1&&l_s==CS&&obr.push("\u0bcd");obr.push(j);l_s=BS}
var sym_list=sym_list_a,sym_list_d={ai:"pw('ai','matra2')",au:"pw('au', 'matra4')",aa:"pw('aa', 'kanaa')",A:"pw('A', 'kanaa')",a:"pw('a', null)",ee:"pw('ee', 'matra11')",E:"pw('E', 'matra11')",e:"pw('e', 'matra1')",ii:"pw('ii', 'vel2')",I:"pw('I', 'vel2')",i:"pw('i', 'vel1')",oo:"pw('oo', 'matra33')",O:"pw('O', 'matra33')",o:"pw('o', 'matra3')",uu:"pw('uu', 'ukar2')",u:"pw('u', 'ukar1')",U:"pw('U', 'ukar2')",Ha:"pw('Ha', 'halant')",M:"pw('M', 'anuswar')",AM:"pw('AM', 'chandra3')",AN:"pw('AN', 'chandra3')",
c:"pc('c')",k:"pc('k')",kh:"pc('kh')",g:"pc('g')",gh:"pc('gh')",Ng:"pc('Ng')",ch:"pc('ch')",chh:"pc('chh')",j:"pc('j')",jh:"pc('jh')",z:"pc('z')",nY:"pc('nY')",T:"pc('T')",Th:"pc('Th')",D:"pc('D')",Dh:"pc('Dh')",N:"pc('N')",t:"pc('t')",th:"pc('th')",d:"pc('d')",dh:"pc('dh')",n:"pc('n')",p:"pc('p')",ph:"pc('ph')",f:"pc('f')",b:"pc('b')",bh:"pc('bh')",m:"pc('m')",y:"pc('y')",r:"pc('r')",l:"pc('l')",v:"pc('v')",w:"pc('w')",sh:"pc('sh')",Sh:"pc('Sh')",s:"pc('s')",h:"pc('h')",L:"pc('L')",Z:"pc('Z')",RU:"pw('RU', null)",
R:"pc('R')",Nn:"pc('Nn')",ruu:"pr('ru', 'ukar2')",rU:"pr('ru', 'ukar2')",ru:"pr('ru', 'ukar1')","0":"pn('0')","1":"pn('1')","2":"pn('2')","3":"pn('3')","4":"pn('4')","5":"pn('5')","6":"pn('6')","7":"pn('7')","8":"pn('8')","9":"pn('9')",_:"ph('_')"},sym_list_a={aa:"pw('aa', 'kanaa')",ai:"pw('ai','matra2')",au:"pw('au', 'matra4')",a:"pw('a', null)",u:"pw('u', 'ukar1')",U:"pw('U', 'ukar1')",oo:"pw('oo', 'ukar2')",o:"pw('o', 'matra3')",Ha:"pw('Ha', 'halant')",M:"pw('M', 'anuswar')",AM:"pw('AM', 'chandra3')",
AN:"pw('AN', 'chandra3')",A:"pw('A', 'chandra1')",O:"pw('O', 'chandra2')",e:"pw('e', 'matra1')",ee:"pw('ee', 'vel2')",i:"pw('i', 'vel1')",c:"pc('c')",k:"pc('k')",kh:"pc('kh')",g:"pc('g')",gh:"pc('gh')",Ng:"pc('Ng')",ch:"pc('ch')",chh:"pc('chh')",j:"pc('j')",jh:"pc('jh')",z:"pc('z')",nY:"pc('nY')",T:"pc('T')",Th:"pc('Th')",D:"pc('D')",Dh:"pc('Dh')",N:"pc('N')",t:"pc('t')",th:"pc('th')",d:"pc('d')",dh:"pc('dh')",n:"pc('n')",p:"pc('p')",ph:"pc('ph')",f:"pc('f')",b:"pc('b')",bh:"pc('bh')",m:"pc('m')",
y:"pc('y')",r:"pc('r')",l:"pc('l')",v:"pc('v')",w:"pc('w')",sh:"pc('sh')",Sh:"pc('Sh')",s:"pc('s')",h:"pc('h')",L:"pc('L')",F:"pc('F')",K:"pc('K')",Kh:"pc('Kh')",G:"pc('G')",Z:"pc('Z')",Dd:"pc('Dd')",DH:"pc('DH')",Y:"pc('Y')",OM:"pw('OM', null)",RU:"pw('RU', null)",R:"pc('R')",Rlu:"pc('Rlu')",roo:"pr('ru', 'ukar2')",ru:"pr('ru', 'ukar1')","0":"pn('0')","1":"pn('1')","2":"pn('2')","3":"pn('3')","4":"pn('4')","5":"pn('5')","6":"pn('6')","7":"pn('7')","8":"pn('8')","9":"pn('9')",_:"ph('_')"},reg_table_a=
"({[\\w\\W]*?})|(aa)|(ai)|(au)|(a)|(i)|(ee)|(e)|(u)|(U)|(oo)|(OM)|(o)|(Ha)|(M)|(AM)|(AN)|(A)|(O)|(kh)|(k)|(gh)|(g)|(Ng)|(chh)|(ch)|(c)|(jh)|(j)|(z)|(nY)|(Th)|(T)|(Dd)|(DH)|(Dh)|(D)|(N)|(th)|(t)|(dh)|(d)|(n)|(ph)|(p)|(f)|(bh)|(b)|(m)|(y)|(roo)|(ru)|(r)|(l)|(v)|(w)|(sh)|(Sh)|(s)|(h)|(L)|(RU)|(Rlu)|(R)|(F)|(Kh)|(K)|(G)|(Z)|(Y)|(0)|(1)|(2)|(3)|(4)|(5)|(6)|(7)|(8)|(9)|(_)|(s+)|(\n)|(.)",reg_table_d="({[\\w\\W]*?})|(aa)|(ai)|(au)|(a)|(ee)|(e)|(E)|(ii)|(i)|(I)|(oo)|(o)|(O)|(uu)|(u)|(U)|(Ha)|(M)|(AM)|(AN)|(A)|(kh)|(k)|(gh)|(g)|(Ng)|(chh)|(ch)|(c)|(jh)|(j)|(z)|(nY)|(Th)|(T)|(Dh)|(D)|(Nn)|(N)|(th)|(t)|(dh)|(d)|(n)|(ph)|(p)|(f)|(bh)|(b)|(m)|(y)|(ruu)|(ru)|(r)|(l)|(v)|(w)|(sh)|(Sh)|(s)|(h)|(L)|(RU)|(R)|(Z)|(0)|(1)|(2)|(3)|(4)|(5)|(6)|(7)|(8)|(9)|(_)|(s+)|(\n)|(.)",
sym_tbl_a={a:["a","\u0905","\u0a85","\u0985","\u0a05","\u0b05"],aa:["aa","\u0906","\u0a86","\u0986","\u0a06","\u0b06"],i:["i","\u0907","\u0a87","\u0987","\u0a07","\u0b07"],ee:["ee","\u0908","\u0a88","\u0988","\u0a08","\u0b08"],u:["u","\u0909","\u0a89","\u0989","\u0a09","\u0b09"],U:["U","\u0909","\u0a89","\u0989","\u0a09","\u0b09"],oo:["oo","\u090a","\u0a8a","\u098a","\u0a0a","\u0b0a"],e:["e","\u090f","\u0a8f","\u098f","\u0a0f","\u0b0f"],ai:["ai","\u0910","\u0a90","\u0990","\u0a10","\u0b10"],o:["o",
"\u0913","\u0a93","\u0993","\u0a13","\u0b13"],au:["au","\u0914","\u0a94","\u0994","\u0a14","\u0b14"],M:["M","\u0902","\u0a82","\u0982","\u0a70","\u0b02"],AN:["AN","\u0901","\u0a81","\u0981","\u0a02","\u0b01"],AM:["AM","\u0901","\u0a81","\u0981","\u0a02","\u0b01"],Ha:["Ha","\u0903","\u0a83","\u0983","\u0a03","\u0b03"],A:["A","\u090d","\u0a8d","\u0986","\u0a06","\u0b06"],O:["O","\u0911","\u0a91","\u0993","\u0a13","\u0b13"],complete:["a","","","",""],kanaa:["aa","\u093e","\u0abe","\u09be","\u0a3e","\u0b3e"],
vel1:["i","\u093f","\u0abf","\u09bf","\u0a3f","\u0b3f"],vel2:["ee","\u0940","\u0ac0","\u09c0","\u0a40","\u0b40"],ukar1:["u","\u0941","\u0ac1","\u09c1","\u0a41","\u0b41"],ukar2:["oo","\u0942","\u0ac2","\u09c2","\u0a42","\u0b42"],rukar:["ru","\u0943","\u0ac3","\u09c3","\u0a30&#x0A41","\u0b43"],chandra1:["A","\u0945","\u0ac5","\u09be","\u0a4b","\u0b4b"],chandra2:["O","\u0949","\u0ac9","\u09cb","\u0a3e","\u0b3e"],chandra3:["AM","\u0901","\u0a81","\u0981","\u0a02","\u0b01"],matra1:["e","\u0947","\u0ac7",
"\u09c7","\u0a47","\u0b47"],matra2:["ai","\u0948","\u0ac8","\u09c8","\u0a48","\u0b48"],matra3:["o","\u094b","\u0acb","\u09cb","\u0a4b","\u0b4b"],matra4:["au","\u094c","\u0acc","\u09cc","\u0a4c","\u0b4c"],anuswar:["M","\u0902","\u0a82","\u0982","\u0a70","\u0b02"],halant:["_","\u094d","\u0acd","\u09cd","\u0a71","\u0b4d"],c:["c","\u0915","\u0a95","\u0995","&#x0A115;","\u0b15"],k:["k","\u0915","\u0a95","\u0995","\u0a15","\u0b15"],kh:["kh","\u0916","\u0a96","\u0997","\u0a16","\u0b16"],g:["g","\u0917",
"\u0a97","\u0997","\u0a17","\u0b17"],gh:["gh","\u0918","\u0a98","\u0998","\u0a18","\u0b18"],Ng:["Ng","\u0919","\u0a99","\u0999","\u0a19","\u0b19"],ch:["ch","\u091a","\u0a9a","\u099a","\u0a1a","\u0b1a"],chh:["chh","\u091b","\u0a9b","\u099b","\u0a1b","\u0b1b"],j:["j","\u091c","\u0a9c","\u099c","\u0a1c","\u0b1c"],jh:["jh","\u091d","\u0a9d","\u099d","\u0a1d","\u0b1d"],z:["z","\u091d","\u0a9d","\u099d","\u0a1d","\u0b1d"],nY:["nY","\u091e","\u0a9e","\u099e","\u0a1e","\u0b1e"],T:["T","\u091f","\u0a9f","\u099f",
"\u0a1f","\u0b1f"],Th:["Th","\u0920","\u0aa0","\u09a0","\u0a20","\u0b20"],D:["D","\u0921","\u0aa1","\u09a2","\u0a21","\u0b21"],Dh:["Dh","\u0922","\u0aa2","\u09a2","\u0a22","\u0b22"],N:["N","\u0923","\u0aa3","\u09a3","\u0a23","\u0b23"],t:["t","\u0924","\u0aa4","\u09a4","\u0a24","\u0b24"],th:["th","\u0925","\u0aa5","\u09a5","\u0a25","\u0b25"],d:["d","\u0926","\u0aa6","\u09a6","\u0a26","\u0b26"],dh:["dh","\u0927","\u0aa7","\u09a7","\u0a27","\u0b27"],n:["n","\u0928","\u0aa8","\u09a8","\u0a28","\u0b28"],
p:["p","\u092a","\u0aaa","\u09aa","\u0a2a","\u0b2a"],ph:["ph","\u092b","\u0aab","\u09ab","\u0a2b","\u0b2b"],f:["f","\u092b","\u0aab","\u09ab","\u0a2b","\u0b2b"],b:["b","\u092c","\u0aac","\u09ac","\u0a2c","\u0b2c"],bh:["bh","\u092d","\u0aad","\u09ad","\u0a2d","\u0b2d"],m:["m","\u092e","\u0aae","\u09ae","\u0a2e","\u0b2e"],y:["y","\u092f","\u0aaf","\u09af","\u0a2f","\u0b2f"],r:["r","\u0930","\u0ab0","\u09b0","\u0a30","\u0b30"],l:["l","\u0932","\u0ab2","\u09b2","\u0a32","\u0b32"],v:["v","\u0935","\u0ab5",
"\u09ac","\u0a35","\u0b35"],w:["w","\u0935","\u0ab5","\u09ac","\u0a35","\u0b71"],sh:["sh","\u0936","\u0ab6","\u09b6","\u0a36","\u0b36"],Sh:["Sh","\u0937","\u0ab7","\u09b7","\u0a36","\u0b37"],s:["s","\u0938","\u0ab8","\u09b8","\u0a38","\u0b38"],h:["h","\u0939","\u0ab9","\u09b9","\u0a39","\u0b39"],L:["L","\u0933","\u0ab3","\u09b2","\u0a33","\u0b33"],RU:["RU","\u0960","\u0ae0","\u09e0","\u0a5c\u0a41","\u0b60"],Rlu:["Rlu","\u0961","\u0ae1","\u09e1",,"\u0b61"],OM:["OM","\u0950","\u0ad0","OM","\u0a74",
"OM"],R:["R","\u0931","\u0ab0","\u09b0\u200d","\u0a5c","\u0b30"],F:["F","\u095e","\u0aab","\u09ab","\u0a5e","\u0b2b"],K:["K","\u0958","\u0a95","\u0995","\u0a15","\u0b15"],Kh:["Kh","\u0959","\u0a96","\u0996","\u0a59","\u0b16"],G:["G","\u095a","\u0a97","\u0997","\u0a5a","\u0b17"],Z:["Z","\u095b","\u0a9c","\u099c","\u0a5b","\u0b1c"],Dd:["Dd","\u095c","\u0aa1","\u09dc","\u0a21","\u0b5c"],DH:["DH","\u095d","\u0aa2","\u09dd","\u0a22","\u0b5d"],Y:["Y","\u095f","\u0aaf","\u09df","\u0a2f","\u0b5f"],"0":["0",
"\u0966","\u0ae6","\u09e6","\u0a66","\u0b66"],"1":["1","\u0967","\u0ae7","\u09e7","\u0a67","\u0b67"],"2":["2","\u0968","\u0ae8","\u09e8","\u0a68","\u0b68"],"3":["3","\u0969","\u0ae9","\u09e9","\u0a69","\u0b69"],"4":["4","\u096a","\u0aea","\u09ea","\u0a6a","\u0b6a"],"5":["5","\u096b","\u0aeb","\u09eb","\u0a6b","\u0b6b"],"6":["6","\u096c","\u0aec","\u09ec","\u0a6c","\u0b6c"],"7":["7","\u096d","\u0aed","\u09ed","\u0a6d","\u0b6d"],"8":["8","\u096e","\u0aee","\u09ee","\u0a6e","\u0b6e"],"9":["9","\u096f",
"\u0aef","\u09ef","\u0a6f","\u0b6f"]},sym_tbl_d={a:["a","\u0c85","\u0c05","\u0d05","\u0b85"],aa:["aa","\u0c86","\u0c06","\u0d06","\u0b86"],A:["A","\u0c86","\u0c06","\u0d06","\u0b86"],ee:["ee","&#xC8F;","\u0c0f","\u0d0f","\u0b8f"],E:["E","&#xC8F;","\u0c0f","\u0d0f","\u0b8f"],e:["e","&#xC8E;","\u0c0e","&#x0D05E;","\u0b8e"],ii:["ii","\u0c88","\u0c08","\u0d08","\u0b88"],I:["I","\u0c88","\u0c08","\u0d08","\u0b88"],i:["i","\u0c87","\u0c07","\u0d07","\u0b87"],oo:["oo","\u0c93","\u0c13","\u0d13","\u0b93"],
O:["O","\u0c93","\u0c13","\u0d13","\u0b93"],o:["o","\u0c92","\u0c12","\u0d12","\u0b92"],uu:["uu","\u0c8a","\u0c0a","\u0d0a","\u0b8a"],U:["U","\u0c8a","\u0c0a","\u0d0a","\u0b8a"],u:["u","\u0c89","\u0c09","\u0d09","\u0b89"],ai:["ai","\u0c90","\u0c10","\u0d10","\u0b90"],au:["au","\u0c94","\u0c14","\u0d14","\u0b94"],M:["M","\u0c82","\u0c02","\u0d02","\u0b82"],AN:["AN","AN","\u0c01","\u0d02","\u0b82"],AM:["AM","AM","\u0c01","\u0d02","\u0b82"],Ha:["Ha","\u0c83","\u0c03","\u0d03","\u0b83"],complete:["a",
"","","","",""],kanaa:["aa","\u0cbe","\u0c3e","\u0d3e","\u0bbe"],vel1:["i","\u0cbf","\u0c3f","\u0d3f","\u0bbf"],vel2:["ii","\u0cc0","\u0c40","\u0d40","\u0bc0"],ukar1:["u","\u0cc1","\u0c41","\u0d41","\u0bc1"],ukar2:["uu","\u0cc2","\u0c42","\u0d42","\u0bc2"],rukar:["ru","\u0cc3","\u0c43","\u0d43","\u0bb0\u0bc1"],chandra3:["AM","&#x0C82","\u0c01","\u0d02","\u0b82"],matra1:["e","\u0cc6","\u0c46","\u0d46","\u0bc6"],matra11:["ee","\u0cc7","\u0c47","\u0d47","\u0bc7"],matra2:["ai","\u0cc8","\u0c48","\u0d48",
"\u0bc8"],matra3:["o","\u0cca","\u0c4a","\u0d4a","\u0bca"],matra33:["oo","\u0ccb","\u0c4b","\u0d4b","\u0bcb"],matra4:["au","\u0ccc","\u0c4c","\u0d4c","\u0bcc"],anuswar:["M","&#x0C82","\u0c02","\u0d02","\u0b82"],halant:["_","\u0ccd","\u0c4d","\u0d4d","\u0bcd"],c:["c","\u0c95","\u0c15","\u0d15","\u0b95"],k:["k","\u0c95","\u0c15","\u0d15","\u0b95"],kh:["kh","\u0c96","\u0c16","\u0d16","\u0b95"],g:["g","\u0c97","\u0c17","\u0d17","\u0b95"],gh:["gh","\u0c98","\u0c18","\u0d18","\u0b95"],Ng:["Ng","\u0c99",
"\u0c19","\u0d19","\u0b99"],ch:["ch","\u0c9a","\u0c1a","\u0d1a","\u0b9a"],chh:["chh","\u0c9b","\u0c1b","\u0d1b","\u0b9a"],j:["j","\u0c9c","\u0c1c","\u0d1c","\u0b9c"],jh:["jh","\u0c9d","\u0c1d","\u0d1d","\u0b9c"],z:["z","\u0c9d","\u0c1d","\u0d1d","\u0bb4"],nY:["nY","\u0c9e","\u0c1e","\u0d1e","\u0b9e"],T:["T","\u0c9f","\u0c1f","\u0d1f","\u0b9f"],Th:["Th","\u0ca0","\u0c20","\u0d20","\u0b9f"],D:["D","\u0ca1","\u0c21","\u0d21","\u0b9f"],Dh:["Dh","\u0ca2","\u0c22","\u0d22","\u0b9f"],N:["N","\u0ca3","\u0c23",
"\u0d23","\u0ba8"],t:["t","\u0ca4","\u0c24","\u0d24","\u0ba4"],th:["th","\u0ca5","\u0c25","\u0d25","\u0ba4"],d:["d","\u0ca6","\u0c26","\u0d26","\u0ba4"],dh:["dh","\u0ca7","\u0c27","\u0d27","\u0ba4"],n:["n","\u0ca8","\u0c28","\u0d28","\u0ba9"],p:["p","\u0caa","\u0c2a","\u0d2a","\u0baa"],ph:["ph","\u0cab","\u0c2b","\u0d2b","\u0baa"],f:["f","\u0cab","\u0c2b","\u0d2b","\u0baa"],b:["b","\u0cac","\u0c2c","\u0d2c","\u0baa"],bh:["bh","\u0cad","\u0c2d","\u0d2d","\u0baa"],m:["m","\u0cae","\u0c2e","\u0d2e",
"\u0bae"],y:["y","\u0caf","\u0c2f","\u0d2f","\u0baf"],r:["r","\u0cb0","\u0c30","\u0d30","\u0bb0"],l:["l","\u0cb2","\u0c32","\u0d32","\u0bb2"],v:["v","\u0cb5","\u0c35","\u0d35","\u0bb5"],w:["w","\u0cb5","\u0c35","\u0d35","\u0bb5"],sh:["sh","\u0cb6","\u0c36","\u0d36","\u0bb7"],Sh:["Sh","\u0cb7","\u0c37","\u0d37","\u0bb7"],s:["s","\u0cb8","\u0c38","\u0d38","\u0bb8"],h:["h","\u0cb9","\u0c39","\u0d39","\u0bb9"],L:["L","\u0cb3","\u0c33","\u0d33","\u0bb3"],Z:["L","\u0c9d","\u0c1d","\u0d34","\u0bb4"],RU:["RU",
"\u0ce0","\u0c60","\u0d60","\u0bb1\u0bc1"],R:["R","\u0cb1","\u0c31","\u0d31","\u0bb1"],Nn:["Nn","\u0ca3","\u0c23","\u0d23","\u0ba3"],"0":["0","\u0ce6","\u0c66","\u0d66","0"],"1":["1","\u0ce7","\u0c67","\u0d67","1"],"2":["2","\u0ce8","\u0c68","\u0d68","2"],"3":["3","\u0ce9","\u0c69","\u0d69","3"],"4":["4","\u0cea","\u0c6a","\u0d6a","4"],"5":["5","\u0ceb","\u0c6b","\u0d6b","5"],"6":["6","\u0cec","\u0c6c","\u0d6c","6"],"7":["7","\u0ced","\u0c6d","\u0d6d","7"],"8":["8","\u0cee","\u0c6e","\u0d6e","8"],
"9":["9","\u0cef","\u0c6f","\u0d6f","9"]},sym_tbl;function process_mysym(j){if(mysym.charAt(0)=="{"&&mysym.length>1)ps(mysym.substring(1,mysym.length-1));else sym_list[j]!=undefined?eval(sym_list[j]):ps(j)}function parse_text(j){var h;h=CT==0?RegExp(reg_table_a,"g"):RegExp(reg_table_d,"g");h=j.match(h);j="";i_a();if(h)for(;mysym=h.shift();)process_mysym(mysym);else return"";for(;(h=obr.shift())!=null;)j+=h;return j}
function convert_text_wrapper(j,h,m){j=document.getElementById(j).value;document.getElementById(h).innerHTML="";if(m!=0){CL=llt[m][1];if(CL!=undefined){CT=llt[m][0];if(CL!=undefined){m=parse_text(j);document.getElementById(h).innerHTML=m}}}}function convert_text_wrapper_txt(j,h,m){document.getElementById(h).innerHTML="";if(j)if(m!=0){CL=llt[m][1];if(CL!=undefined){CT=llt[m][0];if(CL!=undefined){j=parse_text(j);document.getElementById(h).innerHTML=j}}}}
function ptw(j,h){CL=llt[h][1];if(CL!=undefined){CT=llt[h][0];if(CL!=undefined)return ot=parse_text(j)}};

