(function(E,aO){var o=function(a0,a1){return new o.fn.init(a0,a1)},p=E.jQuery,W=E.$,ac=E.document,at,U=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,v=/^.[^:#\[\.,]*$/,aC=/\S/,R=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,c=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,b=navigator.userAgent,y,N=false,aq=[],L,Z=Object.prototype.toString,ad=Object.prototype.hasOwnProperty,f=Array.prototype.push,G=Array.prototype.slice,u=Array.prototype.indexOf;o.fn=o.prototype={init:function(a0,a3){var a2,a4,a1,a5;if(!a0){return this}if(a0.nodeType){this.context=this[0]=a0;this.length=1;return this}if(a0==="body"&&!a3){this.context=ac;this[0]=ac.body;this.selector="body";this.length=1;return this}if(typeof a0==="string"){a2=U.exec(a0);if(a2&&(a2[1]||!a3)){if(a2[1]){a5=(a3?a3.ownerDocument||a3:ac);a1=c.exec(a0);if(a1){if(o.isPlainObject(a3)){a0=[ac.createElement(a1[1])];o.fn.attr.call(a0,a3,true)}else{a0=[a5.createElement(a1[1])]}}else{a1=J([a2[1]],[a5]);a0=(a1.cacheable?a1.fragment.cloneNode(true):a1.fragment).childNodes}return o.merge(this,a0)}else{a4=ac.getElementById(a2[2]);if(a4){if(a4.id!==a2[2]){return at.find(a0)}this.length=1;this[0]=a4}this.context=ac;this.selector=a0;return this}}else{if(!a3&&/^\w+$/.test(a0)){this.selector=a0;this.context=ac;a0=ac.getElementsByTagName(a0);return o.merge(this,a0)}else{if(!a3||a3.jquery){return(a3||at).find(a0)}else{return o(a3).find(a0)}}}}else{if(o.isFunction(a0)){return at.ready(a0)}}if(a0.selector!==aO){this.selector=a0.selector;this.context=a0.context}return o.makeArray(a0,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return G.call(this,0)},get:function(a0){return a0==null?this.toArray():(a0<0?this.slice(a0)[0]:this[a0])},pushStack:function(a1,a3,a0){var a2=o();if(o.isArray(a1)){f.apply(a2,a1)}else{o.merge(a2,a1)}a2.prevObject=this;a2.context=this.context;if(a3==="find"){a2.selector=this.selector+(this.selector?" ":"")+a0}else{if(a3){a2.selector=this.selector+"."+a3+"("+a0+")"}}return a2},each:function(a1,a0){return o.each(this,a1,a0)},ready:function(a0){o.bindReady();if(o.isReady){a0.call(ac,o)}else{if(aq){aq.push(a0)}}return this},eq:function(a0){return a0===-1?this.slice(a0):this.slice(a0,+a0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(G.apply(this,arguments),"slice",G.call(arguments).join(","))},map:function(a0){return this.pushStack(o.map(this,function(a2,a1){return a0.call(a2,a1,a2)}))},end:function(){return this.prevObject||o(null)},push:f,sort:[].sort,splice:[].splice};o.fn.init.prototype=o.fn;o.extend=o.fn.extend=function(){var a3=arguments[0]||{},a4=1,a5=arguments.length,a8=false,a7,a1,a0,a2;if(typeof a3==="boolean"){a8=a3;a3=arguments[1]||{};a4=2}if(typeof a3!=="object"&&!o.isFunction(a3)){a3={}}if(a5===a4){a3=this;--a4}for(;a4<a5;a4++){if((a7=arguments[a4])!=null){for(a1 in a7){a0=a3[a1];a2=a7[a1];if(a3===a2){continue}if(a8&&a2&&(o.isPlainObject(a2)||o.isArray(a2))){var a6=a0&&(o.isPlainObject(a0)||o.isArray(a0))?a0:o.isArray(a2)?[]:{};a3[a1]=o.extend(a8,a6,a2)}else{if(a2!==aO){a3[a1]=a2}}}}}return a3};o.extend({noConflict:function(a0){E.$=W;if(a0){E.jQuery=p}return o},isReady:false,ready:function(){if(!o.isReady){if(!ac.body){return setTimeout(o.ready,13)}o.isReady=true;if(aq){var a1,a0=0;while((a1=aq[a0++])){a1.call(ac,o)}aq=null}if(o.fn.triggerHandler){o(ac).triggerHandler("ready")}}},bindReady:function(){if(N){return}N=true;if(ac.readyState==="complete"){return o.ready()}if(ac.addEventListener){ac.addEventListener("DOMContentLoaded",L,false);E.addEventListener("load",o.ready,false)}else{if(ac.attachEvent){ac.attachEvent("onreadystatechange",L);E.attachEvent("onload",o.ready);var a0=false;try{a0=E.frameElement==null}catch(a1){}if(ac.documentElement.doScroll&&a0){A()}}}},isFunction:function(a0){return Z.call(a0)==="[object Function]"},isArray:function(a0){return Z.call(a0)==="[object Array]"},isPlainObject:function(a1){if(!a1||Z.call(a1)!=="[object Object]"||a1.nodeType||a1.setInterval){return false}if(a1.constructor&&!ad.call(a1,"constructor")&&!ad.call(a1.constructor.prototype,"isPrototypeOf")){return false}var a0;for(a0 in a1){}return a0===aO||ad.call(a1,a0)},isEmptyObject:function(a1){for(var a0 in a1){return false}return true},error:function(a0){throw a0},parseJSON:function(a0){if(typeof a0!=="string"||!a0){return null}a0=o.trim(a0);if(/^[\],:{}\s]*$/.test(a0.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return E.JSON&&E.JSON.parse?E.JSON.parse(a0):(new Function("return "+a0))()}else{o.error("Invalid JSON: "+a0)}},noop:function(){},globalEval:function(a2){if(a2&&aC.test(a2)){var a0=ac.getElementsByTagName("head")[0]||ac.documentElement,a1=ac.createElement("script");a1.type="text/javascript";if(o.support.scriptEval){a1.appendChild(ac.createTextNode(a2))}else{a1.text=a2}a0.insertBefore(a1,a0.firstChild);a0.removeChild(a1)}},nodeName:function(a1,a0){return a1.nodeName&&a1.nodeName.toUpperCase()===a0.toUpperCase()},each:function(a5,a7,a3){var a2,a4=0,a0=a5.length,a1=a0===aO||o.isFunction(a5);if(a3){if(a1){for(a2 in a5){if(a7.apply(a5[a2],a3)===false){break}}}else{for(;a4<a0;){if(a7.apply(a5[a4++],a3)===false){break}}}}else{if(a1){for(a2 in a5){if(a7.call(a5[a2],a2,a5[a2])===false){break}}}else{for(var a6=a5[0];a4<a0&&a7.call(a6,a4,a6)!==false;a6=a5[++a4]){}}}return a5},trim:function(a0){return(a0||"").replace(R,"")},makeArray:function(a2,a1){var a0=a1||[];if(a2!=null){if(a2.length==null||typeof a2==="string"||o.isFunction(a2)||(typeof a2!=="function"&&a2.setInterval)){f.call(a0,a2)}else{o.merge(a0,a2)}}return a0},inArray:function(a2,a3){if(a3.indexOf){return a3.indexOf(a2)}for(var a1=0,a0=a3.length;a1<a0;a1++){if(a3[a1]===a2){return a1}}return -1},merge:function(a4,a3){var a2=a4.length,a1=0;if(typeof a3.length==="number"){for(var a0=a3.length;a1<a0;a1++){a4[a2++]=a3[a1]}}else{while(a3[a1]!==aO){a4[a2++]=a3[a1++]}}a4.length=a2;return a4},grep:function(a2,a5,a0){var a3=[];for(var a4=0,a1=a2.length;a4<a1;a4++){if(!a0!==!a5(a2[a4],a4)){a3.push(a2[a4])}}return a3},map:function(a2,a6,a0){var a3=[],a5;for(var a4=0,a1=a2.length;a4<a1;a4++){a5=a6(a2[a4],a4,a0);if(a5!=null){a3[a3.length]=a5}}return a3.concat.apply([],a3)},guid:1,proxy:function(a2,a0,a1){if(arguments.length===2){if(typeof a0==="string"){a1=a2;a2=a1[a0];a0=aO}else{if(a0&&!o.isFunction(a0)){a1=a0;a0=aO}}}if(!a0&&a2){a0=function(){return a2.apply(a1||this,arguments)}}if(a2){a0.guid=a2.guid=a2.guid||a0.guid||o.guid++}return a0},uaMatch:function(a1){a1=a1.toLowerCase();var a0=/(webkit)[ \/]([\w.]+)/.exec(a1)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a1)||/(msie) ([\w.]+)/.exec(a1)||!/compatible/.test(a1)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a1)||[];return{browser:a0[1]||"",version:a0[2]||"0"}},browser:{}});y=o.uaMatch(b);if(y.browser){o.browser[y.browser]=true;o.browser.version=y.version}if(o.browser.webkit){o.browser.safari=true}if(u){o.inArray=function(a0,a1){return u.call(a1,a0)}}at=o(ac);if(ac.addEventListener){L=function(){ac.removeEventListener("DOMContentLoaded",L,false);o.ready()}}else{if(ac.attachEvent){L=function(){if(ac.readyState==="complete"){ac.detachEvent("onreadystatechange",L);o.ready()}}}}function A(){if(o.isReady){return}try{ac.documentElement.doScroll("left")}catch(a0){setTimeout(A,1);return}o.ready()}function w(a0,a1){if(a1.src){o.ajax({url:a1.src,async:false,dataType:"script"})}else{o.globalEval(a1.text||a1.textContent||a1.innerHTML||"")}if(a1.parentNode){a1.parentNode.removeChild(a1)}}function ai(a0,a7,a6,a1,a5,a8){var a4=a0.length;if(typeof a7==="object"){for(var a2 in a7){ai(a0,a2,a7[a2],a1,a5,a6)}return a0}if(a6!==aO){a1=!a8&&a1&&o.isFunction(a6);for(var a3=0;a3<a4;a3++){a5(a0[a3],a7,a1?a6.call(a0[a3],a3,a5(a0[a3],a7)):a6,a8)}return a0}return a4?a5(a0[0],a7):aO}function aS(){return(new Date).getTime()}(function(){o.support={};var a5=ac.documentElement,a9=ac.createElement("script"),a0=ac.createElement("div"),a2="script"+aS();a0.style.display="none";a0.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var a7=a0.getElementsByTagName("*"),a6=a0.getElementsByTagName("a")[0];if(!a7||!a7.length||!a6){return}o.support={leadingWhitespace:a0.firstChild.nodeType===3,tbody:!a0.getElementsByTagName("tbody").length,htmlSerialize:!!a0.getElementsByTagName("link").length,style:/red/.test(a6.getAttribute("style")),hrefNormalized:a6.getAttribute("href")==="/a",opacity:/^0.55$/.test(a6.style.opacity),cssFloat:!!a6.style.cssFloat,checkOn:a0.getElementsByTagName("input")[0].value==="on",optSelected:ac.createElement("select").appendChild(ac.createElement("option")).selected,parentNode:a0.removeChild(a0.appendChild(ac.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};a9.type="text/javascript";try{a9.appendChild(ac.createTextNode("window."+a2+"=1;"))}catch(a3){}a5.insertBefore(a9,a5.firstChild);if(E[a2]){o.support.scriptEval=true;delete E[a2]}try{delete a9.test}catch(a3){o.support.deleteExpando=false}a5.removeChild(a9);if(a0.attachEvent&&a0.fireEvent){a0.attachEvent("onclick",function a8(){o.support.noCloneEvent=false;a0.detachEvent("onclick",a8)});a0.cloneNode(true).fireEvent("onclick")}a0=ac.createElement("div");a0.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var a1=ac.createDocumentFragment();a1.appendChild(a0.firstChild);o.support.checkClone=a1.cloneNode(true).cloneNode(true).lastChild.checked;o(function(){var ba=ac.createElement("div");ba.style.width=ba.style.paddingLeft="1px";ac.body.appendChild(ba);o.boxModel=o.support.boxModel=ba.offsetWidth===2;ac.body.removeChild(ba).style.display="none";ba=null});var a4=function(ba){var bc=ac.createElement("div");ba="on"+ba;var bb=(ba in bc);if(!bb){bc.setAttribute(ba,"return;");bb=typeof bc[ba]==="function"}bc=null;return bb};o.support.submitBubbles=a4("submit");o.support.changeBubbles=a4("change");a5=a9=a0=a7=a6=null})();o.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var I="jQuery"+aS(),aI=0,aW={};o.extend({cache:{},expando:I,noData:{embed:true,object:true,applet:true},data:function(a3,a2,a4){if(a3.nodeName&&o.noData[a3.nodeName.toLowerCase()]){return}a3=a3==E?aW:a3;var a5=a3[I],a1=o.cache,a0;if(!a5&&typeof a2==="string"&&a4===aO){return null}if(!a5){a5=++aI}if(typeof a2==="object"){a3[I]=a5;a0=a1[a5]=o.extend(true,{},a2)}else{if(!a1[a5]){a3[I]=a5;a1[a5]={}}}a0=a1[a5];if(a4!==aO){a0[a2]=a4}return typeof a2==="string"?a0[a2]:a0},removeData:function(a3,a2){if(a3.nodeName&&o.noData[a3.nodeName.toLowerCase()]){return}a3=a3==E?aW:a3;var a4=a3[I],a1=o.cache,a0=a1[a4];if(a2){if(a0){delete a0[a2];if(o.isEmptyObject(a0)){o.removeData(a3)}}}else{if(o.support.deleteExpando){delete a3[o.expando]}else{if(a3.removeAttribute){a3.removeAttribute(o.expando)}}delete a1[a4]}}});o.fn.extend({data:function(a0,a2){if(typeof a0==="undefined"&&this.length){return o.data(this[0])}else{if(typeof a0==="object"){return this.each(function(){o.data(this,a0)})}}var a3=a0.split(".");a3[1]=a3[1]?"."+a3[1]:"";if(a2===aO){var a1=this.triggerHandler("getData"+a3[1]+"!",[a3[0]]);if(a1===aO&&this.length){a1=o.data(this[0],a0)}return a1===aO&&a3[1]?this.data(a3[0]):a1}else{return this.trigger("setData"+a3[1]+"!",[a3[0],a2]).each(function(){o.data(this,a0,a2)})}},removeData:function(a0){return this.each(function(){o.removeData(this,a0)})}});o.extend({queue:function(a1,a0,a3){if(!a1){return}a0=(a0||"fx")+"queue";var a2=o.data(a1,a0);if(!a3){return a2||[]}if(!a2||o.isArray(a3)){a2=o.data(a1,a0,o.makeArray(a3))}else{a2.push(a3)}return a2},dequeue:function(a3,a2){a2=a2||"fx";var a0=o.queue(a3,a2),a1=a0.shift();if(a1==="inprogress"){a1=a0.shift()}if(a1){if(a2==="fx"){a0.unshift("inprogress")}a1.call(a3,function(){o.dequeue(a3,a2)})}}});o.fn.extend({queue:function(a0,a1){if(typeof a0!=="string"){a1=a0;a0="fx"}if(a1===aO){return o.queue(this[0],a0)}return this.each(function(a3,a4){var a2=o.queue(this,a0,a1);if(a0==="fx"&&a2[0]!=="inprogress"){o.dequeue(this,a0)}})},dequeue:function(a0){return this.each(function(){o.dequeue(this,a0)})},delay:function(a1,a0){a1=o.fx?o.fx.speeds[a1]||a1:a1;a0=a0||"fx";return this.queue(a0,function(){var a2=this;setTimeout(function(){o.dequeue(a2,a0)},a1)})},clearQueue:function(a0){return this.queue(a0||"fx",[])}});var af=/[\n\t]/g,aA=/\s+/,az=/\r/g,aT=/href|src|style/,e=/(button|input)/i,C=/(button|input|object|select|textarea)/i,j=/^(a|area)$/i,K=/radio|checkbox/;o.fn.extend({attr:function(a0,a1){return ai(this,a0,a1,true,o.attr)},removeAttr:function(a0,a1){return this.each(function(){o.attr(this,a0,"");if(this.nodeType===1){this.removeAttribute(a0)}})},addClass:function(a7){if(o.isFunction(a7)){return this.each(function(ba){var a9=o(this);a9.addClass(a7.call(this,ba,a9.attr("class")))})}if(a7&&typeof a7==="string"){var a4=(a7||"").split(aA);for(var a3=0,a2=this.length;a3<a2;a3++){var a1=this[a3];if(a1.nodeType===1){if(!a1.className){a1.className=a7}else{var a0=" "+a1.className+" ",a6=a1.className;for(var a5=0,a8=a4.length;a5<a8;a5++){if(a0.indexOf(" "+a4[a5]+" ")<0){a6+=" "+a4[a5]}}a1.className=o.trim(a6)}}}}return this},removeClass:function(a5){if(o.isFunction(a5)){return this.each(function(a9){var a8=o(this);a8.removeClass(a5.call(this,a9,a8.attr("class")))})}if((a5&&typeof a5==="string")||a5===aO){var a6=(a5||"").split(aA);for(var a3=0,a1=this.length;a3<a1;a3++){var a4=this[a3];if(a4.nodeType===1&&a4.className){if(a5){var a2=(" "+a4.className+" ").replace(af," ");for(var a7=0,a0=a6.length;a7<a0;a7++){a2=a2.replace(" "+a6[a7]+" "," ")}a4.className=o.trim(a2)}else{a4.className=""}}}}return this},toggleClass:function(a3,a1){var a2=typeof a3,a0=typeof a1==="boolean";if(o.isFunction(a3)){return this.each(function(a5){var a4=o(this);a4.toggleClass(a3.call(this,a5,a4.attr("class"),a1),a1)})}return this.each(function(){if(a2==="string"){var a5,a6=0,a4=o(this),a7=a1,a8=a3.split(aA);while((a5=a8[a6++])){a7=a0?a7:!a4.hasClass(a5);a4[a7?"addClass":"removeClass"](a5)}}else{if(a2==="undefined"||a2==="boolean"){if(this.className){o.data(this,"__className__",this.className)}this.className=this.className||a3===false?"":o.data(this,"__className__")||""}}})},hasClass:function(a0){var a2=" "+a0+" ";for(var a3=0,a1=this.length;a3<a1;a3++){if((" "+this[a3].className+" ").replace(af," ").indexOf(a2)>-1){return true}}return false},val:function(a8){if(a8===aO){var a2=this[0];if(a2){if(o.nodeName(a2,"option")){return(a2.attributes.value||{}).specified?a2.value:a2.text}if(o.nodeName(a2,"select")){var a5=a2.selectedIndex,a9=[],a7=a2.options,a4=a2.type==="select-one";if(a5<0){return null}for(var a3=a4?a5:0,a6=a4?a5+1:a7.length;a3<a6;a3++){var a1=a7[a3];if(a1.selected){a8=o(a1).val();if(a4){return a8}a9.push(a8)}}return a9}if(K.test(a2.type)&&!o.support.checkOn){return a2.getAttribute("value")===null?"on":a2.value}return(a2.value||"").replace(az,"")}return aO}var a0=o.isFunction(a8);return this.each(function(bb){var ba=o(this),bd=a8;if(this.nodeType!==1){return}if(a0){bd=a8.call(this,bb,ba.val())}if(typeof bd==="number"){bd+=""}if(o.isArray(bd)&&K.test(this.type)){this.checked=o.inArray(ba.val(),bd)>=0}else{if(o.nodeName(this,"select")){var bc=o.makeArray(bd);o("option",this).each(function(){this.selected=o.inArray(o(this).val(),bc)>=0});if(!bc.length){this.selectedIndex=-1}}else{this.value=bd}}})}});o.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a2,a0,a5,a8){if(!a2||a2.nodeType===3||a2.nodeType===8){return aO}if(a8&&a0 in o.attrFn){return o(a2)[a0](a5)}var a3=a2.nodeType!==1||!o.isXMLDoc(a2),a6=a5!==aO;a0=a3&&o.props[a0]||a0;if(a2.nodeType===1){var a1=aT.test(a0);if(a0==="selected"&&!o.support.optSelected){var a9=a2.parentNode;if(a9){a9.selectedIndex;if(a9.parentNode){a9.parentNode.selectedIndex}}}if(a0 in a2&&a3&&!a1){if(a6){if(a0==="type"&&e.test(a2.nodeName)&&a2.parentNode){o.error("type property can't be changed")}a2[a0]=a5}if(o.nodeName(a2,"form")&&a2.getAttributeNode(a0)){return a2.getAttributeNode(a0).nodeValue}if(a0==="tabIndex"){var a7=a2.getAttributeNode("tabIndex");return a7&&a7.specified?a7.value:C.test(a2.nodeName)||j.test(a2.nodeName)&&a2.href?0:aO}return a2[a0]}if(!o.support.style&&a3&&a0==="style"){if(a6){a2.style.cssText=""+a5}return a2.style.cssText}if(a6){a2.setAttribute(a0,""+a5)}var a4=!o.support.hrefNormalized&&a3&&a1?a2.getAttribute(a0,2):a2.getAttribute(a0);return a4===null?aO:a4}return o.style(a2,a0,a5)}});var aF=/\.(.*)$/,aR=function(a0){return a0.replace(/[^\w\s\.\|`]/g,function(a1){return"\\"+a1})};o.event={add:function(a6,a9,bd,a8){if(a6.nodeType===3||a6.nodeType===8){return}if(a6.setInterval&&(a6!==E&&!a6.frameElement)){a6=E}var a4,bc;if(bd.handler){a4=bd;bd=a4.handler}if(!bd.guid){bd.guid=o.guid++}var a2=o.data(a6);if(!a2){return}var bb=a2.events=a2.events||{},a3=a2.handle,a3;if(!a3){a2.handle=a3=function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(a3.elem,arguments):aO}}a3.elem=a6;a9=a9.split(" ");var ba,a7=0,a1;while((ba=a9[a7++])){bc=a4?o.extend({},a4):{handler:bd,data:a8};if(ba.indexOf(".")>-1){a1=ba.split(".");ba=a1.shift();bc.namespace=a1.slice(0).sort().join(".")}else{a1=[];bc.namespace=""}bc.type=ba;bc.guid=bd.guid;var a5=bb[ba],a0=o.event.special[ba]||{};if(!a5){a5=bb[ba]=[];if(!a0.setup||a0.setup.call(a6,a8,a1,a3)===false){if(a6.addEventListener){a6.addEventListener(ba,a3,false)}else{if(a6.attachEvent){a6.attachEvent("on"+ba,a3)}}}}if(a0.add){a0.add.call(a6,bc);if(!bc.handler.guid){bc.handler.guid=bd.guid}}a5.push(bc);o.event.global[ba]=true}a6=null},global:{},remove:function(bg,ba,a1,a4){if(bg.nodeType===3||bg.nodeType===8){return}var bi,a3,a6,bf=0,a2,a7,bb,a5,a8,a0,bh,be=o.data(bg),a9=be&&be.events;if(!be||!a9){return}if(ba&&ba.type){a1=ba.handler;ba=ba.type}if(!ba||typeof ba==="string"&&ba.charAt(0)==="."){ba=ba||"";for(a3 in a9){o.event.remove(bg,a3+ba)}return}ba=ba.split(" ");while((a3=ba[bf++])){bh=a3;a0=null;a2=a3.indexOf(".")<0;a7=[];if(!a2){a7=a3.split(".");a3=a7.shift();bb=new RegExp("(^|\\.)"+o.map(a7.slice(0).sort(),aR).join("\\.(?:.*\\.)?")+"(\\.|$)")}a8=a9[a3];if(!a8){continue}if(!a1){for(var bd=0;bd<a8.length;bd++){a0=a8[bd];if(a2||bb.test(a0.namespace)){o.event.remove(bg,bh,a0.handler,bd);a8.splice(bd--,1)}}continue}a5=o.event.special[a3]||{};for(var bd=a4||0;bd<a8.length;bd++){a0=a8[bd];if(a1.guid===a0.guid){if(a2||bb.test(a0.namespace)){if(a4==null){a8.splice(bd--,1)}if(a5.remove){a5.remove.call(bg,a0)}}if(a4!=null){break}}}if(a8.length===0||a4!=null&&a8.length===1){if(!a5.teardown||a5.teardown.call(bg,a7)===false){ap(bg,a3,be.handle)}bi=null;delete a9[a3]}}if(o.isEmptyObject(a9)){var bc=be.handle;if(bc){bc.elem=null}delete be.events;delete be.handle;if(o.isEmptyObject(be)){o.removeData(bg)}}},trigger:function(a1,a7,a5){var a9=a1.type||a1,a6=arguments[3];if(!a6){a1=typeof a1==="object"?a1[I]?a1:o.extend(o.Event(a9),a1):o.Event(a9);if(a9.indexOf("!")>=0){a1.type=a9=a9.slice(0,-1);a1.exclusive=true}if(!a5){a1.stopPropagation();if(o.event.global[a9]){o.each(o.cache,function(){if(this.events&&this.events[a9]){o.event.trigger(a1,a7,this.handle.elem)}})}}if(!a5||a5.nodeType===3||a5.nodeType===8){return aO}a1.result=aO;a1.target=a5;a7=o.makeArray(a7);a7.unshift(a1)}a1.currentTarget=a5;var a3=o.data(a5,"handle");if(a3){a3.apply(a5,a7)}var bb=a5.parentNode||a5.ownerDocument;try{if(!(a5&&a5.nodeName&&o.noData[a5.nodeName.toLowerCase()])){if(a5["on"+a9]&&a5["on"+a9].apply(a5,a7)===false){a1.result=false}}}catch(a8){}if(!a1.isPropagationStopped()&&bb){o.event.trigger(a1,a7,bb,true)}else{if(!a1.isDefaultPrevented()){var a2=a1.target,a4,ba=o.nodeName(a2,"a")&&a9==="click",a0=o.event.special[a9]||{};if((!a0._default||a0._default.call(a5,a1)===false)&&!ba&&!(a2&&a2.nodeName&&o.noData[a2.nodeName.toLowerCase()])){try{if(a2[a9]){a4=a2["on"+a9];if(a4){a2["on"+a9]=null}o.event.triggered=true;a2[a9]()}}catch(a8){}if(a4){a2["on"+a9]=a4}o.event.triggered=false}}}},handle:function(a0){var a9,a2,a1,a4,a8;a0=arguments[0]=o.event.fix(a0||E.event);a0.currentTarget=this;a9=a0.type.indexOf(".")<0&&!a0.exclusive;if(!a9){a1=a0.type.split(".");a0.type=a1.shift();a4=new RegExp("(^|\\.)"+a1.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var a8=o.data(this,"events"),a2=a8[a0.type];if(a8&&a2){a2=a2.slice(0);for(var a5=0,a3=a2.length;a5<a3;a5++){var a7=a2[a5];if(a9||a4.test(a7.namespace)){a0.handler=a7.handler;a0.data=a7.data;a0.handleObj=a7;var a6=a7.handler.apply(this,arguments);if(a6!==aO){a0.result=a6;if(a6===false){a0.preventDefault();a0.stopPropagation()}}if(a0.isImmediatePropagationStopped()){break}}}}return a0.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(a3){if(a3[I]){return a3}var a1=a3;a3=o.Event(a1);for(var a2=this.props.length,a5;a2;){a5=this.props[--a2];a3[a5]=a1[a5]}if(!a3.target){a3.target=a3.srcElement||ac}if(a3.target.nodeType===3){a3.target=a3.target.parentNode}if(!a3.relatedTarget&&a3.fromElement){a3.relatedTarget=a3.fromElement===a3.target?a3.toElement:a3.fromElement}if(a3.pageX==null&&a3.clientX!=null){var a4=ac.documentElement,a0=ac.body;a3.pageX=a3.clientX+(a4&&a4.scrollLeft||a0&&a0.scrollLeft||0)-(a4&&a4.clientLeft||a0&&a0.clientLeft||0);a3.pageY=a3.clientY+(a4&&a4.scrollTop||a0&&a0.scrollTop||0)-(a4&&a4.clientTop||a0&&a0.clientTop||0)}if(!a3.which&&((a3.charCode||a3.charCode===0)?a3.charCode:a3.keyCode)){a3.which=a3.charCode||a3.keyCode}if(!a3.metaKey&&a3.ctrlKey){a3.metaKey=a3.ctrlKey}if(!a3.which&&a3.button!==aO){a3.which=(a3.button&1?1:(a3.button&2?3:(a3.button&4?2:0)))}return a3},guid:100000000,proxy:o.proxy,special:{ready:{setup:o.bindReady,teardown:o.noop},live:{add:function(a0){o.event.add(this,a0.origType,o.extend({},a0,{handler:ax}))},remove:function(a0){var a2=true,a1=a0.origType.replace(aF,"");o.each(o.data(this,"events").live||[],function(){if(a1===this.origType.replace(aF,"")){a2=false;return false}});if(a2){o.event.remove(this,a0.origType,ax)}}},beforeunload:{setup:function(a2,a1,a0){if(this.setInterval){this.onbeforeunload=a0}return false},teardown:function(a1,a0){if(this.onbeforeunload===a0){this.onbeforeunload=null}}}}};var ap=ac.removeEventListener?function(a2,a1,a0){a2.removeEventListener(a1,a0,false)}:function(a2,a1,a0){a2.detachEvent("on"+a1,a0)};o.Event=function(a0){if(!this.preventDefault){return new o.Event(a0)}if(a0&&a0.type){this.originalEvent=a0;this.type=a0.type}else{this.type=a0}this.timeStamp=aS();this[I]=true};function B(){return false}function g(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=g;var a0=this.originalEvent;if(!a0){return}if(a0.preventDefault){a0.preventDefault()}a0.returnValue=false},stopPropagation:function(){this.isPropagationStopped=g;var a0=this.originalEvent;if(!a0){return}if(a0.stopPropagation){a0.stopPropagation()}a0.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=g;this.stopPropagation()},isDefaultPrevented:B,isPropagationStopped:B,isImmediatePropagationStopped:B};var V=function(a1){var a0=a1.relatedTarget;try{while(a0&&a0!==this){a0=a0.parentNode}if(a0!==this){a1.type=a1.data;o.event.handle.apply(this,arguments)}}catch(a2){}},aD=function(a0){a0.type=a0.data;o.event.handle.apply(this,arguments)};o.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a1,a0){o.event.special[a1]={setup:function(a2){o.event.add(this,a0,a2&&a2.selector?aD:V,a1)},teardown:function(a2){o.event.remove(this,a0,a2&&a2.selector?aD:V)}}});if(!o.support.submitBubbles){o.event.special.submit={setup:function(a1,a0){if(this.nodeName.toLowerCase()!=="form"){o.event.add(this,"click.specialSubmit",function(a4){var a3=a4.target,a2=a3.type;if((a2==="submit"||a2==="image")&&o(a3).closest("form").length){return Q("submit",this,arguments)}});o.event.add(this,"keypress.specialSubmit",function(a4){var a3=a4.target,a2=a3.type;if((a2==="text"||a2==="password")&&o(a3).closest("form").length&&a4.keyCode===13){return Q("submit",this,arguments)}})}else{return false}},teardown:function(a0){o.event.remove(this,".specialSubmit")}}}if(!o.support.changeBubbles){var aw=/textarea|input|select/i,x,k=function(a1){var a0=a1.type,a2=a1.value;if(a0==="radio"||a0==="checkbox"){a2=a1.checked}else{if(a0==="select-multiple"){a2=a1.selectedIndex>-1?o.map(a1.options,function(a3){return a3.selected}).join("-"):""}else{if(a1.nodeName.toLowerCase()==="select"){a2=a1.selectedIndex}}}return a2},T=function T(a2){var a0=a2.target,a1,a3;if(!aw.test(a0.nodeName)||a0.readOnly){return}a1=o.data(a0,"_change_data");a3=k(a0);if(a2.type!=="focusout"||a0.type!=="radio"){o.data(a0,"_change_data",a3)}if(a1===aO||a3===a1){return}if(a1!=null||a3){a2.type="change";return o.event.trigger(a2,arguments[1],a0)}};o.event.special.change={filters:{focusout:T,click:function(a2){var a1=a2.target,a0=a1.type;if(a0==="radio"||a0==="checkbox"||a1.nodeName.toLowerCase()==="select"){return T.call(this,a2)}},keydown:function(a2){var a1=a2.target,a0=a1.type;if((a2.keyCode===13&&a1.nodeName.toLowerCase()!=="textarea")||(a2.keyCode===32&&(a0==="checkbox"||a0==="radio"))||a0==="select-multiple"){return T.call(this,a2)}},beforeactivate:function(a1){var a0=a1.target;o.data(a0,"_change_data",k(a0))}},setup:function(a2,a1){if(this.type==="file"){return false}for(var a0 in x){o.event.add(this,a0+".specialChange",x[a0])}return aw.test(this.nodeName)},teardown:function(a0){o.event.remove(this,".specialChange");return aw.test(this.nodeName)}};x=o.event.special.change.filters}function Q(a1,a2,a0){a0[0].type=a1;return o.event.handle.apply(a2,a0)}if(ac.addEventListener){o.each({focus:"focusin",blur:"focusout"},function(a2,a0){o.event.special[a0]={setup:function(){this.addEventListener(a2,a1,true)},teardown:function(){this.removeEventListener(a2,a1,true)}};function a1(a3){a3=o.event.fix(a3);a3.type=a0;return o.event.handle.call(this,a3)}})}o.each(["bind","one"],function(a1,a0){o.fn[a0]=function(a7,a8,a6){if(typeof a7==="object"){for(var a4 in a7){this[a0](a4,a8,a7[a4],a6)}return this}if(o.isFunction(a8)){a6=a8;a8=aO}var a5=a0==="one"?o.proxy(a6,function(a9){o(this).unbind(a9,a5);return a6.apply(this,arguments)}):a6;if(a7==="unload"&&a0!=="one"){this.one(a7,a8,a6)}else{for(var a3=0,a2=this.length;a3<a2;a3++){o.event.add(this[a3],a7,a5,a8)}}return this}});o.fn.extend({unbind:function(a4,a3){if(typeof a4==="object"&&!a4.preventDefault){for(var a2 in a4){this.unbind(a2,a4[a2])}}else{for(var a1=0,a0=this.length;a1<a0;a1++){o.event.remove(this[a1],a4,a3)}}return this},delegate:function(a0,a1,a3,a2){return this.live(a1,a3,a2,a0)},undelegate:function(a0,a1,a2){if(arguments.length===0){return this.unbind("live")}else{return this.die(a1,null,a2,a0)}},trigger:function(a0,a1){return this.each(function(){o.event.trigger(a0,a1,this)})},triggerHandler:function(a0,a2){if(this[0]){var a1=o.Event(a0);a1.preventDefault();a1.stopPropagation();o.event.trigger(a1,a2,this[0]);return a1.result}},toggle:function(a2){var a0=arguments,a1=1;while(a1<a0.length){o.proxy(a2,a0[a1++])}return this.click(o.proxy(a2,function(a3){var a4=(o.data(this,"lastToggle"+a2.guid)||0)%a1;o.data(this,"lastToggle"+a2.guid,a4+1);a3.preventDefault();return a0[a4].apply(this,arguments)||false}))},hover:function(a0,a1){return this.mouseenter(a0).mouseleave(a1||a0)}});var aB={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};o.each(["live","die"],function(a1,a0){o.fn[a0]=function(a9,a6,bb,a8){var ba,a5=0,a7,a3,bc,a4=a8||this.selector,a2=a8?this:o(this.context);if(o.isFunction(a6)){bb=a6;a6=aO}a9=(a9||"").split(" ");while((ba=a9[a5++])!=null){a7=aF.exec(ba);a3="";if(a7){a3=a7[0];ba=ba.replace(aF,"")}if(ba==="hover"){a9.push("mouseenter"+a3,"mouseleave"+a3);continue}bc=ba;if(ba==="focus"||ba==="blur"){a9.push(aB[ba]+a3);ba=ba+a3}else{ba=(aB[ba]||ba)+a3}if(a0==="live"){a2.each(function(){o.event.add(this,a(ba,a4),{data:a6,selector:a4,handler:bb,origType:ba,origHandler:bb,preType:bc})})}else{a2.unbind(a(ba,a4),bb)}}return this}});function ax(a1){var ba,a0=[],bd=[],a9=arguments,be,a8,bc,a3,a5,a7,a4,a6,bb=o.data(this,"events");if(a1.liveFired===this||!bb||!bb.live||a1.button&&a1.type==="click"){return}a1.liveFired=this;var a2=bb.live.slice(0);for(a5=0;a5<a2.length;a5++){bc=a2[a5];if(bc.origType.replace(aF,"")===a1.type){bd.push(bc.selector)}else{a2.splice(a5--,1)}}a8=o(a1.target).closest(bd,a1.currentTarget);for(a7=0,a4=a8.length;a7<a4;a7++){for(a5=0;a5<a2.length;a5++){bc=a2[a5];if(a8[a7].selector===bc.selector){a3=a8[a7].elem;be=null;if(bc.preType==="mouseenter"||bc.preType==="mouseleave"){be=o(a1.relatedTarget).closest(bc.selector)[0]}if(!be||be!==a3){a0.push({elem:a3,handleObj:bc})}}}}for(a7=0,a4=a0.length;a7<a4;a7++){a8=a0[a7];a1.currentTarget=a8.elem;a1.data=a8.handleObj.data;a1.handleObj=a8.handleObj;if(a8.handleObj.origHandler.apply(a8.elem,a9)===false){ba=false;break}}return ba}function a(a1,a0){return"live."+(a1&&a1!=="*"?a1+".":"")+a0.replace(/\./g,"`").replace(/ /g,"&")}o.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(a1,a0){o.fn[a0]=function(a2){return a2?this.bind(a0,a2):this.trigger(a0)};if(o.attrFn){o.attrFn[a0]=true}});if(E.attachEvent&&!E.addEventListener){E.attachEvent("onunload",function(){for(var a1 in o.cache){if(o.cache[a1].handle){try{o.event.remove(o.cache[a1].handle.elem)}catch(a0){}}}})}(function(){var bb=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bc=0,bf=Object.prototype.toString,a6=false,a2=true;[0,0].sort(function(){a2=false;return 0});var a9=function(bo,bi,br,bs){br=br||[];var bj=bi=bi||ac;if(bi.nodeType!==1&&bi.nodeType!==9){return[]}if(!bo||typeof bo!=="string"){return br}var bp=[],bl,bv,by,bk,bn=true,bm=a4(bi),bt=bo;while((bb.exec(""),bl=bb.exec(bt))!==null){bt=bl[3];bp.push(bl[1]);if(bl[2]){bk=bl[3];break}}if(bp.length>1&&a5.exec(bo)){if(bp.length===2&&a7.relative[bp[0]]){bv=bd(bp[0]+bp[1],bi)}else{bv=a7.relative[bp[0]]?[bi]:a9(bp.shift(),bi);while(bp.length){bo=bp.shift();if(a7.relative[bo]){bo+=bp.shift()}bv=bd(bo,bv)}}}else{if(!bs&&bp.length>1&&bi.nodeType===9&&!bm&&a7.match.ID.test(bp[0])&&!a7.match.ID.test(bp[bp.length-1])){var bu=a9.find(bp.shift(),bi,bm);bi=bu.expr?a9.filter(bu.expr,bu.set)[0]:bu.set[0]}if(bi){var bu=bs?{expr:bp.pop(),set:a8(bs)}:a9.find(bp.pop(),bp.length===1&&(bp[0]==="~"||bp[0]==="+")&&bi.parentNode?bi.parentNode:bi,bm);bv=bu.expr?a9.filter(bu.expr,bu.set):bu.set;if(bp.length>0){by=a8(bv)}else{bn=false}while(bp.length){var bx=bp.pop(),bw=bx;if(!a7.relative[bx]){bx=""}else{bw=bp.pop()}if(bw==null){bw=bi}a7.relative[bx](by,bw,bm)}}else{by=bp=[]}}if(!by){by=bv}if(!by){a9.error(bx||bo)}if(bf.call(by)==="[object Array]"){if(!bn){br.push.apply(br,by)}else{if(bi&&bi.nodeType===1){for(var bq=0;by[bq]!=null;bq++){if(by[bq]&&(by[bq]===true||by[bq].nodeType===1&&a1(bi,by[bq]))){br.push(bv[bq])}}}else{for(var bq=0;by[bq]!=null;bq++){if(by[bq]&&by[bq].nodeType===1){br.push(bv[bq])}}}}}else{a8(by,br)}if(bk){a9(bk,bj,br,bs);a9.uniqueSort(br)}return br};a9.uniqueSort=function(bj){if(bh){a6=a2;bj.sort(bh);if(a6){for(var bi=1;bi<bj.length;bi++){if(bj[bi]===bj[bi-1]){bj.splice(bi--,1)}}}}return bj};a9.matches=function(bi,bj){return a9(bi,null,null,bj)};a9.find=function(bo,bi,bq){var bp,bm;if(!bo){return[]}for(var bl=0,bk=a7.order.length;bl<bk;bl++){var bn=a7.order[bl],bm;if((bm=a7.leftMatch[bn].exec(bo))){var bj=bm[1];bm.splice(1,1);if(bj.substr(bj.length-1)!=="\\"){bm[1]=(bm[1]||"").replace(/\\/g,"");bp=a7.find[bn](bm,bi,bq);if(bp!=null){bo=bo.replace(a7.match[bn],"");break}}}}if(!bp){bp=bi.getElementsByTagName("*")}return{set:bp,expr:bo}};a9.filter=function(bt,bu,bx,bk){var bi=bt,bs=[],bo=bu,bm,bq,bn=bu&&bu[0]&&a4(bu[0]);while(bt&&bu.length){for(var br in a7.filter){if((bm=a7.leftMatch[br].exec(bt))!=null&&bm[2]){var bp=a7.filter[br],by,bw,bj=bm[1];bq=false;bm.splice(1,1);if(bj.substr(bj.length-1)==="\\"){continue}if(bo===bs){bs=[]}if(a7.preFilter[br]){bm=a7.preFilter[br](bm,bo,bx,bs,bk,bn);if(!bm){bq=by=true}else{if(bm===true){continue}}}if(bm){for(var bl=0;(bw=bo[bl])!=null;bl++){if(bw){by=bp(bw,bm,bl,bo);var bv=bk^!!by;if(bx&&by!=null){if(bv){bq=true}else{bo[bl]=false}}else{if(bv){bs.push(bw);bq=true}}}}}if(by!==aO){if(!bx){bo=bs}bt=bt.replace(a7.match[br],"");if(!bq){return[]}break}}}if(bt===bi){if(bq==null){a9.error(bt)}else{break}}bi=bt}return bo};a9.error=function(bi){throw"Syntax error, unrecognized expression: "+bi};var a7=a9.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(bi){return bi.getAttribute("href")}},relative:{"+":function(bo,bk){var bj=typeof bk==="string",bn=bj&&!/\W/.test(bk),bp=bj&&!bn;if(bn){bk=bk.toLowerCase()}for(var bl=0,bi=bo.length,bm;bl<bi;bl++){if((bm=bo[bl])){while((bm=bm.previousSibling)&&bm.nodeType!==1){}bo[bl]=bp||bm&&bm.nodeName.toLowerCase()===bk?bm||false:bm===bk}}if(bp){a9.filter(bk,bo,true)}},">":function(bo,bl){var bk=typeof bl==="string";if(bk&&!/\W/.test(bl)){bl=bl.toLowerCase();for(var bm=0,bi=bo.length;bm<bi;bm++){var bn=bo[bm];if(bn){var bj=bn.parentNode;bo[bm]=bj.nodeName.toLowerCase()===bl?bj:false}}}else{for(var bm=0,bi=bo.length;bm<bi;bm++){var bn=bo[bm];if(bn){bo[bm]=bk?bn.parentNode:bn.parentNode===bl}}if(bk){a9.filter(bl,bo,true)}}},"":function(bl,bj,bn){var bk=bc++,bi=be;if(typeof bj==="string"&&!/\W/.test(bj)){var bm=bj=bj.toLowerCase();bi=a0}bi("parentNode",bj,bk,bl,bm,bn)},"~":function(bl,bj,bn){var bk=bc++,bi=be;if(typeof bj==="string"&&!/\W/.test(bj)){var bm=bj=bj.toLowerCase();bi=a0}bi("previousSibling",bj,bk,bl,bm,bn)}},find:{ID:function(bj,bk,bl){if(typeof bk.getElementById!=="undefined"&&!bl){var bi=bk.getElementById(bj[1]);return bi?[bi]:[]}},NAME:function(bk,bn){if(typeof bn.getElementsByName!=="undefined"){var bj=[],bm=bn.getElementsByName(bk[1]);for(var bl=0,bi=bm.length;bl<bi;bl++){if(bm[bl].getAttribute("name")===bk[1]){bj.push(bm[bl])}}return bj.length===0?null:bj}},TAG:function(bi,bj){return bj.getElementsByTagName(bi[1])}},preFilter:{CLASS:function(bk,bi,bj,bo,bn,bp){bk=" "+bk[1].replace(/\\/g,"")+" ";if(bp){return bk}for(var bl=0,bm;(bm=bi[bl])!=null;bl++){if(bm){if(bn^(bm.className&&(" "+bm.className+" ").replace(/[\t\n]/g," ").indexOf(bk)>=0)){if(!bj){bo.push(bm)}}else{if(bj){bi[bl]=false}}}}return false},ID:function(bi){return bi[1].replace(/\\/g,"")},TAG:function(bj,bi){return bj[1].toLowerCase()},CHILD:function(bi){if(bi[1]==="nth"){var bj=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(bi[2]==="even"&&"2n"||bi[2]==="odd"&&"2n+1"||!/\D/.test(bi[2])&&"0n+"+bi[2]||bi[2]);bi[2]=(bj[1]+(bj[2]||1))-0;bi[3]=bj[3]-0}bi[0]=bc++;return bi},ATTR:function(bl,bi,bj,bn,bm,bo){var bk=bl[1].replace(/\\/g,"");if(!bo&&a7.attrMap[bk]){bl[1]=a7.attrMap[bk]}if(bl[2]==="~="){bl[4]=" "+bl[4]+" "}return bl},PSEUDO:function(bl,bi,bj,bn,bm){if(bl[1]==="not"){if((bb.exec(bl[3])||"").length>1||/^\w/.test(bl[3])){bl[3]=a9(bl[3],null,null,bi)}else{var bk=a9.filter(bl[3],bi,bj,true^bm);if(!bj){bn.push.apply(bn,bk)}return false}}else{if(a7.match.POS.test(bl[0])||a7.match.CHILD.test(bl[0])){return true}}return bl},POS:function(bi){bi.unshift(true);return bi}},filters:{enabled:function(bi){return bi.disabled===false&&bi.type!=="hidden"},disabled:function(bi){return bi.disabled===true},checked:function(bi){return bi.checked===true},selected:function(bi){bi.parentNode.selectedIndex;return bi.selected===true},parent:function(bi){return !!bi.firstChild},empty:function(bi){return !bi.firstChild},has:function(bk,bj,bi){return !!a9(bi[3],bk).length},header:function(bi){return/h\d/i.test(bi.nodeName)},text:function(bi){return"text"===bi.type},radio:function(bi){return"radio"===bi.type},checkbox:function(bi){return"checkbox"===bi.type},file:function(bi){return"file"===bi.type},password:function(bi){return"password"===bi.type},submit:function(bi){return"submit"===bi.type},image:function(bi){return"image"===bi.type},reset:function(bi){return"reset"===bi.type},button:function(bi){return"button"===bi.type||bi.nodeName.toLowerCase()==="button"},input:function(bi){return/input|select|textarea|button/i.test(bi.nodeName)}},setFilters:{first:function(bj,bi){return bi===0},last:function(bk,bj,bi,bl){return bj===bl.length-1},even:function(bj,bi){return bi%2===0},odd:function(bj,bi){return bi%2===1},lt:function(bk,bj,bi){return bj<bi[3]-0},gt:function(bk,bj,bi){return bj>bi[3]-0},nth:function(bk,bj,bi){return bi[3]-0===bj},eq:function(bk,bj,bi){return bi[3]-0===bj}},filter:{PSEUDO:function(bo,bl,bm,bp){var bk=bl[1],bj=a7.filters[bk];if(bj){return bj(bo,bm,bl,bp)}else{if(bk==="contains"){return(bo.textContent||bo.innerText||ba([bo])||"").indexOf(bl[3])>=0}else{if(bk==="not"){var bn=bl[3];for(var bm=0,bi=bn.length;bm<bi;bm++){if(bn[bm]===bo){return false}}return true}else{a9.error("Syntax error, unrecognized expression: "+bk)}}}},CHILD:function(bj,bk){var bo=bk[1],bi=bj;switch(bo){case"only":case"first":while((bi=bi.previousSibling)){if(bi.nodeType===1){return false}}if(bo==="first"){return true}bi=bj;case"last":while((bi=bi.nextSibling)){if(bi.nodeType===1){return false}}return true;case"nth":var bl=bk[2],bq=bk[3];if(bl===1&&bq===0){return true}var bn=bk[0],br=bj.parentNode;if(br&&(br.sizcache!==bn||!bj.nodeIndex)){var bm=0;for(bi=br.firstChild;bi;bi=bi.nextSibling){if(bi.nodeType===1){bi.nodeIndex=++bm}}br.sizcache=bn}var bp=bj.nodeIndex-bq;if(bl===0){return bp===0}else{return(bp%bl===0&&bp/bl>=0)}}},ID:function(bj,bi){return bj.nodeType===1&&bj.getAttribute("id")===bi},TAG:function(bj,bi){return(bi==="*"&&bj.nodeType===1)||bj.nodeName.toLowerCase()===bi},CLASS:function(bj,bi){return(" "+(bj.className||bj.getAttribute("class"))+" ").indexOf(bi)>-1},ATTR:function(bm,bk){var bj=bk[1],bo=a7.attrHandle[bj]?a7.attrHandle[bj](bm):bm[bj]!=null?bm[bj]:bm.getAttribute(bj),bn=bo+"",bl=bk[2],bi=bk[4];return bo==null?bl==="!=":bl==="="?bn===bi:bl==="*="?bn.indexOf(bi)>=0:bl==="~="?(" "+bn+" ").indexOf(bi)>=0:!bi?bn&&bo!==false:bl==="!="?bn!==bi:bl==="^="?bn.indexOf(bi)===0:bl==="$="?bn.substr(bn.length-bi.length)===bi:bl==="|="?bn===bi||bn.substr(0,bi.length+1)===bi+"-":false},POS:function(bm,bk,bl,bn){var bj=bk[2],bi=a7.setFilters[bj];if(bi){return bi(bm,bl,bk,bn)}}}};var a5=a7.match.POS;for(var a3 in a7.match){a7.match[a3]=new RegExp(a7.match[a3].source+/(?![^\[]*\])(?![^\(]*\))/.source);a7.leftMatch[a3]=new RegExp(/(^(?:.|\r|\n)*?)/.source+a7.match[a3].source.replace(/\\(\d+)/g,function(bj,bi){return"\\"+(bi-0+1)}))}var a8=function(bj,bi){bj=Array.prototype.slice.call(bj,0);if(bi){bi.push.apply(bi,bj);return bi}return bj};try{Array.prototype.slice.call(ac.documentElement.childNodes,0)[0].nodeType}catch(bg){a8=function(bm,bl){var bj=bl||[];if(bf.call(bm)==="[object Array]"){Array.prototype.push.apply(bj,bm)}else{if(typeof bm.length==="number"){for(var bk=0,bi=bm.length;bk<bi;bk++){bj.push(bm[bk])}}else{for(var bk=0;bm[bk];bk++){bj.push(bm[bk])}}}return bj}}var bh;if(ac.documentElement.compareDocumentPosition){bh=function(bj,bi){if(!bj.compareDocumentPosition||!bi.compareDocumentPosition){if(bj==bi){a6=true}return bj.compareDocumentPosition?-1:1}var bk=bj.compareDocumentPosition(bi)&4?-1:bj===bi?0:1;if(bk===0){a6=true}return bk}}else{if("sourceIndex" in ac.documentElement){bh=function(bj,bi){if(!bj.sourceIndex||!bi.sourceIndex){if(bj==bi){a6=true}return bj.sourceIndex?-1:1}var bk=bj.sourceIndex-bi.sourceIndex;if(bk===0){a6=true}return bk}}else{if(ac.createRange){bh=function(bj,bi){if(!bj.ownerDocument||!bi.ownerDocument){if(bj==bi){a6=true}return bj.ownerDocument?-1:1}var bl=bj.ownerDocument.createRange(),bm=bi.ownerDocument.createRange();bl.setStart(bj,0);bl.setEnd(bj,0);bm.setStart(bi,0);bm.setEnd(bi,0);var bk=bl.compareBoundaryPoints(Range.START_TO_END,bm);if(bk===0){a6=true}return bk}}}}function ba(bi){var bj="",bl;for(var bk=0;bi[bk];bk++){bl=bi[bk];if(bl.nodeType===3||bl.nodeType===4){bj+=bl.nodeValue}else{if(bl.nodeType!==8){bj+=ba(bl.childNodes)}}}return bj}(function(){var bj=ac.createElement("div"),bk="script"+(new Date).getTime();bj.innerHTML="<a name='"+bk+"'/>";var bi=ac.documentElement;bi.insertBefore(bj,bi.firstChild);if(ac.getElementById(bk)){a7.find.ID=function(bm,bn,bo){if(typeof bn.getElementById!=="undefined"&&!bo){var bl=bn.getElementById(bm[1]);return bl?bl.id===bm[1]||typeof bl.getAttributeNode!=="undefined"&&bl.getAttributeNode("id").nodeValue===bm[1]?[bl]:aO:[]}};a7.filter.ID=function(bn,bl){var bm=typeof bn.getAttributeNode!=="undefined"&&bn.getAttributeNode("id");return bn.nodeType===1&&bm&&bm.nodeValue===bl}}bi.removeChild(bj);bi=bj=null})();(function(){var bi=ac.createElement("div");bi.appendChild(ac.createComment(""));if(bi.getElementsByTagName("*").length>0){a7.find.TAG=function(bj,bn){var bm=bn.getElementsByTagName(bj[1]);if(bj[1]==="*"){var bl=[];for(var bk=0;bm[bk];bk++){if(bm[bk].nodeType===1){bl.push(bm[bk])}}bm=bl}return bm}}bi.innerHTML="<a href='#'></a>";if(bi.firstChild&&typeof bi.firstChild.getAttribute!=="undefined"&&bi.firstChild.getAttribute("href")!=="#"){a7.attrHandle.href=function(bj){return bj.getAttribute("href",2)}}bi=null})();if(ac.querySelectorAll){(function(){var bi=a9,bk=ac.createElement("div");bk.innerHTML="<p class='TEST'></p>";if(bk.querySelectorAll&&bk.querySelectorAll(".TEST").length===0){return}a9=function(bo,bn,bl,bm){bn=bn||ac;if(!bm&&bn.nodeType===9&&!a4(bn)){try{return a8(bn.querySelectorAll(bo),bl)}catch(bp){}}return bi(bo,bn,bl,bm)};for(var bj in bi){a9[bj]=bi[bj]}bk=null})()}(function(){var bi=ac.createElement("div");bi.innerHTML="<div class='test e'></div><div class='test'></div>";if(!bi.getElementsByClassName||bi.getElementsByClassName("e").length===0){return}bi.lastChild.className="e";if(bi.getElementsByClassName("e").length===1){return}a7.order.splice(1,0,"CLASS");a7.find.CLASS=function(bj,bk,bl){if(typeof bk.getElementsByClassName!=="undefined"&&!bl){return bk.getElementsByClassName(bj[1])}};bi=null})();function a0(bj,bp,bn,bq,bo,br){for(var bl=0,bk=bq.length;bl<bk;bl++){var bi=bq[bl];if(bi){bi=bi[bj];var bm=false;while(bi){if(bi.sizcache===bn){bm=bq[bi.sizset];break}if(bi.nodeType===1&&!br){bi.sizcache=bn;bi.sizset=bl}if(bi.nodeName.toLowerCase()===bp){bm=bi;break}bi=bi[bj]}bq[bl]=bm}}}function be(bj,bp,bn,bq,bo,br){for(var bl=0,bk=bq.length;bl<bk;bl++){var bi=bq[bl];if(bi){bi=bi[bj];var bm=false;while(bi){if(bi.sizcache===bn){bm=bq[bi.sizset];break}if(bi.nodeType===1){if(!br){bi.sizcache=bn;bi.sizset=bl}if(typeof bp!=="string"){if(bi===bp){bm=true;break}}else{if(a9.filter(bp,[bi]).length>0){bm=bi;break}}}bi=bi[bj]}bq[bl]=bm}}}var a1=ac.compareDocumentPosition?function(bj,bi){return !!(bj.compareDocumentPosition(bi)&16)}:function(bj,bi){return bj!==bi&&(bj.contains?bj.contains(bi):true)};var a4=function(bi){var bj=(bi?bi.ownerDocument||bi:0).documentElement;return bj?bj.nodeName!=="HTML":false};var bd=function(bi,bo){var bp=[],bl="",bm,bk=bo.nodeType?[bo]:bo;while((bm=a7.match.PSEUDO.exec(bi))){bl+=bm[0];bi=bi.replace(a7.match.PSEUDO,"")}bi=a7.relative[bi]?bi+"*":bi;for(var bn=0,bj=bk.length;bn<bj;bn++){a9(bi,bk[bn],bp)}return a9.filter(bl,bp)};o.find=a9;o.expr=a9.selectors;o.expr[":"]=o.expr.filters;o.unique=a9.uniqueSort;o.text=ba;o.isXMLDoc=a4;o.contains=a1;return;E.Sizzle=a9})();var aE=/Until$/,au=/^(?:parents|prevUntil|prevAll)/,aP=/,/,G=Array.prototype.slice;var al=function(a0,a2,a1){if(o.isFunction(a2)){return o.grep(a0,function(a5,a4){return !!a2.call(a5,a4,a5)===a1})}else{if(a2.nodeType){return o.grep(a0,function(a5,a4){return(a5===a2)===a1})}else{if(typeof a2==="string"){var a3=o.grep(a0,function(a4){return a4.nodeType===1});if(v.test(a2)){return o.filter(a2,a3,!a1)}else{a2=o.filter(a2,a3)}}}}return o.grep(a0,function(a5,a4){return(o.inArray(a5,a2)>=0)===a1})};o.fn.extend({find:function(a0){var a3=this.pushStack("","find",a0),a2=0;for(var a4=0,a1=this.length;a4<a1;a4++){a2=a3.length;o.find(a0,this[a4],a3);if(a4>0){for(var a6=a2;a6<a3.length;a6++){for(var a5=0;a5<a2;a5++){if(a3[a5]===a3[a6]){a3.splice(a6--,1);break}}}}}return a3},has:function(a1){var a0=o(a1);return this.filter(function(){for(var a3=0,a2=a0.length;a3<a2;a3++){if(o.contains(this,a0[a3])){return true}}})},not:function(a0){return this.pushStack(al(this,a0,false),"not",a0)},filter:function(a0){return this.pushStack(al(this,a0,true),"filter",a0)},is:function(a0){return !!a0&&o.filter(a0,this).length>0},closest:function(a8,a0){if(o.isArray(a8)){var a6=[],a9=this[0],a4,a5={},a2;if(a9&&a8.length){for(var a3=0,a1=a8.length;a3<a1;a3++){a2=a8[a3];if(!a5[a2]){a5[a2]=o.expr.match.POS.test(a2)?o(a2,a0||this.context):a2}}while(a9&&a9.ownerDocument&&a9!==a0){for(a2 in a5){a4=a5[a2];if(a4.jquery?a4.index(a9)>-1:o(a9).is(a4)){a6.push({selector:a2,elem:a9});delete a5[a2]}}a9=a9.parentNode}}return a6}var a7=o.expr.match.POS.test(a8)?o(a8,a0||this.context):null;return this.map(function(ba,bb){while(bb&&bb.ownerDocument&&bb!==a0){if(a7?a7.index(bb)>-1:o(bb).is(a8)){return bb}bb=bb.parentNode}return null})},index:function(a0){if(!a0||typeof a0==="string"){return o.inArray(this[0],a0?o(a0):this.parent().children())}return o.inArray(a0.jquery?a0[0]:a0,this)},add:function(a0,a1){var a3=typeof a0==="string"?o(a0,a1||this.context):o.makeArray(a0),a2=o.merge(this.get(),a3);return this.pushStack(aU(a3[0])||aU(a2[0])?a2:o.unique(a2))},andSelf:function(){return this.add(this.prevObject)}});function aU(a0){return !a0||!a0.parentNode||a0.parentNode.nodeType===11}o.each({parent:function(a1){var a0=a1.parentNode;return a0&&a0.nodeType!==11?a0:null},parents:function(a0){return o.dir(a0,"parentNode")},parentsUntil:function(a1,a0,a2){return o.dir(a1,"parentNode",a2)},next:function(a0){return o.nth(a0,2,"nextSibling")},prev:function(a0){return o.nth(a0,2,"previousSibling")},nextAll:function(a0){return o.dir(a0,"nextSibling")},prevAll:function(a0){return o.dir(a0,"previousSibling")},nextUntil:function(a1,a0,a2){return o.dir(a1,"nextSibling",a2)},prevUntil:function(a1,a0,a2){return o.dir(a1,"previousSibling",a2)},siblings:function(a0){return o.sibling(a0.parentNode.firstChild,a0)},children:function(a0){return o.sibling(a0.firstChild)},contents:function(a0){return o.nodeName(a0,"iframe")?a0.contentDocument||a0.contentWindow.document:o.makeArray(a0.childNodes)}},function(a0,a1){o.fn[a0]=function(a4,a2){var a3=o.map(this,a1,a4);if(!aE.test(a0)){a2=a4}if(a2&&typeof a2==="string"){a3=o.filter(a2,a3)}a3=this.length>1?o.unique(a3):a3;if((this.length>1||aP.test(a2))&&au.test(a0)){a3=a3.reverse()}return this.pushStack(a3,a0,G.call(arguments).join(","))}});o.extend({filter:function(a2,a0,a1){if(a1){a2=":not("+a2+")"}return o.find.matches(a2,a0)},dir:function(a2,a1,a4){var a0=[],a3=a2[a1];while(a3&&a3.nodeType!==9&&(a4===aO||a3.nodeType!==1||!o(a3).is(a4))){if(a3.nodeType===1){a0.push(a3)}a3=a3[a1]}return a0},nth:function(a4,a3,a1,a2){a3=a3||1;var a0=0;for(;a4;a4=a4[a1]){if(a4.nodeType===1&&++a0===a3){break}}return a4},sibling:function(a2,a1){var a0=[];for(;a2;a2=a2.nextSibling){if(a2.nodeType===1&&a2!==a1){a0.push(a2)}}return a0}});var X=/ jQuery\d+="(?:\d+|null)"/g,ab=/^\s+/,H=/(<([\w:]+)[^>]*?)\/>/g,an=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,m=/<([\w:]+)/,aY=/<tbody/i,O=/<|&#?\w+;/,aM=/<script|<object|<embed|<option|<style/i,n=/checked\s*(?:[^=]|=\s*.checked.)/i,r=function(a1,a2,a0){return an.test(a0)?a1:a2+"></"+a0+">"},ae={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,"",""]};ae.optgroup=ae.option;ae.tbody=ae.tfoot=ae.colgroup=ae.caption=ae.thead;ae.th=ae.td;if(!o.support.htmlSerialize){ae._default=[1,"div<div>","</div>"]}o.fn.extend({text:function(a0){if(o.isFunction(a0)){return this.each(function(a2){var a1=o(this);a1.text(a0.call(this,a2,a1.text()))})}if(typeof a0!=="object"&&a0!==aO){return this.empty().append((this[0]&&this[0].ownerDocument||ac).createTextNode(a0))}return o.text(this)},wrapAll:function(a0){if(o.isFunction(a0)){return this.each(function(a2){o(this).wrapAll(a0.call(this,a2))})}if(this[0]){var a1=o(a0,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){a1.insertBefore(this[0])}a1.map(function(){var a2=this;while(a2.firstChild&&a2.firstChild.nodeType===1){a2=a2.firstChild}return a2}).append(this)}return this},wrapInner:function(a0){if(o.isFunction(a0)){return this.each(function(a1){o(this).wrapInner(a0.call(this,a1))})}return this.each(function(){var a2=o(this),a1=a2.contents();if(a1.length){a1.wrapAll(a0)}else{a2.append(a0)}})},wrap:function(a0){return this.each(function(){o(this).wrapAll(a0)})},unwrap:function(){return this.parent().each(function(){if(!o.nodeName(this,"body")){o(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(a0){if(this.nodeType===1){this.appendChild(a0)}})},prepend:function(){return this.domManip(arguments,true,function(a0){if(this.nodeType===1){this.insertBefore(a0,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(a1){this.parentNode.insertBefore(a1,this)})}else{if(arguments.length){var a0=o(arguments[0]);a0.push.apply(a0,this.toArray());return this.pushStack(a0,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(a1){this.parentNode.insertBefore(a1,this.nextSibling)})}else{if(arguments.length){var a0=this.pushStack(this,"after",arguments);a0.push.apply(a0,o(arguments[0]).toArray());return a0}}},remove:function(a1,a0){for(var a2=0,a3;(a3=this[a2])!=null;a2++){if(!a1||o.filter(a1,[a3]).length){if(!a0&&a3.nodeType===1){o.cleanData(a3.getElementsByTagName("*"));o.cleanData([a3])}if(a3.parentNode){a3.parentNode.removeChild(a3)}}}return this},empty:function(){for(var a0=0,a1;(a1=this[a0])!=null;a0++){if(a1.nodeType===1){o.cleanData(a1.getElementsByTagName("*"))}while(a1.firstChild){a1.removeChild(a1.firstChild)}}return this},clone:function(a1){var a0=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var a3=this.outerHTML,a2=this.ownerDocument;if(!a3){var a4=a2.createElement("div");a4.appendChild(this.cloneNode(true));a3=a4.innerHTML}return o.clean([a3.replace(X,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(ab,"")],a2)[0]}else{return this.cloneNode(true)}});if(a1===true){s(this,a0);s(this.find("*"),a0.find("*"))}return a0},html:function(a2){if(a2===aO){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null}else{if(typeof a2==="string"&&!aM.test(a2)&&(o.support.leadingWhitespace||!ab.test(a2))&&!ae[(m.exec(a2)||["",""])[1].toLowerCase()]){a2=a2.replace(H,r);try{for(var a1=0,a0=this.length;a1<a0;a1++){if(this[a1].nodeType===1){o.cleanData(this[a1].getElementsByTagName("*"));this[a1].innerHTML=a2}}}catch(a3){this.empty().append(a2)}}else{if(o.isFunction(a2)){this.each(function(a6){var a5=o(this),a4=a5.html();a5.empty().append(function(){return a2.call(this,a6,a4)})})}else{this.empty().append(a2)}}}return this},replaceWith:function(a0){if(this[0]&&this[0].parentNode){if(o.isFunction(a0)){return this.each(function(a3){var a2=o(this),a1=a2.html();a2.replaceWith(a0.call(this,a3,a1))})}if(typeof a0!=="string"){a0=o(a0).detach()}return this.each(function(){var a2=this.nextSibling,a1=this.parentNode;o(this).remove();if(a2){o(a2).before(a0)}else{o(a1).append(a0)}})}else{return this.pushStack(o(o.isFunction(a0)?a0():a0),"replaceWith",a0)}},detach:function(a0){return this.remove(a0,true)},domManip:function(a6,bb,a9){var a4,a5,a8=a6[0],a2=[],a0,ba;if(!o.support.checkClone&&arguments.length===3&&typeof a8==="string"&&n.test(a8)){return this.each(function(){o(this).domManip(a6,bb,a9,true)})}if(o.isFunction(a8)){return this.each(function(bd){var bc=o(this);a6[0]=a8.call(this,bd,bb?bc.html():aO);bc.domManip(a6,bb,a9)})}if(this[0]){ba=a8&&a8.parentNode;if(o.support.parentNode&&ba&&ba.nodeType===11&&ba.childNodes.length===this.length){a4={fragment:ba}}else{a4=J(a6,this,a2)}a0=a4.fragment;if(a0.childNodes.length===1){a5=a0=a0.firstChild}else{a5=a0.firstChild}if(a5){bb=bb&&o.nodeName(a5,"tr");for(var a3=0,a1=this.length;a3<a1;a3++){a9.call(bb?a7(this[a3],a5):this[a3],a3>0||a4.cacheable||this.length>1?a0.cloneNode(true):a0)}}if(a2.length){o.each(a2,w)}}return this;function a7(bc,bd){return o.nodeName(bc,"table")?(bc.getElementsByTagName("tbody")[0]||bc.appendChild(bc.ownerDocument.createElement("tbody"))):bc}}});function s(a2,a0){var a1=0;a0.each(function(){if(this.nodeName!==(a2[a1]&&a2[a1].nodeName)){return}var a7=o.data(a2[a1++]),a6=o.data(this,a7),a3=a7&&a7.events;if(a3){delete a6.handle;a6.events={};for(var a5 in a3){for(var a4 in a3[a5]){o.event.add(this,a5,a3[a5][a4],a3[a5][a4].data)}}}})}function J(a3,a2,a0){var a4,a5,a1,a6=(a2&&a2[0]?a2[0].ownerDocument||a2[0]:ac);if(a3.length===1&&typeof a3[0]==="string"&&a3[0].length<512&&a6===ac&&!aM.test(a3[0])&&(o.support.checkClone||!n.test(a3[0]))){a5=true;a1=o.fragments[a3[0]];if(a1){if(a1!==1){a4=a1}}}if(!a4){a4=a6.createDocumentFragment();o.clean(a3,a6,a4,a0)}if(a5){o.fragments[a3[0]]=a1?a4:1}return{fragment:a4,cacheable:a5}}o.fragments={};o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a0,a1){o.fn[a0]=function(a3){var a7=[],a2=o(a3),a6=this.length===1&&this[0].parentNode;if(a6&&a6.nodeType===11&&a6.childNodes.length===1&&a2.length===1){a2[a1](this[0]);return this}else{for(var a8=0,a4=a2.length;a8<a4;a8++){var a5=(a8>0?this.clone(true):this).get();o.fn[a1].apply(o(a2[a8]),a5);a7=a7.concat(a5)}return this.pushStack(a7,a0,a2.selector)}}});o.extend({clean:function(a2,a5,a4,a7){a5=a5||ac;if(typeof a5.createElement==="undefined"){a5=a5.ownerDocument||a5[0]&&a5[0].ownerDocument||ac}var bc=[];for(var bb=0,a6;(a6=a2[bb])!=null;bb++){if(typeof a6==="number"){a6+=""}if(!a6){continue}if(typeof a6==="string"&&!O.test(a6)){a6=a5.createTextNode(a6)}else{if(typeof a6==="string"){a6=a6.replace(H,r);var bd=(m.exec(a6)||["",""])[1].toLowerCase(),a3=ae[bd]||ae._default,ba=a3[0],a1=a5.createElement("div");a1.innerHTML=a3[1]+a6+a3[2];while(ba--){a1=a1.lastChild}if(!o.support.tbody){var a0=aY.test(a6),a9=bd==="table"&&!a0?a1.firstChild&&a1.firstChild.childNodes:a3[1]==="<table>"&&!a0?a1.childNodes:[];for(var a8=a9.length-1;a8>=0;--a8){if(o.nodeName(a9[a8],"tbody")&&!a9[a8].childNodes.length){a9[a8].parentNode.removeChild(a9[a8])}}}if(!o.support.leadingWhitespace&&ab.test(a6)){a1.insertBefore(a5.createTextNode(ab.exec(a6)[0]),a1.firstChild)}a6=a1.childNodes}}if(a6.nodeType){bc.push(a6)}else{bc=o.merge(bc,a6)}}if(a4){for(var bb=0;bc[bb];bb++){if(a7&&o.nodeName(bc[bb],"script")&&(!bc[bb].type||bc[bb].type.toLowerCase()==="text/javascript")){a7.push(bc[bb].parentNode?bc[bb].parentNode.removeChild(bc[bb]):bc[bb])}else{if(bc[bb].nodeType===1){bc.splice.apply(bc,[bb+1,0].concat(o.makeArray(bc[bb].getElementsByTagName("script"))))}a4.appendChild(bc[bb])}}}return bc},cleanData:function(a1){var a7,a3,a0=o.cache,a2=o.event.special,a4=o.support.deleteExpando;for(var a6=0,a5;(a5=a1[a6])!=null;a6++){a3=a5[o.expando];if(a3){a7=a0[a3];if(a7.events){for(var a8 in a7.events){if(a2[a8]){o.event.remove(a5,a8)}else{ap(a5,a8,a7.handle)}}}if(a4){delete a5[o.expando]}else{if(a5.removeAttribute){a5.removeAttribute(o.expando)}}delete a0[a3]}}}});var aa=/z-?index|font-?weight|opacity|zoom|line-?height/i,ay=/alpha\([^)]*\)/,ar=/opacity=([^)]*)/,am=/float/i,S=/-([a-z])/ig,aV=/([A-Z])/g,D=/^-?\d+(?:px)?$/i,aX=/^-?\d/,aL={position:"absolute",visibility:"hidden",display:"block"},av=["Left","Right"],aH=["Top","Bottom"],ak=ac.defaultView&&ac.defaultView.getComputedStyle,aQ=o.support.cssFloat?"cssFloat":"styleFloat",l=function(a1,a0){return a0.toUpperCase()};o.fn.css=function(a0,a1){return ai(this,a0,a1,true,function(a3,a2,a4){if(a4===aO){return o.curCSS(a3,a2)}if(typeof a4==="number"&&!aa.test(a2)){a4+="px"}o.style(a3,a2,a4)})};o.extend({style:function(a4,a1,a5){if(!a4||a4.nodeType===3||a4.nodeType===8){return aO}if((a1==="width"||a1==="height")&&parseFloat(a5)<0){a5=aO}var a3=a4.style||a4,a6=a5!==aO;if(!o.support.opacity&&a1==="opacity"){if(a6){a3.zoom=1;var a2=parseInt(a5,10)+""==="NaN"?"":"alpha(opacity="+a5*100+")";var a0=a3.filter||o.curCSS(a4,"filter")||"";a3.filter=ay.test(a0)?a0.replace(ay,a2):a2}return a3.filter&&a3.filter.indexOf("opacity=")>=0?(parseFloat(ar.exec(a3.filter)[1])/100)+"":""}if(am.test(a1)){a1=aQ}a1=a1.replace(S,l);if(a6){a3[a1]=a5}return a3[a1]},css:function(a3,a1,a5,a0){if(a1==="width"||a1==="height"){var a7,a2=aL,a6=a1==="width"?av:aH;function a4(){a7=a1==="width"?a3.offsetWidth:a3.offsetHeight;if(a0==="border"){return}o.each(a6,function(){if(!a0){a7-=parseFloat(o.curCSS(a3,"padding"+this,true))||0}if(a0==="margin"){a7+=parseFloat(o.curCSS(a3,"margin"+this,true))||0}else{a7-=parseFloat(o.curCSS(a3,"border"+this+"Width",true))||0}})}if(a3.offsetWidth!==0){a4()}else{o.swap(a3,a2,a4)}return Math.max(0,Math.round(a7))}return o.curCSS(a3,a1,a5)},curCSS:function(a6,a0,a2){var a9,a1=a6.style,a8;if(!o.support.opacity&&a0==="opacity"&&a6.currentStyle){a9=ar.test(a6.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return a9===""?"1":a9}if(am.test(a0)){a0=aQ}if(!a2&&a1&&a1[a0]){a9=a1[a0]}else{if(ak){if(am.test(a0)){a0="float"}a0=a0.replace(aV,"-$1").toLowerCase();var a4=a6.ownerDocument.defaultView;if(!a4){return null}var ba=a4.getComputedStyle(a6,null);if(ba){a9=ba.getPropertyValue(a0)}if(a0==="opacity"&&a9===""){a9="1"}}else{if(a6.currentStyle){var a7=a0.replace(S,l);a9=a6.currentStyle[a0]||a6.currentStyle[a7];if(!D.test(a9)&&aX.test(a9)){var a5=a1.left,a3=a6.runtimeStyle.left;a6.runtimeStyle.left=a6.currentStyle.left;a1.left=a7==="fontSize"?"1em":(a9||0);a9=a1.pixelLeft+"px";a1.left=a5;a6.runtimeStyle.left=a3}}}}return a9},swap:function(a3,a2,a4){var a0={};for(var a1 in a2){a0[a1]=a3.style[a1];a3.style[a1]=a2[a1]}a4.call(a3);for(var a1 in a2){a3.style[a1]=a0[a1]}}});if(o.expr&&o.expr.filters){o.expr.filters.hidden=function(a2){var a0=a2.offsetWidth,a3=a2.offsetHeight,a1=a2.nodeName.toLowerCase()==="tr";return a0===0&&a3===0&&!a1?true:a0>0&&a3>0&&!a1?false:o.curCSS(a2,"display")==="none"};o.expr.filters.visible=function(a0){return !o.expr.filters.hidden(a0)}}var ah=aS(),aK=/<script(.|\s)*?\/script>/gi,q=/select|textarea/i,P=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,t=/=\?(&|$)/,aN=/\?/,aZ=/(\?|&)_=.*?(&|$)/,F=/^(\w+:)?\/\/([^\/?#]+)/,h=/%20/g,z=o.fn.load;o.fn.extend({load:function(a2,a6,a4){if(typeof a2!=="string"){return z.call(this,a2)}else{if(!this.length){return this}}var a5=a2.indexOf(" ");if(a5>=0){var a0=a2.slice(a5,a2.length);a2=a2.slice(0,a5)}var a3="GET";if(a6){if(o.isFunction(a6)){a4=a6;a6=null}else{if(typeof a6==="object"){a6=o.param(a6,o.ajaxSettings.traditional);a3="POST"}}}var a1=this;o.ajax({url:a2,type:a3,dataType:"html",data:a6,complete:function(a7,a8){if(a8==="success"||a8==="notmodified"){a1.html(a0?o("<div />").append(a7.responseText.replace(aK,"")).find(a0):a7.responseText)}if(a4){a1.each(a4,[a7.responseText,a8,a7])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||P.test(this.type))}).map(function(a0,a1){var a2=o(this).val();return a2==null?null:o.isArray(a2)?o.map(a2,function(a4,a3){return{name:a1.name,value:a4}}):{name:a1.name,value:a2}}).get()}});o.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a0,a1){o.fn[a1]=function(a2){return this.bind(a1,a2)}});o.extend({get:function(a0,a2,a3,a1){if(o.isFunction(a2)){a1=a1||a3;a3=a2;a2=null}return o.ajax({type:"GET",url:a0,data:a2,success:a3,dataType:a1})},getScript:function(a0,a1){return o.get(a0,null,a1,"script")},getJSON:function(a0,a1,a2){return o.get(a0,a1,a2,"json")},post:function(a0,a2,a3,a1){if(o.isFunction(a2)){a1=a1||a3;a3=a2;a2={}}return o.ajax({type:"POST",url:a0,data:a2,success:a3,dataType:a1})},ajaxSetup:function(a0){o.extend(o.ajaxSettings,a0)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:E.XMLHttpRequest&&(E.location.protocol!=="file:"||!E.ActiveXObject)?function(){return new E.XMLHttpRequest()}:function(){try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(a0){}},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(bc){var a8=o.extend(true,{},o.ajaxSettings,bc);var bl,bd,bg,bk=bc&&bc.context||a8,a2=a8.type.toUpperCase();if(a8.data&&a8.processData&&typeof a8.data!=="string"){a8.data=o.param(a8.data,a8.traditional)}if(a8.dataType==="jsonp"){if(a2==="GET"){if(!t.test(a8.url)){a8.url+=(aN.test(a8.url)?"&":"?")+(a8.jsonp||"callback")+"=?"}}else{if(!a8.data||!t.test(a8.data)){a8.data=(a8.data?a8.data+"&":"")+(a8.jsonp||"callback")+"=?"}}a8.dataType="json"}if(a8.dataType==="json"&&(a8.data&&t.test(a8.data)||t.test(a8.url))){bl=a8.jsonpCallback||("jsonp"+ah++);if(a8.data){a8.data=(a8.data+"").replace(t,"="+bl+"$1")}a8.url=a8.url.replace(t,"="+bl+"$1");a8.dataType="script";E[bl]=E[bl]||function(bm){bg=bm;a3();bi();E[bl]=aO;try{delete E[bl]}catch(bn){}if(a5){a5.removeChild(ba)}}}if(a8.dataType==="script"&&a8.cache===null){a8.cache=false}if(a8.cache===false&&a2==="GET"){var a0=aS();var bh=a8.url.replace(aZ,"$1_="+a0+"$2");a8.url=bh+((bh===a8.url)?(aN.test(a8.url)?"&":"?")+"_="+a0:"")}if(a8.data&&a2==="GET"){a8.url+=(aN.test(a8.url)?"&":"?")+a8.data}if(a8.global&&!o.active++){o.event.trigger("ajaxStart")}var bb=F.exec(a8.url),a4=bb&&(bb[1]&&bb[1]!==location.protocol||bb[2]!==location.host);if(a8.dataType==="script"&&a2==="GET"&&a4){var a5=ac.getElementsByTagName("head")[0]||ac.documentElement;var ba=ac.createElement("script");ba.src=a8.url;if(a8.scriptCharset){ba.charset=a8.scriptCharset}if(!bl){var a9=false;ba.onload=ba.onreadystatechange=function(){if(!a9&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){a9=true;a3();bi();ba.onload=ba.onreadystatechange=null;if(a5&&ba.parentNode){a5.removeChild(ba)}}}}a5.insertBefore(ba,a5.firstChild);return aO}var a7=false;var a6=a8.xhr();if(!a6){return}if(a8.username){a6.open(a2,a8.url,a8.async,a8.username,a8.password)}else{a6.open(a2,a8.url,a8.async)}try{if(a8.data||bc&&bc.contentType){a6.setRequestHeader("Content-Type",a8.contentType)}if(a8.ifModified){if(o.lastModified[a8.url]){a6.setRequestHeader("If-Modified-Since",o.lastModified[a8.url])}if(o.etag[a8.url]){a6.setRequestHeader("If-None-Match",o.etag[a8.url])}}if(!a4){a6.setRequestHeader("X-Requested-With","XMLHttpRequest")}a6.setRequestHeader("Accept",a8.dataType&&a8.accepts[a8.dataType]?a8.accepts[a8.dataType]+", */*":a8.accepts._default)}catch(be){}if(a8.beforeSend&&a8.beforeSend.call(bk,a6,a8)===false){if(a8.global&&!--o.active){o.event.trigger("ajaxStop")}a6.abort();return false}if(a8.global){bf("ajaxSend",[a6,a8])}var bj=a6.onreadystatechange=function(bo){if(!a6||a6.readyState===0||bo==="abort"){if(!a7){bi()}a7=true;if(a6){a6.onreadystatechange=o.noop}}else{if(!a7&&a6&&(a6.readyState===4||bo==="timeout")){a7=true;a6.onreadystatechange=o.noop;bd=bo==="timeout"?"timeout":!o.httpSuccess(a6)?"error":a8.ifModified&&o.httpNotModified(a6,a8.url)?"notmodified":"success";var bm;if(bd==="success"){try{bg=o.httpData(a6,a8.dataType,a8)}catch(bn){bd="parsererror";bm=bn}}if(bd==="success"||bd==="notmodified"){if(!bl){a3()}}else{o.handleError(a8,a6,bd,bm)}bi();if(bo==="timeout"){a6.abort()}if(a8.async){a6=null}}}};try{var a1=a6.abort;a6.abort=function(){if(a6){a1.call(a6)}bj("abort")}}catch(be){}if(a8.async&&a8.timeout>0){setTimeout(function(){if(a6&&!a7){bj("timeout")}},a8.timeout)}try{a6.send(a2==="POST"||a2==="PUT"||a2==="DELETE"?a8.data:null)}catch(be){o.handleError(a8,a6,null,be);bi()}if(!a8.async){bj()}function a3(){if(a8.success){a8.success.call(bk,bg,bd,a6)}if(a8.global){bf("ajaxSuccess",[a6,a8])}}function bi(){if(a8.complete){a8.complete.call(bk,a6,bd)}if(a8.global){bf("ajaxComplete",[a6,a8])}if(a8.global&&!--o.active){o.event.trigger("ajaxStop")}}function bf(bn,bm){(a8.context?o(a8.context):o.event).trigger(bn,bm)}return a6},handleError:function(a0,a3,a1,a2){if(a0.error){a0.error.call(a0.context||a0,a3,a1,a2)}if(a0.global){(a0.context?o(a0.context):o.event).trigger("ajaxError",[a3,a0,a2])}},active:0,httpSuccess:function(a1){try{return !a1.status&&location.protocol==="file:"||(a1.status>=200&&a1.status<300)||a1.status===304||a1.status===1223||a1.status===0}catch(a0){}return false},httpNotModified:function(a3,a0){var a2=a3.getResponseHeader("Last-Modified"),a1=a3.getResponseHeader("Etag");if(a2){o.lastModified[a0]=a2}if(a1){o.etag[a0]=a1}return a3.status===304||a3.status===0},httpData:function(a5,a3,a2){var a1=a5.getResponseHeader("content-type")||"",a0=a3==="xml"||!a3&&a1.indexOf("xml")>=0,a4=a0?a5.responseXML:a5.responseText;if(a0&&a4.documentElement.nodeName==="parsererror"){o.error("parsererror")}if(a2&&a2.dataFilter){a4=a2.dataFilter(a4,a3)}if(typeof a4==="string"){if(a3==="json"||!a3&&a1.indexOf("json")>=0){a4=o.parseJSON(a4)}else{if(a3==="script"||!a3&&a1.indexOf("javascript")>=0){o.globalEval(a4)}}}return a4},param:function(a3,a2){var a4=[];if(a2===aO){a2=o.ajaxSettings.traditional}if(o.isArray(a3)||a3.jquery){o.each(a3,function(){a5(this.name,this.value)})}else{for(var a0 in a3){a1(a0,a3[a0])}}return a4.join("&").replace(h,"+");function a1(a6,a7){if(o.isArray(a7)){o.each(a7,function(a9,a8){if(a2||/\[\]$/.test(a6)){a5(a6,a8)}else{a1(a6+"["+(typeof a8==="object"||o.isArray(a8)?a9:"")+"]",a8)}})}else{if(!a2&&a7!=null&&typeof a7==="object"){o.each(a7,function(a9,a8){a1(a6+"["+a9+"]",a8)})}else{a5(a6,a7)}}}function a5(a6,a7){a7=o.isFunction(a7)?a7():a7;a4[a4.length]=encodeURIComponent(a6)+"="+encodeURIComponent(a7)}}});var aJ={},ag=/toggle|show|hide/,Y=/^([+-]=)?([\d+-.]+)(.*)$/,M,aj=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];o.fn.extend({show:function(a2,a9){if(a2||a2===0){return this.animate(aG("show",3),a2,a9)}else{for(var a6=0,a3=this.length;a6<a3;a6++){var a0=o.data(this[a6],"olddisplay");this[a6].style.display=a0||"";if(o.css(this[a6],"display")==="none"){var a8=this[a6].nodeName,a7;if(aJ[a8]){a7=aJ[a8]}else{var a1=o("<"+a8+" />").appendTo("body");a7=a1.css("display");if(a7==="none"){a7="block"}a1.remove();aJ[a8]=a7}o.data(this[a6],"olddisplay",a7)}}for(var a5=0,a4=this.length;a5<a4;a5++){this[a5].style.display=o.data(this[a5],"olddisplay")||""}return this}},hide:function(a5,a6){if(a5||a5===0){return this.animate(aG("hide",3),a5,a6)}else{for(var a4=0,a1=this.length;a4<a1;a4++){var a0=o.data(this[a4],"olddisplay");if(!a0&&a0!=="none"){o.data(this[a4],"olddisplay",o.css(this[a4],"display"))}}for(var a3=0,a2=this.length;a3<a2;a3++){this[a3].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(a2,a1){var a0=typeof a2==="boolean";if(o.isFunction(a2)&&o.isFunction(a1)){this._toggle.apply(this,arguments)}else{if(a2==null||a0){this.each(function(){var a3=a0?a2:o(this).is(":hidden");o(this)[a3?"show":"hide"]()})}else{this.animate(aG("toggle",3),a2,a1)}}return this},fadeTo:function(a0,a2,a1){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:a2},a0,a1)},animate:function(a4,a1,a3,a2){var a0=o.speed(a1,a3,a2);if(o.isEmptyObject(a4)){return this.each(a0.complete)}return this[a0.queue===false?"each":"queue"](function(){var a8=o.extend({},a0),a9,a5=this.nodeType===1&&o(this).is(":hidden"),a6=this;for(a9 in a4){var a7=a9.replace(S,l);if(a9!==a7){a4[a7]=a4[a9];delete a4[a9];a9=a7}if(a4[a9]==="hide"&&a5||a4[a9]==="show"&&!a5){return a8.complete.call(this)}if((a9==="height"||a9==="width")&&this.style){a8.display=o.css(this,"display");a8.overflow=this.style.overflow}if(o.isArray(a4[a9])){(a8.specialEasing=a8.specialEasing||{})[a9]=a4[a9][1];a4[a9]=a4[a9][0]}}if(a8.overflow!=null){this.style.overflow="hidden"}a8.curAnim=o.extend({},a4);o.each(a4,function(bb,bf){var be=new o.fx(a6,a8,bb);if(ag.test(bf)){be[bf==="toggle"?a5?"show":"hide":bf](a4)}else{var bd=Y.exec(bf),bg=be.cur(true)||0;if(bd){var ba=parseFloat(bd[2]),bc=bd[3]||"px";if(bc!=="px"){a6.style[bb]=(ba||1)+bc;bg=((ba||1)/be.cur(true))*bg;a6.style[bb]=bg+bc}if(bd[1]){ba=((bd[1]==="-="?-1:1)*ba)+bg}be.custom(bg,ba,bc)}else{be.custom(bg,bf,"")}}});return true})},stop:function(a1,a2){var a0=o.timers;if(a1){this.queue([])}this.each(function(){for(var a3=a0.length-1;a3>=0;a3--){if(a0[a3].elem===this){if(a2){a0[a3](true)}a0.splice(a3,1)}}});if(!a2){this.dequeue()}return this}});o.each({slideDown:aG("show",1),slideUp:aG("hide",1),slideToggle:aG("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a0,a1){o.fn[a0]=function(a2,a3){return this.animate(a1,a2,a3)}});o.extend({speed:function(a2,a3,a1){var a0=a2&&typeof a2==="object"?a2:{complete:a1||!a1&&a3||o.isFunction(a2)&&a2,duration:a2,easing:a1&&a3||a3&&!o.isFunction(a3)&&a3};a0.duration=o.fx.off?0:typeof a0.duration==="number"?a0.duration:o.fx.speeds[a0.duration]||o.fx.speeds._default;a0.old=a0.complete;a0.complete=function(){if(a0.queue!==false){o(this).dequeue()}if(o.isFunction(a0.old)){a0.old.call(this)}};return a0},easing:{linear:function(a2,a3,a0,a1){return a0+a1*a2},swing:function(a2,a3,a0,a1){return((-Math.cos(a2*Math.PI)/2)+0.5)*a1+a0}},timers:[],fx:function(a1,a0,a2){this.options=a0;this.elem=a1;this.prop=a2;if(!a0.orig){a0.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(a1){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var a0=parseFloat(o.css(this.elem,this.prop,a1));return a0&&a0>-10000?a0:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(a4,a3,a2){this.startTime=aS();this.start=a4;this.end=a3;this.unit=a2||this.unit||"px";this.now=this.start;this.pos=this.state=0;var a0=this;function a1(a5){return a0.step(a5)}a1.elem=this.elem;if(a1()&&o.timers.push(a1)&&!M){M=setInterval(o.fx.tick,13)}},show:function(){this.options.orig[this.prop]=o.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a5){var a8=aS(),a4=true;if(a5||a8>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var a6 in this.options.curAnim){if(this.options.curAnim[a6]!==true){a4=false}}if(a4){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var a2=o.data(this.elem,"olddisplay");this.elem.style.display=a2?a2:this.options.display;if(o.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var a1 in this.options.curAnim){o.style(this.elem,a1,this.options.orig[a1])}}this.options.complete.call(this.elem)}return false}else{var a3=a8-this.startTime;this.state=a3/this.options.duration;var a0=this.options.specialEasing&&this.options.specialEasing[this.prop];var a7=this.options.easing||(o.easing.swing?"swing":"linear");this.pos=o.easing[a0||a7](this.state,a3,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{tick:function(){var a0=o.timers;for(var a1=0;a1<a0.length;a1++){if(!a0[a1]()){a0.splice(a1--,1)}}if(!a0.length){o.fx.stop()}},stop:function(){clearInterval(M);M=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a0){o.style(a0.elem,"opacity",a0.now)},_default:function(a0){if(a0.elem.style&&a0.elem.style[a0.prop]!=null){a0.elem.style[a0.prop]=(a0.prop==="width"||a0.prop==="height"?Math.max(0,a0.now):a0.now)+a0.unit}else{a0.elem[a0.prop]=a0.now}}}});if(o.expr&&o.expr.filters){o.expr.filters.animated=function(a0){return o.grep(o.timers,function(a1){return a0===a1.elem}).length}}function aG(a1,a0){var a2={};o.each(aj.concat.apply([],aj.slice(0,a0)),function(){a2[this]=a1});return a2}if("getBoundingClientRect" in ac.documentElement){o.fn.offset=function(a8){var a2=this[0];if(a8){return this.each(function(ba){o.offset.setOffset(this,a8,ba)})}if(!a2||!a2.ownerDocument){return null}if(a2===a2.ownerDocument.body){return o.offset.bodyOffset(a2)}var a4=a2.getBoundingClientRect(),a9=a2.ownerDocument,a5=a9.body,a0=a9.documentElement,a3=a0.clientTop||a5.clientTop||0,a6=a0.clientLeft||a5.clientLeft||0,a7=a4.top+(self.pageYOffset||o.support.boxModel&&a0.scrollTop||a5.scrollTop)-a3,a1=a4.left+(self.pageXOffset||o.support.boxModel&&a0.scrollLeft||a5.scrollLeft)-a6;return{top:a7,left:a1}}}else{o.fn.offset=function(ba){var a4=this[0];if(ba){return this.each(function(bc){o.offset.setOffset(this,ba,bc)})}if(!a4||!a4.ownerDocument){return null}if(a4===a4.ownerDocument.body){return o.offset.bodyOffset(a4)}o.offset.initialize();var a0=a4.offsetParent,a8=a4,bb=a4.ownerDocument,a7,a2=bb.documentElement,a5=bb.body,a1=bb.defaultView,a6=a1?a1.getComputedStyle(a4,null):a4.currentStyle,a9=a4.offsetTop,a3=a4.offsetLeft;while((a4=a4.parentNode)&&a4!==a5&&a4!==a2){if(o.offset.supportsFixedPosition&&a6.position==="fixed"){break}a7=a1?a1.getComputedStyle(a4,null):a4.currentStyle;a9-=a4.scrollTop;a3-=a4.scrollLeft;if(a4===a0){a9+=a4.offsetTop;a3+=a4.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a4.nodeName))){a9+=parseFloat(a7.borderTopWidth)||0;a3+=parseFloat(a7.borderLeftWidth)||0}a8=a0,a0=a4.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&a7.overflow!=="visible"){a9+=parseFloat(a7.borderTopWidth)||0;a3+=parseFloat(a7.borderLeftWidth)||0}a6=a7}if(a6.position==="relative"||a6.position==="static"){a9+=a5.offsetTop;a3+=a5.offsetLeft}if(o.offset.supportsFixedPosition&&a6.position==="fixed"){a9+=Math.max(a2.scrollTop,a5.scrollTop);a3+=Math.max(a2.scrollLeft,a5.scrollLeft)}return{top:a9,left:a3}}}o.offset={initialize:function(){var a0=ac.body,a5=ac.createElement("div"),a3,a6,a4,a7,a1=parseFloat(o.curCSS(a0,"marginTop",true))||0,a2="<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>";o.extend(a5.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});a5.innerHTML=a2;a0.insertBefore(a5,a0.firstChild);a3=a5.firstChild;a6=a3.firstChild;a7=a3.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(a6.offsetTop!==5);this.doesAddBorderForTableAndCells=(a7.offsetTop===5);a6.style.position="fixed",a6.style.top="20px";this.supportsFixedPosition=(a6.offsetTop===20||a6.offsetTop===15);a6.style.position=a6.style.top="";a3.style.overflow="hidden",a3.style.position="relative";this.subtractsBorderForOverflowNotVisible=(a6.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(a0.offsetTop!==a1);a0.removeChild(a5);a0=a5=a3=a6=a4=a7=null;o.offset.initialize=o.noop},bodyOffset:function(a0){var a2=a0.offsetTop,a1=a0.offsetLeft;o.offset.initialize();if(o.offset.doesNotIncludeMarginInBodyOffset){a2+=parseFloat(o.curCSS(a0,"marginTop",true))||0;a1+=parseFloat(o.curCSS(a0,"marginLeft",true))||0}return{top:a2,left:a1}},setOffset:function(a5,a2,a1){if(/static/.test(o.curCSS(a5,"position"))){a5.style.position="relative"}var a4=o(a5),a7=a4.offset(),a0=parseInt(o.curCSS(a5,"top",true),10)||0,a6=parseInt(o.curCSS(a5,"left",true),10)||0;if(o.isFunction(a2)){a2=a2.call(a5,a1,a7)}var a3={top:(a2.top-a7.top)+a0,left:(a2.left-a7.left)+a6};if("using" in a2){a2.using.call(a5,a3)}else{a4.css(a3)}}};o.fn.extend({position:function(){if(!this[0]){return null}var a2=this[0],a1=this.offsetParent(),a3=this.offset(),a0=/^body|html$/i.test(a1[0].nodeName)?{top:0,left:0}:a1.offset();a3.top-=parseFloat(o.curCSS(a2,"marginTop",true))||0;a3.left-=parseFloat(o.curCSS(a2,"marginLeft",true))||0;a0.top+=parseFloat(o.curCSS(a1[0],"borderTopWidth",true))||0;a0.left+=parseFloat(o.curCSS(a1[0],"borderLeftWidth",true))||0;return{top:a3.top-a0.top,left:a3.left-a0.left}},offsetParent:function(){return this.map(function(){var a0=this.offsetParent||ac.body;while(a0&&(!/^body|html$/i.test(a0.nodeName)&&o.css(a0,"position")==="static")){a0=a0.offsetParent}return a0})}});o.each(["Left","Top"],function(a1,a0){var a2="scroll"+a0;o.fn[a2]=function(a5){var a3=this[0],a4;if(!a3){return null}if(a5!==aO){return this.each(function(){a4=ao(this);if(a4){a4.scrollTo(!a1?a5:o(a4).scrollLeft(),a1?a5:o(a4).scrollTop())}else{this[a2]=a5}})}else{a4=ao(a3);return a4?("pageXOffset" in a4)?a4[a1?"pageYOffset":"pageXOffset"]:o.support.boxModel&&a4.document.documentElement[a2]||a4.document.body[a2]:a3[a2]}}});function ao(a0){return("scrollTo" in a0&&a0.document)?a0:a0.nodeType===9?a0.defaultView||a0.parentWindow:false}o.each(["Height","Width"],function(a1,a0){var a2=a0.toLowerCase();o.fn["inner"+a0]=function(){return this[0]?o.css(this[0],a2,false,"padding"):null};o.fn["outer"+a0]=function(a3){return this[0]?o.css(this[0],a2,false,a3?"margin":"border"):null};o.fn[a2]=function(a3){var a4=this[0];if(!a4){return a3==null?null:this}if(o.isFunction(a3)){return this.each(function(a6){var a5=o(this);a5[a2](a3.call(this,a6,a5[a2]()))})}return("scrollTo" in a4&&a4.document)?a4.document.compatMode==="CSS1Compat"&&a4.document.documentElement["client"+a0]||a4.document.body["client"+a0]:(a4.nodeType===9)?Math.max(a4.documentElement["client"+a0],a4.body["scroll"+a0],a4.documentElement["scroll"+a0],a4.body["offset"+a0],a4.documentElement["offset"+a0]):a3===aO?o.css(a4,a2):this.css(a2,typeof a3==="string"?a3:a3+"px")}});E.jQuery=E.$=o})(window);(function(a){a.fn.hoverIntent=function(n,l){var m={sensitivity:7,interval:100,timeout:0};m=a.extend(m,l?{over:n,out:l}:n);var p,o,j,h;var e=function(f){p=f.pageX;o=f.pageY};var c=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);if((Math.abs(j-p)+Math.abs(h-o))<m.sensitivity){a(f).unbind("mousemove",e);f.hoverIntent_s=1;return m.over.apply(f,[g])}else{j=p;h=o;f.hoverIntent_t=setTimeout(function(){c(g,f)},m.interval)}};var k=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);f.hoverIntent_s=0;return m.out.apply(f,[g])};var b=function(r){var q=(r.type=="mouseover"?r.fromElement:r.toElement)||r.relatedTarget;while(q&&q!=this){try{q=q.parentNode}catch(r){q=this}}if(q==this){return false}var g=jQuery.extend({},r);var f=this;if(f.hoverIntent_t){f.hoverIntent_t=clearTimeout(f.hoverIntent_t)}if(r.type=="mouseover"){j=g.pageX;h=g.pageY;a(f).bind("mousemove",e);if(f.hoverIntent_s!=1){f.hoverIntent_t=setTimeout(function(){c(g,f)},m.interval)}}else{a(f).unbind("mousemove",e);if(f.hoverIntent_s==1){f.hoverIntent_t=setTimeout(function(){k(g,f)},m.timeout)}}};return this.mouseover(b).mouseout(b)}})(jQuery);(function(a){a.fn.supersubs=function(b){var c=a.extend({},a.fn.supersubs.defaults,b);return this.each(function(){var e=a(this);var f=a.meta?a.extend({},c,e.data()):c;var g=a('<li id="menu-fontsize">&#8212;</li>').css({padding:0,position:"absolute",top:"-999em",width:"auto"}).appendTo(e).width();a("#menu-fontsize").remove();$ULs=e.find("ul");$ULs.each(function(m){var k=$ULs.eq(m);var j=k.children();var h=j.children("a");var n=j.css("white-space","nowrap").css("float");var l=k.add(j).add(h).css({"float":"none",width:"auto"}).end().end()[0].clientWidth/g;l+=f.extraWidth;if(l>f.maxWidth){l=f.maxWidth}else{if(l<f.minWidth){l=f.minWidth}}l+="em";k.css("width",l);j.css({"float":n,width:"100%","white-space":"normal"}).each(function(){var p=a(">ul",this);var o=p.css("left")!==undefined?"left":"right";p.css(o,l)})})})};a.fn.supersubs.defaults={minWidth:9,maxWidth:25,extraWidth:0}})(jQuery);(function(b){b.fn.superfish=function(m){var j=b.fn.superfish,l=j.c,g=b(['<span class="',l.arrowClass,'"> &#187;</span>'].join("")),k=function(){var c=b(this),n=h(c);clearTimeout(n.sfTimer);c.showSuperfishUl().siblings().hideSuperfishUl()},f=function(){var c=b(this),p=h(c),n=j.op;clearTimeout(p.sfTimer);p.sfTimer=setTimeout(function(){n.retainPath=(b.inArray(c[0],n.$path)>-1);c.hideSuperfishUl();if(n.$path.length&&c.parents(["li.",n.hoverClass].join("")).length<1){k.call(n.$path)}},n.delay)},h=function(c){var n=c.parents(["ul.",l.menuClass,":first"].join(""))[0];j.op=j.o[n.serial];return n},e=function(c){c.addClass(l.anchorClass).append(g.clone())};return this.each(function(){var c=this.serial=j.o.length;var p=b.extend({},j.defaults,m);p.$path=b("li."+p.pathClass,this).slice(0,p.pathLevels).each(function(){b(this).addClass([p.hoverClass,l.bcClass].join(" ")).filter("li:has(ul)").removeClass(p.pathClass)});j.o[c]=j.op=p;b("li:has(ul)",this)[(b.fn.hoverIntent&&!p.disableHI)?"hoverIntent":"hover"](k,f).each(function(){if(p.autoArrows){e(b(">a:first-child",this))}}).not("."+l.bcClass).hideSuperfishUl();var n=b("a",this);n.each(function(o){var q=n.eq(o).parents("li");n.eq(o).focus(function(){k.call(q)}).blur(function(){f.call(q)})});p.onInit.call(this)}).each(function(){var c=[l.menuClass];if(j.op.dropShadows&&!(b.browser.msie&&b.browser.version<7)){c.push(l.shadowClass)}b(this).addClass(c.join(" "))})};var a=b.fn.superfish;a.o=[];a.op={};a.IE7fix=function(){var c=a.op;if(b.browser.msie&&b.browser.version>6&&c.dropShadows&&c.animation.opacity!=undefined){this.toggleClass(a.c.shadowClass+"-off")}};a.c={bcClass:"sf-breadcrumb",menuClass:"sf-js-enabled",anchorClass:"sf-with-ul",arrowClass:"sf-sub-indicator",shadowClass:"sf-shadow"};a.defaults={hoverClass:"sfHover",pathClass:"overideThisToUse",pathLevels:1,delay:800,animation:{opacity:"show"},speed:"normal",autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};b.fn.extend({hideSuperfishUl:function(){var f=a.op,e=(f.retainPath===true)?f.$path:"";f.retainPath=false;var c=b(["li.",f.hoverClass].join(""),this).add(this).not(e).removeClass(f.hoverClass).find(">ul").hide().css("visibility","hidden");f.onHide.call(c);return this},showSuperfishUl:function(){var f=a.op,e=a.c.shadowClass+"-off",c=this.addClass(f.hoverClass).find(">ul:hidden").css("visibility","visible");a.IE7fix.call(c);f.onBeforeShow.call(c);c.animate(f.animation,f.speed,function(){a.IE7fix.call(c);f.onShow.call(c)});return this}})})(jQuery);jQuery.fn.labelify=function(a){a=jQuery.extend({text:"title",labelledClass:""},a);var b={title:function(f){return $(f).attr("title")},label:function(f){return $("label[for="+f.id+"]").text()}};var e;var c=$(this);return $(this).each(function(){if(typeof a.text==="string"){e=b[a.text]}else{e=a.text}if(typeof e!=="function"){return}var g=e(this);if(!g){return}$(this).data("label",e(this).replace(/\n/g,""));$(this).focus(function(){if(this.value===$(this).data("label")){this.value=this.defaultValue;$(this).removeClass(a.labelledClass)}}).blur(function(){if(this.value===this.defaultValue){this.value=$(this).data("label");$(this).addClass(a.labelledClass)}});var f=function(){c.each(function(){if(this.value===$(this).data("label")){this.value=this.defaultValue;$(this).removeClass(a.labelledClass)}})};$(this).parents("form").submit(f);$(window).unload(f);if(this.value!==this.defaultValue){return}this.value=$(this).data("label");$(this).addClass(a.labelledClass)})};(function(){var g={jQuery:"http://code.jquery.com/jquery-latest.min.js"};var j=function(){(function(k){k.fn.idTabs=function(){var n={};for(var m=0;m<arguments.length;++m){var l=arguments[m];switch(l.constructor){case Object:k.extend(n,l);break;case Boolean:n.change=l;break;case Number:n.start=l;break;case Function:n.click=l;break;case String:if(l.charAt(0)=="."){n.selected=l}else{if(l.charAt(0)=="!"){n.event=l}else{n.start=l}}break}}if(typeof n["return"]=="function"){n.change=n["return"]}return this.each(function(){k.idTabs(this,n)})};k.idTabs=function(m,l){var q=(k.metadata)?k(m).metadata():{};var n=k.extend({},k.idTabs.settings,q,l);if(n.selected.charAt(0)=="."){n.selected=n.selected.substr(1)}if(n.event.charAt(0)=="!"){n.event=n.event.substr(1)}if(n.start==null){n.start=-1}var p=function(){if(k(this).is("."+n.selected)){return n.change}var u="#"+this.href.split("#")[1];var t=[];var s=[];k("a",m).each(function(){if(this.href.match(/#/)){t.push(this);s.push("#"+this.href.split("#")[1])}});if(n.click&&!n.click.apply(this,[u,s,m,n])){return n.change}for(i in t){k(t[i]).removeClass(n.selected)}for(i in s){k(s[i]).hide()}k(this).addClass(n.selected);k(u).show();return n.change};var o=k("a[href*='#']",m).unbind(n.event,p).bind(n.event,p);o.each(function(){k("#"+this.href.split("#")[1]).hide()});var r=false;if((r=o.filter("."+n.selected)).length){}else{if(typeof n.start=="number"&&(r=o.eq(n.start)).length){}else{if(typeof n.start=="string"&&(r=o.filter("[href*='#"+n.start+"']")).length){}}}if(r){r.removeClass(n.selected);r.trigger(n.event)}return n};k.idTabs.settings={start:0,change:false,click:null,selected:".selected",event:"!click"};k.idTabs.version="2.2";k(function(){k(".idTabs").idTabs()})})(jQuery)};var a=function(l,k){k=k.split(".");while(l&&k.length){l=l[k.shift()]}return l};var c=document.getElementsByTagName("head")[0];var f=function(k){var l=document.createElement("script");l.type="text/javascript";l.src=k;c.appendChild(l)};var e=document.getElementsByTagName("script");var h=e[e.length-1].src;var b=true;for(d in g){if(a(this,d)){continue}b=false;f(g[d])}if(b){return j()}f(h)})();(function(b){b.fn.ajaxSubmit=function(p){if(!this.length){a("ajaxSubmit: skipping submit process - no element selected");return this}if(typeof p=="function"){p={success:p}}var e=b.trim(this.attr("action"));if(e){e=(e.match(/^([^#]+)/)||[])[1]}e=e||window.location.href||"";p=b.extend({url:e,type:this.attr("method")||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},p||{});var v={};this.trigger("form-pre-serialize",[this,p,v]);if(v.veto){a("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(p.beforeSerialize&&p.beforeSerialize(this,p)===false){a("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var r=this.formToArray(p.semantic);if(p.data){p.extraData=p.data;for(var h in p.data){if(p.data[h] instanceof Array){for(var m in p.data[h]){r.push({name:h,value:p.data[h][m]})}}else{r.push({name:h,value:p.data[h]})}}}if(p.beforeSubmit&&p.beforeSubmit(r,this,p)===false){a("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[r,this,p,v]);if(v.veto){a("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}var f=b.param(r);if(p.type.toUpperCase()=="GET"){p.url+=(p.url.indexOf("?")>=0?"&":"?")+f;p.data=null}else{p.data=f}var w=this,g=[];if(p.resetForm){g.push(function(){w.resetForm()})}if(p.clearForm){g.push(function(){w.clearForm()})}if(!p.dataType&&p.target){var t=p.success||function(){};g.push(function(k){var j=p.replaceTarget?"replaceWith":"html";b(p.target)[j](k).each(t,arguments)})}else{if(p.success){g.push(p.success)}}p.success=function(q,n,x){for(var k=0,j=g.length;k<j;k++){g[k].apply(p,[q,n,x||w,w])}};var c=b("input:file",this).fieldValue();var u=false;for(var o=0;o<c.length;o++){if(c[o]){u=true}}var l=false;if((c.length&&p.iframe!==false)||p.iframe||u||l){if(p.closeKeepAlive){b.get(p.closeKeepAlive,s)}else{s()}}else{b.ajax(p)}this.trigger("form-submit-notify",[this,p]);return this;function s(){var q=w[0];if(b(":input[name=submit]",q).length){alert('Error: Form elements must not be named "submit".');return}var k=b.extend({},b.ajaxSettings,p);var J=b.extend(true,{},b.extend(true,{},b.ajaxSettings),k);var x="jqFormIO"+(new Date().getTime());var E=b('<iframe id="'+x+'" name="'+x+'" src="'+k.iframeSrc+'" onload="(jQuery(this).data(\'form-plugin-onload\'))()" />');var G=E[0];E.css({position:"absolute",top:"-1000px",left:"-1000px"});var I={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;E.attr("src",k.iframeSrc)}};var F=k.global;if(F&&!b.active++){b.event.trigger("ajaxStart")}if(F){b.event.trigger("ajaxSend",[I,k])}if(J.beforeSend&&J.beforeSend(I,J)===false){J.global&&b.active--;return}if(I.aborted){return}var H=false;var D=0;var j=q.clk;if(j){var z=j.name;if(z&&!j.disabled){k.extraData=k.extraData||{};k.extraData[z]=j.value;if(j.type=="image"){k.extraData[z+".x"]=q.clk_x;k.extraData[z+".y"]=q.clk_y}}}function y(){var M=w.attr("target"),K=w.attr("action");q.setAttribute("target",x);if(q.getAttribute("method")!="POST"){q.setAttribute("method","POST")}if(q.getAttribute("action")!=k.url){q.setAttribute("action",k.url)}if(!k.skipEncodingOverride){w.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"})}if(k.timeout){setTimeout(function(){D=true;B()},k.timeout)}var L=[];try{if(k.extraData){for(var N in k.extraData){L.push(b('<input type="hidden" name="'+N+'" value="'+k.extraData[N]+'" />').appendTo(q)[0])}}E.appendTo("body");E.data("form-plugin-onload",B);q.submit()}finally{q.setAttribute("action",K);M?q.setAttribute("target",M):w.removeAttr("target");b(L).remove()}}if(k.forceSync){y()}else{setTimeout(y,10)}var A=100;function B(){if(H){return}var K=true;try{if(D){throw"timeout"}var L,O;O=G.contentWindow?G.contentWindow.document:G.contentDocument?G.contentDocument:G.document;var P=k.dataType=="xml"||O.XMLDocument||b.isXMLDoc(O);a("isXml="+P);if(!P&&(O.body==null||O.body.innerHTML=="")){if(--A){a("requeing onLoad callback, DOM not available");setTimeout(B,250);return}a("Could not access iframe DOM after 100 tries.");return}a("response detected");H=true;I.responseText=O.body?O.body.innerHTML:null;I.responseXML=O.XMLDocument?O.XMLDocument:O;I.getResponseHeader=function(Q){var R={"content-type":k.dataType};return R[Q]};if(k.dataType=="json"||k.dataType=="script"){var n=O.getElementsByTagName("textarea")[0];if(n){I.responseText=n.value}else{var N=O.getElementsByTagName("pre")[0];if(N){I.responseText=N.innerHTML}}}else{if(k.dataType=="xml"&&!I.responseXML&&I.responseText!=null){I.responseXML=C(I.responseText)}}L=b.httpData(I,k.dataType)}catch(M){a("error caught:",M);K=false;I.error=M;b.handleError(k,I,"error",M)}if(K){k.success(L,"success");if(F){b.event.trigger("ajaxSuccess",[I,k])}}if(F){b.event.trigger("ajaxComplete",[I,k])}if(F&&!--b.active){b.event.trigger("ajaxStop")}if(k.complete){k.complete(I,K?"success":"error")}setTimeout(function(){E.removeData("form-plugin-onload");E.remove();I.responseXML=null},100)}function C(n,K){if(window.ActiveXObject){K=new ActiveXObject("Microsoft.XMLDOM");K.async="false";K.loadXML(n)}else{K=(new DOMParser()).parseFromString(n,"text/xml")}return(K&&K.documentElement&&K.documentElement.tagName!="parsererror")?K:null}}};b.fn.ajaxForm=function(c){return this.ajaxFormUnbind().bind("submit.form-plugin",function(f){f.preventDefault();b(this).ajaxSubmit(c)}).bind("click.form-plugin",function(j){var l=j.target;var g=b(l);if(!(g.is(":submit,input:image"))){var f=g.closest(":submit");if(f.length==0){return}l=f[0]}var h=this;h.clk=l;if(l.type=="image"){if(j.offsetX!=undefined){h.clk_x=j.offsetX;h.clk_y=j.offsetY}else{if(typeof b.fn.offset=="function"){var k=g.offset();h.clk_x=j.pageX-k.left;h.clk_y=j.pageY-k.top}else{h.clk_x=j.pageX-l.offsetLeft;h.clk_y=j.pageY-l.offsetTop}}}setTimeout(function(){h.clk=h.clk_x=h.clk_y=null},100)})};b.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin")};b.fn.formToArray=function(r){var q=[];if(this.length==0){return q}var e=this[0];var k=r?e.getElementsByTagName("*"):e.elements;if(!k){return q}for(var l=0,o=k.length;l<o;l++){var f=k[l];var g=f.name;if(!g){continue}if(r&&e.clk&&f.type=="image"){if(!f.disabled&&e.clk==f){q.push({name:g,value:b(f).val()});q.push({name:g+".x",value:e.clk_x},{name:g+".y",value:e.clk_y})}continue}var s=b.fieldValue(f,true);if(s&&s.constructor==Array){for(var h=0,c=s.length;h<c;h++){q.push({name:g,value:s[h]})}}else{if(s!==null&&typeof s!="undefined"){q.push({name:g,value:s})}}}if(!r&&e.clk){var m=b(e.clk),p=m[0],g=p.name;if(g&&!p.disabled&&p.type=="image"){q.push({name:g,value:m.val()});q.push({name:g+".x",value:e.clk_x},{name:g+".y",value:e.clk_y})}}return q};b.fn.formSerialize=function(c){return b.param(this.formToArray(c))};b.fn.fieldSerialize=function(e){var c=[];this.each(function(){var j=this.name;if(!j){return}var g=b.fieldValue(this,e);if(g&&g.constructor==Array){for(var h=0,f=g.length;h<f;h++){c.push({name:j,value:g[h]})}}else{if(g!==null&&typeof g!="undefined"){c.push({name:this.name,value:g})}}});return b.param(c)};b.fn.fieldValue=function(h){for(var j=[],f=0,c=this.length;f<c;f++){var g=this[f];var e=b.fieldValue(g,h);if(e===null||typeof e=="undefined"||(e.constructor==Array&&!e.length)){continue}e.constructor==Array?b.merge(j,e):j.push(e)}return j};b.fieldValue=function(e,f){var g=e.name,q=e.type,r=e.tagName.toLowerCase();if(typeof f=="undefined"){f=true}if(f&&(!g||e.disabled||q=="reset"||q=="button"||(q=="checkbox"||q=="radio")&&!e.checked||(q=="submit"||q=="image")&&e.form&&e.form.clk!=e||r=="select"&&e.selectedIndex==-1)){return null}if(r=="select"){var l=e.selectedIndex;if(l<0){return null}var o=[],c=e.options;var j=(q=="select-one");var m=(j?l+1:c.length);for(var h=(j?l:0);h<m;h++){var k=c[h];if(k.selected){var p=k.value;if(!p){p=(k.attributes&&k.attributes.value&&!(k.attributes.value.specified))?k.text:k.value}if(j){return p}o.push(p)}}return o}return e.value};b.fn.clearForm=function(){return this.each(function(){b("input,select,textarea",this).clearFields()})};b.fn.clearFields=b.fn.clearInputs=function(){return this.each(function(){var e=this.type,c=this.tagName.toLowerCase();if(e=="text"||e=="password"||c=="textarea"){this.value=""}else{if(e=="checkbox"||e=="radio"){this.checked=false}else{if(c=="select"){this.selectedIndex=-1}}}})};b.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset()}})};b.fn.enable=function(c){if(c==undefined){c=true}return this.each(function(){this.disabled=!c})};b.fn.selected=function(c){if(c==undefined){c=true}return this.each(function(){var e=this.type;if(e=="checkbox"||e=="radio"){this.checked=c}else{if(this.tagName.toLowerCase()=="option"){var f=b(this).parent("select");if(c&&f[0]&&f[0].type=="select-one"){f.find("option").selected(false)}this.selected=c}}})};function a(){if(b.fn.ajaxSubmit.debug){var c="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log){window.console.log(c)}else{if(window.opera&&window.opera.postError){window.opera.postError(c)}}}}})(jQuery);(function(a){a.fn.equalizeCols=function(){var c=0,b=a.browser.msie&&a.browser.version<7?"1%":"auto";return this.css("height",b).each(function(){c=Math.max(c,this.offsetHeight)}).css("height",c).each(function(){var e=this.offsetHeight;if(e>c){a(this).css("height",c-(e-c))}})}})(jQuery);jQuery.fn.supersleight=function(a){a=jQuery.extend({imgs:true,backgrounds:true,shim:"x.gif",apply_positioning:true},a);return this.each(function(){if(jQuery.browser.msie&&parseInt(jQuery.browser.version,10)<7&&parseInt(jQuery.browser.version,10)>4){jQuery(this).find("*").andSelf().each(function(f,g){var c=jQuery(g);if(a.backgrounds&&c.css("background-image").match(/\.png/i)!==null){var e=c.css("background-image");var j=e.substring(5,e.length-2);var h=(c.css("background-repeat")=="no-repeat"?"crop":"scale");var b={filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+j+"', sizingMethod='"+h+"')","background-image":"url("+a.shim+")"};c.css(b)}if(a.imgs&&c.is("img[src$=png]")){var b={width:c.width()+"px",height:c.height()+"px",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+c.attr("src")+"', sizingMethod='scale')"};c.css(b).attr("src",a.shim)}if(a.apply_positioning&&c.is("a, input")&&(c.css("position")===""||c.css("position")=="static")){c.css("position","relative")}})}})};var Hyphenator=function(){var ab="cs, da, bn, de, en, es, fi, fr, gu, hi, hu, it, kn, ml, nl, or, pa, pl, pt, ru, sv, ta, te, tr, uk",ar=function(){for(var h,j=0,m=ab.split(", "),n={};h=m[j++];){n[h]=true}return n}(),aq={cs:"Jazyk t\u00e9to internetov\u00e9 str\u00e1nky nebyl automaticky rozpozn\u00e1n. Ur\u010dete pros\u00edm jej\u00ed jazyk:",da:"Denne websides sprog kunne ikke bestemmes. Angiv venligst sprog:",de:"Die Sprache dieser Webseite konnte nicht automatisch bestimmt werden. Bitte Sprache angeben:",en:"The language of this website could not be determined automatically. Please indicate the main language:",es:"El idioma del sitio no pudo determinarse autom%E1ticamente. Por favor, indique el idioma principal:",fi:"Sivun kielt%E4 ei tunnistettu automaattisesti. M%E4%E4rit%E4 sivun p%E4%E4kieli:",fr:"La langue de ce site n%u2019a pas pu %EAtre d%E9termin%E9e automatiquement. Veuillez indiquer une langue, s.v.p.%A0:",hu:"A weboldal nyelv\u00e9t nem siker\u00fclt automatikusan meg\u00e1llap\u00edtani. K\u00e9rem adja meg a nyelvet:",it:"Lingua del sito sconosciuta. Indicare una lingua, per favore:",ml:"\u0d08 \u0d35\u0d46%u0D2C%u0D4D%u200C\u0d38\u0d48\u0d31\u0d4d\u0d31\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d2d\u0d3e\u0d37 \u0d15\u0d23\u0d4d\u0d1f\u0d41\u0d2a\u0d3f\u0d1f\u0d3f\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d3e%u0D28%u0D4D%u200D \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d3f\u0d32\u0d4d\u0d32. \u0d2d\u0d3e\u0d37 \u0d0f\u0d24\u0d3e\u0d23\u0d46\u0d28\u0d4d\u0d28\u0d41 \u0d24\u0d3f\u0d30\u0d1e\u0d4d\u0d1e\u0d46\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d41\u0d15:",nl:"De taal van deze website kan niet automatisch worden bepaald. Geef de hoofdtaal op:",pt:"A l\u00edngua deste site n\u00e3o p\u00f4de ser determinada automaticamente. Por favor indique a l\u00edngua principal:",ru:"\u042f\u0437\u044b\u043a \u044d\u0442\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u044f\u0437\u044b\u043a:",sv:"Spr%E5ket p%E5 den h%E4r webbplatsen kunde inte avg%F6ras automatiskt. V%E4nligen ange:",tr:"Bu web sitesinin dilini otomatik olarak tespit edilememi\u015ftir. L\u00fctfen ana dili g\u00f6sterir:",uk:"\u041c\u043e\u0432\u0430 \u0446\u044c\u043e\u0433\u043e \u0432\u0435\u0431-\u0441\u0430\u0439\u0442\u0443 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u043a\u0430\u0436\u0456\u0442\u044c \u0433\u043e\u043b\u043e\u0432\u043d\u0443 \u043c\u043e\u0432\u0443:"},W=function(){for(var h=document.getElementsByTagName("script"),j=0,m,n;m=h[j++];){if(m.src){n=m.src;m=n.indexOf("Hyphenator.js");if(m!==-1){return n.substring(0,m)}}}return"http://hyphenator.googlecode.com/svn/trunk/"}(),am=function(){var h=false;if(window.location.href.indexOf(W)!==-1){h=true}return h}(),az=false,ai={script:true,code:true,pre:true,img:true,br:true,samp:true,kbd:true,"var":true,abbr:true,acronym:true,sub:true,sup:true,button:true,option:true,label:true,textarea:true},aw=true,V=true,U=false,ah="hyphenate",av="donthyphenate",au=6,H=function(){var h=null,j=false,n=document.getElementsByTagName("script"),o,m;o=0;for(m=n.length;o<m;o++){if(n[o].getAttribute("src")){h=n[o].getAttribute("src")}if(h){if(h.indexOf("Hyphenator.js?bm=true")!==-1){j=true}}}return j}(),aE=null,ay=[],aD={},aC={},aB=0,G="(\\w*://)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|(([\\w]*\\.)+([\\w]{2,4})))(:\\d*)?(/[\\w#!:\\.?\\+=&%@!\\-]*)*",x="[\\w-\\.]+@[\\w\\.]+",w=new RegExp("("+G+")|("+x+")","i"),v=function(){var h;h=navigator.userAgent.toLowerCase();return h=h.indexOf("msie 6")===-1?String.fromCharCode(8203):""}();function l(){}function aA(h){alert("Hyphenator.js says:\n\nAn Error ocurred:\n"+h.message)}function k(){var h,j=[],m,n;if(document.getElementsByClassName){j=document.getElementsByClassName(ah)}else{h=document.getElementsByTagName("*");n=h.length;for(m=0;m<n;m++){h[m].className.indexOf(ah)!==-1&&h[m].className.indexOf(av)===-1&&j.push(h[m])}}return j}var ag="hidden",ax=String.fromCharCode(173),g=v,af=function(){var h={},j="HyphenatorExpando_"+Math.random(),m=0;return{getDataForElem:function(n){return h[n[j]]},setDataForElem:function(p,o){var n;if(p[j]&&p[j]!==""){n=p[j]}else{n=m++;p[j]=n}h[n]=o},appendDataForElem:function(p,o){var n;for(n in o){if(o.hasOwnProperty(n)){h[p[j]][n]=o[n]}}},delDataOfElem:function(n){delete h[n[j]]}}}();function aF(h,j){var m=h.onload;if(az){j()}else{function n(){if(!az){az=true;j()}}if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);n()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);n()}});document.documentElement.doScroll&&window==window.top&&function(){if(!az){try{document.documentElement.doScroll("left")}catch(o){setTimeout(arguments.callee,0);return}j()}}()}}h.onload=function(){n();typeof m==="function"&&m()}}}function ae(h,j){if(h.getAttribute("lang")){return h.getAttribute("lang").substring(0,2).toLowerCase()}try{if(h.getAttribute("xml:lang")){return h.getAttribute("xml:lang").substring(0,2).toLowerCase()}}catch(m){}if(h.tagName!=="HTML"){return ae(h.parentNode,true)}if(j){return aE}return null}function an(){var h=document.getElementsByTagName("html")[0],j=document.getElementsByTagName("meta");aE=ae(h);if(!aE){for(h=0;h<j.length;h++){if(j[h].getAttribute("http-equiv")&&j[h].getAttribute("http-equiv")==="content-language"){aE=j[h].getAttribute("content").substring(0,2).toLowerCase()}if(j[h].getAttribute("name")&&j[h].getAttribute("name")==="DC.language"){aE=j[h].getAttribute("content").substring(0,2).toLowerCase()}if(j[h].getAttribute("name")&&j[h].getAttribute("name")==="language"){aE=j[h].getAttribute("content").substring(0,2).toLowerCase()}}}if(!aE){h=navigator.language?navigator.language:navigator.userLanguage;h=h.substring(0,2);j=aq.hasOwnProperty(h)?aq[h]:aq.en;j+=" (ISO 639-1)\n\n"+ab;j=window.prompt(unescape(j),h).toLowerCase();if(ar[j]){aE=j}else{j=new Error('The language "'+j+'" is not yet supported.');throw j}}}function aj(){var h,j,m=0;function n(s,r,q){var p=0,o={};if(r&&ag==="hidden"){o.hasOwnStyle=s.getAttribute("style")?true:false;o.isHidden=true;s.style.visibility="hidden"}o.language=s.lang&&typeof s.lang==="string"?s.lang.toLowerCase():q?q.toLowerCase():ae(s,true);q=o.language;if(ar[q]){aC[q]=true}else{aA(new Error("Language "+q+" is not yet supported."))}af.setDataForElem(s,o);for(ay.push(s);r=s.childNodes[p++];){r.nodeType===1&&!ai[r.nodeName.toLowerCase()]&&r.className.indexOf(av)===-1&&!(r in h)&&n(r,false,q)}}if(Hyphenator.isBookmarklet()){h=document.getElementsByTagName("body")[0];n(h,false,aE)}else{for(h=k();j=h[m++];){n(j,true)}}if(Hyphenator.languages.hasOwnProperty(aE)){Hyphenator.languages[aE].prepared||(aC[aE]=true)}else{aC[aE]=true}ay.length>0&&af.appendDataForElem(ay[ay.length-1],{isLast:true})}function a(h){var j,p,q,o,n,m={};q=Hyphenator.languages[h].patterns;for(j in q){if(q.hasOwnProperty(j)){j=parseInt(j,10);for(p=0;o=q[j].substr(p,j);){n=o.replace(/\d/g,"");m[n]=o;p+=j}}}Hyphenator.languages[h].patterns=m;Hyphenator.languages[h].patternsConverted=true}function ao(h){h=h.split(", ");var j={},n,o,m;n=0;for(o=h.length;n<o;n++){m=h[n].replace(/-/g,"");j.hasOwnProperty(m)||(j[m]=h[n])}return j}function ak(h){var j,m;if(ar[h]&&!Hyphenator.languages[h]){j=W+"patterns/"+h+".js";if(am&&!H){m=null;if(typeof XMLHttpRequest!=="undefined"){m=new XMLHttpRequest}if(!m){try{m=new ActiveXObject("Msxml2.XMLHTTP")}catch(n){m=null}}if(m){m.open("HEAD",j,false);m.setRequestHeader("Cache-Control","no-cache");m.send(null);if(m.status===404){aA(new Error("Could not load\n"+j));delete aC[h];return}}}if(document.createElement){h=document.getElementsByTagName("head").item(0);m=document.createElement("script");m.src=j;m.type="text/javascript";h.appendChild(m)}}}function ad(h){var j=Hyphenator.languages[h];if(!j.prepared){if(aw){j.cache={}}if(j.hasOwnProperty("exceptions")){Hyphenator.addExceptions(h,j.exceptions);delete j.exceptions}if(aD.hasOwnProperty("global")){if(aD.hasOwnProperty(h)){aD[h]+=", "+aD.global}else{aD[h]=aD.global}}if(aD.hasOwnProperty(h)){j.exceptions=ao(aD[h]);delete aD[h]}else{j.exceptions={}}a(h);h="[\\w"+j.specialChars+"@"+String.fromCharCode(173)+"-]{"+au+",}";j.genRegExp=new RegExp("("+G+")|("+x+")|("+h+")","gi");j.prepared=true}}function b(h){var j,m=true,n;if(V){aB=1;for(j in aC){if(aC.hasOwnProperty(j)){ak(j);m=false}}if(m){aB=2;h()}else{n=window.setInterval(function(){var p=false,o;for(o in aC){if(aC.hasOwnProperty(o)){if(Hyphenator.languages[o]){p=true;delete aC[o];ad(o)}else{p=false;break}}}if(p){window.clearInterval(n);aB=2;h()}},100)}}else{for(j in Hyphenator.languages){Hyphenator.languages.hasOwnProperty(j)&&ad(j)}aB=2;h()}}function at(h){var j,n,o,m;if(j=document.getElementById("HyphenatorToggleBox")){j.firstChild.data=h?"Hy-phe-na-ti-on":"Hyphenation"}else{h=document.getElementsByTagName("body")[0];j=document.createElement("div");n=document.createAttribute("id");n.nodeValue="HyphenatorToggleBox";m=document.createAttribute("class");m.nodeValue=av;o=document.createTextNode("Hy-phe-na-ti-on");j.appendChild(o);j.setAttributeNode(n);j.setAttributeNode(m);j.onclick=Hyphenator.toggleHyphenation;j.style.position="absolute";j.style.top="0px";j.style.right="0px";j.style.margin="0";j.style.backgroundColor="#AAAAAA";j.style.color="#FFFFFF";j.style.font="6pt Arial";j.style.letterSpacing="0.2em";j.style.padding="3px";j.style.cursor="pointer";j.style.WebkitBorderBottomLeftRadius="4px";j.style.MozBorderRadiusBottomleft="4px";h.appendChild(j)}}function ac(u,z){var s=Hyphenator.languages[u],t,r,q,p,o,n,C,D=false,m,A,B,y,j,h;if(z===""){return""}if(z.indexOf(ax)!==-1){return z}if(aw&&s.cache.hasOwnProperty(z)){return s.cache[z]}if(s.exceptions.hasOwnProperty(z)){return s.exceptions[z].replace(/-/g,ax)}if(z.indexOf("-")!==-1){z=z.split("-");t=0;for(s=z.length;t<s;t++){z[t]=ac(u,z[t])}return z.join("-")}r="_"+z+"_";q=r.length;u=r.split("");r=r.toLowerCase();p=[];j={"0":true,"1":true,"2":true,"3":true,"4":true,"5":true,"6":true,"7":true,"8":true,"9":true};h=q-s.shortestPattern;for(o=0;o<=h;o++){n=Math.min(q-o,s.longestPattern);for(C=s.shortestPattern;C<=n;C++){if(s.patterns.hasOwnProperty(t=r.substr(o,C))){D=s.patterns[t];B=1;m=D.length;for(t=0;t<m;t++){A=D.charAt(t);if(j[A]){y=t===0?o-1:o+t-B;if(!p[y]||p[y]<A){p[y]=A}B++}}}}}r=0;for(t=s.leftmin;t<=z.length-s.rightmin;t++){if(p[t]&1){u.splice(t+r+1,0,ax);r++}}t=u.slice(1,-1).join("");if(aw){s.cache[z]=t}return t}function f(h){return h.replace(/([:\/\.\?#&_,;!@]+)/gi,"$&"+g)}function ap(h){var j=af.getDataForElem(h),o=j.language,p,n,m;if(Hyphenator.languages.hasOwnProperty(o)){p=function(q){return w.test(q)?f(q):ac(o,q)};for(m=0;n=h.childNodes[m++];){if(n.nodeType===3&&n.data.length>=au){n.data=n.data.replace(Hyphenator.languages[o].genRegExp,p)}}}if(j.isHidden&&ag==="hidden"){h.style.visibility="visible";if(j.hasOwnStyle){if(h.style.removeProperty){h.style.removeProperty("visibility")}else{h.style.removeAttribute&&h.style.removeAttribute("visibility")}}else{h.setAttribute("style","");h.removeAttribute("style")}}if(j.isLast){aB=3;l()}}function e(h){var j,m=0,n;switch(ax){case"|":j="\\|";break;case"+":j="\\+";break;case"*":j="\\*";break;default:j=ax}for(;n=h.childNodes[m++];){if(n.nodeType===3){n.data=n.data.replace(new RegExp(j,"g"),"");n.data=n.data.replace(new RegExp(v,"g"),"")}else{n.nodeType===1&&e(n)}}}function c(){function h(o,n){return function(){return o(n)}}for(var j=0,m;m=ay[j++];){window.setTimeout(h(ap,m),0)}}function al(){for(var h=0,j;j=ay[h++];){e(j)}aB=4}return{version:"2.4.0",languages:{},config:function(h){function j(o,n){if(typeof h[o]===n){return true}else{aA(new Error("Config onError: "+o+" must be of type "+n));return false}}var m;for(m in h){if(h.hasOwnProperty(m)){switch(m){case"classname":if(j("classname","string")){ah=h.classname}break;case"donthyphenateclassname":if(j("donthyphenateclassname","string")){av=h.donthyphenateclassname}break;case"minwordlength":if(j("minwordlength","number")){au=h.minwordlength}break;case"hyphenchar":if(j("hyphenchar","string")){if(h.hyphenchar==="&shy;"){h.hyphenchar=String.fromCharCode(173)}ax=h.hyphenchar}break;case"urlhyphenchar":if(h.hasOwnProperty("urlhyphenchar")){if(j("urlhyphenchar","string")){g=h.urlhyphenchar}}break;case"togglebox":if(j("togglebox","function")){at=h.togglebox}break;case"displaytogglebox":if(j("displaytogglebox","boolean")){U=h.displaytogglebox}break;case"remoteloading":if(j("remoteloading","boolean")){V=h.remoteloading}break;case"enablecache":if(j("enablecache","boolean")){aw=h.enablecache}break;case"onhyphenationdonecallback":if(j("onhyphenationdonecallback","function")){l=h.onhyphenationdonecallback}break;case"onerrorhandler":if(j("onerrorhandler","function")){aA=h.onerrorhandler}break;case"intermediatestate":if(j("intermediatestate","string")){ag=h.intermediatestate}break;case"selectorfunction":if(j("selectorfunction","function")){k=h.selectorfunction}break;default:aA(new Error("Hyphenator.config: property "+m+" not known."))}}}},run:function(){function h(){try{an();aj();b(c);U&&at(true)}catch(j){aA(j)}}az||aF(window,h);if(Hyphenator.isBookmarklet()||az){h()}},addExceptions:function(h,j){if(h===""){h="global"}if(aD.hasOwnProperty[h]){aD[h]+=", "+j}else{aD[h]=j}},hyphenate:function(h,j){var n,o,m;if(Hyphenator.languages.hasOwnProperty(j)){Hyphenator.languages[j].prepared||ad(j);n=function(p){return w.test(p)?f(p):ac(j,p)};if(typeof h==="string"||h.constructor===String){return h.replace(Hyphenator.languages[j].genRegExp,n)}else{if(typeof h==="object"){for(m=0;o=h.childNodes[m++];){if(o.nodeType===3&&o.data.length>=au){o.data=o.data.replace(Hyphenator.languages[j].genRegExp,n)}else{if(o.nodeType===1){if(o.lang!==""){j=o.lang}Hyphenator.hyphenate(o,j)}}}}}}else{aA(new Error('Language "'+j+'" is not loaded.'))}},isBookmarklet:function(){return H},toggleHyphenation:function(){switch(aB){case 3:al();at(false);break;case 4:c();at(true);break}}}}();if(Hyphenator.isBookmarklet()){Hyphenator.config({displaytogglebox:true,intermediatestate:"visible"});Hyphenator.run()}(function(b){b.fn.hyphenate=function(a){myself=this;settings={selectorfunction:function(){return myself}};a&&b.extend(settings,a);Hyphenator.config(settings);Hyphenator.run();return this}})(jQuery);
