/*
* 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(af,aG){var I=function(aW,aV){return new I.fn.init(aW,aV)},A=af.jQuery,R=af.$,aP=af.document,aq,aJ=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,aI=/^.[^:#\[\.,]*$/,O=/\S/,ae=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,y=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,ah=navigator.userAgent,an,aQ=false,K=[],aH,ab=Object.prototype.toString,Q=Object.prototype.hasOwnProperty,ad=Array.prototype.push,V=Array.prototype.slice,W=Array.prototype.indexOf;I.fn=I.prototype={init:function(aY,aX){var aV,aW,a0,aZ;if(!aY){return this}if(aY.nodeType){this.context=this[0]=aY;this.length=1;return this}if(typeof aY==="string"){aV=aJ.exec(aY);if(aV&&(aV[1]||!aX)){if(aV[1]){aZ=(aX?aX.ownerDocument||aX:aP);a0=y.exec(aY);if(a0){if(I.isPlainObject(aX)){aY=[aP.createElement(a0[1])];I.fn.attr.call(aY,aX,true)}else{aY=[aZ.createElement(a0[1])]}}else{a0=d([aV[1]],[aZ]);aY=(a0.cacheable?a0.fragment.cloneNode(true):a0.fragment).childNodes}}else{aW=aP.getElementById(aV[2]);if(aW){if(aW.id!==aV[2]){return aq.find(aY)}this.length=1;this[0]=aW}this.context=aP;this.selector=aY;return this}}else{if(!aX&&/^\w+$/.test(aY)){this.selector=aY;this.context=aP;aY=aP.getElementsByTagName(aY)}else{if(!aX||aX.jquery){return(aX||aq).find(aY)}else{return I(aX).find(aY)}}}}else{if(I.isFunction(aY)){return aq.ready(aY)}}if(aY.selector!==aG){this.selector=aY.selector;this.context=aY.context}return I.isArray(aY)?this.setArray(aY):I.makeArray(aY,this)},selector:"",jquery:"1.4",length:0,size:function(){return this.length},toArray:function(){return V.call(this,0)},get:function(aV){return aV==null?this.toArray():(aV<0?this.slice(aV)[0]:this[aV])},pushStack:function(aY,aV,aX){var aW=I(aY||null);aW.prevObject=this;aW.context=this.context;if(aV==="find"){aW.selector=this.selector+(this.selector?" ":"")+aX}else{if(aV){aW.selector=this.selector+"."+aV+"("+aX+")"}}return aW},setArray:function(aV){this.length=0;ad.apply(this,aV);return this},each:function(aW,aV){return I.each(this,aW,aV)},ready:function(aV){I.bindReady();if(I.isReady){aV.call(aP,I)}else{if(K){K.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(V.apply(this,arguments),"slice",V.call(arguments).join(","))},map:function(aV){return this.pushStack(I.map(this,function(aW,aX){return aV.call(aW,aX,aW)}))},end:function(){return this.prevObject||I(null)},push:ad,sort:[].sort,splice:[].splice};I.fn.init.prototype=I.fn;I.extend=I.fn.extend=function(){var a1=arguments[0]||{},aZ=1,a0=arguments.length,aX=false,aV,aW,a3,aY;if(typeof a1==="boolean"){aX=a1;a1=arguments[1]||{};aZ=2}if(typeof a1!=="object"&&!I.isFunction(a1)){a1={}}if(a0===aZ){a1=this;--aZ}for(;aZ<a0;aZ++){if((aV=arguments[aZ])!=null){for(aW in aV){a3=a1[aW];aY=aV[aW];if(a1===aY){continue}if(aX&&aY&&(I.isPlainObject(aY)||I.isArray(aY))){var a2=a3&&(I.isPlainObject(a3)||I.isArray(a3))?a3:I.isArray(aY)?[]:{};a1[aW]=I.extend(aX,a2,aY)}else{if(aY!==aG){a1[aW]=aY}}}}}return a1};I.extend({noConflict:function(aV){af.$=R;if(aV){af.jQuery=A}return I},isReady:false,ready:function(){if(!I.isReady){if(!aP.body){return setTimeout(I.ready,13)}I.isReady=true;if(K){var aV,aW=0;while((aV=K[aW++])){aV.call(aP,I)}K=null}if(I.fn.triggerHandler){I(aP).triggerHandler("ready")}}},bindReady:function(){if(aQ){return}aQ=true;if(aP.readyState==="complete"){return I.ready()}if(aP.addEventListener){aP.addEventListener("DOMContentLoaded",aH,false);af.addEventListener("load",I.ready,false)}else{if(aP.attachEvent){aP.attachEvent("onreadystatechange",aH);af.attachEvent("onload",I.ready);var aV=false;try{aV=af.frameElement==null}catch(aW){}if(aP.documentElement.doScroll&&aV){C()}}}},isFunction:function(aV){return ab.call(aV)==="[object Function]"},isArray:function(aV){return ab.call(aV)==="[object Array]"},isPlainObject:function(aW){if(!aW||ab.call(aW)!=="[object Object]"||aW.nodeType||aW.setInterval){return false}if(aW.constructor&&!Q.call(aW,"constructor")&&!Q.call(aW.constructor.prototype,"isPrototypeOf")){return false}var aV;for(aV in aW){}return aV===aG||Q.call(aW,aV)},isEmptyObject:function(aW){for(var aV in aW){return false}return true},noop:function(){},globalEval:function(aX){if(aX&&O.test(aX)){var aV=aP.getElementsByTagName("head")[0]||aP.documentElement,aW=aP.createElement("script");aW.type="text/javascript";if(I.support.scriptEval){aW.appendChild(aP.createTextNode(aX))}else{aW.text=aX}aV.insertBefore(aW,aV.firstChild);aV.removeChild(aW)}},nodeName:function(aW,aV){return aW.nodeName&&aW.nodeName.toUpperCase()===aV.toUpperCase()},each:function(aX,a2,aZ){var aY,aV=0,a0=aX.length,a1=a0===aG||I.isFunction(aX);if(aZ){if(a1){for(aY in aX){if(a2.apply(aX[aY],aZ)===false){break}}}else{for(;aV<a0;){if(a2.apply(aX[aV++],aZ)===false){break}}}}else{if(a1){for(aY in aX){if(a2.call(aX[aY],aY,aX[aY])===false){break}}}else{for(var aW=aX[0];aV<a0&&a2.call(aW,aV,aW)!==false;aW=aX[++aV]){}}}return aX},trim:function(aV){return(aV||"").replace(ae,"")},makeArray:function(aW,aV){var aX=aV||[];if(aW!=null){if(aW.length==null||typeof aW==="string"||I.isFunction(aW)||(typeof aW!=="function"&&aW.setInterval)){ad.call(aX,aW)}else{I.merge(aX,aW)}}return aX},inArray:function(aW,aY){if(aY.indexOf){return aY.indexOf(aW)}for(var aX=0,aV=aY.length;aX<aV;aX++){if(aY[aX]===aW){return aX}}return -1},merge:function(aV,aW){var aX=aV.length,aY=0;if(typeof aW.length==="number"){for(var aZ=aW.length;aY<aZ;aY++){aV[aX++]=aW[aY]}}else{while(aW[aY]!==aG){aV[aX++]=aW[aY++]}}aV.length=aX;return aV},grep:function(a0,aV,aW){var aX=[];for(var aY=0,aZ=a0.length;aY<aZ;aY++){if(!aW!==!aV(a0[aY],aY)){aX.push(a0[aY])}}return aX},map:function(a1,aV,aZ){var aX=[],aW;for(var aY=0,a0=a1.length;aY<a0;aY++){aW=aV(a1[aY],aY,aZ);if(aW!=null){aX[aX.length]=aW}}return aX.concat.apply([],aX)},guid:1,proxy:function(aV,aX,aW){if(arguments.length===2){if(typeof aX==="string"){aW=aV;aV=aW[aX];aX=aG}else{if(aX&&!I.isFunction(aX)){aW=aX;aX=aG}}}if(!aX&&aV){aX=function(){return aV.apply(aW||this,arguments)}}if(aV){aX.guid=aV.guid=aV.guid||aX.guid||I.guid++}return aX},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:{}});an=I.uaMatch(ah);if(an.browser){I.browser[an.browser]=true;I.browser.version=an.version}if(I.browser.webkit){I.browser.safari=true}if(W){I.inArray=function(aV,aW){return W.call(aW,aV)}}aq=I(aP);if(aP.addEventListener){aH=function(){aP.removeEventListener("DOMContentLoaded",aH,false);I.ready()}}else{if(aP.attachEvent){aH=function(){if(aP.readyState==="complete"){aP.detachEvent("onreadystatechange",aH);I.ready()}}}}function C(){if(I.isReady){return}try{aP.documentElement.doScroll("left")}catch(aV){setTimeout(C,1);return}I.ready()}if(W){I.inArray=function(aV,aW){return W.call(aW,aV)}}function H(aW,aV){if(aV.src){I.ajax({url:aV.src,async:false,dataType:"script"})}else{I.globalEval(aV.text||aV.textContent||aV.innerHTML||"")}if(aV.parentNode){aV.parentNode.removeChild(aV)}}function L(aZ,aX,aY,a0,a3,a2){var a1=aZ.length;if(typeof aX==="object"){for(var aW in aX){L(aZ,aW,aX[aW],a0,a3,aY)}return aZ}if(aY!==aG){a0=!a2&&a0&&I.isFunction(aY);for(var aV=0;aV<a1;aV++){a3(aZ[aV],aX,a0?aY.call(aZ[aV],aV,a3(aZ[aV],aX)):aY,a2)}return aZ}return a1?a3(aZ[0],aX):null}function z(){return(new Date).getTime()}(function(){I.support={};var aX=aP.documentElement,aZ=aP.createElement("script"),a3=aP.createElement("div"),aV="script"+z();a3.style.display="none";a3.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var a0=a3.getElementsByTagName("*"),aW=a3.getElementsByTagName("a")[0];if(!a0||!a0.length||!aW){return}I.support={leadingWhitespace:a3.firstChild.nodeType===3,tbody:!a3.getElementsByTagName("tbody").length,htmlSerialize:!!a3.getElementsByTagName("link").length,style:/red/.test(aW.getAttribute("style")),hrefNormalized:aW.getAttribute("href")==="/a",opacity:/^0.55$/.test(aW.style.opacity),cssFloat:!!aW.style.cssFloat,checkOn:a3.getElementsByTagName("input")[0].value==="on",optSelected:aP.createElement("select").appendChild(aP.createElement("option")).selected,scriptEval:false,noCloneEvent:true,boxModel:null};aZ.type="text/javascript";try{aZ.appendChild(aP.createTextNode("window."+aV+"=1;"))}catch(aY){}aX.insertBefore(aZ,aX.firstChild);if(af[aV]){I.support.scriptEval=true;delete af[aV]}aX.removeChild(aZ);if(a3.attachEvent&&a3.fireEvent){a3.attachEvent("onclick",function a2(){I.support.noCloneEvent=false;a3.detachEvent("onclick",a2)});a3.cloneNode(true).fireEvent("onclick")}I(function(){var a4=aP.createElement("div");a4.style.width=a4.style.paddingLeft="1px";aP.body.appendChild(a4);I.boxModel=I.support.boxModel=a4.offsetWidth===2;aP.body.removeChild(a4).style.display="none";a4=null});var a1=function(a5){var a4=aP.createElement("div");a5="on"+a5;var a6=(a5 in a4);if(!a6){a4.setAttribute(a5,"return;");a6=typeof a4[a5]==="function"}a4=null;return a6};I.support.submitBubbles=a1("submit");I.support.changeBubbles=a1("change");aX=aZ=a3=a0=aW=null})();I.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var v="jQuery"+z(),B=0,aa={};var ac={};I.extend({cache:{},expando:v,noData:{embed:true,object:true,applet:true},data:function(aX,aW,a0){if(aX.nodeName&&I.noData[aX.nodeName.toLowerCase()]){return}aX=aX==af?aa:aX;var aY=aX[v],aZ=I.cache,aV;if(!aW&&!aY){return null}if(!aY){aY=++B}if(typeof aW==="object"){aX[v]=aY;aV=aZ[aY]=I.extend(true,{},aW)}else{if(aZ[aY]){aV=aZ[aY]}else{if(typeof a0==="undefined"){aV=ac}else{aV=aZ[aY]={}}}}if(a0!==aG){aX[v]=aY;aV[aW]=a0}return typeof aW==="string"?aV[aW]:aV},removeData:function(aX,aW){if(aX.nodeName&&I.noData[aX.nodeName.toLowerCase()]){return}aX=aX==af?aa:aX;var aZ=aX[v],a0=I.cache,aV=a0[aZ];if(aW){if(aV){delete aV[aW];if(I.isEmptyObject(aV)){I.removeData(aX)}}}else{try{delete aX[v]}catch(aY){if(aX.removeAttribute){aX.removeAttribute(v)}}delete a0[aZ]}}});I.fn.extend({data:function(aW,aV){if(typeof aW==="undefined"&&this.length){return I.data(this[0])}else{if(typeof aW==="object"){return this.each(function(){I.data(this,aW)})}}var aX=aW.split(".");aX[1]=aX[1]?"."+aX[1]:"";if(aV===aG){var aY=this.triggerHandler("getData"+aX[1]+"!",[aX[0]]);if(aY===aG&&this.length){aY=I.data(this[0],aW)}return aY===aG&&aX[1]?this.data(aX[0]):aY}else{return this.trigger("setData"+aX[1]+"!",[aX[0],aV]).each(function(){I.data(this,aW,aV)})}},removeData:function(aV){return this.each(function(){I.removeData(this,aV)})}});I.extend({queue:function(aV,aW,aY){if(!aV){return}aW=(aW||"fx")+"queue";var aX=I.data(aV,aW);if(!aY){return aX||[]}if(!aX||I.isArray(aY)){aX=I.data(aV,aW,I.makeArray(aY))}else{aX.push(aY)}return aX},dequeue:function(aW,aX){aX=aX||"fx";var aY=I.queue(aW,aX),aV=aY.shift();if(aV==="inprogress"){aV=aY.shift()}if(aV){if(aX==="fx"){aY.unshift("inprogress")}aV.call(aW,function(){I.dequeue(aW,aX)})}}});I.fn.extend({queue:function(aV,aW){if(typeof aV!=="string"){aW=aV;aV="fx"}if(aW===aG){return I.queue(this[0],aV)}return this.each(function(aZ,aY){var aX=I.queue(this,aV,aW);if(aV==="fx"&&aX[0]!=="inprogress"){I.dequeue(this,aV)}})},dequeue:function(aV){return this.each(function(){I.dequeue(this,aV)})},delay:function(aW,aV){aW=I.fx?I.fx.speeds[aW]||aW:aW;aV=aV||"fx";return this.queue(aV,function(){var aX=this;setTimeout(function(){I.dequeue(aX,aV)},aW)})},clearQueue:function(aV){return this.queue(aV||"fx",[])}});var c=/[\n\t]/g,ay=/\s+/,aF=/\r/g,x=/href|src|style/,f=/(button|input)/i,ax=/(button|input|object|select|textarea)/i,aw=/^(a|area)$/i,ap=/radio|checkbox/;I.fn.extend({attr:function(aV,aW){return L(this,aV,aW,true,I.attr)},removeAttr:function(aW,aV){return this.each(function(){I.attr(this,aW,"");if(this.nodeType===1){this.removeAttribute(aW)}})},addClass:function(aY){if(I.isFunction(aY)){return this.each(function(a4){var a3=I(this);a3.addClass(aY.call(this,a4,a3.attr("class")))})}if(aY&&typeof aY==="string"){var aW=(aY||"").split(ay);for(var aV=0,aX=this.length;aV<aX;aV++){var a1=this[aV];if(a1.nodeType===1){if(!a1.className){a1.className=aY}else{var a2=" "+a1.className+" ";for(var a0=0,aZ=aW.length;a0<aZ;a0++){if(a2.indexOf(" "+aW[a0]+" ")<0){a1.className+=" "+aW[a0]}}}}}}return this},removeClass:function(aY){if(I.isFunction(aY)){return this.each(function(a4){var a3=I(this);a3.removeClass(aY.call(this,a4,a3.attr("class")))})}if((aY&&typeof aY==="string")||aY===aG){var aW=(aY||"").split(ay);for(var aV=0,aX=this.length;aV<aX;aV++){var a1=this[aV];if(a1.nodeType===1&&a1.className){if(aY){var a2=(" "+a1.className+" ").replace(c," ");for(var a0=0,aZ=aW.length;a0<aZ;a0++){a2=a2.replace(" "+aW[a0]+" "," ")}a1.className=a2.substring(1,a2.length-1)}else{a1.className=""}}}}return this},toggleClass:function(aV,aW){var aX=typeof aV,aY=typeof aW==="boolean";if(I.isFunction(aV)){return this.each(function(a0){var aZ=I(this);aZ.toggleClass(aV.call(this,a0,aZ.attr("class"),aW),aW)})}return this.each(function(){if(aX==="string"){var a0,a2=0,a1=I(this),aZ=aW,a3=aV.split(ay);while((a0=a3[a2++])){aZ=aY?aZ:!a1.hasClass(a0);a1[aZ?"addClass":"removeClass"](a0)}}else{if(aX==="undefined"||aX==="boolean"){if(this.className){I.data(this,"__className__",this.className)}this.className=this.className||aV===false?"":I.data(this,"__className__")||""}}})},hasClass:function(aW){var aV=" "+aW+" ";for(var aX=0,aY=this.length;aX<aY;aX++){if((" "+this[aX].className+" ").replace(c," ").indexOf(aV)>-1){return true}}return false},val:function(aX){if(aX===aG){var a3=this[0];if(a3){if(I.nodeName(a3,"option")){return(a3.attributes.value||{}).specified?a3.value:a3.text}if(I.nodeName(a3,"select")){var aY=a3.selectedIndex,aZ=[],aV=a3.options,a2=a3.type==="select-one";if(aY<0){return null}for(var a1=a2?aY:0,a4=a2?aY+1:aV.length;a1<a4;a1++){var a0=aV[a1];if(a0.selected){aX=I(a0).val();if(a2){return aX}aZ.push(aX)}}return aZ}if(ap.test(a3.type)&&!I.support.checkOn){return a3.getAttribute("value")===null?"on":a3.value}return(a3.value||"").replace(aF,"")}return aG}var aW=I.isFunction(aX);return this.each(function(a6){var a5=I(this),a7=aX;if(this.nodeType!==1){return}if(aW){a7=aX.call(this,a6,a5.val())}if(typeof a7==="number"){a7+=""}if(I.isArray(a7)&&ap.test(this.type)){this.checked=I.inArray(a5.val(),a7)>=0}else{if(I.nodeName(this,"select")){var a8=I.makeArray(a7);I("option",this).each(function(){this.selected=I.inArray(I(this).val(),a8)>=0});if(!a8.length){this.selectedIndex=-1}}else{this.value=a7}}})}});I.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a0,aW,aY,aV){if(!a0||a0.nodeType===3||a0.nodeType===8){return aG}if(aV&&aW in I.attrFn){return I(a0)[aW](aY)}var a4=a0.nodeType!==1||!I.isXMLDoc(a0),aX=aY!==aG;aW=a4&&I.props[aW]||aW;if(a0.nodeType===1){var a3=x.test(aW);if(aW==="selected"&&!I.support.optSelected){var a2=a0.parentNode;if(a2){a2.selectedIndex;if(a2.parentNode){a2.parentNode.selectedIndex}}}if(aW in a0&&a4&&!a3){if(aX){if(aW==="type"&&f.test(a0.nodeName)&&a0.parentNode){throw"type property can't be changed"}a0[aW]=aY}if(I.nodeName(a0,"form")&&a0.getAttributeNode(aW)){return a0.getAttributeNode(aW).nodeValue}if(aW==="tabIndex"){var a1=a0.getAttributeNode("tabIndex");return a1&&a1.specified?a1.value:ax.test(a0.nodeName)||aw.test(a0.nodeName)&&a0.href?0:aG}return a0[aW]}if(!I.support.style&&a4&&aW==="style"){if(aX){a0.style.cssText=""+aY}return a0.style.cssText}if(aX){a0.setAttribute(aW,""+aY)}var aZ=!I.support.hrefNormalized&&a4&&a3?a0.getAttribute(aW,2):a0.getAttribute(aW);return aZ===null?aG:aZ}return I.style(a0,aW,aY)}});var ai=function(aV){return aV.replace(/[^\w\s\.\|`]/g,function(aW){return"\\"+aW})};I.event={add:function(a7,aX,a8,a1){if(a7.nodeType===3||a7.nodeType===8){return}if(a7.setInterval&&(a7!==af&&!a7.frameElement)){a7=af}if(!a8.guid){a8.guid=I.guid++}if(a1!==aG){var aZ=a8;a8=I.proxy(aZ);a8.data=a1}var a0=I.data(a7,"events")||I.data(a7,"events",{}),a3=I.data(a7,"handle"),a6;if(!a3){a6=function(){return typeof I!=="undefined"&&!I.event.triggered?I.event.handle.apply(a6.elem,arguments):aG};a3=I.data(a7,"handle",a6)}if(!a3){return}a3.elem=a7;aX=aX.split(/\s+/);var aW,aV=0;while((aW=aX[aV++])){var a4=aW.split(".");aW=a4.shift();a8.type=a4.slice(0).sort().join(".");var a5=a0[aW],aY=this.special[aW]||{};if(!a5){a5=a0[aW]={};if(!aY.setup||aY.setup.call(a7,a1,a4,a8)===false){if(a7.addEventListener){a7.addEventListener(aW,a3,false)}else{if(a7.attachEvent){a7.attachEvent("on"+aW,a3)}}}}if(aY.add){var a2=aY.add.call(a7,a8,a1,a4,a5);if(a2&&I.isFunction(a2)){a2.guid=a2.guid||a8.guid;a8=a2}}a5[a8.guid]=a8;this.global[aW]=true}a7=null},global:{},remove:function(a7,aZ,a8){if(a7.nodeType===3||a7.nodeType===8){return}var a2=I.data(a7,"events"),aY,aW,a1;if(a2){if(aZ===aG||(typeof aZ==="string"&&aZ.charAt(0)===".")){for(aW in a2){this.remove(a7,aW+(aZ||""))}}else{if(aZ.type){a8=aZ.handler;aZ=aZ.type}aZ=aZ.split(/\s+/);var aV=0;while((aW=aZ[aV++])){var a5=aW.split(".");aW=a5.shift();var a6=!a5.length,a3=I.map(a5.slice(0).sort(),ai),aX=new RegExp("(^|\\.)"+a3.join("\\.(?:.*\\.)?")+"(\\.|$)"),a0=this.special[aW]||{};if(a2[aW]){if(a8){a1=a2[aW][a8.guid];delete a2[aW][a8.guid]}else{for(var a4 in a2[aW]){if(a6||aX.test(a2[aW][a4].type)){delete a2[aW][a4]}}}if(a0.remove){a0.remove.call(a7,a5,a1)}for(aY in a2[aW]){break}if(!aY){if(!a0.teardown||a0.teardown.call(a7,a5)===false){if(a7.removeEventListener){a7.removeEventListener(aW,I.data(a7,"handle"),false)}else{if(a7.detachEvent){a7.detachEvent("on"+aW,I.data(a7,"handle"))}}}aY=null;delete a2[aW]}}}}for(aY in a2){break}if(!aY){var a4=I.data(a7,"handle");if(a4){a4.elem=null}I.removeData(a7,"events");I.removeData(a7,"handle")}}},trigger:function(aX,aY,a4){var aW=aX.type||aX,aZ=arguments[3];if(!aZ){aX=typeof aX==="object"?aX[v]?aX:I.extend(I.Event(aW),aX):I.Event(aW);if(aW.indexOf("!")>=0){aX.type=aW=aW.slice(0,-1);aX.exclusive=true}if(!a4){aX.stopPropagation();if(this.global[aW]){I.each(I.cache,function(){if(this.events&&this.events[aW]){I.event.trigger(aX,aY,this.handle.elem)}})}}if(!a4||a4.nodeType===3||a4.nodeType===8){return aG}aX.result=aG;aX.target=a4;aY=I.makeArray(aY);aY.unshift(aX)}aX.currentTarget=a4;var a1=I.data(a4,"handle");if(a1){a1.apply(a4,aY)}var aV,a3;try{if(!(a4&&a4.nodeName&&I.noData[a4.nodeName.toLowerCase()])){aV=a4[aW];a3=a4["on"+aW]}}catch(a0){}var a5=I.nodeName(a4,"a")&&aW==="click";if(!aZ&&aV&&!aX.isDefaultPrevented()&&!a5){this.triggered=true;try{a4[aW]()}catch(a0){}}else{if(a3&&a4["on"+aW].apply(a4,aY)===false){aX.result=false}}this.triggered=false;if(!aX.isPropagationStopped()){var a2=a4.parentNode||a4.ownerDocument;if(a2){I.event.trigger(aX,aY,a2,true)}}},handle:function(aY){var a1,a0;aY=arguments[0]=I.event.fix(aY||af.event);aY.currentTarget=this;var aZ=aY.type.split(".");aY.type=aZ.shift();a1=!aZ.length&&!aY.exclusive;var aW=new RegExp("(^|\\.)"+aZ.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");a0=(I.data(this,"events")||{})[aY.type];for(var aV in a0){var a2=a0[aV];if(a1||aW.test(a2.type)){aY.handler=a2;aY.data=a2.data;var aX=a2.apply(this,arguments);if(aX!==aG){aY.result=aX;if(aX===false){aY.preventDefault();aY.stopPropagation()}}if(aY.isImmediatePropagationStopped()){break}}}return aY.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[v]){return aY}var aX=aY;aY=I.Event(aX);for(var aZ=this.props.length,a0;aZ;){a0=this.props[--aZ];aY[a0]=aX[a0]}if(!aY.target){aY.target=aY.srcElement||aP}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 aW=aP.documentElement,aV=aP.body;aY.pageX=aY.clientX+(aW&&aW.scrollLeft||aV&&aV.scrollLeft||0)-(aW&&aW.clientLeft||aV&&aV.clientLeft||0);aY.pageY=aY.clientY+(aW&&aW.scrollTop||aV&&aV.scrollTop||0)-(aW&&aW.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!==aG){aY.which=(aY.button&1?1:(aY.button&2?3:(aY.button&4?2:0)))}return aY},guid:100000000,proxy:I.proxy,special:{ready:{setup:I.bindReady,teardown:I.noop},live:{add:function(aV,aY,aW,aX){I.extend(aV,aY||{});aV.guid+=aY.selector+aY.live;I.event.add(this,aY.live,al,aY)},remove:function(aV){if(aV.length){var aX=0,aW=new RegExp("(^|\\.)"+aV[0]+"(\\.|$)");I.each((I.data(this,"events").live||{}),function(){if(aW.test(this.type)){aX++}});if(aX<1){I.event.remove(this,aV[0],al)}}},special:{}},beforeunload:{setup:function(aX,aV,aW){if(this.setInterval){this.onbeforeunload=aW}return false},teardown:function(aV,aW){if(this.onbeforeunload===aW){this.onbeforeunload=null}}}}};I.Event=function(aV){if(!this.preventDefault){return new I.Event(aV)}if(aV&&aV.type){this.originalEvent=aV;this.type=aV.type}else{this.type=aV}this.timeStamp=z();this[v]=true};function aB(){return false}function Y(){return true}I.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Y;var aV=this.originalEvent;if(!aV){return}if(aV.preventDefault){aV.preventDefault()}aV.returnValue=false},stopPropagation:function(){this.isPropagationStopped=Y;var aV=this.originalEvent;if(!aV){return}if(aV.stopPropagation){aV.stopPropagation()}aV.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Y;this.stopPropagation()},isDefaultPrevented:aB,isPropagationStopped:aB,isImmediatePropagationStopped:aB};var N=function(aW){var aV=aW.relatedTarget;while(aV&&aV!==this){try{aV=aV.parentNode}catch(aX){break}}if(aV!==this){aW.type=aW.data;I.event.handle.apply(this,arguments)}},aS=function(aV){aV.type=aV.data;I.event.handle.apply(this,arguments)};I.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(aW,aV){I.event.special[aW]={setup:function(aX){I.event.add(this,aV,aX&&aX.selector?aS:N,aW)},teardown:function(aX){I.event.remove(this,aV,aX&&aX.selector?aS:N)}}});if(!I.support.submitBubbles){I.event.special.submit={setup:function(aX,aV,aW){if(this.nodeName.toLowerCase()!=="form"){I.event.add(this,"click.specialSubmit."+aW.guid,function(a0){var aY=a0.target,aZ=aY.type;if((aZ==="submit"||aZ==="image")&&I(aY).closest("form").length){return E("submit",this,arguments)}});I.event.add(this,"keypress.specialSubmit."+aW.guid,function(a0){var aY=a0.target,aZ=aY.type;if((aZ==="text"||aZ==="password")&&I(aY).closest("form").length&&a0.keyCode===13){return E("submit",this,arguments)}})}else{return false}},remove:function(aV,aW){I.event.remove(this,"click.specialSubmit"+(aW?"."+aW.guid:""));I.event.remove(this,"keypress.specialSubmit"+(aW?"."+aW.guid:""))}}}if(!I.support.changeBubbles){var aN=/textarea|input|select/i;function g(aV){var aW=aV.type,aX=aV.value;if(aW==="radio"||aW==="checkbox"){aX=aV.checked}else{if(aW==="select-multiple"){aX=aV.selectedIndex>-1?I.map(aV.options,function(aY){return aY.selected}).join("-"):""}else{if(aV.nodeName.toLowerCase()==="select"){aX=aV.selectedIndex}}}return aX}function aU(aW){var aV=aW.target,aY,aX;if(!aN.test(aV.nodeName)||aV.readOnly){return}aY=I.data(aV,"_change_data");aX=g(aV);if(aX===aY){return}if(aW.type!=="focusout"||aV.type!=="radio"){I.data(aV,"_change_data",aX)}if(aV.type!=="select"&&(aY!=null||aX)){aW.type="change";return I.event.trigger(aW,arguments[1],this)}}I.event.special.change={filters:{focusout:aU,click:function(aX){var aV=aX.target,aW=aV.type;if(aW==="radio"||aW==="checkbox"||aV.nodeName.toLowerCase()==="select"){return aU.call(this,aX)}},keydown:function(aX){var aV=aX.target,aW=aV.type;if((aX.keyCode===13&&aV.nodeName.toLowerCase()!=="textarea")||(aX.keyCode===32&&(aW==="checkbox"||aW==="radio"))||aW==="select-multiple"){return aU.call(this,aX)}},beforeactivate:function(aW){var aV=aW.target;if(aV.nodeName.toLowerCase()==="input"&&aV.type==="radio"){I.data(aV,"_change_data",g(aV))}}},setup:function(aY,aV,aX){for(var aW in aT){I.event.add(this,aW+".specialChange."+aX.guid,aT[aW])}return aN.test(this.nodeName)},remove:function(aV,aX){for(var aW in aT){I.event.remove(this,aW+".specialChange"+(aX?"."+aX.guid:""),aT[aW])}return aN.test(this.nodeName)}};var aT=I.event.special.change.filters}function E(aX,aW,aV){aV[0].type=aX;return I.event.handle.apply(aW,aV)}if(aP.addEventListener){I.each({focus:"focusin",blur:"focusout"},function(aW,aV){I.event.special[aV]={setup:function(){this.addEventListener(aW,aX,true)},teardown:function(){this.removeEventListener(aW,aX,true)}};function aX(aY){aY=I.event.fix(aY);aY.type=aV;return I.event.handle.call(this,aY)}})}I.each(["bind","one"],function(aW,aV){I.fn[aV]=function(a0,a1,aX){if(typeof a0==="object"){for(var aY in a0){this[aV](aY,a1,a0[aY],aX)}return this}if(I.isFunction(a1)){thisObject=aX;aX=a1;a1=aG}var aZ=aV==="one"?I.proxy(aX,function(a2){I(this).unbind(a2,aZ);return aX.apply(this,arguments)}):aX;return a0==="unload"&&aV!=="one"?this.one(a0,a1,aX,thisObject):this.each(function(){I.event.add(this,a0,aZ,a1)})}});I.fn.extend({unbind:function(aX,aV){if(typeof aX==="object"&&!aX.preventDefault){for(var aW in aX){this.unbind(aW,aX[aW])}return this}return this.each(function(){I.event.remove(this,aX,aV)})},trigger:function(aV,aW){return this.each(function(){I.event.trigger(aV,aW,this)})},triggerHandler:function(aW,aX){if(this[0]){var aV=I.Event(aW);aV.preventDefault();aV.stopPropagation();I.event.trigger(aV,aX,this[0]);return aV.result}},toggle:function(aV){var aW=arguments,aX=1;while(aX<aW.length){I.proxy(aV,aW[aX++])}return this.click(I.proxy(aV,function(aZ){var aY=(I.data(this,"lastToggle"+aV.guid)||0)%aX;I.data(this,"lastToggle"+aV.guid,aY+1);aZ.preventDefault();return aW[aY].apply(this,arguments)||false}))},hover:function(aW,aV){return this.mouseenter(aW).mouseleave(aV||aW)},live:function(aW,aX,aV){if(I.isFunction(aX)){aV=aX;aX=aG}I(this.context).bind(aO(aW,this.selector),{data:aX,selector:this.selector,live:aW},aV);return this},die:function(aW,aV){I(this.context).unbind(aO(aW,this.selector),aV?{guid:aV.guid+this.selector+aW}:null);return this}});function al(aZ){var aW=true,a0=[],a2=[],a1=arguments,a6,a3,aY,a5,a4,aV,aX,a7=I.extend({},I.data(this,"events").live);for(a4 in a7){aY=a7[a4];if(aY.live===aZ.type||aY.altLive&&I.inArray(aZ.type,aY.altLive)>-1){aX=aY.data;if(!(aX.beforeFilter&&aX.beforeFilter[aZ.type]&&!aX.beforeFilter[aZ.type](aZ))){a2.push(aY.selector)}}else{delete a7[a4]}}a3=I(aZ.target).closest(a2,aZ.currentTarget);for(aV=0,l=a3.length;aV<l;aV++){for(a4 in a7){aY=a7[a4];a5=a3[aV].elem;a6=null;if(a3[aV].selector===aY.selector){if(aY.live==="mouseenter"||aY.live==="mouseleave"){a6=I(aZ.relatedTarget).closest(aY.selector)[0]}if(!a6||a6!==a5){a0.push({elem:a5,fn:aY})}}}}for(aV=0,l=a0.length;aV<l;aV++){a3=a0[aV];aZ.currentTarget=a3.elem;aZ.data=a3.fn.data;if(a3.fn.apply(a3.elem,a1)===false){aW=false;break}}return aW}function aO(aV,aW){return["live",aV,aW.replace(/\./g,"`").replace(/ /g,"&")].join(".")}I.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){I.fn[aV]=function(aX){return aX?this.bind(aV,aX):this.trigger(aV)};if(I.attrFn){I.attrFn[aV]=true}});if(af.attachEvent&&!af.addEventListener){af.attachEvent("onunload",function(){for(var aW in I.cache){if(I.cache[aW].handle){try{I.event.remove(I.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 ba=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,aX=0,aY=Object.prototype.toString,a6=false,a7=true;[0,0].sort(function(){a7=false;return 0});var aW=function(bp,bs,be,bf){be=be||[];var bq=bs=bs||aP;if(bs.nodeType!==1&&bs.nodeType!==9){return[]}if(!bp||typeof bp!=="string"){return be}var bo=[],bk,bn,br,bj,bh=true,bt=aZ(bs),bl=bp;while((ba.exec(""),bk=ba.exec(bl))!==null){bl=bk[3];bo.push(bk[1]);if(bk[2]){bj=bk[3];break}}if(bo.length>1&&a9.exec(bp)){if(bo.length===2&&a1.relative[bo[0]]){bn=a2(bo[0]+bo[1],bs)}else{bn=a1.relative[bo[0]]?[bs]:aW(bo.shift(),bs);while(bo.length){bp=bo.shift();if(a1.relative[bp]){bp+=bo.shift()}bn=a2(bp,bn)}}}else{if(!bf&&bo.length>1&&bs.nodeType===9&&!bt&&a1.match.ID.test(bo[0])&&!a1.match.ID.test(bo[bo.length-1])){var bg=aW.find(bo.shift(),bs,bt);bs=bg.expr?aW.filter(bg.expr,bg.set)[0]:bg.set[0]}if(bs){var bg=bf?{expr:bo.pop(),set:a8(bf)}:aW.find(bo.pop(),bo.length===1&&(bo[0]==="~"||bo[0]==="+")&&bs.parentNode?bs.parentNode:bs,bt);bn=bg.expr?aW.filter(bg.expr,bg.set):bg.set;if(bo.length>0){br=a8(bn)}else{bh=false}while(bo.length){var bd=bo.pop(),bm=bd;if(!a1.relative[bd]){bd=""}else{bm=bo.pop()}if(bm==null){bm=bs}a1.relative[bd](br,bm,bt)}}else{br=bo=[]}}if(!br){br=bn}if(!br){throw"Syntax error, unrecognized expression: "+(bd||bp)}if(aY.call(br)==="[object Array]"){if(!bh){be.push.apply(be,br)}else{if(bs&&bs.nodeType===1){for(var bi=0;br[bi]!=null;bi++){if(br[bi]&&(br[bi]===true||br[bi].nodeType===1&&a4(bs,br[bi]))){be.push(bn[bi])}}}else{for(var bi=0;br[bi]!=null;bi++){if(br[bi]&&br[bi].nodeType===1){be.push(bn[bi])}}}}}else{a8(br,be)}if(bj){aW(bj,bq,be,bf);aW.uniqueSort(be)}return be};aW.uniqueSort=function(be){if(a0){a6=a7;be.sort(a0);if(a6){for(var bd=1;bd<be.length;bd++){if(be[bd]===be[bd-1]){be.splice(bd--,1)}}}}return be};aW.matches=function(be,bd){return aW(be,null,null,bd)};aW.find=function(bl,bk,bi){var bg,bj;if(!bl){return[]}for(var bd=0,bf=a1.order.length;bd<bf;bd++){var bh=a1.order[bd],bj;if((bj=a1.leftMatch[bh].exec(bl))){var be=bj[1];bj.splice(1,1);if(be.substr(be.length-1)!=="\\"){bj[1]=(bj[1]||"").replace(/\\/g,"");bg=a1.find[bh](bj,bk,bi);if(bg!=null){bl=bl.replace(a1.match[bh],"");break}}}}if(!bg){bg=bk.getElementsByTagName("*")}return{set:bg,expr:bl}};aW.filter=function(bf,bh,bq,bg){var bl=bf,bm=[],bd=bh,bo,br,bi=bh&&bh[0]&&aZ(bh[0]);while(bf&&bh.length){for(var be in a1.filter){if((bo=a1.leftMatch[be].exec(bf))!=null&&bo[2]){var bn=a1.filter[be],bj,bp,bt=bo[1];br=false;bo.splice(1,1);if(bt.substr(bt.length-1)==="\\"){continue}if(bd===bm){bm=[]}if(a1.preFilter[be]){bo=a1.preFilter[be](bo,bd,bq,bm,bg,bi);if(!bo){br=bj=true}else{if(bo===true){continue}}}if(bo){for(var bk=0;(bp=bd[bk])!=null;bk++){if(bp){bj=bn(bp,bo,bk,bd);var bs=bg^!!bj;if(bq&&bj!=null){if(bs){br=true}else{bd[bk]=false}}else{if(bs){bm.push(bp);br=true}}}}}if(bj!==aG){if(!bq){bd=bm}bf=bf.replace(a1.match[be],"");if(!br){return[]}break}}}if(bf===bl){if(br==null){throw"Syntax error, unrecognized expression: "+bf}else{break}}bl=bf}return bd};var a1=aW.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(bk,bg){var bh=typeof bg==="string",bi=bh&&!/\W/.test(bg),be=bh&&!bi;if(bi){bg=bg.toLowerCase()}for(var bd=0,bf=bk.length,bj;bd<bf;bd++){if((bj=bk[bd])){while((bj=bj.previousSibling)&&bj.nodeType!==1){}bk[bd]=be||bj&&bj.nodeName.toLowerCase()===bg?bj||false:bj===bg}}if(be){aW.filter(bg,bk,true)}},">":function(bg,bh){var bi=typeof bh==="string";if(bi&&!/\W/.test(bh)){bh=bh.toLowerCase();for(var be=0,bj=bg.length;be<bj;be++){var bf=bg[be];if(bf){var bd=bf.parentNode;bg[be]=bd.nodeName.toLowerCase()===bh?bd:false}}}else{for(var be=0,bj=bg.length;be<bj;be++){var bf=bg[be];if(bf){bg[be]=bi?bf.parentNode:bf.parentNode===bh}}if(bi){aW.filter(bh,bg,true)}}},"":function(bf,bg,bi){var be=aX++,bd=a5;if(typeof bg==="string"&&!/\W/.test(bg)){var bh=bg=bg.toLowerCase();bd=bb}bd("parentNode",bg,be,bf,bh,bi)},"~":function(bf,bg,bi){var be=aX++,bd=a5;if(typeof bg==="string"&&!/\W/.test(bg)){var bh=bg=bg.toLowerCase();bd=bb}bd("previousSibling",bg,be,bf,bh,bi)}},find:{ID:function(be,bg,bd){if(typeof bg.getElementById!=="undefined"&&!bd){var bf=bg.getElementById(be[1]);return bf?[bf]:[]}},NAME:function(bd,bh){if(typeof bh.getElementsByName!=="undefined"){var bi=[],bg=bh.getElementsByName(bd[1]);for(var bf=0,be=bg.length;bf<be;bf++){if(bg[bf].getAttribute("name")===bd[1]){bi.push(bg[bf])}}return bi.length===0?null:bi}},TAG:function(bd,be){return be.getElementsByTagName(bd[1])}},preFilter:{CLASS:function(bi,bk,bf,be,bg,bh){bi=" "+bi[1].replace(/\\/g,"")+" ";if(bh){return bi}for(var bd=0,bj;(bj=bk[bd])!=null;bd++){if(bj){if(bg^(bj.className&&(" "+bj.className+" ").replace(/[\t\n]/g," ").indexOf(bi)>=0)){if(!bf){be.push(bj)}}else{if(bf){bk[bd]=false}}}}return false},ID:function(bd){return bd[1].replace(/\\/g,"")},TAG:function(bd,be){return bd[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]=aX++;return bd},ATTR:function(bg,bh,bj,bf,be,bd){var bi=bg[1].replace(/\\/g,"");if(!bd&&a1.attrMap[bi]){bg[1]=a1.attrMap[bi]}if(bg[2]==="~="){bg[4]=" "+bg[4]+" "}return bg},PSEUDO:function(bf,bg,bh,be,bd){if(bf[1]==="not"){if((ba.exec(bf[3])||"").length>1||/^\w/.test(bf[3])){bf[3]=aW(bf[3],null,null,bg)}else{var bi=aW.filter(bf[3],bg,bh,true^bd);if(!bh){be.push.apply(be,bi)}return false}}else{if(a1.match.POS.test(bf[0])||a1.match.CHILD.test(bf[0])){return true}}return bf},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(be,bf,bd){return !!aW(bd[3],be).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(bd,be){return be===0},last:function(be,bf,bd,bg){return bf===bg.length-1},even:function(bd,be){return be%2===0},odd:function(bd,be){return be%2===1},lt:function(be,bf,bd){return bf<bd[3]-0},gt:function(be,bf,bd){return bf>bd[3]-0},nth:function(be,bf,bd){return bd[3]-0===bf},eq:function(be,bf,bd){return bd[3]-0===bf}},filter:{PSEUDO:function(bj,bi,bd,bh){var bg=bi[1],be=a1.filters[bg];if(be){return be(bj,bd,bi,bh)}else{if(bg==="contains"){return(bj.textContent||bj.innerText||bc([bj])||"").indexOf(bi[3])>=0}else{if(bg==="not"){var bf=bi[3];for(var bd=0,bk=bf.length;bd<bk;bd++){if(bf[bd]===bj){return false}}return true}else{throw"Syntax error, unrecognized expression: "+bg}}}},CHILD:function(bk,bi){var be=bi[1],bd=bk;switch(be){case"only":case"first":while((bd=bd.previousSibling)){if(bd.nodeType===1){return false}}if(be==="first"){return true}bd=bk;case"last":while((bd=bd.nextSibling)){if(bd.nodeType===1){return false}}return true;case"nth":var bm=bi[2],bj=bi[3];if(bm===1&&bj===0){return true}var bh=bi[0],bg=bk.parentNode;if(bg&&(bg.sizcache!==bh||!bk.nodeIndex)){var bl=0;for(bd=bg.firstChild;bd;bd=bd.nextSibling){if(bd.nodeType===1){bd.nodeIndex=++bl}}bg.sizcache=bh}var bf=bk.nodeIndex-bj;if(bm===0){return bf===0}else{return(bf%bm===0&&bf/bm>=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(bf,bd){var bi=bd[1],be=a1.attrHandle[bi]?a1.attrHandle[bi](bf):bf[bi]!=null?bf[bi]:bf.getAttribute(bi),bj=be+"",bg=bd[2],bh=bd[4];return be==null?bg==="!=":bg==="="?bj===bh:bg==="*="?bj.indexOf(bh)>=0:bg==="~="?(" "+bj+" ").indexOf(bh)>=0:!bh?bj&&be!==false:bg==="!="?bj!==bh:bg==="^="?bj.indexOf(bh)===0:bg==="$="?bj.substr(bj.length-bh.length)===bh:bg==="|="?bj===bh||bj.substr(0,bh.length+1)===bh+"-":false},POS:function(bf,bd,bg,bi){var be=bd[2],bh=a1.setFilters[be];if(bh){return bh(bf,bg,bd,bi)}}}};var a9=a1.match.POS;for(var aV in a1.match){a1.match[aV]=new RegExp(a1.match[aV].source+/(?![^\[]*\])(?![^\(]*\))/.source);a1.leftMatch[aV]=new RegExp(/(^(?:.|\r|\n)*?)/.source+a1.match[aV].source.replace(/\\(\d+)/g,function(bd,be){return"\\"+(be-0+1)}))}var a8=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(aP.documentElement.childNodes,0)}catch(a3){a8=function(bg,bf){var bh=bf||[];if(aY.call(bg)==="[object Array]"){Array.prototype.push.apply(bh,bg)}else{if(typeof bg.length==="number"){for(var be=0,bd=bg.length;be<bd;be++){bh.push(bg[be])}}else{for(var be=0;bg[be];be++){bh.push(bg[be])}}}return bh}}var a0;if(aP.documentElement.compareDocumentPosition){a0=function(bd,be){if(!bd.compareDocumentPosition||!be.compareDocumentPosition){if(bd==be){a6=true}return bd.compareDocumentPosition?-1:1}var bf=bd.compareDocumentPosition(be)&4?-1:bd===be?0:1;if(bf===0){a6=true}return bf}}else{if("sourceIndex" in aP.documentElement){a0=function(bd,be){if(!bd.sourceIndex||!be.sourceIndex){if(bd==be){a6=true}return bd.sourceIndex?-1:1}var bf=bd.sourceIndex-be.sourceIndex;if(bf===0){a6=true}return bf}}else{if(aP.createRange){a0=function(be,bf){if(!be.ownerDocument||!bf.ownerDocument){if(be==bf){a6=true}return be.ownerDocument?-1:1}var bg=be.ownerDocument.createRange(),bd=bf.ownerDocument.createRange();bg.setStart(be,0);bg.setEnd(be,0);bd.setStart(bf,0);bd.setEnd(bf,0);var bh=bg.compareBoundaryPoints(Range.START_TO_END,bd);if(bh===0){a6=true}return bh}}}}function bc(bg){var be="",bd;for(var bf=0;bg[bf];bf++){bd=bg[bf];if(bd.nodeType===3||bd.nodeType===4){be+=bd.nodeValue}else{if(bd.nodeType!==8){be+=bc(bd.childNodes)}}}return be}(function(){var be=aP.createElement("div"),bf="script"+(new Date).getTime();be.innerHTML="<a name='"+bf+"'/>";var bd=aP.documentElement;bd.insertBefore(be,bd.firstChild);if(aP.getElementById(bf)){a1.find.ID=function(bh,bj,bg){if(typeof bj.getElementById!=="undefined"&&!bg){var bi=bj.getElementById(bh[1]);return bi?bi.id===bh[1]||typeof bi.getAttributeNode!=="undefined"&&bi.getAttributeNode("id").nodeValue===bh[1]?[bi]:aG:[]}};a1.filter.ID=function(bh,bg){var bi=typeof bh.getAttributeNode!=="undefined"&&bh.getAttributeNode("id");return bh.nodeType===1&&bi&&bi.nodeValue===bg}}bd.removeChild(be);bd=be=null})();(function(){var bd=aP.createElement("div");bd.appendChild(aP.createComment(""));if(bd.getElementsByTagName("*").length>0){a1.find.TAG=function(bf,bi){var bh=bi.getElementsByTagName(bf[1]);if(bf[1]==="*"){var bg=[];for(var be=0;bh[be];be++){if(bh[be].nodeType===1){bg.push(bh[be])}}bh=bg}return bh}}bd.innerHTML="<a href='#'></a>";if(bd.firstChild&&typeof bd.firstChild.getAttribute!=="undefined"&&bd.firstChild.getAttribute("href")!=="#"){a1.attrHandle.href=function(be){return be.getAttribute("href",2)}}bd=null})();if(aP.querySelectorAll){(function(){var bd=aW,be=aP.createElement("div");be.innerHTML="<p class='TEST'></p>";if(be.querySelectorAll&&be.querySelectorAll(".TEST").length===0){return}aW=function(bi,bg,bk,bh){bg=bg||aP;if(!bh&&bg.nodeType===9&&!aZ(bg)){try{return a8(bg.querySelectorAll(bi),bk)}catch(bj){}}return bd(bi,bg,bk,bh)};for(var bf in bd){aW[bf]=bd[bf]}be=null})()}(function(){var bd=aP.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}a1.order.splice(1,0,"CLASS");a1.find.CLASS=function(bf,bg,be){if(typeof bg.getElementsByClassName!=="undefined"&&!be){return bg.getElementsByClassName(bf[1])}};bd=null})();function bb(bf,bh,bj,bm,bk,bi){for(var bd=0,be=bm.length;bd<be;bd++){var bl=bm[bd];if(bl){bl=bl[bf];var bg=false;while(bl){if(bl.sizcache===bj){bg=bm[bl.sizset];break}if(bl.nodeType===1&&!bi){bl.sizcache=bj;bl.sizset=bd}if(bl.nodeName.toLowerCase()===bh){bg=bl;break}bl=bl[bf]}bm[bd]=bg}}}function a5(bf,bh,bj,bm,bk,bi){for(var bd=0,be=bm.length;bd<be;bd++){var bl=bm[bd];if(bl){bl=bl[bf];var bg=false;while(bl){if(bl.sizcache===bj){bg=bm[bl.sizset];break}if(bl.nodeType===1){if(!bi){bl.sizcache=bj;bl.sizset=bd}if(typeof bh!=="string"){if(bl===bh){bg=true;break}}else{if(aW.filter(bh,[bl]).length>0){bg=bl;break}}}bl=bl[bf]}bm[bd]=bg}}}var a4=aP.compareDocumentPosition?function(bd,be){return bd.compareDocumentPosition(be)&16}:function(bd,be){return bd!==be&&(bd.contains?bd.contains(be):true)};var aZ=function(be){var bd=(be?be.ownerDocument||be:0).documentElement;return bd?bd.nodeName!=="HTML":false};var a2=function(bh,bk){var bg=[],bi="",bj,be=bk.nodeType?[bk]:bk;while((bj=a1.match.PSEUDO.exec(bh))){bi+=bj[0];bh=bh.replace(a1.match.PSEUDO,"")}bh=a1.relative[bh]?bh+"*":bh;for(var bd=0,bf=be.length;bd<bf;bd++){aW(bh,be[bd],bg)}return aW.filter(bi,bg)};I.find=aW;I.expr=aW.selectors;I.expr[":"]=I.expr.filters;I.unique=aW.uniqueSort;I.getText=bc;I.isXMLDoc=aZ;I.contains=a4;return;af.Sizzle=aW})();var ag=/Until$/,m=/^(?:parents|prevUntil|prevAll)/,aC=/,/,V=Array.prototype.slice;var G=function(aW,aX,aY){if(I.isFunction(aX)){return I.grep(aW,function(aZ,a0){return !!aX.call(aZ,a0,aZ)===aY})}else{if(aX.nodeType){return I.grep(aW,function(aZ,a0){return(aZ===aX)===aY})}else{if(typeof aX==="string"){var aV=I.grep(aW,function(aZ){return aZ.nodeType===1});if(aI.test(aX)){return I.filter(aX,aV,!aY)}else{aX=I.filter(aX,aW)}}}}return I.grep(aW,function(aZ,a0){return(I.inArray(aZ,aX)>=0)===aY})};I.fn.extend({find:function(aY){var a1=this.pushStack("","find",aY),a0=0;for(var aZ=0,aX=this.length;aZ<aX;aZ++){a0=a1.length;I.find(aY,this[aZ],a1);if(aZ>0){for(var aW=a0;aW<a1.length;aW++){for(var aV=0;aV<a0;aV++){if(a1[aV]===a1[aW]){a1.splice(aW--,1);break}}}}}return a1},has:function(aW){var aV=I(aW);return this.filter(function(){for(var aX=0,aY=aV.length;aX<aY;aX++){if(I.contains(this,aV[aX])){return true}}})},not:function(aV){return this.pushStack(G(this,aV,false),"not",aV)},filter:function(aV){return this.pushStack(G(this,aV,true),"filter",aV)},is:function(aV){return !!aV&&I.filter(aV,this).length>0},closest:function(a1,a3){if(I.isArray(a1)){var aW=[],a0=this[0],a2,aV={},aX;if(a0&&a1.length){for(var aY=0,a4=a1.length;aY<a4;aY++){aX=a1[aY];if(!aV[aX]){aV[aX]=I.expr.match.POS.test(aX)?I(aX,a3||this.context):aX}}while(a0&&a0.ownerDocument&&a0!==a3){for(aX in aV){a2=aV[aX];if(a2.jquery?a2.index(a0)>-1:I(a0).is(a2)){aW.push({selector:aX,elem:a0});delete aV[aX]}}a0=a0.parentNode}}return aW}var aZ=I.expr.match.POS.test(a1)?I(a1,a3||this.context):null;return this.map(function(a5,a6){while(a6&&a6.ownerDocument&&a6!==a3){if(aZ?aZ.index(a6)>-1:I(a6).is(a1)){return a6}a6=a6.parentNode}return null})},index:function(aV){if(!aV||typeof aV==="string"){return I.inArray(this[0],aV?I(aV):this.parent().children())}return I.inArray(aV.jquery?aV[0]:aV,this)},add:function(aX,aW){var aV=typeof aX==="string"?I(aX,aW||this.context):I.makeArray(aX),aY=I.merge(this.get(),aV);return this.pushStack(az(aV[0])||az(aY[0])?aY:I.unique(aY))},andSelf:function(){return this.add(this.prevObject)}});function az(aV){return !aV||!aV.parentNode||aV.parentNode.nodeType===11}I.each({parent:function(aW){var aV=aW.parentNode;return aV&&aV.nodeType!==11?aV:null},parents:function(aV){return I.dir(aV,"parentNode")},parentsUntil:function(aW,aX,aV){return I.dir(aW,"parentNode",aV)},next:function(aV){return I.nth(aV,2,"nextSibling")},prev:function(aV){return I.nth(aV,2,"previousSibling")},nextAll:function(aV){return I.dir(aV,"nextSibling")},prevAll:function(aV){return I.dir(aV,"previousSibling")},nextUntil:function(aW,aX,aV){return I.dir(aW,"nextSibling",aV)},prevUntil:function(aW,aX,aV){return I.dir(aW,"previousSibling",aV)},siblings:function(aV){return I.sibling(aV.parentNode.firstChild,aV)},children:function(aV){return I.sibling(aV.firstChild)},contents:function(aV){return I.nodeName(aV,"iframe")?aV.contentDocument||aV.contentWindow.document:I.makeArray(aV.childNodes)}},function(aW,aV){I.fn[aW]=function(aX,aY){var aZ=I.map(this,aV,aX);if(!ag.test(aW)){aY=aX}if(aY&&typeof aY==="string"){aZ=I.filter(aY,aZ)}aZ=this.length>1?I.unique(aZ):aZ;if((this.length>1||aC.test(aY))&&m.test(aW)){aZ=aZ.reverse()}return this.pushStack(aZ,aW,V.call(arguments).join(","))}});I.extend({filter:function(aW,aX,aV){if(aV){aW=":not("+aW+")"}return I.find.matches(aW,aX)},dir:function(aX,aV,aW){var aY=[],aZ=aX[aV];while(aZ&&aZ.nodeType!==9&&(aW===aG||!I(aZ).is(aW))){if(aZ.nodeType===1){aY.push(aZ)}aZ=aZ[aV]}return aY},nth:function(aY,aW,aV,aX){aW=aW||1;var aZ=0;for(;aY;aY=aY[aV]){if(aY.nodeType===1&&++aZ===aW){break}}return aY},sibling:function(aW,aX){var aV=[];for(;aW;aW=aW.nextSibling){if(aW.nodeType===1&&aW!==aX){aV.push(aW)}}return aV}});var ar=/ jQuery\d+="(?:\d+|null)"/g,aA=/^\s+/,U=/(<([\w:]+)[^>]*?)\/>/g,P=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,am=/<([\w:]+)/,h=/<tbody/i,i=/<|&\w+;/,D=function(aW,aX,aV){return P.test(aV)?aW:aX+"></"+aV+">"},Z={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,"",""]};Z.optgroup=Z.option;Z.tbody=Z.tfoot=Z.colgroup=Z.caption=Z.thead;Z.th=Z.td;if(!I.support.htmlSerialize){Z._default=[1,"div<div>","</div>"]}I.fn.extend({text:function(aV){if(I.isFunction(aV)){return this.each(function(aX){var aW=I(this);return aW.text(aV.call(this,aX,aW.text()))})}if(typeof aV!=="object"&&aV!==aG){return this.empty().append((this[0]&&this[0].ownerDocument||aP).createTextNode(aV))}return I.getText(this)},wrapAll:function(aV){if(I.isFunction(aV)){return this.each(function(aX){I(this).wrapAll(aV.call(this,aX))})}if(this[0]){var aW=I(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=I(this),aX=aW.contents();if(aX.length){aX.wrapAll(aV)}else{aW.append(aV)}})},wrap:function(aV){return this.each(function(){I(this).wrapAll(aV)})},unwrap:function(){return this.parent().each(function(){if(!I.nodeName(this,"body")){I(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=I(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,I(arguments[0]).toArray());return aV}}},clone:function(aV){var aW=this.map(function(){if(!I.support.noCloneEvent&&!I.isXMLDoc(this)){var aZ=this.outerHTML,aY=this.ownerDocument;if(!aZ){var aX=aY.createElement("div");aX.appendChild(this.cloneNode(true));aZ=aX.innerHTML}return I.clean([aZ.replace(ar,"").replace(aA,"")],aY)[0]}else{return this.cloneNode(true)}});if(aV===true){F(this,aW);F(this.find("*"),aW.find("*"))}return aW},html:function(aV){if(aV===aG){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ar,""):null}else{if(typeof aV==="string"&&!/<script/i.test(aV)&&(I.support.leadingWhitespace||!aA.test(aV))&&!Z[(am.exec(aV)||["",""])[1].toLowerCase()]){try{for(var aW=0,aY=this.length;aW<aY;aW++){if(this[aW].nodeType===1){p(this[aW].getElementsByTagName("*"));this[aW].innerHTML=aV}}}catch(aX){this.empty().append(aV)}}else{if(I.isFunction(aV)){this.each(function(a1){var a0=I(this),aZ=a0.html();a0.empty().append(function(){return aV.call(this,a1,aZ)})})}else{this.empty().append(aV)}}}return this},replaceWith:function(aV){if(this[0]&&this[0].parentNode){if(!I.isFunction(aV)){aV=I(aV).detach()}return this.each(function(){var aX=this.nextSibling,aW=this.parentNode;I(this).remove();if(aX){I(aX).before(aV)}else{I(aW).append(aV)}})}else{return this.pushStack(I(I.isFunction(aV)?aV():aV),"replaceWith",aV)}},detach:function(aV){return this.remove(aV,true)},domManip:function(a1,aV,a4){var a0,a2,aY=a1[0],aZ=[];if(I.isFunction(aY)){return this.each(function(a6){var a5=I(this);a1[0]=aY.call(this,a6,aV?a5.html():aG);return a5.domManip(a1,aV,a4)})}if(this[0]){if(a1[0]&&a1[0].parentNode&&a1[0].parentNode.nodeType===11){a0={fragment:a1[0].parentNode}}else{a0=d(a1,this,aZ)}a2=a0.fragment.firstChild;if(a2){aV=aV&&I.nodeName(a2,"tr");for(var a3=0,aX=this.length;a3<aX;a3++){a4.call(aV?aW(this[a3],a2):this[a3],a0.cacheable||this.length>1||a3>0?a0.fragment.cloneNode(true):a0.fragment)}}if(aZ){I.each(aZ,H)}}return this;function aW(a5,a6){return I.nodeName(a5,"table")?(a5.getElementsByTagName("tbody")[0]||a5.appendChild(a5.ownerDocument.createElement("tbody"))):a5}}});function F(aV,aX){var aW=0;aX.each(function(){if(this.nodeName!==(aV[aW]&&aV[aW].nodeName)){return}var aY=I.data(aV[aW++]),a2=I.data(this,aY),a0=aY&&aY.events;if(a0){delete a2.handle;a2.events={};for(var a1 in a0){for(var aZ in a0[a1]){I.event.add(this,a1,a0[a1][aZ],a0[a1][aZ].data)}}}})}function d(aZ,a1,a2){var aV,aX,a0,aY,aW;if(aZ.length===1&&typeof aZ[0]==="string"&&aZ[0].length<512&&aZ[0].indexOf("<option")<0){aX=true;aY=I.fragments[aZ[0]];if(aY){if(aY!==1){aV=aY}a0=true}}if(!aV){aW=(a1&&a1[0]?a1[0].ownerDocument||a1[0]:aP);aV=aW.createDocumentFragment();I.clean(aZ,aW,aV,a2)}if(aX){I.fragments[aZ[0]]=aY?aV:1}return{fragment:aV,cacheable:aX}}I.fragments={};I.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(aW,aV){I.fn[aW]=function(aZ){var a2=[],aY=I(aZ);for(var a0=0,aX=aY.length;a0<aX;a0++){var a1=(a0>0?this.clone(true):this).get();I.fn[aV].apply(I(aY[a0]),a1);a2=a2.concat(a1)}return this.pushStack(a2,aW,aY.selector)}});I.each({remove:function(aW,aV){if(!aW||I.filter(aW,[this]).length){if(!aV&&this.nodeType===1){p(this.getElementsByTagName("*"));p([this])}if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){if(this.nodeType===1){p(this.getElementsByTagName("*"))}while(this.firstChild){this.removeChild(this.firstChild)}}},function(aW,aV){I.fn[aW]=function(){return this.each(aV,arguments)}});I.extend({clean:function(a0,aV,aZ,aW){aV=aV||aP;if(typeof aV.createElement==="undefined"){aV=aV.ownerDocument||aV[0]&&aV[0].ownerDocument||aP}var aX=[];I.each(a0,function(a1,a8){if(typeof a8==="number"){a8+=""}if(!a8){return}if(typeof a8==="string"&&!i.test(a8)){a8=aV.createTextNode(a8)}else{if(typeof a8==="string"){a8=a8.replace(U,D);var a7=(am.exec(a8)||["",""])[1].toLowerCase(),a4=Z[a7]||Z._default,a3=a4[0],a5=aV.createElement("div");a5.innerHTML=a4[1]+a8+a4[2];while(a3--){a5=a5.lastChild}if(!I.support.tbody){var a9=h.test(a8),a6=a7==="table"&&!a9?a5.firstChild&&a5.firstChild.childNodes:a4[1]==="<table>"&&!a9?a5.childNodes:[];for(var a2=a6.length-1;a2>=0;--a2){if(I.nodeName(a6[a2],"tbody")&&!a6[a2].childNodes.length){a6[a2].parentNode.removeChild(a6[a2])}}}if(!I.support.leadingWhitespace&&aA.test(a8)){a5.insertBefore(aV.createTextNode(aA.exec(a8)[0]),a5.firstChild)}a8=I.makeArray(a5.childNodes)}}if(a8.nodeType){aX.push(a8)}else{aX=I.merge(aX,a8)}});if(aZ){for(var aY=0;aX[aY];aY++){if(aW&&I.nodeName(aX[aY],"script")&&(!aX[aY].type||aX[aY].type.toLowerCase()==="text/javascript")){aW.push(aX[aY].parentNode?aX[aY].parentNode.removeChild(aX[aY]):aX[aY])}else{if(aX[aY].nodeType===1){aX.splice.apply(aX,[aY+1,0].concat(I.makeArray(aX[aY].getElementsByTagName("script"))))}aZ.appendChild(aX[aY])}}}return aX}});function p(aY){for(var aW=0,aV,aX;(aV=aY[aW])!=null;aW++){if(!I.noData[aV.nodeName.toLowerCase()]&&(aX=aV[v])){delete I.cache[aX]}}}var o=/z-?index|font-?weight|opacity|zoom|line-?height/i,aM=/alpha\([^)]*\)/,b=/opacity=([^)]*)/,w=/float/i,ak=/-([a-z])/ig,aj=/([A-Z])/g,M=/^-?\d+(?:px)?$/i,t=/^-?\d/,aK={position:"absolute",visibility:"hidden",display:"block"},ao=["Left","Right"],k=["Top","Bottom"],u=aP.defaultView&&aP.defaultView.getComputedStyle,S=I.support.cssFloat?"cssFloat":"styleFloat",q=function(aW,aV){return aV.toUpperCase()};I.fn.css=function(aV,aW){return L(this,aV,aW,true,function(aY,aX,aZ){if(aZ===aG){return I.curCSS(aY,aX)}if(typeof aZ==="number"&&!o.test(aX)){aZ+="px"}I.style(aY,aX,aZ)})};I.extend({style:function(aY,aW,a1){if(!aY||aY.nodeType===3||aY.nodeType===8){return aG}if((aW==="width"||aW==="height")&&parseFloat(a1)<0){a1=aG}var aX=aY.style||aY,aV=a1!==aG;if(!I.support.opacity&&aW==="opacity"){if(aV){aX.zoom=1;var aZ=parseInt(a1,10)+""==="NaN"?"":"alpha(opacity="+a1*100+")";var a0=aX.filter||I.curCSS(aY,"filter")||"";aX.filter=aM.test(a0)?a0.replace(aM,aZ):aZ}return aX.filter&&aX.filter.indexOf("opacity=")>=0?(parseFloat(b.exec(aX.filter)[1])/100)+"":""}if(w.test(aW)){aW=S}aW=aW.replace(ak,q);if(aV){aX[aW]=a1}return aX[aW]},css:function(a0,aZ,a2,a1){if(aZ==="width"||aZ==="height"){var aY,aX=aK,aW=aZ==="width"?ao:k;function aV(){aY=aZ==="width"?a0.offsetWidth:a0.offsetHeight;if(a1==="border"){return}I.each(aW,function(){if(!a1){aY-=parseFloat(I.curCSS(a0,"padding"+this,true))||0}if(a1==="margin"){aY+=parseFloat(I.curCSS(a0,"margin"+this,true))||0}else{aY-=parseFloat(I.curCSS(a0,"border"+this+"Width",true))||0}})}if(a0.offsetWidth!==0){aV()}else{I.swap(a0,aX,aV)}return Math.max(0,Math.round(aY))}return I.curCSS(a0,aZ,a2)},curCSS:function(a3,aY,a5){var aV,a4=a3.style,aX;if(!I.support.opacity&&aY==="opacity"&&a3.currentStyle){aV=b.test(a3.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return aV===""?"1":aV}if(w.test(aY)){aY=S}if(!a5&&a4&&a4[aY]){aV=a4[aY]}else{if(u){if(w.test(aY)){aY="float"}aY=aY.replace(aj,"-$1").toLowerCase();var a0=a3.ownerDocument.defaultView;if(!a0){return null}var a2=a0.getComputedStyle(a3,null);if(a2){aV=a2.getPropertyValue(aY)}if(aY==="opacity"&&aV===""){aV="1"}}else{if(a3.currentStyle){var aZ=aY.replace(ak,q);aV=a3.currentStyle[aY]||a3.currentStyle[aZ];if(!M.test(aV)&&t.test(aV)){var aW=a4.left,a1=a3.runtimeStyle.left;a3.runtimeStyle.left=a3.currentStyle.left;a4.left=aZ==="fontSize"?"1em":(aV||0);aV=a4.pixelLeft+"px";a4.left=aW;a3.runtimeStyle.left=a1}}}}return aV},swap:function(aX,aY,aZ){var aV={};for(var aW in aY){aV[aW]=aX.style[aW];aX.style[aW]=aY[aW]}aZ.call(aX);for(var aW in aY){aX.style[aW]=aV[aW]}}});if(I.expr&&I.expr.filters){I.expr.filters.hidden=function(aX){var aW=aX.offsetWidth,aV=aX.offsetHeight,aY=aX.nodeName.toLowerCase()==="tr";return aW===0&&aV===0&&!aY?true:aW>0&&aV>0&&!aY?false:I.curCSS(aX,"display")==="none"};I.expr.filters.visible=function(aV){return !I.expr.filters.hidden(aV)}}var J=z(),r=/<script(.|\s)*?\/script>/gi,e=/select|textarea/i,au=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,aR=/=\?(&|$)/,av=/\?/,X=/(\?|&)_=.*?(&|$)/,n=/^(\w+:)?\/\/([^\/?#]+)/,s=/%20/g;I.fn.extend({_load:I.fn.load,load:function(aY,aV,a0){if(typeof aY!=="string"){return this._load(aY)}else{if(!this.length){return this}}var aW=aY.indexOf(" ");if(aW>=0){var aZ=aY.slice(aW,aY.length);aY=aY.slice(0,aW)}var aX="GET";if(aV){if(I.isFunction(aV)){a0=aV;aV=null}else{if(typeof aV==="object"){aV=I.param(aV,I.ajaxSettings.traditional);aX="POST"}}}I.ajax({url:aY,type:aX,dataType:"html",data:aV,context:this,complete:function(a2,a1){if(a1==="success"||a1==="notmodified"){this.html(aZ?I("<div />").append(a2.responseText.replace(r,"")).find(aZ):a2.responseText)}if(a0){this.each(a0,[a2.responseText,a1,a2])}}});return this},serialize:function(){return I.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?I.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||e.test(this.nodeName)||au.test(this.type))}).map(function(aW,aV){var aX=I(this).val();return aX==null?null:I.isArray(aX)?I.map(aX,function(aZ,aY){return{name:aV.name,value:aZ}}):{name:aV.name,value:aX}}).get()}});I.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(aW,aV){I.fn[aV]=function(aX){return this.bind(aV,aX)}});I.extend({get:function(aX,aY,aV,aW){if(I.isFunction(aY)){aW=aW||aV;aV=aY;aY=null}return I.ajax({type:"GET",url:aX,data:aY,success:aV,dataType:aW})},getScript:function(aV,aW){return I.get(aV,null,aW,"script")},getJSON:function(aW,aX,aV){return I.get(aW,aX,aV,"json")},post:function(aX,aY,aV,aW){if(I.isFunction(aY)){aW=aW||aV;aV=aY;aY={}}return I.ajax({type:"POST",url:aX,data:aY,success:aV,dataType:aW})},ajaxSetup:function(aV){I.extend(I.ajaxSettings,aV)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:af.XMLHttpRequest&&(af.location.protocol!=="file:"||!af.ActiveXObject)?function(){return new af.XMLHttpRequest()}:function(){try{return new af.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(a4){var a0=I.extend(true,{},I.ajaxSettings,a4);var aW,a2,a3,be=a0.context||a0,aX=a0.type.toUpperCase();if(a0.data&&a0.processData&&typeof a0.data!=="string"){a0.data=I.param(a0.data,a0.traditional)}if(a0.dataType==="jsonp"){if(aX==="GET"){if(!aR.test(a0.url)){a0.url+=(av.test(a0.url)?"&":"?")+(a0.jsonp||"callback")+"=?"}}else{if(!a0.data||!aR.test(a0.data)){a0.data=(a0.data?a0.data+"&":"")+(a0.jsonp||"callback")+"=?"}}a0.dataType="json"}if(a0.dataType==="json"&&(a0.data&&aR.test(a0.data)||aR.test(a0.url))){aW=a0.jsonpCallback||("jsonp"+J++);if(a0.data){a0.data=(a0.data+"").replace(aR,"="+aW+"$1")}a0.url=a0.url.replace(aR,"="+aW+"$1");a0.dataType="script";af[aW]=af[aW]||function(bh){a3=bh;a5();ba();af[aW]=aG;try{delete af[aW]}catch(bi){}if(bg){bg.removeChild(bd)}}}if(a0.dataType==="script"&&a0.cache===null){a0.cache=false}if(a0.cache===false&&aX==="GET"){var aV=z();var aZ=a0.url.replace(X,"$1_="+aV+"$2");a0.url=aZ+((aZ===a0.url)?(av.test(a0.url)?"&":"?")+"_="+aV:"")}if(a0.data&&aX==="GET"){a0.url+=(av.test(a0.url)?"&":"?")+a0.data}if(a0.global&&!I.active++){I.event.trigger("ajaxStart")}var bf=n.exec(a0.url),a1=bf&&(bf[1]&&bf[1]!==location.protocol||bf[2]!==location.host);if(a0.dataType==="script"&&aX==="GET"&&a1){var bg=aP.getElementsByTagName("head")[0]||aP.documentElement;var bd=aP.createElement("script");bd.src=a0.url;if(a0.scriptCharset){bd.charset=a0.scriptCharset}if(!aW){var aY=false;bd.onload=bd.onreadystatechange=function(){if(!aY&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){aY=true;a5();ba();bd.onload=bd.onreadystatechange=null;if(bg&&bd.parentNode){bg.removeChild(bd)}}}}bg.insertBefore(bd,bg.firstChild);return aG}var bb=false;var a7=a0.xhr();if(!a7){return}if(a0.username){a7.open(aX,a0.url,a0.async,a0.username,a0.password)}else{a7.open(aX,a0.url,a0.async)}try{if(a0.data||a4&&a4.contentType){a7.setRequestHeader("Content-Type",a0.contentType)}if(a0.ifModified){if(I.lastModified[a0.url]){a7.setRequestHeader("If-Modified-Since",I.lastModified[a0.url])}if(I.etag[a0.url]){a7.setRequestHeader("If-None-Match",I.etag[a0.url])}}if(!a1){a7.setRequestHeader("X-Requested-With","XMLHttpRequest")}a7.setRequestHeader("Accept",a0.dataType&&a0.accepts[a0.dataType]?a0.accepts[a0.dataType]+", */*":a0.accepts._default)}catch(a6){}if(a0.beforeSend&&a0.beforeSend.call(be,a7,a0)===false){if(a0.global&&!--I.active){I.event.trigger("ajaxStop")}a7.abort();return false}if(a0.global){a8("ajaxSend",[a7,a0])}var a9=a7.onreadystatechange=function(bh){if(!a7||a7.readyState===0){if(!bb){ba()}bb=true;if(a7){a7.onreadystatechange=I.noop}}else{if(!bb&&a7&&(a7.readyState===4||bh==="timeout")){bb=true;a7.onreadystatechange=I.noop;a2=bh==="timeout"?"timeout":!I.httpSuccess(a7)?"error":a0.ifModified&&I.httpNotModified(a7,a0.url)?"notmodified":"success";if(a2==="success"){try{a3=I.httpData(a7,a0.dataType,a0)}catch(bi){a2="parsererror"}}if(a2==="success"||a2==="notmodified"){if(!aW){a5()}}else{I.handleError(a0,a7,a2)}ba();if(bh==="timeout"){a7.abort()}if(a0.async){a7=null}}}};try{var bc=a7.abort;a7.abort=function(){if(a7){bc.call(a7);if(a7){a7.readyState=0}}a9()}}catch(a6){}if(a0.async&&a0.timeout>0){setTimeout(function(){if(a7&&!bb){a9("timeout")}},a0.timeout)}try{a7.send(aX==="POST"||aX==="PUT"||aX==="DELETE"?a0.data:null)}catch(a6){I.handleError(a0,a7,null,a6);ba()}if(!a0.async){a9()}function a5(){if(a0.success){a0.success.call(be,a3,a2,a7)}if(a0.global){a8("ajaxSuccess",[a7,a0])}}function ba(){if(a0.complete){a0.complete.call(be,a7,a2)}if(a0.global){a8("ajaxComplete",[a7,a0])}if(a0.global&&!--I.active){I.event.trigger("ajaxStop")}}function a8(bi,bh){(a0.context?I(a0.context):I.event).trigger(bi,bh)}return a7},handleError:function(aV,aY,aW,aX){if(aV.error){aV.error.call(aV.context||af,aY,aW,aX)}if(aV.global){(aV.context?I(aV.context):I.event).trigger("ajaxError",[aY,aV,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,aW){var aX=aY.getResponseHeader("Last-Modified"),aV=aY.getResponseHeader("Etag");if(aX){I.lastModified[aW]=aX}if(aV){I.etag[aW]=aV}return aY.status===304||aY.status===0},httpData:function(aZ,aX,aV){var aY=aZ.getResponseHeader("content-type")||"",aW=aX==="xml"||!aX&&aY.indexOf("xml")>=0,a0=aW?aZ.responseXML:aZ.responseText;if(aW&&a0.documentElement.nodeName==="parsererror"){throw"parsererror"}if(aV&&aV.dataFilter){a0=aV.dataFilter(a0,aX)}if(typeof a0==="string"){if(aX==="json"||!aX&&aY.indexOf("json")>=0){if(/^[\],:{}\s]*$/.test(a0.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){if(af.JSON&&af.JSON.parse){a0=af.JSON.parse(a0)}else{a0=(new Function("return "+a0))()}}else{throw"Invalid JSON: "+a0}}else{if(aX==="script"||!aX&&aY.indexOf("javascript")>=0){I.globalEval(a0)}}}return a0},param:function(aY,aZ){var aW=[];if(aZ===aG){aZ=I.ajaxSettings.traditional}function aX(a1,a0){a0=I.isFunction(a0)?a0():a0;aW[aW.length]=encodeURIComponent(a1)+"="+encodeURIComponent(a0)}if(I.isArray(aY)||aY.jquery){I.each(aY,function(){aX(this.name,this.value)})}else{I.each(aY,function aV(a0,a1){if(I.isArray(a1)){I.each(a1,function(a3,a2){if(aZ){aX(a0,a2)}else{aV(a0+"["+(typeof a2==="object"||I.isArray(a2)?a3:"")+"]",a2)}})}else{if(!aZ&&a1!=null&&typeof a1==="object"){I.each(a1,function(a3,a2){aV(a0+"["+a3+"]",a2)})}else{aX(a0,a1)}}})}return aW.join("&").replace(s,"+")}});var aL={},aE=/toggle|show|hide/,aD=/^([+-]=)?([\d+-.]+)(.*)$/,at,T=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];I.fn.extend({show:function(aZ,a4){if(aZ!=null){return this.animate(a("show",3),aZ,a4)}else{for(var aV=0,aY=this.length;aV<aY;aV++){var a0=I.data(this[aV],"olddisplay");this[aV].style.display=a0||"";if(I.css(this[aV],"display")==="none"){var a3=this[aV].nodeName,a1;if(aL[a3]){a1=aL[a3]}else{var a2=I("<"+a3+" />").appendTo("body");a1=a2.css("display");if(a1==="none"){a1="block"}a2.remove();aL[a3]=a1}I.data(this[aV],"olddisplay",a1)}}for(var aW=0,aX=this.length;aW<aX;aW++){this[aW].style.display=I.data(this[aW],"olddisplay")||""}return this}},hide:function(aW,a1){if(aW!=null){return this.animate(a("hide",3),aW,a1)}else{for(var aY=0,aX=this.length;aY<aX;aY++){var aV=I.data(this[aY],"olddisplay");if(!aV&&aV!=="none"){I.data(this[aY],"olddisplay",I.css(this[aY],"display"))}}for(var aZ=0,a0=this.length;aZ<a0;aZ++){this[aZ].style.display="none"}return this}},_toggle:I.fn.toggle,toggle:function(aV,aW){var aX=typeof aV==="boolean";if(I.isFunction(aV)&&I.isFunction(aW)){this._toggle.apply(this,arguments)}else{if(aV==null||aX){this.each(function(){var aY=aX?aV:I(this).is(":hidden");I(this)[aY?"show":"hide"]()})}else{this.animate(a("toggle",3),aV,aW)}}return this},fadeTo:function(aW,aV,aX){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:aV},aW,aX)},animate:function(aZ,aX,aV,aW){var aY=I.speed(aX,aV,aW);if(I.isEmptyObject(aZ)){return this.each(aY.complete)}return this[aY.queue===false?"each":"queue"](function(){var a4=I.extend({},aY),a3,a1=this.nodeType===1&&I(this).is(":hidden"),a2=this;for(a3 in aZ){var a0=a3.replace(ak,q);if(a3!==a0){aZ[a0]=aZ[a3];delete aZ[a3];a3=a0}if(aZ[a3]==="hide"&&a1||aZ[a3]==="show"&&!a1){return a4.complete.call(this)}if((a3==="height"||a3==="width")&&this.style){a4.display=I.css(this,"display");a4.overflow=this.style.overflow}if(I.isArray(aZ[a3])){(a4.specialEasing=a4.specialEasing||{})[a3]=aZ[a3][1];aZ[a3]=aZ[a3][0]}}if(a4.overflow!=null){this.style.overflow="hidden"}a4.curAnim=I.extend({},aZ);I.each(aZ,function(a5,bb){var ba=new I.fx(a2,a4,a5);if(aE.test(bb)){ba[bb==="toggle"?a1?"show":"hide":bb](aZ)}else{var a9=aD.exec(bb),a7=ba.cur(true)||0;if(a9){var a8=parseFloat(a9[2]),a6=a9[3]||"px";if(a6!=="px"){a2.style[a5]=(a8||1)+a6;a7=((a8||1)/ba.cur(true))*a7;a2.style[a5]=a7+a6}if(a9[1]){a8=((a9[1]==="-="?-1:1)*a8)+a7}ba.custom(a7,a8,a6)}else{ba.custom(a7,bb,"")}}});return true})},stop:function(aV,aX){var aW=I.timers;if(aV){this.queue([])}this.each(function(){for(var aY=aW.length-1;aY>=0;aY--){if(aW[aY].elem===this){if(aX){aW[aY](true)}aW.splice(aY,1)}}});if(!aX){this.dequeue()}return this}});I.each({slideDown:a("show",1),slideUp:a("hide",1),slideToggle:a("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(aW,aV){I.fn[aW]=function(aX,aY){return this.animate(aV,aX,aY)}});I.extend({speed:function(aX,aW,aV){var aY=aX&&typeof aX==="object"?aX:{complete:aV||!aV&&aW||I.isFunction(aX)&&aX,duration:aX,easing:aV&&aW||aW&&!I.isFunction(aW)&&aW};aY.duration=I.fx.off?0:typeof aY.duration==="number"?aY.duration:I.fx.speeds[aY.duration]||I.fx.speeds._default;aY.old=aY.complete;aY.complete=function(){if(aY.queue!==false){I(this).dequeue()}if(I.isFunction(aY.old)){aY.old.call(this)}};return aY},easing:{linear:function(aX,aV,aY,aW){return aY+aW*aX},swing:function(aX,aV,aY,aW){return((-Math.cos(aX*Math.PI)/2)+0.5)*aW+aY}},timers:[],fx:function(aV,aW,aX){this.options=aW;this.elem=aV;this.prop=aX;if(!aW.orig){aW.orig={}}}});I.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(I.fx.step[this.prop]||I.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(I.css(this.elem,this.prop,aW));return aV&&aV>-10000?aV:parseFloat(I.curCSS(this.elem,this.prop))||0},custom:function(aV,aW,aX){this.startTime=z();this.start=aV;this.end=aW;this.unit=aX||this.unit||"px";this.now=this.start;this.pos=this.state=0;var aY=this;function aZ(a0){return aY.step(a0)}aZ.elem=this.elem;if(aZ()&&I.timers.push(aZ)&&!at){at=setInterval(I.fx.tick,13)}},show:function(){this.options.orig[this.prop]=I.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());I(this.elem).show()},hide:function(){this.options.orig[this.prop]=I.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(aW){var a2=z(),a3=true;if(aW||a2>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var aV in this.options.curAnim){if(this.options.curAnim[aV]!==true){a3=false}}if(a3){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var aX=I.data(this.elem,"olddisplay");this.elem.style.display=aX?aX:this.options.display;if(I.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){I(this.elem).hide()}if(this.options.hide||this.options.show){for(var a1 in this.options.curAnim){I.style(this.elem,a1,this.options.orig[a1])}}this.options.complete.call(this.elem)}return false}else{var aY=a2-this.startTime;this.state=aY/this.options.duration;var a0=this.options.specialEasing&&this.options.specialEasing[this.prop];var aZ=this.options.easing||(I.easing.swing?"swing":"linear");this.pos=I.easing[a0||aZ](this.state,aY,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};I.extend(I.fx,{tick:function(){var aV=I.timers;for(var aW=0;aW<aV.length;aW++){if(!aV[aW]()){aV.splice(aW--,1)}}if(!aV.length){I.fx.stop()}},stop:function(){clearInterval(at);at=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(aV){I.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(I.expr&&I.expr.filters){I.expr.filters.animated=function(aV){return I.grep(I.timers,function(aW){return aV===aW.elem}).length}}function a(aW,aX){var aV={};I.each(T.concat.apply([],T.slice(0,aX)),function(){aV[this]=aW});return aV}if("getBoundingClientRect" in aP.documentElement){I.fn.offset=function(aV){var a4=this[0];if(!a4||!a4.ownerDocument){return null}if(aV){return this.each(function(a5){I.offset.setOffset(this,aV,a5)})}if(a4===a4.ownerDocument.body){return I.offset.bodyOffset(a4)}var aY=a4.getBoundingClientRect(),a0=a4.ownerDocument,a3=a0.body,a1=a0.documentElement,a2=a1.clientTop||a3.clientTop||0,aW=a1.clientLeft||a3.clientLeft||0,aX=aY.top+(self.pageYOffset||I.support.boxModel&&a1.scrollTop||a3.scrollTop)-a2,aZ=aY.left+(self.pageXOffset||I.support.boxModel&&a1.scrollLeft||a3.scrollLeft)-aW;return{top:aX,left:aZ}}}else{I.fn.offset=function(aV){var a6=this[0];if(!a6||!a6.ownerDocument){return null}if(aV){return this.each(function(a7){I.offset.setOffset(this,aV,a7)})}if(a6===a6.ownerDocument.body){return I.offset.bodyOffset(a6)}I.offset.initialize();var a5=a6.offsetParent,aW=a6,a2=a6.ownerDocument,aZ,a3=a2.documentElement,a4=a2.body,a0=a2.defaultView,a1=a0?a0.getComputedStyle(a6,null):a6.currentStyle,aX=a6.offsetTop,aY=a6.offsetLeft;while((a6=a6.parentNode)&&a6!==a4&&a6!==a3){if(I.offset.supportsFixedPosition&&a1.position==="fixed"){break}aZ=a0?a0.getComputedStyle(a6,null):a6.currentStyle;aX-=a6.scrollTop;aY-=a6.scrollLeft;if(a6===a5){aX+=a6.offsetTop;aY+=a6.offsetLeft;if(I.offset.doesNotAddBorder&&!(I.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a6.nodeName))){aX+=parseFloat(aZ.borderTopWidth)||0;aY+=parseFloat(aZ.borderLeftWidth)||0}aW=a5,a5=a6.offsetParent}if(I.offset.subtractsBorderForOverflowNotVisible&&aZ.overflow!=="visible"){aX+=parseFloat(aZ.borderTopWidth)||0;aY+=parseFloat(aZ.borderLeftWidth)||0}a1=aZ}if(a1.position==="relative"||a1.position==="static"){aX+=a4.offsetTop;aY+=a4.offsetLeft}if(I.offset.supportsFixedPosition&&a1.position==="fixed"){aX+=Math.max(a3.scrollTop,a4.scrollTop);aY+=Math.max(a3.scrollLeft,a4.scrollLeft)}return{top:aX,left:aY}}}I.offset={initialize:function(){var a0=aP.body,aX=aP.createElement("div"),a2,aZ,aV,a1,aW=parseFloat(I.curCSS(a0,"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>";I.extend(aX.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});aX.innerHTML=aY;a0.insertBefore(aX,a0.firstChild);a2=aX.firstChild;aZ=a2.firstChild;a1=a2.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(aZ.offsetTop!==5);this.doesAddBorderForTableAndCells=(a1.offsetTop===5);aZ.style.position="fixed",aZ.style.top="20px";this.supportsFixedPosition=(aZ.offsetTop===20||aZ.offsetTop===15);aZ.style.position=aZ.style.top="";a2.style.overflow="hidden",a2.style.position="relative";this.subtractsBorderForOverflowNotVisible=(aZ.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(a0.offsetTop!==aW);a0.removeChild(aX);a0=aX=a2=aZ=aV=a1=null;I.offset.initialize=I.noop},bodyOffset:function(aV){var aW=aV.offsetTop,aX=aV.offsetLeft;I.offset.initialize();if(I.offset.doesNotIncludeMarginInBodyOffset){aW+=parseFloat(I.curCSS(aV,"marginTop",true))||0;aX+=parseFloat(I.curCSS(aV,"marginLeft",true))||0}return{top:aW,left:aX}},setOffset:function(a2,aV,a1){if(/static/.test(I.curCSS(a2,"position"))){a2.style.position="relative"}var aZ=I(a2),a0=aZ.offset(),aY=parseInt(I.curCSS(a2,"top",true),10)||0,aX=parseInt(I.curCSS(a2,"left",true),10)||0;if(I.isFunction(aV)){aV=aV.call(a2,a1,a0)}var aW={top:(aV.top-a0.top)+aY,left:(aV.left-a0.left)+aX};if("using" in aV){aV.using.call(a2,aW)}else{aZ.css(aW)}}};I.fn.extend({position:function(){if(!this[0]){return null}var aW=this[0],aY=this.offsetParent(),aX=this.offset(),aV=/^body|html$/i.test(aY[0].nodeName)?{top:0,left:0}:aY.offset();aX.top-=parseFloat(I.curCSS(aW,"marginTop",true))||0;aX.left-=parseFloat(I.curCSS(aW,"marginLeft",true))||0;aV.top+=parseFloat(I.curCSS(aY[0],"borderTopWidth",true))||0;aV.left+=parseFloat(I.curCSS(aY[0],"borderLeftWidth",true))||0;return{top:aX.top-aV.top,left:aX.left-aV.left}},offsetParent:function(){return this.map(function(){var aV=this.offsetParent||aP.body;while(aV&&(!/^body|html$/i.test(aV.nodeName)&&I.css(aV,"position")==="static")){aV=aV.offsetParent}return aV})}});I.each(["Left","Top"],function(aX,aV){var aW="scroll"+aV;I.fn[aW]=function(a0){var aY=this[0],aZ;if(!aY){return null}if(a0!==aG){return this.each(function(){aZ=j(this);if(aZ){aZ.scrollTo(!aX?a0:I(aZ).scrollLeft(),aX?a0:I(aZ).scrollTop())}else{this[aW]=a0}})}else{aZ=j(aY);return aZ?("pageXOffset" in aZ)?aZ[aX?"pageYOffset":"pageXOffset"]:I.support.boxModel&&aZ.document.documentElement[aW]||aZ.document.body[aW]:aY[aW]}}});function j(aV){return("scrollTo" in aV&&aV.document)?aV:aV.nodeType===9?aV.defaultView||aV.parentWindow:false}I.each(["Height","Width"],function(aX,aV){var aW=aV.toLowerCase();I.fn["inner"+aV]=function(){return this[0]?I.css(this[0],aW,false,"padding"):null};I.fn["outer"+aV]=function(aY){return this[0]?I.css(this[0],aW,false,aY?"margin":"border"):null};I.fn[aW]=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===aG?I.css(aZ,aW):this.css(aW,typeof aY==="string"?aY:aY+"px")}});af.jQuery=af.$=I})(window);(function(a){a.fn.labelize=function(){return this.each(function(){var d=a(this);var c=a(this).prev("label");if(!d.val()){d.val(c.text())}if(d.attr("type")=="password"){d=b(d,"text");d.addClass("password")}d.focus(function(){if(d.val()==c.text()){if(d.hasClass("password")){d=b(d,"password");d.focus()}d.val("").addClass("edited")}});d.blur(function(){if(!d.val()){d.val(c.text());d.removeClass("edited")}else{d.addClass("edited")}})});function b(d,c){var e=a('<input type="'+c+'" />');e.val(d.val()).attr("class",d.attr("class")).attr("id",d.attr("id")).attr("name",d.attr("name"));d.replaceWith(e);return e}}})(jQuery);new function(b){var e=b.separator||"&";var g=b.spaces===false?false:true;var a=b.suffix===false?"":"[]";var f=b.prefix===false?false:true;var d=f?b.hash===true?"#":"?":"";var c=b.numbers===false?false:true;jQuery.query=new function(){var k=function(l,m){return l!=undefined&&l!==null&&(!!m?l.constructor==m:true)};var h=function(q){var l,o=/\[([^[]*)\]/g,p=/^([^[]+)(\[.*\])?$/.exec(q),n=p[1],r=[];while(l=o.exec(p[2])){r.push(l[1])}return[n,r]};var i=function(t,p,r){var m,q=p.shift();if(typeof t!="object"){t=null}if(q===""){if(!t){t=[]}if(k(t,Array)){t.push(p.length==0?r:i(null,p.slice(0),r))}else{if(k(t,Object)){var l=0;while(t[l++]!=null){}t[--l]=p.length==0?r:i(t[l],p.slice(0),r)}else{t=[];t.push(p.length==0?r:i(null,p.slice(0),r))}}}else{if(q&&q.match(/^\s*[0-9]+\s*$/)){var n=parseInt(q,10);if(!t){t=[]}t[n]=p.length==0?r:i(t[n],p.slice(0),r)}else{if(q){var n=q.replace(/^\s*|\s*$/g,"");if(!t){t={}}if(k(t,Array)){var s={};for(var l=0;l<t.length;++l){s[l]=t[l]}t=s}t[n]=p.length==0?r:i(t[n],p.slice(0),r)}else{return r}}}return t};var j=function(l){var m=this;m.keys={};if(l.queryObject){jQuery.each(l.get(),function(n,o){m.SET(n,o)})}else{jQuery.each(arguments,function(){var n=""+this;n=n.replace(/^[?#]/,"");n=n.replace(/[;&]$/,"");if(g){n=n.replace(/[+]/g," ")}jQuery.each(n.split(/[&;]/),function(){var o=decodeURIComponent(this.split("=")[0]||"");var p=decodeURIComponent(this.split("=")[1]||"");if(!o){return}if(c){if(/^[+-]?[0-9]+\.[0-9]*$/.test(p)){p=parseFloat(p)}else{if(/^[+-]?[0-9]+$/.test(p)){p=parseInt(p,10)}}}p=(!p&&p!==0)?true:p;if(p!==false&&p!==true&&typeof p!="number"){p=p}m.SET(o,p)})})}return m};j.prototype={queryObject:true,has:function(m,n){var l=this.get(m);return k(l,n)},GET:function(m){if(!k(m)){return this.keys}var p=h(m),l=p[0],o=p[1];var n=this.keys[l];while(n!=null&&o.length!=0){n=n[o.shift()]}return typeof n=="number"?n:n||""},get:function(l){var m=this.GET(l);if(k(m,Object)){return jQuery.extend(true,{},m)}else{if(k(m,Array)){return m.slice(0)}}return m},SET:function(m,r){var l=!k(r)?null:r;var q=h(m),n=q[0],p=q[1];var o=this.keys[n];this.keys[n]=i(o,p.slice(0),l);return this},set:function(l,m){return this.copy().SET(l,m)},REMOVE:function(l){return this.SET(l,null).COMPACT()},remove:function(l){return this.copy().REMOVE(l)},EMPTY:function(){var l=this;jQuery.each(l.keys,function(n,m){delete l.keys[n]});return l},load:function(n){var l=n.replace(/^.*?[#](.+?)(?:\?.+)?$/,"$1");var m=n.replace(/^.*?[?](.+?)(?:#.+)?$/,"$1");return new j(n.length==m.length?"":m,n.length==l.length?"":l)},empty:function(){return this.copy().EMPTY()},copy:function(){return new j(this)},COMPACT:function(){function l(m){var o=typeof m=="object"?k(m,Array)?[]:{}:m;if(typeof m=="object"){function n(q,r,p){if(k(q,Array)){q.push(p)}else{q[r]=p}}jQuery.each(m,function(q,p){if(!k(p)){return true}n(o,q,l(p))})}return o}this.keys=l(this.keys);return this},compact:function(){return this.copy().COMPACT()},toString:function(){var p=0,r=[],l=[],o=this;var n=function(s){s=s+"";if(g){s=s.replace(/ /g,"+")}return encodeURIComponent(s)};var q=function(t,u,s){if(!k(s)||s===false){return}var v=[n(u)];if(s!==true){v.push("=");v.push(n(s))}t.push(v.join(""))};var m=function(u,s){var t=function(v){return !s||s==""?[v].join(""):[s,"[",v,"]"].join("")};jQuery.each(u,function(w,v){if(typeof v=="object"){m(v,t(w))}else{q(l,t(w),v)}})};m(this.keys);if(l.length>0){r.push(d)}r.push(l.join(e));return r.join("")}};return new j(location.search,location.hash)}}(jQuery.query||{});var tb_pathToImage="/images/loadingAnimation.gif";
/*!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
$(document).ready(function(){tb_init("a.thickbox, area.thickbox, input.thickbox");imgLoader=new Image();imgLoader.src=tb_pathToImage});function tb_init(a){$(a).live("click",function(){var b=this.title||this.name||null;var c=this.href||this.alt;var d=this.rel||false;tb_show(b,c,d);this.blur();return false})}function tb_show(a,f,b){try{if(typeof document.body.style.maxHeight==="undefined"){$("body","html").css({height:"100%",width:"100%"});$("html").css("overflow","hidden");if(document.getElementById("TB_HideSelect")===null){$("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove)}}else{if(document.getElementById("TB_overlay")===null){$("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove)}}if(tb_detectMacXFF()){$("#TB_overlay").addClass("TB_overlayMacFFBGHack")}else{$("#TB_overlay").addClass("TB_overlayBG")}if(a===null){a=""}$("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");$("#TB_load").show();var d;if(f.indexOf("?")!==-1){d=f.substr(0,f.indexOf("?"))}else{d=f}var j=/\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$|\.ashx$|\.aspx$/;var k=d.toLowerCase().match(j);if(k==".jpg"||k==".jpeg"||k==".png"||k==".gif"||k==".bmp"||k==".ashx"||k==".aspx"){TB_PrevCaption="";TB_PrevURL="";TB_PrevHTML="";TB_NextCaption="";TB_NextURL="";TB_NextHTML="";TB_imageCount="";TB_FoundURL=false;if(b){TB_TempArray=$("a[rel="+b+"]").get();for(TB_Counter=0;((TB_Counter<TB_TempArray.length)&&(TB_NextHTML===""));TB_Counter++){var i=TB_TempArray[TB_Counter].href.toLowerCase().match(j);if(!(TB_TempArray[TB_Counter].href==f)){if(TB_FoundURL){TB_NextCaption=TB_TempArray[TB_Counter].title;TB_NextURL=TB_TempArray[TB_Counter].href;TB_NextHTML="<span id='TB_next'>&nbsp;&nbsp;<a href='#'>Nästa &gt;</a></span>"}else{TB_PrevCaption=TB_TempArray[TB_Counter].title;TB_PrevURL=TB_TempArray[TB_Counter].href;TB_PrevHTML="<span id='TB_prev'>&nbsp;&nbsp;<a href='#'>&lt; Föregående</a></span>"}}else{TB_FoundURL=true;TB_imageCount="Bild "+(TB_Counter+1)+" of "+(TB_TempArray.length)}}}imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var n=tb_getPageSize();var l=n[0]-150;var m=n[1]-150;var o=imgPreloader.width;var p=imgPreloader.height;if(o>l){p=p*(l/o);o=l;if(p>m){o=o*(m/p);p=m}}else{if(p>m){o=o*(m/p);p=m;if(o>l){p=p*(l/o);o=l}}}TB_WIDTH=o+30;TB_HEIGHT=p+60;$("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+f+"' width='"+o+"' height='"+p+"' alt='"+a+"'/></a><div id='TB_caption'>"+a+"<div id='TB_secondLine'>"+TB_imageCount+TB_PrevHTML+TB_NextHTML+"</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>Stäng</a></div>");$("#TB_closeWindowButton").click(tb_remove);if(!(TB_PrevHTML==="")){function e(){if($(document).unbind("click",e)){$(document).unbind("click",e)}$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_PrevCaption,TB_PrevURL,b);return false}$("#TB_prev").click(e)}if(!(TB_NextHTML==="")){function q(){$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_NextCaption,TB_NextURL,b);return false}$("#TB_next").click(q)}document.onkeydown=function(r){if(r==null){keycode=event.keyCode}else{keycode=r.which}if(keycode==27){tb_remove()}else{if(keycode==190){if(!(TB_NextHTML=="")){document.onkeydown="";q()}}else{if(keycode==188){if(!(TB_PrevHTML=="")){document.onkeydown="";e()}}}}};tb_position();$("#TB_load").remove();$("#TB_ImageOff").click(tb_remove);$("#TB_window").css({display:"block"})};imgPreloader.src=f}else{var g=f.replace(/^[^\?]+\??/,"");var c=tb_parseQuery(g);TB_WIDTH=(c.width*1)+30||630;TB_HEIGHT=(c.height*1)+40||440;ajaxContentW=TB_WIDTH-30;ajaxContentH=TB_HEIGHT-45;if(f.indexOf("TB_iframe")!=-1){urlNoQuery=f.split("TB_");$("#TB_iframeContent").remove();if(c.modal!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+a+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;' > </iframe>")}else{$("#TB_overlay").unbind();$("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;'> </iframe>")}}else{if($("#TB_window").css("display")!="block"){if(c.modal!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+a+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>close</a> or Esc Key</div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>")}else{$("#TB_overlay").unbind();$("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>")}}else{$("#TB_ajaxContent")[0].style.width=ajaxContentW+"px";$("#TB_ajaxContent")[0].style.height=ajaxContentH+"px";$("#TB_ajaxContent")[0].scrollTop=0;$("#TB_ajaxWindowTitle").html(a)}}$("#TB_closeWindowButton").click(tb_remove);if(f.indexOf("TB_inline")!=-1){$("#TB_ajaxContent").append($("#"+c.inlineId).children());$("#TB_window").unload(function(){$("#"+c.inlineId).append($("#TB_ajaxContent").children())});tb_position();$("#TB_load").remove();$("#TB_window").css({display:"block"})}else{if(f.indexOf("TB_iframe")!=-1){tb_position();if($.browser.safari){$("#TB_load").remove();$("#TB_window").css({display:"block"})}}else{$("#TB_ajaxContent").load(f+="&random="+(new Date().getTime()),function(){tb_position();$("#TB_load").remove();tb_init("#TB_ajaxContent a.thickbox");$("#TB_window").css({display:"block"})})}}}if(!c.modal){document.onkeyup=function(l){if(l==null){keycode=event.keyCode}else{keycode=l.which}if(keycode==27){tb_remove()}}}}catch(h){}}function tb_showIframe(){$("#TB_load").remove();$("#TB_window").css({display:"block"})}function tb_remove(){$("#TB_imageOff").unbind("click");$("#TB_closeWindowButton").unbind("click");$("#TB_window").fadeOut("fast",function(){$("#TB_window,#TB_overlay,#TB_HideSelect").trigger("unload").unbind().remove()});$("#TB_load").remove();if(typeof document.body.style.maxHeight=="undefined"){$("body","html").css({height:"auto",width:"auto"});$("html").css("overflow","")}document.onkeydown="";document.onkeyup="";return false}function tb_position(){$("#TB_window").css({marginLeft:"-"+parseInt((TB_WIDTH/2),10)+"px",width:TB_WIDTH+"px"});if(!(jQuery.browser.msie&&jQuery.browser.version<7)){$("#TB_window").css({marginTop:"-"+parseInt((TB_HEIGHT/2),10)+"px"})}}function tb_parseQuery(d){var f={};if(!d){return f}var g=d.split(/[;&]/);for(var b=0;b<g.length;b++){var e=g[b].split("=");if(!e||e.length!=2){continue}var a=unescape(e[0]);var c=unescape(e[1]);c=c.replace(/\+/g," ");f[a]=c}return f}function tb_getPageSize(){var c=document.documentElement;var b=window.innerWidth||self.innerWidth||(c&&c.clientWidth)||document.body.clientWidth;var a=window.innerHeight||self.innerHeight||(c&&c.clientHeight)||document.body.clientHeight;arrayPageSize=[b,a];return arrayPageSize}function tb_detectMacXFF(){var a=navigator.userAgent.toLowerCase();if(a.indexOf("mac")!=-1&&a.indexOf("firefox")!=-1){return true}};$(document).ready(function(){$("#nav li.selected").prev().addClass("pre-selected");$("#levels span:last").css({backgroundImage:"none"});$("#query").labelize();$(".subscribe #email").labelize();$("a.popup").live("click",function(){window.open($(this).attr("href"));return false});$("body.placing #content .main ol li").each(function(c){$(this).addClass("index"+c+"")});var b=$("ul.search a.searchclick:first").attr("href");if(b){var a=$.query.load(b);a.SET("url","").SET("enable",1);RegisterSearchClick("/SiteSeeker/HitCounter.aspx"+a.toString())}$("a.searchclick").click(function(){var c=$.query.load($(this).attr("href"));RegisterSearchClick("/SiteSeeker/HitCounter.aspx"+c.toString());return true})});function RegisterSearchClick(a){$.ajax({type:"GET",url:a,dataType:"text",complete:function(){return},timeout:2000})};