compass-jquery-plugin 0.3.2.2 → 0.3.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,152 +1,166 @@
1
- (function(M,H){var B=M.document,O=function(){function a(){if(!r.isReady){try{B.documentElement.doScroll("left")}catch(l){setTimeout(a,1);return}r.ready()}}var r=function(l,y){return new r.fn.init(l,y)},F=M.jQuery,G=M.$,s,u=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,w=/\S/,v=/^\s+/,f=/\s+$/,j=/\W/,m=/\d/,o=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,x=/^[\],:{}\s]*$/,n=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,i=/(?:^|:|,)(?:\s*\[)+/g,h=/(webkit)[ \/]([\w.]+)/,
2
- c=/(opera)(?:.*version)?[ \/]([\w.]+)/,e=/(msie) ([\w.]+)/,b=/(mozilla)(?:.*? rv:([\w.]+))?/,d=navigator.userAgent,g=false,k=[],p,t=Object.prototype.toString,A=Object.prototype.hasOwnProperty,E=Array.prototype.push,I=Array.prototype.slice,J=String.prototype.trim,z=Array.prototype.indexOf,N={};r.fn=r.prototype={init:function(l,y){var C,D,K;if(!l)return this;if(l.nodeType){this.context=this[0]=l;this.length=1;return this}if(l==="body"&&!y&&B.body){this.context=B;this[0]=B.body;this.selector="body";
3
- this.length=1;return this}if(typeof l==="string")if((C=u.exec(l))&&(C[1]||!y))if(C[1]){K=y?y.ownerDocument||y:B;if(D=o.exec(l))if(r.isPlainObject(y)){l=[B.createElement(D[1])];r.fn.attr.call(l,y,true)}else l=[K.createElement(D[1])];else{D=r.buildFragment([C[1]],[K]);l=(D.cacheable?D.fragment.cloneNode(true):D.fragment).childNodes}return r.merge(this,l)}else{if((D=B.getElementById(C[2]))&&D.parentNode){if(D.id!==C[2])return s.find(l);this.length=1;this[0]=D}this.context=B;this.selector=l;return this}else if(!y&&
4
- !j.test(l)){this.selector=l;this.context=B;l=B.getElementsByTagName(l);return r.merge(this,l)}else return!y||y.jquery?(y||s).find(l):r(y).find(l);else if(r.isFunction(l))return s.ready(l);if(l.selector!==H){this.selector=l.selector;this.context=l.context}return r.makeArray(l,this)},selector:"",jquery:"@VERSION",length:0,size:function(){return this.length},toArray:function(){return I.call(this,0)},get:function(l){return l==null?this.toArray():l<0?this.slice(l)[0]:this[l]},pushStack:function(l,y,C){var D=
5
- r();r.isArray(l)?E.apply(D,l):r.merge(D,l);D.prevObject=this;D.context=this.context;if(y==="find")D.selector=this.selector+(this.selector?" ":"")+C;else if(y)D.selector=this.selector+"."+y+"("+C+")";return D},each:function(l,y){return r.each(this,l,y)},ready:function(l){r.bindReady();if(r.isReady)l.call(B,r);else k&&k.push(l);return this},eq:function(l){return l===-1?this.slice(l):this.slice(l,+l+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(I.apply(this,
6
- arguments),"slice",I.call(arguments).join(","))},map:function(l){return this.pushStack(r.map(this,function(y,C){return l.call(y,C,y)}))},end:function(){return this.prevObject||r(null)},push:E,sort:[].sort,splice:[].splice};r.fn.init.prototype=r.fn;r.extend=r.fn.extend=function(){var l,y,C,D,K,L=arguments[0]||{},P=1,Q=arguments.length,R=false;if(typeof L==="boolean"){R=L;L=arguments[1]||{};P=2}if(typeof L!=="object"&&!r.isFunction(L))L={};if(Q===P){L=this;--P}for(;P<Q;P++)if((l=arguments[P])!=null)for(y in l){C=
7
- L[y];D=l[y];if(L!==D)if(R&&D&&(r.isPlainObject(D)||(K=r.isArray(D)))){if(K){K=false;C=C&&r.isArray(C)?C:[]}else C=C&&r.isPlainObject(C)?C:{};L[y]=r.extend(R,C,D)}else if(D!==H)L[y]=D}return L};r.extend({noConflict:function(l){M.$=G;if(l)M.jQuery=F;return r},isReady:false,readyWait:1,ready:function(l){l===true&&r.readyWait--;if(!r.readyWait||l!==true&&!r.isReady){if(!B.body)return setTimeout(r.ready,1);r.isReady=true;if(!(l!==true&&--r.readyWait>0))if(k){var y=0,C=k;for(k=null;l=C[y++];)l.call(B,r);
8
- r.fn.trigger&&r(B).trigger("ready").unbind("ready")}}},bindReady:function(){if(!g){g=true;if(B.readyState==="complete")return setTimeout(r.ready,1);if(B.addEventListener){B.addEventListener("DOMContentLoaded",p,false);M.addEventListener("load",r.ready,false)}else if(B.attachEvent){B.attachEvent("onreadystatechange",p);M.attachEvent("onload",r.ready);var l=false;try{l=M.frameElement==null}catch(y){}B.documentElement.doScroll&&l&&a()}}},isFunction:function(l){return r.type(l)==="function"},isArray:Array.isArray||
9
- function(l){return r.type(l)==="array"},isWindow:function(l){return l&&typeof l==="object"&&"setInterval"in l},isNaN:function(l){return l==null||!m.test(l)||isNaN(l)},type:function(l){return l==null?String(l):N[t.call(l)]||"object"},isPlainObject:function(l){if(!l||r.type(l)!=="object"||l.nodeType||r.isWindow(l))return false;if(l.constructor&&!A.call(l,"constructor")&&!A.call(l.constructor.prototype,"isPrototypeOf"))return false;for(var y in l);return y===H||A.call(l,y)},isEmptyObject:function(l){for(var y in l)return false;
10
- return true},error:function(l){throw l;},parseJSON:function(l){if(typeof l!=="string"||!l)return null;l=r.trim(l);if(x.test(l.replace(n,"@").replace(q,"]").replace(i,"")))return M.JSON&&M.JSON.parse?M.JSON.parse(l):(new Function("return "+l))();else r.error("Invalid JSON: "+l)},noop:function(){},globalEval:function(l){if(l&&w.test(l)){var y=B.getElementsByTagName("head")[0]||B.documentElement,C=B.createElement("script");C.type="text/javascript";if(r.support.scriptEval)C.appendChild(B.createTextNode(l));
11
- else C.text=l;y.insertBefore(C,y.firstChild);y.removeChild(C)}},nodeName:function(l,y){return l.nodeName&&l.nodeName.toUpperCase()===y.toUpperCase()},each:function(l,y,C){var D,K=0,L=l.length,P=L===H||r.isFunction(l);if(C)if(P)for(D in l){if(y.apply(l[D],C)===false)break}else for(;K<L;){if(y.apply(l[K++],C)===false)break}else if(P)for(D in l){if(y.call(l[D],D,l[D])===false)break}else for(C=l[0];K<L&&y.call(C,K,C)!==false;C=l[++K]);return l},trim:J?function(l){return l==null?"":J.call(l)}:function(l){return l==
12
- null?"":l.toString().replace(v,"").replace(f,"")},makeArray:function(l,y){var C=y||[];if(l!=null){var D=r.type(l);l.length==null||D==="string"||D==="function"||D==="regexp"||r.isWindow(l)?E.call(C,l):r.merge(C,l)}return C},inArray:function(l,y){if(y.indexOf)return y.indexOf(l);for(var C=0,D=y.length;C<D;C++)if(y[C]===l)return C;return-1},merge:function(l,y){var C=l.length,D=0;if(typeof y.length==="number")for(var K=y.length;D<K;D++)l[C++]=y[D];else for(;y[D]!==H;)l[C++]=y[D++];l.length=C;return l},
13
- grep:function(l,y,C){var D=[],K;C=!!C;for(var L=0,P=l.length;L<P;L++){K=!!y(l[L],L);C!==K&&D.push(l[L])}return D},map:function(l,y,C){for(var D=[],K,L=0,P=l.length;L<P;L++){K=y(l[L],L,C);if(K!=null)D[D.length]=K}return D.concat.apply([],D)},guid:1,proxy:function(l,y,C){if(arguments.length===2)if(typeof y==="string"){C=l;l=C[y];y=H}else if(y&&!r.isFunction(y)){C=y;y=H}if(!y&&l)y=function(){return l.apply(C||this,arguments)};if(l)y.guid=l.guid=l.guid||y.guid||r.guid++;return y},access:function(l,y,
14
- C,D,K,L){var P=l.length;if(typeof y==="object"){for(var Q in y)r.access(l,Q,y[Q],D,K,C);return l}if(C!==H){D=!L&&D&&r.isFunction(C);for(Q=0;Q<P;Q++)K(l[Q],y,D?C.call(l[Q],Q,K(l[Q],y)):C,L);return l}return P?K(l[0],y):H},now:function(){return(new Date).getTime()},uaMatch:function(l){l=l.toLowerCase();l=h.exec(l)||c.exec(l)||e.exec(l)||l.indexOf("compatible")<0&&b.exec(l)||[];return{browser:l[1]||"",version:l[2]||"0"}},browser:{}});r.each("Boolean Number String Function Array Date RegExp Object".split(" "),
15
- function(l,y){N["[object "+y+"]"]=y.toLowerCase()});d=r.uaMatch(d);if(d.browser){r.browser[d.browser]=true;r.browser.version=d.version}if(r.browser.webkit)r.browser.safari=true;if(z)r.inArray=function(l,y){return z.call(y,l)};if(!/\s/.test(" ")){v=/^[\s\xA0]+/;f=/[\s\xA0]+$/}s=r(B);if(B.addEventListener)p=function(){B.removeEventListener("DOMContentLoaded",p,false);r.ready()};else if(B.attachEvent)p=function(){if(B.readyState==="complete"){B.detachEvent("onreadystatechange",p);r.ready()}};return M.jQuery=
16
- M.$=r}();(function(a){(function(){a.support={};var r=B.documentElement,F=B.createElement("script"),G=B.createElement("div"),s="script"+a.now();G.style.display="none";G.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var u=G.getElementsByTagName("*"),w=G.getElementsByTagName("a")[0],v=B.createElement("select"),f=v.appendChild(B.createElement("option"));if(!(!u||!u.length||!w)){a.support={leadingWhitespace:G.firstChild.nodeType===
17
- 3,tbody:!G.getElementsByTagName("tbody").length,htmlSerialize:!!G.getElementsByTagName("link").length,style:/red/.test(w.getAttribute("style")),hrefNormalized:w.getAttribute("href")==="/a",opacity:/^0.55$/.test(w.style.opacity),cssFloat:!!w.style.cssFloat,checkOn:G.getElementsByTagName("input")[0].value==="on",optSelected:f.selected,deleteExpando:true,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};
18
- v.disabled=true;a.support.optDisabled=!f.disabled;F.type="text/javascript";try{F.appendChild(B.createTextNode("window."+s+"=1;"))}catch(j){}r.insertBefore(F,r.firstChild);if(M[s]){a.support.scriptEval=true;delete M[s]}try{delete F.test}catch(m){a.support.deleteExpando=false}r.removeChild(F);if(G.attachEvent&&G.fireEvent){G.attachEvent("onclick",function o(){a.support.noCloneEvent=false;G.detachEvent("onclick",o)});G.cloneNode(true).fireEvent("onclick")}G=B.createElement("div");G.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";
19
- r=B.createDocumentFragment();r.appendChild(G.firstChild);a.support.checkClone=r.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var o=B.createElement("div");o.style.width=o.style.paddingLeft="1px";B.body.appendChild(o);a.boxModel=a.support.boxModel=o.offsetWidth===2;if("zoom"in o.style){o.style.display="inline";o.style.zoom=1;a.support.inlineBlockNeedsLayout=o.offsetWidth===2;o.style.display="";o.innerHTML="<div style='width:4px;'></div>";a.support.shrinkWrapBlocks=o.offsetWidth!==
20
- 2}o.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var x=o.getElementsByTagName("td");a.support.reliableHiddenOffsets=x[0].offsetHeight===0;x[0].style.display="";x[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&x[0].offsetHeight===0;o.innerHTML="";B.body.removeChild(o).style.display="none"});r=function(o){var x=B.createElement("div");o="on"+o;var n=o in x;if(!n){x.setAttribute(o,"return;");n=typeof x[o]==="function"}return n};
21
- a.support.submitBubbles=r("submit");a.support.changeBubbles=r("change");r=F=G=u=w=null}})()})(O);(function(a){function r(s,u,w){if(w===H&&s.nodeType===1){w=s.getAttribute("data-"+u);if(typeof w==="string"){try{w=w==="true"?true:w==="false"?false:w==="null"?null:!a.isNaN(w)?parseFloat(w):G.test(w)?a.parseJSON(w):w}catch(v){}a.data(s,u,w)}else w=H}return w}var F={},G=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{},uuid:0,expando:"jQuery"+a.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
22
- applet:true},data:function(s,u,w){if(a.acceptData(s)){s=s==M?F:s;var v=s.nodeType,f=v?s[a.expando]:null,j=a.cache;if(!(v&&!f&&typeof u==="string"&&w===H)){if(v)f||(s[a.expando]=f=++a.uuid);else j=s;if(typeof u==="object")if(v)j[f]=a.extend(j[f],u);else a.extend(j,u);else if(v&&!j[f])j[f]={};s=v?j[f]:j;if(w!==H)s[u]=w;return typeof u==="string"?s[u]:s}}},removeData:function(s,u){if(a.acceptData(s)){s=s==M?F:s;var w=s.nodeType,v=w?s[a.expando]:s,f=a.cache,j=w?f[v]:v;if(u){if(j){delete j[u];w&&a.isEmptyObject(j)&&
23
- a.removeData(s)}}else if(w&&a.support.deleteExpando)delete s[a.expando];else if(s.removeAttribute)s.removeAttribute(a.expando);else if(w)delete f[v];else for(var m in s)delete s[m]}},acceptData:function(s){if(s.nodeName){var u=a.noData[s.nodeName.toLowerCase()];if(u)return!(u===true||s.getAttribute("classid")!==u)}return true}});a.fn.extend({data:function(s,u){var w=null;if(typeof s==="undefined"){if(this.length){var v=this[0].attributes,f;w=a.data(this[0]);for(var j=0,m=v.length;j<m;j++){f=v[j].name;
24
- if(f.indexOf("data-")===0){f=f.substr(5);r(this[0],f,w[f])}}}return w}else if(typeof s==="object")return this.each(function(){a.data(this,s)});var o=s.split(".");o[1]=o[1]?"."+o[1]:"";if(u===H){w=this.triggerHandler("getData"+o[1]+"!",[o[0]]);if(w===H&&this.length){w=a.data(this[0],s);w=r(this[0],s,w)}return w===H&&o[1]?this.data(o[0]):w}else return this.each(function(){var x=a(this),n=[o[0],u];x.triggerHandler("setData"+o[1]+"!",n);a.data(this,s,u);x.triggerHandler("changeData"+o[1]+"!",n)})},removeData:function(s){return this.each(function(){a.removeData(this,
25
- s)})}})})(O);(function(a){a.extend({queue:function(r,F,G){if(r){F=(F||"fx")+"queue";var s=a.data(r,F);if(!G)return s||[];if(!s||a.isArray(G))s=a.data(r,F,a.makeArray(G));else s.push(G);return s}},dequeue:function(r,F){F=F||"fx";var G=a.queue(r,F),s=G.shift();if(s==="inprogress")s=G.shift();if(s){F==="fx"&&G.unshift("inprogress");s.call(r,function(){a.dequeue(r,F)})}}});a.fn.extend({queue:function(r,F){if(typeof r!=="string"){F=r;r="fx"}if(F===H)return a.queue(this[0],r);return this.each(function(){var G=
26
- a.queue(this,r,F);r==="fx"&&G[0]!=="inprogress"&&a.dequeue(this,r)})},dequeue:function(r){return this.each(function(){a.dequeue(this,r)})},delay:function(r,F){r=a.fx?a.fx.speeds[r]||r:r;F=F||"fx";return this.queue(F,function(){var G=this;setTimeout(function(){a.dequeue(G,F)},r)})},clearQueue:function(r){return this.queue(r||"fx",[])}})})(O);(function(a){var r=/[\n\t]/g,F=/\s+/,G=/\r/g,s=/^(?:href|src|style)$/,u=/^(?:button|input)$/i,w=/^(?:button|input|object|select|textarea)$/i,v=/^a(?:rea)?$/i,
27
- f=/^(?:radio|checkbox)$/i;a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};a.fn.extend({attr:function(j,m){return a.access(this,j,m,true,a.attr)},removeAttr:function(j){return this.each(function(){a.attr(this,j,"");this.nodeType===1&&this.removeAttribute(j)})},addClass:function(j){if(a.isFunction(j))return this.each(function(e){var b=a(this);
28
- b.addClass(j.call(this,e,b.attr("class")))});if(j&&typeof j==="string")for(var m=(j||"").split(F),o=0,x=this.length;o<x;o++){var n=this[o];if(n.nodeType===1)if(n.className){for(var q=" "+n.className+" ",i=n.className,h=0,c=m.length;h<c;h++)if(q.indexOf(" "+m[h]+" ")<0)i+=" "+m[h];n.className=a.trim(i)}else n.className=j}return this},removeClass:function(j){if(a.isFunction(j))return this.each(function(c){var e=a(this);e.removeClass(j.call(this,c,e.attr("class")))});if(j&&typeof j==="string"||j===H)for(var m=
29
- (j||"").split(F),o=0,x=this.length;o<x;o++){var n=this[o];if(n.nodeType===1&&n.className)if(j){for(var q=(" "+n.className+" ").replace(r," "),i=0,h=m.length;i<h;i++)q=q.replace(" "+m[i]+" "," ");n.className=a.trim(q)}else n.className=""}return this},toggleClass:function(j,m){var o=typeof j,x=typeof m==="boolean";if(a.isFunction(j))return this.each(function(n){var q=a(this);q.toggleClass(j.call(this,n,q.attr("class"),m),m)});return this.each(function(){if(o==="string")for(var n,q=0,i=a(this),h=m,c=
30
- j.split(F);n=c[q++];){h=x?h:!i.hasClass(n);i[h?"addClass":"removeClass"](n)}else if(o==="undefined"||o==="boolean"){this.className&&a.data(this,"__className__",this.className);this.className=this.className||j===false?"":a.data(this,"__className__")||""}})},hasClass:function(j){j=" "+j+" ";for(var m=0,o=this.length;m<o;m++)if((" "+this[m].className+" ").replace(r," ").indexOf(j)>-1)return true;return false},val:function(j){if(!arguments.length){var m=this[0];if(m){if(a.nodeName(m,"option")){var o=
31
- m.attributes.value;return!o||o.specified?m.value:m.text}if(a.nodeName(m,"select")){var x=m.selectedIndex;o=[];var n=m.options;m=m.type==="select-one";if(x<0)return null;var q=m?x:0;for(x=m?x+1:n.length;q<x;q++){var i=n[q];if(i.selected&&(a.support.optDisabled?!i.disabled:i.getAttribute("disabled")===null)&&(!i.parentNode.disabled||!a.nodeName(i.parentNode,"optgroup"))){j=a(i).val();if(m)return j;o.push(j)}}return o}if(f.test(m.type)&&!a.support.checkOn)return m.getAttribute("value")===null?"on":m.value;
32
- return(m.value||"").replace(G,"")}return H}var h=a.isFunction(j);return this.each(function(c){var e=a(this),b=j;if(this.nodeType===1){if(h)b=j.call(this,c,e.val());if(b==null)b="";else if(typeof b==="number")b+="";else if(a.isArray(b))b=a.map(b,function(g){return g==null?"":g+""});if(a.isArray(b)&&f.test(this.type))this.checked=a.inArray(e.val(),b)>=0;else if(a.nodeName(this,"select")){var d=a.makeArray(b);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),d)>=0});if(!d.length)this.selectedIndex=
33
- -1}else this.value=b}})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(j,m,o,x){if(!j||j.nodeType===3||j.nodeType===8)return H;if(x&&m in a.attrFn)return a(j)[m](o);x=j.nodeType!==1||!a.isXMLDoc(j);var n=o!==H;m=x&&a.props[m]||m;var q=s.test(m);if((m in j||j[m]!==H)&&x&&!q){if(n){m==="type"&&u.test(j.nodeName)&&j.parentNode&&a.error("type property can't be changed");if(o===null)j.nodeType===1&&j.removeAttribute(m);else j[m]=o}if(a.nodeName(j,
34
- "form")&&j.getAttributeNode(m))return j.getAttributeNode(m).nodeValue;if(m==="tabIndex")return(m=j.getAttributeNode("tabIndex"))&&m.specified?m.value:w.test(j.nodeName)||v.test(j.nodeName)&&j.href?0:H;return j[m]}if(!a.support.style&&x&&m==="style"){if(n)j.style.cssText=""+o;return j.style.cssText}n&&j.setAttribute(m,""+o);if(!j.attributes[m]&&j.hasAttribute&&!j.hasAttribute(m))return H;j=!a.support.hrefNormalized&&x&&q?j.getAttribute(m,2):j.getAttribute(m);return j===null?H:j}})})(O);(function(a){function r(){return false}
35
- function F(){return true}function G(b,d,g){g[0].type=b;return a.event.handle.apply(d,g)}function s(b){var d,g,k,p,t,A,E,I,J,z,N,l=[];p=[];t=a.data(this,this.nodeType?"events":"__events__");if(typeof t==="function")t=t.events;if(!(b.liveFired===this||!t||!t.live||b.button&&b.type==="click")){if(b.namespace)N=RegExp("(^|\\.)"+b.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");b.liveFired=this;var y=t.live.slice(0);for(E=0;E<y.length;E++){t=y[E];t.origType.replace(w,"")===b.type?p.push(t.selector):
36
- y.splice(E--,1)}p=a(b.target).closest(p,b.currentTarget);I=0;for(J=p.length;I<J;I++){z=p[I];for(E=0;E<y.length;E++){t=y[E];if(z.selector===t.selector&&(!N||N.test(t.namespace))){A=z.elem;k=null;if(t.preType==="mouseenter"||t.preType==="mouseleave"){b.type=t.preType;k=a(b.relatedTarget).closest(t.selector)[0]}if(!k||k!==A)l.push({elem:A,handleObj:t,level:z.level})}}}I=0;for(J=l.length;I<J;I++){p=l[I];if(g&&p.level>g)break;b.currentTarget=p.elem;b.data=p.handleObj.data;b.handleObj=p.handleObj;N=p.handleObj.origHandler.apply(p.elem,
37
- arguments);if(N===false||b.isPropagationStopped()){g=p.level;if(N===false)d=false;if(b.isImmediatePropagationStopped())break}}return d}}function u(b,d){return(b&&b!=="*"?b+".":"")+d.replace(f,"`").replace(j,"&")}var w=/\.(.*)$/,v=/^(?:textarea|input|select)$/i,f=/\./g,j=/ /g,m=/[^\w\s.|`]/g,o=function(b){return b.replace(m,"\\$&")},x={focusin:0,focusout:0};a.event={add:function(b,d,g,k){if(!(b.nodeType===3||b.nodeType===8)){if(a.isWindow(b)&&b!==M&&!b.frameElement)b=M;if(g===false)g=r;else if(!g)return;
38
- var p,t;if(g.handler){p=g;g=p.handler}if(!g.guid)g.guid=a.guid++;if(t=a.data(b)){var A=b.nodeType?"events":"__events__",E=t[A],I=t.handle;if(typeof E==="function"){I=E.handle;E=E.events}else if(!E){b.nodeType||(t[A]=t=function(){});t.events=E={}}if(!I)t.handle=I=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(I.elem,arguments):H};I.elem=b;d=d.split(" ");for(var J=0,z;A=d[J++];){t=p?a.extend({},p):{handler:g,data:k};if(A.indexOf(".")>-1){z=A.split(".");A=z.shift();
39
- t.namespace=z.slice(0).sort().join(".")}else{z=[];t.namespace=""}t.type=A;if(!t.guid)t.guid=g.guid;var N=E[A],l=a.event.special[A]||{};if(!N){N=E[A]=[];if(!l.setup||l.setup.call(b,k,z,I)===false)if(b.addEventListener)b.addEventListener(A,I,false);else b.attachEvent&&b.attachEvent("on"+A,I)}if(l.add){l.add.call(b,t);if(!t.handler.guid)t.handler.guid=g.guid}N.push(t);a.event.global[A]=true}b=null}}},global:{},remove:function(b,d,g,k){if(!(b.nodeType===3||b.nodeType===8)){if(g===false)g=r;var p,t,A=
40
- 0,E,I,J,z,N,l,y=b.nodeType?"events":"__events__",C=a.data(b),D=C&&C[y];if(C&&D){if(typeof D==="function"){C=D;D=D.events}if(d&&d.type){g=d.handler;d=d.type}if(!d||typeof d==="string"&&d.charAt(0)==="."){d=d||"";for(p in D)a.event.remove(b,p+d)}else{for(d=d.split(" ");p=d[A++];){z=p;E=p.indexOf(".")<0;I=[];if(!E){I=p.split(".");p=I.shift();J=RegExp("(^|\\.)"+a.map(I.slice(0).sort(),o).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(N=D[p])if(g){z=a.event.special[p]||{};for(t=k||0;t<N.length;t++){l=N[t];if(g.guid===
41
- l.guid){if(E||J.test(l.namespace)){k==null&&N.splice(t--,1);z.remove&&z.remove.call(b,l)}if(k!=null)break}}if(N.length===0||k!=null&&N.length===1){if(!z.teardown||z.teardown.call(b,I)===false)a.removeEvent(b,p,C.handle);delete D[p]}}else for(t=0;t<N.length;t++){l=N[t];if(E||J.test(l.namespace)){a.event.remove(b,z,l.handler,t);N.splice(t--,1)}}}if(a.isEmptyObject(D)){if(d=C.handle)d.elem=null;delete C.events;delete C.handle;if(typeof C==="function")a.removeData(b,y);else a.isEmptyObject(C)&&a.removeData(b)}}}}},
42
- trigger:function(b,d,g,k){var p=b.type||b;if(!k){b=typeof b==="object"?b[a.expando]?b:a.extend(a.Event(p),b):a.Event(p);if(p.indexOf("!")>=0){b.type=p=p.slice(0,-1);b.exclusive=true}if(!g){b.stopPropagation();a.event.global[p]&&a.each(a.cache,function(){this.events&&this.events[p]&&a.event.trigger(b,d,this.handle.elem)})}if(!g||g.nodeType===3||g.nodeType===8)return H;b.result=H;b.target=g;d=a.makeArray(d);d.unshift(b)}b.currentTarget=g;(k=g.nodeType?a.data(g,"handle"):(a.data(g,"__events__")||{}).handle)&&
43
- k.apply(g,d);k=g.parentNode||g.ownerDocument;try{if(!(g&&g.nodeName&&a.noData[g.nodeName.toLowerCase()]))if(g["on"+p]&&g["on"+p].apply(g,d)===false){b.result=false;b.preventDefault()}}catch(t){}if(!b.isPropagationStopped()&&k)a.event.trigger(b,d,k,true);else if(!b.isDefaultPrevented()){var A;k=b.target;var E=p.replace(w,""),I=a.nodeName(k,"a")&&E==="click",J=a.event.special[E]||{};if((!J._default||J._default.call(g,b)===false)&&!I&&!(k&&k.nodeName&&a.noData[k.nodeName.toLowerCase()])){try{if(k[E]){if(A=
44
- k["on"+E])k["on"+E]=null;a.event.triggered=true;k[E]()}}catch(z){}if(A)k["on"+E]=A;a.event.triggered=false}}},handle:function(b){var d,g,k,p;g=[];var t=a.makeArray(arguments);b=t[0]=a.event.fix(b||M.event);b.currentTarget=this;d=b.type.indexOf(".")<0&&!b.exclusive;if(!d){k=b.type.split(".");b.type=k.shift();g=k.slice(0).sort();k=RegExp("(^|\\.)"+g.join("\\.(?:.*\\.)?")+"(\\.|$)")}b.namespace=b.namespace||g.join(".");p=a.data(this,this.nodeType?"events":"__events__");if(typeof p==="function")p=p.events;
45
- g=(p||{})[b.type];if(p&&g){g=g.slice(0);p=0;for(var A=g.length;p<A;p++){var E=g[p];if(d||k.test(E.namespace)){b.handler=E.handler;b.data=E.data;b.handleObj=E;E=E.handler.apply(this,t);if(E!==H){b.result=E;if(E===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}}return b.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(" "),
46
- fix:function(b){if(b[a.expando])return b;var d=b;b=a.Event(d);for(var g=this.props.length,k;g;){k=this.props[--g];b[k]=d[k]}if(!b.target)b.target=b.srcElement||B;if(b.target.nodeType===3)b.target=b.target.parentNode;if(!b.relatedTarget&&b.fromElement)b.relatedTarget=b.fromElement===b.target?b.toElement:b.fromElement;if(b.pageX==null&&b.clientX!=null){d=B.documentElement;g=B.body;b.pageX=b.clientX+(d&&d.scrollLeft||g&&g.scrollLeft||0)-(d&&d.clientLeft||g&&g.clientLeft||0);b.pageY=b.clientY+(d&&d.scrollTop||
47
- g&&g.scrollTop||0)-(d&&d.clientTop||g&&g.clientTop||0)}if(b.which==null&&(b.charCode!=null||b.keyCode!=null))b.which=b.charCode!=null?b.charCode:b.keyCode;if(!b.metaKey&&b.ctrlKey)b.metaKey=b.ctrlKey;if(!b.which&&b.button!==H)b.which=b.button&1?1:b.button&2?3:b.button&4?2:0;return b},guid:1E8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,u(b.origType,b.selector),a.extend({},b,{handler:s,guid:b.handler.guid}))},remove:function(b){a.event.remove(this,
48
- u(b.origType,b.selector),b)}},beforeunload:{setup:function(b,d,g){if(a.isWindow(this))this.onbeforeunload=g},teardown:function(b,d){if(this.onbeforeunload===d)this.onbeforeunload=null}}}};a.removeEvent=B.removeEventListener?function(b,d,g){b.removeEventListener&&b.removeEventListener(d,g,false)}:function(b,d,g){b.detachEvent&&b.detachEvent("on"+d,g)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);if(b&&b.type){this.originalEvent=b;this.type=b.type}else this.type=b;this.timeStamp=
49
- a.now();this[a.expando]=true};a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=F;var b=this.originalEvent;if(b)if(b.preventDefault)b.preventDefault();else b.returnValue=false},stopPropagation:function(){this.isPropagationStopped=F;var b=this.originalEvent;if(b){b.stopPropagation&&b.stopPropagation();b.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=F;this.stopPropagation()},isDefaultPrevented:r,isPropagationStopped:r,isImmediatePropagationStopped:r};
50
- var n=function(b){var d=b.relatedTarget;try{for(;d&&d!==this;)d=d.parentNode;if(d!==this){b.type=b.data;a.event.handle.apply(this,arguments)}}catch(g){}},q=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,d){a.event.special[b]={setup:function(g){a.event.add(this,d,g&&g.selector?q:n,b)},teardown:function(g){a.event.remove(this,d,g&&g.selector?q:n)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!==
51
- "form"){a.event.add(this,"click.specialSubmit",function(b){var d=b.target,g=d.type;if((g==="submit"||g==="image")&&a(d).closest("form").length){b.liveFired=H;return G("submit",this,arguments)}});a.event.add(this,"keypress.specialSubmit",function(b){var d=b.target,g=d.type;if((g==="text"||g==="password")&&a(d).closest("form").length&&b.keyCode===13){b.liveFired=H;return G("submit",this,arguments)}})}else return false},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var i,
52
- h=function(b){var d=b.type,g=b.value;if(d==="radio"||d==="checkbox")g=b.checked;else if(d==="select-multiple")g=b.selectedIndex>-1?a.map(b.options,function(k){return k.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")g=b.selectedIndex;return g},c=function(b,d){var g=b.target,k,p;if(!(!v.test(g.nodeName)||g.readOnly)){k=a.data(g,"_change_data");p=h(g);if(b.type!=="focusout"||g.type!=="radio")a.data(g,"_change_data",p);if(!(k===H||p===k))if(k!=null||p){b.type="change";b.liveFired=
53
- H;return a.event.trigger(b,d,g)}}};a.event.special.change={filters:{focusout:c,beforedeactivate:c,click:function(b){var d=b.target,g=d.type;if(g==="radio"||g==="checkbox"||d.nodeName.toLowerCase()==="select")return c.call(this,b)},keydown:function(b){var d=b.target,g=d.type;if(b.keyCode===13&&d.nodeName.toLowerCase()!=="textarea"||b.keyCode===32&&(g==="checkbox"||g==="radio")||g==="select-multiple")return c.call(this,b)},beforeactivate:function(b){b=b.target;a.data(b,"_change_data",h(b))}},setup:function(){if(this.type===
54
- "file")return false;for(var b in i)a.event.add(this,b+".specialChange",i[b]);return v.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return v.test(this.nodeName)}};i=a.event.special.change.filters;i.focus=i.beforeactivate}B.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(b,d){function g(k){k=a.event.fix(k);k.type=d;return a.event.trigger(k,null,k.target)}a.event.special[d]={setup:function(){x[d]++===0&&B.addEventListener(b,g,true)},teardown:function(){--x[d]===
55
- 0&&B.removeEventListener(b,g,true)}}});a.each(["bind","one"],function(b,d){a.fn[d]=function(g,k,p){if(typeof g==="object"){for(var t in g)this[d](t,k,g[t],p);return this}if(a.isFunction(k)||k===false){p=k;k=H}var A=d==="one"?a.proxy(p,function(I){a(this).unbind(I,A);return p.apply(this,arguments)}):p;if(g==="unload"&&d!=="one")this.one(g,k,p);else{t=0;for(var E=this.length;t<E;t++)a.event.add(this[t],g,A,k)}return this}});a.fn.extend({unbind:function(b,d){if(typeof b==="object"&&!b.preventDefault)for(var g in b)this.unbind(g,
56
- b[g]);else{g=0;for(var k=this.length;g<k;g++)a.event.remove(this[g],b,d)}return this},delegate:function(b,d,g,k){return this.live(d,g,k,b)},undelegate:function(b,d,g){return arguments.length===0?this.unbind("live"):this.die(d,null,g,b)},trigger:function(b,d){return this.each(function(){a.event.trigger(b,d,this)})},triggerHandler:function(b,d){if(this[0]){var g=a.Event(b);g.preventDefault();g.stopPropagation();a.event.trigger(g,d,this[0]);return g.result}},toggle:function(b){for(var d=arguments,g=
57
- 1;g<d.length;)a.proxy(b,d[g++]);return this.click(a.proxy(b,function(k){var p=(a.data(this,"lastToggle"+b.guid)||0)%g;a.data(this,"lastToggle"+b.guid,p+1);k.preventDefault();return d[p].apply(this,arguments)||false}))},hover:function(b,d){return this.mouseenter(b).mouseleave(d||b)}});var e={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(b,d){a.fn[d]=function(g,k,p,t){var A,E=0,I,J,z=t||this.selector;t=t?this:a(this.context);if(typeof g===
58
- "object"&&!g.preventDefault){for(A in g)t[d](A,k,g[A],z);return this}if(a.isFunction(k)){p=k;k=H}for(g=(g||"").split(" ");(A=g[E++])!=null;){I=w.exec(A);J="";if(I){J=I[0];A=A.replace(w,"")}if(A==="hover")g.push("mouseenter"+J,"mouseleave"+J);else{I=A;if(A==="focus"||A==="blur"){g.push(e[A]+J);A+=J}else A=(e[A]||A)+J;if(d==="live"){J=0;for(var N=t.length;J<N;J++)a.event.add(t[J],"live."+u(A,z),{data:k,selector:z,handler:p,origType:A,origHandler:p,preType:I})}else t.unbind("live."+u(A,z),p)}}return this}});
59
- a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(b,d){a.fn[d]=function(g,k){if(k==null){k=g;g=null}return arguments.length>0?this.bind(d,g,k):this.trigger(d)};if(a.attrFn)a.attrFn[d]=true});M.attachEvent&&!M.addEventListener&&a(M).bind("unload",function(){for(var b in a.cache)if(a.cache[b].handle)try{a.event.remove(a.cache[b].handle.elem)}catch(d){}})})(O);
60
- (function(){function a(c,e,b,d,g,k){g=0;for(var p=d.length;g<p;g++){var t=d[g];if(t){var A=false;for(t=t[c];t;){if(t.sizcache===b){A=d[t.sizset];break}if(t.nodeType===1&&!k){t.sizcache=b;t.sizset=g}if(t.nodeName.toLowerCase()===e){A=t;break}t=t[c]}d[g]=A}}}function r(c,e,b,d,g,k){g=0;for(var p=d.length;g<p;g++){var t=d[g];if(t){var A=false;for(t=t[c];t;){if(t.sizcache===b){A=d[t.sizset];break}if(t.nodeType===1){if(!k){t.sizcache=b;t.sizset=g}if(typeof e!=="string"){if(t===e){A=true;break}}else if(v.filter(e,
61
- [t]).length>0){A=t;break}}t=t[c]}d[g]=A}}}var F=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,G=0,s=Object.prototype.toString,u=false,w=true;[0,0].sort(function(){w=false;return 0});var v=function(c,e,b,d){b=b||[];var g=e=e||B;if(e.nodeType!==1&&e.nodeType!==9)return[];if(!c||typeof c!=="string")return b;var k,p,t,A,E,I=true,J=v.isXML(e),z=[],N=c;do{F.exec("");if(k=F.exec(N)){N=k[3];z.push(k[1]);if(k[2]){A=k[3];
62
- break}}}while(k);if(z.length>1&&j.exec(c))if(z.length===2&&f.relative[z[0]])p=h(z[0]+z[1],e);else for(p=f.relative[z[0]]?[e]:v(z.shift(),e);z.length;){c=z.shift();if(f.relative[c])c+=z.shift();p=h(c,p)}else{if(!d&&z.length>1&&e.nodeType===9&&!J&&f.match.ID.test(z[0])&&!f.match.ID.test(z[z.length-1])){k=v.find(z.shift(),e,J);e=k.expr?v.filter(k.expr,k.set)[0]:k.set[0]}if(e){k=d?{expr:z.pop(),set:x(d)}:v.find(z.pop(),z.length===1&&(z[0]==="~"||z[0]==="+")&&e.parentNode?e.parentNode:e,J);p=k.expr?v.filter(k.expr,
63
- k.set):k.set;if(z.length>0)t=x(p);else I=false;for(;z.length;){k=E=z.pop();if(f.relative[E])k=z.pop();else E="";if(k==null)k=e;f.relative[E](t,k,J)}}else t=[]}t||(t=p);t||v.error(E||c);if(s.call(t)==="[object Array]")if(I)if(e&&e.nodeType===1)for(c=0;t[c]!=null;c++){if(t[c]&&(t[c]===true||t[c].nodeType===1&&v.contains(e,t[c])))b.push(p[c])}else for(c=0;t[c]!=null;c++)t[c]&&t[c].nodeType===1&&b.push(p[c]);else b.push.apply(b,t);else x(t,b);if(A){v(A,g,b,d);v.uniqueSort(b)}return b};v.uniqueSort=function(c){if(q){u=
64
- w;c.sort(q);if(u)for(var e=1;e<c.length;e++)c[e]===c[e-1]&&c.splice(e--,1)}return c};v.matches=function(c,e){return v(c,null,null,e)};v.matchesSelector=function(c,e){return v(e,null,null,[c]).length>0};v.find=function(c,e,b){var d;if(!c)return[];for(var g=0,k=f.order.length;g<k;g++){var p,t=f.order[g];if(p=f.leftMatch[t].exec(c)){var A=p[1];p.splice(1,1);if(A.substr(A.length-1)!=="\\"){p[1]=(p[1]||"").replace(/\\/g,"");d=f.find[t](p,e,b);if(d!=null){c=c.replace(f.match[t],"");break}}}}d||(d=e.getElementsByTagName("*"));
65
- return{set:d,expr:c}};v.filter=function(c,e,b,d){for(var g,k,p=c,t=[],A=e,E=e&&e[0]&&v.isXML(e[0]);c&&e.length;){for(var I in f.filter)if((g=f.leftMatch[I].exec(c))!=null&&g[2]){var J,z,N=f.filter[I];z=g[1];k=false;g.splice(1,1);if(z.substr(z.length-1)!=="\\"){if(A===t)t=[];if(f.preFilter[I])if(g=f.preFilter[I](g,A,b,t,d,E)){if(g===true)continue}else k=J=true;if(g)for(var l=0;(z=A[l])!=null;l++)if(z){J=N(z,g,l,A);var y=d^!!J;if(b&&J!=null)if(y)k=true;else A[l]=false;else if(y){t.push(z);k=true}}if(J!==
66
- H){b||(A=t);c=c.replace(f.match[I],"");if(!k)return[];break}}}if(c===p)if(k==null)v.error(c);else break;p=c}return A};v.error=function(c){throw"Syntax error, unrecognized expression: "+c;};var f=v.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,
67
- POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(c){return c.getAttribute("href")}},relative:{"+":function(c,e){var b=typeof e==="string",d=b&&!/\W/.test(e);b=b&&!d;if(d)e=e.toLowerCase();d=0;for(var g=c.length,k;d<g;d++)if(k=c[d]){for(;(k=k.previousSibling)&&k.nodeType!==1;);c[d]=b||k&&k.nodeName.toLowerCase()===
68
- e?k||false:k===e}b&&v.filter(e,c,true)},">":function(c,e){var b,d=typeof e==="string",g=0,k=c.length;if(d&&!/\W/.test(e))for(e=e.toLowerCase();g<k;g++){if(b=c[g]){b=b.parentNode;c[g]=b.nodeName.toLowerCase()===e?b:false}}else{for(;g<k;g++)if(b=c[g])c[g]=d?b.parentNode:b.parentNode===e;d&&v.filter(e,c,true)}},"":function(c,e,b){var d,g=G++,k=r;if(typeof e==="string"&&!/\W/.test(e)){d=e=e.toLowerCase();k=a}k("parentNode",e,g,c,d,b)},"~":function(c,e,b){var d,g=G++,k=r;if(typeof e==="string"&&!/\W/.test(e)){d=
69
- e=e.toLowerCase();k=a}k("previousSibling",e,g,c,d,b)}},find:{ID:function(c,e,b){if(typeof e.getElementById!=="undefined"&&!b)return(c=e.getElementById(c[1]))&&c.parentNode?[c]:[]},NAME:function(c,e){if(typeof e.getElementsByName!=="undefined"){for(var b=[],d=e.getElementsByName(c[1]),g=0,k=d.length;g<k;g++)d[g].getAttribute("name")===c[1]&&b.push(d[g]);return b.length===0?null:b}},TAG:function(c,e){return e.getElementsByTagName(c[1])}},preFilter:{CLASS:function(c,e,b,d,g,k){c=" "+c[1].replace(/\\/g,
70
- "")+" ";if(k)return c;k=0;for(var p;(p=e[k])!=null;k++)if(p)if(g^(p.className&&(" "+p.className+" ").replace(/[\t\n]/g," ").indexOf(c)>=0))b||d.push(p);else if(b)e[k]=false;return false},ID:function(c){return c[1].replace(/\\/g,"")},TAG:function(c){return c[1].toLowerCase()},CHILD:function(c){if(c[1]==="nth"){var e=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(c[2]==="even"&&"2n"||c[2]==="odd"&&"2n+1"||!/\D/.test(c[2])&&"0n+"+c[2]||c[2]);c[2]=e[1]+(e[2]||1)-0;c[3]=e[3]-0}c[0]=G++;return c},ATTR:function(c,e,b,
71
- d,g,k){e=c[1].replace(/\\/g,"");if(!k&&f.attrMap[e])c[1]=f.attrMap[e];if(c[2]==="~=")c[4]=" "+c[4]+" ";return c},PSEUDO:function(c,e,b,d,g){if(c[1]==="not")if((F.exec(c[3])||"").length>1||/^\w/.test(c[3]))c[3]=v(c[3],null,null,e);else{c=v.filter(c[3],e,b,true^g);b||d.push.apply(d,c);return false}else if(f.match.POS.test(c[0])||f.match.CHILD.test(c[0]))return true;return c},POS:function(c){c.unshift(true);return c}},filters:{enabled:function(c){return c.disabled===false&&c.type!=="hidden"},disabled:function(c){return c.disabled===
72
- true},checked:function(c){return c.checked===true},selected:function(c){return c.selected===true},parent:function(c){return!!c.firstChild},empty:function(c){return!c.firstChild},has:function(c,e,b){return!!v(b[3],c).length},header:function(c){return/h\d/i.test(c.nodeName)},text:function(c){return"text"===c.type},radio:function(c){return"radio"===c.type},checkbox:function(c){return"checkbox"===c.type},file:function(c){return"file"===c.type},password:function(c){return"password"===c.type},submit:function(c){return"submit"===
73
- c.type},image:function(c){return"image"===c.type},reset:function(c){return"reset"===c.type},button:function(c){return"button"===c.type||c.nodeName.toLowerCase()==="button"},input:function(c){return/input|select|textarea|button/i.test(c.nodeName)}},setFilters:{first:function(c,e){return e===0},last:function(c,e,b,d){return e===d.length-1},even:function(c,e){return e%2===0},odd:function(c,e){return e%2===1},lt:function(c,e,b){return e<b[3]-0},gt:function(c,e,b){return e>b[3]-0},nth:function(c,e,b){return b[3]-
74
- 0===e},eq:function(c,e,b){return b[3]-0===e}},filter:{PSEUDO:function(c,e,b,d){var g=e[1],k=f.filters[g];if(k)return k(c,b,e,d);else if(g==="contains")return(c.textContent||c.innerText||v.getText([c])||"").indexOf(e[3])>=0;else if(g==="not"){e=e[3];b=0;for(d=e.length;b<d;b++)if(e[b]===c)return false;return true}else v.error("Syntax error, unrecognized expression: "+g)},CHILD:function(c,e){var b=e[1],d=c;switch(b){case "only":case "first":for(;d=d.previousSibling;)if(d.nodeType===1)return false;if(b===
75
- "first")return true;d=c;case "last":for(;d=d.nextSibling;)if(d.nodeType===1)return false;return true;case "nth":b=e[2];var g=e[3];if(b===1&&g===0)return true;var k=e[0],p=c.parentNode;if(p&&(p.sizcache!==k||!c.nodeIndex)){var t=0;for(d=p.firstChild;d;d=d.nextSibling)if(d.nodeType===1)d.nodeIndex=++t;p.sizcache=k}d=c.nodeIndex-g;return b===0?d===0:d%b===0&&d/b>=0}},ID:function(c,e){return c.nodeType===1&&c.getAttribute("id")===e},TAG:function(c,e){return e==="*"&&c.nodeType===1||c.nodeName.toLowerCase()===
76
- e},CLASS:function(c,e){return(" "+(c.className||c.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(c,e){var b=e[1];b=f.attrHandle[b]?f.attrHandle[b](c):c[b]!=null?c[b]:c.getAttribute(b);var d=b+"",g=e[2],k=e[4];return b==null?g==="!=":g==="="?d===k:g==="*="?d.indexOf(k)>=0:g==="~="?(" "+d+" ").indexOf(k)>=0:!k?d&&b!==false:g==="!="?d!==k:g==="^="?d.indexOf(k)===0:g==="$="?d.substr(d.length-k.length)===k:g==="|="?d===k||d.substr(0,k.length+1)===k+"-":false},POS:function(c,e,b,d){var g=f.setFilters[e[2]];
77
- if(g)return g(c,b,e,d)}}},j=f.match.POS,m=function(c,e){return"\\"+(e-0+1)},o;for(o in f.match){f.match[o]=RegExp(f.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source);f.leftMatch[o]=RegExp(/(^(?:.|\r|\n)*?)/.source+f.match[o].source.replace(/\\(\d+)/g,m))}var x=function(c,e){c=Array.prototype.slice.call(c,0);if(e){e.push.apply(e,c);return e}return c};try{Array.prototype.slice.call(B.documentElement.childNodes,0)}catch(n){x=function(c,e){var b=0,d=e||[];if(s.call(c)==="[object Array]")Array.prototype.push.apply(d,
78
- c);else if(typeof c.length==="number")for(var g=c.length;b<g;b++)d.push(c[b]);else for(;c[b];b++)d.push(c[b]);return d}}var q,i;if(B.documentElement.compareDocumentPosition)q=function(c,e){if(c===e){u=true;return 0}if(!c.compareDocumentPosition||!e.compareDocumentPosition)return c.compareDocumentPosition?-1:1;return c.compareDocumentPosition(e)&4?-1:1};else{q=function(c,e){var b,d,g=[],k=[];b=c.parentNode;d=e.parentNode;var p=b;if(c===e){u=true;return 0}else if(b===d)return i(c,e);else if(b){if(!d)return 1}else return-1;
79
- for(;p;){g.unshift(p);p=p.parentNode}for(p=d;p;){k.unshift(p);p=p.parentNode}b=g.length;d=k.length;for(p=0;p<b&&p<d;p++)if(g[p]!==k[p])return i(g[p],k[p]);return p===b?i(c,k[p],-1):i(g[p],e,1)};i=function(c,e,b){if(c===e)return b;for(c=c.nextSibling;c;){if(c===e)return-1;c=c.nextSibling}return 1}}v.getText=function(c){for(var e="",b,d=0;c[d];d++){b=c[d];if(b.nodeType===3||b.nodeType===4)e+=b.nodeValue;else if(b.nodeType!==8)e+=v.getText(b.childNodes)}return e};(function(){var c=B.createElement("div"),
80
- e="script"+(new Date).getTime(),b=B.documentElement;c.innerHTML="<a name='"+e+"'/>";b.insertBefore(c,b.firstChild);if(B.getElementById(e)){f.find.ID=function(d,g,k){if(typeof g.getElementById!=="undefined"&&!k)return(g=g.getElementById(d[1]))?g.id===d[1]||typeof g.getAttributeNode!=="undefined"&&g.getAttributeNode("id").nodeValue===d[1]?[g]:H:[]};f.filter.ID=function(d,g){var k=typeof d.getAttributeNode!=="undefined"&&d.getAttributeNode("id");return d.nodeType===1&&k&&k.nodeValue===g}}b.removeChild(c);
81
- b=c=null})();(function(){var c=B.createElement("div");c.appendChild(B.createComment(""));if(c.getElementsByTagName("*").length>0)f.find.TAG=function(e,b){var d=b.getElementsByTagName(e[1]);if(e[1]==="*"){for(var g=[],k=0;d[k];k++)d[k].nodeType===1&&g.push(d[k]);d=g}return d};c.innerHTML="<a href='#'></a>";if(c.firstChild&&typeof c.firstChild.getAttribute!=="undefined"&&c.firstChild.getAttribute("href")!=="#")f.attrHandle.href=function(e){return e.getAttribute("href",2)};c=null})();B.querySelectorAll&&
82
- function(){var c=v,e=B.createElement("div");e.innerHTML="<p class='TEST'></p>";if(!(e.querySelectorAll&&e.querySelectorAll(".TEST").length===0)){v=function(d,g,k,p){g=g||B;d=d.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!p&&!v.isXML(g))if(g.nodeType===9)try{return x(g.querySelectorAll(d),k)}catch(t){}else if(g.nodeType===1&&g.nodeName.toLowerCase()!=="object"){var A=g.getAttribute("id"),E=A||"__sizzle__";A||g.setAttribute("id",E);try{return x(g.querySelectorAll("#"+E+" "+d),k)}catch(I){}finally{A||
83
- g.removeAttribute("id")}}return c(d,g,k,p)};for(var b in c)v[b]=c[b];e=null}}();(function(){var c=B.documentElement,e=c.matchesSelector||c.mozMatchesSelector||c.webkitMatchesSelector||c.msMatchesSelector,b=false;try{e.call(B.documentElement,"[test!='']:sizzle")}catch(d){b=true}if(e)v.matchesSelector=function(g,k){k=k.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!v.isXML(g))try{if(b||!f.match.PSEUDO.test(k)&&!/!=/.test(k))return e.call(g,k)}catch(p){}return v(k,null,null,[g]).length>0}})();(function(){var c=
84
- B.createElement("div");c.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!c.getElementsByClassName||c.getElementsByClassName("e").length===0)){c.lastChild.className="e";if(c.getElementsByClassName("e").length!==1){f.order.splice(1,0,"CLASS");f.find.CLASS=function(e,b,d){if(typeof b.getElementsByClassName!=="undefined"&&!d)return b.getElementsByClassName(e[1])};c=null}}})();v.contains=B.documentElement.contains?function(c,e){return c!==e&&(c.contains?c.contains(e):true)}:B.documentElement.compareDocumentPosition?
85
- function(c,e){return!!(c.compareDocumentPosition(e)&16)}:function(){return false};v.isXML=function(c){return(c=(c?c.ownerDocument||c:0).documentElement)?c.nodeName!=="HTML":false};var h=function(c,e){for(var b,d=[],g="",k=e.nodeType?[e]:e;b=f.match.PSEUDO.exec(c);){g+=b[0];c=c.replace(f.match.PSEUDO,"")}c=f.relative[c]?c+"*":c;b=0;for(var p=k.length;b<p;b++)v(c,k[b],d);return v.filter(g,d)};O.find=v;O.expr=v.selectors;O.expr[":"]=O.expr.filters;O.unique=v.uniqueSort;O.text=v.getText;O.isXMLDoc=v.isXML;
86
- O.contains=v.contains})();(function(a){function r(f,j,m){if(a.isFunction(j))return a.grep(f,function(x,n){return!!j.call(x,n,x)===m});else if(j.nodeType)return a.grep(f,function(x){return x===j===m});else if(typeof j==="string"){var o=a.grep(f,function(x){return x.nodeType===1});if(u.test(j))return a.filter(j,o,!m);else j=a.filter(j,o)}return a.grep(f,function(x){return a.inArray(x,j)>=0===m})}var F=/Until$/,G=/^(?:parents|prevUntil|prevAll)/,s=/,/,u=/^.[^:#\[\.,]*$/,w=Array.prototype.slice,v=a.expr.match.POS;
87
- a.fn.extend({find:function(f){for(var j=this.pushStack("","find",f),m=0,o=0,x=this.length;o<x;o++){m=j.length;a.find(f,this[o],j);if(o>0)for(var n=m;n<j.length;n++)for(var q=0;q<m;q++)if(j[q]===j[n]){j.splice(n--,1);break}}return j},has:function(f){var j=a(f);return this.filter(function(){for(var m=0,o=j.length;m<o;m++)if(a.contains(this,j[m]))return true})},not:function(f){return this.pushStack(r(this,f,false),"not",f)},filter:function(f){return this.pushStack(r(this,f,true),"filter",f)},is:function(f){return!!f&&
88
- a.filter(f,this).length>0},closest:function(f,j){var m=[],o,x,n=this[0];if(a.isArray(f)){var q,i={},h=1;if(n&&f.length){o=0;for(x=f.length;o<x;o++){q=f[o];i[q]||(i[q]=a.expr.match.POS.test(q)?a(q,j||this.context):q)}for(;n&&n.ownerDocument&&n!==j;){for(q in i){o=i[q];if(o.jquery?o.index(n)>-1:a(n).is(o))m.push({selector:q,elem:n,level:h})}n=n.parentNode;h++}}return m}q=v.test(f)?a(f,j||this.context):null;o=0;for(x=this.length;o<x;o++)for(n=this[o];n;)if(q?q.index(n)>-1:a.find.matchesSelector(n,f)){m.push(n);
89
- break}else{n=n.parentNode;if(!n||!n.ownerDocument||n===j)break}m=m.length>1?a.unique(m):m;return this.pushStack(m,"closest",f)},index:function(f){if(!f||typeof f==="string")return a.inArray(this[0],f?a(f):this.parent().children());return a.inArray(f.jquery?f[0]:f,this)},add:function(f,j){var m=typeof f==="string"?a(f,j||this.context):a.makeArray(f),o=a.merge(this.get(),m);return this.pushStack(!m[0]||!m[0].parentNode||m[0].parentNode.nodeType===11||!o[0]||!o[0].parentNode||o[0].parentNode.nodeType===
90
- 11?o:a.unique(o))},andSelf:function(){return this.add(this.prevObject)}});a.each({parent:function(f){return(f=f.parentNode)&&f.nodeType!==11?f:null},parents:function(f){return a.dir(f,"parentNode")},parentsUntil:function(f,j,m){return a.dir(f,"parentNode",m)},next:function(f){return a.nth(f,2,"nextSibling")},prev:function(f){return a.nth(f,2,"previousSibling")},nextAll:function(f){return a.dir(f,"nextSibling")},prevAll:function(f){return a.dir(f,"previousSibling")},nextUntil:function(f,j,m){return a.dir(f,
91
- "nextSibling",m)},prevUntil:function(f,j,m){return a.dir(f,"previousSibling",m)},siblings:function(f){return a.sibling(f.parentNode.firstChild,f)},children:function(f){return a.sibling(f.firstChild)},contents:function(f){return a.nodeName(f,"iframe")?f.contentDocument||f.contentWindow.document:a.makeArray(f.childNodes)}},function(f,j){a.fn[f]=function(m,o){var x=a.map(this,j,m);F.test(f)||(o=m);if(o&&typeof o==="string")x=a.filter(o,x);x=this.length>1?a.unique(x):x;if((this.length>1||s.test(o))&&
92
- G.test(f))x=x.reverse();return this.pushStack(x,f,w.call(arguments).join(","))}});a.extend({filter:function(f,j,m){if(m)f=":not("+f+")";return j.length===1?a.find.matchesSelector(j[0],f)?[j[0]]:[]:a.find.matches(f,j)},dir:function(f,j,m){var o=[];for(f=f[j];f&&f.nodeType!==9&&(m===H||f.nodeType!==1||!a(f).is(m));){f.nodeType===1&&o.push(f);f=f[j]}return o},nth:function(f,j,m){j=j||1;for(var o=0;f;f=f[m])if(f.nodeType===1&&++o===j)break;return f},sibling:function(f,j){for(var m=[];f;f=f.nextSibling)f.nodeType===
93
- 1&&f!==j&&m.push(f);return m}})})(O);(function(a){function r(n,q){var i=0;q.each(function(){if(this.nodeName===(n[i]&&n[i].nodeName)){var h=a.data(n[i++]),c=a.data(this,h);if(h=h&&h.events){delete c.handle;c.events={};for(var e in h)for(var b in h[e])a.event.add(this,e,h[e][b],h[e][b].data)}}})}function F(n,q){q.src?a.ajax({url:q.src,async:false,dataType:"script"}):a.globalEval(q.text||q.textContent||q.innerHTML||"");q.parentNode&&q.parentNode.removeChild(q)}var G=/ jQuery\d+="(?:\d+|null)"/g,s=/^\s+/,
94
- u=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,w=/<([\w:]+)/,v=/<tbody/i,f=/<|&#?\w+;/,j=/<(?:script|object|embed|option|style)/i,m=/checked\s*(?:[^=]|=\s*.checked.)/i,o=/\=([^="'>\s]+\/)>/g,x={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>"],
95
- area:[1,"<map>","</map>"],_default:[0,"",""]};x.optgroup=x.option;x.tbody=x.tfoot=x.colgroup=x.caption=x.thead;x.th=x.td;if(!a.support.htmlSerialize)x._default=[1,"div<div>","</div>"];a.fn.extend({text:function(n){if(a.isFunction(n))return this.each(function(q){var i=a(this);i.text(n.call(this,q,i.text()))});if(typeof n!=="object"&&n!==H)return this.empty().append((this[0]&&this[0].ownerDocument||B).createTextNode(n));return a.text(this)},wrapAll:function(n){if(a.isFunction(n))return this.each(function(i){a(this).wrapAll(n.call(this,
96
- i))});if(this[0]){var q=a(n,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&q.insertBefore(this[0]);q.map(function(){for(var i=this;i.firstChild&&i.firstChild.nodeType===1;)i=i.firstChild;return i}).append(this)}return this},wrapInner:function(n){if(a.isFunction(n))return this.each(function(q){a(this).wrapInner(n.call(this,q))});return this.each(function(){var q=a(this),i=q.contents();i.length?i.wrapAll(n):q.append(n)})},wrap:function(n){return this.each(function(){a(this).wrapAll(n)})},
97
- unwrap:function(){return this.parent().each(function(){a.nodeName(this,"body")||a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(n){this.nodeType===1&&this.appendChild(n)})},prepend:function(){return this.domManip(arguments,true,function(n){this.nodeType===1&&this.insertBefore(n,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(q){this.parentNode.insertBefore(q,this)});else if(arguments.length){var n=
98
- a(arguments[0]);n.push.apply(n,this.toArray());return this.pushStack(n,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(q){this.parentNode.insertBefore(q,this.nextSibling)});else if(arguments.length){var n=this.pushStack(this,"after",arguments);n.push.apply(n,a(arguments[0]).toArray());return n}},remove:function(n,q){for(var i=0,h;(h=this[i])!=null;i++)if(!n||a.filter(n,[h]).length){if(!q&&h.nodeType===1){a.cleanData(h.getElementsByTagName("*"));
99
- a.cleanData([h])}h.parentNode&&h.parentNode.removeChild(h)}return this},empty:function(){for(var n=0,q;(q=this[n])!=null;n++)for(q.nodeType===1&&a.cleanData(q.getElementsByTagName("*"));q.firstChild;)q.removeChild(q.firstChild);return this},clone:function(n){var q=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var i=this.outerHTML,h=this.ownerDocument;if(!i){i=h.createElement("div");i.appendChild(this.cloneNode(true));i=i.innerHTML}return a.clean([i.replace(G,"").replace(o,'="$1">').replace(s,
100
- "")],h)[0]}else return this.cloneNode(true)});if(n===true){r(this,q);r(this.find("*"),q.find("*"))}return q},html:function(n){if(n===H)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(G,""):null;else if(typeof n==="string"&&!j.test(n)&&(a.support.leadingWhitespace||!s.test(n))&&!x[(w.exec(n)||["",""])[1].toLowerCase()]){n=n.replace(u,"<$1></$2>");try{for(var q=0,i=this.length;q<i;q++)if(this[q].nodeType===1){a.cleanData(this[q].getElementsByTagName("*"));this[q].innerHTML=n}}catch(h){this.empty().append(n)}}else a.isFunction(n)?
101
- this.each(function(c){var e=a(this);e.html(n.call(this,c,e.html()))}):this.empty().append(n);return this},replaceWith:function(n){if(this[0]&&this[0].parentNode){if(a.isFunction(n))return this.each(function(q){var i=a(this),h=i.html();i.replaceWith(n.call(this,q,h))});if(typeof n!=="string")n=a(n).detach();return this.each(function(){var q=this.nextSibling,i=this.parentNode;a(this).remove();q?a(q).before(n):a(i).append(n)})}else return this.pushStack(a(a.isFunction(n)?n():n),"replaceWith",n)},detach:function(n){return this.remove(n,
102
- true)},domManip:function(n,q,i){var h,c,e,b=n[0],d=[];if(!a.support.checkClone&&arguments.length===3&&typeof b==="string"&&m.test(b))return this.each(function(){a(this).domManip(n,q,i,true)});if(a.isFunction(b))return this.each(function(k){var p=a(this);n[0]=b.call(this,k,q?p.html():H);p.domManip(n,q,i)});if(this[0]){h=b&&b.parentNode;h=a.support.parentNode&&h&&h.nodeType===11&&h.childNodes.length===this.length?{fragment:h}:a.buildFragment(n,this,d);e=h.fragment;if(c=e.childNodes.length===1?e=e.firstChild:
103
- e.firstChild){q=q&&a.nodeName(c,"tr");c=0;for(var g=this.length;c<g;c++)i.call(q?a.nodeName(this[c],"table")?this[c].getElementsByTagName("tbody")[0]||this[c].appendChild(this[c].ownerDocument.createElement("tbody")):this[c]:this[c],c>0||h.cacheable||this.length>1?e.cloneNode(true):e)}d.length&&a.each(d,F)}return this}});a.buildFragment=function(n,q,i){var h,c,e;q=q&&q[0]?q[0].ownerDocument||q[0]:B;if(n.length===1&&typeof n[0]==="string"&&n[0].length<512&&q===B&&!j.test(n[0])&&(a.support.checkClone||
104
- !m.test(n[0]))){c=true;if(e=a.fragments[n[0]])if(e!==1)h=e}if(!h){h=q.createDocumentFragment();a.clean(n,q,h,i)}if(c)a.fragments[n[0]]=e?h:1;return{fragment:h,cacheable:c}};a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(n,q){a.fn[n]=function(i){var h=[];i=a(i);var c=this.length===1&&this[0].parentNode;if(c&&c.nodeType===11&&c.childNodes.length===1&&i.length===1){i[q](this[0]);return this}else{c=0;for(var e=
105
- i.length;c<e;c++){var b=(c>0?this.clone(true):this).get();a(i[c])[q](b);h=h.concat(b)}return this.pushStack(h,n,i.selector)}}});a.extend({clean:function(n,q,i,h){q=q||B;if(typeof q.createElement==="undefined")q=q.ownerDocument||q[0]&&q[0].ownerDocument||B;for(var c=[],e=0,b;(b=n[e])!=null;e++){if(typeof b==="number")b+="";if(b){if(typeof b==="string"&&!f.test(b))b=q.createTextNode(b);else if(typeof b==="string"){b=b.replace(u,"<$1></$2>");var d=(w.exec(b)||["",""])[1].toLowerCase(),g=x[d]||x._default,
106
- k=g[0],p=q.createElement("div");for(p.innerHTML=g[1]+b+g[2];k--;)p=p.lastChild;if(!a.support.tbody){k=v.test(b);d=d==="table"&&!k?p.firstChild&&p.firstChild.childNodes:g[1]==="<table>"&&!k?p.childNodes:[];for(g=d.length-1;g>=0;--g)a.nodeName(d[g],"tbody")&&!d[g].childNodes.length&&d[g].parentNode.removeChild(d[g])}!a.support.leadingWhitespace&&s.test(b)&&p.insertBefore(q.createTextNode(s.exec(b)[0]),p.firstChild);b=p.childNodes}if(b.nodeType)c.push(b);else c=a.merge(c,b)}}if(i)for(e=0;c[e];e++)if(h&&
107
- a.nodeName(c[e],"script")&&(!c[e].type||c[e].type.toLowerCase()==="text/javascript"))h.push(c[e].parentNode?c[e].parentNode.removeChild(c[e]):c[e]);else{c[e].nodeType===1&&c.splice.apply(c,[e+1,0].concat(a.makeArray(c[e].getElementsByTagName("script"))));i.appendChild(c[e])}return c},cleanData:function(n){for(var q,i,h=a.cache,c=a.event.special,e=a.support.deleteExpando,b=0,d;(d=n[b])!=null;b++)if(!(d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(i=d[a.expando]){if((q=h[i])&&q.events)for(var g in q.events)c[g]?
108
- a.event.remove(d,g):a.removeEvent(d,g,q.handle);if(e)delete d[a.expando];else d.removeAttribute&&d.removeAttribute(a.expando);delete h[i]}}})})(O);(function(a){function r(i,h,c){var e=h==="width"?i.offsetWidth:i.offsetHeight;if(c==="border")return e;a.each(h==="width"?j:m,function(){c||(e-=parseFloat(a.css(i,"padding"+this))||0);if(c==="margin")e+=parseFloat(a.css(i,"margin"+this))||0;else e-=parseFloat(a.css(i,"border"+this+"Width"))||0});return e}var F=/alpha\([^)]*\)/i,G=/opacity=([^)]*)/,s=/-([a-z])/ig,
109
- u=/([A-Z])/g,w=/^-?\d+(?:px)?$/i,v=/^-?\d/,f={position:"absolute",visibility:"hidden",display:"block"},j=["Left","Right"],m=["Top","Bottom"],o,x,n,q=function(i,h){return h.toUpperCase()};a.fn.css=function(i,h){if(arguments.length===2&&h===H)return this;return a.access(this,i,h,true,function(c,e,b){return b!==H?a.style(c,e,b):a.css(c,e)})};a.extend({cssHooks:{opacity:{get:function(i,h){if(h){var c=o(i,"opacity","opacity");return c===""?"1":c}else return i.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,
110
- opacity:true,zoom:true,lineHeight:true},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(i,h,c,e){if(!(!i||i.nodeType===3||i.nodeType===8||!i.style)){var b,d=a.camelCase(h),g=i.style,k=a.cssHooks[d];h=a.cssProps[d]||d;if(c!==H){if(!(typeof c==="number"&&isNaN(c)||c==null)){if(typeof c==="number"&&!a.cssNumber[d])c+="px";if(!k||!("set"in k)||(c=k.set(i,c))!==H)try{g[h]=c}catch(p){}}}else{if(k&&"get"in k&&(b=k.get(i,false,e))!==H)return b;return g[h]}}},css:function(i,h,
111
- c){var e,b=a.camelCase(h),d=a.cssHooks[b];h=a.cssProps[b]||b;if(d&&"get"in d&&(e=d.get(i,true,c))!==H)return e;else if(o)return o(i,h,b)},swap:function(i,h,c){var e={},b;for(b in h){e[b]=i.style[b];i.style[b]=h[b]}c.call(i);for(b in h)i.style[b]=e[b]},camelCase:function(i){return i.replace(s,q)}});a.curCSS=a.css;a.each(["height","width"],function(i,h){a.cssHooks[h]={get:function(c,e,b){var d;if(e){if(c.offsetWidth!==0)d=r(c,h,b);else a.swap(c,f,function(){d=r(c,h,b)});if(d<=0){d=o(c,h,h);if(d==="0px"&&
112
- n)d=n(c,h,h);if(d!=null)return d===""||d==="auto"?"0px":d}if(d<0||d==null){d=c.style[h];return d===""||d==="auto"?"0px":d}return typeof d==="string"?d:d+"px"}},set:function(c,e){if(w.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!a.support.opacity)a.cssHooks.opacity={get:function(i,h){return G.test((h&&i.currentStyle?i.currentStyle.filter:i.style.filter)||"")?parseFloat(RegExp.$1)/100+"":h?"1":""},set:function(i,h){var c=i.style;c.zoom=1;var e=a.isNaN(h)?"":"alpha(opacity="+
113
- h*100+")",b=c.filter||"";c.filter=F.test(b)?b.replace(F,e):c.filter+" "+e}};if(B.defaultView&&B.defaultView.getComputedStyle)x=function(i,h,c){var e;c=c.replace(u,"-$1").toLowerCase();if(!(h=i.ownerDocument.defaultView))return H;if(h=h.getComputedStyle(i,null)){e=h.getPropertyValue(c);if(e===""&&!a.contains(i.ownerDocument.documentElement,i))e=a.style(i,c)}return e};if(B.documentElement.currentStyle)n=function(i,h){var c,e,b=i.currentStyle&&i.currentStyle[h],d=i.style;if(!w.test(b)&&v.test(b)){c=
114
- d.left;e=i.runtimeStyle.left;i.runtimeStyle.left=i.currentStyle.left;d.left=h==="fontSize"?"1em":b||0;b=d.pixelLeft+"px";d.left=c;i.runtimeStyle.left=e}return b===""?"auto":b};o=x||n;if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(i){var h=i.offsetHeight;return i.offsetWidth===0&&h===0||!a.support.reliableHiddenOffsets&&(i.style.display||a.css(i,"display"))==="none"};a.expr.filters.visible=function(i){return!a.expr.filters.hidden(i)}}})(O);(function(a){function r(i,h,c,e){if(a.isArray(h)&&
115
- h.length)a.each(h,function(b,d){c||v.test(i)?e(i,d):r(i+"["+(typeof d==="object"||a.isArray(d)?b:"")+"]",d,c,e)});else if(!c&&h!=null&&typeof h==="object")a.isEmptyObject(h)?e(i,""):a.each(h,function(b,d){r(i+"["+b+"]",d,c,e)});else e(i,h)}var F=a.now(),G=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,s=/^(?:select|textarea)/i,u=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,w=/^(?:GET|HEAD)$/,v=/\[\]$/,f=/\=\?(&|$)/,j=/\?/,m=/([?&])_=[^&]*/,
116
- o=/^(\w+:)?\/\/([^\/?#]+)/,x=/%20/g,n=/#.*$/,q=a.fn.load;a.fn.extend({load:function(i,h,c){if(typeof i!=="string"&&q)return q.apply(this,arguments);else if(!this.length)return this;var e=i.indexOf(" ");if(e>=0){var b=i.slice(e,i.length);i=i.slice(0,e)}e="GET";if(h)if(a.isFunction(h)){c=h;h=null}else if(typeof h==="object"){h=a.param(h,a.ajaxSettings.traditional);e="POST"}var d=this;a.ajax({url:i,type:e,dataType:"html",data:h,complete:function(g,k){if(k==="success"||k==="notmodified")d.html(b?a("<div>").append(g.responseText.replace(G,
117
- "")).find(b):g.responseText);c&&d.each(c,[g.responseText,k,g])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||s.test(this.nodeName)||u.test(this.type))}).map(function(i,h){var c=a(this).val();return c==null?null:a.isArray(c)?a.map(c,function(e){return{name:h.name,value:e}}):{name:h.name,value:c}}).get()}});
118
- a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,h){a.fn[h]=function(c){return this.bind(h,c)}});a.extend({get:function(i,h,c,e){if(a.isFunction(h)){e=e||c;c=h;h=null}return a.ajax({type:"GET",url:i,data:h,success:c,dataType:e})},getScript:function(i,h){return a.get(i,null,h,"script")},getJSON:function(i,h,c){return a.get(i,h,c,"json")},post:function(i,h,c,e){if(a.isFunction(h)){e=e||c;c=h;h={}}return a.ajax({type:"POST",url:i,data:h,success:c,dataType:e})},
119
- ajaxSetup:function(i){a.extend(a.ajaxSettings,i)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new M.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(i){var h=a.extend(true,{},a.ajaxSettings,i),c,e,b,d=h.type.toUpperCase(),g=w.test(d);
120
- h.url=h.url.replace(n,"");h.context=i&&i.context!=null?i.context:h;if(h.data&&h.processData&&typeof h.data!=="string")h.data=a.param(h.data,h.traditional);if(h.dataType==="jsonp"){if(d==="GET")f.test(h.url)||(h.url+=(j.test(h.url)?"&":"?")+(h.jsonp||"callback")+"=?");else if(!h.data||!f.test(h.data))h.data=(h.data?h.data+"&":"")+(h.jsonp||"callback")+"=?";h.dataType="json"}if(h.dataType==="json"&&(h.data&&f.test(h.data)||f.test(h.url))){c=h.jsonpCallback||"jsonp"+F++;if(h.data)h.data=(h.data+"").replace(f,
121
- "="+c+"$1");h.url=h.url.replace(f,"="+c+"$1");h.dataType="script";var k=M[c];M[c]=function(K){if(a.isFunction(k))k(K);else{M[c]=H;try{delete M[c]}catch(L){}}b=K;a.handleSuccess(h,z,e,b);a.handleComplete(h,z,e,b);A&&A.removeChild(E)}}if(h.dataType==="script"&&h.cache===null)h.cache=false;if(h.cache===false&&g){var p=a.now(),t=h.url.replace(m,"$1_="+p);h.url=t+(t===h.url?(j.test(h.url)?"&":"?")+"_="+p:"")}if(h.data&&g)h.url+=(j.test(h.url)?"&":"?")+h.data;h.global&&a.active++===0&&a.event.trigger("ajaxStart");
122
- p=(p=o.exec(h.url))&&(p[1]&&p[1].toLowerCase()!==location.protocol||p[2].toLowerCase()!==location.host);if(h.dataType==="script"&&d==="GET"&&p){var A=B.getElementsByTagName("head")[0]||B.documentElement,E=B.createElement("script");if(h.scriptCharset)E.charset=h.scriptCharset;E.src=h.url;if(!c){var I=false;E.onload=E.onreadystatechange=function(){if(!I&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){I=true;a.handleSuccess(h,z,e,b);a.handleComplete(h,z,e,b);E.onload=E.onreadystatechange=
123
- null;A&&E.parentNode&&A.removeChild(E)}}}A.insertBefore(E,A.firstChild);return H}var J=false,z=h.xhr();if(z){h.username?z.open(d,h.url,h.async,h.username,h.password):z.open(d,h.url,h.async);try{if(h.data!=null&&!g||i&&i.contentType)z.setRequestHeader("Content-Type",h.contentType);if(h.ifModified){a.lastModified[h.url]&&z.setRequestHeader("If-Modified-Since",a.lastModified[h.url]);a.etag[h.url]&&z.setRequestHeader("If-None-Match",a.etag[h.url])}p||z.setRequestHeader("X-Requested-With","XMLHttpRequest");
124
- z.setRequestHeader("Accept",h.dataType&&h.accepts[h.dataType]?h.accepts[h.dataType]+", */*; q=0.01":h.accepts._default)}catch(N){}if(h.beforeSend&&h.beforeSend.call(h.context,z,h)===false){h.global&&a.active--===1&&a.event.trigger("ajaxStop");z.abort();return false}h.global&&a.triggerGlobal(h,"ajaxSend",[z,h]);var l=z.onreadystatechange=function(K){if(!z||z.readyState===0||K==="abort"){J||a.handleComplete(h,z,e,b);J=true;if(z)z.onreadystatechange=a.noop}else if(!J&&z&&(z.readyState===4||K==="timeout")){J=
125
- true;z.onreadystatechange=a.noop;e=K==="timeout"?"timeout":!a.httpSuccess(z)?"error":h.ifModified&&a.httpNotModified(z,h.url)?"notmodified":"success";var L;if(e==="success")try{b=a.httpData(z,h.dataType,h)}catch(P){e="parsererror";L=P}if(e==="success"||e==="notmodified")c||a.handleSuccess(h,z,e,b);else a.handleError(h,z,e,L);c||a.handleComplete(h,z,e,b);K==="timeout"&&z.abort();if(h.async)z=null}};try{var y=z.abort;z.abort=function(){z&&Function.prototype.call.call(y,z);l("abort")}}catch(C){}h.async&&
126
- h.timeout>0&&setTimeout(function(){z&&!J&&l("timeout")},h.timeout);try{z.send(g||h.data==null?null:h.data)}catch(D){a.handleError(h,z,null,D);a.handleComplete(h,z,e,b)}h.async||l();return z}},param:function(i,h){var c=[],e=function(d,g){g=a.isFunction(g)?g():g;c[c.length]=encodeURIComponent(d)+"="+encodeURIComponent(g)};if(h===H)h=a.ajaxSettings.traditional;if(a.isArray(i)||i.jquery)a.each(i,function(){e(this.name,this.value)});else for(var b in i)r(b,i[b],h,e);return c.join("&").replace(x,"+")}});
127
- a.extend({active:0,lastModified:{},etag:{},handleError:function(i,h,c,e){i.error&&i.error.call(i.context,h,c,e);i.global&&a.triggerGlobal(i,"ajaxError",[h,i,e])},handleSuccess:function(i,h,c,e){i.success&&i.success.call(i.context,e,c,h);i.global&&a.triggerGlobal(i,"ajaxSuccess",[h,i])},handleComplete:function(i,h,c){i.complete&&i.complete.call(i.context,h,c);i.global&&a.triggerGlobal(i,"ajaxComplete",[h,i]);i.global&&a.active--===1&&a.event.trigger("ajaxStop")},triggerGlobal:function(i,h,c){(i.context&&
128
- i.context.url==null?a(i.context):a.event).trigger(h,c)},httpSuccess:function(i){try{return!i.status&&location.protocol==="file:"||i.status>=200&&i.status<300||i.status===304||i.status===1223}catch(h){}return false},httpNotModified:function(i,h){var c=i.getResponseHeader("Last-Modified"),e=i.getResponseHeader("Etag");if(c)a.lastModified[h]=c;if(e)a.etag[h]=e;return i.status===304},httpData:function(i,h,c){var e=i.getResponseHeader("content-type")||"",b=h==="xml"||!h&&e.indexOf("xml")>=0;i=b?i.responseXML:
129
- i.responseText;b&&i.documentElement.nodeName==="parsererror"&&a.error("parsererror");if(c&&c.dataFilter)i=c.dataFilter(i,h);if(typeof i==="string")if(h==="json"||!h&&e.indexOf("json")>=0)i=a.parseJSON(i);else if(h==="script"||!h&&e.indexOf("javascript")>=0)a.globalEval(i);return i}});if(M.ActiveXObject)a.ajaxSettings.xhr=function(){if(M.location.protocol!=="file:")try{return new M.XMLHttpRequest}catch(i){}try{return new M.ActiveXObject("Microsoft.XMLHTTP")}catch(h){}};a.support.ajax=!!a.ajaxSettings.xhr()})(O);
130
- (function(a){function r(f,j){var m={};a.each(v.concat.apply([],v.slice(0,j)),function(){m[this]=f});return m}function F(f){if(!G[f]){var j=a("<"+f+">").appendTo("body"),m=j.css("display");j.remove();if(m==="none"||m==="")m="block";G[f]=m}return G[f]}var G={},s=/^(?:toggle|show|hide)$/,u=/^([+\-]=)?([\d+.\-]+)(.*)$/,w,v=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(f,j,m){if(f||
131
- f===0)return this.animate(r("show",3),f,j,m);else{m=0;for(var o=this.length;m<o;m++){f=this[m];j=f.style.display;if(!a.data(f,"olddisplay")&&j==="none")j=f.style.display="";j===""&&a.css(f,"display")==="none"&&a.data(f,"olddisplay",F(f.nodeName))}for(m=0;m<o;m++){f=this[m];j=f.style.display;if(j===""||j==="none")f.style.display=a.data(f,"olddisplay")||""}return this}},hide:function(f,j,m){if(f||f===0)return this.animate(r("hide",3),f,j,m);else{f=0;for(j=this.length;f<j;f++){m=a.css(this[f],"display");
132
- m!=="none"&&a.data(this[f],"olddisplay",m)}for(f=0;f<j;f++)this[f].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(f,j,m){var o=typeof f==="boolean";if(a.isFunction(f)&&a.isFunction(j))this._toggle.apply(this,arguments);else f==null||o?this.each(function(){var x=o?f:a(this).is(":hidden");a(this)[x?"show":"hide"]()}):this.animate(r("toggle",3),f,j,m);return this},fadeTo:function(f,j,m,o){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:j},f,m,o)},
133
- animate:function(f,j,m,o){var x=a.speed(j,m,o);if(a.isEmptyObject(f))return this.each(x.complete);return this[x.queue===false?"each":"queue"](function(){var n=a.extend({},x),q,i=this.nodeType===1,h=i&&a(this).is(":hidden"),c=this;for(q in f){var e=a.camelCase(q);if(q!==e){f[e]=f[q];delete f[q];q=e}if(f[q]==="hide"&&h||f[q]==="show"&&!h)return n.complete.call(this);if(i&&(q==="height"||q==="width")){n.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(a.css(this,"display")===
134
- "inline"&&a.css(this,"float")==="none")if(a.support.inlineBlockNeedsLayout)if(F(this.nodeName)==="inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(a.isArray(f[q])){(n.specialEasing=n.specialEasing||{})[q]=f[q][1];f[q]=f[q][0]}}if(n.overflow!=null)this.style.overflow="hidden";n.curAnim=a.extend({},f);a.each(f,function(b,d){var g=new a.fx(c,n,b);if(s.test(d))g[d==="toggle"?h?"show":"hide":d](f);else{var k=u.exec(d),
135
- p=g.cur()||0;if(k){var t=parseFloat(k[2]),A=k[3]||"px";if(A!=="px"){a.style(c,b,(t||1)+A);p=(t||1)/g.cur()*p;a.style(c,b,p+A)}if(k[1])t=(k[1]==="-="?-1:1)*t+p;g.custom(p,t,A)}else g.custom(p,d,"")}});return true})},stop:function(f,j){var m=a.timers;f&&this.queue([]);this.each(function(){for(var o=m.length-1;o>=0;o--)if(m[o].elem===this){j&&m[o](true);m.splice(o,1)}});j||this.dequeue();return this}});a.each({slideDown:r("show",1),slideUp:r("hide",1),slideToggle:r("toggle",1),fadeIn:{opacity:"show"},
136
- fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(f,j){a.fn[f]=function(m,o,x){return this.animate(j,m,o,x)}});a.extend({speed:function(f,j,m){var o=f&&typeof f==="object"?a.extend({},f):{complete:m||!m&&j||a.isFunction(f)&&f,duration:f,easing:m&&j||j&&!a.isFunction(j)&&j};o.duration=a.fx.off?0:typeof o.duration==="number"?o.duration:o.duration in a.fx.speeds?a.fx.speeds[o.duration]:a.fx.speeds._default;o.old=o.complete;o.complete=function(){o.queue!==false&&a(this).dequeue();a.isFunction(o.old)&&
137
- o.old.call(this)};return o},easing:{linear:function(f,j,m,o){return m+o*f},swing:function(f,j,m,o){return(-Math.cos(f*Math.PI)/2+0.5)*o+m}},timers:[],fx:function(f,j,m){this.options=j;this.elem=f;this.prop=m;if(!j.orig)j.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||a.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];
138
- var f=parseFloat(a.css(this.elem,this.prop));return f&&f>-1E4?f:0},custom:function(f,j,m){function o(q){return x.step(q)}var x=this,n=a.fx;this.startTime=a.now();this.start=f;this.end=j;this.unit=m||this.unit||"px";this.now=this.start;this.pos=this.state=0;o.elem=this.elem;if(o()&&a.timers.push(o)&&!w)w=setInterval(n.tick,n.interval)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());
139
- a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(f){var j=a.now(),m=true;if(f||j>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var o in this.options.curAnim)if(this.options.curAnim[o]!==true)m=false;if(m){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var x=this.elem,n=this.options;a.each(["",
140
- "X","Y"],function(i,h){x.style["overflow"+h]=n.overflow[i]})}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var q in this.options.curAnim)a.style(this.elem,q,this.options.orig[q]);this.options.complete.call(this.elem)}return false}else{f=j-this.startTime;this.state=f/this.options.duration;j=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||j](this.state,f,0,1,this.options.duration);
141
- this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var f=a.timers,j=0;j<f.length;j++)f[j]()||f.splice(j--,1);f.length||a.fx.stop()},interval:13,stop:function(){clearInterval(w);w=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(f){a.style(f.elem,"opacity",f.now)},_default:function(f){if(f.elem.style&&f.elem.style[f.prop]!=null)f.elem.style[f.prop]=(f.prop==="width"||f.prop==="height"?Math.max(0,f.now):f.now)+f.unit;
142
- else f.elem[f.prop]=f.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(f){return a.grep(a.timers,function(j){return f===j.elem}).length}})(O);(function(a){function r(s){return a.isWindow(s)?s:s.nodeType===9?s.defaultView||s.parentWindow:false}var F=/^t(?:able|d|h)$/i,G=/^(?:body|html)$/i;a.fn.offset="getBoundingClientRect"in B.documentElement?function(s){var u=this[0],w;if(s)return this.each(function(m){a.offset.setOffset(this,s,m)});if(!u||!u.ownerDocument)return null;if(u===u.ownerDocument.body)return a.offset.bodyOffset(u);
143
- try{w=u.getBoundingClientRect()}catch(v){}var f=u.ownerDocument,j=f.documentElement;if(!w||!a.contains(j,u))return w||{top:0,left:0};u=f.body;f=r(f);return{top:w.top+(f.pageYOffset||a.support.boxModel&&j.scrollTop||u.scrollTop)-(j.clientTop||u.clientTop||0),left:w.left+(f.pageXOffset||a.support.boxModel&&j.scrollLeft||u.scrollLeft)-(j.clientLeft||u.clientLeft||0)}}:function(s){var u=this[0];if(s)return this.each(function(n){a.offset.setOffset(this,s,n)});if(!u||!u.ownerDocument)return null;if(u===
144
- u.ownerDocument.body)return a.offset.bodyOffset(u);a.offset.initialize();var w,v=u.offsetParent,f=u.ownerDocument,j=f.documentElement,m=f.body;w=(f=f.defaultView)?f.getComputedStyle(u,null):u.currentStyle;for(var o=u.offsetTop,x=u.offsetLeft;(u=u.parentNode)&&u!==m&&u!==j;){if(a.offset.supportsFixedPosition&&w.position==="fixed")break;w=f?f.getComputedStyle(u,null):u.currentStyle;o-=u.scrollTop;x-=u.scrollLeft;if(u===v){o+=u.offsetTop;x+=u.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&
145
- F.test(u.nodeName))){o+=parseFloat(w.borderTopWidth)||0;x+=parseFloat(w.borderLeftWidth)||0}v=u.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&w.overflow!=="visible"){o+=parseFloat(w.borderTopWidth)||0;x+=parseFloat(w.borderLeftWidth)||0}w=w}if(w.position==="relative"||w.position==="static"){o+=m.offsetTop;x+=m.offsetLeft}if(a.offset.supportsFixedPosition&&w.position==="fixed"){o+=Math.max(j.scrollTop,m.scrollTop);x+=Math.max(j.scrollLeft,m.scrollLeft)}return{top:o,left:x}};a.offset=
146
- {initialize:function(){var s=B.body,u=B.createElement("div"),w,v,f,j=parseFloat(a.css(s,"marginTop"))||0;a.extend(u.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});u.innerHTML="<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>";
147
- s.insertBefore(u,s.firstChild);w=u.firstChild;v=w.firstChild;f=w.nextSibling.firstChild.firstChild;this.doesNotAddBorder=v.offsetTop!==5;this.doesAddBorderForTableAndCells=f.offsetTop===5;v.style.position="fixed";v.style.top="20px";this.supportsFixedPosition=v.offsetTop===20||v.offsetTop===15;v.style.position=v.style.top="";w.style.overflow="hidden";w.style.position="relative";this.subtractsBorderForOverflowNotVisible=v.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=s.offsetTop!==j;s.removeChild(u);
148
- a.offset.initialize=a.noop},bodyOffset:function(s){var u=s.offsetTop,w=s.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){u+=parseFloat(a.css(s,"marginTop"))||0;w+=parseFloat(a.css(s,"marginLeft"))||0}return{top:u,left:w}},setOffset:function(s,u,w){var v=a.css(s,"position");if(v==="static")s.style.position="relative";var f=a(s),j=f.offset(),m=a.css(s,"top"),o=a.css(s,"left"),x=v==="absolute"&&a.inArray("auto",[m,o])>-1;v={};var n={};if(x)n=f.position();m=x?n.top:parseInt(m,
149
- 10)||0;o=x?n.left:parseInt(o,10)||0;if(a.isFunction(u))u=u.call(s,w,j);if(u.top!=null)v.top=u.top-j.top+m;if(u.left!=null)v.left=u.left-j.left+o;"using"in u?u.using.call(s,v):f.css(v)}};a.fn.extend({position:function(){if(!this[0])return null;var s=this[0],u=this.offsetParent(),w=this.offset(),v=G.test(u[0].nodeName)?{top:0,left:0}:u.offset();w.top-=parseFloat(a.css(s,"marginTop"))||0;w.left-=parseFloat(a.css(s,"marginLeft"))||0;v.top+=parseFloat(a.css(u[0],"borderTopWidth"))||0;v.left+=parseFloat(a.css(u[0],
150
- "borderLeftWidth"))||0;return{top:w.top-v.top,left:w.left-v.left}},offsetParent:function(){return this.map(function(){for(var s=this.offsetParent||B.body;s&&!G.test(s.nodeName)&&a.css(s,"position")==="static";)s=s.offsetParent;return s})}});a.each(["Left","Top"],function(s,u){var w="scroll"+u;a.fn[w]=function(v){var f=this[0],j;if(!f)return null;if(v!==H)return this.each(function(){if(j=r(this))j.scrollTo(!s?v:a(j).scrollLeft(),s?v:a(j).scrollTop());else this[w]=v});else return(j=r(f))?"pageXOffset"in
151
- j?j[s?"pageYOffset":"pageXOffset"]:a.support.boxModel&&j.document.documentElement[w]||j.document.body[w]:f[w]}})})(O);(function(a){a.each(["Height","Width"],function(r,F){var G=F.toLowerCase();a.fn["inner"+F]=function(){return this[0]?parseFloat(a.css(this[0],G,"padding")):null};a.fn["outer"+F]=function(s){return this[0]?parseFloat(a.css(this[0],G,s?"margin":"border")):null};a.fn[G]=function(s){var u=this[0];if(!u)return s==null?null:this;if(a.isFunction(s))return this.each(function(v){var f=a(this);
152
- f[G](s.call(this,v,f[G]()))});if(a.isWindow(u))return u.document.compatMode==="CSS1Compat"&&u.document.documentElement["client"+F]||u.document.body["client"+F];else if(u.nodeType===9)return Math.max(u.documentElement["client"+F],u.body["scroll"+F],u.documentElement["scroll"+F],u.body["offset"+F],u.documentElement["offset"+F]);else if(s===H){u=a.css(u,G);var w=parseFloat(u);return a.isNaN(w)?u:w}else return this.css(G,typeof s==="string"?s:s+"px")}})})(O)})(window);
1
+ (function(P,K){var H=P.document,S=function(){function a(){if(!o.isReady){try{H.documentElement.doScroll("left")}catch(h){setTimeout(a,1);return}o.ready()}}var o=function(h,t){return new o.fn.init(h,t,A)},D=P.jQuery,y=P.$,A,u=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,C=/\S/,r=/^\s+/,i=/\s+$/,f=/\d/,j=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,q=/^[\],:{}\s]*$/,z=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,l=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,n=/(?:^|:|,)(?:\s*\[)+/g,p=/(webkit)[ \/]([\w.]+)/,
2
+ w=/(opera)(?:.*version)?[ \/]([\w.]+)/,c=/(msie) ([\w.]+)/,g=/(mozilla)(?:.*? rv:([\w.]+))?/,b=navigator.userAgent,e=false,d,k={then:0,done:"fail",fail:"done",isResolved:"isRejected",isRejected:"isResolved",promise:"invert",invert:"promise"},s,m=Object.prototype.toString,x=Object.prototype.hasOwnProperty,E=Array.prototype.push,v=Array.prototype.slice,I=String.prototype.trim,F=Array.prototype.indexOf,J={};o.fn=o.prototype={constructor:o,init:function(h,t,B){var G;if(!h)return this;if(h.nodeType){this.context=
3
+ this[0]=h;this.length=1;return this}if(h==="body"&&!t&&H.body){this.context=H;this[0]=H.body;this.selector="body";this.length=1;return this}if(typeof h==="string")if((G=u.exec(h))&&(G[1]||!t))if(G[1]){B=(t=t instanceof o?t[0]:t)?t.ownerDocument||t:H;if(h=j.exec(h))if(o.isPlainObject(t)){h=[H.createElement(h[1])];o.fn.attr.call(h,t,true)}else h=[B.createElement(h[1])];else{h=o.buildFragment([G[1]],[B]);h=(h.cacheable?o.clone(h.fragment):h.fragment).childNodes}return o.merge(this,h)}else{if((t=H.getElementById(G[2]))&&
4
+ t.parentNode){if(t.id!==G[2])return B.find(h);this.length=1;this[0]=t}this.context=H;this.selector=h;return this}else return!t||t.jquery?(t||B).find(h):this.constructor(t).find(h);else if(o.isFunction(h))return B.ready(h);if(h.selector!==K){this.selector=h.selector;this.context=h.context}return o.makeArray(h,this)},selector:"",jquery:"@VERSION",length:0,size:function(){return this.length},toArray:function(){return v.call(this,0)},get:function(h){return h==null?this.toArray():h<0?this[this.length+
5
+ h]:this[h]},pushStack:function(h,t,B){var G=this.constructor();o.isArray(h)?E.apply(G,h):o.merge(G,h);G.prevObject=this;G.context=this.context;if(t==="find")G.selector=this.selector+(this.selector?" ":"")+B;else if(t)G.selector=this.selector+"."+t+"("+B+")";return G},each:function(h,t){return o.each(this,h,t)},ready:function(h){o.bindReady();d.done(h);return this},eq:function(h){return h===-1?this.slice(h):this.slice(h,+h+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},
6
+ slice:function(){return this.pushStack(v.apply(this,arguments),"slice",v.call(arguments).join(","))},map:function(h){return this.pushStack(o.map(this,function(t,B){return h.call(t,B,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice};o.fn.init.prototype=o.fn;o.extend=o.fn.extend=function(){var h,t,B,G,M,L=arguments[0]||{},N=1,R=arguments.length,U=false;if(typeof L==="boolean"){U=L;L=arguments[1]||{};N=2}if(typeof L!=="object"&&!o.isFunction(L))L=
7
+ {};if(R===N){L=this;--N}for(;N<R;N++)if((h=arguments[N])!=null)for(t in h){B=L[t];G=h[t];if(L!==G)if(U&&G&&(o.isPlainObject(G)||(M=o.isArray(G)))){if(M){M=false;B=B&&o.isArray(B)?B:[]}else B=B&&o.isPlainObject(B)?B:{};L[t]=o.extend(U,B,G)}else if(G!==K)L[t]=G}return L};o.extend({noConflict:function(h){P.$=y;if(h)P.jQuery=D;return o},isReady:false,readyWait:1,ready:function(h){h===true&&o.readyWait--;if(!o.readyWait||h!==true&&!o.isReady){if(!H.body)return setTimeout(o.ready,1);o.isReady=true;if(!(h!==
8
+ true&&--o.readyWait>0)){d.resolveWith(H,[o]);o.fn.trigger&&o(H).trigger("ready").unbind("ready")}}},bindReady:function(){if(!e){e=true;if(H.readyState==="complete")return setTimeout(o.ready,1);if(H.addEventListener){H.addEventListener("DOMContentLoaded",s,false);P.addEventListener("load",o.ready,false)}else if(H.attachEvent){H.attachEvent("onreadystatechange",s);P.attachEvent("onload",o.ready);var h=false;try{h=P.frameElement==null}catch(t){}H.documentElement.doScroll&&h&&a()}}},isFunction:function(h){return o.type(h)===
9
+ "function"},isArray:Array.isArray||function(h){return o.type(h)==="array"},isWindow:function(h){return h&&typeof h==="object"&&"setInterval"in h},isNaN:function(h){return h==null||!f.test(h)||isNaN(h)},type:function(h){return h==null?String(h):J[m.call(h)]||"object"},isPlainObject:function(h){if(!h||o.type(h)!=="object"||h.nodeType||o.isWindow(h))return false;if(h.constructor&&!x.call(h,"constructor")&&!x.call(h.constructor.prototype,"isPrototypeOf"))return false;for(var t in h);return t===K||x.call(h,
10
+ t)},isEmptyObject:function(h){for(var t in h)return false;return true},error:function(h){throw h;},parseJSON:function(h){if(typeof h!=="string"||!h)return null;h=o.trim(h);if(q.test(h.replace(z,"@").replace(l,"]").replace(n,"")))return P.JSON&&P.JSON.parse?P.JSON.parse(h):(new Function("return "+h))();else o.error("Invalid JSON: "+h)},parseXML:function(h,t,B){if(P.DOMParser){B=new DOMParser;t=B.parseFromString(h,"text/xml")}else{t=new ActiveXObject("Microsoft.XMLDOM");t.async="false";t.loadXML(h)}B=
11
+ t.documentElement;if(!B||!B.nodeName||B.nodeName==="parsererror")o.error("Invalid XML: "+h);return t},noop:function(){},globalEval:function(h){if(h&&C.test(h)){var t=H.head||H.getElementsByTagName("head")[0]||H.documentElement,B=H.createElement("script");if(o.support.scriptEval())B.appendChild(H.createTextNode(h));else B.text=h;t.insertBefore(B,t.firstChild);t.removeChild(B)}},nodeName:function(h,t){return h.nodeName&&h.nodeName.toUpperCase()===t.toUpperCase()},each:function(h,t,B){var G,M=0,L=h.length,
12
+ N=L===K||o.isFunction(h);if(B)if(N)for(G in h){if(t.apply(h[G],B)===false)break}else for(;M<L;){if(t.apply(h[M++],B)===false)break}else if(N)for(G in h){if(t.call(h[G],G,h[G])===false)break}else for(B=h[0];M<L&&t.call(B,M,B)!==false;B=h[++M]);return h},trim:I?function(h){return h==null?"":I.call(h)}:function(h){return h==null?"":h.toString().replace(r,"").replace(i,"")},makeArray:function(h,t){var B=t||[];if(h!=null){var G=o.type(h);h.length==null||G==="string"||G==="function"||G==="regexp"||o.isWindow(h)?
13
+ E.call(B,h):o.merge(B,h)}return B},inArray:function(h,t){if(t.indexOf)return t.indexOf(h);for(var B=0,G=t.length;B<G;B++)if(t[B]===h)return B;return-1},merge:function(h,t){var B=h.length,G=0;if(typeof t.length==="number")for(var M=t.length;G<M;G++)h[B++]=t[G];else for(;t[G]!==K;)h[B++]=t[G++];h.length=B;return h},grep:function(h,t,B){var G=[],M;B=!!B;for(var L=0,N=h.length;L<N;L++){M=!!t(h[L],L);B!==M&&G.push(h[L])}return G},map:function(h,t,B){for(var G=[],M,L=0,N=h.length;L<N;L++){M=t(h[L],L,B);
14
+ if(M!=null)G[G.length]=M}return G.concat.apply([],G)},guid:1,proxy:function(h,t,B){if(arguments.length===2)if(typeof t==="string"){B=h;h=B[t];t=K}else if(t&&!o.isFunction(t)){B=t;t=K}if(!t&&h)t=function(){return h.apply(B||this,arguments)};if(h)t.guid=h.guid=h.guid||t.guid||o.guid++;return t},access:function(h,t,B,G,M,L){var N=h.length;if(typeof t==="object"){for(var R in t)o.access(h,R,t[R],G,M,B);return h}if(B!==K){G=!L&&G&&o.isFunction(B);for(R=0;R<N;R++)M(h[R],t,G?B.call(h[R],R,M(h[R],t)):B,L);
15
+ return h}return N?M(h[0],t):K},now:function(){return(new Date).getTime()},_Deferred:function(){var h=[],t,B,G,M={done:function(){if(!G){var L=arguments,N,R,U,Y,Z;if(t){Z=t;t=0}N=0;for(R=L.length;N<R;N++){U=L[N];Y=o.type(U);if(Y==="array")M.done.apply(M,U);else Y==="function"&&h.push(U)}Z&&M.resolveWith(Z[0],Z[1])}return this},resolveWith:function(L,N){if(!G&&!t&&!B){B=1;try{for(;h[0];)h.shift().apply(L,N)}finally{t=[L,N];B=0}}return this},resolve:function(){M.resolveWith(o.isFunction(this.promise)?
16
+ this.promise():this,arguments);return this},isResolved:function(){return!!(B||t)},cancel:function(){G=1;h=[];return this}};return M},Deferred:function(h){var t=o._Deferred(),B=o._Deferred(),G,M;o.extend(t,{then:function(L,N){t.done(L).fail(N);return this},fail:B.done,rejectWith:B.resolveWith,reject:B.resolve,isRejected:B.isResolved,promise:function(L){if(L==null){if(G)return G;G=L={}}for(var N in k)L[N]=t[N];return L},invert:function(L){if(L==null){if(M)return M;M=L={}}for(var N in k)L[N]=k[N]&&t[k[N]];
17
+ L.then=M.then||function(R,U){t.done(U).fail(R);return this};return L}});t.then(B.cancel,t.cancel);delete t.cancel;h&&h.call(t,t);return t},when:function(h){var t=arguments,B=t.length,G=B<=1&&h&&o.isFunction(h.promise)?h:o.Deferred(),M=G.promise(),L;if(B>1){L=Array(B);o.each(t,function(N,R){o.when(R).then(function(U){L[N]=arguments.length>1?v.call(arguments,0):U;--B||G.resolveWith(M,L)},G.reject)})}else G!==h&&G.resolve(h);return M},uaMatch:function(h){h=h.toLowerCase();h=p.exec(h)||w.exec(h)||c.exec(h)||
18
+ h.indexOf("compatible")<0&&g.exec(h)||[];return{browser:h[1]||"",version:h[2]||"0"}},sub:function(){function h(B,G){return new h.fn.init(B,G)}o.extend(true,h,this);h.superclass=this;h.fn=h.prototype=this();h.fn.constructor=h;h.subclass=this.subclass;h.fn.init=function(B,G){if(G&&G instanceof o&&!(G instanceof h))G=h(G);return o.fn.init.call(this,B,G,t)};h.fn.init.prototype=h.fn;var t=h(H);return h},browser:{}});d=o._Deferred();o.each("Boolean Number String Function Array Date RegExp Object".split(" "),
19
+ function(h,t){J["[object "+t+"]"]=t.toLowerCase()});b=o.uaMatch(b);if(b.browser){o.browser[b.browser]=true;o.browser.version=b.version}if(o.browser.webkit)o.browser.safari=true;if(F)o.inArray=function(h,t){return F.call(t,h)};if(C.test(" ")){r=/^[\s\xA0]+/;i=/[\s\xA0]+$/}A=o(H);if(H.addEventListener)s=function(){H.removeEventListener("DOMContentLoaded",s,false);o.ready()};else if(H.attachEvent)s=function(){if(H.readyState==="complete"){H.detachEvent("onreadystatechange",s);o.ready()}};return P.jQuery=
20
+ P.$=o}();(function(a){(function(){a.support={};var o=H.createElement("div");o.style.display="none";o.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var D=o.getElementsByTagName("*"),y=o.getElementsByTagName("a")[0],A=H.createElement("select"),u=A.appendChild(H.createElement("option"));if(!(!D||!D.length||!y)){a.support={leadingWhitespace:o.firstChild.nodeType===3,tbody:!o.getElementsByTagName("tbody").length,htmlSerialize:!!o.getElementsByTagName("link").length,
21
+ style:/red/.test(y.getAttribute("style")),hrefNormalized:y.getAttribute("href")==="/a",opacity:/^0.55$/.test(y.style.opacity),cssFloat:!!y.style.cssFloat,checkOn:o.getElementsByTagName("input")[0].value==="on",optSelected:u.selected,deleteExpando:true,optDisabled:false,checkClone:false,_scriptEval:null,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};A.disabled=true;a.support.optDisabled=!u.disabled;a.support.scriptEval=function(){if(a.support._scriptEval===
22
+ null){var r=H.documentElement,i=H.createElement("script"),f="script"+a.now();i.type="text/javascript";try{i.appendChild(H.createTextNode("window."+f+"=1;"))}catch(j){}r.insertBefore(i,r.firstChild);if(P[f]){a.support._scriptEval=true;delete P[f]}else a.support._scriptEval=false;r.removeChild(i)}return a.support._scriptEval};try{delete o.test}catch(C){a.support.deleteExpando=false}if(o.attachEvent&&o.fireEvent){o.attachEvent("onclick",function r(){a.support.noCloneEvent=false;o.detachEvent("onclick",
23
+ r)});o.cloneNode(true).fireEvent("onclick")}o=H.createElement("div");o.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";D=H.createDocumentFragment();D.appendChild(o.firstChild);a.support.checkClone=D.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var r=H.createElement("div"),i=H.getElementsByTagName("body")[0];if(i){r.style.width=r.style.paddingLeft="1px";i.appendChild(r);a.boxModel=a.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";
24
+ r.style.zoom=1;a.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="<div style='width:4px;'></div>";a.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";var f=r.getElementsByTagName("td");a.support.reliableHiddenOffsets=f[0].offsetHeight===0;f[0].style.display="";f[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&f[0].offsetHeight===0;r.innerHTML=
25
+ "";i.removeChild(r).style.display="none"}});D=function(r){var i=H.createElement("div");r="on"+r;if(!i.attachEvent)return true;var f=r in i;if(!f){i.setAttribute(r,"return;");f=typeof i[r]==="function"}return f};a.support.submitBubbles=D("submit");a.support.changeBubbles=D("change");o=D=y=null}})()})(S);(function(a){function o(y,A,u){if(u===K&&y.nodeType===1){u=y.getAttribute("data-"+A);if(typeof u==="string"){try{u=u==="true"?true:u==="false"?false:u==="null"?null:!a.isNaN(u)?parseFloat(u):D.test(u)?
26
+ a.parseJSON(u):u}catch(C){}a.data(y,A,u)}else u=K}return u}var D=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{},uuid:0,expando:"jQuery"+(a.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(y){y=y.nodeType?a.cache[y[a.expando]]:y[a.expando];return!!y&&!a.isEmptyObject(y)},data:function(y,A,u,C){if(a.acceptData(y)){var r=a.expando,i=typeof A==="string",f=y.nodeType,j=f?a.cache:y,q=f?y[a.expando]:y[a.expando]&&a.expando;
27
+ if(!((!q||C&&q&&!j[q][r])&&i&&u===K)){if(!q)if(f)y[a.expando]=q=++a.uuid;else q=a.expando;j[q]||(j[q]={});if(typeof A==="object")if(C)j[q][r]=a.extend(j[q][r],A);else j[q]=a.extend(j[q],A);y=j[q];if(C){y[r]||(y[r]={});y=y[r]}if(u!==K)y[A]=u;if(A==="events"&&!y[A])return y[r]&&y[r].events;return i?y[A]:y}}},removeData:function(y,A,u){if(a.acceptData(y)){var C=a.expando,r=y.nodeType,i=r?a.cache:y,f=r?y[a.expando]:a.expando;if(i[f]){if(A){var j=u?i[f][C]:i[f];if(j){delete j[A];if(!a.isEmptyObject(j))return}}if(u){delete i[f][C];
28
+ if(!a.isEmptyObject(i[f]))return}A=i[f][C];if(a.support.deleteExpando||i!=P)delete i[f];else i[f]=null;if(A){i[f]={};i[f][C]=A}else if(r)if(a.support.deleteExpando)delete y[a.expando];else if(y.removeAttribute)y.removeAttribute(a.expando);else y[a.expando]=null}}},_data:function(y,A,u){return a.data(y,A,u,true)},acceptData:function(y){if(y.nodeName){var A=a.noData[y.nodeName.toLowerCase()];if(A)return!(A===true||y.getAttribute("classid")!==A)}return true}});a.fn.extend({data:function(y,A){var u=null;
29
+ if(typeof y==="undefined"){if(this.length){u=a.data(this[0]);if(this[0].nodeType===1)for(var C=this[0].attributes,r,i=0,f=C.length;i<f;i++){r=C[i].name;if(r.indexOf("data-")===0){r=r.substr(5);o(this[0],r,u[r])}}}return u}else if(typeof y==="object")return this.each(function(){a.data(this,y)});var j=y.split(".");j[1]=j[1]?"."+j[1]:"";if(A===K){u=this.triggerHandler("getData"+j[1]+"!",[j[0]]);if(u===K&&this.length){u=a.data(this[0],y);u=o(this[0],y,u)}return u===K&&j[1]?this.data(j[0]):u}else return this.each(function(){var q=
30
+ a(this),z=[j[0],A];q.triggerHandler("setData"+j[1]+"!",z);a.data(this,y,A);q.triggerHandler("changeData"+j[1]+"!",z)})},removeData:function(y){return this.each(function(){a.removeData(this,y)})}})})(S);(function(a){a.extend({queue:function(o,D,y){if(o){D=(D||"fx")+"queue";var A=a._data(o,D);if(!y)return A||[];if(!A||a.isArray(y))A=a._data(o,D,a.makeArray(y));else A.push(y);return A}},dequeue:function(o,D){D=D||"fx";var y=a.queue(o,D),A=y.shift();if(A==="inprogress")A=y.shift();if(A){D==="fx"&&y.unshift("inprogress");
31
+ A.call(o,function(){a.dequeue(o,D)})}y.length||a.removeData(o,D+"queue",true)}});a.fn.extend({queue:function(o,D){if(typeof o!=="string"){D=o;o="fx"}if(D===K)return a.queue(this[0],o);return this.each(function(){var y=a.queue(this,o,D);o==="fx"&&y[0]!=="inprogress"&&a.dequeue(this,o)})},dequeue:function(o){return this.each(function(){a.dequeue(this,o)})},delay:function(o,D){o=a.fx?a.fx.speeds[o]||o:o;D=D||"fx";return this.queue(D,function(){var y=this;setTimeout(function(){a.dequeue(y,D)},o)})},clearQueue:function(o){return this.queue(o||
32
+ "fx",[])}})})(S);(function(a){var o=/[\n\t\r]/g,D=/\s+/,y=/\r/g,A=/^(?:href|src|style)$/,u=/^(?:button|input)$/i,C=/^(?:button|input|object|select|textarea)$/i,r=/^a(?:rea)?$/i,i=/^(?:radio|checkbox)$/i;a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};a.fn.extend({attr:function(f,j){return a.access(this,f,j,true,a.attr)},removeAttr:function(f){return this.each(function(){a.attr(this,
33
+ f,"");this.nodeType===1&&this.removeAttribute(f)})},addClass:function(f){if(a.isFunction(f))return this.each(function(g){var b=a(this);b.addClass(f.call(this,g,b.attr("class")))});if(f&&typeof f==="string")for(var j=(f||"").split(D),q=0,z=this.length;q<z;q++){var l=this[q];if(l.nodeType===1)if(l.className){for(var n=" "+l.className+" ",p=l.className,w=0,c=j.length;w<c;w++)if(n.indexOf(" "+j[w]+" ")<0)p+=" "+j[w];l.className=a.trim(p)}else l.className=f}return this},removeClass:function(f){if(a.isFunction(f))return this.each(function(c){var g=
34
+ a(this);g.removeClass(f.call(this,c,g.attr("class")))});if(f&&typeof f==="string"||f===K)for(var j=(f||"").split(D),q=0,z=this.length;q<z;q++){var l=this[q];if(l.nodeType===1&&l.className)if(f){for(var n=(" "+l.className+" ").replace(o," "),p=0,w=j.length;p<w;p++)n=n.replace(" "+j[p]+" "," ");l.className=a.trim(n)}else l.className=""}return this},toggleClass:function(f,j){var q=typeof f,z=typeof j==="boolean";if(a.isFunction(f))return this.each(function(l){var n=a(this);n.toggleClass(f.call(this,
35
+ l,n.attr("class"),j),j)});return this.each(function(){if(q==="string")for(var l,n=0,p=a(this),w=j,c=f.split(D);l=c[n++];){w=z?w:!p.hasClass(l);p[w?"addClass":"removeClass"](l)}else if(q==="undefined"||q==="boolean"){this.className&&a._data(this,"__className__",this.className);this.className=this.className||f===false?"":a._data(this,"__className__")||""}})},hasClass:function(f){f=" "+f+" ";for(var j=0,q=this.length;j<q;j++)if((" "+this[j].className+" ").replace(o," ").indexOf(f)>-1)return true;return false},
36
+ val:function(f){if(!arguments.length){var j=this[0];if(j){if(a.nodeName(j,"option")){var q=j.attributes.value;return!q||q.specified?j.value:j.text}if(a.nodeName(j,"select")){var z=j.selectedIndex;q=[];var l=j.options;j=j.type==="select-one";if(z<0)return null;var n=j?z:0;for(z=j?z+1:l.length;n<z;n++){var p=l[n];if(p.selected&&(a.support.optDisabled?!p.disabled:p.getAttribute("disabled")===null)&&(!p.parentNode.disabled||!a.nodeName(p.parentNode,"optgroup"))){f=a(p).val();if(j)return f;q.push(f)}}return q}if(i.test(j.type)&&
37
+ !a.support.checkOn)return j.getAttribute("value")===null?"on":j.value;return(j.value||"").replace(y,"")}return K}var w=a.isFunction(f);return this.each(function(c){var g=a(this),b=f;if(this.nodeType===1){if(w)b=f.call(this,c,g.val());if(b==null)b="";else if(typeof b==="number")b+="";else if(a.isArray(b))b=a.map(b,function(d){return d==null?"":d+""});if(a.isArray(b)&&i.test(this.type))this.checked=a.inArray(g.val(),b)>=0;else if(a.nodeName(this,"select")){var e=a.makeArray(b);a("option",this).each(function(){this.selected=
38
+ a.inArray(a(this).val(),e)>=0});if(!e.length)this.selectedIndex=-1}else this.value=b}})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(f,j,q,z){if(!f||f.nodeType===3||f.nodeType===8||f.nodeType===2)return K;if(z&&j in a.attrFn)return a(f)[j](q);z=f.nodeType!==1||!a.isXMLDoc(f);var l=q!==K;j=z&&a.props[j]||j;if(f.nodeType===1){var n=A.test(j);if((j in f||f[j]!==K)&&z&&!n){if(l){j==="type"&&u.test(f.nodeName)&&f.parentNode&&a.error("type property can't be changed");
39
+ if(q===null)f.nodeType===1&&f.removeAttribute(j);else f[j]=q}if(a.nodeName(f,"form")&&f.getAttributeNode(j))return f.getAttributeNode(j).nodeValue;if(j==="tabIndex")return(j=f.getAttributeNode("tabIndex"))&&j.specified?j.value:C.test(f.nodeName)||r.test(f.nodeName)&&f.href?0:K;return f[j]}if(!a.support.style&&z&&j==="style"){if(l)f.style.cssText=""+q;return f.style.cssText}l&&f.setAttribute(j,""+q);if(!f.attributes[j]&&f.hasAttribute&&!f.hasAttribute(j))return K;f=!a.support.hrefNormalized&&z&&n?
40
+ f.getAttribute(j,2):f.getAttribute(j);return f===null?K:f}if(l)f[j]=q;return f[j]}})})(S);(function(a){function o(){return false}function D(){return true}function y(b,e,d){d[0].type=b;return a.event.handle.apply(e,d)}function A(b){var e,d,k,s,m,x,E,v,I,F,J,h=[];s=[];m=a._data(this,z);if(typeof m==="function")m=m.events;if(!(b.liveFired===this||!m||!m.live||b.target.disabled||b.button&&b.type==="click")){if(b.namespace)J=RegExp("(^|\\.)"+b.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");b.liveFired=
41
+ this;var t=m.live.slice(0);for(E=0;E<t.length;E++){m=t[E];m.origType.replace(C,"")===b.type?s.push(m.selector):t.splice(E--,1)}s=a(b.target).closest(s,b.currentTarget);v=0;for(I=s.length;v<I;v++){F=s[v];for(E=0;E<t.length;E++){m=t[E];if(F.selector===m.selector&&(!J||J.test(m.namespace))){x=F.elem;k=null;if(m.preType==="mouseenter"||m.preType==="mouseleave"){b.type=m.preType;k=a(b.relatedTarget).closest(m.selector)[0]}if(!k||k!==x)h.push({elem:x,handleObj:m,level:F.level})}}}v=0;for(I=h.length;v<I;v++){s=
42
+ h[v];if(d&&s.level>d)break;b.currentTarget=s.elem;b.data=s.handleObj.data;b.handleObj=s.handleObj;J=s.handleObj.origHandler.apply(s.elem,arguments);if(J===false||b.isPropagationStopped()){d=s.level;if(J===false)e=false;if(b.isImmediatePropagationStopped())break}}return e}}function u(b,e){return(b&&b!=="*"?b+".":"")+e.replace(i,"`").replace(f,"&")}var C=/\.(.*)$/,r=/^(?:textarea|input|select)$/i,i=/\./g,f=/ /g,j=/[^\w\s.|`]/g,q=function(b){return b.replace(j,"\\$&")},z="events";a.event={add:function(b,
43
+ e,d,k){if(!(b.nodeType===3||b.nodeType===8)){if(a.isWindow(b)&&b!==P&&!b.frameElement)b=P;if(d===false)d=o;else if(!d)return;var s,m;if(d.handler){s=d;d=s.handler}if(!d.guid)d.guid=a.guid++;if(m=a._data(b)){var x=m[z],E=m.handle;if(typeof x==="function"){E=x.handle;x=x.events}else if(!x){b.nodeType||(m[z]=m=function(){});m.events=x={}}if(!E)m.handle=E=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(E.elem,arguments):K};E.elem=b;e=e.split(" ");for(var v,I=0,F;v=e[I++];){m=
44
+ s?a.extend({},s):{handler:d,data:k};if(v.indexOf(".")>-1){F=v.split(".");v=F.shift();m.namespace=F.slice(0).sort().join(".")}else{F=[];m.namespace=""}m.type=v;if(!m.guid)m.guid=d.guid;var J=x[v],h=a.event.special[v]||{};if(!J){J=x[v]=[];if(!h.setup||h.setup.call(b,k,F,E)===false)if(b.addEventListener)b.addEventListener(v,E,false);else b.attachEvent&&b.attachEvent("on"+v,E)}if(h.add){h.add.call(b,m);if(!m.handler.guid)m.handler.guid=d.guid}J.push(m);a.event.global[v]=true}b=null}}},global:{},remove:function(b,
45
+ e,d,k){if(!(b.nodeType===3||b.nodeType===8)){if(d===false)d=o;var s,m,x=0,E,v,I,F,J,h,t=a.hasData(b)&&a._data(b),B=t&&t[z];if(t&&B){if(typeof B==="function"){t=B;B=B.events}if(e&&e.type){d=e.handler;e=e.type}if(!e||typeof e==="string"&&e.charAt(0)==="."){e=e||"";for(s in B)a.event.remove(b,s+e)}else{for(e=e.split(" ");s=e[x++];){F=s;E=s.indexOf(".")<0;v=[];if(!E){v=s.split(".");s=v.shift();I=RegExp("(^|\\.)"+a.map(v.slice(0).sort(),q).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(J=B[s])if(d){F=a.event.special[s]||
46
+ {};for(m=k||0;m<J.length;m++){h=J[m];if(d.guid===h.guid){if(E||I.test(h.namespace)){k==null&&J.splice(m--,1);F.remove&&F.remove.call(b,h)}if(k!=null)break}}if(J.length===0||k!=null&&J.length===1){if(!F.teardown||F.teardown.call(b,v)===false)a.removeEvent(b,s,t.handle);delete B[s]}}else for(m=0;m<J.length;m++){h=J[m];if(E||I.test(h.namespace)){a.event.remove(b,F,h.handler,m);J.splice(m--,1)}}}if(a.isEmptyObject(B)){if(e=t.handle)e.elem=null;delete t.events;delete t.handle;if(typeof t==="function")a.removeData(b,
47
+ z,true);else a.isEmptyObject(t)&&a.removeData(b,K,true)}}}}},trigger:function(b,e,d,k){var s=b.type||b;if(!k){b=typeof b==="object"?b[a.expando]?b:a.extend(a.Event(s),b):a.Event(s);if(s.indexOf("!")>=0){b.type=s=s.slice(0,-1);b.exclusive=true}if(!d){b.stopPropagation();a.event.global[s]&&a.each(a.cache,function(){var J=this[a.expando];J&&J.events&&J.events[s]&&a.event.trigger(b,e,J.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return K;b.result=K;b.target=d;e=a.makeArray(e);e.unshift(b)}b.currentTarget=
48
+ d;(k=d.nodeType?a._data(d,"handle"):(a._data(d,z)||{}).handle)&&k.apply(d,e);k=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(d["on"+s]&&d["on"+s].apply(d,e)===false){b.result=false;b.preventDefault()}}catch(m){}if(!b.isPropagationStopped()&&k)a.event.trigger(b,e,k,true);else if(!b.isDefaultPrevented()){var x;k=b.target;var E=s.replace(C,""),v=a.nodeName(k,"a")&&E==="click",I=a.event.special[E]||{};if((!I._default||I._default.call(d,b)===false)&&!v&&!(k&&
49
+ k.nodeName&&a.noData[k.nodeName.toLowerCase()])){try{if(k[E]){if(x=k["on"+E])k["on"+E]=null;a.event.triggered=true;k[E]()}}catch(F){}if(x)k["on"+E]=x;a.event.triggered=false}}},handle:function(b){var e,d,k,s;d=[];var m=a.makeArray(arguments);b=m[0]=a.event.fix(b||P.event);b.currentTarget=this;e=b.type.indexOf(".")<0&&!b.exclusive;if(!e){k=b.type.split(".");b.type=k.shift();d=k.slice(0).sort();k=RegExp("(^|\\.)"+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}b.namespace=b.namespace||d.join(".");s=a._data(this,
50
+ z);if(typeof s==="function")s=s.events;d=(s||{})[b.type];if(s&&d){d=d.slice(0);s=0;for(var x=d.length;s<x;s++){var E=d[s];if(e||k.test(E.namespace)){b.handler=E.handler;b.data=E.data;b.handleObj=E;E=E.handler.apply(this,m);if(E!==K){b.result=E;if(E===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}}return b.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(" "),
51
+ fix:function(b){if(b[a.expando])return b;var e=b;b=a.Event(e);for(var d=this.props.length,k;d;){k=this.props[--d];b[k]=e[k]}if(!b.target)b.target=b.srcElement||H;if(b.target.nodeType===3)b.target=b.target.parentNode;if(!b.relatedTarget&&b.fromElement)b.relatedTarget=b.fromElement===b.target?b.toElement:b.fromElement;if(b.pageX==null&&b.clientX!=null){e=H.documentElement;d=H.body;b.pageX=b.clientX+(e&&e.scrollLeft||d&&d.scrollLeft||0)-(e&&e.clientLeft||d&&d.clientLeft||0);b.pageY=b.clientY+(e&&e.scrollTop||
52
+ d&&d.scrollTop||0)-(e&&e.clientTop||d&&d.clientTop||0)}if(b.which==null&&(b.charCode!=null||b.keyCode!=null))b.which=b.charCode!=null?b.charCode:b.keyCode;if(!b.metaKey&&b.ctrlKey)b.metaKey=b.ctrlKey;if(!b.which&&b.button!==K)b.which=b.button&1?1:b.button&2?3:b.button&4?2:0;return b},guid:1E8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,u(b.origType,b.selector),a.extend({},b,{handler:A,guid:b.handler.guid}))},remove:function(b){a.event.remove(this,
53
+ u(b.origType,b.selector),b)}},beforeunload:{setup:function(b,e,d){if(a.isWindow(this))this.onbeforeunload=d},teardown:function(b,e){if(this.onbeforeunload===e)this.onbeforeunload=null}}}};a.removeEvent=H.removeEventListener?function(b,e,d){b.removeEventListener&&b.removeEventListener(e,d,false)}:function(b,e,d){b.detachEvent&&b.detachEvent("on"+e,d)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);if(b&&b.type){this.originalEvent=b;this.type=b.type;this.isDefaultPrevented=b.defaultPrevented||
54
+ b.returnValue===false||b.getPreventDefault&&b.getPreventDefault()?D:o}else this.type=b;this.timeStamp=a.now();this[a.expando]=true};a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=D;var b=this.originalEvent;if(b)if(b.preventDefault)b.preventDefault();else b.returnValue=false},stopPropagation:function(){this.isPropagationStopped=D;var b=this.originalEvent;if(b){b.stopPropagation&&b.stopPropagation();b.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=
55
+ D;this.stopPropagation()},isDefaultPrevented:o,isPropagationStopped:o,isImmediatePropagationStopped:o};var l=function(b){var e=b.relatedTarget;try{for(;e&&e!==this;)e=e.parentNode;if(e!==this){b.type=b.data;a.event.handle.apply(this,arguments)}}catch(d){}},n=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,e){a.event.special[b]={setup:function(d){a.event.add(this,e,d&&d.selector?n:l,b)},teardown:function(d){a.event.remove(this,
56
+ e,d&&d.selector?n:l)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName&&this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(b){var e=b.target,d=e.type;if((d==="submit"||d==="image")&&a(e).closest("form").length){b.liveFired=K;return y("submit",this,arguments)}});a.event.add(this,"keypress.specialSubmit",function(b){var e=b.target,d=e.type;if((d==="text"||d==="password")&&a(e).closest("form").length&&b.keyCode===13){b.liveFired=
57
+ K;return y("submit",this,arguments)}})}else return false},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var p,w=function(b){var e=b.type,d=b.value;if(e==="radio"||e==="checkbox")d=b.checked;else if(e==="select-multiple")d=b.selectedIndex>-1?a.map(b.options,function(k){return k.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")d=b.selectedIndex;return d},c=function(b,e){var d=b.target,k,s;if(!(!r.test(d.nodeName)||d.readOnly)){k=a._data(d,
58
+ "_change_data");s=w(d);if(b.type!=="focusout"||d.type!=="radio")a._data(d,"_change_data",s);if(!(k===K||s===k))if(k!=null||s){b.type="change";b.liveFired=K;return a.event.trigger(b,e,d)}}};a.event.special.change={filters:{focusout:c,beforedeactivate:c,click:function(b){var e=b.target,d=e.type;if(d==="radio"||d==="checkbox"||e.nodeName.toLowerCase()==="select")return c.call(this,b)},keydown:function(b){var e=b.target,d=e.type;if(b.keyCode===13&&e.nodeName.toLowerCase()!=="textarea"||b.keyCode===32&&
59
+ (d==="checkbox"||d==="radio")||d==="select-multiple")return c.call(this,b)},beforeactivate:function(b){b=b.target;a._data(b,"_change_data",w(b))}},setup:function(){if(this.type==="file")return false;for(var b in p)a.event.add(this,b+".specialChange",p[b]);return r.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return r.test(this.nodeName)}};p=a.event.special.change.filters;p.focus=p.beforeactivate}H.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(b,
60
+ e){function d(k){k=a.event.fix(k);k.type=e;return a.event.handle.call(this,k)}a.event.special[e]={setup:function(){this.addEventListener(b,d,true)},teardown:function(){this.removeEventListener(b,d,true)}}});a.each(["bind","one"],function(b,e){a.fn[e]=function(d,k,s){if(typeof d==="object"){for(var m in d)this[e](m,k,d[m],s);return this}if(a.isFunction(k)||k===false){s=k;k=K}var x=e==="one"?a.proxy(s,function(v){a(this).unbind(v,x);return s.apply(this,arguments)}):s;if(d==="unload"&&e!=="one")this.one(d,
61
+ k,s);else{m=0;for(var E=this.length;m<E;m++)a.event.add(this[m],d,x,k)}return this}});a.fn.extend({unbind:function(b,e){if(typeof b==="object"&&!b.preventDefault)for(var d in b)this.unbind(d,b[d]);else{d=0;for(var k=this.length;d<k;d++)a.event.remove(this[d],b,e)}return this},delegate:function(b,e,d,k){return this.live(e,d,k,b)},undelegate:function(b,e,d){return arguments.length===0?this.unbind("live"):this.die(e,null,d,b)},trigger:function(b,e){return this.each(function(){a.event.trigger(b,e,this)})},
62
+ triggerHandler:function(b,e){if(this[0]){var d=a.Event(b);d.preventDefault();d.stopPropagation();a.event.trigger(d,e,this[0]);return d.result}},toggle:function(b){for(var e=arguments,d=1;d<e.length;)a.proxy(b,e[d++]);return this.click(a.proxy(b,function(k){var s=(a._data(this,"lastToggle"+b.guid)||0)%d;a._data(this,"lastToggle"+b.guid,s+1);k.preventDefault();return e[s].apply(this,arguments)||false}))},hover:function(b,e){return this.mouseenter(b).mouseleave(e||b)}});var g={focus:"focusin",blur:"focusout",
63
+ mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(b,e){a.fn[e]=function(d,k,s,m){var x,E=0,v,I,F=m||this.selector;m=m?this:a(this.context);if(typeof d==="object"&&!d.preventDefault){for(x in d)m[e](x,k,d[x],F);return this}if(a.isFunction(k)){s=k;k=K}for(d=(d||"").split(" ");(x=d[E++])!=null;){v=C.exec(x);I="";if(v){I=v[0];x=x.replace(C,"")}if(x==="hover")d.push("mouseenter"+I,"mouseleave"+I);else{v=x;if(x==="focus"||x==="blur"){d.push(g[x]+I);x+=I}else x=(g[x]||x)+I;if(e===
64
+ "live"){I=0;for(var J=m.length;I<J;I++)a.event.add(m[I],"live."+u(x,F),{data:k,selector:F,handler:s,origType:x,origHandler:s,preType:v})}else m.unbind("live."+u(x,F),s)}}return this}});a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(b,e){a.fn[e]=function(d,k){if(k==null){k=d;d=null}return arguments.length>0?this.bind(e,d,k):this.trigger(e)};
65
+ if(a.attrFn)a.attrFn[e]=true})})(S);(function(){function a(c,g,b,e,d,k){d=0;for(var s=e.length;d<s;d++){var m=e[d];if(m){var x=false;for(m=m[c];m;){if(m.sizcache===b){x=e[m.sizset];break}if(m.nodeType===1&&!k){m.sizcache=b;m.sizset=d}if(m.nodeName.toLowerCase()===g){x=m;break}m=m[c]}e[d]=x}}}function o(c,g,b,e,d,k){d=0;for(var s=e.length;d<s;d++){var m=e[d];if(m){var x=false;for(m=m[c];m;){if(m.sizcache===b){x=e[m.sizset];break}if(m.nodeType===1){if(!k){m.sizcache=b;m.sizset=d}if(typeof g!=="string"){if(m===
66
+ g){x=true;break}}else if(r.filter(g,[m]).length>0){x=m;break}}m=m[c]}e[d]=x}}}var D=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,y=0,A=Object.prototype.toString,u=false,C=true;[0,0].sort(function(){C=false;return 0});var r=function(c,g,b,e){b=b||[];var d=g=g||H;if(g.nodeType!==1&&g.nodeType!==9)return[];if(!c||typeof c!=="string")return b;var k,s,m,x,E,v=true,I=r.isXML(g),F=[],J=c;do{D.exec("");if(k=D.exec(J)){J=
67
+ k[3];F.push(k[1]);if(k[2]){x=k[3];break}}}while(k);if(F.length>1&&f.exec(c))if(F.length===2&&i.relative[F[0]])s=w(F[0]+F[1],g);else for(s=i.relative[F[0]]?[g]:r(F.shift(),g);F.length;){c=F.shift();if(i.relative[c])c+=F.shift();s=w(c,s)}else{if(!e&&F.length>1&&g.nodeType===9&&!I&&i.match.ID.test(F[0])&&!i.match.ID.test(F[F.length-1])){k=r.find(F.shift(),g,I);g=k.expr?r.filter(k.expr,k.set)[0]:k.set[0]}if(g){k=e?{expr:F.pop(),set:z(e)}:r.find(F.pop(),F.length===1&&(F[0]==="~"||F[0]==="+")&&g.parentNode?
68
+ g.parentNode:g,I);s=k.expr?r.filter(k.expr,k.set):k.set;if(F.length>0)m=z(s);else v=false;for(;F.length;){k=E=F.pop();if(i.relative[E])k=F.pop();else E="";if(k==null)k=g;i.relative[E](m,k,I)}}else m=[]}m||(m=s);m||r.error(E||c);if(A.call(m)==="[object Array]")if(v)if(g&&g.nodeType===1)for(c=0;m[c]!=null;c++){if(m[c]&&(m[c]===true||m[c].nodeType===1&&r.contains(g,m[c])))b.push(s[c])}else for(c=0;m[c]!=null;c++)m[c]&&m[c].nodeType===1&&b.push(s[c]);else b.push.apply(b,m);else z(m,b);if(x){r(x,d,b,e);
69
+ r.uniqueSort(b)}return b};r.uniqueSort=function(c){if(n){u=C;c.sort(n);if(u)for(var g=1;g<c.length;g++)c[g]===c[g-1]&&c.splice(g--,1)}return c};r.matches=function(c,g){return r(c,null,null,g)};r.matchesSelector=function(c,g){return r(g,null,null,[c]).length>0};r.find=function(c,g,b){var e;if(!c)return[];for(var d=0,k=i.order.length;d<k;d++){var s,m=i.order[d];if(s=i.leftMatch[m].exec(c)){var x=s[1];s.splice(1,1);if(x.substr(x.length-1)!=="\\"){s[1]=(s[1]||"").replace(/\\/g,"");e=i.find[m](s,g,b);
70
+ if(e!=null){c=c.replace(i.match[m],"");break}}}}e||(e=typeof g.getElementsByTagName!=="undefined"?g.getElementsByTagName("*"):[]);return{set:e,expr:c}};r.filter=function(c,g,b,e){for(var d,k,s=c,m=[],x=g,E=g&&g[0]&&r.isXML(g[0]);c&&g.length;){for(var v in i.filter)if((d=i.leftMatch[v].exec(c))!=null&&d[2]){var I,F,J=i.filter[v];F=d[1];k=false;d.splice(1,1);if(F.substr(F.length-1)!=="\\"){if(x===m)m=[];if(i.preFilter[v])if(d=i.preFilter[v](d,x,b,m,e,E)){if(d===true)continue}else k=I=true;if(d)for(var h=
71
+ 0;(F=x[h])!=null;h++)if(F){I=J(F,d,h,x);var t=e^!!I;if(b&&I!=null)if(t)k=true;else x[h]=false;else if(t){m.push(F);k=true}}if(I!==K){b||(x=m);c=c.replace(i.match[v],"");if(!k)return[];break}}}if(c===s)if(k==null)r.error(c);else break;s=c}return x};r.error=function(c){throw"Syntax error, unrecognized expression: "+c;};var i=r.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,
72
+ 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(c){return c.getAttribute("href")}},
73
+ relative:{"+":function(c,g){var b=typeof g==="string",e=b&&!/\W/.test(g);b=b&&!e;if(e)g=g.toLowerCase();e=0;for(var d=c.length,k;e<d;e++)if(k=c[e]){for(;(k=k.previousSibling)&&k.nodeType!==1;);c[e]=b||k&&k.nodeName.toLowerCase()===g?k||false:k===g}b&&r.filter(g,c,true)},">":function(c,g){var b,e=typeof g==="string",d=0,k=c.length;if(e&&!/\W/.test(g))for(g=g.toLowerCase();d<k;d++){if(b=c[d]){b=b.parentNode;c[d]=b.nodeName.toLowerCase()===g?b:false}}else{for(;d<k;d++)if(b=c[d])c[d]=e?b.parentNode:b.parentNode===
74
+ g;e&&r.filter(g,c,true)}},"":function(c,g,b){var e,d=y++,k=o;if(typeof g==="string"&&!/\W/.test(g)){e=g=g.toLowerCase();k=a}k("parentNode",g,d,c,e,b)},"~":function(c,g,b){var e,d=y++,k=o;if(typeof g==="string"&&!/\W/.test(g)){e=g=g.toLowerCase();k=a}k("previousSibling",g,d,c,e,b)}},find:{ID:function(c,g,b){if(typeof g.getElementById!=="undefined"&&!b)return(c=g.getElementById(c[1]))&&c.parentNode?[c]:[]},NAME:function(c,g){if(typeof g.getElementsByName!=="undefined"){for(var b=[],e=g.getElementsByName(c[1]),
75
+ d=0,k=e.length;d<k;d++)e[d].getAttribute("name")===c[1]&&b.push(e[d]);return b.length===0?null:b}},TAG:function(c,g){if(typeof g.getElementsByTagName!=="undefined")return g.getElementsByTagName(c[1])}},preFilter:{CLASS:function(c,g,b,e,d,k){c=" "+c[1].replace(/\\/g,"")+" ";if(k)return c;k=0;for(var s;(s=g[k])!=null;k++)if(s)if(d^(s.className&&(" "+s.className+" ").replace(/[\t\n\r]/g," ").indexOf(c)>=0))b||e.push(s);else if(b)g[k]=false;return false},ID:function(c){return c[1].replace(/\\/g,"")},
76
+ TAG:function(c){return c[1].toLowerCase()},CHILD:function(c){if(c[1]==="nth"){c[2]||r.error(c[0]);c[2]=c[2].replace(/^\+|\s*/g,"");var g=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(c[2]==="even"&&"2n"||c[2]==="odd"&&"2n+1"||!/\D/.test(c[2])&&"0n+"+c[2]||c[2]);c[2]=g[1]+(g[2]||1)-0;c[3]=g[3]-0}else c[2]&&r.error(c[0]);c[0]=y++;return c},ATTR:function(c,g,b,e,d,k){g=c[1]=c[1].replace(/\\/g,"");if(!k&&i.attrMap[g])c[1]=i.attrMap[g];c[4]=(c[4]||c[5]||"").replace(/\\/g,"");if(c[2]==="~=")c[4]=" "+c[4]+" ";return c},
77
+ PSEUDO:function(c,g,b,e,d){if(c[1]==="not")if((D.exec(c[3])||"").length>1||/^\w/.test(c[3]))c[3]=r(c[3],null,null,g);else{c=r.filter(c[3],g,b,true^d);b||e.push.apply(e,c);return false}else if(i.match.POS.test(c[0])||i.match.CHILD.test(c[0]))return true;return c},POS:function(c){c.unshift(true);return c}},filters:{enabled:function(c){return c.disabled===false&&c.type!=="hidden"},disabled:function(c){return c.disabled===true},checked:function(c){return c.checked===true},selected:function(c){return c.selected===
78
+ true},parent:function(c){return!!c.firstChild},empty:function(c){return!c.firstChild},has:function(c,g,b){return!!r(b[3],c).length},header:function(c){return/h\d/i.test(c.nodeName)},text:function(c){return"text"===c.type},radio:function(c){return"radio"===c.type},checkbox:function(c){return"checkbox"===c.type},file:function(c){return"file"===c.type},password:function(c){return"password"===c.type},submit:function(c){return"submit"===c.type},image:function(c){return"image"===c.type},reset:function(c){return"reset"===
79
+ c.type},button:function(c){return"button"===c.type||c.nodeName.toLowerCase()==="button"},input:function(c){return/input|select|textarea|button/i.test(c.nodeName)}},setFilters:{first:function(c,g){return g===0},last:function(c,g,b,e){return g===e.length-1},even:function(c,g){return g%2===0},odd:function(c,g){return g%2===1},lt:function(c,g,b){return g<b[3]-0},gt:function(c,g,b){return g>b[3]-0},nth:function(c,g,b){return b[3]-0===g},eq:function(c,g,b){return b[3]-0===g}},filter:{PSEUDO:function(c,
80
+ g,b,e){var d=g[1],k=i.filters[d];if(k)return k(c,b,g,e);else if(d==="contains")return(c.textContent||c.innerText||r.getText([c])||"").indexOf(g[3])>=0;else if(d==="not"){g=g[3];b=0;for(e=g.length;b<e;b++)if(g[b]===c)return false;return true}else r.error(d)},CHILD:function(c,g){var b=g[1],e=c;switch(b){case "only":case "first":for(;e=e.previousSibling;)if(e.nodeType===1)return false;if(b==="first")return true;e=c;case "last":for(;e=e.nextSibling;)if(e.nodeType===1)return false;return true;case "nth":b=
81
+ g[2];var d=g[3];if(b===1&&d===0)return true;var k=g[0],s=c.parentNode;if(s&&(s.sizcache!==k||!c.nodeIndex)){var m=0;for(e=s.firstChild;e;e=e.nextSibling)if(e.nodeType===1)e.nodeIndex=++m;s.sizcache=k}e=c.nodeIndex-d;return b===0?e===0:e%b===0&&e/b>=0}},ID:function(c,g){return c.nodeType===1&&c.getAttribute("id")===g},TAG:function(c,g){return g==="*"&&c.nodeType===1||c.nodeName.toLowerCase()===g},CLASS:function(c,g){return(" "+(c.className||c.getAttribute("class"))+" ").indexOf(g)>-1},ATTR:function(c,
82
+ g){var b=g[1];b=i.attrHandle[b]?i.attrHandle[b](c):c[b]!=null?c[b]:c.getAttribute(b);var e=b+"",d=g[2],k=g[4];return b==null?d==="!=":d==="="?e===k:d==="*="?e.indexOf(k)>=0:d==="~="?(" "+e+" ").indexOf(k)>=0:!k?e&&b!==false:d==="!="?e!==k:d==="^="?e.indexOf(k)===0:d==="$="?e.substr(e.length-k.length)===k:d==="|="?e===k||e.substr(0,k.length+1)===k+"-":false},POS:function(c,g,b,e){var d=i.setFilters[g[2]];if(d)return d(c,b,g,e)}}},f=i.match.POS,j=function(c,g){return"\\"+(g-0+1)},q;for(q in i.match){i.match[q]=
83
+ RegExp(i.match[q].source+/(?![^\[]*\])(?![^\(]*\))/.source);i.leftMatch[q]=RegExp(/(^(?:.|\r|\n)*?)/.source+i.match[q].source.replace(/\\(\d+)/g,j))}var z=function(c,g){c=Array.prototype.slice.call(c,0);if(g){g.push.apply(g,c);return g}return c};try{Array.prototype.slice.call(H.documentElement.childNodes,0)}catch(l){z=function(c,g){var b=0,e=g||[];if(A.call(c)==="[object Array]")Array.prototype.push.apply(e,c);else if(typeof c.length==="number")for(var d=c.length;b<d;b++)e.push(c[b]);else for(;c[b];b++)e.push(c[b]);
84
+ return e}}var n,p;if(H.documentElement.compareDocumentPosition)n=function(c,g){if(c===g){u=true;return 0}if(!c.compareDocumentPosition||!g.compareDocumentPosition)return c.compareDocumentPosition?-1:1;return c.compareDocumentPosition(g)&4?-1:1};else{n=function(c,g){var b,e,d=[],k=[];b=c.parentNode;e=g.parentNode;var s=b;if(c===g){u=true;return 0}else if(b===e)return p(c,g);else if(b){if(!e)return 1}else return-1;for(;s;){d.unshift(s);s=s.parentNode}for(s=e;s;){k.unshift(s);s=s.parentNode}b=d.length;
85
+ e=k.length;for(s=0;s<b&&s<e;s++)if(d[s]!==k[s])return p(d[s],k[s]);return s===b?p(c,k[s],-1):p(d[s],g,1)};p=function(c,g,b){if(c===g)return b;for(c=c.nextSibling;c;){if(c===g)return-1;c=c.nextSibling}return 1}}r.getText=function(c){for(var g="",b,e=0;c[e];e++){b=c[e];if(b.nodeType===3||b.nodeType===4)g+=b.nodeValue;else if(b.nodeType!==8)g+=r.getText(b.childNodes)}return g};(function(){var c=H.createElement("div"),g="script"+(new Date).getTime(),b=H.documentElement;c.innerHTML="<a name='"+g+"'/>";
86
+ b.insertBefore(c,b.firstChild);if(H.getElementById(g)){i.find.ID=function(e,d,k){if(typeof d.getElementById!=="undefined"&&!k)return(d=d.getElementById(e[1]))?d.id===e[1]||typeof d.getAttributeNode!=="undefined"&&d.getAttributeNode("id").nodeValue===e[1]?[d]:K:[]};i.filter.ID=function(e,d){var k=typeof e.getAttributeNode!=="undefined"&&e.getAttributeNode("id");return e.nodeType===1&&k&&k.nodeValue===d}}b.removeChild(c);b=c=null})();(function(){var c=H.createElement("div");c.appendChild(H.createComment(""));
87
+ if(c.getElementsByTagName("*").length>0)i.find.TAG=function(g,b){var e=b.getElementsByTagName(g[1]);if(g[1]==="*"){for(var d=[],k=0;e[k];k++)e[k].nodeType===1&&d.push(e[k]);e=d}return e};c.innerHTML="<a href='#'></a>";if(c.firstChild&&typeof c.firstChild.getAttribute!=="undefined"&&c.firstChild.getAttribute("href")!=="#")i.attrHandle.href=function(g){return g.getAttribute("href",2)};c=null})();H.querySelectorAll&&function(){var c=r,g=H.createElement("div");g.innerHTML="<p class='TEST'></p>";if(!(g.querySelectorAll&&
88
+ g.querySelectorAll(".TEST").length===0)){r=function(e,d,k,s){d=d||H;if(!s&&!r.isXML(d)){var m=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(e);if(m&&(d.nodeType===1||d.nodeType===9))if(m[1])return z(d.getElementsByTagName(e),k);else if(m[2]&&i.find.CLASS&&d.getElementsByClassName)return z(d.getElementsByClassName(m[2]),k);if(d.nodeType===9){if(e==="body"&&d.body)return z([d.body],k);else if(m&&m[3]){var x=d.getElementById(m[3]);if(x&&x.parentNode){if(x.id===m[3])return z([x],k)}else return z([],k)}try{return z(d.querySelectorAll(e),
89
+ k)}catch(E){}}else if(d.nodeType===1&&d.nodeName.toLowerCase()!=="object"){x=(m=d.getAttribute("id"))||"__sizzle__";var v=d.parentNode,I=/^\s*[+~]/.test(e);if(m)x=x.replace(/'/g,"\\$&");else d.setAttribute("id",x);if(I&&v)d=d.parentNode;try{if(!I||v)return z(d.querySelectorAll("[id='"+x+"'] "+e),k)}catch(F){}finally{m||d.removeAttribute("id")}}}return c(e,d,k,s)};for(var b in c)r[b]=c[b];g=null}}();(function(){var c=H.documentElement,g=c.matchesSelector||c.mozMatchesSelector||c.webkitMatchesSelector||
90
+ c.msMatchesSelector,b=false;try{g.call(H.documentElement,"[test!='']:sizzle")}catch(e){b=true}if(g)r.matchesSelector=function(d,k){k=k.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!r.isXML(d))try{if(b||!i.match.PSEUDO.test(k)&&!/!=/.test(k))return g.call(d,k)}catch(s){}return r(k,null,null,[d]).length>0}})();(function(){var c=H.createElement("div");c.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!c.getElementsByClassName||c.getElementsByClassName("e").length===0)){c.lastChild.className=
91
+ "e";if(c.getElementsByClassName("e").length!==1){i.order.splice(1,0,"CLASS");i.find.CLASS=function(g,b,e){if(typeof b.getElementsByClassName!=="undefined"&&!e)return b.getElementsByClassName(g[1])};c=null}}})();r.contains=H.documentElement.contains?function(c,g){return c!==g&&(c.contains?c.contains(g):true)}:H.documentElement.compareDocumentPosition?function(c,g){return!!(c.compareDocumentPosition(g)&16)}:function(){return false};r.isXML=function(c){return(c=(c?c.ownerDocument||c:0).documentElement)?
92
+ c.nodeName!=="HTML":false};var w=function(c,g){for(var b,e=[],d="",k=g.nodeType?[g]:g;b=i.match.PSEUDO.exec(c);){d+=b[0];c=c.replace(i.match.PSEUDO,"")}c=i.relative[c]?c+"*":c;b=0;for(var s=k.length;b<s;b++)r(c,k[b],e);return r.filter(d,e)};S.find=r;S.expr=r.selectors;S.expr[":"]=S.expr.filters;S.unique=r.uniqueSort;S.text=r.getText;S.isXMLDoc=r.isXML;S.contains=r.contains})();(function(a){function o(f,j,q){if(a.isFunction(j))return a.grep(f,function(l,n){return!!j.call(l,n,l)===q});else if(j.nodeType)return a.grep(f,
93
+ function(l){return l===j===q});else if(typeof j==="string"){var z=a.grep(f,function(l){return l.nodeType===1});if(u.test(j))return a.filter(j,z,!q);else j=a.filter(j,z)}return a.grep(f,function(l){return a.inArray(l,j)>=0===q})}var D=/Until$/,y=/^(?:parents|prevUntil|prevAll)/,A=/,/,u=/^.[^:#\[\.,]*$/,C=Array.prototype.slice,r=a.expr.match.POS,i={children:true,contents:true,next:true,prev:true};a.fn.extend({find:function(f){for(var j=this.pushStack("","find",f),q=0,z=0,l=this.length;z<l;z++){q=j.length;
94
+ a.find(f,this[z],j);if(z>0)for(var n=q;n<j.length;n++)for(var p=0;p<q;p++)if(j[p]===j[n]){j.splice(n--,1);break}}return j},has:function(f){var j=a(f);return this.filter(function(){for(var q=0,z=j.length;q<z;q++)if(a.contains(this,j[q]))return true})},not:function(f){return this.pushStack(o(this,f,false),"not",f)},filter:function(f){return this.pushStack(o(this,f,true),"filter",f)},is:function(f){return!!f&&a.filter(f,this).length>0},closest:function(f,j){var q=[],z,l,n=this[0];if(a.isArray(f)){var p,
95
+ w={},c=1;if(n&&f.length){z=0;for(l=f.length;z<l;z++){p=f[z];w[p]||(w[p]=a.expr.match.POS.test(p)?a(p,j||this.context):p)}for(;n&&n.ownerDocument&&n!==j;){for(p in w){z=w[p];if(z.jquery?z.index(n)>-1:a(n).is(z))q.push({selector:p,elem:n,level:c})}n=n.parentNode;c++}}return q}p=r.test(f)?a(f,j||this.context):null;z=0;for(l=this.length;z<l;z++)for(n=this[z];n;)if(p?p.index(n)>-1:a.find.matchesSelector(n,f)){q.push(n);break}else{n=n.parentNode;if(!n||!n.ownerDocument||n===j)break}q=q.length>1?a.unique(q):
96
+ q;return this.pushStack(q,"closest",f)},index:function(f){if(!f||typeof f==="string")return a.inArray(this[0],f?a(f):this.parent().children());return a.inArray(f.jquery?f[0]:f,this)},add:function(f,j){var q=typeof f==="string"?a(f,j):a.makeArray(f),z=a.merge(this.get(),q);return this.pushStack(!q[0]||!q[0].parentNode||q[0].parentNode.nodeType===11||!z[0]||!z[0].parentNode||z[0].parentNode.nodeType===11?z:a.unique(z))},andSelf:function(){return this.add(this.prevObject)}});a.each({parent:function(f){return(f=
97
+ f.parentNode)&&f.nodeType!==11?f:null},parents:function(f){return a.dir(f,"parentNode")},parentsUntil:function(f,j,q){return a.dir(f,"parentNode",q)},next:function(f){return a.nth(f,2,"nextSibling")},prev:function(f){return a.nth(f,2,"previousSibling")},nextAll:function(f){return a.dir(f,"nextSibling")},prevAll:function(f){return a.dir(f,"previousSibling")},nextUntil:function(f,j,q){return a.dir(f,"nextSibling",q)},prevUntil:function(f,j,q){return a.dir(f,"previousSibling",q)},siblings:function(f){return a.sibling(f.parentNode.firstChild,
98
+ f)},children:function(f){return a.sibling(f.firstChild)},contents:function(f){return a.nodeName(f,"iframe")?f.contentDocument||f.contentWindow.document:a.makeArray(f.childNodes)}},function(f,j){a.fn[f]=function(q,z){var l=a.map(this,j,q),n=C.call(arguments);D.test(f)||(z=q);if(z&&typeof z==="string")l=a.filter(z,l);l=this.length>1&&!i[f]?a.unique(l):l;if((this.length>1||A.test(z))&&y.test(f))l=l.reverse();return this.pushStack(l,f,n.join(","))}});a.extend({filter:function(f,j,q){if(q)f=":not("+f+
99
+ ")";return j.length===1?a.find.matchesSelector(j[0],f)?[j[0]]:[]:a.find.matches(f,j)},dir:function(f,j,q){var z=[];for(f=f[j];f&&f.nodeType!==9&&(q===K||f.nodeType!==1||!a(f).is(q));){f.nodeType===1&&z.push(f);f=f[j]}return z},nth:function(f,j,q){j=j||1;for(var z=0;f;f=f[q])if(f.nodeType===1&&++z===j)break;return f},sibling:function(f,j){for(var q=[];f;f=f.nextSibling)f.nodeType===1&&f!==j&&q.push(f);return q}})})(S);(function(a){function o(l,n){if(!(n.nodeType!==1||!a.hasData(l))){var p=a.expando,
100
+ w=a.data(l),c=a.data(n,w);if(w=w[p]){var g=w.events;c=c[p]=a.extend({},w);if(g){delete c.handle;c.events={};for(var b in g){p=0;for(w=g[b].length;p<w;p++)a.event.add(n,b,g[b][p],g[b][p].data)}}}}}function D(l,n){if(n.nodeType===1){var p=n.nodeName.toLowerCase();n.clearAttributes();n.mergeAttributes(l);if(p==="object")n.outerHTML=l.outerHTML;else if(p==="input"&&(l.type==="checkbox"||l.type==="radio")){if(l.checked)n.defaultChecked=n.checked=l.checked;if(n.value!==l.value)n.value=l.value}else if(p===
101
+ "option")n.selected=l.defaultSelected;else if(p==="input"||p==="textarea")n.defaultValue=l.defaultValue;n.removeAttribute(a.expando)}}function y(l,n){n.src?a.ajax({url:n.src,async:false,dataType:"script"}):a.globalEval(n.text||n.textContent||n.innerHTML||"");n.parentNode&&n.parentNode.removeChild(n)}var A=/ jQuery\d+="(?:\d+|null)"/g,u=/^\s+/,C=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,r=/<([\w:]+)/,i=/<tbody/i,f=/<|&#?\w+;/,j=/<(?:script|object|embed|option|style)/i,
102
+ q=/checked\s*(?:[^=]|=\s*.checked.)/i,z={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};z.optgroup=z.option;z.tbody=z.tfoot=z.colgroup=z.caption=z.thead;z.th=z.td;if(!a.support.htmlSerialize)z._default=[1,"div<div>","</div>"];
103
+ a.fn.extend({text:function(l){if(a.isFunction(l))return this.each(function(n){var p=a(this);p.text(l.call(this,n,p.text()))});if(typeof l!=="object"&&l!==K)return this.empty().append((this[0]&&this[0].ownerDocument||H).createTextNode(l));return a.text(this)},wrapAll:function(l){if(a.isFunction(l))return this.each(function(p){a(this).wrapAll(l.call(this,p))});if(this[0]){var n=a(l,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&n.insertBefore(this[0]);n.map(function(){for(var p=this;p.firstChild&&
104
+ p.firstChild.nodeType===1;)p=p.firstChild;return p}).append(this)}return this},wrapInner:function(l){if(a.isFunction(l))return this.each(function(n){a(this).wrapInner(l.call(this,n))});return this.each(function(){var n=a(this),p=n.contents();p.length?p.wrapAll(l):n.append(l)})},wrap:function(l){return this.each(function(){a(this).wrapAll(l)})},unwrap:function(){return this.parent().each(function(){a.nodeName(this,"body")||a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,
105
+ true,function(l){this.nodeType===1&&this.appendChild(l)})},prepend:function(){return this.domManip(arguments,true,function(l){this.nodeType===1&&this.insertBefore(l,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(n){this.parentNode.insertBefore(n,this)});else if(arguments.length){var l=a(arguments[0]);l.push.apply(l,this.toArray());return this.pushStack(l,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,
106
+ false,function(n){this.parentNode.insertBefore(n,this.nextSibling)});else if(arguments.length){var l=this.pushStack(this,"after",arguments);l.push.apply(l,a(arguments[0]).toArray());return l}},remove:function(l,n){for(var p=0,w;(w=this[p])!=null;p++)if(!l||a.filter(l,[w]).length){if(!n&&w.nodeType===1){a.cleanData(w.getElementsByTagName("*"));a.cleanData([w])}w.parentNode&&w.parentNode.removeChild(w)}return this},empty:function(){for(var l=0,n;(n=this[l])!=null;l++)for(n.nodeType===1&&a.cleanData(n.getElementsByTagName("*"));n.firstChild;)n.removeChild(n.firstChild);
107
+ return this},clone:function(l,n){l=l==null?false:l;n=n==null?l:n;return this.map(function(){return a.clone(this,l,n)})},html:function(l){if(l===K)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(A,""):null;else if(typeof l==="string"&&!j.test(l)&&(a.support.leadingWhitespace||!u.test(l))&&!z[(r.exec(l)||["",""])[1].toLowerCase()]){l=l.replace(C,"<$1></$2>");try{for(var n=0,p=this.length;n<p;n++)if(this[n].nodeType===1){a.cleanData(this[n].getElementsByTagName("*"));this[n].innerHTML=
108
+ l}}catch(w){this.empty().append(l)}}else a.isFunction(l)?this.each(function(c){var g=a(this);g.html(l.call(this,c,g.html()))}):this.empty().append(l);return this},replaceWith:function(l){if(this[0]&&this[0].parentNode){if(a.isFunction(l))return this.each(function(n){var p=a(this),w=p.html();p.replaceWith(l.call(this,n,w))});if(typeof l!=="string")l=a(l).detach();return this.each(function(){var n=this.nextSibling,p=this.parentNode;a(this).remove();n?a(n).before(l):a(p).append(l)})}else return this.pushStack(a(a.isFunction(l)?
109
+ l():l),"replaceWith",l)},detach:function(l){return this.remove(l,true)},domManip:function(l,n,p){var w,c,g,b=l[0],e=[];if(!a.support.checkClone&&arguments.length===3&&typeof b==="string"&&q.test(b))return this.each(function(){a(this).domManip(l,n,p,true)});if(a.isFunction(b))return this.each(function(s){var m=a(this);l[0]=b.call(this,s,n?m.html():K);m.domManip(l,n,p)});if(this[0]){w=b&&b.parentNode;w=a.support.parentNode&&w&&w.nodeType===11&&w.childNodes.length===this.length?{fragment:w}:a.buildFragment(l,
110
+ this,e);g=w.fragment;if(c=g.childNodes.length===1?g=g.firstChild:g.firstChild){n=n&&a.nodeName(c,"tr");c=0;for(var d=this.length,k=d-1;c<d;c++)p.call(n?a.nodeName(this[c],"table")?this[c].getElementsByTagName("tbody")[0]||this[c].appendChild(this[c].ownerDocument.createElement("tbody")):this[c]:this[c],w.cacheable||d>1&&c<k?a.clone(g,true,true):g)}e.length&&a.each(e,y)}return this}});a.buildFragment=function(l,n,p){var w,c,g;n=n&&n[0]?n[0].ownerDocument||n[0]:H;if(l.length===1&&typeof l[0]==="string"&&
111
+ l[0].length<512&&n===H&&l[0].charAt(0)==="<"&&!j.test(l[0])&&(a.support.checkClone||!q.test(l[0]))){c=true;if(g=a.fragments[l[0]])if(g!==1)w=g}if(!w){w=n.createDocumentFragment();a.clean(l,n,w,p)}if(c)a.fragments[l[0]]=g?w:1;return{fragment:w,cacheable:c}};a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(l,n){a.fn[l]=function(p){var w=[];p=a(p);var c=this.length===1&&this[0].parentNode;if(c&&c.nodeType===11&&
112
+ c.childNodes.length===1&&p.length===1){p[n](this[0]);return this}else{c=0;for(var g=p.length;c<g;c++){var b=(c>0?this.clone(true):this).get();a(p[c])[n](b);w=w.concat(b)}return this.pushStack(w,l,p.selector)}}});a.extend({clone:function(l,n,p){var w=l.cloneNode(true),c,g,b;if(!a.support.noCloneEvent&&(l.nodeType===1||l.nodeType===11)&&!a.isXMLDoc(l)){D(l,w);c=l.getElementsByTagName("*");g=w.getElementsByTagName("*");for(b=0;c[b];++b)D(c[b],g[b])}if(n){o(l,w);if(p&&"getElementsByTagName"in l){c=l.getElementsByTagName("*");
113
+ g=w.getElementsByTagName("*");if(c.length)for(b=0;c[b];++b)o(c[b],g[b])}}return w},clean:function(l,n,p,w){n=n||H;if(typeof n.createElement==="undefined")n=n.ownerDocument||n[0]&&n[0].ownerDocument||H;for(var c=[],g=0,b;(b=l[g])!=null;g++){if(typeof b==="number")b+="";if(b){if(typeof b==="string"&&!f.test(b))b=n.createTextNode(b);else if(typeof b==="string"){b=b.replace(C,"<$1></$2>");var e=(r.exec(b)||["",""])[1].toLowerCase(),d=z[e]||z._default,k=d[0],s=n.createElement("div");for(s.innerHTML=d[1]+
114
+ b+d[2];k--;)s=s.lastChild;if(!a.support.tbody){k=i.test(b);e=e==="table"&&!k?s.firstChild&&s.firstChild.childNodes:d[1]==="<table>"&&!k?s.childNodes:[];for(d=e.length-1;d>=0;--d)a.nodeName(e[d],"tbody")&&!e[d].childNodes.length&&e[d].parentNode.removeChild(e[d])}!a.support.leadingWhitespace&&u.test(b)&&s.insertBefore(n.createTextNode(u.exec(b)[0]),s.firstChild);b=s.childNodes}if(b.nodeType)c.push(b);else c=a.merge(c,b)}}if(p)for(g=0;c[g];g++)if(w&&a.nodeName(c[g],"script")&&(!c[g].type||c[g].type.toLowerCase()===
115
+ "text/javascript"))w.push(c[g].parentNode?c[g].parentNode.removeChild(c[g]):c[g]);else{c[g].nodeType===1&&c.splice.apply(c,[g+1,0].concat(a.makeArray(c[g].getElementsByTagName("script"))));p.appendChild(c[g])}return c},cleanData:function(l){for(var n,p,w=a.cache,c=a.expando,g=a.event.special,b=a.support.deleteExpando,e=0,d;(d=l[e])!=null;e++)if(!(d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(p=d[a.expando]){if((n=w[p]&&w[p][c])&&n.events){for(var k in n.events)g[k]?a.event.remove(d,k):a.removeEvent(d,
116
+ k,n.handle);if(n.handle)n.handle.elem=null}if(b)delete d[a.expando];else d.removeAttribute&&d.removeAttribute(a.expando);delete w[p]}}})})(S);(function(a){function o(p,w,c){var g=w==="width"?p.offsetWidth:p.offsetHeight;if(c==="border")return g;a.each(w==="width"?f:j,function(){c||(g-=parseFloat(a.css(p,"padding"+this))||0);if(c==="margin")g+=parseFloat(a.css(p,"margin"+this))||0;else g-=parseFloat(a.css(p,"border"+this+"Width"))||0});return g}var D=/alpha\([^)]*\)/i,y=/opacity=([^)]*)/,A=/-([a-z])/ig,
117
+ u=/([A-Z])/g,C=/^-?\d+(?:px)?$/i,r=/^-?\d/,i={position:"absolute",visibility:"hidden",display:"block"},f=["Left","Right"],j=["Top","Bottom"],q,z,l,n=function(p,w){return w.toUpperCase()};a.fn.css=function(p,w){if(arguments.length===2&&w===K)return this;return a.access(this,p,w,true,function(c,g,b){return b!==K?a.style(c,g,b):a.css(c,g)})};a.extend({cssHooks:{opacity:{get:function(p,w){if(w){var c=q(p,"opacity","opacity");return c===""?"1":c}else return p.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,
118
+ opacity:true,zoom:true,lineHeight:true},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(p,w,c,g){if(!(!p||p.nodeType===3||p.nodeType===8||!p.style)){var b,e=a.camelCase(w),d=p.style,k=a.cssHooks[e];w=a.cssProps[e]||e;if(c!==K){if(!(typeof c==="number"&&isNaN(c)||c==null)){if(typeof c==="number"&&!a.cssNumber[e])c+="px";if(!k||!("set"in k)||(c=k.set(p,c))!==K)try{d[w]=c}catch(s){}}}else{if(k&&"get"in k&&(b=k.get(p,false,g))!==K)return b;return d[w]}}},css:function(p,w,
119
+ c){var g,b=a.camelCase(w),e=a.cssHooks[b];w=a.cssProps[b]||b;if(e&&"get"in e&&(g=e.get(p,true,c))!==K)return g;else if(q)return q(p,w,b)},swap:function(p,w,c){var g={},b;for(b in w){g[b]=p.style[b];p.style[b]=w[b]}c.call(p);for(b in w)p.style[b]=g[b]},camelCase:function(p){return p.replace(A,n)}});a.curCSS=a.css;a.each(["height","width"],function(p,w){a.cssHooks[w]={get:function(c,g,b){var e;if(g){if(c.offsetWidth!==0)e=o(c,w,b);else a.swap(c,i,function(){e=o(c,w,b)});if(e<=0){e=q(c,w,w);if(e==="0px"&&
120
+ l)e=l(c,w,w);if(e!=null)return e===""||e==="auto"?"0px":e}if(e<0||e==null){e=c.style[w];return e===""||e==="auto"?"0px":e}return typeof e==="string"?e:e+"px"}},set:function(c,g){if(C.test(g)){g=parseFloat(g);if(g>=0)return g+"px"}else return g}}});if(!a.support.opacity)a.cssHooks.opacity={get:function(p,w){return y.test((w&&p.currentStyle?p.currentStyle.filter:p.style.filter)||"")?parseFloat(RegExp.$1)/100+"":w?"1":""},set:function(p,w){var c=p.style;c.zoom=1;var g=a.isNaN(w)?"":"alpha(opacity="+
121
+ w*100+")",b=c.filter||"";c.filter=D.test(b)?b.replace(D,g):c.filter+" "+g}};if(H.defaultView&&H.defaultView.getComputedStyle)z=function(p,w,c){var g;c=c.replace(u,"-$1").toLowerCase();if(!(w=p.ownerDocument.defaultView))return K;if(w=w.getComputedStyle(p,null)){g=w.getPropertyValue(c);if(g===""&&!a.contains(p.ownerDocument.documentElement,p))g=a.style(p,c)}return g};if(H.documentElement.currentStyle)l=function(p,w){var c,g=p.currentStyle&&p.currentStyle[w],b=p.runtimeStyle&&p.runtimeStyle[w],e=p.style;
122
+ if(!C.test(g)&&r.test(g)){c=e.left;if(b)p.runtimeStyle.left=p.currentStyle.left;e.left=w==="fontSize"?"1em":g||0;g=e.pixelLeft+"px";e.left=c;if(b)p.runtimeStyle.left=b}return g===""?"auto":g};q=z||l;if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(p){var w=p.offsetHeight;return p.offsetWidth===0&&w===0||!a.support.reliableHiddenOffsets&&(p.style.display||a.css(p,"display"))==="none"};a.expr.filters.visible=function(p){return!a.expr.filters.hidden(p)}}})(S);(function(a){function o(m){return function(x,
123
+ E){if(typeof x!=="string"){E=x;x="*"}if(a.isFunction(E))for(var v=x.toLowerCase().split(p),I=0,F=v.length,J,h;I<F;I++){J=v[I];if(h=/^\+/.test(J))J=J.substr(1)||"*";J=m[J]=m[J]||[];J[h?"unshift":"push"](E)}}}function D(m,x,E,v,I,F){I=I||x.dataTypes[0];F=F||{};F[I]=true;I=m[I];for(var J=0,h=I?I.length:0,t=m===b,B;J<h&&(t||!B);J++){B=I[J](x,E,v);if(typeof B==="string")if(!t||F[B])B=K;else{x.dataTypes.unshift(B);B=D(m,x,E,v,B,F)}}if((t||!B)&&!F["*"])B=D(m,x,E,v,"*",F);return B}function y(m,x,E,v){if(a.isArray(x)&&
124
+ x.length)a.each(x,function(F,J){E||u.test(m)?v(m,J):y(m+"["+(typeof J==="object"||a.isArray(J)?F:"")+"]",J,E,v)});else if(!E&&x!=null&&typeof x==="object")if(a.isArray(x)||a.isEmptyObject(x))v(m,"");else for(var I in x)y(m+"["+I+"]",x[I],E,v);else v(m,x)}var A=/%20/g,u=/\[\]$/,C=/\r?\n/g,r=/#.*$/,i=/^(.*?):\s*(.*?)\r?$/mg,f=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,j=/^(?:GET|HEAD)$/,q=/^\/\//,z=/\?/,l=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
125
+ n=/^(?:select|textarea)/i,p=/\s+/,w=/([?&])_=[^&]*/,c=/^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,g=a.fn.load,b={},e={},d,k;try{d=H.location.href}catch(s){d=H.createElement("a");d.href="";d=d.href}k=c.exec(d.toLowerCase());a.fn.extend({load:function(m,x,E){if(typeof m!=="string"&&g)return g.apply(this,arguments);else if(!this.length)return this;var v=m.indexOf(" ");if(v>=0){var I=m.slice(v,m.length);m=m.slice(0,v)}v="GET";if(x)if(a.isFunction(x)){E=x;x=null}else if(typeof x==="object"){x=a.param(x,
126
+ a.ajaxSettings.traditional);v="POST"}var F=this;a.ajax({url:m,type:v,dataType:"html",data:x,complete:function(J,h,t){t=J.responseText;if(J.isResolved()){J.done(function(B){t=B});F.html(I?a("<div>").append(t.replace(l,"")).find(I):t)}E&&F.each(E,[t,h,J])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||
127
+ n.test(this.nodeName)||f.test(this.type))}).map(function(m,x){var E=a(this).val();return E==null?null:a.isArray(E)?a.map(E,function(v){return{name:x.name,value:v.replace(C,"\r\n")}}):{name:x.name,value:E.replace(C,"\r\n")}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(m,x){a.fn[x]=function(E){return this.bind(x,E)}});a.each(["get","post"],function(m,x){a[x]=function(E,v,I,F){if(a.isFunction(v)){F=F||I;I=v;v=null}return a.ajax({type:x,url:E,
128
+ data:v,success:I,dataType:F})}});a.extend({getScript:function(m,x){return a.get(m,null,x,"script")},getJSON:function(m,x,E){return a.get(m,x,E,"json")},ajaxSetup:function(m){a.extend(true,a.ajaxSettings,m);if(m.context)a.ajaxSettings.context=m.context},ajaxSettings:{url:d,isLocal:/(?:^file|^widget|\-extension):$/.test(k[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",
129
+ json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":P.String,"text html":true,"text json":a.parseJSON,"text xml":a.parseXML}},ajaxPrefilter:o(b),ajaxTransport:o(e),ajax:function(m,x){function E(T,Q,V,ea){if(Y!==2){Y=2;R&&clearTimeout(R);N=K;M=ea||"";O.readyState=T?4:0;var ia,na,ka;if(V){ea=v;var sa=O,oa=ea.contents,$=ea.dataTypes,ta=ea.responseFields,X,W,aa,pa;for(W in ta)if(W in
130
+ V)sa[ta[W]]=V[W];for(;$[0]==="*";){$.shift();if(X===K)X=sa.getResponseHeader("content-type")}if(X)for(W in oa)if(oa[W]&&oa[W].test(X)){$.unshift(W);break}if($[0]in V)aa=$[0];else{for(W in V){if(!$[0]||ea.converters[W+" "+$[0]]){aa=W;break}pa||(pa=W)}aa=aa||pa}if(aa){aa!==$[0]&&$.unshift(aa);V=V[aa]}else V=void 0}else V=K;V=V;if(T>=200&&T<300||T===304){if(v.ifModified){if(X=O.getResponseHeader("Last-Modified"))a.lastModified[B]=X;if(X=O.getResponseHeader("Etag"))a.etag[B]=X}if(T===304){Q="notmodified";
131
+ ia=true}else try{X=v;V=V;if(X.dataFilter)V=X.dataFilter(V,X.dataType);var qa=X.dataTypes;W={};var ja,la,wa=qa.length,ma,ba=qa[0],fa,ra,ca,da,ga;for(ja=1;ja<wa;ja++){if(ja===1)for(la in X.converters)if(typeof la==="string")W[la.toLowerCase()]=X.converters[la];fa=ba;ba=qa[ja];if(ba==="*")ba=fa;else if(fa!=="*"&&fa!==ba){ra=fa+" "+ba;ca=W[ra]||W["* "+ba];if(!ca){ga=K;for(da in W){ma=da.split(" ");if(ma[0]===fa||ma[0]==="*")if(ga=W[ma[1]+" "+ba]){da=W[da];if(da===true)ca=ga;else if(ga===true)ca=da;break}}}ca||
132
+ ga||a.error("No conversion from "+ra.replace(" "," to "));if(ca!==true)V=ca?ca(V):ga(da(V))}}na=V;Q="success";ia=true}catch(xa){Q="parsererror";ka=xa}}else{ka=Q;if(T){Q="error";if(T<0)T=0}}O.status=T;O.statusText=Q;ia?J.resolveWith(I,[na,Q,O]):J.rejectWith(I,[O,Q,ka]);O.statusCode(t);t=K;if(Z)F.trigger("ajax"+(ia?"Success":"Error"),[O,v,ia?na:ka]);h.resolveWith(I,[O,Q]);if(Z){F.trigger("ajaxComplete",[O,v]);--a.active||a.event.trigger("ajaxStop")}}}if(typeof m==="object"){x=m;m=K}x=x||{};var v=a.extend(true,
133
+ {},a.ajaxSettings,x),I=(v.context=("context"in x?x:a.ajaxSettings).context)||v,F=I!==v&&I.nodeType?a(I):a.event,J=a.Deferred(),h=a._Deferred(),t=v.statusCode||{},B,G={},M,L,N,R,U,Y=0,Z,ha,O={readyState:0,setRequestHeader:function(T,Q){if(Y===0)G[T.toLowerCase()]=Q;return this},getAllResponseHeaders:function(){return Y===2?M:null},getResponseHeader:function(T){var Q;if(Y===2){if(!L)for(L={};Q=i.exec(M);)L[Q[1].toLowerCase()]=Q[2];Q=L[T.toLowerCase()]}return Q||null},abort:function(T){T=T||"abort";
134
+ N&&N.abort(T);E(0,T);return this}};J.promise(O);O.success=O.done;O.error=O.fail;O.complete=h.done;O.statusCode=function(T){if(T){var Q;if(Y<2)for(Q in T)t[Q]=[t[Q],T[Q]];else{Q=T[O.status];O.then(Q,Q)}}return this};v.url=(""+(m||v.url)).replace(r,"").replace(q,k[1]+"//");v.dataTypes=a.trim(v.dataType||"*").toLowerCase().split(p);if(!v.crossDomain){U=c.exec(v.url.toLowerCase());v.crossDomain=!!(U&&(U[1]!=k[1]||U[2]!=k[2]||(U[3]||(U[1]==="http:"?80:443))!=(k[3]||(k[1]==="http:"?80:443))))}if(v.data&&
135
+ v.processData&&typeof v.data!=="string")v.data=a.param(v.data,v.traditional);D(b,v,x,O);if(Y===2)return false;Z=v.global;v.type=v.type.toUpperCase();v.hasContent=!j.test(v.type);Z&&a.active++===0&&a.event.trigger("ajaxStart");if(!v.hasContent){if(v.data)v.url+=(z.test(v.url)?"&":"?")+v.data;B=v.url;if(v.cache===false){U=a.now();var ua=v.url.replace(w,"$1_="+U);v.url=ua+(ua===v.url?(z.test(v.url)?"&":"?")+"_="+U:"")}}if(v.data&&v.hasContent&&v.contentType!==false||x.contentType)G["content-type"]=v.contentType;
136
+ if(v.ifModified){B=B||v.url;if(a.lastModified[B])G["if-modified-since"]=a.lastModified[B];if(a.etag[B])G["if-none-match"]=a.etag[B]}G.accept=v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+(v.dataTypes[0]!=="*"?", */*; q=0.01":""):v.accepts["*"];for(ha in v.headers)G[ha.toLowerCase()]=v.headers[ha];if(v.beforeSend&&(v.beforeSend.call(I,O,v)===false||Y===2)){O.abort();return false}for(ha in{success:1,error:1,complete:1})O[ha](v[ha]);if(N=D(e,v,x,O)){Y=O.readyState=1;Z&&F.trigger("ajaxSend",
137
+ [O,v]);if(v.async&&v.timeout>0)R=setTimeout(function(){O.abort("timeout")},v.timeout);try{N.send(G,E)}catch(va){status<2?E(-1,va):a.error(va)}}else E(-1,"No Transport");return O},param:function(m,x){var E=[],v=function(F,J){J=a.isFunction(J)?J():J;E[E.length]=encodeURIComponent(F)+"="+encodeURIComponent(J)};if(x===K)x=a.ajaxSettings.traditional;if(a.isArray(m)||m.jquery&&!a.isPlainObject(m))a.each(m,function(){v(this.name,this.value)});else for(var I in m)y(I,m[I],x,v);return E.join("&").replace(A,
138
+ "+")}});a.extend({active:0,lastModified:{},etag:{}})})(S);(function(a){var o=a.now(),D=/(\=)\?(&|$)|()\?\?()/i;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return a.expando+"_"+o++}});a.ajaxPrefilter("json jsonp",function(y,A,u){var C=typeof y.data==="string";if(y.dataTypes[0]==="jsonp"||A.jsonpCallback||A.jsonp!=null||y.jsonp!==false&&(D.test(y.url)||C&&D.test(y.data))){var r,i=y.jsonpCallback=a.isFunction(y.jsonpCallback)?y.jsonpCallback():y.jsonpCallback,f=P[i];A=y.url;var j=y.data,q=
139
+ "$1"+i+"$2",z=function(){P[i]=f;r&&a.isFunction(f)&&P[i](r[0])};if(y.jsonp!==false){A=A.replace(D,q);if(y.url===A){if(C)j=j.replace(D,q);if(y.data===j)A+=(/\?/.test(A)?"&":"?")+y.jsonp+"="+i}}y.url=A;y.data=j;P[i]=function(l){r=[l]};u.then(z,z);y.converters["script json"]=function(){r||a.error(i+" was not called");return r[0]};y.dataTypes[0]="json";return"script"}})})(S);(function(a){a.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},
140
+ contents:{script:/javascript|ecmascript/},converters:{"text script":function(o){a.globalEval(o);return o}}});a.ajaxPrefilter("script",function(o){if(o.cache===K)o.cache=false;if(o.crossDomain){o.type="GET";o.global=false}});a.ajaxTransport("script",function(o){if(o.crossDomain){var D,y=H.head||H.getElementsByTagName("head")[0]||H.documentElement;return{send:function(A,u){D=H.createElement("script");D.async="async";if(o.scriptCharset)D.charset=o.scriptCharset;D.src=o.url;D.onload=D.onreadystatechange=
141
+ function(C,r){if(!D.readyState||/loaded|complete/.test(D.readyState)){D.onload=D.onreadystatechange=null;y&&D.parentNode&&y.removeChild(D);D=K;r||u(200,"success")}};y.insertBefore(D,y.firstChild)},abort:function(){D&&D.onload(0,1)}}}})})(S);(function(a){function o(){try{return new P.XMLHttpRequest}catch(C){}}var D=a.now(),y={},A,u;a.ajaxSettings.xhr=P.ActiveXObject?function(){var C;if(!(C=!this.isLocal&&o()))a:{try{C=new P.ActiveXObject("Microsoft.XMLHTTP");break a}catch(r){}C=void 0}return C}:o;
142
+ u=a.ajaxSettings.xhr();a.support.ajax=!!u;a.support.cors=u&&"withCredentials"in u;u=K;a.support.ajax&&a.ajaxTransport(function(C){if(!C.crossDomain||a.support.cors){var r;return{send:function(i,f){if(!A){A=1;a(P).bind("unload",function(){a.each(y,function(n,p){p.onreadystatechange&&p.onreadystatechange(1)})})}var j=C.xhr(),q,z;C.username?j.open(C.type,C.url,C.async,C.username,C.password):j.open(C.type,C.url,C.async);if(C.xhrFields)for(z in C.xhrFields)j[z]=C.xhrFields[z];if(!(C.crossDomain&&!C.hasContent)&&
143
+ !i["x-requested-with"])i["x-requested-with"]="XMLHttpRequest";try{a.each(i,function(n,p){j.setRequestHeader(n,p)})}catch(l){}j.send(C.hasContent&&C.data||null);r=function(n,p){var w,c,g,b,e;try{if(r&&(p||j.readyState===4)){r=K;if(q){j.onreadystatechange=a.noop;delete y[q]}if(p)j.readyState!==4&&j.abort();else{w=j.status;g=j.getAllResponseHeaders();b={};if((e=j.responseXML)&&e.documentElement)b.xml=e;b.text=j.responseText;try{c=j.statusText}catch(d){c=""}if(w===1223)w=204;else if(w===304&&!i["if-modified-since"]&&
144
+ !i["if-none-match"])w=200;else if(!w)if(C.crossDomain)C.statusText||(w=302);else if(C.isLocal)w=200}}}catch(k){p||f(-1,k)}b&&f(w,c,b,g)};if(!C.async||j.readyState===4)r();else{q=D++;y[q]=j;j.onreadystatechange=r}},abort:function(){r&&r(0,1)}}}})})(S);(function(a){function o(i,f){var j={};a.each(r.concat.apply([],r.slice(0,f)),function(){j[this]=i});return j}function D(i){if(!y[i]){var f=a("<"+i+">").appendTo("body"),j=f.css("display");f.remove();if(j==="none"||j==="")j="block";y[i]=j}return y[i]}
145
+ var y={},A=/^(?:toggle|show|hide)$/,u=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,C,r=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(i,f,j){if(i||i===0)return this.animate(o("show",3),i,f,j);else{j=0;for(var q=this.length;j<q;j++){i=this[j];f=i.style.display;if(!a._data(i,"olddisplay")&&f==="none")f=i.style.display="";f===""&&a.css(i,"display")==="none"&&a._data(i,"olddisplay",D(i.nodeName))}for(j=
146
+ 0;j<q;j++){i=this[j];f=i.style.display;if(f===""||f==="none")i.style.display=a._data(i,"olddisplay")||""}return this}},hide:function(i,f,j){if(i||i===0)return this.animate(o("hide",3),i,f,j);else{i=0;for(f=this.length;i<f;i++){j=a.css(this[i],"display");j!=="none"&&!a._data(this[i],"olddisplay")&&a._data(this[i],"olddisplay",j)}for(i=0;i<f;i++)this[i].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(i,f,j){var q=typeof i==="boolean";if(a.isFunction(i)&&a.isFunction(f))this._toggle.apply(this,
147
+ arguments);else i==null||q?this.each(function(){var z=q?i:a(this).is(":hidden");a(this)[z?"show":"hide"]()}):this.animate(o("toggle",3),i,f,j);return this},fadeTo:function(i,f,j,q){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:f},i,j,q)},animate:function(i,f,j,q){var z=a.speed(f,j,q);if(a.isEmptyObject(i))return this.each(z.complete);return this[z.queue===false?"each":"queue"](function(){var l=a.extend({},z),n,p=this.nodeType===1,w=p&&a(this).is(":hidden"),c=this;for(n in i){var g=
148
+ a.camelCase(n);if(n!==g){i[g]=i[n];delete i[n];n=g}if(i[n]==="hide"&&w||i[n]==="show"&&!w)return l.complete.call(this);if(p&&(n==="height"||n==="width")){l.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(a.css(this,"display")==="inline"&&a.css(this,"float")==="none")if(a.support.inlineBlockNeedsLayout)if(D(this.nodeName)==="inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(a.isArray(i[n])){(l.specialEasing=
149
+ l.specialEasing||{})[n]=i[n][1];i[n]=i[n][0]}}if(l.overflow!=null)this.style.overflow="hidden";l.curAnim=a.extend({},i);a.each(i,function(b,e){var d=new a.fx(c,l,b);if(A.test(e))d[e==="toggle"?w?"show":"hide":e](i);else{var k=u.exec(e),s=d.cur()||0;if(k){var m=parseFloat(k[2]),x=k[3]||"px";if(x!=="px"){a.style(c,b,(m||1)+x);s=(m||1)/d.cur()*s;a.style(c,b,s+x)}if(k[1])m=(k[1]==="-="?-1:1)*m+s;d.custom(s,m,x)}else d.custom(s,e,"")}});return true})},stop:function(i,f){var j=a.timers;i&&this.queue([]);
150
+ this.each(function(){for(var q=j.length-1;q>=0;q--)if(j[q].elem===this){f&&j[q](true);j.splice(q,1)}});f||this.dequeue();return this}});a.each({slideDown:o("show",1),slideUp:o("hide",1),slideToggle:o("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(i,f){a.fn[i]=function(j,q,z){return this.animate(f,j,q,z)}});a.extend({speed:function(i,f,j){var q=i&&typeof i==="object"?a.extend({},i):{complete:j||!j&&f||a.isFunction(i)&&i,duration:i,easing:j&&f||
151
+ f&&!a.isFunction(f)&&f};q.duration=a.fx.off?0:typeof q.duration==="number"?q.duration:q.duration in a.fx.speeds?a.fx.speeds[q.duration]:a.fx.speeds._default;q.old=q.complete;q.complete=function(){q.queue!==false&&a(this).dequeue();a.isFunction(q.old)&&q.old.call(this)};return q},easing:{linear:function(i,f,j,q){return j+q*i},swing:function(i,f,j,q){return(-Math.cos(i*Math.PI)/2+0.5)*q+j}},timers:[],fx:function(i,f,j){this.options=f;this.elem=i;this.prop=j;if(!f.orig)f.orig={}}});a.fx.prototype={update:function(){this.options.step&&
152
+ this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||a.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];return parseFloat(a.css(this.elem,this.prop))||0},custom:function(i,f,j){function q(n){return z.step(n)}var z=this,l=a.fx;this.startTime=a.now();this.start=i;this.end=f;this.unit=j||this.unit||"px";this.now=this.start;this.pos=this.state=0;q.elem=this.elem;if(q()&&a.timers.push(q)&&
153
+ !C)C=setInterval(l.tick,l.interval)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(i){var f=a.now(),j=true;if(i||f>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=
154
+ true;for(var q in this.options.curAnim)if(this.options.curAnim[q]!==true)j=false;if(j){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var z=this.elem,l=this.options;a.each(["","X","Y"],function(p,w){z.style["overflow"+w]=l.overflow[p]})}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var n in this.options.curAnim)a.style(this.elem,n,this.options.orig[n]);this.options.complete.call(this.elem)}return false}else{i=f-this.startTime;this.state=i/this.options.duration;
155
+ f=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||f](this.state,i,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var i=a.timers,f=0;f<i.length;f++)i[f]()||i.splice(f--,1);i.length||a.fx.stop()},interval:13,stop:function(){clearInterval(C);C=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(i){a.style(i.elem,
156
+ "opacity",i.now)},_default:function(i){if(i.elem.style&&i.elem.style[i.prop]!=null)i.elem.style[i.prop]=(i.prop==="width"||i.prop==="height"?Math.max(0,i.now):i.now)+i.unit;else i.elem[i.prop]=i.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(i){return a.grep(a.timers,function(f){return i===f.elem}).length}})(S);(function(a){function o(A){return a.isWindow(A)?A:A.nodeType===9?A.defaultView||A.parentWindow:false}var D=/^t(?:able|d|h)$/i,y=/^(?:body|html)$/i;a.fn.offset="getBoundingClientRect"in
157
+ H.documentElement?function(A){var u=this[0],C;if(A)return this.each(function(j){a.offset.setOffset(this,A,j)});if(!u||!u.ownerDocument)return null;if(u===u.ownerDocument.body)return a.offset.bodyOffset(u);try{C=u.getBoundingClientRect()}catch(r){}var i=u.ownerDocument,f=i.documentElement;if(!C||!a.contains(f,u))return C?{top:C.top,left:C.left}:{top:0,left:0};u=i.body;i=o(i);return{top:C.top+(i.pageYOffset||a.support.boxModel&&f.scrollTop||u.scrollTop)-(f.clientTop||u.clientTop||0),left:C.left+(i.pageXOffset||
158
+ a.support.boxModel&&f.scrollLeft||u.scrollLeft)-(f.clientLeft||u.clientLeft||0)}}:function(A){var u=this[0];if(A)return this.each(function(l){a.offset.setOffset(this,A,l)});if(!u||!u.ownerDocument)return null;if(u===u.ownerDocument.body)return a.offset.bodyOffset(u);a.offset.initialize();var C,r=u.offsetParent,i=u.ownerDocument,f=i.documentElement,j=i.body;C=(i=i.defaultView)?i.getComputedStyle(u,null):u.currentStyle;for(var q=u.offsetTop,z=u.offsetLeft;(u=u.parentNode)&&u!==j&&u!==f;){if(a.offset.supportsFixedPosition&&
159
+ C.position==="fixed")break;C=i?i.getComputedStyle(u,null):u.currentStyle;q-=u.scrollTop;z-=u.scrollLeft;if(u===r){q+=u.offsetTop;z+=u.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&D.test(u.nodeName))){q+=parseFloat(C.borderTopWidth)||0;z+=parseFloat(C.borderLeftWidth)||0}r=u.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&C.overflow!=="visible"){q+=parseFloat(C.borderTopWidth)||0;z+=parseFloat(C.borderLeftWidth)||0}C=C}if(C.position==="relative"||
160
+ C.position==="static"){q+=j.offsetTop;z+=j.offsetLeft}if(a.offset.supportsFixedPosition&&C.position==="fixed"){q+=Math.max(f.scrollTop,j.scrollTop);z+=Math.max(f.scrollLeft,j.scrollLeft)}return{top:q,left:z}};a.offset={initialize:function(){var A=H.body,u=H.createElement("div"),C,r,i,f=parseFloat(a.css(A,"marginTop"))||0;a.extend(u.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});u.innerHTML="<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>";
161
+ A.insertBefore(u,A.firstChild);C=u.firstChild;r=C.firstChild;i=C.nextSibling.firstChild.firstChild;this.doesNotAddBorder=r.offsetTop!==5;this.doesAddBorderForTableAndCells=i.offsetTop===5;r.style.position="fixed";r.style.top="20px";this.supportsFixedPosition=r.offsetTop===20||r.offsetTop===15;r.style.position=r.style.top="";C.style.overflow="hidden";C.style.position="relative";this.subtractsBorderForOverflowNotVisible=r.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=A.offsetTop!==f;A.removeChild(u);
162
+ a.offset.initialize=a.noop},bodyOffset:function(A){var u=A.offsetTop,C=A.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){u+=parseFloat(a.css(A,"marginTop"))||0;C+=parseFloat(a.css(A,"marginLeft"))||0}return{top:u,left:C}},setOffset:function(A,u,C){var r=a.css(A,"position");if(r==="static")A.style.position="relative";var i=a(A),f=i.offset(),j=a.css(A,"top"),q=a.css(A,"left"),z=r==="absolute"&&a.inArray("auto",[j,q])>-1;r={};var l={};if(z)l=i.position();j=z?l.top:parseInt(j,
163
+ 10)||0;q=z?l.left:parseInt(q,10)||0;if(a.isFunction(u))u=u.call(A,C,f);if(u.top!=null)r.top=u.top-f.top+j;if(u.left!=null)r.left=u.left-f.left+q;"using"in u?u.using.call(A,r):i.css(r)}};a.fn.extend({position:function(){if(!this[0])return null;var A=this[0],u=this.offsetParent(),C=this.offset(),r=y.test(u[0].nodeName)?{top:0,left:0}:u.offset();C.top-=parseFloat(a.css(A,"marginTop"))||0;C.left-=parseFloat(a.css(A,"marginLeft"))||0;r.top+=parseFloat(a.css(u[0],"borderTopWidth"))||0;r.left+=parseFloat(a.css(u[0],
164
+ "borderLeftWidth"))||0;return{top:C.top-r.top,left:C.left-r.left}},offsetParent:function(){return this.map(function(){for(var A=this.offsetParent||H.body;A&&!y.test(A.nodeName)&&a.css(A,"position")==="static";)A=A.offsetParent;return A})}});a.each(["Left","Top"],function(A,u){var C="scroll"+u;a.fn[C]=function(r){var i=this[0],f;if(!i)return null;if(r!==K)return this.each(function(){if(f=o(this))f.scrollTo(!A?r:a(f).scrollLeft(),A?r:a(f).scrollTop());else this[C]=r});else return(f=o(i))?"pageXOffset"in
165
+ f?f[A?"pageYOffset":"pageXOffset"]:a.support.boxModel&&f.document.documentElement[C]||f.document.body[C]:i[C]}})})(S);(function(a){a.each(["Height","Width"],function(o,D){var y=D.toLowerCase();a.fn["inner"+D]=function(){return this[0]?parseFloat(a.css(this[0],y,"padding")):null};a.fn["outer"+D]=function(A){return this[0]?parseFloat(a.css(this[0],y,A?"margin":"border")):null};a.fn[y]=function(A){var u=this[0];if(!u)return A==null?null:this;if(a.isFunction(A))return this.each(function(r){var i=a(this);
166
+ i[y](A.call(this,r,i[y]()))});if(a.isWindow(u)){var C=u.document.documentElement["client"+D];return u.document.compatMode==="CSS1Compat"&&C||u.document.body["client"+D]||C}else if(u.nodeType===9)return Math.max(u.documentElement["client"+D],u.body["scroll"+D],u.documentElement["scroll"+D],u.body["offset"+D],u.documentElement["offset"+D]);else if(A===K){u=a.css(u,y);C=parseFloat(u);return a.isNaN(C)?u:C}else return this.css(y,typeof A==="string"?A:A+"px")}})})(S)})(window);
@@ -7,5 +7,105 @@
7
7
  *
