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