(function(){var U=this,Z,F=U.jQuery,R=U.$,S=U.jQuery=U.$=function(B,A){return new S.fn.init(B,A)},L=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,AA=/^.[^:#\[\.,]*$/;S.fn=S.prototype={init:function(b,B){b=b||document;if(b.nodeType){this[0]=b;this.length=1;this.context=b;return this}if(typeof b==="string"){var C=L.exec(b);if(C&&(C[1]||!B)){if(C[1]){b=S.clean([C[1]],B)}else{var A=document.getElementById(C[3]);if(A){if(A.id!=C[3]){return S().find(b)}var a=S(A);a.context=document;a.selector=b;return a}b=[]}}else{return S(B).find(b)}}else{if(S.isFunction(b)){return S(document).ready(b)}}if(b.selector&&b.context){this.selector=b.selector;this.context=b.context}return this.setArray(S.makeArray(b))},selector:"",jquery:"1.3",size:function(){return this.length},get:function(A){return A===Z?S.makeArray(this):this[A]},pushStack:function(C,A,a){var B=S(C);B.prevObject=this;B.context=this.context;if(A==="find"){B.selector=this.selector+(this.selector?" ":"")+a}else{if(A){B.selector=this.selector+"."+A+"("+a+")"}}return B},setArray:function(A){this.length=0;Array.prototype.push.apply(this,A);return this},each:function(A,B){return S.each(this,A,B)},index:function(A){return S.inArray(A&&A.jquery?A[0]:A,this)},attr:function(C,A,B){var a=C;if(typeof C==="string"){if(A===Z){return this[0]&&S[B||"attr"](this[0],C)}else{a={};a[C]=A}}return this.each(function(b){for(C in a){S.attr(B?this.style:this,C,S.prop(this,a[C],B,b,C))}})},css:function(B,A){if((B=="width"||B=="height")&&parseFloat(A)<0){A=Z}return this.attr(B,A,"curCSS")},text:function(A){if(typeof A!=="object"&&A!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(A))}var B="";S.each(A||this,function(){S.each(this.childNodes,function(){if(this.nodeType!=8){B+=this.nodeType!=1?this.nodeValue:S.fn.text([this])}})});return B},wrapAll:function(B){if(this[0]){var A=S(B,this[0].ownerDocument).clone();if(this[0].parentNode){A.insertBefore(this[0])}A.map(function(){var C=this;while(C.firstChild){C=C.firstChild}return C}).append(this)}return this},wrapInner:function(A){return this.each(function(){S(this).contents().wrapAll(A)})},wrap:function(A){return this.each(function(){S(this).wrapAll(A)})},append:function(){return this.domManip(arguments,true,function(A){if(this.nodeType==1){this.appendChild(A)}})},prepend:function(){return this.domManip(arguments,true,function(A){if(this.nodeType==1){this.insertBefore(A,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(A){this.parentNode.insertBefore(A,this)})},after:function(){return this.domManip(arguments,false,function(A){this.parentNode.insertBefore(A,this.nextSibling)})},end:function(){return this.prevObject||S([])},push:[].push,find:function(C){if(this.length===1&&!/,/.test(C)){var A=this.pushStack([],"find",C);A.length=0;S.find(C,this[0],A);return A}else{var B=S.map(this,function(a){return S.find(C,a)});return this.pushStack(/[^+>] [^+>]/.test(C)?S.unique(B):B,"find",C)}},clone:function(B){var C=this.map(function(){if(!S.support.noCloneEvent&&!S.isXMLDoc(this)){var a=this.cloneNode(true),b=document.createElement("div");b.appendChild(a);return S.clean([b.innerHTML])[0]}else{return this.cloneNode(true)}});var A=C.find("*").andSelf().each(function(){if(this[Y]!==Z){this[Y]=null}});if(B===true){this.find("*").andSelf().each(function(c){if(this.nodeType==3){return }var d=S.data(this,"events");for(var a in d){for(var b in d[a]){S.event.add(A[c],a,d[a][b],d[a][b].data)}}})}return C},filter:function(A){return this.pushStack(S.isFunction(A)&&S.grep(this,function(B,C){return A.call(B,C)})||S.multiFilter(A,S.grep(this,function(B){return B.nodeType===1})),"filter",A)},closest:function(B){var A=S.expr.match.POS.test(B)?S(B):null;return this.map(function(){var C=this;while(C&&C.ownerDocument){if(A?A.index(C)>-1:S(C).is(B)){return C}C=C.parentNode}})},not:function(B){if(typeof B==="string"){if(AA.test(B)){return this.pushStack(S.multiFilter(B,this,true),"not",B)}else{B=S.multiFilter(B,this)}}var A=B.length&&B[B.length-1]!==Z&&!B.nodeType;return this.filter(function(){return A?S.inArray(this,B)<0:this!=B})},add:function(A){return this.pushStack(S.unique(S.merge(this.get(),typeof A==="string"?S(A):S.makeArray(A))))},is:function(A){return !!A&&S.multiFilter(A,this).length>0},hasClass:function(A){return !!A&&this.is("."+A)},val:function(a){if(a===Z){var A=this[0];if(A){if(S.nodeName(A,"option")){return(A.attributes.value||{}).specified?A.value:A.text}if(S.nodeName(A,"select")){var c=A.selectedIndex,C=[],B=A.options,d=A.type=="select-one";if(c<0){return null}for(var f=d?c:0,b=d?c+1:B.length;f<b;f++){var e=B[f];if(e.selected){a=S(e).val();if(d){return a}C.push(a)}}return C}return(A.value||"").replace(/\r/g,"")}return Z}if(typeof a==="number"){a+=""}return this.each(function(){if(this.nodeType!=1){return }if(S.isArray(a)&&/radio|checkbox/.test(this.type)){this.checked=(S.inArray(this.value,a)>=0||S.inArray(this.name,a)>=0)}else{if(S.nodeName(this,"select")){var g=S.makeArray(a);S("option",this).each(function(){this.selected=(S.inArray(this.value,g)>=0||S.inArray(this.text,g)>=0)});if(!g.length){this.selectedIndex=-1}}else{this.value=a}}})},html:function(A){return A===Z?(this[0]?this[0].innerHTML:null):this.empty().append(A)},replaceWith:function(A){return this.after(A).remove()},eq:function(A){return this.slice(A,+A+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(A){return this.pushStack(S.map(this,function(B,C){return A.call(B,C,B)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(b,B,C){if(this[0]){var c=(this[0].ownerDocument||this[0]).createDocumentFragment(),f=S.clean(b,(this[0].ownerDocument||this[0]),c),d=c.firstChild,A=this.length>1?c.cloneNode(true):c;if(d){for(var e=0,g=this.length;e<g;e++){C.call(a(this[e],d),e>0?A.cloneNode(true):c)}}if(f){S.each(f,E)}}return this;function a(i,h){return B&&S.nodeName(i,"table")&&S.nodeName(h,"tr")?(i.getElementsByTagName("tbody")[0]||i.appendChild(i.ownerDocument.createElement("tbody"))):i}}};S.fn.init.prototype=S.fn;function E(B,A){if(A.src){S.ajax({url:A.src,async:false,dataType:"script"})}else{S.globalEval(A.text||A.textContent||A.innerHTML||"")}if(A.parentNode){A.parentNode.removeChild(A)}}function AB(){return +new Date}S.extend=S.fn.extend=function(){var C=arguments[0]||{},b=1,a=arguments.length,e=false,c;if(typeof C==="boolean"){e=C;C=arguments[1]||{};b=2}if(typeof C!=="object"&&!S.isFunction(C)){C={}}if(a==b){C=this;--b}for(;b<a;b++){if((c=arguments[b])!=null){for(var d in c){var B=C[d],A=c[d];if(C===A){continue}if(e&&A&&typeof A==="object"&&!A.nodeType){C[d]=S.extend(e,B||(A.length!=null?[]:{}),A)}else{if(A!==Z){C[d]=A}}}}}return C};var AE=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},M=Object.prototype.toString;S.extend({noConflict:function(A){U.$=R;if(A){U.jQuery=F}return S},isFunction:function(A){return M.call(A)==="[object Function]"},isArray:function(A){return M.call(A)==="[object Array]"},isXMLDoc:function(A){return A.documentElement&&!A.body||A.tagName&&A.ownerDocument&&!A.ownerDocument.body},globalEval:function(A){A=S.trim(A);if(A){var B=document.getElementsByTagName("head")[0]||document.documentElement,C=document.createElement("script");C.type="text/javascript";if(S.support.scriptEval){C.appendChild(document.createTextNode(A))}else{C.text=A}B.insertBefore(C,B.firstChild);B.removeChild(C)}},nodeName:function(A,B){return A.nodeName&&A.nodeName.toUpperCase()==B.toUpperCase()},each:function(b,A,c){var d,a=0,C=b.length;if(c){if(C===Z){for(d in b){if(A.apply(b[d],c)===false){break}}}else{for(;a<C;){if(A.apply(b[a++],c)===false){break}}}}else{if(C===Z){for(d in b){if(A.call(b[d],d,b[d])===false){break}}}else{for(var B=b[0];a<C&&A.call(B,a,B)!==false;B=b[++a]){}}}return b},prop:function(B,A,C,a,b){if(S.isFunction(A)){A=A.call(B,a)}return typeof A==="number"&&C=="curCSS"&&!AE.test(b)?A+"px":A},className:{add:function(B,A){S.each((A||"").split(/\s+/),function(a,C){if(B.nodeType==1&&!S.className.has(B.className,C)){B.className+=(B.className?" ":"")+C}})},remove:function(B,A){if(B.nodeType==1){B.className=A!==Z?S.grep(B.className.split(/\s+/),function(C){return !S.className.has(A,C)}).join(" "):""}},has:function(A,B){return S.inArray(B,(A.className||A).toString().split(/\s+/))>-1}},swap:function(B,C,A){var b={};for(var a in C){b[a]=B.style[a];B.style[a]=C[a]}A.call(B);for(var a in C){B.style[a]=b[a]}},css:function(b,d,C){if(d=="width"||d=="height"){var A,c={position:"absolute",visibility:"hidden",display:"block"},B=d=="width"?["Left","Right"]:["Top","Bottom"];function a(){A=d=="width"?b.offsetWidth:b.offsetHeight;var e=0,f=0;S.each(B,function(){e+=parseFloat(S.curCSS(b,"padding"+this,true))||0;f+=parseFloat(S.curCSS(b,"border"+this+"Width",true))||0});A-=Math.round(e+f)}if(S(b).is(":visible")){a()}else{S.swap(b,c,a)}return Math.max(0,A)}return S.curCSS(b,d,C)},curCSS:function(c,f,e){var C,A=c.style;if(f=="opacity"&&!S.support.opacity){C=S.attr(A,"opacity");return C==""?"1":C}if(f.match(/float/i)){f=H}if(!e&&A&&A[f]){C=A[f]}else{if(Q.getComputedStyle){if(f.match(/float/i)){f="float"}f=f.replace(/([A-Z])/g,"-$1").toLowerCase();var B=Q.getComputedStyle(c,null);if(B){C=B.getPropertyValue(f)}if(f=="opacity"&&C==""){C="1"}}else{if(c.currentStyle){var b=f.replace(/\-(\w)/g,function(h,g){return g.toUpperCase()});C=c.currentStyle[f]||c.currentStyle[b];if(!/^\d+(px)?$/i.test(C)&&/^\d/.test(C)){var d=A.left,a=c.runtimeStyle.left;c.runtimeStyle.left=c.currentStyle.left;A.left=C||0;C=A.pixelLeft+"px";A.left=d;c.runtimeStyle.left=a}}}}return C},clean:function(d,B,a){B=B||document;if(typeof B.createElement==="undefined"){B=B.ownerDocument||B[0]&&B[0].ownerDocument||document}if(!a&&d.length===1&&typeof d[0]==="string"){var b=/^<(\w+)\s*\/?>$/.exec(d[0]);if(b){return[B.createElement(b[1])]}}var c=[],e=[],A=B.createElement("div");S.each(d,function(i,g){if(typeof g==="number"){g+=""}if(!g){return }if(typeof g==="string"){g=g.replace(/(<(\w+)[^>]*?)\/>/g,function(m,l,n){return n.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?m:l+"></"+n+">"});var j=S.trim(g).toLowerCase();var h=!j.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!j.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||j.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!j.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!j.indexOf("<td")||!j.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!j.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!S.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];A.innerHTML=h[1]+g+h[2];while(h[0]--){A=A.lastChild}if(!S.support.tbody){var k=!j.indexOf("<table")&&j.indexOf("<tbody")<0?A.firstChild&&A.firstChild.childNodes:h[1]=="<table>"&&j.indexOf("<tbody")<0?A.childNodes:[];for(var f=k.length-1;f>=0;--f){if(S.nodeName(k[f],"tbody")&&!k[f].childNodes.length){k[f].parentNode.removeChild(k[f])}}}if(!S.support.leadingWhitespace&&/^\s/.test(g)){A.insertBefore(B.createTextNode(g.match(/^\s*/)[0]),A.firstChild)}g=S.makeArray(A.childNodes)}if(g.nodeType){c.push(g)}else{c=S.merge(c,g)}});if(a){for(var C=0;c[C];C++){if(S.nodeName(c[C],"script")&&(!c[C].type||c[C].type.toLowerCase()==="text/javascript")){e.push(c[C].parentNode?c[C].parentNode.removeChild(c[C]):c[C])}else{if(c[C].nodeType===1){c.splice.apply(c,[C+1,0].concat(S.makeArray(c[C].getElementsByTagName("script"))))}a.appendChild(c[C])}}return e}return c},attr:function(C,c,B){if(!C||C.nodeType==3||C.nodeType==8){return Z}var b=!S.isXMLDoc(C),A=B!==Z;c=b&&S.props[c]||c;if(C.tagName){var d=/href|src|style/.test(c);if(c=="selected"&&C.parentNode){C.parentNode.selectedIndex}if(c in C&&b&&!d){if(A){if(c=="type"&&S.nodeName(C,"input")&&C.parentNode){throw"type property can't be changed"}C[c]=B}if(S.nodeName(C,"form")&&C.getAttributeNode(c)){return C.getAttributeNode(c).nodeValue}if(c=="tabIndex"){var a=C.getAttributeNode("tabIndex");return a&&a.specified?a.value:C.nodeName.match(/^(a|area|button|input|object|select|textarea)$/i)?0:Z}return C[c]}if(!S.support.style&&b&&c=="style"){return S.attr(C.style,"cssText",B)}if(A){C.setAttribute(c,""+B)}var e=!S.support.hrefNormalized&&b&&d?C.getAttribute(c,2):C.getAttribute(c);return e===null?Z:e}if(!S.support.opacity&&c=="opacity"){if(A){C.zoom=1;C.filter=(C.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(B)+""=="NaN"?"":"alpha(opacity="+B*100+")")}return C.filter&&C.filter.indexOf("opacity=")>=0?(parseFloat(C.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}c=c.replace(/-([a-z])/ig,function(f,g){return g.toUpperCase()});if(A){C[c]=B}return C[c]},trim:function(A){return(A||"").replace(/^\s+|\s+$/g,"")},makeArray:function(A){var C=[];if(A!=null){var B=A.length;if(B==null||typeof A==="string"||S.isFunction(A)||A.setInterval){C[0]=A}else{while(B){C[--B]=A[B]}}}return C},inArray:function(B,A){for(var a=0,C=A.length;a<C;a++){if(A[a]===B){return a}}return -1},merge:function(B,b){var a=0,C,A=B.length;if(!S.support.getAll){while((C=b[a++])!=null){if(C.nodeType!=8){B[A++]=C}}}else{while((C=b[a++])!=null){B[A++]=C}}return B},unique:function(A){var c=[],d={};try{for(var b=0,a=A.length;b<a;b++){var B=S.data(A[b]);if(!d[B]){d[B]=true;c.push(A[b])}}}catch(C){c=A}return c},grep:function(b,A,c){var a=[];for(var C=0,B=b.length;C<B;C++){if(!c!=!A(b[C],C)){a.push(b[C])}}return a},map:function(c,A){var b=[];for(var a=0,C=c.length;a<C;a++){var B=A(c[a],a);if(B!=null){b[b.length]=B}}return b.concat.apply([],b)}});var O=navigator.userAgent.toLowerCase();S.browser={version:(O.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(O),opera:/opera/.test(O),msie:/msie/.test(O)&&!/opera/.test(O),mozilla:/mozilla/.test(O)&&!/(compatible|webkit)/.test(O)};S.each({parent:function(A){return A.parentNode},parents:function(A){return S.dir(A,"parentNode")},next:function(A){return S.nth(A,2,"nextSibling")},prev:function(A){return S.nth(A,2,"previousSibling")},nextAll:function(A){return S.dir(A,"nextSibling")},prevAll:function(A){return S.dir(A,"previousSibling")},siblings:function(A){return S.sibling(A.parentNode.firstChild,A)},children:function(A){return S.sibling(A.firstChild)},contents:function(A){return S.nodeName(A,"iframe")?A.contentDocument||A.contentWindow.document:S.makeArray(A.childNodes)}},function(B,A){S.fn[B]=function(a){var C=S.map(this,A);if(a&&typeof a=="string"){C=S.multiFilter(a,C)}return this.pushStack(S.unique(C),B,a)}});S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(B,A){S.fn[B]=function(){var C=arguments;return this.each(function(){for(var b=0,a=C.length;b<a;b++){S(C[b])[A](this)}})}});S.each({removeAttr:function(A){S.attr(this,A,"");if(this.nodeType==1){this.removeAttribute(A)}},addClass:function(A){S.className.add(this,A)},removeClass:function(A){S.className.remove(this,A)},toggleClass:function(A,B){if(typeof B!=="boolean"){B=!S.className.has(this,A)}S.className[B?"add":"remove"](this,A)},remove:function(A){if(!A||S.filter(A,[this]).length){S("*",this).add([this]).each(function(){S.event.remove(this);S.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){S(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(B,A){S.fn[B]=function(){return this.each(A,arguments)}});function W(B,A){return B[0]&&parseInt(S.curCSS(B[0],A,true),10)||0}var Y="jQuery"+AB(),I=0,D={};S.extend({cache:{},data:function(C,a,B){C=C==U?D:C;var A=C[Y];if(!A){A=C[Y]=++I}if(a&&!S.cache[A]){S.cache[A]={}}if(B!==Z){S.cache[A][a]=B}return a?S.cache[A][a]:A},removeData:function(C,a){C=C==U?D:C;var A=C[Y];if(a){if(S.cache[A]){delete S.cache[A][a];a="";for(a in S.cache[A]){break}if(!a){S.removeData(C)}}}else{try{delete C[Y]}catch(B){if(C.removeAttribute){C.removeAttribute(Y)}}delete S.cache[A]}},queue:function(C,a,A){if(C){a=(a||"fx")+"queue";var B=S.data(C,a);if(!B||S.isArray(A)){B=S.data(C,a,S.makeArray(A))}else{if(A){B.push(A)}}}return B},dequeue:function(A,B){var a=S.queue(A,B),C=a.shift();if(!B||B==="fx"){C=a[0]}if(C!==Z){C.call(A)}}});S.fn.extend({data:function(a,B){var A=a.split(".");A[1]=A[1]?"."+A[1]:"";if(B===Z){var C=this.triggerHandler("getData"+A[1]+"!",[A[0]]);if(C===Z&&this.length){C=S.data(this[0],a)}return C===Z&&A[1]?this.data(A[0]):C}else{return this.trigger("setData"+A[1]+"!",[A[0],B]).each(function(){S.data(this,a,B)})}},removeData:function(A){return this.each(function(){S.removeData(this,A)})},queue:function(B,A){if(typeof B!=="string"){A=B;B="fx"}if(A===Z){return S.queue(this[0],B)}return this.each(function(){var C=S.queue(this,B,A);if(B=="fx"&&C.length==1){C[0].call(this)}})},dequeue:function(A){return this.each(function(){S.dequeue(this,A)})}});(function(){var C=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|[^[\]]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,e=0,h=Object.prototype.toString;var i=function(y,q,AI,n){AI=AI||[];q=q||document;if(q.nodeType!==1&&q.nodeType!==9){return[]}if(!y||typeof y!=="string"){return AI}var AH=[],AG,k,v,w,j,r,s=true;C.lastIndex=0;while((AG=C.exec(y))!==null){AH.push(AG[1]);if(AG[2]){r=RegExp.rightContext;break}}if(AH.length>1&&g.match.POS.exec(y)){if(AH.length===2&&g.relative[AH[0]]){var o="",l;while((l=g.match.POS.exec(y))){o+=l[0];y=y.replace(g.match.POS,"")}k=i.filter(o,i(/\s$/.test(y)?y+"*":y,q))}else{k=g.relative[AH[0]]?[q]:i(AH.shift(),q);while(AH.length){var t=[];y=AH.shift();if(g.relative[y]){y+=AH.shift()}for(var x=0,z=k.length;x<z;x++){i(y,k[x],t)}k=t}}}else{var u=n?{expr:AH.pop(),set:A(n)}:i.find(AH.pop(),AH.length===1&&q.parentNode?q.parentNode:q);k=i.filter(u.expr,u.set);if(AH.length>0){v=A(k)}else{s=false}while(AH.length){var p=AH.pop(),m=p;if(!g.relative[p]){p=""}else{m=AH.pop()}if(m==null){m=q}g.relative[p](v,m,a(q))}}if(!v){v=k}if(!v){throw"Syntax error, unrecognized expression: "+(p||y)}if(h.call(v)==="[object Array]"){if(!s){AI.push.apply(AI,v)}else{if(q.nodeType===1){for(var x=0;v[x]!=null;x++){if(v[x]&&(v[x]===true||v[x].nodeType===1&&f(q,v[x]))){AI.push(k[x])}}}else{for(var x=0;v[x]!=null;x++){if(v[x]&&v[x].nodeType===1){AI.push(k[x])}}}}}else{A(v,AI)}if(r){i(r,q,AI,n)}return AI};i.matches=function(k,j){return i(k,null,null,j)};i.find=function(k,n){var j,p;if(!k){return[]}for(var o=0,q=g.order.length;o<q;o++){var m=g.order[o],p;if((p=g.match[m].exec(k))){var l=RegExp.leftContext;if(l.substr(l.length-1)!=="\\"){p[1]=(p[1]||"").replace(/\\/g,"");j=g.find[m](p,n);if(j!=null){k=k.replace(g.match[m],"");break}}}}if(!j){j=n.getElementsByTagName("*")}return{set:j,expr:k}};i.filter=function(q,z,y,p){var s=q,k=[],u=z,n,AG;while(q&&z.length){for(var o in g.filter){if((n=g.match[o].exec(q))!=null){var j=g.filter[o],r=null,l=0,AH,v;AG=false;if(u==k){k=[]}if(g.preFilter[o]){n=g.preFilter[o](n,u,y,k,p);if(!n){AG=AH=true}else{if(n===true){continue}else{if(n[0]===true){r=[];var m=null,w;for(var x=0;(w=u[x])!==Z;x++){if(w&&m!==w){r.push(w);m=w}}}}}}if(n){for(var x=0;(v=u[x])!==Z;x++){if(v){if(r&&v!=r[l]){l++}AH=j(v,n,l,r);var t=p^!!AH;if(y&&AH!=null){if(t){AG=true}else{u[x]=false}}else{if(t){k.push(v);AG=true}}}}}if(AH!==Z){if(!y){u=k}q=q.replace(g.match[o],"");if(!AG){return[]}break}}}q=q.replace(/\s*,\s*/,"");if(q==s){if(AG==null){throw"Syntax error, unrecognized expression: "+q}else{break}}s=q}return u};var g=i.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(j){return j.getAttribute("href")}},relative:{"+":function(k,n){for(var m=0,o=k.length;m<o;m++){var l=k[m];if(l){var j=l.previousSibling;while(j&&j.nodeType!==1){j=j.previousSibling}k[m]=typeof n==="string"?j||false:j===n}}if(typeof n==="string"){i.filter(n,k,true)}},">":function(k,o,j){if(typeof o==="string"&&!/\W/.test(o)){o=j?o:o.toUpperCase();for(var n=0,p=k.length;n<p;n++){var l=k[n];if(l){var m=l.parentNode;k[n]=m.nodeName===o?m:false}}}else{for(var n=0,p=k.length;n<p;n++){var l=k[n];if(l){k[n]=typeof o==="string"?l.parentNode:l.parentNode===o}}if(typeof o==="string"){i.filter(o,k,true)}}},"":function(l,n,j){var m="done"+(e++),o=B;if(!n.match(/\W/)){var k=n=j?n:n.toUpperCase();o=b}o("parentNode",n,m,l,k,j)},"~":function(l,n,j){var m="done"+(e++),o=B;if(typeof n==="string"&&!n.match(/\W/)){var k=n=j?n:n.toUpperCase();o=b}o("previousSibling",n,m,l,k,j)}},find:{ID:function(k,j){if(j.getElementById){var l=j.getElementById(k[1]);return l?[l]:[]}},NAME:function(k,j){return j.getElementsByName?j.getElementsByName(k[1]):null},TAG:function(k,j){return j.getElementsByTagName(k[1])}},preFilter:{CLASS:function(l,n,m,o,j){l=" "+l[1].replace(/\\/g,"")+" ";for(var k=0;n[k];k++){if(j^(" "+n[k].className+" ").indexOf(l)>=0){if(!m){o.push(n[k])}}else{if(m){n[k]=false}}}return false},ID:function(j){return j[1].replace(/\\/g,"")},TAG:function(k,l){for(var j=0;!l[j];j++){}return a(l[j])?k[1]:k[1].toUpperCase()},CHILD:function(k){if(k[1]=="nth"){var j=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(k[2]=="even"&&"2n"||k[2]=="odd"&&"2n+1"||!/\D/.test(k[2])&&"0n+"+k[2]||k[2]);k[2]=(j[1]+(j[2]||1))-0;k[3]=j[3]-0}k[0]="done"+(e++);return k},ATTR:function(j){var k=j[1];if(g.attrMap[k]){j[1]=g.attrMap[k]}if(j[2]==="~="){j[4]=" "+j[4]+" "}return j},PSEUDO:function(k,n,m,o,j){if(k[1]==="not"){if(k[3].match(C).length>1){k[3]=i(k[3],null,null,n)}else{var l=i.filter(k[3],n,m,true^j);if(!m){o.push.apply(o,l)}return false}}else{if(g.match.POS.test(k[0])){return true}}return k},POS:function(j){j.unshift(true);return j}},filters:{enabled:function(j){return j.disabled===false&&j.type!=="hidden"},disabled:function(j){return j.disabled===true},checked:function(j){return j.checked===true},selected:function(j){j.parentNode.selectedIndex;return j.selected===true},parent:function(j){return !!j.firstChild},empty:function(j){return !j.firstChild},has:function(j,k,l){return !!i(l[3],j).length},header:function(j){return/h\d/i.test(j.nodeName)},text:function(j){return"text"===j.type},radio:function(j){return"radio"===j.type},checkbox:function(j){return"checkbox"===j.type},file:function(j){return"file"===j.type},password:function(j){return"password"===j.type},submit:function(j){return"submit"===j.type},image:function(j){return"image"===j.type},reset:function(j){return"reset"===j.type},button:function(j){return"button"===j.type||j.nodeName.toUpperCase()==="BUTTON"},input:function(j){return/input|select|textarea|button/i.test(j.nodeName)}},setFilters:{first:function(j,k){return k===0},last:function(k,l,m,j){return l===j.length-1},even:function(j,k){return k%2===0},odd:function(j,k){return k%2===1},lt:function(j,k,l){return k<l[3]-0},gt:function(j,k,l){return k>l[3]-0},nth:function(j,k,l){return l[3]-0==k},eq:function(j,k,l){return l[3]-0==k}},filter:{CHILD:function(s,p){var m=p[1],l=s.parentNode;var n="child"+l.childNodes.length;if(l&&(!l[n]||!s.nodeIndex)){var o=1;for(var r=l.firstChild;r;r=r.nextSibling){if(r.nodeType==1){r.nodeIndex=o++}}l[n]=o-1}if(m=="first"){return s.nodeIndex==1}else{if(m=="last"){return s.nodeIndex==l[n]}else{if(m=="only"){return l[n]==1}else{if(m=="nth"){var j=false,q=p[2],k=p[3];if(q==1&&k==0){return true}if(q==0){if(s.nodeIndex==k){j=true}}else{if((s.nodeIndex-k)%q==0&&(s.nodeIndex-k)/q>=0){j=true}}return j}}}}},PSEUDO:function(k,o,n,j){var p=o[1],m=g.filters[p];if(m){return m(k,n,o,j)}else{if(p==="contains"){return(k.textContent||k.innerText||"").indexOf(o[3])>=0}else{if(p==="not"){var l=o[3];for(var n=0,q=l.length;n<q;n++){if(l[n]===k){return false}}return true}}}},ID:function(j,k){return j.nodeType===1&&j.getAttribute("id")===k},TAG:function(j,k){return(k==="*"&&j.nodeType===1)||j.nodeName===k},CLASS:function(j,k){return k.test(j.className)},ATTR:function(k,m){var o=g.attrHandle[m[1]]?g.attrHandle[m[1]](k):k[m[1]]||k.getAttribute(m[1]),j=o+"",l=m[2],n=m[4];return o==null?false:l==="="?j===n:l==="*="?j.indexOf(n)>=0:l==="~="?(" "+j+" ").indexOf(n)>=0:!m[4]?o:l==="!="?j!=n:l==="^="?j.indexOf(n)===0:l==="$="?j.substr(j.length-n.length)===n:l==="|="?j===n||j.substr(0,n.length+1)===n+"-":false},POS:function(k,n,m,j){var o=n[2],l=g.setFilters[o];if(l){return l(k,m,n,j)}}}};for(var c in g.match){g.match[c]=RegExp(g.match[c].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var A=function(j,k){j=Array.prototype.slice.call(j);if(k){k.push.apply(k,j);return k}return j};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(d){A=function(j,k){var m=k||[];if(h.call(j)==="[object Array]"){Array.prototype.push.apply(m,j)}else{if(typeof j.length==="number"){for(var l=0,n=j.length;l<n;l++){m.push(j[l])}}else{for(var l=0;j[l];l++){m.push(j[l])}}}return m}}(function(){var k=document.createElement("form"),j="script"+(new Date).getTime();k.innerHTML="<input name='"+j+"'/>";var l=document.documentElement;l.insertBefore(k,l.firstChild);if(!!document.getElementById(j)){g.find.ID=function(n,m){if(m.getElementById){var o=m.getElementById(n[1]);return o?o.id===n[1]||o.getAttributeNode&&o.getAttributeNode("id").nodeValue===n[1]?[o]:Z:[]}};g.filter.ID=function(m,o){var n=m.getAttributeNode&&m.getAttributeNode("id");return m.nodeType===1&&n&&n.nodeValue===o}}l.removeChild(k)})();(function(){var j=document.createElement("div");j.appendChild(document.createComment(""));if(j.getElementsByTagName("*").length>0){g.find.TAG=function(o,k){var l=k.getElementsByTagName(o[1]);if(o[1]==="*"){var m=[];for(var n=0;l[n];n++){if(l[n].nodeType===1){m.push(l[n])}}l=m}return l}}j.innerHTML="<a href='#'></a>";if(j.firstChild.getAttribute("href")!=="#"){g.attrHandle.href=function(k){return k.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var j=i;i=function(l,m,o,n){m=m||document;if(!n&&m.nodeType===9){try{return A(m.querySelectorAll(l),o)}catch(k){}}return j(l,m,o,n)};i.find=j.find;i.filter=j.filter;i.selectors=j.selectors;i.matches=j.matches})()}if(document.documentElement.getElementsByClassName){g.order.splice(1,0,"CLASS");g.find.CLASS=function(k,j){return j.getElementsByClassName(k[1])}}function b(s,m,n,j,l,k){for(var p=0,r=j.length;p<r;p++){var t=j[p];if(t){t=t[s];var o=false;while(t&&t.nodeType){var q=t[n];if(q){o=j[q];break}if(t.nodeType===1&&!k){t[n]=p}if(t.nodeName===m){o=t;break}t=t[s]}j[p]=o}}}function B(r,m,n,j,l,k){for(var p=0,q=j.length;p<q;p++){var s=j[p];if(s){s=s[r];var o=false;while(s&&s.nodeType){if(s[n]){o=j[s[n]];break}if(s.nodeType===1){if(!k){s[n]=p}if(typeof m!=="string"){if(s===m){o=true;break}}else{if(i.filter(m,[s]).length>0){o=s;break}}}s=s[r]}j[p]=o}}}var f=document.compareDocumentPosition?function(j,k){return j.compareDocumentPosition(k)&16}:function(j,k){return j!==k&&(j.contains?j.contains(k):true)};var a=function(j){return j.documentElement&&!j.body||j.tagName&&j.ownerDocument&&!j.ownerDocument.body};S.find=i;S.filter=i.filter;S.expr=i.selectors;S.expr[":"]=S.expr.filters;i.selectors.filters.hidden=function(j){return"hidden"===j.type||S.css(j,"display")==="none"||S.css(j,"visibility")==="hidden"};i.selectors.filters.visible=function(j){return"hidden"!==j.type&&S.css(j,"display")!=="none"&&S.css(j,"visibility")!=="hidden"};i.selectors.filters.animated=function(j){return S.grep(S.timers,function(k){return j===k.elem}).length};S.multiFilter=function(j,l,k){if(k){j=":not("+j+")"}return i.matches(j,l)};S.dir=function(k,l){var m=[],j=k[l];while(j&&j!=document){if(j.nodeType==1){m.push(j)}j=j[l]}return m};S.nth=function(j,n,l,k){n=n||1;var m=0;for(;j;j=j[l]){if(j.nodeType==1&&++m==n){break}}return j};S.sibling=function(j,k){var l=[];for(;j;j=j.nextSibling){if(j.nodeType==1&&j!=k){l.push(j)}}return l};return ;U.Sizzle=i})();S.event={add:function(C,c,a,A){if(C.nodeType==3||C.nodeType==8){return }if(C.setInterval&&C!=U){C=U}if(!a.guid){a.guid=this.guid++}if(A!==Z){var b=a;a=this.proxy(b);a.data=A}var d=S.data(C,"events")||S.data(C,"events",{}),B=S.data(C,"handle")||S.data(C,"handle",function(){return typeof S!=="undefined"&&!S.event.triggered?S.event.handle.apply(arguments.callee.elem,arguments):Z});B.elem=C;S.each(c.split(/\s+/),function(e,h){var g=h.split(".");h=g.shift();a.type=g.slice().sort().join(".");var f=d[h];if(S.event.specialAll[h]){S.event.specialAll[h].setup.call(C,A,g)}if(!f){f=d[h]={};if(!S.event.special[h]||S.event.special[h].setup.call(C,A,g)===false){if(C.addEventListener){C.addEventListener(h,B,false)}else{if(C.attachEvent){C.attachEvent("on"+h,B)}}}}f[a.guid]=a;S.event.global[h]=true});C=null},guid:1,global:{},remove:function(B,b,C){if(B.nodeType==3||B.nodeType==8){return }var c=S.data(B,"events"),d,e;if(c){if(b===Z||(typeof b==="string"&&b.charAt(0)==".")){for(var a in c){this.remove(B,a+(b||""))}}else{if(b.type){C=b.handler;b=b.type}S.each(b.split(/\s+/),function(f,i){var g=i.split(".");i=g.shift();var j=RegExp("(^|\\.)"+g.slice().sort().join(".*\\.")+"(\\.|$)");if(c[i]){if(C){delete c[i][C.guid]}else{for(var h in c[i]){if(j.test(c[i][h].type)){delete c[i][h]}}}if(S.event.specialAll[i]){S.event.specialAll[i].teardown.call(B,g)}for(d in c[i]){break}if(!d){if(!S.event.special[i]||S.event.special[i].teardown.call(B,g)===false){if(B.removeEventListener){B.removeEventListener(i,S.data(B,"handle"),false)}else{if(B.detachEvent){B.detachEvent("on"+i,S.data(B,"handle"))}}}d=null;delete c[i]}}})}for(d in c){break}if(!d){var A=S.data(B,"handle");if(A){A.elem=null}S.removeData(B,"events");S.removeData(B,"handle")}}},trigger:function(a,B,b,e){var c=a.type||a;if(!e){a=typeof a==="object"?a[Y]?a:S.extend(S.Event(c),a):S.Event(c);if(c.indexOf("!")>=0){a.type=c=c.slice(0,-1);a.exclusive=true}if(!b){a.stopPropagation();if(this.global[c]){S.each(S.cache,function(){if(this.events&&this.events[c]){S.event.trigger(a,B,this.handle.elem)}})}}if(!b||b.nodeType==3||b.nodeType==8){return Z}a.result=Z;a.target=b;B=S.makeArray(B);B.unshift(a)}a.currentTarget=b;var C=S.data(b,"handle");if(C){C.apply(b,B)}if((!b[c]||(S.nodeName(b,"a")&&c=="click"))&&b["on"+c]&&b["on"+c].apply(b,B)===false){a.result=false}if(!e&&b[c]&&!a.isDefaultPrevented()&&!(S.nodeName(b,"a")&&c=="click")){this.triggered=true;try{b[c]()}catch(A){}}this.triggered=false;if(!a.isPropagationStopped()){var d=b.parentNode||b.ownerDocument;if(d){S.event.trigger(a,B,d,true)}}},handle:function(B){var C,e;B=arguments[0]=S.event.fix(B||U.event);var A=B.type.split(".");B.type=A.shift();C=!A.length&&!B.exclusive;var a=RegExp("(^|\\.)"+A.slice().sort().join(".*\\.")+"(\\.|$)");e=(S.data(this,"events")||{})[B.type];for(var c in e){var b=e[c];if(C||a.test(b.type)){B.handler=b;B.data=b.data;var d=b.apply(this,arguments);if(d!==Z){B.result=d;if(d===false){B.preventDefault();B.stopPropagation()}}if(B.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(C){if(C[Y]){return C}var b=C;C=S.Event(b);for(var a=this.props.length,A;a;){A=this.props[--a];C[A]=b[A]}if(!C.target){C.target=C.srcElement||document}if(C.target.nodeType==3){C.target=C.target.parentNode}if(!C.relatedTarget&&C.fromElement){C.relatedTarget=C.fromElement==C.target?C.toElement:C.fromElement}if(C.pageX==null&&C.clientX!=null){var B=document.documentElement,c=document.body;C.pageX=C.clientX+(B&&B.scrollLeft||c&&c.scrollLeft||0)-(B.clientLeft||0);C.pageY=C.clientY+(B&&B.scrollTop||c&&c.scrollTop||0)-(B.clientTop||0)}if(!C.which&&((C.charCode||C.charCode===0)?C.charCode:C.keyCode)){C.which=C.charCode||C.keyCode}if(!C.metaKey&&C.ctrlKey){C.metaKey=C.ctrlKey}if(!C.which&&C.button){C.which=(C.button&1?1:(C.button&2?3:(C.button&4?2:0)))}return C},proxy:function(A,B){B=B||function(){return A.apply(this,arguments)};B.guid=A.guid=A.guid||B.guid||this.guid++;return B},special:{ready:{setup:P,teardown:function(){}}},specialAll:{live:{setup:function(B,A){S.event.add(this,A[0],AD)},teardown:function(A){if(A.length){var C=0,B=RegExp("(^|\\.)"+A[0]+"(\\.|$)");S.each((S.data(this,"events").live||{}),function(){if(B.test(this.type)){C++}});if(C<1){S.event.remove(this,A[0],AD)}}}}}};S.Event=function(A){if(!this.preventDefault){return new S.Event(A)}if(A&&A.type){this.originalEvent=A;this.type=A.type;this.timeStamp=A.timeStamp}else{this.type=A}if(!this.timeStamp){this.timeStamp=AB()}this[Y]=true};function V(){return false}function J(){return true}S.Event.prototype={preventDefault:function(){this.isDefaultPrevented=J;var A=this.originalEvent;if(!A){return }if(A.preventDefault){A.preventDefault()}A.returnValue=false},stopPropagation:function(){this.isPropagationStopped=J;var A=this.originalEvent;if(!A){return }if(A.stopPropagation){A.stopPropagation()}A.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=J;this.stopPropagation()},isDefaultPrevented:V,isPropagationStopped:V,isImmediatePropagationStopped:V};var AF=function(B){var C=B.relatedTarget;while(C&&C!=this){try{C=C.parentNode}catch(A){C=this}}if(C!=this){B.type=B.data;S.event.handle.apply(this,arguments)}};S.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(A,B){S.event.special[B]={setup:function(){S.event.add(this,A,AF,B)},teardown:function(){S.event.remove(this,A,AF)}}});S.fn.extend({bind:function(B,A,C){return B=="unload"?this.one(B,A,C):this.each(function(){S.event.add(this,B,C||A,C&&A)})},one:function(B,A,C){var a=S.event.proxy(C||A,function(b){S(this).unbind(b,a);return(C||A).apply(this,arguments)});return this.each(function(){S.event.add(this,B,a,C&&A)})},unbind:function(A,B){return this.each(function(){S.event.remove(this,A,B)})},trigger:function(B,A){return this.each(function(){S.event.trigger(B,A,this)})},triggerHandler:function(C,A){if(this[0]){var B=S.Event(C);B.preventDefault();B.stopPropagation();S.event.trigger(B,A,this[0]);return B.result}},toggle:function(A){var C=arguments,B=1;while(B<C.length){S.event.proxy(A,C[B++])}return this.click(S.event.proxy(A,function(a){this.lastToggle=(this.lastToggle||0)%B;a.preventDefault();return C[this.lastToggle++].apply(this,arguments)||false}))},hover:function(B,A){return this.mouseenter(B).mouseleave(A)},ready:function(A){P();if(S.isReady){A.call(document,S)}else{S.readyList.push(A)}return this},live:function(A,B){var C=S.event.proxy(B);C.guid+=this.selector+A;S(document).bind(X(A,this.selector),this.selector,C);return this},die:function(A,B){S(document).unbind(X(A,this.selector),B?{guid:B.guid+this.selector+A}:null);return this}});function AD(A){var a=RegExp("(^|\\.)"+A.type+"(\\.|$)"),B=true,C=[];S.each(S.data(this,"events").live||[],function(d,c){if(a.test(c.type)){var b=S(A.target).closest(c.data)[0];if(b){C.push({elem:b,fn:c})}}});S.each(C,function(){if(!A.isImmediatePropagationStopped()&&this.fn.call(this.elem,A,this.fn.data)===false){B=false}});return B}function X(A,B){return["live",A,B.replace(/\./g,"`").replace(/ /g,"|")].join(".")}S.extend({isReady:false,readyList:[],ready:function(){if(!S.isReady){S.isReady=true;if(S.readyList){S.each(S.readyList,function(){this.call(document,S)});S.readyList=null}S(document).triggerHandler("ready")}}});var G=false;function P(){if(G){return }G=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);S.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);S.ready()}});if(document.documentElement.doScroll&&!U.frameElement){(function(){if(S.isReady){return }try{document.documentElement.doScroll("left")}catch(A){setTimeout(arguments.callee,0);return }S.ready()})()}}}S.event.add(U,"load",S.ready)}S.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(A,B){S.fn[B]=function(C){return C?this.bind(B,C):this.trigger(B)}});S(U).bind("unload",function(){for(var A in S.cache){if(A!=1&&S.cache[A].handle){S.event.remove(S.cache[A].handle.elem)}}});(function(){S.support={};var c=document.documentElement,b=document.createElement("script"),A=document.createElement("div"),B="script"+(new Date).getTime();A.style.display="none";A.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var a=A.getElementsByTagName("*"),d=A.getElementsByTagName("a")[0];if(!a||!a.length||!d){return }S.support={leadingWhitespace:A.firstChild.nodeType==3,tbody:!A.getElementsByTagName("tbody").length,objectAll:!!A.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!A.getElementsByTagName("link").length,style:/red/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:d.style.opacity==="0.5",cssFloat:!!d.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(document.createTextNode("window."+B+"=1;"))}catch(C){}c.insertBefore(b,c.firstChild);if(U[B]){S.support.scriptEval=true;delete U[B]}c.removeChild(b);if(A.attachEvent&&A.fireEvent){A.attachEvent("onclick",function(){S.support.noCloneEvent=false;A.detachEvent("onclick",arguments.callee)});A.cloneNode(true).fireEvent("onclick")}S(function(){var e=document.createElement("div");e.style.width="1px";e.style.paddingLeft="1px";document.body.appendChild(e);S.boxModel=S.support.boxModel=e.offsetWidth===2;document.body.removeChild(e)})})();var H=S.support.cssFloat?"cssFloat":"styleFloat";S.props={"for":"htmlFor","class":"className","float":H,cssFloat:H,styleFloat:H,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};S.fn.extend({_load:S.fn.load,load:function(b,B,A){if(typeof b!=="string"){return this._load(b)}var C=b.indexOf(" ");if(C>=0){var d=b.slice(C,b.length);b=b.slice(0,C)}var a="GET";if(B){if(S.isFunction(B)){A=B;B=null}else{if(typeof B==="object"){B=S.param(B);a="POST"}}}var c=this;S.ajax({url:b,type:a,dataType:"html",data:B,complete:function(e,f){if(f=="success"||f=="notmodified"){c.html(d?S("<div/>").append(e.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(d):e.responseText)}if(A){c.each(A,[e.responseText,f,e])}}});return this},serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?S.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(C,B){var A=S(this).val();return A==null?null:S.isArray(A)?S.map(A,function(a,b){return{name:B.name,value:a}}):{name:B.name,value:A}}).get()}});S.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(B,A){S.fn[A]=function(C){return this.bind(A,C)}});var N=AB();S.extend({get:function(a,B,A,C){if(S.isFunction(B)){A=B;B=null}return S.ajax({type:"GET",url:a,data:B,success:A,dataType:C})},getScript:function(B,A){return S.get(B,null,A,"script")},getJSON:function(C,B,A){return S.get(C,B,A,"json")},post:function(a,B,A,C){if(S.isFunction(B)){A=B;B={}}return S.ajax({type:"POST",url:a,data:B,success:A,dataType:C})},ajaxSetup:function(A){S.extend(S.ajaxSettings,A)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return U.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(h){h=S.extend(true,h,S.extend(true,{},S.ajaxSettings,h));var A,o=/=\?(&|$)/g,c,B,n=h.type.toUpperCase();if(h.data&&h.processData&&typeof h.data!=="string"){h.data=S.param(h.data)}if(h.dataType=="jsonp"){if(n=="GET"){if(!h.url.match(o)){h.url+=(h.url.match(/\?/)?"&":"?")+(h.jsonp||"callback")+"=?"}}else{if(!h.data||!h.data.match(o)){h.data=(h.data?h.data+"&":"")+(h.jsonp||"callback")+"=?"}}h.dataType="json"}if(h.dataType=="json"&&(h.data&&h.data.match(o)||h.url.match(o))){A="jsonp"+N++;if(h.data){h.data=(h.data+"").replace(o,"="+A+"$1")}h.url=h.url.replace(o,"="+A+"$1");h.dataType="script";U[A]=function(q){B=q;l();i();U[A]=Z;try{delete U[A]}catch(r){}if(m){m.removeChild(a)}}}if(h.dataType=="script"&&h.cache==null){h.cache=false}if(h.cache===false&&n=="GET"){var p=AB();var C=h.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+p+"$2");h.url=C+((C==h.url)?(h.url.match(/\?/)?"&":"?")+"_="+p:"")}if(h.data&&n=="GET"){h.url+=(h.url.match(/\?/)?"&":"?")+h.data;h.data=null}if(h.global&&!S.active++){S.event.trigger("ajaxStart")}var d=/^(\w+:)?\/\/([^\/?#]+)/.exec(h.url);if(h.dataType=="script"&&n=="GET"&&d&&(d[1]&&d[1]!=location.protocol||d[2]!=location.host)){var m=document.getElementsByTagName("head")[0];var a=document.createElement("script");a.src=h.url;if(h.scriptCharset){a.charset=h.scriptCharset}if(!A){var f=false;a.onload=a.onreadystatechange=function(){if(!f&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){f=true;l();i();m.removeChild(a)}}}m.appendChild(a);return Z}var j=false;var k=h.xhr();if(h.username){k.open(n,h.url,h.async,h.username,h.password)}else{k.open(n,h.url,h.async)}try{if(h.data){k.setRequestHeader("Content-Type",h.contentType)}if(h.ifModified){k.setRequestHeader("If-Modified-Since",S.lastModified[h.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}k.setRequestHeader("X-Requested-With","XMLHttpRequest");k.setRequestHeader("Accept",h.dataType&&h.accepts[h.dataType]?h.accepts[h.dataType]+", */*":h.accepts._default)}catch(b){}if(h.beforeSend&&h.beforeSend(k,h)===false){if(h.global&&!--S.active){S.event.trigger("ajaxStop")}k.abort();return false}if(h.global){S.event.trigger("ajaxSend",[k,h])}var g=function(q){if(k.readyState==0){if(e){clearInterval(e);e=null;if(h.global&&!--S.active){S.event.trigger("ajaxStop")}}}else{if(!j&&k&&(k.readyState==4||q=="timeout")){j=true;if(e){clearInterval(e);e=null}c=q=="timeout"?"timeout":!S.httpSuccess(k)?"error":h.ifModified&&S.httpNotModified(k,h.url)?"notmodified":"success";if(c=="success"){try{B=S.httpData(k,h.dataType,h)}catch(r){c="parsererror"}}if(c=="success"){var s;try{s=k.getResponseHeader("Last-Modified")}catch(r){}if(h.ifModified&&s){S.lastModified[h.url]=s}if(!A){l()}}else{S.handleError(h,k,c)}i();if(h.async){k=null}}}};if(h.async){var e=setInterval(g,13);if(h.timeout>0){setTimeout(function(){if(k){if(!j){g("timeout")}if(k){k.abort()}}},h.timeout)}}try{k.send(h.data)}catch(b){S.handleError(h,k,null,b)}if(!h.async){g()}function l(){if(h.success){h.success(B,c)}if(h.global){S.event.trigger("ajaxSuccess",[k,h])}}function i(){if(h.complete){h.complete(k,c)}if(h.global){S.event.trigger("ajaxComplete",[k,h])}if(h.global&&!--S.active){S.event.trigger("ajaxStop")}}return k},handleError:function(C,A,a,B){if(C.error){C.error(A,a,B)}if(C.global){S.event.trigger("ajaxError",[A,C,B])}},active:0,httpSuccess:function(A){try{return !A.status&&location.protocol=="file:"||(A.status>=200&&A.status<300)||A.status==304||A.status==1223}catch(B){}return false},httpNotModified:function(B,a){try{var A=B.getResponseHeader("Last-Modified");return B.status==304||A==S.lastModified[a]}catch(C){}return false},httpData:function(A,C,a){var b=A.getResponseHeader("content-type"),c=C=="xml"||!C&&b&&b.indexOf("xml")>=0,B=c?A.responseXML:A.responseText;if(c&&B.documentElement.tagName=="parsererror"){throw"parsererror"}if(a&&a.dataFilter){B=a.dataFilter(B,C)}if(typeof B==="string"){if(C=="script"){S.globalEval(B)}if(C=="json"){B=U["eval"]("("+B+")")}}return B},param:function(a){var B=[];function A(c,b){B[B.length]=encodeURIComponent(c)+"="+encodeURIComponent(b)}if(S.isArray(a)||a.jquery){S.each(a,function(){A(this.name,this.value)})}else{for(var C in a){if(S.isArray(a[C])){S.each(a[C],function(){A(C,this)})}else{A(C,S.isFunction(a[C])?a[C]():a[C])}}}return B.join("&").replace(/%20/g,"+")}});var T={},AC=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function K(B,C){var A={};S.each(AC.concat.apply([],AC.slice(0,C)),function(){A[this]=B});return A}S.fn.extend({show:function(C,A){if(C){return this.animate(K("show",3),C,A)}else{for(var b=0,d=this.length;b<d;b++){var e=S.data(this[b],"olddisplay");this[b].style.display=e||"";if(S.css(this[b],"display")==="none"){var c=this[b].tagName,B;if(T[c]){B=T[c]}else{var a=S("<"+c+" />").appendTo("body");B=a.css("display");if(B==="none"){B="block"}a.remove();T[c]=B}this[b].style.display=S.data(this[b],"olddisplay",B)}}return this}},hide:function(B,A){if(B){return this.animate(K("hide",3),B,A)}else{for(var C=0,a=this.length;C<a;C++){var b=S.data(this[C],"olddisplay");if(!b&&b!=="none"){S.data(this[C],"olddisplay",S.css(this[C],"display"))}this[C].style.display="none"}return this}},_toggle:S.fn.toggle,toggle:function(A,B){var C=typeof A==="boolean";return S.isFunction(A)&&S.isFunction(B)?this._toggle.apply(this,arguments):A==null||C?this.each(function(){var a=C?A:S(this).is(":hidden");S(this)[a?"show":"hide"]()}):this.animate(K("toggle",3),A,B)},fadeTo:function(C,A,B){return this.animate({opacity:A},C,B)},animate:function(A,a,B,C){var b=S.speed(a,B,C);return this[b.queue===false?"each":"queue"](function(){var e=S.extend({},b),c,d=this.nodeType==1&&S(this).is(":hidden"),f=this;for(c in A){if(A[c]=="hide"&&d||A[c]=="show"&&!d){return e.complete.call(this)}if((c=="height"||c=="width")&&this.style){e.display=S.css(this,"display");e.overflow=this.style.overflow}}if(e.overflow!=null){this.style.overflow="hidden"}e.curAnim=S.extend({},A);S.each(A,function(l,h){var i=new S.fx(f,e,l);if(/toggle|show|hide/.test(h)){i[h=="toggle"?d?"show":"hide":h](A)}else{var j=h.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),g=i.cur(true)||0;if(j){var m=parseFloat(j[2]),k=j[3]||"px";if(k!="px"){f.style[l]=(m||1)+k;g=((m||1)/i.cur(true))*g;f.style[l]=g+k}if(j[1]){m=((j[1]=="-="?-1:1)*m)+g}i.custom(g,m,k)}else{i.custom(g,h,"")}}});return true})},stop:function(B,C){var A=S.timers;if(B){this.queue([])}this.each(function(){for(var a=A.length-1;a>=0;a--){if(A[a].elem==this){if(C){A[a](true)}A.splice(a,1)}}});if(!C){this.dequeue()}return this}});S.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(B,A){S.fn[B]=function(a,C){return this.animate(A,a,C)}});S.extend({speed:function(B,A,C){var a=typeof B==="object"?B:{complete:C||!C&&A||S.isFunction(B)&&B,duration:B,easing:C&&A||A&&!S.isFunction(A)&&A};a.duration=S.fx.off?0:typeof a.duration==="number"?a.duration:S.fx.speeds[a.duration]||S.fx.speeds._default;a.old=a.complete;a.complete=function(){if(a.queue!==false){S(this).dequeue()}if(S.isFunction(a.old)){a.old.call(this)}};return a},easing:{linear:function(B,A,a,C){return a+C*B},swing:function(B,A,a,C){return((-Math.cos(B*Math.PI)/2)+0.5)*C+a}},timers:[],timerId:null,fx:function(B,C,A){this.options=C;this.elem=B;this.prop=A;if(!C.orig){C.orig={}}}});S.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(S.fx.step[this.prop]||S.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(A){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var B=parseFloat(S.css(this.elem,this.prop,A));return B&&B>-10000?B:parseFloat(S.curCSS(this.elem,this.prop))||0},custom:function(A,B,C){this.startTime=AB();this.start=A;this.end=B;this.unit=C||this.unit||"px";this.now=this.start;this.pos=this.state=0;var b=this;function a(c){return b.step(c)}a.elem=this.elem;S.timers.push(a);if(a()&&S.timerId==null){S.timerId=setInterval(function(){var c=S.timers;for(var d=0;d<c.length;d++){if(!c[d]()){c.splice(d--,1)}}if(!c.length){clearInterval(S.timerId);S.timerId=null}},13)}},show:function(){this.options.orig[this.prop]=S.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());S(this.elem).show()},hide:function(){this.options.orig[this.prop]=S.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(C){var a=AB();if(C||a>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var c=true;for(var b in this.options.curAnim){if(this.options.curAnim[b]!==true){c=false}}if(c){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(S.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){S(this.elem).hide()}if(this.options.hide||this.options.show){for(var B in this.options.curAnim){S.attr(this.elem.style,B,this.options.orig[B])}}}if(c){this.options.complete.call(this.elem)}return false}else{var A=a-this.startTime;this.state=A/this.options.duration;this.pos=S.easing[this.options.easing||(S.easing.swing?"swing":"linear")](this.state,A,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};S.extend(S.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(A){S.attr(A.elem.style,"opacity",A.now)},_default:function(A){if(A.elem.style&&A.elem.style[A.prop]!=null){A.elem.style[A.prop]=A.now+A.unit}else{A.elem[A.prop]=A.now}}}});if(document.documentElement.getBoundingClientRect){S.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return S.offset.bodyOffset(this[0])}var c=this[0].getBoundingClientRect(),C=this[0].ownerDocument,d=C.body,e=C.documentElement,A=e.clientTop||d.clientTop||0,B=e.clientLeft||d.clientLeft||0,a=c.top+(self.pageYOffset||S.boxModel&&e.scrollTop||d.scrollTop)-A,b=c.left+(self.pageXOffset||S.boxModel&&e.scrollLeft||d.scrollLeft)-B;return{top:a,left:b}}}else{S.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return S.offset.bodyOffset(this[0])}S.offset.initialized||S.offset.initialize();var d=this[0],g=d.offsetParent,h=d,B=d.ownerDocument,a,f=B.documentElement,c=B.body,b=B.defaultView,A=b.getComputedStyle(d,null),C=d.offsetTop,e=d.offsetLeft;while((d=d.parentNode)&&d!==c&&d!==f){a=b.getComputedStyle(d,null);C-=d.scrollTop,e-=d.scrollLeft;if(d===g){C+=d.offsetTop,e+=d.offsetLeft;if(S.offset.doesNotAddBorder&&!(S.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(d.tagName))){C+=parseInt(a.borderTopWidth,10)||0,e+=parseInt(a.borderLeftWidth,10)||0}h=g,g=d.offsetParent}if(S.offset.subtractsBorderForOverflowNotVisible&&a.overflow!=="visible"){C+=parseInt(a.borderTopWidth,10)||0,e+=parseInt(a.borderLeftWidth,10)||0}A=a}if(A.position==="relative"||A.position==="static"){C+=c.offsetTop,e+=c.offsetLeft}if(A.position==="fixed"){C+=Math.max(f.scrollTop,c.scrollTop),e+=Math.max(f.scrollLeft,c.scrollLeft)}return{top:C,left:e}}}S.offset={initialize:function(){if(this.initialized){return }var a=document.body,g=document.createElement("div"),e,f,B,d,C,A,c=a.style.marginTop,b='<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>';C={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(A in C){g.style[A]=C[A]}g.innerHTML=b;a.insertBefore(g,a.firstChild);e=g.firstChild,f=e.firstChild,d=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(f.offsetTop!==5);this.doesAddBorderForTableAndCells=(d.offsetTop===5);e.style.overflow="hidden",e.style.position="relative";this.subtractsBorderForOverflowNotVisible=(f.offsetTop===-5);a.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(a.offsetTop===0);a.style.marginTop=c;a.removeChild(g);this.initialized=true},bodyOffset:function(C){S.offset.initialized||S.offset.initialize();var A=C.offsetTop,B=C.offsetLeft;if(S.offset.doesNotIncludeMarginInBodyOffset){A+=parseInt(S.curCSS(C,"marginTop",true),10)||0,B+=parseInt(S.curCSS(C,"marginLeft",true),10)||0}return{top:A,left:B}}};S.fn.extend({position:function(){var B=0,C=0,b;if(this[0]){var a=this.offsetParent(),A=this.offset(),c=/^body|html$/i.test(a[0].tagName)?{top:0,left:0}:a.offset();A.top-=W(this,"marginTop");A.left-=W(this,"marginLeft");c.top+=W(a,"borderTopWidth");c.left+=W(a,"borderLeftWidth");b={top:A.top-c.top,left:A.left-c.left}}return b},offsetParent:function(){var A=this[0].offsetParent||document.body;while(A&&(!/^body|html$/i.test(A.tagName)&&S.css(A,"position")=="static")){A=A.offsetParent}return S(A)}});S.each(["Left","Top"],function(B,C){var A="scroll"+C;S.fn[A]=function(a){if(!this[0]){return null}return a!==Z?this.each(function(){this==U||this==document?U.scrollTo(!B?a:S(U).scrollLeft(),B?a:S(U).scrollTop()):this[A]=a}):this[0]==U||this[0]==document?self[B?"pageYOffset":"pageXOffset"]||S.boxModel&&document.documentElement[A]||document.body[A]:this[0][A]}});S.each(["Height","Width"],function(B,a){var b=B?"Left":"Top",C=B?"Right":"Bottom";S.fn["inner"+a]=function(){return this[a.toLowerCase()]()+W(this,"padding"+b)+W(this,"padding"+C)};S.fn["outer"+a]=function(c){return this["inner"+a]()+W(this,"border"+b+"Width")+W(this,"border"+C+"Width")+(c?W(this,"margin"+b)+W(this,"margin"+C):0)};var A=a.toLowerCase();S.fn[A]=function(c){return this[0]==U?document.compatMode=="CSS1Compat"&&document.documentElement["client"+a]||document.body["client"+a]:this[0]==document?Math.max(document.documentElement["client"+a],document.body["scroll"+a],document.documentElement["scroll"+a],document.body["offset"+a],document.documentElement["offset"+a]):c===Z?(this.length?S.css(this[0],A):null):this.css(A,typeof c==="string"?c:c+"px")}})})();
