/* RequireJS Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via the MIT, GPL or new BSD license. see: http://github.com/jrburke/requirejs for details RequireJS i18n Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via the MIT, GPL or new BSD license. see: http://github.com/jrburke/requirejs for details RequireJS text Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via the MIT, GPL or new BSD license. see: http://github.com/jrburke/requirejs for details RequireJS jsonp Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via the MIT, GPL or new BSD license. see: http://github.com/jrburke/requirejs for details RequireJS order Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via the MIT, GPL or new BSD license. see: http://github.com/jrburke/requirejs for details jQuery JavaScript Library v1.4.2 http://jquery.com/ Copyright 2010, John Resig Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license Includes Sizzle.js http://sizzlejs.com/ Copyright 2010, The Dojo Foundation Released under the MIT, BSD, and GPL Licenses. Date: Sat Feb 13 22:33:48 2010 -0500 */ var require; (function(){function K(l){return y.call(l)==="[object Function]"}function A(l,o,w){var t=k.plugins.defined[l];if(t)t[w.name].apply(null,w.args);else{t=k.plugins.waiting[l]||(k.plugins.waiting[l]=[]);t.push(w);o.defined.require(["require/"+l])}}function Z(l,o){var w=k.plugins.callbacks[l]=[];k.plugins[l]=function(){for(var t=0,F;F=w[t];t++)if(F.apply(null,arguments)===true&&o)return true;return false}}function B(l){return function(o){l.exports=o}}var s={},k,D,E=[],G,Q,R,P,W,S={},O,ja=/^(complete|loaded)$/,c, aa=!!(typeof window!=="undefined"&&navigator&&document),ia=!aa&&typeof importScripts!=="undefined",y=Object.prototype.toString,ka,x,na;if(typeof require!=="undefined")if(K(require))return;else S=require;x=require=function(l,o,w,t){var F;if(typeof l==="string"&&!K(o))return require.get(l,o);if(!require.isArray(l)){F=l;if(require.isArray(o)){l=o;o=w;w=t}else l=[]}return c(null,l,o,F,w)};x.onError=function(l){throw l;};x.def=function(l,o,w,t){if(!x.isArray(o)){t=w;w=o;o=[]}return c(l,o,w,null,t)};c= function(l,o,w,t,F){var C=k.contexts[F],$,V,T;F=F?F:t&&t.context?t.context:k.ctxName;C=k.contexts[F];if(l){T=l.indexOf("!");if(T!==-1){$=l.substring(0,T);l=l.substring(T+1,l.length)}if(C&&(C.defined[l]||C.waiting[l]))return x}if(!C){C={contextName:F,config:{waitSeconds:7,baseUrl:k.baseUrl||"./",paths:{}},waiting:[],specified:{require:true,exports:true,module:true},loaded:{require:true},urlFetched:{},defined:{},modifiers:{}};C.defined.require=x;k.plugins.newContext&&k.plugins.newContext(C);C=k.contexts[F]= C}if(t){if(t.baseUrl)if(t.baseUrl.charAt(t.baseUrl.length-1)!=="/")t.baseUrl+="/";T=C.config.paths;x.mixin(C.config,t,true);if(t.paths){for(V in t.paths)V in s||(T[V]=t.paths[V]);C.config.paths=T}if(t.priority){x(t.priority);C.config.priorityWait=t.priority}if(t.deps||t.callback)x(t.deps||[],t.callback);t.ready&&x.ready(t.ready);if(!o)return x}if(o){t=o;o=[];for(V=0;V0;F--){C=l.slice(0,F).join("/");if(t[C]){l.splice(0,F,t[C]);break}}o=l.join("/")+(o||".js");return(o.charAt(0)==="/"||o.match(/^\w+:/)?"":w.baseUrl)+o}}; x.checkLoaded=function(l){var o=k.contexts[l||k.ctxName],w=o.config.waitSeconds*1E3,t=w&&o.startTime+w<(new Date).getTime(),F,C;w="";var $=false,V=false,T,ea,ga=k.plugins.isWaiting,Y=k.plugins.orderDeps,fa={};if(!o.isCheckLoaded){if(o.config.priorityWait){C=true;for(F=0;ea=o.config.priorityWait[F];F++)if(!o.loaded[ea]){C=false;break}if(C){delete o.config.priorityWait;x.resume()}else return}o.isCheckLoaded=true;C=o.waiting;F=o.loaded;for(T in F)if(!(T in s)){$=true;if(!F[T])if(t)w+=T+" ";else{V=true; break}}if(!$&&!C.length&&(!ga||!ga(o)))o.isCheckLoaded=false;else{if(t&&w){o=new Error("require.js load timeout for modules: "+w);o.requireType="timeout";o.requireModules=w;return x.onError(o)}if(V){o.isCheckLoaded=false;if(aa||ia)setTimeout(function(){x.checkLoaded(l)},50)}else{o.waiting=[];o.loaded={};Y&&Y(o);for(F=0;w=C[F];F++)x.exec(w,fa,C,o);o.isCheckLoaded=false;if(o.waiting.length||ga&&ga(o))x.checkLoaded(l);else if(!E.length){k.ctxName="_";k.isDone=true;x.callReady&&x.callReady()}}}}};x.exec= function(l,o,w,t){if(l){var F=l.name,C=l.callback;C=l.deps;var $,V,T=t.defined,ea,ga=[],Y,fa,ha=false;if(F){if(o[F]||F in T)return T[F];o[F]=true}if(C)for($=0;V=C[$];$++){Y=V.name;if(Y==="exports"){Y=T[F]={};ha=true}else if(Y==="module"){fa=Y={id:F,uri:F?x.nameToUrl(F,null,t.contextName):undefined};fa.setExports=B(fa)}else Y=Y in T?T[Y]:o[Y]?undefined:x.exec(w[w[Y]],o,w,t);ga.push(Y)}if((C=l.callback)&&x.isFunction(C)){ea=x.execCb(F,C,ga);if(F)if(ha&&(!fa||!("exports"in fa)))ea=T[F];else if(fa&&"exports"in fa)ea=T[F]=Y.exports;else{if(F in T)return x.onError(new Error(F+" has already been defined"));T[F]=ea}}return ea}};x.execCb=function(l,o,w){return o.apply(null,w)};x.onScriptLoad=function(l){var o=l.currentTarget||l.srcElement,w;if(l.type==="load"||ja.test(o.readyState)){l=o.getAttribute("data-requirecontext");w=o.getAttribute("data-requiremodule");k.contexts[l].loaded[w]=true;x.checkLoaded(l);o.removeEventListener?o.removeEventListener("load",x.onScriptLoad,false):o.detachEvent("onreadystatechange", x.onScriptLoad)}};x.attach=function(l,o,w,t,F){var C;if(aa){t=t||x.onScriptLoad;C=document.createElement("script");C.type=F||"text/javascript";C.charset="utf-8";if(!k.skipAsync[l])C.async=true;C.setAttribute("data-requirecontext",o);C.setAttribute("data-requiremodule",w);C.addEventListener?C.addEventListener("load",t,false):C.attachEvent("onreadystatechange",t);C.src=l;return na?k.head.insertBefore(C,na):k.head.appendChild(C)}else if(ia){o=k.contexts[o].loaded;o[w]=false;importScripts(l);o[w]=true}return null}; k.baseUrl=S.baseUrl;if(aa&&(!k.baseUrl||!k.head)){G=document.getElementsByTagName("script");R=S.baseUrlMatch?S.baseUrlMatch:/(requireplugins-|require-)?jquery[\-\d\.]*(min)?\.js(\W|$)/i;for(D=G.length-1;D>-1&&(Q=G[D]);D--){if(!k.head)k.head=Q.parentNode;if(!S.deps)if(P=Q.getAttribute("data-main"))S.deps=[P];if((P=Q.src)&&!k.baseUrl)if(W=P.match(R)){k.baseUrl=P.substring(0,W.index);break}}}x.pageLoaded=function(){if(!k.isPageLoaded){k.isPageLoaded=true;ka&&clearInterval(ka);if(O)document.readyState= "complete";x.callReady()}};x.callReady=function(){var l=k.readyCalls,o,w;if(k.isPageLoaded&&k.isDone&&l.length){k.readyCalls=[];for(o=0;w=l[o];o++)w()}};x.ready=function(l){k.isPageLoaded&&k.isDone?l():k.readyCalls.push(l);return x};if(aa){if(document.addEventListener){document.addEventListener("DOMContentLoaded",x.pageLoaded,false);window.addEventListener("load",x.pageLoaded,false);if(!document.readyState){O=true;document.readyState="loading"}}else if(window.attachEvent){window.attachEvent("onload", x.pageLoaded);if(self===self.top)ka=setInterval(function(){try{if(document.body){document.documentElement.doScroll("left");x.pageLoaded()}}catch(l){}},30)}document.readyState==="complete"&&x.pageLoaded()}x(S)})(); (function(){function K(s,k){k=k.nlsWaiting;return k[s]||(k[s]=k[k.push({_name:s})-1])}function A(s,k,D,E){var G,Q,R,P,W,S,O="root";Q=D.split("-");R=[];P=K(s,E);for(G=Q.length;G>-1;G--){W=G?Q.slice(0,G).join("-"):"root";if(S=k[W]){if(D===E.config.locale&&!P._match)P._match=W;if(O==="root")O=W;P[W]=W;if(S===true){S=s.split("/");S.splice(-1,0,W);S=S.join("/");!E.specified[S]&&!(S in E.loaded)&&!E.defined[S]&&R.push(S)}}}if(O!==D)if(E.defined[O])E.defined[D]=E.defined[O];else P[D]=O;R.length&&E.defined.require(R)} var Z=/(^.*(^|\/)nls(\/|$))([^\/]*)\/?([^\/]*)/,B={};require.plugin({prefix:"i18n",require:function(s,k,D,E){var G,Q=E.defined[s];G=Z.exec(s);if(G[5]){s=G[1]+G[5];k=K(s,E);k[G[4]]=G[4];k=E.nls[s];if(!k){E.defined.require([s]);k=E.nls[s]={}}k[G[4]]=D}else{if(k=E.nls[s])require.mixin(k,Q);else k=E.nls[s]=Q;E.nlsRootLoaded[s]=true;if(G=E.nlsToLoad[s]){delete E.nlsToLoad[s];for(D=0;D0;D--){c=R.slice(0,D).join("-");c!=="root"&&Q[c]&&require.mixin(W,Q[c])}Q.root&&require.mixin(W,Q.root);s.defined[S+"/"+O+"/"+P]=W}s.defined[E]=s.defined[S+"/"+ja+"/"+P];if(ia)for(O in ia)O in B||(s.defined[S+"/"+O+"/"+P]=s.defined[S+"/"+ia[O]+"/"+P])}}})})(); (function(){var K=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"],A=/^\s*<\?xml(\s)+version=[\'\"](\d)*.(\d)*[\'\"](\s)*\?>/im,Z=/]*>\s*([\s\S]+)\s*<\/body>/im;if(!require.textStrip)require.textStrip=function(B){if(B){B=B.replace(A,"");var s=B.match(Z);if(s)B=s[1]}else B="";return B};if(!require.getXhr)require.getXhr=function(){var B,s,k;if(typeof XMLHttpRequest!=="undefined")return new XMLHttpRequest;else for(s=0;s<3;s++){k=K[s];try{B=new ActiveXObject(k)}catch(D){}if(B){K=[k]; break}}if(!B)throw new Error("require.getXhr(): XMLHttpRequest not available");return B};if(!require.fetchText)require.fetchText=function(B,s){var k=require.getXhr();k.open("GET",B,true);k.onreadystatechange=function(){k.readyState===4&&s(k.responseText)};k.send(null)};require.plugin({prefix:"text",require:function(){},newContext:function(B){require.mixin(B,{text:{},textWaiting:[]})},load:function(B,s){var k=false,D=null,E,G=B.indexOf("."),Q=B.substring(0,G),R=B.substring(G+1,B.length),P=require.s.contexts[s], W=P.textWaiting;G=R.indexOf("!");if(G!==-1){k=R.substring(G+1,R.length);R=R.substring(0,G);G=k.indexOf("!");if(G!==-1&&k.substring(0,G)==="strip"){D=k.substring(G+1,k.length);k="strip"}else if(k!=="strip"){D=k;k=null}}E=Q+"!"+R;G=k?E+"!"+k:E;if(D!==null&&!P.text[E])P.defined[B]=P.text[E]=D;else if(!P.text[E]&&!P.textWaiting[E]&&!P.textWaiting[G]){W[G]||(W[G]=W[W.push({name:B,key:E,fullKey:G,strip:!!k})-1]);k=require.nameToUrl(Q,"."+R,s);P.loaded[B]=false;require.fetchText(k,function(S){P.text[E]= S;P.loaded[B]=true;require.checkLoaded(s)})}},checkDeps:function(){},isWaiting:function(B){return!!B.textWaiting.length},orderDeps:function(B){var s,k,D,E=B.textWaiting;B.textWaiting=[];for(s=0;k=E[s];s++){D=B.text[k.key];B.defined[k.name]=k.strip?require.textStrip(D):D}}})})(); (function(){var K=0;require._jsonp={};require.plugin({prefix:"jsonp",require:function(){},newContext:function(A){require.mixin(A,{jsonpWaiting:[]})},load:function(A,Z){var B=A.indexOf("?"),s=A.substring(0,B);B=A.substring(B+1,A.length);var k=require.s.contexts[Z],D={name:A},E="f"+K++,G=require.s.head,Q=G.ownerDocument.createElement("script");require._jsonp[E]=function(R){D.value=R;k.loaded[A]=true;require.checkLoaded(Z);setTimeout(function(){G.removeChild(Q);delete require._jsonp[E]},15)};k.jsonpWaiting.push(D); s=require.nameToUrl(s,"?",Z);s+=(s.indexOf("?")===-1?"?":"")+B.replace("?","require._jsonp."+E);k.loaded[A]=false;Q.type="text/javascript";Q.charset="utf-8";Q.src=s;Q.async=true;G.appendChild(Q)},checkDeps:function(){},isWaiting:function(A){return!!A.jsonpWaiting.length},orderDeps:function(A){var Z,B,s=A.jsonpWaiting;A.jsonpWaiting=[];for(Z=0;B=s[Z];Z++)A.defined[B.name]=B.value}})})(); (function(){function K(B){var s=B.currentTarget||B.srcElement,k,D,E,G;if(B.type==="load"||Z.test(s.readyState)){D=s.getAttribute("data-requirecontext");k=s.getAttribute("data-requiremodule");B=require.s.contexts[D];E=B.orderWaiting;G=B.orderCached;G[k]=true;for(k=0;G[E[k]];k++);k>0&&require(E.splice(0,k),D);if(!E.length)B.orderCached={};setTimeout(function(){s.parentNode.removeChild(s)},15)}}var A=window.opera&&Object.prototype.toString.call(window.opera)==="[object Opera]"||"MozAppearance"in document.documentElement.style, Z=/^(complete|loaded)$/;require.plugin({prefix:"order",require:function(){},newContext:function(B){require.mixin(B,{orderWaiting:[],orderCached:{}})},load:function(B,s){var k=require.s.contexts[s],D=require.nameToUrl(B,null,s);require.s.skipAsync[D]=true;if(A)require([B],s);else{k.orderWaiting.push(B);k.loaded[B]=false;require.attach(D,s,B,K,"script/cache")}},checkDeps:function(){},isWaiting:function(B){return!!B.orderWaiting.length},orderDeps:function(){}})})(); (function(K,A){function Z(){if(!c.isReady){try{y.documentElement.doScroll("left")}catch(a){setTimeout(Z,1);return}c.ready()}}function B(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function s(a,b,d,f,e,i){var j=a.length;if(typeof b==="object"){for(var r in b)s(a,r,b[r],f,e,d);return a}if(d!==A){f=!i&&f&&c.isFunction(d);for(r=0;r)[^>]*$|^#([\w-]+)$/,na=/^.[^:#\[\.,]*$/,l=/\S/, o=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,w=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,t=navigator.userAgent,F=false,C=[],$=!!(typeof require!=="undefined"&&require.def),V,T=Object.prototype.toString,ea=Object.prototype.hasOwnProperty,ga=Array.prototype.push,Y=Array.prototype.slice,fa=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=y;this[0]=y.body;this.selector="body";this.length=1;return this}if(typeof a=== "string")if((d=x.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:y;if(a=w.exec(a))if(c.isPlainObject(b)){a=[y.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=S([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=y.getElementById(d[2])){if(b.id!==d[2])return ka.find(a);this.length=1;this[0]=b}this.context=y;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=y;a=y.getElementsByTagName(a); return c.merge(this,a)}else return!b||b.jquery?(b||ka).find(a):c(b).find(a);else if(c.isFunction(a))return ka.ready(a);if(a.selector!==A){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return Y.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ga.apply(f,a):c.merge(f,a);f.prevObject=this;f.context= this.context;if(b==="find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady&&(!$||require.s.isDone))a.call(y,c);else{C||(C=[]);C.push(a)}return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(Y.apply(this,arguments),"slice", Y.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ga,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,i,j,r;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b";a=y.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var m=y.createElement("div");m.style.width=m.style.paddingLeft="1px";y.body.appendChild(m); c.boxModel=c.support.boxModel=m.offsetWidth===2;y.body.removeChild(m).style.display="none"});a=function(m){var q=y.createElement("div");m="on"+m;var z=m in q;if(!z){q.setAttribute(m,"return;");z=typeof q[m]==="function"}return z};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap", frameborder:"frameBorder"};var ha="jQuery"+k(),$a=0,Ia={};c.extend({cache:{},expando:ha,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==K?Ia:a;var f=a[ha],e=c.cache;if(!f&&typeof b==="string"&&d===A)return null;f||(f=++$a);if(typeof b==="object"){a[ha]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[ha]=f;e[f]={}}a=e[f];if(d!==A)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a= a==K?Ia:a;var d=a[ha],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===A){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===A&& this.length)f=c.data(this[0],a);return f===A&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift(); if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===A)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a|| "fx",[])}});var Ja=/[\n\t]/g,va=/\s+/,ab=/\r/g,bb=/href|src|style/,cb=/(button|input)/i,db=/(button|input|object|select|textarea)/i,eb=/^(a|area)$/i,Ka=/radio|checkbox/;c.fn.extend({attr:function(a,b){return s(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(q){var z=c(this);z.addClass(a.call(this,q,z.attr("class")))});if(a&&typeof a==="string")for(var b= (a||"").split(va),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===A){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f= [],e=b.options;b=b.type==="select-one";if(d<0)return null;var i=b?d:0;for(d=b?d+1:e.length;i=0;else if(c.nodeName(this,"select")){var I=c.makeArray(z);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),I)>=0});if(!I.length)this.selectedIndex=-1}else this.value=z}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return A;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==A;b=f&&c.props[b]||b;if(a.nodeType=== 1){var i=bb.test(b);if(b in a&&f&&!i){if(e){b==="type"&&cb.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:db.test(a.nodeName)||eb.test(a.nodeName)&&a.href?0:A;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&& f&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?A:a}return c.style(a,b,d)}});var qa=/\.(.*)$/,fb=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==K&&!a.frameElement)a=K;var e,i;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(i=c.data(a)){var j=i.events=i.events||{},r=i.handle;if(!r)i.handle=r=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(r.elem, arguments):A};r.elem=a;b=b.split(" ");for(var m,q=0,z;m=b[q++];){i=e?c.extend({},e):{handler:d,data:f};if(m.indexOf(".")>-1){z=m.split(".");m=z.shift();i.namespace=z.slice(0).sort().join(".")}else{z=[];i.namespace=""}i.type=m;i.guid=d.guid;var I=j[m],N=c.event.special[m]||{};if(!I){I=j[m]=[];if(!N.setup||N.setup.call(a,f,z,r)===false)if(a.addEventListener)a.addEventListener(m,r,false);else a.attachEvent&&a.attachEvent("on"+m,r)}if(N.add){N.add.call(a,i);if(!i.handler.guid)i.handler.guid=d.guid}I.push(i); c.event.global[m]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,i=0,j,r,m,q,z,I,N=c.data(a),X=N&&N.events;if(N&&X){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in X)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[i++];){q=e;j=e.indexOf(".")<0;r=[];if(!j){r=e.split(".");e=r.shift();m=new RegExp("(^|\\.)"+c.map(r.slice(0).sort(),fb).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(z=X[e])if(d){q=c.event.special[e]|| {};for(U=f||0;U=0){a.type=e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return A;a.result=A;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument; try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(i){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var j,r=c.nodeName(f,"a")&&e==="click",m=c.event.special[e]||{};if((!m._default||m._default.call(d,a)===false)&&!r&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(j=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(q){}if(j)f["on"+e]= j;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||K.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var i=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},ya=function(a,b){var d=a.target,f,e;if(!(!wa.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Oa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===A||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a, b,d)}}};c.event.special.change={filters:{focusout:ya,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return ya.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return ya.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",Oa(a))}},setup:function(){if(this.type==="file")return false; for(var a in xa)c.event.add(this,a+".specialChange",xa[a]);return wa.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return wa.test(this.nodeName)}};xa=c.event.special.change.filters}y.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind", "one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var i in d)this[b](i,f,d[i],e);return this}if(c.isFunction(f)){e=f;f=A}var j=b==="one"?c.proxy(e,function(m){c(this).unbind(m,j);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{i=0;for(var r=this.length;i0){M=H;break}}H=H[g]}p[v]=M}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, e=0,i=Object.prototype.toString,j=false,r=true;[0,0].sort(function(){r=false;return 0});var m=function(g,h,n,p){n=n||[];var v=h=h||y;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return n;for(var u=[],J,H,M,ra,la=true,oa=L(h),ma=g;(f.exec(""),J=f.exec(ma))!==null;){ma=J[3];u.push(J[1]);if(J[2]){ra=J[3];break}}if(u.length>1&&z.exec(g))if(u.length===2&&q.relative[u[0]])H=za(u[0]+u[1],h);else for(H=q.relative[u[0]]?[h]:m(u.shift(),h);u.length;){g=u.shift();if(q.relative[g])g+= u.shift();H=za(g,H)}else{if(!p&&u.length>1&&h.nodeType===9&&!oa&&q.match.ID.test(u[0])&&!q.match.ID.test(u[u.length-1])){J=m.find(u.shift(),h,oa);h=J.expr?m.filter(J.expr,J.set)[0]:J.set[0]}if(h){J=p?{expr:u.pop(),set:N(p)}:m.find(u.pop(),u.length===1&&(u[0]==="~"||u[0]==="+")&&h.parentNode?h.parentNode:h,oa);H=J.expr?m.filter(J.expr,J.set):J.set;if(u.length>0)M=N(H);else la=false;for(;u.length;){var ba=u.pop();J=ba;if(q.relative[ba])J=u.pop();else ba="";if(J==null)J=h;q.relative[ba](M,J,oa)}}else M= []}M||(M=H);M||m.error(ba||g);if(i.call(M)==="[object Array]")if(la)if(h&&h.nodeType===1)for(g=0;M[g]!=null;g++){if(M[g]&&(M[g]===true||M[g].nodeType===1&&ca(h,M[g])))n.push(H[g])}else for(g=0;M[g]!=null;g++)M[g]&&M[g].nodeType===1&&n.push(H[g]);else n.push.apply(n,M);else N(M,n);if(ra){m(ra,v,n,p);m.uniqueSort(n)}return n};m.uniqueSort=function(g){if(U){j=r;g.sort(U);if(j)for(var h=1;h":function(g,h){var n=typeof h==="string";if(n&&!/\W/.test(h)){h=h.toLowerCase();for(var p=0,v=g.length;p= 0))n||p.push(J);else if(n)h[u]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,n,p,v,u){h=g[1].replace(/\\/g,"");if(!u&&q.attrMap[h])g[1]=q.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,n,p, v){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=m(g[3],null,null,h);else{g=m.filter(g[3],h,n,true^v);n||p.push.apply(p,g);return false}else if(q.match.POS.test(g[0])||q.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild}, empty:function(g){return!g.firstChild},has:function(g,h,n){return!!m(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"=== g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,h){return h===0},last:function(g,h,n,p){return h===p.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,n){return hn[3]-0},nth:function(g,h,n){return n[3]-0===h},eq:function(g,h,n){return n[3]-0===h}},filter:{PSEUDO:function(g,h,n,p){var v=h[1],u=q.filters[v];if(u)return u(g, n,h,p);else if(v==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(v==="not"){h=h[3];n=0;for(p=h.length;n=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var n= h[1];g=q.attrHandle[n]?q.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);n=g+"";var p=h[2];h=h[4];return g==null?p==="!=":p==="="?n===h:p==="*="?n.indexOf(h)>=0:p==="~="?(" "+n+" ").indexOf(h)>=0:!h?n&&g!==false:p==="!="?n!==h:p==="^="?n.indexOf(h)===0:p==="$="?n.substr(n.length-h.length)===h:p==="|="?n===h||n.substr(0,h.length+1)===h+"-":false},POS:function(g,h,n,p){var v=q.setFilters[h[2]];if(v)return v(g,n,h,p)}}},z=q.match.POS;for(var I in q.match){q.match[I]=new RegExp(q.match[I].source+/(?![^\[]*\])(?![^\(]*\))/.source); q.leftMatch[I]=new RegExp(/(^(?:.|\r|\n)*?)/.source+q.match[I].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var N=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(y.documentElement.childNodes,0)}catch(X){N=function(g,h){h=h||[];if(i.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var n=0,p=g.length;n";var n=y.documentElement;n.insertBefore(g,n.firstChild);if(y.getElementById(h)){q.find.ID=function(p,v,u){if(typeof v.getElementById!=="undefined"&&!u)return(v= v.getElementById(p[1]))?v.id===p[1]||typeof v.getAttributeNode!=="undefined"&&v.getAttributeNode("id").nodeValue===p[1]?[v]:A:[]};q.filter.ID=function(p,v){var u=typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id");return p.nodeType===1&&u&&u.nodeValue===v}}n.removeChild(g);n=g=null})();(function(){var g=y.createElement("div");g.appendChild(y.createComment(""));if(g.getElementsByTagName("*").length>0)q.find.TAG=function(h,n){n=n.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var p= 0;n[p];p++)n[p].nodeType===1&&h.push(n[p]);n=h}return n};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")q.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();y.querySelectorAll&&function(){var g=m,h=y.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){m=function(p,v,u,J){v=v||y;if(!J&&v.nodeType===9&&!L(v))try{return N(v.querySelectorAll(p), u)}catch(H){}return g(p,v,u,J)};for(var n in g)m[n]=g[n];h=null}}();(function(){var g=y.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){q.order.splice(1,0,"CLASS");q.find.CLASS=function(h,n,p){if(typeof n.getElementsByClassName!=="undefined"&&!p)return n.getElementsByClassName(h[1])};g=null}}})();var ca=y.compareDocumentPosition? function(g,h){return!!(g.compareDocumentPosition(h)&16)}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},L=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},za=function(g,h){var n=[],p="",v;for(h=h.nodeType?[h]:h;v=q.match.PSEUDO.exec(g);){p+=v[0];g=g.replace(q.match.PSEUDO,"")}g=q.relative[g]?g+"*":g;v=0;for(var u=h.length;v=0===d})};c.fn.extend({find:function(a){for(var b= this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var i=d;i 0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,i={},j;if(f&&a.length){e=0;for(var r=a.length;e-1:c(f).is(e)){d.push({selector:j,elem:f});delete i[j]}}f=f.parentNode}}return d}var m=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(q,z){for(;z&&z.ownerDocument&&z!==b;){if(m?m.index(z)>-1:c(z).is(a))return z; z=z.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(P(a[0])||P(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")}, parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)}, contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);gb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||ib.test(f))&&hb.test(a))e=e.reverse();return this.pushStack(e,a,Y.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a= a[b];a&&a.nodeType!==9&&(d===A||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Sa=/ jQuery\d+="(?:\d+|null)"/g,ta=/^\s+/,Ta=/(<([\w:]+)[^>]*?)\/>/g,jb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ua=/<([\w:]+)/,kb=/"},da={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};da.optgroup=da.option;da.tbody=da.tfoot=da.colgroup=da.caption=da.thead;da.th= da.td;if(!c.support.htmlSerialize)da._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==A)return this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&& b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()}, append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&& this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b= this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Sa,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(ta,"")],f)[0]}else return this.cloneNode(true)});if(a===true){W(this,b); W(this.find("*"),b.find("*"))}return b},html:function(a){if(a===A)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Sa,""):null;else if(typeof a==="string"&&!Fa.test(a)&&(c.support.leadingWhitespace||!ta.test(a))&&!da[(Ua.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ta,Va);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?m.cloneNode(true):m)}r.length&&c.each(r,B)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]= function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{e=0;for(var i=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),j);f=f.concat(j)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||y;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||y;for(var e=[],i=0,j;(j=a[i])!=null;i++){if(typeof j==="number")j+= "";if(j){if(typeof j==="string"&&!lb.test(j))j=b.createTextNode(j);else if(typeof j==="string"){j=j.replace(Ta,Va);var r=(Ua.exec(j)||["",""])[1].toLowerCase(),m=da[r]||da._default,q=m[0],z=b.createElement("div");for(z.innerHTML=m[1]+j+m[2];q--;)z=z.lastChild;if(!c.support.tbody){q=kb.test(j);r=r==="table"&&!q?z.firstChild&&z.firstChild.childNodes:m[1]===""&&!q?z.childNodes:[];for(m=r.length-1;m>=0;--m)c.nodeName(r[m],"tbody")&&!r[m].childNodes.length&&r[m].parentNode.removeChild(r[m])}!c.support.leadingWhitespace&& ta.test(j)&&z.insertBefore(b.createTextNode(ta.exec(j)[0]),z.firstChild);j=z.childNodes}if(j.nodeType)e.push(j);else e=c.merge(e,j)}}if(d)for(i=0;e[i];i++)if(f&&c.nodeName(e[i],"script")&&(!e[i].type||e[i].type.toLowerCase()==="text/javascript"))f.push(e[i].parentNode?e[i].parentNode.removeChild(e[i]):e[i]);else{e[i].nodeType===1&&e.splice.apply(e,[i+1,0].concat(c.makeArray(e[i].getElementsByTagName("script"))));d.appendChild(e[i])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special, i=c.support.deleteExpando,j=0,r;(r=a[j])!=null;j++)if(d=r[c.expando]){b=f[d];if(b.events)for(var m in b.events)e[m]?c.event.remove(r,m):La(r,m,b.handle);if(i)delete r[c.expando];else r.removeAttribute&&r.removeAttribute(c.expando);delete f[d]}}});var mb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Wa=/alpha\([^)]*\)/,Xa=/opacity=([^)]*)/,Aa=/float/i,Ba=/-([a-z])/ig,nb=/([A-Z])/g,ob=/^-?\d+(?:px)?$/i,pb=/^-?\d/,qb={position:"absolute",visibility:"hidden",display:"block"},rb=["Left","Right"], sb=["Top","Bottom"],tb=y.defaultView&&y.defaultView.getComputedStyle,Ya=c.support.cssFloat?"cssFloat":"styleFloat",Ca=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return s(this,a,b,true,function(d,f,e){if(e===A)return c.curCSS(d,f);if(typeof e==="number"&&!mb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return A;if((b==="width"||b==="height")&&parseFloat(d)<0)d=A;var f=a.style||a,e=d!==A;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom= 1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Wa.test(a)?a.replace(Wa,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Xa.exec(f.filter)[1])/100+"":""}if(Aa.test(b))b=Ya;b=b.replace(Ba,Ca);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,i=b==="width"?rb:sb;d=function(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(i,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this, true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})};a.offsetWidth!==0?d():c.swap(a,qb,d);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Xa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(Aa.test(b))b=Ya;if(!d&&e&&e[b])f=e[b];else if(tb){if(Aa.test(b))b="float";b=b.replace(nb, "-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(Ba,Ca);f=a.currentStyle[b]||a.currentStyle[d];if(!ob.test(f)&&pb.test(f)){b=e.left;var i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=i}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]= b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var ub=k(),vb=//gi,wb=/select|textarea/i,xb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,pa=/=\?(&|$)/, Da=/\?/,yb=/(\?|&)_=.*?(&|$)/,zb=/^(\w+:)?\/\/([^\/?#]+)/,Ab=/%20/g,Bb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string")return Bb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var i=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(j,r){if(r==="success"||r==="notmodified")i.html(e? c("
").append(j.responseText.replace(vb,"")).find(e):j.responseText);d&&i.each(d,[j.responseText,r,j])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||wb.test(this.nodeName)||xb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name, value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST", url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:K.XMLHttpRequest&&(K.location.protocol!=="file:"||!K.ActiveXObject)?function(){return new K.XMLHttpRequest}:function(){try{return new K.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript", json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&e.success.call(m,r,j,L);e.global&&f("ajaxSuccess",[L,e])}function d(){e.complete&&e.complete.call(m,L,j);e.global&&f("ajaxComplete",[L,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(v,u){(e.context?c(e.context):c.event).trigger(v,u)}var e=c.extend(true,{},c.ajaxSettings,a),i,j,r,m=a&&a.context||e,q=e.type.toUpperCase();if(e.data&&e.processData&& typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(q==="GET")pa.test(e.url)||(e.url+=(Da.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!pa.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&pa.test(e.data)||pa.test(e.url))){i=e.jsonpCallback||"jsonp"+ub++;if(e.data)e.data=(e.data+"").replace(pa,"="+i+"$1");e.url=e.url.replace(pa,"="+i+"$1");e.dataType="script";K[i]=K[i]|| function(v){r=v;b();d();K[i]=A;try{delete K[i]}catch(u){}N&&N.removeChild(X)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&q==="GET"){var z=k(),I=e.url.replace(yb,"$1_="+z+"$2");e.url=I+(I===e.url?(Da.test(e.url)?"&":"?")+"_="+z:"")}if(e.data&&q==="GET")e.url+=(Da.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");z=(z=zb.exec(e.url))&&(z[1]&&z[1]!==location.protocol||z[2]!==location.host);if(e.dataType==="script"&&q==="GET"&&z){var N=y.getElementsByTagName("head")[0]|| y.documentElement,X=y.createElement("script");X.src=e.url;if(e.scriptCharset)X.charset=e.scriptCharset;if(!i){var U=false;X.onload=X.onreadystatechange=function(){if(!U&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){U=true;b();d();X.onload=X.onreadystatechange=null;N&&X.parentNode&&N.removeChild(X)}}}N.insertBefore(X,N.firstChild);return A}var ca=false,L=e.xhr();if(L){e.username?L.open(q,e.url,e.async,e.username,e.password):L.open(q,e.url,e.async);try{if(e.data||a&& a.contentType)L.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&L.setRequestHeader("If-Modified-Since",c.lastModified[e.url]);c.etag[e.url]&&L.setRequestHeader("If-None-Match",c.etag[e.url])}z||L.setRequestHeader("X-Requested-With","XMLHttpRequest");L.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(za){}if(e.beforeSend&&e.beforeSend.call(m,L,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop"); L.abort();return false}e.global&&f("ajaxSend",[L,e]);var g=L.onreadystatechange=function(v){if(!L||L.readyState===0||v==="abort"){ca||d();ca=true;if(L)L.onreadystatechange=c.noop}else if(!ca&&L&&(L.readyState===4||v==="timeout")){ca=true;L.onreadystatechange=c.noop;j=v==="timeout"?"timeout":!c.httpSuccess(L)?"error":e.ifModified&&c.httpNotModified(L,e.url)?"notmodified":"success";var u;if(j==="success")try{r=c.httpData(L,e.dataType,e)}catch(J){j="parsererror";u=J}if(j==="success"||j==="notmodified")i|| b();else c.handleError(e,L,j,u);d();v==="timeout"&&L.abort();if(e.async)L=null}};try{var h=L.abort;L.abort=function(){L&&h.call(L);g("abort")}}catch(n){}e.async&&e.timeout>0&&setTimeout(function(){L&&!ca&&g("timeout")},e.timeout);try{L.send(q==="POST"||q==="PUT"||q==="DELETE"?e.data:null)}catch(p){c.handleError(e,L,null,p);d()}e.async||g();return L}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])}, active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText; e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(j,r){if(c.isArray(r))c.each(r,function(m,q){b||/\[\]$/.test(j)?f(j,q):d(j+"["+(typeof q==="object"||c.isArray(q)?m:"")+"]",q)});else!b&&r!=null&&typeof r==="object"?c.each(r,function(m,q){d(j+"["+m+"]", q)}):f(j,r)}function f(j,r){r=c.isFunction(r)?r():r;e[e.length]=encodeURIComponent(j)+"="+encodeURIComponent(r)}var e=[];if(b===A)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var i in a)d(i,a[i]);return e.join("&").replace(Ab,"+")}});var Ea={},Cb=/toggle|show|hide/,Db=/^([+-]=)?([\d+-.]+)(.*)$/,ua,Ha=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"], ["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(O("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();Ea[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:O("show",1),slideUp:O("hide",1),slideToggle:O("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a, b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options= b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem, this.prop))||0},custom:function(a,b,d){function f(i){return e.step(i)}this.startTime=k();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!ua)ua=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]= c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=k(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem, "display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration); this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b