/*
 * jQuery JavaScript Library v1.5.1
 * http://jquery.com/
 *
 * Copyright 2011, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2011, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Wed Feb 23 13:55:29 2011 -0500
 */
(function(G,aX){var ad=G.document;var p=(function(){var bd=function(bI,bJ){return new bd.fn.init(bI,bJ,bh)},bB=G.jQuery,bo=G.$,bh,bH=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,bt=/\S/,bp=/^\s+/,bg=/\s+$/,bF=/\d/,bl=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bu=/^[\],:{}\s]*$/,bD=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bx=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bq=/(?:^|:|,)(?:\s*\[)+/g,bj=/(webkit)[ \/]([\w.]+)/,bw=/(opera)(?:.*version)?[ \/]([\w.]+)/,by=/(msie) ([\w.]+)/,bs=/(mozilla)(?:.*? rv:([\w.]+))?/,bE=navigator.userAgent,bC,bA=false,bf,e="then done fail isResolved isRejected promise".split(" "),bn,bz=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bk=Array.prototype.push,br=Array.prototype.slice,bv=String.prototype.trim,be=Array.prototype.indexOf,bm={};bd.fn=bd.prototype={constructor:bd,init:function(bI,bM,bL){var bK,bN,bJ,bO;if(!bI){return this}if(bI.nodeType){this.context=this[0]=bI;this.length=1;return this}if(bI==="body"&&!bM&&ad.body){this.context=ad;this[0]=ad.body;this.selector="body";this.length=1;return this}if(typeof bI==="string"){bK=bH.exec(bI);if(bK&&(bK[1]||!bM)){if(bK[1]){bM=bM instanceof bd?bM[0]:bM;bO=(bM?bM.ownerDocument||bM:ad);bJ=bl.exec(bI);if(bJ){if(bd.isPlainObject(bM)){bI=[ad.createElement(bJ[1])];bd.fn.attr.call(bI,bM,true)}else{bI=[bO.createElement(bJ[1])]}}else{bJ=bd.buildFragment([bK[1]],[bO]);bI=(bJ.cacheable?bd.clone(bJ.fragment):bJ.fragment).childNodes}return bd.merge(this,bI)}else{bN=ad.getElementById(bK[2]);if(bN&&bN.parentNode){if(bN.id!==bK[2]){return bL.find(bI)}this.length=1;this[0]=bN}this.context=ad;this.selector=bI;return this}}else{if(!bM||bM.jquery){return(bM||bL).find(bI)}else{return this.constructor(bM).find(bI)}}}else{if(bd.isFunction(bI)){return bL.ready(bI)}}if(bI.selector!==aX){this.selector=bI.selector;this.context=bI.context}return bd.makeArray(bI,this)},selector:"",jquery:"1.5.1",length:0,size:function(){return this.length},toArray:function(){return br.call(this,0)},get:function(bI){return bI==null?this.toArray():(bI<0?this[this.length+bI]:this[bI])},pushStack:function(bJ,bL,bI){var bK=this.constructor();if(bd.isArray(bJ)){bk.apply(bK,bJ)}else{bd.merge(bK,bJ)}bK.prevObject=this;bK.context=this.context;if(bL==="find"){bK.selector=this.selector+(this.selector?" ":"")+bI}else{if(bL){bK.selector=this.selector+"."+bL+"("+bI+")"}}return bK},each:function(bJ,bI){return bd.each(this,bJ,bI)},ready:function(bI){bd.bindReady();bf.done(bI);return this},eq:function(bI){return bI===-1?this.slice(bI):this.slice(bI,+bI+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(br.apply(this,arguments),"slice",br.call(arguments).join(","))},map:function(bI){return this.pushStack(bd.map(this,function(bK,bJ){return bI.call(bK,bJ,bK)}))},end:function(){return this.prevObject||this.constructor(null)},push:bk,sort:[].sort,splice:[].splice};bd.fn.init.prototype=bd.fn;bd.extend=bd.fn.extend=function(){var bQ,bJ,bI,bK,bO,bP,bL=arguments[0]||{},bM=1,bN=arguments.length,bR=false;if(typeof bL==="boolean"){bR=bL;bL=arguments[1]||{};bM=2}if(typeof bL!=="object"&&!bd.isFunction(bL)){bL={}}if(bN===bM){bL=this;--bM}for(;bM<bN;bM++){if((bQ=arguments[bM])!=null){for(bJ in bQ){bI=bL[bJ];bK=bQ[bJ];if(bL===bK){continue}if(bR&&bK&&(bd.isPlainObject(bK)||(bO=bd.isArray(bK)))){if(bO){bO=false;bP=bI&&bd.isArray(bI)?bI:[]}else{bP=bI&&bd.isPlainObject(bI)?bI:{}}bL[bJ]=bd.extend(bR,bP,bK)}else{if(bK!==aX){bL[bJ]=bK}}}}}return bL};bd.extend({noConflict:function(bI){G.$=bo;if(bI){G.jQuery=bB}return bd},isReady:false,readyWait:1,ready:function(bI){if(bI===true){bd.readyWait--}if(!bd.readyWait||(bI!==true&&!bd.isReady)){if(!ad.body){return setTimeout(bd.ready,1)}bd.isReady=true;if(bI!==true&&--bd.readyWait>0){return}bf.resolveWith(ad,[bd]);if(bd.fn.trigger){bd(ad).trigger("ready").unbind("ready")}}},bindReady:function(){if(bA){return}bA=true;if(ad.readyState==="complete"){return setTimeout(bd.ready,1)}if(ad.addEventListener){ad.addEventListener("DOMContentLoaded",bn,false);G.addEventListener("load",bd.ready,false)}else{if(ad.attachEvent){ad.attachEvent("onreadystatechange",bn);G.attachEvent("onload",bd.ready);var bI=false;try{bI=G.frameElement==null}catch(bJ){}if(ad.documentElement.doScroll&&bI){bi()}}}},isFunction:function(bI){return bd.type(bI)==="function"},isArray:Array.isArray||function(bI){return bd.type(bI)==="array"},isWindow:function(bI){return bI&&typeof bI==="object"&&"setInterval" in bI},isNaN:function(bI){return bI==null||!bF.test(bI)||isNaN(bI)},type:function(bI){return bI==null?String(bI):bm[bz.call(bI)]||"object"},isPlainObject:function(bJ){if(!bJ||bd.type(bJ)!=="object"||bJ.nodeType||bd.isWindow(bJ)){return false}if(bJ.constructor&&!bG.call(bJ,"constructor")&&!bG.call(bJ.constructor.prototype,"isPrototypeOf")){return false}var bI;for(bI in bJ){}return bI===aX||bG.call(bJ,bI)},isEmptyObject:function(bJ){for(var bI in bJ){return false}return true},error:function(bI){throw bI},parseJSON:function(bI){if(typeof bI!=="string"||!bI){return null}bI=bd.trim(bI);if(bu.test(bI.replace(bD,"@").replace(bx,"]").replace(bq,""))){return G.JSON&&G.JSON.parse?G.JSON.parse(bI):(new Function("return "+bI))()}else{bd.error("Invalid JSON: "+bI)}},parseXML:function(bK,bI,bJ){if(G.DOMParser){bJ=new DOMParser();bI=bJ.parseFromString(bK,"text/xml")}else{bI=new ActiveXObject("Microsoft.XMLDOM");bI.async="false";bI.loadXML(bK)}bJ=bI.documentElement;if(!bJ||!bJ.nodeName||bJ.nodeName==="parsererror"){bd.error("Invalid XML: "+bK)}return bI},noop:function(){},globalEval:function(bK){if(bK&&bt.test(bK)){var bI=ad.head||ad.getElementsByTagName("head")[0]||ad.documentElement,bJ=ad.createElement("script");if(bd.support.scriptEval()){bJ.appendChild(ad.createTextNode(bK))}else{bJ.text=bK}bI.insertBefore(bJ,bI.firstChild);bI.removeChild(bJ)}},nodeName:function(bJ,bI){return bJ.nodeName&&bJ.nodeName.toUpperCase()===bI.toUpperCase()},each:function(bN,bP,bL){var bK,bM=0,bI=bN.length,bJ=bI===aX||bd.isFunction(bN);if(bL){if(bJ){for(bK in bN){if(bP.apply(bN[bK],bL)===false){break}}}else{for(;bM<bI;){if(bP.apply(bN[bM++],bL)===false){break}}}}else{if(bJ){for(bK in bN){if(bP.call(bN[bK],bK,bN[bK])===false){break}}}else{for(var bO=bN[0];bM<bI&&bP.call(bO,bM,bO)!==false;bO=bN[++bM]){}}}return bN},trim:bv?function(bI){return bI==null?"":bv.call(bI)}:function(bI){return bI==null?"":bI.toString().replace(bp,"").replace(bg,"")},makeArray:function(bL,bJ){var bI=bJ||[];if(bL!=null){var bK=bd.type(bL);if(bL.length==null||bK==="string"||bK==="function"||bK==="regexp"||bd.isWindow(bL)){bk.call(bI,bL)}else{bd.merge(bI,bL)}}return bI},inArray:function(bK,bL){if(bL.indexOf){return bL.indexOf(bK)}for(var bJ=0,bI=bL.length;bJ<bI;bJ++){if(bL[bJ]===bK){return bJ}}return -1},merge:function(bM,bL){var bK=bM.length,bJ=0;if(typeof bL.length==="number"){for(var bI=bL.length;bJ<bI;bJ++){bM[bK++]=bL[bJ]}}else{while(bL[bJ]!==aX){bM[bK++]=bL[bJ++]}}bM.length=bK;return bM},grep:function(bK,bN,bI){var bL=[],bO;bI=!!bI;for(var bM=0,bJ=bK.length;bM<bJ;bM++){bO=!!bN(bK[bM],bM);if(bI!==bO){bL.push(bK[bM])}}return bL},map:function(bK,bO,bI){var bL=[],bN;for(var bM=0,bJ=bK.length;bM<bJ;bM++){bN=bO(bK[bM],bM,bI);if(bN!=null){bL[bL.length]=bN}}return bL.concat.apply([],bL)},guid:1,proxy:function(bK,bI,bJ){if(arguments.length===2){if(typeof bI==="string"){bJ=bK;bK=bJ[bI];bI=aX}else{if(bI&&!bd.isFunction(bI)){bJ=bI;bI=aX}}}if(!bI&&bK){bI=function(){return bK.apply(bJ||this,arguments)}}if(bK){bI.guid=bK.guid=bK.guid||bI.guid||bd.guid++}return bI},access:function(bI,bP,bO,bJ,bN,bQ){var bM=bI.length;if(typeof bP==="object"){for(var bK in bP){bd.access(bI,bK,bP[bK],bJ,bN,bO)}return bI}if(bO!==aX){bJ=!bQ&&bJ&&bd.isFunction(bO);for(var bL=0;bL<bM;bL++){bN(bI[bL],bP,bJ?bO.call(bI[bL],bL,bN(bI[bL],bP)):bO,bQ)}return bI}return bM?bN(bI[0],bP):aX},now:function(){return(new Date()).getTime()},_Deferred:function(){var bI=[],bM,bK,bL,bJ={done:function(){if(!bL){var bO=arguments,bQ,bN,bS,bR,bP;if(bM){bP=bM;bM=0}for(bQ=0,bN=bO.length;bQ<bN;bQ++){bS=bO[bQ];bR=bd.type(bS);if(bR==="array"){bJ.done.apply(bJ,bS)}else{if(bR==="function"){bI.push(bS)}}}if(bP){bJ.resolveWith(bP[0],bP[1])}}return this},resolveWith:function(bO,bN){if(!bL&&!bM&&!bK){bK=1;try{while(bI[0]){bI.shift().apply(bO,bN)}}catch(bP){throw bP}finally{bM=[bO,bN];bK=0}}return this},resolve:function(){bJ.resolveWith(bd.isFunction(this.promise)?this.promise():this,arguments);return this},isResolved:function(){return !!(bK||bM)},cancel:function(){bL=1;bI=[];return this}};return bJ},Deferred:function(bJ){var bI=bd._Deferred(),bL=bd._Deferred(),bK;bd.extend(bI,{then:function(bN,bM){bI.done(bN).fail(bM);return this},fail:bL.done,rejectWith:bL.resolveWith,reject:bL.resolve,isRejected:bL.isResolved,promise:function(bN){if(bN==null){if(bK){return bK}bK=bN={}}var bM=e.length;while(bM--){bN[e[bM]]=bI[e[bM]]}return bN}});bI.done(bL.cancel).fail(bI.cancel);delete bI.cancel;if(bJ){bJ.call(bI,bI)}return bI},when:function(bK){var bO=arguments.length,bJ=bO<=1&&bK&&bd.isFunction(bK.promise)?bK:bd.Deferred(),bM=bJ.promise();if(bO>1){var bN=br.call(arguments,0),bL=bO,bI=function(bP){return function(bQ){bN[bP]=arguments.length>1?br.call(arguments,0):bQ;if(!(--bL)){bJ.resolveWith(bM,bN)}}};while((bO--)){bK=bN[bO];if(bK&&bd.isFunction(bK.promise)){bK.promise().then(bI(bO),bJ.reject)}else{--bL}}if(!bL){bJ.resolveWith(bM,bN)}}else{if(bJ!==bK){bJ.resolve(bK)}}return bM},uaMatch:function(bJ){bJ=bJ.toLowerCase();var bI=bj.exec(bJ)||bw.exec(bJ)||by.exec(bJ)||bJ.indexOf("compatible")<0&&bs.exec(bJ)||[];return{browser:bI[1]||"",version:bI[2]||"0"}},sub:function(){function bI(bL,bM){return new bI.fn.init(bL,bM)}bd.extend(true,bI,this);bI.superclass=this;bI.fn=bI.prototype=this();bI.fn.constructor=bI;bI.subclass=this.subclass;bI.fn.init=function bK(bL,bM){if(bM&&bM instanceof bd&&!(bM instanceof bI)){bM=bI(bM)}return bd.fn.init.call(this,bL,bM,bJ)};bI.fn.init.prototype=bI.fn;var bJ=bI(ad);return bI},browser:{}});bf=bd._Deferred();bd.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(bJ,bI){bm["[object "+bI+"]"]=bI.toLowerCase()});bC=bd.uaMatch(bE);if(bC.browser){bd.browser[bC.browser]=true;bd.browser.version=bC.version}if(bd.browser.webkit){bd.browser.safari=true}if(be){bd.inArray=function(bI,bJ){return be.call(bJ,bI)}}if(bt.test("\xA0")){bp=/^[\s\xA0]+/;bg=/[\s\xA0]+$/}bh=bd(ad);if(ad.addEventListener){bn=function(){ad.removeEventListener("DOMContentLoaded",bn,false);bd.ready()}}else{if(ad.attachEvent){bn=function(){if(ad.readyState==="complete"){ad.detachEvent("onreadystatechange",bn);bd.ready()}}}}function bi(){if(bd.isReady){return}try{ad.documentElement.doScroll("left")}catch(bI){setTimeout(bi,1);return}bd.ready()}return bd})();(function(){p.support={};var bd=ad.createElement("div");bd.style.display="none";bd.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var bl=bd.getElementsByTagName("*"),bj=bd.getElementsByTagName("a")[0],bn=ad.createElement("select"),bf=bn.appendChild(ad.createElement("option")),bk=bd.getElementsByTagName("input")[0];if(!bl||!bl.length||!bj){return}p.support={leadingWhitespace:bd.firstChild.nodeType===3,tbody:!bd.getElementsByTagName("tbody").length,htmlSerialize:!!bd.getElementsByTagName("link").length,style:/red/.test(bj.getAttribute("style")),hrefNormalized:bj.getAttribute("href")==="/a",opacity:/^0.55$/.test(bj.style.opacity),cssFloat:!!bj.style.cssFloat,checkOn:bk.value==="on",optSelected:bf.selected,deleteExpando:true,optDisabled:false,checkClone:false,noCloneEvent:true,noCloneChecked:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};bk.checked=true;p.support.noCloneChecked=bk.cloneNode(true).checked;bn.disabled=true;p.support.optDisabled=!bf.disabled;var bg=null;p.support.scriptEval=function(){if(bg===null){var bo=ad.documentElement,bp=ad.createElement("script"),br="script"+p.now();try{bp.appendChild(ad.createTextNode("window."+br+"=1;"))}catch(bq){}bo.insertBefore(bp,bo.firstChild);if(G[br]){bg=true;delete G[br]}else{bg=false}bo.removeChild(bp);bo=bp=br=null}return bg};try{delete bd.test}catch(bh){p.support.deleteExpando=false}if(!bd.addEventListener&&bd.attachEvent&&bd.fireEvent){bd.attachEvent("onclick",function bm(){p.support.noCloneEvent=false;bd.detachEvent("onclick",bm)});bd.cloneNode(true).fireEvent("onclick")}bd=ad.createElement("div");bd.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var be=ad.createDocumentFragment();be.appendChild(bd.firstChild);p.support.checkClone=be.cloneNode(true).cloneNode(true).lastChild.checked;p(function(){var bp=ad.createElement("div"),e=ad.getElementsByTagName("body")[0];if(!e){return}bp.style.width=bp.style.paddingLeft="1px";e.appendChild(bp);p.boxModel=p.support.boxModel=bp.offsetWidth===2;if("zoom" in bp.style){bp.style.display="inline";bp.style.zoom=1;p.support.inlineBlockNeedsLayout=bp.offsetWidth===2;bp.style.display="";bp.innerHTML="<div style='width:4px;'></div>";p.support.shrinkWrapBlocks=bp.offsetWidth!==2}bp.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";var bo=bp.getElementsByTagName("td");p.support.reliableHiddenOffsets=bo[0].offsetHeight===0;bo[0].style.display="";bo[1].style.display="none";p.support.reliableHiddenOffsets=p.support.reliableHiddenOffsets&&bo[0].offsetHeight===0;bp.innerHTML="";e.removeChild(bp).style.display="none";bp=bo=null});var bi=function(e){var bp=ad.createElement("div");e="on"+e;if(!bp.attachEvent){return true}var bo=(e in bp);if(!bo){bp.setAttribute(e,"return;");bo=typeof bp[e]==="function"}bp=null;return bo};p.support.submitBubbles=bi("submit");p.support.changeBubbles=bi("change");bd=bl=bj=null})();var ac=/^(?:\{.*\}|\[.*\])$/;p.extend({cache:{},uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?p.cache[e[p.expando]]:e[p.expando];return !!e&&!aP(e)},data:function(bh,bd,bi,bg){if(!p.acceptData(bh)){return}var bl=p.expando,bj=typeof bd==="string",bf,bk=bh.nodeType,e=bk?p.cache:bh,be=bk?bh[p.expando]:bh[p.expando]&&p.expando;if((!be||(bg&&be&&!e[be][bl]))&&bj&&bi===aX){return}if(!be){if(bk){bh[p.expando]=be=++p.uuid}else{be=p.expando}}if(!e[be]){e[be]={};if(!bk){e[be].toJSON=p.noop}}if(typeof bd==="object"||typeof bd==="function"){if(bg){e[be][bl]=p.extend(e[be][bl],bd)}else{e[be]=p.extend(e[be],bd)}}bf=e[be];if(bg){if(!bf[bl]){bf[bl]={}}bf=bf[bl]}if(bi!==aX){bf[bd]=bi}if(bd==="events"&&!bf[bd]){return bf[bl]&&bf[bl].events}return bj?bf[bd]:bf},removeData:function(bi,be,bh){if(!p.acceptData(bi)){return}var bk=p.expando,bj=bi.nodeType,bd=bj?p.cache:bi,bf=bj?bi[p.expando]:p.expando;if(!bd[bf]){return}if(be){var bg=bh?bd[bf][bk]:bd[bf];if(bg){delete bg[be];if(!aP(bg)){return}}}if(bh){delete bd[bf][bk];if(!aP(bd[bf])){return}}var e=bd[bf][bk];if(p.support.deleteExpando||bd!=G){delete bd[bf]}else{bd[bf]=null}if(e){bd[bf]={};if(!bj){bd[bf].toJSON=p.noop}bd[bf][bk]=e}else{if(bj){if(p.support.deleteExpando){delete bi[p.expando]}else{if(bi.removeAttribute){bi.removeAttribute(p.expando)}else{bi[p.expando]=null}}}}},_data:function(bd,e,be){return p.data(bd,e,be,true)},acceptData:function(bd){if(bd.nodeName){var e=p.noData[bd.nodeName.toLowerCase()];if(e){return !(e===true||bd.getAttribute("classid")!==e)}}return true}});p.fn.extend({data:function(bg,bi){var bh=null;if(typeof bg==="undefined"){if(this.length){bh=p.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,be;for(var bf=0,bd=e.length;bf<bd;bf++){be=e[bf].name;if(be.indexOf("data-")===0){be=be.substr(5);aQ(this[0],be,bh[be])}}}}return bh}else{if(typeof bg==="object"){return this.each(function(){p.data(this,bg)})}}var bj=bg.split(".");bj[1]=bj[1]?"."+bj[1]:"";if(bi===aX){bh=this.triggerHandler("getData"+bj[1]+"!",[bj[0]]);if(bh===aX&&this.length){bh=p.data(this[0],bg);bh=aQ(this[0],bg,bh)}return bh===aX&&bj[1]?this.data(bj[0]):bh}else{return this.each(function(){var bl=p(this),bk=[bj[0],bi];bl.triggerHandler("setData"+bj[1]+"!",bk);p.data(this,bg,bi);bl.triggerHandler("changeData"+bj[1]+"!",bk)})}},removeData:function(e){return this.each(function(){p.removeData(this,e)})}});function aQ(be,bd,bf){if(bf===aX&&be.nodeType===1){bf=be.getAttribute("data-"+bd);if(typeof bf==="string"){try{bf=bf==="true"?true:bf==="false"?false:bf==="null"?null:!p.isNaN(bf)?parseFloat(bf):ac.test(bf)?p.parseJSON(bf):bf}catch(bg){}p.data(be,bd,bf)}else{bf=aX}}return bf}function aP(bd){for(var e in bd){if(e!=="toJSON"){return false}}return true}p.extend({queue:function(bd,e,bf){if(!bd){return}e=(e||"fx")+"queue";var be=p._data(bd,e);if(!bf){return be||[]}if(!be||p.isArray(bf)){be=p._data(bd,e,p.makeArray(bf))}else{be.push(bf)}return be},dequeue:function(bf,be){be=be||"fx";var e=p.queue(bf,be),bd=e.shift();if(bd==="inprogress"){bd=e.shift()}if(bd){if(be==="fx"){e.unshift("inprogress")}bd.call(bf,function(){p.dequeue(bf,be)})}if(!e.length){p.removeData(bf,be+"queue",true)}}});p.fn.extend({queue:function(e,bd){if(typeof e!=="string"){bd=e;e="fx"}if(bd===aX){return p.queue(this[0],e)}return this.each(function(bf){var be=p.queue(this,e,bd);if(e==="fx"&&be[0]!=="inprogress"){p.dequeue(this,e)}})},dequeue:function(e){return this.each(function(){p.dequeue(this,e)})},delay:function(bd,e){bd=p.fx?p.fx.speeds[bd]||bd:bd;e=e||"fx";return this.queue(e,function(){var be=this;setTimeout(function(){p.dequeue(be,e)},bd)})},clearQueue:function(e){return this.queue(e||"fx",[])}});var ag=/[\n\t\r]/g,a3=/\s+/,aC=/\r/g,a1=/^(?:href|src|style)$/,c=/^(?:button|input)$/i,B=/^(?:button|input|object|select|textarea)$/i,h=/^a(?:rea)?$/i,M=/^(?:radio|checkbox)$/i;p.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};p.fn.extend({attr:function(e,bd){return p.access(this,e,bd,true,p.attr)},removeAttr:function(e,bd){return this.each(function(){p.attr(this,e,"");if(this.nodeType===1){this.removeAttribute(e)}})},addClass:function(bj){if(p.isFunction(bj)){return this.each(function(bm){var bl=p(this);bl.addClass(bj.call(this,bm,bl.attr("class")))})}if(bj&&typeof bj==="string"){var bg=(bj||"").split(a3);for(var bf=0,be=this.length;bf<be;bf++){var bd=this[bf];if(bd.nodeType===1){if(!bd.className){bd.className=bj}else{var e=" "+bd.className+" ",bi=bd.className;for(var bh=0,bk=bg.length;bh<bk;bh++){if(e.indexOf(" "+bg[bh]+" ")<0){bi+=" "+bg[bh]}}bd.className=p.trim(bi)}}}}return this},removeClass:function(bh){if(p.isFunction(bh)){return this.each(function(bl){var bk=p(this);bk.removeClass(bh.call(this,bl,bk.attr("class")))})}if((bh&&typeof bh==="string")||bh===aX){var bi=(bh||"").split(a3);for(var bf=0,bd=this.length;bf<bd;bf++){var bg=this[bf];if(bg.nodeType===1&&bg.className){if(bh){var be=(" "+bg.className+" ").replace(ag," ");for(var bj=0,e=bi.length;bj<e;bj++){be=be.replace(" "+bi[bj]+" "," ")}bg.className=p.trim(be)}else{bg.className=""}}}}return this},toggleClass:function(bf,bd){var be=typeof bf,e=typeof bd==="boolean";if(p.isFunction(bf)){return this.each(function(bh){var bg=p(this);bg.toggleClass(bf.call(this,bh,bg.attr("class"),bd),bd)})}return this.each(function(){if(be==="string"){var bh,bi=0,bg=p(this),bj=bd,bk=bf.split(a3);while((bh=bk[bi++])){bj=e?bj:!bg.hasClass(bh);bg[bj?"addClass":"removeClass"](bh)}}else{if(be==="undefined"||be==="boolean"){if(this.className){p._data(this,"__className__",this.className)}this.className=this.className||bf===false?"":p._data(this,"__className__")||""}}})},hasClass:function(e){var be=" "+e+" ";for(var bf=0,bd=this.length;bf<bd;bf++){if((" "+this[bf].className+" ").replace(ag," ").indexOf(be)>-1){return true}}return false},val:function(bl){if(!arguments.length){var bf=this[0];if(bf){if(p.nodeName(bf,"option")){var bd=bf.attributes.value;return !bd||bd.specified?bf.value:bf.text}if(p.nodeName(bf,"select")){var bi=bf.selectedIndex,bm=[],bk=bf.options,bh=bf.type==="select-one";if(bi<0){return null}for(var bg=bh?bi:0,bj=bh?bi+1:bk.length;bg<bj;bg++){var be=bk[bg];if(be.selected&&(p.support.optDisabled?!be.disabled:be.getAttribute("disabled")===null)&&(!be.parentNode.disabled||!p.nodeName(be.parentNode,"optgroup"))){bl=p(be).val();if(bh){return bl}bm.push(bl)}}if(bh&&!bm.length&&bk.length){return p(bk[bi]).val()}return bm}if(M.test(bf.type)&&!p.support.checkOn){return bf.getAttribute("value")===null?"on":bf.value}return(bf.value||"").replace(aC,"")}return aX}var e=p.isFunction(bl);return this.each(function(bo){var bn=p(this),bq=bl;if(this.nodeType!==1){return}if(e){bq=bl.call(this,bo,bn.val())}if(bq==null){bq=""}else{if(typeof bq==="number"){bq+=""}else{if(p.isArray(bq)){bq=p.map(bq,function(br){return br==null?"":br+""})}}}if(p.isArray(bq)&&M.test(this.type)){this.checked=p.inArray(bn.val(),bq)>=0}else{if(p.nodeName(this,"select")){var bp=p.makeArray(bq);p("option",this).each(function(){this.selected=p.inArray(p(this).val(),bp)>=0});if(!bp.length){this.selectedIndex=-1}}else{this.value=bq}}})}});p.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(be,e,bh,bk){if(!be||be.nodeType===3||be.nodeType===8||be.nodeType===2){return aX}if(bk&&e in p.attrFn){return p(be)[e](bh)}var bf=be.nodeType!==1||!p.isXMLDoc(be),bi=bh!==aX;e=bf&&p.props[e]||e;if(be.nodeType===1){var bd=a1.test(e);if(e==="selected"&&!p.support.optSelected){var bl=be.parentNode;if(bl){bl.selectedIndex;if(bl.parentNode){bl.parentNode.selectedIndex}}}if((e in be||be[e]!==aX)&&bf&&!bd){if(bi){if(e==="type"&&c.test(be.nodeName)&&be.parentNode){p.error("type property can't be changed")}if(bh===null){if(be.nodeType===1){be.removeAttribute(e)}}else{be[e]=bh}}if(p.nodeName(be,"form")&&be.getAttributeNode(e)){return be.getAttributeNode(e).nodeValue}if(e==="tabIndex"){var bj=be.getAttributeNode("tabIndex");return bj&&bj.specified?bj.value:B.test(be.nodeName)||h.test(be.nodeName)&&be.href?0:aX}return be[e]}if(!p.support.style&&bf&&e==="style"){if(bi){be.style.cssText=""+bh}return be.style.cssText}if(bi){be.setAttribute(e,""+bh)}if(!be.attributes[e]&&(be.hasAttribute&&!be.hasAttribute(e))){return aX}var bg=!p.support.hrefNormalized&&bf&&bd?be.getAttribute(e,2):be.getAttribute(e);return bg===null?aX:bg}if(bi){be[e]=bh}return be[e]}});var aL=/\.(.*)$/,a0=/^(?:textarea|input|select)$/i,J=/\./g,aD=/ /g,ap=/[^\w\s.|`]/g,aZ=function(e){return e.replace(ap,"\\$&")};p.event={add:function(bj,bm,br,bl){if(bj.nodeType===3||bj.nodeType===8){return}try{if(p.isWindow(bj)&&(bj!==G&&!bj.frameElement)){bj=G}}catch(bn){}if(br===false){br=z}else{if(!br){return}}var bh,bq;if(br.handler){bh=br;br=bh.handler}if(!br.guid){br.guid=p.guid++}var bf=p._data(bj);if(!bf){return}var bp=bf.events,bg=bf.handle;if(!bp){bf.events=bp={}}if(!bg){bf.handle=bg=function(){return typeof p!=="undefined"&&!p.event.triggered?p.event.handle.apply(bg.elem,arguments):aX}}bg.elem=bj;bm=bm.split(" ");var bo,bk=0,be;while((bo=bm[bk++])){bq=bh?p.extend({},bh):{handler:br,data:bl};if(bo.indexOf(".")>-1){be=bo.split(".");bo=be.shift();bq.namespace=be.slice(0).sort().join(".")}else{be=[];bq.namespace=""}bq.type=bo;if(!bq.guid){bq.guid=br.guid}var bi=bp[bo],bd=p.event.special[bo]||{};if(!bi){bi=bp[bo]=[];if(!bd.setup||bd.setup.call(bj,bl,be,bg)===false){if(bj.addEventListener){bj.addEventListener(bo,bg,false)}else{if(bj.attachEvent){bj.attachEvent("on"+bo,bg)}}}}if(bd.add){bd.add.call(bj,bq);if(!bq.handler.guid){bq.handler.guid=br.guid}}bi.push(bq);p.event.global[bo]=true}bj=null},global:{},remove:function(bs,bm,bd,bg){if(bs.nodeType===3||bs.nodeType===8){return}if(bd===false){bd=z}var bu,bf,bi,bq,br=0,be,bj,bn,bh,bk,e,bt,bp=p.hasData(bs)&&p._data(bs),bl=bp&&bp.events;if(!bp||!bl){return}if(bm&&bm.type){bd=bm.handler;bm=bm.type}if(!bm||typeof bm==="string"&&bm.charAt(0)==="."){bm=bm||"";for(bf in bl){p.event.remove(bs,bf+bm)}return}bm=bm.split(" ");while((bf=bm[br++])){bt=bf;e=null;be=bf.indexOf(".")<0;bj=[];if(!be){bj=bf.split(".");bf=bj.shift();bn=new RegExp("(^|\\.)"+p.map(bj.slice(0).sort(),aZ).join("\\.(?:.*\\.)?")+"(\\.|$)")}bk=bl[bf];if(!bk){continue}if(!bd){for(bq=0;bq<bk.length;bq++){e=bk[bq];if(be||bn.test(e.namespace)){p.event.remove(bs,bt,e.handler,bq);bk.splice(bq--,1)}}continue}bh=p.event.special[bf]||{};for(bq=bg||0;bq<bk.length;bq++){e=bk[bq];if(bd.guid===e.guid){if(be||bn.test(e.namespace)){if(bg==null){bk.splice(bq--,1)}if(bh.remove){bh.remove.call(bs,e)}}if(bg!=null){break}}}if(bk.length===0||bg!=null&&bk.length===1){if(!bh.teardown||bh.teardown.call(bs,bj)===false){p.removeEvent(bs,bf,bp.handle)}bu=null;delete bl[bf]}}if(p.isEmptyObject(bl)){var bo=bp.handle;if(bo){bo.elem=null}delete bp.events;delete bp.handle;if(p.isEmptyObject(bp)){p.removeData(bs,aX,true)}}},trigger:function(be,bl,bi){var bm=be.type||be,bj=arguments[3];if(!bj){be=typeof be==="object"?be[p.expando]?be:p.extend(p.Event(bm),be):p.Event(bm);if(bm.indexOf("!")>=0){be.type=bm=bm.slice(0,-1);be.exclusive=true}if(!bi){be.stopPropagation();if(p.event.global[bm]){p.each(p.cache,function(){var br=p.expando,bq=this[br];if(bq&&bq.events&&bq.events[bm]){p.event.trigger(be,bl,bq.handle.elem)}})}}if(!bi||bi.nodeType===3||bi.nodeType===8){return aX}be.result=aX;be.target=bi;bl=p.makeArray(bl);bl.unshift(be)}be.currentTarget=bi;var bg=p._data(bi,"handle");if(bg){bg.apply(bi,bl)}var bo=bi.parentNode||bi.ownerDocument;try{if(!(bi&&bi.nodeName&&p.noData[bi.nodeName.toLowerCase()])){if(bi["on"+bm]&&bi["on"+bm].apply(bi,bl)===false){be.result=false;be.preventDefault()}}}catch(bp){}if(!be.isPropagationStopped()&&bo){p.event.trigger(be,bl,bo,true)}else{if(!be.isDefaultPrevented()){var bh,bf=be.target,e=bm.replace(aL,""),bn=p.nodeName(bf,"a")&&e==="click",bd=p.event.special[e]||{};if((!bd._default||bd._default.call(bi,be)===false)&&!bn&&!(bf&&bf.nodeName&&p.noData[bf.nodeName.toLowerCase()])){try{if(bf[e]){bh=bf["on"+e];if(bh){bf["on"+e]=null}p.event.triggered=true;bf[e]()}}catch(bk){}if(bh){bf["on"+e]=bh}p.event.triggered=false}}}},handle:function(e){var bn,bf,bd,bk,bm,be=[],bj=p.makeArray(arguments);e=bj[0]=p.event.fix(e||G.event);e.currentTarget=this;bn=e.type.indexOf(".")<0&&!e.exclusive;if(!bn){bd=e.type.split(".");e.type=bd.shift();be=bd.slice(0).sort();bk=new RegExp("(^|\\.)"+be.join("\\.(?:.*\\.)?")+"(\\.|$)")}e.namespace=e.namespace||be.join(".");bm=p._data(this,"events");bf=(bm||{})[e.type];if(bm&&bf){bf=bf.slice(0);for(var bh=0,bg=bf.length;bh<bg;bh++){var bl=bf[bh];if(bn||bk.test(bl.namespace)){e.handler=bl.handler;e.data=bl.data;e.handleObj=bl;var bi=bl.handler.apply(this,bj);if(bi!==aX){e.result=bi;if(bi===false){e.preventDefault();e.stopPropagation()}}if(e.isImmediatePropagationStopped()){break}}}}return e.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 pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(bf){if(bf[p.expando]){return bf}var bd=bf;bf=p.Event(bd);for(var be=this.props.length,bh;be;){bh=this.props[--be];bf[bh]=bd[bh]}if(!bf.target){bf.target=bf.srcElement||ad}if(bf.target.nodeType===3){bf.target=bf.target.parentNode}if(!bf.relatedTarget&&bf.fromElement){bf.relatedTarget=bf.fromElement===bf.target?bf.toElement:bf.fromElement}if(bf.pageX==null&&bf.clientX!=null){var bg=ad.documentElement,e=ad.body;bf.pageX=bf.clientX+(bg&&bg.scrollLeft||e&&e.scrollLeft||0)-(bg&&bg.clientLeft||e&&e.clientLeft||0);bf.pageY=bf.clientY+(bg&&bg.scrollTop||e&&e.scrollTop||0)-(bg&&bg.clientTop||e&&e.clientTop||0)}if(bf.which==null&&(bf.charCode!=null||bf.keyCode!=null)){bf.which=bf.charCode!=null?bf.charCode:bf.keyCode}if(!bf.metaKey&&bf.ctrlKey){bf.metaKey=bf.ctrlKey}if(!bf.which&&bf.button!==aX){bf.which=(bf.button&1?1:(bf.button&2?3:(bf.button&4?2:0)))}return bf},guid:100000000,proxy:p.proxy,special:{ready:{setup:p.bindReady,teardown:p.noop},live:{add:function(e){p.event.add(this,b(e.origType,e.selector),p.extend({},e,{handler:az,guid:e.handler.guid}))},remove:function(e){p.event.remove(this,b(e.origType,e.selector),e)}},beforeunload:{setup:function(be,bd,e){if(p.isWindow(this)){this.onbeforeunload=e}},teardown:function(bd,e){if(this.onbeforeunload===e){this.onbeforeunload=null}}}}};p.removeEvent=ad.removeEventListener?function(be,bd,e){if(be.removeEventListener){be.removeEventListener(bd,e,false)}}:function(be,bd,e){if(be.detachEvent){be.detachEvent("on"+bd,e)}};p.Event=function(e){if(!this.preventDefault){return new p.Event(e)}if(e&&e.type){this.originalEvent=e;this.type=e.type;this.isDefaultPrevented=(e.defaultPrevented||e.returnValue===false||e.getPreventDefault&&e.getPreventDefault())?f:z}else{this.type=e}this.timeStamp=p.now();this[p.expando]=true};function z(){return false}function f(){return true}p.Event.prototype={preventDefault:function(){this.isDefaultPrevented=f;var bd=this.originalEvent;if(!bd){return}if(bd.preventDefault){bd.preventDefault()}else{bd.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=f;var bd=this.originalEvent;if(!bd){return}if(bd.stopPropagation){bd.stopPropagation()}bd.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=f;this.stopPropagation()},isDefaultPrevented:z,isPropagationStopped:z,isImmediatePropagationStopped:z};var V=function(be){var bd=be.relatedTarget;try{if(bd!==ad&&!bd.parentNode){return}while(bd&&bd!==this){bd=bd.parentNode}if(bd!==this){be.type=be.data;p.event.handle.apply(this,arguments)}}catch(bf){}},aG=function(e){e.type=e.data;p.event.handle.apply(this,arguments)};p.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(bd,e){p.event.special[bd]={setup:function(be){p.event.add(this,e,be&&be.selector?aG:V,bd)},teardown:function(be){p.event.remove(this,e,be&&be.selector?aG:V)}}});if(!p.support.submitBubbles){p.event.special.submit={setup:function(bd,e){if(this.nodeName&&this.nodeName.toLowerCase()!=="form"){p.event.add(this,"click.specialSubmit",function(bg){var bf=bg.target,be=bf.type;if((be==="submit"||be==="image")&&p(bf).closest("form").length){R("submit",this,arguments)}});p.event.add(this,"keypress.specialSubmit",function(bg){var bf=bg.target,be=bf.type;if((be==="text"||be==="password")&&p(bf).closest("form").length&&bg.keyCode===13){R("submit",this,arguments)}})}else{return false}},teardown:function(e){p.event.remove(this,".specialSubmit")}}}if(!p.support.changeBubbles){var x,i=function(bd){var e=bd.type,be=bd.value;if(e==="radio"||e==="checkbox"){be=bd.checked}else{if(e==="select-multiple"){be=bd.selectedIndex>-1?p.map(bd.options,function(bf){return bf.selected}).join("-"):""}else{if(bd.nodeName.toLowerCase()==="select"){be=bd.selectedIndex}}}return be},T=function T(bf){var bd=bf.target,be,bg;if(!a0.test(bd.nodeName)||bd.readOnly){return}be=p._data(bd,"_change_data");bg=i(bd);if(bf.type!=="focusout"||bd.type!=="radio"){p._data(bd,"_change_data",bg)}if(be===aX||bg===be){return}if(be!=null||bg){bf.type="change";bf.liveFired=aX;p.event.trigger(bf,arguments[1],bd)}};p.event.special.change={filters:{focusout:T,beforedeactivate:T,click:function(bf){var be=bf.target,bd=be.type;if(bd==="radio"||bd==="checkbox"||be.nodeName.toLowerCase()==="select"){T.call(this,bf)}},keydown:function(bf){var be=bf.target,bd=be.type;if((bf.keyCode===13&&be.nodeName.toLowerCase()!=="textarea")||(bf.keyCode===32&&(bd==="checkbox"||bd==="radio"))||bd==="select-multiple"){T.call(this,bf)}},beforeactivate:function(be){var bd=be.target;p._data(bd,"_change_data",i(bd))}},setup:function(be,bd){if(this.type==="file"){return false}for(var e in x){p.event.add(this,e+".specialChange",x[e])}return a0.test(this.nodeName)},teardown:function(e){p.event.remove(this,".specialChange");return a0.test(this.nodeName)}};x=p.event.special.change.filters;x.focus=x.beforeactivate}function R(bd,bf,e){var be=p.extend({},e[0]);be.type=bd;be.originalEvent={};be.liveFired=aX;p.event.handle.call(bf,be);if(be.isDefaultPrevented()){e[0].preventDefault()}}if(ad.addEventListener){p.each({focus:"focusin",blur:"focusout"},function(be,e){p.event.special[e]={setup:function(){this.addEventListener(be,bd,true)},teardown:function(){this.removeEventListener(be,bd,true)}};function bd(bf){bf=p.event.fix(bf);bf.type=e;return p.event.handle.call(this,bf)}})}p.each(["bind","one"],function(bd,e){p.fn[e]=function(bj,bk,bi){if(typeof bj==="object"){for(var bg in bj){this[e](bg,bk,bj[bg],bi)}return this}if(p.isFunction(bk)||bk===false){bi=bk;bk=aX}var bh=e==="one"?p.proxy(bi,function(bl){p(this).unbind(bl,bh);return bi.apply(this,arguments)}):bi;if(bj==="unload"&&e!=="one"){this.one(bj,bk,bi)}else{for(var bf=0,be=this.length;bf<be;bf++){p.event.add(this[bf],bj,bh,bk)}}return this}});p.fn.extend({unbind:function(bg,bf){if(typeof bg==="object"&&!bg.preventDefault){for(var be in bg){this.unbind(be,bg[be])}}else{for(var bd=0,e=this.length;bd<e;bd++){p.event.remove(this[bd],bg,bf)}}return this},delegate:function(e,bd,bf,be){return this.live(bd,bf,be,e)},undelegate:function(e,bd,be){if(arguments.length===0){return this.unbind("live")}else{return this.die(bd,null,be,e)}},trigger:function(e,bd){return this.each(function(){p.event.trigger(e,bd,this)})},triggerHandler:function(e,be){if(this[0]){var bd=p.Event(e);bd.preventDefault();bd.stopPropagation();p.event.trigger(bd,be,this[0]);return bd.result}},toggle:function(be){var e=arguments,bd=1;while(bd<e.length){p.proxy(be,e[bd++])}return this.click(p.proxy(be,function(bf){var bg=(p._data(this,"lastToggle"+be.guid)||0)%bd;p._data(this,"lastToggle"+be.guid,bg+1);bf.preventDefault();return e[bg].apply(this,arguments)||false}))},hover:function(e,bd){return this.mouseenter(e).mouseleave(bd||e)}});var aE={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};p.each(["live","die"],function(bd,e){p.fn[e]=function(bn,bk,bp,bm){var bo,bj=0,bl,bf,bq,bh=bm||this.selector,be=bm?this:p(this.context);if(typeof bn==="object"&&!bn.preventDefault){for(var br in bn){be[e](br,bk,bn[br],bh)}return this}if(p.isFunction(bk)){bp=bk;bk=aX}bn=(bn||"").split(" ");while((bo=bn[bj++])!=null){bl=aL.exec(bo);bf="";if(bl){bf=bl[0];bo=bo.replace(aL,"")}if(bo==="hover"){bn.push("mouseenter"+bf,"mouseleave"+bf);continue}bq=bo;if(bo==="focus"||bo==="blur"){bn.push(aE[bo]+bf);bo=bo+bf}else{bo=(aE[bo]||bo)+bf}if(e==="live"){for(var bi=0,bg=be.length;bi<bg;bi++){p.event.add(be[bi],"live."+b(bo,bh),{data:bk,selector:bh,handler:bp,origType:bo,origHandler:bp,preType:bq})}}else{be.unbind("live."+b(bo,bh),bp)}}return this}});function az(bm){var bl,be,bt,bg,e,bp,bn,bo,bk,br,bj,bi,bs,bq=[],bf=[],bh=p._data(this,"events");if(bm.liveFired===this||!bh||!bh.live||bm.target.disabled||bm.button&&bm.type==="click"){return}if(bm.namespace){bi=new RegExp("(^|\\.)"+bm.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")}bm.liveFired=this;var bd=bh.live.slice(0);for(bn=0;bn<bd.length;bn++){e=bd[bn];if(e.origType.replace(aL,"")===bm.type){bf.push(e.selector)}else{bd.splice(bn--,1)}}bg=p(bm.target).closest(bf,bm.currentTarget);for(bo=0,bk=bg.length;bo<bk;bo++){bj=bg[bo];for(bn=0;bn<bd.length;bn++){e=bd[bn];if(bj.selector===e.selector&&(!bi||bi.test(e.namespace))&&!bj.elem.disabled){bp=bj.elem;bt=null;if(e.preType==="mouseenter"||e.preType==="mouseleave"){bm.type=e.preType;bt=p(bm.relatedTarget).closest(e.selector)[0]}if(!bt||bt!==bp){bq.push({elem:bp,handleObj:e,level:bj.level})}}}}for(bo=0,bk=bq.length;bo<bk;bo++){bg=bq[bo];if(be&&bg.level>be){break}bm.currentTarget=bg.elem;bm.data=bg.handleObj.data;bm.handleObj=bg.handleObj;bs=bg.handleObj.origHandler.apply(bg.elem,arguments);if(bs===false||bm.isPropagationStopped()){be=bg.level;if(bs===false){bl=false}if(bm.isImmediatePropagationStopped()){break}}}return bl}function b(bd,e){return(bd&&bd!=="*"?bd+".":"")+e.replace(J,"`").replace(aD,"&")}p.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(bd,e){p.fn[e]=function(bf,be){if(be==null){be=bf;bf=null}return arguments.length>0?this.bind(e,bf,be):this.trigger(e)};if(p.attrFn){p.attrFn[e]=true}});(function(){var bn=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bo=0,br=Object.prototype.toString,bi=false,bf=true,bu=/\\/g,bv=/\W/;[0,0].sort(function(){bf=false;return 0});var bm=function(bB,e,bE,bF){bE=bE||[];e=e||ad;var bw=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bB||typeof bB!=="string"){return bE}var by,bI,bL,bx,bH,bK,bJ,bD,bA=true,bz=bm.isXML(e),bC=[],bG=bB;do{bn.exec("");by=bn.exec(bG);if(by){bG=by[3];bC.push(by[1]);if(by[2]){bx=by[3];break}}}while(by);if(bC.length>1&&bh.exec(bB)){if(bC.length===2&&bj.relative[bC[0]]){bI=bp(bC[0]+bC[1],e)}else{bI=bj.relative[bC[0]]?[e]:bm(bC.shift(),e);while(bC.length){bB=bC.shift();if(bj.relative[bB]){bB+=bC.shift()}bI=bp(bB,bI)}}}else{if(!bF&&bC.length>1&&e.nodeType===9&&!bz&&bj.match.ID.test(bC[0])&&!bj.match.ID.test(bC[bC.length-1])){bH=bm.find(bC.shift(),e,bz);e=bH.expr?bm.filter(bH.expr,bH.set)[0]:bH.set[0]}if(e){bH=bF?{expr:bC.pop(),set:bk(bF)}:bm.find(bC.pop(),bC.length===1&&(bC[0]==="~"||bC[0]==="+")&&e.parentNode?e.parentNode:e,bz);bI=bH.expr?bm.filter(bH.expr,bH.set):bH.set;if(bC.length>0){bL=bk(bI)}else{bA=false}while(bC.length){bK=bC.pop();bJ=bK;if(!bj.relative[bK]){bK=""}else{bJ=bC.pop()}if(bJ==null){bJ=e}bj.relative[bK](bL,bJ,bz)}}else{bL=bC=[]}}if(!bL){bL=bI}if(!bL){bm.error(bK||bB)}if(br.call(bL)==="[object Array]"){if(!bA){bE.push.apply(bE,bL)}else{if(e&&e.nodeType===1){for(bD=0;bL[bD]!=null;bD++){if(bL[bD]&&(bL[bD]===true||bL[bD].nodeType===1&&bm.contains(e,bL[bD]))){bE.push(bI[bD])}}}else{for(bD=0;bL[bD]!=null;bD++){if(bL[bD]&&bL[bD].nodeType===1){bE.push(bI[bD])}}}}}else{bk(bL,bE)}if(bx){bm(bx,bw,bE,bF);bm.uniqueSort(bE)}return bE};bm.uniqueSort=function(bw){if(bt){bi=bf;bw.sort(bt);if(bi){for(var e=1;e<bw.length;e++){if(bw[e]===bw[e-1]){bw.splice(e--,1)}}}}return bw};bm.matches=function(e,bw){return bm(e,null,null,bw)};bm.matchesSelector=function(e,bw){return bm(bw,null,null,[e]).length>0};bm.find=function(bB,e,bD){var bC;if(!bB){return[]}for(var by=0,bx=bj.order.length;by<bx;by++){var bz,bA=bj.order[by];if((bz=bj.leftMatch[bA].exec(bB))){var bw=bz[1];bz.splice(1,1);if(bw.substr(bw.length-1)!=="\\"){bz[1]=(bz[1]||"").replace(bu,"");bC=bj.find[bA](bz,e,bD);if(bC!=null){bB=bB.replace(bj.match[bA],"");break}}}}if(!bC){bC=typeof e.getElementsByTagName!=="undefined"?e.getElementsByTagName("*"):[]}return{set:bC,expr:bB}};bm.filter=function(bG,bH,bK,bx){var bz,bD,e=bG,bF=[],bB=bH,bA=bH&&bH[0]&&bm.isXML(bH[0]);while(bG&&bH.length){for(var bE in bj.filter){if((bz=bj.leftMatch[bE].exec(bG))!=null&&bz[2]){var bL,bJ,bC=bj.filter[bE],bw=bz[1];bD=false;bz.splice(1,1);if(bw.substr(bw.length-1)==="\\"){continue}if(bB===bF){bF=[]}if(bj.preFilter[bE]){bz=bj.preFilter[bE](bz,bB,bK,bF,bx,bA);if(!bz){bD=bL=true}else{if(bz===true){continue}}}if(bz){for(var by=0;(bJ=bB[by])!=null;by++){if(bJ){bL=bC(bJ,bz,by,bB);var bI=bx^!!bL;if(bK&&bL!=null){if(bI){bD=true}else{bB[by]=false}}else{if(bI){bF.push(bJ);bD=true}}}}}if(bL!==aX){if(!bK){bB=bF}bG=bG.replace(bj.match[bE],"");if(!bD){return[]}break}}}if(bG===e){if(bD==null){bm.error(bG)}else{break}}e=bG}return bB};bm.error=function(e){throw"Syntax error, unrecognized expression: "+e};var bj=bm.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|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")},type:function(e){return e.getAttribute("type")}},relative:{"+":function(bB,bx){var bw=typeof bx==="string",bA=bw&&!bv.test(bx),bC=bw&&!bA;if(bA){bx=bx.toLowerCase()}for(var by=0,e=bB.length,bz;by<e;by++){if((bz=bB[by])){while((bz=bz.previousSibling)&&bz.nodeType!==1){}bB[by]=bC||bz&&bz.nodeName.toLowerCase()===bx?bz||false:bz===bx}}if(bC){bm.filter(bx,bB,true)}},">":function(bB,by){var bA,bx=typeof by==="string",bz=0,e=bB.length;if(bx&&!bv.test(by)){by=by.toLowerCase();for(;bz<e;bz++){bA=bB[bz];if(bA){var bw=bA.parentNode;bB[bz]=bw.nodeName.toLowerCase()===by?bw:false}}}else{for(;bz<e;bz++){bA=bB[bz];if(bA){bB[bz]=bx?bA.parentNode:bA.parentNode===by}}if(bx){bm.filter(by,bB,true)}}},"":function(by,bw,bA){var bz,bx=bo++,e=bq;if(typeof bw==="string"&&!bv.test(bw)){bw=bw.toLowerCase();bz=bw;e=bd}e("parentNode",bw,bx,by,bz,bA)},"~":function(by,bw,bA){var bz,bx=bo++,e=bq;if(typeof bw==="string"&&!bv.test(bw)){bw=bw.toLowerCase();bz=bw;e=bd}e("previousSibling",bw,bx,by,bz,bA)}},find:{ID:function(bw,bx,by){if(typeof bx.getElementById!=="undefined"&&!by){var e=bx.getElementById(bw[1]);return e&&e.parentNode?[e]:[]}},NAME:function(bx,bA){if(typeof bA.getElementsByName!=="undefined"){var bw=[],bz=bA.getElementsByName(bx[1]);for(var by=0,e=bz.length;by<e;by++){if(bz[by].getAttribute("name")===bx[1]){bw.push(bz[by])}}return bw.length===0?null:bw}},TAG:function(e,bw){if(typeof bw.getElementsByTagName!=="undefined"){return bw.getElementsByTagName(e[1])}}},preFilter:{CLASS:function(bx,e,bw,bB,bA,bC){bx=" "+bx[1].replace(bu,"")+" ";if(bC){return bx}for(var by=0,bz;(bz=e[by])!=null;by++){if(bz){if(bA^(bz.className&&(" "+bz.className+" ").replace(/[\t\n\r]/g," ").indexOf(bx)>=0)){if(!bw){bB.push(bz)}}else{if(bw){e[by]=false}}}}return false},ID:function(e){return e[1].replace(bu,"")},TAG:function(bw,e){return bw[1].replace(bu,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){bm.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bw=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bw[1]+(bw[2]||1))-0;e[3]=bw[3]-0}else{if(e[2]){bm.error(e[0])}}e[0]=bo++;return e},ATTR:function(by,e,bw,bA,bz,bB){var bx=by[1]=by[1].replace(bu,"");if(!bB&&bj.attrMap[bx]){by[1]=bj.attrMap[bx]}by[4]=(by[4]||by[5]||"").replace(bu,"");if(by[2]==="~="){by[4]=" "+by[4]+" "}return by},PSEUDO:function(by,e,bw,bA,bz){if(by[1]==="not"){if((bn.exec(by[3])||"").length>1||/^\w/.test(by[3])){by[3]=bm(by[3],null,null,e)}else{var bx=bm.filter(by[3],e,bw,true^bz);if(!bw){bA.push.apply(bA,bx)}return false}}else{if(bj.match.POS.test(by[0])||bj.match.CHILD.test(by[0])){return true}}return by},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bx,bw,e){return !!bm(e[3],bx).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(e){return"text"===e.getAttribute("type")},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toLowerCase()==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)}},setFilters:{first:function(bw,e){return e===0},last:function(bx,bw,e,by){return bw===by.length-1},even:function(bw,e){return e%2===0},odd:function(bw,e){return e%2===1},lt:function(bx,bw,e){return bw<e[3]-0},gt:function(bx,bw,e){return bw>e[3]-0},nth:function(bx,bw,e){return e[3]-0===bw},eq:function(bx,bw,e){return e[3]-0===bw}},filter:{PSEUDO:function(bx,bB,bA,bD){var e=bB[1],bC=bj.filters[e];if(bC){return bC(bx,bA,bB,bD)}else{if(e==="contains"){return(bx.textContent||bx.innerText||bm.getText([bx])||"").indexOf(bB[3])>=0}else{if(e==="not"){var bw=bB[3];for(var bz=0,by=bw.length;bz<by;bz++){if(bw[bz]===bx){return false}}return true}else{bm.error(e)}}}},CHILD:function(bw,bx){var bB=bx[1],e=bw;switch(bB){case"only":case"first":while((e=e.previousSibling)){if(e.nodeType===1){return false}}if(bB==="first"){return true}e=bw;case"last":while((e=e.nextSibling)){if(e.nodeType===1){return false}}return true;case"nth":var by=bx[2],bD=bx[3];if(by===1&&bD===0){return true}var bA=bx[0],bE=bw.parentNode;if(bE&&(bE.sizcache!==bA||!bw.nodeIndex)){var bz=0;for(e=bE.firstChild;e;e=e.nextSibling){if(e.nodeType===1){e.nodeIndex=++bz}}bE.sizcache=bA}var bC=bw.nodeIndex-bD;if(by===0){return bC===0}else{return(bC%by===0&&bC/by>=0)}}},ID:function(bw,e){return bw.nodeType===1&&bw.getAttribute("id")===e},TAG:function(bw,e){return(e==="*"&&bw.nodeType===1)||bw.nodeName.toLowerCase()===e},CLASS:function(bw,e){return(" "+(bw.className||bw.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bz,bx){var bw=bx[1],bB=bj.attrHandle[bw]?bj.attrHandle[bw](bz):bz[bw]!=null?bz[bw]:bz.getAttribute(bw),bA=bB+"",by=bx[2],e=bx[4];return bB==null?by==="!=":by==="="?bA===e:by==="*="?bA.indexOf(e)>=0:by==="~="?(" "+bA+" ").indexOf(e)>=0:!e?bA&&bB!==false:by==="!="?bA!==e:by==="^="?bA.indexOf(e)===0:by==="$="?bA.substr(bA.length-e.length)===e:by==="|="?bA===e||bA.substr(0,e.length+1)===e+"-":false},POS:function(bz,bx,by,bA){var bw=bx[2],e=bj.setFilters[bw];if(e){return e(bz,by,bx,bA)}}}};var bh=bj.match.POS,bl=function(bw,e){return"\\"+(e-0+1)};for(var bg in bj.match){bj.match[bg]=new RegExp(bj.match[bg].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bj.leftMatch[bg]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bj.match[bg].source.replace(/\\(\d+)/g,bl))}var bk=function(bw,e){bw=Array.prototype.slice.call(bw,0);if(e){e.push.apply(e,bw);return e}return bw};try{Array.prototype.slice.call(ad.documentElement.childNodes,0)[0].nodeType}catch(bs){bk=function(bz,by){var bx=0,bw=by||[];if(br.call(bz)==="[object Array]"){Array.prototype.push.apply(bw,bz)}else{if(typeof bz.length==="number"){for(var e=bz.length;bx<e;bx++){bw.push(bz[bx])}}else{for(;bz[bx];bx++){bw.push(bz[bx])}}}return bw}}var bt,be;if(ad.documentElement.compareDocumentPosition){bt=function(bw,e){if(bw===e){bi=true;return 0}if(!bw.compareDocumentPosition||!e.compareDocumentPosition){return bw.compareDocumentPosition?-1:1}return bw.compareDocumentPosition(e)&4?-1:1}}else{bt=function(bD,bB){var bA,bw,bx=[],e=[],bz=bD.parentNode,bC=bB.parentNode,bE=bz;if(bD===bB){bi=true;return 0}else{if(bz===bC){return be(bD,bB)}else{if(!bz){return -1}else{if(!bC){return 1}}}}while(bE){bx.unshift(bE);bE=bE.parentNode}bE=bC;while(bE){e.unshift(bE);bE=bE.parentNode}bA=bx.length;bw=e.length;for(var by=0;by<bA&&by<bw;by++){if(bx[by]!==e[by]){return be(bx[by],e[by])}}return by===bA?be(bD,e[by],-1):be(bx[by],bB,1)};be=function(bw,e,bx){if(bw===e){return bx}var by=bw.nextSibling;while(by){if(by===e){return -1}by=by.nextSibling}return 1}}bm.getText=function(e){var bw="",by;for(var bx=0;e[bx];bx++){by=e[bx];if(by.nodeType===3||by.nodeType===4){bw+=by.nodeValue}else{if(by.nodeType!==8){bw+=bm.getText(by.childNodes)}}}return bw};(function(){var bw=ad.createElement("div"),bx="script"+(new Date()).getTime(),e=ad.documentElement;bw.innerHTML="<a name='"+bx+"'/>";e.insertBefore(bw,e.firstChild);if(ad.getElementById(bx)){bj.find.ID=function(bz,bA,bB){if(typeof bA.getElementById!=="undefined"&&!bB){var by=bA.getElementById(bz[1]);return by?by.id===bz[1]||typeof by.getAttributeNode!=="undefined"&&by.getAttributeNode("id").nodeValue===bz[1]?[by]:aX:[]}};bj.filter.ID=function(bA,by){var bz=typeof bA.getAttributeNode!=="undefined"&&bA.getAttributeNode("id");return bA.nodeType===1&&bz&&bz.nodeValue===by}}e.removeChild(bw);e=bw=null})();(function(){var e=ad.createElement("div");e.appendChild(ad.createComment(""));if(e.getElementsByTagName("*").length>0){bj.find.TAG=function(bw,bA){var bz=bA.getElementsByTagName(bw[1]);if(bw[1]==="*"){var by=[];for(var bx=0;bz[bx];bx++){if(bz[bx].nodeType===1){by.push(bz[bx])}}bz=by}return bz}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bj.attrHandle.href=function(bw){return bw.getAttribute("href",2)}}e=null})();if(ad.querySelectorAll){(function(){var e=bm,by=ad.createElement("div"),bx="__sizzle__";by.innerHTML="<p class='TEST'></p>";if(by.querySelectorAll&&by.querySelectorAll(".TEST").length===0){return}bm=function(bJ,bA,bC,bG){bA=bA||ad;if(!bG&&!bm.isXML(bA)){var bH=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(bJ);if(bH&&(bA.nodeType===1||bA.nodeType===9)){if(bH[1]){return bk(bA.getElementsByTagName(bJ),bC)}else{if(bH[2]&&bj.find.CLASS&&bA.getElementsByClassName){return bk(bA.getElementsByClassName(bH[2]),bC)}}}if(bA.nodeType===9){if(bJ==="body"&&bA.body){return bk([bA.body],bC)}else{if(bH&&bH[3]){var bD=bA.getElementById(bH[3]);if(bD&&bD.parentNode){if(bD.id===bH[3]){return bk([bD],bC)}}else{return bk([],bC)}}}try{return bk(bA.querySelectorAll(bJ),bC)}catch(bE){}}else{if(bA.nodeType===1&&bA.nodeName.toLowerCase()!=="object"){var bI=bA,bB=bA.getAttribute("id"),bz=bB||bx,bK=bA.parentNode,bL=/^\s*[+~]/.test(bJ);if(!bB){bA.setAttribute("id",bz)}else{bz=bz.replace(/'/g,"\\$&")}if(bL&&bK){bA=bA.parentNode}try{if(!bL||bK){return bk(bA.querySelectorAll("[id='"+bz+"'] "+bJ),bC)}}catch(bF){}finally{if(!bB){bI.removeAttribute("id")}}}}}return e(bJ,bA,bC,bG)};for(var bw in e){bm[bw]=e[bw]}by=null})()}(function(){var e=ad.documentElement,bx=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector,bw=false;try{bx.call(ad.documentElement,"[test!='']:sizzle")}catch(by){bw=true}if(bx){bm.matchesSelector=function(bz,bB){bB=bB.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!bm.isXML(bz)){try{if(bw||!bj.match.PSEUDO.test(bB)&&!/!=/.test(bB)){return bx.call(bz,bB)}}catch(bA){}}return bm(bB,null,null,[bz]).length>0}}})();(function(){var e=ad.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bj.order.splice(1,0,"CLASS");bj.find.CLASS=function(bw,bx,by){if(typeof bx.getElementsByClassName!=="undefined"&&!by){return bx.getElementsByClassName(bw[1])}};e=null})();function bd(bw,bC,bA,bD,bB,bE){for(var by=0,bx=bD.length;by<bx;by++){var e=bD[by];if(e){var bz=false;e=e[bw];while(e){if(e.sizcache===bA){bz=bD[e.sizset];break}if(e.nodeType===1&&!bE){e.sizcache=bA;e.sizset=by}if(e.nodeName.toLowerCase()===bC){bz=e;break}e=e[bw]}bD[by]=bz}}}function bq(bw,bC,bA,bD,bB,bE){for(var by=0,bx=bD.length;by<bx;by++){var e=bD[by];if(e){var bz=false;e=e[bw];while(e){if(e.sizcache===bA){bz=bD[e.sizset];break}if(e.nodeType===1){if(!bE){e.sizcache=bA;e.sizset=by}if(typeof bC!=="string"){if(e===bC){bz=true;break}}else{if(bm.filter(bC,[e]).length>0){bz=e;break}}}e=e[bw]}bD[by]=bz}}}if(ad.documentElement.contains){bm.contains=function(bw,e){return bw!==e&&(bw.contains?bw.contains(e):true)}}else{if(ad.documentElement.compareDocumentPosition){bm.contains=function(bw,e){return !!(bw.compareDocumentPosition(e)&16)}}else{bm.contains=function(){return false}}}bm.isXML=function(e){var bw=(e?e.ownerDocument||e:0).documentElement;return bw?bw.nodeName!=="HTML":false};var bp=function(e,bB){var bz,bC=[],by="",bx=bB.nodeType?[bB]:bB;while((bz=bj.match.PSEUDO.exec(e))){by+=bz[0];e=e.replace(bj.match.PSEUDO,"")}e=bj.relative[e]?e+"*":e;for(var bA=0,bw=bx.length;bA<bw;bA++){bm(e,bx[bA],bC)}return bm.filter(by,bC)};p.find=bm;p.expr=bm.selectors;p.expr[":"]=p.expr.filters;p.unique=bm.uniqueSort;p.text=bm.getText;p.isXMLDoc=bm.isXML;p.contains=bm.contains})();var aJ=/Until$/,ax=/^(?:parents|prevUntil|prevAll)/,aY=/,/,u=/^.[^:#\[\.,]*$/,K=Array.prototype.slice,F=p.expr.match.POS,au={children:true,contents:true,next:true,prev:true};p.fn.extend({find:function(e){var bf=this.pushStack("","find",e),be=0;for(var bg=0,bd=this.length;bg<bd;bg++){be=bf.length;p.find(e,this[bg],bf);if(bg>0){for(var bi=be;bi<bf.length;bi++){for(var bh=0;bh<be;bh++){if(bf[bh]===bf[bi]){bf.splice(bi--,1);break}}}}}return bf},has:function(bd){var e=p(bd);return this.filter(function(){for(var bf=0,be=e.length;bf<be;bf++){if(p.contains(this,e[bf])){return true}}})},not:function(e){return this.pushStack(ao(this,e,false),"not",e)},filter:function(e){return this.pushStack(ao(this,e,true),"filter",e)},is:function(e){return !!e&&p.filter(e,this).length>0},closest:function(bl,bd){var bj=[],bg,bf,bm=this[0];if(p.isArray(bl)){var bi,be,bh={},e=1;if(bm&&bl.length){for(bg=0,bf=bl.length;bg<bf;bg++){be=bl[bg];if(!bh[be]){bh[be]=p.expr.match.POS.test(be)?p(be,bd||this.context):be}}while(bm&&bm.ownerDocument&&bm!==bd){for(be in bh){bi=bh[be];if(bi.jquery?bi.index(bm)>-1:p(bm).is(bi)){bj.push({selector:be,elem:bm,level:e})}}bm=bm.parentNode;e++}}return bj}var bk=F.test(bl)?p(bl,bd||this.context):null;for(bg=0,bf=this.length;bg<bf;bg++){bm=this[bg];while(bm){if(bk?bk.index(bm)>-1:p.find.matchesSelector(bm,bl)){bj.push(bm);break}else{bm=bm.parentNode;if(!bm||!bm.ownerDocument||bm===bd){break}}}}bj=bj.length>1?p.unique(bj):bj;return this.pushStack(bj,"closest",bl)},index:function(e){if(!e||typeof e==="string"){return p.inArray(this[0],e?p(e):this.parent().children())}return p.inArray(e.jquery?e[0]:e,this)},add:function(e,bd){var bf=typeof e==="string"?p(e,bd):p.makeArray(e),be=p.merge(this.get(),bf);return this.pushStack(a2(bf[0])||a2(be[0])?be:p.unique(be))},andSelf:function(){return this.add(this.prevObject)}});function a2(e){return !e||!e.parentNode||e.parentNode.nodeType===11}p.each({parent:function(bd){var e=bd.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return p.dir(e,"parentNode")},parentsUntil:function(bd,e,be){return p.dir(bd,"parentNode",be)},next:function(e){return p.nth(e,2,"nextSibling")},prev:function(e){return p.nth(e,2,"previousSibling")},nextAll:function(e){return p.dir(e,"nextSibling")},prevAll:function(e){return p.dir(e,"previousSibling")},nextUntil:function(bd,e,be){return p.dir(bd,"nextSibling",be)},prevUntil:function(bd,e,be){return p.dir(bd,"previousSibling",be)},siblings:function(e){return p.sibling(e.parentNode.firstChild,e)},children:function(e){return p.sibling(e.firstChild)},contents:function(e){return p.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:p.makeArray(e.childNodes)}},function(e,bd){p.fn[e]=function(bh,be){var bg=p.map(this,bd,bh),bf=K.call(arguments);if(!aJ.test(e)){be=bh}if(be&&typeof be==="string"){bg=p.filter(be,bg)}bg=this.length>1&&!au[e]?p.unique(bg):bg;if((this.length>1||aY.test(be))&&ax.test(e)){bg=bg.reverse()}return this.pushStack(bg,e,bf.join(","))}});p.extend({filter:function(be,e,bd){if(bd){be=":not("+be+")"}return e.length===1?p.find.matchesSelector(e[0],be)?[e[0]]:[]:p.find.matches(be,e)},dir:function(be,bd,bg){var e=[],bf=be[bd];while(bf&&bf.nodeType!==9&&(bg===aX||bf.nodeType!==1||!p(bf).is(bg))){if(bf.nodeType===1){e.push(bf)}bf=bf[bd]}return e},nth:function(bg,bf,bd,be){bf=bf||1;var e=0;for(;bg;bg=bg[bd]){if(bg.nodeType===1&&++e===bf){break}}return bg},sibling:function(be,bd){var e=[];for(;be;be=be.nextSibling){if(be.nodeType===1&&be!==bd){e.push(be)}}return e}});function ao(e,be,bd){if(p.isFunction(be)){return p.grep(e,function(bh,bg){var bi=!!be.call(bh,bg,bh);return bi===bd})}else{if(be.nodeType){return p.grep(e,function(bh,bg){return(bh===be)===bd})}else{if(typeof be==="string"){var bf=p.grep(e,function(bg){return bg.nodeType===1});if(u.test(be)){return p.filter(be,bf,!bd)}else{be=p.filter(be,bf)}}}}return p.grep(e,function(bh,bg){return(p.inArray(bh,be)>=0)===bd})}var X=/ jQuery\d+="(?:\d+|null)"/g,aa=/^\s+/,L=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,l=/<([\w:]+)/,a8=/<tbody/i,P=/<|&#?\w+;/,aU=/<(?:script|object|embed|option|style)/i,n=/checked\s*(?:[^=]|=\s*.checked.)/i,af={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,"",""]};af.optgroup=af.option;af.tbody=af.tfoot=af.colgroup=af.caption=af.thead;af.th=af.td;if(!p.support.htmlSerialize){af._default=[1,"div<div>","</div>"]}p.fn.extend({text:function(e){if(p.isFunction(e)){return this.each(function(be){var bd=p(this);bd.text(e.call(this,be,bd.text()))})}if(typeof e!=="object"&&e!==aX){return this.empty().append((this[0]&&this[0].ownerDocument||ad).createTextNode(e))}return p.text(this)},wrapAll:function(e){if(p.isFunction(e)){return this.each(function(be){p(this).wrapAll(e.call(this,be))})}if(this[0]){var bd=p(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bd.insertBefore(this[0])}bd.map(function(){var be=this;while(be.firstChild&&be.firstChild.nodeType===1){be=be.firstChild}return be}).append(this)}return this},wrapInner:function(e){if(p.isFunction(e)){return this.each(function(bd){p(this).wrapInner(e.call(this,bd))})}return this.each(function(){var be=p(this),bd=be.contents();if(bd.length){bd.wrapAll(e)}else{be.append(e)}})},wrap:function(e){return this.each(function(){p(this).wrapAll(e)})},unwrap:function(){return this.parent().each(function(){if(!p.nodeName(this,"body")){p(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bd){this.parentNode.insertBefore(bd,this)})}else{if(arguments.length){var e=p(arguments[0]);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bd){this.parentNode.insertBefore(bd,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,p(arguments[0]).toArray());return e}}},remove:function(bd,e){for(var be=0,bf;(bf=this[be])!=null;be++){if(!bd||p.filter(bd,[bf]).length){if(!e&&bf.nodeType===1){p.cleanData(bf.getElementsByTagName("*"));p.cleanData([bf])}if(bf.parentNode){bf.parentNode.removeChild(bf)}}}return this},empty:function(){for(var e=0,bd;(bd=this[e])!=null;e++){if(bd.nodeType===1){p.cleanData(bd.getElementsByTagName("*"))}while(bd.firstChild){bd.removeChild(bd.firstChild)}}return this},clone:function(bd,e){bd=bd==null?false:bd;e=e==null?bd:e;return this.map(function(){return p.clone(this,bd,e)})},html:function(bf){if(bf===aX){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null}else{if(typeof bf==="string"&&!aU.test(bf)&&(p.support.leadingWhitespace||!aa.test(bf))&&!af[(l.exec(bf)||["",""])[1].toLowerCase()]){bf=bf.replace(L,"<$1></$2>");try{for(var be=0,bd=this.length;be<bd;be++){if(this[be].nodeType===1){p.cleanData(this[be].getElementsByTagName("*"));this[be].innerHTML=bf}}}catch(bg){this.empty().append(bf)}}else{if(p.isFunction(bf)){this.each(function(bh){var e=p(this);e.html(bf.call(this,bh,e.html()))})}else{this.empty().append(bf)}}}return this},replaceWith:function(e){if(this[0]&&this[0].parentNode){if(p.isFunction(e)){return this.each(function(bf){var be=p(this),bd=be.html();be.replaceWith(e.call(this,bf,bd))})}if(typeof e!=="string"){e=p(e).detach()}return this.each(function(){var be=this.nextSibling,bd=this.parentNode;p(this).remove();if(be){p(be).before(e)}else{p(bd).append(e)}})}else{return this.pushStack(p(p.isFunction(e)?e():e),"replaceWith",e)}},detach:function(e){return this.remove(e,true)},domManip:function(bj,bn,bl){var bg,bh,e,bm,bk=bj[0],be=[];if(!p.support.checkClone&&arguments.length===3&&typeof bk==="string"&&n.test(bk)){return this.each(function(){p(this).domManip(bj,bn,bl,true)})}if(p.isFunction(bk)){return this.each(function(bp){var bo=p(this);bj[0]=bk.call(this,bp,bn?bo.html():aX);bo.domManip(bj,bn,bl)})}if(this[0]){bm=bk&&bk.parentNode;if(p.support.parentNode&&bm&&bm.nodeType===11&&bm.childNodes.length===this.length){bg={fragment:bm}}else{bg=p.buildFragment(bj,this,be)}e=bg.fragment;if(e.childNodes.length===1){bh=e=e.firstChild}else{bh=e.firstChild}if(bh){bn=bn&&p.nodeName(bh,"tr");for(var bf=0,bd=this.length,bi=bd-1;bf<bd;bf++){bl.call(bn?aW(this[bf],bh):this[bf],bg.cacheable||(bd>1&&bf<bi)?p.clone(e,true,true):e)}}if(be.length){p.each(be,v)}}return this}});function aW(e,bd){return p.nodeName(e,"table")?(e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody"))):e}function s(e,bj){if(bj.nodeType!==1||!p.hasData(e)){return}var bk=p.expando,bd=p.data(e),bg=p.data(bj,bd);if((bd=bd[bk])){var bi=bd.events;bg=bg[bk]=p.extend({},bd);if(bi){delete bg.handle;bg.events={};for(var bh in bi){for(var bf=0,be=bi[bh].length;bf<be;bf++){p.event.add(bj,bh+(bi[bh][bf].namespace?".":"")+bi[bh][bf].namespace,bi[bh][bf],bi[bh][bf].data)}}}}}function Y(bd,e){if(e.nodeType!==1){return}var be=e.nodeName.toLowerCase();e.clearAttributes();e.mergeAttributes(bd);if(be==="object"){e.outerHTML=bd.outerHTML}else{if(be==="input"&&(bd.type==="checkbox"||bd.type==="radio")){if(bd.checked){e.defaultChecked=e.checked=bd.checked}if(e.value!==bd.value){e.value=bd.value}}else{if(be==="option"){e.selected=bd.defaultSelected}else{if(be==="input"||be==="textarea"){e.defaultValue=bd.defaultValue}}}}e.removeAttribute(p.expando)}p.buildFragment=function(bf,be,e){var bg,bh,bd,bi=(be&&be[0]?be[0].ownerDocument||be[0]:ad);if(bf.length===1&&typeof bf[0]==="string"&&bf[0].length<512&&bi===ad&&bf[0].charAt(0)==="<"&&!aU.test(bf[0])&&(p.support.checkClone||!n.test(bf[0]))){bh=true;bd=p.fragments[bf[0]];if(bd){if(bd!==1){bg=bd}}}if(!bg){bg=bi.createDocumentFragment();p.clean(bf,bi,bg,e)}if(bh){p.fragments[bf[0]]=bd?bg:1}return{fragment:bg,cacheable:bh}};p.fragments={};p.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,bd){p.fn[e]=function(bf){var bj=[],be=p(bf),bi=this.length===1&&this[0].parentNode;if(bi&&bi.nodeType===11&&bi.childNodes.length===1&&be.length===1){be[bd](this[0]);return this}else{for(var bk=0,bg=be.length;bk<bg;bk++){var bh=(bk>0?this.clone(true):this).get();p(be[bk])[bd](bh);bj=bj.concat(bh)}return this.pushStack(bj,e,be.selector)}}});function C(e){if("getElementsByTagName" in e){return e.getElementsByTagName("*")}else{if("querySelectorAll" in e){return e.querySelectorAll("*")}else{return[]}}}p.extend({clone:function(bg,bh,bf){var bi=bg.cloneNode(true),e,be,bd;if((!p.support.noCloneEvent||!p.support.noCloneChecked)&&(bg.nodeType===1||bg.nodeType===11)&&!p.isXMLDoc(bg)){Y(bg,bi);e=C(bg);be=C(bi);for(bd=0;e[bd];++bd){Y(e[bd],be[bd])}}if(bh){s(bg,bi);if(bf){e=C(bg);be=C(bi);for(bd=0;e[bd];++bd){s(e[bd],be[bd])}}}return bi},clean:function(be,bh,bg,bj){bh=bh||ad;if(typeof bh.createElement==="undefined"){bh=bh.ownerDocument||bh[0]&&bh[0].ownerDocument||ad}var bo=[];for(var bn=0,bi;(bi=be[bn])!=null;bn++){if(typeof bi==="number"){bi+=""}if(!bi){continue}if(typeof bi==="string"&&!P.test(bi)){bi=bh.createTextNode(bi)}else{if(typeof bi==="string"){bi=bi.replace(L,"<$1></$2>");var bp=(l.exec(bi)||["",""])[1].toLowerCase(),bf=af[bp]||af._default,bm=bf[0],bd=bh.createElement("div");bd.innerHTML=bf[1]+bi+bf[2];while(bm--){bd=bd.lastChild}if(!p.support.tbody){var e=a8.test(bi),bl=bp==="table"&&!e?bd.firstChild&&bd.firstChild.childNodes:bf[1]==="<table>"&&!e?bd.childNodes:[];for(var bk=bl.length-1;bk>=0;--bk){if(p.nodeName(bl[bk],"tbody")&&!bl[bk].childNodes.length){bl[bk].parentNode.removeChild(bl[bk])}}}if(!p.support.leadingWhitespace&&aa.test(bi)){bd.insertBefore(bh.createTextNode(aa.exec(bi)[0]),bd.firstChild)}bi=bd.childNodes}}if(bi.nodeType){bo.push(bi)}else{bo=p.merge(bo,bi)}}if(bg){for(bn=0;bo[bn];bn++){if(bj&&p.nodeName(bo[bn],"script")&&(!bo[bn].type||bo[bn].type.toLowerCase()==="text/javascript")){bj.push(bo[bn].parentNode?bo[bn].parentNode.removeChild(bo[bn]):bo[bn])}else{if(bo[bn].nodeType===1){bo.splice.apply(bo,[bn+1,0].concat(p.makeArray(bo[bn].getElementsByTagName("script"))))}bg.appendChild(bo[bn])}}}return bo},cleanData:function(bd){var bj,bf,e=p.cache,bl=p.expando,be=p.event.special,bg=p.support.deleteExpando;for(var bi=0,bh;(bh=bd[bi])!=null;bi++){if(bh.nodeName&&p.noData[bh.nodeName.toLowerCase()]){continue}bf=bh[p.expando];if(bf){bj=e[bf]&&e[bf][bl];if(bj&&bj.events){for(var bk in bj.events){if(be[bk]){p.event.remove(bh,bk)}else{p.removeEvent(bh,bk,bj.handle)}}if(bj.handle){bj.handle.elem=null}}if(bg){delete bh[p.expando]}else{if(bh.removeAttribute){bh.removeAttribute(p.expando)}}delete e[bf]}}}});function v(e,bd){if(bd.src){p.ajax({url:bd.src,async:false,dataType:"script"})}else{p.globalEval(bd.text||bd.textContent||bd.innerHTML||"")}if(bd.parentNode){bd.parentNode.removeChild(bd)}}var aB=/alpha\([^)]*\)/i,av=/opacity=([^)]*)/,S=/-([a-z])/ig,a5=/([A-Z])/g,E=/^-?\d+(?:px)?$/i,a7=/^-?\d/,aT={position:"absolute",visibility:"hidden",display:"block"},ay=["Left","Right"],aO=["Top","Bottom"],aK,an,aH,k=function(bd,e){return e.toUpperCase()};p.fn.css=function(e,bd){if(arguments.length===2&&bd===aX){return this}return p.access(this,e,bd,true,function(bf,be,bg){return bg!==aX?p.style(bf,be,bg):p.css(bf,be)})};p.extend({cssHooks:{opacity:{get:function(be,e){if(e){var bd=aK(be,"opacity","opacity");return bd===""?"1":bd}else{return be.style.opacity}}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":p.support.cssFloat?"cssFloat":"styleFloat"},style:function(bg,bd,bk,bf){if(!bg||bg.nodeType===3||bg.nodeType===8||!bg.style){return}var bj,bh=p.camelCase(bd),be=bg.style,bl=p.cssHooks[bh];bd=p.cssProps[bh]||bh;if(bk!==aX){if(typeof bk==="number"&&isNaN(bk)||bk==null){return}if(typeof bk==="number"&&!p.cssNumber[bh]){bk+="px"}if(!bl||!("set" in bl)||(bk=bl.set(bg,bk))!==aX){try{be[bd]=bk}catch(bi){}}}else{if(bl&&"get" in bl&&(bj=bl.get(bg,false,bf))!==aX){return bj}return be[bd]}},css:function(bh,bg,bd){var bf,be=p.camelCase(bg),e=p.cssHooks[be];bg=p.cssProps[be]||be;if(e&&"get" in e&&(bf=e.get(bh,true,bd))!==aX){return bf}else{if(aK){return aK(bh,bg,be)}}},swap:function(bf,be,bg){var e={};for(var bd in be){e[bd]=bf.style[bd];bf.style[bd]=be[bd]}bg.call(bf);for(bd in be){bf.style[bd]=e[bd]}},camelCase:function(e){return e.replace(S,k)}});p.curCSS=p.css;p.each(["height","width"],function(bd,e){p.cssHooks[e]={get:function(bg,bf,be){var bh;if(bf){if(bg.offsetWidth!==0){bh=o(bg,e,be)}else{p.swap(bg,aT,function(){bh=o(bg,e,be)})}if(bh<=0){bh=aK(bg,e,e);if(bh==="0px"&&aH){bh=aH(bg,e,e)}if(bh!=null){return bh===""||bh==="auto"?"0px":bh}}if(bh<0||bh==null){bh=bg.style[e];return bh===""||bh==="auto"?"0px":bh}return typeof bh==="string"?bh:bh+"px"}},set:function(be,bf){if(E.test(bf)){bf=parseFloat(bf);if(bf>=0){return bf+"px"}}else{return bf}}}});if(!p.support.opacity){p.cssHooks.opacity={get:function(bd,e){return av.test((e&&bd.currentStyle?bd.currentStyle.filter:bd.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(bf,bg){var be=bf.style;be.zoom=1;var bd=p.isNaN(bg)?"":"alpha(opacity="+bg*100+")",e=be.filter||"";be.filter=aB.test(e)?e.replace(aB,bd):be.filter+" "+bd}}}if(ad.defaultView&&ad.defaultView.getComputedStyle){an=function(bh,bd,bg){var bf,e,be;bg=bg.replace(a5,"-$1").toLowerCase();if(!(e=bh.ownerDocument.defaultView)){return aX}if((be=e.getComputedStyle(bh,null))){bf=be.getPropertyValue(bg);if(bf===""&&!p.contains(bh.ownerDocument.documentElement,bh)){bf=p.style(bh,bg)}}return bf}}if(ad.documentElement.currentStyle){aH=function(bf,bd){var bh,e=bf.currentStyle&&bf.currentStyle[bd],bg=bf.runtimeStyle&&bf.runtimeStyle[bd],be=bf.style;if(!E.test(e)&&a7.test(e)){bh=be.left;if(bg){bf.runtimeStyle.left=bf.currentStyle.left}be.left=bd==="fontSize"?"1em":(e||0);e=be.pixelLeft+"px";be.left=bh;if(bg){bf.runtimeStyle.left=bg}}return e===""?"auto":e}}aK=an||aH;function o(be,bd,e){var bg=bd==="width"?ay:aO,bf=bd==="width"?be.offsetWidth:be.offsetHeight;if(e==="border"){return bf}p.each(bg,function(){if(!e){bf-=parseFloat(p.css(be,"padding"+this))||0}if(e==="margin"){bf+=parseFloat(p.css(be,"margin"+this))||0}else{bf-=parseFloat(p.css(be,"border"+this+"Width"))||0}});return bf}if(p.expr&&p.expr.filters){p.expr.filters.hidden=function(bd){var e=bd.offsetWidth,be=bd.offsetHeight;return(e===0&&be===0)||(!p.support.reliableHiddenOffsets&&(bd.style.display||p.css(bd,"display"))==="none")};p.expr.filters.visible=function(e){return !p.expr.filters.hidden(e)}}var g=/%20/g,ab=/\[\]$/,bc=/\r?\n/g,ba=/#.*$/,aj=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,Q=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,at=/(?:^file|^widget|\-extension):$/,aw=/^(?:GET|HEAD)$/,m=/^\/\//,aV=/\?/,aS=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,d=/\s+/,bb=/([?&])_=[^&]*/,O=/(^|\-)([a-z])/g,aF=function(bd,e,be){return e+be.toUpperCase()},H=/^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,y=p.fn.load,aI={},a={},al,r;try{al=ad.location.href}catch(ae){al=ad.createElement("a");al.href="";al=al.href}r=H.exec(al.toLowerCase());function j(e){return function(bg,bi){if(typeof bg!=="string"){bi=bg;bg="*"}if(p.isFunction(bi)){var bf=bg.toLowerCase().split(d),bh=0,bd=bf.length,be,bj,bk;for(;bh<bd;bh++){be=bf[bh];bk=/^\+/.test(be);if(bk){be=be.substr(1)||"*"}bj=e[be]=e[be]||[];bj[bk?"unshift":"push"](bi)}}}}function W(be,bj,bd,bl,bk,bf){bk=bk||bj.dataTypes[0];bf=bf||{};bf[bk]=true;var bi=be[bk],bg=0,bh=bi?bi.length:0,e=(be===aI),bm;for(;bg<bh&&(e||!bm);bg++){bm=bi[bg](bj,bd,bl);if(typeof bm==="string"){if(!e||bf[bm]){bm=aX}else{bj.dataTypes.unshift(bm);bm=W(be,bj,bd,bl,bm,bf)}}}if((e||!bm)&&!bf["*"]){bm=W(be,bj,bd,bl,"*",bf)}return bm}p.fn.extend({load:function(be,bi,bg){if(typeof be!=="string"&&y){return y.apply(this,arguments)}else{if(!this.length){return this}}var bh=be.indexOf(" ");if(bh>=0){var e=be.slice(bh,be.length);be=be.slice(0,bh)}var bf="GET";if(bi){if(p.isFunction(bi)){bg=bi;bi=aX}else{if(typeof bi==="object"){bi=p.param(bi,p.ajaxSettings.traditional);bf="POST"}}}var bd=this;p.ajax({url:be,type:bf,dataType:"html",data:bi,complete:function(bk,bj,bl){bl=bk.responseText;if(bk.isResolved()){bk.done(function(bm){bl=bm});bd.html(e?p("<div>").append(bl.replace(aS,"")).find(e):bl)}if(bg){bd.each(bg,[bl,bj,bk])}}});return this},serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||Q.test(this.type))}).map(function(e,bd){var be=p(this).val();return be==null?null:p.isArray(be)?p.map(be,function(bg,bf){return{name:bd.name,value:bg.replace(bc,"\r\n")}}):{name:bd.name,value:be.replace(bc,"\r\n")}}).get()}});p.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bd){p.fn[bd]=function(be){return this.bind(bd,be)}});p.each(["get","post"],function(e,bd){p[bd]=function(be,bg,bh,bf){if(p.isFunction(bg)){bf=bf||bh;bh=bg;bg=aX}return p.ajax({type:bd,url:be,data:bg,success:bh,dataType:bf})}});p.extend({getScript:function(e,bd){return p.get(e,aX,bd,"script")},getJSON:function(e,bd,be){return p.get(e,bd,be,"json")},ajaxSetup:function(be,e){if(!e){e=be;be=p.extend(true,p.ajaxSettings,e)}else{p.extend(true,be,p.ajaxSettings,e)}for(var bd in {context:1,url:1}){if(bd in e){be[bd]=e[bd]}else{if(bd in p.ajaxSettings){be[bd]=p.ajaxSettings[bd]}}}return be},ajaxSettings:{url:al,isLocal:at.test(r[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":G.String,"text html":true,"text json":p.parseJSON,"text xml":p.parseXML}},ajaxPrefilter:j(aI),ajaxTransport:j(a),ajax:function(bh,bi){if(typeof bh==="object"){bi=bh;bh=aX}bi=bi||{};var bl=p.ajaxSetup({},bi),by=bl.context||bl,bw=by!==bl&&(by.nodeType||by instanceof p)?p(by):p.event,bz=p.Deferred(),bu=p._Deferred(),bj=bl.statusCode||{},be,bv={},bn,bf,bs,bm,bp,bg=0,bk,br,bq={readyState:0,setRequestHeader:function(e,bA){if(!bg){bv[e.toLowerCase().replace(O,aF)]=bA}return this},getAllResponseHeaders:function(){return bg===2?bn:null},getResponseHeader:function(bA){var e;if(bg===2){if(!bf){bf={};while((e=aj.exec(bn))){bf[e[1].toLowerCase()]=e[2]}}e=bf[bA.toLowerCase()]}return e===aX?null:e},overrideMimeType:function(e){if(!bg){bl.mimeType=e}return this},abort:function(e){e=e||"abort";if(bs){bs.abort(e)}bo(0,e);return this}};function bo(bF,bD,bB,bE){if(bg===2){return}bg=2;if(bm){clearTimeout(bm)}bs=aX;bn=bE||"";bq.readyState=bF?4:0;var bA,bK,bJ,bG=bB?a4(bl,bq,bB):aX,bC,bI;if(bF>=200&&bF<300||bF===304){if(bl.ifModified){if((bC=bq.getResponseHeader("Last-Modified"))){p.lastModified[be]=bC}if((bI=bq.getResponseHeader("Etag"))){p.etag[be]=bI}}if(bF===304){bD="notmodified";bA=true}else{try{bK=D(bl,bG);bD="success";bA=true}catch(bH){bD="parsererror";bJ=bH}}}else{bJ=bD;if(!bD||bF){bD="error";if(bF<0){bF=0}}}bq.status=bF;bq.statusText=bD;if(bA){bz.resolveWith(by,[bK,bD,bq])}else{bz.rejectWith(by,[bq,bD,bJ])}bq.statusCode(bj);bj=aX;if(bk){bw.trigger("ajax"+(bA?"Success":"Error"),[bq,bl,bA?bK:bJ])}bu.resolveWith(by,[bq,bD]);if(bk){bw.trigger("ajaxComplete",[bq,bl]);if(!(--p.active)){p.event.trigger("ajaxStop")}}}bz.promise(bq);bq.success=bq.done;bq.error=bq.fail;bq.complete=bu.done;bq.statusCode=function(bA){if(bA){var e;if(bg<2){for(e in bA){bj[e]=[bj[e],bA[e]]}}else{e=bA[bq.status];bq.then(e,e)}}return this};bl.url=((bh||bl.url)+"").replace(ba,"").replace(m,r[1]+"//");bl.dataTypes=p.trim(bl.dataType||"*").toLowerCase().split(d);if(!bl.crossDomain){bp=H.exec(bl.url.toLowerCase());bl.crossDomain=!!(bp&&(bp[1]!=r[1]||bp[2]!=r[2]||(bp[3]||(bp[1]==="http:"?80:443))!=(r[3]||(r[1]==="http:"?80:443))))}if(bl.data&&bl.processData&&typeof bl.data!=="string"){bl.data=p.param(bl.data,bl.traditional)}W(aI,bl,bi,bq);if(bg===2){return false}bk=bl.global;bl.type=bl.type.toUpperCase();bl.hasContent=!aw.test(bl.type);if(bk&&p.active++===0){p.event.trigger("ajaxStart")}if(!bl.hasContent){if(bl.data){bl.url+=(aV.test(bl.url)?"&":"?")+bl.data}be=bl.url;if(bl.cache===false){var bd=p.now(),bx=bl.url.replace(bb,"$1_="+bd);bl.url=bx+((bx===bl.url)?(aV.test(bl.url)?"&":"?")+"_="+bd:"")}}if(bl.data&&bl.hasContent&&bl.contentType!==false||bi.contentType){bv["Content-Type"]=bl.contentType}if(bl.ifModified){be=be||bl.url;if(p.lastModified[be]){bv["If-Modified-Since"]=p.lastModified[be]}if(p.etag[be]){bv["If-None-Match"]=p.etag[be]}}bv.Accept=bl.dataTypes[0]&&bl.accepts[bl.dataTypes[0]]?bl.accepts[bl.dataTypes[0]]+(bl.dataTypes[0]!=="*"?", */*; q=0.01":""):bl.accepts["*"];for(br in bl.headers){bq.setRequestHeader(br,bl.headers[br])}if(bl.beforeSend&&(bl.beforeSend.call(by,bq,bl)===false||bg===2)){bq.abort();return false}for(br in {success:1,error:1,complete:1}){bq[br](bl[br])}bs=W(a,bl,bi,bq);if(!bs){bo(-1,"No Transport")}else{bq.readyState=1;if(bk){bw.trigger("ajaxSend",[bq,bl])}if(bl.async&&bl.timeout>0){bm=setTimeout(function(){bq.abort("timeout")},bl.timeout)}try{bg=1;bs.send(bv,bo)}catch(bt){if(status<2){bo(-1,bt)}else{p.error(bt)}}}return bq},param:function(be,bd){var bf=[],bg=function(bh,bi){bi=p.isFunction(bi)?bi():bi;bf[bf.length]=encodeURIComponent(bh)+"="+encodeURIComponent(bi)};if(bd===aX){bd=p.ajaxSettings.traditional}if(p.isArray(be)||(be.jquery&&!p.isPlainObject(be))){p.each(be,function(){bg(this.name,this.value)})}else{for(var e in be){a9(e,be[e],bd,bg)}}return bf.join("&").replace(g,"+")}});function a9(e,bg,bd,bf){if(p.isArray(bg)&&bg.length){p.each(bg,function(bi,bh){if(bd||ab.test(e)){bf(e,bh)}else{a9(e+"["+(typeof bh==="object"||p.isArray(bh)?bi:"")+"]",bh,bd,bf)}})}else{if(!bd&&bg!=null&&typeof bg==="object"){if(p.isArray(bg)||p.isEmptyObject(bg)){bf(e,"")}else{for(var be in bg){a9(e+"["+be+"]",bg[be],bd,bf)}}}else{bf(e,bg)}}}p.extend({active:0,lastModified:{},etag:{}});function a4(bl,bj,e){var bg=bl.contents,bk=bl.dataTypes,be=bl.responseFields,bh,bi,bd,bf;for(bi in be){if(bi in e){bj[be[bi]]=e[bi]}}while(bk[0]==="*"){bk.shift();if(bh===aX){bh=bl.mimeType||bj.getResponseHeader("content-type")}}if(bh){for(bi in bg){if(bg[bi]&&bg[bi].test(bh)){bk.unshift(bi);break}}}if(bk[0] in e){bd=bk[0]}else{for(bi in e){if(!bk[0]||bl.converters[bi+" "+bk[0]]){bd=bi;break}if(!bf){bf=bi}}bd=bd||bf}if(bd){if(bd!==bk[0]){bk.unshift(bd)}return e[bd]}}function D(bp,bg){if(bp.dataFilter){bg=bp.dataFilter(bg,bp.dataType)}var bn=bp.dataTypes,bo={},bi,bl,bj=bn.length,bh,bk=bn[0],be,bf,bm,bd,e;for(bi=1;bi<bj;bi++){if(bi===1){for(bl in bp.converters){if(typeof bl==="string"){bo[bl.toLowerCase()]=bp.converters[bl]}}}be=bk;bk=bn[bi];if(bk==="*"){bk=be}else{if(be!=="*"&&be!==bk){bf=be+" "+bk;bm=bo[bf]||bo["* "+bk];if(!bm){e=aX;for(bd in bo){bh=bd.split(" ");if(bh[0]===be||bh[0]==="*"){e=bo[bh[1]+" "+bk];if(e){bd=bo[bd];if(bd===true){bm=e}else{if(e===true){bm=bd}}break}}}}if(!(bm||e)){p.error("No conversion from "+bf.replace(" "," to "))}if(bm!==true){bg=bm?bm(bg):e(bd(bg))}}}}return bg}var ai=p.now(),t=/(\=)\?(&|$)|()\?\?()/i;p.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return p.expando+"_"+(ai++)}});p.ajaxPrefilter("json jsonp",function(bm,bh,bl){var bk=(typeof bm.data==="string");if(bm.dataTypes[0]==="jsonp"||bh.jsonpCallback||bh.jsonp!=null||bm.jsonp!==false&&(t.test(bm.url)||bk&&t.test(bm.data))){var bj,bi=bm.jsonpCallback=p.isFunction(bm.jsonpCallback)?bm.jsonpCallback():bm.jsonpCallback,be=G[bi],e=bm.url,bg=bm.data,bd="$1"+bi+"$2",bf=function(){G[bi]=be;if(bj&&p.isFunction(be)){G[bi](bj[0])}};if(bm.jsonp!==false){e=e.replace(t,bd);if(bm.url===e){if(bk){bg=bg.replace(t,bd)}if(bm.data===bg){e+=(/\?/.test(e)?"&":"?")+bm.jsonp+"="+bi}}}bm.url=e;bm.data=bg;G[bi]=function(bn){bj=[bn]};bl.then(bf,bf);bm.converters["script json"]=function(){if(!bj){p.error(bi+" was not called")}return bj[0]};bm.dataTypes[0]="json";return"script"}});p.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){p.globalEval(e);return e}}});p.ajaxPrefilter("script",function(e){if(e.cache===aX){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});p.ajaxTransport("script",function(be){if(be.crossDomain){var bd,e=ad.head||ad.getElementsByTagName("head")[0]||ad.documentElement;return{send:function(bf,bg){bd=ad.createElement("script");bd.async="async";if(be.scriptCharset){bd.charset=be.scriptCharset}bd.src=be.url;bd.onload=bd.onreadystatechange=function(bi,bh){if(!bd.readyState||/loaded|complete/.test(bd.readyState)){bd.onload=bd.onreadystatechange=null;if(e&&bd.parentNode){e.removeChild(bd)}bd=aX;if(!bh){bg(200,"success")}}};e.insertBefore(bd,e.firstChild)},abort:function(){if(bd){bd.onload(0,1)}}}}});var w=p.now(),I,ar;function A(){p(G).unload(function(){for(var e in I){I[e](0,1)}})}function ak(){try{return new G.XMLHttpRequest()}catch(bd){}}function aA(){try{return new G.ActiveXObject("Microsoft.XMLHTTP")}catch(bd){}}p.ajaxSettings.xhr=G.ActiveXObject?function(){return !this.isLocal&&ak()||aA()}:ak;ar=p.ajaxSettings.xhr();p.support.ajax=!!ar;p.support.cors=ar&&("withCredentials" in ar);ar=aX;if(p.support.ajax){p.ajaxTransport(function(e){if(!e.crossDomain||p.support.cors){var bd;return{send:function(bj,bh){var bi=e.xhr(),be,bg;if(e.username){bi.open(e.type,e.url,e.async,e.username,e.password)}else{bi.open(e.type,e.url,e.async)}if(e.xhrFields){for(bg in e.xhrFields){bi[bg]=e.xhrFields[bg]}}if(e.mimeType&&bi.overrideMimeType){bi.overrideMimeType(e.mimeType)}if(!(e.crossDomain&&!e.hasContent)&&!bj["X-Requested-With"]){bj["X-Requested-With"]="XMLHttpRequest"}try{for(bg in bj){bi.setRequestHeader(bg,bj[bg])}}catch(bf){}bi.send((e.hasContent&&e.data)||null);bd=function(bs,bo){var bp,bm,bk,bl,bq;try{if(bd&&(bo||bi.readyState===4)){bd=aX;if(be){bi.onreadystatechange=p.noop;delete I[be]}if(bo){if(bi.readyState!==4){bi.abort()}}else{bp=bi.status;bk=bi.getAllResponseHeaders();bl={};bq=bi.responseXML;if(bq&&bq.documentElement){bl.xml=bq}bl.text=bi.responseText;try{bm=bi.statusText}catch(br){bm=""}if(!bp&&e.isLocal&&!e.crossDomain){bp=bl.text?200:404}else{if(bp===1223){bp=204}}}}}catch(bn){if(!bo){bh(-1,bn)}}if(bl){bh(bp,bm,bl,bk)}};if(!e.async||bi.readyState===4){bd()}else{if(!I){I={};A()}be=w++;bi.onreadystatechange=I[be]=bd}},abort:function(){if(bd){bd(0,1)}}}}})}var aR={},ah=/^(?:toggle|show|hide)$/,Z=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,N,am=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];p.fn.extend({show:function(bf,bi,bh){var be,bg;if(bf||bf===0){return this.animate(aN("show",3),bf,bi,bh)}else{for(var bd=0,e=this.length;bd<e;bd++){be=this[bd];bg=be.style.display;if(!p._data(be,"olddisplay")&&bg==="none"){bg=be.style.display=""}if(bg===""&&p.css(be,"display")==="none"){p._data(be,"olddisplay",a6(be.nodeName))}}for(bd=0;bd<e;bd++){be=this[bd];bg=be.style.display;if(bg===""||bg==="none"){be.style.display=p._data(be,"olddisplay")||""}}return this}},hide:function(be,bh,bg){if(be||be===0){return this.animate(aN("hide",3),be,bh,bg)}else{for(var bd=0,e=this.length;bd<e;bd++){var bf=p.css(this[bd],"display");if(bf!=="none"&&!p._data(this[bd],"olddisplay")){p._data(this[bd],"olddisplay",bf)}}for(bd=0;bd<e;bd++){this[bd].style.display="none"}return this}},_toggle:p.fn.toggle,toggle:function(be,bd,bf){var e=typeof be==="boolean";if(p.isFunction(be)&&p.isFunction(bd)){this._toggle.apply(this,arguments)}else{if(be==null||e){this.each(function(){var bg=e?be:p(this).is(":hidden");p(this)[bg?"show":"hide"]()})}else{this.animate(aN("toggle",3),be,bd,bf)}}return this},fadeTo:function(e,bf,be,bd){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:bf},e,be,bd)},animate:function(bg,bd,bf,be){var e=p.speed(bd,bf,be);if(p.isEmptyObject(bg)){return this.each(e.complete)}return this[e.queue===false?"each":"queue"](function(){var bk=p.extend({},e),bn,bl=this.nodeType===1,bh=bl&&p(this).is(":hidden"),bi=this;for(bn in bg){var bj=p.camelCase(bn);if(bn!==bj){bg[bj]=bg[bn];delete bg[bn];bn=bj}if(bg[bn]==="hide"&&bh||bg[bn]==="show"&&!bh){return bk.complete.call(this)}if(bl&&(bn==="height"||bn==="width")){bk.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(p.css(this,"display")==="inline"&&p.css(this,"float")==="none"){if(!p.support.inlineBlockNeedsLayout){this.style.display="inline-block"}else{var bm=a6(this.nodeName);if(bm==="inline"){this.style.display="inline-block"}else{this.style.display="inline";this.style.zoom=1}}}}if(p.isArray(bg[bn])){(bk.specialEasing=bk.specialEasing||{})[bn]=bg[bn][1];bg[bn]=bg[bn][0]}}if(bk.overflow!=null){this.style.overflow="hidden"}bk.curAnim=p.extend({},bg);p.each(bg,function(bp,bt){var bs=new p.fx(bi,bk,bp);if(ah.test(bt)){bs[bt==="toggle"?bh?"show":"hide":bt](bg)}else{var br=Z.exec(bt),bu=bs.cur();if(br){var bo=parseFloat(br[2]),bq=br[3]||(p.cssNumber[bp]?"":"px");if(bq!=="px"){p.style(bi,bp,(bo||1)+bq);bu=((bo||1)/bs.cur())*bu;p.style(bi,bp,bu+bq)}if(br[1]){bo=((br[1]==="-="?-1:1)*bo)+bu}bs.custom(bu,bo,bq)}else{bs.custom(bu,bt,"")}}});return true})},stop:function(bd,be){var e=p.timers;if(bd){this.queue([])}this.each(function(){for(var bf=e.length-1;bf>=0;bf--){if(e[bf].elem===this){if(be){e[bf](true)}e.splice(bf,1)}}});if(!be){this.dequeue()}return this}});function aN(bd,e){var be={};p.each(am.concat.apply([],am.slice(0,e)),function(){be[this]=bd});return be}p.each({slideDown:aN("show",1),slideUp:aN("hide",1),slideToggle:aN("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,bd){p.fn[e]=function(be,bg,bf){return this.animate(bd,be,bg,bf)}});p.extend({speed:function(be,bf,bd){var e=be&&typeof be==="object"?p.extend({},be):{complete:bd||!bd&&bf||p.isFunction(be)&&be,duration:be,easing:bd&&bf||bf&&!p.isFunction(bf)&&bf};e.duration=p.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in p.fx.speeds?p.fx.speeds[e.duration]:p.fx.speeds._default;e.old=e.complete;e.complete=function(){if(e.queue!==false){p(this).dequeue()}if(p.isFunction(e.old)){e.old.call(this)}};return e},easing:{linear:function(be,bf,e,bd){return e+bd*be},swing:function(be,bf,e,bd){return((-Math.cos(be*Math.PI)/2)+0.5)*bd+e}},timers:[],fx:function(bd,e,be){this.options=e;this.elem=bd;this.prop=be;if(!e.orig){e.orig={}}}});p.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(p.fx.step[this.prop]||p.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var e,bd=p.css(this.elem,this.prop);return isNaN(e=parseFloat(bd))?!bd||bd==="auto"?0:bd:e},custom:function(bh,bg,bf){var e=this,be=p.fx;this.startTime=p.now();this.start=bh;this.end=bg;this.unit=bf||this.unit||(p.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;function bd(bi){return e.step(bi)}bd.elem=this.elem;if(bd()&&p.timers.push(bd)&&!N){N=setInterval(be.tick,be.interval)}},show:function(){this.options.orig[this.prop]=p.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());p(this.elem).show()},hide:function(){this.options.orig[this.prop]=p.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(bh){var bl=p.now(),bg=true;if(bh||bl>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var bi in this.options.curAnim){if(this.options.curAnim[bi]!==true){bg=false}}if(bg){if(this.options.overflow!=null&&!p.support.shrinkWrapBlocks){var bf=this.elem,bj=this.options;p.each(["","X","Y"],function(bm,bn){bf.style["overflow"+bn]=bj.overflow[bm]})}if(this.options.hide){p(this.elem).hide()}if(this.options.hide||this.options.show){for(var bd in this.options.curAnim){p.style(this.elem,bd,this.options.orig[bd])}}this.options.complete.call(this.elem)}return false}else{var be=bl-this.startTime;this.state=be/this.options.duration;var e=this.options.specialEasing&&this.options.specialEasing[this.prop];var bk=this.options.easing||(p.easing.swing?"swing":"linear");this.pos=p.easing[e||bk](this.state,be,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};p.extend(p.fx,{tick:function(){var e=p.timers;for(var bd=0;bd<e.length;bd++){if(!e[bd]()){e.splice(bd--,1)}}if(!e.length){p.fx.stop()}},interval:13,stop:function(){clearInterval(N);N=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(e){p.style(e.elem,"opacity",e.now)},_default:function(e){if(e.elem.style&&e.elem.style[e.prop]!=null){e.elem.style[e.prop]=(e.prop==="width"||e.prop==="height"?Math.max(0,e.now):e.now)+e.unit}else{e.elem[e.prop]=e.now}}}});if(p.expr&&p.expr.filters){p.expr.filters.animated=function(e){return p.grep(p.timers,function(bd){return e===bd.elem}).length}}function a6(be){if(!aR[be]){var e=p("<"+be+">").appendTo("body"),bd=e.css("display");e.remove();if(bd==="none"||bd===""){bd="block"}aR[be]=bd}return aR[be]}var aM=/^t(?:able|d|h)$/i,U=/^(?:body|html)$/i;if("getBoundingClientRect" in ad.documentElement){p.fn.offset=function(bp){var bg=this[0],bj;if(bp){return this.each(function(e){p.offset.setOffset(this,bp,e)})}if(!bg||!bg.ownerDocument){return null}if(bg===bg.ownerDocument.body){return p.offset.bodyOffset(bg)}try{bj=bg.getBoundingClientRect()}catch(bn){}var bq=bg.ownerDocument,be=bq.documentElement;if(!bj||!p.contains(be,bg)){return bj?{top:bj.top,left:bj.left}:{top:0,left:0}}var bk=bq.body,bl=aq(bq),bi=be.clientTop||bk.clientTop||0,bm=be.clientLeft||bk.clientLeft||0,bd=(bl.pageYOffset||p.support.boxModel&&be.scrollTop||bk.scrollTop),bh=(bl.pageXOffset||p.support.boxModel&&be.scrollLeft||bk.scrollLeft),bo=bj.top+bd-bi,bf=bj.left+bh-bm;return{top:bo,left:bf}}}else{p.fn.offset=function(bm){var bg=this[0];if(bm){return this.each(function(bo){p.offset.setOffset(this,bm,bo)})}if(!bg||!bg.ownerDocument){return null}if(bg===bg.ownerDocument.body){return p.offset.bodyOffset(bg)}p.offset.initialize();var bj,e=bg.offsetParent,bk=bg,bn=bg.ownerDocument,be=bn.documentElement,bh=bn.body,bd=bn.defaultView,bi=bd?bd.getComputedStyle(bg,null):bg.currentStyle,bl=bg.offsetTop,bf=bg.offsetLeft;while((bg=bg.parentNode)&&bg!==bh&&bg!==be){if(p.offset.supportsFixedPosition&&bi.position==="fixed"){break}bj=bd?bd.getComputedStyle(bg,null):bg.currentStyle;bl-=bg.scrollTop;bf-=bg.scrollLeft;if(bg===e){bl+=bg.offsetTop;bf+=bg.offsetLeft;if(p.offset.doesNotAddBorder&&!(p.offset.doesAddBorderForTableAndCells&&aM.test(bg.nodeName))){bl+=parseFloat(bj.borderTopWidth)||0;bf+=parseFloat(bj.borderLeftWidth)||0}bk=e;e=bg.offsetParent}if(p.offset.subtractsBorderForOverflowNotVisible&&bj.overflow!=="visible"){bl+=parseFloat(bj.borderTopWidth)||0;bf+=parseFloat(bj.borderLeftWidth)||0}bi=bj}if(bi.position==="relative"||bi.position==="static"){bl+=bh.offsetTop;bf+=bh.offsetLeft}if(p.offset.supportsFixedPosition&&bi.position==="fixed"){bl+=Math.max(be.scrollTop,bh.scrollTop);bf+=Math.max(be.scrollLeft,bh.scrollLeft)}return{top:bl,left:bf}}}p.offset={initialize:function(){var e=ad.body,bh=ad.createElement("div"),bf,bi,bg,bj,bd=parseFloat(p.css(e,"marginTop"))||0,be="<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>";p.extend(bh.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});bh.innerHTML=be;e.insertBefore(bh,e.firstChild);bf=bh.firstChild;bi=bf.firstChild;bj=bf.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(bi.offsetTop!==5);this.doesAddBorderForTableAndCells=(bj.offsetTop===5);bi.style.position="fixed";bi.style.top="20px";this.supportsFixedPosition=(bi.offsetTop===20||bi.offsetTop===15);bi.style.position=bi.style.top="";bf.style.overflow="hidden";bf.style.position="relative";this.subtractsBorderForOverflowNotVisible=(bi.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(e.offsetTop!==bd);e.removeChild(bh);e=bh=bf=bi=bg=bj=null;p.offset.initialize=p.noop},bodyOffset:function(e){var be=e.offsetTop,bd=e.offsetLeft;p.offset.initialize();if(p.offset.doesNotIncludeMarginInBodyOffset){be+=parseFloat(p.css(e,"marginTop"))||0;bd+=parseFloat(p.css(e,"marginLeft"))||0}return{top:be,left:bd}},setOffset:function(e,bn,bf){var bh=p.css(e,"position");if(bh==="static"){e.style.position="relative"}var be=p(e),bj=be.offset(),bl=p.css(e,"top"),bo=p.css(e,"left"),bm=(bh==="absolute"&&p.inArray("auto",[bl,bo])>-1),bk={},bi={},bg,bd;if(bm){bi=be.position()}bg=bm?bi.top:parseInt(bl,10)||0;bd=bm?bi.left:parseInt(bo,10)||0;if(p.isFunction(bn)){bn=bn.call(e,bf,bj)}if(bn.top!=null){bk.top=(bn.top-bj.top)+bg}if(bn.left!=null){bk.left=(bn.left-bj.left)+bd}if("using" in bn){bn.using.call(e,bk)}else{be.css(bk)}}};p.fn.extend({position:function(){if(!this[0]){return null}var be=this[0],bd=this.offsetParent(),bf=this.offset(),e=U.test(bd[0].nodeName)?{top:0,left:0}:bd.offset();bf.top-=parseFloat(p.css(be,"marginTop"))||0;bf.left-=parseFloat(p.css(be,"marginLeft"))||0;e.top+=parseFloat(p.css(bd[0],"borderTopWidth"))||0;e.left+=parseFloat(p.css(bd[0],"borderLeftWidth"))||0;return{top:bf.top-e.top,left:bf.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||ad.body;while(e&&(!U.test(e.nodeName)&&p.css(e,"position")==="static")){e=e.offsetParent}return e})}});p.each(["Left","Top"],function(bd,e){var be="scroll"+e;p.fn[be]=function(bh){var bf=this[0],bg;if(!bf){return null}if(bh!==aX){return this.each(function(){bg=aq(this);if(bg){bg.scrollTo(!bd?bh:p(bg).scrollLeft(),bd?bh:p(bg).scrollTop())}else{this[be]=bh}})}else{bg=aq(bf);return bg?("pageXOffset" in bg)?bg[bd?"pageYOffset":"pageXOffset"]:p.support.boxModel&&bg.document.documentElement[be]||bg.document.body[be]:bf[be]}}});function aq(e){return p.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}p.each(["Height","Width"],function(bd,e){var be=e.toLowerCase();p.fn["inner"+e]=function(){return this[0]?parseFloat(p.css(this[0],be,"padding")):null};p.fn["outer"+e]=function(bf){return this[0]?parseFloat(p.css(this[0],be,bf?"margin":"border")):null};p.fn[be]=function(bg){var bh=this[0];if(!bh){return bg==null?null:this}if(p.isFunction(bg)){return this.each(function(bl){var bk=p(this);bk[be](bg.call(this,bl,bk[be]()))})}if(p.isWindow(bh)){var bi=bh.document.documentElement["client"+e];return bh.document.compatMode==="CSS1Compat"&&bi||bh.document.body["client"+e]||bi}else{if(bh.nodeType===9){return Math.max(bh.documentElement["client"+e],bh.body["scroll"+e],bh.documentElement["scroll"+e],bh.body["offset"+e],bh.documentElement["offset"+e])}else{if(bg===aX){var bj=p.css(bh,be),bf=parseFloat(bj);return p.isNaN(bf)?bj:bf}else{return this.css(be,typeof bg==="string"?bg:bg+"px")}}}}});G.jQuery=G.$=p})(window);(function(b,e){var u=b.fn.domManip,i="_tmplitem",p=/^[^<]*(<[\w\W]+>)[^>]*$|\{\{\! /,q={},d={},l,m={key:0,data:{}},w=0,o=0,f=[];function z(B,E,C,D){var A={data:D||(E?E.data:{}),_wrap:E?E._wrap:null,tmpl:null,parent:E||null,nodes:[],calls:h,nest:g,wrap:v,html:s,update:y};if(B){b.extend(A,B,{nodes:[],parent:E})}if(C){A.tmpl=C;A._ctnt=A._ctnt||A.tmpl(b,A);A.key=++w;(f.length?d:q)[w]=A}return A}b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(A,B){b.fn[A]=function(D){var H=[],C=b(D),G,I,E,J,F=this.length===1&&this[0].parentNode;l=q||{};if(F&&F.nodeType===11&&F.childNodes.length===1&&C.length===1){C[B](this[0]);H=this}else{for(I=0,E=C.length;I<E;I++){o=I;G=(I>0?this.clone(true):this).get();b.fn[B].apply(b(C[I]),G);H=H.concat(G)}o=0;H=this.pushStack(H,A,C.selector)}J=l;l=null;b.tmpl.complete(J);return H}});b.fn.extend({tmpl:function(C,A,B){return b.tmpl(this[0],C,A,B)},tmplItem:function(){return b.tmplItem(this[0])},template:function(A){return b.template(A,this[0])},domManip:function(D,G,H,F){if(D[0]&&D[0].nodeType){var B=b.makeArray(arguments),A=D.length,E=0,C;while(E<A&&!(C=b.data(D[E++],"tmplItem"))){}if(A>1){B[0]=[b.makeArray(D)]}if(C&&o){B[2]=function(I){b.tmpl.afterManip(this,I,H)}}u.apply(this,B)}else{u.apply(this,arguments)}o=0;if(!l){b.tmpl.complete(q)}return this}});b.extend({tmpl:function(A,F,C,E){var B,D=!E;if(D){E=m;A=b.template[A]||b.template(null,A);d={}}else{if(!A){A=E.tmpl;q[E.key]=E;E.nodes=[];if(E.wrapped){r(E,E.wrapped)}return b(k(E,null,E.tmpl(b,E)))}}if(!A){return[]}if(typeof F==="function"){F=F.call(E||{})}if(C&&C.wrapped){r(C,C.wrapped)}B=b.isArray(F)?b.map(F,function(G){return G?z(C,E,A,G):null}):[z(C,E,A,F)];return D?b(k(E,null,B)):B},tmplItem:function(B){var A;if(B instanceof b){B=B[0]}while(B&&B.nodeType===1&&!(A=b.data(B,"tmplItem"))&&(B=B.parentNode)){}return A||m},template:function(B,A){if(A){if(typeof A==="string"){A=x(A)}else{if(A instanceof b){A=A[0]||{}}}if(A.nodeType){A=b.data(A,"tmpl")||b.data(A,"tmpl",x(A.innerHTML))}return typeof B==="string"?(b.template[B]=A):A}return B?(typeof B!=="string"?b.template(null,B):(b.template[B]||b.template(null,p.test(B)?B:b(B)))):null},encode:function(A){return(""+A).split("<").join("&lt;").split(">").join("&gt;").split('"').join("&#34;").split("'").join("&#39;")}});b.extend(b.tmpl,{tag:{tmpl:{_default:{$2:"null"},open:"if($notnull_1){_=_.concat($item.nest($1,$2));}"},wrap:{_default:{$2:"null"},open:"$item.calls(_,$1,$2);_=[];",close:"call=$item.calls();_=call._.concat($item.wrap(call,_));"},each:{_default:{$2:"$index, $value"},open:"if($notnull_1){$.each($1a,function($2){with(this){",close:"}});}"},"if":{open:"if(($notnull_1) && $1a){",close:"}"},"else":{_default:{$1:"true"},open:"}else if(($notnull_1) && $1a){"},html:{open:"if($notnull_1){_.push($1a);}"},"=":{_default:{$1:"$data"},open:"if($notnull_1){_.push($.encode($1a));}"},"!":{open:""}},complete:function(A){q={}},afterManip:function t(C,A,D){var B=A.nodeType===11?b.makeArray(A.childNodes):A.nodeType===1?[A]:[];D.call(C,A);n(B);o++}});function k(A,D,C){var E,B=C?b.map(C,function(F){return(typeof F==="string")?(A.key?F.replace(/(<\w+)(?=[\s>])(?![^>]*_tmplitem)([^>]*)/g,"$1 "+i+'="'+A.key+'" $2'):F):k(F,A,F._ctnt)}):A;if(D){return B}B=B.join("");B.replace(/^\s*([^<\s][^<]*)?(<[\w\W]+>)([^>]*[^>\s])?\s*$/,function(H,F,G,I){E=b(G).get();n(E);if(F){E=j(F).concat(E)}if(I){E=E.concat(j(I))}});return E?E:j(B)}function j(B){var A=document.createElement("div");A.innerHTML=B;return b.makeArray(A.childNodes)}function x(A){return new Function("jQuery","$item","var $=jQuery,call,_=[],$data=$item.data;with($data){_.push('"+b.trim(A).replace(/([\\'])/g,"\\$1").replace(/[\r\t\n]/g," ").replace(/\$\{([^\}]*)\}/g,"{{= $1}}").replace(/\{\{(\/?)(\w+|.)(?:\(((?:[^\}]|\}(?!\}))*?)?\))?(?:\s+(.*?)?)?(\(((?:[^\}]|\}(?!\}))*?)\))?\s*\}\}/g,function(J,E,G,D,B,K,F){var L=b.tmpl.tag[G],C,I,H;if(!L){throw"Template command not found: "+G}C=L._default||[];if(K&&!/\w$/.test(B)){B+=K;K=""}if(B){B=a(B);F=F?(","+a(F)+")"):(K?")":"");I=K?(B.indexOf(".")>-1?B+K:("("+B+").call($item"+F)):B;H=K?I:"(typeof("+B+")==='function'?("+B+").call($item):("+B+"))"}else{H=I=C.$1||"null"}D=a(D);return"');"+L[E?"close":"open"].split("$notnull_1").join(B?"typeof("+B+")!=='undefined' && ("+B+")!=null":"true").split("$1a").join(H).split("$1").join(I).split("$2").join(D?D.replace(/\s*([^\(]+)\s*(\((.*?)\))?/g,function(O,N,M,P){P=P?(","+P+")"):(M?")":"");return P?("("+N+").call($item"+P):O}):(C.$2||""))+"_.push('"})+"');}return _;")}function r(B,A){B._wrap=k(B,true,b.isArray(A)?A:[p.test(A)?A:b(A).html()]).join("")}function a(A){return A?A.replace(/\\'/g,"'").replace(/\\\\/g,"\\"):null}function c(A){var B=document.createElement("div");B.appendChild(A.cloneNode(true));return B.innerHTML}function n(G){var H="_"+o,C,A,E={},F,D,B;for(F=0,D=G.length;F<D;F++){if((C=G[F]).nodeType!==1){continue}A=C.getElementsByTagName("*");for(B=A.length-1;B>=0;B--){I(A[B])}I(C)}function I(O){var M,L=O,K,J,N;if((N=O.getAttribute(i))){while(L.parentNode&&(L=L.parentNode).nodeType===1&&!(M=L.getAttribute(i))){}if(M!==N){L=L.parentNode?(L.nodeType===11?0:(L.getAttribute(i)||0)):0;if(!(J=q[N])){J=d[N];J=z(J,q[L]||d[L],null,true);J.key=++w;q[w]=J}if(o){P(N)}}O.removeAttribute(i)}else{if(o&&(J=b.data(O,"tmplItem"))){P(J.key);q[J.key]=J;L=b.data(O.parentNode,"tmplItem");L=L?L.key:0}}if(J){K=J;while(K&&K.key!=L){K.nodes.push(O);K=K.parent}delete J._ctnt;delete J._wrap;b.data(O,"tmplItem",J)}function P(Q){Q=Q+H;J=E[Q]=(E[Q]||z(J,q[J.parent.key+H]||J.parent,null,true))}}}function h(C,A,D,B){if(!C){return f.pop()}f.push({_:C,tmpl:A,item:this,data:D,options:B})}function g(A,C,B){return b.tmpl(b.template(A),C,B,this)}function v(C,A){var B=C.options||{};B.wrapped=A;return b.tmpl(b.template(C.tmpl),C.data,B,C.item)}function s(C,A){var B=this._wrap;return b.map(b(b.isArray(B)?B.join(""):B).filter(C||"*"),function(D){return A?D.innerText||D.textContent:D.outerHTML||c(D)})}function y(){var A=this.nodes;b.tmpl(null,null,null,this).insertBefore(A[0]);b(A).remove()}})(jQuery);jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k/2)==2){return e+l}if(!j){j=k*(0.3*1.5)}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*(f/=h)*f*((g+1)*f-g)+a},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});(function(c){c.tools=c.tools||{version:"1.2.5"};var e;e=c.tools.expose={conf:{maskId:"exposeMask",loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,startOpacity:0,color:"#fff",onLoad:null,onClose:null}};function f(){if(c.browser.msie){var k=c(document).height(),j=c(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,k-j<20?j:k]}return[c(document).width(),c(document).height()]}function i(j){if(j){return j.call(c.mask)}}var h,a,b,d,g;c.mask={load:function(j,l){if(b){return this}if(typeof j=="string"){j={color:j}}j=j||d;d=j=c.extend(c.extend({},e.conf),j);h=c("#"+j.maskId);if(!h.length){h=c("<div/>").attr("id",j.maskId);c("body").append(h)}var k=f();h.css({position:"absolute",top:0,left:0,width:k[0],height:k[1],display:"none",opacity:j.startOpacity,zIndex:j.zIndex});if(j.color){h.css("backgroundColor",j.color)}if(i(j.onBeforeLoad)===false){return this}if(j.closeOnEsc){c(document).bind("keydown.mask",function(m){if(m.keyCode==27){c.mask.close(m)}})}if(j.closeOnClick){h.bind("click.mask",function(m){c.mask.close(m)})}c(window).bind("resize.mask",function(){c.mask.fit()});if(l&&l.length){g=l.eq(0).css("zIndex");c.each(l,function(){var m=c(this);if(!/relative|absolute|fixed/i.test(m.css("position"))){m.css("position","relative")}});a=l.css({zIndex:Math.max(j.zIndex+1,g=="auto"?0:g)})}h.css({display:"block"}).fadeTo(j.loadSpeed,j.opacity,function(){c.mask.fit();i(j.onLoad);b="full"});b=true;return this},close:function(){if(b){if(i(d.onBeforeClose)===false){return this}h.fadeOut(d.closeSpeed,function(){i(d.onClose);if(a){a.css({zIndex:g})}b=false});c(document).unbind("keydown.mask");h.unbind("click.mask");c(window).unbind("resize.mask")}return this},fit:function(){if(b){var j=f();h.css({width:j[0],height:j[1]})}},getMask:function(){return h},isLoaded:function(j){return j?b=="full":b},getConf:function(){return d},getExposed:function(){return a}};c.fn.mask=function(j){c.mask.load(j);return this};c.fn.expose=function(j){c.mask.load(j,this);return this}})(jQuery);(function(a){a.fn.mousewheel=function(d){return this[d?"bind":"trigger"]("wheel",d)};a.event.special.wheel={setup:function(){a.event.add(this,c,b,{})},teardown:function(){a.event.remove(this,c,b)}};var c=!a.browser.mozilla?"mousewheel":"DOMMouseScroll"+(a.browser.version<"1.9"?" mousemove":"");function b(d){switch(d.type){case"mousemove":return a.extend(d.data,{clientX:d.clientX,clientY:d.clientY,pageX:d.pageX,pageY:d.pageY});case"DOMMouseScroll":a.extend(d,d.data);d.delta=-d.detail/3;break;case"mousewheel":d.delta=d.wheelDelta/120;break}d.type="wheel";return a.event.handle.call(this,d,d.delta)}})(jQuery);
/*
 * dojQuery Javascript Toolkit
 * Copyright 2011, ZhangJingwei
 * Version: 2.7.2
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * Date: 2011/04/27 14:58
 * A thousand words will not leave so deep an impression as one deed.
 */
(function(b){var a=b.document;b.dojQuery=function(){jQuery.loadstyle=jQuery.fn.loadstyle=function(d){if(d){var d=d.split("."),c=d[0]+"."+d[1];if(d.length<=2&&dojQuery.widgets[c].css){dojQuery.pushLoadQueue(c,false)}else{dojQuery.pushLoadQueue(d,false)}}if(!dojQuery.getCssLock){dojQuery.monitorByCss()}return this}};dojQuery.extend=dojQuery.prototype.extend=jQuery.extend;dojQuery.extend({config:{path:"http://imgcdn.house.sina.com.cn/",version:"2.0"},getPath:function(){var d=this.config;return d.path+"min/?b="+d.version+"&f="},getSVNVersion:function(){return"?_="+(this.timestamp||"040515")},getCompiletrue:function(c){return c.replace(".","/")+"/main.js"},getCompilefalse:function(c){if(typeof(c)==="string"){var d=c.replace(".","/");return d+"/normal.css"}else{var d=c.toString().replace(/\,/g,"/");return d+".css"}},pushLoadQueue:function(c,d){var e=(d?this.jsQueue:this.cssQueue)||[];e.push(this["getCompile"+d](c));if(d){this.jsQueue=e}else{this.cssQueue=e}return this},pushExeQueue:function(d,c,e){this.exeQueue=this.exeQueue||[];this.exeQueue.push([d,c,e])},getExeQueue:function(){return this.exeQueue?this.exeQueue.length:false},deExeQueue:function(){jQuery.each(dojQuery.exeQueue,function(){if(this[0].jquery){jQuery.fn[this[2]].apply(this[0],this[1])}else{jQuery[this[2]].apply(this[0],this[1])}});dojQuery.clearExeQueue()},clearExeQueue:function(){delete this.exeQueue;return this},clearJsQueue:function(){delete this.jsQueue;return this},clearCssQueue:function(){delete this.cssQueue;return this},getScript:function(d,e){var c=this.getCombineUrl(d);jQuery.ajax({type:"GET",url:this.getPath()+c,data:this.getSVNVersion(),dataType:"script",scriptCharset:"UTF-8"}).done(function(){if(e){e.call(a)}})},getStyle:function(e,f){var d=this.getCombineUrl(e),c=$("<link/>");c.attr({rel:"stylesheet",type:"text/css",href:this.getPath()+d});c.appendTo("head");if(f){f.call(a)}},getCombineUrl:function(d){var c=[];jQuery.map(d,function(e){if($.inArray(e,c)<0){c.push(e)}});return c.toString()},getMethodClass:function(c){var d=c.slice(c.indexOf(".")+1);if(c.indexOf("static")>=0){return[jQuery,d]}else{return[jQuery.fn,d]}},setNameSpace:function(){var c=this;jQuery.each(this.widgets,function(d){var e=c.getMethodClass(d);if(!e[0][e[1]]){e[0][e[1]]=c.initWidget(d,e[1],dojQuery.getJsQueue.hasOwnProperty(d))}});return this},initWidget:function(c,d,e){var f=this;return function(){if(!e){dojQuery.pushLoadQueue(c,true)}dojQuery.pushExeQueue(this,arguments,d);if(!f.monitored){f.monitor()}return this}},init:function(c){if(c){c.call(a)}},monitor:function(e){var d=this,c=d.getExeQueue();d.monitored=true,callee=arguments.callee;setTimeout(function(){var f=d.getExeQueue();if(c!=f){callee.call(dojQuery)}else{d.getScript(d.jsQueue,function(){dojQuery.clearJsQueue().deExeQueue();d.monitored=false})}},13)},monitorByCss:function(){var e=this,d=arguments.callee,c=e.cssQueue.length;e.getCssLock=true,setTimeout(function(){var f=e.cssQueue.length;if(f==c){e.getStyle(e.cssQueue,function(){e.clearCssQueue();e.getCssLock=false})}else{d.call(dojQuery)}},13)}});dojQuery.prototype.extend({ready:function(d){var c=this;if(!this.readyed){jQuery.ajax({type:"GET",url:dojQuery.config.path+dojQuery.config.version+"/init_dojQuery.js",dataType:"script",scriptCharset:"UTF-8"}).done(function(f){var e=arguments.callee,f=f||d;if(dojQuery.jsQueue){dojQuery.getScript(dojQuery.jsQueue,function(){dojQuery.clearJsQueue();setTimeout(function(){e(f)},13)})}else{dojQuery.ready=true;dojQuery.getJsQueue=dojQuery.getJsQueue||{};dojQuery.setNameSpace().init(f)}})}else{setTimeout(function(){if(!dojQuery.ready){setTimeout(arguments.callee,arguments[1])}else{dojQuery.init(d)}},13)}c.readyed=c.readyed||true;return this},get:function(){if(arguments.length){jQuery.each(arguments,function(c,d){dojQuery.pushLoadQueue(d,true);dojQuery.getJsQueue=dojQuery.getJsQueue||{};dojQuery.getJsQueue[d]=true})}return this}});if(!b.dj){b.dj=new dojQuery()}})(window);