8
8
  * Copyright (c) 2007 Andreas Eberhard
9
9
  * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
10
+ *
11
+ * Changelog:
12
+ * 11.09.2007 Version 1.1
13
+ * - removed noConflict
14
+ * - added png-support for input type=image
15
+ * - 01.08.2007 CSS background-image support extension added by Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
16
+ * 31.05.2007 initial Version 1.0
17
+ * --------------------------------------------------------------------
18
+ * @example $(function(){$(document).pngFix();});
19
+ * @desc Fixes all PNG's in the document on document.ready
20
+ *
21
+ * jQuery(function(){jQuery(document).pngFix();});
22
+ * @desc Fixes all PNG's in the document on document.ready when using noConflict
23
+ *
24
+ * @example $(function(){$('div.examples').pngFix();});
25
+ * @desc Fixes all PNG's within div with class examples
26
+ *
27
+ * @example $(function(){$('div.examples').pngFix( { blankgif:'ext.gif' } );});
28
+ * @desc Fixes all PNG's within div with class examples, provides blank gif for input with png
29
+ * --------------------------------------------------------------------
10
30
  */
11
- eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([237-9n-zA-Z]|1\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(s(m){3.fn.pngFix=s(c){c=3.extend({P:\'blank.gif\'},c);8 e=(o.Q=="t R S"&&T(o.u)==4&&o.u.A("U 5.5")!=-1);8 f=(o.Q=="t R S"&&T(o.u)==4&&o.u.A("U 6.0")!=-1);p(3.browser.msie&&(e||f)){3(2).B("img[n$=.C]").D(s(){3(2).7(\'q\',3(2).q());3(2).7(\'r\',3(2).r());8 a=\'\';8 b=\'\';8 g=(3(2).7(\'E\'))?\'E="\'+3(2).7(\'E\')+\'" \':\'\';8 h=(3(2).7(\'F\'))?\'F="\'+3(2).7(\'F\')+\'" \':\'\';8 i=(3(2).7(\'G\'))?\'G="\'+3(2).7(\'G\')+\'" \':\'\';8 j=(3(2).7(\'H\'))?\'H="\'+3(2).7(\'H\')+\'" \':\'\';8 k=(3(2).7(\'V\'))?\'float:\'+3(2).7(\'V\')+\';\':\'\';8 d=(3(2).parent().7(\'href\'))?\'cursor:hand;\':\'\';p(2.9.v){a+=\'v:\'+2.9.v+\';\';2.9.v=\'\'}p(2.9.w){a+=\'w:\'+2.9.w+\';\';2.9.w=\'\'}p(2.9.x){a+=\'x:\'+2.9.x+\';\';2.9.x=\'\'}8 l=(2.9.cssText);b+=\'<y \'+g+h+i+j;b+=\'9="W:X;white-space:pre-line;Y:Z-10;I:transparent;\'+k+d;b+=\'q:\'+3(2).q()+\'z;r:\'+3(2).r()+\'z;\';b+=\'J:K:L.t.M(n=\\\'\'+3(2).7(\'n\')+\'\\\', N=\\\'O\\\');\';b+=l+\'"></y>\';p(a!=\'\'){b=\'<y 9="W:X;Y:Z-10;\'+a+d+\'q:\'+3(2).q()+\'z;r:\'+3(2).r()+\'z;">\'+b+\'</y>\'}3(2).hide();3(2).after(b)});3(2).B("*").D(s(){8 a=3(2).11(\'I-12\');p(a.A(".C")!=-1){8 b=a.13(\'url("\')[1].13(\'")\')[0];3(2).11(\'I-12\',\'none\');3(2).14(0).15.J="K:L.t.M(n=\'"+b+"\',N=\'O\')"}});3(2).B("input[n$=.C]").D(s(){8 a=3(2).7(\'n\');3(2).14(0).15.J=\'K:L.t.M(n=\\\'\'+a+\'\\\', N=\\\'O\\\');\';3(2).7(\'n\',c.P)})}return 3}})(3);',[],68,'||this|jQuery||||attr|var|style||||||||||||||src|navigator|if|width|height|function|Microsoft|appVersion|border|padding|margin|span|px|indexOf|find|png|each|id|class|title|alt|background|filter|progid|DXImageTransform|AlphaImageLoader|sizingMethod|scale|blankgif|appName|Internet|Explorer|parseInt|MSIE|align|position|relative|display|inline|block|css|image|split|get|runtimeStyle'.split('|'),0,{}))
31
+
32
+ (function($) {
33
+
34
+ jQuery.fn.pngFix = function(settings) {
35
+
36
+ // Settings
37
+ settings = jQuery.extend({
38
+ blankgif: '/images/jquery/ui/pngFix/blank.gif'
39
+ }, settings);
40
+
41
+ var ie55 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 5.5") != -1);
42
+ var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1);
43
+
44
+ if (jQuery.browser.msie && (ie55 || ie6)) {
45
+
46
+ //fix images with png-source
47
+ jQuery(this).find("img[@src$=.png]").each(function() {
48
+
49
+ jQuery(this).attr('width',jQuery(this).width());
50
+ jQuery(this).attr('height',jQuery(this).height());
51
+
52
+ var prevStyle = '';
53
+ var strNewHTML = '';
54
+ var imgId = (jQuery(this).attr('id')) ? 'id="' + jQuery(this).attr('id') + '" ' : '';
55
+ var imgClass = (jQuery(this).attr('class')) ? 'class="' + jQuery(this).attr('class') + '" ' : '';
56
+ var imgTitle = (jQuery(this).attr('title')) ? 'title="' + jQuery(this).attr('title') + '" ' : '';
57
+ var imgAlt = (jQuery(this).attr('alt')) ? 'alt="' + jQuery(this).attr('alt') + '" ' : '';
58
+ var imgAlign = (jQuery(this).attr('align')) ? 'float:' + jQuery(this).attr('align') + ';' : '';
59
+ var imgHand = (jQuery(this).parent().attr('href')) ? 'cursor:hand;' : '';
60
+ if (this.style.border) {
61
+ prevStyle += 'border:'+this.style.border+';';
62
+ this.style.border = '';
63
+ }
64
+ if (this.style.padding) {
65
+ prevStyle += 'padding:'+this.style.padding+';';
66
+ this.style.padding = '';
67
+ }
68
+ if (this.style.margin) {
69
+ prevStyle += 'margin:'+this.style.margin+';';
70
+ this.style.margin = '';
71
+ }
72
+ var imgStyle = (this.style.cssText);
73
+
74
+ strNewHTML += '<span '+imgId+imgClass+imgTitle+imgAlt;
75
+ strNewHTML += 'style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+imgAlign+imgHand;
76
+ strNewHTML += 'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;';
77
+ strNewHTML += 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + jQuery(this).attr('src') + '\', sizingMethod=\'scale\');';
78
+ strNewHTML += imgStyle+'"></span>';
79
+ if (prevStyle != ''){
80
+ strNewHTML = '<span style="position:relative;display:inline-block;'+prevStyle+imgHand+'width:' + jQuery(this).width() + 'px;' + 'height:' + jQuery(this).height() + 'px;'+'">' + strNewHTML + '</span>';
81
+ }
82
+
83
+ jQuery(this).hide();
84
+ jQuery(this).after(strNewHTML);
85
+
86
+ });
87
+
88
+ // fix css background pngs
89
+ jQuery(this).find("*").each(function(){
90
+ var bgIMG = jQuery(this).css('background-image');
91
+ if(bgIMG.indexOf(".png")!=-1){
92
+ var iebg = bgIMG.split('url("')[1].split('")')[0];
93
+ jQuery(this).css('background-image', 'none');
94
+ jQuery(this).get(0).runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + iebg + "',sizingMethod='scale')";
95
+ }
96
+ });
97
+
98
+ //fix input with png-source
99
+ jQuery(this).find("input[@src$=.png]").each(function() {
100
+ var bgIMG = jQuery(this).attr('src');
101
+ jQuery(this).get(0).runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + bgIMG + '\', sizingMethod=\'scale\');';
102
+ jQuery(this).attr('src', settings.blankgif)
103
+ });
104
+
105
+ }
106
+
107
+ return jQuery;
108
+
109
+ };
110
+
111
+ })(jQuery);
@@ -1,2 +1,5 @@
1
- eval(function(e,g,a,d,c,f){c=function(b){return(b<62?"":c(parseInt(b/62)))+((b%=62)>35?String.fromCharCode(b+29):b.toString(36))};if("0".replace(0,c)==0){for(;a--;)f[c(a)]=d[a];d=[function(b){return f[b]||b}];c=function(){return"([237-9n-zA-Z]|1\\w)"};a=1}for(;a--;)if(d[a])e=e.replace(RegExp("\\b"+c(a)+"\\b","g"),d[a]);return e}("(s(m){3.fn.pngFix=s(c){c=3.extend({P:'blank.gif'},c);8 e=(o.Q==\"t R S\"&&T(o.u)==4&&o.u.A(\"U 5.5\")!=-1);8 f=(o.Q==\"t R S\"&&T(o.u)==4&&o.u.A(\"U 6.0\")!=-1);p(3.browser.msie&&(e||f)){3(2).B(\"img[n$=.C]\").D(s(){3(2).7('q',3(2).q());3(2).7('r',3(2).r());8 a='';8 b='';8 g=(3(2).7('E'))?'E=\"'+3(2).7('E')+'\" ':'';8 h=(3(2).7('F'))?'F=\"'+3(2).7('F')+'\" ':'';8 i=(3(2).7('G'))?'G=\"'+3(2).7('G')+'\" ':'';8 j=(3(2).7('H'))?'H=\"'+3(2).7('H')+'\" ':'';8 k=(3(2).7('V'))?'float:'+3(2).7('V')+';':'';8 d=(3(2).parent().7('href'))?'cursor:hand;':'';p(2.9.v){a+='v:'+2.9.v+';';2.9.v=''}p(2.9.w){a+='w:'+2.9.w+';';2.9.w=''}p(2.9.x){a+='x:'+2.9.x+';';2.9.x=''}8 l=(2.9.cssText);b+='<y '+g+h+i+j;b+='9=\"W:X;white-space:pre-line;Y:Z-10;I:transparent;'+k+d;b+='q:'+3(2).q()+'z;r:'+3(2).r()+'z;';b+='J:K:L.t.M(n=\\''+3(2).7('n')+'\\', N=\\'O\\');';b+=l+'\"></y>';p(a!=''){b='<y 9=\"W:X;Y:Z-10;'+a+d+'q:'+3(2).q()+'z;r:'+3(2).r()+'z;\">'+b+'</y>'}3(2).hide();3(2).after(b)});3(2).B(\"*\").D(s(){8 a=3(2).11('I-12');p(a.A(\".C\")!=-1){8 b=a.13('url(\"')[1].13('\")')[0];3(2).11('I-12','none');3(2).14(0).15.J=\"K:L.t.M(n='\"+b+\"',N='O')\"}});3(2).B(\"input[n$=.C]\").D(s(){8 a=3(2).7('n');3(2).14(0).15.J='K:L.t.M(n=\\''+a+'\\', N=\\'O\\');';3(2).7('n',c.P)})}return 3}})(3);",
2
- [],68,"||this|jQuery||||attr|var|style||||||||||||||src|navigator|if|width|height|function|Microsoft|appVersion|border|padding|margin|span|px|indexOf|find|png|each|id|class|title|alt|background|filter|progid|DXImageTransform|AlphaImageLoader|sizingMethod|scale|blankgif|appName|Internet|Explorer|parseInt|MSIE|align|position|relative|display|inline|block|css|image|split|get|runtimeStyle".split("|"),0,{}));
1
+ (function(){jQuery.fn.pngFix=function(c){c=jQuery.extend({blankgif:"/images/jquery/ui/pngFix/blank.gif"},c);var e=navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 5.5")!=-1,f=navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 6.0")!=-1;if(jQuery.browser.msie&&(e||f)){jQuery(this).find("img[@src$=.png]").each(function(){jQuery(this).attr("width",jQuery(this).width());
2
+ jQuery(this).attr("height",jQuery(this).height());var a="",b="",g=jQuery(this).attr("id")?'id="'+jQuery(this).attr("id")+'" ':"",h=jQuery(this).attr("class")?'class="'+jQuery(this).attr("class")+'" ':"",i=jQuery(this).attr("title")?'title="'+jQuery(this).attr("title")+'" ':"",j=jQuery(this).attr("alt")?'alt="'+jQuery(this).attr("alt")+'" ':"",k=jQuery(this).attr("align")?"float:"+jQuery(this).attr("align")+";":"",d=jQuery(this).parent().attr("href")?"cursor:hand;":"";if(this.style.border){a+="border:"+
3
+ this.style.border+";";this.style.border=""}if(this.style.padding){a+="padding:"+this.style.padding+";";this.style.padding=""}if(this.style.margin){a+="margin:"+this.style.margin+";";this.style.margin=""}var l=this.style.cssText;b+="<span "+g+h+i+j;b+='style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+k+d;b+="width:"+jQuery(this).width()+"px;height:"+jQuery(this).height()+"px;";b+="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+jQuery(this).attr("src")+
4
+ "', sizingMethod='scale');";b+=l+'"></span>';if(a!="")b='<span style="position:relative;display:inline-block;'+a+d+"width:"+jQuery(this).width()+"px;height:"+jQuery(this).height()+'px;">'+b+"</span>";jQuery(this).hide();jQuery(this).after(b)});jQuery(this).find("*").each(function(){var a=jQuery(this).css("background-image");if(a.indexOf(".png")!=-1){a=a.split('url("')[1].split('")')[0];jQuery(this).css("background-image","none");jQuery(this).get(0).runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
5
+ a+"',sizingMethod='scale')"}});jQuery(this).find("input[@src$=.png]").each(function(){var a=jQuery(this).attr("src");jQuery(this).get(0).runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+a+"', sizingMethod='scale');";jQuery(this).attr("src",c.blankgif)})}return jQuery}})(jQuery);
@@ -58,6 +58,7 @@ image 'jquery/ui/contextMenu/page_white_paste.png'
58
58
  image 'jquery/ui/farbtastic/marker.png'
59
59
  image 'jquery/ui/farbtastic/mask.png'
60
60
  image 'jquery/ui/farbtastic/wheel.png'
61
+ image 'jquery/ui/pngFix/blank.gif'
61
62
  image 'jquery/ui/themeSwitcher/buttonbg.png'
62
63
  image 'jquery/ui/themeSwitcher/icon_color_arrow.gif'
63
64
  image 'jquery/ui/themeSwitcher/menuhoverbg.png'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-jquery-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 91
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 2
10
- - 2
11
- version: 0.3.2.2
10
+ - 3
11
+ version: 0.3.2.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Kosmas Schuetz
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-02-05 00:00:00 +01:00
19
+ date: 2011-02-06 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -705,6 +705,7 @@ files:
705
705
  - templates/jquery/jquery/ui/pepper-grinder/ui-icons_fbdb93_256x240.png
706
706
  - templates/jquery/jquery/ui/pepper-grinder/ui-icons_ffffff_256x240.png
707
707
  - templates/jquery/jquery/ui/pepper-grinder.scss
708
+ - templates/jquery/jquery/ui/pngFix/blank.gif
708
709
  - templates/jquery/jquery/ui/redmond/ui-anim_basic_16x16.gif
709
710
  - templates/jquery/jquery/ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png
710
711
  - templates/jquery/jquery/ui/redmond/ui-bg_flat_55_fbec88_40x100.png