document.getElementsByTagName('html')[0].className='js';(function(u,x){function A9(){if(!AG.isReady){try{y.documentElement.doScroll("left")}catch(F){setTimeout(A9,1);return}AG.ready()}}function BD(G,F){F.src?AG.ajax({url:F.src,async:false,dataType:"script"}):AG.globalEval(F.text||F.textContent||F.innerHTML||"");F.parentNode&&F.parentNode.removeChild(F)}function AO(G,F,O,L,N,K){var J=G.length;if(typeof F==="object"){for(var P in F){AO(G,P,F[P],L,N,O)}return G}if(O!==x){L=!K&&L&&AG.isFunction(O);for(P=0;P<J;P++){N(G[P],F,L?O.call(G[P],P,N(G[P],F)):O,K)}return G}return J?N(G[0],F):null}function Ae(){return(new Date).getTime()}function AN(){return false}function AL(){return true}function Ax(G,F,J){J[0].type=G;return AG.event.handle.apply(F,J)}function Aj(T){var Q,P=[],N=[],O=arguments,L,K,G,F,J,V,S=AG.extend({},AG.data(this,"events").live);if(!(T.button&&T.type==="click")){for(F in S){K=S[F];if(K.live===T.type||K.altLive&&AG.inArray(T.type,K.altLive)>-1){L=K.data;L.beforeFilter&&L.beforeFilter[T.type]&&!L.beforeFilter[T.type](T)||N.push(K.selector)}else{delete S[F]}}L=AG(T.target).closest(N,T.currentTarget);J=0;for(V=L.length;J<V;J++){for(F in S){K=S[F];G=L[J].elem;N=null;if(L[J].selector===K.selector){if(K.live==="mouseenter"||K.live==="mouseleave"){N=AG(T.relatedTarget).closest(K.selector)[0]}if(!N||N!==G){P.push({elem:G,fn:K})}}}}J=0;for(V=P.length;J<V;J++){L=P[J];T.currentTarget=L.elem;T.data=L.fn.data;if(L.fn.apply(L.elem,O)===false){Q=false;break}}return Q}}function AF(G,F){return"live."+(G?G+".":"")+F.replace(/\./g,"`").replace(/ /g,"&")}function o(F){return!F||!F.parentNode||F.parentNode.nodeType===11}function a(G,F){var J=0;F.each(function(){if(this.nodeName===(G[J]&&G[J].nodeName)){var N=AG.data(G[J++]),O=AG.data(this,N);if(N=N&&N.events){delete O.handle;O.events={};for(var L in N){for(var K in N[L]){AG.event.add(this,L,N[L][K],N[L][K].data)}}}}})}function BC(G,F,N){var K,L,J;if(G.length===1&&typeof G[0]==="string"&&G[0].length<512&&G[0].indexOf("<option")<0&&(AG.support.checkClone||!A1.test(G[0]))){L=true;if(J=AG.fragments[G[0]]){if(J!==1){K=J}}}if(!K){F=F&&F[0]?F[0].ownerDocument||F[0]:y;K=F.createDocumentFragment();AG.clean(G,F,K,N)}if(L){AG.fragments[G[0]]=J?K:1}return{fragment:K,cacheable:L}}function Ab(G,F){var J={};AG.each(An.concat.apply([],An.slice(0,F)),function(){J[this]=G});return J}function AJ(F){return"scrollTo"in F&&F.document?F:F.nodeType===9?F.defaultView||F.parentWindow:false}var AG=function(G,F){return new AG.fn.init(G,F)},A2=u.jQuery,Ao=u.$,y=u.document,AS,AK=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,t=/^.[^:#\[\.,]*$/,f=/\S/,C=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,A4=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,AX=navigator.userAgent,s=false,AV=[],AZ,Az=Object.prototype.toString,As=Object.prototype.hasOwnProperty,AW=Array.prototype.push,AT=Array.prototype.slice,e=Array.prototype.indexOf;AG.fn=AG.prototype={init:function(G,F){var K,J;if(!G){return this}if(G.nodeType){this.context=this[0]=G;this.length=1;return this}if(typeof G==="string"){if((K=AK.exec(G))&&(K[1]||!F)){if(K[1]){J=F?F.ownerDocument||F:y;if(G=A4.exec(G)){if(AG.isPlainObject(F)){G=[y.createElement(G[1])];AG.fn.attr.call(G,F,true)}else{G=[J.createElement(G[1])]}}else{G=BC([K[1]],[J]);G=(G.cacheable?G.fragment.cloneNode(true):G.fragment).childNodes}}else{if(F=y.getElementById(K[2])){if(F.id!==K[2]){return AS.find(G)}this.length=1;this[0]=F}this.context=y;this.selector=G;return this}}else{if(!F&&/^\w+$/.test(G)){this.selector=G;this.context=y;G=y.getElementsByTagName(G)}else{return!F||F.jquery?(F||AS).find(G):AG(F).find(G)}}}else{if(AG.isFunction(G)){return AS.ready(G)}}if(G.selector!==x){this.selector=G.selector;this.context=G.context}return AG.isArray(G)?this.setArray(G):AG.makeArray(G,this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return AT.call(this,0)},get:function(F){return F==null?this.toArray():F<0?this.slice(F)[0]:this[F]},pushStack:function(G,F,J){G=AG(G||null);G.prevObject=this;G.context=this.context;if(F==="find"){G.selector=this.selector+(this.selector?" ":"")+J}else{if(F){G.selector=this.selector+"."+F+"("+J+")"}}return G},setArray:function(F){this.length=0;AW.apply(this,F);return this},each:function(G,F){return AG.each(this,G,F)},ready:function(F){AG.bindReady();if(AG.isReady){F.call(y,AG)}else{AV&&AV.push(F)}return this},eq:function(F){return F===-1?this.slice(F):this.slice(F,+F+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(AT.apply(this,arguments),"slice",AT.call(arguments).join(","))},map:function(F){return this.pushStack(AG.map(this,function(G,J){return F.call(G,J,G)}))},end:function(){return this.prevObject||AG(null)},push:AW,sort:[].sort,splice:[].splice};AG.fn.init.prototype=AG.fn;AG.extend=AG.fn.extend=function(){var G=arguments[0]||{},F=1,O=arguments.length,L=false,N,K,J,P;if(typeof G==="boolean"){L=G;G=arguments[1]||{};F=2}if(typeof G!=="object"&&!AG.isFunction(G)){G={}}if(O===F){G=this;--F}for(;F<O;F++){if((N=arguments[F])!=null){for(K in N){J=G[K];P=N[K];if(G!==P){if(L&&P&&(AG.isPlainObject(P)||AG.isArray(P))){J=J&&(AG.isPlainObject(J)||AG.isArray(J))?J:AG.isArray(P)?[]:{};G[K]=AG.extend(L,J,P)}else{if(P!==x){G[K]=P}}}}}}return G};AG.extend({noConflict:function(F){u.$=Ao;if(F){u.jQuery=A2}return AG},isReady:false,ready:function(){if(!AG.isReady){if(!y.body){return setTimeout(AG.ready,13)}AG.isReady=true;if(AV){for(var G,F=0;G=AV[F++];){G.call(y,AG)}AV=null}AG.fn.triggerHandler&&AG(y).triggerHandler("ready")}},bindReady:function(){if(!s){s=true;if(y.readyState==="complete"){return AG.ready()}if(y.addEventListener){y.addEventListener("DOMContentLoaded",AZ,false);u.addEventListener("load",AG.ready,false)}else{if(y.attachEvent){y.attachEvent("onreadystatechange",AZ);u.attachEvent("onload",AG.ready);var G=false;try{G=u.frameElement==null}catch(F){}y.documentElement.doScroll&&G&&A9()}}}},isFunction:function(F){return Az.call(F)==="[object Function]"},isArray:function(F){return Az.call(F)==="[object Array]"},isPlainObject:function(G){if(!G||Az.call(G)!=="[object Object]"||G.nodeType||G.setInterval){return false}if(G.constructor&&!As.call(G,"constructor")&&!As.call(G.constructor.prototype,"isPrototypeOf")){return false}var F;for(F in G){}return F===x||As.call(G,F)},isEmptyObject:function(G){for(var F in G){return false}return true},error:function(F){throw F},parseJSON:function(F){if(typeof F!=="string"||!F){return null}if(/^[\],:{}\s]*$/.test(F.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return u.JSON&&u.JSON.parse?u.JSON.parse(F):(new Function("return "+F))()}else{AG.error("Invalid JSON: "+F)}},noop:function(){},globalEval:function(G){if(G&&f.test(G)){var F=y.getElementsByTagName("head")[0]||y.documentElement,J=y.createElement("script");J.type="text/javascript";if(AG.support.scriptEval){J.appendChild(y.createTextNode(G))}else{J.text=G}F.insertBefore(J,F.firstChild);F.removeChild(J)}},nodeName:function(G,F){return G.nodeName&&G.nodeName.toUpperCase()===F.toUpperCase()},each:function(G,F,O){var L,N=0,K=G.length,J=K===x||AG.isFunction(G);if(O){if(J){for(L in G){if(F.apply(G[L],O)===false){break}}}else{for(;N<K;){if(F.apply(G[N++],O)===false){break}}}}else{if(J){for(L in G){if(F.call(G[L],L,G[L])===false){break}}}else{for(O=G[0];N<K&&F.call(O,N,O)!==false;O=G[++N]){}}}return G},trim:function(F){return(F||"").replace(C,"")},makeArray:function(G,F){F=F||[];if(G!=null){G.length==null||typeof G==="string"||AG.isFunction(G)||typeof G!=="function"&&G.setInterval?AW.call(F,G):AG.merge(F,G)}return F},inArray:function(G,F){if(F.indexOf){return F.indexOf(G)}for(var K=0,J=F.length;K<J;K++){if(F[K]===G){return K}}return-1},merge:function(G,F){var L=G.length,J=0;if(typeof F.length==="number"){for(var K=F.length;J<K;J++){G[L++]=F[J]}}else{for(;F[J]!==x;){G[L++]=F[J++]}}G.length=L;return G},grep:function(G,F,N){for(var K=[],L=0,J=G.length;L<J;L++){!N!==!F(G[L],L)&&K.push(G[L])}return K},map:function(G,F,O){for(var L=[],N,K=0,J=G.length;K<J;K++){N=F(G[K],K,O);if(N!=null){L[L.length]=N}}return L.concat.apply([],L)},guid:1,proxy:function(G,F,J){if(arguments.length===2){if(typeof F==="string"){J=G;G=J[F];F=x}else{if(F&&!AG.isFunction(F)){J=F;F=x}}}if(!F&&G){F=function(){return G.apply(J||this,arguments)}}if(G){F.guid=G.guid=G.guid||F.guid||AG.guid++}return F},uaMatch:function(F){F=F.toLowerCase();F=/(webkit)[ \/]([\w.]+)/.exec(F)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(F)||/(msie) ([\w.]+)/.exec(F)||!/compatible/.test(F)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(F)||[];return{browser:F[1]||"",version:F[2]||"0"}},browser:{}});AX=AG.uaMatch(AX);if(AX.browser){AG.browser[AX.browser]=true;AG.browser.version=AX.version}if(AG.browser.webkit){AG.browser.safari=true}if(e){AG.inArray=function(G,F){return e.call(F,G)}}AS=AG(y);if(y.addEventListener){AZ=function(){y.removeEventListener("DOMContentLoaded",AZ,false);AG.ready()}}else{if(y.attachEvent){AZ=function(){if(y.readyState==="complete"){y.detachEvent("onreadystatechange",AZ);AG.ready()}}}}(function(){AG.support={};var G=y.documentElement,F=y.createElement("script"),O=y.createElement("div"),L="script"+Ae();O.style.display="none";O.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var N=O.getElementsByTagName("*"),K=O.getElementsByTagName("a")[0];if(!(!N||!N.length||!K)){AG.support={leadingWhitespace:O.firstChild.nodeType===3,tbody:!O.getElementsByTagName("tbody").length,htmlSerialize:!!O.getElementsByTagName("link").length,style:/red/.test(K.getAttribute("style")),hrefNormalized:K.getAttribute("href")==="/a",opacity:/^0.55$/.test(K.style.opacity),cssFloat:!!K.style.cssFloat,checkOn:O.getElementsByTagName("input")[0].value==="on",optSelected:y.createElement("select").appendChild(y.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};F.type="text/javascript";try{F.appendChild(y.createTextNode("window."+L+"=1;"))}catch(J){}G.insertBefore(F,G.firstChild);if(u[L]){AG.support.scriptEval=true;delete u[L]}G.removeChild(F);if(O.attachEvent&&O.fireEvent){O.attachEvent("onclick",function P(){AG.support.noCloneEvent=false;O.detachEvent("onclick",P)});O.cloneNode(true).fireEvent("onclick")}O=y.createElement("div");O.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";G=y.createDocumentFragment();G.appendChild(O.firstChild);AG.support.checkClone=G.cloneNode(true).cloneNode(true).lastChild.checked;AG(function(){var Q=y.createElement("div");Q.style.width=Q.style.paddingLeft="1px";y.body.appendChild(Q);AG.boxModel=AG.support.boxModel=Q.offsetWidth===2;y.body.removeChild(Q).style.display="none"});G=function(T){var S=y.createElement("div");T="on"+T;var Q=T in S;if(!Q){S.setAttribute(T,"return;");Q=typeof S[T]==="function"}return Q};AG.support.submitBubbles=G("submit");AG.support.changeBubbles=G("change");G=F=O=N=K=null}})();AG.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var Ag="jQuery"+Ae(),Aq=0,B={},AM={};AG.extend({cache:{},expando:Ag,noData:{embed:true,object:true,applet:true},data:function(G,F,L){if(!(G.nodeName&&AG.noData[G.nodeName.toLowerCase()])){G=G==u?B:G;var J=G[Ag],K=AG.cache;if(!F&&!J){return null}J||(J=++Aq);if(typeof F==="object"){G[Ag]=J;K=K[J]=AG.extend(true,{},F)}else{K=K[J]?K[J]:typeof L==="undefined"?AM:(K[J]={})}if(L!==x){G[Ag]=J;K[F]=L}return typeof F==="string"?K[F]:K}},removeData:function(G,F){if(!(G.nodeName&&AG.noData[G.nodeName.toLowerCase()])){G=G==u?B:G;var N=G[Ag],K=AG.cache,L=K[N];if(F){if(L){delete L[F];AG.isEmptyObject(L)&&AG.removeData(G)}}else{try{delete G[Ag]}catch(J){G.removeAttribute&&G.removeAttribute(Ag)}delete K[N]}}}});AG.fn.extend({data:function(G,F){if(typeof G==="undefined"&&this.length){return AG.data(this[0])}else{if(typeof G==="object"){return this.each(function(){AG.data(this,G)})}}var K=G.split(".");K[1]=K[1]?"."+K[1]:"";if(F===x){var J=this.triggerHandler("getData"+K[1]+"!",[K[0]]);if(J===x&&this.length){J=AG.data(this[0],G)}return J===x&&K[1]?this.data(K[0]):J}else{return this.trigger("setData"+K[1]+"!",[K[0],F]).each(function(){AG.data(this,G,F)})}},removeData:function(F){return this.each(function(){AG.removeData(this,F)})}});AG.extend({queue:function(G,F,K){if(G){F=(F||"fx")+"queue";var J=AG.data(G,F);if(!K){return J||[]}if(!J||AG.isArray(K)){J=AG.data(G,F,AG.makeArray(K))}else{J.push(K)}return J}},dequeue:function(G,F){F=F||"fx";var K=AG.queue(G,F),J=K.shift();if(J==="inprogress"){J=K.shift()}if(J){F==="fx"&&K.unshift("inprogress");J.call(G,function(){AG.dequeue(G,F)})}}});AG.fn.extend({queue:function(G,F){if(typeof G!=="string"){F=G;G="fx"}if(F===x){return AG.queue(this[0],G)}return this.each(function(){var J=AG.queue(this,G,F);G==="fx"&&J[0]!=="inprogress"&&AG.dequeue(this,G)})},dequeue:function(F){return this.each(function(){AG.dequeue(this,F)})},delay:function(G,F){G=AG.fx?AG.fx.speeds[G]||G:G;F=F||"fx";return this.queue(F,function(){var J=this;setTimeout(function(){AG.dequeue(J,F)},G)})},clearQueue:function(F){return this.queue(F||"fx",[])}});var A3=/[\n\t]/g,AB=/\s+/,w=/\r/g,h=/href|src|style/,D=/(button|input)/i,A5=/(button|input|object|select|textarea)/i,Al=/^(a|area)$/i,Ap=/radio|checkbox/;AG.fn.extend({attr:function(G,F){return AO(this,G,F,true,AG.attr)},removeAttr:function(F){return this.each(function(){AG.attr(this,F,"");this.nodeType===1&&this.removeAttribute(F)})},addClass:function(G){if(AG.isFunction(G)){return this.each(function(S){var Q=AG(this);Q.addClass(G.call(this,S,Q.attr("class")))})}if(G&&typeof G==="string"){for(var F=(G||"").split(AB),O=0,L=this.length;O<L;O++){var N=this[O];if(N.nodeType===1){if(N.className){for(var K=" "+N.className+" ",J=0,P=F.length;J<P;J++){if(K.indexOf(" "+F[J]+" ")<0){N.className+=" "+F[J]}}}else{N.className=G}}}}return this},removeClass:function(G){if(AG.isFunction(G)){return this.each(function(S){var Q=AG(this);Q.removeClass(G.call(this,S,Q.attr("class")))})}if(G&&typeof G==="string"||G===x){for(var F=(G||"").split(AB),O=0,L=this.length;O<L;O++){var N=this[O];if(N.nodeType===1&&N.className){if(G){for(var K=(" "+N.className+" ").replace(A3," "),J=0,P=F.length;J<P;J++){K=K.replace(" "+F[J]+" "," ")}N.className=K.substring(1,K.length-1)}else{N.className=""}}}}return this},toggleClass:function(G,F){var K=typeof G,J=typeof F==="boolean";if(AG.isFunction(G)){return this.each(function(N){var L=AG(this);L.toggleClass(G.call(this,N,L.attr("class"),F),F)})}return this.each(function(){if(K==="string"){for(var O,N=0,L=AG(this),Q=F,P=G.split(AB);O=P[N++];){Q=J?Q:!L.hasClass(O);L[Q?"addClass":"removeClass"](O)}}else{if(K==="undefined"||K==="boolean"){this.className&&AG.data(this,"__className__",this.className);this.className=this.className||G===false?"":AG.data(this,"__className__")||""}}})},hasClass:function(G){G=" "+G+" ";for(var F=0,J=this.length;F<J;F++){if((" "+this[F].className+" ").replace(A3," ").indexOf(G)>-1){return true}}return false},val:function(G){if(G===x){var F=this[0];if(F){if(AG.nodeName(F,"option")){return(F.attributes.value||{}).specified?F.value:F.text}if(AG.nodeName(F,"select")){var O=F.selectedIndex,L=[],N=F.options;F=F.type==="select-one";if(O<0){return null}var K=F?O:0;for(O=F?O+1:N.length;K<O;K++){var J=N[K];if(J.selected){G=AG(J).val();if(F){return G}L.push(G)}}return L}if(Ap.test(F.type)&&!AG.support.checkOn){return F.getAttribute("value")===null?"on":F.value}return(F.value||"").replace(w,"")}return x}var P=AG.isFunction(G);return this.each(function(V){var S=AG(this),T=G;if(this.nodeType===1){if(P){T=G.call(this,V,S.val())}if(typeof T==="number"){T+=""}if(AG.isArray(T)&&Ap.test(this.type)){this.checked=AG.inArray(S.val(),T)>=0}else{if(AG.nodeName(this,"select")){var Q=AG.makeArray(T);AG("option",this).each(function(){this.selected=AG.inArray(AG(this).val(),Q)>=0});if(!Q.length){this.selectedIndex=-1}}else{this.value=T}}}})}});AG.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(G,F,N,K){if(!G||G.nodeType===3||G.nodeType===8){return x}if(K&&F in AG.attrFn){return AG(G)[F](N)}K=G.nodeType!==1||!AG.isXMLDoc(G);var L=N!==x;F=K&&AG.props[F]||F;if(G.nodeType===1){var J=h.test(F);if(F in G&&K&&!J){if(L){F==="type"&&D.test(G.nodeName)&&G.parentNode&&AG.error("type property can't be changed");G[F]=N}if(AG.nodeName(G,"form")&&G.getAttributeNode(F)){return G.getAttributeNode(F).nodeValue}if(F==="tabIndex"){return(F=G.getAttributeNode("tabIndex"))&&F.specified?F.value:A5.test(G.nodeName)||Al.test(G.nodeName)&&G.href?0:x}return G[F]}if(!AG.support.style&&K&&F==="style"){if(L){G.style.cssText=""+N}return G.style.cssText}L&&G.setAttribute(F,""+N);G=!AG.support.hrefNormalized&&K&&J?G.getAttribute(F,2):G.getAttribute(F);return G===null?x:G}return AG.style(G,F,N)}});var Ar=function(F){return F.replace(/[^\w\s\.\|`]/g,function(G){return"\\"+G})};AG.event={add:function(T,Q,P,N){if(!(T.nodeType===3||T.nodeType===8)){if(T.setInterval&&T!==u&&!T.frameElement){T=u}if(!P.guid){P.guid=AG.guid++}if(N!==x){P=AG.proxy(P);P.data=N}var O=AG.data(T,"events")||AG.data(T,"events",{}),L=AG.data(T,"handle"),K;if(!L){K=function(){return typeof AG!=="undefined"&&!AG.event.triggered?AG.event.handle.apply(K.elem,arguments):x};L=AG.data(T,"handle",K)}if(L){L.elem=T;Q=Q.split(/\s+/);for(var G,F=0;G=Q[F++];){var J=G.split(".");G=J.shift();if(F>1){P=AG.proxy(P);if(N!==x){P.data=N}}P.type=J.slice(0).sort().join(".");var V=O[G],S=this.special[G]||{};if(!V){V=O[G]={};if(!S.setup||S.setup.call(T,N,J,P)===false){if(T.addEventListener){T.addEventListener(G,L,false)}else{T.attachEvent&&T.attachEvent("on"+G,L)}}}if(S.add){if((J=S.add.call(T,P,N,J,V))&&AG.isFunction(J)){J.guid=J.guid||P.guid;J.data=J.data||P.data;J.type=J.type||P.type;P=J}}V[P.guid]=P;this.global[G]=true}T=null}}},global:{},remove:function(V,S,Q){if(!(V.nodeType===3||V.nodeType===8)){var O=AG.data(V,"events"),P,N,L;if(O){if(S===x||typeof S==="string"&&S.charAt(0)==="."){for(N in O){this.remove(V,N+(S||""))}}else{if(S.type){Q=S.handler;S=S.type}S=S.split(/\s+/);for(var J=0;N=S[J++];){var G=N.split(".");N=G.shift();var K=!G.length,W=AG.map(G.slice(0).sort(),Ar);W=new RegExp("(^|\\.)"+W.join("\\.(?:.*\\.)?")+"(\\.|$)");var T=this.special[N]||{};if(O[N]){if(Q){L=O[N][Q.guid];delete O[N][Q.guid]}else{for(var F in O[N]){if(K||W.test(O[N][F].type)){delete O[N][F]}}}T.remove&&T.remove.call(V,G,L);for(P in O[N]){break}if(!P){if(!T.teardown||T.teardown.call(V,G)===false){if(V.removeEventListener){V.removeEventListener(N,AG.data(V,"handle"),false)}else{V.detachEvent&&V.detachEvent("on"+N,AG.data(V,"handle"))}}P=null;delete O[N]}}}}for(P in O){break}if(!P){if(F=AG.data(V,"handle")){F.elem=null}AG.removeData(V,"events");AG.removeData(V,"handle")}}}},trigger:function(G,F,O,L){var N=G.type||G;if(!L){G=typeof G==="object"?G[Ag]?G:AG.extend(AG.Event(N),G):AG.Event(N);if(N.indexOf("!")>=0){G.type=N=N.slice(0,-1);G.exclusive=true}if(!O){G.stopPropagation();this.global[N]&&AG.each(AG.cache,function(){this.events&&this.events[N]&&AG.event.trigger(G,F,this.handle.elem)})}if(!O||O.nodeType===3||O.nodeType===8){return x}G.result=x;G.target=O;F=AG.makeArray(F);F.unshift(G)}G.currentTarget=O;(L=AG.data(O,"handle"))&&L.apply(O,F);L=O.parentNode||O.ownerDocument;try{if(!(O&&O.nodeName&&AG.noData[O.nodeName.toLowerCase()])){if(O["on"+N]&&O["on"+N].apply(O,F)===false){G.result=false}}}catch(K){}if(!G.isPropagationStopped()&&L){AG.event.trigger(G,F,L,true)}else{if(!G.isDefaultPrevented()){O=G.target;var J;if(!(AG.nodeName(O,"a")&&N==="click")&&!(O&&O.nodeName&&AG.noData[O.nodeName.toLowerCase()])){try{if(O[N]){if(J=O["on"+N]){O["on"+N]=null}this.triggered=true;O[N]()}}catch(P){}if(J){O["on"+N]=J}this.triggered=false}}}},handle:function(G){var F,N;G=arguments[0]=AG.event.fix(G||u.event);G.currentTarget=this;N=G.type.split(".");G.type=N.shift();F=!N.length&&!G.exclusive;var K=new RegExp("(^|\\.)"+N.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");N=(AG.data(this,"events")||{})[G.type];for(var L in N){var J=N[L];if(F||K.test(J.type)){G.handler=J;G.data=J.data;J=J.apply(this,arguments);if(J!==x){G.result=J;if(J===false){G.preventDefault();G.stopPropagation()}}if(G.isImmediatePropagationStopped()){break}}}return G.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(G){if(G[Ag]){return G}var F=G;G=AG.Event(F);for(var K=this.props.length,J;K;){J=this.props[--K];G[J]=F[J]}if(!G.target){G.target=G.srcElement||y}if(G.target.nodeType===3){G.target=G.target.parentNode}if(!G.relatedTarget&&G.fromElement){G.relatedTarget=G.fromElement===G.target?G.toElement:G.fromElement}if(G.pageX==null&&G.clientX!=null){F=y.documentElement;K=y.body;G.pageX=G.clientX+(F&&F.scrollLeft||K&&K.scrollLeft||0)-(F&&F.clientLeft||K&&K.clientLeft||0);G.pageY=G.clientY+(F&&F.scrollTop||K&&K.scrollTop||0)-(F&&F.clientTop||K&&K.clientTop||0)}if(!G.which&&(G.charCode||G.charCode===0?G.charCode:G.keyCode)){G.which=G.charCode||G.keyCode}if(!G.metaKey&&G.ctrlKey){G.metaKey=G.ctrlKey}if(!G.which&&G.button!==x){G.which=G.button&1?1:G.button&2?3:G.button&4?2:0}return G},guid:100000000,proxy:AG.proxy,special:{ready:{setup:AG.bindReady,teardown:AG.noop},live:{add:function(G,F){AG.extend(G,F||{});G.guid+=F.selector+F.live;F.liveProxy=G;AG.event.add(this,F.live,Aj,F)},remove:function(G){if(G.length){var F=0,J=new RegExp("(^|\\.)"+G[0]+"(\\.|$)");AG.each(AG.data(this,"events").live||{},function(){J.test(this.type)&&F++});F<1&&AG.event.remove(this,G[0],Aj)}},special:{}},beforeunload:{setup:function(G,F,J){if(this.setInterval){this.onbeforeunload=J}return false},teardown:function(G,F){if(this.onbeforeunload===F){this.onbeforeunload=null}}}}};AG.Event=function(F){if(!this.preventDefault){return new AG.Event(F)}if(F&&F.type){this.originalEvent=F;this.type=F.type}else{this.type=F}this.timeStamp=Ae();this[Ag]=true};AG.Event.prototype={preventDefault:function(){this.isDefaultPrevented=AL;var F=this.originalEvent;if(F){F.preventDefault&&F.preventDefault();F.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=AL;var F=this.originalEvent;if(F){F.stopPropagation&&F.stopPropagation();F.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=AL;this.stopPropagation()},isDefaultPrevented:AN,isPropagationStopped:AN,isImmediatePropagationStopped:AN};var A7=function(G){for(var F=G.relatedTarget;F&&F!==this;){try{F=F.parentNode}catch(J){break}}if(F!==this){G.type=G.data;AG.event.handle.apply(this,arguments)}},Av=function(F){F.type=F.data;AG.event.handle.apply(this,arguments)};AG.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(G,F){AG.event.special[G]={setup:function(J){AG.event.add(this,F,J&&J.selector?Av:A7,G)},teardown:function(J){AG.event.remove(this,F,J&&J.selector?Av:A7)}}});if(!AG.support.submitBubbles){AG.event.special.submit={setup:function(G,F,J){if(this.nodeName.toLowerCase()!=="form"){AG.event.add(this,"click.specialSubmit."+J.guid,function(L){var N=L.target,K=N.type;if((K==="submit"||K==="image")&&AG(N).closest("form").length){return Ax("submit",this,arguments)}});AG.event.add(this,"keypress.specialSubmit."+J.guid,function(L){var N=L.target,K=N.type;if((K==="text"||K==="password")&&AG(N).closest("form").length&&L.keyCode===13){return Ax("submit",this,arguments)}})}else{return false}},remove:function(G,F){AG.event.remove(this,"click.specialSubmit"+(F?"."+F.guid:""));AG.event.remove(this,"keypress.specialSubmit"+(F?"."+F.guid:""))}}}if(!AG.support.changeBubbles){var j=/textarea|input|select/i;function Af(G){var F=G.type,J=G.value;if(F==="radio"||F==="checkbox"){J=G.checked}else{if(F==="select-multiple"){J=G.selectedIndex>-1?AG.map(G.options,function(K){return K.selected}).join("-"):""}else{if(G.nodeName.toLowerCase()==="select"){J=G.selectedIndex}}}return J}function H(G,F){var L=G.target,J,K;if(!(!j.test(L.nodeName)||L.readOnly)){J=AG.data(L,"_change_data");K=Af(L);if(G.type!=="focusout"||L.type!=="radio"){AG.data(L,"_change_data",K)}if(!(J===x||K===J)){if(J!=null||K){G.type="change";return AG.event.trigger(G,F,L)}}}}AG.event.special.change={filters:{focusout:H,click:function(G){var F=G.target,J=F.type;if(J==="radio"||J==="checkbox"||F.nodeName.toLowerCase()==="select"){return H.call(this,G)}},keydown:function(G){var F=G.target,J=F.type;if(G.keyCode===13&&F.nodeName.toLowerCase()!=="textarea"||G.keyCode===32&&(J==="checkbox"||J==="radio")||J==="select-multiple"){return H.call(this,G)}},beforeactivate:function(F){F=F.target;F.nodeName.toLowerCase()==="input"&&F.type==="radio"&&AG.data(F,"_change_data",Af(F))}},setup:function(G,F,K){for(var J in AR){AG.event.add(this,J+".specialChange."+K.guid,AR[J])}return j.test(this.nodeName)},remove:function(G,F){for(var J in AR){AG.event.remove(this,J+".specialChange"+(F?"."+F.guid:""),AR[J])}return j.test(this.nodeName)}};var AR=AG.event.special.change.filters}y.addEventListener&&AG.each({focus:"focusin",blur:"focusout"},function(G,F){function J(K){K=AG.event.fix(K);K.type=F;return AG.event.handle.call(this,K)}AG.event.special[F]={setup:function(){this.addEventListener(G,J,true)},teardown:function(){this.removeEventListener(G,J,true)}}});AG.each(["bind","one"],function(G,F){AG.fn[F]=function(O,L,N){if(typeof O==="object"){for(var K in O){this[F](K,L,O[K],N)}return this}if(AG.isFunction(L)){N=L;L=x}var J=F==="one"?AG.proxy(N,function(P){AG(this).unbind(P,J);return N.apply(this,arguments)}):N;return O==="unload"&&F!=="one"?this.one(O,L,N):this.each(function(){AG.event.add(this,O,J,L)})}});AG.fn.extend({unbind:function(G,F){if(typeof G==="object"&&!G.preventDefault){for(var J in G){this.unbind(J,G[J])}return this}return this.each(function(){AG.event.remove(this,G,F)})},trigger:function(G,F){return this.each(function(){AG.event.trigger(G,F,this)})},triggerHandler:function(G,F){if(this[0]){G=AG.Event(G);G.preventDefault();G.stopPropagation();AG.event.trigger(G,F,this[0]);return G.result}},toggle:function(G){for(var F=arguments,J=1;J<F.length;){AG.proxy(G,F[J++])}return this.click(AG.proxy(G,function(K){var L=(AG.data(this,"lastToggle"+G.guid)||0)%J;AG.data(this,"lastToggle"+G.guid,L+1);K.preventDefault();return F[L].apply(this,arguments)||false}))},hover:function(G,F){return this.mouseenter(G).mouseleave(F||G)}});AG.each(["live","die"],function(G,F){AG.fn[F]=function(O,L,N){var K,J=0;if(AG.isFunction(L)){N=L;L=x}for(O=(O||"").split(/\s+/);(K=O[J++])!=null;){K=K==="focus"?"focusin":K==="blur"?"focusout":K==="hover"?O.push("mouseleave")&&"mouseenter":K;F==="live"?AG(this.context).bind(AF(K,this.selector),{data:L,selector:this.selector,live:K},N):AG(this.context).unbind(AF(K,this.selector),N?{guid:N.guid+this.selector+K}:null)}return this}});AG.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(G,F){AG.fn[F]=function(J){return J?this.bind(F,J):this.trigger(F)};if(AG.attrFn){AG.attrFn[F]=true}});u.attachEvent&&!u.addEventListener&&u.attachEvent("onunload",function(){for(var G in AG.cache){if(AG.cache[G].handle){try{AG.event.remove(AG.cache[G].handle.elem)}catch(F){}}}});(function(){function r(BE){for(var Aa="",z,v=0;BE[v];v++){z=BE[v];if(z.nodeType===3||z.nodeType===4){Aa+=z.nodeValue}else{if(z.nodeType!==8){Aa+=r(z.childNodes)}}}return Aa}function c(BG,BF,BE,Aa,v,z){v=0;for(var BI=Aa.length;v<BI;v++){var BJ=Aa[v];if(BJ){BJ=BJ[BG];for(var BH=false;BJ;){if(BJ.sizcache===BE){BH=Aa[BJ.sizset];break}if(BJ.nodeType===1&&!z){BJ.sizcache=BE;BJ.sizset=v}if(BJ.nodeName.toLowerCase()===BF){BH=BJ;break}BJ=BJ[BG]}Aa[v]=BH}}}function Z(BG,BF,BE,Aa,v,z){v=0;for(var BI=Aa.length;v<BI;v++){var BJ=Aa[v];if(BJ){BJ=BJ[BG];for(var BH=false;BJ;){if(BJ.sizcache===BE){BH=Aa[BJ.sizset];break}if(BJ.nodeType===1){if(!z){BJ.sizcache=BE;BJ.sizset=v}if(typeof BF!=="string"){if(BJ===BF){BH=true;break}}else{if(P.filter(BF,[BJ]).length>0){BH=BJ;break}}}BJ=BJ[BG]}Aa[v]=BH}}}var X=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,Y=0,W=Object.prototype.toString,V=false,S=true;[0,0].sort(function(){S=false;return 0});var P=function(BI,BH,BF,BE){BF=BF||[];var z=BH=BH||y;if(BH.nodeType!==1&&BH.nodeType!==9){return[]}if(!BI||typeof BI!=="string"){return BF}for(var Aa=[],BN,BO,BK,BG,BM=true,BJ=G(BH),BL=BI;(X.exec(""),BN=X.exec(BL))!==null;){BL=BN[3];Aa.push(BN[1]);if(BN[2]){BG=BN[3];break}}if(Aa.length>1&&K.exec(BI)){if(Aa.length===2&&T.relative[Aa[0]]){BO=Q(Aa[0]+Aa[1],BH)}else{for(BO=T.relative[Aa[0]]?[BH]:P(Aa.shift(),BH);Aa.length;){BI=Aa.shift();if(T.relative[BI]){BI+=Aa.shift()}BO=Q(BI,BO)}}}else{if(!BE&&Aa.length>1&&BH.nodeType===9&&!BJ&&T.match.ID.test(Aa[0])&&!T.match.ID.test(Aa[Aa.length-1])){BN=P.find(Aa.shift(),BH,BJ);BH=BN.expr?P.filter(BN.expr,BN.set)[0]:BN.set[0]}if(BH){BN=BE?{expr:Aa.pop(),set:O(BE)}:P.find(Aa.pop(),Aa.length===1&&(Aa[0]==="~"||Aa[0]==="+")&&BH.parentNode?BH.parentNode:BH,BJ);BO=BN.expr?P.filter(BN.expr,BN.set):BN.set;if(Aa.length>0){BK=O(BO)}else{BM=false}for(;Aa.length;){var v=Aa.pop();BN=v;if(T.relative[v]){BN=Aa.pop()}else{v=""}if(BN==null){BN=BH}T.relative[v](BK,BN,BJ)}}else{BK=[]}}BK||(BK=BO);BK||P.error(v||BI);if(W.call(BK)==="[object Array]"){if(BM){if(BH&&BH.nodeType===1){for(BI=0;BK[BI]!=null;BI++){if(BK[BI]&&(BK[BI]===true||BK[BI].nodeType===1&&J(BH,BK[BI]))){BF.push(BO[BI])}}}else{for(BI=0;BK[BI]!=null;BI++){BK[BI]&&BK[BI].nodeType===1&&BF.push(BO[BI])}}}else{BF.push.apply(BF,BK)}}else{O(BK,BF)}if(BG){P(BG,z,BF,BE);P.uniqueSort(BF)}return BF};P.uniqueSort=function(z){if(L){V=S;z.sort(L);if(V){for(var v=1;v<z.length;v++){z[v]===z[v-1]&&z.splice(v--,1)}}}return z};P.matches=function(z,v){return P(z,null,null,v)};P.find=function(BG,BF,BE){var Aa,v;if(!BG){return[]}for(var z=0,BI=T.order.length;z<BI;z++){var BJ=T.order[z];if(v=T.leftMatch[BJ].exec(BG)){var BH=v[1];v.splice(1,1);if(BH.substr(BH.length-1)!=="\\"){v[1]=(v[1]||"").replace(/\\/g,"");Aa=T.find[BJ](v,BF,BE);if(Aa!=null){BG=BG.replace(T.match[BJ],"");break}}}}Aa||(Aa=BF.getElementsByTagName("*"));return{set:Aa,expr:BG}};P.filter=function(BK,BJ,BH,BG){for(var z=BK,BE=[],BP=BJ,BQ,BM,BI=BJ&&BJ[0]&&G(BJ[0]);BK&&BJ.length;){for(var BO in T.filter){if((BQ=T.leftMatch[BO].exec(BK))!=null&&BQ[2]){var BL=T.filter[BO],BN,v;v=BQ[1];BM=false;BQ.splice(1,1);if(v.substr(v.length-1)!=="\\"){if(BP===BE){BE=[]}if(T.preFilter[BO]){if(BQ=T.preFilter[BO](BQ,BP,BH,BE,BG,BI)){if(BQ===true){continue}}else{BM=BN=true}}if(BQ){for(var BF=0;(v=BP[BF])!=null;BF++){if(v){BN=BL(v,BQ,BF,BP);var Aa=BG^!!BN;if(BH&&BN!=null){if(Aa){BM=true}else{BP[BF]=false}}else{if(Aa){BE.push(v);BM=true}}}}}if(BN!==x){BH||(BP=BE);BK=BK.replace(T.match[BO],"");if(!BM){return[]}break}}}}if(BK===z){if(BM==null){P.error(BK)}else{break}}z=BK}return BP};P.error=function(v){throw"Syntax error, unrecognized expression: "+v};var T=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(v){return v.getAttribute("href")}},relative:{"+":function(BE,Aa){var z=typeof Aa==="string",v=z&&!/\W/.test(Aa);z=z&&!v;if(v){Aa=Aa.toLowerCase()}v=0;for(var BF=BE.length,BG;v<BF;v++){if(BG=BE[v]){for(;(BG=BG.previousSibling)&&BG.nodeType!==1;){}BE[v]=z||BG&&BG.nodeName.toLowerCase()===Aa?BG||false:BG===Aa}}z&&P.filter(Aa,BE,true)},">":function(BE,Aa){var z=typeof Aa==="string";if(z&&!/\W/.test(Aa)){Aa=Aa.toLowerCase();for(var v=0,BF=BE.length;v<BF;v++){var BG=BE[v];if(BG){z=BG.parentNode;BE[v]=z.nodeName.toLowerCase()===Aa?z:false}}}else{v=0;for(BF=BE.length;v<BF;v++){if(BG=BE[v]){BE[v]=z?BG.parentNode:BG.parentNode===Aa}}z&&P.filter(Aa,BE,true)}},"":function(BE,Aa,z){var v=Y++,BF=Z;if(typeof Aa==="string"&&!/\W/.test(Aa)){var BG=Aa=Aa.toLowerCase();BF=c}BF("parentNode",Aa,v,BE,BG,z)},"~":function(BE,Aa,z){var v=Y++,BF=Z;if(typeof Aa==="string"&&!/\W/.test(Aa)){var BG=Aa=Aa.toLowerCase();BF=c}BF("previousSibling",Aa,v,BE,BG,z)}},find:{ID:function(Aa,z,v){if(typeof z.getElementById!=="undefined"&&!v){return(Aa=z.getElementById(Aa[1]))?[Aa]:[]}},NAME:function(BE,Aa){if(typeof Aa.getElementsByName!=="undefined"){var z=[];Aa=Aa.getElementsByName(BE[1]);for(var v=0,BF=Aa.length;v<BF;v++){Aa[v].getAttribute("name")===BE[1]&&z.push(Aa[v])}return z.length===0?null:z}},TAG:function(z,v){return v.getElementsByTagName(z[1])}},preFilter:{CLASS:function(BF,BE,z,v,BG,BH){BF=" "+BF[1].replace(/\\/g,"")+" ";if(BH){return BF}BH=0;for(var Aa;(Aa=BE[BH])!=null;BH++){if(Aa){if(BG^(Aa.className&&(" "+Aa.className+" ").replace(/[\t\n]/g," ").indexOf(BF)>=0)){z||v.push(Aa)}else{if(z){BE[BH]=false}}}}return false},ID:function(v){return v[1].replace(/\\/g,"")},TAG:function(v){return v[1].toLowerCase()},CHILD:function(z){if(z[1]==="nth"){var v=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(z[2]==="even"&&"2n"||z[2]==="odd"&&"2n+1"||!/\D/.test(z[2])&&"0n+"+z[2]||z[2]);z[2]=v[1]+(v[2]||1)-0;z[3]=v[3]-0}z[0]=Y++;return z},ATTR:function(BE,Aa,z,v,BF,BG){Aa=BE[1].replace(/\\/g,"");if(!BG&&T.attrMap[Aa]){BE[1]=T.attrMap[Aa]}if(BE[2]==="~="){BE[4]=" "+BE[4]+" "}return BE},PSEUDO:function(BE,Aa,z,v,BF){if(BE[1]==="not"){if((X.exec(BE[3])||"").length>1||/^\w/.test(BE[3])){BE[3]=P(BE[3],null,null,Aa)}else{BE=P.filter(BE[3],Aa,z,true^BF);z||v.push.apply(v,BE);return false}}else{if(T.match.POS.test(BE[0])||T.match.CHILD.test(BE[0])){return true}}return BE},POS:function(v){v.unshift(true);return v}},filters:{enabled:function(v){return v.disabled===false&&v.type!=="hidden"},disabled:function(v){return v.disabled===true},checked:function(v){return v.checked===true},selected:function(v){return v.selected===true},parent:function(v){return!!v.firstChild},empty:function(v){return!v.firstChild},has:function(Aa,z,v){return!!P(v[3],Aa).length},header:function(v){return/h\d/i.test(v.nodeName)},text:function(v){return"text"===v.type},radio:function(v){return"radio"===v.type},checkbox:function(v){return"checkbox"===v.type},file:function(v){return"file"===v.type},password:function(v){return"password"===v.type},submit:function(v){return"submit"===v.type},image:function(v){return"image"===v.type},reset:function(v){return"reset"===v.type},button:function(v){return"button"===v.type||v.nodeName.toLowerCase()==="button"},input:function(v){return/input|select|textarea|button/i.test(v.nodeName)}},setFilters:{first:function(z,v){return v===0},last:function(BE,Aa,z,v){return Aa===v.length-1},even:function(z,v){return v%2===0},odd:function(z,v){return v%2===1},lt:function(Aa,z,v){return z<v[3]-0},gt:function(Aa,z,v){return z>v[3]-0},nth:function(Aa,z,v){return v[3]-0===z},eq:function(Aa,z,v){return v[3]-0===z}},filter:{PSEUDO:function(BE,Aa,z,v){var BF=Aa[1],BG=T.filters[BF];if(BG){return BG(BE,z,Aa,v)}else{if(BF==="contains"){return(BE.textContent||BE.innerText||r([BE])||"").indexOf(Aa[3])>=0}else{if(BF==="not"){Aa=Aa[3];z=0;for(v=Aa.length;z<v;z++){if(Aa[z]===BE){return false}}return true}else{P.error("Syntax error, unrecognized expression: "+BF)}}}},CHILD:function(BF,BE){var z=BE[1],v=BF;switch(z){case"only":case"first":for(;v=v.previousSibling;){if(v.nodeType===1){return false}}if(z==="first"){return true}v=BF;case"last":for(;v=v.nextSibling;){if(v.nodeType===1){return false}}return true;case"nth":z=BE[2];var BG=BE[3];if(z===1&&BG===0){return true}BE=BE[0];var BH=BF.parentNode;if(BH&&(BH.sizcache!==BE||!BF.nodeIndex)){var Aa=0;for(v=BH.firstChild;v;v=v.nextSibling){if(v.nodeType===1){v.nodeIndex=++Aa}}BH.sizcache=BE}BF=BF.nodeIndex-BG;return z===0?BF===0:BF%z===0&&BF/z>=0}},ID:function(z,v){return z.nodeType===1&&z.getAttribute("id")===v},TAG:function(z,v){return v==="*"&&z.nodeType===1||z.nodeName.toLowerCase()===v},CLASS:function(z,v){return(" "+(z.className||z.getAttribute("class"))+" ").indexOf(v)>-1},ATTR:function(BE,Aa){var z=Aa[1];BE=T.attrHandle[z]?T.attrHandle[z](BE):BE[z]!=null?BE[z]:BE.getAttribute(z);z=BE+"";var v=Aa[2];Aa=Aa[4];return BE==null?v==="!=":v==="="?z===Aa:v==="*="?z.indexOf(Aa)>=0:v==="~="?(" "+z+" ").indexOf(Aa)>=0:!Aa?z&&BE!==false:v==="!="?z!==Aa:v==="^="?z.indexOf(Aa)===0:v==="$="?z.substr(z.length-Aa.length)===Aa:v==="|="?z===Aa||z.substr(0,Aa.length+1)===Aa+"-":false},POS:function(BE,Aa,z,v){var BF=T.setFilters[Aa[2]];if(BF){return BF(BE,z,Aa,v)}}}},K=T.match.POS;for(var F in T.match){T.match[F]=new RegExp(T.match[F].source+/(?![^\[]*\])(?![^\(]*\))/.source);T.leftMatch[F]=new RegExp(/(^(?:.|\r|\n)*?)/.source+T.match[F].source.replace(/\\(\d+)/g,function(z,v){return"\\"+(v-0+1)}))}var O=function(z,v){z=Array.prototype.slice.call(z,0);if(v){v.push.apply(v,z);return v}return z};try{Array.prototype.slice.call(y.documentElement.childNodes,0)}catch(N){O=function(BE,Aa){Aa=Aa||[];if(W.call(BE)==="[object Array]"){Array.prototype.push.apply(Aa,BE)}else{if(typeof BE.length==="number"){for(var z=0,v=BE.length;z<v;z++){Aa.push(BE[z])}}else{for(z=0;BE[z];z++){Aa.push(BE[z])}}}return Aa}}var L;if(y.documentElement.compareDocumentPosition){L=function(z,v){if(!z.compareDocumentPosition||!v.compareDocumentPosition){if(z==v){V=true}return z.compareDocumentPosition?-1:1}z=z.compareDocumentPosition(v)&4?-1:z===v?0:1;if(z===0){V=true}return z}}else{if("sourceIndex"in y.documentElement){L=function(z,v){if(!z.sourceIndex||!v.sourceIndex){if(z==v){V=true}return z.sourceIndex?-1:1}z=z.sourceIndex-v.sourceIndex;if(z===0){V=true}return z}}else{if(y.createRange){L=function(BE,Aa){if(!BE.ownerDocument||!Aa.ownerDocument){if(BE==Aa){V=true}return BE.ownerDocument?-1:1}var z=BE.ownerDocument.createRange(),v=Aa.ownerDocument.createRange();z.setStart(BE,0);z.setEnd(BE,0);v.setStart(Aa,0);v.setEnd(Aa,0);BE=z.compareBoundaryPoints(Range.START_TO_END,v);if(BE===0){V=true}return BE}}}}(function(){var Aa=y.createElement("div"),z="script"+(new Date).getTime();Aa.innerHTML="<a name='"+z+"'/>";var v=y.documentElement;v.insertBefore(Aa,v.firstChild);if(y.getElementById(z)){T.find.ID=function(BE,BF,BG){if(typeof BF.getElementById!=="undefined"&&!BG){return(BF=BF.getElementById(BE[1]))?BF.id===BE[1]||typeof BF.getAttributeNode!=="undefined"&&BF.getAttributeNode("id").nodeValue===BE[1]?[BF]:x:[]}};T.filter.ID=function(BE,BF){var BG=typeof BE.getAttributeNode!=="undefined"&&BE.getAttributeNode("id");return BE.nodeType===1&&BG&&BG.nodeValue===BF}}v.removeChild(Aa);v=Aa=null})();(function(){var v=y.createElement("div");v.appendChild(y.createComment(""));if(v.getElementsByTagName("*").length>0){T.find.TAG=function(BE,Aa){Aa=Aa.getElementsByTagName(BE[1]);if(BE[1]==="*"){BE=[];for(var z=0;Aa[z];z++){Aa[z].nodeType===1&&BE.push(Aa[z])}Aa=BE}return Aa}}v.innerHTML="<a href='#'></a>";if(v.firstChild&&typeof v.firstChild.getAttribute!=="undefined"&&v.firstChild.getAttribute("href")!=="#"){T.attrHandle.href=function(z){return z.getAttribute("href",2)}}v=null})();y.querySelectorAll&&function(){var Aa=P,z=y.createElement("div");z.innerHTML="<p class='TEST'></p>";if(!(z.querySelectorAll&&z.querySelectorAll(".TEST").length===0)){P=function(BE,BH,BI,BF){BH=BH||y;if(!BF&&BH.nodeType===9&&!G(BH)){try{return O(BH.querySelectorAll(BE),BI)}catch(BG){}}return Aa(BE,BH,BI,BF)};for(var v in Aa){P[v]=Aa[v]}z=null}}();(function(){var v=y.createElement("div");v.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!v.getElementsByClassName||v.getElementsByClassName("e").length===0)){v.lastChild.className="e";if(v.getElementsByClassName("e").length!==1){T.order.splice(1,0,"CLASS");T.find.CLASS=function(BE,Aa,z){if(typeof Aa.getElementsByClassName!=="undefined"&&!z){return Aa.getElementsByClassName(BE[1])}};v=null}}})();var J=y.compareDocumentPosition?function(z,v){return z.compareDocumentPosition(v)&16}:function(z,v){return z!==v&&(z.contains?z.contains(v):true)},G=function(v){return(v=(v?v.ownerDocument||v:0).documentElement)?v.nodeName!=="HTML":false},Q=function(BE,Aa){var z=[],v="",BF;for(Aa=Aa.nodeType?[Aa]:Aa;BF=T.match.PSEUDO.exec(BE);){v+=BF[0];BE=BE.replace(T.match.PSEUDO,"")}BE=T.relative[BE]?BE+"*":BE;BF=0;for(var BG=Aa.length;BF<BG;BF++){P(BE,Aa[BF],z)}return P.filter(v,z)};AG.find=P;AG.expr=P.selectors;AG.expr[":"]=AG.expr.filters;AG.unique=P.uniqueSort;AG.getText=r;AG.isXMLDoc=G;AG.contains=J})();var AU=/Until$/,AA=/^(?:parents|prevUntil|prevAll)/,i=/,/;AT=Array.prototype.slice;var m=function(G,F,K){if(AG.isFunction(F)){return AG.grep(G,function(N,L){return!!F.call(N,L,N)===K})}else{if(F.nodeType){return AG.grep(G,function(L){return L===F===K})}else{if(typeof F==="string"){var J=AG.grep(G,function(L){return L.nodeType===1});if(t.test(F)){return AG.filter(F,J,!K)}else{F=AG.filter(F,J)}}}}return AG.grep(G,function(L){return AG.inArray(L,F)>=0===K})};AG.fn.extend({find:function(G){for(var F=this.pushStack("","find",G),O=0,L=0,N=this.length;L<N;L++){O=F.length;AG.find(G,this[L],F);if(L>0){for(var K=O;K<F.length;K++){for(var J=0;J<O;J++){if(F[J]===F[K]){F.splice(K--,1);break}}}}}return F},has:function(G){var F=AG(G);return this.filter(function(){for(var K=0,J=F.length;K<J;K++){if(AG.contains(this,F[K])){return true}}})},not:function(F){return this.pushStack(m(this,F,false),"not",F)},filter:function(F){return this.pushStack(m(this,F,true),"filter",F)},is:function(F){return!!F&&AG.filter(F,this).length>0},closest:function(Q,P){if(AG.isArray(Q)){var O=[],L=this[0],N,K={},J;if(L&&Q.length){N=0;for(var G=Q.length;N<G;N++){J=Q[N];K[J]||(K[J]=AG.expr.match.POS.test(J)?AG(J,P||this.context):J)}for(;L&&L.ownerDocument&&L!==P;){for(J in K){N=K[J];if(N.jquery?N.index(L)>-1:AG(L).is(N)){O.push({selector:J,elem:L});delete K[J]}}L=L.parentNode}}return O}var F=AG.expr.match.POS.test(Q)?AG(Q,P||this.context):null;return this.map(function(S,T){for(;T&&T.ownerDocument&&T!==P;){if(F?F.index(T)>-1:AG(T).is(Q)){return T}T=T.parentNode}return null})},index:function(F){if(!F||typeof F==="string"){return AG.inArray(this[0],F?AG(F):this.parent().children())}return AG.inArray(F.jquery?F[0]:F,this)},add:function(G,F){G=typeof G==="string"?AG(G,F||this.context):AG.makeArray(G);F=AG.merge(this.get(),G);return this.pushStack(o(G[0])||o(F[0])?F:AG.unique(F))},andSelf:function(){return this.add(this.prevObject)}});AG.each({parent:function(F){return(F=F.parentNode)&&F.nodeType!==11?F:null},parents:function(F){return AG.dir(F,"parentNode")},parentsUntil:function(G,F,J){return AG.dir(G,"parentNode",J)},next:function(F){return AG.nth(F,2,"nextSibling")},prev:function(F){return AG.nth(F,2,"previousSibling")},nextAll:function(F){return AG.dir(F,"nextSibling")},prevAll:function(F){return AG.dir(F,"previousSibling")},nextUntil:function(G,F,J){return AG.dir(G,"nextSibling",J)},prevUntil:function(G,F,J){return AG.dir(G,"previousSibling",J)},siblings:function(F){return AG.sibling(F.parentNode.firstChild,F)},children:function(F){return AG.sibling(F.firstChild)},contents:function(F){return AG.nodeName(F,"iframe")?F.contentDocument||F.contentWindow.document:AG.makeArray(F.childNodes)}},function(G,F){AG.fn[G]=function(L,J){var K=AG.map(this,F,L);AU.test(G)||(J=L);if(J&&typeof J==="string"){K=AG.filter(J,K)}K=this.length>1?AG.unique(K):K;if((this.length>1||i.test(J))&&AA.test(G)){K=K.reverse()}return this.pushStack(K,G,AT.call(arguments).join(","))}});AG.extend({filter:function(G,F,J){if(J){G=":not("+G+")"}return AG.find.matches(G,F)},dir:function(G,F,K){var J=[];for(G=G[F];G&&G.nodeType!==9&&(K===x||G.nodeType!==1||!AG(G).is(K));){G.nodeType===1&&J.push(G);G=G[F]}return J},nth:function(G,F,K){F=F||1;for(var J=0;G;G=G[K]){if(G.nodeType===1&&++J===F){break}}return G},sibling:function(G,F){for(var J=[];G;G=G.nextSibling){G.nodeType===1&&G!==F&&J.push(G)}return J}});var R=/ jQuery\d+="(?:\d+|null)"/g,AQ=/^\s+/,BA=/(<([\w:]+)[^>]*?)\/>/g,E=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ay=/<([\w:]+)/,A6=/<tbody/i,At=/<|&\w+;/,A1=/checked\s*(?:[^=]|=\s*.checked.)/i,Ak=function(G,F,J){return E.test(J)?G:F+"></"+J+">"},Ai={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};Ai.optgroup=Ai.option;Ai.tbody=Ai.tfoot=Ai.colgroup=Ai.caption=Ai.thead;Ai.th=Ai.td;if(!AG.support.htmlSerialize){Ai._default=[1,"div<div>","</div>"]}AG.fn.extend({text:function(F){if(AG.isFunction(F)){return this.each(function(G){var J=AG(this);J.text(F.call(this,G,J.text()))})}if(typeof F!=="object"&&F!==x){return this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(F))}return AG.getText(this)},wrapAll:function(G){if(AG.isFunction(G)){return this.each(function(J){AG(this).wrapAll(G.call(this,J))})}if(this[0]){var F=AG(G,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&F.insertBefore(this[0]);F.map(function(){for(var J=this;J.firstChild&&J.firstChild.nodeType===1;){J=J.firstChild}return J}).append(this)}return this},wrapInner:function(F){if(AG.isFunction(F)){return this.each(function(G){AG(this).wrapInner(F.call(this,G))})}return this.each(function(){var G=AG(this),J=G.contents();J.length?J.wrapAll(F):G.append(F)})},wrap:function(F){return this.each(function(){AG(this).wrapAll(F)})},unwrap:function(){return this.parent().each(function(){AG.nodeName(this,"body")||AG(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(F){this.nodeType===1&&this.appendChild(F)})},prepend:function(){return this.domManip(arguments,true,function(F){this.nodeType===1&&this.insertBefore(F,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(G){this.parentNode.insertBefore(G,this)})}else{if(arguments.length){var F=AG(arguments[0]);F.push.apply(F,this.toArray());return this.pushStack(F,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(G){this.parentNode.insertBefore(G,this.nextSibling)})}else{if(arguments.length){var F=this.pushStack(this,"after",arguments);F.push.apply(F,AG(arguments[0]).toArray());return F}}},clone:function(G){var F=this.map(function(){if(!AG.support.noCloneEvent&&!AG.isXMLDoc(this)){var K=this.outerHTML,J=this.ownerDocument;if(!K){K=J.createElement("div");K.appendChild(this.cloneNode(true));K=K.innerHTML}return AG.clean([K.replace(R,"").replace(AQ,"")],J)[0]}else{return this.cloneNode(true)}});if(G===true){a(this,F);a(this.find("*"),F.find("*"))}return F},html:function(G){if(G===x){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(R,""):null}else{if(typeof G==="string"&&!/<script/i.test(G)&&(AG.support.leadingWhitespace||!AQ.test(G))&&!Ai[(Ay.exec(G)||["",""])[1].toLowerCase()]){G=G.replace(BA,Ak);try{for(var F=0,K=this.length;F<K;F++){if(this[F].nodeType===1){AG.cleanData(this[F].getElementsByTagName("*"));this[F].innerHTML=G}}}catch(J){this.empty().append(G)}}else{AG.isFunction(G)?this.each(function(O){var N=AG(this),L=N.html();N.empty().append(function(){return G.call(this,O,L)})}):this.empty().append(G)}}return this},replaceWith:function(F){if(this[0]&&this[0].parentNode){if(AG.isFunction(F)){return this.each(function(G){var K=AG(this),J=K.html();K.replaceWith(F.call(this,G,J))})}else{F=AG(F).detach()}return this.each(function(){var G=this.nextSibling,J=this.parentNode;AG(this).remove();G?AG(G).before(F):AG(J).append(F)})}else{return this.pushStack(AG(AG.isFunction(F)?F():F),"replaceWith",F)}},detach:function(F){return this.remove(F,true)},domManip:function(S,Q,P){function N(T){return AG.nodeName(T,"table")?T.getElementsByTagName("tbody")[0]||T.appendChild(T.ownerDocument.createElement("tbody")):T}var O,L,K=S[0],G=[];if(!AG.support.checkClone&&arguments.length===3&&typeof K==="string"&&A1.test(K)){return this.each(function(){AG(this).domManip(S,Q,P,true)})}if(AG.isFunction(K)){return this.each(function(V){var T=AG(this);S[0]=K.call(this,V,Q?T.html():x);T.domManip(S,Q,P)})}if(this[0]){O=S[0]&&S[0].parentNode&&S[0].parentNode.nodeType===11?{fragment:S[0].parentNode}:BC(S,this,G);if(L=O.fragment.firstChild){Q=Q&&AG.nodeName(L,"tr");for(var F=0,J=this.length;F<J;F++){P.call(Q?N(this[F],L):this[F],O.cacheable||this.length>1||F>0?O.fragment.cloneNode(true):O.fragment)}}G&&AG.each(G,BD)}return this}});AG.fragments={};AG.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(G,F){AG.fn[G]=function(O){var L=[];O=AG(O);for(var N=0,K=O.length;N<K;N++){var J=(N>0?this.clone(true):this).get();AG.fn[F].apply(AG(O[N]),J);L=L.concat(J)}return this.pushStack(L,G,O.selector)}});AG.each({remove:function(G,F){if(!G||AG.filter(G,[this]).length){if(!F&&this.nodeType===1){AG.cleanData(this.getElementsByTagName("*"));AG.cleanData([this])}this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(this.nodeType===1&&AG.cleanData(this.getElementsByTagName("*"));this.firstChild;){this.removeChild(this.firstChild)}}},function(G,F){AG.fn[G]=function(){return this.each(F,arguments)}});AG.extend({clean:function(G,F,L,J){F=F||y;if(typeof F.createElement==="undefined"){F=F.ownerDocument||F[0]&&F[0].ownerDocument||y}var K=[];AG.each(G,function(P,O){if(typeof O==="number"){O+=""}if(O){if(typeof O==="string"&&!At.test(O)){O=F.createTextNode(O)}else{if(typeof O==="string"){O=O.replace(BA,Ak);var S=(Ay.exec(O)||["",""])[1].toLowerCase(),Q=Ai[S]||Ai._default,N=Q[0];P=F.createElement("div");for(P.innerHTML=Q[1]+O+Q[2];N--;){P=P.lastChild}if(!AG.support.tbody){N=A6.test(O);S=S==="table"&&!N?P.firstChild&&P.firstChild.childNodes:Q[1]==="<table>"&&!N?P.childNodes:[];for(Q=S.length-1;Q>=0;--Q){AG.nodeName(S[Q],"tbody")&&!S[Q].childNodes.length&&S[Q].parentNode.removeChild(S[Q])}}!AG.support.leadingWhitespace&&AQ.test(O)&&P.insertBefore(F.createTextNode(AQ.exec(O)[0]),P.firstChild);O=AG.makeArray(P.childNodes)}}if(O.nodeType){K.push(O)}else{K=AG.merge(K,O)}}});if(L){for(G=0;K[G];G++){if(J&&AG.nodeName(K[G],"script")&&(!K[G].type||K[G].type.toLowerCase()==="text/javascript")){J.push(K[G].parentNode?K[G].parentNode.removeChild(K[G]):K[G])}else{K[G].nodeType===1&&K.splice.apply(K,[G+1,0].concat(AG.makeArray(K[G].getElementsByTagName("script"))));L.appendChild(K[G])}}}return K},cleanData:function(G){for(var F=0,J;(J=G[F])!=null;F++){AG.event.remove(J);AG.removeData(J)}}});var Ac=/z-?index|font-?weight|opacity|zoom|line-?height/i,AH=/alpha\([^)]*\)/,p=/opacity=([^)]*)/,Au=/float/i,Ad=/-([a-z])/ig,AC=/([A-Z])/g,k=/^-?\d+(?:px)?$/i,I=/^-?\d/,A8={position:"absolute",visibility:"hidden",display:"block"},Aw=["Left","Right"],Ah=["Top","Bottom"],AE=y.defaultView&&y.defaultView.getComputedStyle,b=AG.support.cssFloat?"cssFloat":"styleFloat",AD=function(G,F){return F.toUpperCase()};AG.fn.css=function(G,F){return AO(this,G,F,true,function(L,J,K){if(K===x){return AG.curCSS(L,J)}if(typeof K==="number"&&!Ac.test(J)){K+="px"}AG.style(L,J,K)})};AG.extend({style:function(G,F,L){if(!G||G.nodeType===3||G.nodeType===8){return x}if((F==="width"||F==="height")&&parseFloat(L)<0){L=x}var J=G.style||G,K=L!==x;if(!AG.support.opacity&&F==="opacity"){if(K){J.zoom=1;F=parseInt(L,10)+""==="NaN"?"":"alpha(opacity="+L*100+")";G=J.filter||AG.curCSS(G,"filter")||"";J.filter=AH.test(G)?G.replace(AH,F):F}return J.filter&&J.filter.indexOf("opacity=")>=0?parseFloat(p.exec(J.filter)[1])/100+"":""}if(Au.test(F)){F=b}F=F.replace(Ad,AD);if(K){J[F]=L}return J[F]},css:function(G,F,O,L){if(F==="width"||F==="height"){var N,K=F==="width"?Aw:Ah;function J(){N=F==="width"?G.offsetWidth:G.offsetHeight;L!=="border"&&AG.each(K,function(){L||(N-=parseFloat(AG.curCSS(G,"padding"+this,true))||0);if(L==="margin"){N+=parseFloat(AG.curCSS(G,"margin"+this,true))||0}else{N-=parseFloat(AG.curCSS(G,"border"+this+"Width",true))||0}})}G.offsetWidth!==0?J():AG.swap(G,A8,J);return Math.max(0,Math.round(N))}return AG.curCSS(G,F,O)},curCSS:function(G,F,N){var K,L=G.style;if(!AG.support.opacity&&F==="opacity"&&G.currentStyle){K=p.test(G.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return K===""?"1":K}if(Au.test(F)){F=b}if(!N&&L&&L[F]){K=L[F]}else{if(AE){if(Au.test(F)){F="float"}F=F.replace(AC,"-$1").toLowerCase();L=G.ownerDocument.defaultView;if(!L){return null}if(G=L.getComputedStyle(G,null)){K=G.getPropertyValue(F)}if(F==="opacity"&&K===""){K="1"}}else{if(G.currentStyle){N=F.replace(Ad,AD);K=G.currentStyle[F]||G.currentStyle[N];if(!k.test(K)&&I.test(K)){F=L.left;var J=G.runtimeStyle.left;G.runtimeStyle.left=G.currentStyle.left;L.left=N==="fontSize"?"1em":K||0;K=L.pixelLeft+"px";L.left=F;G.runtimeStyle.left=J}}}}return K},swap:function(G,F,L){var J={};for(var K in F){J[K]=G.style[K];G.style[K]=F[K]}L.call(G);for(K in F){G.style[K]=J[K]}}});if(AG.expr&&AG.expr.filters){AG.expr.filters.hidden=function(G){var F=G.offsetWidth,K=G.offsetHeight,J=G.nodeName.toLowerCase()==="tr";return F===0&&K===0&&!J?true:F>0&&K>0&&!J?false:AG.curCSS(G,"display")==="none"};AG.expr.filters.visible=function(F){return!AG.expr.filters.hidden(F)}}var n=Ae(),U=/<script(.|\s)*?\/script>/gi,BB=/select|textarea/i,A0=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,AY=/=\?(&|$)/,l=/\?/,Am=/(\?|&)_=.*?(&|$)/,AI=/^(\w+:)?\/\/([^\/?#]+)/,q=/%20/g;AG.fn.extend({_load:AG.fn.load,load:function(G,F,N){if(typeof G!=="string"){return this._load(G)}else{if(!this.length){return this}}var K=G.indexOf(" ");if(K>=0){var L=G.slice(K,G.length);G=G.slice(0,K)}K="GET";if(F){if(AG.isFunction(F)){N=F;F=null}else{if(typeof F==="object"){F=AG.param(F,AG.ajaxSettings.traditional);K="POST"}}}var J=this;AG.ajax({url:G,type:K,dataType:"html",data:F,complete:function(O,P){if(P==="success"||P==="notmodified"){J.html(L?AG("<div />").append(O.responseText.replace(U,"")).find(L):O.responseText)}N&&J.each(N,[O.responseText,P,O])}});return this},serialize:function(){return AG.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?AG.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||BB.test(this.nodeName)||A0.test(this.type))}).map(function(G,F){G=AG(this).val();return G==null?null:AG.isArray(G)?AG.map(G,function(J){return{name:F.name,value:J}}):{name:F.name,value:G}}).get()}});AG.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(G,F){AG.fn[F]=function(J){return this.bind(F,J)}});AG.extend({get:function(G,F,K,J){if(AG.isFunction(F)){J=J||K;K=F;F=null}return AG.ajax({type:"GET",url:G,data:F,success:K,dataType:J})},getScript:function(G,F){return AG.get(G,null,F,"script")},getJSON:function(G,F,J){return AG.get(G,F,J,"json")},post:function(G,F,K,J){if(AG.isFunction(F)){J=J||K;K=F;F={}}return AG.ajax({type:"POST",url:G,data:F,success:K,dataType:J})},ajaxSetup:function(F){AG.extend(AG.ajaxSettings,F)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:u.XMLHttpRequest&&(u.location.protocol!=="file:"||!u.ActiveXObject)?function(){return new u.XMLHttpRequest}:function(){try{return new u.ActiveXObject("Microsoft.XMLHTTP")}catch(F){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(BE){function Aa(){v.success&&v.success.call(P,S,X,G);v.global&&r("ajaxSuccess",[G,v])}function z(){v.complete&&v.complete.call(P,G,X);v.global&&r("ajaxComplete",[G,v]);v.global&&!--AG.active&&AG.event.trigger("ajaxStop")}function r(BF,BG){(v.context?AG(v.context):AG.event).trigger(BF,BG)}var v=AG.extend(true,{},AG.ajaxSettings,BE),Y,X,S,P=BE&&BE.context||v,T=v.type.toUpperCase();if(v.data&&v.processData&&typeof v.data!=="string"){v.data=AG.param(v.data,v.traditional)}if(v.dataType==="jsonp"){if(T==="GET"){AY.test(v.url)||(v.url+=(l.test(v.url)?"&":"?")+(v.jsonp||"callback")+"=?")}else{if(!v.data||!AY.test(v.data)){v.data=(v.data?v.data+"&":"")+(v.jsonp||"callback")+"=?"}}v.dataType="json"}if(v.dataType==="json"&&(v.data&&AY.test(v.data)||AY.test(v.url))){Y=v.jsonpCallback||"jsonp"+n++;if(v.data){v.data=(v.data+"").replace(AY,"="+Y+"$1")}v.url=v.url.replace(AY,"="+Y+"$1");v.dataType="script";u[Y]=u[Y]||function(BF){S=BF;Aa();z();u[Y]=x;try{delete u[Y]}catch(BG){}O&&O.removeChild(N)}}if(v.dataType==="script"&&v.cache===null){v.cache=false}if(v.cache===false&&T==="GET"){var K=Ae(),F=v.url.replace(Am,"$1_="+K+"$2");v.url=F+(F===v.url?(l.test(v.url)?"&":"?")+"_="+K:"")}if(v.data&&T==="GET"){v.url+=(l.test(v.url)?"&":"?")+v.data}v.global&&!AG.active++&&AG.event.trigger("ajaxStart");K=(K=AI.exec(v.url))&&(K[1]&&K[1]!==location.protocol||K[2]!==location.host);if(v.dataType==="script"&&T==="GET"&&K){var O=y.getElementsByTagName("head")[0]||y.documentElement,N=y.createElement("script");N.src=v.url;if(v.scriptCharset){N.charset=v.scriptCharset}if(!Y){var L=false;N.onload=N.onreadystatechange=function(){if(!L&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){L=true;Aa();z();N.onload=N.onreadystatechange=null;O&&N.parentNode&&O.removeChild(N)}}}O.insertBefore(N,O.firstChild);return x}var J=false,G=v.xhr();if(G){v.username?G.open(T,v.url,v.async,v.username,v.password):G.open(T,v.url,v.async);try{if(v.data||BE&&BE.contentType){G.setRequestHeader("Content-Type",v.contentType)}if(v.ifModified){AG.lastModified[v.url]&&G.setRequestHeader("If-Modified-Since",AG.lastModified[v.url]);AG.etag[v.url]&&G.setRequestHeader("If-None-Match",AG.etag[v.url])}K||G.setRequestHeader("X-Requested-With","XMLHttpRequest");G.setRequestHeader("Accept",v.dataType&&v.accepts[v.dataType]?v.accepts[v.dataType]+", */*":v.accepts._default)}catch(Q){}if(v.beforeSend&&v.beforeSend.call(P,G,v)===false){v.global&&!--AG.active&&AG.event.trigger("ajaxStop");G.abort();return false}v.global&&r("ajaxSend",[G,v]);var c=G.onreadystatechange=function(BG){if(!G||G.readyState===0||BG==="abort"){J||z();J=true;if(G){G.onreadystatechange=AG.noop}}else{if(!J&&G&&(G.readyState===4||BG==="timeout")){J=true;G.onreadystatechange=AG.noop;X=BG==="timeout"?"timeout":!AG.httpSuccess(G)?"error":v.ifModified&&AG.httpNotModified(G,v.url)?"notmodified":"success";var BH;if(X==="success"){try{S=AG.httpData(G,v.dataType,v)}catch(BF){X="parsererror";BH=BF}}if(X==="success"||X==="notmodified"){Y||Aa()}else{AG.handleError(v,G,X,BH)}z();BG==="timeout"&&G.abort();if(v.async){G=null}}}};try{var Z=G.abort;G.abort=function(){G&&Z.call(G);c("abort")}}catch(W){}v.async&&v.timeout>0&&setTimeout(function(){G&&!J&&c("timeout")},v.timeout);try{G.send(T==="POST"||T==="PUT"||T==="DELETE"?v.data:null)}catch(V){AG.handleError(v,G,null,V);z()}v.async||c();return G}},handleError:function(G,F,K,J){if(G.error){G.error.call(G.context||G,F,K,J)}if(G.global){(G.context?AG(G.context):AG.event).trigger("ajaxError",[F,G,J])}},active:0,httpSuccess:function(G){try{return!G.status&&location.protocol==="file:"||G.status>=200&&G.status<300||G.status===304||G.status===1223||G.status===0}catch(F){}return false},httpNotModified:function(G,F){var K=G.getResponseHeader("Last-Modified"),J=G.getResponseHeader("Etag");if(K){AG.lastModified[F]=K}if(J){AG.etag[F]=J}return G.status===304||G.status===0},httpData:function(G,F,L){var J=G.getResponseHeader("content-type")||"",K=F==="xml"||!F&&J.indexOf("xml")>=0;G=K?G.responseXML:G.responseText;K&&G.documentElement.nodeName==="parsererror"&&AG.error("parsererror");if(L&&L.dataFilter){G=L.dataFilter(G,F)}if(typeof G==="string"){if(F==="json"||!F&&J.indexOf("json")>=0){G=AG.parseJSON(G)}else{if(F==="script"||!F&&J.indexOf("javascript")>=0){AG.globalEval(G)}}}return G},param:function(G,F){function N(O,P){if(AG.isArray(P)){AG.each(P,function(S,Q){F?K(O,Q):N(O+"["+(typeof Q==="object"||AG.isArray(Q)?S:"")+"]",Q)})}else{!F&&P!=null&&typeof P==="object"?AG.each(P,function(S,Q){N(O+"["+S+"]",Q)}):K(O,P)}}function K(O,P){P=AG.isFunction(P)?P():P;L[L.length]=encodeURIComponent(O)+"="+encodeURIComponent(P)}var L=[];if(F===x){F=AG.ajaxSettings.traditional}if(AG.isArray(G)||G.jquery){AG.each(G,function(){K(this.name,this.value)})}else{for(var J in G){N(J,G[J])}}return L.join("&").replace(q,"+")}});var M={},d=/toggle|show|hide/,A=/^([+-]=)?([\d+-.]+)(.*)$/,AP,An=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];AG.fn.extend({show:function(G,F){if(G||G===0){return this.animate(Ab("show",3),G,F)}else{G=0;for(F=this.length;G<F;G++){var L=AG.data(this[G],"olddisplay");this[G].style.display=L||"";if(AG.css(this[G],"display")==="none"){L=this[G].nodeName;var J;if(M[L]){J=M[L]}else{var K=AG("<"+L+" />").appendTo("body");J=K.css("display");if(J==="none"){J="block"}K.remove();M[L]=J}AG.data(this[G],"olddisplay",J)}}G=0;for(F=this.length;G<F;G++){this[G].style.display=AG.data(this[G],"olddisplay")||""}return this}},hide:function(G,F){if(G||G===0){return this.animate(Ab("hide",3),G,F)}else{G=0;for(F=this.length;G<F;G++){var J=AG.data(this[G],"olddisplay");!J&&J!=="none"&&AG.data(this[G],"olddisplay",AG.css(this[G],"display"))}G=0;for(F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:AG.fn.toggle,toggle:function(G,F){var J=typeof G==="boolean";if(AG.isFunction(G)&&AG.isFunction(F)){this._toggle.apply(this,arguments)}else{G==null||J?this.each(function(){var K=J?G:AG(this).is(":hidden");AG(this)[K?"show":"hide"]()}):this.animate(Ab("toggle",3),G,F)}return this},fadeTo:function(G,F,J){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:F},G,J)},animate:function(G,F,L,J){var K=AG.speed(F,L,J);if(AG.isEmptyObject(G)){return this.each(K.complete)}return this[K.queue===false?"each":"queue"](function(){var P=AG.extend({},K),O,S=this.nodeType===1&&AG(this).is(":hidden"),Q=this;for(O in G){var N=O.replace(Ad,AD);if(O!==N){G[N]=G[O];delete G[O];O=N}if(G[O]==="hide"&&S||G[O]==="show"&&!S){return P.complete.call(this)}if((O==="height"||O==="width")&&this.style){P.display=AG.css(this,"display");P.overflow=this.style.overflow}if(AG.isArray(G[O])){(P.specialEasing=P.specialEasing||{})[O]=G[O][1];G[O]=G[O][0]}}if(P.overflow!=null){this.style.overflow="hidden"}P.curAnim=AG.extend({},G);AG.each(G,function(W,V){var T=new AG.fx(Q,P,W);if(d.test(V)){T[V==="toggle"?S?"show":"hide":V](G)}else{var Z=A.exec(V),Y=T.cur(true)||0;if(Z){V=parseFloat(Z[2]);var X=Z[3]||"px";if(X!=="px"){Q.style[W]=(V||1)+X;Y=(V||1)/T.cur(true)*Y;Q.style[W]=Y+X}if(Z[1]){V=(Z[1]==="-="?-1:1)*V+Y}T.custom(Y,V,X)}else{T.custom(Y,V,"")}}});return true})},stop:function(G,F){var J=AG.timers;G&&this.queue([]);this.each(function(){for(var K=J.length-1;K>=0;K--){if(J[K].elem===this){F&&J[K](true);J.splice(K,1)}}});F||this.dequeue();return this}});AG.each({slideDown:Ab("show",1),slideUp:Ab("hide",1),slideToggle:Ab("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(G,F){AG.fn[G]=function(K,J){return this.animate(F,K,J)}});AG.extend({speed:function(G,F,K){var J=G&&typeof G==="object"?G:{complete:K||!K&&F||AG.isFunction(G)&&G,duration:G,easing:K&&F||F&&!AG.isFunction(F)&&F};J.duration=AG.fx.off?0:typeof J.duration==="number"?J.duration:AG.fx.speeds[J.duration]||AG.fx.speeds._default;J.old=J.complete;J.complete=function(){J.queue!==false&&AG(this).dequeue();AG.isFunction(J.old)&&J.old.call(this)};return J},easing:{linear:function(G,F,K,J){return K+J*G},swing:function(G,F,K,J){return(-Math.cos(G*Math.PI)/2+0.5)*J+K}},timers:[],fx:function(G,F,J){this.options=F;this.elem=G;this.prop=J;if(!F.orig){F.orig={}}}});AG.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(AG.fx.step[this.prop]||AG.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}return(F=parseFloat(AG.css(this.elem,this.prop,F)))&&F>-10000?F:parseFloat(AG.curCSS(this.elem,this.prop))||0},custom:function(G,F,L){function J(N){return K.step(N)}this.startTime=Ae();this.start=G;this.end=F;this.unit=L||this.unit||"px";this.now=this.start;this.pos=this.state=0;var K=this;J.elem=this.elem;if(J()&&AG.timers.push(J)&&!AP){AP=setInterval(AG.fx.tick,13)}},show:function(){this.options.orig[this.prop]=AG.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());AG(this.elem).show()},hide:function(){this.options.orig[this.prop]=AG.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(G){var F=Ae(),L=true;if(G||F>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var J in this.options.curAnim){if(this.options.curAnim[J]!==true){L=false}}if(L){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;G=AG.data(this.elem,"olddisplay");this.elem.style.display=G?G:this.options.display;if(AG.css(this.elem,"display")==="none"){this.elem.style.display="block"}}this.options.hide&&AG(this.elem).hide();if(this.options.hide||this.options.show){for(var K in this.options.curAnim){AG.style(this.elem,K,this.options.orig[K])}}this.options.complete.call(this.elem)}return false}else{K=F-this.startTime;this.state=K/this.options.duration;G=this.options.easing||(AG.easing.swing?"swing":"linear");this.pos=AG.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||G](this.state,K,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};AG.extend(AG.fx,{tick:function(){for(var G=AG.timers,F=0;F<G.length;F++){G[F]()||G.splice(F--,1)}G.length||AG.fx.stop()},stop:function(){clearInterval(AP);AP=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(F){AG.style(F.elem,"opacity",F.now)},_default:function(F){if(F.elem.style&&F.elem.style[F.prop]!=null){F.elem.style[F.prop]=(F.prop==="width"||F.prop==="height"?Math.max(0,F.now):F.now)+F.unit}else{F.elem[F.prop]=F.now}}}});if(AG.expr&&AG.expr.filters){AG.expr.filters.animated=function(F){return AG.grep(AG.timers,function(G){return F===G.elem}).length}}AG.fn.offset="getBoundingClientRect"in y.documentElement?function(G){var F=this[0];if(G){return this.each(function(L){AG.offset.setOffset(this,G,L)})}if(!F||!F.ownerDocument){return null}if(F===F.ownerDocument.body){return AG.offset.bodyOffset(F)}var K=F.getBoundingClientRect(),J=F.ownerDocument;F=J.body;J=J.documentElement;return{top:K.top+(self.pageYOffset||AG.support.boxModel&&J.scrollTop||F.scrollTop)-(J.clientTop||F.clientTop||0),left:K.left+(self.pageXOffset||AG.support.boxModel&&J.scrollLeft||F.scrollLeft)-(J.clientLeft||F.clientLeft||0)}}:function(S){var Q=this[0];if(S){return this.each(function(T){AG.offset.setOffset(this,S,T)})}if(!Q||!Q.ownerDocument){return null}if(Q===Q.ownerDocument.body){return AG.offset.bodyOffset(Q)}AG.offset.initialize();var P=Q.offsetParent,N=Q,O=Q.ownerDocument,L,K=O.documentElement,G=O.body;N=(O=O.defaultView)?O.getComputedStyle(Q,null):Q.currentStyle;for(var F=Q.offsetTop,J=Q.offsetLeft;(Q=Q.parentNode)&&Q!==G&&Q!==K;){if(AG.offset.supportsFixedPosition&&N.position==="fixed"){break}L=O?O.getComputedStyle(Q,null):Q.currentStyle;F-=Q.scrollTop;J-=Q.scrollLeft;if(Q===P){F+=Q.offsetTop;J+=Q.offsetLeft;if(AG.offset.doesNotAddBorder&&!(AG.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(Q.nodeName))){F+=parseFloat(L.borderTopWidth)||0;J+=parseFloat(L.borderLeftWidth)||0}N=P;P=Q.offsetParent}if(AG.offset.subtractsBorderForOverflowNotVisible&&L.overflow!=="visible"){F+=parseFloat(L.borderTopWidth)||0;J+=parseFloat(L.borderLeftWidth)||0}N=L}if(N.position==="relative"||N.position==="static"){F+=G.offsetTop;J+=G.offsetLeft}if(AG.offset.supportsFixedPosition&&N.position==="fixed"){F+=Math.max(K.scrollTop,G.scrollTop);J+=Math.max(K.scrollLeft,G.scrollLeft)}return{top:F,left:J}};AG.offset={initialize:function(){var G=y.body,F=y.createElement("div"),N,K,L,J=parseFloat(AG.curCSS(G,"marginTop",true))||0;AG.extend(F.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});F.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";G.insertBefore(F,G.firstChild);N=F.firstChild;K=N.firstChild;L=N.nextSibling.firstChild.firstChild;this.doesNotAddBorder=K.offsetTop!==5;this.doesAddBorderForTableAndCells=L.offsetTop===5;K.style.position="fixed";K.style.top="20px";this.supportsFixedPosition=K.offsetTop===20||K.offsetTop===15;K.style.position=K.style.top="";N.style.overflow="hidden";N.style.position="relative";this.subtractsBorderForOverflowNotVisible=K.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=G.offsetTop!==J;G.removeChild(F);AG.offset.initialize=AG.noop},bodyOffset:function(G){var F=G.offsetTop,J=G.offsetLeft;AG.offset.initialize();if(AG.offset.doesNotIncludeMarginInBodyOffset){F+=parseFloat(AG.curCSS(G,"marginTop",true))||0;J+=parseFloat(AG.curCSS(G,"marginLeft",true))||0}return{top:F,left:J}},setOffset:function(G,F,O){if(/static/.test(AG.curCSS(G,"position"))){G.style.position="relative"}var L=AG(G),N=L.offset(),K=parseInt(AG.curCSS(G,"top",true),10)||0,J=parseInt(AG.curCSS(G,"left",true),10)||0;if(AG.isFunction(F)){F=F.call(G,O,N)}O={top:F.top-N.top+K,left:F.left-N.left+J};"using"in F?F.using.call(G,O):L.css(O)}};AG.fn.extend({position:function(){if(!this[0]){return null}var G=this[0],F=this.offsetParent(),K=this.offset(),J=/^body|html$/i.test(F[0].nodeName)?{top:0,left:0}:F.offset();K.top-=parseFloat(AG.curCSS(G,"marginTop",true))||0;K.left-=parseFloat(AG.curCSS(G,"marginLeft",true))||0;J.top+=parseFloat(AG.curCSS(F[0],"borderTopWidth",true))||0;J.left+=parseFloat(AG.curCSS(F[0],"borderLeftWidth",true))||0;return{top:K.top-J.top,left:K.left-J.left}},offsetParent:function(){return this.map(function(){for(var F=this.offsetParent||y.body;F&&!/^body|html$/i.test(F.nodeName)&&AG.css(F,"position")==="static";){F=F.offsetParent}return F})}});AG.each(["Left","Top"],function(G,F){var J="scroll"+F;AG.fn[J]=function(L){var N=this[0],K;if(!N){return null}if(L!==x){return this.each(function(){if(K=AJ(this)){K.scrollTo(!G?L:AG(K).scrollLeft(),G?L:AG(K).scrollTop())}else{this[J]=L}})}else{return(K=AJ(N))?"pageXOffset"in K?K[G?"pageYOffset":"pageXOffset"]:AG.support.boxModel&&K.document.documentElement[J]||K.document.body[J]:N[J]}}});AG.each(["Height","Width"],function(G,F){var J=F.toLowerCase();AG.fn["inner"+F]=function(){return this[0]?AG.css(this[0],J,false,"padding"):null};AG.fn["outer"+F]=function(K){return this[0]?AG.css(this[0],J,false,K?"margin":"border"):null};AG.fn[J]=function(K){var L=this[0];if(!L){return K==null?null:this}if(AG.isFunction(K)){return this.each(function(O){var N=AG(this);N[J](K.call(this,O,N[J]()))})}return"scrollTo"in L&&L.document?L.document.compatMode==="CSS1Compat"&&L.document.documentElement["client"+F]||L.document.body["client"+F]:L.nodeType===9?Math.max(L.documentElement["client"+F],L.body["scroll"+F],L.documentElement["scroll"+F],L.body["offset"+F],L.documentElement["offset"+F]):K===x?AG.css(L,J):this.css(J,typeof K==="string"?K:K+"px")}});u.jQuery=u.$=AG})(window);$(document).ready(function(){socialBookmarking.bookmark()});var socialBookmarking={bookmark:function(){if(!document.getElementById("bookmarking-sites")){return false}var E=$("#bookmarking-sites a");var D=$("#bookmark-into");if(!D){return false}$(D).addClass("hide");for(var B=0;B<E.length;B++){var C=$("#headlines-content h1:first").text();var A=encodeURIComponent(C);E[B].onclick=function(){var F=this.href;var I=encodeURIComponent(location.href);switch(F){case"http://www.stumbleupon.com/":var H=F+"submit?url="+I+"&title="+A;break;case"http://www.facebook.com/sharer.php":var H=F+"?u="+I+"&="+A;break;case"http://www.google.com/bookmarks/":var H=F+"mark?op=edit&bkmk="+I+"&title="+A;break;case"http://technorati.com/":var H=F+"faves?add="+I+"&t="+A;break;case"http://www.furl.net/":var H=F+"storeIt.jsp?u="+I+"&t="+A;break;default:var H=F+"?url="+I+"&title="+A;break}var G=this.href;window.open(H);g.stopDefault(G);return false}}}}