(function(w,t){var p=w.document,y=function(){function a(){if(!c.isReady){try{p.documentElement.doScroll("left")}catch(h){setTimeout(a,1);return}c.ready()}}var c=function(a,h){return new c.fn.init(a,h,m)},k=w.jQuery,o=w.$,m,e=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,i=/\S/,r=/^\s+/,f=/\s+$/,b=/\d/,d=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,q=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,x=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,j=/(?:^|:|,)(?:\s*\[)+/g,l=/(webkit)[ \/]([\w.]+)/, s=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,h=navigator.userAgent,g,z,B=Object.prototype.toString,E=Object.prototype.hasOwnProperty,D=Array.prototype.push,G=Array.prototype.slice,K=String.prototype.trim,I=Array.prototype.indexOf,M={};c.fn=c.prototype={constructor:c,init:function(a,h,g){var b;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(a==="body"&&!h&&p.body)return this.context=p,this[0]=p.body,this.selector="body", this.length=1,this;if(typeof a==="string")if((b=e.exec(a))&&(b[1]||!h))if(b[1])return g=(h=h instanceof c?h[0]:h)?h.ownerDocument||h:p,(a=d.exec(a))?c.isPlainObject(h)?(a=[p.createElement(a[1])],c.fn.attr.call(a,h,!0)):a=[g.createElement(a[1])]:(a=c.buildFragment([b[1]],[g]),a=(a.cacheable?c.clone(a.fragment):a.fragment).childNodes),c.merge(this,a);else{if((h=p.getElementById(b[2]))&&h.parentNode){if(h.id!==b[2])return g.find(a);this.length=1;this[0]=h}this.context=p;this.selector=a;return this}else return!h|| h.jquery?(h||g).find(a):this.constructor(h).find(a);else if(c.isFunction(a))return g.ready(a);if(a.selector!==t)this.selector=a.selector,this.context=a.context;return c.makeArray(a,this)},selector:"",jquery:"@VERSION",length:0,size:function(){return this.length},toArray:function(){return G.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,h,g){var b=this.constructor();c.isArray(a)?D.apply(b,a):c.merge(b,a);b.prevObject=this;b.context= this.context;if(h==="find")b.selector=this.selector+(this.selector?" ":"")+g;else if(h)b.selector=this.selector+"."+h+"("+g+")";return b},each:function(a,h){return c.each(this,a,h)},ready:function(a){c.bindReady();g.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(G.apply(this,arguments),"slice",G.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, function(h,g){return a.call(h,g,h)}))},end:function(){return this.prevObject||this.constructor(null)},push:D,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a,h,g,b,v,d=arguments[0]||{},z=1,B=arguments.length,l=!1;typeof d==="boolean"&&(l=d,d=arguments[1]||{},z=2);typeof d!=="object"&&!c.isFunction(d)&&(d={});B===z&&(d=this,--z);for(;z0||(g.resolveWith(p,[c]),c.fn.trigger&&c(p).trigger("ready").unbind("ready"))}},bindReady:function(){if(!g){g=c._Deferred();if(p.readyState==="complete")return setTimeout(c.ready, 1);if(p.addEventListener)p.addEventListener("DOMContentLoaded",z,!1),w.addEventListener("load",c.ready,!1);else if(p.attachEvent){p.attachEvent("onreadystatechange",z);w.attachEvent("onload",c.ready);var h=!1;try{h=w.frameElement==null}catch(b){}p.documentElement.doScroll&&h&&a()}}},isFunction:function(a){return c.type(a)==="function"},isArray:Array.isArray||function(a){return c.type(a)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null|| !b.test(a)||isNaN(a)},type:function(a){return a==null?String(a):M[B.call(a)]||"object"},isPlainObject:function(a){if(!a||c.type(a)!=="object"||a.nodeType||c.isWindow(a))return!1;if(a.constructor&&!E.call(a,"constructor")&&!E.call(a.constructor.prototype,"isPrototypeOf"))return!1;for(var h in a);return h===t||E.call(a,h)},isEmptyObject:function(a){for(var h in a)return!1;return!0},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(n.test(a.replace(q, "@").replace(x,"]").replace(j,"")))return w.JSON&&w.JSON.parse?w.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},parseXML:function(a,h,g){w.DOMParser?(g=new DOMParser,h=g.parseFromString(a,"text/xml")):(h=new ActiveXObject("Microsoft.XMLDOM"),h.async="false",h.loadXML(a));g=h.documentElement;(!g||!g.nodeName||g.nodeName==="parsererror")&&c.error("Invalid XML: "+a);return h},noop:function(){},globalEval:function(a){if(a&&i.test(a)){var h=p.head||p.getElementsByTagName("head")[0]|| p.documentElement,g=p.createElement("script");c.support.scriptEval()?g.appendChild(p.createTextNode(a)):g.text=a;h.insertBefore(g,h.firstChild);h.removeChild(g)}},nodeName:function(a,h){return a.nodeName&&a.nodeName.toUpperCase()===h.toUpperCase()},each:function(a,h,g){var b,v=0,d=a.length,z=d===t||c.isFunction(a);if(g)if(z)for(b in a){if(h.apply(a[b],g)===!1)break}else for(;v1?k.call(arguments,0):n;--f||b.resolveWith(b,k.call(e,0))}}var e=arguments,i=0,r=e.length,f=r,b=r<=1&&c&&a.isFunction(c.promise)? c:a.Deferred();if(r>1){for(;i
a";var k=c.getElementsByTagName("*"),o=c.getElementsByTagName("a")[0],m=p.createElement("select"), e=m.appendChild(p.createElement("option")),i=c.getElementsByTagName("input")[0];if(k&&k.length&&o){a.support={leadingWhitespace:c.firstChild.nodeType===3,tbody:!c.getElementsByTagName("tbody").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(o.getAttribute("style")),hrefNormalized:o.getAttribute("href")==="/a",opacity:/^0.55$/.test(o.style.opacity),cssFloat:!!o.style.cssFloat,checkOn:i.value==="on",optSelected:e.selected,deleteExpando:!0,optDisabled:!1,checkClone:!1,noCloneEvent:!0, noCloneChecked:!0,boxModel:null,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableHiddenOffsets:!0,reliableMarginRight:!0};i.checked=!0;a.support.noCloneChecked=i.cloneNode(!0).checked;m.disabled=!0;a.support.optDisabled=!e.disabled;var r=null;a.support.scriptEval=function(){if(r===null){var b=p.documentElement,d=p.createElement("script"),f="script"+a.now();try{d.appendChild(p.createTextNode("window."+f+"=1;"))}catch(c){}b.insertBefore(d,b.firstChild);w[f]?(r=!0,delete w[f]):r=!1;b.removeChild(d)}return r}; try{delete c.test}catch(f){a.support.deleteExpando=!1}!c.addEventListener&&c.attachEvent&&c.fireEvent&&(c.attachEvent("onclick",function d(){a.support.noCloneEvent=!1;c.detachEvent("onclick",d)}),c.cloneNode(!0).fireEvent("onclick"));c=p.createElement("div");c.innerHTML="";k=p.createDocumentFragment();k.appendChild(c.firstChild);a.support.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked;a(function(){var d=p.createElement("div"),f=p.getElementsByTagName("body")[0]; if(f){d.style.width=d.style.paddingLeft="1px";f.appendChild(d);a.boxModel=a.support.boxModel=d.offsetWidth===2;if("zoom"in d.style)d.style.display="inline",d.style.zoom=1,a.support.inlineBlockNeedsLayout=d.offsetWidth===2,d.style.display="",d.innerHTML="
",a.support.shrinkWrapBlocks=d.offsetWidth!==2;d.innerHTML="
t
";var c=d.getElementsByTagName("td");a.support.reliableHiddenOffsets=c[0].offsetHeight=== 0;c[0].style.display="";c[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&c[0].offsetHeight===0;d.innerHTML="";if(p.defaultView&&p.defaultView.getComputedStyle)d.style.width="1px",d.style.marginRight="0",a.support.reliableMarginRight=(parseInt(p.defaultView.getComputedStyle(d,null).marginRight,10)||0)===0;f.removeChild(d).style.display="none"}});k=function(a){var f=p.createElement("div"),a="on"+a;if(!f.attachEvent)return!0;var c=a in f;c||(f.setAttribute(a, "return;"),c=typeof f[a]==="function");return c};a.support.submitBubbles=k("submit");a.support.changeBubbles=k("change");c=k=o=null}})()})(y);(function(a){function c(c,e,i){if(i===t&&c.nodeType===1)if(i=c.getAttribute("data-"+e),typeof i==="string"){try{i=i==="true"?!0:i==="false"?!1:i==="null"?null:!a.isNaN(i)?parseFloat(i):o.test(i)?a.parseJSON(i):i}catch(k){}a.data(c,e,i)}else i=t;return i}function k(a){for(var c in a)if(c!=="toJSON")return!1;return!0}var o=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{}, uuid:0,expando:"jQuery"+(a.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(c){c=c.nodeType?a.cache[c[a.expando]]:c[a.expando];return!!c&&!k(c)},data:function(c,e,i,k){if(a.acceptData(c)){var f=a.expando,b=typeof e==="string",d=c.nodeType,n=d?a.cache:c,q=d?c[a.expando]:c[a.expando]&&a.expando;if(q&&(!k||!q||n[q][f])||!(b&&i===t)){if(!q)d?c[a.expando]=q=++a.uuid:q=a.expando;if(!n[q]&&(n[q]={},!d))n[q].toJSON= a.noop;if(typeof e==="object"||typeof e==="function")k?n[q][f]=a.extend(n[q][f],e):n[q]=a.extend(n[q],e);c=n[q];k&&(c[f]||(c[f]={}),c=c[f]);i!==t&&(c[e]=i);if(e==="events"&&!c[e])return c[f]&&c[f].events;return b?c[e]:c}}},removeData:function(c,e,i){if(a.acceptData(c)){var r=a.expando,f=c.nodeType,b=f?a.cache:c,d=f?c[a.expando]:a.expando;if(b[d]){if(e){var n=i?b[d][r]:b[d];if(n&&(delete n[e],!k(n)))return}if(i&&(delete b[d][r],!k(b[d])))return;e=b[d][r];a.support.deleteExpando||b!=w?delete b[d]:b[d]= null;if(e){b[d]={};if(!f)b[d].toJSON=a.noop;b[d][r]=e}else f&&(a.support.deleteExpando?delete c[a.expando]:c.removeAttribute?c.removeAttribute(a.expando):c[a.expando]=null)}}},_data:function(c,e,i){return a.data(c,e,i,!0)},acceptData:function(c){if(c.nodeName){var e=a.noData[c.nodeName.toLowerCase()];if(e)return!(e===!0||c.getAttribute("classid")!==e)}return!0}});a.fn.extend({data:function(m,e){var i=null;if(typeof m==="undefined"){if(this.length&&(i=a.data(this[0]),this[0].nodeType===1))for(var k= this[0].attributes,f,b=0,d=k.length;b-1)return!0;return!1},val:function(b){if(!arguments.length){var d= this[0];if(d){if(a.nodeName(d,"option")){var c=d.attributes.value;return!c||c.specified?d.value:d.text}if(a.nodeName(d,"select")){var c=d.selectedIndex,e=[],i=d.options,d=d.type==="select-one";if(c<0)return null;for(var j=d?c:0,l=d?c+1:i.length;j=0;else if(a.nodeName(this,"select")){var d=a.makeArray(g);a("option",this).each(function(){this.selected= a.inArray(a(this).val(),d)>=0});if(!d.length)this.selectedIndex=-1}else this.value=g})}});a.extend({attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(b,d,c,f){if(!b||b.nodeType===3||b.nodeType===8||b.nodeType===2)return t;if(f&&d in a.attrFn)return a(b)[d](c);var f=b.nodeType!==1||!a.isXMLDoc(b),k=c!==t,d=f&&a.props[d]||d;if(b.nodeType===1){var j=m.test(d);if((d in b||b[d]!==t)&&f&&!j){k&&(d==="type"&&e.test(b.nodeName)&&b.parentNode&&a.error("type property can't be changed"), c===null?b.nodeType===1&&b.removeAttribute(d):b[d]=c);if(a.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d==="tabIndex")return(d=b.getAttributeNode("tabIndex"))&&d.specified?d.value:i.test(b.nodeName)||r.test(b.nodeName)&&b.href?0:t;return b[d]}if(!a.support.style&&f&&d==="style"){if(k)b.style.cssText=""+c;return b.style.cssText}k&&b.setAttribute(d,""+c);if(!b.attributes[d]&&b.hasAttribute&&!b.hasAttribute(d))return t;b=!a.support.hrefNormalized&&f&&j?b.getAttribute(d, 2):b.getAttribute(d);return b===null?t:b}k&&(b[d]=c);return b[d]}})})(y);(function(a){function c(){return!1}function k(){return!0}function o(b,h,g){var d=a.extend({},g[0]);d.type=b;d.originalEvent={};d.liveFired=t;a.event.handle.call(h,d);d.isDefaultPrevented()&&g[0].preventDefault()}function m(b){var h,g,d,c,f,l,j,e,n,s,m,u=[];c=[];f=a._data(this,"events");if(!(b.liveFired===this||!f||!f.live||b.target.disabled||b.button&&b.type==="click")){b.namespace&&(m=RegExp("(^|\\.)"+b.namespace.split(".").join("\\.(?:.*\\.)?")+ "(\\.|$)"));b.liveFired=this;var k=f.live.slice(0);for(j=0;jg)break;b.currentTarget=c.elem;b.data=c.handleObj.data;b.handleObj=c.handleObj;m=c.handleObj.origHandler.apply(c.elem,arguments);if(m===!1||b.isPropagationStopped())if(g=c.level,m===!1&&(h=!1),b.isImmediatePropagationStopped())break}return h}}function e(a,h){return(a&&a!=="*"?a+".":"")+h.replace(f,"`").replace(b,"&")}var i=/\.(.*)$/,r=/^(?:textarea|input|select)$/i,f=/\./g,b=/ /g,d=/[^\w\s.|`]/g,n=function(a){return a.replace(d,"\\$&")};a.event={add:function(b, h,g,d){if(!(b.nodeType===3||b.nodeType===8)){try{a.isWindow(b)&&b!==w&&!b.frameElement&&(b=w)}catch(f){}if(g===!1)g=c;else if(!g)return;var l,j;if(g.handler)l=g,g=l.handler;if(!g.guid)g.guid=a.guid++;if(j=a._data(b)){var e=j.events,i=j.handle;if(!e)j.events=e={};if(!i)j.handle=i=function(h){return typeof a!=="undefined"&&a.event.triggered!==h.type?a.event.handle.apply(i.elem,arguments):t};i.elem=b;for(var h=h.split(" "),n,s=0,m;n=h[s++];){j=l?a.extend({},l):{handler:g,data:d};n.indexOf(".")>-1?(m= n.split("."),n=m.shift(),j.namespace=m.slice(0).sort().join(".")):(m=[],j.namespace="");j.type=n;if(!j.guid)j.guid=g.guid;var u=e[n],k=a.event.special[n]||{};if(!u&&(u=e[n]=[],!k.setup||k.setup.call(b,d,m,i)===!1))b.addEventListener?b.addEventListener(n,i,!1):b.attachEvent&&b.attachEvent("on"+n,i);if(k.add&&(k.add.call(b,j),!j.handler.guid))j.handler.guid=g.guid;u.push(j);a.event.global[n]=!0}b=null}}},global:{},remove:function(b,h,g,d){if(!(b.nodeType===3||b.nodeType===8)){g===!1&&(g=c);var f,j, l=0,e,i,s,m,k,u,q=a.hasData(b)&&a._data(b),r=q&&q.events;if(q&&r){if(h&&h.type)g=h.handler,h=h.type;if(!h||typeof h==="string"&&h.charAt(0)===".")for(f in h=h||"",r)a.event.remove(b,f+h);else{for(h=h.split(" ");f=h[l++];)if(m=f,e=f.indexOf(".")<0,i=[],e||(i=f.split("."),f=i.shift(),s=RegExp("(^|\\.)"+a.map(i.slice(0).sort(),n).join("\\.(?:.*\\.)?")+"(\\.|$)")),k=r[f])if(g){m=a.event.special[f]||{};for(j=d||0;j=0)b.type=c=c.slice(0,-1),b.exclusive=!0;g||(b.stopPropagation(),a.event.global[c]&&a.each(a.cache,function(){var g=this[a.expando];g&&g.events&&g.events[c]&&a.event.trigger(b,h,g.handle.elem)}));if(!g||g.nodeType===3||g.nodeType===8)return t;b.result=t;b.target=g;h=a.makeArray(h);h.unshift(b)}b.currentTarget=g;(d=a._data(g,"handle"))&&d.apply(g,h);d=g.parentNode||g.ownerDocument;try{if((!g||!g.nodeName||!a.noData[g.nodeName.toLowerCase()])&&g["on"+c]&&g["on"+c].apply(g, h)===!1)b.result=!1,b.preventDefault()}catch(f){}if(!b.isPropagationStopped()&&d)a.event.trigger(b,h,d,!0);else if(!b.isDefaultPrevented()){var j,d=b.target,l=c.replace(i,""),e=a.nodeName(d,"a")&&l==="click",n=a.event.special[l]||{};if((!n._default||n._default.call(g,b)===!1)&&!e&&(!d||!d.nodeName||!a.noData[d.nodeName.toLowerCase()])){try{if(d[l])(j=d["on"+l])&&(d["on"+l]=null),a.event.triggered=b.type,d[l]()}catch(s){}j&&(d["on"+l]=j);a.event.triggered=t}}},handle:function(b){var h,g,d,c;g=[];var f= a.makeArray(arguments),b=f[0]=a.event.fix(b||w.event);b.currentTarget=this;h=b.type.indexOf(".")<0&&!b.exclusive;if(!h)d=b.type.split("."),b.type=d.shift(),g=d.slice(0).sort(),d=RegExp("(^|\\.)"+g.join("\\.(?:.*\\.)?")+"(\\.|$)");b.namespace=b.namespace||g.join(".");c=a._data(this,"events");g=(c||{})[b.type];if(c&&g){g=g.slice(0);c=0;for(var j=g.length;c-1?a.map(b.options,function(a){return a.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")g=b.selectedIndex;return g},s=function(b,h){var g=b.target,d,c;if(r.test(g.nodeName)&&!g.readOnly&&(d=a._data(g,"_change_data"),c=l(g),(b.type!=="focusout"||g.type!=="radio")&&a._data(g,"_change_data",c),!(d===t||c===d)))if(d!=null||c)b.type="change",b.liveFired=t, a.event.trigger(b,h,g)};a.event.special.change={filters:{focusout:s,beforedeactivate:s,click:function(a){var h=a.target,b=h.type;(b==="radio"||b==="checkbox"||h.nodeName.toLowerCase()==="select")&&s.call(this,a)},keydown:function(a){var h=a.target,b=h.type;(a.keyCode===13&&h.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(b==="checkbox"||b==="radio")||b==="select-multiple")&&s.call(this,a)},beforeactivate:function(b){b=b.target;a._data(b,"_change_data",l(b))}},setup:function(){if(this.type=== "file")return!1;for(var b in j)a.event.add(this,b+".specialChange",j[b]);return r.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return r.test(this.nodeName)}};j=a.event.special.change.filters;j.focus=j.beforeactivate}p.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(b,h){function g(b){var g=a.event.fix(b);g.type=h;g.originalEvent={};a.event.trigger(g,null,g.target);g.isDefaultPrevented()&&b.preventDefault()}var d=0;a.event.special[h]={setup:function(){d++=== 0&&p.addEventListener(b,g,!0)},teardown:function(){--d===0&&p.removeEventListener(b,g,!0)}}});a.each(["bind","one"],function(b,h){a.fn[h]=function(b,d,c){if(typeof b==="object"){for(var f in b)this[h](f,d,b[f],c);return this}if(a.isFunction(d)||d===!1)c=d,d=t;var j=h==="one"?a.proxy(c,function(b){a(this).unbind(b,j);return c.apply(this,arguments)}):c;if(b==="unload"&&h!=="one")this.one(b,d,c);else{f=0;for(var l=this.length;f0?this.bind(h,a,b):this.trigger(h)};a.attrFn&&(a.attrFn[h]=!0)})})(y);(function(){function a(a,b,d,c,f,j){for(var f=0,l=c.length;f0){i=e;break}}e=e[a]}c[f]=i}}}var k=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, o=0,m=Object.prototype.toString,e=!1,i=!0,r=/\\/g,f=/\W/;[0,0].sort(function(){i=!1;return 0});var b=function(a,g,c,f){var c=c||[],l=g=g||p;if(g.nodeType!==1&&g.nodeType!==9)return[];if(!a||typeof a!=="string")return c;var e,i,s,u,q,R=!0,r=b.isXML(g),o=[],x=a;do if(k.exec(""),e=k.exec(x))if(x=e[3],o.push(e[1]),e[2]){u=e[3];break}while(e);if(o.length>1&&n.exec(a))if(o.length===2&&d.relative[o[0]])i=v(o[0]+o[1],g);else for(i=d.relative[o[0]]?[g]:b(o.shift(),g);o.length;)a=o.shift(),d.relative[a]&&(a+= o.shift()),i=v(a,i);else if(!f&&o.length>1&&g.nodeType===9&&!r&&d.match.ID.test(o[0])&&!d.match.ID.test(o[o.length-1])&&(e=b.find(o.shift(),g,r),g=e.expr?b.filter(e.expr,e.set)[0]:e.set[0]),g){e=f?{expr:o.pop(),set:j(f)}:b.find(o.pop(),o.length===1&&(o[0]==="~"||o[0]==="+")&&g.parentNode?g.parentNode:g,r);i=e.expr?b.filter(e.expr,e.set):e.set;for(o.length>0?s=j(i):R=!1;o.length;)e=q=o.pop(),d.relative[q]?e=o.pop():q="",e==null&&(e=g),d.relative[q](s,e,r)}else s=[];s||(s=i);s||b.error(q||a);if(m.call(s)=== "[object Array]")if(R)if(g&&g.nodeType===1)for(a=0;s[a]!=null;a++)s[a]&&(s[a]===!0||s[a].nodeType===1&&b.contains(g,s[a]))&&c.push(i[a]);else for(a=0;s[a]!=null;a++)s[a]&&s[a].nodeType===1&&c.push(i[a]);else c.push.apply(c,s);else j(s,c);u&&(b(u,l,c,f),b.uniqueSort(c));return c};b.uniqueSort=function(a){if(s&&(e=i,a.sort(s),e))for(var b=1;b 0};b.find=function(a,b,c){var f;if(!a)return[];for(var j=0,e=d.order.length;j":function(a,g){var d,c=typeof g==="string",j=0,l=a.length;if(c&&!f.test(g))for(g=g.toLowerCase();j=0)?d||c.push(l):d&&(b[j]=!1));return!1},ID:function(a){return a[1].replace(r,"")},TAG:function(a){return a[1].replace(r,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||b.error(a[0]);a[2]=a[2].replace(/^\+|\s*/g,"");var g=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=g[1]+(g[2]||1)-0; a[3]=g[3]-0}else a[2]&&b.error(a[0]);a[0]=o++;return a},ATTR:function(a,b,c,f,j,l){b=a[1]=a[1].replace(r,"");!l&&d.attrMap[b]&&(a[1]=d.attrMap[b]);a[4]=(a[4]||a[5]||"").replace(r,"");a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(a,g,c,f,j){if(a[1]==="not")if((k.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=b(a[3],null,null,g);else return a=b.filter(a[3],g,c,1^j),c||f.push.apply(f,a),!1;else if(d.match.POS.test(a[0])||d.match.CHILD.test(a[0]))return!0;return a},POS:function(a){a.unshift(!0); return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,g,d){return!!b(d[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),a=a.type;return"text"===a&&(b===a||b===null)},radio:function(a){return"radio"=== a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,d,c){return b=== c.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,d){return bd[3]-0},nth:function(a,b,d){return d[3]-0===b},eq:function(a,b,d){return d[3]-0===b}},filter:{PSEUDO:function(a,g,c,f){var j=g[1],l=d.filters[j];if(l)return l(a,c,g,f);else if(j==="contains")return(a.textContent||a.innerText||b.getText([a])||"").indexOf(g[3])>=0;else if(j==="not"){g=g[3];c=0;for(f=g.length;c=0}},ID:function(a,b){return a.nodeType=== 1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],c=d.attrHandle[c]?d.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),f=c+"",j=b[2],l=b[4];return c==null?j==="!=":j==="="?f===l:j==="*="?f.indexOf(l)>=0:j==="~="?(" "+f+" ").indexOf(l)>=0:!l?f&&c!==!1:j==="!="?f!==l:j==="^="?f.indexOf(l)===0:j==="$="?f.substr(f.length-l.length)=== l:j==="|="?f===l||f.substr(0,l.length+1)===l+"-":!1},POS:function(a,b,c,f){var j=d.setFilters[b[2]];if(j)return j(a,c,b,f)}}},n=d.match.POS,q=function(a,b){return"\\"+(b-0+1)},x;for(x in d.match)d.match[x]=RegExp(d.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source),d.leftMatch[x]=RegExp(/(^(?:.|\r|\n)*?)/.source+d.match[x].source.replace(/\\(\d+)/g,q));var j=function(a,b){a=Array.prototype.slice.call(a,0);if(b)return b.push.apply(b,a),b;return a};try{Array.prototype.slice.call(p.documentElement.childNodes, 0)}catch(l){j=function(a,b){var d=0,c=b||[];if(m.call(a)==="[object Array]")Array.prototype.push.apply(c,a);else if(typeof a.length==="number")for(var f=a.length;d";c.insertBefore(a,c.firstChild);if(p.getElementById(b))d.find.ID=function(a,b,d){if(typeof b.getElementById!=="undefined"&&!d)return(b=b.getElementById(a[1]))?b.id===a[1]||typeof b.getAttributeNode!=="undefined"&&b.getAttributeNode("id").nodeValue===a[1]?[b]:t:[]},d.filter.ID=function(a,b){var d=typeof a.getAttributeNode!== "undefined"&&a.getAttributeNode("id");return a.nodeType===1&&d&&d.nodeValue===b};c.removeChild(a);c=a=null})();(function(){var a=p.createElement("div");a.appendChild(p.createComment(""));if(a.getElementsByTagName("*").length>0)d.find.TAG=function(a,b){var d=b.getElementsByTagName(a[1]);if(a[1]==="*"){for(var c=[],h=0;d[h];h++)d[h].nodeType===1&&c.push(d[h]);d=c}return d};a.innerHTML="";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!== "#")d.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();p.querySelectorAll&&function(){var a=b,c=p.createElement("div");c.innerHTML="

";if(!(c.querySelectorAll&&c.querySelectorAll(".TEST").length===0)){b=function(c,g,f,l){g=g||p;if(!l&&!b.isXML(g)){var e=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(c);if(e&&(g.nodeType===1||g.nodeType===9))if(e[1])return j(g.getElementsByTagName(c),f);else if(e[2]&&d.find.CLASS&&g.getElementsByClassName)return j(g.getElementsByClassName(e[2]), f);if(g.nodeType===9){if(c==="body"&&g.body)return j([g.body],f);else if(e&&e[3]){var i=g.getElementById(e[3]);if(i&&i.parentNode){if(i.id===e[3])return j([i],f)}else return j([],f)}try{return j(g.querySelectorAll(c),f)}catch(s){}}else if(g.nodeType===1&&g.nodeName.toLowerCase()!=="object"){var e=g,n=(i=g.getAttribute("id"))||"__sizzle__",m=g.parentNode,u=/^\s*[+~]/.test(c);i?n=n.replace(/'/g,"\\$&"):g.setAttribute("id",n);if(u&&m)g=g.parentNode;try{if(!u||m)return j(g.querySelectorAll("[id='"+n+ "'] "+c),f)}catch(v){}finally{i||e.removeAttribute("id")}}}return a(c,g,f,l)};for(var f in a)b[f]=a[f];c=null}}();(function(){var a=p.documentElement,c=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(c){var f=!c.call(p.createElement("div"),"div"),j=!1;try{c.call(p.documentElement,"[test!='']:sizzle")}catch(l){j=!0}b.matchesSelector=function(a,h){h=h.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!b.isXML(a))try{if(j||!d.match.PSEUDO.test(h)&&!/!=/.test(h)){var l= c.call(a,h);if(l||!f||a.document&&a.document.nodeType!==11)return l}}catch(e){}return b(h,null,null,[a]).length>0}}})();(function(){var a=p.createElement("div");a.innerHTML="
";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0&&(a.lastChild.className="e",a.getElementsByClassName("e").length!==1))d.order.splice(1,0,"CLASS"),d.find.CLASS=function(a,b,d){if(typeof b.getElementsByClassName!=="undefined"&&!d)return b.getElementsByClassName(a[1])}, a=null})();b.contains=p.documentElement.contains?function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:p.documentElement.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(){return!1};b.isXML=function(a){return(a=(a?a.ownerDocument||a:0).documentElement)?a.nodeName!=="HTML":!1};var v=function(a,c){for(var f,j=[],l="",e=c.nodeType?[c]:c;f=d.match.PSEUDO.exec(a);)l+=f[0],a=a.replace(d.match.PSEUDO,"");a=d.relative[a]?a+"*":a;f=0;for(var i=e.length;f=0===c})}var k=/Until$/,o=/^(?:parents|prevUntil|prevAll)/,m=/,/,e=/^.[^:#\[\.,]*$/,i=Array.prototype.slice,r=a.expr.match.POS,f={children:!0,contents:!0,next:!0,prev:!0};a.fn.extend({find:function(b){for(var d=this.pushStack("","find",b),c=0,f=0,e=this.length;f0)for(var j=c;j0},closest:function(b,d){var c=[],f,e,j=this[0];if(a.isArray(b)){var l,i={},m=1;if(j&&b.length){f=0;for(e=b.length;f-1:a(j).is(f))&&c.push({selector:l,elem:j, level:m});j=j.parentNode;m++}}return c}l=r.test(b)?a(b,d||this.context):null;f=0;for(e=this.length;f-1:a.find.matchesSelector(j,b)){c.push(j);break}else if(j=j.parentNode,!j||!j.ownerDocument||j===d)break;c=c.length>1?a.unique(c):c;return this.pushStack(c,"closest",b)},index:function(b){if(!b||typeof b==="string")return a.inArray(this[0],b?a(b):this.parent().children());return a.inArray(b.jquery?b[0]:b,this)},add:function(b,d){var c=typeof b==="string"?a(b, d):a.makeArray(b),f=a.merge(this.get(),c);return this.pushStack(!c[0]||!c[0].parentNode||c[0].parentNode.nodeType===11||!f[0]||!f[0].parentNode||f[0].parentNode.nodeType===11?f:a.unique(f))},andSelf:function(){return this.add(this.prevObject)}});a.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(b,d,c){return a.dir(b,"parentNode",c)},next:function(b){return a.nth(b,2,"nextSibling")},prev:function(b){return a.nth(b, 2,"previousSibling")},nextAll:function(b){return a.dir(b,"nextSibling")},prevAll:function(b){return a.dir(b,"previousSibling")},nextUntil:function(b,d,c){return a.dir(b,"nextSibling",c)},prevUntil:function(b,d,c){return a.dir(b,"previousSibling",c)},siblings:function(b){return a.sibling(b.parentNode.firstChild,b)},children:function(b){return a.sibling(b.firstChild)},contents:function(b){return a.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:a.makeArray(b.childNodes)}},function(b, d){a.fn[b]=function(c,e){var r=a.map(this,d,c),j=i.call(arguments);k.test(b)||(e=c);e&&typeof e==="string"&&(r=a.filter(e,r));r=this.length>1&&!f[b]?a.unique(r):r;if((this.length>1||m.test(e))&&o.test(b))r=r.reverse();return this.pushStack(r,b,j.join(","))}});a.extend({filter:function(b,c,f){f&&(b=":not("+b+")");return c.length===1?a.find.matchesSelector(c[0],b)?[c[0]]:[]:a.find.matches(b,c)},dir:function(b,c,f){for(var e=[],b=b[c];b&&b.nodeType!==9&&(f===t||b.nodeType!==1||!a(b).is(f));)b.nodeType=== 1&&e.push(b),b=b[c];return e},nth:function(a,c,f){for(var c=c||1,e=0;a;a=a[f])if(a.nodeType===1&&++e===c)break;return a},sibling:function(a,c){for(var f=[];a;a=a.nextSibling)a.nodeType===1&&a!==c&&f.push(a);return f}})})(y);(function(a){function c(b,c){if(c.nodeType===1&&a.hasData(b)){var d=a.expando,f=a.data(b),e=a.data(c,f);if(f=f[d]){var h=f.events,e=e[d]=a.extend({},f);if(h)for(var g in delete e.handle,e.events={},h){d=0;for(f=h[g].length;d]*)\/>/ig,f=/<([\w:]+)/,b=/", ""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};x.optgroup=x.option;x.tbody=x.tfoot=x.colgroup=x.caption=x.thead;x.th=x.td;if(!a.support.htmlSerialize)x._default=[1,"div
","
"];a.fn.extend({text:function(b){if(a.isFunction(b))return this.each(function(c){var d= a(this);d.text(b.call(this,c,d.text()))});if(typeof b!=="object"&&b!==t)return this.empty().append((this[0]&&this[0].ownerDocument||p).createTextNode(b));return a.text(this)},wrapAll:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapAll(b.call(this,c))});if(this[0]){var c=a(b,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){for(var a=this;a.firstChild&&a.firstChild.nodeType===1;)a=a.firstChild;return a}).append(this)}return this}, wrapInner:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapInner(b.call(this,c))});return this.each(function(){var c=a(this),d=c.contents();d.length?d.wrapAll(b):c.append(b)})},wrap:function(b){return this.each(function(){a(this).wrapAll(b)})},unwrap:function(){return this.parent().each(function(){a.nodeName(this,"body")||a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments, !0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});else if(arguments.length){var b=a(arguments[0]);b.push.apply(b,this.toArray());return this.pushStack(b,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});else if(arguments.length){var b= this.pushStack(this,"after",arguments);b.push.apply(b,a(arguments[0]).toArray());return b}},remove:function(b,c){for(var d=0,f;(f=this[d])!=null;d++)if(!b||a.filter(b,[f]).length)!c&&f.nodeType===1&&(a.cleanData(f.getElementsByTagName("*")),a.cleanData([f])),f.parentNode&&f.parentNode.removeChild(f);return this},empty:function(){for(var b=0,c;(c=this[b])!=null;b++)for(c.nodeType===1&&a.cleanData(c.getElementsByTagName("*"));c.firstChild;)c.removeChild(c.firstChild);return this},clone:function(b,c){b= b==null?!1:b;c=c==null?b:c;return this.map(function(){return a.clone(this,b,c)})},html:function(b){if(b===t)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(e,""):null;else if(typeof b==="string"&&!n.test(b)&&(a.support.leadingWhitespace||!i.test(b))&&!x[(f.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(r,"<$1>");try{for(var c=0,d=this.length;c1&&e0?this.clone(!0):this).get();a(d[e])[c](g);f=f.concat(g)}return this.pushStack(f,b,d.selector)}}});a.extend({clone:function(b,d,f){var e=b.cloneNode(!0),i,h,g;if((!a.support.noCloneEvent||!a.support.noCloneChecked)&&(b.nodeType===1||b.nodeType===11)&&!a.isXMLDoc(b)){k(b,e);i=o(b);h=o(e);for(g=0;i[g];++g)k(i[g],h[g])}if(d&&(c(b,e),f)){i=o(b);h=o(e);for(g=0;i[g];++g)c(i[g],h[g])}return e},clean:function(c,e,m,k){e= e||p;typeof e.createElement==="undefined"&&(e=e.ownerDocument||e[0]&&e[0].ownerDocument||p);for(var n=[],h=0,g;(g=c[h])!=null;h++)if(typeof g==="number"&&(g+=""),g){if(typeof g==="string"&&!d.test(g))g=e.createTextNode(g);else if(typeof g==="string"){g=g.replace(r,"<$1>");var o=(f.exec(g)||["",""])[1].toLowerCase(),q=x[o]||x._default,t=q[0],w=e.createElement("div");for(w.innerHTML=q[1]+g+q[2];t--;)w=w.lastChild;if(!a.support.tbody){t=b.test(g);o=o==="table"&&!t?w.firstChild&&w.firstChild.childNodes: q[1]===""&&!t?w.childNodes:[];for(q=o.length-1;q>=0;--q)a.nodeName(o[q],"tbody")&&!o[q].childNodes.length&&o[q].parentNode.removeChild(o[q])}!a.support.leadingWhitespace&&i.test(g)&&w.insertBefore(e.createTextNode(i.exec(g)[0]),w.firstChild);g=w.childNodes}g.nodeType?n.push(g):n=a.merge(n,g)}if(m)for(h=0;n[h];h++)k&&a.nodeName(n[h],"script")&&(!n[h].type||n[h].type.toLowerCase()==="text/javascript")?k.push(n[h].parentNode?n[h].parentNode.removeChild(n[h]):n[h]):(n[h].nodeType===1&&n.splice.apply(n, [h+1,0].concat(a.makeArray(n[h].getElementsByTagName("script")))),m.appendChild(n[h]));return n},cleanData:function(b){for(var c,d,f=a.cache,e=a.expando,h=a.event.special,g=a.support.deleteExpando,i=0,m;(m=b[i])!=null;i++)if(!m.nodeName||!a.noData[m.nodeName.toLowerCase()])if(d=m[a.expando]){if((c=f[d]&&f[d][e])&&c.events){for(var n in c.events)h[n]?a.event.remove(m,n):a.removeEvent(m,n,c.handle);if(c.handle)c.handle.elem=null}g?delete m[a.expando]:m.removeAttribute&&m.removeAttribute(a.expando); delete f[d]}}})})(y);(function(a){function c(c,f,e){var i=f==="width"?c.offsetWidth:c.offsetHeight;if(e==="border")return i;a.each(f==="width"?b:d,function(){e||(i-=parseFloat(a.css(c,"padding"+this))||0);e==="margin"?i+=parseFloat(a.css(c,"margin"+this))||0:i-=parseFloat(a.css(c,"border"+this+"Width"))||0});return i}var k=/alpha\([^)]*\)/i,o=/opacity=([^)]*)/,m=/-([a-z])/ig,e=/([A-Z]|^ms)/g,i=/^-?\d+(?:px)?$/i,r=/^-?\d/,f={position:"absolute",visibility:"hidden",display:"block"},b=["Left","Right"], d=["Top","Bottom"],n,q,x,j=function(a,b){return b.toUpperCase()};a.fn.css=function(b,c){if(arguments.length===2&&c===t)return this;return a.access(this,b,c,!0,function(b,c,d){return d!==t?a.style(b,c,d):a.css(b,c)})};a.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=n(a,"opacity","opacity");return c===""?"1":c}else return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(b,c, d,f){if(b&&!(b.nodeType===3||b.nodeType===8||!b.style)){var e,g=a.camelCase(c),i=b.style,j=a.cssHooks[g],c=a.cssProps[g]||g;if(d!==t){if(!(typeof d==="number"&&isNaN(d)||d==null))if(typeof d==="number"&&!a.cssNumber[g]&&(d+="px"),!j||!("set"in j)||(d=j.set(b,d))!==t)try{i[c]=d}catch(m){}}else{if(j&&"get"in j&&(e=j.get(b,!1,f))!==t)return e;return i[c]}}},css:function(b,c,d){var f,e=a.camelCase(c),g=a.cssHooks[e],c=a.cssProps[e]||e;if(g&&"get"in g&&(f=g.get(b,!0,d))!==t)return f;else if(n)return n(b, c,e)},swap:function(a,b,c){var d={},f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];c.call(a);for(f in b)a.style[f]=d[f]},camelCase:function(a){return a.replace(m,j)}});a.curCSS=a.css;a.each(["height","width"],function(b,d){a.cssHooks[d]={get:function(b,e,h){var g;if(e){b.offsetWidth!==0?g=c(b,d,h):a.swap(b,f,function(){g=c(b,d,h)});if(g<=0&&(g=n(b,d,d),g==="0px"&&x&&(g=x(b,d,d)),g!=null))return g===""||g==="auto"?"0px":g;if(g<0||g==null)return g=b.style[d],g===""||g==="auto"?"0px":g;return typeof g=== "string"?g:g+"px"}},set:function(a,b){if(i.test(b)){if(b=parseFloat(b),b>=0)return b+"px"}else return b}}});if(!a.support.opacity)a.cssHooks.opacity={get:function(a,b){return o.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(b,c){var d=b.style;d.zoom=1;var f=a.isNaN(c)?"":"alpha(opacity="+c*100+")",e=d.filter||"";d.filter=k.test(e)?e.replace(k,f):d.filter+" "+f}};a(function(){if(!a.support.reliableMarginRight)a.cssHooks.marginRight= {get:function(b,c){var d;a.swap(b,{display:"inline-block"},function(){d=c?n(b,"margin-right","marginRight"):b.style.marginRight});return d}}});p.defaultView&&p.defaultView.getComputedStyle&&(q=function(b,c,d){var f,d=d.replace(e,"-$1").toLowerCase();if(!(c=b.ownerDocument.defaultView))return t;if(c=c.getComputedStyle(b,null))f=c.getPropertyValue(d),f===""&&!a.contains(b.ownerDocument.documentElement,b)&&(f=a.style(b,d));return f});p.documentElement.currentStyle&&(x=function(a,b){var c,d=a.currentStyle&& a.currentStyle[b],f=a.runtimeStyle&&a.runtimeStyle[b],g=a.style;if(!i.test(d)&&r.test(d)){c=g.left;if(f)a.runtimeStyle.left=a.currentStyle.left;g.left=b==="fontSize"?"1em":d||0;d=g.pixelLeft+"px";g.left=c;if(f)a.runtimeStyle.left=f}return d===""?"auto":d});n=q||x;if(a.expr&&a.expr.filters)a.expr.filters.hidden=function(b){var c=b.offsetHeight;return b.offsetWidth===0&&c===0||!a.support.reliableHiddenOffsets&&(b.style.display||a.css(b,"display"))==="none"},a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}})(y); (function(a){function c(b){return function(c,d){var A;typeof c!=="string"&&(d=c,c="*");if(a.isFunction(d))for(var f=c.toLowerCase().split(l),g=0,e=f.length,h,i;g)<[^<]*)*<\/script>/gi,j=/^(?:select|textarea)/i,l=/\s+/,s=/([?&])_=[^&]*/,u=/(^|\-)([a-z])/g,v=function(a,b,c){return b+c.toUpperCase()},h=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,g=a.fn.load,z={},y={},E,D;try{E=p.location.href}catch(G){E=p.createElement("a"),E.href="",E=E.href}D=h.exec(E.toLowerCase())||[];a.fn.extend({load:function(b,c,d){if(typeof b!=="string"&&g)return g.apply(this,arguments);else if(!this.length)return this;var f=b.indexOf(" "); if(f>=0)var e=b.slice(f,b.length),b=b.slice(0,f);f="GET";c&&(a.isFunction(c)?(d=c,c=t):typeof c==="object"&&(c=a.param(c,a.ajaxSettings.traditional),f="POST"));var h=this;a.ajax({url:b,type:f,dataType:"html",data:c,complete:function(b,c,f){f=b.responseText;b.isResolved()&&(b.done(function(a){f=a}),h.html(e?a("
").append(f.replace(x,"")).find(e):f));d&&h.each(d,[f,c,b])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements? a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||j.test(this.nodeName)||b.test(this.type))}).map(function(b,c){var d=a(this).val();return d==null?null:a.isArray(d)?a.map(d,function(a){return{name:c.name,value:a.replace(i,"\r\n")}}):{name:c.name,value:d.replace(i,"\r\n")}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(b,c){a.fn[c]=function(a){return this.bind(c,a)}});a.each(["get","post"],function(b, c){a[c]=function(b,d,f,g){a.isFunction(d)&&(g=g||f,f=d,d=t);return a.ajax({type:c,url:b,data:d,success:f,dataType:g})}});a.extend({getScript:function(b,c){return a.get(b,t,c,"script")},getJSON:function(b,c,d){return a.get(b,c,d,"json")},ajaxSetup:function(b,c){c?a.extend(!0,b,a.ajaxSettings,c):(c=b,b=a.extend(!0,a.ajaxSettings,c));for(var d in{context:1,url:1})d in c?b[d]=c[d]:d in a.ajaxSettings&&(b[d]=a.ajaxSettings[d]);return b},ajaxSettings:{url:E,isLocal:/^(?:about|app|app\-storage|.+\-extension|file|widget):$/.test(D[1]), global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":w.String,"text html":!0,"text json":a.parseJSON,"text xml":a.parseXML}},ajaxPrefilter:c(z),ajaxTransport:c(y),ajax:function(b,c){function g(b,c,d,f){if(H!==2){H= 2;Q&&clearTimeout(Q);N=t;E=f||"";A.readyState=b?4:0;var h,l,n;if(d){var f=e,k=A,r=f.contents,q=f.dataTypes,s=f.responseFields,v,u,w,z;for(u in s)u in d&&(k[s[u]]=d[u]);for(;q[0]==="*";)q.shift(),v===t&&(v=f.mimeType||k.getResponseHeader("content-type"));if(v)for(u in r)if(r[u]&&r[u].test(v)){q.unshift(u);break}if(q[0]in d)w=q[0];else{for(u in d){if(!q[0]||f.converters[u+" "+q[0]]){w=u;break}z||(z=u)}w=w||z}w?(w!==q[0]&&q.unshift(w),d=d[w]):d=void 0}else d=t;if(b>=200&&b<300||b===304){if(e.ifModified){if(v= A.getResponseHeader("Last-Modified"))a.lastModified[x]=v;if(v=A.getResponseHeader("Etag"))a.etag[x]=v}if(b===304)c="notmodified",h=!0;else try{v=e;v.dataFilter&&(d=v.dataFilter(d,v.dataType));var y=v.dataTypes;u={};var B,D,G=y.length,K,C=y[0],I,M,J,L,F;for(B=1;B0&&(Q=setTimeout(function(){A.abort("timeout")},e.timeout));try{H=1,N.send(w,g)}catch(S){status<2?g(-1,S):a.error(S)}}else g(-1,"No Transport");return A},param:function(b,c){var d=[],f=function(b,c){c=a.isFunction(c)?c():c;d[d.length]=encodeURIComponent(b)+"="+encodeURIComponent(c)};if(c===t)c=a.ajaxSettings.traditional;if(a.isArray(b)||b.jquery&&!a.isPlainObject(b))a.each(b,function(){f(this.name,this.value)});else for(var g in b)o(g, b[g],c,f);return d.join("&").replace(m,"+")}});a.extend({active:0,lastModified:{},etag:{}})})(y);(function(a){var c=a.now(),k=/(\=)\?(&|$)|\?\?/i;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return a.expando+"_"+c++}});a.ajaxPrefilter("json jsonp",function(c,m,e){var i=typeof c.data==="string";if(c.dataTypes[0]==="jsonp"||m.jsonpCallback||m.jsonp!=null||c.jsonp!==!1&&(k.test(c.url)||i&&k.test(c.data))){var r,f=c.jsonpCallback=a.isFunction(c.jsonpCallback)?c.jsonpCallback():c.jsonpCallback, b=w[f],m=c.url,d=c.data,n="$1"+f+"$2",q=function(){w[f]=b;if(r&&a.isFunction(b))w[f](r[0])};c.jsonp!==!1&&(m=m.replace(k,n),c.url===m&&(i&&(d=d.replace(k,n)),c.data===d&&(m+=(/\?/.test(m)?"&":"?")+c.jsonp+"="+f)));c.url=m;c.data=d;w[f]=function(a){r=[a]};e.then(q,q);c.converters["script json"]=function(){r||a.error(f+" was not called");return r[0]};c.dataTypes[0]="json";return"script"}})})(y);(function(a){a.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"}, contents:{script:/javascript|ecmascript/},converters:{"text script":function(c){a.globalEval(c);return c}}});a.ajaxPrefilter("script",function(a){if(a.cache===t)a.cache=!1;if(a.crossDomain)a.type="GET",a.global=!1});a.ajaxTransport("script",function(a){if(a.crossDomain){var k,o=p.head||p.getElementsByTagName("head")[0]||p.documentElement;return{send:function(m,e){k=p.createElement("script");k.async="async";if(a.scriptCharset)k.charset=a.scriptCharset;k.src=a.url;k.onload=k.onreadystatechange=function(a, c){if(!k.readyState||/loaded|complete/.test(k.readyState))k.onload=k.onreadystatechange=null,o&&k.parentNode&&o.removeChild(k),k=t,c||e(200,"success")};o.insertBefore(k,o.firstChild)},abort:function(){if(k)k.onload(0,1)}}}})})(y);(function(a){function c(){a(w).unload(function(){for(var a in m)m[a](0,1)})}function k(){try{return new w.XMLHttpRequest}catch(a){}}var o=a.now(),m,e;a.ajaxSettings.xhr=w.ActiveXObject?function(){var a;if(!(a=!this.isLocal&&k()))a:{try{a=new w.ActiveXObject("Microsoft.XMLHTTP"); break a}catch(c){}a=void 0}return a}:k;e=a.ajaxSettings.xhr();a.support.ajax=!!e;a.support.cors=e&&"withCredentials"in e;e=t;a.support.ajax&&a.ajaxTransport(function(e){if(!e.crossDomain||a.support.cors){var k;return{send:function(f,b){var d=e.xhr(),n,q;e.username?d.open(e.type,e.url,e.async,e.username,e.password):d.open(e.type,e.url,e.async);if(e.xhrFields)for(q in e.xhrFields)d[q]=e.xhrFields[q];e.mimeType&&d.overrideMimeType&&d.overrideMimeType(e.mimeType);!e.crossDomain&&!f["X-Requested-With"]&& (f["X-Requested-With"]="XMLHttpRequest");try{for(q in f)d.setRequestHeader(q,f[q])}catch(p){}d.send(e.hasContent&&e.data||null);k=function(c,f){var o,q,p,h,g;try{if(k&&(f||d.readyState===4)){k=t;if(n)d.onreadystatechange=a.noop,delete m[n];if(f)d.readyState!==4&&d.abort();else{o=d.status;p=d.getAllResponseHeaders();h={};if((g=d.responseXML)&&g.documentElement)h.xml=g;h.text=d.responseText;try{q=d.statusText}catch(x){q=""}!o&&e.isLocal&&!e.crossDomain?o=h.text?200:404:o===1223&&(o=204)}}}catch(w){f|| b(-1,w)}h&&b(o,q,h,p)};!e.async||d.readyState===4?k():(m||(m={},c()),n=o++,d.onreadystatechange=m[n]=k)},abort:function(){k&&k(0,1)}}}})})(y);(function(a){function c(c,b){var d={};a.each(r.concat.apply([],r.slice(0,b)),function(){d[this]=c});return d}function k(c){if(!o[c]){var b=a("<"+c+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";o[c]=d}return o[c]}var o={},m=/^(?:toggle|show|hide)$/,e=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,i,r=[["height","marginTop","marginBottom", "paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(f,b,d){if(f||f===0)return this.animate(c("show",3),f,b,d);else{for(var d=0,e=this.length;d=0;a--)if(d[a].elem===this){if(b)d[a](!0); d.splice(a,1)}});b||this.dequeue();return this}});a.each({slideDown:c("show",1),slideUp:c("hide",1),slideToggle:c("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(c,b){a.fn[c]=function(a,c,f){return this.animate(b,a,c,f)}});a.extend({speed:function(c,b,d){var e=c&&typeof c==="object"?a.extend({},c):{complete:d||!d&&b||a.isFunction(c)&&c,duration:c,easing:d&&b||b&&!a.isFunction(b)&&b};e.duration=a.fx.off?0:typeof e.duration==="number"?e.duration: e.duration in a.fx.speeds?a.fx.speeds[e.duration]:a.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==!1&&a(this).dequeue();a.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,c,e){return c+e*a},swing:function(a,b,c,e){return(-Math.cos(a*Math.PI)/2+0.5)*e+c}},timers:[],fx:function(a,b,c){this.options=b;this.elem=a;this.prop=c;if(!b.orig)b.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]|| a.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var c,b=a.css(this.elem,this.prop);return isNaN(c=parseFloat(b))?!b||b==="auto"?0:b:c},custom:function(c,b,d){function e(a){return m.step(a)}var m=this,k=a.fx;this.startTime=a.now();this.start=c;this.end=b;this.unit=d||this.unit||(a.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;e.elem=this.elem;e()&&a.timers.push(e)&&!i&& (i=setInterval(k.tick,k.interval))},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=!0;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=!0;this.custom(this.cur(),0)},step:function(c){var b=a.now(),d=!0;if(c||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]= !0;for(var e in this.options.curAnim)this.options.curAnim[e]!==!0&&(d=!1);if(d){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var i=this.elem,m=this.options;a.each(["","X","Y"],function(a,b){i.style["overflow"+b]=m.overflow[a]})}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var j in this.options.curAnim)a.style(this.elem,j,this.options.orig[j]);this.options.complete.call(this.elem)}return!1}else c=b-this.startTime,this.state=c/this.options.duration, b=this.options.easing||(a.easing.swing?"swing":"linear"),this.pos=a.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,c,0,1,this.options.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update();return!0}};a.extend(a.fx,{tick:function(){for(var c=a.timers,b=0;b
"; c.insertBefore(e,c.firstChild);i=e.firstChild;k=i.firstChild;f=i.nextSibling.firstChild.firstChild;this.doesNotAddBorder=k.offsetTop!==5;this.doesAddBorderForTableAndCells=f.offsetTop===5;k.style.position="fixed";k.style.top="20px";this.supportsFixedPosition=k.offsetTop===20||k.offsetTop===15;k.style.position=k.style.top="";i.style.overflow="hidden";i.style.position="relative";this.subtractsBorderForOverflowNotVisible=k.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=c.offsetTop!==b;c.removeChild(e); a.offset.initialize=a.noop},bodyOffset:function(c){var e=c.offsetTop,i=c.offsetLeft;a.offset.initialize();a.offset.doesNotIncludeMarginInBodyOffset&&(e+=parseFloat(a.css(c,"marginTop"))||0,i+=parseFloat(a.css(c,"marginLeft"))||0);return{top:e,left:i}},setOffset:function(c,e,i){var k=a.css(c,"position");if(k==="static")c.style.position="relative";var f=a(c),b=f.offset(),d=a.css(c,"top"),n=a.css(c,"left"),o=(k==="absolute"||k==="fixed")&&a.inArray("auto",[d,n])>-1,k={},p={};o&&(p=f.position());d=o? p.top:parseInt(d,10)||0;n=o?p.left:parseInt(n,10)||0;a.isFunction(e)&&(e=e.call(c,i,b));if(e.top!=null)k.top=e.top-b.top+d;if(e.left!=null)k.left=e.left-b.left+n;"using"in e?e.using.call(c,k):f.css(k)}};a.fn.extend({position:function(){if(!this[0])return null;var c=this[0],e=this.offsetParent(),i=this.offset(),k=o.test(e[0].nodeName)?{top:0,left:0}:e.offset();i.top-=parseFloat(a.css(c,"marginTop"))||0;i.left-=parseFloat(a.css(c,"marginLeft"))||0;k.top+=parseFloat(a.css(e[0],"borderTopWidth"))||0; k.left+=parseFloat(a.css(e[0],"borderLeftWidth"))||0;return{top:i.top-k.top,left:i.left-k.left}},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent||p.body;c&&!o.test(c.nodeName)&&a.css(c,"position")==="static";)c=c.offsetParent;return c})}});a.each(["Left","Top"],function(k,e){var i="scroll"+e;a.fn[i]=function(e){var f=this[0],b;if(!f)return null;return e!==t?this.each(function(){(b=c(this))?b.scrollTo(!k?e:a(b).scrollLeft(),k?e:a(b).scrollTop()):this[i]=e}):(b=c(f))? "pageXOffset"in b?b[k?"pageYOffset":"pageXOffset"]:a.support.boxModel&&b.document.documentElement[i]||b.document.body[i]:f[i]}})})(y);(function(a){a.each(["Height","Width"],function(c,k){var o=k.toLowerCase();a.fn["inner"+k]=function(){return this[0]?parseFloat(a.css(this[0],o,"padding")):null};a.fn["outer"+k]=function(c){return this[0]?parseFloat(a.css(this[0],o,c?"margin":"border")):null};a.fn[o]=function(c){var e=this[0];if(!e)return c==null?null:this;if(a.isFunction(c))return this.each(function(e){var f= a(this);f[o](c.call(this,e,f[o]()))});if(a.isWindow(e)){var i=e.document.documentElement["client"+k];return e.document.compatMode==="CSS1Compat"&&i||e.document.body["client"+k]||i}else return e.nodeType===9?Math.max(e.documentElement["client"+k],e.body["scroll"+k],e.documentElement["scroll"+k],e.body["offset"+k],e.documentElement["offset"+k]):c===t?(e=a.css(e,o),i=parseFloat(e),a.isNaN(i)?e:i):this.css(o,typeof c==="string"?c:c+"px")}})})(y);w.jQuery=w.$=y})(window);