(function(){var g=function(c,f){return new g.selector(c,f)};g.selector=function(c,f){var j;j=typeof c=="string"?Sizzle(c,f):c;this._isXml=(c=(f?f.ownerDocument||f:0).documentElement)?c.nodeName!=="HTML":false;this.get=function(m){var q=m!==undefined;if(!j)return q?undefined:[];if(isNaN(j.length)){m=[];m.push(j);return q?j:m}else return q?j[m]:j};this.find=function(m){j=Sizzle(m,this.get(0));return this};this.filter=function(m){j=Sizzle.matches(m,this.get());return this};return this};g.browser=new (function(){var c=
navigator.userAgent.toLowerCase();this.chrome=c.match(/chrome/);this.safari=!c.match(/chrome/)&&c.match(/safari/);this.webkit=c.match(/webkit/);this.opera=window.opera;this.ie5=c.match(/msie 5/);this.ie6=c.match(/msie 6/);this.ie7=c.match(/msie 7/);this.ie8=c.match(/msie 8/);this.ie=c.match(/msie/);this.kkman=c.match(/kkman/);this.firefox2=c.match(/firefox\/2/);this.firefox3=c.match(/firefox\/3/);this.firefox=c.match(/firefox/)});g.each=function(c,f){if(c)if(c.length===undefined)f(c);else for(var j=
0;j<c.length;j++)f(c[j])};g.method=g.selector.prototype;g.method.size=function(){return this.get().length};g.method.each=function(c){g.each(this.get(),c);return this};g.method.css=function(c,f){var j=function(m){return m.replace(/-([a-z])/,function(q,r){return r.toUpperCase()})};if(f)g.each(this.get(),function(m){m.style[j(c)]=f});else if(typeof c=="string")return this.get(0)&&this.get(0).style[j(c)]||undefined;else g.each(this.get(),function(m){for(var q in c)m.style[j(q)]=c[q]});return this};g.method.opacity=
function(c){c=parseFloat(c);c<0&&(c=0);c>1&&(c=1);g.each(this.get(),function(f){if(g.browser.ie){c*=100;f.style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity="+c+")"}else f.style.opacity=c});return this};g._displayMap={li:"list-item",table:"table",tr:"table-row",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",col:"table-column",colgroup:"table-column-group",th:"table-cell",td:"table-cell",caption:"table-caption",button:"inline-block",textarea:"inline-block",
input:"inline-block",select:"inline-block"};g._blockTags=["html","address","blockquote","body","dd","div","dl","dt","embed","fieldset","form","frame","frameset","h1","h2","h3","h4","h5","h6","noframes","object","ol","p","ul","center","dir","hr","menu","pre"];g.method.show=function(){g.each(this.get(),function(c){var f=c.tagName.toLowerCase();if(f.inArray(g._blockTags))c.style.display="block";else{var j="inline";if(g._displayMap[f])j=g.browser.ie6||g.browser.ie7?"block":g._displayMap[f];c.style.display=
j}});return this};g.method.hide=function(){g.each(this.get(),function(c){c.style.display="none"});return this};g.method.pos=function(){var c=this.get(0),f=c.offsetLeft,j=c.offsetTop;for(c=c;c.offsetParent;){c=c.offsetParent;f+=c.offsetLeft;j+=c.offsetTop}return{x:f,y:j}};g.method.addEvent=function(c,f){g.event.add(this.get(),c,f);return this};g.method.removeEvent=function(c,f){g.event.remove(this.get(),c,f);return this};g.each("abort beforeunload blur change click contextmenu dblclick error focus keydown keypress keyup load mousedown mousemove mouseout mouseover mouseup reset resize select submit unload".split(" "),
function(c){g.method[c]=function(f){g.event.add(this.get(),c,f);return this}});g.method.hover=function(c,f){var j=this.get();g.event.add(j,"mouseover",c);g.event.add(j,"mouseout",f);return this};g.method.html=function(c){if(c===undefined)return this.get(0).innerHTML;g.each(this.get(),function(f){f.innerHTML=c});return this};g.method.val=function(c){var f;if(this._isXml)if(c===undefined){f=[];g.each(this.get(),function(j){if(j.nodeType!=3&&j.nodeType!=4)j=j.firstChild;j.nodeType==3||j.nodeType==4?
f.push(j.nodeValue):f.push(undefined)});if(f.length!==0){if(f.length==1)return f[0];return f}}else{g.each(this.get(),function(j){if(j.nodeType!=3&&j.nodeType!=4)j=j.firstChild;if(j.nodeType==3||j.nodeType==4)j.nodeValue=c});return this}else if(c===undefined){f=[];g.each(this.get(),function(j){f.push(j.value)});if(f.length!==0){if(f.length==1)return f[0];return f}}else{g.each(this.get(),function(j){j.value=c});return this}};g.event={add:function(c,f,j){g.each(c,function(m){if(m.attachEvent)m.attachEvent("on"+
f,j);else if(g.browser.opera)m["on"+f]=j;else m.addEventListener(f,j,false)})},remove:function(c,f,j){g.each(c,function(m){m.detachEvent?m.detachEvent("on"+f,j):m.removeEventListener(f,j,false)})},preventDefault:function(c){c.preventDefault&&c.preventDefault();c.returnValue=false},stop:function(c){c.stopPropagation&&c.stopPropagation();c.cancelBubble=true}};g.body=function(c){c=c||document;if(c.compatMode&&c.compatMode=="CSS1Compat")return c.documentElement;return c.body};g.lightbox=function(c){var f=
g.body(),j=document.createElement("div");j.id="egg_mask";g(j).opacity(0.7).css({position:"absolute",top:"0px",left:"0px",zIndex:98,backgroundColor:"black",width:f.scrollWidth+"px",height:f.scrollHeight+"px"}).click(g.lightbox.close);var m=document.createElement("div"),q="fixed";if(g.browser.ie){q="absolute";if(!g.browser.ie6&&document.compatMode&&document.compatMode=="CSS1Compat")q="fixed"}m.id="egg_box";g(m).css({position:q,textAlign:"center",zIndex:99});if(typeof c=="string")m.innerHTML=c;else m.appendChild(c);
m.setAttribute("originalScrollWidth",f.scrollWidth);m.setAttribute("originalScrollHeight",f.scrollHeight);g("select, object, embed").css("visibility","hidden");document.body.appendChild(j);document.body.appendChild(m);this.refresh=g.lightbox.refresh;this.close=g.lightbox.close;this.refresh();return this};g.lightbox.open=g.lightbox;g.lightbox.close=function(){g("select, object, embed").css("visibility","visible");try{document.body.removeChild(g("#egg_mask").get(0));document.body.removeChild(g("#egg_box").get(0))}catch(c){}};
g.lightbox.refresh=function(c){var f=$("#egg_box").get(0),j=$("#egg_mask").get(0),m=g.body();if(c!==undefined)if(typeof c=="string")f.innerHTML=c;else{f.innerHTML="";f.appendChild(c)}var q,r;q=f.offsetWidth;r=f.offsetHeight;c=Math.floor(m.clientHeight/2-r/2);if(f.style.position=="absolute")c+=m.scrollTop;if(c+r>f.getAttribute("originalScrollHeight"))c=f.getAttribute("originalScrollHeight")-r;c<0&&(c=0);q=Math.floor(m.clientWidth/2-q/2);q<0&&(q=0);g(f).css({left:q+"px",top:c+"px"});g(j).css({width:m.scrollWidth+
"px",height:m.scrollHeight+"px"})};g._ajaxFunctions={};g.ajaxLoaded=function(c){g._ajaxFunctions.loaded=c};g.ajaxCompleted=function(c){g._ajaxFunctions.completed=c};g.ajax=function(c){var f=null,j=false;if(!c.url.match(/^\/(?:ajax|editor)\/.+/))throw"url incorrect";try{f=new window.XMLHttpRequest}catch(m){f=new ActiveXObject("Microsoft.XMLHTTP")}if(f===null)throw"create XmlHttpRequest instance failed!";f.onreadystatechange=function(){switch(f.readyState){case 2:c.loaded&&c.loaded.call(c.context,f);
g._ajaxFunctions.loaded&&g._ajaxFunctions.loaded.call(c.context,f);break;case 4:j=true;g._ajaxFunctions.completed&&g._ajaxFunctions.completed.call(c.context,f);if(f.status==200){if(c.success){var q=f.getResponseHeader("content-type").indexOf("xml")!=-1?f.responseXML:f.responseText;c.success.call(c.context,q,f)}}else c.fail&&c.fail(c.context,f.status,f);break;default:}};c.param=c.param||null;c.method=c.method||"GET";c.method=c.method.toUpperCase();if(c.method=="GET"&&c.param){c.url+="?"+c.param;c.param=
null}c.username?f.open(c.method,c.url,true,c.username,c.password):f.open(c.method,c.url,true);f.setRequestHeader("content-type","application/x-www-form-urlencoded");f.setRequestHeader("X-Requested-With","XMLHttpRequest");if(c.method=="POST"){f.setRequestHeader("content-length",c.param.length);f.setRequestHeader("connection","close")}f.send(c.param);c.timeout&&c.timeout>0&&setTimeout(function(){if(f&&!j){f.abort();throw"timeout";}},c.timeout)};g.extend=g.selector.prototype;window.egg=window.$=g})();
String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};String.prototype.equals=function(g,c){if(!c)return this.trim().toLowerCase()==g.trim().toLowerCase();return this==g};String.prototype.inArray=function(g,c){var f=this;if(c)f=f.toLowerCase();for(var j=0;j<g.length;j++){if(c)g[j]=g[j].toLowerCase();if(f==g[j])return true}return false};String.prototype.utf8Length=function(){var g=this.match(/[^\x00-\xff]/ig);return g===null?this.length:this.length+g.length*2};
(function(){function g(a){for(var b="",d,e=0;a[e];e++){d=a[e];if(d.nodeType===3||d.nodeType===4)b+=d.nodeValue;else if(d.nodeType!==8)b+=g(d.childNodes)}return b}function c(a,b,d,e,i,h){i=0;for(var l=e.length;i<l;i++){var k=e[i];if(k){k=k[a];for(var o=false;k;){if(k.sizcache===d){o=e[k.sizset];break}if(k.nodeType===1&&!h){k.sizcache=d;k.sizset=i}if(k.nodeName.toLowerCase()===b){o=k;break}k=k[a]}e[i]=o}}}function f(a,b,d,e,i,h){i=0;for(var l=e.length;i<l;i++){var k=e[i];if(k){k=k[a];for(var o=false;k;){if(k.sizcache===
d){o=e[k.sizset];break}if(k.nodeType===1){if(!h){k.sizcache=d;k.sizset=i}if(typeof b!=="string"){if(k===b){o=true;break}}else if(p.filter(b,[k]).length>0){o=k;break}}k=k[a]}e[i]=o}}}var j=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,m=0,q=Object.prototype.toString,r=false,C=true;[0,0].sort(function(){C=false;return 0});var p=function(a,b,d,e){d=d||[];var i=b=b||document;if(b.nodeType!==1&&b.nodeType!==9)return[];
if(!a||typeof a!=="string")return d;for(var h=[],l,k,o,w,t=true,v=B(b),u=a;(j.exec(""),l=j.exec(u))!==null;){u=l[3];h.push(l[1]);if(l[2]){w=l[3];break}}if(h.length>1&&F.exec(a))if(h.length===2&&n.relative[h[0]])k=D(h[0]+h[1],b);else for(k=n.relative[h[0]]?[b]:p(h.shift(),b);h.length;){a=h.shift();if(n.relative[a])a+=h.shift();k=D(a,k)}else{if(!e&&h.length>1&&b.nodeType===9&&!v&&n.match.ID.test(h[0])&&!n.match.ID.test(h[h.length-1])){l=p.find(h.shift(),b,v);b=l.expr?p.filter(l.expr,l.set)[0]:l.set[0]}if(b){l=
e?{expr:h.pop(),set:x(e)}:p.find(h.pop(),h.length===1&&(h[0]==="~"||h[0]==="+")&&b.parentNode?b.parentNode:b,v);k=l.expr?p.filter(l.expr,l.set):l.set;if(h.length>0)o=x(k);else t=false;for(;h.length;){var s=h.pop();l=s;if(n.relative[s])l=h.pop();else s="";if(l==null)l=b;n.relative[s](o,l,v)}}else o=[]}o||(o=k);if(!o)throw"Syntax error, unrecognized expression: "+(s||a);if(q.call(o)==="[object Array]")if(t)if(b&&b.nodeType===1)for(a=0;o[a]!=null;a++){if(o[a]&&(o[a]===true||o[a].nodeType===1&&G(b,o[a])))d.push(k[a])}else for(a=
0;o[a]!=null;a++)o[a]&&o[a].nodeType===1&&d.push(k[a]);else d.push.apply(d,o);else x(o,d);if(w){p(w,i,d,e);p.uniqueSort(d)}return d};p.uniqueSort=function(a){if(y){r=C;a.sort(y);if(r)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a};p.matches=function(a,b){return p(a,null,null,b)};p.find=function(a,b,d){var e,i;if(!a)return[];for(var h=0,l=n.order.length;h<l;h++){var k=n.order[h];if(i=n.leftMatch[k].exec(a)){var o=i[1];i.splice(1,1);if(o.substr(o.length-1)!=="\\"){i[1]=(i[1]||"").replace(/\\/g,
"");e=n.find[k](i,b,d);if(e!=null){a=a.replace(n.match[k],"");break}}}}e||(e=b.getElementsByTagName("*"));return{set:e,expr:a}};p.filter=function(a,b,d,e){for(var i=a,h=[],l=b,k,o,w=b&&b[0]&&B(b[0]);a&&b.length;){for(var t in n.filter)if((k=n.leftMatch[t].exec(a))!=null&&k[2]){var v=n.filter[t],u,s;s=k[1];o=false;k.splice(1,1);if(s.substr(s.length-1)!=="\\"){if(l===h)h=[];if(n.preFilter[t])if(k=n.preFilter[t](k,l,d,h,e,w)){if(k===true)continue}else o=u=true;if(k)for(var z=0;(s=l[z])!=null;z++)if(s){u=
v(s,k,z,l);var E=e^!!u;if(d&&u!=null)if(E)o=true;else l[z]=false;else if(E){h.push(s);o=true}}if(u!==undefined){d||(l=h);a=a.replace(n.match[t],"");if(!o)return[];break}}}if(a===i)if(o==null)throw"Syntax error, unrecognized expression: "+a;else break;i=a}return l};var n=p.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,
TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(a,b){var d=typeof b==="string",e=d&&!/\W/.test(b);d=d&&!e;if(e)b=b.toLowerCase();e=0;for(var i=a.length,
h;e<i;e++)if(h=a[e]){for(;(h=h.previousSibling)&&h.nodeType!==1;);a[e]=d||h&&h.nodeName.toLowerCase()===b?h||false:h===b}d&&p.filter(b,a,true)},">":function(a,b){var d=typeof b==="string";if(d&&!/\W/.test(b)){b=b.toLowerCase();for(var e=0,i=a.length;e<i;e++){var h=a[e];if(h){d=h.parentNode;a[e]=d.nodeName.toLowerCase()===b?d:false}}}else{e=0;for(i=a.length;e<i;e++)if(h=a[e])a[e]=d?h.parentNode:h.parentNode===b;d&&p.filter(b,a,true)}},"":function(a,b,d){var e=m++,i=f;if(typeof b==="string"&&!/\W/.test(b)){var h=
b=b.toLowerCase();i=c}i("parentNode",b,e,a,h,d)},"~":function(a,b,d){var e=m++,i=f;if(typeof b==="string"&&!/\W/.test(b)){var h=b=b.toLowerCase();i=c}i("previousSibling",b,e,a,h,d)}},find:{ID:function(a,b,d){if(typeof b.getElementById!=="undefined"&&!d)return(a=b.getElementById(a[1]))?[a]:[]},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){var d=[];b=b.getElementsByName(a[1]);for(var e=0,i=b.length;e<i;e++)b[e].getAttribute("name")===a[1]&&d.push(b[e]);return d.length===0?null:d}},
TAG:function(a,b){return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,d,e,i,h){a=" "+a[1].replace(/\\/g,"")+" ";if(h)return a;h=0;for(var l;(l=b[h])!=null;h++)if(l)if(i^(l.className&&(" "+l.className+" ").replace(/[\t\n]/g," ").indexOf(a)>=0))d||e.push(l);else if(d)b[h]=false;return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&
"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0;a[3]=b[3]-0}a[0]=m++;return a},ATTR:function(a,b,d,e,i,h){b=a[1].replace(/\\/g,"");if(!h&&n.attrMap[b])a[1]=n.attrMap[b];if(a[2]==="~=")a[4]=" "+a[4]+" ";return a},PSEUDO:function(a,b,d,e,i){if(a[1]==="not")if((j.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=p(a[3],null,null,b);else{a=p.filter(a[3],b,d,true^i);d||e.push.apply(e,a);return false}else if(n.match.POS.test(a[0])||n.match.CHILD.test(a[0]))return true;return a},POS:function(a){a.unshift(true);
return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,d){return!!p(d[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===
a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,d,e){return b===e.length-1},even:function(a,b){return b%2===
0},odd:function(a,b){return b%2===1},lt:function(a,b,d){return b<d[3]-0},gt:function(a,b,d){return b>d[3]-0},nth:function(a,b,d){return d[3]-0===b},eq:function(a,b,d){return d[3]-0===b}},filter:{PSEUDO:function(a,b,d,e){var i=b[1],h=n.filters[i];if(h)return h(a,d,b,e);else if(i==="contains")return(a.textContent||a.innerText||g([a])||"").indexOf(b[3])>=0;else if(i==="not"){b=b[3];d=0;for(e=b.length;d<e;d++)if(b[d]===a)return false;return true}else throw"Syntax error, unrecognized expression: "+i;},
CHILD:function(a,b){var d=b[1],e=a;switch(d){case "only":case "first":for(;e=e.previousSibling;)if(e.nodeType===1)return false;if(d==="first")return true;e=a;case "last":for(;e=e.nextSibling;)if(e.nodeType===1)return false;return true;case "nth":d=b[2];var i=b[3];if(d===1&&i===0)return true;b=b[0];var h=a.parentNode;if(h&&(h.sizcache!==b||!a.nodeIndex)){var l=0;for(e=h.firstChild;e;e=e.nextSibling)if(e.nodeType===1)e.nodeIndex=++l;h.sizcache=b}a=a.nodeIndex-i;return d===0?a===0:a%d===0&&a/d>=0}},
ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var d=b[1];a=n.attrHandle[d]?n.attrHandle[d](a):a[d]!=null?a[d]:a.getAttribute(d);d=a+"";var e=b[2];b=b[4];return a==null?e==="!=":e==="="?d===b:e==="*="?d.indexOf(b)>=0:e==="~="?(" "+d+" ").indexOf(b)>=0:!b?d&&a!==false:e==="!="?d!==b:e==="^="?d.indexOf(b)===
0:e==="$="?d.substr(d.length-b.length)===b:e==="|="?d===b||d.substr(0,b.length+1)===b+"-":false},POS:function(a,b,d,e){var i=n.setFilters[b[2]];if(i)return i(a,d,b,e)}}},F=n.match.POS;for(var A in n.match){n.match[A]=new RegExp(n.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[A]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[A].source.replace(/\\(\d+)/g,function(a,b){return"\\"+(b-0+1)}))}var x=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};
try{Array.prototype.slice.call(document.documentElement.childNodes,0)}catch(H){x=function(a,b){b=b||[];if(q.call(a)==="[object Array]")Array.prototype.push.apply(b,a);else if(typeof a.length==="number")for(var d=0,e=a.length;d<e;d++)b.push(a[d]);else for(d=0;a[d];d++)b.push(a[d]);return b}}var y;if(document.documentElement.compareDocumentPosition)y=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b)r=true;return a.compareDocumentPosition?-1:1}a=a.compareDocumentPosition(b)&
4?-1:a===b?0:1;if(a===0)r=true;return a};else if("sourceIndex"in document.documentElement)y=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b)r=true;return a.sourceIndex?-1:1}a=a.sourceIndex-b.sourceIndex;if(a===0)r=true;return a};else if(document.createRange)y=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b)r=true;return a.ownerDocument?-1:1}var d=a.ownerDocument.createRange(),e=b.ownerDocument.createRange();d.setStart(a,0);d.setEnd(a,0);e.setStart(b,0);e.setEnd(b,0);a=d.compareBoundaryPoints(Range.START_TO_END,
e);if(a===0)r=true;return a};(function(){var a=document.createElement("div"),b="script"+(new Date).getTime();a.innerHTML="<a name='"+b+"'/>";var d=document.documentElement;d.insertBefore(a,d.firstChild);if(document.getElementById(b)){n.find.ID=function(e,i,h){if(typeof i.getElementById!=="undefined"&&!h)return(i=i.getElementById(e[1]))?i.id===e[1]||typeof i.getAttributeNode!=="undefined"&&i.getAttributeNode("id").nodeValue===e[1]?[i]:undefined:[]};n.filter.ID=function(e,i){var h=typeof e.getAttributeNode!==
"undefined"&&e.getAttributeNode("id");return e.nodeType===1&&h&&h.nodeValue===i}}d.removeChild(a);d=a=null})();(function(){var a=document.createElement("div");a.appendChild(document.createComment(""));if(a.getElementsByTagName("*").length>0)n.find.TAG=function(b,d){d=d.getElementsByTagName(b[1]);if(b[1]==="*"){b=[];for(var e=0;d[e];e++)d[e].nodeType===1&&b.push(d[e]);d=b}return d};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!==
"#")n.attrHandle.href=function(b){return b.getAttribute("href",2)};a=null})();document.querySelectorAll&&function(){var a=p,b=document.createElement("div");b.innerHTML="<p class='TEST'></p>";if(!(b.querySelectorAll&&b.querySelectorAll(".TEST").length===0)){p=function(e,i,h,l){i=i||document;if(!l&&i.nodeType===9&&!B(i))try{return x(i.querySelectorAll(e),h)}catch(k){}return a(e,i,h,l)};for(var d in a)p[d]=a[d];b=null}}();(function(){var a=document.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";
if(!(!a.getElementsByClassName||a.getElementsByClassName("e").length===0)){a.lastChild.className="e";if(a.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(b,d,e){if(typeof d.getElementsByClassName!=="undefined"&&!e)return d.getElementsByClassName(b[1])};a=null}}})();var G=document.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)&16}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)},B=function(a){return(a=(a?a.ownerDocument||
a:0).documentElement)?a.nodeName!=="HTML":false},D=function(a,b){var d=[],e="",i;for(b=b.nodeType?[b]:b;i=n.match.PSEUDO.exec(a);){e+=i[0];a=a.replace(n.match.PSEUDO,"")}a=n.relative[a]?a+"*":a;i=0;for(var h=b.length;i<h;i++)p(a,b[i],d);return p.filter(e,d)};window.Sizzle=p})();