/*
 * jQuery JavaScript Library v1.4
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://docs.jquery.com/License
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Wed Jan 13 15:23:05 2010 -0500
 */
(function(aJ,B){var a=function(aV,aW){return new a.fn.init(aV,aW)},n=aJ.jQuery,Q=aJ.$,aa=aJ.document,W,O=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,aT=/^.[^:#\[\.,]*$/,av=/\S/,L=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,e=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,b=navigator.userAgent,u,I=false,ac=[],aD,ar=Object.prototype.toString,ao=Object.prototype.hasOwnProperty,g=Array.prototype.push,D=Array.prototype.slice,s=Array.prototype.indexOf;a.fn=a.prototype={init:function(aV,aY){var aX,aZ,aW,a0;if(!aV){return this}if(aV.nodeType){this.context=this[0]=aV;this.length=1;return this}if(typeof aV==="string"){aX=O.exec(aV);if(aX&&(aX[1]||!aY)){if(aX[1]){a0=(aY?aY.ownerDocument||aY:aa);aW=e.exec(aV);if(aW){if(a.isPlainObject(aY)){aV=[aa.createElement(aW[1])];a.fn.attr.call(aV,aY,true)}else{aV=[a0.createElement(aW[1])]}}else{aW=H([aX[1]],[a0]);aV=(aW.cacheable?aW.fragment.cloneNode(true):aW.fragment).childNodes}}else{aZ=aa.getElementById(aX[2]);if(aZ){if(aZ.id!==aX[2]){return W.find(aV)}this.length=1;this[0]=aZ}this.context=aa;this.selector=aV;return this}}else{if(!aY&&/^\w+$/.test(aV)){this.selector=aV;this.context=aa;aV=aa.getElementsByTagName(aV)}else{if(!aY||aY.jquery){return(aY||W).find(aV)}else{return a(aY).find(aV)}}}}else{if(a.isFunction(aV)){return W.ready(aV)}}if(aV.selector!==B){this.selector=aV.selector;this.context=aV.context}return a.isArray(aV)?this.setArray(aV):a.makeArray(aV,this)},selector:"",jquery:"1.4",length:0,size:function(){return this.length},toArray:function(){return D.call(this,0)},get:function(aV){return aV==null?this.toArray():(aV<0?this.slice(aV)[0]:this[aV])},pushStack:function(aW,aY,aV){var aX=a(aW||null);aX.prevObject=this;aX.context=this.context;if(aY==="find"){aX.selector=this.selector+(this.selector?" ":"")+aV}else{if(aY){aX.selector=this.selector+"."+aY+"("+aV+")"}}return aX},setArray:function(aV){this.length=0;g.apply(this,aV);return this},each:function(aW,aV){return a.each(this,aW,aV)},ready:function(aV){a.bindReady();if(a.isReady){aV.call(aa,a)}else{if(ac){ac.push(aV)}}return this},eq:function(aV){return aV===-1?this.slice(aV):this.slice(aV,+aV+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(D.apply(this,arguments),"slice",D.call(arguments).join(","))},map:function(aV){return this.pushStack(a.map(this,function(aX,aW){return aV.call(aX,aW,aX)}))},end:function(){return this.prevObject||a(null)},push:g,sort:[].sort,splice:[].splice};a.fn.init.prototype=a.fn;a.extend=a.fn.extend=function(){var a0=arguments[0]||{},aZ=1,aY=arguments.length,a2=false,a3,aX,aV,aW;if(typeof a0==="boolean"){a2=a0;a0=arguments[1]||{};aZ=2}if(typeof a0!=="object"&&!a.isFunction(a0)){a0={}}if(aY===aZ){a0=this;--aZ}for(;aZ<aY;aZ++){if((a3=arguments[aZ])!=null){for(aX in a3){aV=a0[aX];aW=a3[aX];if(a0===aW){continue}if(a2&&aW&&(a.isPlainObject(aW)||a.isArray(aW))){var a1=aV&&(a.isPlainObject(aV)||a.isArray(aV))?aV:a.isArray(aW)?[]:{};a0[aX]=a.extend(a2,a1,aW)}else{if(aW!==B){a0[aX]=aW}}}}}return a0};a.extend({noConflict:function(aV){aJ.$=Q;if(aV){aJ.jQuery=n}return a},isReady:false,ready:function(){if(!a.isReady){if(!aa.body){return setTimeout(a.ready,13)}a.isReady=true;if(ac){var aW,aV=0;while((aW=ac[aV++])){aW.call(aa,a)}ac=null}if(a.fn.triggerHandler){a(aa).triggerHandler("ready")}}},bindReady:function(){if(I){return}I=true;if(aa.readyState==="complete"){return a.ready()}if(aa.addEventListener){aa.addEventListener("DOMContentLoaded",aD,false);aJ.addEventListener("load",a.ready,false)}else{if(aa.attachEvent){aa.attachEvent("onreadystatechange",aD);aJ.attachEvent("onload",a.ready);var aV=false;try{aV=aJ.frameElement==null}catch(aW){}if(aa.documentElement.doScroll&&aV){w()}}}},isFunction:function(aV){return ar.call(aV)==="[object Function]"},isArray:function(aV){return ar.call(aV)==="[object Array]"},isPlainObject:function(aW){if(!aW||ar.call(aW)!=="[object Object]"||aW.nodeType||aW.setInterval){return false}if(aW.constructor&&!ao.call(aW,"constructor")&&!ao.call(aW.constructor.prototype,"isPrototypeOf")){return false}var aV;for(aV in aW){}return aV===B||ao.call(aW,aV)},isEmptyObject:function(aW){for(var aV in aW){return false}return true},noop:function(){},globalEval:function(aX){if(aX&&av.test(aX)){var aW=aa.getElementsByTagName("head")[0]||aa.documentElement,aV=aa.createElement("script");aV.type="text/javascript";if(a.support.scriptEval){aV.appendChild(aa.createTextNode(aX))}else{aV.text=aX}aW.insertBefore(aV,aW.firstChild);aW.removeChild(aV)}},nodeName:function(aW,aV){return aW.nodeName&&aW.nodeName.toUpperCase()===aV.toUpperCase()},each:function(aY,a2,aX){var aW,aZ=0,a0=aY.length,aV=a0===B||a.isFunction(aY);if(aX){if(aV){for(aW in aY){if(a2.apply(aY[aW],aX)===false){break}}}else{for(;aZ<a0;){if(a2.apply(aY[aZ++],aX)===false){break}}}}else{if(aV){for(aW in aY){if(a2.call(aY[aW],aW,aY[aW])===false){break}}}else{for(var a1=aY[0];aZ<a0&&a2.call(a1,aZ,a1)!==false;a1=aY[++aZ]){}}}return aY},trim:function(aV){return(aV||"").replace(L,"")},makeArray:function(aX,aW){var aV=aW||[];if(aX!=null){if(aX.length==null||typeof aX==="string"||a.isFunction(aX)||(typeof aX!=="function"&&aX.setInterval)){g.call(aV,aX)}else{a.merge(aV,aX)}}return aV},inArray:function(aX,aY){if(aY.indexOf){return aY.indexOf(aX)}for(var aV=0,aW=aY.length;aV<aW;aV++){if(aY[aV]===aX){return aV}}return -1},merge:function(aZ,aX){var aY=aZ.length,aW=0;if(typeof aX.length==="number"){for(var aV=aX.length;aW<aV;aW++){aZ[aY++]=aX[aW]}}else{while(aX[aW]!==B){aZ[aY++]=aX[aW++]}}aZ.length=aY;return aZ},grep:function(aW,a0,aV){var aX=[];for(var aY=0,aZ=aW.length;aY<aZ;aY++){if(!aV!==!a0(aW[aY],aY)){aX.push(aW[aY])}}return aX},map:function(aW,a1,aV){var aX=[],a0;for(var aY=0,aZ=aW.length;aY<aZ;aY++){a0=a1(aW[aY],aY,aV);if(a0!=null){aX[aX.length]=a0}}return aX.concat.apply([],aX)},guid:1,proxy:function(aX,aW,aV){if(arguments.length===2){if(typeof aW==="string"){aV=aX;aX=aV[aW];aW=B}else{if(aW&&!a.isFunction(aW)){aV=aW;aW=B}}}if(!aW&&aX){aW=function(){return aX.apply(aV||this,arguments)}}if(aX){aW.guid=aX.guid=aX.guid||aW.guid||a.guid++}return aW},uaMatch:function(aW){var aV={browser:""};aW=aW.toLowerCase();if(/webkit/.test(aW)){aV={browser:"webkit",version:/webkit[\/ ]([\w.]+)/}}else{if(/opera/.test(aW)){aV={browser:"opera",version:/version/.test(aW)?/version[\/ ]([\w.]+)/:/opera[\/ ]([\w.]+)/}}else{if(/msie/.test(aW)){aV={browser:"msie",version:/msie ([\w.]+)/}}else{if(/mozilla/.test(aW)&&!/compatible/.test(aW)){aV={browser:"mozilla",version:/rv:([\w.]+)/}}}}}aV.version=(aV.version&&aV.version.exec(aW)||[0,"0"])[1];return aV},browser:{}});u=a.uaMatch(b);if(u.browser){a.browser[u.browser]=true;a.browser.version=u.version}if(a.browser.webkit){a.browser.safari=true}if(s){a.inArray=function(aV,aW){return s.call(aW,aV)}}W=a(aa);if(aa.addEventListener){aD=function(){aa.removeEventListener("DOMContentLoaded",aD,false);a.ready()}}else{if(aa.attachEvent){aD=function(){if(aa.readyState==="complete"){aa.detachEvent("onreadystatechange",aD);a.ready()}}}}function w(){if(a.isReady){return}try{aa.documentElement.doScroll("left")}catch(aV){setTimeout(w,1);return}a.ready()}if(s){a.inArray=function(aV,aW){return s.call(aW,aV)}}function aS(aV,aW){if(aW.src){a.ajax({url:aW.src,async:false,dataType:"script"})}else{a.globalEval(aW.text||aW.textContent||aW.innerHTML||"")}if(aW.parentNode){aW.parentNode.removeChild(aW)}}function am(aV,a3,a1,aX,a0,a2){var aW=aV.length;if(typeof a3==="object"){for(var aY in a3){am(aV,aY,a3[aY],aX,a0,a1)}return aV}if(a1!==B){aX=!a2&&aX&&a.isFunction(a1);for(var aZ=0;aZ<aW;aZ++){a0(aV[aZ],a3,aX?a1.call(aV[aZ],aZ,a0(aV[aZ],a3)):a1,a2)}return aV}return aW?a0(aV[0],a3):null}function aM(){return(new Date).getTime()}(function(){a.support={};var a0=aa.documentElement,aZ=aa.createElement("script"),aV=aa.createElement("div"),aW="script"+aM();aV.style.display="none";aV.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var a2=aV.getElementsByTagName("*"),a1=aV.getElementsByTagName("a")[0];if(!a2||!a2.length||!a1){return}a.support={leadingWhitespace:aV.firstChild.nodeType===3,tbody:!aV.getElementsByTagName("tbody").length,htmlSerialize:!!aV.getElementsByTagName("link").length,style:/red/.test(a1.getAttribute("style")),hrefNormalized:a1.getAttribute("href")==="/a",opacity:/^0.55$/.test(a1.style.opacity),cssFloat:!!a1.style.cssFloat,checkOn:aV.getElementsByTagName("input")[0].value==="on",optSelected:aa.createElement("select").appendChild(aa.createElement("option")).selected,scriptEval:false,noCloneEvent:true,boxModel:null};aZ.type="text/javascript";try{aZ.appendChild(aa.createTextNode("window."+aW+"=1;"))}catch(aX){}a0.insertBefore(aZ,a0.firstChild);if(aJ[aW]){a.support.scriptEval=true;delete aJ[aW]}a0.removeChild(aZ);if(aV.attachEvent&&aV.fireEvent){aV.attachEvent("onclick",function a3(){a.support.noCloneEvent=false;aV.detachEvent("onclick",a3)});aV.cloneNode(true).fireEvent("onclick")}a(function(){var a4=aa.createElement("div");a4.style.width=a4.style.paddingLeft="1px";aa.body.appendChild(a4);a.boxModel=a.support.boxModel=a4.offsetWidth===2;aa.body.removeChild(a4).style.display="none";a4=null});var aY=function(a4){var a6=aa.createElement("div");a4="on"+a4;var a5=(a4 in a6);if(!a5){a6.setAttribute(a4,"return;");a5=typeof a6[a4]==="function"}a6=null;return a5};a.support.submitBubbles=aY("submit");a.support.changeBubbles=aY("change");a0=aZ=aV=a2=a1=null})();a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var aF="jQuery"+aM(),aE=0,aQ={};var K={};a.extend({cache:{},expando:aF,noData:{embed:true,object:true,applet:true},data:function(aX,aW,aZ){if(aX.nodeName&&a.noData[aX.nodeName.toLowerCase()]){return}aX=aX==aJ?aQ:aX;var a0=aX[aF],aV=a.cache,aY;if(!aW&&!a0){return null}if(!a0){a0=++aE}if(typeof aW==="object"){aX[aF]=a0;aY=aV[a0]=a.extend(true,{},aW)}else{if(aV[a0]){aY=aV[a0]}else{if(typeof aZ==="undefined"){aY=K}else{aY=aV[a0]={}}}}if(aZ!==B){aX[aF]=a0;aY[aW]=aZ}return typeof aW==="string"?aY[aW]:aY},removeData:function(aX,aW){if(aX.nodeName&&a.noData[aX.nodeName.toLowerCase()]){return}aX=aX==aJ?aQ:aX;var a0=aX[aF],aV=a.cache,aY=aV[a0];if(aW){if(aY){delete aY[aW];if(a.isEmptyObject(aY)){a.removeData(aX)}}}else{try{delete aX[aF]}catch(aZ){if(aX.removeAttribute){aX.removeAttribute(aF)}}delete aV[a0]}}});a.fn.extend({data:function(aV,aX){if(typeof aV==="undefined"&&this.length){return a.data(this[0])}else{if(typeof aV==="object"){return this.each(function(){a.data(this,aV)})}}var aY=aV.split(".");aY[1]=aY[1]?"."+aY[1]:"";if(aX===B){var aW=this.triggerHandler("getData"+aY[1]+"!",[aY[0]]);if(aW===B&&this.length){aW=a.data(this[0],aV)}return aW===B&&aY[1]?this.data(aY[0]):aW}else{return this.trigger("setData"+aY[1]+"!",[aY[0],aX]).each(function(){a.data(this,aV,aX)})}},removeData:function(aV){return this.each(function(){a.removeData(this,aV)})}});a.extend({queue:function(aW,aV,aY){if(!aW){return}aV=(aV||"fx")+"queue";var aX=a.data(aW,aV);if(!aY){return aX||[]}if(!aX||a.isArray(aY)){aX=a.data(aW,aV,a.makeArray(aY))}else{aX.push(aY)}return aX},dequeue:function(aY,aX){aX=aX||"fx";var aV=a.queue(aY,aX),aW=aV.shift();if(aW==="inprogress"){aW=aV.shift()}if(aW){if(aX==="fx"){aV.unshift("inprogress")}aW.call(aY,function(){a.dequeue(aY,aX)})}}});a.fn.extend({queue:function(aV,aW){if(typeof aV!=="string"){aW=aV;aV="fx"}if(aW===B){return a.queue(this[0],aV)}return this.each(function(aY,aZ){var aX=a.queue(this,aV,aW);if(aV==="fx"&&aX[0]!=="inprogress"){a.dequeue(this,aV)}})},dequeue:function(aV){return this.each(function(){a.dequeue(this,aV)})},delay:function(aW,aV){aW=a.fx?a.fx.speeds[aW]||aW:aW;aV=aV||"fx";return this.queue(aV,function(){var aX=this;setTimeout(function(){a.dequeue(aX,aV)},aW)})},clearQueue:function(aV){return this.queue(aV||"fx",[])}});var an=/[\n\t]/g,R=/\s+/,au=/\r/g,aN=/href|src|style/,d=/(button|input)/i,y=/(button|input|object|select|textarea)/i,j=/^(a|area)$/i,G=/radio|checkbox/;a.fn.extend({attr:function(aV,aW){return am(this,aV,aW,true,a.attr)},removeAttr:function(aV,aW){return this.each(function(){a.attr(this,aV,"");if(this.nodeType===1){this.removeAttribute(aV)}})},addClass:function(a0){if(a.isFunction(a0)){return this.each(function(a4){var a3=a(this);a3.addClass(a0.call(this,a4,a3.attr("class")))})}if(a0&&typeof a0==="string"){var a1=(a0||"").split(R);for(var aX=0,aW=this.length;aX<aW;aX++){var aZ=this[aX];if(aZ.nodeType===1){if(!aZ.className){aZ.className=a0}else{var aY=" "+aZ.className+" ";for(var a2=0,aV=a1.length;a2<aV;a2++){if(aY.indexOf(" "+a1[a2]+" ")<0){aZ.className+=" "+a1[a2]}}}}}}return this},removeClass:function(a0){if(a.isFunction(a0)){return this.each(function(a4){var a3=a(this);a3.removeClass(a0.call(this,a4,a3.attr("class")))})}if((a0&&typeof a0==="string")||a0===B){var a1=(a0||"").split(R);for(var aX=0,aW=this.length;aX<aW;aX++){var aZ=this[aX];if(aZ.nodeType===1&&aZ.className){if(a0){var aY=(" "+aZ.className+" ").replace(an," ");for(var a2=0,aV=a1.length;a2<aV;a2++){aY=aY.replace(" "+a1[a2]+" "," ")}aZ.className=aY.substring(1,aY.length-1)}else{aZ.className=""}}}}return this},toggleClass:function(aY,aW){var aX=typeof aY,aV=typeof aW==="boolean";if(a.isFunction(aY)){return this.each(function(a0){var aZ=a(this);aZ.toggleClass(aY.call(this,a0,aZ.attr("class"),aW),aW)})}return this.each(function(){if(aX==="string"){var a1,a0=0,aZ=a(this),a2=aW,a3=aY.split(R);while((a1=a3[a0++])){a2=aV?a2:!aZ.hasClass(a1);aZ[a2?"addClass":"removeClass"](a1)}}else{if(aX==="undefined"||aX==="boolean"){if(this.className){a.data(this,"__className__",this.className)}this.className=this.className||aY===false?"":a.data(this,"__className__")||""}}})},hasClass:function(aV){var aY=" "+aV+" ";for(var aX=0,aW=this.length;aX<aW;aX++){if((" "+this[aX].className+" ").replace(an," ").indexOf(aY)>-1){return true}}return false},val:function(a2){if(a2===B){var aW=this[0];if(aW){if(a.nodeName(aW,"option")){return(aW.attributes.value||{}).specified?aW.value:aW.text}if(a.nodeName(aW,"select")){var a0=aW.selectedIndex,a3=[],a4=aW.options,aZ=aW.type==="select-one";if(a0<0){return null}for(var aX=aZ?a0:0,a1=aZ?a0+1:a4.length;aX<a1;aX++){var aY=a4[aX];if(aY.selected){a2=a(aY).val();if(aZ){return a2}a3.push(a2)}}return a3}if(G.test(aW.type)&&!a.support.checkOn){return aW.getAttribute("value")===null?"on":aW.value}return(aW.value||"").replace(au,"")}return B}var aV=a.isFunction(a2);return this.each(function(a7){var a6=a(this),a8=a2;if(this.nodeType!==1){return}if(aV){a8=a2.call(this,a7,a6.val())}if(typeof a8==="number"){a8+=""}if(a.isArray(a8)&&G.test(this.type)){this.checked=a.inArray(a6.val(),a8)>=0}else{if(a.nodeName(this,"select")){var a5=a.makeArray(a8);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),a5)>=0});if(!a5.length){this.selectedIndex=-1}}else{this.value=a8}}})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(aW,aV,a1,a4){if(!aW||aW.nodeType===3||aW.nodeType===8){return B}if(a4&&aV in a.attrFn){return a(aW)[aV](a1)}var aX=aW.nodeType!==1||!a.isXMLDoc(aW),a0=a1!==B;aV=aX&&a.props[aV]||aV;if(aW.nodeType===1){var aZ=aN.test(aV);if(aV==="selected"&&!a.support.optSelected){var a2=aW.parentNode;if(a2){a2.selectedIndex;if(a2.parentNode){a2.parentNode.selectedIndex}}}if(aV in aW&&aX&&!aZ){if(a0){if(aV==="type"&&d.test(aW.nodeName)&&aW.parentNode){throw"type property can't be changed"}aW[aV]=a1}if(a.nodeName(aW,"form")&&aW.getAttributeNode(aV)){return aW.getAttributeNode(aV).nodeValue}if(aV==="tabIndex"){var a3=aW.getAttributeNode("tabIndex");return a3&&a3.specified?a3.value:y.test(aW.nodeName)||j.test(aW.nodeName)&&aW.href?0:B}return aW[aV]}if(!a.support.style&&aX&&aV==="style"){if(a0){aW.style.cssText=""+a1}return aW.style.cssText}if(a0){aW.setAttribute(aV,""+a1)}var aY=!a.support.hrefNormalized&&aX&&aZ?aW.getAttribute(aV,2):aW.getAttribute(aV);return aY===null?B:aY}return a.style(aW,aV,a1)}});var z=function(aV){return aV.replace(/[^\w\s\.\|`]/g,function(aW){return"\\"+aW})};a.event={add:function(aX,a2,a7,aZ){if(aX.nodeType===3||aX.nodeType===8){return}if(aX.setInterval&&(aX!==aJ&&!aX.frameElement)){aX=aJ}if(!a7.guid){a7.guid=a.guid++}if(aZ!==B){var a5=a7;a7=a.proxy(a5);a7.data=aZ}var a8=a.data(aX,"events")||a.data(aX,"events",{}),a1=a.data(aX,"handle"),a0;if(!a1){a0=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(a0.elem,arguments):B};a1=a.data(aX,"handle",a0)}if(!a1){return}a1.elem=aX;a2=a2.split(/\s+/);var a4,aY=0;while((a4=a2[aY++])){var aV=a4.split(".");a4=aV.shift();a7.type=aV.slice(0).sort().join(".");var aW=a8[a4],a3=this.special[a4]||{};if(!aW){aW=a8[a4]={};if(!a3.setup||a3.setup.call(aX,aZ,aV,a7)===false){if(aX.addEventListener){aX.addEventListener(a4,a1,false)}else{if(aX.attachEvent){aX.attachEvent("on"+a4,a1)}}}}if(a3.add){var a6=a3.add.call(aX,a7,aZ,aV,aW);if(a6&&a.isFunction(a6)){a6.guid=a6.guid||a7.guid;a7=a6}}aW[a7.guid]=a7;this.global[a4]=true}aX=null},global:{},remove:function(aX,a1,a7){if(aX.nodeType===3||aX.nodeType===8){return}var a8=a.data(aX,"events"),a2,a4,a5;if(a8){if(a1===B||(typeof a1==="string"&&a1.charAt(0)===".")){for(a4 in a8){this.remove(aX,a4+(a1||""))}}else{if(a1.type){a7=a1.handler;a1=a1.type}a1=a1.split(/\s+/);var aZ=0;while((a4=a1[aZ++])){var aV=a4.split(".");a4=aV.shift();var a6=!aV.length,aW=a.map(aV.slice(0).sort(),z),aY=new RegExp("(^|\\.)"+aW.join("\\.(?:.*\\.)?")+"(\\.|$)"),a3=this.special[a4]||{};if(a8[a4]){if(a7){a5=a8[a4][a7.guid];delete a8[a4][a7.guid]}else{for(var a0 in a8[a4]){if(a6||aY.test(a8[a4][a0].type)){delete a8[a4][a0]}}}if(a3.remove){a3.remove.call(aX,aV,a5)}for(a2 in a8[a4]){break}if(!a2){if(!a3.teardown||a3.teardown.call(aX,aV)===false){if(aX.removeEventListener){aX.removeEventListener(a4,a.data(aX,"handle"),false)}else{if(aX.detachEvent){aX.detachEvent("on"+a4,a.data(aX,"handle"))}}}a2=null;delete a8[a4]}}}}for(a2 in a8){break}if(!a2){var a0=a.data(aX,"handle");if(a0){a0.elem=null}a.removeData(aX,"events");a.removeData(aX,"handle")}}},trigger:function(aV,aZ,aX){var a3=aV.type||aV,aY=arguments[3];if(!aY){aV=typeof aV==="object"?aV[aF]?aV:a.extend(a.Event(a3),aV):a.Event(a3);if(a3.indexOf("!")>=0){aV.type=a3=a3.slice(0,-1);aV.exclusive=true}if(!aX){aV.stopPropagation();if(this.global[a3]){a.each(a.cache,function(){if(this.events&&this.events[a3]){a.event.trigger(aV,aZ,this.handle.elem)}})}}if(!aX||aX.nodeType===3||aX.nodeType===8){return B}aV.result=B;aV.target=aX;aZ=a.makeArray(aZ);aZ.unshift(aV)}aV.currentTarget=aX;var a0=a.data(aX,"handle");if(a0){a0.apply(aX,aZ)}var aW,a2;try{if(!(aX&&aX.nodeName&&a.noData[aX.nodeName.toLowerCase()])){aW=aX[a3];a2=aX["on"+a3]}}catch(a1){}var a5=a.nodeName(aX,"a")&&a3==="click";if(!aY&&aW&&!aV.isDefaultPrevented()&&!a5){this.triggered=true;try{aX[a3]()}catch(a1){}}else{if(a2&&aX["on"+a3].apply(aX,aZ)===false){aV.result=false}}this.triggered=false;if(!aV.isPropagationStopped()){var a4=aX.parentNode||aX.ownerDocument;if(a4){a.event.trigger(aV,aZ,a4,true)}}},handle:function(a1){var a0,aV;a1=arguments[0]=a.event.fix(a1||aJ.event);a1.currentTarget=this;var a2=a1.type.split(".");a1.type=a2.shift();a0=!a2.length&&!a1.exclusive;var aZ=new RegExp("(^|\\.)"+a2.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");aV=(a.data(this,"events")||{})[a1.type];for(var aX in aV){var aY=aV[aX];if(a0||aZ.test(aY.type)){a1.handler=aY;a1.data=aY.data;var aW=aY.apply(this,arguments);if(aW!==B){a1.result=aW;if(aW===false){a1.preventDefault();a1.stopPropagation()}}if(a1.isImmediatePropagationStopped()){break}}}return a1.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(aY){if(aY[aF]){return aY}var aW=aY;aY=a.Event(aW);for(var aX=this.props.length,a0;aX;){a0=this.props[--aX];aY[a0]=aW[a0]}if(!aY.target){aY.target=aY.srcElement||aa}if(aY.target.nodeType===3){aY.target=aY.target.parentNode}if(!aY.relatedTarget&&aY.fromElement){aY.relatedTarget=aY.fromElement===aY.target?aY.toElement:aY.fromElement}if(aY.pageX==null&&aY.clientX!=null){var aZ=aa.documentElement,aV=aa.body;aY.pageX=aY.clientX+(aZ&&aZ.scrollLeft||aV&&aV.scrollLeft||0)-(aZ&&aZ.clientLeft||aV&&aV.clientLeft||0);aY.pageY=aY.clientY+(aZ&&aZ.scrollTop||aV&&aV.scrollTop||0)-(aZ&&aZ.clientTop||aV&&aV.clientTop||0)}if(!aY.which&&((aY.charCode||aY.charCode===0)?aY.charCode:aY.keyCode)){aY.which=aY.charCode||aY.keyCode}if(!aY.metaKey&&aY.ctrlKey){aY.metaKey=aY.ctrlKey}if(!aY.which&&aY.button!==B){aY.which=(aY.button&1?1:(aY.button&2?3:(aY.button&4?2:0)))}return aY},guid:100000000,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(aV,aY,aX,aW){a.extend(aV,aY||{});aV.guid+=aY.selector+aY.live;a.event.add(this,aY.live,U,aY)},remove:function(aX){if(aX.length){var aV=0,aW=new RegExp("(^|\\.)"+aX[0]+"(\\.|$)");a.each((a.data(this,"events").live||{}),function(){if(aW.test(this.type)){aV++}});if(aV<1){a.event.remove(this,aX[0],U)}}},special:{}},beforeunload:{setup:function(aX,aW,aV){if(this.setInterval){this.onbeforeunload=aV}return false},teardown:function(aW,aV){if(this.onbeforeunload===aV){this.onbeforeunload=null}}}}};a.Event=function(aV){if(!this.preventDefault){return new a.Event(aV)}if(aV&&aV.type){this.originalEvent=aV;this.type=aV.type}else{this.type=aV}this.timeStamp=aM();this[aF]=true};function aO(){return false}function f(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=f;var aV=this.originalEvent;if(!aV){return}if(aV.preventDefault){aV.preventDefault()}aV.returnValue=false},stopPropagation:function(){this.isPropagationStopped=f;var aV=this.originalEvent;if(!aV){return}if(aV.stopPropagation){aV.stopPropagation()}aV.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=f;this.stopPropagation()},isDefaultPrevented:aO,isPropagationStopped:aO,isImmediatePropagationStopped:aO};var P=function(aW){var aV=aW.relatedTarget;while(aV&&aV!==this){try{aV=aV.parentNode}catch(aX){break}}if(aV!==this){aW.type=aW.data;a.event.handle.apply(this,arguments)}},aw=function(aV){aV.type=aV.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(aW,aV){a.event.special[aW]={setup:function(aX){a.event.add(this,aV,aX&&aX.selector?aw:P,aW)},teardown:function(aX){a.event.remove(this,aV,aX&&aX.selector?aw:P)}}});if(!a.support.submitBubbles){a.event.special.submit={setup:function(aX,aW,aV){if(this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit."+aV.guid,function(a0){var aZ=a0.target,aY=aZ.type;if((aY==="submit"||aY==="image")&&a(aZ).closest("form").length){return ay("submit",this,arguments)}});a.event.add(this,"keypress.specialSubmit."+aV.guid,function(a0){var aZ=a0.target,aY=aZ.type;if((aY==="text"||aY==="password")&&a(aZ).closest("form").length&&a0.keyCode===13){return ay("submit",this,arguments)}})}else{return false}},remove:function(aW,aV){a.event.remove(this,"click.specialSubmit"+(aV?"."+aV.guid:""));a.event.remove(this,"keypress.specialSubmit"+(aV?"."+aV.guid:""))}}}if(!a.support.changeBubbles){var ap=/textarea|input|select/i;function i(aW){var aV=aW.type,aX=aW.value;if(aV==="radio"||aV==="checkbox"){aX=aW.checked}else{if(aV==="select-multiple"){aX=aW.selectedIndex>-1?a.map(aW.options,function(aY){return aY.selected}).join("-"):""}else{if(aW.nodeName.toLowerCase()==="select"){aX=aW.selectedIndex}}}return aX}function N(aX){var aV=aX.target,aW,aY;if(!ap.test(aV.nodeName)||aV.readOnly){return}aW=a.data(aV,"_change_data");aY=i(aV);if(aY===aW){return}if(aX.type!=="focusout"||aV.type!=="radio"){a.data(aV,"_change_data",aY)}if(aV.type!=="select"&&(aW!=null||aY)){aX.type="change";return a.event.trigger(aX,arguments[1],this)}}a.event.special.change={filters:{focusout:N,click:function(aX){var aW=aX.target,aV=aW.type;if(aV==="radio"||aV==="checkbox"||aW.nodeName.toLowerCase()==="select"){return N.call(this,aX)}},keydown:function(aX){var aW=aX.target,aV=aW.type;if((aX.keyCode===13&&aW.nodeName.toLowerCase()!=="textarea")||(aX.keyCode===32&&(aV==="checkbox"||aV==="radio"))||aV==="select-multiple"){return N.call(this,aX)}},beforeactivate:function(aW){var aV=aW.target;if(aV.nodeName.toLowerCase()==="input"&&aV.type==="radio"){a.data(aV,"_change_data",i(aV))}}},setup:function(aY,aX,aW){for(var aV in aP){a.event.add(this,aV+".specialChange."+aW.guid,aP[aV])}return ap.test(this.nodeName)},remove:function(aX,aW){for(var aV in aP){a.event.remove(this,aV+".specialChange"+(aW?"."+aW.guid:""),aP[aV])}return ap.test(this.nodeName)}};var aP=a.event.special.change.filters}function ay(aW,aX,aV){aV[0].type=aW;return a.event.handle.apply(aX,aV)}if(aa.addEventListener){a.each({focus:"focusin",blur:"focusout"},function(aX,aV){a.event.special[aV]={setup:function(){this.addEventListener(aX,aW,true)},teardown:function(){this.removeEventListener(aX,aW,true)}};function aW(aY){aY=a.event.fix(aY);aY.type=aV;return a.event.handle.call(this,aY)}})}a.each(["bind","one"],function(aW,aV){a.fn[aV]=function(a0,a1,aZ){if(typeof a0==="object"){for(var aX in a0){this[aV](aX,a1,a0[aX],aZ)}return this}if(a.isFunction(a1)){thisObject=aZ;aZ=a1;a1=B}var aY=aV==="one"?a.proxy(aZ,function(a2){a(this).unbind(a2,aY);return aZ.apply(this,arguments)}):aZ;return a0==="unload"&&aV!=="one"?this.one(a0,a1,aZ,thisObject):this.each(function(){a.event.add(this,a0,aY,a1)})}});a.fn.extend({unbind:function(aX,aW){if(typeof aX==="object"&&!aX.preventDefault){for(var aV in aX){this.unbind(aV,aX[aV])}return this}return this.each(function(){a.event.remove(this,aX,aW)})},trigger:function(aV,aW){return this.each(function(){a.event.trigger(aV,aW,this)})},triggerHandler:function(aV,aX){if(this[0]){var aW=a.Event(aV);aW.preventDefault();aW.stopPropagation();a.event.trigger(aW,aX,this[0]);return aW.result}},toggle:function(aX){var aV=arguments,aW=1;while(aW<aV.length){a.proxy(aX,aV[aW++])}return this.click(a.proxy(aX,function(aY){var aZ=(a.data(this,"lastToggle"+aX.guid)||0)%aW;a.data(this,"lastToggle"+aX.guid,aZ+1);aY.preventDefault();return aV[aZ].apply(this,arguments)||false}))},hover:function(aV,aW){return this.mouseenter(aV).mouseleave(aW||aV)},live:function(aW,aX,aV){if(a.isFunction(aX)){aV=aX;aX=B}a(this.context).bind(m(aW,this.selector),{data:aX,selector:this.selector,live:aW},aV);return this},die:function(aW,aV){a(this.context).unbind(m(aW,this.selector),aV?{guid:aV.guid+this.selector+aW}:null);return this}});function U(aV){var a5=true,aW=[],a7=[],a3=arguments,a6,a2,a4,aY,aZ,a1,a0,aX=a.extend({},a.data(this,"events").live);for(aZ in aX){a4=aX[aZ];if(a4.live===aV.type||a4.altLive&&a.inArray(aV.type,a4.altLive)>-1){a0=a4.data;if(!(a0.beforeFilter&&a0.beforeFilter[aV.type]&&!a0.beforeFilter[aV.type](aV))){a7.push(a4.selector)}}else{delete aX[aZ]}}a2=a(aV.target).closest(a7,aV.currentTarget);for(a1=0,l=a2.length;a1<l;a1++){for(aZ in aX){a4=aX[aZ];aY=a2[a1].elem;a6=null;if(a2[a1].selector===a4.selector){if(a4.live==="mouseenter"||a4.live==="mouseleave"){a6=a(aV.relatedTarget).closest(a4.selector)[0]}if(!a6||a6!==aY){aW.push({elem:aY,fn:a4})}}}}for(a1=0,l=aW.length;a1<l;a1++){a2=aW[a1];aV.currentTarget=a2.elem;aV.data=a2.fn.data;if(a2.fn.apply(a2.elem,a3)===false){a5=false;break}}return a5}function m(aW,aV){return["live",aW,aV.replace(/\./g,"`").replace(/ /g,"&")].join(".")}a.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error").split(" "),function(aW,aV){a.fn[aV]=function(aX){return aX?this.bind(aV,aX):this.trigger(aV)};if(a.attrFn){a.attrFn[aV]=true}});if(aJ.attachEvent&&!aJ.addEventListener){aJ.attachEvent("onunload",function(){for(var aW in a.cache){if(a.cache[aW].handle){try{a.event.remove(a.cache[aW].handle.elem)}catch(aV){}}}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
}(function(){var a6=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,a7=0,a9=Object.prototype.toString,a1=false,a0=true;[0,0].sort(function(){a0=false;return 0});var aX=function(bi,bd,bl,bm){bl=bl||[];var bo=bd=bd||aa;if(bd.nodeType!==1&&bd.nodeType!==9){return[]}if(!bi||typeof bi!=="string"){return bl}var bj=[],bf,bq,bt,be,bh=true,bg=aY(bd),bn=bi;while((a6.exec(""),bf=a6.exec(bn))!==null){bn=bf[3];bj.push(bf[1]);if(bf[2]){be=bf[3];break}}if(bj.length>1&&a2.exec(bi)){if(bj.length===2&&a3.relative[bj[0]]){bq=ba(bj[0]+bj[1],bd)}else{bq=a3.relative[bj[0]]?[bd]:aX(bj.shift(),bd);while(bj.length){bi=bj.shift();if(a3.relative[bi]){bi+=bj.shift()}bq=ba(bi,bq)}}}else{if(!bm&&bj.length>1&&bd.nodeType===9&&!bg&&a3.match.ID.test(bj[0])&&!a3.match.ID.test(bj[bj.length-1])){var bp=aX.find(bj.shift(),bd,bg);bd=bp.expr?aX.filter(bp.expr,bp.set)[0]:bp.set[0]}if(bd){var bp=bm?{expr:bj.pop(),set:a5(bm)}:aX.find(bj.pop(),bj.length===1&&(bj[0]==="~"||bj[0]==="+")&&bd.parentNode?bd.parentNode:bd,bg);bq=bp.expr?aX.filter(bp.expr,bp.set):bp.set;if(bj.length>0){bt=a5(bq)}else{bh=false}while(bj.length){var bs=bj.pop(),br=bs;if(!a3.relative[bs]){bs=""}else{br=bj.pop()}if(br==null){br=bd}a3.relative[bs](bt,br,bg)}}else{bt=bj=[]}}if(!bt){bt=bq}if(!bt){throw"Syntax error, unrecognized expression: "+(bs||bi)}if(a9.call(bt)==="[object Array]"){if(!bh){bl.push.apply(bl,bt)}else{if(bd&&bd.nodeType===1){for(var bk=0;bt[bk]!=null;bk++){if(bt[bk]&&(bt[bk]===true||bt[bk].nodeType===1&&a4(bd,bt[bk]))){bl.push(bq[bk])}}}else{for(var bk=0;bt[bk]!=null;bk++){if(bt[bk]&&bt[bk].nodeType===1){bl.push(bq[bk])}}}}}else{a5(bt,bl)}if(be){aX(be,bo,bl,bm);aX.uniqueSort(bl)}return bl};aX.uniqueSort=function(be){if(a8){a1=a0;be.sort(a8);if(a1){for(var bd=1;bd<be.length;bd++){if(be[bd]===be[bd-1]){be.splice(bd--,1)}}}}return be};aX.matches=function(bd,be){return aX(bd,null,null,be)};aX.find=function(bk,bd,bl){var bj,bh;if(!bk){return[]}for(var bg=0,bf=a3.order.length;bg<bf;bg++){var bi=a3.order[bg],bh;if((bh=a3.leftMatch[bi].exec(bk))){var be=bh[1];bh.splice(1,1);if(be.substr(be.length-1)!=="\\"){bh[1]=(bh[1]||"").replace(/\\/g,"");bj=a3.find[bi](bh,bd,bl);if(bj!=null){bk=bk.replace(a3.match[bi],"");break}}}}if(!bj){bj=bd.getElementsByTagName("*")}return{set:bj,expr:bk}};aX.filter=function(bo,bn,br,bh){var bf=bo,bt=[],bl=bn,bj,bd,bk=bn&&bn[0]&&aY(bn[0]);while(bo&&bn.length){for(var bm in a3.filter){if((bj=a3.leftMatch[bm].exec(bo))!=null&&bj[2]){var be=a3.filter[bm],bs,bq,bg=bj[1];bd=false;bj.splice(1,1);if(bg.substr(bg.length-1)==="\\"){continue}if(bl===bt){bt=[]}if(a3.preFilter[bm]){bj=a3.preFilter[bm](bj,bl,br,bt,bh,bk);if(!bj){bd=bs=true}else{if(bj===true){continue}}}if(bj){for(var bi=0;(bq=bl[bi])!=null;bi++){if(bq){bs=be(bq,bj,bi,bl);var bp=bh^!!bs;if(br&&bs!=null){if(bp){bd=true}else{bl[bi]=false}}else{if(bp){bt.push(bq);bd=true}}}}}if(bs!==B){if(!br){bl=bt}bo=bo.replace(a3.match[bm],"");if(!bd){return[]}break}}}if(bo===bf){if(bd==null){throw"Syntax error, unrecognized expression: "+bo}else{break}}bf=bo}return bl};var a3=aX.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(bd){return bd.getAttribute("href")}},relative:{"+":function(bj,be){var bg=typeof be==="string",bi=bg&&!/\W/.test(be),bk=bg&&!bi;if(bi){be=be.toLowerCase()}for(var bf=0,bd=bj.length,bh;bf<bd;bf++){if((bh=bj[bf])){while((bh=bh.previousSibling)&&bh.nodeType!==1){}bj[bf]=bk||bh&&bh.nodeName.toLowerCase()===be?bh||false:bh===be}}if(bk){aX.filter(be,bj,true)}},">":function(bj,be){var bh=typeof be==="string";if(bh&&!/\W/.test(be)){be=be.toLowerCase();for(var bf=0,bd=bj.length;bf<bd;bf++){var bi=bj[bf];if(bi){var bg=bi.parentNode;bj[bf]=bg.nodeName.toLowerCase()===be?bg:false}}}else{for(var bf=0,bd=bj.length;bf<bd;bf++){var bi=bj[bf];if(bi){bj[bf]=bh?bi.parentNode:bi.parentNode===be}}if(bh){aX.filter(be,bj,true)}}},"":function(bg,be,bi){var bf=a7++,bd=bb;if(typeof be==="string"&&!/\W/.test(be)){var bh=be=be.toLowerCase();bd=aV}bd("parentNode",be,bf,bg,bh,bi)},"~":function(bg,be,bi){var bf=a7++,bd=bb;if(typeof be==="string"&&!/\W/.test(be)){var bh=be=be.toLowerCase();bd=aV}bd("previousSibling",be,bf,bg,bh,bi)}},find:{ID:function(be,bf,bg){if(typeof bf.getElementById!=="undefined"&&!bg){var bd=bf.getElementById(be[1]);return bd?[bd]:[]}},NAME:function(bf,bi){if(typeof bi.getElementsByName!=="undefined"){var be=[],bh=bi.getElementsByName(bf[1]);for(var bg=0,bd=bh.length;bg<bd;bg++){if(bh[bg].getAttribute("name")===bf[1]){be.push(bh[bg])}}return be.length===0?null:be}},TAG:function(bd,be){return be.getElementsByTagName(bd[1])}},preFilter:{CLASS:function(bg,be,bf,bd,bj,bk){bg=" "+bg[1].replace(/\\/g,"")+" ";if(bk){return bg}for(var bh=0,bi;(bi=be[bh])!=null;bh++){if(bi){if(bj^(bi.className&&(" "+bi.className+" ").replace(/[\t\n]/g," ").indexOf(bg)>=0)){if(!bf){bd.push(bi)}}else{if(bf){be[bh]=false}}}}return false},ID:function(bd){return bd[1].replace(/\\/g,"")},TAG:function(be,bd){return be[1].toLowerCase()},CHILD:function(bd){if(bd[1]==="nth"){var be=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(bd[2]==="even"&&"2n"||bd[2]==="odd"&&"2n+1"||!/\D/.test(bd[2])&&"0n+"+bd[2]||bd[2]);bd[2]=(be[1]+(be[2]||1))-0;bd[3]=be[3]-0}bd[0]=a7++;return bd},ATTR:function(bh,be,bf,bd,bi,bj){var bg=bh[1].replace(/\\/g,"");if(!bj&&a3.attrMap[bg]){bh[1]=a3.attrMap[bg]}if(bh[2]==="~="){bh[4]=" "+bh[4]+" "}return bh},PSEUDO:function(bh,be,bf,bd,bi){if(bh[1]==="not"){if((a6.exec(bh[3])||"").length>1||/^\w/.test(bh[3])){bh[3]=aX(bh[3],null,null,be)}else{var bg=aX.filter(bh[3],be,bf,true^bi);if(!bf){bd.push.apply(bd,bg)}return false}}else{if(a3.match.POS.test(bh[0])||a3.match.CHILD.test(bh[0])){return true}}return bh},POS:function(bd){bd.unshift(true);return bd}},filters:{enabled:function(bd){return bd.disabled===false&&bd.type!=="hidden"},disabled:function(bd){return bd.disabled===true},checked:function(bd){return bd.checked===true},selected:function(bd){bd.parentNode.selectedIndex;return bd.selected===true},parent:function(bd){return !!bd.firstChild},empty:function(bd){return !bd.firstChild},has:function(bf,be,bd){return !!aX(bd[3],bf).length},header:function(bd){return/h\d/i.test(bd.nodeName)},text:function(bd){return"text"===bd.type},radio:function(bd){return"radio"===bd.type},checkbox:function(bd){return"checkbox"===bd.type},file:function(bd){return"file"===bd.type},password:function(bd){return"password"===bd.type},submit:function(bd){return"submit"===bd.type},image:function(bd){return"image"===bd.type},reset:function(bd){return"reset"===bd.type},button:function(bd){return"button"===bd.type||bd.nodeName.toLowerCase()==="button"},input:function(bd){return/input|select|textarea|button/i.test(bd.nodeName)}},setFilters:{first:function(be,bd){return bd===0},last:function(bf,be,bd,bg){return be===bg.length-1},even:function(be,bd){return bd%2===0},odd:function(be,bd){return bd%2===1},lt:function(bf,be,bd){return be<bd[3]-0},gt:function(bf,be,bd){return be>bd[3]-0},nth:function(bf,be,bd){return bd[3]-0===be},eq:function(bf,be,bd){return bd[3]-0===be}},filter:{PSEUDO:function(bj,bf,bg,bk){var be=bf[1],bh=a3.filters[be];if(bh){return bh(bj,bg,bf,bk)}else{if(be==="contains"){return(bj.textContent||bj.innerText||aW([bj])||"").indexOf(bf[3])>=0}else{if(be==="not"){var bi=bf[3];for(var bg=0,bd=bi.length;bg<bd;bg++){if(bi[bg]===bj){return false}}return true}else{throw"Syntax error, unrecognized expression: "+be}}}},CHILD:function(bd,bg){var bj=bg[1],be=bd;switch(bj){case"only":case"first":while((be=be.previousSibling)){if(be.nodeType===1){return false}}if(bj==="first"){return true}be=bd;case"last":while((be=be.nextSibling)){if(be.nodeType===1){return false}}return true;case"nth":var bf=bg[2],bm=bg[3];if(bf===1&&bm===0){return true}var bi=bg[0],bl=bd.parentNode;if(bl&&(bl.sizcache!==bi||!bd.nodeIndex)){var bh=0;for(be=bl.firstChild;be;be=be.nextSibling){if(be.nodeType===1){be.nodeIndex=++bh}}bl.sizcache=bi}var bk=bd.nodeIndex-bm;if(bf===0){return bk===0}else{return(bk%bf===0&&bk/bf>=0)}}},ID:function(be,bd){return be.nodeType===1&&be.getAttribute("id")===bd},TAG:function(be,bd){return(bd==="*"&&be.nodeType===1)||be.nodeName.toLowerCase()===bd},CLASS:function(be,bd){return(" "+(be.className||be.getAttribute("class"))+" ").indexOf(bd)>-1},ATTR:function(bi,bg){var bf=bg[1],bd=a3.attrHandle[bf]?a3.attrHandle[bf](bi):bi[bf]!=null?bi[bf]:bi.getAttribute(bf),bj=bd+"",bh=bg[2],be=bg[4];return bd==null?bh==="!=":bh==="="?bj===be:bh==="*="?bj.indexOf(be)>=0:bh==="~="?(" "+bj+" ").indexOf(be)>=0:!be?bj&&bd!==false:bh==="!="?bj!==be:bh==="^="?bj.indexOf(be)===0:bh==="$="?bj.substr(bj.length-be.length)===be:bh==="|="?bj===be||bj.substr(0,be.length+1)===be+"-":false},POS:function(bh,be,bf,bi){var bd=be[2],bg=a3.setFilters[bd];if(bg){return bg(bh,bf,be,bi)}}}};var a2=a3.match.POS;for(var aZ in a3.match){a3.match[aZ]=new RegExp(a3.match[aZ].source+/(?![^\[]*\])(?![^\(]*\))/.source);a3.leftMatch[aZ]=new RegExp(/(^(?:.|\r|\n)*?)/.source+a3.match[aZ].source.replace(/\\(\d+)/g,function(be,bd){return"\\"+(bd-0+1)}))}var a5=function(be,bd){be=Array.prototype.slice.call(be,0);if(bd){bd.push.apply(bd,be);return bd}return be};try{Array.prototype.slice.call(aa.documentElement.childNodes,0)}catch(bc){a5=function(bh,bg){var be=bg||[];if(a9.call(bh)==="[object Array]"){Array.prototype.push.apply(be,bh)}else{if(typeof bh.length==="number"){for(var bf=0,bd=bh.length;bf<bd;bf++){be.push(bh[bf])}}else{for(var bf=0;bh[bf];bf++){be.push(bh[bf])}}}return be}}var a8;if(aa.documentElement.compareDocumentPosition){a8=function(be,bd){if(!be.compareDocumentPosition||!bd.compareDocumentPosition){if(be==bd){a1=true}return be.compareDocumentPosition?-1:1}var bf=be.compareDocumentPosition(bd)&4?-1:be===bd?0:1;if(bf===0){a1=true}return bf}}else{if("sourceIndex" in aa.documentElement){a8=function(be,bd){if(!be.sourceIndex||!bd.sourceIndex){if(be==bd){a1=true}return be.sourceIndex?-1:1}var bf=be.sourceIndex-bd.sourceIndex;if(bf===0){a1=true}return bf}}else{if(aa.createRange){a8=function(bg,be){if(!bg.ownerDocument||!be.ownerDocument){if(bg==be){a1=true}return bg.ownerDocument?-1:1}var bf=bg.ownerDocument.createRange(),bd=be.ownerDocument.createRange();bf.setStart(bg,0);bf.setEnd(bg,0);bd.setStart(be,0);bd.setEnd(be,0);var bh=bf.compareBoundaryPoints(Range.START_TO_END,bd);if(bh===0){a1=true}return bh}}}}function aW(bd){var be="",bg;for(var bf=0;bd[bf];bf++){bg=bd[bf];if(bg.nodeType===3||bg.nodeType===4){be+=bg.nodeValue}else{if(bg.nodeType!==8){be+=aW(bg.childNodes)}}}return be}(function(){var be=aa.createElement("div"),bf="script"+(new Date).getTime();be.innerHTML="<a name='"+bf+"'/>";var bd=aa.documentElement;bd.insertBefore(be,bd.firstChild);if(aa.getElementById(bf)){a3.find.ID=function(bh,bi,bj){if(typeof bi.getElementById!=="undefined"&&!bj){var bg=bi.getElementById(bh[1]);return bg?bg.id===bh[1]||typeof bg.getAttributeNode!=="undefined"&&bg.getAttributeNode("id").nodeValue===bh[1]?[bg]:B:[]}};a3.filter.ID=function(bi,bg){var bh=typeof bi.getAttributeNode!=="undefined"&&bi.getAttributeNode("id");return bi.nodeType===1&&bh&&bh.nodeValue===bg}}bd.removeChild(be);bd=be=null})();(function(){var bd=aa.createElement("div");bd.appendChild(aa.createComment(""));if(bd.getElementsByTagName("*").length>0){a3.find.TAG=function(be,bi){var bh=bi.getElementsByTagName(be[1]);if(be[1]==="*"){var bg=[];for(var bf=0;bh[bf];bf++){if(bh[bf].nodeType===1){bg.push(bh[bf])}}bh=bg}return bh}}bd.innerHTML="<a href='#'></a>";if(bd.firstChild&&typeof bd.firstChild.getAttribute!=="undefined"&&bd.firstChild.getAttribute("href")!=="#"){a3.attrHandle.href=function(be){return be.getAttribute("href",2)}}bd=null})();if(aa.querySelectorAll){(function(){var bd=aX,bf=aa.createElement("div");bf.innerHTML="<p class='TEST'></p>";if(bf.querySelectorAll&&bf.querySelectorAll(".TEST").length===0){return}aX=function(bj,bi,bg,bh){bi=bi||aa;if(!bh&&bi.nodeType===9&&!aY(bi)){try{return a5(bi.querySelectorAll(bj),bg)}catch(bk){}}return bd(bj,bi,bg,bh)};for(var be in bd){aX[be]=bd[be]}bf=null})()}(function(){var bd=aa.createElement("div");bd.innerHTML="<div class='test e'></div><div class='test'></div>";if(!bd.getElementsByClassName||bd.getElementsByClassName("e").length===0){return}bd.lastChild.className="e";if(bd.getElementsByClassName("e").length===1){return}a3.order.splice(1,0,"CLASS");a3.find.CLASS=function(be,bf,bg){if(typeof bf.getElementsByClassName!=="undefined"&&!bg){return bf.getElementsByClassName(be[1])}};bd=null})();function aV(be,bj,bi,bm,bk,bl){for(var bg=0,bf=bm.length;bg<bf;bg++){var bd=bm[bg];if(bd){bd=bd[be];var bh=false;while(bd){if(bd.sizcache===bi){bh=bm[bd.sizset];break}if(bd.nodeType===1&&!bl){bd.sizcache=bi;bd.sizset=bg}if(bd.nodeName.toLowerCase()===bj){bh=bd;break}bd=bd[be]}bm[bg]=bh}}}function bb(be,bj,bi,bm,bk,bl){for(var bg=0,bf=bm.length;bg<bf;bg++){var bd=bm[bg];if(bd){bd=bd[be];var bh=false;while(bd){if(bd.sizcache===bi){bh=bm[bd.sizset];break}if(bd.nodeType===1){if(!bl){bd.sizcache=bi;bd.sizset=bg}if(typeof bj!=="string"){if(bd===bj){bh=true;break}}else{if(aX.filter(bj,[bd]).length>0){bh=bd;break}}}bd=bd[be]}bm[bg]=bh}}}var a4=aa.compareDocumentPosition?function(be,bd){return be.compareDocumentPosition(bd)&16}:function(be,bd){return be!==bd&&(be.contains?be.contains(bd):true)};var aY=function(bd){var be=(bd?bd.ownerDocument||bd:0).documentElement;return be?be.nodeName!=="HTML":false};var ba=function(bd,bk){var bg=[],bh="",bi,bf=bk.nodeType?[bk]:bk;while((bi=a3.match.PSEUDO.exec(bd))){bh+=bi[0];bd=bd.replace(a3.match.PSEUDO,"")}bd=a3.relative[bd]?bd+"*":bd;for(var bj=0,be=bf.length;bj<be;bj++){aX(bd,bf[bj],bg)}return aX.filter(bh,bg)};a.find=aX;a.expr=aX.selectors;a.expr[":"]=a.expr.filters;a.unique=aX.uniqueSort;a.getText=aW;a.isXMLDoc=aY;a.contains=a4;return;aJ.Sizzle=aX})();var M=/Until$/,X=/^(?:parents|prevUntil|prevAll)/,aI=/,/,D=Array.prototype.slice;var ah=function(aY,aX,aV){if(a.isFunction(aX)){return a.grep(aY,function(a0,aZ){return !!aX.call(a0,aZ,a0)===aV})}else{if(aX.nodeType){return a.grep(aY,function(a0,aZ){return(a0===aX)===aV})}else{if(typeof aX==="string"){var aW=a.grep(aY,function(aZ){return aZ.nodeType===1});if(aT.test(aX)){return a.filter(aX,aW,!aV)}else{aX=a.filter(aX,aY)}}}}return a.grep(aY,function(a0,aZ){return(a.inArray(a0,aX)>=0)===aV})};a.fn.extend({find:function(aV){var aX=this.pushStack("","find",aV),a0=0;for(var aY=0,aW=this.length;aY<aW;aY++){a0=aX.length;a.find(aV,this[aY],aX);if(aY>0){for(var a1=a0;a1<aX.length;a1++){for(var aZ=0;aZ<a0;aZ++){if(aX[aZ]===aX[a1]){aX.splice(a1--,1);break}}}}}return aX},has:function(aW){var aV=a(aW);return this.filter(function(){for(var aY=0,aX=aV.length;aY<aX;aY++){if(a.contains(this,aV[aY])){return true}}})},not:function(aV){return this.pushStack(ah(this,aV,false),"not",aV)},filter:function(aV){return this.pushStack(ah(this,aV,true),"filter",aV)},is:function(aV){return !!aV&&a.filter(aV,this).length>0},closest:function(a4,aV){if(a.isArray(a4)){var a1=[],a3=this[0],a0,aZ={},aX;if(a3&&a4.length){for(var aY=0,aW=a4.length;aY<aW;aY++){aX=a4[aY];if(!aZ[aX]){aZ[aX]=a.expr.match.POS.test(aX)?a(aX,aV||this.context):aX}}while(a3&&a3.ownerDocument&&a3!==aV){for(aX in aZ){a0=aZ[aX];if(a0.jquery?a0.index(a3)>-1:a(a3).is(a0)){a1.push({selector:aX,elem:a3});delete aZ[aX]}}a3=a3.parentNode}}return a1}var a2=a.expr.match.POS.test(a4)?a(a4,aV||this.context):null;return this.map(function(a5,a6){while(a6&&a6.ownerDocument&&a6!==aV){if(a2?a2.index(a6)>-1:a(a6).is(a4)){return a6}a6=a6.parentNode}return null})},index:function(aV){if(!aV||typeof aV==="string"){return a.inArray(this[0],aV?a(aV):this.parent().children())}return a.inArray(aV.jquery?aV[0]:aV,this)},add:function(aV,aW){var aY=typeof aV==="string"?a(aV,aW||this.context):a.makeArray(aV),aX=a.merge(this.get(),aY);return this.pushStack(x(aY[0])||x(aX[0])?aX:a.unique(aX))},andSelf:function(){return this.add(this.prevObject)}});function x(aV){return !aV||!aV.parentNode||aV.parentNode.nodeType===11}a.each({parent:function(aW){var aV=aW.parentNode;return aV&&aV.nodeType!==11?aV:null},parents:function(aV){return a.dir(aV,"parentNode")},parentsUntil:function(aW,aV,aX){return a.dir(aW,"parentNode",aX)},next:function(aV){return a.nth(aV,2,"nextSibling")},prev:function(aV){return a.nth(aV,2,"previousSibling")},nextAll:function(aV){return a.dir(aV,"nextSibling")},prevAll:function(aV){return a.dir(aV,"previousSibling")},nextUntil:function(aW,aV,aX){return a.dir(aW,"nextSibling",aX)},prevUntil:function(aW,aV,aX){return a.dir(aW,"previousSibling",aX)},siblings:function(aV){return a.sibling(aV.parentNode.firstChild,aV)},children:function(aV){return a.sibling(aV.firstChild)},contents:function(aV){return a.nodeName(aV,"iframe")?aV.contentDocument||aV.contentWindow.document:a.makeArray(aV.childNodes)}},function(aV,aW){a.fn[aV]=function(aZ,aX){var aY=a.map(this,aW,aZ);if(!M.test(aV)){aX=aZ}if(aX&&typeof aX==="string"){aY=a.filter(aX,aY)}aY=this.length>1?a.unique(aY):aY;if((this.length>1||aI.test(aX))&&X.test(aV)){aY=aY.reverse()}return this.pushStack(aY,aV,D.call(arguments).join(","))}});a.extend({filter:function(aX,aV,aW){if(aW){aX=":not("+aX+")"}return a.find.matches(aX,aV)},dir:function(aX,aW,aZ){var aV=[],aY=aX[aW];while(aY&&aY.nodeType!==9&&(aZ===B||!a(aY).is(aZ))){if(aY.nodeType===1){aV.push(aY)}aY=aY[aW]}return aV},nth:function(aZ,aV,aX,aY){aV=aV||1;var aW=0;for(;aZ;aZ=aZ[aX]){if(aZ.nodeType===1&&++aW===aV){break}}return aZ},sibling:function(aX,aW){var aV=[];for(;aX;aX=aX.nextSibling){if(aX.nodeType===1&&aX!==aW){aV.push(aX)}}return aV}});var S=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,F=/(<([\w:]+)[^>]*?)\/>/g,ak=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,c=/<([\w:]+)/,t=/<tbody/i,J=/<|&\w+;/,p=function(aW,aX,aV){return ak.test(aV)?aW:aX+"></"+aV+">"},ab={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,"",""]};ab.optgroup=ab.option;ab.tbody=ab.tfoot=ab.colgroup=ab.caption=ab.thead;ab.th=ab.td;if(!a.support.htmlSerialize){ab._default=[1,"div<div>","</div>"]}a.fn.extend({text:function(aV){if(a.isFunction(aV)){return this.each(function(aX){var aW=a(this);return aW.text(aV.call(this,aX,aW.text()))})}if(typeof aV!=="object"&&aV!==B){return this.empty().append((this[0]&&this[0].ownerDocument||aa).createTextNode(aV))}return a.getText(this)},wrapAll:function(aV){if(a.isFunction(aV)){return this.each(function(aX){a(this).wrapAll(aV.call(this,aX))})}if(this[0]){var aW=a(aV,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){aW.insertBefore(this[0])}aW.map(function(){var aX=this;while(aX.firstChild&&aX.firstChild.nodeType===1){aX=aX.firstChild}return aX}).append(this)}return this},wrapInner:function(aV){return this.each(function(){var aW=a(this),aX=aW.contents();if(aX.length){aX.wrapAll(aV)}else{aW.append(aV)}})},wrap:function(aV){return this.each(function(){a(this).wrapAll(aV)})},unwrap:function(){return this.parent().each(function(){if(!a.nodeName(this,"body")){a(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(aV){if(this.nodeType===1){this.appendChild(aV)}})},prepend:function(){return this.domManip(arguments,true,function(aV){if(this.nodeType===1){this.insertBefore(aV,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(aW){this.parentNode.insertBefore(aW,this)})}else{if(arguments.length){var aV=a(arguments[0]);aV.push.apply(aV,this.toArray());return this.pushStack(aV,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(aW){this.parentNode.insertBefore(aW,this.nextSibling)})}else{if(arguments.length){var aV=this.pushStack(this,"after",arguments);aV.push.apply(aV,a(arguments[0]).toArray());return aV}}},clone:function(aW){var aV=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var aY=this.outerHTML,aX=this.ownerDocument;if(!aY){var aZ=aX.createElement("div");aZ.appendChild(this.cloneNode(true));aY=aZ.innerHTML}return a.clean([aY.replace(S,"").replace(Y,"")],aX)[0]}else{return this.cloneNode(true)}});if(aW===true){q(this,aV);q(this.find("*"),aV.find("*"))}return aV},html:function(aX){if(aX===B){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(S,""):null}else{if(typeof aX==="string"&&!/<script/i.test(aX)&&(a.support.leadingWhitespace||!Y.test(aX))&&!ab[(c.exec(aX)||["",""])[1].toLowerCase()]){try{for(var aW=0,aV=this.length;aW<aV;aW++){if(this[aW].nodeType===1){ag(this[aW].getElementsByTagName("*"));this[aW].innerHTML=aX}}}catch(aY){this.empty().append(aX)}}else{if(a.isFunction(aX)){this.each(function(a1){var a0=a(this),aZ=a0.html();a0.empty().append(function(){return aX.call(this,a1,aZ)})})}else{this.empty().append(aX)}}}return this},replaceWith:function(aV){if(this[0]&&this[0].parentNode){if(!a.isFunction(aV)){aV=a(aV).detach()}return this.each(function(){var aX=this.nextSibling,aW=this.parentNode;a(this).remove();if(aX){a(aX).before(aV)}else{a(aW).append(aV)}})}else{return this.pushStack(a(a.isFunction(aV)?aV():aV),"replaceWith",aV)}},detach:function(aV){return this.remove(aV,true)},domManip:function(a0,a4,a3){var aX,aZ,a2=a0[0],aW=[];if(a.isFunction(a2)){return this.each(function(a6){var a5=a(this);a0[0]=a2.call(this,a6,a4?a5.html():B);return a5.domManip(a0,a4,a3)})}if(this[0]){if(a0[0]&&a0[0].parentNode&&a0[0].parentNode.nodeType===11){aX={fragment:a0[0].parentNode}}else{aX=H(a0,this,aW)}aZ=aX.fragment.firstChild;if(aZ){a4=a4&&a.nodeName(aZ,"tr");for(var aY=0,aV=this.length;aY<aV;aY++){a3.call(a4?a1(this[aY],aZ):this[aY],aX.cacheable||this.length>1||aY>0?aX.fragment.cloneNode(true):aX.fragment)}}if(aW){a.each(aW,aS)}}return this;function a1(a5,a6){return a.nodeName(a5,"table")?(a5.getElementsByTagName("tbody")[0]||a5.appendChild(a5.ownerDocument.createElement("tbody"))):a5}}});function q(aX,aV){var aW=0;aV.each(function(){if(this.nodeName!==(aX[aW]&&aX[aW].nodeName)){return}var a2=a.data(aX[aW++]),a1=a.data(this,a2),aY=a2&&a2.events;if(aY){delete a1.handle;a1.events={};for(var a0 in aY){for(var aZ in aY[a0]){a.event.add(this,a0,aY[a0][aZ],aY[a0][aZ].data)}}}})}function H(a0,aY,aW){var aZ,aV,a1,aX,a2;if(a0.length===1&&typeof a0[0]==="string"&&a0[0].length<512&&a0[0].indexOf("<option")<0){aV=true;aX=a.fragments[a0[0]];if(aX){if(aX!==1){aZ=aX}a1=true}}if(!aZ){a2=(aY&&aY[0]?aY[0].ownerDocument||aY[0]:aa);aZ=a2.createDocumentFragment();a.clean(a0,a2,aZ,aW)}if(aV){a.fragments[a0[0]]=aX?aZ:1}return{fragment:aZ,cacheable:aV}}a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(aV,aW){a.fn[aV]=function(aX){var a0=[],a2=a(aX);for(var a1=0,aY=a2.length;a1<aY;a1++){var aZ=(a1>0?this.clone(true):this).get();a.fn[aW].apply(a(a2[a1]),aZ);a0=a0.concat(aZ)}return this.pushStack(a0,aV,a2.selector)}});a.each({remove:function(aV,aW){if(!aV||a.filter(aV,[this]).length){if(!aW&&this.nodeType===1){ag(this.getElementsByTagName("*"));ag([this])}if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){if(this.nodeType===1){ag(this.getElementsByTagName("*"))}while(this.firstChild){this.removeChild(this.firstChild)}}},function(aV,aW){a.fn[aV]=function(){return this.each(aW,arguments)}});a.extend({clean:function(aW,a0,aY,aV){a0=a0||aa;if(typeof a0.createElement==="undefined"){a0=a0.ownerDocument||a0[0]&&a0[0].ownerDocument||aa}var aX=[];a.each(aW,function(a7,a4){if(typeof a4==="number"){a4+=""}if(!a4){return}if(typeof a4==="string"&&!J.test(a4)){a4=a0.createTextNode(a4)}else{if(typeof a4==="string"){a4=a4.replace(F,p);var a9=(c.exec(a4)||["",""])[1].toLowerCase(),a3=ab[a9]||ab._default,a6=a3[0],a1=a0.createElement("div");a1.innerHTML=a3[1]+a4+a3[2];while(a6--){a1=a1.lastChild}if(!a.support.tbody){var a2=t.test(a4),a8=a9==="table"&&!a2?a1.firstChild&&a1.firstChild.childNodes:a3[1]==="<table>"&&!a2?a1.childNodes:[];for(var a5=a8.length-1;a5>=0;--a5){if(a.nodeName(a8[a5],"tbody")&&!a8[a5].childNodes.length){a8[a5].parentNode.removeChild(a8[a5])}}}if(!a.support.leadingWhitespace&&Y.test(a4)){a1.insertBefore(a0.createTextNode(Y.exec(a4)[0]),a1.firstChild)}a4=a.makeArray(a1.childNodes)}}if(a4.nodeType){aX.push(a4)}else{aX=a.merge(aX,a4)}});if(aY){for(var aZ=0;aX[aZ];aZ++){if(aV&&a.nodeName(aX[aZ],"script")&&(!aX[aZ].type||aX[aZ].type.toLowerCase()==="text/javascript")){aV.push(aX[aZ].parentNode?aX[aZ].parentNode.removeChild(aX[aZ]):aX[aZ])}else{if(aX[aZ].nodeType===1){aX.splice.apply(aX,[aZ+1,0].concat(a.makeArray(aX[aZ].getElementsByTagName("script"))))}aY.appendChild(aX[aZ])}}}return aX}});function ag(aV){for(var aW=0,aX,aY;(aX=aV[aW])!=null;aW++){if(!a.noData[aX.nodeName.toLowerCase()]&&(aY=aX[aF])){delete a.cache[aY]}}}var aq=/z-?index|font-?weight|opacity|zoom|line-?height/i,T=/alpha\([^)]*\)/,Z=/opacity=([^)]*)/,af=/float/i,ax=/-([a-z])/ig,v=/([A-Z])/g,aL=/^-?\d+(?:px)?$/i,aR=/^-?\d/,aH={position:"absolute",visibility:"hidden",display:"block"},V=["Left","Right"],aB=["Top","Bottom"],aj=aa.defaultView&&aa.defaultView.getComputedStyle,aK=a.support.cssFloat?"cssFloat":"styleFloat",k=function(aV,aW){return aW.toUpperCase()};a.fn.css=function(aV,aW){return am(this,aV,aW,true,function(aY,aX,aZ){if(aZ===B){return a.curCSS(aY,aX)}if(typeof aZ==="number"&&!aq.test(aX)){aZ+="px"}a.style(aY,aX,aZ)})};a.extend({style:function(aZ,aW,a0){if(!aZ||aZ.nodeType===3||aZ.nodeType===8){return B}if((aW==="width"||aW==="height")&&parseFloat(a0)<0){a0=B}var aY=aZ.style||aZ,a1=a0!==B;if(!a.support.opacity&&aW==="opacity"){if(a1){aY.zoom=1;var aV=parseInt(a0,10)+""==="NaN"?"":"alpha(opacity="+a0*100+")";var aX=aY.filter||a.curCSS(aZ,"filter")||"";aY.filter=T.test(aX)?aX.replace(T,aV):aV}return aY.filter&&aY.filter.indexOf("opacity=")>=0?(parseFloat(Z.exec(aY.filter)[1])/100)+"":""}if(af.test(aW)){aW=aK}aW=aW.replace(ax,k);if(a1){aY[aW]=a0}return aY[aW]},css:function(aY,aW,a0,aV){if(aW==="width"||aW==="height"){var a2,aX=aH,a1=aW==="width"?V:aB;function aZ(){a2=aW==="width"?aY.offsetWidth:aY.offsetHeight;if(aV==="border"){return}a.each(a1,function(){if(!aV){a2-=parseFloat(a.curCSS(aY,"padding"+this,true))||0}if(aV==="margin"){a2+=parseFloat(a.curCSS(aY,"margin"+this,true))||0}else{a2-=parseFloat(a.curCSS(aY,"border"+this+"Width",true))||0}})}if(aY.offsetWidth!==0){aZ()}else{a.swap(aY,aX,aZ)}return Math.max(0,Math.round(a2))}return a.curCSS(aY,aW,a0)},curCSS:function(a1,aW,aX){var a4,aV=a1.style,aY;if(!a.support.opacity&&aW==="opacity"&&a1.currentStyle){a4=Z.test(a1.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return a4===""?"1":a4}if(af.test(aW)){aW=aK}if(!aX&&aV&&aV[aW]){a4=aV[aW]}else{if(aj){if(af.test(aW)){aW="float"}aW=aW.replace(v,"-$1").toLowerCase();var a3=a1.ownerDocument.defaultView;if(!a3){return null}var a5=a3.getComputedStyle(a1,null);if(a5){a4=a5.getPropertyValue(aW)}if(aW==="opacity"&&a4===""){a4="1"}}else{if(a1.currentStyle){var a0=aW.replace(ax,k);a4=a1.currentStyle[aW]||a1.currentStyle[a0];if(!aL.test(a4)&&aR.test(a4)){var aZ=aV.left,a2=a1.runtimeStyle.left;a1.runtimeStyle.left=a1.currentStyle.left;aV.left=a0==="fontSize"?"1em":(a4||0);a4=aV.pixelLeft+"px";aV.left=aZ;a1.runtimeStyle.left=a2}}}}return a4},swap:function(aY,aX,aZ){var aV={};for(var aW in aX){aV[aW]=aY.style[aW];aY.style[aW]=aX[aW]}aZ.call(aY);for(var aW in aX){aY.style[aW]=aV[aW]}}});if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(aY){var aW=aY.offsetWidth,aV=aY.offsetHeight,aX=aY.nodeName.toLowerCase()==="tr";return aW===0&&aV===0&&!aX?true:aW>0&&aV>0&&!aX?false:a.curCSS(aY,"display")==="none"};a.expr.filters.visible=function(aV){return !a.expr.filters.hidden(aV)}}var ae=aM(),aG=/<script(.|\s)*?\/script>/gi,o=/select|textarea/i,az=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,r=/=\?(&|$)/,C=/\?/,aU=/(\?|&)_=.*?(&|$)/,A=/^(\w+:)?\/\/([^\/?#]+)/,h=/%20/g;a.fn.extend({_load:a.fn.load,load:function(aW,aZ,a0){if(typeof aW!=="string"){return this._load(aW)}else{if(!this.length){return this}}var aY=aW.indexOf(" ");if(aY>=0){var aV=aW.slice(aY,aW.length);aW=aW.slice(0,aY)}var aX="GET";if(aZ){if(a.isFunction(aZ)){a0=aZ;aZ=null}else{if(typeof aZ==="object"){aZ=a.param(aZ,a.ajaxSettings.traditional);aX="POST"}}}a.ajax({url:aW,type:aX,dataType:"html",data:aZ,context:this,complete:function(a2,a1){if(a1==="success"||a1==="notmodified"){this.html(aV?a("<div />").append(a2.responseText.replace(aG,"")).find(aV):a2.responseText)}if(a0){this.each(a0,[a2.responseText,a1,a2])}}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||o.test(this.nodeName)||az.test(this.type))}).map(function(aV,aW){var aX=a(this).val();return aX==null?null:a.isArray(aX)?a.map(aX,function(aZ,aY){return{name:aW.name,value:aZ}}):{name:aW.name,value:aX}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(aV,aW){a.fn[aW]=function(aX){return this.bind(aW,aX)}});a.extend({get:function(aV,aX,aY,aW){if(a.isFunction(aX)){aW=aW||aY;aY=aX;aX=null}return a.ajax({type:"GET",url:aV,data:aX,success:aY,dataType:aW})},getScript:function(aV,aW){return a.get(aV,null,aW,"script")},getJSON:function(aV,aW,aX){return a.get(aV,aW,aX,"json")},post:function(aV,aX,aY,aW){if(a.isFunction(aX)){aW=aW||aY;aY=aX;aX={}}return a.ajax({type:"POST",url:aV,data:aX,success:aY,dataType:aW})},ajaxSetup:function(aV){a.extend(a.ajaxSettings,aV)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:aJ.XMLHttpRequest&&(aJ.location.protocol!=="file:"||!aJ.ActiveXObject)?function(){return new aJ.XMLHttpRequest()}:function(){try{return new aJ.ActiveXObject("Microsoft.XMLHTTP")}catch(aV){}},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(ba){var a5=a.extend(true,{},a.ajaxSettings,ba);var bf,a9,be,bg=a5.context||a5,aX=a5.type.toUpperCase();if(a5.data&&a5.processData&&typeof a5.data!=="string"){a5.data=a.param(a5.data,a5.traditional)}if(a5.dataType==="jsonp"){if(aX==="GET"){if(!r.test(a5.url)){a5.url+=(C.test(a5.url)?"&":"?")+(a5.jsonp||"callback")+"=?"}}else{if(!a5.data||!r.test(a5.data)){a5.data=(a5.data?a5.data+"&":"")+(a5.jsonp||"callback")+"=?"}}a5.dataType="json"}if(a5.dataType==="json"&&(a5.data&&r.test(a5.data)||r.test(a5.url))){bf=a5.jsonpCallback||("jsonp"+ae++);if(a5.data){a5.data=(a5.data+"").replace(r,"="+bf+"$1")}a5.url=a5.url.replace(r,"="+bf+"$1");a5.dataType="script";aJ[bf]=aJ[bf]||function(bh){be=bh;a0();a3();aJ[bf]=B;try{delete aJ[bf]}catch(bi){}if(aY){aY.removeChild(bc)}}}if(a5.dataType==="script"&&a5.cache===null){a5.cache=false}if(a5.cache===false&&aX==="GET"){var aV=aM();var bd=a5.url.replace(aU,"$1_="+aV+"$2");a5.url=bd+((bd===a5.url)?(C.test(a5.url)?"&":"?")+"_="+aV:"")}if(a5.data&&aX==="GET"){a5.url+=(C.test(a5.url)?"&":"?")+a5.data}if(a5.global&&!a.active++){a.event.trigger("ajaxStart")}var a8=A.exec(a5.url),aZ=a8&&(a8[1]&&a8[1]!==location.protocol||a8[2]!==location.host);if(a5.dataType==="script"&&aX==="GET"&&aZ){var aY=aa.getElementsByTagName("head")[0]||aa.documentElement;var bc=aa.createElement("script");bc.src=a5.url;if(a5.scriptCharset){bc.charset=a5.scriptCharset}if(!bf){var a7=false;bc.onload=bc.onreadystatechange=function(){if(!a7&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){a7=true;a0();a3();bc.onload=bc.onreadystatechange=null;if(aY&&bc.parentNode){aY.removeChild(bc)}}}}aY.insertBefore(bc,aY.firstChild);return B}var a2=false;var a1=a5.xhr();if(!a1){return}if(a5.username){a1.open(aX,a5.url,a5.async,a5.username,a5.password)}else{a1.open(aX,a5.url,a5.async)}try{if(a5.data||ba&&ba.contentType){a1.setRequestHeader("Content-Type",a5.contentType)}if(a5.ifModified){if(a.lastModified[a5.url]){a1.setRequestHeader("If-Modified-Since",a.lastModified[a5.url])}if(a.etag[a5.url]){a1.setRequestHeader("If-None-Match",a.etag[a5.url])}}if(!aZ){a1.setRequestHeader("X-Requested-With","XMLHttpRequest")}a1.setRequestHeader("Accept",a5.dataType&&a5.accepts[a5.dataType]?a5.accepts[a5.dataType]+", */*":a5.accepts._default)}catch(bb){}if(a5.beforeSend&&a5.beforeSend.call(bg,a1,a5)===false){if(a5.global&&!--a.active){a.event.trigger("ajaxStop")}a1.abort();return false}if(a5.global){a6("ajaxSend",[a1,a5])}var a4=a1.onreadystatechange=function(bh){if(!a1||a1.readyState===0){if(!a2){a3()}a2=true;if(a1){a1.onreadystatechange=a.noop}}else{if(!a2&&a1&&(a1.readyState===4||bh==="timeout")){a2=true;a1.onreadystatechange=a.noop;a9=bh==="timeout"?"timeout":!a.httpSuccess(a1)?"error":a5.ifModified&&a.httpNotModified(a1,a5.url)?"notmodified":"success";if(a9==="success"){try{be=a.httpData(a1,a5.dataType,a5)}catch(bi){a9="parsererror"}}if(a9==="success"||a9==="notmodified"){if(!bf){a0()}}else{a.handleError(a5,a1,a9)}a3();if(bh==="timeout"){a1.abort()}if(a5.async){a1=null}}}};try{var aW=a1.abort;a1.abort=function(){if(a1){aW.call(a1);if(a1){a1.readyState=0}}a4()}}catch(bb){}if(a5.async&&a5.timeout>0){setTimeout(function(){if(a1&&!a2){a4("timeout")}},a5.timeout)}try{a1.send(aX==="POST"||aX==="PUT"||aX==="DELETE"?a5.data:null)}catch(bb){a.handleError(a5,a1,null,bb);a3()}if(!a5.async){a4()}function a0(){if(a5.success){a5.success.call(bg,be,a9,a1)}if(a5.global){a6("ajaxSuccess",[a1,a5])}}function a3(){if(a5.complete){a5.complete.call(bg,a1,a9)}if(a5.global){a6("ajaxComplete",[a1,a5])}if(a5.global&&!--a.active){a.event.trigger("ajaxStop")}}function a6(bi,bh){(a5.context?a(a5.context):a.event).trigger(bi,bh)}return a1},handleError:function(aW,aY,aV,aX){if(aW.error){aW.error.call(aW.context||aJ,aY,aV,aX)}if(aW.global){(aW.context?a(aW.context):a.event).trigger("ajaxError",[aY,aW,aX])}},active:0,httpSuccess:function(aW){try{return !aW.status&&location.protocol==="file:"||(aW.status>=200&&aW.status<300)||aW.status===304||aW.status===1223||aW.status===0}catch(aV){}return false},httpNotModified:function(aY,aV){var aX=aY.getResponseHeader("Last-Modified"),aW=aY.getResponseHeader("Etag");if(aX){a.lastModified[aV]=aX}if(aW){a.etag[aV]=aW}return aY.status===304||aY.status===0},httpData:function(a0,aY,aX){var aW=a0.getResponseHeader("content-type")||"",aV=aY==="xml"||!aY&&aW.indexOf("xml")>=0,aZ=aV?a0.responseXML:a0.responseText;if(aV&&aZ.documentElement.nodeName==="parsererror"){throw"parsererror"}if(aX&&aX.dataFilter){aZ=aX.dataFilter(aZ,aY)}if(typeof aZ==="string"){if(aY==="json"||!aY&&aW.indexOf("json")>=0){if(/^[\],:{}\s]*$/.test(aZ.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){if(aJ.JSON&&aJ.JSON.parse){aZ=aJ.JSON.parse(aZ)}else{aZ=(new Function("return "+aZ))()}}else{throw"Invalid JSON: "+aZ}}else{if(aY==="script"||!aY&&aW.indexOf("javascript")>=0){a.globalEval(aZ)}}}return aZ},param:function(aV,aY){var aW=[];if(aY===B){aY=a.ajaxSettings.traditional}function aZ(a0,a1){a1=a.isFunction(a1)?a1():a1;aW[aW.length]=encodeURIComponent(a0)+"="+encodeURIComponent(a1)}if(a.isArray(aV)||aV.jquery){a.each(aV,function(){aZ(this.name,this.value)})}else{a.each(aV,function aX(a0,a1){if(a.isArray(a1)){a.each(a1,function(a3,a2){if(aY){aZ(a0,a2)}else{aX(a0+"["+(typeof a2==="object"||a.isArray(a2)?a3:"")+"]",a2)}})}else{if(!aY&&a1!=null&&typeof a1==="object"){a.each(a1,function(a3,a2){aX(a0+"["+a3+"]",a2)})}else{aZ(a0,a1)}}})}return aW.join("&").replace(h,"+")}});var E={},ad=/toggle|show|hide/,at=/^([+-]=)?([\d+-.]+)(.*)$/,aC,ai=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(aW,a4){if(aW!=null){return this.animate(aA("show",3),aW,a4)}else{for(var a1=0,aY=this.length;a1<aY;a1++){var aV=a.data(this[a1],"olddisplay");this[a1].style.display=aV||"";if(a.css(this[a1],"display")==="none"){var a3=this[a1].nodeName,a2;if(E[a3]){a2=E[a3]}else{var aX=a("<"+a3+" />").appendTo("body");a2=aX.css("display");if(a2==="none"){a2="block"}aX.remove();E[a3]=a2}a.data(this[a1],"olddisplay",a2)}}for(var a0=0,aZ=this.length;a0<aZ;a0++){this[a0].style.display=a.data(this[a0],"olddisplay")||""}return this}},hide:function(a0,a1){if(a0!=null){return this.animate(aA("hide",3),a0,a1)}else{for(var aZ=0,aW=this.length;aZ<aW;aZ++){var aV=a.data(this[aZ],"olddisplay");if(!aV&&aV!=="none"){a.data(this[aZ],"olddisplay",a.css(this[aZ],"display"))}}for(var aY=0,aX=this.length;aY<aX;aY++){this[aY].style.display="none"}return this}},_toggle:a.fn.toggle,toggle:function(aX,aW){var aV=typeof aX==="boolean";if(a.isFunction(aX)&&a.isFunction(aW)){this._toggle.apply(this,arguments)}else{if(aX==null||aV){this.each(function(){var aY=aV?aX:a(this).is(":hidden");a(this)[aY?"show":"hide"]()})}else{this.animate(aA("toggle",3),aX,aW)}}return this},fadeTo:function(aV,aX,aW){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:aX},aV,aW)},animate:function(aZ,aW,aY,aX){var aV=a.speed(aW,aY,aX);if(a.isEmptyObject(aZ)){return this.each(aV.complete)}return this[aV.queue===false?"each":"queue"](function(){var a2=a.extend({},aV),a4,a3=this.nodeType===1&&a(this).is(":hidden"),a0=this;for(a4 in aZ){var a1=a4.replace(ax,k);if(a4!==a1){aZ[a1]=aZ[a4];delete aZ[a4];a4=a1}if(aZ[a4]==="hide"&&a3||aZ[a4]==="show"&&!a3){return a2.complete.call(this)}if((a4==="height"||a4==="width")&&this.style){a2.display=a.css(this,"display");a2.overflow=this.style.overflow}if(a.isArray(aZ[a4])){(a2.specialEasing=a2.specialEasing||{})[a4]=aZ[a4][1];aZ[a4]=aZ[a4][0]}}if(a2.overflow!=null){this.style.overflow="hidden"}a2.curAnim=a.extend({},aZ);a.each(aZ,function(a6,ba){var a9=new a.fx(a0,a2,a6);if(ad.test(ba)){a9[ba==="toggle"?a3?"show":"hide":ba](aZ)}else{var a8=at.exec(ba),bb=a9.cur(true)||0;if(a8){var a5=parseFloat(a8[2]),a7=a8[3]||"px";if(a7!=="px"){a0.style[a6]=(a5||1)+a7;bb=((a5||1)/a9.cur(true))*bb;a0.style[a6]=bb+a7}if(a8[1]){a5=((a8[1]==="-="?-1:1)*a5)+bb}a9.custom(bb,a5,a7)}else{a9.custom(bb,ba,"")}}});return true})},stop:function(aW,aV){var aX=a.timers;if(aW){this.queue([])}this.each(function(){for(var aY=aX.length-1;aY>=0;aY--){if(aX[aY].elem===this){if(aV){aX[aY](true)}aX.splice(aY,1)}}});if(!aV){this.dequeue()}return this}});a.each({slideDown:aA("show",1),slideUp:aA("hide",1),slideToggle:aA("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(aV,aW){a.fn[aV]=function(aX,aY){return this.animate(aW,aX,aY)}});a.extend({speed:function(aX,aY,aW){var aV=aX&&typeof aX==="object"?aX:{complete:aW||!aW&&aY||a.isFunction(aX)&&aX,duration:aX,easing:aW&&aY||aY&&!a.isFunction(aY)&&aY};aV.duration=a.fx.off?0:typeof aV.duration==="number"?aV.duration:a.fx.speeds[aV.duration]||a.fx.speeds._default;aV.old=aV.complete;aV.complete=function(){if(aV.queue!==false){a(this).dequeue()}if(a.isFunction(aV.old)){aV.old.call(this)}};return aV},easing:{linear:function(aX,aY,aV,aW){return aV+aW*aX},swing:function(aX,aY,aV,aW){return((-Math.cos(aX*Math.PI)/2)+0.5)*aW+aV}},timers:[],fx:function(aW,aV,aX){this.options=aV;this.elem=aW;this.prop=aX;if(!aV.orig){aV.orig={}}}});a.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(a.fx.step[this.prop]||a.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(aW){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var aV=parseFloat(a.css(this.elem,this.prop,aW));return aV&&aV>-10000?aV:parseFloat(a.curCSS(this.elem,this.prop))||0},custom:function(aZ,aY,aX){this.startTime=aM();this.start=aZ;this.end=aY;this.unit=aX||this.unit||"px";this.now=this.start;this.pos=this.state=0;var aV=this;function aW(a0){return aV.step(a0)}aW.elem=this.elem;if(aW()&&a.timers.push(aW)&&!aC){aC=setInterval(a.fx.tick,13)}},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(aY){var a3=aM(),aZ=true;if(aY||a3>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var a0 in this.options.curAnim){if(this.options.curAnim[a0]!==true){aZ=false}}if(aZ){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var aX=a.data(this.elem,"olddisplay");this.elem.style.display=aX?aX:this.options.display;if(a.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){a(this.elem).hide()}if(this.options.hide||this.options.show){for(var aV in this.options.curAnim){a.style(this.elem,aV,this.options.orig[aV])}}this.options.complete.call(this.elem)}return false}else{var aW=a3-this.startTime;this.state=aW/this.options.duration;var a1=this.options.specialEasing&&this.options.specialEasing[this.prop];var a2=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[a1||a2](this.state,aW,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};a.extend(a.fx,{tick:function(){var aW=a.timers;for(var aV=0;aV<aW.length;aV++){if(!aW[aV]()){aW.splice(aV--,1)}}if(!aW.length){a.fx.stop()}},stop:function(){clearInterval(aC);aC=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(aV){a.style(aV.elem,"opacity",aV.now)},_default:function(aV){if(aV.elem.style&&aV.elem.style[aV.prop]!=null){aV.elem.style[aV.prop]=(aV.prop==="width"||aV.prop==="height"?Math.max(0,aV.now):aV.now)+aV.unit}else{aV.elem[aV.prop]=aV.now}}}});if(a.expr&&a.expr.filters){a.expr.filters.animated=function(aV){return a.grep(a.timers,function(aW){return aV===aW.elem}).length}}function aA(aW,aV){var aX={};a.each(ai.concat.apply([],ai.slice(0,aV)),function(){aX[this]=aW});return aX}if("getBoundingClientRect" in aa.documentElement){a.fn.offset=function(a4){var aX=this[0];if(!aX||!aX.ownerDocument){return null}if(a4){return this.each(function(a5){a.offset.setOffset(this,a4,a5)})}if(aX===aX.ownerDocument.body){return a.offset.bodyOffset(aX)}var aZ=aX.getBoundingClientRect(),a3=aX.ownerDocument,a0=a3.body,aV=a3.documentElement,aY=aV.clientTop||a0.clientTop||0,a1=aV.clientLeft||a0.clientLeft||0,a2=aZ.top+(self.pageYOffset||a.support.boxModel&&aV.scrollTop||a0.scrollTop)-aY,aW=aZ.left+(self.pageXOffset||a.support.boxModel&&aV.scrollLeft||a0.scrollLeft)-a1;return{top:a2,left:aW}}}else{a.fn.offset=function(a6){var a0=this[0];if(!a0||!a0.ownerDocument){return null}if(a6){return this.each(function(a7){a.offset.setOffset(this,a6,a7)})}if(a0===a0.ownerDocument.body){return a.offset.bodyOffset(a0)}a.offset.initialize();var aX=a0.offsetParent,aW=a0,a5=a0.ownerDocument,a3,aY=a5.documentElement,a1=a5.body,a2=a5.defaultView,aV=a2?a2.getComputedStyle(a0,null):a0.currentStyle,a4=a0.offsetTop,aZ=a0.offsetLeft;while((a0=a0.parentNode)&&a0!==a1&&a0!==aY){if(a.offset.supportsFixedPosition&&aV.position==="fixed"){break}a3=a2?a2.getComputedStyle(a0,null):a0.currentStyle;a4-=a0.scrollTop;aZ-=a0.scrollLeft;if(a0===aX){a4+=a0.offsetTop;aZ+=a0.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a0.nodeName))){a4+=parseFloat(a3.borderTopWidth)||0;aZ+=parseFloat(a3.borderLeftWidth)||0}aW=aX,aX=a0.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&a3.overflow!=="visible"){a4+=parseFloat(a3.borderTopWidth)||0;aZ+=parseFloat(a3.borderLeftWidth)||0}aV=a3}if(aV.position==="relative"||aV.position==="static"){a4+=a1.offsetTop;aZ+=a1.offsetLeft}if(a.offset.supportsFixedPosition&&aV.position==="fixed"){a4+=Math.max(aY.scrollTop,a1.scrollTop);aZ+=Math.max(aY.scrollLeft,a1.scrollLeft)}return{top:a4,left:aZ}}}a.offset={initialize:function(){var aV=aa.body,aW=aa.createElement("div"),aZ,a1,a0,a2,aX=parseFloat(a.curCSS(aV,"marginTop",true))||0,aY="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.extend(aW.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});aW.innerHTML=aY;aV.insertBefore(aW,aV.firstChild);aZ=aW.firstChild;a1=aZ.firstChild;a2=aZ.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(a1.offsetTop!==5);this.doesAddBorderForTableAndCells=(a2.offsetTop===5);a1.style.position="fixed",a1.style.top="20px";this.supportsFixedPosition=(a1.offsetTop===20||a1.offsetTop===15);a1.style.position=a1.style.top="";aZ.style.overflow="hidden",aZ.style.position="relative";this.subtractsBorderForOverflowNotVisible=(a1.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(aV.offsetTop!==aX);aV.removeChild(aW);aV=aW=aZ=a1=a0=a2=null;a.offset.initialize=a.noop},bodyOffset:function(aV){var aX=aV.offsetTop,aW=aV.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){aX+=parseFloat(a.curCSS(aV,"marginTop",true))||0;aW+=parseFloat(a.curCSS(aV,"marginLeft",true))||0}return{top:aX,left:aW}},setOffset:function(a0,aW,aX){if(/static/.test(a.curCSS(a0,"position"))){a0.style.position="relative"}var aZ=a(a0),a2=aZ.offset(),aV=parseInt(a.curCSS(a0,"top",true),10)||0,a1=parseInt(a.curCSS(a0,"left",true),10)||0;if(a.isFunction(aW)){aW=aW.call(a0,aX,a2)}var aY={top:(aW.top-a2.top)+aV,left:(aW.left-a2.left)+a1};if("using" in aW){aW.using.call(a0,aY)}else{aZ.css(aY)}}};a.fn.extend({position:function(){if(!this[0]){return null}var aX=this[0],aW=this.offsetParent(),aY=this.offset(),aV=/^body|html$/i.test(aW[0].nodeName)?{top:0,left:0}:aW.offset();aY.top-=parseFloat(a.curCSS(aX,"marginTop",true))||0;aY.left-=parseFloat(a.curCSS(aX,"marginLeft",true))||0;aV.top+=parseFloat(a.curCSS(aW[0],"borderTopWidth",true))||0;aV.left+=parseFloat(a.curCSS(aW[0],"borderLeftWidth",true))||0;return{top:aY.top-aV.top,left:aY.left-aV.left}},offsetParent:function(){return this.map(function(){var aV=this.offsetParent||aa.body;while(aV&&(!/^body|html$/i.test(aV.nodeName)&&a.css(aV,"position")==="static")){aV=aV.offsetParent}return aV})}});a.each(["Left","Top"],function(aW,aV){var aX="scroll"+aV;a.fn[aX]=function(a0){var aY=this[0],aZ;if(!aY){return null}if(a0!==B){return this.each(function(){aZ=al(this);if(aZ){aZ.scrollTo(!aW?a0:a(aZ).scrollLeft(),aW?a0:a(aZ).scrollTop())}else{this[aX]=a0}})}else{aZ=al(aY);return aZ?("pageXOffset" in aZ)?aZ[aW?"pageYOffset":"pageXOffset"]:a.support.boxModel&&aZ.document.documentElement[aX]||aZ.document.body[aX]:aY[aX]}}});function al(aV){return("scrollTo" in aV&&aV.document)?aV:aV.nodeType===9?aV.defaultView||aV.parentWindow:false}a.each(["Height","Width"],function(aW,aV){var aX=aV.toLowerCase();a.fn["inner"+aV]=function(){return this[0]?a.css(this[0],aX,false,"padding"):null};a.fn["outer"+aV]=function(aY){return this[0]?a.css(this[0],aX,false,aY?"margin":"border"):null};a.fn[aX]=function(aY){var aZ=this[0];if(!aZ){return aY==null?null:this}return("scrollTo" in aZ&&aZ.document)?aZ.document.compatMode==="CSS1Compat"&&aZ.document.documentElement["client"+aV]||aZ.document.body["client"+aV]:(aZ.nodeType===9)?Math.max(aZ.documentElement["client"+aV],aZ.body["scroll"+aV],aZ.documentElement["scroll"+aV],aZ.body["offset"+aV],aZ.documentElement["offset"+aV]):aY===B?a.css(aZ,aX):this.css(aX,typeof aY==="string"?aY:aY+"px")}});aJ.jQuery=aJ.$=a})(window);
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
eval(function(h,b,j,f,g,i){g=function(a){return(a<b?"":g(parseInt(a/b)))+((a=a%b)>35?String.fromCharCode(a+29):a.toString(36))};if(!"".replace(/^/,String)){while(j--){i[g(j)]=f[j]||g(j)}f=[function(a){return i[a]}];g=function(){return"\\w+"};j=1}while(j--){if(f[j]){h=h.replace(new RegExp("\\b"+g(j)+"\\b","g"),f[j])}}return h}('c(!1q.2X){h 2X=l(){h p={6b:{"1s-R":"","84-2y":1,"83-2y-7W":I,"1I":v,"8d-89":I,"1H-2Q":4,"3g":I,"1w":I,"66":N,"8k-8l":I,"88":N,"5h-1p":I,"1L-1l":N},M:{4T:I,69:v,5l:16,5k:16,8B:N,8f:N,8s:"54",1f:{5q:"53 1g",5d:"9N 1g",5i:"9O 6q 6p",78:"9M C 9L 1V 9I 6p 9J",3t:"3t",6C:"?",1A:"2X\\n\\n",6T:"9K\'t 9P 2O D: ",7x:"9Q 9W\'t 9X D 1L-1l 9V: ",77:"<!9U 1L 9R \\"-//9S//6H 9T 1.0 9H//9G\\" \\"2s://5x.6x.6B/9v/6D/6H/6D-9w.9u\\"><1L 9t=\\"2s://5x.6x.6B/9s/9x\\"><6z><9y 2s-9E=\\"9F-9D\\" 63=\\"1X/1L; 9C=9z-8\\" /><3i>9A 2X</3i></6z><33 1m=\\"39-9Y:9Z,an,ao,am-al;ai-3f:#aj;3f:#ak;39-2Q:ap;1X-6G:6u;\\"><A 1m=\\"1X-6G:6u;6w-4w:aw;\\"><A 1m=\\"39-2Q:au-at;\\">2X</A><A 1m=\\"39-2Q:.as;6w-9p:ah;\\"><A>6O 2.1.ag (a5 15 6h)</A><A><a 27=\\"2s://6I.3k\\" a6=\\"4k\\" 1m=\\"3f:#6F;1X-6t:6L;\\">2s://6I.3k</a></A><A>a3 a0 a1 f 1l, a2 <a 27=\\"a7://5x.a8.3k/ae-af/ad?ac=a9-aa&ab=ax\\" 1m=\\"3f:#6F;1X-6t:6L;\\">8R</a> 6q 8Q 8O 8W!</A></A><A>8V C 8U 8X.</A><A>8K 8N-6h 8M 8S.</A></A></33></1L>"},8u:N},1r:{4Z:v,9o:v,3m:v,6f:{}},2d:{},8h:{9g:/\\/\\*[\\s\\S]*?\\*\\//3b,9d:/\\/\\/.*$/3b,9e:/#.*$/3b,9j:/"([^\\\\"\\n]|\\\\.)*"/g,9n:/\'([^\\\\\'\\n]|\\\\.)*\'/g,9m:/"([^\\\\"]|\\\\.)*"/g,8Y:/\'([^\\\\\']|\\\\.)*\'/g,9k:/(&X;|<)!--[\\s\\S]*?--(&Z;|>)/3b,43:/&X;\\w+:\\/\\/[\\w-.\\/?%&=@:;]*&Z;|\\w+:\\/\\/[\\w-.\\/?%&=@:;]*/g,9c:{G:/(&X;|<)\\?=?/g,1d:/\\?(&Z;|>)/g},93:{G:/(&X;|<)%=?/g,1d:/%(&Z;|>)/g},92:{G:/(&X;|<)\\s*1l.*?(&Z;|>)/4e,1d:/(&X;|<)\\/\\s*1l\\s*(&Z;|>)/4e}},1w:{1c:l(3O){h 3T=Q.22("3Y"),5s=p.1w.7d;3T.L="1w";D(h 30 1V 5s){h 6i=5s[30],5t=W 6i(3O),1Y=5t.1c();3O.6g[30]=5t;c(1Y==v){1J}c(7X(1Y)=="91"){1Y=p.1w.6m(1Y,3O.1k,30)}1Y.L+="5v "+30;3T.2p(1Y)}q 3T},6m:l(5L,7j,5K){h a=Q.22("a"),5N=a.1m,5D=p.M,5M=5D.5l,5J=5D.5k;a.27="#"+5K;a.3i=5L;a.5j=7j;a.76=5K;a.1Q=5L;c(40(5M)==N){5N.26=5M+"75"}c(40(5J)==N){5N.2e=5J+"75"}a.9l=l(e){97{p.1w.6M(f,e||1q.6Y,f.5j,f.76)}98(e){p.B.1A(e.6n)}q N};q a},6M:l(7i,7g,7b,7h,7f){h 5G=p.1r.6f[7b],5H;c(5G==v||(5H=5G.6g[7h])==v){q v}q 5H.2z(7i,7g,7f)},7d:{5q:l(5b){f.1c=l(){c(5b.V("66")!=I){q}q p.M.1f.5q};f.2z=l(5c,8T,8P){h A=5b.A;5c.7y.4p(5c);A.L=A.L.E("5O","")}},5d:l(6R){f.1c=l(){q p.M.1f.5d};f.2z=l(b1,bU,bV){h 3J=p.B.3d(6R.5g).E(/</g,"&X;"),2A=p.B.4z("","4k",bT,bS,"bQ=0, bR=1, bW=0, 7a=1");3J=p.B.2T(3J);2A.Q.3D("<54>"+3J+"</54>");2A.Q.4o()}},5i:l(64){h 3C,c2,6a=64.1k;f.1c=l(){h 2V=p.M;c(2V.69==v){q v}l 1E(56){h 5m="";D(h 5f 1V 56){5m+="<c1 R=\'"+5f+"\' 24=\'"+56[5f]+"\'/>"}q 5m};l 2i(5n){h 5p="";D(h 5o 1V 5n){5p+=" "+5o+"=\'"+5n[5o]+"\'"}q 5p};h 67={26:2V.5l,2e:2V.5k,1k:6a+"bY",4r:"bZ/x-71-6V",3i:p.M.1f.5i},5V={bE:"ay",bD:"bC",bA:"5j="+6a,c4:"N"},5U=2V.69,3x;c(/bG/i.1R(6K.7k)){3x="<4h"+2i({bH:"bM:bN-bL-bK-bI-bJ",c3:"2s://ck.cj.3k/cm/71/c9/6V/c8.c7#6O=9,0,0,0"})+2i(67)+">"+1E(5V)+1E({c6:5U})+"</4h>"}F{3x="<ca"+2i(67)+2i(5V)+2i({cg:5U})+"/>"}3C=Q.22("A");3C.1Q=3x;q 3C};f.2z=l(cf,ce,62){h 7c=62.cd;6U(7c){2K"7q":h 61=p.B.2T(p.B.3d(64.5g).E(/&X;/g,"<").E(/&Z;/g,">").E(/&aT;/g,"&"));c(1q.74){1q.74.aU("1X",61)}F{q p.B.2T(61)}2K"aR":p.B.1A(p.M.1f.78);2h;2K"aP":p.B.1A(62.6n);2h}}},aV:l(65){f.1c=l(){q p.M.1f.3t};f.2z=l(aW,bz,b0){h 1Z=Q.22("aZ"),1N=v;c(p.1r.3m!=v){Q.33.4p(p.1r.3m)}p.1r.3m=1Z;1Z.1m.aX="aY:aO;26:6r;2e:6r;G:-6j;4w:-6j;";Q.33.2p(1Z);1N=1Z.5Q.Q;6J(1N,1q.Q);1N.3D("<A 1s=\\""+65.A.L.E("5O","")+" aD\\">"+65.A.1Q+"</A>");1N.4o();1Z.5Q.4F();1Z.5Q.3t();l 6J(6N,6E){h 2I=6E.4O("4n");D(h i=0;i<2I.u;i++){c(2I[i].6y.6P()=="6A"&&/aE\\.1a$/.1R(2I[i].27)){6N.3D("<4n 4r=\\"1X/1a\\" 6y=\\"6A\\" 27=\\""+2I[i].27+"\\"></4n>")}}}}},az:l(aA){f.1c=l(){q p.M.1f.6C};f.2z=l(aF,aG){h 2A=p.B.4z("","4k",aM,aK,"7a=0"),1N=2A.Q;1N.3D(p.M.1f.77);1N.4o();2A.4F()}}}},B:{Y:l(49,73,3y){3y=3e.aH(3y||0,0);D(h i=3y;i<49.u;i++){c(49[i]==73){q i}}q-1},6d:l(72){q 72+3e.aI(3e.b2()*b3).2u()},6c:l(51,4L){h 3h={},1W;D(1W 1V 51){3h[1W]=51[1W]}D(1W 1V 4L){3h[1W]=4L[1W]}q 3h},80:l(4J){6U(4J){2K"I":q I;2K"N":q N}q 4J},4z:l(43,6W,4B,4H,2N){h x=(6X.26-4B)/2,y=(6X.2e-4H)/2;2N+=", G="+x+", 4w="+y+", 26="+4B+", 2e="+4H;2N=2N.E(/^,/,"");h 4E=1q.bk(43,6W,2N);4E.4F();q 4E},7C:l(1G,1T,1U){c(1G.6Z){1G["e"+1T+1U]=1U;1G[1T+1U]=l(){1G["e"+1T+1U](1q.6Y)};1G.6Z("bw"+1T,1G[1T+1U])}F{1G.bv(1T,1U,N)}},1A:l(z){1A(p.M.1f.1A+z)},4u:l(4N,6Q){h 2r=p.1r.4Z,3V=v;c(2r==v){2r={};D(h 2L 1V p.2d){h 42=p.2d[2L].bu;c(42==v){1J}p.2d[2L].R=2L.6P();D(h i=0;i<42.u;i++){2r[42[i]]=2L}}p.1r.4Z=2r}3V=p.2d[2r[4N]];c(3V==v&&6Q!=N){p.B.1A(p.M.1f.6T+4N)}q 3V},46:l(z,6S){h 2E=z.1P("\\n");D(h i=0;i<2E.u;i++){2E[i]=6S(2E[i])}q 2E.5A("\\n")},8C:l(z){q z.E(/^[ ]*[\\n]+|[\\n]*[ ]*$/g,"")},8H:l(z){h 3X,45={},4P=W U("^\\\\[(?<4c>(.*?))\\\\]$"),7e=W U("(?<R>[\\\\w-]+)"+"\\\\s*:\\\\s*"+"(?<24>"+"[\\\\w-%#]+|"+"\\\\[.*?\\\\]|"+"\\".*?\\"|"+"\'.*?\'"+")\\\\s*;?","g");2j((3X=7e.T(z))!=v){h 2f=3X.24.E(/^[\'"]|[\'"]$/g,"");c(2f!=v&&4P.1R(2f)){h m=4P.T(2f);2f=m.4c.u>0?m.4c.1P(/\\s*,\\s*/):[]}45[3X.R]=2f}q 45},7K:l(z,1a){c(z==v||z.u==0||z=="\\n"){q z}z=z.E(/</g,"&X;");z=z.E(/ {2,}/g,l(m){h 4t="";D(h i=0;i<m.u-1;i++){4t+="&2B;"}q 4t+" "});c(1a!=v){z=p.B.46(z,l(2l){c(2l.u==0){q""}h 3W="";2l=2l.E(/^(&2B;| )+/,l(s){3W=s;q""});c(2l.u==0){q 3W}q 3W+"<C 1s=\\""+1a+"\\">"+2l+"</C>"})}q z},7V:l(6l,6o){h 32=6l.2u();2j(32.u<6o){32="0"+32}q 32},6k:l(){h 3w=Q.22("A"),3B,3o=0,44=Q.33,1k=p.B.6d("6k"),36="<A 1s=\\"",2Y="</A>",4U="</4G>";3w.1Q=36+"6e\\">"+36+"1p\\">"+36+"2y\\">"+36+"63"+"\\"><4G 1s=\\"b5\\"><4G 1k=\\""+1k+"\\">&2B;"+4U+4U+2Y+2Y+2Y+2Y;44.2p(3w);3B=Q.bb(1k);c(/bg/i.1R(6K.7k)){h 6v=1q.be(3B,v);3o=85(6v.bc("26"))}F{3o=3B.bd}44.4p(3w);q 3o},8b:l(79,6s){h 1H="";D(h i=0;i<6s;i++){1H+=" "}q 79.E(/\\t/g,1H)},8a:l(2Z,4f){h bF=2Z.1P("\\n"),1H="\\t",4d="";D(h i=0;i<50;i++){4d+="                    "}l 8x(3s,18,8A){q 3s.29(0,18)+4d.29(0,8A)+3s.29(18+1,3s.u)};2Z=p.B.46(2Z,l(20){c(20.Y(1H)==-1){q 20}h 18=0;2j((18=20.Y(1H))!=-1){h 8w=4f-18%4f;20=8x(20,18,8w)}q 20});q 2Z},3d:l(z){h br=/<br\\s*\\/?>|&X;br\\s*\\/?&Z;/4e;c(p.M.8B==I){z=z.E(br,"\\n")}c(p.M.8f==I){z=z.E(br,"")}q z},2G:l(z){q z.E(/^\\s+|\\s+$/g,"")},2T:l(z){h 21=p.B.3d(z).1P("\\n"),bf=W bh(),8D=/^\\s*/,2a=ba;D(h i=0;i<21.u&&2a>0;i++){h 4x=21[i];c(p.B.2G(4x).u==0){1J}h 4I=8D.T(4x);c(4I==v){q z}2a=3e.2a(4I[0].u,2a)}c(2a>0){D(h i=0;i<21.u;i++){21[i]=21[i].29(2a)}}q 21.5A("\\n")},82:l(35,31){c(35.H<31.H){q-1}F{c(35.H>31.H){q 1}F{c(35.u<31.u){q-1}F{c(35.u>31.u){q 1}}}}q 0},2D:l(8q,34){l 8n(4D,8r){q[W p.4v(4D[0],4D.H,8r.1a)]};h b4=0,4s=v,3L=[],8p=34.4X?34.4X:8n;2j((4s=34.3K.T(8q))!=v){3L=3L.2t(8p(4s,34))}q 3L},8m:l(8o){h X="&X;",Z="&Z;";q 8o.E(p.8h.43,l(m){h 4j="",47="";c(m.Y(X)==0){47=X;m=m.3U(X.u)}c(m.Y(Z)==m.u-Z.u){m=m.3U(0,m.u-Z.u);4j=Z}q 47+"<a 27=\\""+m+"\\">"+m+"</a>"+4j})},8v:l(){h 3N=Q.4O("1l"),4i=[];D(h i=0;i<3N.u;i++){c(3N[i].4r=="6e"){4i.K(3N[i])}}q 4i},8I:l(4b){h 4q="<![b6[",3S="]]>",1v=p.B.2G(4b),3R=N;c(1v.Y(4q)==0){1v=1v.3U(4q.u);3R=I}c(1v.Y(3S)==1v.u-3S.u){1v=1v.3U(0,1v.u-3S.u);3R=I}q 3R?1v:4b}},1I:l(8E,4R){l 8e(4g){h 4Q=[];D(h i=0;i<4g.u;i++){4Q.K(4g[i])}q 4Q};h 2q=4R?[4R]:8e(Q.4O(p.M.8s)),8J="1Q",2k=v,4S=p.M;c(4S.4T){2q=2q.2t(p.B.8v())}c(2q.u===0){q}D(h i=0;i<2q.u;i++){h 2M=2q[i],28=p.B.8H(2M.L),1D,2W,25;28=p.B.6c(8E,28);1D=28["2O"];c(1D==v){1J}c(28["1L-1l"]=="I"||p.6b["1L-1l"]==I){2k=W p.4a(1D);1D="b9"}F{h 3P=p.B.4u(1D);c(3P){1D=3P.R;2k=W 3P()}F{1J}}2W=2M[8J];c(4S.4T){2W=p.B.8I(2W)}28["2O-R"]=1D;2k.1I(2W,28);25=2k.A;c(p.M.8u){25=Q.22("bj");25.24=2k.A.1Q;25.1m.26="bt";25.1m.2e="bx"}2M.7y.bs(25,2M)}},bq:l(7H){p.B.7C(1q,"bl",l(){p.1I(7H)})}};p.4v=l(4A,7G,1a){f.24=4A;f.H=7G;f.u=4A.u;f.1a=1a;f.5Y=v};p.4v.14.2u=l(){q f.24};p.4a=l(4K){h 3z=p.B.4u(4K),2g,4W=W p.2d.bm(),bn=v;c(3z==v){q}2g=W 3z();f.4m=4W;c(2g.3I==v){p.B.1A(p.M.1f.7x+4K);q}4W.59.K({3K:2g.3I.C,4X:7p});l 3A(4Y,7w){D(h j=0;j<4Y.u;j++){4Y[j].H+=7w}};l 7p(19,bp){h 7n=19.C,1o=[],4M=2g.59,7l=19.H+19.G.u,2U=2g.3I,1n;D(h i=0;i<4M.u;i++){1n=p.B.2D(7n,4M[i]);3A(1n,7l);1o=1o.2t(1n)}c(2U.G!=v&&19.G!=v){1n=p.B.2D(19.G,2U.G);3A(1n,19.H);1o=1o.2t(1n)}c(2U.1d!=v&&19.1d!=v){1n=p.B.2D(19.1d,2U.1d);3A(1n,19.H+19[0].bo(19.1d));1o=1o.2t(1n)}D(h j=0;j<1o.u;j++){1o[j].5Y=3z.R}q 1o}};p.4a.14.1I=l(7t,7s){f.4m.1I(7t,7s);f.A=f.4m.A};p.7I=l(){};p.7I.14={V:l(7J,7Z){h 4l=f.1E[7J];q p.B.80(4l==v?7Z:4l)},1c:l(7Y){q Q.22(7Y)},8i:l(2F,81){h 3u=[];c(2F!=v){D(h i=0;i<2F.u;i++){c(7X(2F[i])=="4h"){3u=3u.2t(p.B.2D(81,2F[i]))}}}q 3u.aB(p.B.82)},86:l(){h 23=f.2C;D(h i=0;i<23.u;i++){c(23[i]===v){1J}h 2x=23[i],4V=2x.H+2x.u;D(h j=i+1;j<23.u&&23[i]!==v;j++){h 1S=23[j];c(1S===v){1J}F{c(1S.H>4V){2h}F{c(1S.H==2x.H&&1S.u>2x.u){f.2C[i]=v}F{c(1S.H>=2x.H&&1S.H<4V){f.2C[j]=v}}}}}}},8t:l(2H){h 3r=2H.1P(/\\n/g),3n=85(f.V("84-2y")),2v=f.V("83-2y-7W"),7N=f.V("1I",[]),7U=f.V("3g");2H="";c(2v==I){2v=(3n+3r.u-1).2u().u}F{c(40(2v)==I){2v=0}}D(h i=0;i<3r.u;i++){h 1x=3r[i],60=/^(&2B;|\\s)+/.T(1x),52="aN"+(i%2==0?1:2),7F=p.B.7V(3n+i,2v),7P=p.B.Y(7N,(3n+i).2u())!=-1,2S=v;c(60!=v){2S=60[0].2u();1x=1x.29(2S.u)}1x=p.B.2G(1x);c(1x.u==0){1x="&2B;"}c(7P){52+=" aQ"}2H+="<A 1s=\\"2y "+52+"\\">"+"<7L>"+"<7T>"+(7U?"<3F 1s=\\"aS\\"><C>"+7F+"</C></3F>":"")+"<3F 1s=\\"63\\">"+(2S!=v?"<C 1s=\\"by\\">"+2S.E(" ","&2B;")+"</C>":"")+1x+"</3F>"+"</7T>"+"</7L>"+"</A>"}q 2H},8y:l(5X,5T){h 18=0,3c="",3a=p.B.7K,5S=f.V("2O-R","");l 5W(5Z){h 5R=5Z?(5Z.5Y||5S):5S;q 5R?5R+" ":""};D(h i=0;i<5T.u;i++){h 1y=5T[i],3G;c(1y===v||1y.u===0){1J}3G=5W(1y);3c+=3a(5X.29(18,1y.H-18),3G+"7O")+3a(1y.24,3G+1y.1a);18=1y.H+1y.u}3c+=3a(5X.29(18),5W()+"7O");q 3c},1I:l(C,7E){h cb=p.M,1r=p.1r,A,ci,3Z,ch="cn";f.1E={};f.A=v;f.1p=v;f.C=v;f.1i=v;f.6g={};f.1k=p.B.6d("cl");1r.6f[f.1k]=f;c(C===v){C=""}f.1E=p.B.6c(p.6b,7E||{});c(f.V("88")==I){f.1E.1w=f.1E.3g=N}f.A=A=f.1c("3Y");f.1p=f.1c("3Y");f.1p.L="1p";L="6e";A.1k=f.1k;c(f.V("66")){L+=" 5O"}c(f.V("3g")==N){L+=" bB"}c(f.V("5h-1p")==N){f.1p.L+=" bO-5h"}L+=" "+f.V("1s-R");L+=" "+f.V("2O-R");A.L=L;f.5g=C;f.C=p.B.8C(C).E(/\\r/g," ");3Z=f.V("1H-2Q");f.C=f.V("8d-89")==I?p.B.8a(f.C,3Z):p.B.8b(f.C,3Z);f.C=p.B.2T(f.C);c(f.V("1w")){f.1i=f.1c("3Y");f.1i.L="1i";f.1i.2p(p.1w.1c(f));A.2p(f.1i);h 1i=f.1i;l 58(){1i.L=1i.L.E("53","")};A.c0=l(){58();1i.L+=" 53"};A.bX=l(){58()}}A.2p(f.1p);f.2C=f.8i(f.59,f.C);f.86();C=f.8y(f.C,f.2C);C=f.8t(p.B.2G(C));c(f.V("8k-8l")){C=p.B.8m(C)}f.1p.1Q=C},9f:l(z){z=z.E(/^\\s+|\\s+$/g,"").E(/\\s+/g,"|");q"\\\\b(?:"+z+")\\\\b"},9i:l(2J){f.3I={G:{3K:2J.G,1a:"1l"},1d:{3K:2J.1d,1a:"1l"},C:W U("(?<G>"+2J.G.1g+")"+"(?<C>.*?)"+"(?<1d>"+2J.1d.1g+")","96")}}};q p}()}c(!1q.U){(l(){h 2w={T:10.14.T,87:5I.14.87,E:5I.14.E,1P:5I.14.1P},1F={13:/(?:[^\\\\([#\\s.]+|\\\\(?!k<[\\w$]+>|[7z]{[^}]+})[\\S\\s]?|\\((?=\\?(?!#|<[\\w$]+>)))+|(\\()(?:\\?(?:(#)[^)]*\\)|<([$\\w]+)>))?|\\\\(?:k<([\\w$]+)>|[7z]{([^}]+)})|(\\[\\^?)|([\\S\\s])/g,99:/(?:[^$]+|\\$(?![1-9$&`\']|{[$\\w]+}))+|\\$(?:([1-9]\\d*|[$&`\'])|{([$\\w]+)})/g,37:/^(?:\\s+|#.*)+/,5B:/^(?:[?*+]|{\\d+(?:,\\d*)?})/,7Q:/&&\\[\\^?/g,7S:/]/g},7o=l(5C,5v,5u){D(h i=5u||0;i<5C.u;i++){c(5C[i]===5v){q i}}q-1},8G=/()??/.T("")[1]!==3j,3q={};U=l(1e,1O){c(1e 68 10){c(1O!==3j){3H 7r("4y\'t 4C 9a 8z 95 7u 10 5u 94")}q 1e.3E()}h 1O=1O||"",7R=1O.Y("s")>-1,7M=1O.Y("x")>-1,5z=N,3v=[],1b=[],13=1F.13,J,cc,38,3M,3p;13.O=0;2j(J=2w.T.2n(13,1e)){c(J[2]){c(!1F.5B.1R(1e.17(13.O))){1b.K("(?:)")}}F{c(J[1]){3v.K(J[3]||v);c(J[3]){5z=I}1b.K("(")}F{c(J[4]){3M=7o(3v,J[4]);1b.K(3M>-1?"\\\\"+(3M+1)+(40(1e.5w(13.O))?"":"(?:)"):J[0])}F{c(J[5]){1b.K(3q.7m?3q.7m.7q(J[5],J[0].5w(1)==="P"):J[0])}F{c(J[6]){c(1e.5w(13.O)==="]"){1b.K(J[6]==="["?"(?!)":"[\\\\S\\\\s]");13.O++}F{cc=U.8g("&&"+1e.17(J.H),1F.7Q,1F.7S,"",{7D:"\\\\"})[0];1b.K(J[6]+cc+"]");13.O+=cc.u+1}}F{c(J[7]){c(7R&&J[7]==="."){1b.K("[\\\\S\\\\s]")}F{c(7M&&1F.37.1R(J[7])){38=2w.T.2n(1F.37,1e.17(13.O-1))[0].u;c(!1F.5B.1R(1e.17(13.O-1+38))){1b.K("(?:)")}13.O+=38-1}F{1b.K(J[7])}}}F{1b.K(J[0])}}}}}}}3p=10(1b.5A(""),2w.E.2n(1O,/[9B]+/g,""));3p.1C={1g:1e,2m:5z?3v:v};q 3p};U.9q=l(R,o){3q[R]=o};10.14.T=l(z){h 1h=2w.T.2n(f,z),R,i,5y;c(1h){c(8G&&1h.u>1){5y=W 10("^"+f.1g+"$(?!\\\\s)",f.5E());2w.E.2n(1h[0],5y,l(){D(i=1;i<8j.u-2;i++){c(8j[i]===3j){1h[i]=3j}}})}c(f.1C&&f.1C.2m){D(i=1;i<1h.u;i++){R=f.1C.2m[i-1];c(R){1h[R]=1h[i]}}}c(f.3l&&f.O>(1h.H+1h[0].u)){f.O--}}q 1h}})()}10.14.5E=l(){q(f.3l?"g":"")+(f.av?"i":"")+(f.8F?"m":"")+(f.37?"x":"")+(f.a4?"y":"")};10.14.3E=l(7A){h 5F=W U(f.1g,(7A||"")+f.5E());c(f.1C){5F.1C={1g:f.1C.1g,2m:f.1C.2m?f.1C.2m.17(0):v}}q 5F};10.14.2n=l(90,z){q f.T(z)};10.14.9b=l(9h,8c){q f.T(8c[0])};U.5P=l(57,5e){h 55="/"+57+"/"+(5e||"");q U.5P[55]||(U.5P[55]=W U(57,5e))};U.41=l(z){q z.E(/[-[\\]{}()*+?.\\\\^$|,#\\s]/g,"\\\\$&")};U.8g=l(z,G,11,1j,2R){h 2R=2R||{},2P=2R.7D,12=2R.c5,1j=1j||"",5r=1j.Y("g")>-1,70=1j.Y("i")>-1,7v=1j.Y("m")>-1,5a=1j.Y("y")>-1,1j=1j.E(/y/g,""),G=G 68 10?(G.3l?G:G.3E("g")):W U(G,"g"+1j),11=11 68 10?(11.3l?11:11.3E("g")):W U(11,"g"+1j),1M=[],2o=0,1u=0,1t=0,1z=0,2b,2c,1B,1K,3Q,48;c(2P){c(2P.u>1){3H aC("4y\'t 4C aL aJ 7u 41 7B")}c(7v){3H 7r("4y\'t 4C 41 7B 8z bi b8 8F b7")}3Q=U.41(2P);48=W 10("^(?:"+3Q+"[\\\\S\\\\s]|(?:(?!"+G.1g+"|"+11.1g+")[^"+3Q+"])+)+",70?"i":"")}2j(I){G.O=11.O=1t+(2P?(48.T(z.17(1t))||[""])[0].u:0);1B=G.T(z);1K=11.T(z);c(1B&&1K){c(1B.H<=1K.H){1K=v}F{1B=v}}c(1B||1K){1u=(1B||1K).H;1t=(1B?G:11).O}F{c(!2o){2h}}c(5a&&!2o&&1u>1z){2h}c(1B){c(!2o++){2b=1u;2c=1t}}F{c(1K&&2o){c(!--2o){c(12){c(12[0]&&2b>1z){1M.K([12[0],z.17(1z,2b),1z,2b])}c(12[1]){1M.K([12[1],z.17(2b,2c),2b,2c])}c(12[2]){1M.K([12[2],z.17(2c,1u),2c,1u])}c(12[3]){1M.K([12[3],z.17(1u,1t),1u,1t])}}F{1M.K(z.17(2c,1u))}1z=1t;c(!5r){2h}}}F{G.O=11.O=0;3H bP("8L aq 9r ar 8Z")}}c(1u===1t){1t++}}c(5r&&!5a&&12&&12[0]&&z.u>1z){1M.K([12[0],z.17(1z),1z,z.u])}G.O=11.O=0;q 1M};',62,768,"||||||||||||if|||this||var||||function||||sh|return||||length|null||||str|div|utils|code|for|replace|else|left|index|true|_121|push|className|config|false|lastIndex||document|name||exec|XRegExp|getParam|new|lt|indexOf|gt|RegExp|_139|vN|part|prototype|||slice|pos|_d3|css|_11f|create|right|_119|strings|source|_129|bar|_13a|id|script|style|_da|_d6|lines|window|vars|class|_145|_144|_b5|toolbar|_f4|_103|_146|alert|_149|_x|_c3|params|lib|obj|tab|highlight|continue|_14a|html|_142|doc|_11a|split|innerHTML|test|_ec|_5a|_5b|in|_4f|text|_8|_3c|_91|_98|createElement|_e7|value|_c5|width|href|_c2|substr|min|_147|_148|brushes|height|_6e|_cd|break|attributes|while|_be|_75|captureNames|call|_143|appendChild|_bc|_5f|http|concat|toString|_f0|real|_e9|line|execute|wnd|nbsp|matches|getMatches|_66|_e3|trim|_ed|_40|_10f|case|_61|_c1|_55|brush|_13c|size|_13b|_f9|unindent|_d9|_28|_c4|SyntaxHighlighter|_81|_88|_5|m2|_7a|body|_a2|m1|_80|extended|len|font|_fe|gm|_fd|fixInputString|Math|color|gutter|_4e|title|undefined|com|global|printFrame|_ef|_7d|_125|_118|_ee|_8e|print|_e5|_11e|_7b|_32|_49|_cc|offsetMatches|_7c|_25|write|addFlags|td|_104|throw|htmlScript|_22|regex|_a7|_124|_af|_2|_c6|_14b|_b6|_b4|_3|substring|_60|_76|_6a|DIV|_10b|isNaN|escape|_62|url|_7e|_6b|eachLine|_ae|esc|_47|HtmlScript|_b2|values|_8c|gi|_89|_b9|object|_b0|_ad|_blank|_e1|xmlBrush|link|close|removeChild|_b3|type|_a6|_73|findBrush|Match|top|_9d|can|popup|_c8|_53|supply|_a3|win|focus|span|_54|_9e|_50|_cb|_4d|_d7|_5d|getElementsByTagName|_6c|_ba|_b8|_bf|useScriptTags|_82|_ea|_ce|func|_d0|discoveredBrushes||_4c|_f6|show|pre|key|_29|_133|hide|regexList|_141|_19|_1a|viewSource|_134|_2b|originalCode|wrap|copyToClipboard|highlighterId|toolbarItemHeight|toolbarItemWidth|_2a|_2c|_2e|_2d|expandSource|_13e|_4|_7|from|item|charAt|www|r2|_11d|join|quantifier|_113|_e|getNativeFlags|_12e|_17|_18|String|_10|_b|_9|_f|_d|collapsed|cache|contentWindow|_101|_ff|_fb|swf|_30|getBrushNameCss|_fa|brushName|_100|_f5|_37|_35|content|_24|_38|collapse|_2f|instanceof|clipboardSwf|_27|defaults|merge|guid|syntaxhighlighter|highlighters|toolbarCommands|2009|_6|500px|measureSpace|_78|createButton|message|_79|clipboard|to|0px|_85|decoration|center|_83|margin|w3|rel|head|stylesheet|org|help|xhtml1|_3f|0099FF|align|DTD|alexgorbatchev|copyStyles|navigator|none|executeCommand|_3e|version|toLowerCase|_5e|_1e|_65|noBrush|switch|flash|_52|screen|event|attachEvent|_13f|shockwave|_4b|_48|clipboardData|px|commandName|aboutDialog|copyToClipboardConfirmation|_84|scrollbars|_14|_36|items|_6d|_16|_13|_15|_12|_a|userAgent|_d8|unicode|_d5|_112|process|get|TypeError|_de|_dd|one|_140|_d1|brushNotHtmlScript|parentNode|pP|_12d|character|addEvent|escapeChar|_106|_f7|_c9|_c7|Highlighter|_df|decorate|table|_11c|_f1|plain|_f8|classLeft|_11b|classRight|tr|_f2|padNumber|numbers|typeof|_e2|_e0|toBoolean|_e4|matchesSortCallback|pad|first|parseInt|removeNestedMatches|match|light|tabs|processSmartTabs|processTabs|args|smart|toArray|stripBrs|matchRecursive|regexLib|findMatches|arguments|auto|links|processUrls|defaultAdd|_a9|_a8|_a1|_a4|tagName|createDisplayLines|debug|getSyntaxHighlighterScriptTags|_93|insertSpaces|processMatches|when|_90|bloggerMode|trimFirstAndLastLines|_9a|_b7|multiline|_117|parseParams|stripCData|_bd|Copyright|subject|Alex|2004|development|_1c|keep|donate|Gorbatchev|_1b|syntax|JavaScript|active|highlighter|multiLineSingleQuotedString|delimiters|_12f|string|scriptScriptTags|aspScriptTags|another|constructing|sgi|try|catch|replaceVar|flags|apply|phpScriptTags|singleLineCComments|singleLinePerlComments|getKeywords|multiLineCComments|_131|forHtmlScript|doubleQuotedString|xmlComments|onclick|multiLineDoubleQuotedString|singleQuotedString|spaceWidth|bottom|addPlugin|contains|1999|xmlns|dtd|TR|transitional|xhtml|meta|utf|About|sx|charset|Type|equiv|Content|EN|Transitional|your|now|Can|is|The|view|copy|find|Brush|PUBLIC|W3C|XHTML|DOCTYPE|option|wasn|configured|family|Geneva|you|like|please|If|sticky|October|target|https|paypal|_s|xclick|hosted_button_id|cmd|webscr|cgi|bin|364|4em|background|fff|000|serif|sans|Arial|Helvetica|1em|data|unbalanced|75em|large|xx|ignoreCase|3em|2930402|always|about|_42|sort|SyntaxError|printing|shCore|_43|_44|max|round|than|250|more|500|alt|absolute|error|highlighted|ok|number|amp|setData|printSource|_39|cssText|position|IFRAME|_3b|_1f|random|1000000|_a5|block|CDATA|flag|the|htmlscript|1000|getElementById|getPropertyValue|offsetWidth|getComputedStyle|_99|opera|Array|using|textarea|open|load|Xml|_cf|lastIndexOf|_d4|all||replaceChild|70em|aliases|addEventListener|on|30em|spaces|_3a|flashVars|nogutter|transparent|wmode|allowScriptAccess|_8a|msie|classid|96b8|444553540000|11cf|ae6d|clsid|d27cdb6e|no|Error|location|resizable|400|750|_20|_21|menubar|onmouseout|_clipboard|application|onmouseover|param|_26|codebase|menu|valueNames|movie|cab|swflash|cabs|embed|conf||command|_34|_33|src|_10c|_10a|macromedia|download|highlighter_|pub|important".split("|"),0,{}))
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
;SyntaxHighlighter.brushes.Bash=function(){var b="if fi then elif else for do done until while break continue case function return in eq ne gt lt ge le";var a="alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chrootcksum clear cmp comm command cp cron crontab csplit cut date dc dd ddrescue declare df diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format free fsck ftp gawk getopts grep groups gzip hash head history hostname id ifconfig import install join kill less let ln local locate logname logout look lpc lpr lprint lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools mv netstat nice nl nohup nslookup open op passwd paste pathchk ping popd pr printcap printenv printf ps pushd pwd quota quotacheck quotactl ram rcp read readonly renice remsync rm rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown sleep sort source split ssh strace su sudo sum symlink sync tail tar tee test time times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir vi watch wc whereis which who whoami Wget xargs yes";this.findMatches=function(d,c){c=c.replace(/&gt;/g,">").replace(/&lt;/g,"<");this.code=c;return SyntaxHighlighter.Highlighter.prototype.findMatches.apply(this,[d,c])};this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLinePerlComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:new RegExp(this.getKeywords(b),"gm"),css:"keyword"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"functions"}]};SyntaxHighlighter.brushes.Bash.prototype=new SyntaxHighlighter.Highlighter();SyntaxHighlighter.brushes.Bash.aliases=["bash","shell"];
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
SyntaxHighlighter.brushes.CSS=function(){function a(f){return"\\b([a-z_]|)"+f.replace(/ /g,"(?=:)\\b|\\b([a-z_\\*]|\\*|)")+"(?=:)\\b"}function c(f){return"\\b"+f.replace(/ /g,"(?!-)(?!:)\\b|\\b()")+":\\b"}var d="ascent azimuth background-attachment background-color background-image background-position background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index";var b="above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow";var e="[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif";this.regexList=[{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\#[a-fA-F0-9]{3,6}/g,css:"value"},{regex:/(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g,css:"value"},{regex:/!important/g,css:"color3"},{regex:new RegExp(a(d),"gm"),css:"keyword"},{regex:new RegExp(c(b),"g"),css:"value"},{regex:new RegExp(this.getKeywords(e),"g"),css:"color1"}];this.forHtmlScript({left:/(&lt;|<)\s*style.*?(&gt;|>)/gi,right:/(&lt;|<)\/\s*style\s*(&gt;|>)/gi})};SyntaxHighlighter.brushes.CSS.prototype=new SyntaxHighlighter.Highlighter();SyntaxHighlighter.brushes.CSS.aliases=["css"];
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
SyntaxHighlighter.brushes.JScript=function(){var a="break case catch continue default delete do else false  for function if in instanceof new null return super switch this throw true try typeof var while with";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\s*#.*/gm,css:"preprocessor"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}];this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags)};SyntaxHighlighter.brushes.JScript.prototype=new SyntaxHighlighter.Highlighter();SyntaxHighlighter.brushes.JScript.aliases=["js","jscript","javascript"];
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
SyntaxHighlighter.brushes.Php=function(){var a="abs acos acosh addcslashes addslashes array_change_key_case array_chunk array_combine array_count_values array_diff array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill array_filter array_flip array_intersect array_intersect_assoc array_intersect_key array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map array_merge array_merge_recursive array_multisort array_pad array_pop array_product array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff array_udiff_assoc array_udiff_uassoc array_uintersect array_uintersect_assoc array_uintersect_uassoc array_unique array_unshift array_values array_walk array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists closedir closelog copy cos cosh count count_chars date decbin dechex decoct deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br parse_ini_file parse_str parse_url passthru pathinfo readlink realpath rewind rewinddir rmdir round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime strtoupper strtr strval substr substr_compare";var c="and or xor array as break case cfunction class const continue declare default die do else elseif enddeclare endfor endforeach endif endswitch endwhile extends for foreach function include include_once global if new old_function return static switch use require require_once var while abstract interface public implements extends private protected throw";var b="__FILE__ __LINE__ __METHOD__ __FUNCTION__ __CLASS__";this.regexList=[{regex:SyntaxHighlighter.regexLib.singleLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineCComments,css:"comments"},{regex:SyntaxHighlighter.regexLib.doubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.singleQuotedString,css:"string"},{regex:/\$\w+/g,css:"variable"},{regex:new RegExp(this.getKeywords(a),"gmi"),css:"functions"},{regex:new RegExp(this.getKeywords(b),"gmi"),css:"constants"},{regex:new RegExp(this.getKeywords(c),"gm"),css:"keyword"}];this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags)};SyntaxHighlighter.brushes.Php.prototype=new SyntaxHighlighter.Highlighter();SyntaxHighlighter.brushes.Php.aliases=["php"];
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
SyntaxHighlighter.brushes.Sql=function(){var b="abs avg case cast coalesce convert count current_timestamp current_user day isnull left lower month nullif replace right session_user space substring sum system_user upper user year";var c="absolute action add after alter as asc at authorization begin bigint binary bit by cascade char character check checkpoint close collate column commit committed connect connection constraint contains continue create cube current current_date current_time cursor database date deallocate dec decimal declare default delete desc distinct double drop dynamic else end end-exec escape except exec execute false fetch first float for force foreign forward free from full function global goto grant group grouping having hour ignore index inner insensitive insert instead int integer intersect into is isolation key last level load local max min minute modify move name national nchar next no numeric of off on only open option order out output partial password precision prepare primary prior privileges procedure public read real references relative repeatable restrict return returns revoke rollback rollup rows rule schema scroll second section select sequence serializable set size smallint static statistics table temp temporary then time timestamp to top transaction translation trigger true truncate uncommitted union unique update values varchar varying view when where with work";var a="all and any between cross in join like not null or outer some";this.regexList=[{regex:/--(.*)$/gm,css:"comments"},{regex:SyntaxHighlighter.regexLib.multiLineDoubleQuotedString,css:"string"},{regex:SyntaxHighlighter.regexLib.multiLineSingleQuotedString,css:"string"},{regex:new RegExp(this.getKeywords(b),"gmi"),css:"color2"},{regex:new RegExp(this.getKeywords(a),"gmi"),css:"color1"},{regex:new RegExp(this.getKeywords(c),"gmi"),css:"keyword"}]};SyntaxHighlighter.brushes.Sql.prototype=new SyntaxHighlighter.Highlighter();SyntaxHighlighter.brushes.Sql.aliases=["sql"];
/*
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
SyntaxHighlighter.brushes.Xml=function(){function a(e,i){var f=SyntaxHighlighter.Match,h=e[0],c=new XRegExp("(&lt;|<)[\\s\\/\\?]*(?<name>[:\\w-\\.]+)","xg").exec(h),b=[];if(e.attributes!=null){var d,g=new XRegExp("(?<name> [\\w:\\-\\.]+)\\s*=\\s*(?<value> \".*?\"|'.*?'|\\w+)","xg");while((d=g.exec(h))!=null){b.push(new f(d.name,e.index+d.index,"color1"));b.push(new f(d.value,e.index+d.index+d[0].indexOf(d.value),"string"))}}if(c!=null){b.push(new f(c.name,e.index+c[0].indexOf(c.name),"keyword"))}return b}this.regexList=[{regex:new XRegExp("(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)","gm"),css:"color2"},{regex:SyntaxHighlighter.regexLib.xmlComments,css:"comments"},{regex:new XRegExp("(&lt;|<)[\\s\\/\\?]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)","sg"),func:a}]};SyntaxHighlighter.brushes.Xml.prototype=new SyntaxHighlighter.Highlighter();SyntaxHighlighter.brushes.Xml.aliases=["xml","xhtml","xslt","html"];$(document).ready(function(){SyntaxHighlighter.all()});
