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