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