/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(d,c){var a=function(b,c){return new a.fn.init(b,c)},Fb=d.jQuery,Wb=d.$,b=d.document,o,ub=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,zb=/^.[^:#\[\.,]*$/,vb=/\S/,Nb=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,sb=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,wb=navigator.userAgent,n,Q=false,l=[],h,A=Object.prototype.toString,r=Object.prototype.hasOwnProperty,F=Array.prototype.push,q=Array.prototype.slice,cb=Array.prototype.indexOf;a.fn=a.prototype={init:function(d,e){var g,h,f,i;if(!d)return this;if(d.nodeType){this.context=this[0]=d;this.length=1;return this}if(d==="body"&&!e){this.context=b;this[0]=b.body;this.selector="body";this.length=1;return this}if(typeof d==="string"){g=ub.exec(d);if(g&&(g[1]||!e))if(g[1]){i=e?e.ownerDocument||e:b;f=sb.exec(d);if(f)if(a.isPlainObject(e)){d=[b.createElement(f[1])];a.fn.attr.call(d,e,true)}else d=[i.createElement(f[1])];else{f=I([g[1]],[i]);d=(f.cacheable?f.fragment.cloneNode(true):f.fragment).childNodes}return a.merge(this,d)}else{h=b.getElementById(g[2]);if(h){if(h.id!==g[2])return o.find(d);this.length=1;this[0]=h}this.context=b;this.selector=d;return this}else if(!e&&/^\w+$/.test(d)){this.selector=d;this.context=b;d=b.getElementsByTagName(d);return a.merge(this,d)}else return!e||e.jquery?(e||o).find(d):a(e).find(d)}else if(a.isFunction(d))return o.ready(d);if(d.selector!==c){this.selector=d.selector;this.context=d.context}return a.makeArray(d,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return q.call(this,0)},"get":function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(c,d,e){var b=a();if(a.isArray(c))F.apply(b,c);else a.merge(b,c);b.prevObject=this;b.context=this.context;if(d==="find")b.selector=this.selector+(this.selector?" ":"")+e;else if(d)b.selector=this.selector+"."+d+"("+e+")";return b},each:function(b,c){return a.each(this,b,c)},ready:function(c){a.bindReady();if(a.isReady)c.call(b,a);else l&&l.push(c);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(q.apply(this,arguments),"slice",q.call(arguments).join(","))},map:function(b){return this.pushStack(a.map(this,function(a,c){return b.call(a,c,a)}))},end:function(){return this.prevObject||a(null)},push:F,sort:[].sort,splice:[].splice};a.fn.init.prototype=a.fn;a.extend=a.fn.extend=function(){var b=arguments[0]||{},e=1,j=arguments.length,i=false,h,f,g,d;if(typeof b==="boolean"){i=b;b=arguments[1]||{};e=2}if(typeof b!=="object"&&!a.isFunction(b))b={};if(j===e){b=this;--e}for(;e<j;e++)if((h=arguments[e])!=null)for(f in h){g=b[f];d=h[f];if(b===d)continue;if(i&&d&&(a.isPlainObject(d)||a.isArray(d))){var k=g&&(a.isPlainObject(g)||a.isArray(g))?g:a.isArray(d)?[]:{};b[f]=a.extend(i,k,d)}else if(d!==c)b[f]=d}return b};a.extend({noConflict:function(b){d.$=Wb;if(b)d.jQuery=Fb;return a},isReady:false,ready:function(){if(!a.isReady){if(!b.body)return setTimeout(a.ready,13);a.isReady=true;if(l){var c,d=0;while(c=l[d++])c.call(b,a);l=null}a.fn.triggerHandler&&a(b).triggerHandler("ready")}},bindReady:function(){if(Q)return;Q=true;if(b.readyState==="complete")return a.ready();if(b.addEventListener){b.addEventListener("DOMContentLoaded",h,false);d.addEventListener("load",a.ready,false)}else if(b.attachEvent){b.attachEvent("onreadystatechange",h);d.attachEvent("onload",a.ready);var c=false;try{c=d.frameElement==null}catch(e){}b.documentElement.doScroll&&c&&J()}},isFunction:function(a){return A.call(a)==="[object Function]"},isArray:function(a){return A.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||A.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!r.call(a,"constructor")&&!r.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===c||r.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=a.trim(b);if(/^[\],:{}\s]*$/.test(b.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return d.JSON&&d.JSON.parse?d.JSON.parse(b):new Function("return "+b)();else a.error("Invalid JSON: "+b)},noop:function(){},globalEval:function(d){if(d&&vb.test(d)){var e=b.getElementsByTagName("head")[0]||b.documentElement,c=b.createElement("script");c.type="text/javascript";if(a.support.scriptEval)c.appendChild(b.createTextNode(d));else c.text=d;e.insertBefore(c,e.firstChild);e.removeChild(c)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(b,f,i){var d,e=0,g=b.length,j=g===c||a.isFunction(b);if(i){if(j){for(d in b)if(f.apply(b[d],i)===false)break}else for(;e<g;)if(f.apply(b[e++],i)===false)break}else if(j){for(d in b)if(f.call(b[d],d,b[d])===false)break}else for(var h=b[0];e<g&&f.call(h,e,h)!==false;h=b[++e]);return b},trim:function(a){return(a||"").replace(Nb,"")},makeArray:function(b,d){var c=d||[];if(b!=null)if(b.length==null||typeof b==="string"||a.isFunction(b)||typeof b!=="function"&&b.setInterval)F.call(c,b);else a.merge(c,b);return c},inArray:function(c,a){if(a.indexOf)return a.indexOf(c);for(var b=0,d=a.length;b<d;b++)if(a[b]===c)return b;return-1},merge:function(b,a){var e=b.length,d=0;if(typeof a.length==="number")for(var f=a.length;d<f;d++)b[e++]=a[d];else while(a[d]!==c)b[e++]=a[d++];b.length=e;return b},grep:function(b,d,f){for(var c=[],a=0,e=b.length;a<e;a++)!f!==!d(b[a],a)&&c.push(b[a]);return c},map:function(d,e,g){for(var a=[],c,b=0,f=d.length;b<f;b++){c=e(d[b],b,g);if(c!=null)a[a.length]=c}return a.concat.apply([],a)},guid:1,proxy:function(d,b,e){if(arguments.length===2)if(typeof b==="string"){e=d;d=e[b];b=c}else if(b&&!a.isFunction(b)){e=b;b=c}if(!b&&d)b=function(){return d.apply(e||this,arguments)};if(d)b.guid=d.guid=d.guid||b.guid||a.guid++;return b},uaMatch:function(a){a=a.toLowerCase();var b=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},browser:{}});n=a.uaMatch(wb);if(n.browser){a.browser[n.browser]=true;a.browser.version=n.version}if(a.browser.webkit)a.browser.safari=true;if(cb)a.inArray=function(b,a){return cb.call(a,b)};o=a(b);if(b.addEventListener)h=function(){b.removeEventListener("DOMContentLoaded",h,false);a.ready()};else if(b.attachEvent)h=function(){if(b.readyState==="complete"){b.detachEvent("onreadystatechange",h);a.ready()}};function J(){if(a.isReady)return;try{b.documentElement.doScroll("left")}catch(c){setTimeout(J,1);return}a.ready()}function pb(c,b){if(b.src)a.ajax({url:b.src,async:false,dataType:"script"});else a.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function B(b,d,f,g,h,j){var i=b.length;if(typeof d==="object"){for(var k in d)B(b,k,d[k],g,h,f);return b}if(f!==c){g=!j&&g&&a.isFunction(f);for(var e=0;e<i;e++)h(b[e],d,g?f.call(b[e],e,h(b[e],d)):f,j);return b}return i?h(b[0],d):c}function g(){return(new Date).getTime()}(function(){a.support={};var h=b.documentElement,e=b.createElement("script"),c=b.createElement("div"),j="script"+g();c.style.display="none";c.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var i=c.getElementsByTagName("*"),f=c.getElementsByTagName("a")[0];if(!i||!i.length||!f)return;a.support={leadingWhitespace:c.firstChild.nodeType===3,tbody:!c.getElementsByTagName("tbody").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:c.getElementsByTagName("input")[0].value==="on",optSelected:b.createElement("select").appendChild(b.createElement("option")).selected,parentNode:c.removeChild(c.appendChild(b.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};e.type="text/javascript";try{e.appendChild(b.createTextNode("window."+j+"=1;"))}catch(n){}h.insertBefore(e,h.firstChild);if(d[j]){a.support.scriptEval=true;delete d[j]}try{delete e.test}catch(n){a.support.deleteExpando=false}h.removeChild(e);if(c.attachEvent&&c.fireEvent){c.attachEvent("onclick",function m(){a.support.noCloneEvent=false;c.detachEvent("onclick",m)});c.cloneNode(true).fireEvent("onclick")}c=b.createElement("div");c.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var l=b.createDocumentFragment();l.appendChild(c.firstChild);a.support.checkClone=l.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var c=b.createElement("div");c.style.width=c.style.paddingLeft="1px";b.body.appendChild(c);a.boxModel=a.support.boxModel=c.offsetWidth===2;b.body.removeChild(c).style.display="none";c=null});var k=function(a){var c=b.createElement("div");a="on"+a;var d=a in c;if(!d){c.setAttribute(a,"return;");d=typeof c[a]==="function"}c=null;return d};a.support.submitBubbles=k("submit");a.support.changeBubbles=k("change");h=e=c=i=f=null})();a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var f="jQuery"+g(),Sb=0,S={};a.extend({cache:{},expando:f,noData:{embed:true,object:true,applet:true},data:function(e,g,j){if(e.nodeName&&a.noData[e.nodeName.toLowerCase()])return;e=e==d?S:e;var b=e[f],i=a.cache,h;if(!b&&typeof g==="string"&&j===c)return null;if(!b)b=++Sb;if(typeof g==="object"){e[f]=b;h=i[b]=a.extend(true,{},g)}else if(!i[b]){e[f]=b;i[b]={}}h=i[b];if(j!==c)h[g]=j;return typeof g==="string"?h[g]:h},removeData:function(b,g){if(b.nodeName&&a.noData[b.nodeName.toLowerCase()])return;b=b==d?S:b;var h=b[f],e=a.cache,c=e[h];if(g){if(c){delete c[g];a.isEmptyObject(c)&&a.removeData(b)}}else{if(a.support.deleteExpando)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete e[h]}}});a.fn.extend({data:function(d,f){if(typeof d==="undefined"&&this.length)return a.data(this[0]);else if(typeof d==="object")return this.each(function(){a.data(this,d)});var b=d.split(".");b[1]=b[1]?"."+b[1]:"";if(f===c){var e=this.triggerHandler("getData"+b[1]+"!",[b[0]]);if(e===c&&this.length)e=a.data(this[0],d);return e===c&&b[1]?this.data(b[0]):e}else return this.trigger("setData"+b[1]+"!",[b[0],f]).each(function(){a.data(this,d,f)})},removeData:function(b){return this.each(function(){a.removeData(this,b)})}});a.extend({queue:function(e,d,c){if(!e)return;d=(d||"fx")+"queue";var b=a.data(e,d);if(!c)return b||[];if(!b||a.isArray(c))b=a.data(e,d,a.makeArray(c));else b.push(c);return b},dequeue:function(e,b){b=b||"fx";var d=a.queue(e,b),c=d.shift();if(c==="inprogress")c=d.shift();if(c){b==="fx"&&d.unshift("inprogress");c.call(e,function(){a.dequeue(e,b)})}}});a.fn.extend({queue:function(b,d){if(typeof b!=="string"){d=b;b="fx"}return d===c?a.queue(this[0],b):this.each(function(){var c=a.queue(this,b,d);b==="fx"&&c[0]!=="inprogress"&&a.dequeue(this,b)})},dequeue:function(b){return this.each(function(){a.dequeue(this,b)})},delay:function(b,c){b=a.fx?a.fx.speeds[b]||b:b;c=c||"fx";return this.queue(c,function(){var d=this;setTimeout(function(){a.dequeue(d,c)},b)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var hb=/[\n\t]/g,E=/\s+/,Db=/\r/g,ob=/href|src|style/,Ob=/(button|input)/i,rb=/(button|input|object|select|textarea)/i,qb=/^(a|area)$/i,P=/radio|checkbox/;a.fn.extend({attr:function(c,b){return B(this,c,b,true,a.attr)},removeAttr:function(b){return this.each(function(){a.attr(this,b,"");this.nodeType===1&&this.removeAttribute(b)})},addClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.addClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string")for(var e=(b||"").split(E),f=0,j=this.length;f<j;f++){var c=this[f];if(c.nodeType===1)if(!c.className)c.className=b;else{for(var h=" "+c.className+" ",g=c.className,d=0,i=e.length;d<i;d++)if(h.indexOf(" "+e[d]+" ")<0)g+=" "+e[d];c.className=a.trim(g)}}return this},removeClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.removeClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string"||b===c)for(var h=(b||"").split(E),g=0,j=this.length;g<j;g++){var d=this[g];if(d.nodeType===1&&d.className)if(b){for(var e=(" "+d.className+" ").replace(hb," "),f=0,i=h.length;f<i;f++)e=e.replace(" "+h[f]+" "," ");d.className=a.trim(e)}else d.className=""}return this},toggleClass:function(b,c){var d=typeof b,e=typeof c==="boolean";return a.isFunction(b)?this.each(function(e){var d=a(this);d.toggleClass(b.call(this,e,d.attr("class"),c),c)}):this.each(function(){if(d==="string"){var f,j=0,h=a(this),g=c,i=b.split(E);while(f=i[j++]){g=e?g:!h.hasClass(f);h[g?"addClass":"removeClass"](f)}}else if(d==="undefined"||d==="boolean"){this.className&&a.data(this,"__className__",this.className);this.className=this.className||b===false?"":a.data(this,"__className__")||""}})},hasClass:function(c){for(var b=" "+c+" ",a=0,d=this.length;a<d;a++)if((" "+this[a].className+" ").replace(hb," ").indexOf(b)>-1)return true;return false},val:function(d){if(d===c){var b=this[0];if(b){if(a.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(a.nodeName(b,"select")){var e=b.selectedIndex,j=[],h=b.options,f=b.type==="select-one";if(e<0)return null;for(var g=f?e:0,l=f?e+1:h.length;g<l;g++){var i=h[g];if(i.selected){d=a(i).val();if(f)return d;j.push(d)}}return j}return P.test(b.type)&&!a.support.checkOn?b.getAttribute("value")===null?"on":b.value:(b.value||"").replace(Db,"")}return c}var k=a.isFunction(d);return this.each(function(f){var e=a(this),b=d;if(this.nodeType!==1)return;if(k)b=d.call(this,f,e.val());if(typeof b==="number")b+="";if(a.isArray(b)&&P.test(this.type))this.checked=a.inArray(e.val(),b)>=0;else if(a.nodeName(this,"select")){var c=a.makeArray(b);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),c)>=0});if(!c.length)this.selectedIndex=-1}else this.value=b})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(b,d,e,l){if(!b||b.nodeType===3||b.nodeType===8)return c;if(l&&d in a.attrFn)return a(b)[d](e);var f=b.nodeType!==1||!a.isXMLDoc(b),i=e!==c;d=f&&a.props[d]||d;if(b.nodeType===1){var j=ob.test(d);if(d==="selected"&&!a.support.optSelected){var g=b.parentNode;if(g){g.selectedIndex;if(g.parentNode)g.parentNode.selectedIndex}}if(d in b&&f&&!j){if(i){d==="type"&&Ob.test(b.nodeName)&&b.parentNode&&a.error("type property can't be changed");b[d]=e}if(a.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d==="tabIndex"){var h=b.getAttributeNode("tabIndex");return h&&h.specified?h.value:rb.test(b.nodeName)||qb.test(b.nodeName)&&b.href?0:c}return b[d]}if(!a.support.style&&f&&d==="style"){if(i)b.style.cssText=""+e;return b.style.cssText}i&&b.setAttribute(d,""+e);var k=!a.support.hrefNormalized&&f&&j?b.getAttribute(d,2):b.getAttribute(d);return k===null?c:k}return a.style(b,d,e)}});var k=/\.(.*)$/,yb=function(a){return a.replace(/[^\w\s\.\|`]/g,function(a){return"\\"+a})};a.event={add:function(b,n,g,p){if(b.nodeType===3||b.nodeType===8)return;if(b.setInterval&&(b!==d&&!b.frameElement))b=d;var k,f;if(g.handler){k=g;g=k.handler}if(!g.guid)g.guid=a.guid++;var j=a.data(b);if(!j)return;var o=j.events=j.events||{},h=j.handle;if(!h)j.handle=h=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(h.elem,arguments):c};h.elem=b;n=n.split(" ");var e,q=0,i;while(e=n[q++]){f=k?a.extend({},k):{handler:g,data:p};if(e.indexOf(".")>-1){i=e.split(".");e=i.shift();f.namespace=i.slice(0).sort().join(".")}else{i=[];f.namespace=""}f.type=e;f.guid=g.guid;var m=o[e],l=a.event.special[e]||{};if(!m){m=o[e]=[];if(!l.setup||l.setup.call(b,p,i,h)===false)if(b.addEventListener)b.addEventListener(e,h,false);else b.attachEvent&&b.attachEvent("on"+e,h)}if(l.add){l.add.call(b,f);if(!f.handler.guid)f.handler.guid=g.guid}m.push(f);a.event.global[e]=true}b=null},global:{},remove:function(e,b,o,m){if(e.nodeType===3||e.nodeType===8)return;var r,c,t,s=0,l,i,n,j,d,g,p,h=a.data(e),k=h&&h.events;if(!h||!k)return;if(b&&b.type){o=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(c in k)a.event.remove(e,c+b);return}b=b.split(" ");while(c=b[s++]){p=c;g=null;l=c.indexOf(".")<0;i=[];if(!l){i=c.split(".");c=i.shift();n=new RegExp("(^|\\.)"+a.map(i.slice(0).sort(),yb).join("\\.(?:.*\\.)?")+"(\\.|$)")}d=k[c];if(!d)continue;if(!o){for(var f=0;f<d.length;f++){g=d[f];if(l||n.test(g.namespace)){a.event.remove(e,p,g.handler,f);d.splice(f--,1)}}continue}j=a.event.special[c]||{};for(var f=m||0;f<d.length;f++){g=d[f];if(o.guid===g.guid){if(l||n.test(g.namespace)){m==null&&d.splice(f--,1);j.remove&&j.remove.call(e,g)}if(m!=null)break}}if(d.length===0||m!=null&&d.length===1){(!j.teardown||j.teardown.call(e,i)===false)&&O(e,c,h.handle);r=null;delete k[c]}}if(a.isEmptyObject(k)){var q=h.handle;if(q)q.elem=null;delete h.events;delete h.handle;a.isEmptyObject(h)&&a.removeData(e)}},trigger:function(b,h,d){var e=b.type||b,m=arguments[3];if(!m){b=typeof b==="object"?b[f]?b:a.extend(a.Event(e),b):a.Event(e);if(e.indexOf("!")>=0){b.type=e=e.slice(0,-1);b.exclusive=true}if(!d){b.stopPropagation();a.event.global[e]&&a.each(a.cache,function(){this.events&&this.events[e]&&a.event.trigger(b,h,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return c;b.result=c;b.target=d;h=a.makeArray(h);h.unshift(b)}b.currentTarget=d;var k=a.data(d,"handle");k&&k.apply(d,h);var l=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,h)===false)b.result=false}catch(o){}if(!b.isPropagationStopped()&&l)a.event.trigger(b,h,l,true);else if(!b.isDefaultPrevented()){var g=b.target,i,n=a.nodeName(g,"a")&&e==="click",j=a.event.special[e]||{};if((!j._default||j._default.call(d,b)===false)&&!n&&!(g&&g.nodeName&&a.noData[g.nodeName.toLowerCase()])){try{if(g[e]){i=g["on"+e];if(i)g["on"+e]=null;a.event.triggered=true;g[e]()}}catch(o){}if(i)g["on"+e]=i;a.event.triggered=false}}},handle:function(b){var h,f,g,k,l;b=arguments[0]=a.event.fix(b||d.event);b.currentTarget=this;h=b.type.indexOf(".")<0&&!b.exclusive;if(!h){g=b.type.split(".");b.type=g.shift();k=new RegExp("(^|\\.)"+g.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var l=a.data(this,"events"),f=l[b.type];if(l&&f){f=f.slice(0);for(var j=0,m=f.length;j<m;j++){var e=f[j];if(h||k.test(e.namespace)){b.handler=e.handler;b.data=e.data;b.handleObj=e;var i=e.handler.apply(this,arguments);if(i!==c){b.result=i;if(i===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}}return b.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(d){if(d[f])return d;var i=d;d=a.Event(i);for(var j=this.props.length,h;j;){h=this.props[--j];d[h]=i[h]}if(!d.target)d.target=d.srcElement||b;if(d.target.nodeType===3)d.target=d.target.parentNode;if(!d.relatedTarget&&d.fromElement)d.relatedTarget=d.fromElement===d.target?d.toElement:d.fromElement;if(d.pageX==null&&d.clientX!=null){var g=b.documentElement,e=b.body;d.pageX=d.clientX+(g&&g.scrollLeft||e&&e.scrollLeft||0)-(g&&g.clientLeft||e&&e.clientLeft||0);d.pageY=d.clientY+(g&&g.scrollTop||e&&e.scrollTop||0)-(g&&g.clientTop||e&&e.clientTop||0)}if(!d.which&&(d.charCode||d.charCode===0?d.charCode:d.keyCode))d.which=d.charCode||d.keyCode;if(!d.metaKey&&d.ctrlKey)d.metaKey=d.ctrlKey;if(!d.which&&d.button!==c)d.which=d.button&1?1:d.button&2?3:d.button&4?2:0;return d},guid:1e8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,b.origType,a.extend({},b,{handler:N}))},remove:function(b){var c=true,d=b.origType.replace(k,"");a.each(a.data(this,"events").live||[],function(){if(d===this.origType.replace(k,"")){c=false;return false}});c&&a.event.remove(this,b.origType,N)}},beforeunload:{setup:function(c,b,a){if(this.setInterval)this.onbeforeunload=a;return false},teardown:function(b,a){if(this.onbeforeunload===a)this.onbeforeunload=null}}}};var O=b.removeEventListener?function(b,c,a){b.removeEventListener(c,a,false)}:function(b,c,a){b.detachEvent("on"+c,a)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);if(b&&b.type){this.originalEvent=b;this.type=b.type}else this.type=b;this.timeStamp=g();this[f]=true};function u(){return false}function x(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=x;var a=this.originalEvent;if(!a)return;a.preventDefault&&a.preventDefault();a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=x;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation();a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=x;this.stopPropagation()},isDefaultPrevented:u,isPropagationStopped:u,isImmediatePropagationStopped:u};var L=function(c){var b=c.relatedTarget;try{while(b&&b!==this)b=b.parentNode;if(b!==this){c.type=c.data;a.event.handle.apply(this,arguments)}}catch(d){}},W=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,c){a.event.special[b]={setup:function(d){a.event.add(this,c,d&&d.selector?W:L,b)},teardown:function(b){a.event.remove(this,c,b&&b.selector?W:L)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(d){var b=d.target,c=b.type;if((c==="submit"||c==="image")&&a(b).closest("form").length)return eb("submit",this,arguments)});a.event.add(this,"keypress.specialSubmit",function(d){var b=d.target,c=b.type;if((c==="text"||c==="password")&&a(b).closest("form").length&&d.keyCode===13)return eb("submit",this,arguments)})}else return false},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var z=/textarea|input|select/i,s,fb=function(b){var d=b.type,c=b.value;if(d==="radio"||d==="checkbox")c=b.checked;else if(d==="select-multiple")c=b.selectedIndex>-1?a.map(b.options,function(a){return a.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")c=b.selectedIndex;return c},y=function(f){var b=f.target,d,e;if(!z.test(b.nodeName)||b.readOnly)return;d=a.data(b,"_change_data");e=fb(b);(f.type!=="focusout"||b.type!=="radio")&&a.data(b,"_change_data",e);if(d===c||e===d)return;if(d!=null||e){f.type="change";return a.event.trigger(f,arguments[1],b)}};a.event.special.change={filters:{focusout:y,click:function(c){var a=c.target,b=a.type;if(b==="radio"||b==="checkbox"||a.nodeName.toLowerCase()==="select")return y.call(this,c)},keydown:function(a){var c=a.target,b=c.type;if(a.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(b==="checkbox"||b==="radio")||b==="select-multiple")return y.call(this,a)},beforeactivate:function(c){var b=c.target;a.data(b,"_change_data",fb(b))}},setup:function(){if(this.type==="file")return false;for(var b in s)a.event.add(this,b+".specialChange",s[b]);return z.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return z.test(this.nodeName)}};s=a.event.special.change.filters}function eb(d,c,b){b[0].type=d;return a.event.handle.apply(c,b)}b.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(c,d){a.event.special[d]={setup:function(){this.addEventListener(c,b,true)},teardown:function(){this.removeEventListener(c,b,true)}};function b(b){b=a.event.fix(b);b.type=d;return a.event.handle.call(this,b)}});a.each(["bind","one"],function(d,b){a.fn[b]=function(e,d,f){if(typeof e==="object"){for(var i in e)this[b](i,d,e[i],f);return this}if(a.isFunction(d)){f=d;d=c}var h=b==="one"?a.proxy(f,function(b){a(this).unbind(b,h);return f.apply(this,arguments)}):f;if(e==="unload"&&b!=="one")this.one(e,d,f);else for(var g=0,j=this.length;g<j;g++)a.event.add(this[g],e,h,d);return this}});a.fn.extend({unbind:function(b,e){if(typeof b==="object"&&!b.preventDefault)for(var d in b)this.unbind(d,b[d]);else for(var c=0,f=this.length;c<f;c++)a.event.remove(this[c],b,e);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(c,b){return this.each(function(){a.event.trigger(c,b,this)})},triggerHandler:function(d,c){if(this[0]){var b=a.Event(d);b.preventDefault();b.stopPropagation();a.event.trigger(b,c,this[0]);return b.result}},toggle:function(b){var c=arguments,d=1;while(d<c.length)a.proxy(b,c[d++]);return this.click(a.proxy(b,function(f){var e=(a.data(this,"lastToggle"+b.guid)||0)%d;a.data(this,"lastToggle"+b.guid,e+1);f.preventDefault();return c[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var db={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(d,b){a.fn[b]=function(f,g,h,l){var d,o=0,j,e,n,i=l||this.selector,m=l?this:a(this.context);if(a.isFunction(g)){h=g;g=c}f=(f||"").split(" ");while((d=f[o++])!=null){j=k.exec(d);e="";if(j){e=j[0];d=d.replace(k,"")}if(d==="hover"){f.push("mouseenter"+e,"mouseleave"+e);continue}n=d;if(d==="focus"||d==="blur"){f.push(db[d]+e);d=d+e}else d=(db[d]||d)+e;if(b==="live")m.each(function(){a.event.add(this,M(d,i),{data:g,selector:i,handler:h,origType:d,origHandler:h,preType:n})});else m.unbind(M(d,i),h)}return this}});function N(b){var o,l=[],n=[],p=arguments,h,c,d,m,f,e,i,q,j=a.data(this,"events");if(b.liveFired===this||!j||!j.live||b.button&&b.type==="click")return;b.liveFired=this;var g=j.live.slice(0);for(f=0;f<g.length;f++){d=g[f];if(d.origType.replace(k,"")===b.type)n.push(d.selector);else g.splice(f--,1)}c=a(b.target).closest(n,b.currentTarget);for(e=0,i=c.length;e<i;e++)for(f=0;f<g.length;f++){d=g[f];if(c[e].selector===d.selector){m=c[e].elem;h=null;if(d.preType==="mouseenter"||d.preType==="mouseleave")h=a(b.relatedTarget).closest(d.selector)[0];(!h||h!==m)&&l.push({elem:m,handleObj:d})}}for(e=0,i=l.length;e<i;e++){c=l[e];b.currentTarget=c.elem;b.data=c.handleObj.data;b.handleObj=c.handleObj;if(c.handleObj.origHandler.apply(c.elem,p)===false){o=false;break}}return o}function M(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(c,b){a.fn[b]=function(a){return a?this.bind(b,a):this.trigger(b)};if(a.attrFn)a.attrFn[b]=true});d.attachEvent&&!d.addEventListener&&d.attachEvent("onunload",function(){for(var b in a.cache)if(a.cache[b].handle)try{a.event.remove(a.cache[b].handle.elem)}catch(c){}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var l=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,n=0,t=Object.prototype.toString,g=false,o=true;[0,0].sort(function(){o=false;return 0});var f=function(k,c,i,v){i=i||[];var A=c=c||b;if(c.nodeType!==1&&c.nodeType!==9)return[];if(!k||typeof k!=="string")return i;var a=[],p,m,d,x,y=true,s=j(c),z=k;while((l.exec(""),p=l.exec(z))!==null){z=p[3];a.push(p[1]);if(p[2]){x=p[3];break}}if(a.length>1&&u.exec(k))if(a.length===2&&e.relative[a[0]])m=q(a[0]+a[1],c);else{m=e.relative[a[0]]?[c]:f(a.shift(),c);while(a.length){k=a.shift();if(e.relative[k])k+=a.shift();m=q(k,m)}}else{if(!v&&a.length>1&&c.nodeType===9&&!s&&e.match.ID.test(a[0])&&!e.match.ID.test(a[a.length-1])){var n=f.find(a.shift(),c,s);c=n.expr?f.filter(n.expr,n.set)[0]:n.set[0]}if(c){var n=v?{expr:a.pop(),"set":h(v)}:f.find(a.pop(),a.length===1&&(a[0]==="~"||a[0]==="+")&&c.parentNode?c.parentNode:c,s);m=n.expr?f.filter(n.expr,n.set):n.set;if(a.length>0)d=h(m);else y=false;while(a.length){var o=a.pop(),w=o;if(!e.relative[o])o="";else w=a.pop();if(w==null)w=c;e.relative[o](d,w,s)}}else d=a=[]}if(!d)d=m;!d&&f.error(o||k);if(t.call(d)==="[object Array]")if(!y)i.push.apply(i,d);else if(c&&c.nodeType===1)for(var g=0;d[g]!=null;g++)d[g]&&(d[g]===true||d[g].nodeType===1&&r(c,d[g]))&&i.push(m[g]);else for(var g=0;d[g]!=null;g++)d[g]&&d[g].nodeType===1&&i.push(m[g]);else h(d,i);if(x){f(x,A,i,v);f.uniqueSort(i)}return i};f.uniqueSort=function(a){if(i){g=o;a.sort(i);if(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a};f.matches=function(a,b){return f(a,null,null,b)};f.find=function(b,g,i){var c,a;if(!b)return[];for(var f=0,j=e.order.length;f<j;f++){var d=e.order[f],a;if(a=e.leftMatch[d].exec(b)){var h=a[1];a.splice(1,1);if(h.substr(h.length-1)!=="\\"){a[1]=(a[1]||"").replace(/\\/g,"");c=e.find[d](a,g,i);if(c!=null){b=b.replace(e.match[d],"");break}}}}if(!c)c=g.getElementsByTagName("*");return{"set":c,expr:b}};f.filter=function(b,l,o,r){var s=b,h=[],d=l,a,g,t=l&&l[0]&&j(l[0]);while(b&&l.length){for(var k in e.filter)if((a=e.leftMatch[k].exec(b))!=null&&a[2]){var u=e.filter[k],i,m,p=a[1];g=false;a.splice(1,1);if(p.substr(p.length-1)==="\\")continue;if(d===h)h=[];if(e.preFilter[k]){a=e.preFilter[k](a,d,o,h,r,t);if(!a)g=i=true;else if(a===true)continue}if(a)for(var n=0;(m=d[n])!=null;n++)if(m){i=u(m,a,n,d);var q=r^!!i;if(o&&i!=null)if(q)g=true;else d[n]=false;else if(q){h.push(m);g=true}}if(i!==c){if(!o)d=h;b=b.replace(e.match[k],"");if(!g)return[];break}}if(b===s)if(g==null)f.error(b);else break;s=b}return d};f.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var e=f.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(c,b){var g=typeof b==="string",h=g&&!/\W/.test(b),e=g&&!h;if(h)b=b.toLowerCase();for(var d=0,i=c.length,a;d<i;d++)if(a=c[d]){while((a=a.previousSibling)&&a.nodeType!==1);c[d]=e||a&&a.nodeName.toLowerCase()===b?a||false:a===b}e&&f.filter(b,c,true)},">":function(b,c){var e=typeof c==="string";if(e&&!/\W/.test(c)){c=c.toLowerCase();for(var a=0,h=b.length;a<h;a++){var d=b[a];if(d){var g=d.parentNode;b[a]=g.nodeName.toLowerCase()===c?g:false}}}else{for(var a=0,h=b.length;a<h;a++){var d=b[a];if(d)b[a]=e?d.parentNode:d.parentNode===c}e&&f.filter(c,b,true)}},"":function(d,a,f){var e=n++,b=s;if(typeof a==="string"&&!/\W/.test(a)){var c=a=a.toLowerCase();b=p}b("parentNode",a,e,d,c,f)},"~":function(d,a,f){var e=n++,b=s;if(typeof a==="string"&&!/\W/.test(a)){var c=a=a.toLowerCase();b=p}b("previousSibling",a,e,d,c,f)}},find:{ID:function(d,a,c){if(typeof a.getElementById!=="undefined"&&!c){var b=a.getElementById(d[1]);return b?[b]:[]}},NAME:function(e,d){if(typeof d.getElementsByName!=="undefined"){for(var c=[],b=d.getElementsByName(e[1]),a=0,f=b.length;a<f;a++)b[a].getAttribute("name")===e[1]&&c.push(b[a]);return c.length===0?null:c}},TAG:function(b,a){return a.getElementsByTagName(b[1])}},preFilter:{CLASS:function(b,d,e,f,h,g){b=" "+b[1].replace(/\\/g,"")+" ";if(g)return b;for(var c=0,a;(a=d[c])!=null;c++)if(a)if(h^(a.className&&(" "+a.className+" ").replace(/[\t\n]/g," ").indexOf(b)>=0))!e&&f.push(a);else if(e)d[c]=false;return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0;a[3]=b[3]-0}a[0]=n++;return a},ATTR:function(a,d,f,g,h,c){var b=a[1].replace(/\\/g,"");if(!c&&e.attrMap[b])a[1]=e.attrMap[b];if(a[2]==="~=")a[4]=" "+a[4]+" ";return a},PSEUDO:function(a,b,c,d,g){if(a[1]==="not")if((l.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=f(a[3],null,null,b);else{var h=f.filter(a[3],b,c,true^g);!c&&d.push.apply(d,h);return false}else if(e.match.POS.test(a[0])||e.match.CHILD.test(a[0]))return true;return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(b,c,a){return!!f(a[3],b).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},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(b,a){return a===0},last:function(d,b,c,a){return b===a.length-1},even:function(b,a){return a%2===0},odd:function(b,a){return a%2===1},lt:function(c,b,a){return b<a[3]-0},gt:function(c,b,a){return b>a[3]-0},nth:function(c,b,a){return a[3]-0===b},eq:function(c,b,a){return a[3]-0===b}},filter:{PSEUDO:function(a,b,d,i){var c=b[1],g=e.filters[c];if(g)return g(a,d,b,i);else if(c==="contains")return(a.textContent||a.innerText||m([a])||"").indexOf(b[3])>=0;else if(c==="not"){for(var h=b[3],d=0,j=h.length;d<j;d++)if(h[d]===a)return false;return true}else f.error("Syntax error, unrecognized expression: "+c)},CHILD:function(b,e){var i=e[1],a=b;switch(i){case"only":case"first":while(a=a.previousSibling)if(a.nodeType===1)return false;if(i==="first")return true;a=b;case"last":while(a=a.nextSibling)if(a.nodeType===1)return false;return true;case"nth":var d=e[2],h=e[3];if(d===1&&h===0)return true;var g=e[0],c=b.parentNode;if(c&&(c.sizcache!==g||!b.nodeIndex)){var j=0;for(a=c.firstChild;a;a=a.nextSibling)if(a.nodeType===1)a.nodeIndex=++j;c.sizcache=g}var f=b.nodeIndex-h;return d===0?f===0:f%d===0&&f/d>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(b,a){return a==="*"&&b.nodeType===1||b.nodeName.toLowerCase()===a},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(f,h){var d=h[1],g=e.attrHandle[d]?e.attrHandle[d](f):f[d]!=null?f[d]:f.getAttribute(d),b=g+"",c=h[2],a=h[4];return g==null?c==="!=":c==="="?b===a:c==="*="?b.indexOf(a)>=0:c==="~="?(" "+b+" ").indexOf(a)>=0:!a?b&&g!==false:c==="!="?b!==a:c==="^="?b.indexOf(a)===0:c==="$="?b.substr(b.length-a.length)===a:c==="|="?b===a||b.substr(0,a.length+1)===a+"-":false},POS:function(d,b,g,c){var f=b[2],a=e.setFilters[f];if(a)return a(d,g,b,c)}}},u=e.match.POS;for(var k in e.match){e.match[k]=new RegExp(e.match[k].source+/(?![^\[]*\])(?![^\(]*\))/.source);e.leftMatch[k]=new RegExp(/(^(?:.|\r|\n)*?)/.source+e.match[k].source.replace(/\\(\d+)/g,function(b,a){return"\\"+(a-0+1)}))}var h=function(b,a){b=Array.prototype.slice.call(b,0);if(a){a.push.apply(a,b);return a}return b};try{Array.prototype.slice.call(b.documentElement.childNodes,0)[0].nodeType}catch(v){h=function(a,d){var c=d||[];if(t.call(a)==="[object Array]")Array.prototype.push.apply(c,a);else if(typeof a.length==="number")for(var b=0,e=a.length;b<e;b++)c.push(a[b]);else for(var b=0;a[b];b++)c.push(a[b]);return c}}var i;if(b.documentElement.compareDocumentPosition)i=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b)g=true;return a.compareDocumentPosition?-1:1}var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0)g=true;return c};else if("sourceIndex"in b.documentElement)i=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b)g=true;return a.sourceIndex?-1:1}var c=a.sourceIndex-b.sourceIndex;if(c===0)g=true;return c};else if(b.createRange)i=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b)g=true;return a.ownerDocument?-1:1}var c=a.ownerDocument.createRange(),d=b.ownerDocument.createRange();c.setStart(a,0);c.setEnd(a,0);d.setStart(b,0);d.setEnd(b,0);var e=c.compareBoundaryPoints(Range.START_TO_END,d);if(e===0)g=true;return e};function m(d){for(var b="",a,c=0;d[c];c++){a=d[c];if(a.nodeType===3||a.nodeType===4)b+=a.nodeValue;else if(a.nodeType!==8)b+=m(a.childNodes)}return b}(function(){var a=b.createElement("div"),f="script"+(new Date).getTime();a.innerHTML="<a name='"+f+"'/>";var d=b.documentElement;d.insertBefore(a,d.firstChild);if(b.getElementById(f)){e.find.ID=function(b,d,e){if(typeof d.getElementById!=="undefined"&&!e){var a=d.getElementById(b[1]);return a?a.id===b[1]||typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id").nodeValue===b[1]?[a]:c:[]}};e.filter.ID=function(a,c){var b=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&b&&b.nodeValue===c}}d.removeChild(a);d=a=null})();(function(){var a=b.createElement("div");a.appendChild(b.createComment(""));if(a.getElementsByTagName("*").length>0)e.find.TAG=function(c,e){var a=e.getElementsByTagName(c[1]);if(c[1]==="*"){for(var d=[],b=0;a[b];b++)a[b].nodeType===1&&d.push(a[b]);a=d}return a};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#")e.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();b.querySelectorAll&&(function(){var c=f,a=b.createElement("div");a.innerHTML="<p class='TEST'></p>";if(a.querySelectorAll&&a.querySelectorAll(".TEST").length===0)return;f=function(e,a,d,f){a=a||b;if(!f&&a.nodeType===9&&!j(a))try{return h(a.querySelectorAll(e),d)}catch(g){}return c(e,a,d,f)};for(var d in c)f[d]=c[d];a=null})();(function(){var a=b.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!a.getElementsByClassName||a.getElementsByClassName("e").length===0)return;a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;e.order.splice(1,0,"CLASS");e.find.CLASS=function(c,a,b){if(typeof a.getElementsByClassName!=="undefined"&&!b)return a.getElementsByClassName(c[1])};a=null})();function p(f,h,e,c,j,g){for(var b=0,i=c.length;b<i;b++){var a=c[b];if(a){a=a[f];var d=false;while(a){if(a.sizcache===e){d=c[a.sizset];break}if(a.nodeType===1&&!g){a.sizcache=e;a.sizset=b}if(a.nodeName.toLowerCase()===h){d=a;break}a=a[f]}c[b]=d}}}function s(h,e,g,c,k,i){for(var b=0,j=c.length;b<j;b++){var a=c[b];if(a){a=a[h];var d=false;while(a){if(a.sizcache===g){d=c[a.sizset];break}if(a.nodeType===1){if(!i){a.sizcache=g;a.sizset=b}if(typeof e!=="string"){if(a===e){d=true;break}}else if(f.filter(e,[a]).length>0){d=a;break}}a=a[h]}c[b]=d}}}var r=b.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)},j=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":false},q=function(a,b){var d=[],g="",h,i=b.nodeType?[b]:b;while(h=e.match.PSEUDO.exec(a)){g+=h[0];a=a.replace(e.match.PSEUDO,"")}a=e.relative[a]?a+"*":a;for(var c=0,j=i.length;c<j;c++)f(a,i[c],d);return f.filter(g,d)};a.find=f;a.expr=f.selectors;a.expr[":"]=a.expr.filters;a.unique=f.uniqueSort;a.text=m;a.isXMLDoc=j;a.contains=r;return;d.Sizzle=f})();var Kb=/Until$/,mb=/^(?:parents|prevUntil|prevAll)/,lb=/,/,q=Array.prototype.slice,ib=function(c,b,d){if(a.isFunction(b))return a.grep(c,function(a,c){return!!b.call(a,c,a)===d});else if(b.nodeType)return a.grep(c,function(a){return a===b===d});else if(typeof b==="string"){var e=a.grep(c,function(a){return a.nodeType===1});if(zb.test(b))return a.filter(b,e,!d);else b=a.filter(b,e)}return a.grep(c,function(c){return a.inArray(c,b)>=0===d})};a.fn.extend({find:function(g){for(var b=this.pushStack("","find",g),e=0,c=0,h=this.length;c<h;c++){e=b.length;a.find(g,this[c],b);if(c>0)for(var d=e;d<b.length;d++)for(var f=0;f<e;f++)if(b[f]===b[d]){b.splice(d--,1);break}}return b},has:function(c){var b=a(c);return this.filter(function(){for(var c=0,d=b.length;c<d;c++)if(a.contains(this,b[c]))return true})},not:function(a){return this.pushStack(ib(this,a,false),"not",a)},filter:function(a){return this.pushStack(ib(this,a,true),"filter",a)},is:function(b){return!!b&&a.filter(b,this).length>0},closest:function(d,f){if(a.isArray(d)){var j=[],c=this[0],g,e={},b;if(c&&d.length){for(var h=0,k=d.length;h<k;h++){b=d[h];if(!e[b])e[b]=a.expr.match.POS.test(b)?a(b,f||this.context):b}while(c&&c.ownerDocument&&c!==f){for(b in e){g=e[b];if(g.jquery?g.index(c)>-1:a(c).is(g)){j.push({selector:b,elem:c});delete e[b]}}c=c.parentNode}}return j}var i=a.expr.match.POS.test(d)?a(d,f||this.context):null;return this.map(function(c,b){while(b&&b.ownerDocument&&b!==f){if(i?i.index(b)>-1:a(b).is(d))return b;b=b.parentNode}return null})},index:function(b){return!b||typeof b==="string"?a.inArray(this[0],b?a(b):this.parent().children()):a.inArray(b.jquery?b[0]:b,this)},add:function(b,e){var d=typeof b==="string"?a(b,e||this.context):a.makeArray(b),c=a.merge(this.get(),d);return this.pushStack(H(d[0])||H(c[0])?c:a.unique(c))},andSelf:function(){return this.add(this.prevObject)}});function H(a){return!a||!a.parentNode||a.parentNode.nodeType===11}a.each({parent:function(b){var a=b.parentNode;return a&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(c,d,b){return a.dir(c,"parentNode",b)},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(c,d,b){return a.dir(c,"nextSibling",b)},prevUntil:function(c,d,b){return a.dir(c,"previousSibling",b)},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,c){a.fn[b]=function(f,e){var d=a.map(this,c,f);if(!Kb.test(b))e=f;if(e&&typeof e==="string")d=a.filter(e,d);d=this.length>1?a.unique(d):d;if((this.length>1||lb.test(e))&&mb.test(b))d=d.reverse();return this.pushStack(d,b,q.call(arguments).join(","))}});a.extend({filter:function(b,c,d){if(d)b=":not("+b+")";return a.find.matches(b,c)},dir:function(g,f,e){var d=[],b=g[f];while(b&&b.nodeType!==9&&(e===c||b.nodeType!==1||!a(b).is(e))){b.nodeType===1&&d.push(b);b=b[f]}return d},nth:function(a,b,c){b=b||1;for(var d=0;a;a=a[c])if(a.nodeType===1&&++d===b)break;return a},sibling:function(a,c){for(var b=[];a;a=a.nextSibling)a.nodeType===1&&a!==c&&b.push(a);return b}});var K=/ jQuery\d+="(?:\d+|null)"/g,m=/^\s+/,V=/(<([\w:]+)[^>]*?)\/>/g,nb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,ab=/<([\w:]+)/,Jb=/<tbody/i,Mb=/<|&#?\w+;/,Y=/<script|<object|<embed|<option|<style/i,X=/checked\s*(?:[^=]|=\s*.checked.)/i,T=function(c,b,a){return nb.test(a)?c:b+"></"+a+">"},e={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};e.optgroup=e.option;e.tbody=e.tfoot=e.colgroup=e.caption=e.thead;e.th=e.td;if(!a.support.htmlSerialize)e._default=[1,"div<div>","</div>"];a.fn.extend({text:function(d){return a.isFunction(d)?this.each(function(c){var b=a(this);b.text(d.call(this,c,b.text()))}):typeof d!=="object"&&d!==c?this.empty().append((this[0]&&this[0].ownerDocument||b).createTextNode(d)):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(true);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(b){return a.isFunction(b)?this.each(function(c){a(this).wrapInner(b.call(this,c))}):this.each(function(){var d=a(this),c=d.contents();if(c.length)c.wrapAll(b);else d.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,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,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,false,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(c,e){for(var d=0,b;(b=this[d])!=null;d++)if(!c||a.filter(c,[b]).length){if(!e&&b.nodeType===1){a.cleanData(b.getElementsByTagName("*"));a.cleanData([b])}b.parentNode&&b.parentNode.removeChild(b)}return this},empty:function(){for(var c=0,b;(b=this[c])!=null;c++){b.nodeType===1&&a.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(c){var b=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var b=this.outerHTML,c=this.ownerDocument;if(!b){var d=c.createElement("div");d.appendChild(this.cloneNode(true));b=d.innerHTML}return a.clean([b.replace(K,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(m,"")],c)[0]}else return this.cloneNode(true)});if(c===true){G(this,b);G(this.find("*"),b.find("*"))}return b},html:function(b){if(b===c)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(K,""):null;else if(typeof b==="string"&&!Y.test(b)&&(a.support.leadingWhitespace||!m.test(b))&&!e[(ab.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(V,T);try{for(var d=0,f=this.length;d<f;d++)if(this[d].nodeType===1){a.cleanData(this[d].getElementsByTagName("*"));this[d].innerHTML=b}}catch(g){this.empty().append(b)}}else if(a.isFunction(b))this.each(function(e){var c=a(this),d=c.html();c.empty().append(function(){return b.call(this,e,d)})});else this.empty().append(b);return this},replaceWith:function(b){if(this[0]&&this[0].parentNode){if(a.isFunction(b))return this.each(function(e){var c=a(this),d=c.html();c.replaceWith(b.call(this,e,d))});if(typeof b!=="string")b=a(b).detach();return this.each(function(){var c=this.nextSibling,d=this.parentNode;a(this).remove();if(c)a(c).before(b);else a(d).append(b)})}else return this.pushStack(a(a.isFunction(b)?b():b),"replaceWith",b)},detach:function(a){return this.remove(a,true)},domManip:function(h,d,k){var j,g,e=h[0],l=[],b,f;if(!a.support.checkClone&&arguments.length===3&&typeof e==="string"&&X.test(e))return this.each(function(){a(this).domManip(h,d,k,true)});if(a.isFunction(e))return this.each(function(f){var b=a(this);h[0]=e.call(this,f,d?b.html():c);b.domManip(h,d,k)});if(this[0]){f=e&&e.parentNode;if(a.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length)j={fragment:f};else j=I(h,this,l);b=j.fragment;if(b.childNodes.length===1)g=b=b.firstChild;else g=b.firstChild;if(g){d=d&&a.nodeName(g,"tr");for(var i=0,n=this.length;i<n;i++)k.call(d?m(this[i],g):this[i],i>0||j.cacheable||this.length>1?b.cloneNode(true):b)}l.length&&a.each(l,pb)}return this;function m(b){return a.nodeName(b,"table")?b.getElementsByTagName("tbody")[0]||b.appendChild(b.ownerDocument.createElement("tbody")):b}}});function G(b,d){var c=0;d.each(function(){if(this.nodeName!==(b[c]&&b[c].nodeName))return;var f=a.data(b[c++]),g=a.data(this,f),d=f&&f.events;if(d){delete g.handle;g.events={};for(var e in d)for(var h in d[e])a.event.add(this,e,d[e][h],d[e][h].data)}})}function I(c,f,i){var d,g,e,h=f&&f[0]?f[0].ownerDocument||f[0]:b;if(c.length===1&&typeof c[0]==="string"&&c[0].length<512&&h===b&&!Y.test(c[0])&&(a.support.checkClone||!X.test(c[0]))){g=true;e=a.fragments[c[0]];if(e)if(e!==1)d=e}if(!d){d=h.createDocumentFragment();a.clean(c,h,d,i)}if(g)a.fragments[c[0]]=e?d:1;return{fragment:d,cacheable:g}}a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(c,b){a.fn[c]=function(i){var g=[],d=a(i),f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{for(var e=0,j=d.length;e<j;e++){var h=(e>0?this.clone(true):this).get();a.fn[b].apply(a(d[e]),h);g=g.concat(h)}return this.pushStack(g,c,d.selector)}}});a.extend({clean:function(r,g,l,o){g=g||b;if(typeof g.createElement==="undefined")g=g.ownerDocument||g[0]&&g[0].ownerDocument||b;for(var d=[],f=0,c;(c=r[f])!=null;f++){if(typeof c==="number")c+="";if(!c)continue;if(typeof c==="string"&&!Mb.test(c))c=g.createTextNode(c);else if(typeof c==="string"){c=c.replace(V,T);var p=(ab.exec(c)||["",""])[1].toLowerCase(),k=e[p]||e._default,q=k[0],h=g.createElement("div");h.innerHTML=k[1]+c+k[2];while(q--)h=h.lastChild;if(!a.support.tbody)for(var n=Jb.test(c),j=p==="table"&&!n?h.firstChild&&h.firstChild.childNodes:k[1]==="<table>"&&!n?h.childNodes:[],i=j.length-1;i>=0;--i)a.nodeName(j[i],"tbody")&&!j[i].childNodes.length&&j[i].parentNode.removeChild(j[i]);!a.support.leadingWhitespace&&m.test(c)&&h.insertBefore(g.createTextNode(m.exec(c)[0]),h.firstChild);c=h.childNodes}if(c.nodeType)d.push(c);else d=a.merge(d,c)}if(l)for(var f=0;d[f];f++)if(o&&a.nodeName(d[f],"script")&&(!d[f].type||d[f].type.toLowerCase()==="text/javascript"))o.push(d[f].parentNode?d[f].parentNode.removeChild(d[f]):d[f]);else{d[f].nodeType===1&&d.splice.apply(d,[f+1,0].concat(a.makeArray(d[f].getElementsByTagName("script"))));l.appendChild(d[f])}return d},cleanData:function(j){for(var c,d,f=a.cache,i=a.event.special,h=a.support.deleteExpando,g=0,b;(b=j[g])!=null;g++){d=b[a.expando];if(d){c=f[d];if(c.events)for(var e in c.events)if(i[e])a.event.remove(b,e);else O(b,e,c.handle);if(h)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete f[d]}}}});var Ab=/z-?index|font-?weight|opacity|zoom|line-?height/i,gb=/alpha\([^)]*\)/,Z=/opacity=([^)]*)/,C=/float/i,w=/-([a-z])/ig,Lb=/([A-Z])/g,Ib=/^-?\d+(?:px)?$/i,Qb=/^-?\d/,Cb={position:"absolute",visibility:"hidden",display:"block"},xb=["Left","Right"],tb=["Top","Bottom"],jb=b.defaultView&&b.defaultView.getComputedStyle,R=a.support.cssFloat?"cssFloat":"styleFloat",v=function(b,a){return a.toUpperCase()};a.fn.css=function(d,b){return B(this,d,b,true,function(e,d,b){if(b===c)return a.curCSS(e,d);if(typeof b==="number"&&!Ab.test(d))b+="px";a.style(e,d,b)})};a.extend({style:function(f,b,e){if(!f||f.nodeType===3||f.nodeType===8)return c;if((b==="width"||b==="height")&&parseFloat(e)<0)e=c;var d=f.style||f,i=e!==c;if(!a.support.opacity&&b==="opacity"){if(i){d.zoom=1;var g=parseInt(e,10)+""==="NaN"?"":"alpha(opacity="+e*100+")",h=d.filter||a.curCSS(f,"filter")||"";d.filter=gb.test(h)?h.replace(gb,g):g}return d.filter&&d.filter.indexOf("opacity=")>=0?parseFloat(Z.exec(d.filter)[1])/100+"":""}if(C.test(b))b=R;b=b.replace(w,v);if(i)d[b]=e;return d[b]},css:function(b,c,g,e){if(c==="width"||c==="height"){var d,h=Cb,i=c==="width"?xb:tb;function f(){d=c==="width"?b.offsetWidth:b.offsetHeight;if(e==="border")return;a.each(i,function(){if(!e)d-=parseFloat(a.curCSS(b,"padding"+this,true))||0;if(e==="margin")d+=parseFloat(a.curCSS(b,"margin"+this,true))||0;else d-=parseFloat(a.curCSS(b,"border"+this+"Width",true))||0})}if(b.offsetWidth!==0)f();else a.swap(b,h,f);return Math.max(0,Math.round(d))}return a.curCSS(b,c,g)},curCSS:function(d,b,j){var c,e=d.style,l;if(!a.support.opacity&&b==="opacity"&&d.currentStyle){c=Z.test(d.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return c===""?"1":c}if(C.test(b))b=R;if(!j&&e&&e[b])c=e[b];else if(jb){if(C.test(b))b="float";b=b.replace(Lb,"-$1").toLowerCase();var g=d.ownerDocument.defaultView;if(!g)return null;var f=g.getComputedStyle(d,null);if(f)c=f.getPropertyValue(b);if(b==="opacity"&&c==="")c="1"}else if(d.currentStyle){var h=b.replace(w,v);c=d.currentStyle[b]||d.currentStyle[h];if(!Ib.test(c)&&Qb.test(c)){var k=e.left,i=d.runtimeStyle.left;d.runtimeStyle.left=d.currentStyle.left;e.left=h==="fontSize"?"1em":c||0;c=e.pixelLeft+"px";e.left=k;d.runtimeStyle.left=i}}return c},swap:function(b,c,e){var d={};for(var a in c){d[a]=b.style[a];b.style[a]=c[a]}e.call(b);for(var a in c)b.style[a]=d[a]}});if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(b){var d=b.offsetWidth,c=b.offsetHeight,e=b.nodeName.toLowerCase()==="tr";return d===0&&c===0&&!e?true:d>0&&c>0&&!e?false:a.curCSS(b,"display")==="none"};a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}}var Tb=g(),Eb=/<script(.|\s)*?\/script>/gi,kb=/select|textarea/i,Hb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,j=/=\?(&|$)/,D=/\?/,Vb=/(\?|&)_=.*?(&|$)/,Rb=/^(\w+:)?\/\/([^\/?#]+)/,Ub=/%20/g,Pb=a.fn.load;a.fn.extend({load:function(c,b,d){if(typeof c!=="string")return Pb.call(this,c);else if(!this.length)return this;var e=c.indexOf(" ");if(e>=0){var f=c.slice(e,c.length);c=c.slice(0,e)}var h="GET";if(b)if(a.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=a.param(b,a.ajaxSettings.traditional);h="POST"}var g=this;a.ajax({url:c,type:h,dataType:"html",data:b,complete:function(b,c){(c==="success"||c==="notmodified")&&g.html(f?a("<div />").append(b.responseText.replace(Eb,"")).find(f):b.responseText);d&&g.each(d,[b.responseText,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||kb.test(this.nodeName)||Hb.test(this.type))}).map(function(d,c){var b=a(this).val();return b==null?null:a.isArray(b)?a.map(b,function(a){return{name:c.name,value:a}}):{name:c.name,value:b}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(c,b){a.fn[b]=function(a){return this.bind(b,a)}});a.extend({"get":function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b=null}return a.ajax({type:"GET",url:e,data:b,success:c,dataType:d})},getScript:function(c,b){return a.get(c,null,b,"script")},getJSON:function(d,c,b){return a.get(d,c,b,"json")},post:function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b={}}return a.ajax({type:"POST",url:e,data:b,success:c,dataType:d})},ajaxSetup:function(b){a.extend(a.ajaxSettings,b)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:d.XMLHttpRequest&&(d.location.protocol!=="file:"||!d.ActiveXObject)?function(){return new d.XMLHttpRequest}:function(){try{return new d.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(n){var e=a.extend(true,{},a.ajaxSettings,n),i,l,v,s=n&&n.context||e,k=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=a.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(k==="GET"){if(!j.test(e.url))e.url+=(D.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?"}else if(!e.data||!j.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&j.test(e.data)||j.test(e.url))){i=e.jsonpCallback||"jsonp"+Tb++;if(e.data)e.data=(e.data+"").replace(j,"="+i+"$1");e.url=e.url.replace(j,"="+i+"$1");e.dataType="script";d[i]=d[i]||function(a){v=a;t();p();d[i]=c;try{delete d[i]}catch(b){}m&&m.removeChild(h)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&k==="GET"){var z=g(),y=e.url.replace(Vb,"$1_="+z+"$2");e.url=y+(y===e.url?(D.test(e.url)?"&":"?")+"_="+z:"")}if(e.data&&k==="GET")e.url+=(D.test(e.url)?"&":"?")+e.data;e.global&&!a.active++&&a.event.trigger("ajaxStart");var q=Rb.exec(e.url),w=q&&(q[1]&&q[1]!==location.protocol||q[2]!==location.host);if(e.dataType==="script"&&k==="GET"&&w){var m=b.getElementsByTagName("head")[0]||b.documentElement,h=b.createElement("script");h.src=e.url;if(e.scriptCharset)h.charset=e.scriptCharset;if(!i){var x=false;h.onload=h.onreadystatechange=function(){if(!x&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){x=true;t();p();h.onload=h.onreadystatechange=null;m&&h.parentNode&&m.removeChild(h)}}}m.insertBefore(h,m.firstChild);return c}var o=false,f=e.xhr();if(!f)return;if(e.username)f.open(k,e.url,e.async,e.username,e.password);else f.open(k,e.url,e.async);try{(e.data||n&&n.contentType)&&f.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){a.lastModified[e.url]&&f.setRequestHeader("If-Modified-Since",a.lastModified[e.url]);a.etag[e.url]&&f.setRequestHeader("If-None-Match",a.etag[e.url])}!w&&f.setRequestHeader("X-Requested-With","XMLHttpRequest");f.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(B){}if(e.beforeSend&&e.beforeSend.call(s,f,e)===false){e.global&&!--a.active&&a.event.trigger("ajaxStop");f.abort();return false}e.global&&u("ajaxSend",[f,e]);var r=f.onreadystatechange=function(b){if(!f||f.readyState===0||b==="abort"){!o&&p();o=true;if(f)f.onreadystatechange=a.noop}else if(!o&&f&&(f.readyState===4||b==="timeout")){o=true;f.onreadystatechange=a.noop;l=b==="timeout"?"timeout":!a.httpSuccess(f)?"error":e.ifModified&&a.httpNotModified(f,e.url)?"notmodified":"success";var c;if(l==="success")try{v=a.httpData(f,e.dataType,e)}catch(d){l="parsererror";c=d}if(l==="success"||l==="notmodified")!i&&t();else a.handleError(e,f,l,c);p();b==="timeout"&&f.abort();if(e.async)f=null}};try{var A=f.abort;f.abort=function(){f&&A.call(f);r("abort")}}catch(B){}e.async&&e.timeout>0&&setTimeout(function(){f&&!o&&r("timeout")},e.timeout);try{f.send(k==="POST"||k==="PUT"||k==="DELETE"?e.data:null)}catch(B){a.handleError(e,f,null,B);p()}!e.async&&r();function t(){e.success&&e.success.call(s,v,l,f);e.global&&u("ajaxSuccess",[f,e])}function p(){e.complete&&e.complete.call(s,f,l);e.global&&u("ajaxComplete",[f,e]);e.global&&!--a.active&&a.event.trigger("ajaxStop")}function u(c,b){(e.context?a(e.context):a.event).trigger(c,b)}return f},handleError:function(b,c,e,d){b.error&&b.error.call(b.context||b,c,e,d);b.global&&(b.context?a(b.context):a.event).trigger("ajaxError",[c,b,d])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(b,e){var c=b.getResponseHeader("Last-Modified"),d=b.getResponseHeader("Etag");if(c)a.lastModified[e]=c;if(d)a.etag[e]=d;return b.status===304||b.status===0},httpData:function(d,c,f){var e=d.getResponseHeader("content-type")||"",g=c==="xml"||!c&&e.indexOf("xml")>=0,b=g?d.responseXML:d.responseText;g&&b.documentElement.nodeName==="parsererror"&&a.error("parsererror");if(f&&f.dataFilter)b=f.dataFilter(b,c);if(typeof b==="string")if(c==="json"||!c&&e.indexOf("json")>=0)b=a.parseJSON(b);else(c==="script"||!c&&e.indexOf("javascript")>=0)&&a.globalEval(b);return b},param:function(b,d){var g=[];if(d===c)d=a.ajaxSettings.traditional;if(a.isArray(b)||b.jquery)a.each(b,function(){f(this.name,this.value)});else for(var h in b)e(h,b[h]);return g.join("&").replace(Ub,"+");function e(c,b){if(a.isArray(b))a.each(b,function(g,b){if(d||/\[\]$/.test(c))f(c,b);else e(c+"["+(typeof b==="object"||a.isArray(b)?g:"")+"]",b)});else if(!d&&b!=null&&typeof b==="object")a.each(b,function(a,b){e(c+"["+a+"]",b)});else f(c,b)}function f(c,b){b=a.isFunction(b)?b():b;g[g.length]=encodeURIComponent(c)+"="+encodeURIComponent(b)}}});var t={},Bb=/toggle|show|hide/,Gb=/^([+-]=)?([\d+-.]+)(.*)$/,p,bb=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(f,h){if(f||f===0)return this.animate(i("show",3),f,h);else{for(var b=0,l=this.length;b<l;b++){var j=a.data(this[b],"olddisplay");this[b].style.display=j||"";if(a.css(this[b],"display")==="none"){var d=this[b].nodeName,c;if(t[d])c=t[d];else{var g=a("<"+d+" />").appendTo("body");c=g.css("display");if(c==="none")c="block";g.remove();t[d]=c}a.data(this[b],"olddisplay",c)}}for(var e=0,k=this.length;e<k;e++)this[e].style.display=a.data(this[e],"olddisplay")||"";return this}},hide:function(c,f){if(c||c===0)return this.animate(i("hide",3),c,f);else{for(var b=0,h=this.length;b<h;b++){var e=a.data(this[b],"olddisplay");!e&&e!=="none"&&a.data(this[b],"olddisplay",a.css(this[b],"display"))}for(var d=0,g=this.length;d<g;d++)this[d].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(b,d){var c=typeof b==="boolean";if(a.isFunction(b)&&a.isFunction(d))this._toggle.apply(this,arguments);else if(b==null||c)this.each(function(){var d=c?b:a(this).is(":hidden");a(this)[d?"show":"hide"]()});else this.animate(i("toggle",3),b,d);return this},fadeTo:function(b,c,a){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:c},b,a)},animate:function(b,f,e,d){var c=a.speed(f,e,d);return a.isEmptyObject(b)?this.each(c.complete):this[c.queue===false?"each":"queue"](function(){var e=a.extend({},c),d,f=this.nodeType===1&&a(this).is(":hidden"),h=this;for(d in b){var g=d.replace(w,v);if(d!==g){b[g]=b[d];delete b[d];d=g}if(b[d]==="hide"&&f||b[d]==="show"&&!f)return e.complete.call(this);if((d==="height"||d==="width")&&this.style){e.display=a.css(this,"display");e.overflow=this.style.overflow}if(a.isArray(b[d])){(e.specialEasing=e.specialEasing||{})[d]=b[d][1];b[d]=b[d][0]}}if(e.overflow!=null)this.style.overflow="hidden";e.curAnim=a.extend({},b);a.each(b,function(l,i){var j=new a.fx(h,e,l);if(Bb.test(i))j[i==="toggle"?f?"show":"hide":i](b);else{var d=Gb.exec(i),c=j.cur(true)||0;if(d){var g=parseFloat(d[2]),k=d[3]||"px";if(k!=="px"){h.style[l]=(g||1)+k;c=(g||1)/j.cur(true)*c;h.style[l]=c+k}if(d[1])g=(d[1]==="-="?-1:1)*g+c;j.custom(c,g,k)}else j.custom(c,i,"")}});return true})},stop:function(d,c){var b=a.timers;d&&this.queue([]);this.each(function(){for(var a=b.length-1;a>=0;a--)if(b[a].elem===this){c&&b[a](true);b.splice(a,1)}});!c&&this.dequeue();return this}});a.each({slideDown:i("show",1),slideUp:i("hide",1),slideToggle:i("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(c,b){a.fn[c]=function(c,a){return this.animate(b,c,a)}});a.extend({speed:function(c,d,e){var b=c&&typeof c==="object"?c:{complete:e||!e&&d||a.isFunction(c)&&c,duration:c,easing:e&&d||d&&!a.isFunction(d)&&d};b.duration=a.fx.off?0:typeof b.duration==="number"?b.duration:a.fx.speeds[b.duration]||a.fx.speeds._default;b.old=b.complete;b.complete=function(){b.queue!==false&&a(this).dequeue();a.isFunction(b.old)&&b.old.call(this)};return b},easing:{linear:function(c,d,a,b){return a+b*c},swing:function(c,d,a,b){return(-Math.cos(c*Math.PI)/2+.5)*b+a}},timers:[],fx:function(b,a,c){this.options=a;this.elem=b;this.prop=c;if(!a.orig)a.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);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(c){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var b=parseFloat(a.css(this.elem,this.prop,c));return b&&b>-1e4?b:parseFloat(a.curCSS(this.elem,this.prop))||0},custom:function(c,f,e){this.startTime=g();this.start=c;this.end=f;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;var d=this;function b(a){return d.step(a)}b.elem=this.elem;if(b()&&a.timers.push(b)&&!p)p=setInterval(a.fx.tick,13)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;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=true;this.custom(this.cur(),0)},step:function(j){var f=g(),b=true;if(j||f>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var k in this.options.curAnim)if(this.options.curAnim[k]!==true)b=false;if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var c=a.data(this.elem,"olddisplay");this.elem.style.display=c?c:this.options.display;if(a.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)a.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{var d=f-this.startTime;this.state=d/this.options.duration;var i=this.options.specialEasing&&this.options.specialEasing[this.prop],h=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[i||h](this.state,d,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var b=a.timers,c=0;c<b.length;c++)!b[c]()&&b.splice(c--,1);!b.length&&a.fx.stop()},stop:function(){clearInterval(p);p=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(b){a.style(b.elem,"opacity",b.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(b){return a.grep(a.timers,function(a){return b===a.elem}).length};function i(c,d){var b={};a.each(bb.concat.apply([],bb.slice(0,d)),function(){b[this]=c});return b}if("getBoundingClientRect"in b.documentElement)a.fn.offset=function(e){var b=this[0];if(e)return this.each(function(b){a.offset.setOffset(this,e,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);var f=b.getBoundingClientRect(),g=b.ownerDocument,d=g.body,c=g.documentElement,i=c.clientTop||d.clientTop||0,h=c.clientLeft||d.clientLeft||0,k=f.top+(self.pageYOffset||a.support.boxModel&&c.scrollTop||d.scrollTop)-i,j=f.left+(self.pageXOffset||a.support.boxModel&&c.scrollLeft||d.scrollLeft)-h;return{top:k,left:j}};else a.fn.offset=function(l){var b=this[0];if(l)return this.each(function(b){a.offset.setOffset(this,l,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);a.offset.initialize();var i=b.offsetParent,m=b,k=b.ownerDocument,c,j=k.documentElement,g=k.body,h=k.defaultView,f=h?h.getComputedStyle(b,null):b.currentStyle,e=b.offsetTop,d=b.offsetLeft;while((b=b.parentNode)&&b!==g&&b!==j){if(a.offset.supportsFixedPosition&&f.position==="fixed")break;c=h?h.getComputedStyle(b,null):b.currentStyle;e-=b.scrollTop;d-=b.scrollLeft;if(b===i){e+=b.offsetTop;d+=b.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}m=i,i=b.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}f=c}if(f.position==="relative"||f.position==="static"){e+=g.offsetTop;d+=g.offsetLeft}if(a.offset.supportsFixedPosition&&f.position==="fixed"){e+=Math.max(j.scrollTop,g.scrollTop);d+=Math.max(j.scrollLeft,g.scrollLeft)}return{top:e,left:d}};a.offset={initialize:function(){var f=b.body,d=b.createElement("div"),e,c,i,g,h=parseFloat(a.curCSS(f,"marginTop",true))||0,j="<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>";a.extend(d.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});d.innerHTML=j;f.insertBefore(d,f.firstChild);e=d.firstChild;c=e.firstChild;g=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=c.offsetTop!==5;this.doesAddBorderForTableAndCells=g.offsetTop===5;c.style.position="fixed",c.style.top="20px";this.supportsFixedPosition=c.offsetTop===20||c.offsetTop===15;c.style.position=c.style.top="";e.style.overflow="hidden",e.style.position="relative";this.subtractsBorderForOverflowNotVisible=c.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=f.offsetTop!==h;f.removeChild(d);f=d=e=c=i=g=null;a.offset.initialize=a.noop},bodyOffset:function(b){var d=b.offsetTop,c=b.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){d+=parseFloat(a.curCSS(b,"marginTop",true))||0;c+=parseFloat(a.curCSS(b,"marginLeft",true))||0}return{top:d,left:c}},setOffset:function(c,b,i){if(/static/.test(a.curCSS(c,"position")))c.style.position="relative";var e=a(c),d=e.offset(),h=parseInt(a.curCSS(c,"top",true),10)||0,g=parseInt(a.curCSS(c,"left",true),10)||0;if(a.isFunction(b))b=b.call(c,i,d);var f={top:b.top-d.top+h,left:b.left-d.left+g};if("using"in b)b.using.call(c,f);else e.css(f)}};a.fn.extend({position:function(){if(!this[0])return null;var e=this[0],b=this.offsetParent(),d=this.offset(),c=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(a.curCSS(e,"marginTop",true))||0;d.left-=parseFloat(a.curCSS(e,"marginLeft",true))||0;c.top+=parseFloat(a.curCSS(b[0],"borderTopWidth",true))||0;c.left+=parseFloat(a.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-c.top,left:d.left-c.left}},offsetParent:function(){return this.map(function(){var c=this.offsetParent||b.body;while(c&&(!/^body|html$/i.test(c.nodeName)&&a.css(c,"position")==="static"))c=c.offsetParent;return c})}});a.each(["Left","Top"],function(d,e){var b="scroll"+e;a.fn[b]=function(f){var g=this[0],e;if(!g)return null;if(f!==c)return this.each(function(){e=U(this);if(e)e.scrollTo(!d?f:a(e).scrollLeft(),d?f:a(e).scrollTop());else this[b]=f});else{e=U(g);return e?"pageXOffset"in e?e[d?"pageYOffset":"pageXOffset"]:a.support.boxModel&&e.document.documentElement[b]||e.document.body[b]:g[b]}}});function U(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}a.each(["Height","Width"],function(e,b){var d=b.toLowerCase();a.fn["inner"+b]=function(){return this[0]?a.css(this[0],d,false,"padding"):null};a.fn["outer"+b]=function(b){return this[0]?a.css(this[0],d,false,b?"margin":"border"):null};a.fn[d]=function(f){var e=this[0];return!e?f==null?null:this:a.isFunction(f)?this.each(function(c){var b=a(this);b[d](f.call(this,c,b[d]()))}):"scrollTo"in e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===c?a.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});d.jQuery=d.$=a})(window)
