(function(){var r=this,A,b=r.jQuery,f=r.$,e=r.jQuery=r.$=function(E,F){return new e.fn.init(E,F);},j=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,x=/^.[^:#\[\.,]*$/;e.fn=e.prototype={init:function(H,F){H=H||document;if(H.nodeType){this[0]=H;this.length=1;this.context=H;return this;}if(typeof H==="string"){var E=j.exec(H);if(E&&(E[1]||!F)){if(E[1]){H=e.clean([E[1]],F);}else{var G=document.getElementById(E[3]);if(G&&G.id!=E[3]){return e().find(H);}var I=e(G||[]);I.context=document;I.selector=H;return I;}}else{return e(F).find(H);}}else{if(e.isFunction(H)){return e(document).ready(H);}}if(H.selector&&H.context){this.selector=H.selector;this.context=H.context;}return this.setArray(e.makeArray(H));},selector:"",jquery:"1.3.1",size:function(){return this.length;},get:function(E){return E===A?e.makeArray(this):this[E];},pushStack:function(F,H,E){var G=e(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E;}else{if(H){G.selector=this.selector+"."+H+"("+E+")";}}return G;},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this;},each:function(F,E){return e.each(this,F,E);},index:function(E){return e.inArray(E&&E.jquery?E[0]:E,this);},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===A){return this[0]&&e[G||"attr"](this[0],F);}else{E={};E[F]=H;}}return this.each(function(I){for(F in E){e.attr(G?this.style:this,F,e.prop(this,E[F],G,I,F));}});},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=A;}return this.attr(E,F,"curCSS");},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F));}var E="";e.each(F||this,function(){e.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:e.fn.text([this]);}});});return E;},wrapAll:function(E){if(this[0]){var F=e(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0]);}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild;}return G;}).append(this);}return this;},wrapInner:function(E){return this.each(function(){e(this).contents().wrapAll(E);});},wrap:function(E){return this.each(function(){e(this).wrapAll(E);});},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E);}});},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild);}});},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this);});},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling);});},end:function(){return this.prevObject||e([]);},push:[].push,find:function(G){if(this.length===1&&!/,/.test(G)){var F=this.pushStack([],"find",G);F.length=0;e.find(G,this[0],F);return F;}else{var E=e.map(this,function(H){return e.find(G,H);});return this.pushStack(/[^+>] [^+>]/.test(G)?e.unique(E):E,"find",G);}},clone:function(E){var G=this.map(function(){if(!e.support.noCloneEvent&&!e.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return e.clean([H.innerHTML])[0];}else{return this.cloneNode(true);}});var F=G.find("*").andSelf().each(function(){if(this[B]!==A){this[B]=null;}});if(E===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return;}var H=e.data(this,"events");for(var K in H){for(var J in H[K]){e.event.add(F[I],K,H[K][J],H[K][J].data);}}});}return G;},filter:function(E){return this.pushStack(e.isFunction(E)&&e.grep(this,function(G,F){return E.call(G,F);})||e.multiFilter(E,e.grep(this,function(F){return F.nodeType===1;})),"filter",E);},closest:function(E){var F=e.expr.match.POS.test(E)?e(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:e(G).is(E)){return G;}G=G.parentNode;}});},not:function(E){if(typeof E==="string"){if(x.test(E)){return this.pushStack(e.multiFilter(E,this,true),"not",E);}else{E=e.multiFilter(E,this);}}var F=E.length&&E[E.length-1]!==A&&!E.nodeType;return this.filter(function(){return F?e.inArray(this,E)<0:this!=E;});},add:function(E){return this.pushStack(e.unique(e.merge(this.get(),typeof E==="string"?e(E):e.makeArray(E))));},is:function(E){return !!E&&e.multiFilter(E,this).length>0;},hasClass:function(E){return !!E&&this.is("."+E);},val:function(K){if(K===A){var E=this[0];if(E){if(e.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text;}if(e.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null;}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=e(G).val();if(H){return K;}L.push(K);}}return L;}return(E.value||"").replace(/\r/g,"");}return A;}if(typeof K==="number"){K+="";}return this.each(function(){if(this.nodeType!=1){return;}if(e.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(e.inArray(this.value,K)>=0||e.inArray(this.name,K)>=0);
}else{if(e.nodeName(this,"select")){var N=e.makeArray(K);e("option",this).each(function(){this.selected=(e.inArray(this.value,N)>=0||e.inArray(this.text,N)>=0);});if(!N.length){this.selectedIndex=-1;}}else{this.value=K;}}});},html:function(E){return E===A?(this[0]?this[0].innerHTML:null):this.empty().append(E);},replaceWith:function(E){return this.after(E).remove();},eq:function(E){return this.slice(E,+E+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","));},map:function(E){return this.pushStack(e.map(this,function(G,F){return E.call(G,F,G);}));},andSelf:function(){return this.add(this.prevObject);},domManip:function(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=e.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J);}}if(G){e.each(G,d);}}return this;function L(O,P){return N&&e.nodeName(O,"table")&&e.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O;}}};e.fn.init.prototype=e.fn;function d(E,F){if(F.src){e.ajax({url:F.src,async:false,dataType:"script"});}else{e.globalEval(F.text||F.textContent||F.innerHTML||"");}if(F.parentNode){F.parentNode.removeChild(F);}}function n(){return +new Date;}e.extend=e.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2;}if(typeof J!=="object"&&!e.isFunction(J)){J={};}if(I==H){J=this;--H;}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue;}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=e.extend(E,K||(L.length!=null?[]:{}),L);}else{if(L!==A){J[F]=L;}}}}}return J;};var h=/z-?index|font-?weight|opacity|zoom|line-?height/i,t=document.defaultView||{},l=Object.prototype.toString;e.extend({noConflict:function(E){r.$=f;if(E){r.jQuery=b;}return e;},isFunction:function(E){return l.call(E)==="[object Function]";},isArray:function(E){return l.call(E)==="[object Array]";},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&e.isXMLDoc(E.ownerDocument);},globalEval:function(F){F=e.trim(F);if(F){var E=document.getElementsByTagName("head")[0]||document.documentElement,G=document.createElement("script");G.type="text/javascript";if(e.support.scriptEval){G.appendChild(document.createTextNode(F));}else{G.text=F;}E.insertBefore(G,E.firstChild);E.removeChild(G);}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase();},each:function(I,F,H){var G,J=0,K=I.length;if(H){if(K===A){for(G in I){if(F.apply(I[G],H)===false){break;}}}else{for(;J<K;){if(F.apply(I[J++],H)===false){break;}}}}else{if(K===A){for(G in I){if(F.call(I[G],G,I[G])===false){break;}}}else{for(var E=I[0];J<K&&F.call(E,J,E)!==false;E=I[++J]){}}}return I;},prop:function(F,G,E,I,H){if(e.isFunction(G)){G=G.call(F,I);}return typeof G==="number"&&E=="curCSS"&&!h.test(H)?G+"px":G;},className:{add:function(E,F){e.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!e.className.has(E.className,H)){E.className+=(E.className?" ":"")+H;}});},remove:function(E,F){if(E.nodeType==1){E.className=F!==A?e.grep(E.className.split(/\s+/),function(G){return !e.className.has(F,G);}).join(" "):"";}},has:function(F,E){return F&&e.inArray(E,(F.className||F).toString().split(/\s+/))>-1;}},swap:function(F,E,G){var H={};for(var I in E){H[I]=F.style[I];F.style[I]=E[I];}G.call(F);for(var I in E){F.style[I]=H[I];}},css:function(I,G,K){if(G=="width"||G=="height"){var F,H={position:"absolute",visibility:"hidden",display:"block"},E=G=="width"?["Left","Right"]:["Top","Bottom"];function J(){F=G=="width"?I.offsetWidth:I.offsetHeight;var M=0,L=0;e.each(E,function(){M+=parseFloat(e.curCSS(I,"padding"+this,true))||0;L+=parseFloat(e.curCSS(I,"border"+this+"Width",true))||0;});F-=Math.round(M+L);}if(e(I).is(":visible")){J();}else{e.swap(I,H,J);}return Math.max(0,F);}return e.curCSS(I,G,K);},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!e.support.opacity){L=e.attr(E,"opacity");return L==""?"1":L;}if(F.match(/float/i)){F=C;}if(!G&&E&&E[F]){L=E[F];}else{if(t.getComputedStyle){if(F.match(/float/i)){F="float";}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=t.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F);}if(F=="opacity"&&L==""){L="1";}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase();});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K;}}}}return L;},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document;}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);
if(H){return[K.createElement(H[1])];}}var G=[],E=[],L=K.createElement("div");e.each(F,function(R,N){if(typeof N==="number"){N+="";}if(!N){return;}if(typeof N==="string"){N=N.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">";});var Q=e.trim(N).toLowerCase();var M=!Q.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!Q.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||Q.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!Q.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!Q.indexOf("<td")||!Q.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!Q.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!e.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=M[1]+N+M[2];while(M[0]--){L=L.lastChild;}if(!e.support.tbody){var P=!Q.indexOf("<table")&&Q.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:M[1]=="<table>"&&Q.indexOf("<tbody")<0?L.childNodes:[];for(var O=P.length-1;O>=0;--O){if(e.nodeName(P[O],"tbody")&&!P[O].childNodes.length){P[O].parentNode.removeChild(P[O]);}}}if(!e.support.leadingWhitespace&&/^\s/.test(N)){L.insertBefore(K.createTextNode(N.match(/^\s*/)[0]),L.firstChild);}N=e.makeArray(L.childNodes);}if(N.nodeType){G.push(N);}else{G=e.merge(G,N);}});if(I){for(var J=0;G[J];J++){if(e.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J]);}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(e.makeArray(G[J].getElementsByTagName("script"))));}I.appendChild(G[J]);}}return E;}return G;},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return A;}var H=!e.isXMLDoc(J),L=K!==A;G=H&&e.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex;}if(G in J&&H&&!F){if(L){if(G=="type"&&e.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed";}J[G]=K;}if(e.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue;}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:A;}return J[G];}if(!e.support.style&&H&&G=="style"){return e.attr(J.style,"cssText",K);}if(L){J.setAttribute(G,""+K);}var E=!e.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?A:E;}if(!e.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")");}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":"";}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase();});if(L){J[G]=K;}return J[G];},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"");},makeArray:function(F){var G=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||e.isFunction(F)||F.setInterval){G[0]=F;}else{while(E){G[--E]=F[E];}}}return G;},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E;}}return -1;},merge:function(F,H){var I=0,E,G=F.length;if(!e.support.getAll){while((E=H[I++])!=null){if(E.nodeType!=8){F[G++]=E;}}}else{while((E=H[I++])!=null){F[G++]=E;}}return F;},unique:function(F){var H=[],G={};try{for(var I=0,J=F.length;I<J;I++){var E=e.data(F[I]);if(!G[E]){G[E]=true;H.push(F[I]);}}}catch(K){H=F;}return H;},grep:function(H,F,G){var I=[];for(var J=0,E=H.length;J<E;J++){if(!G!=!F(H[J],J)){I.push(H[J]);}}return I;},map:function(G,F){var H=[];for(var I=0,J=G.length;I<J;I++){var E=F(G[I],I);if(E!=null){H[H.length]=E;}}return H.concat.apply([],H);}});var v=navigator.userAgent.toLowerCase();e.browser={version:(v.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(v),opera:/opera/.test(v),msie:/msie/.test(v)&&!/opera/.test(v),mozilla:/mozilla/.test(v)&&!/(compatible|webkit)/.test(v)};e.each({parent:function(E){return E.parentNode;},parents:function(E){return e.dir(E,"parentNode");},next:function(E){return e.nth(E,2,"nextSibling");},prev:function(E){return e.nth(E,2,"previousSibling");},nextAll:function(E){return e.dir(E,"nextSibling");},prevAll:function(E){return e.dir(E,"previousSibling");},siblings:function(E){return e.sibling(E.parentNode.firstChild,E);},children:function(E){return e.sibling(E.firstChild);},contents:function(E){return e.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:e.makeArray(E.childNodes);}},function(E,F){e.fn[E]=function(G){var H=e.map(this,F);if(G&&typeof G=="string"){H=e.multiFilter(G,H);}return this.pushStack(e.unique(H),E,G);};});e.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){e.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){e(G[H])[F](this);}});};});e.each({removeAttr:function(E){e.attr(this,E,"");
if(this.nodeType==1){this.removeAttribute(E);}},addClass:function(E){e.className.add(this,E);},removeClass:function(E){e.className.remove(this,E);},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!e.className.has(this,F);}e.className[E?"add":"remove"](this,F);},remove:function(E){if(!E||e.filter(E,[this]).length){e("*",this).add([this]).each(function(){e.event.remove(this);e.removeData(this);});if(this.parentNode){this.parentNode.removeChild(this);}}},empty:function(){e(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild);}}},function(E,F){e.fn[E]=function(){return this.each(F,arguments);};});function p(E,F){return E[0]&&parseInt(e.curCSS(E[0],F,true),10)||0;}var B="jQuery"+n(),z=0,D={};e.extend({cache:{},data:function(F,E,G){F=F==r?D:F;var H=F[B];if(!H){H=F[B]=++z;}if(E&&!e.cache[H]){e.cache[H]={};}if(G!==A){e.cache[H][E]=G;}return E?e.cache[H][E]:H;},removeData:function(F,E){F=F==r?D:F;var H=F[B];if(E){if(e.cache[H]){delete e.cache[H][E];E="";for(E in e.cache[H]){break;}if(!E){e.removeData(F);}}}else{try{delete F[B];}catch(G){if(F.removeAttribute){F.removeAttribute(B);}}delete e.cache[H];}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=e.data(F,E);if(!G||e.isArray(H)){G=e.data(F,E,e.makeArray(H));}else{if(H){G.push(H);}}}return G;},dequeue:function(H,G){var E=e.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0];}if(F!==A){F.call(H);}}});e.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===A){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===A&&this.length){F=e.data(this[0],E);}return F===A&&H[1]?this.data(H[0]):F;}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){e.data(this,E,G);});}},removeData:function(E){return this.each(function(){e.removeData(this,E);});},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx";}if(F===A){return e.queue(this[0],E);}return this.each(function(){var G=e.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this);}});},dequeue:function(E){return this.each(function(){e.dequeue(this,E);});}});(function(){var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,ab,ah){ab=ab||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[];}if(!X||typeof X!=="string"){return ab;}var ac=[],Z,ae,aa,S,V,ad,W=true;Q.lastIndex=0;while((Z=Q.exec(X))!==null){ac.push(Z[1]);if(Z[2]){ad=RegExp.rightContext;break;}}if(ac.length>1&&L.exec(X)){if(ac.length===2&&H.relative[ac[0]]){ae=I(ac[0]+ac[1],T);}else{ae=H.relative[ac[0]]?[T]:F(ac.shift(),T);while(ac.length){X=ac.shift();if(H.relative[X]){X+=ac.shift();}ae=I(X,ae);}}}else{var Y=ah?{expr:ac.pop(),set:E(ah)}:F.find(ac.pop(),ac.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(Y.expr,Y.set);if(ac.length>0){aa=E(ae);}else{W=false;}while(ac.length){var ag=ac.pop(),af=ag;if(!H.relative[ag]){ag="";}else{af=ac.pop();}if(af==null){af=T;}H.relative[ag](aa,af,P(T));}}if(!aa){aa=ae;}if(!aa){throw"Syntax error, unrecognized expression: "+(ag||X);}if(G.call(aa)==="[object Array]"){if(!W){ab.push.apply(ab,aa);}else{if(T.nodeType===1){for(var U=0;aa[U]!=null;U++){if(aa[U]&&(aa[U]===true||aa[U].nodeType===1&&J(T,aa[U]))){ab.push(ae[U]);}}}else{for(var U=0;aa[U]!=null;U++){if(aa[U]&&aa[U].nodeType===1){ab.push(ae[U]);}}}}}else{E(aa,ab);}if(ad){F(ad,T,ab,ah);}return ab;};F.matches=function(S,T){return F(S,null,null,T);};F.find=function(U,W,V){var T,aa;if(!U){return[];}for(var Z=0,Y=H.order.length;Z<Y;Z++){var S=H.order[Z],aa;if((aa=H.match[S].exec(U))){var X=RegExp.leftContext;if(X.substr(X.length-1)!=="\\"){aa[1]=(aa[1]||"").replace(/\\/g,"");T=H.find[S](aa,W,V);if(T!=null){U=U.replace(H.match[S],"");break;}}}}if(!T){T=W.getElementsByTagName("*");}return{set:T,expr:U};};F.filter=function(T,Y,Z,ae){var ag=T,ab=[],U=Y,W,ad;while(T&&Y.length){for(var af in H.filter){if((W=H.match[af].exec(T))!=null){var S=H.filter[af],ac,V;ad=false;if(U==ab){ab=[];}if(H.preFilter[af]){W=H.preFilter[af](W,U,Z,ab,ae);if(!W){ad=ac=true;}else{if(W===true){continue;}}}if(W){for(var aa=0;(V=U[aa])!=null;aa++){if(V){ac=S(V,W,aa,U);var X=ae^!!ac;if(Z&&ac!=null){if(X){ad=true;}else{U[aa]=false;}}else{if(X){ab.push(V);ad=true;}}}}}if(ac!==A){if(!Z){U=ab;}T=T.replace(H.match[af],"");if(!ad){return[];}break;}}}T=T.replace(/\s*,\s*/,"");if(T==ag){if(ad==null){throw"Syntax error, unrecognized expression: "+T;}else{break;}}ag=T;}return U;};var H=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(S){return S.getAttribute("href");
}},relative:{"+":function(U,X){for(var S=0,W=U.length;S<W;S++){var T=U[S];if(T){var V=T.previousSibling;while(V&&V.nodeType!==1){V=V.previousSibling;}U[S]=typeof X==="string"?V||false:V===X;}}if(typeof X==="string"){F.filter(X,U,true);}},">":function(S,V,T){if(typeof V==="string"&&!/\W/.test(V)){V=T?V:V.toUpperCase();for(var W=0,U=S.length;W<U;W++){var Y=S[W];if(Y){var X=Y.parentNode;S[W]=X.nodeName===V?X:false;}}}else{for(var W=0,U=S.length;W<U;W++){var Y=S[W];if(Y){S[W]=typeof V==="string"?Y.parentNode:Y.parentNode===V;}}if(typeof V==="string"){F.filter(V,S,true);}}},"":function(T,X,V){var S="done"+(K++),W=R;if(!X.match(/\W/)){var U=X=V?X:X.toUpperCase();W=O;}W("parentNode",X,S,T,U,V);},"~":function(T,X,V){var S="done"+(K++),W=R;if(typeof X==="string"&&!X.match(/\W/)){var U=X=V?X:X.toUpperCase();W=O;}W("previousSibling",X,S,T,U,V);}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[];}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1]);}},TAG:function(S,T){return T.getElementsByTagName(S[1]);}},preFilter:{CLASS:function(X,V,W,U,T){X=" "+X[1].replace(/\\/g,"")+" ";var S;for(var Y=0;(S=V[Y])!=null;Y++){if(S){if(T^(" "+S.className+" ").indexOf(X)>=0){if(!W){U.push(S);}}else{if(W){V[Y]=false;}}}}return false;},ID:function(S){return S[1].replace(/\\/g,"");},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase();},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0;}S[0]="done"+(K++);return S;},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S];}if(T[2]==="~="){T[4]=" "+T[4]+" ";}return T;},PSEUDO:function(U,X,S,W,V){if(U[1]==="not"){if(U[3].match(Q).length>1){U[3]=F(U[3],null,null,X);}else{var T=F.filter(U[3],X,S,true^V);if(!S){W.push.apply(W,T);}return false;}}else{if(H.match.POS.test(U[0])){return true;}}return U;},POS:function(S){S.unshift(true);return S;}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden";},disabled:function(S){return S.disabled===true;},checked:function(S){return S.checked===true;},selected:function(S){S.parentNode.selectedIndex;return S.selected===true;},parent:function(S){return !!S.firstChild;},empty:function(S){return !S.firstChild;},has:function(U,T,S){return !!F(S[3],U).length;},header:function(S){return/h\d/i.test(S.nodeName);},text:function(S){return"text"===S.type;},radio:function(S){return"radio"===S.type;},checkbox:function(S){return"checkbox"===S.type;},file:function(S){return"file"===S.type;},password:function(S){return"password"===S.type;},submit:function(S){return"submit"===S.type;},image:function(S){return"image"===S.type;},reset:function(S){return"reset"===S.type;},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON";},input:function(S){return/input|select|textarea|button/i.test(S.nodeName);}},setFilters:{first:function(T,S){return S===0;},last:function(U,T,S,V){return T===V.length-1;},even:function(T,S){return S%2===0;},odd:function(T,S){return S%2===1;},lt:function(U,T,S){return T<S[3]-0;},gt:function(U,T,S){return T>S[3]-0;},nth:function(U,T,S){return S[3]-0==T;},eq:function(U,T,S){return S[3]-0==T;}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++;}}Z[X]=W-1;}if(Y=="first"){return S.nodeIndex==1;}else{if(Y=="last"){return S.nodeIndex==Z[X];}else{if(Y=="only"){return Z[X]==1;}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true;}if(U==0){if(S.nodeIndex==aa){ab=true;}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true;}}return ab;}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z);}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0;}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false;}}return true;}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S;},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S;},CLASS:function(T,S){return S.test(T.className);},ATTR:function(U,S){var W=H.attrHandle[S[1]]?H.attrHandle[S[1]](U):U[S[1]]||U.getAttribute(S[1]),V=W+"",T=S[2],X=S[4];return W==null?T==="!=":T==="="?V===X:T==="*="?V.indexOf(X)>=0:T==="~="?(" "+V+" ").indexOf(X)>=0:!S[4]?W:T==="!="?V!=X:T==="^="?V.indexOf(X)===0:T==="$="?V.substr(V.length-X.length)===X:T==="|="?V===X||V.substr(0,X.length+1)===X+"-":false;},POS:function(U,X,S,V){var W=X[2],T=H.setFilters[W];if(T){return T(U,S,X,V);}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source);}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S;}return T;};try{Array.prototype.slice.call(document.documentElement.childNodes);
}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W);}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U]);}}else{for(var U=0;W[U];U++){T.push(W[U]);}}}return T;};}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:A:[];}};H.filter.ID=function(V,W){var X=typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id");return V.nodeType===1&&X&&X.nodeValue===W;};}S.removeChild(T);})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(X,W){var V=W.getElementsByTagName(X[1]);if(X[1]==="*"){var U=[];for(var T=0;V[T];T++){if(V[T].nodeType===1){U.push(V[T]);}}V=U;}return V;};}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2);};}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return;}F=function(V,U,X,Y){U=U||document;if(!Y&&U.nodeType===9&&!P(U)){try{return E(U.querySelectorAll(V),X);}catch(W){}}return S(V,U,X,Y);};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches;})();}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1]);};}function O(S,Y,X,ab,Z,aa){for(var V=0,T=ab.length;V<T;V++){var ac=ab[V];if(ac){ac=ac[S];var W=false;while(ac&&ac.nodeType){var U=ac[X];if(U){W=ab[U];break;}if(ac.nodeType===1&&!aa){ac[X]=V;}if(ac.nodeName===Y){W=ac;break;}ac=ac[S];}ab[V]=W;}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break;}if(S.nodeType===1){if(!aa){S[X]=V;}if(typeof Y!=="string"){if(S===Y){W=true;break;}}else{if(F.filter(Y,[S]).length>0){W=S;break;}}}S=S[T];}ab[V]=W;}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16;}:function(T,S){return T!==S&&(T.contains?T.contains(S):true);};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument);};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"");}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V);}return F.filter(W,V);};e.find=F;e.filter=F.filter;e.expr=F.selectors;e.expr[":"]=e.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||e.css(S,"display")==="none"||e.css(S,"visibility")==="hidden";};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&e.css(S,"display")!=="none"&&e.css(S,"visibility")!=="hidden";};F.selectors.filters.animated=function(S){return e.grep(e.timers,function(T){return S===T.elem;}).length;};e.multiFilter=function(U,S,T){if(T){U=":not("+U+")";}return F.matches(U,S);};e.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V);}V=V[T];}return S;};e.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break;}}return W;};e.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U);}}return S;};return;r.Sizzle=F;})();e.event={add:function(K,H,J,F){if(K.nodeType==3||K.nodeType==8){return;}if(K.setInterval&&K!=r){K=r;}if(!J.guid){J.guid=this.guid++;}if(F!==A){var I=J;J=this.proxy(I);J.data=F;}var G=e.data(K,"events")||e.data(K,"events",{}),E=e.data(K,"handle")||e.data(K,"handle",function(){return typeof e!=="undefined"&&!e.event.triggered?e.event.handle.apply(arguments.callee.elem,arguments):A;});E.elem=K;e.each(H.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();J.type=O.slice().sort().join(".");var L=G[N];if(e.event.specialAll[N]){e.event.specialAll[N].setup.call(K,F,O);}if(!L){L=G[N]={};if(!e.event.special[N]||e.event.special[N].setup.call(K,F,O)===false){if(K.addEventListener){K.addEventListener(N,E,false);}else{if(K.attachEvent){K.attachEvent("on"+N,E);}}}}L[J.guid]=J;e.event.global[N]=true;});K=null;},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return;}var G=e.data(K,"events"),F,E;if(G){if(H===A||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""));}}else{if(H.type){J=H.handler;H=H.type;}e.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid];}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P];
}}}if(e.event.specialAll[O]){e.event.specialAll[O].teardown.call(K,Q);}for(F in G[O]){break;}if(!F){if(!e.event.special[O]||e.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,e.data(K,"handle"),false);}else{if(K.detachEvent){K.detachEvent("on"+O,e.data(K,"handle"));}}}F=null;delete G[O];}}});}for(F in G){break;}if(!F){var L=e.data(K,"handle");if(L){L.elem=null;}e.removeData(K,"events");e.removeData(K,"handle");}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[B]?I:e.extend(e.Event(G),I):e.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true;}if(!H){I.stopPropagation();if(this.global[G]){e.each(e.cache,function(){if(this.events&&this.events[G]){e.event.trigger(I,K,this.handle.elem);}});}}if(!H||H.nodeType==3||H.nodeType==8){return A;}I.result=A;I.target=H;K=e.makeArray(K);K.unshift(I);}I.currentTarget=H;var J=e.data(H,"handle");if(J){J.apply(H,K);}if((!H[G]||(e.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false;}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(e.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]();}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){e.event.trigger(I,K,F,true);}}},handle:function(K){var J,E;K=arguments[0]=e.event.fix(K||r.event);var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(e.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==A){K.result=F;if(F===false){K.preventDefault();K.stopPropagation();}}if(K.isImmediatePropagationStopped()){break;}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(J){if(J[B]){return J;}var H=J;J=e.Event(H);for(var I=this.props.length,F;I;){F=this.props[--I];J[F]=H[F];}if(!J.target){J.target=J.srcElement||document;}if(J.target.nodeType==3){J.target=J.target.parentNode;}if(!J.relatedTarget&&J.fromElement){J.relatedTarget=J.fromElement==J.target?J.toElement:J.fromElement;}if(J.pageX==null&&J.clientX!=null){var E=document.documentElement,G=document.body;J.pageX=J.clientX+(E&&E.scrollLeft||G&&G.scrollLeft||0)-(E.clientLeft||0);J.pageY=J.clientY+(E&&E.scrollTop||G&&G.scrollTop||0)-(E.clientTop||0);}if(!J.which&&((J.charCode||J.charCode===0)?J.charCode:J.keyCode)){J.which=J.charCode||J.keyCode;}if(!J.metaKey&&J.ctrlKey){J.metaKey=J.ctrlKey;}if(!J.which&&J.button){J.which=(J.button&1?1:(J.button&2?3:(J.button&4?2:0)));}return J;},proxy:function(F,E){E=E||function(){return F.apply(this,arguments);};E.guid=F.guid=F.guid||E.guid||this.guid++;return E;},special:{ready:{setup:u,teardown:function(){}}},specialAll:{live:{setup:function(E,F){e.event.add(this,F[0],k);},teardown:function(F){if(F.length){var G=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");e.each((e.data(this,"events").live||{}),function(){if(E.test(this.type)){G++;}});if(G<1){e.event.remove(this,F[0],k);}}}}}};e.Event=function(E){if(!this.preventDefault){return new e.Event(E);}if(E&&E.type){this.originalEvent=E;this.type=E.type;}else{this.type=E;}this.timeStamp=n();this[B]=true;};function q(){return false;}function y(){return true;}e.Event.prototype={preventDefault:function(){this.isDefaultPrevented=y;var E=this.originalEvent;if(!E){return;}if(E.preventDefault){E.preventDefault();}E.returnValue=false;},stopPropagation:function(){this.isPropagationStopped=y;var E=this.originalEvent;if(!E){return;}if(E.stopPropagation){E.stopPropagation();}E.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=y;this.stopPropagation();},isDefaultPrevented:q,isPropagationStopped:q,isImmediatePropagationStopped:q};var g=function(E){var G=E.relatedTarget;while(G&&G!=this){try{G=G.parentNode;}catch(F){G=this;}}if(G!=this){E.type=E.data;e.event.handle.apply(this,arguments);}};e.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){e.event.special[E]={setup:function(){e.event.add(this,F,g,E);},teardown:function(){e.event.remove(this,F,g);}};});e.fn.extend({bind:function(E,F,G){return E=="unload"?this.one(E,F,G):this.each(function(){e.event.add(this,E,G||F,G&&F);});},one:function(G,H,F){var E=e.event.proxy(F||H,function(I){e(this).unbind(I,E);return(F||H).apply(this,arguments);});return this.each(function(){e.event.add(this,G,E,F&&H);});},unbind:function(F,E){return this.each(function(){e.event.remove(this,F,E);});},trigger:function(E,F){return this.each(function(){e.event.trigger(E,F,this);});},triggerHandler:function(G,F){if(this[0]){var E=e.Event(G);E.preventDefault();E.stopPropagation();e.event.trigger(E,F,this[0]);return E.result;}},toggle:function(F){var G=arguments,E=1;
while(E<G.length){e.event.proxy(F,G[E++]);}return this.click(e.event.proxy(F,function(H){this.lastToggle=(this.lastToggle||0)%E;H.preventDefault();return G[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(E,F){return this.mouseenter(E).mouseleave(F);},ready:function(E){u();if(e.isReady){E.call(document,e);}else{e.readyList.push(E);}return this;},live:function(F,E){var G=e.event.proxy(E);G.guid+=this.selector+F;e(document).bind(o(F,this.selector),this.selector,G);return this;},die:function(F,E){e(document).unbind(o(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this;}});function k(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];e.each(e.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=e(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J});}}});e.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false;}});return G;}function o(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".");}e.extend({isReady:false,readyList:[],ready:function(){if(!e.isReady){e.isReady=true;if(e.readyList){e.each(e.readyList,function(){this.call(document,e);});e.readyList=null;}e(document).triggerHandler("ready");}}});var s=false;function u(){if(s){return;}s=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);e.ready();},false);}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);e.ready();}});if(document.documentElement.doScroll&&typeof r.frameElement==="undefined"){(function(){if(e.isReady){return;}try{document.documentElement.doScroll("left");}catch(E){setTimeout(arguments.callee,0);return;}e.ready();})();}}}e.event.add(r,"load",e.ready);}e.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,"+"change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){e.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E);};});e(r).bind("unload",function(){for(var E in e.cache){if(E!=1&&e.cache[E].handle){e.event.remove(e.cache[E].handle.elem);}}});(function(){e.support={};var H=document.documentElement,I=document.createElement("script"),F=document.createElement("div"),E="script"+(new Date).getTime();F.style.display="none";F.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var J=F.getElementsByTagName("*"),G=F.getElementsByTagName("a")[0];if(!J||!J.length||!G){return;}e.support={leadingWhitespace:F.firstChild.nodeType==3,tbody:!F.getElementsByTagName("tbody").length,objectAll:!!F.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!F.getElementsByTagName("link").length,style:/red/.test(G.getAttribute("style")),hrefNormalized:G.getAttribute("href")==="/a",opacity:G.style.opacity==="0.5",cssFloat:!!G.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};I.type="text/javascript";try{I.appendChild(document.createTextNode("window."+E+"=1;"));}catch(K){}H.insertBefore(I,H.firstChild);if(r[E]){e.support.scriptEval=true;delete r[E];}H.removeChild(I);if(F.attachEvent&&F.fireEvent){F.attachEvent("onclick",function(){e.support.noCloneEvent=false;F.detachEvent("onclick",arguments.callee);});F.cloneNode(true).fireEvent("onclick");}e(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);e.boxModel=e.support.boxModel=L.offsetWidth===2;document.body.removeChild(L);});})();var C=e.support.cssFloat?"cssFloat":"styleFloat";e.props={"for":"htmlFor","class":"className","float":C,cssFloat:C,styleFloat:C,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};e.fn.extend({_load:e.fn.load,load:function(I,E,F){if(typeof I!=="string"){return this._load(I);}var K=I.indexOf(" ");if(K>=0){var G=I.slice(K,I.length);I=I.slice(0,K);}var J="GET";if(E){if(e.isFunction(E)){F=E;E=null;}else{if(typeof E==="object"){E=e.param(E);J="POST";}}}var H=this;e.ajax({url:I,type:J,dataType:"html",data:E,complete:function(M,L){if(L=="success"||L=="notmodified"){H.html(G?e("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(G):M.responseText);}if(F){H.each(F,[M.responseText,L,M]);}}});return this;},serialize:function(){return e.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?e.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(G,E){var F=e(this).val();return F==null?null:e.isArray(F)?e.map(F,function(I,H){return{name:E.name,value:I};}):{name:E.name,value:F};}).get();}});e.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){e.fn[F]=function(G){return this.bind(F,G);
};});var i=n();e.extend({get:function(E,G,H,F){if(e.isFunction(G)){H=G;G=null;}return e.ajax({type:"GET",url:E,data:G,success:H,dataType:F});},getScript:function(E,F){return e.get(E,null,F,"script");},getJSON:function(G,E,F){return e.get(G,E,F,"json");},post:function(E,G,H,F){if(e.isFunction(G)){H=G;G={};}return e.ajax({type:"POST",url:E,data:G,success:H,dataType:F});},ajaxSetup:function(E){e.extend(e.ajaxSettings,E);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return r.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=e.extend(true,M,e.extend(true,{},e.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=e.param(M.data);}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?";}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?";}}M.dataType="json";}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+i++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1");}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";r[W]=function(X){V=X;I();L();r[W]=A;try{delete r[W];}catch(Y){}if(H){H.removeChild(T);}};}if(M.dataType=="script"&&M.cache==null){M.cache=false;}if(M.cache===false&&G=="GET"){var E=n();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"");}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null;}if(M.global&&!e.active++){e.event.trigger("ajaxStart");}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset;}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();H.removeChild(T);}};}H.appendChild(T);return A;}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password);}else{J.open(G,M.url,M.async);}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType);}if(M.ifModified){J.setRequestHeader("If-Modified-Since",e.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT");}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default);}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--e.active){e.event.trigger("ajaxStop");}J.abort();return false;}if(M.global){e.event.trigger("ajaxSend",[J,M]);}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--e.active){e.event.trigger("ajaxStop");}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null;}R=X=="timeout"?"timeout":!e.httpSuccess(J)?"error":M.ifModified&&e.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=e.httpData(J,M.dataType,M);}catch(Z){R="parsererror";}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified");}catch(Z){}if(M.ifModified&&Y){e.lastModified[M.url]=Y;}if(!W){I();}}else{e.handleError(M,J,R);}L();if(X){J.abort();}if(M.async){J=null;}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout");}},M.timeout);}}try{J.send(M.data);}catch(S){e.handleError(M,J,null,S);}if(!M.async){N();}function I(){if(M.success){M.success(V,R);}if(M.global){e.event.trigger("ajaxSuccess",[J,M]);}}function L(){if(M.complete){M.complete(J,R);}if(M.global){e.event.trigger("ajaxComplete",[J,M]);}if(M.global&&!--e.active){e.event.trigger("ajaxStop");}}return J;},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G);}if(F.global){e.event.trigger("ajaxError",[H,F,G]);}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223;}catch(E){}return false;},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==e.lastModified[E];}catch(F){}return false;},httpData:function(F,J,I){var H=F.getResponseHeader("content-type"),G=J=="xml"||!J&&H&&H.indexOf("xml")>=0,E=G?F.responseXML:F.responseText;if(G&&E.documentElement.tagName=="parsererror"){throw"parsererror";}if(I&&I.dataFilter){E=I.dataFilter(E,J);}if(typeof E==="string"){if(J=="script"){e.globalEval(E);}if(J=="json"){E=r["eval"]("("+E+")");}}return E;},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J);}if(e.isArray(E)||E.jquery){e.each(E,function(){H(this.name,this.value);
});}else{for(var F in E){if(e.isArray(E[F])){e.each(E[F],function(){H(F,this);});}else{H(F,e.isFunction(E[F])?E[F]():E[F]);}}}return G.join("&").replace(/%20/g,"+");}});var a={},c,m=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function w(E,G){var F={};e.each(m.concat.apply([],m.slice(0,G)),function(){F[this]=E;});return F;}e.fn.extend({show:function(J,L){if(J){return this.animate(w("show",3),J,L);}else{for(var H=0,F=this.length;H<F;H++){var E=e.data(this[H],"olddisplay");this[H].style.display=E||"";if(e.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(a[G]){K=a[G];}else{var I=e("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block";}I.remove();a[G]=K;}this[H].style.display=e.data(this[H],"olddisplay",K);}}return this;}},hide:function(F,G){if(F){return this.animate(w("hide",3),F,G);}else{for(var E=0,I=this.length;E<I;E++){var H=e.data(this[E],"olddisplay");if(!H&&H!=="none"){e.data(this[E],"olddisplay",e.css(this[E],"display"));}this[E].style.display="none";}return this;}},_toggle:e.fn.toggle,toggle:function(F,E){var G=typeof F==="boolean";return e.isFunction(F)&&e.isFunction(E)?this._toggle.apply(this,arguments):F==null||G?this.each(function(){var H=G?F:e(this).is(":hidden");e(this)[H?"show":"hide"]();}):this.animate(w("toggle",3),F,E);},fadeTo:function(G,F,E){return this.animate({opacity:F},G,E);},animate:function(G,I,F,E){var H=e.speed(I,F,E);return this[H.queue===false?"each":"queue"](function(){var K=e.extend({},H),M,L=this.nodeType==1&&e(this).is(":hidden"),J=this;for(M in G){if(G[M]=="hide"&&L||G[M]=="show"&&!L){return K.complete.call(this);}if((M=="height"||M=="width")&&this.style){K.display=e.css(this,"display");K.overflow=this.style.overflow;}}if(K.overflow!=null){this.style.overflow="hidden";}K.curAnim=e.extend({},G);e.each(G,function(S,P){var O=new e.fx(J,K,S);if(/toggle|show|hide/.test(P)){O[P=="toggle"?L?"show":"hide":P](G);}else{var N=P.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),Q=O.cur(true)||0;if(N){var R=parseFloat(N[2]),T=N[3]||"px";if(T!="px"){J.style[S]=(R||1)+T;Q=((R||1)/O.cur(true))*Q;J.style[S]=Q+T;}if(N[1]){R=((N[1]=="-="?-1:1)*R)+Q;}O.custom(Q,R,T);}else{O.custom(Q,P,"");}}});return true;});},stop:function(E,G){var F=e.timers;if(E){this.queue([]);}this.each(function(){for(var H=F.length-1;H>=0;H--){if(F[H].elem==this){if(G){F[H](true);}F.splice(H,1);}}});if(!G){this.dequeue();}return this;}});e.each({slideDown:w("show",1),slideUp:w("hide",1),slideToggle:w("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){e.fn[E]=function(G,H){return this.animate(F,G,H);};});e.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||e.isFunction(G)&&G,duration:G,easing:F&&H||H&&!e.isFunction(H)&&H};E.duration=e.fx.off?0:typeof E.duration==="number"?E.duration:e.fx.speeds[E.duration]||e.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){e(this).dequeue();}if(e.isFunction(E.old)){E.old.call(this);}};return E;},easing:{linear:function(G,H,E,F){return E+F*G;},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E;}},timers:[],fx:function(E,G,F){this.options=G;this.elem=E;this.prop=F;if(!G.orig){G.orig={};}}});e.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);}(e.fx.step[this.prop]||e.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];}var E=parseFloat(e.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(e.curCSS(this.elem,this.prop))||0;},custom:function(G,F,E){this.startTime=n();this.start=G;this.end=F;this.unit=E||this.unit||"px";this.now=this.start;this.pos=this.state=0;var H=this;function I(J){return H.step(J);}I.elem=this.elem;if(I()&&e.timers.push(I)==1){c=setInterval(function(){var K=e.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1);}}if(!K.length){clearInterval(c);}},13);}},show:function(){this.options.orig[this.prop]=e.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());e(this.elem).show();},hide:function(){this.options.orig[this.prop]=e.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(J){var I=n();if(J||I>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var G=true;for(var H in this.options.curAnim){if(this.options.curAnim[H]!==true){G=false;}}if(G){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(e.css(this.elem,"display")=="none"){this.elem.style.display="block";}}if(this.options.hide){e(this.elem).hide();}if(this.options.hide||this.options.show){for(var E in this.options.curAnim){e.attr(this.elem.style,E,this.options.orig[E]);
}}this.options.complete.call(this.elem);}return false;}else{var F=I-this.startTime;this.state=F/this.options.duration;this.pos=e.easing[this.options.easing||(e.easing.swing?"swing":"linear")](this.state,F,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};e.extend(e.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){e.attr(E.elem.style,"opacity",E.now);},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit;}else{E.elem[E.prop]=E.now;}}}});if(document.documentElement["getBoundingClientRect"]){e.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return e.offset.bodyOffset(this[0]);}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||e.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||e.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H};};}else{e.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return e.offset.bodyOffset(this[0]);}e.offset.initialized||e.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(e.offset.doesNotAddBorder&&!(e.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0;}F=G,G=J.offsetParent;}if(e.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0;}E=M;}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft;}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft);}return{top:N,left:I};};}e.offset={initialize:function(){if(this.initialized){return;}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E];}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true;},bodyOffset:function(G){e.offset.initialized||e.offset.initialize();var F=G.offsetTop,E=G.offsetLeft;if(e.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(e.curCSS(G,"marginTop",true),10)||0,E+=parseInt(e.curCSS(G,"marginLeft",true),10)||0;}return{top:F,left:E};}};e.fn.extend({position:function(){var E=0,J=0,H;if(this[0]){var I=this.offsetParent(),F=this.offset(),G=/^body|html$/i.test(I[0].tagName)?{top:0,left:0}:I.offset();F.top-=p(this,"marginTop");F.left-=p(this,"marginLeft");G.top+=p(I,"borderTopWidth");G.left+=p(I,"borderLeftWidth");H={top:F.top-G.top,left:F.left-G.left};}return H;},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&e.css(E,"position")=="static")){E=E.offsetParent;}return e(E);}});e.each(["Left","Top"],function(E,G){var F="scroll"+G;e.fn[F]=function(H){if(!this[0]){return null;}return H!==A?this.each(function(){this==r||this==document?r.scrollTo(!E?H:e(r).scrollLeft(),E?H:e(r).scrollTop()):this[F]=H;}):this[0]==r||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||e.boxModel&&document.documentElement[F]||document.body[F]:this[0][F];};});e.each(["Height","Width"],function(F,I){var H=F?"Left":"Top",E=F?"Right":"Bottom";e.fn["inner"+I]=function(){return this[I.toLowerCase()]()+p(this,"padding"+H)+p(this,"padding"+E);};e.fn["outer"+I]=function(J){return this["inner"+I]()+p(this,"border"+H+"Width")+p(this,"border"+E+"Width")+(J?p(this,"margin"+H)+p(this,"margin"+E):0);};var G=I.toLowerCase();e.fn[G]=function(J){return this[0]==r?document.compatMode=="CSS1Compat"&&document.documentElement["client"+I]||document.body["client"+I]:this[0]==document?Math.max(document.documentElement["client"+I],document.body["scroll"+I],document.documentElement["scroll"+I],document.body["offset"+I],document.documentElement["offset"+I]):J===A?(this.length?e.css(this[0],G):null):this.css(G,typeof J==="string"?J:J+"px");
};});})();jQuery.inherit=function(b,a){var c=function(){};c.prototype=a.prototype;b.prototype=new c();b.prototype.constructor=b;b.baseConstructor=a;b.superClass=a.prototype;};jQuery.extend(jQuery.className,{replace:function(d,b,c){if(jQuery.className.match(d,b)){var a=(d.className.replace(new RegExp("(^|\\s+)("+b+"|"+c+")($|\\s+)","g"),"$1")+" "+c).replace(/^\s+/,"");d.className=jQuery.trim(a.replace(/\s{2,}/g," "));}else{jQuery.className.add(d,c);}},match:function(a,b){a=a.className||a;return a&&a.match(new RegExp("(^|\\s+)"+b+"($|\\s+)"));}});jQuery.each({replaceClass:function(b,a){jQuery.className.replace(this,b,a);}},function(a,b){jQuery.fn[a]=function(){return this.each(b,arguments);};});jQuery._popupOpt={width:540,height:600,toolbar:"no",menubar:"no",resizable:"yes",scrollbars:"yes",status:"yes",id:0};jQuery.popup=function(c,b,a){var d=jQuery.extend(jQuery._popupOpt,b);d.width=Math.min(screen.availWidth-50,d.width);d.height=Math.min(screen.availHeight-100,d.height);var g=(screen.availWidth-d.width)/2;var f=(screen.availHeight-d.height)/2;a=a||"nw"+jQuery._popupOpt.id++;var e=window.open(c,a,["left="+g,"top="+f,"width="+d.width,"height="+d.height,"resizable="+d.resizable,"toolbar="+d.toolbar,"scrollbars="+d.scrollbars,"status="+d.status].join(", "));if(c.match(/\.(gif|jpe?g|png)$/i)){e.document.open();e.document.write("<html><head></head>"+'<body style="background: #FFF; margin: 0px; padding: 0px;">'+'<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td align="center">'+'<img src="'+c+'" /></td></tr></table></body></html>');e.document.close();}e.focus();return false;};jQuery.cookie=function(b,j,m){if(typeof j!="undefined"){m=m||{};if(j===null){j="";m.expires=-1;}var e="";if(m.expires&&(typeof m.expires=="number"||m.expires.toUTCString)){var f;if(typeof m.expires=="number"){f=new Date();f.setTime(f.getTime()+(m.expires*24*60*60*1000));}else{f=m.expires;}e="; expires="+f.toUTCString();}var l=m.path?"; path="+m.path:"";var g=m.domain?"; domain="+m.domain:"";var a=m.secure?"; secure":"";document.cookie=[b,"=",encodeURIComponent(j),e,l,g,a].join("");}else{var d=null;if(document.cookie&&document.cookie!=""){var k=document.cookie.split(";");for(var h=0;h<k.length;h++){var c=jQuery.trim(k[h]);if(c.substring(0,b.length+1)==(b+"=")){d=decodeURIComponent(c.substring(b.length+1));break;}}}return d;}};
