コミットメタ情報

リビジョン45e30fc964a67203c1b0df47190983125cef29da (tree)
日時2019-07-13 23:49:26
作者yamat0jp <terukohietori@gmai...>
コミッターyamat0jp

ログメッセージ

近年はjQueryの紹介も盛んで、Googleのコードリストを使わせていただく方法を用いることにしました。
一般的だと思います。

変更サマリ

差分

--- a/WebModuleUnit1.dfm
+++ b/WebModuleUnit1.dfm
@@ -324,10 +324,15 @@ object TWebModule1: TTWebModule1
324324
325325 ' <script type="text/javascript" src="//ajax.googleapis.com/ajax/' +
326326 'libs/jquery/2.1.4/jquery.min.js"></script>'
327- '<script src="/file?type=js&id=6"></script>'
328- '<script src="/file?type=js&id=4"></script>'
329- '<script src="/file?type=js&id=3"></script>'
330- '<script src="/file?type=js&id=1"></script>'
327+
328+ ' <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jq' +
329+ 'ueryui/1.10.4/themes/smoothness/jquery-ui.css" />'
330+
331+ ' <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jq' +
332+ 'uery-ui.min.js"></script>'
333+ '<script src="file?types=js&id=8">easing</script>'
334+ '<script src="/file?type=js&id=6">moder</script>'
335+ '<script src="/file?type=js&id=3">org</script>'
331336 '</head>'
332337 '<body>'
333338 '<div id="fb-root"></div>'
@@ -1742,1636 +1747,6 @@ object TWebModule1: TTWebModule1
17421747 Left = 200
17431748 Top = 272
17441749 end
1745- object js4: TPageProducer
1746- HTMLDoc.Strings = (
1747-
1748- '/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jq' +
1749- 'uery.org/license'
1750- '//@ sourceMappingURL=jquery-1.10.2.min.map'
1751- '*/'
1752-
1753- '(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.' +
1754- 'documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat' +
1755- ',h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnProperty,' +
1756- 'b=f.trim,x=function(e,t){return new x.fn.init(e,t,r)},w=/[+-]?(?' +
1757- ':\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=/\S+/g,C=/^[\s\uFEFF\xA0]' +
1758- '+|[\s\uFEFF\xA0]+$/g,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,k=/' +
1759- '^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*' +
1760- '\[)+/g,A=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,j=/"[^"\\\r\n]*"|t' +
1761- 'rue|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,D=/^-ms-/,L=/-' +
1762- '([\da-z])/gi,H=function(e,t){return t.toUpperCase()},q=function(' +
1763- 'e){(a.addEventListener||"load"===e.type||"complete"===a.readySta' +
1764- 'te)&&(_(),x.ready())},_=function(){a.addEventListener?(a.removeE' +
1765- 'ventListener("DOMContentLoaded",q,!1),e.removeEventListener("loa' +
1766- 'd",q,!1)):(a.detachEvent("onreadystatechange",q),e.detachEvent("' +
1767- 'onload",q))};x.fn=x.prototype={jquery:f,constructor:x,init:funct' +
1768- 'ion(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i' +
1769- '="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[nul' +
1770- 'l,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(' +
1771- 'e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof x?n[0]' +
1772- ':n,x.merge(this,x.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||' +
1773- 'n:a,!0)),k.test(i[1])&&x.isPlainObject(n))for(i in n)x.isFunctio' +
1774- 'n(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.ge' +
1775- 'tElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find' +
1776- '(e);this.length=1,this[0]=o}return this.context=a,this.selector=' +
1777- 'e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,t' +
1778- 'his):x.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=' +
1779- 'e.selector,this.context=e.context),x.makeArray(e,this))},selecto' +
1780- 'r:"",length:0,toArray:function(){return g.call(this)},get:functi' +
1781- 'on(e){return null==e?this.toArray():0>e?this[this.length+e]:this' +
1782- '[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);r' +
1783- 'eturn t.prevObject=this,t.context=this.context,t},each:function(' +
1784- 'e,t){return x.each(this,e,t)},ready:function(e){return x.ready.p' +
1785- 'romise().done(e),this},slice:function(){return this.pushStack(g.' +
1786- 'apply(this,arguments))},first:function(){return this.eq(0)},last' +
1787- ':function(){return this.eq(-1)},eq:function(e){var t=this.length' +
1788- ',n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},m' +
1789- 'ap:function(e){return this.pushStack(x.map(this,function(t,n){re' +
1790- 'turn e.call(t,n,t)}))},end:function(){return this.prevObject||th' +
1791- 'is.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn' +
1792- '.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,n,r,i' +
1793- ',o,a,s=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean' +
1794- '"==typeof s&&(c=s,s=arguments[1]||{},l=2),"object"==typeof s||x.' +
1795- 'isFunction(s)||(s={}),u===l&&(s=this,--l);u>l;l++)if(null!=(o=ar' +
1796- 'guments[l]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(x.isPlainObj' +
1797- 'ect(r)||(n=x.isArray(r)))?(n?(n=!1,a=e&&x.isArray(e)?e:[]):a=e&&' +
1798- 'x.isPlainObject(e)?e:{},s[i]=x.extend(c,a,r)):r!==t&&(s[i]=r));r' +
1799- 'eturn s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\' +
1800- 'D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQue' +
1801- 'ry===x&&(e.jQuery=l),x},isReady:!1,readyWait:1,holdReady:functio' +
1802- 'n(e){e?x.readyWait++:x.ready(!0)},ready:function(e){if(e===!0?!-' +
1803- '-x.readyWait:!x.isReady){if(!a.body)return setTimeout(x.ready);x' +
1804- '.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(a,[x]),x.fn.' +
1805- 'trigger&&x(a).trigger("ready").off("ready"))}},isFunction:functi' +
1806- 'on(e){return"function"===x.type(e)},isArray:Array.isArray||funct' +
1807- 'ion(e){return"array"===x.type(e)},isWindow:function(e){return nu' +
1808- 'll!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloa' +
1809- 't(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object' +
1810- '"==typeof e||"function"==typeof e?c[y.call(e)]||"object":typeof ' +
1811- 'e},isPlainObject:function(e){var n;if(!e||"object"!==x.type(e)||' +
1812- 'e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!v.call' +
1813- '(e,"constructor")&&!v.call(e.constructor.prototype,"isPrototypeO' +
1814- 'f"))return!1}catch(r){return!1}if(x.support.ownLast)for(n in '
1815-
1816- 'e)return v.call(e,n);for(n in e);return n===t||v.call(e,n)},isEm' +
1817- 'ptyObject:function(e){var t;for(t in e)return!1;return!0},error:' +
1818- 'function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"st' +
1819- 'ring"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t|' +
1820- '|a;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=' +
1821- 'x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNode' +
1822- 's))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.pa' +
1823- 'rse(n):null===n?n:"string"==typeof n&&(n=x.trim(n),n&&E.test(n.r' +
1824- 'eplace(A,"@").replace(j,"]").replace(S,"")))?Function("return "+' +
1825- 'n)():(x.error("Invalid JSON: "+n),t)},parseXML:function(n){var r' +
1826- ',i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new ' +
1827- 'DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObjec' +
1828- 't("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t' +
1829- '}return r&&r.documentElement&&!r.getElementsByTagName("parsererr' +
1830- 'or").length||x.error("Invalid XML: "+n),r},noop:function(){},glo' +
1831- 'balEval:function(t){t&&x.trim(t)&&(e.execScript||function(t){e.e' +
1832- 'val.call(e,t)})(t)},camelCase:function(e){return e.replace(D,"ms' +
1833- '-").replace(L,H)},nodeName:function(e,t){return e.nodeName&&e.no' +
1834- 'deName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var' +
1835- ' r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e' +
1836- '[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)' +
1837- 'break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)br' +
1838- 'eak}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return' +
1839- ' e},trim:b&&!b.call("\ufeff\u00a0")?function(e){return null==e?"' +
1840- '":b.call(e)}:function(e){return null==e?"":(e+"").replace(C,"")}' +
1841- ',makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e' +
1842- '))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:f' +
1843- 'unction(e,t,n){var r;if(t){if(m)return m.call(t,e,n);for(r=t.len' +
1844- 'gth,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)retu' +
1845- 'rn n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0' +
1846- ';if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!' +
1847- '==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var ' +
1848- 'r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.p' +
1849- 'ush(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M' +
1850- '(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r' +
1851- ');else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return ' +
1852- 'd.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"strin' +
1853- 'g"==typeof n&&(o=e[n],n=e,e=o),x.isFunction(e)?(r=g.call(argumen' +
1854- 'ts,2),i=function(){return e.apply(n||this,r.concat(g.call(argume' +
1855- 'nts)))},i.guid=e.guid=e.guid||x.guid++,i):t},access:function(e,n' +
1856- ',r,i,o,a,s){var l=0,u=e.length,c=null==r;if("object"===x.type(r)' +
1857- '){o=!0;for(l in r)x.access(e,n,l,r[l],!0,a,s)}else if(i!==t&&(o=' +
1858- '!0,x.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=fun' +
1859- 'ction(e,t,n){return c.call(x(e),n)})),n))for(;u>l;l++)n(e[l],r,s' +
1860- '?i:i.call(e[l],l,n(e[l],r)));return o?e:c?n.call(e):u?n(e[0],r):' +
1861- 'a},now:function(){return(new Date).getTime()},swap:function(e,t,' +
1862- 'n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n' +
1863- '.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),x.ready.p' +
1864- 'romise=function(t){if(!n)if(n=x.Deferred(),"complete"===a.readyS' +
1865- 'tate)setTimeout(x.ready);else if(a.addEventListener)a.addEventLi' +
1866- 'stener("DOMContentLoaded",q,!1),e.addEventListener("load",q,!1);' +
1867- 'else{a.attachEvent("onreadystatechange",q),e.attachEvent("onload' +
1868- '",q);var r=!1;try{r=null==e.frameElement&&a.documentElement}catc' +
1869- 'h(i){}r&&r.doScroll&&function o(){if(!x.isReady){try{r.doScroll(' +
1870- '"left")}catch(e){return setTimeout(o,50)}_(),x.ready()}}()}retur' +
1871- 'n n.promise(t)},x.each("Boolean Number String Function Array Dat' +
1872- 'e RegExp Object Error".split(" "),function(e,t){c["[object "+t+"' +
1873- ']"]=t.toLowerCase()});function M(e){var t=e.length,n=x.type(e);r' +
1874- 'eturn x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"functi' +
1875- 'on"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=x(a),funct' +
1876- 'ion(e,t){var n,r,i,o,a,s,l,u,c,p,f,d,h,g,m,y,v,b="sizzle"+-new D' +
1877- 'ate,w=e.document,T=0,C=0,N=st(),k=st(),E=st(),S=!1,A=function(e,' +
1878- 't){return e===t?(S=!0,0):0},j=typeof t,D=1'
1879-
1880- '<<31,L={}.hasOwnProperty,H=[],q=H.pop,_=H.push,M=H.push,O=H.slic' +
1881- 'e,F=H.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if' +
1882- '(this[t]===e)return t;return-1},B="checked|selected|async|autofo' +
1883- 'cus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|' +
1884- 'open|readonly|required|scoped",P="[\\x20\\t\\r\\n\\f]",R="(?:\\\' +
1885- '\.|[\\w-]|[^\\x00-\\xa0])+",W=R.replace("w","w#"),$="\\["+P+"*("' +
1886- '+R+")"+P+"*(?:([*^$|!~]?=)"+P+"*(?:(['#39'\"])((?:\\\\.|[^\\\\])*?)\' +
1887- '\3|("+W+")|)|)"+P+"*\\]",I=":("+R+")(?:\\(((['#39'\"])((?:\\\\.|[^\\' +
1888- '\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|' +
1889- ')",z=RegExp("^"+P+"+|((?:^|[^\\\\])(?:\\\\.)*)"+P+"+$","g"),X=Re' +
1890- 'gExp("^"+P+"*,"+P+"*"),U=RegExp("^"+P+"*([>+~]|"+P+")"+P+"*"),V=' +
1891- 'RegExp(P+"*[+~]"),Y=RegExp("="+P+"*([^\\]'#39'\"]*)"+P+"*\\]","g"),J' +
1892- '=RegExp(I),G=RegExp("^"+W+"$"),Q={ID:RegExp("^#("+R+")"),CLASS:R' +
1893- 'egExp("^\\.("+R+")"),TAG:RegExp("^("+R.replace("w","w*")+")"),AT' +
1894- 'TR:RegExp("^"+$),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|firs' +
1895- 't|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]' +
1896- '|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool' +
1897- ':RegExp("^(?:"+B+")$","i"),needsContext:RegExp("^"+P+"*[>+~]|:(e' +
1898- 'ven|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"' +
1899- '*\\)|)(?=[^-]|$)","i")},K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-' +
1900- ']+)|(\w+)|\.([\w-]+))$/,et=/^(?:input|select|textarea|button)$/i' +
1901- ',tt=/^h\d$/i,nt=/'#39'|\\/g,rt=RegExp("\\\\([\\da-f]{1,6}"+P+"?|("+P' +
1902- '+")|.)","ig"),it=function(e,t,n){var r="0x"+t-65536;return r!==r' +
1903- '||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296' +
1904- '|r>>10,56320|1023&r)};try{M.apply(H=O.call(w.childNodes),w.child' +
1905- 'Nodes),H[w.childNodes.length].nodeType}catch(ot){M={apply:H.leng' +
1906- 'th?function(e,t){_.apply(e,O.call(t))}:function(e,t){var n=e.len' +
1907- 'gth,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function at(e,t,n,i)' +
1908- '{var o,a,s,l,u,c,d,m,y,x;if((t?t.ownerDocument||t:w)!==f&&p(t),t' +
1909- '=t||f,n=n||[],!e||"string"!=typeof e)return n;if(1!==(l=t.nodeTy' +
1910- 'pe)&&9!==l)return[];if(h&&!i){if(o=Z.exec(e))if(s=o[1]){if(9===l' +
1911- '){if(a=t.getElementById(s),!a||!a.parentNode)return n;if(a.id===' +
1912- 's)return n.push(a),n}else if(t.ownerDocument&&(a=t.ownerDocument' +
1913- '.getElementById(s))&&v(t,a)&&a.id===s)return n.push(a),n}else{if' +
1914- '(o[2])return M.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&' +
1915- '&r.getElementsByClassName&&t.getElementsByClassName)return M.app' +
1916- 'ly(n,t.getElementsByClassName(s)),n}if(r.qsa&&(!g||!g.test(e))){' +
1917- 'if(m=d=b,y=t,x=9===l&&e,1===l&&"object"!==t.nodeName.toLowerCase' +
1918- '()){c=mt(e),(d=t.getAttribute("id"))?m=d.replace(nt,"\\$&"):t.se' +
1919- 'tAttribute("id",m),m="[id='#39'"+m+"'#39'] ",u=c.length;while(u--)c[u]=m' +
1920- '+yt(c[u]);y=V.test(e)&&t.parentNode||t,x=c.join(",")}if(x)try{re' +
1921- 'turn M.apply(n,y.querySelectorAll(x)),n}catch(T){}finally{d||t.r' +
1922- 'emoveAttribute("id")}}}return kt(e.replace(z,"$1"),t,n,i)}functi' +
1923- 'on st(){var e=[];function t(n,r){return e.push(n+=" ")>o.cacheLe' +
1924- 'ngth&&delete t[e.shift()],t[n]=r}return t}function lt(e){return ' +
1925- 'e[b]=!0,e}function ut(e){var t=f.createElement("div");try{return' +
1926- '!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.remo' +
1927- 'veChild(t),t=null}}function ct(e,t){var n=e.split("|"),r=e.lengt' +
1928- 'h;while(r--)o.attrHandle[n[r]]=t}function pt(e,t){var n=t&&e,r=n' +
1929- '&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.source' +
1930- 'Index||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)retu' +
1931- 'rn-1;return e?1:-1}function ft(e){return function(t){var n=t.nod' +
1932- 'eName.toLowerCase();return"input"===n&&t.type===e}}function dt(e' +
1933- '){return function(t){var n=t.nodeName.toLowerCase();return("inpu' +
1934- 't"===n||"button"===n)&&t.type===e}}function ht(e){return lt(func' +
1935- 'tion(t){return t=+t,lt(function(n,r){var i,o=e([],n.length,t),a=' +
1936- 'o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}s=at.isXML' +
1937- '=function(e){var t=e&&(e.ownerDocument||e).documentElement;retur' +
1938- 'n t?"HTML"!==t.nodeName:!1},r=at.support={},p=at.setDocument=fun' +
1939- 'ction(e){var n=e?'
1940-
1941- 'e.ownerDocument||e:w,i=n.defaultView;return n!==f&&9===n.nodeTyp' +
1942- 'e&&n.documentElement?(f=n,d=n.documentElement,h=!s(n),i&&i.attac' +
1943- 'hEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){p()' +
1944- '}),r.attributes=ut(function(e){return e.className="i",!e.getAttr' +
1945- 'ibute("className")}),r.getElementsByTagName=ut(function(e){retur' +
1946- 'n e.appendChild(n.createComment("")),!e.getElementsByTagName("*"' +
1947- ').length}),r.getElementsByClassName=ut(function(e){return e.inne' +
1948- 'rHTML="<div class='#39'a'#39'></div><div class='#39'a i'#39'></div>",e.firstChil' +
1949- 'd.className="i",2===e.getElementsByClassName("i").length}),r.get' +
1950- 'ById=ut(function(e){return d.appendChild(e).id=b,!n.getElementsB' +
1951- 'yName||!n.getElementsByName(b).length}),r.getById?(o.find.ID=fun' +
1952- 'ction(e,t){if(typeof t.getElementById!==j&&h){var n=t.getElement' +
1953- 'ById(e);return n&&n.parentNode?[n]:[]}},o.filter.ID=function(e){' +
1954- 'var t=e.replace(rt,it);return function(e){return e.getAttribute(' +
1955- '"id")===t}}):(delete o.find.ID,o.filter.ID=function(e){var t=e.r' +
1956- 'eplace(rt,it);return function(e){var n=typeof e.getAttributeNode' +
1957- '!==j&&e.getAttributeNode("id");return n&&n.value===t}}),o.find.T' +
1958- 'AG=r.getElementsByTagName?function(e,n){return typeof n.getEleme' +
1959- 'ntsByTagName!==j?n.getElementsByTagName(e):t}:function(e,t){var ' +
1960- 'n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++' +
1961- '])1===n.nodeType&&r.push(n);return r}return o},o.find.CLASS=r.ge' +
1962- 'tElementsByClassName&&function(e,n){return typeof n.getElementsB' +
1963- 'yClassName!==j&&h?n.getElementsByClassName(e):t},m=[],g=[],(r.qs' +
1964- 'a=K.test(n.querySelectorAll))&&(ut(function(e){e.innerHTML="<sel' +
1965- 'ect><option selected='#39#39'></option></select>",e.querySelectorAll("' +
1966- '[selected]").length||g.push("\\["+P+"*(?:value|"+B+")"),e.queryS' +
1967- 'electorAll(":checked").length||g.push(":checked")}),ut(function(' +
1968- 'e){var t=n.createElement("input");t.setAttribute("type","hidden"' +
1969- '),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^=' +
1970- #39#39']").length&&g.push("[*^$]="+P+"*(?:'#39#39'|\"\")"),e.querySelectorA' +
1971- 'll(":enabled").length||g.push(":enabled",":disabled"),e.querySel' +
1972- 'ectorAll("*,:x"),g.push(",.*:")})),(r.matchesSelector=K.test(y=d' +
1973- '.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector' +
1974- '||d.msMatchesSelector))&&ut(function(e){r.disconnectedMatch=y.ca' +
1975- 'll(e,"div"),y.call(e,"[s!='#39#39']:x"),m.push("!=",I)}),g=g.length&&R' +
1976- 'egExp(g.join("|")),m=m.length&&RegExp(m.join("|")),v=K.test(d.co' +
1977- 'ntains)||d.compareDocumentPosition?function(e,t){var n=9===e.nod' +
1978- 'eType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||' +
1979- '1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosi' +
1980- 'tion&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)whil' +
1981- 'e(t=t.parentNode)if(t===e)return!0;return!1},A=d.compareDocument' +
1982- 'Position?function(e,t){if(e===t)return S=!0,0;var i=t.compareDoc' +
1983- 'umentPosition&&e.compareDocumentPosition&&e.compareDocumentPosit' +
1984- 'ion(t);return i?1&i||!r.sortDetached&&t.compareDocumentPosition(' +
1985- 'e)===i?e===n||v(w,e)?-1:t===n||v(w,t)?1:c?F.call(c,e)-F.call(c,t' +
1986- '):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r' +
1987- ',i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return S' +
1988- '=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:c?F.call(c,e)-F' +
1989- '.call(c,t):0;if(o===a)return pt(e,t);r=e;while(r=r.parentNode)s.' +
1990- 'unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[' +
1991- 'i])i++;return i?pt(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},n):f},at' +
1992- '.matches=function(e,t){return at(e,null,null,t)},at.matchesSelec' +
1993- 'tor=function(e,t){if((e.ownerDocument||e)!==f&&p(e),t=t.replace(' +
1994- 'Y,"='#39'$1'#39']"),!(!r.matchesSelector||!h||m&&m.test(t)||g&&g.test(t)' +
1995- '))try{var n=y.call(e,t);if(n||r.disconnectedMatch||e.document&&1' +
1996- '1!==e.document.nodeType)return n}catch(i){}return at(t,f,null,[e' +
1997- ']).length>0},at.contains=function(e,t){return(e.ownerDocument||e' +
1998- ')!==f&&p(e),v(e,t)},at.attr=function(e,n){(e.ownerDocument||e)!=' +
1999- '=f&&p(e);var i=o.attrHandle[n.toLowerCase()],a=i&&L.call(o.attrH' +
2000- 'andle,n.toLowerCase())?i(e,n,!h):t;return a===t?r.attributes||!h' +
2001- '?'
2002-
2003- 'e.getAttribute(n):(a=e.getAttributeNode(n))&&a.specified?a.value' +
2004- ':null:a},at.error=function(e){throw Error("Syntax error, unrecog' +
2005- 'nized expression: "+e)},at.uniqueSort=function(e){var t,n=[],i=0' +
2006- ',o=0;if(S=!r.detectDuplicates,c=!r.sortStable&&e.slice(0),e.sort' +
2007- '(A),S){while(t=e[o++])t===e[o]&&(i=n.push(o));while(i--)e.splice' +
2008- '(n[i],1)}return e},a=at.getText=function(e){var t,n="",r=0,i=e.n' +
2009- 'odeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.tex' +
2010- 'tContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibli' +
2011- 'ng)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e' +
2012- '[r];r++)n+=a(t);return n},o=at.selectors={cacheLength:50,createP' +
2013- 'seudo:lt,match:Q,attrHandle:{},find:{},relative:{">":{dir:"paren' +
2014- 'tNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSiblin' +
2015- 'g",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:functi' +
2016- 'on(e){return e[1]=e[1].replace(rt,it),e[3]=(e[4]||e[5]||"").repl' +
2017- 'ace(rt,it),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:' +
2018- 'function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,' +
2019- '3)?(e[3]||at.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===' +
2020- 'e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&at.e' +
2021- 'rror(e[0]),e},PSEUDO:function(e){var n,r=!e[5]&&e[2];return Q.CH' +
2022- 'ILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:r&&J.test(r)&&(n=m' +
2023- 't(r,!0))&&(n=r.indexOf(")",r.length-n)-r.length)&&(e[0]=e[0].sli' +
2024- 'ce(0,n),e[2]=r.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(' +
2025- 'e){var t=e.replace(rt,it).toLowerCase();return"*"===e?function()' +
2026- '{return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase' +
2027- '()===t}},CLASS:function(e){var t=N[e+" "];return t||(t=RegExp("(' +
2028- '^|"+P+")"+e+"("+P+"|$)"))&&N(e,function(e){return t.test("string' +
2029- '"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e' +
2030- '.getAttribute("class")||"")})},ATTR:function(e,t,n){return funct' +
2031- 'ion(r){var i=at.attr(r,e);return null==i?"!="===t:t?(i+="","="==' +
2032- '=t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&' +
2033- '&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" ' +
2034- '"+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n' +
2035- '+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,' +
2036- '3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?fu' +
2037- 'nction(e){return!!e.parentNode}:function(t,n,l){var u,c,p,f,d,h,' +
2038- 'g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.no' +
2039- 'deName.toLowerCase(),v=!l&&!s;if(m){if(o){while(g){p=t;while(p=p' +
2040- '[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=' +
2041- 'g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.' +
2042- 'lastChild],a&&v){c=m[b]||(m[b]={}),u=c[e]||[],d=u[0]===T&&u[1],f' +
2043- '=u[0]===T&&u[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=' +
2044- '0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[T,d,f];break}}e' +
2045- 'lse if(v&&(u=(t[b]||(t[b]={}))[e])&&u[0]===T)f=u[1];else while(p' +
2046- '=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()==' +
2047- '=y:1===p.nodeType)&&++f&&(v&&((p[b]||(p[b]={}))[e]=[T,f]),p===t)' +
2048- ')break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t' +
2049- '){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||at.error(' +
2050- '"unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,""' +
2051- ',t],o.setFilters.hasOwnProperty(e.toLowerCase())?lt(function(e,n' +
2052- '){var i,o=r(e,t),a=o.length;while(a--)i=F.call(e,o[a]),e[i]=!(n[' +
2053- 'i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:lt(fun' +
2054- 'ction(e){var t=[],n=[],r=l(e.replace(z,"$1"));return r[b]?lt(fun' +
2055- 'ction(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[' +
2056- 's])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o' +
2057- ',n),!n.pop()}}),has:lt(function(e){return function(t){return at(' +
2058- 'e,t).length>0}}),contains:lt(function(e){return function(t){retu' +
2059- 'rn(t.textContent||t.innerText||a(t)).indexOf(e)>-1}}),lang:lt(fu' +
2060- 'nction(e){return G.test(e||"")||at.error("unsupported lang: "+e)' +
2061- ',e=e.replace(rt,it).toLowerCase(),function(t){var n;do if(n=h?t.' +
2062- 'lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n' +
2063- '=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNo' +
2064- 'de)&&1===t.nodeType);return!'
2065-
2066- '1}}),target:function(t){var n=e.location&&e.location.hash;return' +
2067- ' n&&n.slice(1)===t.id},root:function(e){return e===d},focus:func' +
2068- 'tion(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&' +
2069- '&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.d' +
2070- 'isabled===!1},disabled:function(e){return e.disabled===!0},check' +
2071- 'ed:function(e){var t=e.nodeName.toLowerCase();return"input"===t&' +
2072- '&!!e.checked||"option"===t&&!!e.selected},selected:function(e){r' +
2073- 'eturn e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},' +
2074- 'empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.node' +
2075- 'Name>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},pare' +
2076- 'nt:function(e){return!o.pseudos.empty(e)},header:function(e){ret' +
2077- 'urn tt.test(e.nodeName)},input:function(e){return et.test(e.node' +
2078- 'Name)},button:function(e){var t=e.nodeName.toLowerCase();return"' +
2079- 'input"===t&&"button"===e.type||"button"===t},text:function(e){va' +
2080- 'r t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(' +
2081- 'null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},fir' +
2082- 'st:ht(function(){return[0]}),last:ht(function(e,t){return[t-1]})' +
2083- ',eq:ht(function(e,t,n){return[0>n?n+t:n]}),even:ht(function(e,t)' +
2084- '{var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:ht(function(e,t)' +
2085- '{var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:ht(function(e,t,n' +
2086- '){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:ht(functi' +
2087- 'on(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}},o.p' +
2088- 'seudos.nth=o.pseudos.eq;for(n in{radio:!0,checkbox:!0,file:!0,pa' +
2089- 'ssword:!0,image:!0})o.pseudos[n]=ft(n);for(n in{submit:!0,reset:' +
2090- '!0})o.pseudos[n]=dt(n);function gt(){}gt.prototype=o.filters=o.p' +
2091- 'seudos,o.setFilters=new gt;function mt(e,t){var n,r,i,a,s,l,u,c=' +
2092- 'k[e+" "];if(c)return t?0:c.slice(0);s=e,l=[],u=o.preFilter;while' +
2093- '(s){(!n||(r=X.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),l.push(' +
2094- 'i=[])),n=!1,(r=U.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0' +
2095- '].replace(z," ")}),s=s.slice(n.length));for(a in o.filter)!(r=Q[' +
2096- 'a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,ty' +
2097- 'pe:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.len' +
2098- 'gth:s?at.error(e):k(e,l).slice(0)}function yt(e){var t=0,n=e.len' +
2099- 'gth,r="";for(;n>t;t++)r+=e[t].value;return r}function vt(e,t,n){' +
2100- 'var r=t.dir,o=n&&"parentNode"===r,a=C++;return t.first?function(' +
2101- 't,n,i){while(t=t[r])if(1===t.nodeType||o)return e(t,n,i)}:functi' +
2102- 'on(t,n,s){var l,u,c,p=T+" "+a;if(s){while(t=t[r])if((1===t.nodeT' +
2103- 'ype||o)&&e(t,n,s))return!0}else while(t=t[r])if(1===t.nodeType||' +
2104- 'o)if(c=t[b]||(t[b]={}),(u=c[r])&&u[0]===p){if((l=u[1])===!0||l==' +
2105- '=i)return l===!0}else if(u=c[r]=[p],u[1]=e(t,n,s)||i,u[1]===!0)r' +
2106- 'eturn!0}}function bt(e){return e.length>1?function(t,n,r){var i=' +
2107- 'e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}funct' +
2108- 'ion xt(e,t,n,r,i){var o,a=[],s=0,l=e.length,u=null!=t;for(;l>s;s' +
2109- '++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),u&&t.push(s));return a}f' +
2110- 'unction wt(e,t,n,r,i,o){return r&&!r[b]&&(r=wt(r)),i&&!i[b]&&(i=' +
2111- 'wt(i,o)),lt(function(o,a,s,l){var u,c,p,f=[],d=[],h=a.length,g=o' +
2112- '||Nt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:xt(g,f,e,s,l),y=n' +
2113- '?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,l),r){u=xt(y,d),r(u,[],s,l),' +
2114- 'c=u.length;while(c--)(p=u[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i' +
2115- '||e){if(i){u=[],c=y.length;while(c--)(p=y[c])&&u.push(m[c]=p);i(' +
2116- 'null,y=[],u,l)}c=y.length;while(c--)(p=y[c])&&(u=i?F.call(o,p):f' +
2117- '[c])>-1&&(o[u]=!(a[u]=p))}}else y=xt(y===a?y.splice(h,y.length):' +
2118- 'y),i?i(null,a,y,l):M.apply(a,y)})}function Tt(e){var t,n,r,i=e.l' +
2119- 'ength,a=o.relative[e[0].type],s=a||o.relative[" "],l=a?1:0,c=vt(' +
2120- 'function(e){return e===t},s,!0),p=vt(function(e){return F.call(t' +
2121- ',e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==u)||((t=n).no' +
2122- 'deType?c(e,n,r):p(e,n,r))}];for(;i>l;l++)if(n=o.relative[e[l].ty' +
2123- 'pe])f=[vt(bt(f),n)];else{if(n=o.filter[e[l].type].apply(null,e[l' +
2124- '].matches),n[b]){for(r=++l;i>r;r++)if(o.relative[e[r].type])brea' +
2125- 'k;return wt(l>1&&bt(f),l>1&&yt(e.slice(0,l-1).concat({value:" "=' +
2126- '==e[l-2].type?"*":""})).replace(z,"$1"),n,r>l&&Tt(e.slice(l,r)),' +
2127- 'i>r&&Tt(e=e.slice(r)),i>r&&yt(e))}f.push(n)}return bt(f)}functio' +
2128- 'n Ct(e,t){var n=0,r=t.length>0,a=e.length>0,s=function(s,l,c,p,d' +
2129- '){var h,g,m,y=[],v=0,b="0",x=s&&'
2130-
2131- '[],w=null!=d,C=u,N=s||a&&o.find.TAG("*",d&&l.parentNode||l),k=T+' +
2132- '=null==C?1:Math.random()||.1;for(w&&(u=l!==f&&l,i=n);null!=(h=N[' +
2133- 'b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,l,c)){p.push(h);brea' +
2134- 'k}w&&(T=k,i=++n)}r&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,r&&b!=' +
2135- '=v){g=0;while(m=t[g++])m(x,y,l,c);if(s){if(v>0)while(b--)x[b]||y' +
2136- '[b]||(y[b]=q.call(p));y=xt(y)}M.apply(p,y),w&&!s&&y.length>0&&v+' +
2137- 't.length>1&&at.uniqueSort(p)}return w&&(T=k,u=C),x};return r?lt(' +
2138- 's):s}l=at.compile=function(e,t){var n,r=[],i=[],o=E[e+" "];if(!o' +
2139- '){t||(t=mt(e)),n=t.length;while(n--)o=Tt(t[n]),o[b]?r.push(o):i.' +
2140- 'push(o);o=E(e,Ct(i,r))}return o};function Nt(e,t,n){var r=0,i=t.' +
2141- 'length;for(;i>r;r++)at(e,t[r],n);return n}function kt(e,t,n,i){v' +
2142- 'ar a,s,u,c,p,f=mt(e);if(!i&&1===f.length){if(s=f[0]=f[0].slice(0' +
2143- '),s.length>2&&"ID"===(u=s[0]).type&&r.getById&&9===t.nodeType&&h' +
2144- '&&o.relative[s[1].type]){if(t=(o.find.ID(u.matches[0].replace(rt' +
2145- ',it),t)||[])[0],!t)return n;e=e.slice(s.shift().value.length)}a=' +
2146- 'Q.needsContext.test(e)?0:s.length;while(a--){if(u=s[a],o.relativ' +
2147- 'e[c=u.type])break;if((p=o.find[c])&&(i=p(u.matches[0].replace(rt' +
2148- ',it),V.test(s[0].type)&&t.parentNode||t))){if(s.splice(a,1),e=i.' +
2149- 'length&&yt(s),!e)return M.apply(n,i),n;break}}}return l(e,f)(i,t' +
2150- ',!h,n,V.test(e)),n}r.sortStable=b.split("").sort(A).join("")===b' +
2151- ',r.detectDuplicates=S,p(),r.sortDetached=ut(function(e){return 1' +
2152- '&e.compareDocumentPosition(f.createElement("div"))}),ut(function' +
2153- '(e){return e.innerHTML="<a href='#39'#'#39'></a>","#"===e.firstChild.get' +
2154- 'Attribute("href")})||ct("type|href|height|width",function(e,n,r)' +
2155- '{return r?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),r.a' +
2156- 'ttributes&&ut(function(e){return e.innerHTML="<input/>",e.firstC' +
2157- 'hild.setAttribute("value",""),""===e.firstChild.getAttribute("va' +
2158- 'lue")})||ct("value",function(e,n,r){return r||"input"!==e.nodeNa' +
2159- 'me.toLowerCase()?t:e.defaultValue}),ut(function(e){return null==' +
2160- 'e.getAttribute("disabled")})||ct(B,function(e,n,r){var i;return ' +
2161- 'r?t:(i=e.getAttributeNode(n))&&i.specified?i.value:e[n]===!0?n.t' +
2162- 'oLowerCase():null}),x.find=at,x.expr=at.selectors,x.expr[":"]=x.' +
2163- 'expr.pseudos,x.unique=at.uniqueSort,x.text=at.getText,x.isXMLDoc' +
2164- '=at.isXML,x.contains=at.contains}(e);var O={};function F(e){var ' +
2165- 't=O[e]={};return x.each(e.match(T)||[],function(e,n){t[n]=!0}),t' +
2166- '}x.Callbacks=function(e){e="string"==typeof e?O[e]||F(e):x.exten' +
2167- 'd({},e);var n,r,i,o,a,s,l=[],u=!e.once&&[],c=function(t){for(r=e' +
2168- '.memory&&t,i=!0,a=s||0,s=0,o=l.length,n=!0;l&&o>a;a++)if(l[a].ap' +
2169- 'ply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,l&&(u?u.leng' +
2170- 'th&&c(u.shift()):r?l=[]:p.disable())},p={add:function(){if(l){va' +
2171- 'r t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(' +
2172- 'n);"function"===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&"st' +
2173- 'ring"!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return' +
2174- ' this},remove:function(){return l&&x.each(arguments,function(e,t' +
2175- '){var r;while((r=x.inArray(t,l,r))>-1)l.splice(r,1),n&&(o>=r&&o-' +
2176- '-,a>=r&&a--)}),this},has:function(e){return e?x.inArray(e,l)>-1:' +
2177- '!(!l||!l.length)},empty:function(){return l=[],o=0,this},disable' +
2178- ':function(){return l=u=r=t,this},disabled:function(){return!l},l' +
2179- 'ock:function(){return u=t,r||p.disable(),this},locked:function()' +
2180- '{return!u},fireWith:function(e,t){return!l||i&&!u||(t=t||[],t=[e' +
2181- ',t.slice?t.slice():t],n?u.push(t):c(t)),this},fire:function(){re' +
2182- 'turn p.fireWith(this,arguments),this},fired:function(){return!!i' +
2183- '}};return p},x.extend({Deferred:function(e){var t=[["resolve","d' +
2184- 'one",x.Callbacks("once memory"),"resolved"],["reject","fail",x.C' +
2185- 'allbacks("once memory"),"rejected"],["notify","progress",x.Callb' +
2186- 'acks("memory")]],n="pending",r={state:function(){return n},alway' +
2187- 's:function(){return i.done(arguments).fail(arguments),this},then' +
2188- ':function(){var e=arguments;return x.Deferred(function(n){x.each' +
2189- '(t,function(t,o){var a=o[0],s=x.isFunction(e[t])&&e[t];i[o[1]](f' +
2190- 'unction(){var e=s&&s.apply(this,arguments);e&&x.isFunction(e.pro' +
2191- 'mise)?e.promise().done(n.resolve).fail(n.reject).progress(n.noti' +
2192- 'fy):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e' +
2193- '=null}).promise()},promise:function(e){return null!=e?'
2194-
2195- 'x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,' +
2196- 'o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^' +
2197- 'e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"Wi' +
2198- 'th"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}' +
2199- '),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=g.ca' +
2200- 'll(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0' +
2201- ',o=1===i?e:x.Deferred(),a=function(e,t,n){return function(r){t[e' +
2202- ']=this,n[e]=arguments.length>1?g.call(arguments):r,n===s?o.notif' +
2203- 'yWith(t,n):--i||o.resolveWith(t,n)}},s,l,u;if(r>1)for(s=Array(r)' +
2204- ',l=Array(r),u=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?' +
2205- 'n[t].promise().done(a(t,u,n)).fail(o.reject).progress(a(t,l,s)):' +
2206- '--i;return i||o.resolveWith(u,n),o.promise()}}),x.support=functi' +
2207- 'on(t){var n,r,o,s,l,u,c,p,f,d=a.createElement("div");if(d.setAtt' +
2208- 'ribute("className","t"),d.innerHTML=" <link/><table></table><a ' +
2209- 'href='#39'/a'#39'>a</a><input type='#39'checkbox'#39'/>",n=d.getElementsByTagNam' +
2210- 'e("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.len' +
2211- 'gth)return t;s=a.createElement("select"),u=s.appendChild(a.creat' +
2212- 'eElement("option")),o=d.getElementsByTagName("input")[0],r.style' +
2213- '.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!=' +
2214- '=d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbo' +
2215- 'dy=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.g' +
2216- 'etElementsByTagName("link").length,t.style=/top/.test(r.getAttri' +
2217- 'bute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.' +
2218- 'opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFlo' +
2219- 'at,t.checkOn=!!o.value,t.optSelected=u.selected,t.enctype=!!a.cr' +
2220- 'eateElement("form").enctype,t.html5Clone="<:nav></:nav>"!==a.cre' +
2221- 'ateElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayo' +
2222- 'ut=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!' +
2223- '0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable' +
2224- '=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,s.disa' +
2225- 'bled=!0,t.optDisabled=!u.disabled;try{delete d.test}catch(h){t.d' +
2226- 'eleteExpando=!1}o=a.createElement("input"),o.setAttribute("value' +
2227- '",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttr' +
2228- 'ibute("type","radio"),t.radioValue="t"===o.value,o.setAttribute(' +
2229- '"checked","t"),o.setAttribute("name","t"),l=a.createDocumentFrag' +
2230- 'ment(),l.appendChild(o),t.appendChecked=o.checked,t.checkClone=l' +
2231- '.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d' +
2232- '.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNod' +
2233- 'e(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAtt' +
2234- 'ribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expa' +
2235- 'ndo===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).st' +
2236- 'yle.backgroundClip="",t.clearCloneStyle="content-box"===d.style.' +
2237- 'backgroundClip;for(f in x(t))break;return t.ownLast="0"!==f,x(fu' +
2238- 'nction(){var n,r,o,s="padding:0;margin:0;border:0;display:block;' +
2239- 'box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-s' +
2240- 'izing:content-box;",l=a.getElementsByTagName("body")[0];l&&(n=a.' +
2241- 'createElement("div"),n.style.cssText="border:0;width:0;height:0;' +
2242- 'position:absolute;top:0;left:-9999px;margin-top:1px",l.appendChi' +
2243- 'ld(n).appendChild(d),d.innerHTML="<table><tr><td></td><td>t</td>' +
2244- '</tr></table>",o=d.getElementsByTagName("td"),o[0].style.cssText' +
2245- '="padding:0;margin:0;border:0;display:none",p=0===o[0].offsetHei' +
2246- 'ght,o[0].style.display="",o[1].style.display="none",t.reliableHi' +
2247- 'ddenOffsets=p&&0===o[0].offsetHeight,d.innerHTML="",d.style.cssT' +
2248- 'ext="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-bo' +
2249- 'x-sizing:border-box;padding:1px;border:1px;display:block;width:4' +
2250- 'px;margin-top:1%;position:absolute;top:1%;",x.swap(l,null!=l.sty' +
2251- 'le.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e' +
2252- '.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d' +
2253- ',null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(' +
2254- 'd,null)||{width:"4px"}).width,r=d.appendChild(a.createElement'
2255-
2256- '("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r' +
2257- '.style.width="0",d.style.width="1px",t.reliableMarginRight=!pars' +
2258- 'eFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.s' +
2259- 'tyle.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padd' +
2260- 'ing:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.of' +
2261- 'fsetWidth,d.style.display="block",d.innerHTML="<div></div>",d.fi' +
2262- 'rstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,' +
2263- 't.inlineBlockNeedsLayout&&(l.style.zoom=1)),l.removeChild(n),n=d' +
2264- '=o=r=null)}),n=s=l=u=r=o=null,t'
2265-
2266- '}({});var B=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;function' +
2267- ' R(e,n,r,i){if(x.acceptData(e)){var o,a,s=x.expando,l=e.nodeType' +
2268- ',u=l?x.cache:e,c=l?e[s]:e[s]&&s;if(c&&u[c]&&(i||u[c].data)||r!==' +
2269- 't||"string"!=typeof n)return c||(c=l?e[s]=p.pop()||x.guid++:s),u' +
2270- '[c]||(u[c]=l?{}:{toJSON:x.noop}),("object"==typeof n||"function"' +
2271- '==typeof n)&&(i?u[c]=x.extend(u[c],n):u[c].data=x.extend(u[c].da' +
2272- 'ta,n)),a=u[c],i||(a.data||(a.data={}),a=a.data),r!==t&&(a[x.came' +
2273- 'lCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCas' +
2274- 'e(n)])):o=a,o}}function W(e,t,n){if(x.acceptData(e)){var r,i,o=e' +
2275- '.nodeType,a=o?x.cache:e,s=o?e[x.expando]:x.expando;if(a[s]){if(t' +
2276- '&&(r=n?a[s]:a[s].data)){x.isArray(t)?t=t.concat(x.map(t,x.camelC' +
2277- 'ase)):t in r?t=[t]:(t=x.camelCase(t),t=t in r?[t]:t.split(" ")),' +
2278- 'i=t.length;while(i--)delete r[t[i]];if(n?!I(r):!x.isEmptyObject(' +
2279- 'r))return}(n||(delete a[s].data,I(a[s])))&&(o?x.cleanData([e],!0' +
2280- '):x.support.deleteExpando||a!=a.window?delete a[s]:a[s]=null)}}}' +
2281- 'x.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27C' +
2282- 'DB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=' +
2283- 'e.nodeType?x.cache[e[x.expando]]:e[x.expando],!!e&&!I(e)},data:f' +
2284- 'unction(e,t,n){return R(e,t,n)},removeData:function(e,t){return ' +
2285- 'W(e,t)},_data:function(e,t,n){return R(e,t,n,!0)},_removeData:fu' +
2286- 'nction(e,t){return W(e,t,!0)},acceptData:function(e){if(e.nodeTy' +
2287- 'pe&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&x.' +
2288- 'noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribut' +
2289- 'e("classid")===t}}),x.fn.extend({data:function(e,n){var r,i,o=nu' +
2290- 'll,a=0,s=this[0];if(e===t){if(this.length&&(o=x.data(s),1===s.no' +
2291- 'deType&&!x._data(s,"parsedAttrs"))){for(r=s.attributes;r.length>' +
2292- 'a;a++)i=r[a].name,0===i.indexOf("data-")&&(i=x.camelCase(i.slice' +
2293- '(5)),$(s,i,o[i]));x._data(s,"parsedAttrs",!0)}return o}return"ob' +
2294- 'ject"==typeof e?this.each(function(){x.data(this,e)}):arguments.' +
2295- 'length>1?this.each(function(){x.data(this,e,n)}):s?$(s,e,x.data(' +
2296- 's,e)):null},removeData:function(e){return this.each(function(){x' +
2297- '.removeData(this,e)})}});function $(e,n,r){if(r===t&&1===e.nodeT' +
2298- 'ype){var i="data-"+n.replace(P,"-$1").toLowerCase();if(r=e.getAt' +
2299- 'tribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!' +
2300- '1:"null"===r?null:+r+""===r?+r:B.test(r)?x.parseJSON(r):r}catch(' +
2301- 'o){}x.data(e,n,r)}else r=t}return r}function I(e){var t;for(t in' +
2302- ' e)if(("data"!==t||!x.isEmptyObject(e[t]))&&"toJSON"!==t)return!' +
2303- '1;return!0}x.extend({queue:function(e,n,r){var i;return e?(n=(n|' +
2304- '|"fx")+"queue",i=x._data(e,n),r&&(!i||x.isArray(r)?i=x._data(e,n' +
2305- ',x.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t|' +
2306- '|"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(' +
2307- 'e,t),a=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift()' +
2308- ',r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call' +
2309- '(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=' +
2310- 't+"queueHooks";return x._data(e,n)||x._data(e,n,{empty:x.Callbac' +
2311- 'ks("once memory").add(function(){x._removeData(e,t+"queue"),x._r' +
2312- 'emoveData(e,n)})})}}),x.fn.extend({queue:function(e,n){var r=2;r' +
2313- 'eturn"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?x.q' +
2314- 'ueue(this[0],e):n===t?this:this.each(function(){var t=x.queue(th' +
2315- 'is,e,n);x._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&x.d' +
2316- 'equeue(this,e)})},dequeue:function(e){return this.each(function(' +
2317- '){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.sp' +
2318- 'eeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeo' +
2319- 'ut(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:functio' +
2320- 'n(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,' +
2321- 'i=1,o=x.Deferred(),a=this,s=this.length,l=function(){--i||o.reso' +
2322- 'lveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s-' +
2323- '-)r=x._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(l)' +
2324- ');return l(),o.promise(n)}});var z,X,U=/[\t\r\n\f]/g,V=/\r/g,Y=/' +
2325- '^(?:input|select|textarea|button|object)$/i,J=/^(?:a|area)$/i,G=' +
2326- '/^(?:checked|selected)$/i,Q=x.support.getSetAttribute,K=x.suppor' +
2327- 't.input;x.fn.extend({attr:function(e,t){return x.access'
2328-
2329- '(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){ret' +
2330- 'urn this.each(function(){x.removeAttr(this,e)})},prop:function(e' +
2331- ',t){return x.access(this,x.prop,e,t,arguments.length>1)},removeP' +
2332- 'rop:function(e){return e=x.propFix[e]||e,this.each(function(){tr' +
2333- 'y{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){va' +
2334- 'r t,n,r,i,o,a=0,s=this.length,l="string"==typeof e&&e;if(x.isFun' +
2335- 'ction(e))return this.each(function(t){x(this).addClass(e.call(th' +
2336- 'is,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)' +
2337- 'if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" "' +
2338- ').replace(U," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")' +
2339- '&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:func' +
2340- 'tion(e){var t,n,r,i,o,a=0,s=this.length,l=0===arguments.length||' +
2341- '"string"==typeof e&&e;if(x.isFunction(e))return this.each(functi' +
2342- 'on(t){x(this).removeClass(e.call(this,t,this.className))});if(l)' +
2343- 'for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType' +
2344- '&&(n.className?(" "+n.className+" ").replace(U," "):"")){o=0;whi' +
2345- 'le(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" ",' +
2346- '" ");n.className=e?x.trim(r):""}return this},toggleClass:functio' +
2347- 'n(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?' +
2348- 'this.addClass(e):this.removeClass(e):x.isFunction(e)?this.each(f' +
2349- 'unction(n){x(this).toggleClass(e.call(this,n,this.className,t),t' +
2350- ')}):this.each(function(){if("string"===n){var t,r=0,o=x(this),a=' +
2351- 'e.match(T)||[];while(t=a[r++])o.hasClass(t)?o.removeClass(t):o.a' +
2352- 'ddClass(t)}else(n===i||"boolean"===n)&&(this.className&&x._data(' +
2353- 'this,"__className__",this.className),this.className=this.classNa' +
2354- 'me||e===!1?"":x._data(this,"__className__")||"")})},hasClass:fun' +
2355- 'ction(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===t' +
2356- 'his[n].nodeType&&(" "+this[n].className+" ").replace(U," ").inde' +
2357- 'xOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0]' +
2358- ';{if(arguments.length)return i=x.isFunction(e),this.each(functio' +
2359- 'n(n){var o;1===this.nodeType&&(o=i?e.call(this,n,x(this).val()):' +
2360- 'e,null==o?o="":"number"==typeof o?o+="":x.isArray(o)&&(o=x.map(o' +
2361- ',function(e){return null==e?"":e+""})),r=x.valHooks[this.type]||' +
2362- 'x.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this' +
2363- ',o,"value")!==t||(this.value=o))});if(o)return r=x.valHooks[o.ty' +
2364- 'pe]||x.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get' +
2365- '(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(V,"")' +
2366- ':null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){v' +
2367- 'ar t=x.find.attr(e,"value");return null!=t?t:e.text}},select:{ge' +
2368- 't:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-on' +
2369- 'e"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,l=0>i?s:o?i:0;for(' +
2370- ';s>l;l++)if(n=r[l],!(!n.selected&&l!==i||(x.support.optDisabled?' +
2371- 'n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disa' +
2372- 'bled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)re' +
2373- 'turn t;a.push(t)}return a},set:function(e,t){var n,r,i=e.options' +
2374- ',o=x.makeArray(t),a=i.length;while(a--)r=i[a],(r.selected=x.inAr' +
2375- 'ray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}' +
2376- '},attr:function(e,n,r){var o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&' +
2377- '2!==s)return typeof e.getAttribute===i?x.prop(e,n,r):(1===s&&x.i' +
2378- 'sXMLDoc(e)||(n=n.toLowerCase(),o=x.attrHooks[n]||(x.expr.match.b' +
2379- 'ool.test(n)?X:z)),r===t?o&&"get"in o&&null!==(a=o.get(e,n))?a:(a' +
2380- '=x.find.attr(e,n),null==a?t:a):null!==r?o&&"set"in o&&(a=o.set(e' +
2381- ',r,n))!==t?a:(e.setAttribute(n,r+""),r):(x.removeAttr(e,n),t))},' +
2382- 'removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(T);if(o&&1===e' +
2383- '.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.bool.tes' +
2384- 't(n)?K&&Q||!G.test(n)?e[r]=!1:e[x.camelCase("default-"+n)]=e[r]=' +
2385- '!1:x.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set' +
2386- ':function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName' +
2387- '(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e' +
2388- '.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},pr' +
2389- 'op:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!' +
2390- '==s)return a=1!==s||!x.isXMLDoc(e),a&&'
2391-
2392- '(n=x.propFix[n]||n,o=x.propHooks[n]),r!==t?o&&"set"in o&&(i=o.se' +
2393- 't(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n' +
2394- ']},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tab' +
2395- 'index");return t?parseInt(t,10):Y.test(e.nodeName)||J.test(e.nod' +
2396- 'eName)&&e.href?0:-1}}}}),X={set:function(e,t,n){return t===!1?x.' +
2397- 'removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&x.propFix[n]' +
2398- '||n,n):e[x.camelCase("default-"+n)]=e[n]=!0,n}},x.each(x.expr.ma' +
2399- 'tch.bool.source.match(/\w+/g),function(e,n){var r=x.expr.attrHan' +
2400- 'dle[n]||x.find.attr;x.expr.attrHandle[n]=K&&Q||!G.test(n)?functi' +
2401- 'on(e,n,i){var o=x.expr.attrHandle[n],a=i?t:(x.expr.attrHandle[n]' +
2402- '=t)!=r(e,n,i)?n.toLowerCase():null;return x.expr.attrHandle[n]=o' +
2403- ',a}:function(e,n,r){return r?t:e[x.camelCase("default-"+n)]?n.to' +
2404- 'LowerCase():null}}),K&&Q||(x.attrHooks.value={set:function(e,n,r' +
2405- '){return x.nodeName(e,"input")?(e.defaultValue=n,t):z&&z.set(e,n' +
2406- ',r)}}),Q||(z={set:function(e,n,r){var i=e.getAttributeNode(r);re' +
2407- 'turn i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r))' +
2408- ',i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},x.expr.a' +
2409- 'ttrHandle.id=x.expr.attrHandle.name=x.expr.attrHandle.coords=fun' +
2410- 'ction(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&""!==i.' +
2411- 'value?i.value:null},x.valHooks.button={get:function(e,n){var r=e' +
2412- '.getAttributeNode(n);return r&&r.specified?r.value:t},set:z.set}' +
2413- ',x.attrHooks.contenteditable={set:function(e,t,n){z.set(e,""===t' +
2414- '?!1:t,n)}},x.each(["width","height"],function(e,n){x.attrHooks[n' +
2415- ']={set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t' +
2416- '}}})),x.support.hrefNormalized||x.each(["href","src"],function(e' +
2417- ',t){x.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}' +
2418- '}),x.support.style||(x.attrHooks.style={get:function(e){return e' +
2419- '.style.cssText||t},set:function(e,t){return e.style.cssText=t+""' +
2420- '}}),x.support.optSelected||(x.propHooks.selected={get:function(e' +
2421- '){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.' +
2422- 'parentNode.selectedIndex),null}}),x.each(["tabIndex","readOnly",' +
2423- '"maxLength","cellSpacing","cellPadding","rowSpan","colSpan","use' +
2424- 'Map","frameBorder","contentEditable"],function(){x.propFix[this.' +
2425- 'toLowerCase()]=this}),x.support.enctype||(x.propFix.enctype="enc' +
2426- 'oding"),x.each(["radio","checkbox"],function(){x.valHooks[this]=' +
2427- '{set:function(e,n){return x.isArray(n)?e.checked=x.inArray(x(e).' +
2428- 'val(),n)>=0:t}},x.support.checkOn||(x.valHooks[this].get=functio' +
2429- 'n(e){return null===e.getAttribute("value")?"on":e.value})});var ' +
2430- 'Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|context' +
2431- 'menu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?' +
2432- ':\.(.+)|)$/;function it(){return!0}function ot(){return!1}functi' +
2433- 'on at(){try{return a.activeElement}catch(e){}}x.event={global:{}' +
2434- ',add:function(e,n,r,o,a){var s,l,u,c,p,f,d,h,g,m,y,v=x._data(e);' +
2435- 'if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=' +
2436- 'x.guid++),(l=v.events)||(l=v.events={}),(f=v.handle)||(f=v.handl' +
2437- 'e=function(e){return typeof x===i||e&&x.event.triggered===e.type' +
2438- '?t:x.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"")' +
2439- '.match(T)||[""],u=n.length;while(u--)s=rt.exec(n[u])||[],g=y=s[1' +
2440- '],m=(s[2]||"").split(".").sort(),g&&(p=x.event.special[g]||{},g=' +
2441- '(a?p.delegateType:p.bindType)||g,p=x.event.special[g]||{},d=x.ex' +
2442- 'tend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,' +
2443- 'needsContext:a&&x.expr.match.needsContext.test(a),namespace:m.jo' +
2444- 'in(".")},c),(h=l[g])||(h=l[g]=[],h.delegateCount=0,p.setup&&p.se' +
2445- 'tup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g' +
2446- ',f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.ca' +
2447- 'll(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.de' +
2448- 'legateCount++,0,d):h.push(d),x.event.global[g]=!0);e=null}},remo' +
2449- 've:function(e,t,n,r,i){var o,a,s,l,u,c,p,f,d,h,g,m=x.hasData(e)&' +
2450- '&x._data(e);if(m&&(c=m.events)){t=(t||"").match(T)||[""],u=t.len' +
2451- 'gth;while(u--)if(s=rt.exec(t[u])||[],d=g=s[1],h=(s[2]||"").split' +
2452- '(".").sort(),d){p=x.event.special[d]||{},d=(r?p.delegateType:p.b' +
2453- 'indType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*' +
2454- '\\.|)")+"(\\.|'
2455-
2456- '$)"),l=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid' +
2457- '!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r' +
2458- '||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.r' +
2459- 'emove&&p.remove.call(e,a));l&&!f.length&&(p.teardown&&p.teardown' +
2460- '.call(e,h,m.handle)!==!1||x.removeEvent(e,d,m.handle),delete c[d' +
2461- '])}else for(d in c)x.event.remove(e,d+t[u],n,r,!0);x.isEmptyObje' +
2462- 'ct(c)&&(delete m.handle,x._removeData(e,"events"))}},trigger:fun' +
2463- 'ction(n,r,i,o){var s,l,u,c,p,f,d,h=[i||a],g=v.call(n,"type")?n.t' +
2464- 'ype:n,m=v.call(n,"namespace")?n.namespace.split("."):[];if(u=f=i' +
2465- '=i||a,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+x.event.trigger' +
2466- 'ed)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),l' +
2467- '=0>g.indexOf(":")&&"on"+g,n=n[x.expando]?n:new x.Event(g,"object' +
2468- '"==typeof n&&n),n.isTrigger=o?2:3,n.namespace=m.join("."),n.name' +
2469- 'space_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(' +
2470- '\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:x.' +
2471- 'makeArray(r,[n]),p=x.event.special[g]||{},o||!p.trigger||p.trigg' +
2472- 'er.apply(i,r)!==!1)){if(!o&&!p.noBubble&&!x.isWindow(i)){for(c=p' +
2473- '.delegateType||g,nt.test(c+g)||(u=u.parentNode);u;u=u.parentNode' +
2474- ')h.push(u),f=u;f===(i.ownerDocument||a)&&h.push(f.defaultView||f' +
2475- '.parentWindow||e)}d=0;while((u=h[d++])&&!n.isPropagationStopped(' +
2476- '))n.type=d>1?c:p.bindType||g,s=(x._data(u,"events")||{})[n.type]' +
2477- '&&x._data(u,"handle"),s&&s.apply(u,r),s=l&&u[l],s&&x.acceptData(' +
2478- 'u)&&s.apply&&s.apply(u,r)===!1&&n.preventDefault();if(n.type=g,!' +
2479- 'o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(h.pop' +
2480- '(),r)===!1)&&x.acceptData(i)&&l&&i[g]&&!x.isWindow(i)){f=i[l],f&' +
2481- '&(i[l]=null),x.event.triggered=g;try{i[g]()}catch(y){}x.event.tr' +
2482- 'iggered=t,f&&(i[l]=f)}return n.result}},dispatch:function(e){e=x' +
2483- '.event.fix(e);var n,r,i,o,a,s=[],l=g.call(arguments),u=(x._data(' +
2484- 'this,"events")||{})[e.type]||[],c=x.event.special[e.type]||{};if' +
2485- '(l[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call' +
2486- '(this,e)!==!1){s=x.event.handlers.call(this,e,u),n=0;while((o=s[' +
2487- 'n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;whi' +
2488- 'le((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.n' +
2489- 'amespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e' +
2490- '.data=i.data,r=((x.event.special[i.origType]||{}).handle||i.hand' +
2491- 'ler).apply(o.elem,l),r!==t&&(e.result=r)===!1&&(e.preventDefault' +
2492- '(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.c' +
2493- 'all(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],l' +
2494- '=n.delegateCount,u=e.target;if(l&&u.nodeType&&(!e.button||"click' +
2495- '"!==e.type))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&' +
2496- '&(u.disabled!==!0||"click"!==e.type)){for(o=[],a=0;l>a;a++)i=n[a' +
2497- '],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?x(r,this).inde' +
2498- 'x(u)>=0:x.find(r,this,null,[u]).length),o[r]&&o.push(i);o.length' +
2499- '&&s.push({elem:u,handlers:o})}return n.length>l&&s.push({elem:th' +
2500- 'is,handlers:n.slice(l)}),s},fix:function(e){if(e[x.expando])retu' +
2501- 'rn e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks' +
2502- '[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=' +
2503- 's.props?this.props.concat(s.props):this.props,e=new x.Event(o),t' +
2504- '=r.length;while(t--)n=r[t],e[n]=o[n];return e.target||(e.target=' +
2505- 'o.srcElement||a),3===e.target.nodeType&&(e.target=e.target.paren' +
2506- 'tNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,o):e},props:"al' +
2507- 'tKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey' +
2508- ' relatedTarget shiftKey target timeStamp view which".split(" "),' +
2509- 'fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" ' +
2510- '"),filter:function(e,t){return null==e.which&&(e.which=null!=t.c' +
2511- 'harCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button butt' +
2512- 'ons clientX clientY fromElement offsetX offsetY pageX pageY scre' +
2513- 'enX screenY toElement".split(" "),filter:function(e,n){var r,i,o' +
2514- ',s=n.button,l=n.fromElement;return null==e.pageX&&null!=n.client' +
2515- 'X&&(i=e.target.ownerDocument||a,o=i.documentElement,r=i.body,e.p' +
2516- 'ageX=n.clientX+(o&&o.scrollLeft||r&&r.scrollLeft||0)-(o&&o.clien' +
2517- 'tLeft||r&&r.clientLeft||0),e.pageY=n.clientY+'
2518-
2519- '(o&&o.scrollTop||r&&r.scrollTop||0)-(o&&o.clientTop||r&&r.client' +
2520- 'Top||0)),!e.relatedTarget&&l&&(e.relatedTarget=l===e.target?n.to' +
2521- 'Element:l),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},spe' +
2522- 'cial:{load:{noBubble:!0},focus:{trigger:function(){if(this!==at(' +
2523- ')&&this.focus)try{return this.focus(),!1}catch(e){}},delegateTyp' +
2524- 'e:"focusin"},blur:{trigger:function(){return this===at()&&this.b' +
2525- 'lur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:' +
2526- 'function(){return x.nodeName(this,"input")&&"checkbox"===this.ty' +
2527- 'pe&&this.click?(this.click(),!1):t},_default:function(e){return ' +
2528- 'x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e' +
2529- '){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simula' +
2530- 'te:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimu' +
2531- 'lated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.' +
2532- 'dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},' +
2533- 'x.removeEvent=a.removeEventListener?function(e,t,n){e.removeEven' +
2534- 'tListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r=' +
2535- '"on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEven' +
2536- 't(r,n))},x.Event=function(e,n){return this instanceof x.Event?(e' +
2537- '&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPr' +
2538- 'evented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefa' +
2539- 'ult&&e.getPreventDefault()?it:ot):this.type=e,n&&x.extend(this,n' +
2540- '),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,t):n' +
2541- 'ew x.Event(e,n)},x.Event.prototype={isDefaultPrevented:ot,isProp' +
2542- 'agationStopped:ot,isImmediatePropagationStopped:ot,preventDefaul' +
2543- 't:function(){var e=this.originalEvent;this.isDefaultPrevented=it' +
2544- ',e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stop' +
2545- 'Propagation:function(){var e=this.originalEvent;this.isPropagati' +
2546- 'onStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancel' +
2547- 'Bubble=!0)},stopImmediatePropagation:function(){this.isImmediate' +
2548- 'PropagationStopped=it,this.stopPropagation()}},x.each({mouseente' +
2549- 'r:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.speci' +
2550- 'al[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this' +
2551- ',i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r' +
2552- ',i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.typ' +
2553- 'e=t),n}}}),x.support.submitBubbles||(x.event.special.submit={set' +
2554- 'up:function(){return x.nodeName(this,"form")?!1:(x.event.add(thi' +
2555- 's,"click._submit keypress._submit",function(e){var n=e.target,r=' +
2556- 'x.nodeName(n,"input")||x.nodeName(n,"button")?n.form:t;r&&!x._da' +
2557- 'ta(r,"submitBubbles")&&(x.event.add(r,"submit._submit",function(' +
2558- 'e){e._submit_bubble=!0}),x._data(r,"submitBubbles",!0))}),t)},po' +
2559- 'stDispatch:function(e){e._submit_bubble&&(delete e._submit_bubbl' +
2560- 'e,this.parentNode&&!e.isTrigger&&x.event.simulate("submit",this.' +
2561- 'parentNode,e,!0))},teardown:function(){return x.nodeName(this,"f' +
2562- 'orm")?!1:(x.event.remove(this,"._submit"),t)}}),x.support.change' +
2563- 'Bubbles||(x.event.special.change={setup:function(){return Z.test' +
2564- '(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&' +
2565- '(x.event.add(this,"propertychange._change",function(e){"checked"' +
2566- '===e.originalEvent.propertyName&&(this._just_changed=!0)}),x.eve' +
2567- 'nt.add(this,"click._change",function(e){this._just_changed&&!e.i' +
2568- 'sTrigger&&(this._just_changed=!1),x.event.simulate("change",this' +
2569- ',e,!0)})),!1):(x.event.add(this,"beforeactivate._change",functio' +
2570- 'n(e){var t=e.target;Z.test(t.nodeName)&&!x._data(t,"changeBubble' +
2571- 's")&&(x.event.add(t,"change._change",function(e){!this.parentNod' +
2572- 'e||e.isSimulated||e.isTrigger||x.event.simulate("change",this.pa' +
2573- 'rentNode,e,!0)}),x._data(t,"changeBubbles",!0))}),t)},handle:fun' +
2574- 'ction(e){var n=e.target;return this!==n||e.isSimulated||e.isTrig' +
2575- 'ger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.a' +
2576- 'pply(this,arguments):t},teardown:function(){return x.event.remov' +
2577- 'e(this,"._change"),!Z.test(this.nodeName)}}),x.support.focusinBu' +
2578- 'bbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){va' +
2579- 'r n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!' +
2580- '0)};x.event.special[t]='
2581-
2582- '{setup:function(){0===n++&&a.addEventListener(e,r,!0)},teardown:' +
2583- 'function(){0===--n&&a.removeEventListener(e,r,!0)}}}),x.fn.exten' +
2584- 'd({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string' +
2585- '"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);retur' +
2586- 'n this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeo' +
2587- 'f n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;' +
2588- 'return 1===o&&(s=i,i=function(e){return x().off(e),s.apply(this,' +
2589- 'arguments)},i.guid=s.guid||(s.guid=x.guid++)),this.each(function' +
2590- '(){x.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return thi' +
2591- 's.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefa' +
2592- 'ult&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.' +
2593- 'namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.han' +
2594- 'dler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);' +
2595- 'return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===' +
2596- '!1&&(r=ot),this.each(function(){x.event.remove(this,e,r,n)})},tr' +
2597- 'igger:function(e,t){return this.each(function(){x.event.trigger(' +
2598- 'e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r' +
2599- '?x.event.trigger(e,n,r,!0):t}});var st=/^.[^:#\[\.,]*$/,lt=/^(?:' +
2600- 'parents|prev(?:Until|All))/,ut=x.expr.match.needsContext,ct={chi' +
2601- 'ldren:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function' +
2602- '(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return th' +
2603- 'is.pushStack(x(e).filter(function(){for(t=0;i>t;t++)if(x.contain' +
2604- 's(r[t],this))return!0}));for(t=0;i>t;t++)x.find(e,r[t],n);return' +
2605- ' n=this.pushStack(i>1?x.unique(n):n),n.selector=this.selector?th' +
2606- 'is.selector+" "+e:e,n},has:function(e){var t,n=x(e,this),r=n.len' +
2607- 'gth;return this.filter(function(){for(t=0;r>t;t++)if(x.contains(' +
2608- 'this,n[t]))return!0})},not:function(e){return this.pushStack(ft(' +
2609- 'this,e||[],!0))},filter:function(e){return this.pushStack(ft(thi' +
2610- 's,e||[],!1))},is:function(e){return!!ft(this,"string"==typeof e&' +
2611- '&ut.test(e)?x(e):e||[],!1).length},closest:function(e,t){var n,r' +
2612- '=0,i=this.length,o=[],a=ut.test(e)||"string"!=typeof e?x(e,t||th' +
2613- 'is.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode' +
2614- ')if(11>n.nodeType&&(a?a.index(n)>-1:1===n.nodeType&&x.find.match' +
2615- 'esSelector(n,e))){n=o.push(n);break}return this.pushStack(o.leng' +
2616- 'th>1?x.unique(o):o)},index:function(e){return e?"string"==typeof' +
2617- ' e?x.inArray(this[0],x(e)):x.inArray(e.jquery?e[0]:e,this):this[' +
2618- '0]&&this[0].parentNode?this.first().prevAll().length:-1},add:fun' +
2619- 'ction(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.node' +
2620- 'Type?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.uniq' +
2621- 'ue(r))},addBack:function(e){return this.add(null==e?this.prevObj' +
2622- 'ect:this.prevObject.filter(e))}});function pt(e,t){do e=e[t];whi' +
2623- 'le(e&&1!==e.nodeType);return e}x.each({parent:function(e){var t=' +
2624- 'e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(' +
2625- 'e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){re' +
2626- 'turn x.dir(e,"parentNode",n)},next:function(e){return pt(e,"next' +
2627- 'Sibling")},prev:function(e){return pt(e,"previousSibling")},next' +
2628- 'All:function(e){return x.dir(e,"nextSibling")},prevAll:function(' +
2629- 'e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){' +
2630- 'return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){retur' +
2631- 'n x.dir(e,"previousSibling",n)},siblings:function(e){return x.si' +
2632- 'bling((e.parentNode||{}).firstChild,e)},children:function(e){ret' +
2633- 'urn x.sibling(e.firstChild)},contents:function(e){return x.nodeN' +
2634- 'ame(e,"iframe")?e.contentDocument||e.contentWindow.document:x.me' +
2635- 'rge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i' +
2636- '=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"=' +
2637- '=typeof r&&(i=x.filter(r,i)),this.length>1&&(ct[e]||(i=x.unique(' +
2638- 'i)),lt.test(e)&&(i=i.reverse())),this.pushStack(i)}}),x.extend({' +
2639- 'filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1=' +
2640- '==t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.' +
2641- 'find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},di' +
2642- 'r:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===' +
2643- 't||1!==o.nodeType||!x(o).is(r)))1===o.nodeType&&i.push(o),o=o[n]' +
2644- ';return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling' +
2645- ')1===e.nodeType&&e!'
2646-
2647- '==t&&n.push(e);return n}});function ft(e,t,n){if(x.isFunction(t)' +
2648- ')return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.' +
2649- 'nodeType)return x.grep(e,function(e){return e===t!==n});if("stri' +
2650- 'ng"==typeof t){if(st.test(t))return x.filter(t,e,n);t=x.filter(t' +
2651- ',e)}return x.grep(e,function(e){return x.inArray(e,t)>=0!==n})}f' +
2652- 'unction dt(e){var t=ht.split("|"),n=e.createDocumentFragment();i' +
2653- 'f(n.createElement)while(t.length)n.createElement(t.pop());return' +
2654- ' n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|det' +
2655- 'ails|figcaption|figure|footer|header|hgroup|mark|meter|nav|outpu' +
2656- 't|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\' +
2657- 'd+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!are' +
2658- 'a|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/g' +
2659- 'i,bt=/<([\w:]+)/,xt=/<tbody/i,wt=/<|&#?\w+;/,Tt=/<(?:script|styl' +
2660- 'e|link)/i,Ct=/^(?:checkbox|radio)$/i,Nt=/checked\s*(?:[^=]|=\s*.' +
2661- 'checked.)/i,kt=/^$|\/(?:java|ecma)script/i,Et=/^true\/(.*)/,St=/' +
2662- '^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,At={option:[1,"<select' +
2663- ' multiple='#39'multiple'#39'>","</select>"],legend:[1,"<fieldset>","</fi' +
2664- 'eldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</objec' +
2665- 't>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tb' +
2666- 'ody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colg' +
2667- 'roup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table' +
2668- '>"],_default:x.support.htmlSerialize?[0,"",""]:[1,"X<div>","</di' +
2669- 'v>"]},jt=dt(a),Dt=jt.appendChild(a.createElement("div"));At.optg' +
2670- 'roup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead' +
2671- ',At.th=At.td,x.fn.extend({text:function(e){return x.access(this,' +
2672- 'function(e){return e===t?x.text(this):this.empty().append((this[' +
2673- '0]&&this[0].ownerDocument||a).createTextNode(e))},null,e,argumen' +
2674- 'ts.length)},append:function(){return this.domManip(arguments,fun' +
2675- 'ction(e){if(1===this.nodeType||11===this.nodeType||9===this.node' +
2676- 'Type){var t=Lt(this,e);t.appendChild(e)}})},prepend:function(){r' +
2677- 'eturn this.domManip(arguments,function(e){if(1===this.nodeType||' +
2678- '11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.insert' +
2679- 'Before(e,t.firstChild)}})},before:function(){return this.domMani' +
2680- 'p(arguments,function(e){this.parentNode&&this.parentNode.insertB' +
2681- 'efore(e,this)})},after:function(){return this.domManip(arguments' +
2682- ',function(e){this.parentNode&&this.parentNode.insertBefore(e,thi' +
2683- 's.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this' +
2684- '):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanDat' +
2685- 'a(Ft(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&_t(Ft(' +
2686- 'n,"script")),n.parentNode.removeChild(n));return this},empty:fun' +
2687- 'ction(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&x.' +
2688- 'cleanData(Ft(e,!1));while(e.firstChild)e.removeChild(e.firstChil' +
2689- 'd);e.options&&x.nodeName(e,"select")&&(e.options.length=0)}retur' +
2690- 'n this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,' +
2691- 'this.map(function(){return x.clone(this,e,t)})},html:function(e)' +
2692- '{return x.access(this,function(e){var n=this[0]||{},r=0,i=this.l' +
2693- 'ength;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):' +
2694- 't;if(!("string"!=typeof e||Tt.test(e)||!x.support.htmlSerialize&' +
2695- '&mt.test(e)||!x.support.leadingWhitespace&&yt.test(e)||At[(bt.ex' +
2696- 'ec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1></$2>");' +
2697- 'try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(x.cleanData(Ft(n' +
2698- ',!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},n' +
2699- 'ull,e,arguments.length)},replaceWith:function(){var e=x.map(this' +
2700- ',function(e){return[e.nextSibling,e.parentNode]}),t=0;return thi' +
2701- 's.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.' +
2702- 'parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBe' +
2703- 'fore(n,r))},!0),t?this:this.remove()},detach:function(e){return ' +
2704- 'this.remove(e,!0)},domManip:function(e,t,n){e=d.apply([],e);var ' +
2705- 'r,i,o,a,s,l,u=0,c=this.length,p=this,f=c-1,h=e[0],g=x.isFunction' +
2706- '(h);if(g||!(1>=c||"string"!=typeof h||x.support.checkClone)&&Nt.' +
2707- 'test(h))return this.each(function(r){var i=p.eq(r);g&&(e[0]=h.ca' +
2708- 'll(this,r,i.html())),i.domManip(e,t,n)});if'
2709-
2710- '(c&&(l=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),r=l.' +
2711- 'firstChild,1===l.childNodes.length&&(l=r),r)){for(a=x.map(Ft(l,"' +
2712- 'script"),Ht),o=a.length;c>u;u++)i=l,u!==f&&(i=x.clone(i,!0,!0),o' +
2713- '&&x.merge(a,Ft(i,"script"))),t.call(this[u],i,u);if(o)for(s=a[a.' +
2714- 'length-1].ownerDocument,x.map(a,qt),u=0;o>u;u++)i=a[u],kt.test(i' +
2715- '.type||"")&&!x._data(i,"globalEval")&&x.contains(s,i)&&(i.src?x.' +
2716- '_evalUrl(i.src):x.globalEval((i.text||i.textContent||i.innerHTML' +
2717- '||"").replace(St,"")));l=r=null}return this}});function Lt(e,t){' +
2718- 'return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firs' +
2719- 'tChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e' +
2720- '.ownerDocument.createElement("tbody")):e}function Ht(e){return e' +
2721- '.type=(null!==x.find.attr(e,"type"))+"/"+e.type,e}function qt(e)' +
2722- '{var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("t' +
2723- 'ype"),e}function _t(e,t){var n,r=0;for(;null!=(n=e[r]);r++)x._da' +
2724- 'ta(n,"globalEval",!t||x._data(t[r],"globalEval"))}function Mt(e,' +
2725- 't){if(1===t.nodeType&&x.hasData(e)){var n,r,i,o=x._data(e),a=x._' +
2726- 'data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in ' +
2727- 's)for(r=0,i=s[n].length;i>r;r++)x.event.add(t,n,s[n][r])}a.data&' +
2728- '&(a.data=x.extend({},a.data))}}function Ot(e,t){var n,r,i;if(1==' +
2729- '=t.nodeType){if(n=t.nodeName.toLowerCase(),!x.support.noCloneEve' +
2730- 'nt&&t[x.expando]){i=x._data(t);for(r in i.events)x.removeEvent(t' +
2731- ',r,i.handle);t.removeAttribute(x.expando)}"script"===n&&t.text!=' +
2732- '=e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t' +
2733- '.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.tr' +
2734- 'im(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Ct.test' +
2735- '(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value' +
2736- '&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e' +
2737- '.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=' +
2738- 'e.defaultValue)}}x.each({appendTo:"append",prependTo:"prepend",i' +
2739- 'nsertBefore:"before",insertAfter:"after",replaceAll:"replaceWith' +
2740- '"},function(e,t){x.fn[e]=function(e){var n,r=0,i=[],o=x(e),a=o.l' +
2741- 'ength-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),x(o[r])[t](n),' +
2742- 'h.apply(i,n.get());return this.pushStack(i)}});function Ft(e,n){' +
2743- 'var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByT' +
2744- 'agName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(' +
2745- 'n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n' +
2746- '||x.nodeName(o,n)?s.push(o):x.merge(s,Ft(o,n));return n===t||n&&' +
2747- 'x.nodeName(e,n)?x.merge([e],s):s}function Bt(e){Ct.test(e.type)&' +
2748- '&(e.defaultChecked=e.checked)}x.extend({clone:function(e,t,n){va' +
2749- 'r r,i,o,a,s,l=x.contains(e.ownerDocument,e);if(x.support.html5Cl' +
2750- 'one||x.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!' +
2751- '0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(' +
2752- 'x.support.noCloneEvent&&x.support.noCloneChecked||1!==e.nodeType' +
2753- '&&11!==e.nodeType||x.isXMLDoc(e)))for(r=Ft(o),s=Ft(e),a=0;null!=' +
2754- '(i=s[a]);++a)r[a]&&Ot(i,r[a]);if(t)if(n)for(s=s||Ft(e),r=r||Ft(o' +
2755- '),a=0;null!=(i=s[a]);a++)Mt(i,r[a]);else Mt(e,o);return r=Ft(o,"' +
2756- 'script"),r.length>0&&_t(r,!l&&Ft(e,"script")),r=s=i=null,o},buil' +
2757- 'dFragment:function(e,t,n,r){var i,o,a,s,l,u,c,p=e.length,f=dt(t)' +
2758- ',d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===x.type(o' +
2759- '))x.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendC' +
2760- 'hild(t.createElement("div")),l=(bt.exec(o)||["",""])[1].toLowerC' +
2761- 'ase(),c=At[l]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1></' +
2762- '$2>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!x.support.leadingW' +
2763- 'hitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!' +
2764- 'x.support.tbody){o="table"!==l||xt.test(o)?"<table>"!==c[1]||xt.' +
2765- 'test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)x.no' +
2766- 'deName(u=o.childNodes[i],"tbody")&&!u.childNodes.length&&o.remov' +
2767- 'eChild(u)}x.merge(d,s.childNodes),s.textContent="";while(s.first' +
2768- 'Child)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.cr' +
2769- 'eateTextNode(o));s&&f.removeChild(s),x.support.appendChecked||x.' +
2770- 'grep(Ft(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===x.inArray' +
2771- '(o,r))&&(a=x.contains'
2772-
2773- '(o.ownerDocument,o),s=Ft(f.appendChild(o),"script"),a&&_t(s),n))' +
2774- '{i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null' +
2775- ',f},cleanData:function(e,t){var n,r,o,a,s=0,l=x.expando,u=x.cach' +
2776- 'e,c=x.support.deleteExpando,f=x.event.special;for(;null!=(n=e[s]' +
2777- ');s++)if((t||x.acceptData(n))&&(o=n[l],a=o&&u[o])){if(a.events)f' +
2778- 'or(r in a.events)f[r]?x.event.remove(n,r):x.removeEvent(n,r,a.ha' +
2779- 'ndle);'
2780-
2781- 'u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.' +
2782- 'removeAttribute(l):n[l]=null,p.push(o))}},_evalUrl:function(e){r' +
2783- 'eturn x.ajax({url:e,type:"GET",dataType:"script",async:!1,global' +
2784- ':!1,"throws":!0})}}),x.fn.extend({wrapAll:function(e){if(x.isFun' +
2785- 'ction(e))return this.each(function(t){x(this).wrapAll(e.call(thi' +
2786- 's,t))});if(this[0]){var t=x(e,this[0].ownerDocument).eq(0).clone' +
2787- '(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(' +
2788- '){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.f' +
2789- 'irstChild;return e}).append(this)}return this},wrapInner:functio' +
2790- 'n(e){return x.isFunction(e)?this.each(function(t){x(this).wrapIn' +
2791- 'ner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.con' +
2792- 'tents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){va' +
2793- 'r t=x.isFunction(e);return this.each(function(n){x(this).wrapAll' +
2794- '(t?e.call(this,n):e)})},unwrap:function(){return this.parent().e' +
2795- 'ach(function(){x.nodeName(this,"body")||x(this).replaceWith(this' +
2796- '.childNodes)}).end()}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/op' +
2797- 'acity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|t' +
2798- 'able(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+w+")(.*)$","i"),Y' +
2799- 't=RegExp("^("+w+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+w+"' +
2800- ')","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hi' +
2801- 'dden",display:"block"},Kt={letterSpacing:0,fontW')
2802- Left = 152
2803- Top = 272
2804- end
2805- object js5: TPageProducer
2806- HTMLDoc.Strings = (
2807- '/*! jQuery UI - v1.10.3 - 2013-06-30'
2808- '* http://jqueryui.com'
2809-
2810- '* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.ta' +
2811- 'bs.js, jquery.ui.effect.js'
2812-
2813- '* Copyright 2013 jQuery Foundation and other contributors Licens' +
2814- 'ed MIT */'
2815- ''
2816-
2817- '(function(e,t){function i(t,i){var a,n,r,o=t.nodeName.toLowerCas' +
2818- 'e();return"area"===o?(a=t.parentNode,n=a.name,t.href&&n&&"map"==' +
2819- '=a.nodeName.toLowerCase()?(r=e("img[usemap=#"+n+"]")[0],!!r&&s(r' +
2820- ')):!1):(/input|select|textarea|button|object/.test(o)?!t.disable' +
2821- 'd:"a"===o?t.href||i:i)&&s(t)}function s(t){return e.expr.filters' +
2822- '.visible(t)&&!e(t).parents().addBack().filter(function(){return"' +
2823- 'hidden"===e.css(this,"visibility")}).length}var a=0,n=/^ui-id-\d' +
2824- '+$/;e.ui=e.ui||{},e.extend(e.ui,{version:"1.10.3",keyCode:{BACKS' +
2825- 'PACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOM' +
2826- 'E:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111' +
2827- ',NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_D' +
2828- 'OWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.' +
2829- 'fn.extend({focus:function(t){return function(i,s){return"number"' +
2830- '==typeof i?this.each(function(){var t=this;setTimeout(function()' +
2831- '{e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.' +
2832- 'focus),scrollParent:function(){var t;return t=e.ui.ie&&/(static|' +
2833- 'relative)/.test(this.css("position"))||/absolute/.test(this.css(' +
2834- '"position"))?this.parents().filter(function(){return/(relative|a' +
2835- 'bsolute|fixed)/.test(e.css(this,"position"))&&/(auto|scroll)/.te' +
2836- 'st(e.css(this,"overflow")+e.css(this,"overflow-y")+e.css(this,"o' +
2837- 'verflow-x"))}).eq(0):this.parents().filter(function(){return/(au' +
2838- 'to|scroll)/.test(e.css(this,"overflow")+e.css(this,"overflow-y")' +
2839- '+e.css(this,"overflow-x"))}).eq(0),/fixed/.test(this.css("positi' +
2840- 'on"))||!t.length?e(document):t},zIndex:function(i){if(i!==t)retu' +
2841- 'rn this.css("zIndex",i);if(this.length)for(var s,a,n=e(this[0]);' +
2842- 'n.length&&n[0]!==document;){if(s=n.css("position"),("absolute"==' +
2843- '=s||"relative"===s||"fixed"===s)&&(a=parseInt(n.css("zIndex"),10' +
2844- '),!isNaN(a)&&0!==a))return a;n=n.parent()}return 0},uniqueId:fun' +
2845- 'ction(){return this.each(function(){this.id||(this.id="ui-id-"+ ' +
2846- '++a)})},removeUniqueId:function(){return this.each(function(){n.' +
2847- 'test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"' +
2848- '],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){retu' +
2849- 'rn function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.' +
2850- 'data(t,s[3])},focusable:function(t){return i(t,!isNaN(e.attr(t,"' +
2851- 'tabindex")))},tabbable:function(t){var s=e.attr(t,"tabindex"),a=' +
2852- 'isNaN(s);return(a||s>=0)&&i(t,!a)}}),e("<a>").outerWidth(1).jque' +
2853- 'ry||e.each(["Width","Height"],function(i,s){function a(t,i,s,a){' +
2854- 'return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this)' +
2855- ')||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i' +
2856- '-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===s?[' +
2857- '"Left","Right"]:["Top","Bottom"],r=s.toLowerCase(),o={innerWidth' +
2858- ':e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.ou' +
2859- 'terWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+s]=function(' +
2860- 'i){return i===t?o["inner"+s].call(this):this.each(function(){e(t' +
2861- 'his).css(r,a(this,i)+"px")})},e.fn["outer"+s]=function(t,i){retu' +
2862- 'rn"number"!=typeof t?o["outer"+s].call(this,t):this.each(functio' +
2863- 'n(){e(this).css(r,a(this,t,!0,i)+"px")})}}),e.fn.addBack||(e.fn.' +
2864- 'addBack=function(e){return this.add(null==e?this.prevObject:this' +
2865- '.prevObject.filter(e))}),e("<a>").data("a-b","a").removeData("a-' +
2866- 'b").data("a-b")&&(e.fn.removeData=function(t){return function(i)' +
2867- '{return arguments.length?t.call(this,e.camelCase(i)):t.call(this' +
2868- ')}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.use' +
2869- 'rAgent.toLowerCase()),e.support.selectstart="onselectstart"in do' +
2870- 'cument.createElement("div"),e.fn.extend({disableSelection:functi' +
2871- 'on(){return this.bind((e.support.selectstart?"selectstart":"mous' +
2872- 'edown")+".ui-disableSelection",function(e){e.preventDefault()})}' +
2873- ',enableSelection:function(){return this.unbind(".ui-disableSelec' +
2874- 'tion")}}),e.extend(e.ui,{plugin:{add:function(t,i,s){var a,n=e.u' +
2875- 'i[t].prototype;for(a in s)n.plugins[a]=n.plugins[a]||[],n.plugin' +
2876- 's[a].push([i,s[a]])},call:function(e,t,i){var s,a=e.plugins[t];i' +
2877- 'f(a&&e.element[0].parentNode&&11!==e.element[0].parentNode.nodeT' +
2878- 'ype)for(s=0;a.length>s;s++)'
2879-
2880- 'e.options[a[s][0]]&&a[s][1].apply(e.element,i)}},hasScroll:funct' +
2881- 'ion(t,i){if("hidden"===e(t).css("overflow"))return!1;var s=i&&"l' +
2882- 'eft"===i?"scrollLeft":"scrollTop",a=!1;return t[s]>0?!0:(t[s]=1,' +
2883- 'a=t[s]>0,t[s]=0,a)}})})(jQuery);(function(e,t){var i=0,s=Array.p' +
2884- 'rototype.slice,n=e.cleanData;e.cleanData=function(t){for(var i,s' +
2885- '=0;null!=(i=t[s]);s++)try{e(i).triggerHandler("remove")}catch(a)' +
2886- '{}n(t)},e.widget=function(i,s,n){var a,r,o,h,l={},u=i.split(".")' +
2887- '[0];i=i.split(".")[1],a=u+"-"+i,n||(n=s,s=e.Widget),e.expr[":"][' +
2888- 'a.toLowerCase()]=function(t){return!!e.data(t,a)},e[u]=e[u]||{},' +
2889- 'r=e[u][i],o=e[u][i]=function(e,i){return this._createWidget?(arg' +
2890- 'uments.length&&this._createWidget(e,i),t):new o(e,i)},e.extend(o' +
2891- ',r,{version:n.version,_proto:e.extend({},n),_childConstructors:[' +
2892- ']}),h=new s,h.options=e.widget.extend({},h.options),e.each(n,fun' +
2893- 'ction(i,n){return e.isFunction(n)?(l[i]=function(){var e=functio' +
2894- 'n(){return s.prototype[i].apply(this,arguments)},t=function(e){r' +
2895- 'eturn s.prototype[i].apply(this,e)};return function(){var i,s=th' +
2896- 'is._super,a=this._superApply;return this._super=e,this._superApp' +
2897- 'ly=t,i=n.apply(this,arguments),this._super=s,this._superApply=a,' +
2898- 'i}}(),t):(l[i]=n,t)}),o.prototype=e.widget.extend(h,{widgetEvent' +
2899- 'Prefix:r?h.widgetEventPrefix:i},l,{constructor:o,namespace:u,wid' +
2900- 'getName:i,widgetFullName:a}),r?(e.each(r._childConstructors,func' +
2901- 'tion(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetNam' +
2902- 'e,o,i._proto)}),delete r._childConstructors):s._childConstructor' +
2903- 's.push(o),e.widget.bridge(i,o)},e.widget.extend=function(i){for(' +
2904- 'var n,a,r=s.call(arguments,1),o=0,h=r.length;h>o;o++)for(n in r[' +
2905- 'o])a=r[o][n],r[o].hasOwnProperty(n)&&a!==t&&(i[n]=e.isPlainObjec' +
2906- 't(a)?e.isPlainObject(i[n])?e.widget.extend({},i[n],a):e.widget.e' +
2907- 'xtend({},a):a);return i},e.widget.bridge=function(i,n){var a=n.p' +
2908- 'rototype.widgetFullName||i;e.fn[i]=function(r){var o="string"==t' +
2909- 'ypeof r,h=s.call(arguments,1),l=this;return r=!o&&h.length?e.wid' +
2910- 'get.extend.apply(null,[r].concat(h)):r,o?this.each(function(){va' +
2911- 'r s,n=e.data(this,a);return n?e.isFunction(n[r])&&"_"!==r.charAt' +
2912- '(0)?(s=n[r].apply(n,h),s!==n&&s!==t?(l=s&&s.jquery?l.pushStack(s' +
2913- '.get()):s,!1):t):e.error("no such method '#39'"+r+"'#39' for "+i+" widge' +
2914- 't instance"):e.error("cannot call methods on "+i+" prior to init' +
2915- 'ialization; "+"attempted to call method '#39'"+r+"'#39'")}):this.each(fu' +
2916- 'nction(){var t=e.data(this,a);t?t.option(r||{})._init():e.data(t' +
2917- 'his,a,new n(r,this))}),l}},e.Widget=function(){},e.Widget._child' +
2918- 'Constructors=[],e.Widget.prototype={widgetName:"widget",widgetEv' +
2919- 'entPrefix:"",defaultElement:"<div>",options:{disabled:!1,create:' +
2920- 'null},_createWidget:function(t,s){s=e(s||this.defaultElement||th' +
2921- 'is)[0],this.element=e(s),this.uuid=i++,this.eventNamespace="."+t' +
2922- 'his.widgetName+this.uuid,this.options=e.widget.extend({},this.op' +
2923- 'tions,this._getCreateOptions(),t),this.bindings=e(),this.hoverab' +
2924- 'le=e(),this.focusable=e(),s!==this&&(e.data(s,this.widgetFullNam' +
2925- 'e,this),this._on(!0,this.element,{remove:function(e){e.target===' +
2926- 's&&this.destroy()}}),this.document=e(s.style?s.ownerDocument:s.d' +
2927- 'ocument||s),this.window=e(this.document[0].defaultView||this.doc' +
2928- 'ument[0].parentWindow)),this._create(),this._trigger("create",nu' +
2929- 'll,this._getCreateEventData()),this._init()},_getCreateOptions:e' +
2930- '.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,des' +
2931- 'troy:function(){this._destroy(),this.element.unbind(this.eventNa' +
2932- 'mespace).removeData(this.widgetName).removeData(this.widgetFullN' +
2933- 'ame).removeData(e.camelCase(this.widgetFullName)),this.widget().' +
2934- 'unbind(this.eventNamespace).removeAttr("aria-disabled").removeCl' +
2935- 'ass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.b' +
2936- 'indings.unbind(this.eventNamespace),this.hoverable.removeClass("' +
2937- 'ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_' +
2938- 'destroy:e.noop,widget:function(){return this.element},option:fun' +
2939- 'ction(i,s){var n,a,r,o=i;if(0===arguments.length)return e.widget' +
2940- '.extend({},this.options);if("string"==typeof i)if(o={},n=i.split' +
2941- '("."),i=n.shift(),n.length){for(a=o[i]=e.widget.extend({},this.o' +
2942- 'ptions[i]),r=0;n.length-1>r;r++)a[n[r]]=a[n'
2943-
2944- '[r]]||{},a=a[n[r]];if(i=n.pop(),s===t)return a[i]===t?null:a[i];' +
2945- 'a[i]=s}else{if(s===t)return this.options[i]===t?null:this.option' +
2946- 's[i];o[i]=s}return this._setOptions(o),this},_setOptions:functio' +
2947- 'n(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setO' +
2948- 'ption:function(e,t){return this.options[e]=t,"disabled"===e&&(th' +
2949- 'is.widget().toggleClass(this.widgetFullName+"-disabled ui-state-' +
2950- 'disabled",!!t).attr("aria-disabled",t),this.hoverable.removeClas' +
2951- 's("ui-state-hover"),this.focusable.removeClass("ui-state-focus")' +
2952- '),this},enable:function(){return this._setOption("disabled",!1)}' +
2953- ',disable:function(){return this._setOption("disabled",!0)},_on:f' +
2954- 'unction(i,s,n){var a,r=this;"boolean"!=typeof i&&(n=s,s=i,i=!1),' +
2955- 'n?(s=a=e(s),this.bindings=this.bindings.add(s)):(n=s,s=this.elem' +
2956- 'ent,a=this.widget()),e.each(n,function(n,o){function h(){return ' +
2957- 'i||r.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled' +
2958- '")?("string"==typeof o?r[o]:o).apply(r,arguments):t}"string"!=ty' +
2959- 'peof o&&(h.guid=o.guid=o.guid||h.guid||e.guid++);var l=n.match(/' +
2960- '^(\w+)\s*(.*)$/),u=l[1]+r.eventNamespace,c=l[2];c?a.delegate(c,u' +
2961- ',h):s.bind(u,h)})},_off:function(e,t){t=(t||"").split(" ").join(' +
2962- 'this.eventNamespace+" ")+this.eventNamespace,e.unbind(t).undeleg' +
2963- 'ate(t)},_delay:function(e,t){function i(){return("string"==typeo' +
2964- 'f e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t|' +
2965- '|0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t)' +
2966- ',this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass(' +
2967- '"ui-state-hover")},mouseleave:function(t){e(t.currentTarget).rem' +
2968- 'oveClass("ui-state-hover")}})},_focusable:function(t){this.focus' +
2969- 'able=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.c' +
2970- 'urrentTarget).addClass("ui-state-focus")},focusout:function(t){e' +
2971- '(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:fun' +
2972- 'ction(t,i,s){var n,a,r=this.options[t];if(s=s||{},i=e.Event(i),i' +
2973- '.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).to' +
2974- 'LowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in ' +
2975- 'a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFun' +
2976- 'ction(r)&&r.apply(this.element[0],[i].concat(s))===!1||i.isDefau' +
2977- 'ltPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(' +
2978- 't,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof ' +
2979- 'n&&(n={effect:n});var r,o=n?n===!0||"number"==typeof n?i:n.effec' +
2980- 't||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),r=!e.isEmpty' +
2981- 'Object(n),n.complete=a,n.delay&&s.delay(n.delay),r&&e.effects&&e' +
2982- '.effects.effect[o]?s[t](n):o!==t&&s[o]?s[o](n.duration,n.easing,' +
2983- 'a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}})})(j' +
2984- 'Query);(function(t,e){function i(){return++n}function s(t){retur' +
2985- 'n t.hash.length>1&&decodeURIComponent(t.href.replace(a,""))===de' +
2986- 'codeURIComponent(location.href.replace(a,""))}var n=0,a=/#.*$/;t' +
2987- '.widget("ui.tabs",{version:"1.10.3",delay:300,options:{active:nu' +
2988- 'll,collapsible:!1,event:"click",heightStyle:"content",hide:null,' +
2989- 'show:null,activate:null,beforeActivate:null,beforeLoad:null,load' +
2990- ':null},_create:function(){var e=this,i=this.options;this.running' +
2991- '=!1,this.element.addClass("ui-tabs ui-widget ui-widget-content u' +
2992- 'i-corner-all").toggleClass("ui-tabs-collapsible",i.collapsible).' +
2993- 'delegate(".ui-tabs-nav > li","mousedown"+this.eventNamespace,fun' +
2994- 'ction(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).' +
2995- 'delegate(".ui-tabs-anchor","focus"+this.eventNamespace,function(' +
2996- '){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),' +
2997- 'this._processTabs(),i.active=this._initialActive(),t.isArray(i.d' +
2998- 'isabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs' +
2999- '.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)' +
3000- '}))).sort()),this.active=this.options.active!==!1&&this.anchors.' +
3001- 'length?this._findActive(i.active):t(),this._refresh(),this.activ' +
3002- 'e.length&&this.load(i.active)},_initialActive:function(){var i=t' +
3003- 'his.options.active,s=this.options.collapsible,n=location.hash.su' +
3004- 'bstring(1);return null===i&&(n&&this.tabs.each(function(s,a){ret' +
3005- 'urn t(a).attr("aria-controls")===n?(i=s,!1):e}),null===i&&(i=thi' +
3006- 's.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===i||-1'
3007-
3008- '===i)&&(i=this.tabs.length?0:!1)),i!==!1&&(i=this.tabs.index(thi' +
3009- 's.tabs.eq(i)),-1===i&&(i=s?!1:0)),!s&&i===!1&&this.anchors.lengt' +
3010- 'h&&(i=0),i},_getCreateEventData:function(){return{tab:this.activ' +
3011- 'e,panel:this.active.length?this._getPanelForTab(this.active):t()' +
3012- '}},_tabKeydown:function(i){var s=t(this.document[0].activeElemen' +
3013- 't).closest("li"),n=this.tabs.index(s),a=!0;if(!this._handlePageN' +
3014- 'av(i)){switch(i.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCo' +
3015- 'de.DOWN:n++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:a=' +
3016- '!1,n--;break;case t.ui.keyCode.END:n=this.anchors.length-1;break' +
3017- ';case t.ui.keyCode.HOME:n=0;break;case t.ui.keyCode.SPACE:return' +
3018- ' i.preventDefault(),clearTimeout(this.activating),this._activate' +
3019- '(n),e;case t.ui.keyCode.ENTER:return i.preventDefault(),clearTim' +
3020- 'eout(this.activating),this._activate(n===this.options.active?!1:' +
3021- 'n),e;default:return}i.preventDefault(),clearTimeout(this.activat' +
3022- 'ing),n=this._focusNextTab(n,a),i.ctrlKey||(s.attr("aria-selected' +
3023- '","false"),this.tabs.eq(n).attr("aria-selected","true"),this.act' +
3024- 'ivating=this._delay(function(){this.option("active",n)},this.del' +
3025- 'ay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlK' +
3026- 'ey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active' +
3027- '.focus())},_handlePageNav:function(i){return i.altKey&&i.keyCode' +
3028- '===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.' +
3029- 'options.active-1,!1)),!0):i.altKey&&i.keyCode===t.ui.keyCode.PAG' +
3030- 'E_DOWN?(this._activate(this._focusNextTab(this.options.active+1,' +
3031- '!0)),!0):e},_findNextTab:function(e,i){function s(){return e>n&&' +
3032- '(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s' +
3033- '(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:f' +
3034- 'unction(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).foc' +
3035- 'us(),t},_setOption:function(t,i){return"active"===t?(this._activ' +
3036- 'ate(i),e):"disabled"===t?(this._setupDisabled(i),e):(this._super' +
3037- '(t,i),"collapsible"===t&&(this.element.toggleClass("ui-tabs-coll' +
3038- 'apsible",i),i||this.options.active!==!1||this._activate(0)),"eve' +
3039- 'nt"===t&&this._setupEvents(i),"heightStyle"===t&&this._setupHeig' +
3040- 'htStyle(i),e)},_tabId:function(t){return t.attr("aria-controls")' +
3041- '||"ui-tabs-"+i()},_sanitizeSelector:function(t){return t?t.repla' +
3042- 'ce(/[!"$%&'#39'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:fun' +
3043- 'ction(){var e=this.options,i=this.tablist.children(":has(a[href]' +
3044- ')");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){' +
3045- 'return i.index(t)}),this._processTabs(),e.active!==!1&&this.anch' +
3046- 'ors.length?this.active.length&&!t.contains(this.tablist[0],this.' +
3047- 'active[0])?this.tabs.length===e.disabled.length?(e.active=!1,thi' +
3048- 's.active=t()):this._activate(this._findNextTab(Math.max(0,e.acti' +
3049- 've-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,th' +
3050- 'is.active=t()),this._refresh()},_refresh:function(){this._setupD' +
3051- 'isabled(this.options.disabled),this._setupEvents(this.options.ev' +
3052- 'ent),this._setupHeightStyle(this.options.heightStyle),this.tabs.' +
3053- 'not(this.active).attr({"aria-selected":"false",tabIndex:-1}),thi' +
3054- 's.panels.not(this._getPanelForTab(this.active)).hide().attr({"ar' +
3055- 'ia-expanded":"false","aria-hidden":"true"}),this.active.length?(' +
3056- 'this.active.addClass("ui-tabs-active ui-state-active").attr({"ar' +
3057- 'ia-selected":"true",tabIndex:0}),this._getPanelForTab(this.activ' +
3058- 'e).show().attr({"aria-expanded":"true","aria-hidden":"false"})):' +
3059- 'this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var ' +
3060- 'e=this;this.tablist=this._getList().addClass("ui-tabs-nav ui-hel' +
3061- 'per-reset ui-helper-clearfix ui-widget-header ui-corner-all").at' +
3062- 'tr("role","tablist"),this.tabs=this.tablist.find("> li:has(a[hre' +
3063- 'f])").addClass("ui-state-default ui-corner-top").attr({role:"tab' +
3064- '",tabIndex:-1}),this.anchors=this.tabs.map(function(){return t("' +
3065- 'a",this)[0]}).addClass("ui-tabs-anchor").attr({role:"presentatio' +
3066- 'n",tabIndex:-1}),this.panels=t(),this.anchors.each(function(i,n)' +
3067- '{var a,o,r,h=t(n).uniqueId().attr("id"),l=t(n).closest("li"),u=l' +
3068- '.attr("aria-controls");s(n)?(a=n.hash,o=e.element.find(e._saniti' +
3069- 'zeSelector(a))):(r=e._tabId(l),a="#"+r,o=e.element.find(a),o.len' +
3070- 'gth||(o=e._createPanel(r),o.insertAfter(e.panels[i-1]'
3071-
3072- '||e.tablist)),o.attr("aria-live","polite")),o.length&&(e.panels=' +
3073- 'e.panels.add(o)),u&&l.data("ui-tabs-aria-controls",u),l.attr({"a' +
3074- 'ria-controls":a.substring(1),"aria-labelledby":h}),o.attr("aria-' +
3075- 'labelledby",h)}),this.panels.addClass("ui-tabs-panel ui-widget-c' +
3076- 'ontent ui-corner-bottom").attr("role","tabpanel")},_getList:func' +
3077- 'tion(){return this.element.find("ol,ul").eq(0)},_createPanel:fun' +
3078- 'ction(e){return t("<div>").attr("id",e).addClass("ui-tabs-panel ' +
3079- 'ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",!0)}' +
3080- ',_setupDisabled:function(e){t.isArray(e)&&(e.length?e.length===t' +
3081- 'his.anchors.length&&(e=!0):e=!1);for(var i,s=0;i=this.tabs[s];s+' +
3082- '+)e===!0||-1!==t.inArray(s,e)?t(i).addClass("ui-state-disabled")' +
3083- '.attr("aria-disabled","true"):t(i).removeClass("ui-state-disable' +
3084- 'd").removeAttr("aria-disabled");this.options.disabled=e},_setupE' +
3085- 'vents:function(e){var i={click:function(t){t.preventDefault()}};' +
3086- 'e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this' +
3087- '._off(this.anchors.add(this.tabs).add(this.panels)),this._on(thi' +
3088- 's.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._o' +
3089- 'n(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.ta' +
3090- 'bs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){va' +
3091- 'r i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.ele' +
3092- 'ment.outerHeight()-this.element.height(),this.element.siblings("' +
3093- ':visible").each(function(){var e=t(this),s=e.css("position");"ab' +
3094- 'solute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.' +
3095- 'children().not(this.panels).each(function(){i-=t(this).outerHeig' +
3096- 'ht(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i' +
3097- '-t(this).innerHeight()+t(this).height()))}).css("overflow","auto' +
3098- '")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(' +
3099- 'this).height("").height())}).height(i))},_eventHandler:function(' +
3100- 'e){var i=this.options,s=this.active,n=t(e.currentTarget),a=n.clo' +
3101- 'sest("li"),o=a[0]===s[0],r=o&&i.collapsible,h=r?t():this._getPan' +
3102- 'elForTab(a),l=s.length?this._getPanelForTab(s):t(),u={oldTab:s,o' +
3103- 'ldPanel:l,newTab:r?t():a,newPanel:h};e.preventDefault(),a.hasCla' +
3104- 'ss("ui-state-disabled")||a.hasClass("ui-tabs-loading")||this.run' +
3105- 'ning||o&&!i.collapsible||this._trigger("beforeActivate",e,u)===!' +
3106- '1||(i.active=r?!1:this.tabs.index(a),this.active=o?t():a,this.xh' +
3107- 'r&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs:' +
3108- ' Mismatching fragment identifier."),h.length&&this.load(this.tab' +
3109- 's.index(a),e),this._toggle(e,u))},_toggle:function(e,i){function' +
3110- ' s(){a.running=!1,a._trigger("activate",e,i)}function n(){i.newT' +
3111- 'ab.closest("li").addClass("ui-tabs-active ui-state-active"),o.le' +
3112- 'ngth&&a.options.show?a._show(o,a.options.show,s):(o.show(),s())}' +
3113- 'var a=this,o=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&t' +
3114- 'his.options.hide?this._hide(r,this.options.hide,function(){i.old' +
3115- 'Tab.closest("li").removeClass("ui-tabs-active ui-state-active"),' +
3116- 'n()}):(i.oldTab.closest("li").removeClass("ui-tabs-active ui-sta' +
3117- 'te-active"),r.hide(),n()),r.attr({"aria-expanded":"false","aria-' +
3118- 'hidden":"true"}),i.oldTab.attr("aria-selected","false"),o.length' +
3119- '&&r.length?i.oldTab.attr("tabIndex",-1):o.length&&this.tabs.filt' +
3120- 'er(function(){return 0===t(this).attr("tabIndex")}).attr("tabInd' +
3121- 'ex",-1),o.attr({"aria-expanded":"true","aria-hidden":"false"}),i' +
3122- '.newTab.attr({"aria-selected":"true",tabIndex:0})},_activate:fun' +
3123- 'ction(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.l' +
3124- 'ength||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._even' +
3125- 'tHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_fi' +
3126- 'ndActive:function(e){return e===!1?t():this.tabs.eq(e)},_getInde' +
3127- 'x:function(t){return"string"==typeof t&&(t=this.anchors.index(th' +
3128- 'is.anchors.filter("[href$='#39'"+t+"'#39']"))),t},_destroy:function(){th' +
3129- 'is.xhr&&this.xhr.abort(),this.element.removeClass("ui-tabs ui-wi' +
3130- 'dget ui-widget-content ui-corner-all ui-tabs-collapsible"),this.' +
3131- 'tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clear' +
3132- 'fix ui-widget-header ui-corner-all").removeAttr("role"),this.anc' +
3133- 'hors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr' +
3134- '("tabIndex").removeUniqueId(),this.tabs.add'
3135-
3136- '(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(t' +
3137- 'his).remove():t(this).removeClass("ui-state-default ui-state-act' +
3138- 'ive ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-c' +
3139- 'ontent ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").rem' +
3140- 'oveAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-se' +
3141- 'lected").removeAttr("aria-labelledby").removeAttr("aria-hidden")' +
3142- '.removeAttr("aria-expanded").removeAttr("role")}),this.tabs.each' +
3143- '(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.' +
3144- 'attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.re' +
3145- 'moveAttr("aria-controls")}),this.panels.show(),"content"!==this.' +
3146- 'options.heightStyle&&this.panels.css("height","")},enable:functi' +
3147- 'on(i){var s=this.options.disabled;s!==!1&&(i===e?s=!1:(i=this._g' +
3148- 'etIndex(i),s=t.isArray(s)?t.map(s,function(t){return t!==i?t:nul' +
3149- 'l}):t.map(this.tabs,function(t,e){return e!==i?e:null})),this._s' +
3150- 'etupDisabled(s))},disable:function(i){var s=this.options.disable' +
3151- 'd;if(s!==!0){if(i===e)s=!0;else{if(i=this._getIndex(i),-1!==t.in' +
3152- 'Array(i,s))return;s=t.isArray(s)?t.merge([i],s).sort():[i]}this.' +
3153- '_setupDisabled(s)}},load:function(e,i){e=this._getIndex(e);var n' +
3154- '=this,a=this.tabs.eq(e),o=a.find(".ui-tabs-anchor"),r=this._getP' +
3155- 'anelForTab(a),h={tab:a,panel:r};s(o[0])||(this.xhr=t.ajax(this._' +
3156- 'ajaxSettings(o,i,h)),this.xhr&&"canceled"!==this.xhr.statusText&' +
3157- '&(a.addClass("ui-tabs-loading"),r.attr("aria-busy","true"),this.' +
3158- 'xhr.success(function(t){setTimeout(function(){r.html(t),n._trigg' +
3159- 'er("load",i,h)},1)}).complete(function(t,e){setTimeout(function(' +
3160- '){"abort"===e&&n.panels.stop(!1,!0),a.removeClass("ui-tabs-loadi' +
3161- 'ng"),r.removeAttr("aria-busy"),t===n.xhr&&delete n.xhr},1)})))},' +
3162- '_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href' +
3163- '"),beforeSend:function(e,a){return n._trigger("beforeLoad",i,t.e' +
3164- 'xtend({jqXHR:e,ajaxSettings:a},s))}}},_getPanelForTab:function(e' +
3165- '){var i=t(e).attr("aria-controls");return this.element.find(this' +
3166- '._sanitizeSelector("#"+i))}})})(jQuery);(function(t,e){var i="ui' +
3167- '-effects-";t.effects={effect:{}},function(t,e){function i(t,e,i)' +
3168- '{var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.fl' +
3169- 'oor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0' +
3170- ':t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=' +
3171- 'i.toLowerCase(),f(h,function(t,a){var o,r=a.re.exec(i),h=r&&a.pa' +
3172- 'rse(r),l=a.space||"rgba";return h?(o=s[l](h),s[c[l].cache]=o[c[l' +
3173- '].cache],n=s._rgba=o._rgba,!1):e}),n.length?("0,0,0,0"===n.join(' +
3174- ')&&t.extend(n,a.transparent),s):a[i]}function n(t,e,i){return i=' +
3175- '(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var ' +
3176- 'a,o="backgroundColor borderBottomColor borderLeftColor borderRig' +
3177- 'htColor borderTopColor color columnRuleColor outlineColor textDe' +
3178- 'corationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[' +
3179- '{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\' +
3180- 's*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3' +
3181- '],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)' +
3182- '\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,pars' +
3183- 'e:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/' +
3184- '#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){retu' +
3185- 'rn[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:' +
3186- '/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parse' +
3187- 'Int(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]' +
3188- '}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*' +
3189- '(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",' +
3190- 'parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Col' +
3191- 'or=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rg' +
3192- 'ba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blu' +
3193- 'e:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},' +
3194- 'saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent' +
3195- '"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:' +
3196- '360,floor:!0}},d=l.support={},p=t("<p>")[0],f=t.each;p.style.css' +
3197- 'Text="background-color:rgba(1,1,1,.5)",d.rgba=p.style.background' +
3198- 'Color.indexOf("rgba")>-1,f(c,function(t,e)'
3199-
3200- '{e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn' +
3201- '=t.extend(l.prototype,{parse:function(n,o,r,h){if(n===e)return t' +
3202- 'his._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=' +
3203- 't(n).css(o),o=e);var u=this,d=t.type(n),p=this._rgba=[];return o' +
3204- '!==e&&(n=[n,o,r,h],d="array"),"string"===d?this.parse(s(n)||a._d' +
3205- 'efault):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e' +
3206- '.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){' +
3207- 'n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){' +
3208- 'var a=s.cache;f(s.props,function(t,e){if(!u[a]&&s.to){if("alpha"' +
3209- '===t||null==n[t])return;u[a]=s.to(u._rgba)}u[a][e.idx]=i(n[t],e,' +
3210- '!0)}),u[a]&&0>t.inArray(null,u[a].slice(0,3))&&(u[a][3]=1,s.from' +
3211- '&&(u._rgba=s.from(u[a])))}),this):e},is:function(t){var i=l(t),s' +
3212- '=!0,n=this;return f(c,function(t,a){var o,r=i[a.cache];return r&' +
3213- '&(o=n[a.cache]||a.to&&a.to(n._rgba)||[],f(a.props,function(t,i){' +
3214- 'return null!=r[i.idx]?s=r[i.idx]===o[i.idx]:e})),s}),s},_space:f' +
3215- 'unction(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t' +
3216- '.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._spa' +
3217- 'ce(),a=c[n],o=0===this.alpha()?l("transparent"):this,r=o[a.cache' +
3218- ']||a.to(o._rgba),h=r.slice();return s=s[a.cache],f(a.props,funct' +
3219- 'ion(t,n){var a=n.idx,o=r[a],l=s[a],c=u[n.type]||{};null!==l&&(nu' +
3220- 'll===o?h[a]=l:(c.mod&&(l-o>c.mod/2?o+=c.mod:o-l>c.mod/2&&(o-=c.m' +
3221- 'od)),h[a]=i((l-o)*e+o,n)))}),this[n](h)},blend:function(e){if(1=' +
3222- '==this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n' +
3223- '=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}' +
3224- '))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,fun' +
3225- 'ction(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),' +
3226- 'e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",' +
3227- 'i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&' +
3228- '&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e=' +
3229- '"hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba' +
3230- '.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,funct' +
3231- 'ion(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join(' +
3232- '"")},toString:function(){return 0===this._rgba[3]?"transparent":' +
3233- 'this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=funct' +
3234- 'ion(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,nu' +
3235- 'll,t[3]];var e,i,s=t[0]/255,n=t[1]/255,a=t[2]/255,o=t[3],r=Math.' +
3236- 'max(s,n,a),h=Math.min(s,n,a),l=r-h,c=r+h,u=.5*c;return e=h===r?0' +
3237- ':s===r?60*(n-a)/l+360:n===r?60*(a-s)/l+120:60*(s-n)/l+240,i=0===' +
3238- 'l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==o?1:o]},c.hsl' +
3239- 'a.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[' +
3240- 'null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],a=t[3],o=.5>=s' +
3241- '?s*(1+i):s+i-s*i,r=2*s-o;return[Math.round(255*n(r,o,e+1/3)),Mat' +
3242- 'h.round(255*n(r,o,e)),Math.round(255*n(r,o,e-1/3)),a]},f(c,funct' +
3243- 'ion(s,n){var a=n.props,o=n.cache,h=n.to,c=n.from;l.fn[s]=functio' +
3244- 'n(s){if(h&&!this[o]&&(this[o]=h(this._rgba)),s===e)return this[o' +
3245- '].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:argume' +
3246- 'nts,d=this[o].slice();return f(a,function(t,e){var s=u["object"=' +
3247- '==r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)' +
3248- '),n[o]=d,n):l(d)},f(a,function(e,i){l.fn[e]||(l.fn[e]=function(n' +
3249- '){var a,o=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=t' +
3250- 'his[h](),c=l[i.idx];return"undefined"===o?c:("function"===o&&(n=' +
3251- 'n.call(this,c),o=t.type(n)),null==n&&i.empty?this:("string"===o&' +
3252- '&(a=r.exec(n),a&&(n=c+parseFloat(a[2])*("+"===a[1]?1:-1))),l[i.i' +
3253- 'dx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f' +
3254- '(i,function(e,i){t.cssHooks[i]={set:function(e,n){var a,o,r="";i' +
3255- 'f("transparent"!==n&&("string"!==t.type(n)||(a=s(n)))){if(n=l(a|' +
3256- '|n),!d.rgba&&1!==n._rgba[3]){for(o="backgroundColor"===i?e.paren' +
3257- 'tNode:e;(""===r||"transparent"===r)&&o&&o.style;)try{r=t.css(o,"' +
3258- 'backgroundColor"),o=o.parentNode}catch(h){}n=n.blend(r&&"transpa' +
3259- 'rent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catc' +
3260- 'h(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem' +
3261- ',i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.st' +
3262- 'art.transition(e.end,e.pos))}})},l.hook(o),t.cssHooks.borderColo' +
3263- 'r='
3264-
3265- '{expand:function(t){var e={};return f(["Top","Right","Bottom","L' +
3266- 'eft"],function(i,s){e["border"+s+"Color"]=t}),e}},a=t.Color.name' +
3267- 's={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00f' +
3268- 'f",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000' +
3269- '",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",' +
3270- 'silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00"' +
3271- ',transparent:[null,null,null,0],_default:"#ffffff"}}(jQuery),fun' +
3272- 'ction(){function i(e){var i,s,n=e.ownerDocument.defaultView?e.ow' +
3273- 'nerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,' +
3274- 'a={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"s' +
3275- 'tring"==typeof n[i]&&(a[t.camelCase(i)]=n[i]);else for(i in n)"s' +
3276- 'tring"==typeof n[i]&&(a[i]=n[i]);return a}function s(e,i){var s,' +
3277- 'n,o={};for(s in i)n=i[s],e[s]!==n&&(a[s]||(t.fx.step[s]||!isNaN(' +
3278- 'parseFloat(n)))&&(o[s]=n));return o}var n=["add","remove","toggl' +
3279- 'e"],a={border:1,borderBottom:1,borderColor:1,borderLeft:1,border' +
3280- 'Right:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["b' +
3281- 'orderLeftStyle","borderRightStyle","borderBottomStyle","borderTo' +
3282- 'pStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&' +
3283- '&!t.setAttr||1===t.pos&&!t.setAttr)&&(jQuery.style(t.elem,i,t.en' +
3284- 'd),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){retu' +
3285- 'rn this.add(null==t?this.prevObject:this.prevObject.filter(t))})' +
3286- ',t.effects.animateClass=function(e,a,o,r){var h=t.speed(a,o,r);r' +
3287- 'eturn this.queue(function(){var a,o=t(this),r=o.attr("class")||"' +
3288- '",l=h.children?o.find("*").addBack():o;l=l.map(function(){var e=' +
3289- 't(this);return{el:e,start:i(this)}}),a=function(){t.each(n,funct' +
3290- 'ion(t,i){e[i]&&o[i+"Class"](e[i])})},a(),l=l.map(function(){retu' +
3291- 'rn this.end=i(this.el[0]),this.diff=s(this.start,this.end),this}' +
3292- '),o.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred()' +
3293- ',s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});r' +
3294- 'eturn this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,' +
3295- 'l.get()).done(function(){a(),t.each(arguments,function(){var e=t' +
3296- 'his.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.c' +
3297- 'all(o[0])})})},t.fn.extend({addClass:function(e){return function' +
3298- '(i,s,n,a){return s?t.effects.animateClass.call(this,{add:i},s,n,' +
3299- 'a):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function' +
3300- '(e){return function(i,s,n,a){return arguments.length>1?t.effects' +
3301- '.animateClass.call(this,{remove:i},s,n,a):e.apply(this,arguments' +
3302- ')}}(t.fn.removeClass),toggleClass:function(i){return function(s,' +
3303- 'n,a,o,r){return"boolean"==typeof n||n===e?a?t.effects.animateCla' +
3304- 'ss.call(this,n?{add:s}:{remove:s},a,o,r):i.apply(this,arguments)' +
3305- ':t.effects.animateClass.call(this,{toggle:s},n,a,o)}}(t.fn.toggl' +
3306- 'eClass),switchClass:function(e,i,s,n,a){return t.effects.animate' +
3307- 'Class.call(this,{add:i,remove:e},s,n,a)}})}(),function(){functio' +
3308- 'n s(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effe' +
3309- 'ct:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("numbe' +
3310- 'r"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(' +
3311- 'n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off' +
3312- '?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.spe' +
3313- 'eds._default,e.complete=n||i.complete,e}function n(e){return!e||' +
3314- '"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effe' +
3315- 'cts.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1' +
3316- ':!0:!0}t.extend(t.effects,{version:"1.10.3",save:function(t,e){f' +
3317- 'or(var s=0;e.length>s;s++)null!==e[s]&&t.data(i+e[s],t[0].style[' +
3318- 'e[s]])},restore:function(t,s){var n,a;for(a=0;s.length>a;a++)nul' +
3319- 'l!==s[a]&&(n=t.data(i+s[a]),n===e&&(n=""),t.css(s[a],n))},setMod' +
3320- 'e:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"h' +
3321- 'ide"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top' +
3322- '":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;defau' +
3323- 'lt:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center' +
3324- '":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return' +
3325- '{x:s,y:i}},createWrapper:function(e){if(e.parent().is(".ui-effec' +
3326- 'ts-wrapper"))return e.parent();var i={width:e.outerWidth(!0),hei' +
3327- 'ght:e.outerHeight(!0),"float":e.css("float")},s=t("<div>'
3328-
3329- '</div>").addClass("ui-effects-wrapper").css({fontSize:"100%",bac' +
3330- 'kground:"transparent",border:"none",margin:0,padding:0}),n={widt' +
3331- 'h:e.width(),height:e.height()},a=document.activeElement;try{a.id' +
3332- '}catch(o){a=document.body}return e.wrap(s),(e[0]===a||t.contains' +
3333- '(e[0],a))&&t(a).focus(),s=e.parent(),"static"===e.css("position"' +
3334- ')?(s.css({position:"relative"}),e.css({position:"relative"})):(t' +
3335- '.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),' +
3336- 't.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(' +
3337- 's),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"re' +
3338- 'lative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.cs' +
3339- 's(i).show()},removeWrapper:function(e){var i=document.activeElem' +
3340- 'ent;return e.parent().is(".ui-effects-wrapper")&&(e.parent().rep' +
3341- 'laceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).focus()),e},set' +
3342- 'Transition:function(e,i,s,n){return n=n||{},t.each(i,function(t,' +
3343- 'i){var a=e.cssUnit(i);a[0]>0&&(n[i]=a[0]*s+a[1])}),n}}),t.fn.ext' +
3344- 'end({effect:function(){function e(e){function s(){t.isFunction(a' +
3345- ')&&a.call(n[0]),t.isFunction(e)&&e()}var n=t(this),a=i.complete,' +
3346- 'r=i.mode;(n.is(":hidden")?"hide"===r:"show"===r)?(n[r](),s()):o.' +
3347- 'call(n[0],i,s)}var i=s.apply(this,arguments),n=i.mode,a=i.queue,' +
3348- 'o=t.effects.effect[i.effect];return t.fx.off||!o?n?this[n](i.dur' +
3349- 'ation,i.complete):this.each(function(){i.complete&&i.complete.ca' +
3350- 'll(this)}):a===!1?this.each(e):this.queue(a||"fx",e)},show:funct' +
3351- 'ion(t){return function(e){if(n(e))return t.apply(this,arguments)' +
3352- ';var i=s.apply(this,arguments);return i.mode="show",this.effect.' +
3353- 'call(this,i)}}(t.fn.show),hide:function(t){return function(e){if' +
3354- '(n(e))return t.apply(this,arguments);var i=s.apply(this,argument' +
3355- 's);return i.mode="hide",this.effect.call(this,i)}}(t.fn.hide),to' +
3356- 'ggle:function(t){return function(e){if(n(e)||"boolean"==typeof e' +
3357- ')return t.apply(this,arguments);var i=s.apply(this,arguments);re' +
3358- 'turn i.mode="toggle",this.effect.call(this,i)}}(t.fn.toggle),css' +
3359- 'Unit:function(e){var i=this.css(e),s=[];return t.each(["em","px"' +
3360- ',"%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])})' +
3361- ',s}})}(),function(){var e={};t.each(["Quad","Cubic","Quart","Qui' +
3362- 'nt","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2' +
3363- ')}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)' +
3364- '},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t' +
3365- '){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-' +
3366- '7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:fu' +
3367- 'nction(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/' +
3368- 'Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,func' +
3369- 'tion(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(' +
3370- 't){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5' +
3371- '>t?i(2*t)/2:1-i(-2*t+2)/2}})}()})(jQuery);')
3372- Left = 104
3373- Top = 272
3374- end
33751750 object js6: TPageProducer
33761751 HTMLDoc.Strings = (
33771752 '/* Modernizr 2.6.2 (Custom Build) | MIT & BSD'
@@ -3498,4 +1873,292 @@ object TWebModule1: TTWebModule1
34981873 Left = 176
34991874 Top = 328
35001875 end
1876+ object js8: TPageProducer
1877+ HTMLDoc.Strings = (
1878+ '/*'
1879+ ' * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/'
1880+ ' *'
1881+ ' * Uses the built in easing capabilities added In jQuery 1.1'
1882+ ' * to offer multiple easing options'
1883+ ' *'
1884+ ' * TERMS OF USE - jQuery Easing'
1885+ ' * '
1886+ ' * Open source under the BSD License. '
1887+ ' * '
1888+ ' * Copyright '#65410#65385' 2008 George McGinley Smith'
1889+ ' * All rights reserved.'
1890+ ' * '
1891+
1892+ ' * Redistribution and use in source and binary forms, with or wi' +
1893+ 'thout modification, '
1894+ ' * are permitted provided that the following conditions are met:'
1895+ ' * '
1896+
1897+ ' * Redistributions of source code must retain the above copyrigh' +
1898+ 't notice, this list of '
1899+ ' * conditions and the following disclaimer.'
1900+
1901+ ' * Redistributions in binary form must reproduce the above copyr' +
1902+ 'ight notice, this list '
1903+
1904+ ' * of conditions and the following disclaimer in the documentati' +
1905+ 'on and/or other materials '
1906+ ' * provided with the distribution.'
1907+ ' * '
1908+
1909+ ' * Neither the name of the author nor the names of contributors ' +
1910+ 'may be used to endorse '
1911+
1912+ ' * or promote products derived from this software without specif' +
1913+ 'ic prior written permission.'
1914+ ' * '
1915+
1916+ ' * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRI' +
1917+ 'BUTORS "AS IS" AND ANY '
1918+
1919+ ' * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,' +
1920+ ' THE IMPLIED WARRANTIES OF'
1921+
1922+ ' * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISC' +
1923+ 'LAIMED. IN NO EVENT SHALL THE'
1924+
1925+ ' * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, IN' +
1926+ 'DIRECT, INCIDENTAL, SPECIAL,'
1927+
1928+ ' * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMI' +
1929+ 'TED TO, PROCUREMENT OF SUBSTITUTE'
1930+
1931+ ' * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINES' +
1932+ 'S INTERRUPTION) HOWEVER CAUSED '
1933+
1934+ ' * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT L' +
1935+ 'IABILITY, OR TORT (INCLUDING'
1936+
1937+ ' * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE O' +
1938+ 'F THIS SOFTWARE, EVEN IF ADVISED '
1939+ ' * OF THE POSSIBILITY OF SUCH DAMAGE. '
1940+ ' *'
1941+ '*/'
1942+ ''
1943+
1944+ '// t: current time, b: begInnIng value, c: change In value, d: d' +
1945+ 'uration'
1946+ 'jQuery.easing['#39'jswing'#39'] = jQuery.easing['#39'swing'#39'];'
1947+ ''
1948+ 'jQuery.extend( jQuery.easing,'
1949+ '{'
1950+ #9'def: '#39'easeOutQuad'#39','
1951+ #9'swing: function (x, t, b, c, d) {'
1952+ #9#9'//alert(jQuery.easing.default);'
1953+ #9#9'return jQuery.easing[jQuery.easing.def](x, t, b, c, d);'
1954+ #9'},'
1955+ #9'easeInQuad: function (x, t, b, c, d) {'
1956+ #9#9'return c*(t/=d)*t + b;'
1957+ #9'},'
1958+ #9'easeOutQuad: function (x, t, b, c, d) {'
1959+ #9#9'return -c *(t/=d)*(t-2) + b;'
1960+ #9'},'
1961+ #9'easeInOutQuad: function (x, t, b, c, d) {'
1962+ #9#9'if ((t/=d/2) < 1) return c/2*t*t + b;'
1963+ #9#9'return -c/2 * ((--t)*(t-2) - 1) + b;'
1964+ #9'},'
1965+ #9'easeInCubic: function (x, t, b, c, d) {'
1966+ #9#9'return c*(t/=d)*t*t + b;'
1967+ #9'},'
1968+ #9'easeOutCubic: function (x, t, b, c, d) {'
1969+ #9#9'return c*((t=t/d-1)*t*t + 1) + b;'
1970+ #9'},'
1971+ #9'easeInOutCubic: function (x, t, b, c, d) {'
1972+ #9#9'if ((t/=d/2) < 1) return c/2*t*t*t + b;'
1973+ #9#9'return c/2*((t-=2)*t*t + 2) + b;'
1974+ #9'},'
1975+ #9'easeInQuart: function (x, t, b, c, d) {'
1976+ #9#9'return c*(t/=d)*t*t*t + b;'
1977+ #9'},'
1978+ #9'easeOutQuart: function (x, t, b, c, d) {'
1979+ #9#9'return -c * ((t=t/d-1)*t*t*t - 1) + b;'
1980+ #9'},'
1981+ #9'easeInOutQuart: function (x, t, b, c, d) {'
1982+ #9#9'if ((t/=d/2) < 1) return c/2*t*t*t*t + b;'
1983+ #9#9'return -c/2 * ((t-=2)*t*t*t - 2) + b;'
1984+ #9'},'
1985+ #9'easeInQuint: function (x, t, b, c, d) {'
1986+ #9#9'return c*(t/=d)*t*t*t*t + b;'
1987+ #9'},'
1988+ #9'easeOutQuint: function (x, t, b, c, d) {'
1989+ #9#9'return c*((t=t/d-1)*t*t*t*t + 1) + b;'
1990+ #9'},'
1991+ #9'easeInOutQuint: function (x, t, b, c, d) {'
1992+ #9#9'if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;'
1993+ #9#9'return c/2*((t-=2)*t*t*t*t + 2) + b;'
1994+ #9'},'
1995+ #9'easeInSine: function (x, t, b, c, d) {'
1996+ #9#9'return -c * Math.cos(t/d * (Math.PI/2)) + c + b;'
1997+ #9'},'
1998+ #9'easeOutSine: function (x, t, b, c, d) {'
1999+ #9#9'return c * Math.sin(t/d * (Math.PI/2)) + b;'
2000+ #9'},'
2001+ #9'easeInOutSine: function (x, t, b, c, d) {'
2002+ #9#9'return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;'
2003+ #9'},'
2004+ #9'easeInExpo: function (x, t, b, c, d) {'
2005+ #9#9'return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;'
2006+ #9'},'
2007+ #9'easeOutExpo: function (x, t, b, c, d) {'
2008+ #9#9'return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;'
2009+ #9'},'
2010+ #9'easeInOutExpo: function (x, t, b, c, d) {'
2011+ #9#9'if (t==0) return b;'
2012+ #9#9'if (t==d) return b+c;'
2013+ #9#9'if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;'
2014+ #9#9'return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;'
2015+ #9'},'
2016+ #9'easeInCirc: function (x, t, b, c, d) {'
2017+ #9#9'return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;'
2018+ #9'},'
2019+ #9'easeOutCirc: function (x, t, b, c, d) {'
2020+ #9#9'return c * Math.sqrt(1 - (t=t/d-1)*t) + b;'
2021+ #9'},'
2022+ #9'easeInOutCirc: function (x, t, b, c, d) {'
2023+ #9#9'if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;'
2024+ #9#9'return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;'
2025+ #9'},'
2026+ #9'easeInElastic: function (x, t, b, c, d) {'
2027+ #9#9'var s=1.70158;var p=0;var a=c;'
2028+
2029+ #9#9'if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.' +
2030+ '3;'
2031+ #9#9'if (a < Math.abs(c)) { a=c; var s=p/4; }'
2032+ #9#9'else var s = p/(2*Math.PI) * Math.asin (c/a);'
2033+
2034+ #9#9'return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.P' +
2035+ 'I)/p )) + b;'
2036+ #9'},'
2037+ #9'easeOutElastic: function (x, t, b, c, d) {'
2038+ #9#9'var s=1.70158;var p=0;var a=c;'
2039+
2040+ #9#9'if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.' +
2041+ '3;'
2042+ #9#9'if (a < Math.abs(c)) { a=c; var s=p/4; }'
2043+ #9#9'else var s = p/(2*Math.PI) * Math.asin (c/a);'
2044+
2045+ #9#9'return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p )' +
2046+ ' + c + b;'
2047+ #9'},'
2048+ #9'easeInOutElastic: function (x, t, b, c, d) {'
2049+ #9#9'var s=1.70158;var p=0;var a=c;'
2050+
2051+ #9#9'if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d' +
2052+ '*(.3*1.5);'
2053+ #9#9'if (a < Math.abs(c)) { a=c; var s=p/4; }'
2054+ #9#9'else var s = p/(2*Math.PI) * Math.asin (c/a);'
2055+
2056+ #9#9'if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*' +
2057+ 'd-s)*(2*Math.PI)/p )) + b;'
2058+
2059+ #9#9'return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI' +
2060+ ')/p )*.5 + c + b;'
2061+ #9'},'
2062+ #9'easeInBack: function (x, t, b, c, d, s) {'
2063+ #9#9'if (s == undefined) s = 1.70158;'
2064+ #9#9'return c*(t/=d)*t*((s+1)*t - s) + b;'
2065+ #9'},'
2066+ #9'easeOutBack: function (x, t, b, c, d, s) {'
2067+ #9#9'if (s == undefined) s = 1.70158;'
2068+ #9#9'return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;'
2069+ #9'},'
2070+ #9'easeInOutBack: function (x, t, b, c, d, s) {'
2071+ #9#9'if (s == undefined) s = 1.70158; '
2072+
2073+ #9#9'if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + ' +
2074+ 'b;'
2075+ #9#9'return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;'
2076+ #9'},'
2077+ #9'easeInBounce: function (x, t, b, c, d) {'
2078+ #9#9'return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;'
2079+ #9'},'
2080+ #9'easeOutBounce: function (x, t, b, c, d) {'
2081+ #9#9'if ((t/=d) < (1/2.75)) {'
2082+ #9#9#9'return c*(7.5625*t*t) + b;'
2083+ #9#9'} else if (t < (2/2.75)) {'
2084+ #9#9#9'return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;'
2085+ #9#9'} else if (t < (2.5/2.75)) {'
2086+ #9#9#9'return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;'
2087+ #9#9'} else {'
2088+ #9#9#9'return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;'
2089+ #9#9'}'
2090+ #9'},'
2091+ #9'easeInOutBounce: function (x, t, b, c, d) {'
2092+
2093+ #9#9'if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, ' +
2094+ 'd) * .5 + b;'
2095+
2096+ #9#9'return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + ' +
2097+ 'c*.5 + b;'
2098+ #9'}'
2099+ '});'
2100+ ''
2101+ '/*'
2102+ ' *'
2103+ ' * TERMS OF USE - EASING EQUATIONS'
2104+ ' * '
2105+ ' * Open source under the BSD License. '
2106+ ' * '
2107+ ' * Copyright '#65410#65385' 2001 Robert Penner'
2108+ ' * All rights reserved.'
2109+ ' * '
2110+
2111+ ' * Redistribution and use in source and binary forms, with or wi' +
2112+ 'thout modification, '
2113+ ' * are permitted provided that the following conditions are met:'
2114+ ' * '
2115+
2116+ ' * Redistributions of source code must retain the above copyrigh' +
2117+ 't notice, this list of '
2118+ ' * conditions and the following disclaimer.'
2119+
2120+ ' * Redistributions in binary form must reproduce the above copyr' +
2121+ 'ight notice, this list '
2122+
2123+ ' * of conditions and the following disclaimer in the documentati' +
2124+ 'on and/or other materials '
2125+ ' * provided with the distribution.'
2126+ ' * '
2127+
2128+ ' * Neither the name of the author nor the names of contributors ' +
2129+ 'may be used to endorse '
2130+
2131+ ' * or promote products derived from this software without specif' +
2132+ 'ic prior written permission.'
2133+ ' * '
2134+
2135+ ' * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRI' +
2136+ 'BUTORS "AS IS" AND ANY '
2137+
2138+ ' * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,' +
2139+ ' THE IMPLIED WARRANTIES OF'
2140+
2141+ ' * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISC' +
2142+ 'LAIMED. IN NO EVENT SHALL THE'
2143+
2144+ ' * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, IN' +
2145+ 'DIRECT, INCIDENTAL, SPECIAL,'
2146+
2147+ ' * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMI' +
2148+ 'TED TO, PROCUREMENT OF SUBSTITUTE'
2149+
2150+ ' * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINES' +
2151+ 'S INTERRUPTION) HOWEVER CAUSED '
2152+
2153+ ' * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT L' +
2154+ 'IABILITY, OR TORT (INCLUDING'
2155+
2156+ ' * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE O' +
2157+ 'F THIS SOFTWARE, EVEN IF ADVISED '
2158+ ' * OF THE POSSIBILITY OF SUCH DAMAGE. '
2159+ ' *'
2160+ ' */')
2161+ Left = 128
2162+ Top = 328
2163+ end
35012164 end
--- a/WebModuleUnit1.pas
+++ b/WebModuleUnit1.pas
@@ -28,11 +28,10 @@ type
2828 js1: TPageProducer;
2929 js2: TPageProducer;
3030 js3: TPageProducer;
31- js4: TPageProducer;
32- js5: TPageProducer;
3331 js6: TPageProducer;
3432 adhead: TDataSetPageProducer;
3533 js7: TPageProducer;
34+ js8: TPageProducer;
3635 procedure indexHTMLTag(Sender: TObject; Tag: TTag; const TagString: string;
3736 TagParams: TStrings; var ReplaceText: string);
3837 procedure TWebModule1indexpageAction(Sender: TObject; Request: TWebRequest;
旧リポジトリブラウザで表示