if(String.prototype.replace_regx){String.prototype.replace=String.prototype.replace_regx}(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(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 o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}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="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(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(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(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||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)
}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.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=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):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(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.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"&&!o.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]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H
}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.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");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.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(o.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 g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.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"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.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:g
}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.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(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)
}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=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(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";
if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T
},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var U=document.createElement("div");U.innerHTML="<div class='test e'></div><div class='test'></div>";try{if(!U.getElementsByClassName||U.getElementsByClassName("e").length===0){return}}catch(T){return}U.lastChild.className="e";if(U.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(V,W,X){if(typeof W.getElementsByClassName!=="undefined"&&!X){return W.getElementsByClassName(V[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;
T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(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}o.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(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.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){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;
var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.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!==g){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(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},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:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);
return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.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){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.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 H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())
},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.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=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.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"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[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=e();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&&!o.active++){o.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();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}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",o.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&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.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){o.lastModified[M.url]=Y
}if(!W){I()}}else{o.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){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.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==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)
}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.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(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.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(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.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){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var M=this[0];var H=this[0].getBoundingClientRect(),L=this[0].ownerDocument,I=L.body,E=L.documentElement,G=E.clientTop||I.clientTop||0,J=E.clientLeft||I.clientLeft||0,K=H.top+(M.pageYOffset||o.boxModel&&E.scrollTop||I.scrollTop)-G,F=H.left+(M.pageXOffset||o.boxModel&&E.scrollLeft||I.scrollLeft)-J;return{top:K,left:F}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.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(o.offset.doesNotAddBorder&&!(o.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(o.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}}}o.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(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(L){var K=document.defaultView;if(K&&this[0]==K){if(J=="height"&&K.innerHeight){return K.innerHeight}if(J=="width"&&K.innerWidth){return K.innerWidth}}return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):L===g?(this.length?o.css(this[0],J):null):this.css(J,typeof L==="string"?L:L+"px")}})})();jQuery_tidyread=jQuery.noConflict(true);(function(c){var d=[];function b(j,h,f,e){var i=j[h];if(c.isFunction(i)){try{return i.call(f,e)}catch(g){if(j.alert){window.alert("Error calling overlay."+h+": "+g)}else{throw g}return false}}return true}function a(i,e){var q=this;var k=null;var n=c(window);var j=e.target||i.attr("rel");var h=j?c(j):null;if(!h){h=i}else{k=i}var m=h.attr("overlay");if(!m){m=h.css("backgroundImage");m=m.substring(m.indexOf("(")+1,m.indexOf(")"));h.css("backgroundImage","none");h.attr("overlay",m)}if(!m){throw"background-image CSS property not set for overlay element: "+j}m=m.replace(/\"/g,"");if(e.preload){c(window).load(function(){setTimeout(function(){var o=new Image();
o.src=m},2000)})}var p=h.outerWidth({margin:true});var g=h.outerHeight({margin:true});var l=c('<img id="'+e.imageId+'" src="'+m+'"/>');l.css({border:0,position:"absolute"}).width(p).height(g).hide();c("body").append(l);if(k){k.unbind("click.overlay");k.bind("click.overlay",function(o){q.load(o.pageY-n.scrollTop(),o.pageX-n.scrollLeft());return o.preventDefault()})}if(!e.close||!h.find(e.close).length){h.prepend('<div class="close"></div>');e.close="div.close"}var f=h.find(e.close);c.extend(q,{load:function(t,s){if(q.isOpened()){return q}if(e.oneInstance){c.each(d,function(){this.close()})}if(b(e,"onBeforeLoad",q)===false){return q}t=t||e.start.top;s=s||e.start.left;var o=e.finish.top;var r=e.finish.left;if(o=="center"){o=Math.max((n.height()-g)/2-30,0)}if(r=="center"){r=Math.max((n.width()-p)/2,0)}if(!e.start.absolute){t+=n.scrollTop();s+=n.scrollLeft()}if(!e.finish.absolute){o+=n.scrollTop();r+=n.scrollLeft()}l.css({top:t,left:s,width:e.start.width,zIndex:e.zIndex}).show();l.animate({top:o,left:r,width:p},e.speed,function(){h.css({position:"absolute",top:o,left:r});var u=l.css("zIndex");f.add(h).css("zIndex",++u);h.fadeIn(e.fadeInSpeed,function(){b(e,"onLoad",q)})});return q},getBackgroundImage:function(){return l},getContent:function(){return h},getTrigger:function(){return k},isOpened:function(){return h.is(":visible")},getConf:function(){return e},close:function(){if(!q.isOpened()){return q}if(b(e,"onClose",q)===false){return q}if(l.is(":visible")){l.hide();h.hide()}return q},getVersion:function(){return[1,0,0]},expose:function(){l.expose()}});f.bind("click.overlay",function(){q.close()});c(document).bind("keypress.overlay",function(o){if(o.keyCode==27){q.close()}});if(e.closeOnClick){c(document).bind("click.overlay",function(o){if(!h.is(":visible, :animated")){return}var r=c(o.target);if(r.attr("overlay")){return}if(r.parents("[overlay]").length){return}q.close()})}}c.prototype.overlay=function(g){var h=this.eq(typeof g=="number"?g:0).data("overlay");if(h){if(h.getConf().reuseInstance){return h}while(d.length>0){try{delete (d.pop())}catch(j){}}}var f=c(window);var i={start:{top:Math.round(f.height()/2),left:Math.round(f.width()/2),width:0,absolute:false},finish:{top:"center",left:"center",absolute:false},speed:"normal",fadeInSpeed:"fast",close:null,oneInstance:true,reuseInstance:true,closeOnClick:true,preload:true,imageId:"overlay_image",zIndex:9999,target:null,alert:true};if(c.isFunction(g)){g={onBeforeLoad:g}}c.extend(true,i,g);this.each(function(){var e=new a(c(this),i);d.push(e);c(this).data("overlay",e)});return this}})(jQuery_tidyread);(function(e){function c(j,h,f){var i=j[h];if(e.isFunction(i)){try{return i.call(f)}catch(g){if(j.alert){window.alert("Error calling expose."+h+": "+g)}else{throw g}return false}}return true}var a=null;var d,b=null;e.expose={getVersion:function(){return[1,0,0]},getMask:function(){return a},getExposed:function(){return d},getConf:function(){return b},isLoaded:function(){return a&&a.is(":visible")},load:function(f,g){if(this.isLoaded()){return this}if(f){d=f;b=g}else{f=d;g=b}if(!f||!f.length){return this}if(!a){a=e('<div id="'+g.maskId+'"></div>').css({position:"absolute",top:0,left:0,width:"100%",height:e(document).height()+500,display:"none",opacity:0,zIndex:g.zIndex});e("body").append(a);e(document).bind("keypress.unexpose",function(h){if(h.keyCode==27){e.expose.close()}});if(g.closeOnClick){a.bind("click.unexpose",function(){e.expose.close()})}}if(c(g,"onBeforeLoad",this)===false){return this}e.each(f,function(){var h=e(this);if(!/relative|absolute/i.test(h.css("position"))){h.css("position","relative")}});f.css({zIndex:g.zIndex+1});if(g.color){a.css("backgroundColor",g.color)}if(!this.isLoaded()){a.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){c(g,"onLoad",e.expose)})}return this},close:function(){var f=this;if(!this.isLoaded()){return f}if(c(b,"onBeforeClose",f)===false){return f}if(window._smart||window._style){a.hide()}else{a.fadeOut(b.closeSpeed,function(){d.css({zIndex:b.zIndex-1});c(b,"onClose",f)})}},destroy:function(){a=null;d=null;try{e("#"+b.maskId).click().remove()
}catch(f){}b=null}};e.prototype.expose=function(f){if(!this.length){return this}var g={alert:true,maskId:"exposeMask",loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,zIndex:9998,opacity:0.8,color:"#333"};if(typeof f=="string"){f={color:f}}e.extend(g,f);e.expose.load(this,g);return this}})(jQuery_tidyread);(function(a){a.extend({cookie:function(c,k,n){if(typeof k!="undefined"){n=n||{};if(k===null){k="";n.expires=-1}var f="";if(n.expires&&(typeof n.expires=="number"||n.expires.toUTCString)){var g;if(typeof n.expires=="number"){g=new Date();g.setTime(g.getTime()+(n.expires*24*60*60*1000))}else{g=n.expires}f="; expires="+g.toUTCString()}var m=n.path?"; path="+(n.path):"";var h=n.domain?"; domain="+(n.domain):"";var b=n.secure?"; secure":"";document.cookie=[c,"=",encodeURIComponent(k),f,m,h,b].join("")}else{var e=null;if(document.cookie&&document.cookie!=""){var l=document.cookie.split(";");for(var j=0;j<l.length;j++){var d=a.trim(l[j]);if(d.substring(0,c.length+1)==(c+"=")){e=decodeURIComponent(d.substring(c.length+1));break}}}return e}}})})(jQuery_tidyread);(function(e){var m=function(p,o){return(p<<o)|(p>>>(32-o))};var a=function(s,p){var u,o,r,t,q;r=(s&2147483648);t=(p&2147483648);u=(s&1073741824);o=(p&1073741824);q=(s&1073741823)+(p&1073741823);if(u&o){return(q^2147483648^r^t)}if(u|o){if(q&1073741824){return(q^3221225472^r^t)}else{return(q^1073741824^r^t)}}else{return(q^r^t)}};var n=function(o,q,p){return(o&q)|((~o)&p)};var l=function(o,q,p){return(o&p)|(q&(~p))};var j=function(o,q,p){return(o^q^p)};var i=function(o,q,p){return(q^(o|(~p)))};var g=function(q,p,v,u,o,r,t){q=a(q,a(a(n(p,v,u),o),t));return a(m(q,r),p)};var c=function(q,p,v,u,o,r,t){q=a(q,a(a(l(p,v,u),o),t));return a(m(q,r),p)};var h=function(q,p,v,u,o,r,t){q=a(q,a(a(j(p,v,u),o),t));return a(m(q,r),p)};var d=function(q,p,v,u,o,r,t){q=a(q,a(a(i(p,v,u),o),t));return a(m(q,r),p)};var f=function(r){var v;var q=r.length;var p=q+8;var u=(p-(p%64))/64;var t=(u+1)*16;var w=Array(t-1);var o=0;var s=0;while(s<q){v=(s-(s%4))/4;o=(s%4)*8;w[v]=(w[v]|(r.charCodeAt(s)<<o));s++}v=(s-(s%4))/4;o=(s%4)*8;w[v]=w[v]|(128<<o);w[t-2]=q<<3;w[t-1]=q>>>29;return w};var b=function(r){var q="",o="",s,p;for(p=0;p<=3;p++){s=(r>>>(p*8))&255;o="0"+s.toString(16);q=q+o.substr(o.length-2,2)}return q};var k=function(p){p=p.replace(/\x0d\x0a/g,"\x0a");var o="";for(var r=0;r<p.length;r++){var q=p.charCodeAt(r);if(q<128){o+=String.fromCharCode(q)}else{if((q>127)&&(q<2048)){o+=String.fromCharCode((q>>6)|192);o+=String.fromCharCode((q&63)|128)}else{o+=String.fromCharCode((q>>12)|224);o+=String.fromCharCode(((q>>6)&63)|128);o+=String.fromCharCode((q&63)|128)}}}return o};e.extend({md5:function(o){var v=Array();var G,H,p,u,F,Q,P,N,K;var D=7,B=12,z=17,w=22;var O=5,L=9,J=14,I=20;var t=4,s=11,r=16,q=23;var E=6,C=10,A=15,y=21;o=k(o);v=f(o);Q=1732584193;P=4023233417;N=2562383102;K=271733878;for(G=0;G<v.length;G+=16){H=Q;p=P;u=N;F=K;Q=g(Q,P,N,K,v[G+0],D,3614090360);K=g(K,Q,P,N,v[G+1],B,3905402710);N=g(N,K,Q,P,v[G+2],z,606105819);P=g(P,N,K,Q,v[G+3],w,3250441966);Q=g(Q,P,N,K,v[G+4],D,4118548399);K=g(K,Q,P,N,v[G+5],B,1200080426);N=g(N,K,Q,P,v[G+6],z,2821735955);P=g(P,N,K,Q,v[G+7],w,4249261313);Q=g(Q,P,N,K,v[G+8],D,1770035416);K=g(K,Q,P,N,v[G+9],B,2336552879);N=g(N,K,Q,P,v[G+10],z,4294925233);P=g(P,N,K,Q,v[G+11],w,2304563134);Q=g(Q,P,N,K,v[G+12],D,1804603682);K=g(K,Q,P,N,v[G+13],B,4254626195);N=g(N,K,Q,P,v[G+14],z,2792965006);P=g(P,N,K,Q,v[G+15],w,1236535329);Q=c(Q,P,N,K,v[G+1],O,4129170786);K=c(K,Q,P,N,v[G+6],L,3225465664);N=c(N,K,Q,P,v[G+11],J,643717713);P=c(P,N,K,Q,v[G+0],I,3921069994);Q=c(Q,P,N,K,v[G+5],O,3593408605);K=c(K,Q,P,N,v[G+10],L,38016083);N=c(N,K,Q,P,v[G+15],J,3634488961);P=c(P,N,K,Q,v[G+4],I,3889429448);Q=c(Q,P,N,K,v[G+9],O,568446438);K=c(K,Q,P,N,v[G+14],L,3275163606);N=c(N,K,Q,P,v[G+3],J,4107603335);P=c(P,N,K,Q,v[G+8],I,1163531501);Q=c(Q,P,N,K,v[G+13],O,2850285829);K=c(K,Q,P,N,v[G+2],L,4243563512);N=c(N,K,Q,P,v[G+7],J,1735328473);P=c(P,N,K,Q,v[G+12],I,2368359562);Q=h(Q,P,N,K,v[G+5],t,4294588738);K=h(K,Q,P,N,v[G+8],s,2272392833);N=h(N,K,Q,P,v[G+11],r,1839030562);P=h(P,N,K,Q,v[G+14],q,4259657740);
Q=h(Q,P,N,K,v[G+1],t,2763975236);K=h(K,Q,P,N,v[G+4],s,1272893353);N=h(N,K,Q,P,v[G+7],r,4139469664);P=h(P,N,K,Q,v[G+10],q,3200236656);Q=h(Q,P,N,K,v[G+13],t,681279174);K=h(K,Q,P,N,v[G+0],s,3936430074);N=h(N,K,Q,P,v[G+3],r,3572445317);P=h(P,N,K,Q,v[G+6],q,76029189);Q=h(Q,P,N,K,v[G+9],t,3654602809);K=h(K,Q,P,N,v[G+12],s,3873151461);N=h(N,K,Q,P,v[G+15],r,530742520);P=h(P,N,K,Q,v[G+2],q,3299628645);Q=d(Q,P,N,K,v[G+0],E,4096336452);K=d(K,Q,P,N,v[G+7],C,1126891415);N=d(N,K,Q,P,v[G+14],A,2878612391);P=d(P,N,K,Q,v[G+5],y,4237533241);Q=d(Q,P,N,K,v[G+12],E,1700485571);K=d(K,Q,P,N,v[G+3],C,2399980690);N=d(N,K,Q,P,v[G+10],A,4293915773);P=d(P,N,K,Q,v[G+1],y,2240044497);Q=d(Q,P,N,K,v[G+8],E,1873313359);K=d(K,Q,P,N,v[G+15],C,4264355552);N=d(N,K,Q,P,v[G+6],A,2734768916);P=d(P,N,K,Q,v[G+13],y,1309151649);Q=d(Q,P,N,K,v[G+4],E,4149444226);K=d(K,Q,P,N,v[G+11],C,3174756917);N=d(N,K,Q,P,v[G+2],A,718787259);P=d(P,N,K,Q,v[G+9],y,3951481745);Q=a(Q,H);P=a(P,p);N=a(N,u);K=a(K,F)}var M=b(Q)+b(P)+b(N)+b(K);return M.toLowerCase()}})})(jQuery_tidyread);var jscolor_tidyread={bindClass:"tidyread_color",bind:function(){var matchClass=new RegExp("(^|\\s)("+jscolor_tidyread.bindClass+")\\s*(\\{[^}]*\\})?","i");var e=document.getElementsByTagName("input");for(var i=0;i<e.length;i++){var m;if(!e[i].color&&e[i].className&&(m=e[i].className.match(matchClass))){var prop={};if(m[3]){try{eval("prop="+m[3])}catch(eInvalidProp){}}e[i].color=new jscolor_tidyread.color(e[i],prop)}}},images:{pad:[181,101],sld:[16,101],cross:[15,15],arrow:[7,11]},fetchElement:function(a){return typeof(a)=="string"?document.getElementById(a):a},addEvent:function(a,c,b){if(a.addEventListener){return a.addEventListener(c,b,false)}else{if(a.attachEvent){return a.attachEvent("on"+c,b)}else{return false}}},fireEvent:function(a,c){if(!a){return false}else{if(document.createEventObject){var b=document.createEventObject();return a.fireEvent("on"+c,b)}else{if(document.createEvent){var b=document.createEvent("HTMLEvents");b.initEvent(c,true,true);return a.dispatchEvent(b)}else{if(a["on"+c]){return a["on"+c]()}else{return false}}}}},getElementPos:function(c){var d=c,b=c;var a=0,f=0;if(d.offsetParent){do{a+=d.offsetLeft;f+=d.offsetTop}while((d=d.offsetParent))}while((b=b.parentNode)&&b.nodeName!="BODY"){a-=b.scrollLeft;f-=b.scrollTop}return[a,f]},getElementSize:function(a){return[a.offsetWidth,a.offsetHeight]},getMousePos:function(a){if(!a){a=window.event}if(typeof a.pageX=="number"){return[a.pageX,a.pageY]}else{if(typeof a.clientX=="number"){return[a.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,a.clientY+document.body.scrollTop+document.documentElement.scrollTop]}}},getViewPos:function(){if(typeof window.pageYOffset=="number"){return[window.pageXOffset,window.pageYOffset]}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){return[document.body.scrollLeft,document.body.scrollTop]}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){return[document.documentElement.scrollLeft,document.documentElement.scrollTop]}else{return[0,0]}}}},getViewSize:function(){if(typeof window.innerWidth=="number"){return[window.innerWidth,window.innerHeight]}else{if(document.body&&(document.body.clientWidth||document.body.clientHeight)){return[document.body.clientWidth,document.body.clientHeight]}else{if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){return[document.documentElement.clientWidth,document.documentElement.clientHeight]}else{return[0,0]}}}},color:function(A,d){this.required=true;this.adjust=true;this.hash=false;this.caps=true;this.valueElement=A;this.styleElement=A;this.hsv=[0,0,1];this.rgb=[1,1,1];this.pickerOnfocus=true;this.pickerMode="HSV";this.pickerPosition="bottom";this.pickerFace=10;this.pickerFaceColor="ThreeDFace";this.pickerBorder=1;this.pickerBorderColor="ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight";this.pickerInset=1;this.pickerInsetColor="ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow";this.pickerZIndex=1000;this.dir="/";
this.insertId="a";for(var r in d){this[r]=d[r]}this.hidePicker=function(){if(s()){f()}};this.showPicker=function(){if(!s()){var F=jscolor_tidyread.getElementPos(document.getElementById(j.insertId));var K=jscolor_tidyread.getElementPos(A);K[0]-=F[0];K[1]-=F[1];var H=jscolor_tidyread.getElementSize(A);var D=jscolor_tidyread.getViewPos();var M=jscolor_tidyread.getViewSize();var p=[2*this.pickerBorder+4*this.pickerInset+2*this.pickerFace+jscolor_tidyread.images.pad[0]+2*jscolor_tidyread.images.arrow[0]+jscolor_tidyread.images.sld[0],2*this.pickerBorder+2*this.pickerInset+2*this.pickerFace+jscolor_tidyread.images.pad[1]];var L,J,I;switch(this.pickerPosition.toLowerCase()){case"left":L=1;J=0;I=-1;break;case"right":L=1;J=0;I=1;break;case"top":L=0;J=1;I=-1;break;default:L=0;J=1;I=1;break}var G=(H[J]+p[J])/2;var E=[-D[L]+K[L]+p[L]>M[L]?(-D[L]+K[L]+H[L]/2>M[L]/2&&K[L]+H[L]-p[L]>=0?K[L]+H[L]-p[L]:K[L]):K[L],-D[J]+K[J]+H[J]+p[J]-G+G*I>M[J]?(-D[J]+K[J]+H[J]/2>M[J]/2&&K[J]+H[J]-G-G*I>=0?K[J]+H[J]-G-G*I:K[J]+H[J]-G+G*I):(K[J]+H[J]-G+G*I>=0?K[J]+H[J]-G+G*I:K[J]+H[J]-G-G*I)];i(E[L],E[J])}};this.importColor=function(){if(!a){this.exportColor()}else{if(!this.adjust){if(!this.fromString(a.value,v)){C.style.backgroundColor=C.jscStyle.backgroundColor;C.style.color=C.jscStyle.color;this.exportColor(v|B)}}else{if(!this.required&&/^\s*$/.test(a.value)){a.value="";C.style.backgroundColor=C.jscStyle.backgroundColor;C.style.color=C.jscStyle.color;this.exportColor(v|B)}else{if(this.fromString(a.value)){}else{this.exportColor()}}}}};this.exportColor=function(p){if(!(p&v)&&a){var D=this.toString();if(this.caps){D=D.toUpperCase()}if(this.hash){D="#"+D}a.value=D}if(!(p&B)&&C){C.style.backgroundColor="#"+this.toString();C.style.color=0.213*this.rgb[0]+0.715*this.rgb[1]+0.072*this.rgb[2]<0.5?"#FFF":"#000"}if(!(p&t)&&s()){q()}if(!(p&e)&&s()){z()}};this.fromHSV=function(F,E,D,p){F<0&&(F=0)||F>6&&(F=6);E<0&&(E=0)||E>1&&(E=1);D<0&&(D=0)||D>1&&(D=1);this.rgb=g(F==null?this.hsv[0]:(this.hsv[0]=F),E==null?this.hsv[1]:(this.hsv[1]=E),D==null?this.hsv[2]:(this.hsv[2]=D));this.exportColor(p)};this.fromRGB=function(G,F,p,D){G<0&&(G=0)||G>1&&(G=1);F<0&&(F=0)||F>1&&(F=1);p<0&&(p=0)||p>1&&(p=1);var E=w(G==null?this.rgb[0]:(this.rgb[0]=G),F==null?this.rgb[1]:(this.rgb[1]=F),p==null?this.rgb[2]:(this.rgb[2]=p));if(E[0]!=null){this.hsv[0]=E[0]}if(E[2]!=0){this.hsv[1]=E[1]}this.hsv[2]=E[2];this.exportColor(D)};this.fromString=function(E,D){var p=E.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i);if(!p){return false}else{if(p[1].length==6){this.fromRGB(parseInt(p[1].substr(0,2),16)/255,parseInt(p[1].substr(2,2),16)/255,parseInt(p[1].substr(4,2),16)/255,D)}else{this.fromRGB(parseInt(p[1].charAt(0)+p[1].charAt(0),16)/255,parseInt(p[1].charAt(1)+p[1].charAt(1),16)/255,parseInt(p[1].charAt(2)+p[1].charAt(2),16)/255,D)}return true}};this.toString=function(){return((256|Math.round(255*this.rgb[0])).toString(16).substr(1)+(256|Math.round(255*this.rgb[1])).toString(16).substr(1)+(256|Math.round(255*this.rgb[2])).toString(16).substr(1))};function w(H,G,D){var I=Math.min(Math.min(H,G),D);var E=Math.max(Math.max(H,G),D);var p=E-I;if(p==0){return[null,0,E]}var F=H==I?3+(D-G)/p:(G==I?5+(H-D)/p:1+(G-H)/p);return[F==6?0:F,p/E,E]}function g(G,F,D){if(G==null){return[D,D,D]}var E=Math.floor(G);var H=E%2?G-E:1-(G-E);var p=D*(1-F);var I=D*(1-F*H);switch(E){case 6:case 0:return[D,I,p];case 1:return[I,D,p];case 2:return[p,D,I];case 3:return[p,I,D];case 4:return[I,p,D];case 5:return[D,p,I]}}function f(){delete jscolor_tidyread.picker.owner;document.getElementById(j.insertId).removeChild(jscolor_tidyread.picker.boxB)}function i(D,K){if(!jscolor_tidyread.picker){jscolor_tidyread.picker={box:document.createElement("div"),boxB:document.createElement("div"),pad:document.createElement("div"),padB:document.createElement("div"),padM:document.createElement("div"),sld:document.createElement("div"),sldB:document.createElement("div"),sldM:document.createElement("div")};for(var G=0,J=4;G<jscolor_tidyread.images.sld[1];G+=J){var E=document.createElement("div");E.style.height=J+"px";E.style.fontSize="1px";E.style.lineHeight="0";
jscolor_tidyread.picker.sld.appendChild(E)}jscolor_tidyread.picker.sldB.appendChild(jscolor_tidyread.picker.sld);jscolor_tidyread.picker.box.appendChild(jscolor_tidyread.picker.sldB);jscolor_tidyread.picker.box.appendChild(jscolor_tidyread.picker.sldM);jscolor_tidyread.picker.padB.appendChild(jscolor_tidyread.picker.pad);jscolor_tidyread.picker.box.appendChild(jscolor_tidyread.picker.padB);jscolor_tidyread.picker.box.appendChild(jscolor_tidyread.picker.padM);jscolor_tidyread.picker.boxB.appendChild(jscolor_tidyread.picker.box)}var I=jscolor_tidyread.picker;n=[D+j.pickerBorder+j.pickerFace+j.pickerInset,K+j.pickerBorder+j.pickerFace+j.pickerInset];x=[null,K+j.pickerBorder+j.pickerFace+j.pickerInset];I.box.onmouseup=I.box.onmouseout=function(){A.focus()};I.box.onmousedown=function(){l=true};I.box.onmousemove=function(p){c&&u(p);m&&h(p)};I.padM.onmouseup=I.padM.onmouseout=function(){if(c){c=false;jscolor_tidyread.fireEvent(a,"change")}};I.padM.onmousedown=function(p){c=true;u(p)};I.sldM.onmouseup=I.sldM.onmouseout=function(){if(m){m=false;jscolor_tidyread.fireEvent(a,"change")}};I.sldM.onmousedown=function(p){m=true;h(p)};I.box.style.width=4*j.pickerInset+2*j.pickerFace+jscolor_tidyread.images.pad[0]+2*jscolor_tidyread.images.arrow[0]+jscolor_tidyread.images.sld[0]+"px";I.box.style.height=2*j.pickerInset+2*j.pickerFace+jscolor_tidyread.images.pad[1]+"px";I.boxB.style.position="absolute";I.boxB.style.clear="both";I.boxB.style.left=D+"px";I.boxB.style.top=K+"px";I.boxB.style.zIndex=j.pickerZIndex;I.boxB.style.border=j.pickerBorder+"px solid";I.boxB.style.borderColor=j.pickerBorderColor;I.boxB.style.background=j.pickerFaceColor;I.pad.style.width=jscolor_tidyread.images.pad[0]+"px";I.pad.style.height=jscolor_tidyread.images.pad[1]+"px";I.padB.style.position="absolute";I.padB.style.left=j.pickerFace+"px";I.padB.style.top=j.pickerFace+"px";I.padB.style.border=j.pickerInset+"px solid";I.padB.style.borderColor=j.pickerInsetColor;I.padM.style.position="absolute";I.padM.style.left="0";I.padM.style.top="0";I.padM.style.width=j.pickerFace+2*j.pickerInset+jscolor_tidyread.images.pad[0]+jscolor_tidyread.images.arrow[0]+"px";I.padM.style.height=I.box.style.height;I.padM.style.cursor="crosshair";I.sld.style.overflow="hidden";I.sld.style.width=jscolor_tidyread.images.sld[0]+"px";I.sld.style.height=jscolor_tidyread.images.sld[1]+"px";I.sldB.style.position="absolute";I.sldB.style.right=j.pickerFace+"px";I.sldB.style.top=j.pickerFace+"px";I.sldB.style.border=j.pickerInset+"px solid";I.sldB.style.borderColor=j.pickerInsetColor;I.sldM.style.position="absolute";I.sldM.style.right="0";I.sldM.style.top="0";I.sldM.style.width=jscolor_tidyread.images.sld[0]+jscolor_tidyread.images.arrow[0]+j.pickerFace+2*j.pickerInset+"px";I.sldM.style.height=I.box.style.height;try{I.sldM.style.cursor="pointer"}catch(F){I.sldM.style.cursor="hand"}switch(b){case 0:var H="hs.png";break;case 1:var H="hv.png";break}I.padM.style.background="url('"+j.dir+"cross.gif') no-repeat";I.sldM.style.background="url('"+j.dir+"arrow.gif') no-repeat";I.pad.style.background="url('"+j.dir+H+"') 0 0 no-repeat";q();z();jscolor_tidyread.picker.owner=j;document.getElementById(j.insertId).appendChild(I.boxB)}function q(){switch(b){case 0:var F=1;break;case 1:var F=2;break}var J=Math.round((j.hsv[0]/6)*(jscolor_tidyread.images.pad[0]-1));var I=Math.round((1-j.hsv[F])*(jscolor_tidyread.images.pad[1]-1));jscolor_tidyread.picker.padM.style.backgroundPosition=(j.pickerFace+j.pickerInset+J-Math.floor(jscolor_tidyread.images.cross[0]/2))+"px "+(j.pickerFace+j.pickerInset+I-Math.floor(jscolor_tidyread.images.cross[1]/2))+"px";var p=jscolor_tidyread.picker.sld.childNodes;switch(b){case 0:var H=g(j.hsv[0],j.hsv[1],1);for(var D=0;D<p.length;D++){p[D].style.backgroundColor="rgb("+(H[0]*(1-D/p.length)*100)+"%,"+(H[1]*(1-D/p.length)*100)+"%,"+(H[2]*(1-D/p.length)*100)+"%)"}break;case 1:var H,K,G=[j.hsv[2],0,0];var D=Math.floor(j.hsv[0]);var E=D%2?j.hsv[0]-D:1-(j.hsv[0]-D);switch(D){case 6:case 0:H=[0,1,2];break;case 1:H=[1,0,2];break;case 2:H=[2,0,1];break;case 3:H=[2,1,0];break;case 4:H=[1,2,0];break;case 5:H=[0,2,1];
break}for(var D=0;D<p.length;D++){K=1-1/(p.length-1)*D;G[1]=G[0]*(1-K*E);G[2]=G[0]*(1-K);p[D].style.backgroundColor="rgb("+(G[H[0]]*100)+"%,"+(G[H[1]]*100)+"%,"+(G[H[2]]*100)+"%)"}break}}function z(){switch(b){case 0:var p=2;break;case 1:var p=1;break}var D=Math.round((1-j.hsv[p])*(jscolor_tidyread.images.sld[1]-1));jscolor_tidyread.picker.sldM.style.backgroundPosition="0 "+(j.pickerFace+j.pickerInset+D-Math.floor(jscolor_tidyread.images.arrow[1]/2))+"px"}function s(){return jscolor_tidyread.picker&&jscolor_tidyread.picker.owner==j}function o(){if(a==A){j.importColor()}if(j.pickerOnfocus){j.hidePicker()}}function k(){if(a!=A){j.importColor()}}function u(E){var D=jscolor_tidyread.getElementPos(document.getElementById(j.insertId));var G=jscolor_tidyread.getMousePos(E);G[0]-=D[0];G[1]-=D[1];var p=G[0]-n[0];var F=G[1]-n[1];switch(b){case 0:j.fromHSV(p*(6/(jscolor_tidyread.images.pad[0]-1)),1-F/(jscolor_tidyread.images.pad[1]-1),null,e);break;case 1:j.fromHSV(p*(6/(jscolor_tidyread.images.pad[0]-1)),null,1-F/(jscolor_tidyread.images.pad[1]-1),e);break}}function h(D){var p=jscolor_tidyread.getElementPos(document.getElementById(j.insertId));var F=jscolor_tidyread.getMousePos(D);F[0]-=p[0];F[1]-=p[1];var E=F[1]-n[1];switch(b){case 0:j.fromHSV(null,null,1-E/(jscolor_tidyread.images.sld[1]-1),t);break;case 1:j.fromHSV(null,1-E/(jscolor_tidyread.images.sld[1]-1),null,t);break}}var j=this;var b=this.pickerMode.toLowerCase()=="hvs"?1:0;var l=false;var a=jscolor_tidyread.fetchElement(this.valueElement),C=jscolor_tidyread.fetchElement(this.styleElement);var c=false,m=false;var n,x;var v=1<<0,B=1<<1,t=1<<2,e=1<<3;jscolor_tidyread.addEvent(A,"focus",function(){if(j.pickerOnfocus){j.showPicker()}});jscolor_tidyread.addEvent(A,"blur",function(){if(!l){setTimeout(function(){l||o();l=false},0)}else{l=false}});if(a){var y=function(){j.fromString(a.value,v)};jscolor_tidyread.addEvent(a,"keyup",y);jscolor_tidyread.addEvent(a,"input",y);jscolor_tidyread.addEvent(a,"blur",k);a.setAttribute("autocomplete","off")}if(C){C.jscStyle={backgroundColor:C.style.backgroundColor,color:C.style.color}}this.importColor()}};function mainFunctionForTidyReadProcessing(bH){var a5=0.3;var u=0.05;var R=0.2;var au=0.5;var bO=0.8;var ae=0.5;var bx=0.65;var aD=500;var bg=true;var bf=Math.pow(2,23);var bz=Math.floor(bH(window).width()*0.75);var a2="tidyread_overlay";var br="_x";var a6="_y";var aR="_n";var ad="_a";var al="_g";var a9="_o";var bo="_t";var aY="ltr";var ay="tdstyle";var aL="tddirec";var bG="tdcusto";var G="bookmarklet";var bw="chrome://tidyread/skin/";var at=bw;if(G=="bookmarklet"){bw="http://www.tidyread.com/";at=bw+"tidyread.php"}else{if(G=="local"){bw="http://localhost/";at=bw+"tidyread.php"}else{if(G=="chrome"){bw="chrome-extension://poabeejlpehbelgdhmobhnbepbpbbkho/skin/";at=bw+"setting.html"}else{if(G=="ie"){if(window._baseurl){bw=window._baseurl;at=bw+"setting.html"}else{bw="http://www.tidyread.com/";at=bw+"tidyread.php"}}}}}var d=bw+"white.png";var bJ=bw+"gray.png";var aT=bw+"blank.png";var af=".tidyread_a { font-size: 12px !important; }";var a1=".tidyread_aa { font-size: 18px !important; }";var aZ=".tidyread_aaa { font-size: 26px !important; }";var bI=".tidyread_aaaa { font-size: 34px !important; }";var W=".tidyread_w { width:"+Math.floor(bH(window).width()*0.55)+"px; }";var bt=".tidyread_ww { width:"+Math.floor(bH(window).width()*0.7)+"px; }";var aU=".tidyread_www { width:"+Math.floor(bH(window).width()*0.85)+"px; }";var bl=".tidyread_arial { font-family:Arial,sans-serif !important; } .tidyread_tahoma { font-family:Tahoma,sans-serif !important; } .tidyread_segoe { font-family:'segoe ui',Arial,sans-serif !important; } .tidyread_verdana { font-family:Verdana,sans-serif !important; } .tidyread_trebuchet { font-family:'Trebuchet MS',sans-serif !important; } .tidyread_times { font-family:'Times New Roman',serif !important; } .tidyread_georgia { font-family:Georgia,serif !important; } .tidyread_book { font-family:'Book Antiqua',serif !important; } .tidyread_palatino { font-family:'Palatino Linotype',serif !important; } .tidyread_comic { font-family:'Comic Sans MS',cursive !important; } .tidyread_courier { font-family:'Courier New',monospace !important; } .tidyread_lucida { font-family:'Lucida Console',monospace !important; } ";
var bi=".tidyread_left { text-align: left; } .tidyread_justify { text-align: justify; } ";var bm=".tidyread_fun1 { color: #222 !important; background-image:url("+d+"); } .tidyread_fun1 a:link { color: #0000cc; } .tidyread_fun1 a:visited { color: #660099; }";var bk=".tidyread_fun2 { color: #f7f7f7 !important; background-image:url("+bJ+"); } .tidyread_fun2 a:link { color: #00cc00; } .tidyread_fun2 a:visited { color: #ffbb00; }";var aJ=".tidyread_bw { color: #222 !important; background-image:url("+aT+"); background-color:#fff; } .tidyread_bw a:link { color: #0000cc; } .tidyread_bw a:visited { color: #660099; }";var bE=".tidyread_wb { color: #f7f7f7 !important; background-image:url("+aT+"); background-color:#26292a; } .tidyread_wb a:link { color: #00cc00; } .tidyread_wb a:visited { color: #ffbb00; }";var aj=".tidyread_pp { color: #121411 !important; background-image:url("+aT+"); background-color:#d4ccf0; } .tidyread_pp a:link { color: #033dfc; } .tidyread_pp a:visited { color: #ff6600; }";var aN=".tidyread_nv { color: #222 !important; background-image:url("+aT+"); background-color:#f4f3db; } .tidyread_nv a:link { color: #0000cc; } .tidyread_nv a:visited { color: #660099; }";var l=".tidyread_tm { color: #c6ffc6 !important; background-image:url("+aT+"); background-color:#1d4e2c; } .tidyread_tm a:link { color: #ffbb00; } .tidyread_tm a:visited { color: #ff6600; }";var bT=".tidyread_ov {} .tidyread_pl {}";var aA=".tidyread_cm { margin-top: 12px; overflow: hidden;line-height: 1.4em; height: auto; display: none; padding:35px 55px 55px 55px; }#tidyread_article img { margin: 12px;}";var C="div#"+a2+" div.close { background-image:url("+bw+"close.png); position:absolute; right:5px; top:5px; cursor:pointer; height:35px; width:35px; }";var w="div#"+a2+" h1 {display:block; border-bottom: 0px solid #333; margin: 12px;line-height: 1.4em; font-size:1.2em;}";var ag="div#"+a2+" #tidyread_menu {border:1px solid #333; margin: 0px 10px 0px 10px; font-family:Arial; font-size:14px !important; text-align: left !important; direction: ltr; height: 36px; padding: 3px 2px 1px 2px; clear: both; line-height: 36px;}\ndiv#"+a2+" #tidyread_menu a {text-decoration:none; border-width:0; font-size:16px !important;}\ndiv#"+a2+" #tidyread_menu img, div#"+a2+" .tidyread_pagenum img {vertical-align:middle; padding: 0px 0 8px 0;display: inline;}\ndiv#"+a2+" #tidyread_menu table, div#"+a2+" #tidyread_menu tr, div#"+a2+" #tidyread_menu td {border-width:0; margin:0; padding:0;}";var g=".tidyread_hr { color:#333; background-color:#333; height:1px; width:100%; margin:2px; padding:0; }";var t="div#"+a2+" #tidyread_moremenu {position:absolute; background-color:#ffffff; font-family:Arial; font-size:14px !important; border:1px solid #333; color:#333333; text-align:left;padding:0 0 0.5ex 0; width:18ex; line-height:1.3; z-index:"+bf+"}\ndiv#"+a2+" #tidyread_moremenu a {text-decoration:none; font-size:14px !important;}\ndiv#"+a2+" #tidyread_custmenu {position:absolute; background-color:#ffffff; font-family:Arial; font-size:14px !important; border:1px solid #333; color:#333333;padding:0.8ex 0 0.8ex 0; width:18ex; text-align:left;line-height:2; z-index:"+bf+"}";var D="div#"+a2+" #tidyread_ft {display:block; clear:both; border-top:1px solid #333; margin:10px;}\n.tidyread_pagenum {text-align: center; margin-top: 20px;}";var i="div#"+a2+" #tidyread_tu {position:absolute;color:#333333;width:auto;line-height:1em;border:2px solid #333;padding:5px;background-color:#ffffbb;z-index:"+bf+";}";var bs="{background: url("+bw+"tri.gif) no-repeat;}";var k=".tidyread_bw #id_td_bw, .tidyread_wb #id_td_wb, .tidyread_nv #id_td_nv, .tidyread_pp #id_td_pp, .tidyread_tm #id_td_tm, .tidyread_ov #id_td_ov, .tidyread_pl #id_td_pl, .tidyread_a #id_td_a, .tidyread_aa #id_td_aa, .tidyread_aaa #id_td_aaa, .tidyread_aaaa #id_td_aaaa, .tidyread_w #id_td_w, .tidyread_ww #id_td_ww, .tidyread_www #id_td_www, .tidyread_left #id_td_left, .tidyread_justify #id_td_justify, .tidyread_arial #id_td_arial, .tidyread_tahoma #id_td_tahoma, .tidyread_segoe #id_td_segoe, .tidyread_verdana #id_td_verdana, .tidyread_trebuchet #id_td_trebuchet, .tidyread_times #id_td_times, .tidyread_georgia #id_td_georgia, .tidyread_book #id_td_book, .tidyread_palatino #id_td_palatino, .tidyread_comic #id_td_comic, .tidyread_courier #id_td_courier, .tidyread_lucida #id_td_lucida "+bs;
var s=af+" "+a1+" "+aZ+" "+bI+"\n"+W+" "+bt+" "+aU+"\n"+bl+"\n"+bi+"\n"+bm+"\n"+bk+"\n"+aN+"\n"+aJ+"\n"+bE+"\n"+aj+"\n"+l+"\n"+aA+"\n"+C+"\n"+bT+"\n"+w+"\n"+D+"\n"+g+"\n"+ag+"\n"+t+"\n"+i+"\n"+k;var an=false;var o=false;if(G=="local"){o=true}var ah=false;var ba=false;var bA=null;var ak=1;var r=new Object();var aw=new Object();var aK=/[\.\?!\'"\u201d\u00bb\u00b7\u0094\uff01\uff09\uff1f\u3001-\u303f]\)?\s*$/;var aI=/[\.\?!\'"\u201d\u00bb\u00b7\u0094\uff01\uff09\uff1f\u3001-\u303f]{3,}\s*$/;var a={clickIncludeBox:1,toolBoxArticle:1,toolbox:1,siteFeatures:1,article_head_promo:1,content_column_tools:1,spritemenu:1,admiddle3left:1,cnnSCFontButtons:1,social2:1,_mcePaste:1,medrect:1,addresources:1,tab3_content:1,commentcontain:1,printEmail:1,footer:1,promos:1,lhsrail:1,aadbox:1,bn_placeholder0:1,more_security_insights:1,IEContainerR:1,trackingEnabledModule:1,"share-module":1,"region-column2-layout2":1,buzzwrapper:1,miniQuoteBox:1,underdog_story:1,articleViewerGroup:1,controlsbox:1};var n={top_bar:1,aTools:1,tbartop:1,quigoBox:1,"puff-top":1,pulseMultiQuoteChart:1,pulseChart:1,contentTools:1,tab_content:1,"tabbed-box":1,breadcrumb:1,in_info_box:1,"widget-content":1,thisIsAnAd:1,sfg_ysm001:1,"gp-rail":1,"media-include":1,newsTextAd:1,"WCCol w300 fR clrR":1,"post-share":1,instream_ad_block:1,inlineRelatedContent:1,sidebarNarrow:1,articleEmbeddedAdBox:1,"story-embed-right":1};var I={};var ab=/^(ad|sponsor(ed)?)[_-]?(\d+|summary|container|showcase)|google|adsense|gsense|(story|stry|article|content|page|tertiary).*(tools?|utilities|options|controls|interact|freeform|related|nav|actions|share|cip|advertise|poll|menu)|related.*(block|content|companies)|(community|share|top|button|quick).*(link|bar)|social.*(bookmark|network|options)|(\b|_)(tools|toolbar|comment|sidebar|classifieds?|ad(s|x|v)?)(\b|_)/i;var aG=null;var j=(document.title?document.title.replace(/^[\s'"]+|[\s'"]+$/g,"").replace(/\s+/g," "):"").replace(/\u2019/g,"'");var b=ax(j,bg);var K=false;var B="#_tidyread_script_id";var bc=(window._smart?(window._smart=="y"):(bH(B).attr("_smart")=="y"));var S=(window._nopen?(window._nopen=="y"):(bH(B).attr("_nopen")=="y"));var ar=(window._icon?(window._icon=="n"):(bH(B).attr("_icon")=="n"));var aS=(window._anim?(window._anim=="n"):(bH(B).attr("_anim")=="n"));var c=((aS||bw.indexOf("chrome://")==-1)?1:"normal");var bU=((aS||bw.indexOf("chrome://")==-1)?1:"fast");var F=bH(B).attr("_tinyurl");var ac=bH(B).attr("_origurl");if(!ac||ac.length==0){ac=document.location.href}function ax(bX,bW){if(bW){return encodeURIComponent(bX).replace(/%../g,"x").length}return bX.length}function bC(bW){if(bW.hostname.match(/\b(xkcd|wikipedia|youtube|amazon|delicious|webmasterworld|stackoverflow|twitter|friendfeed)\.[a-z]{2,3}$/i)){return true}return false}function T(bZ,bY,bX){if(bC(bZ)){return false}var bW=/\/(story\d*|articles?\d*|archives)[\/.?]/i;if(bW.test(bZ.pathname)){return true}if(aF(bZ)&&(bX||a3(bY))){return true}return false}function aF(b1){if(bC(b1)){return false}var bX=/\d{2,}|([a-z0-9]+[+_ -]){2,}/i;if(bX.test(b1.pathname)){return true}var bY=b1.href;var bW=/\b(fc_?id|opusid|item|item_?id|comments?_?id|loid|xml|showtopic|art_?aid|entry_?id|version_?id|abstract_?id|doc_?id|content_?id|thread_?id|\w_?id|\w_?num|story|article|page|file|entry|entry_?id|story_?id|article_?id|file_?id|news_?id|release_?id|guid|id_?link|event_id|vnu_content_id)=([^&]*)/i;if(bW.test(bY)){return true}var b2=/(comments?|story|news|article|news|newspage).*?\b(id|hed|u|d|aid|file|num)=([^&]*)/i;if(b2.test(bY)){return true}var b0=/(contentserver|main\.jhtml|(getcase|article|showthread|module|dispbbs|query)\.(f?cgi|php|pl|asp|aspx)|doc\.mhtml)\?(.*)/i;if(b0.test(bY)){return true}var bZ=/[\?&](p|n|id|cid|sid|post|ci|i|recnum)=([^&]*)/i;if(bZ.test(bY)){return true}return false}function L(bW){return bW.match(/^(h\d+|ul|ol|dir|menu|li|dl|dt|dd|p|br|div|layer|table|caption|tbody|tfoot|thead||colgroup|tr|th|td|blockquote)$/i)!=null}function y(bW){return L(bW)&&bW!="ol"&&bW!="ul"}function aa(bW){return bW.match(/^(ul|ol|table|tbody|tr)$/i)!=null}function a7(bW){return bW.match(/^(h\d+|caption)$/i)!=null
}function a4(bY){var bX=document.location.hostname;if(bX.indexOf("msn.com")!=-1){var bZ=bH(bY).attr("id");if(bZ=="stryTools"){return true}}else{if(bX.indexOf("cnn.com")!=-1){var bW=bH(bY).attr("class");if(bW=="cnnEndOfStory"){return true}}else{if(bX.indexOf("engadget.com")!=-1){var bZ=bH(bY).attr("id");if(bZ=="footer"||bZ=="grid2"){return true}}}}return false}function am(bY){var bW=bY;while(bW!=null){var bX=bH(bW).attr("id");if(bX&&bX.length>0){I[bX]=1}bX=bH(bW).attr("class");if(bX&&bX.length>0){I[bX]=1}bW=bW.parentNode}}function az(bX){var bY=bH(bX).attr("id");if(bY&&bY.length>0&&I[bY]){return false}var bW=bH(bX).attr("class");if(bW&&bW.length>0&&I[bW]){return false}if(bY&&bY.length>0&&bY.split(/\s+/).length<3){if(a[bY]){return true}if(ab.test(bY)){return true}bY=bY.replace(/([0-9a-z_])([A-Z])/g,"$1-$2");if(ab.test(bY)){return true}}if(bW&&bW.length>0&&bW.split(/\s+/).length<3){if(n[bW]){return true}if(ab.test(bW)){return true}bW=bW.replace(/([0-9a-z_])([A-Z])/g,"$1-$2");if(ab.test(bW)){return true}}return false}function aW(bW){if(document.location.hostname.indexOf("intuitive.com")!=-1&&bW.nodeName.toLowerCase()=="div"&&bW.style.fontStyle=="italic"){return true}return false}function x(bW){if(aW(bW)){return true}return bW.nodeName.match(/^(script|noscript|style|link|iframe|embed|object|applet|map|input|select|option|textarea|button|label|hr|ins)$/i)!=null}function aq(bW){var bX=bW.nodeName.toLowerCase();return(bX=="a"&&bW.getAttribute("href"))||bX=="cite"||bW.getAttribute("onclick")||bW.getAttribute("onmouseup")}function O(bW){var bX=bH(bW).css("float");return bX=="left"||bX=="right"}function bN(b4,b2,bY,b3,b0,b1,bZ,bW,b5,bX){this.x=b4;this.y=b2;this.n=bY;this.a=b3;this.g=b0;this.d=b1;this.h=bZ;this.p=bW;this.t=b5;this.o=bX}function V(b1,b0){if(Math.abs(ax(b1,bg)-ax(b0,bg))>30){return 0}var b3=b1.split(/[\s'"]+/);var b2=b0.split(/[\s'"]+/);var bX=0;var bZ=0;var bY=0;while(bZ<b3.length){var b4=bY;while(b4<b2.length&&b4<bY+4){if(b3[bZ]==b2[b4]){bY=b4;bX+=ax(b3[bZ],bg);break}b4++}bY++;bZ++}var bW=0;bZ=0;bY=0;while(bZ<b2.length){var b4=bY;while(b4<b3.length&&b4<bY+4){if(b2[bZ]==b3[b4]){bY=b4;bW+=ax(b2[bZ],bg);break}b4++}bY++;bZ++}return Math.max(bX,bW)}function aV(ce,ci){var b0=0;var ca=0;var cl=0;var b2=0;var b8=0;var b7=false;var b4=0;var cc=0;var b6=null;var b1=0;var cd=null;var cj=true;var cf=-1;var bW=ce.nodeName.toLowerCase();var cb=ce.firstChild;var bX=false;while(cb!=null){if(b0!=0&&cl/b0<=a5){ca=b0}var b3=cb.nodeName.toLowerCase();if(cb.nodeType==3){var b5=cb.nodeValue.replace(/^[\s'"]+|[\s'"]+$/g,"").replace(/\s+/g," ").replace(/\u2019/g,"'");var cg=ax(b5,bg);b0+=cg;if(aq(ce)){cl+=cg}if(j!=""&&cg>0&&!b5.match(/^\s*\w+\.[a-z]{2,3}\s*$/i)){if(j.indexOf(b5)==-1){var bZ=V(b5,j);if(bZ>=b/2){cf+=bZ}}else{cf+=cg}}if(cg>0&&aK.test(b5)&&!aI.test(b5)){cc++}if(cg>0){bX=false}}else{if(cb.nodeType==1&&!x(cb)&&(!ci||bH(cb).offset().top<bH(window).height()*3)&&(b3=="span"||b3=="br"||!ci||bH(cb).filter(":visible").length>0||(bH(cb).offset().top>0&&bH(cb).offset().left>0))){if(b3=="br"){if(!bX){b2++;if((b0==0&&cl==0)||(b0!=0&&cl/b0<=R)){b4++}if(b7){if(b0!=0&&cl/b0>u){b8++}b7=false}}bX=true}else{if(aY!="rtl"&&(bH.cookie(aL)=="rtl"||bH(cb).attr("dir")=="rtl"||bH(cb).css("direction")=="rtl")){aY="rtl"}bX=false;var ck=aV(cb,ci);if(L(b3)){if(b2==0&&b0>0){b2++;if(cl/b0>=u){b8++}if(cl/b0<=R){b4++}}cj=false;if(ck.x>0&&!aa(b3)){b2++;if(ck.y/ck.x<=R){b4++}if(ck.y/ck.x>=u){b8++}}if(ck.x==0&&bH(cb).find("img").length>0){b2++;if(bH(cb).find("a").length>0){b8++}else{b4++}}}else{if(aq(cb)||ck.y>0){b7=true}}b0+=ck.x;if(aq(ce)){cl+=ck.x}else{cl+=ck.y}b2+=ck.n;b8+=ck.a;b4+=ck.g;cc+=ck.o;if(ck.d!=null&&(b6==null||(parseInt(b6.getAttribute(aR))!=0&&parseInt(ck.d.getAttribute(aR))!=0&&parseInt(b6.getAttribute(al))/parseInt(b6.getAttribute(aR))<=parseInt(ck.d.getAttribute(al))/parseInt(ck.d.getAttribute(aR))&&parseInt(b6.getAttribute(br))<=parseInt(ck.d.getAttribute(br))))){b6=ck.d}if(!ck.p){cj=ck.p}if(ck.t!=null&&(cd==null||b1<ck.h)){cd=ck.t;b1=ck.h}}}else{if(x(cb)){if(b3=="script"||b3=="iframe"){b2++}cj=false}}}cb=cb.nextSibling}if(b0!=0&&cl/b0<=a5){ca=b0
}if(b0>8&&bW!="li"&&(!ci||(bH(ce).offset().top<bH(window).height()&&bH(ce).offset().left<bH(document).width()/2))){var b9=0;if(cf>0){b9+=100*cf}if(cf>0||cj){var ch=(ci?bH(ce).height()*bH(ce).width()/b0:0);var bY=0;if(ch>0){bY=bH(ce).height()/Math.sqrt(ch/0.8)+0.5;bY=Math.max(1,Math.floor(bY));b9+=bH(ce).height()/bY}if((cf>0||bY<=4)&&b9>b1){b1=b9;cd=ce}}}if(b2!=0&&b0>aD&&cc>0&&(cl/b0<=a5||ca/b0>=bO)&&y(bW)&&(!ci||bH(ce).offset().top<2*bH(window).height())&&(!ci||bH(ce.parentNode).offset().top<bH(window).height())&&(!ci||bH(ce).offset().left<bH(document).width()/2)&&(document.location.hostname.indexOf("forbes.com")!=-1||(!ci||bH(ce).offset().left+bH(ce).width()>bH(document).width()/2*0.9))&&(b6==null||(parseInt(b6.getAttribute(aR))!=0&&parseInt(b6.getAttribute(al))/parseInt(b6.getAttribute(aR))<=b4/b2&&parseInt(b6.getAttribute(br))<=b0))){b6=ce}else{if(!ci||bH(ce).offset().left>bH(document).width()/2){}}if(!x(ce)){ce.setAttribute(br,b0);ce.setAttribute(a6,cl);ce.setAttribute(aR,b2);ce.setAttribute(ad,b8);ce.setAttribute(al,b4);ce.setAttribute(a9,cc);if(o){ce.setAttribute(bo,cf)}}return new bN(b0,cl,b2,b8,b4,b6,b1,cj,cd,cc)}function bu(bX,bZ,b4){if(bX==null||bX.nodeType==8||az(bX)||a4(bX)){return new bN(false,"")}if(bX.nodeType==3){return new bN(false,bX.nodeValue.replace(/</g,"&lt;").replace(/>/g,"&gt;"))}var b7=bX.nodeName.toLowerCase();if(b7=="script"||b7=="noscript"||b7=="style"||b7=="link"||b7=="ins"||b7=="iframe"||b7=="form"||(b4.hostname.indexOf("usatoday.com")!=-1&&b7=="table"&&parseInt(bX.getAttribute(br))==0)||(0&&parseInt(bX.getAttribute(br))==0&&b7!="img"&&b7!="embed"&&b7!="object"&&bH(bX).find("img, embed, object").length==0)){return new bN(false,"")}var b0="";var b1="";var b5="";b0+="<"+bX.nodeName;var b9=bX.attributes;var bY="";for(var b2=0;b9!=null&&b2<b9.length;b2++){var bW=b9[b2].nodeName.toLowerCase();if(!o){if(bW==br||bW==a6||bW==aR||bW==ad||bW==al||bW==a9||bW==bo){continue}}var b8=b9[b2].nodeValue;if(b8==null||b8==""){continue}if((b4.hostname.indexOf("wsj.com")!=-1&&b8=="articlePage")||(b4.hostname.indexOf("cnn.com")!=-1&&(b8=="cnnContentContainer"||b8=="cnnTxtCmpnt"))){continue}if(bW=="width"){if(parseInt(b8)>bz){b8=bz+"px"}else{if(b7!="iframe"&&b7!="img"&&b7!="embed"&&b7!="object"){bY="width:"+b8+";"+bY;continue}}}b8=(""+b8).replace(/"/g,'\\"').replace(/</g,"&lt;").replace(/>/g,"&gt;");if(bW=="style"){bY+=b8;continue}b1+=" "+b9[b2].nodeName+'="'+b8+'"'}if(bY!=""){b1+=' style="'+bY+'"'}b0+=b1;var ca=(bX==bZ);var b3=bX.firstChild;while(b3!=null){if(b3.nodeType==1){if(a4(b3)){break}var b6=bu(b3,bZ,b4);b5+=b6.y;if(!ca){ca=b6.x}}else{if(b3.nodeType!=8){b5+=b3.nodeValue.replace(/</g,"&lt;").replace(/>/g,"&gt;")}}b3=b3.nextSibling}if(bH.trim(b5).length>0){b0+=">";if(bX==bZ){if(b7!="a"){b0+="<center><a style='text-decoration:none;";if(b7!="h1"){b0+="font-size:1.2em;line-height:1.4em;margin:8px 0 8px 0;"}b0+="' href='"+ac+"'>"}else{b0="<center>"+b0}}b0+=b5;if(bX==bZ&&b7!="a"){b0+="</a></center>"}b0+="</"+bX.nodeName+">";if(bX==bZ&&b7=="a"){b0+="</center>"}}else{if(b7=="span"||b7=="font"){b0=""}else{b0+="/>"}}return new bN(ca,b0)}function bL(bX){if(parseInt(bX.getAttribute(br))==0||parseInt(bX.getAttribute(aR))==0){return""}var bW="<span style='display:none;'> "+bX.nodeName+" T ("+bX.getAttribute(a6)+"/"+bX.getAttribute(br)+"="+parseInt(bX.getAttribute(a6))/parseInt(bX.getAttribute(br))+") N ("+bX.getAttribute(al)+"/"+bX.getAttribute(aR)+"="+parseInt(bX.getAttribute(al))/parseInt(bX.getAttribute(aR))+") A ("+bX.getAttribute(ad)+"/"+bX.getAttribute(aR)+"="+parseInt(bX.getAttribute(ad))/parseInt(bX.getAttribute(aR))+") D ("+bX.getAttribute(a9)+"/"+bX.getAttribute(al)+"="+parseInt(bX.getAttribute(a9))/parseInt(bX.getAttribute(al))+") </span>\n";return bW}function aO(bX){var bW="head";if(bH(bW).length==0){bW="body"}bH("<style type='text/css'>"+bX+"</style>").appendTo(bW)}function bp(){if(document.getElementById("tidyread_trigger")!=null){return}var bX="fixed";var b0=(bH(window).height()-45)+"px";var bZ=(bH(window).width()-45)+"px";var bY=bz+"px";if(bH.browser.msie&&parseInt(bH.browser.version)<=7){bX="absolute";b0="expression( ( document.body.clientHeight - 45 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px')"
}var bW='<div id="tidyread_trigger_div" style="top:'+b0+"; left:"+bZ+"; position:"+bX+"; width:24px; height:24px; z-index:"+bf+"; cursor:pointer;";if(ar){bW+=" display: none;"}bW+='"><img src='+bw+'tidyreadi.png border=0 title="Click to open/close TidyRead" id="tidyread_trigger" rel="#'+a2+'"></div>';bH("body").append(bW)}function aQ(bW){if(!bW){bW=window.event}bW.cancelBubble=true}function f(bW,b0,b2){aQ(b0);var bZ=document.getElementById(b2);if(bZ.style.display==""){bZ.style.display="none"}else{var b1=jscolor_tidyread.getElementPos(bW);var bX=jscolor_tidyread.getElementPos(document.getElementById(a2));b1[0]-=bX[0];b1[1]-=bX[1];var bY=jscolor_tidyread.getElementSize(bW);b1[1]+=bY[1]+10;bZ.style.position="absolute";bZ.style.left=(b1[0]-24)+"px";bZ.style.top=b1[1]+"px";bZ.style.display=""}return false}function p(){var bW="<div id='tidyread_menu'><table cellpadding='0' cellspacing='0' width='100%' style='margin:0;padding:0;height:36px;'><tr style='vertical-align:middle;'><td align='left' valign='middle' style='height:36px;'>&nbsp;<a href='http://www.tidyread.com/' title='Visit TidyRead.com'><img src='"+bw+"tidyreads.png' width=82 height=26 border=0 alt='TidyRead'></a></td><td align=\"right\" valign=\"middle\"><table cellpadding='0' cellspacing='0' style='margin:0;padding:0;height:36px;width:auto;'><tr style='vertical-align:middle;'><td>Style:</td><td>&nbsp;</td><td id=\"id_td_nv\"><a href=\"javascript:void(0);\" title=\"change background to yellow\" onclick=\"return objectForTidyReadDisplay.style('tidyread_nv')\"><img src=\""+bw+'yl.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_bw"><a href="javascript:void(0);" title="change background to white" onclick="return objectForTidyReadDisplay.style(\'tidyread_bw\')"><img src="'+bw+'wt.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_wb"><a href="javascript:void(0);" title="change background to gray" onclick="return objectForTidyReadDisplay.style(\'tidyread_wb\')"><img src="'+bw+'gr.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_pp"><a href="javascript:void(0);" title="change background to violet" onclick="return objectForTidyReadDisplay.style(\'tidyread_pp\')"><img src="'+bw+'pp.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_tm"><a href="javascript:void(0);" title="change background to green" onclick="return objectForTidyReadDisplay.style(\'tidyread_tm\')"><img src="'+bw+'gn.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_csm"><a href="javascript:void(0);" title="Customize background and foreground colors" onclick="objectForTidyReadDisplay.initJSColor();return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_custmenu\')"><img src="'+bw+'my.gif" border=0 width=24 height=24></a>';bW+='<div id="tidyread_custmenu" onclick="objectForTidyReadDisplay.stopBlur(event)" style="display:none;"><a href="javascript:void(0);" onclick="return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_custmenu\')"><img border=0 src="'+bw+'menuclose.gif" width=12 height=12 align=right hspace=4 vspace=4></a>&nbsp;Background<br>&nbsp;&nbsp;&nbsp;<input id="tidyread_bg" size=10 maxlength=10 value="F0F0F0" class="tidyread_color {required:false,dir:\''+bw+"',insertId:'"+a2+"',pickerZIndex:"+(bf)+'}" onchange="jQuery_tidyread(\'#'+a2+"').css('background-color','#'+this.color)\"><br>&nbsp;Foreground<br>&nbsp;&nbsp;&nbsp;<input id=\"tidyread_fg\" size=10 maxlength=10 value=\"0000F0\" class=\"tidyread_color {required:false,dir:'"+bw+"',insertId:'"+a2+"',pickerZIndex:"+(bf)+'}" onchange="jQuery_tidyread(\'#'+a2+"').css('color','#'+this.color);jQuery_tidyread('div#"+a2+"').find('*').not('#tidyread_menu,#tidyread_moremenu,#tidyread_color,#tidyread_tu,#tidyread_ft,br,img,a,embed,object,param,iframe,input').css('color','#'+this.color)\"><br>&nbsp;Link Color<br>&nbsp;&nbsp;&nbsp;<input id=\"tidyread_lc\" size=10 maxlength=10 value=\"\" class=\"tidyread_color {required:false,dir:'"+bw+"',insertId:'"+a2+"',pickerZIndex:"+(bf)+'}" onchange="jQuery_tidyread(\'#'+a2+" a').css('color','#'+this.color)\"><br>&nbsp;Link Visited<br>&nbsp;&nbsp;&nbsp;<input id=\"tidyread_lv\" size=10 maxlength=10 value=\"\" class=\"tidyread_color {required:false,dir:'"+bw+"',insertId:'"+a2+"',pickerZIndex:"+(bf)+'}" onchange="jQuery_tidyread(\'#'+a2+" a').css('color','#'+this.color)\"><br><div style=\"margin-top:15px;font-size:12px;text-align:center;\"><input type=\"button\" value=\"Apply\" title=\"Apply the color schema to this site\" onclick=\"objectForTidyReadDisplay.switchMore(this, event, 'tidyread_custmenu'); objectForTidyReadDisplay.customStyle(jQuery_tidyread('#tidyread_bg')[0].value,jQuery_tidyread('#tidyread_fg')[0].value,jQuery_tidyread('#tidyread_lc')[0].value,jQuery_tidyread('#tidyread_lv')[0].value, false)\"> <input type=\"button\" value=\"Cancel\" onclick=\"objectForTidyReadDisplay.switchMore(this, event, 'tidyread_custmenu');objectForTidyReadDisplay.helper()\"><br><input type=\"button\" title=\"Save the color schema, font and width as the default settings\" value=\"Save Settings\" onclick=\"objectForTidyReadDisplay.switchMore(this, event, 'tidyread_custmenu');objectForTidyReadDisplay.customStyle(jQuery_tidyread('#tidyread_bg')[0].value,jQuery_tidyread('#tidyread_fg')[0].value,jQuery_tidyread('#tidyread_lc')[0].value,jQuery_tidyread('#tidyread_lv')[0].value, false);objectForTidyReadDisplay.saveSetting(true)\"> </div></div></td>";
bW+='<td>&nbsp; Size:</td><td>&nbsp;</td><td id="id_td_a"><a href="javascript:void(0);" title="change font size to small" onclick="return objectForTidyReadDisplay.size(\'tidyread_a\')"><img src="'+bw+'a12.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_aa"><a href="javascript:void(0);" title="change font size to medium" onclick="return objectForTidyReadDisplay.size(\'tidyread_aa\')"><img src="'+bw+'a16.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_aaa"><a href="javascript:void(0);" title="change font size to large" onclick="return objectForTidyReadDisplay.size(\'tidyread_aaa\')"><img src="'+bw+'a20.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_aaaa"><a href="javascript:void(0);" title="change font size to extra large" onclick="return objectForTidyReadDisplay.size(\'tidyread_aaaa\')"><img src="'+bw+'a24.gif" border=0 width=24 height=24></a></td>';bW+='<td>&nbsp; Width:</td><td>&nbsp;</td><td id="id_td_w"><a href="javascript:void(0);" title="change width to narrow" onclick="return objectForTidyReadDisplay.margin(\'tidyread_w\')"><img src="'+bw+'nar.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_ww"><a href="javascript:void(0);" title="change width to medium" onclick="return objectForTidyReadDisplay.margin(\'tidyread_ww\')"><img src="'+bw+'med.gif" border=0 width=24 height=24></a></td><td>&nbsp;</td><td id="id_td_www"><a href="javascript:void(0);" title="change width to wide" onclick="return objectForTidyReadDisplay.margin(\'tidyread_www\')"><img src="'+bw+'wid.gif" border=0 width=24 height=24></a></td>';bW+='<td>&nbsp;&nbsp;</td><td><a href="javascript:void(0);" onclick="this.blur();return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_moremenu\')">More <small>&#9660;</small></a>&nbsp; <div id="tidyread_moremenu" onclick="objectForTidyReadDisplay.stopBlur(event)" style="display:none;"><a href="javascript:void(0);" onclick="return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_moremenu\')"><img border=0 src="'+bw+'menuclose.gif" width=12 height=12 align=right hspace=4 vspace=4></a>';bW+='&nbsp;<b>Open Mode</b><br>&nbsp;&nbsp;<a id="id_td_ov" title="Open TidyRead as an overlay on the original page" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.openmode(\'tidyread_ov\')"><nobr>Overlay Original</nobr></a><br>&nbsp;&nbsp;<a id="id_td_pl" title="Open TidyRead to replace the original page" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.openmode(\'tidyread_pl\')"><nobr>Replace Original</nobr></a><br>';bW+='<hr class="tidyread_hr">&nbsp;<b>Font</b><br>&nbsp;&nbsp;<a id="id_td_arial" class=\'tidyread_arial\' title="change font family to Arial" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Arial</a><br>&nbsp;&nbsp;<a id="id_td_tahoma" class=\'tidyread_tahoma\' title="change font family to Tahoma" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Tahoma</a><br>&nbsp;&nbsp;<a id="id_td_verdana" class=\'tidyread_verdana\' title="change font family to Verdana" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Verdana</a><br>&nbsp;&nbsp;<a id="id_td_georgia" class=\'tidyread_georgia\' title="change font family to Georgia" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Georgia</a><br>&nbsp;&nbsp;<a id="id_td_segoe" class=\'tidyread_segoe\' title="change font family to Segoe UI" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Segoe</a><br>&nbsp;&nbsp;<a id="id_td_times" class=\'tidyread_times\' title="change font family to Times New Roman" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Times</a><br>&nbsp;&nbsp;<a id="id_td_book" class=\'tidyread_book\' title="change font family to Book Antiqua" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Book</a><br>&nbsp;&nbsp;<a id="id_td_comic" class=\'tidyread_comic\' title="change font family to Comic Sans MS" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Comic</a><br>&nbsp;&nbsp;<a id="id_td_courier" class=\'tidyread_courier\' title="change font family to Courier New" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Courier</a><br>&nbsp;&nbsp;<a id="id_td_trebuchet" class=\'tidyread_trebuchet\' title="change font family to Trebuchet" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Trebuchet</a><br>&nbsp;&nbsp;<a id="id_td_palatino" class=\'tidyread_palatino\' title="change font family to Palatino Linotype" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Palatino</a><br>&nbsp;&nbsp;<a id="id_td_lucida" class=\'tidyread_lucida\' title="change font family to Lucida Console" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.font(this.getAttribute(\'class\'))">Lucida</a><br>';
bW+='<hr class="tidyread_hr">&nbsp;<b>Text Align</b><br>&nbsp;&nbsp;<a id="id_td_left" title="Align the text to the left" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.align(\'tidyread_left\')">Left</a><br>&nbsp;&nbsp;<a id="id_td_justify" title="Justify the text on both sides" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.align(\'tidyread_justify\')">Justify</a><br>';bW+='<hr class="tidyread_hr">&nbsp;<b>Text Dir</b><br>&nbsp;&nbsp;<a title="Display the text from left to right" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.dir(\'ltr\')"><nobr>Left to Right</nobr></a><br>&nbsp;&nbsp;<a title="Display the text from right to left" href="javascript:void(0)" onclick="return objectForTidyReadDisplay.dir(\'rtl\')"><nobr>Right to Left</nobr></a><br>';bW+='<hr class="tidyread_hr">';if(bw.indexOf("chrome://")!=-1||bw.indexOf("chrome-extension://")!=-1||bw.indexOf("res://")!=-1){bW+='&nbsp;<a title="Disable TidyRead for all sites" href="javascript:void(0);" onclick="if (confirm(\'Are you sure to disable TidyRead for all sites?\')) { objectForTidyReadDisplay.saveSetting(false); window.location=document.location.href;}"><nobr>Disable TidyRead</nobr></a><br>'}bW+='&nbsp;<a title="Save the current style, font and width as the default settings" href="javascript:void(0);" onclick="objectForTidyReadDisplay.saveSetting(true);objectForTidyReadDisplay.switchMore(this, event, \'tidyread_moremenu\')"><nobr>Save Settings</nobr></a><br>';bW+='&nbsp;<a title="Reformat for printing" href="javascript:void(0);" onclick="return objectForTidyReadDisplay.print(this)">Print</a><br>';bW+='&nbsp;<a href="javascript:void(0);" onclick="return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_moremenu\')">Close</a><br>';if(F&&F.length>0){bW+='&nbsp;<a href="'+F+'" title="TinyURL of this TidyRead page" onclick="this.blur();return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_tu\')">TinyURL</a><br>';bW+="</div>\n";bW+='<div id="tidyread_tu" onclick="objectForTidyReadDisplay.stopBlur(event)" style="display:none;"><a href="'+F+'" onclick="return false;">'+F+'</a>&nbsp;&nbsp;<a href="javascript:void(0);" onclick="return objectForTidyReadDisplay.switchMore(this, event, \'tidyread_tu\')"><img border=0 src="'+bw+'menuclose.gif" width=12 height=12 align=right hspace=4 vspace=4></a></div>'}else{bW+="</div>\n"}bW+="</td></tr></table></td></tr></table></div>";return bW}function h(b0,b2,bX){var b5="";if(o){b5+=bL(b0)}var b6=b0;if(b0.nodeName.toLowerCase()!="td"&&b0.parentNode&&b0.parentNode.nodeName.toLowerCase()!="body"){b6=b0.parentNode;if(o){b5+=bL(b6)}}var cb=false;var b4=2;var b9=-1;if(!bX){b4=-2}var b8="";var bZ=b6.childNodes;var bY=0;var b7=bZ.length*bY;for(var b3=0;b3<bZ.length;++b3){var ca=bZ[b3].nodeName.toLowerCase();if(b7>0||bZ[b3]==b0||bZ[b3].nodeType==3||ca=="br"||ca=="embed"||ca=="object"||(bZ[b3].nodeType==1&&(!bX||bH(bZ[b3]).filter(":visible").length>0||(bH(bZ[b3]).offset().top>0&&bH(bZ[b3]).offset().left>0))&&((b9!=-1&&b9<=b4)||bZ[b3].getAttribute(br)==null||bZ[b3].getAttribute(br)==""||parseInt(bZ[b3].getAttribute(br))==0||bZ[b3].getAttribute(aR)==null||bZ[b3].getAttribute(aR)==""||parseInt(bZ[b3].getAttribute(aR))==0||(aq(bZ[b3])&&parseInt(bZ[b3].getAttribute(br))==parseInt(bZ[b3].getAttribute(a6)))||(parseInt(bZ[b3].getAttribute(a6))/parseInt(bZ[b3].getAttribute(br))<=ae&&(parseInt(bZ[b3].getAttribute(br))>aD||parseInt(bZ[b3].getAttribute(ad))/parseInt(bZ[b3].getAttribute(aR))<bx))))){b7--;var bW=bu(bZ[b3],b2,document.location);if(!cb){cb=bW.x;if(cb){b5="";b7=(bZ.length-b3)*bY;var cc=b2;do{if(cc==bZ[b3]){break}if(!bF(cc)){break}cc=cc.parentNode}while(cc!=null);if(cc==bZ[b3]){b9=-1;if(M(b2,b0).x.length==0){b8=aM(b2,b0)}}else{b9=b4}}}if(cb){b9++}b5+=bW.y;if(b8.length>0){b5+=b8;b8=""}}}var b1=b6.nodeName.toLowerCase();if(b1=="table"||b1=="ul"||b1=="tr"||b1=="tbody"||b1=="ol"||b1=="menu"||b1=="dir"||b1=="dl"){b5="<"+b1+">"+b5+"</"+b1+">"}if(b1=="tr"||b1=="tbody"){b5="<table style='width:100%;'>"+b5+"</table>"}return new bN(b5,cb,b6)}function bF(bW){var bY=bW;do{bY=bY.nextSibling
}while(bY&&bY.nodeType!=1);var bX=bW;do{bX=bX.previousSibling}while(bX&&bX.nodeType!=1);return(!bY&&!bX)}function M(bX,b3){var b4=bX;if(bF(b4)){b4=b4.parentNode}var b2="";var bY=2;var b1=b4.nextSibling;while(b1!=null&&b1!=b3&&bY>0){var bW=bu(b1,bX,document.location);if(bW.y.length>0){var bZ=bH(b1).text();if(bZ){bZ=bZ.replace(/^\s+|\s+$/g,"")}var b0=ax(bZ,bg);if(b0>0&&b0<=100){b2+=bW.y;bY--}else{if(b0>100){break}}}b1=b1.nextSibling}return new bN(b2,bY)}function aM(b2,b1){var bZ=b2;if(bF(bZ)){bZ=bZ.parentNode}var bY="";var b0=bZ;do{b0=b0.previousSibling}while(b0&&b0.nodeType!=1&&b0.nodeType==3&&b0.nodeValue.match(/^\s+$/));if(b0){if(b0.nodeType==3&&b0.nodeValue.length<100){bY+=b0.NodeValue+"<br>"}else{if(b0.nodeType==1){var bW=bH(b0).text();if(bW){bW=bW.replace(/^\s+|\s+$/g,"")}var bX=ax(bW,bg);if(bX>0&&bX<=100&&bW.split(/\s+/).length>1){bY+=bu(b0,b2,document.location).y}}}}return bY}function ap(b0,bZ){var bY=b0;if(bF(bY)){bY=bY.parentNode}var bX=bu(bY,b0,document.location).y;var bW=M(b0,bZ);bX+=bW.x;if(bW.y==2){bX+=aM(b0,bZ)}return bX}function a3(bY){if(!bY){return false}var bW=bH(bY).text().replace(/^[\s'"]+|[\s'"]+$/g,"").replace(/\s+/g," ").replace(/\u2019/g,"'");var bX=ax(bW,bg);if(j.indexOf(bW)==-1){bX=V(bW,j)}if(bX>=24&&bX>b*1/3){return true}return false}function z(){if(bH("div#"+a2).length>0){if(!bc){window.alert("TidyRead is running. Please click TidyRead icon on your browser's bottom right corner to activate.")}return new bN("",null,false)}if(bc&&!T(document.location,null,true)){return new bN("",null,false)}var bW=(bH("body").filter(":visible").length>0);var b5=!S;var bZ="This page doesn't look like an article, and TidyRead couldn't extract.";if(bc&&bH(document).height()<=bH(window).height()){return new bN("",null,false)}var b3=aV(bH("body").get(0),bW);if(b3.d==null){if(!bc&&b5){window.alert(bZ)}return new bN("",null,false)}if(bH("body").css("position")=="relative"){bH("body").css("position","static")}var b0=b3.d;if(bc&&!S){if(parseInt(b0.getAttribute(aR))==0||parseInt(b0.getAttribute(al))==0||parseInt(b0.getAttribute(a9))==0||parseInt(b0.getAttribute(ad))/parseInt(b0.getAttribute(aR))>=bx||parseInt(b0.getAttribute(a9))/parseInt(b0.getAttribute(al))<au||bH.cookie(bH.md5(location.href))=="1"||!aF(document.location)){b5=false}if(!b5&&bH.cookie(bH.md5(location.href))!="1"&&T(document.location,b3.t,false)){b5=true}if(document.location.href==document.referrer||document.location.href.indexOf("#")!=-1){b5=false}}am(b3.t);var bX=h(b0,b3.t,bW);var b1=bX.x;if(b1==""){if(!bc&&b5){window.alert(bZ)}return new bN("",null,false)}var b6=bX.y;var b2=bX.n;var b7=p();b7+="<div id='tidyread_article'>";if(!b6){var b4="";if(b3.t!=null){b4=ap(b3.t,b0)}if(b4.length>0){b7+=b4}else{b7+='<h1 style="text-align:center;">';b7+="<a style='text-decoration:none;' href='"+ac+"'>";b7+=j;b7+="</a>";b7+="</h1>\n"}}var bY="<div id='tidyread_ft'><a href='http://www.tidyread.com/' title='Visit TidyRead.com'><img style='float:left;' src='"+bw+"tidyreads.png' width=82 height=26 border=0 alt='TidyRead'></a><a href='javascript:void(0)' onclick='jQuery_tidyread(\"div#"+a2+" div.close\").click()' title='Close TidyRead'><img style='float:right;' width=26 height=26 src='"+bw+"close.png' border=0 alt='Close TidyRead'></a></div>";b1+="<div id='tidyread_nextpage' style='display:none;'></div>";b1+="</div>\n";return new bN(b7+b1+bY,b2,b5)}function Y(bW){var bX="background: transparent !important;";var b3="font-family: inherit;";var b0="font-size: "+bH("div#"+a2).css("font-size")+" !important;";var bY="color: "+bH("div#"+a2).css("color")+";";var b1="line-height: 1.4em;";var b2="margin-top: 12px;";if(bH.browser.msie){b3="font-family: "+bH("div#"+a2).css("font-family")+" !important;";b0="font-size: "+bH("div#"+a2).css("font-size")+" !important;";bY="color: "+bH("div#"+a2).css("color")+";";b1="line-height: 1.4em;";b2="margin-top: 12px;"}var bZ=bX+b3+b0+bY+b1+b2;bH(bW).find("*").not("#tidyread_menu,#tidyread_moremenu,#tidyread_color,#tidyread_tu,#tidyread_ft,#tidyread_article,#tidyread_nextpage,.tidyread_pagenum,br,h1,hr,center,img,a,embed,object,param,iframe,input").filter(function(b4){var b7=this.nodeName.toLowerCase();
if(b7.indexOf("_")!=-1){return false}var b5=bH(this).css("cssText");if(b5!=null&&b5.length>0){b5=b5.replace(/\b(background-color|font-size|font-family|color|line-height|margin-top)\s*:\s*[^;]*(;|$)/ig,"");b5+=bZ}else{b5=bZ}var b6=360;if((b7=="table"||b7=="tbody"||b7=="thead"||b7=="tr"||b7=="td"||b7=="div")){if(bH(this).css("width")=="auto"||bH(this).css("width")=="100%"||parseInt(bH(this).css("width"))>=b6){b5=b5.replace(/\bwidth\s*:\s*[^;]*(;|$)/ig,"");if(b7=="table"){b5+="width:100% !important;"}else{b5+="width:auto !important;"}if(parseInt(bH(this).css("left"))>=10){b5=b5.replace(/\bmax-width\s*:\s*[^;]*(;|$)/ig,"");b5+="max-width: "+(bH("div#"+a2).width()-parseInt(bH(this).css("left")))+"px;"}}if(bH(this).css("position")=="absolute"){b5=b5.replace(/\bposition\s*:\s*[^;]*(;|$)/ig,"");b5+="position:static !important;"}}bH(this).css("cssText",b5);return false})}function a0(bZ,b0,bY,b4,bW){bW=bW.replace("tidyread_cm ","");var b5="<div id='"+a2+"' class='tidyread_cm "+bW+"'";if(aY=="rtl"){b5+=" dir='rtl'";if(bW.indexOf("tidyread_left")!=-1){b5+=" style='text-align: right !important;'"}}b5+="></div>";if(!bY){bH(b0).append(b5)}else{if(0&&document.location.hostname.indexOf("tidyread.com")==-1&&!bH.browser.msie){while(b0!=null&&b0.nodeName.toLowerCase()!="body"){var b1=b0.getAttribute("class");if(b1!=null&&b1.length>0){b1=" class='"+b1+"'"}else{b1=""}var bX=b0.getAttribute("id");if(bX!=null&&bX.length>0){b1+=" id='"+bX+"'"}if(b1.length>0){var b2="";if(bH(b0).css("position")!="static"){b2="position:absolute !important;"}b5="<div"+b1+" style='"+b2+"display:block !important;z-index:auto !important;float:none !important;overflow:visible !important;top:0px !important;left:0px !important;margin:0px !important;padding:0px !important;border:0px !important;background:transparent !important;width:auto !important;height:auto !important;'>"+b5+"</div>"}b0=b0.parentNode}}bH("body").append(b5)}bH("div#"+a2).append(bZ);var b3=bH("#"+a2+" #tidyread_menu").html();bH("div#"+a2+" #tidyread_menu").html("");Y("div#"+a2);bH("div#"+a2+" #tidyread_menu").html(b3);bH("#tidyread_trigger").click(function(){jQuery_tidyread.cookie(jQuery_tidyread.md5(location.href),"0",{expires:365})});bH("#tidyread_trigger").overlay({onBeforeLoad:function(){aG=setInterval("try { if (jQuery_tidyread('#tidyread_overlay_image').height() < jQuery_tidyread('#tidyread_overlay').height()) { jQuery_tidyread('#tidyread_overlay_image').height(jQuery_tidyread('#tidyread_overlay').outerHeight(true)); }} catch(e) {}try { if (jQuery_tidyread('#tidyread_expose').height() < jQuery_tidyread('body').height()) { jQuery_tidyread('#tidyread_expose').height(jQuery_tidyread('body').outerHeight(true)); }} catch(e) {}try { jQuery_tidyread('embed').attr('tisible', '1'); } catch(e) {}try { jQuery_tidyread('object').filter(':visible').attr('tisible', '1'); } catch(e) {}try { jQuery_tidyread('iframe').filter(':visible').attr('tisible', '1'); } catch(e) {}try { jQuery_tidyread('select').filter(':visible').attr('tisible', '1'); } catch(e) {}try { jQuery_tidyread('div#"+a2+" embed').attr('tisible', '0'); } catch(e) {}try { jQuery_tidyread('div#"+a2+" object').filter(':visible').attr('tisible', '0'); } catch(e) {}try { jQuery_tidyread('div#"+a2+" iframe').filter(':visible').attr('tisible', '0'); } catch(e) {}try { jQuery_tidyread('div#"+a2+" select').filter(':visible').attr('tisible', '0'); } catch(e) {}try { jQuery_tidyread('embed').filter('[tisible=1]').hide().each(function(i,d){var h=jQuery_tidyread(d).attr('height');if(h!='0'){jQuery_tidyread(d).attr('tisibleh',h);jQuery_tidyread(d).attr('height','0')};});} catch(e) {}try { jQuery_tidyread('object').filter('[tisible=1]').hide(); } catch(e) {}try { jQuery_tidyread('iframe').filter('[tisible=1]').hide(); } catch(e) {}try { jQuery_tidyread('select').filter('[tisible=1]').hide(); } catch(e) {}",1000);this.getBackgroundImage().expose({color:"#fff",opacity:0.8,maskId:"tidyread_expose",alert:false})},onClose:(!K?function(){bH.expose.close(this);if(aG!=null){clearInterval(aG);aG=null}try{bH("embed").filter("[tisible=1]").show().each(function(b7,b9){var b8=bH(b9).attr("tisibleh");
if(b8){bH(b9).attr("height",b8)}});bH("object").not(":visible").filter("[tisible=1]").show();bH("iframe").not(":visible").filter("[tisible=1]").show();bH("select").not(":visible").filter("[tisible=1]").show()}catch(b6){}}:function(){window.location=document.location.href}),alert:false,preload:false,speed:c,fadeInSpeed:bU,reuseInstance:false,imageId:"tidyread_overlay_image",closeOnClick:!K,zIndex:bf+1});bH("div#"+a2+" div.close").click(function(){jQuery_tidyread.cookie(jQuery_tidyread.md5(location.href),"1",{expires:365})});if(b4){bH("#tidyread_trigger").click()}}function aP(bX){if(o){return}if(bX==null){return}if(bX.nodeType==1){bX.removeAttribute(br);bX.removeAttribute(a6);bX.removeAttribute(aR);bX.removeAttribute(ad);bX.removeAttribute(al);bX.removeAttribute(a9);bX.removeAttribute(bo)}var bW=bX.firstChild;while(bW!=null){if(bW.nodeType==1){aP(bW)}bW=bW.nextSibling}}function q(bX){var bW=bX.match(/.(https?(%3a|:)\/\/([\S]+?)(\/.*)?)$/i);if(bW){return bW[1]}return bX}function bn(bX){var bW=bX.text||bX.textContent||bX.innerText||(bX.innerHTML?bX.innerHTML.replace(/<\/?[^>]+>/g," "):"");return bW.replace(/^\s+|\s+$/g,"")}function aE(bX){var bW=bX.match(/^https?:\/\/([\S]+?)(\/.*)?$/i);if(bW){return bW[1]}return null}function bV(bW){var bX=bW.match(/([^.]+\.[a-z]{3,3})$/i);if(bX){return bX[1]}bX=bW.match(/([^.]+\.[^.]+\.[a-z]{2,2})$/i);if(bX){return bX[1]}return null}function bS(bY,bZ,bW){var bX=bY.match(/^javascript\:.*$/i);if(bX&&bZ.indexOf("reuters.com")==-1){return false}bX=aE(bY);if(bX){if(bX==bZ){return true}if(!bW){return bV(bZ)==bV(bX)}else{return false}}return true}function bv(bX,bW){bX=bX.replace(/^\s+|\s+$/g,"");if(bW==-1){bX=bX.split(/\s+/).pop()}else{if(bW==1){bX=bX.split(/\s+/).shift()}}return/^([1-9]\d*)[,.]?$/.test(bX)||/^\[([1-9]\d*)\]$/.test(bX)||/^\u3010([1-9]\d*)\u3011$/.test(bX)||/^\uff3b([1-9]\d*)\uff3d$/.test(bX)||/^<([1-9]\d*)>$/.test(bX)}function m(bW){return/(^.*(page[a-z]*|pg|p|part)[=\/-])([1-9]\d*)($|[&%-])/i.test(bW)||/(^.*(\/))([1-9]\d*)($|\/)/.test(bW)||/(^.*([^0-9]))([1-9]\d*)($|\.html?)/i.test(bW)}function U(bX,bW){if(!bX){return null}bX=Z(bX,bW);while(bX&&(bX.nodeName=="#coment"||(/^\s*[\]\u3011\uff3d]?[,\|]?\s*[\[\u3010\uff3b]?\s*$/.test(bn(bX))))){bX=Z(bX,bW)}return bX}function Z(bW,bX){if(!bW){return null}if(bM(bW)){try{bW=(bX==1?bW.parentNode.nextSibling:bW.parentNode.previousSibling);if(bW==null){return null}if(be(bW)){bW=(bX==1?bW.nextSibling:bW.previousSibling)}bW=bW.childNodes[0];if(be(bW)){bW=bW.nextSibling}}catch(bY){return null}}else{bW=(bX==1?bW.nextSibling:bW.previousSibling)}return bW}function bM(bW){return !bW.nextSibling&&!bW.previousSibling||!bW.nextSibling&&be(bW.previousSibling)&&!bW.previousSibling.previousSibling||!bW.previousSibling&&be(bW.nextSibling)&&!bW.nextSibling.nextSibling||be(bW.previousSibling)&&!bW.previousSibling.previousSibling&&be(bW.nextSibling)&&!bW.nextSibling.nextSibling}function be(bW){return bW&&(/^\s*$/.test(bn(bW)))}function e(b1,b0){if(b0.indexOf("instructables.com")!=-1){var bW=b1.getElementsByTagName("input");for(var bZ=0;bZ<bW.length;bZ++){if(bW[bZ].id!="nextstepbutton"){continue}var bY=bW[bZ].getAttribute("onclick");if(bY&&/window\.location\s*=\s*'([^']+)'/i.test(bY)){var bX="http://"+b0+RegExp.$1;if(r[bX]){continue}if(ah){alert("By Special: "+bX)}r[bX]=1;ak++;return bX}}}return null}function aB(ck,ci){var b8=aE(ci);if(!b8){return null}var b0=e(ck,b8);if(b0!=null){return b0}var b6=ci;var b9=b6.indexOf("?");if(b9!=-1){b6=b6.substring(0,b9)}if(/^([^\/]+\/\/[^\/]+\/[^\/]+)/.test(b6)){b6=RegExp.$1}var b2=new Object();var bX=ck.getElementsByTagName("a");var b4=null;for(var cg=0;cg<bX.length;cg++){var ch=q(bX[cg].href);if(ch.length==0||ch.indexOf("#")!=-1||ch.match(/[^\d](19|20)\d{2,2}.?(0[1-9]|1[0-2]|(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)[a-z]*).?(0[1-9]|[12]\d|3[01])(.?|\d*|\/(default|index|home)\.\w{3,5})$/i)||!bS(ch,b8,true)){continue}if(/(?:^|\s)(?:monthlink|weekday|day|day[\-_]\S+)(?:\s|$)/i.test(bX[cg].className)){continue}if(r[ch]||ci.indexOf(ch)!=-1){continue}if(cg>0&&m(ch)){var ce=RegExp.$1;var b1=ce.lastIndexOf("/");if(b1!=-1){ce=ce.substring(0,b1)
}if(ci.indexOf(ce)==-1){continue}var cc=parseInt(RegExp.$3);if((ak+1)==cc){if(((ch.indexOf(ci)!=-1||(m(ci)&&ak==RegExp.$3))&&ak+1==cc)||(m(bX[cg-1].href)&&ak-RegExp.$3<=1&&RegExp.$1.indexOf(ce)!=-1)||(cg+1<bX.length&&m(bX[cg+1].href)&&ak+2==RegExp.$3&&RegExp.$1.indexOf(ce)!=-1)){if(ah){alert("By URL: "+ch)}r[ch]=1;ak=cc;return ch}}}if(/^nextlink/i.test(bX[cg].id)||/^linknext/i.test(bX[cg].id)||/(^|\s)nextlink/i.test(bX[cg].className)||/(^|\s)linknext/i.test(bX[cg].className)){if(ah){alert("By Id: "+ch)}r[ch]=1;ak++;return ch}var b7=bn(bX[cg]);if(b7.length==0){for(var cf=0;cf<bX[cg].childNodes.length;++cf){var cl=bX[cg].childNodes[cf];if(cl.nodeName.toLowerCase()=="img"){b7=cl.alt||bX[cg].title||cl.title;b7=b7.replace(/^\s+|\s+$/g,"");if(b7&&b7.length>0){break}}}if(!b7||b7.length==0){continue}}if(b7.length>20||b7.split(/\s+/).length>4){continue}var cc=-1;if(bv(b7)){cc=parseInt(RegExp.$1)}if(cg>0&&cc!=-1&&cc==ak+1){if((bv(bn(bX[cg-1]))&&ak-RegExp.$1<=1)||(cg+1<bX.length&&bv(bn(bX[cg+1]))&&ak+2==RegExp.$1)){if(ah){alert("By Num 1: "+ch)}r[ch]=1;ak=cc;return ch}}if(cc!=-1){var bW=U(bX[cg],-1);if(bW&&(bW.nodeName.toLowerCase()!="a"||(bW.nodeName.toLowerCase()=="a"&&(bW.href==ci||bW.className!=bX[cg].className||(0&&bW.getAttribute("style")!=bX[cg].getAttribute("style")))))&&bv(bn(bW),-1)){if((cc-1)==RegExp.$1){b4=ch;ak=cc;r[ch]=1}}}else{if(b4!=null){if(ci==b4){return null}if(ah){alert("By Num2 "+b4)}return b4}}if(ch.indexOf(b6)==-1){continue}var ca=ch.match(/[^\d]([1-9]\d+)($|[^\da-z])/i);if(!ca){continue}var b3=0;if((!b7.match(/\b(read\s+more|next\s+post)\b/i)&&b7.match(/\b(next|older|old|forward|continued?|more|Suivant|Vorw\u00e4rts|Siguiente)\b/i))||b7.match(/\u05d0\u05d1\u05d4/)||b7.match(/\ub2e4\uc74c/)||b7.match(/\u6b21(\u3078|\u306e)/)||b7.match(/(\u540e|\u4e0b)\u4e00?(\u9801|\u9875|\u5f20|\u5e45|\u8282|\u7ae0|\u7bc7)/)){b3=1}else{if(ca[1].length>2){continue}}if(b2[ch]){b2[ch].position.push(cg);b2[ch].anchor.push(b7);b2[ch].hint+=b3}else{b2[ch]=new Object();b2[ch].position=new Array();b2[ch].position[0]=cg;b2[ch].anchor=new Array();b2[ch].anchor[0]=b7;b2[ch].hint=b3}}var bZ=null;var bY=0;var b5=0;var cb=0;for(var cj in b2){var cd=true;if(b2[cj].hint<2){if(b2[cj].position.length>1){cd=false;for(var cg=0;cg<b2[cj].position.length-1;cg++){if(b2[cj].position[cg+1]-b2[cj].position[cg]<20){cd=true;break}}}if(cd){for(var cg=0;cg<b2[cj].anchor.length-1;cg++){if(b2[cj].anchor[cg+1]==b2[cj].anchor[cg]){cd=false;break}}}}if(cd){if(bZ==null||b2[cj].hint>bY||(b2[cj].hint==bY&&b2[cj].position.length>b5)||(b2[cj].hint==bY&&b2[cj].position.length==b5&&b2[cj].position[0]>cb)){bZ=cj;bY=b2[cj].hint;b5=b2[cj].position.length;cb=b2[cj].position[0]}}}if(bZ!=null&&bY==0&&b5<2){bZ=null}if(bZ!=null){r[bZ]=1;if(bY==0&&b5<2){bZ=null}else{ak++}if(ah){alert("Final "+bZ+" | "+b2[bZ].hint+" | "+b2[bZ].position+" | "+b2[bZ].anchor)}}return bZ}function bj(bW,bX){bH("body").append("<iframe id='tidyread_prefetch' style='display:none;'></iframe>");bH("iframe#tidyread_prefetch").attr("src",bW);bH("iframe#tidyread_prefetch").load(function(){bX(this)})}function by(b1){bA=null;var b2=b1.contentDocument||b1.document;if(!b2&&b1.contentWindow){b2=b1.contentWindow.document}if(!b2){return false}var bZ="";var bW=b2.getElementsByTagName("body")[0];bA=aB(bW,b2.location.href);var bY=bW.childNodes;for(var bX=0;bX<bY.length;++bX){bZ+=bu(bY[bX],null,b2.location).y}b1.parentNode.removeChild(b1);var b0=Q(bZ,b2.location.href);if(b0){b0.parentNode.removeChild(b0)}}function Q(bZ,bW){if(bZ.length==0){return null}bH("body").append("<div id='tidyread_holder' style='display:none;'></div>");bH("div#tidyread_holder").append(bZ);var b0=bH("div#tidyread_holder")[0];var bY=aV(b0,false);if(bY.d==null){b0.parentNode.removeChild(b0);return null}var bX=h(bY.d,bY.t,false);if(bX&&bX.x){bH("div#tidyread_nextpage").append("<div class='tidyread_pagenum'>&mdash;&mdash;&mdash; <a href='http://www.tidyread.com/' title='Visit TidyRead.com'><img width=24 height=24 border=0 style='margin:0;' src='"+bw+"tidyreadi.png' alt='TidyRead'></a> <a href='"+bW+"' title='Automated next page by TidyRead'>Page "+ak+"</a> &mdash;&mdash;&mdash;</div>"+bX.x);
Y("div#tidyread_nextpage");bH("div#tidyread_nextpage").show()}return b0}function N(bW){return unescape(encodeURIComponent(bW))}function H(bW){return decodeURIComponent(escape(bW))}function bQ(bW){var bX=document.charset||document.defaultCharset||document.characterSet||"utf-8";bH.ajaxSetup({beforeSend:function(bY){if(bY.overrideMimeType){bY.overrideMimeType("text/html;charset="+bX)}}});bH.ajax({url:bW,dataType:"html",success:function(bZ){bA=null;var bY=bZ.match(/<body.*?>([\w\W]*?)<\/body>/i);bZ=(bY&&bY.length>=2)?bY[1]:bZ;bZ=bZ.replace(/<script[\w\W]*?>[\w\W]*?<\/script>/ig,"").replace(/<script[\w\W]*?\/>/ig,"").replace(/<noscript>([\w\W]*?)<\/noscript>/ig,"$1");var b0=Q(bZ,bW);if(b0){bA=aB(b0,bW);b0.parentNode.removeChild(b0)}}})}function bP(bW){if(document.location.hostname.indexOf("reuters.com")!=-1&&/gotoPage\((\d+)\)/i.test(bW)){bW=document.location.href+"?pageNumber="+RegExp.$1}if(aw[bW]){bA=null;return}aw[bW]=1;if(ah){alert("Prefetch "+bW)}if(an){bj(bW,by)}else{bQ(bW)}}function ai(){ba=false;a8()}function a8(){if(ba){return}var bX=bH("div#"+a2);if(!bX||bX.length==0){return}if(bX.is(":hidden")){return}var b0=parseInt(bH(window).height());var bW=parseInt(bH("div#"+a2).css("top"))+parseInt(bH("div#tidyread_ft").position().top);var bZ=parseInt(bH(window).scrollTop());var bY=bW-bZ-b0;if(bY<1.5*b0){ba=true;if(bA){bP(bA)}setTimeout(ai,500)}}function A(bZ){try{if(!bZ){return}if(bZ.nodeName.toLowerCase()=="body"){bZ.style.backgroundImage="none";bZ.style.backgroundColor="transparent"}var bW=[];var bY=bZ.childNodes;for(var bX=0;bX<bY.length;bX++){if(bY[bX].nodeName.toLowerCase()=="script"){if(!bY[bX].src||bY[bX].src.indexOf("tidyread.js")==-1){bW.push(bY[bX])}continue}if(!bY[bX].id){bW.push(bY[bX]);continue}var b1=bY[bX].id;if(b1!="tidyread_trigger_div"&&b1!="tidyread_overlay_image"&&b1!="tidyread_expose"&&b1!=a2){bW.push(bY[bX])}}for(var bX=0;bX<bW.length;bX++){bZ.removeChild(bW[bX])}}catch(b0){}}function ao(bW){try{if(bW.match(/\btidyread_ov\b/)){K=false}else{if(bW.match(/\btidyread_pl\b/)){K=true}}if(K){ar=true;aS=true;bH("div#tidyread_trigger_div").hide()}else{bH("div#tidyread_trigger_div").show()}var bZ="";var b0=null;var bY=false;var b3=true;var b4=!K;var bX=bH("div#"+a2);if(bX.length>0){bH(bX).find("div.close").remove();bZ=bX[0].innerHTML;b0=bX[0].parentNode;b4=true;if(K){A(document.body)}}else{var b2=z();bY=true;bZ=b2.x;b0=b2.y;if(bZ.length>0){b3=b2.n;if(K&&b3){b4=true;bB();A(document.body)}if(b4){aO(s);bp();if(!K){setTimeout(bB,10)}}}}if(bZ.length>0&&b0!=null){if(bX.length>0){bH("#tidyread_overlay_image").remove();bH.expose.destroy();bX.remove()}if(window._done){window._done="y"}else{bH(B).attr("_done","y")}if(b4){a0(bZ,b0,bY,b3,bW)}}else{if(window._done){window._done="n"}else{bH(B).attr("_done","n")}}}catch(b1){}finally{if(window._done&&window._done=="y"&&window._temphost&&window._temphost.length>0){bd("host",window._temphost)}if(bY){aP(bH("body").get(0))}}}function aX(bW,bY,b5,b0,b2,b4){var b1=bH.cookie(ay);if(b1!=null&&b1.split(" ").length!=7){bH.cookie(ay,null);b1=""}if(window._tdstyle&&(b1==null||b1==""||b1.indexOf("tidyread_")==-1)){b1=window._tdstyle}if(b1==null||b1==""||b1.indexOf("tidyread_")==-1){var b3=(window._style?window._style:bH(B).attr("_style"));if(b3&&b3.length>0){bW=b3}b3=(window._font?window._font:bH(B).attr("_font"));if(b3&&b3.length>0){bY=b3}b3=(window._size?window._size:bH(B).attr("_size"));if(b3&&b3.length>0){b5=b3}b3=(window._margin?window._margin:bH(B).attr("_margin"));if(b3&&b3.length>0){b0=b3}b3=(window._align?window._align:bH(B).attr("_align"));if(b3&&b3.length>0){b2=b3}b3=(window._mode?window._mode:bH(B).attr("_mode"));if(b3&&b3.length>0){b4=b3}b1=bW+" "+bY+" "+b5+" "+b0+" "+b2+" "+b4}var bX=/tidyread_csm_([a-f0-9]*)_([a-f0-9]*)_([a-f0-9]*)_([a-f0-9]*)/i;var bZ=bX.exec(b1);if(bZ==null){bX=/tidyread_csm_([a-f0-9]*)_([a-f0-9]*)/i;bZ=bX.exec(b1)}if(bZ){if(bZ.length>3){P(bZ[1],bZ[2],bZ[3],bZ[4],true)}else{P(bZ[1],bZ[2],"","",true)}}ao(b1)}function bB(){try{r[document.location.href]=1;bA=aB(document.body,document.location.href);a8();bH(window).bind("scroll",a8)}catch(bW){}}function X(bY){var bX=bH("div#"+a2).attr("class");
var bW=bX.replace(/\btidyread_left\b/,bY);bW=bW.replace(/\btidyread_justify\b/,bY);if(bX!=bW){ao(bW)}jQuery_tidyread.cookie(ay,bW,{expires:365,path:"/"});return false}function v(bW){if(aY!=bW){aY=bW;ao(bH("div#"+a2).attr("class"));jQuery_tidyread.cookie(aL,aY,{expires:365,path:"/"})}return false}function aC(bY){var bX=bH("div#"+a2).attr("class");var bW=bX.replace(/\btidyread_bw\b/,bY);bW=bW.replace(/\btidyread_wb\b/,bY);bW=bW.replace(/\btidyread_nv\b/,bY);bW=bW.replace(/\btidyread_pp\b/,bY);bW=bW.replace(/\btidyread_tm\b/,bY);bW=bW.replace(/\btidyread_fun1\b/,bY);bW=bW.replace(/\btidyread_fun2\b/,bY);bW=bW.replace(/\btidyread_csm\w+/,bY);bH("div#tidyread_custmenu").hide();if(bX!=bW){ao(bW)}jQuery_tidyread.cookie(ay,bW,{expires:365,path:"/"});return false}function P(b0,b1,b3,bY,bX){b0=bH.trim(b0);b1=bH.trim(b1);b3=bH.trim(b3);bY=bH.trim(bY);var bZ=b0+"_"+b1;if(b3!=""||bY!=""){bZ+="_"+b3+"_"+bY}var b2="tidyread_csm_"+bZ;var bW="."+b2+" { background-image:url("+aT+"); ";if(b1!=""){bW+="color: #"+b1+" !important; "}if(b0!=""){bW+="background-color: #"+b0+"; "}bW+="}\n";if(b3!=""){bW+="."+b2+" a:link {color: #"+b3+";}\n"}if(bY!=""){bW+="."+b2+" a:visited {color: #"+bY+";}\n"}bW+="."+b2+" #id_td_csm "+bs;aO(bW);jQuery_tidyread.cookie(bG,bZ,{expires:365,path:"/"});if(!bX){aC(b2)}return false}function bD(bW){var bY=bH("div#"+a2).attr("class");var bX=bY.replace(/\btidyread_arial\b/,bW);bX=bX.replace(/\btidyread_tahoma\b/,bW);bX=bX.replace(/\btidyread_verdana\b/,bW);bX=bX.replace(/\btidyread_georgia\b/,bW);bX=bX.replace(/\btidyread_segoe\b/,bW);bX=bX.replace(/\btidyread_times\b/,bW);bX=bX.replace(/\btidyread_book\b/,bW);bX=bX.replace(/\btidyread_comic\b/,bW);bX=bX.replace(/\btidyread_courier\b/,bW);bX=bX.replace(/\btidyread_trebuchet\b/,bW);bX=bX.replace(/\btidyread_palatino\b/,bW);bX=bX.replace(/\btidyread_lucida\b/,bW);if(bY!=bX){ao(bX)}jQuery_tidyread.cookie(ay,bX,{expires:365,path:"/"});return false}function bq(bY){var bX=bH("div#"+a2).attr("class");var bW=bX.replace(/\btidyread_a\b/,bY);bW=bW.replace(/\btidyread_aa\b/,bY);bW=bW.replace(/\btidyread_aaa\b/,bY);bW=bW.replace(/\btidyread_aaaa\b/,bY);if(bX!=bW){ao(bW)}jQuery_tidyread.cookie(ay,bW,{expires:365,path:"/"});return false}function bb(bY){var bX=bH("div#"+a2).attr("class");var bW=bX.replace(/\btidyread_ov\b/,bY);bW=bW.replace(/\btidyread_pl\b/,bY);if(bX!=bW){ao(bW)}jQuery_tidyread.cookie(ay,bW,{expires:365,path:"/"});return false}function aH(bY){var bX=bH("div#"+a2).attr("class");var bW=bX.replace(/\btidyread_w\b/,bY);bW=bW.replace(/\btidyread_ww\b/,bY);bW=bW.replace(/\btidyread_www\b/,bY);if(bX!=bW){ao(bW)}jQuery_tidyread.cookie(ay,bW,{expires:365,path:"/"});return false}function bR(bX){var bW="disable_tidyread";if(bX){bW=bH.cookie(ay);if(bW==null){bW=""}bW=bW.replace(/\s+/g,"+")}return"u=setting&v="+bW}function bd(bX,bZ){if("createEvent" in document){var bW=document.createElement("TidyReadCustomElement");bW.setAttribute(bX,bZ);document.documentElement.appendChild(bW);var bY=document.createEvent("Events");bY.initEvent("TidyReadCustomEvent",true,false);bW.dispatchEvent(bY);return true}return false}function J(bY){if(bw.indexOf("chrome://")!=-1){if(!bd("setting",bR(bY))){window.alert("Your browser doesn't support 'Save Settings'.")}}else{var bW=screen.width/2-150;var bX=screen.height/2-150;window.open(at+"?"+bR(bY)+"&type=htm&r="+Math.floor(Math.random()*100000),"_blank","location=no,status=no,width=300,height=260,top="+bX+",left="+bW+",screenY="+bX+",screenX="+bW)}}function bK(bY){if(bY==null||bY==""){return""}var bZ=/rgba?\((\d+),\s*(\d+),\s*(\d+)(,\s*\d+)?\)/i;var bX=bZ.exec(bY);if(bX!=null){var b2=parseInt(bX[1]).toString(16);if(b2.length==1){b2="0"+b2}var b1=parseInt(bX[2]).toString(16);if(b1.length==1){b1="0"+b1}var bW=parseInt(bX[3]).toString(16);if(bW.length==1){bW="0"+bW}return b2+b1+bW}var b0=/#([a-f0-9]+)/i;bX=b0.exec(bY);if(bX!=null){return bX[1]}return""}function bh(){var bX=jQuery_tidyread.cookie(bG);if(bX!=null&&bX!=""){var bY=/([a-f0-9]*)_([a-f0-9]*)_([a-f0-9]*)_([a-f0-9]*)/i;var bW=bY.exec(bX);if(bW==null){bY=/([a-f0-9]*)_([a-f0-9]*)/i;bW=bY.exec(bX)}if(bW!=null){jQuery_tidyread("#tidyread_bg")[0].value=bW[1];
jQuery_tidyread("#tidyread_fg")[0].value=bW[2];if(bW.length>3){jQuery_tidyread("#tidyread_lc")[0].value=bW[3];jQuery_tidyread("#tidyread_lv")[0].value=bW[4]}else{jQuery_tidyread("#tidyread_lc")[0].value=bK(jQuery_tidyread("#"+a2+" a").css("color"));jQuery_tidyread("#tidyread_lv")[0].value=bK(jQuery_tidyread("#"+a2+" a").css("color"))}}}else{jQuery_tidyread("#tidyread_bg")[0].value=bK(jQuery_tidyread("#"+a2).css("background-color"));jQuery_tidyread("#tidyread_fg")[0].value=bK(jQuery_tidyread("#"+a2).css("color"));jQuery_tidyread("#tidyread_lc")[0].value=bK(jQuery_tidyread("#"+a2+" a").css("color"));jQuery_tidyread("#tidyread_lv")[0].value=bK(jQuery_tidyread("#"+a2+" a").css("color"))}jscolor_tidyread.bind()}function av(bW){if(jQuery_tidyread(bW).text()=="Print"){jQuery_tidyread("div#"+a2+", #tidyread_overlay_image").css({top:"0px",left:"5px"});jQuery_tidyread("body").css("background-color","transparent");jQuery_tidyread("body").children(":not(#"+a2+", #tidyread_trigger_div, #tidyread_overlay_image)").hide();jQuery_tidyread(bW).text("Restore");jQuery_tidyread("#tidyread_moremenu").hide()}else{if(jQuery_tidyread(bW).text()=="Restore"){window.location=document.location.href}else{}}return false}function E(){aX("tidyread_nv","tidyread_arial","tidyread_aaa","tidyread_ww","tidyread_left","tidyread_pl")}return{main:ao,setup:aX,helper:E,style:aC,customStyle:P,initJSColor:bh,font:bD,size:bq,margin:aH,align:X,openmode:bb,dir:v,print:av,stopBlur:aQ,switchMore:f,getSetting:bR,saveSetting:J}}var objectForTidyReadDisplay=mainFunctionForTidyReadProcessing(jQuery_tidyread);if(jQuery_tidyread("#tidyread_trigger").length>0&&jQuery_tidyread("#tidyread_trigger").attr("widget")=="1"&&jQuery_tidyread("#tidyread_overlay").length==0){jQuery_tidyread("#tidyread_trigger").click(function(a){if(jQuery_tidyread("#tidyread_overlay").length==0){objectForTidyReadDisplay.helper()}});jQuery_tidyread("#tidyread_trigger").attr("widget","0")}else{if(!window._tdstyle&&jQuery_tidyread.browser.msie){document.execCommand("Stop");setTimeout("objectForTidyReadDisplay.helper()",10)}else{objectForTidyReadDisplay.helper()}};