TimeInWordsHelper={distanceInWords:function(k){k=new Date(k);k=((new Date).getTime()-k.getTime())/1E3;var e=Math.floor(k/86400);if(!(isNaN(e)||e<0))return e==0&&(k<60&&Math.floor(k)+" segundos"||k<120&&"1 minuto"||k<3600&&Math.floor(k/60)+" minutos"||k<7200&&"1 hora"||k<86400&&Math.floor(k/3600)+" horas")||e==1&&"1 dia"||e<7&&e+" dias"||e<31&&Math.ceil(e/7)+" semanas"||e>31&&Math.ceil(e/31)+" meses"},convertBySelector:function(k){k=document.getElementsByTagName(k);for(var e=0;e<k.length;e++)if(k[e].getAttribute("class")==
"gmttime")k[e].innerHTML=TimeInWordsHelper.distanceInWords(k[e].getAttribute("title"))+" atr&#225;s"}};
(function(){function k(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function e(){return+new Date}function h(a,b){return a[0]&&parseInt(c.curCSS(a[0],b,true),10)||0}function o(){return false}function u(){return true}function z(a){var b=RegExp("(^|\\.)"+a.type+"(\\.|$)"),d=true,g=[];c.each(c.data(this,"events").live||[],function(j,m){if(b.test(m.type))(j=c(a.target).closest(m.data)[0])&&g.push({elem:j,
fn:m})});g.sort(function(j,m){return c.data(j.elem,"closest")-c.data(m.elem,"closest")});c.each(g,function(){if(this.fn.call(this.elem,a,this.fn.data)===false)return d=false});return d}function H(a,b){return["live",a,b.replace(/\./g,"`").replace(/ /g,"|")].join(".")}function J(){if(!V){V=true;if(document.addEventListener)document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);c.ready()},false);else if(document.attachEvent){document.attachEvent("onreadystatechange",
function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);c.ready()}});document.documentElement.doScroll&&A==A.top&&function(){if(!c.isReady){try{document.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}c.ready()}}()}c.event.add(A,"load",c.ready)}}function K(a,b){var d={};c.each(W.concat.apply([],W.slice(0,b)),function(){d[this]=a});return d}var A=this,B,ca=A.jQuery,da=A.$,c=A.jQuery=A.$=function(a,b){return new c.fn.init(a,
b)},ea=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,fa=/^.[^:#\[\.,]*$/;c.fn=c.prototype={init:function(a,b){a=a||document;if(a.nodeType){this[0]=a;this.length=1;this.context=a;return this}if(typeof a==="string"){var d=ea.exec(a);if(d&&(d[1]||!b))if(d[1])a=c.clean([d[1]],b);else{if((b=document.getElementById(d[3]))&&b.id!=d[3])return c().find(a);d=c(b||[]);d.context=document;d.selector=a;return d}else return c(b).find(a)}else if(c.isFunction(a))return c(document).ready(a);if(a.selector&&a.context){this.selector=
a.selector;this.context=a.context}return this.setArray(c.isArray(a)?a:c.makeArray(a))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(a){return a===B?Array.prototype.slice.call(this):this[a]},pushStack:function(a,b,d){a=c(a);a.prevObject=this;a.context=this.context;if(b==="find")a.selector=this.selector+(this.selector?" ":"")+d;else if(b)a.selector=this.selector+"."+b+"("+d+")";return a},setArray:function(a){this.length=0;Array.prototype.push.apply(this,a);return this},
each:function(a,b){return c.each(this,a,b)},index:function(a){return c.inArray(a&&a.jquery?a[0]:a,this)},attr:function(a,b,d){var g=a;if(typeof a==="string")if(b===B)return this[0]&&c[d||"attr"](this[0],a);else{g={};g[a]=b}return this.each(function(j){for(a in g)c.attr(d?this.style:this,a,c.prop(this,g[a],d,j,a))})},css:function(a,b){if((a=="width"||a=="height")&&parseFloat(b)<0)b=B;return this.attr(a,b,"curCSS")},text:function(a){if(typeof a!=="object"&&a!=null)return this.empty().append((this[0]&&
this[0].ownerDocument||document).createTextNode(a));var b="";c.each(a||this,function(){c.each(this.childNodes,function(){if(this.nodeType!=8)b+=this.nodeType!=1?this.nodeValue:c.fn.text([this])})});return b},wrapAll:function(a){if(this[0]){a=c(a,this[0].ownerDocument).clone();this[0].parentNode&&a.insertBefore(this[0]);a.map(function(){for(var b=this;b.firstChild;)b=b.firstChild;return b}).append(this)}return this},wrapInner:function(a){return this.each(function(){c(this).contents().wrapAll(a)})},
wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},append:function(){return this.domManip(arguments,true,function(a){this.nodeType==1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType==1&&this.insertBefore(a,this.firstChild)})},before:function(){return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,
this.nextSibling)})},end:function(){return this.prevObject||c([])},push:[].push,sort:[].sort,splice:[].splice,find:function(a){if(this.length===1){var b=this.pushStack([],"find",a);b.length=0;c.find(a,this[0],b);return b}else return this.pushStack(c.unique(c.map(this,function(d){return c.find(a,d)})),"find",a)},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var j=this.outerHTML;if(!j){j=this.ownerDocument.createElement("div");j.appendChild(this.cloneNode(true));
j=j.innerHTML}return c.clean([j.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(a===true){var d=this.find("*").andSelf(),g=0;b.find("*").andSelf().each(function(){if(this.nodeName===d[g].nodeName){var j=c.data(d[g],"events");for(var m in j)for(var q in j[m])c.event.add(this,m,j[m][q],j[m][q].data);g++}})}return b},filter:function(a){return this.pushStack(c.isFunction(a)&&c.grep(this,function(b,d){return a.call(b,d)})||c.multiFilter(a,c.grep(this,
function(b){return b.nodeType===1})),"filter",a)},closest:function(a){var b=c.expr.match.POS.test(a)?c(a):null,d=0;return this.map(function(){for(var g=this;g&&g.ownerDocument;){if(b?b.index(g)>-1:c(g).is(a)){c.data(g,"closest",d);return g}g=g.parentNode;d++}})},not:function(a){if(typeof a==="string")if(fa.test(a))return this.pushStack(c.multiFilter(a,this,true),"not",a);else a=c.multiFilter(a,this);var b=a.length&&a[a.length-1]!==B&&!a.nodeType;return this.filter(function(){return b?c.inArray(this,
a)<0:this!=a})},add:function(a){return this.pushStack(c.unique(c.merge(this.get(),typeof a==="string"?c(a):c.makeArray(a))))},is:function(a){return!!a&&c.multiFilter(a,this).length>0},hasClass:function(a){return!!a&&this.is("."+a)},val:function(a){if(a===B){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,g=[],j=b.options;b=b.type=="select-one";if(d<0)return null;var m=b?d:0;for(d=b?d+1:j.length;m<
d;m++){var q=j[m];if(q.selected){a=c(q).val();if(b)return a;g.push(a)}}return g}return(b.value||"").replace(/\r/g,"")}return B}if(typeof a==="number")a+="";return this.each(function(){if(this.nodeType==1)if(c.isArray(a)&&/radio|checkbox/.test(this.type))this.checked=c.inArray(this.value,a)>=0||c.inArray(this.name,a)>=0;else if(c.nodeName(this,"select")){var r=c.makeArray(a);c("option",this).each(function(){this.selected=c.inArray(this.value,r)>=0||c.inArray(this.text,r)>=0});if(!r.length)this.selectedIndex=
-1}else this.value=a})},html:function(a){return a===B?this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null:this.empty().append(a)},replaceWith:function(a){return this.after(a).remove()},eq:function(a){return this.slice(a,+a+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},andSelf:function(){return this.add(this.prevObject)},
domManip:function(a,b,d){function g(x,C){return b&&c.nodeName(x,"table")&&c.nodeName(C,"tr")?x.getElementsByTagName("tbody")[0]||x.appendChild(x.ownerDocument.createElement("tbody")):x}if(this[0]){var j=(this[0].ownerDocument||this[0]).createDocumentFragment();a=c.clean(a,this[0].ownerDocument||this[0],j);var m=j.firstChild;if(m)for(var q=0,r=this.length;q<r;q++)d.call(g(this[q],m),this.length>1||q>0?j.cloneNode(true):j);a&&c.each(a,k)}return this}};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=
arguments[0]||{},b=1,d=arguments.length,g=false,j;if(typeof a==="boolean"){g=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d==b){a=this;--b}for(;b<d;b++)if((j=arguments[b])!=null)for(var m in j){var q=a[m],r=j[m];if(a!==r)if(g&&r&&typeof r==="object"&&!r.nodeType)a[m]=c.extend(g,q||(r.length!=null?[]:{}),r);else if(r!==B)a[m]=r}return a};var ga=/z-?index|font-?weight|opacity|zoom|line-?height/i,X=document.defaultView||{},Y=Object.prototype.toString;c.extend({noConflict:function(a){A.$=
da;if(a)A.jQuery=ca;return c},isFunction:function(a){return Y.call(a)==="[object Function]"},isArray:function(a){return Y.call(a)==="[object Array]"},isXMLDoc:function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&c.isXMLDoc(a.ownerDocument)},globalEval:function(a){if(a&&/\S/.test(a)){var b=document.getElementsByTagName("head")[0]||document.documentElement,d=document.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(document.createTextNode(a));
else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()==b.toUpperCase()},each:function(a,b,d){var g,j=0,m=a.length;if(d)if(m===B)for(g in a){if(b.apply(a[g],d)===false)break}else for(;j<m;){if(b.apply(a[j++],d)===false)break}else if(m===B)for(g in a){if(b.call(a[g],g,a[g])===false)break}else for(d=a[0];j<m&&b.call(d,j,d)!==false;d=a[++j]);return a},prop:function(a,b,d,g,j){if(c.isFunction(b))b=b.call(a,g);return typeof b===
"number"&&d=="curCSS"&&!ga.test(j)?b+"px":b},className:{add:function(a,b){c.each((b||"").split(/\s+/),function(d,g){if(a.nodeType==1&&!c.className.has(a.className,g))a.className+=(a.className?" ":"")+g})},remove:function(a,b){if(a.nodeType==1)a.className=b!==B?c.grep(a.className.split(/\s+/),function(d){return!c.className.has(b,d)}).join(" "):""},has:function(a,b){return a&&c.inArray(b,(a.className||a).toString().split(/\s+/))>-1}},swap:function(a,b,d){var g={};for(var j in b){g[j]=a.style[j];a.style[j]=
b[j]}d.call(a);for(j in b)a.style[j]=g[j]},css:function(a,b,d,g){if(b=="width"||b=="height"){var j;d={position:"absolute",visibility:"hidden",display:"block"};var m=b=="width"?["Left","Right"]:["Top","Bottom"];function q(){j=b=="width"?a.offsetWidth:a.offsetHeight;g!=="border"&&c.each(m,function(){g||(j-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(g==="margin")j+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else j-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?
q():c.swap(a,d,q);return Math.max(0,Math.round(j))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var g,j=a.style;if(b=="opacity"&&!c.support.opacity){g=c.attr(j,"opacity");return g==""?"1":g}if(b.match(/float/i))b=Q;if(!d&&j&&j[b])g=j[b];else if(X.getComputedStyle){if(b.match(/float/i))b="float";b=b.replace(/([A-Z])/g,"-$1").toLowerCase();if(a=X.getComputedStyle(a,null))g=a.getPropertyValue(b);if(b=="opacity"&&g=="")g="1"}else if(a.currentStyle){g=b.replace(/\-(\w)/g,function(m,q){return q.toUpperCase()});
g=a.currentStyle[b]||a.currentStyle[g];if(!/^\d+(px)?$/i.test(g)&&/^\d/.test(g)){b=j.left;d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;j.left=g||0;g=j.pixelLeft+"px";j.left=b;a.runtimeStyle.left=d}}return g},clean:function(a,b,d){b=b||document;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||document;if(!d&&a.length===1&&typeof a[0]==="string"){var g=/^<(\w+)\s*\/?>$/.exec(a[0]);if(g)return[b.createElement(g[1])]}var j=[];g=[];var m=b.createElement("div");
c.each(a,function(q,r){if(typeof r==="number")r+="";if(r){if(typeof r==="string"){r=r.replace(/(<(\w+)[^>]*?)\/>/g,function(D,F,I){return I.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?D:F+"></"+I+">"});q=r.replace(/^\s+/,"").substring(0,10).toLowerCase();var x=!q.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!q.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||q.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!q.indexOf("<tr")&&[2,"<table><tbody>",
"</tbody></table>"]||(!q.indexOf("<td")||!q.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!q.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!c.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];for(m.innerHTML=x[1]+r+x[2];x[0]--;)m=m.lastChild;if(!c.support.tbody){var C=/<tbody/i.test(r);q=!q.indexOf("<table")&&!C?m.firstChild&&m.firstChild.childNodes:x[1]=="<table>"&&!C?m.childNodes:[];for(x=q.length-1;x>=0;--x)c.nodeName(q[x],"tbody")&&
!q[x].childNodes.length&&q[x].parentNode.removeChild(q[x])}!c.support.leadingWhitespace&&/^\s/.test(r)&&m.insertBefore(b.createTextNode(r.match(/^\s*/)[0]),m.firstChild);r=c.makeArray(m.childNodes)}if(r.nodeType)j.push(r);else j=c.merge(j,r)}});if(d){for(a=0;j[a];a++)if(c.nodeName(j[a],"script")&&(!j[a].type||j[a].type.toLowerCase()==="text/javascript"))g.push(j[a].parentNode?j[a].parentNode.removeChild(j[a]):j[a]);else{j[a].nodeType===1&&j.splice.apply(j,[a+1,0].concat(c.makeArray(j[a].getElementsByTagName("script"))));
d.appendChild(j[a])}return g}return j},attr:function(a,b,d){if(!a||a.nodeType==3||a.nodeType==8)return B;var g=!c.isXMLDoc(a),j=d!==B;b=g&&c.props[b]||b;if(a.tagName){var m=/href|src|style/.test(b);if(b in a&&g&&!m){if(j){if(b=="type"&&c.nodeName(a,"input")&&a.parentNode)throw"type property can't be changed";a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b=="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:a.nodeName.match(/(button|input|object|select|textarea)/i)?
0:a.nodeName.match(/^(a|area)$/i)&&a.href?0:B;return a[b]}if(!c.support.style&&g&&b=="style")return c.attr(a.style,"cssText",d);j&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&g&&m?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}if(!c.support.opacity&&b=="opacity"){if(j){a.zoom=1;a.filter=(a.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(d)+""=="NaN"?"":"alpha(opacity="+d*100+")")}return a.filter&&a.filter.indexOf("opacity=")>=0?parseFloat(a.filter.match(/opacity=([^)]*)/)[1])/
100+"":""}b=b.replace(/-([a-z])/ig,function(q,r){return r.toUpperCase()});if(j)a[b]=d;return a[b]},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"")},makeArray:function(a){var b=[];if(a!=null){var d=a.length;if(d==null||typeof a==="string"||c.isFunction(a)||a.setInterval)b[0]=a;else for(;d;)b[--d]=a[d]}return b},inArray:function(a,b){for(var d=0,g=b.length;d<g;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=0,g,j=a.length;if(c.support.getAll)for(;(g=b[d++])!=null;)a[j++]=g;else for(;(g=
b[d++])!=null;)if(g.nodeType!=8)a[j++]=g;return a},unique:function(a){var b=[],d={};try{for(var g=0,j=a.length;g<j;g++){var m=c.data(a[g]);if(!d[m]){d[m]=true;b.push(a[g])}}}catch(q){b=a}return b},grep:function(a,b,d){for(var g=[],j=0,m=a.length;j<m;j++)!d!=!b(a[j],j)&&g.push(a[j]);return g},map:function(a,b){for(var d=[],g=0,j=a.length;g<j;g++){var m=b(a[g],g);if(m!=null)d[d.length]=m}return d.concat.apply([],d)}});var O=navigator.userAgent.toLowerCase();c.browser={version:(O.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||
[0,"0"])[1],safari:/webkit/.test(O),opera:/opera/.test(O),msie:/msie/.test(O)&&!/opera/.test(O),mozilla:/mozilla/.test(O)&&!/(compatible|webkit)/.test(O)};c.each({parent:function(a){return a.parentNode},parents:function(a){return c.dir(a,"parentNode")},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},siblings:function(a){return c.sibling(a.parentNode.firstChild,
a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d){var g=c.map(this,b);if(d&&typeof d=="string")g=c.multiFilter(d,g);return this.pushStack(c.unique(g),a,d)}});c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){for(var g=[],j=c(d),m=0,q=j.length;m<
q;m++){var r=(m>0?this.clone(true):this).get();c.fn[b].apply(c(j[m]),r);g=g.concat(r)}return this.pushStack(g,a,d)}});c.each({removeAttr:function(a){c.attr(this,a,"");this.nodeType==1&&this.removeAttribute(a)},addClass:function(a){c.className.add(this,a)},removeClass:function(a){c.className.remove(this,a)},toggleClass:function(a,b){if(typeof b!=="boolean")b=!c.className.has(this,a);c.className[b?"add":"remove"](this,a)},remove:function(a){if(!a||c.filter(a,[this]).length){c("*",this).add([this]).each(function(){c.event.remove(this);
c.removeData(this)});this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(c(this).children().remove();this.firstChild;)this.removeChild(this.firstChild)}},function(a,b){c.fn[a]=function(){return this.each(b,arguments)}});var M="jQuery"+e(),ha=0,Z={};c.extend({cache:{},data:function(a,b,d){a=a==A?Z:a;var g=a[M];g||(g=a[M]=++ha);if(b&&!c.cache[g])c.cache[g]={};if(d!==B)c.cache[g][b]=d;return b?c.cache[g][b]:g},removeData:function(a,b){a=a==A?Z:a;var d=a[M];if(b){if(c.cache[d]){delete c.cache[d][b];
b="";for(b in c.cache[d])break;b||c.removeData(a)}}else{try{delete a[M]}catch(g){a.removeAttribute&&a.removeAttribute(M)}delete c.cache[d]}},queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var g=c.data(a,b);if(!g||c.isArray(d))g=c.data(a,b,c.makeArray(d));else d&&g.push(d)}return g},dequeue:function(a,b){var d=c.queue(a,b),g=d.shift();if(!b||b==="fx")g=d[0];g!==B&&g.call(a)}});c.fn.extend({data:function(a,b){var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===B){var g=this.triggerHandler("getData"+d[1]+
"!",[d[0]]);if(g===B&&this.length)g=c.data(this[0],a);return g===B&&d[1]?this.data(d[0]):g}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})},queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===B)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a=="fx"&&d.length==1&&d[0].call(this)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
a)})}});(function(){function a(f,i,l,p,s,t){s=f=="previousSibling"&&!t;for(var v=0,E=p.length;v<E;v++){var w=p[v];if(w){if(s&&w.nodeType===1){w.sizcache=l;w.sizset=v}w=w[f];for(var G=false;w;){if(w.sizcache===l){G=p[w.sizset];break}if(w.nodeType===1&&!t){w.sizcache=l;w.sizset=v}if(w.nodeName===i){G=w;break}w=w[f]}p[v]=G}}}function b(f,i,l,p,s,t){s=f=="previousSibling"&&!t;for(var v=0,E=p.length;v<E;v++){var w=p[v];if(w){if(s&&w.nodeType===1){w.sizcache=l;w.sizset=v}w=w[f];for(var G=false;w;){if(w.sizcache===
l){G=p[w.sizset];break}if(w.nodeType===1){if(!t){w.sizcache=l;w.sizset=v}if(typeof i!=="string"){if(w===i){G=true;break}}else if(m.filter(i,[w]).length>0){G=w;break}}w=w[f]}p[v]=G}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,g=0,j=Object.prototype.toString,m=function(f,i,l,p){l=l||[];i=i||document;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!f||typeof f!=="string")return l;var s=[],t,v,E,w=true;for(d.lastIndex=0;(t=
d.exec(f))!==null;){s.push(t[1]);if(t[2]){E=RegExp.rightContext;break}}if(s.length>1&&r.exec(f))if(s.length===2&&q.relative[s[0]])t=N(s[0]+s[1],i);else for(t=q.relative[s[0]]?[i]:m(s.shift(),i);s.length;){f=s.shift();if(q.relative[f])f+=s.shift();t=N(f,t)}else{t=p?{expr:s.pop(),set:C(p)}:m.find(s.pop(),s.length===1&&i.parentNode?i.parentNode:i,y(i));t=m.filter(t.expr,t.set);if(s.length>0)v=C(t);else w=false;for(;s.length;){var G=s.pop(),L=G;if(q.relative[G])L=s.pop();else G="";if(L==null)L=i;q.relative[G](v,
L,y(i))}}v||(v=t);if(!v)throw"Syntax error, unrecognized expression: "+(G||f);if(j.call(v)==="[object Array]")if(w)if(i.nodeType===1)for(f=0;v[f]!=null;f++){if(v[f]&&(v[f]===true||v[f].nodeType===1&&I(i,v[f])))l.push(t[f])}else for(f=0;v[f]!=null;f++)v[f]&&v[f].nodeType===1&&l.push(t[f]);else l.push.apply(l,v);else C(v,l);if(E){m(E,i,l,p);if(F){hasDuplicate=false;l.sort(F);if(hasDuplicate)for(f=1;f<l.length;f++)l[f]===l[f-1]&&l.splice(f--,1)}}return l};m.matches=function(f,i){return m(f,null,null,
i)};m.find=function(f,i,l){var p,s;if(!f)return[];for(var t=0,v=q.order.length;t<v;t++){var E=q.order[t];if(s=q.match[E].exec(f)){var w=RegExp.leftContext;if(w.substr(w.length-1)!=="\\"){s[1]=(s[1]||"").replace(/\\/g,"");p=q.find[E](s,i,l);if(p!=null){f=f.replace(q.match[E],"");break}}}}p||(p=i.getElementsByTagName("*"));return{set:p,expr:f}};m.filter=function(f,i,l,p){for(var s=f,t=[],v=i,E,w,G=i&&i[0]&&y(i[0]);f&&i.length;){for(var L in q.filter)if((E=q.match[L].exec(f))!=null){var ia=q.filter[L],
P,R;w=false;if(v==t)t=[];if(q.preFilter[L])if(E=q.preFilter[L](E,v,l,t,p,G)){if(E===true)continue}else w=P=true;if(E)for(var S=0;(R=v[S])!=null;S++)if(R){P=ia(R,E,S,v);var aa=p^!!P;if(l&&P!=null)if(aa)w=true;else v[S]=false;else if(aa){t.push(R);w=true}}if(P!==B){l||(v=t);f=f.replace(q.match[L],"");if(!w)return[];break}}if(f==s)if(w==null)throw"Syntax error, unrecognized expression: "+f;else break;s=f}return v};var q=m.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(f){return f.getAttribute("href")}},
relative:{"+":function(f,i,l){var p=typeof i==="string",s=p&&!/\W/.test(i);p=p&&!s;if(s&&!l)i=i.toUpperCase();l=0;s=f.length;for(var t;l<s;l++)if(t=f[l]){for(;(t=t.previousSibling)&&t.nodeType!==1;);f[l]=p||t&&t.nodeName===i?t||false:t===i}p&&m.filter(i,f,true)},">":function(f,i,l){var p=typeof i==="string";if(p&&!/\W/.test(i)){i=l?i:i.toUpperCase();l=0;for(var s=f.length;l<s;l++){var t=f[l];if(t){p=t.parentNode;f[l]=p.nodeName===i?p:false}}}else{l=0;for(s=f.length;l<s;l++)if(t=f[l])f[l]=p?t.parentNode:
t.parentNode===i;p&&m.filter(i,f,true)}},"":function(f,i,l){var p=g++,s=b;if(!i.match(/\W/)){var t=i=l?i:i.toUpperCase();s=a}s("parentNode",i,p,f,t,l)},"~":function(f,i,l){var p=g++,s=b;if(typeof i==="string"&&!i.match(/\W/)){var t=i=l?i:i.toUpperCase();s=a}s("previousSibling",i,p,f,t,l)}},find:{ID:function(f,i,l){if(typeof i.getElementById!=="undefined"&&!l)return(f=i.getElementById(f[1]))?[f]:[]},NAME:function(f,i){if(typeof i.getElementsByName!=="undefined"){var l=[];i=i.getElementsByName(f[1]);
for(var p=0,s=i.length;p<s;p++)i[p].getAttribute("name")===f[1]&&l.push(i[p]);return l.length===0?null:l}},TAG:function(f,i){return i.getElementsByTagName(f[1])}},preFilter:{CLASS:function(f,i,l,p,s,t){f=" "+f[1].replace(/\\/g,"")+" ";if(t)return f;t=0;for(var v;(v=i[t])!=null;t++)if(v)if(s^(v.className&&(" "+v.className+" ").indexOf(f)>=0))l||p.push(v);else if(l)i[t]=false;return false},ID:function(f){return f[1].replace(/\\/g,"")},TAG:function(f,i){for(var l=0;i[l]===false;l++);return i[l]&&y(i[l])?
f[1]:f[1].toUpperCase()},CHILD:function(f){if(f[1]=="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(f[2]=="even"&&"2n"||f[2]=="odd"&&"2n+1"||!/\D/.test(f[2])&&"0n+"+f[2]||f[2]);f[2]=i[1]+(i[2]||1)-0;f[3]=i[3]-0}f[0]=g++;return f},ATTR:function(f,i,l,p,s,t){i=f[1].replace(/\\/g,"");if(!t&&q.attrMap[i])f[1]=q.attrMap[i];if(f[2]==="~=")f[4]=" "+f[4]+" ";return f},PSEUDO:function(f,i,l,p,s){if(f[1]==="not")if(f[3].match(d).length>1||/^\w/.test(f[3]))f[3]=m(f[3],null,null,i);else{f=m.filter(f[3],i,l,true^
s);l||p.push.apply(p,f);return false}else if(q.match.POS.test(f[0])||q.match.CHILD.test(f[0]))return true;return f},POS:function(f){f.unshift(true);return f}},filters:{enabled:function(f){return f.disabled===false&&f.type!=="hidden"},disabled:function(f){return f.disabled===true},checked:function(f){return f.checked===true},selected:function(f){return f.selected===true},parent:function(f){return!!f.firstChild},empty:function(f){return!f.firstChild},has:function(f,i,l){return!!m(l[3],f).length},header:function(f){return/h\d/i.test(f.nodeName)},
text:function(f){return"text"===f.type},radio:function(f){return"radio"===f.type},checkbox:function(f){return"checkbox"===f.type},file:function(f){return"file"===f.type},password:function(f){return"password"===f.type},submit:function(f){return"submit"===f.type},image:function(f){return"image"===f.type},reset:function(f){return"reset"===f.type},button:function(f){return"button"===f.type||f.nodeName.toUpperCase()==="BUTTON"},input:function(f){return/input|select|textarea|button/i.test(f.nodeName)}},
setFilters:{first:function(f,i){return i===0},last:function(f,i,l,p){return i===p.length-1},even:function(f,i){return i%2===0},odd:function(f,i){return i%2===1},lt:function(f,i,l){return i<l[3]-0},gt:function(f,i,l){return i>l[3]-0},nth:function(f,i,l){return l[3]-0==i},eq:function(f,i,l){return l[3]-0==i}},filter:{PSEUDO:function(f,i,l,p){var s=i[1],t=q.filters[s];if(t)return t(f,l,i,p);else if(s==="contains")return(f.textContent||f.innerText||"").indexOf(i[3])>=0;else if(s==="not"){i=i[3];l=0;for(p=
i.length;l<p;l++)if(i[l]===f)return false;return true}},CHILD:function(f,i){var l=i[1],p=f;switch(l){case "only":case "first":for(;p=p.previousSibling;)if(p.nodeType===1)return false;if(l=="first")return true;p=f;case "last":for(;p=p.nextSibling;)if(p.nodeType===1)return false;return true;case "nth":l=i[2];var s=i[3];if(l==1&&s==0)return true;i=i[0];var t=f.parentNode;if(t&&(t.sizcache!==i||!f.nodeIndex)){var v=0;for(p=t.firstChild;p;p=p.nextSibling)if(p.nodeType===1)p.nodeIndex=++v;t.sizcache=i}f=
f.nodeIndex-s;return l==0?f==0:f%l==0&&f/l>=0}},ID:function(f,i){return f.nodeType===1&&f.getAttribute("id")===i},TAG:function(f,i){return i==="*"&&f.nodeType===1||f.nodeName===i},CLASS:function(f,i){return(" "+(f.className||f.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(f,i){var l=i[1];f=q.attrHandle[l]?q.attrHandle[l](f):f[l]!=null?f[l]:f.getAttribute(l);l=f+"";var p=i[2];i=i[4];return f==null?p==="!=":p==="="?l===i:p==="*="?l.indexOf(i)>=0:p==="~="?(" "+l+" ").indexOf(i)>=0:!i?l&&f!==
false:p==="!="?l!=i:p==="^="?l.indexOf(i)===0:p==="$="?l.substr(l.length-i.length)===i:p==="|="?l===i||l.substr(0,i.length+1)===i+"-":false},POS:function(f,i,l,p){var s=i[2];if(s=q.setFilters[s])return s(f,l,i,p)}}},r=q.match.POS;for(var x in q.match)q.match[x]=RegExp(q.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source);var C=function(f,i){f=Array.prototype.slice.call(f);if(i){i.push.apply(i,f);return i}return f};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(D){C=function(f,
i){i=i||[];if(j.call(f)==="[object Array]")Array.prototype.push.apply(i,f);else if(typeof f.length==="number")for(var l=0,p=f.length;l<p;l++)i.push(f[l]);else for(l=0;f[l];l++)i.push(f[l]);return i}}var F;if(document.documentElement.compareDocumentPosition)F=function(f,i){f=f.compareDocumentPosition(i)&4?-1:f===i?0:1;if(f===0)hasDuplicate=true;return f};else if("sourceIndex"in document.documentElement)F=function(f,i){f=f.sourceIndex-i.sourceIndex;if(f===0)hasDuplicate=true;return f};else if(document.createRange)F=
function(f,i){var l=f.ownerDocument.createRange(),p=i.ownerDocument.createRange();l.selectNode(f);l.collapse(true);p.selectNode(i);p.collapse(true);f=l.compareBoundaryPoints(Range.START_TO_END,p);if(f===0)hasDuplicate=true;return f};(function(){var f=document.createElement("form"),i="script"+(new Date).getTime();f.innerHTML="<input name='"+i+"'/>";var l=document.documentElement;l.insertBefore(f,l.firstChild);if(document.getElementById(i)){q.find.ID=function(p,s,t){if(typeof s.getElementById!=="undefined"&&
!t)return(s=s.getElementById(p[1]))?s.id===p[1]||typeof s.getAttributeNode!=="undefined"&&s.getAttributeNode("id").nodeValue===p[1]?[s]:B:[]};q.filter.ID=function(p,s){var t=typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id");return p.nodeType===1&&t&&t.nodeValue===s}}l.removeChild(f)})();(function(){var f=document.createElement("div");f.appendChild(document.createComment(""));if(f.getElementsByTagName("*").length>0)q.find.TAG=function(i,l){l=l.getElementsByTagName(i[1]);if(i[1]==="*"){i=
[];for(var p=0;l[p];p++)l[p].nodeType===1&&i.push(l[p]);l=i}return l};f.innerHTML="<a href='#'></a>";if(f.firstChild&&typeof f.firstChild.getAttribute!=="undefined"&&f.firstChild.getAttribute("href")!=="#")q.attrHandle.href=function(i){return i.getAttribute("href",2)}})();document.querySelectorAll&&function(){var f=m,i=document.createElement("div");i.innerHTML="<p class='TEST'></p>";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){m=function(l,p,s,t){p=p||document;if(!t&&p.nodeType===
9&&!y(p))try{return C(p.querySelectorAll(l),s)}catch(v){}return f(l,p,s,t)};m.find=f.find;m.filter=f.filter;m.selectors=f.selectors;m.matches=f.matches}}();document.getElementsByClassName&&document.documentElement.getElementsByClassName&&function(){var f=document.createElement("div");f.innerHTML="<div class='test e'></div><div class='test'></div>";if(f.getElementsByClassName("e").length!==0){f.lastChild.className="e";if(f.getElementsByClassName("e").length!==1){q.order.splice(1,0,"CLASS");q.find.CLASS=
function(i,l,p){if(typeof l.getElementsByClassName!=="undefined"&&!p)return l.getElementsByClassName(i[1])}}}}();var I=document.compareDocumentPosition?function(f,i){return f.compareDocumentPosition(i)&16}:function(f,i){return f!==i&&(f.contains?f.contains(i):true)},y=function(f){return f.nodeType===9&&f.documentElement.nodeName!=="HTML"||!!f.ownerDocument&&y(f.ownerDocument)},N=function(f,i){var l=[],p="",s;for(i=i.nodeType?[i]:i;s=q.match.PSEUDO.exec(f);){p+=s[0];f=f.replace(q.match.PSEUDO,"")}f=
q.relative[f]?f+"*":f;s=0;for(var t=i.length;s<t;s++)m(f,i[s],l);return m.filter(p,l)};c.find=m;c.filter=m.filter;c.expr=m.selectors;c.expr[":"]=c.expr.filters;m.selectors.filters.hidden=function(f){return f.offsetWidth===0||f.offsetHeight===0};m.selectors.filters.visible=function(f){return f.offsetWidth>0||f.offsetHeight>0};m.selectors.filters.animated=function(f){return c.grep(c.timers,function(i){return f===i.elem}).length};c.multiFilter=function(f,i,l){if(l)f=":not("+f+")";return m.matches(f,
i)};c.dir=function(f,i){var l=[];for(f=f[i];f&&f!=document;){f.nodeType==1&&l.push(f);f=f[i]}return l};c.nth=function(f,i,l){i=i||1;for(var p=0;f;f=f[l])if(f.nodeType==1&&++p==i)break;return f};c.sibling=function(f,i){for(var l=[];f;f=f.nextSibling)f.nodeType==1&&f!=i&&l.push(f);return l}})();c.event={add:function(a,b,d,g){if(!(a.nodeType==3||a.nodeType==8)){if(a.setInterval&&a!=A)a=A;if(!d.guid)d.guid=this.guid++;if(g!==B){var j=d;d=this.proxy(j);d.data=g}var m=c.data(a,"events")||c.data(a,"events",
{}),q=c.data(a,"handle")||c.data(a,"handle",function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(arguments.callee.elem,arguments):B});q.elem=a;c.each(b.split(/\s+/),function(r,x){r=x.split(".");x=r.shift();d.type=r.slice().sort().join(".");var C=m[x];c.event.specialAll[x]&&c.event.specialAll[x].setup.call(a,g,r);if(!C){C=m[x]={};if(!c.event.special[x]||c.event.special[x].setup.call(a,g,r)===false)if(a.addEventListener)a.addEventListener(x,q,false);else a.attachEvent&&
a.attachEvent("on"+x,q)}C[d.guid]=d;c.event.global[x]=true});a=null}},guid:1,global:{},remove:function(a,b,d){if(!(a.nodeType==3||a.nodeType==8)){var g=c.data(a,"events"),j;if(g){if(b===B||typeof b==="string"&&b.charAt(0)==".")for(var m in g)this.remove(a,m+(b||""));else{if(b.type){d=b.handler;b=b.type}c.each(b.split(/\s+/),function(q,r){q=r.split(".");r=q.shift();var x=RegExp("(^|\\.)"+q.slice().sort().join(".*\\.")+"(\\.|$)");if(g[r]){if(d)delete g[r][d.guid];else for(var C in g[r])x.test(g[r][C].type)&&
delete g[r][C];c.event.specialAll[r]&&c.event.specialAll[r].teardown.call(a,q);for(j in g[r])break;if(!j){if(!c.event.special[r]||c.event.special[r].teardown.call(a,q)===false)if(a.removeEventListener)a.removeEventListener(r,c.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+r,c.data(a,"handle"));j=null;delete g[r]}}})}for(j in g)break;if(!j){if(b=c.data(a,"handle"))b.elem=null;c.removeData(a,"events");c.removeData(a,"handle")}}}},trigger:function(a,b,d,g){var j=a.type||a;if(!g){a=typeof a===
"object"?a[M]?a:c.extend(c.Event(j),a):c.Event(j);if(j.indexOf("!")>=0){a.type=j=j.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();this.global[j]&&c.each(c.cache,function(){this.events&&this.events[j]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType==3||d.nodeType==8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;var m=c.data(d,"handle");m&&m.apply(d,b);if((!d[j]||c.nodeName(d,"a")&&j=="click")&&d["on"+j]&&d["on"+j].apply(d,b)===false)a.result=false;
if(!g&&d[j]&&!a.isDefaultPrevented()&&!(c.nodeName(d,"a")&&j=="click")){this.triggered=true;try{d[j]()}catch(q){}}this.triggered=false;if(!a.isPropagationStopped())(d=d.parentNode||d.ownerDocument)&&c.event.trigger(a,b,d,true)},handle:function(a){var b,d;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var g=RegExp("(^|\\.)"+d.slice().sort().join(".*\\.")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var j in d){var m=
d[j];if(b||g.test(m.type)){a.handler=m;a.data=m.data;m=m.apply(this,arguments);if(m!==B){a.result=m;if(m===false){a.preventDefault();a.stopPropagation()}}if(a.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(a){if(a[M])return a;var b=a;a=c.Event(b);for(var d=this.props.length,g;d;){g=this.props[--d];a[g]=b[g]}if(!a.target)a.target=a.srcElement||document;if(a.target.nodeType==3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement==a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=document.documentElement;d=document.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},proxy:function(a,b){b=b||function(){return a.apply(this,arguments)};b.guid=a.guid=a.guid||b.guid||this.guid++;return b},special:{ready:{setup:J,teardown:function(){}}},specialAll:{live:{setup:function(a,b){c.event.add(this,b[0],z)},teardown:function(a){if(a.length){var b=
0,d=RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],z)}}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=e();this[M]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=
u;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:o,isPropagationStopped:o,isImmediatePropagationStopped:o};var ba=function(a){for(var b=a.relatedTarget;b&&b!=this;)try{b=b.parentNode}catch(d){b=this}if(b!=this){a.type=a.data;c.event.handle.apply(this,arguments)}};c.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(a,b){c.event.special[b]=
{setup:function(){c.event.add(this,a,ba,b)},teardown:function(){c.event.remove(this,a,ba)}}});c.fn.extend({bind:function(a,b,d){return a=="unload"?this.one(a,b,d):this.each(function(){c.event.add(this,a,d||b,d&&b)})},one:function(a,b,d){var g=c.event.proxy(d||b,function(j){c(this).unbind(j,g);return(d||b).apply(this,arguments)});return this.each(function(){c.event.add(this,a,g,d&&b)})},unbind:function(a,b){return this.each(function(){c.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){c.event.trigger(a,
b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.event.proxy(a,b[d++]);return this.click(c.event.proxy(a,function(g){this.lastToggle=(this.lastToggle||0)%d;g.preventDefault();return b[this.lastToggle++].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b)},ready:function(a){J();c.isReady?a.call(document,
c):c.readyList.push(a);return this},live:function(a,b){b=c.event.proxy(b);b.guid+=this.selector+a;c(document).bind(H(a,this.selector),this.selector,b);return this},die:function(a,b){c(document).unbind(H(a,this.selector),b?{guid:b.guid+this.selector+a}:null);return this}});c.extend({isReady:false,readyList:[],ready:function(){if(!c.isReady){c.isReady=true;if(c.readyList){c.each(c.readyList,function(){this.call(document,c)});c.readyList=null}c(document).triggerHandler("ready")}}});var V=false;c.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(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)}});c(A).bind("unload",function(){for(var a in c.cache)a!=1&&c.cache[a].handle&&c.event.remove(c.cache[a].handle.elem)});(function(){c.support={};var a=document.documentElement,b=document.createElement("script"),d=document.createElement("div"),g="script"+(new Date).getTime();d.style.display="none";d.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';
var j=d.getElementsByTagName("*"),m=d.getElementsByTagName("a")[0];if(!(!j||!j.length||!m)){c.support={leadingWhitespace:d.firstChild.nodeType==3,tbody:!d.getElementsByTagName("tbody").length,objectAll:!!d.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(m.getAttribute("style")),hrefNormalized:m.getAttribute("href")==="/a",opacity:m.style.opacity==="0.5",cssFloat:!!m.style.cssFloat,scriptEval:false,noCloneEvent:true,
boxModel:null};b.type="text/javascript";try{b.appendChild(document.createTextNode("window."+g+"=1;"))}catch(q){}a.insertBefore(b,a.firstChild);if(A[g]){c.support.scriptEval=true;delete A[g]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function(){c.support.noCloneEvent=false;d.detachEvent("onclick",arguments.callee)});d.cloneNode(true).fireEvent("onclick")}c(function(){var r=document.createElement("div");r.style.width=r.style.paddingLeft="1px";document.body.appendChild(r);
c.boxModel=c.support.boxModel=r.offsetWidth===2;document.body.removeChild(r).style.display="none"})}})();var Q=c.support.cssFloat?"cssFloat":"styleFloat";c.props={"for":"htmlFor","class":"className","float":Q,cssFloat:Q,styleFloat:Q,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};c.fn.extend({_load:c.fn.load,load:function(a,b,d){if(typeof a!=="string")return this._load(a);var g=a.indexOf(" ");if(g>=0){var j=a.slice(g,a.length);a=a.slice(0,
g)}g="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b);g="POST"}var m=this;c.ajax({url:a,type:g,dataType:"html",data:b,complete:function(q,r){if(r=="success"||r=="notmodified")m.html(j?c("<div/>").append(q.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(j):q.responseText);d&&m.each(d,[q.responseText,r,q])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?
c.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(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});var ja=e();c.extend({get:function(a,
b,d,g){if(c.isFunction(b)){d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:g})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,g){if(c.isFunction(b)){d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:g})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,
xhr:function(){return A.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(a){function b(){a.success&&a.success(q,m);a.global&&c.event.trigger("ajaxSuccess",[y,a])}function d(){a.complete&&a.complete(y,m);a.global&&c.event.trigger("ajaxComplete",[y,a]);a.global&&!--c.active&&
c.event.trigger("ajaxStop")}a=c.extend(true,a,c.extend(true,{},c.ajaxSettings,a));var g,j=/=\?(&|$)/g,m,q,r=a.type.toUpperCase();if(a.data&&a.processData&&typeof a.data!=="string")a.data=c.param(a.data);if(a.dataType=="jsonp"){if(r=="GET")a.url.match(j)||(a.url+=(a.url.match(/\?/)?"&":"?")+(a.jsonp||"callback")+"=?");else if(!a.data||!a.data.match(j))a.data=(a.data?a.data+"&":"")+(a.jsonp||"callback")+"=?";a.dataType="json"}if(a.dataType=="json"&&(a.data&&a.data.match(j)||a.url.match(j))){g="jsonp"+
ja++;if(a.data)a.data=(a.data+"").replace(j,"="+g+"$1");a.url=a.url.replace(j,"="+g+"$1");a.dataType="script";A[g]=function(p){q=p;b();d();A[g]=B;try{delete A[g]}catch(s){}C&&C.removeChild(D)}}if(a.dataType=="script"&&a.cache==null)a.cache=false;if(a.cache===false&&r=="GET"){j=e();var x=a.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+j+"$2");a.url=x+(x==a.url?(a.url.match(/\?/)?"&":"?")+"_="+j:"")}if(a.data&&r=="GET"){a.url+=(a.url.match(/\?/)?"&":"?")+a.data;a.data=null}a.global&&!c.active++&&c.event.trigger("ajaxStart");
j=/^(\w+:)?\/\/([^\/?#]+)/.exec(a.url);if(a.dataType=="script"&&r=="GET"&&j&&(j[1]&&j[1]!=location.protocol||j[2]!=location.host)){var C=document.getElementsByTagName("head")[0],D=document.createElement("script");D.src=a.url;if(a.scriptCharset)D.charset=a.scriptCharset;if(!g){var F=false;D.onload=D.onreadystatechange=function(){if(!F&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){F=true;b();d();D.onload=D.onreadystatechange=null;C.removeChild(D)}}}C.appendChild(D);return B}var I=
false,y=a.xhr();a.username?y.open(r,a.url,a.async,a.username,a.password):y.open(r,a.url,a.async);try{a.data&&y.setRequestHeader("Content-Type",a.contentType);if(a.ifModified)y.setRequestHeader("If-Modified-Since",c.lastModified[a.url]||"Thu, 01 Jan 1970 00:00:00 GMT");y.setRequestHeader("X-Requested-With","XMLHttpRequest");y.setRequestHeader("Accept",a.dataType&&a.accepts[a.dataType]?a.accepts[a.dataType]+", */*":a.accepts._default)}catch(N){}if(a.beforeSend&&a.beforeSend(y,a)===false){a.global&&
!--c.active&&c.event.trigger("ajaxStop");y.abort();return false}a.global&&c.event.trigger("ajaxSend",[y,a]);var f=function(p){if(y.readyState==0){if(i){clearInterval(i);i=null;a.global&&!--c.active&&c.event.trigger("ajaxStop")}}else if(!I&&y&&(y.readyState==4||p=="timeout")){I=true;if(i){clearInterval(i);i=null}m=p=="timeout"?"timeout":!c.httpSuccess(y)?"error":a.ifModified&&c.httpNotModified(y,a.url)?"notmodified":"success";if(m=="success")try{q=c.httpData(y,a.dataType,a)}catch(s){m="parsererror"}if(m==
"success"){var t;try{t=y.getResponseHeader("Last-Modified")}catch(v){}if(a.ifModified&&t)c.lastModified[a.url]=t;g||b()}else c.handleError(a,y,m);d();p&&y.abort();if(a.async)y=null}};if(a.async){var i=setInterval(f,13);a.timeout>0&&setTimeout(function(){y&&!I&&f("timeout")},a.timeout)}try{y.send(a.data)}catch(l){c.handleError(a,y,null,l)}a.async||f();return y},handleError:function(a,b,d,g){a.error&&a.error(b,d,g);a.global&&c.event.trigger("ajaxError",[b,a,g])},active:0,httpSuccess:function(a){try{return!a.status&&
location.protocol=="file:"||a.status>=200&&a.status<300||a.status==304||a.status==1223}catch(b){}return false},httpNotModified:function(a,b){try{var d=a.getResponseHeader("Last-Modified");return a.status==304||d==c.lastModified[b]}catch(g){}return false},httpData:function(a,b,d){var g=a.getResponseHeader("content-type");a=(g=b=="xml"||!b&&g&&g.indexOf("xml")>=0)?a.responseXML:a.responseText;if(g&&a.documentElement.tagName=="parsererror")throw"parsererror";if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a===
"string"){b=="script"&&c.globalEval(a);if(b=="json")a=A.eval("("+a+")")}return a},param:function(a){function b(j,m){d[d.length]=encodeURIComponent(j)+"="+encodeURIComponent(m)}var d=[];if(c.isArray(a)||a.jquery)c.each(a,function(){b(this.name,this.value)});else for(var g in a)c.isArray(a[g])?c.each(a[g],function(){b(g,this)}):b(g,c.isFunction(a[g])?a[g]():a[g]);return d.join("&").replace(/%20/g,"+")}});var U={},T,W=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft",
"marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].tagName;var g;if(U[d])g=U[d];else{var j=c("<"+d+" />").appendTo("body");g=j.css("display");if(g==="none")g="block";j.remove();U[d]=g}c.data(this[a],"olddisplay",g)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],
"olddisplay")||"";return this}},hide:function(a,b){if(a)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";return c.isFunction(a)&&c.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var g=d?a:c(this).is(":hidden");
c(this)[g?"show":"hide"]()}):this.animate(K("toggle",3),a,b)},fadeTo:function(a,b,d){return this.animate({opacity:b},a,d)},animate:function(a,b,d,g){var j=c.speed(b,d,g);return this[j.queue===false?"each":"queue"](function(){var m=c.extend({},j),q,r=this.nodeType==1&&c(this).is(":hidden"),x=this;for(q in a){if(a[q]=="hide"&&r||a[q]=="show"&&!r)return m.complete.call(this);if((q=="height"||q=="width")&&this.style){m.display=c.css(this,"display");m.overflow=this.style.overflow}}if(m.overflow!=null)this.style.overflow=
"hidden";m.curAnim=c.extend({},a);c.each(a,function(C,D){var F=new c.fx(x,m,C);if(/toggle|show|hide/.test(D))F[D=="toggle"?r?"show":"hide":D](a);else{var I=D.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),y=F.cur(true)||0;if(I){D=parseFloat(I[2]);var N=I[3]||"px";if(N!="px"){x.style[C]=(D||1)+N;y=(D||1)/F.cur(true)*y;x.style[C]=y+N}if(I[1])D=(I[1]=="-="?-1:1)*D+y;F.custom(y,D,N)}else F.custom(y,D,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var g=
d.length-1;g>=0;g--)if(d[g].elem==this){b&&d[g](true);d.splice(g,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,g){return this.animate(b,d,g)}});c.extend({speed:function(a,b,d){var g=typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};g.duration=c.fx.off?0:typeof g.duration==="number"?g.duration:
c.fx.speeds[g.duration]||c.fx.speeds._default;g.old=g.complete;g.complete=function(){g.queue!==false&&c(this).dequeue();c.isFunction(g.old)&&g.old.call(this)};return g},easing:{linear:function(a,b,d,g){return d+g*a},swing:function(a,b,d,g){return(-Math.cos(a*Math.PI)/2+0.5)*g+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);
if((this.prop=="height"||this.prop=="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function g(m){return j.step(m)}this.startTime=e();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var j=
this;g.elem=this.elem;if(g()&&c.timers.push(g)&&!T)T=setInterval(function(){for(var m=c.timers,q=0;q<m.length;q++)m[q]()||m.splice(q--,1);if(!m.length){clearInterval(T);T=B}},13)},show:function(){this.options.orig[this.prop]=c.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=
e();if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();a=this.options.curAnim[this.prop]=true;for(var d in this.options.curAnim)if(this.options.curAnim[d]!==true)a=false;if(a){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(c.css(this.elem,"display")=="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var g in this.options.curAnim)c.attr(this.elem.style,
g,this.options.orig[g]);this.options.complete.call(this.elem)}return false}else{d=b-this.startTime;this.state=d/this.options.duration;this.pos=c.easing[this.options.easing||(c.easing.swing?"swing":"linear")](this.state,d,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.attr(a.elem.style,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=
null)a.elem.style[a.prop]=a.now+a.unit;else a.elem[a.prop]=a.now}}});c.fn.offset=document.documentElement.getBoundingClientRect?function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return c.offset.bodyOffset(this[0]);var a=this[0].getBoundingClientRect(),b=this[0].ownerDocument,d=b.body;b=b.documentElement;var g=b.clientTop||d.clientTop||0,j=b.clientLeft||d.clientLeft||0;g=a.top+(self.pageYOffset||c.boxModel&&b.scrollTop||d.scrollTop)-g;a=a.left+(self.pageXOffset||c.boxModel&&
b.scrollLeft||d.scrollLeft)-j;return{top:g,left:a}}:function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return c.offset.bodyOffset(this[0]);c.offset.initialized||c.offset.initialize();var a=this[0],b=a.offsetParent,d=a.ownerDocument,g,j=d.documentElement,m=d.body;d=d.defaultView;g=d.getComputedStyle(a,null);for(var q=a.offsetTop,r=a.offsetLeft;(a=a.parentNode)&&a!==m&&a!==j;){g=d.getComputedStyle(a,null);q-=a.scrollTop;r-=a.scrollLeft;if(a===b){q+=a.offsetTop;r+=a.offsetLeft;
if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a.tagName))){q+=parseInt(g.borderTopWidth,10)||0;r+=parseInt(g.borderLeftWidth,10)||0}b=a.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&g.overflow!=="visible"){q+=parseInt(g.borderTopWidth,10)||0;r+=parseInt(g.borderLeftWidth,10)||0}g=g}if(g.position==="relative"||g.position==="static"){q+=m.offsetTop;r+=m.offsetLeft}if(g.position==="fixed"){q+=Math.max(j.scrollTop,m.scrollTop);r+=Math.max(j.scrollLeft,
m.scrollLeft)}return{top:q,left:r}};c.offset={initialize:function(){if(!this.initialized){var a=document.body,b=document.createElement("div"),d,g,j,m=a.style.marginTop;j='<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>';d={position:"absolute",top:0,left:0,margin:0,
border:0,width:"1px",height:"1px",visibility:"hidden"};for(g in d)b.style[g]=d[g];b.innerHTML=j;a.insertBefore(b,a.firstChild);d=b.firstChild;g=d.firstChild;j=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=g.offsetTop!==5;this.doesAddBorderForTableAndCells=j.offsetTop===5;d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=g.offsetTop===-5;a.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=a.offsetTop===0;a.style.marginTop=m;a.removeChild(b);
this.initialized=true}},bodyOffset:function(a){c.offset.initialized||c.offset.initialize();var b=a.offsetTop,d=a.offsetLeft;if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseInt(c.curCSS(a,"marginTop",true),10)||0;d+=parseInt(c.curCSS(a,"marginLeft",true),10)||0}return{top:b,left:d}}};c.fn.extend({position:function(){var a;if(this[0]){a=this.offsetParent();var b=this.offset(),d=/^body|html$/i.test(a[0].tagName)?{top:0,left:0}:a.offset();b.top-=h(this,"marginTop");b.left-=h(this,"marginLeft");
d.top+=h(a,"borderTopWidth");d.left+=h(a,"borderLeftWidth");a={top:b.top-d.top,left:b.left-d.left}}return a},offsetParent:function(){for(var a=this[0].offsetParent||document.body;a&&!/^body|html$/i.test(a.tagName)&&c.css(a,"position")=="static";)a=a.offsetParent;return c(a)}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(g){if(!this[0])return null;return g!==B?this.each(function(){this==A||this==document?A.scrollTo(!a?g:c(A).scrollLeft(),a?g:c(A).scrollTop()):(this[d]=g)}):
this[0]==A||this[0]==document?self[a?"pageYOffset":"pageXOffset"]||c.boxModel&&document.documentElement[d]||document.body[d]:this[0][d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(j){return this[0]?c.css(this[0],d,false,j?"margin":"border"):null};var g=b.toLowerCase();c.fn[g]=function(j){return this[0]==A?document.compatMode=="CSS1Compat"&&document.documentElement["client"+
b]||document.body["client"+b]:this[0]==document?Math.max(document.documentElement["client"+b],document.body["scroll"+b],document.documentElement["scroll"+b],document.body["offset"+b],document.documentElement["offset"+b]):j===B?this.length?c.css(this[0],g):null:this.css(g,typeof j==="string"?j:j+"px")}})})();
(function(k){k.extend(k.fn,{validate:function(e){if(this.length){var h=k.data(this[0],"validator");if(h)return h;h=new k.validator(e,this[0]);k.data(this[0],"validator",h);if(h.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){h.cancelSubmit=true});h.settings.submitHandler&&this.find("input, button").filter(":submit").click(function(){h.submitButton=this});this.submit(function(o){function u(){if(h.settings.submitHandler){if(h.submitButton)var z=k("<input type='hidden'/>").attr("name",
h.submitButton.name).val(h.submitButton.value).appendTo(h.currentForm);h.settings.submitHandler.call(h,h.currentForm);h.submitButton&&z.remove();return false}return true}h.settings.debug&&o.preventDefault();if(h.cancelSubmit){h.cancelSubmit=false;return u()}if(h.form()){if(h.pendingRequest){h.formSubmitted=true;return false}return u()}else{h.focusInvalid();return false}})}return h}else e&&e.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing")},valid:function(){if(k(this[0]).is("form"))return this.validate().form();
else{var e=true,h=k(this[0].form).validate();this.each(function(){e&=h.element(this)});return e}},removeAttrs:function(e){var h={},o=this;k.each(e.split(/\s/),function(u,z){h[z]=o.attr(z);o.removeAttr(z)});return h},rules:function(e,h){var o=this[0];if(e){var u=k.data(o.form,"validator").settings,z=u.rules,H=k.validator.staticRules(o);switch(e){case "add":k.extend(H,k.validator.normalizeRule(h));z[o.name]=H;if(h.messages)u.messages[o.name]=k.extend(u.messages[o.name],h.messages);break;case "remove":if(!h){delete z[o.name];
return H}var J={};k.each(h.split(/\s/),function(K,A){J[A]=H[A];delete H[A]});return J}}e=k.validator.normalizeRules(k.extend({},k.validator.metadataRules(o),k.validator.classRules(o),k.validator.attributeRules(o),k.validator.staticRules(o)),o);if(e.required){h=e.required;delete e.required;e=k.extend({required:h},e)}return e}});k.extend(k.expr[":"],{blank:function(e){return!k.trim(e.value)},filled:function(e){return!!k.trim(e.value)},unchecked:function(e){return!e.checked}});k.validator=function(e,
h){this.settings=k.extend({},k.validator.defaults,e);this.currentForm=h;this.init()};k.validator.format=function(e,h){if(arguments.length==1)return function(){var o=k.makeArray(arguments);o.unshift(e);return k.validator.format.apply(this,o)};if(arguments.length>2&&h.constructor!=Array)h=k.makeArray(arguments).slice(1);if(h.constructor!=Array)h=[h];k.each(h,function(o,u){e=e.replace(new RegExp("\\{"+o+"\\}","g"),u)});return e};k.extend(k.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",
validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:k([]),errorLabelContainer:k([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(e){this.lastActive=e;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,e,this.settings.errorClass,this.settings.validClass);this.errorsFor(e).hide()}},onfocusout:function(e){if(!this.checkable(e)&&(e.name in this.submitted||!this.optional(e)))this.element(e)},onkeyup:function(e){if(e.name in
this.submitted||e==this.lastElement)this.element(e)},onclick:function(e){e.name in this.submitted&&this.element(e)},highlight:function(e,h,o){k(e).addClass(h).removeClass(o)},unhighlight:function(e,h,o){k(e).removeClass(h).addClass(o)}},setDefaults:function(e){k.extend(k.validator.defaults,e)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",
dateDE:"Bitte geben Sie ein g\u00fcltiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:k.validator.format("Please enter no more than {0} characters."),minlength:k.validator.format("Please enter at least {0} characters."),rangelength:k.validator.format("Please enter a value between {0} and {1} characters long."),
range:k.validator.format("Please enter a value between {0} and {1}."),max:k.validator.format("Please enter a value less than or equal to {0}."),min:k.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){function e(u){var z=k.data(this[0].form,"validator");z.settings["on"+u.type]&&z.settings["on"+u.type].call(z,this[0])}this.labelContainer=k(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||
k(this.currentForm);this.containers=k(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var h=this.groups={};k.each(this.settings.groups,function(u,z){k.each(z.split(/\s/),function(H,J){h[J]=u})});var o=this.settings.rules;k.each(o,function(u,z){o[u]=k.validator.normalizeRule(z)});k(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",
e).delegate("click",":radio, :checkbox",e);this.settings.invalidHandler&&k(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();k.extend(this.submitted,this.errorMap);this.invalid=k.extend({},this.errorMap);this.valid()||k(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var e=0,h=this.currentElements=this.elements();h[e];e++)this.check(h[e]);return this.valid()},
element:function(e){this.lastElement=e=this.clean(e);this.prepareElement(e);this.currentElements=k(e);var h=this.check(e);if(h)delete this.invalid[e.name];else this.invalid[e.name]=true;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return h},showErrors:function(e){if(e){k.extend(this.errorMap,e);this.errorList=[];for(var h in e)this.errorList.push({message:e[h],element:this.findByName(h)[0]});this.successList=k.grep(this.successList,function(o){return!(o.name in
e)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){k.fn.resetForm&&k(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(e){var h=0;for(var o in e)h++;return h},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==
0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{k(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(e){}},findLastActive:function(){var e=this.lastActive;return e&&k.grep(this.errorList,function(h){return h.element.name==e.name}).length==1&&e},elements:function(){var e=this,h={};return k([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&
e.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in h||!e.objectLength(k(this).rules()))return false;return h[this.name]=true})},clean:function(e){return k(e)[0]},errors:function(){return k(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=k([]);this.toHide=k([]);this.formSubmitted=false;this.currentElements=k([])},prepareForm:function(){this.reset();
this.toHide=this.errors().add(this.containers)},prepareElement:function(e){this.reset();this.toHide=this.errorsFor(e)},check:function(e){e=this.clean(e);if(this.checkable(e))e=this.findByName(e.name)[0];var h=k(e).rules(),o=false;for(method in h){var u={method:method,parameters:h[method]};try{var z=k.validator.methods[method].call(this,e.value.replace(/\r/g,""),e,u.parameters);if(z=="dependency-mismatch")o=true;else{o=false;if(z=="pending"){this.toHide=this.toHide.not(this.errorsFor(e));return}if(!z){this.formatAndAdd(e,
u);return false}}}catch(H){this.settings.debug&&window.console&&console.log("exception occured when checking element "+e.id+", check the '"+u.method+"' method");throw H;}}if(!o){this.objectLength(h)&&this.successList.push(e);return true}},customMetaMessage:function(e,h){if(k.metadata)return(e=this.settings.meta?k(e).metadata()[this.settings.meta]:k(e).metadata())&&e.messages&&e.messages[h]},customMessage:function(e,h){return(e=this.settings.messages[e])&&(e.constructor==String?e:e[h])},findDefined:function(){for(var e=
0;e<arguments.length;e++)if(arguments[e]!==undefined)return arguments[e]},defaultMessage:function(e,h){return this.findDefined(this.customMessage(e.name,h),this.customMetaMessage(e,h),!this.settings.ignoreTitle&&e.title||undefined,k.validator.messages[h],"<strong>Warning: No message defined for "+e.name+"</strong>")},formatAndAdd:function(e,h){var o=this.defaultMessage(e,h.method);if(typeof o=="function")o=o.call(this,h.parameters,e);this.errorList.push({message:o,element:e});this.errorMap[e.name]=
o;this.submitted[e.name]=o},addWrapper:function(e){if(this.settings.wrapper)e=e.add(e.parent(this.settings.wrapper));return e},defaultShowErrors:function(){for(var e=0;this.errorList[e];e++){var h=this.errorList[e];this.settings.highlight&&this.settings.highlight.call(this,h.element,this.settings.errorClass,this.settings.validClass);this.showLabel(h.element,h.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(e=0;this.successList[e];e++)this.showLabel(this.successList[e]);
if(this.settings.unhighlight){e=0;for(h=this.validElements();h[e];e++)this.settings.unhighlight.call(this,h[e],this.settings.errorClass,this.settings.validClass)}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return k(this.errorList).map(function(){return this.element})},showLabel:function(e,h){var o=this.errorsFor(e);if(o.length){o.removeClass().addClass(this.settings.errorClass);
o.attr("generated")&&o.html(h)}else{o=k("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(e),generated:true}).addClass(this.settings.errorClass).html(h||"");if(this.settings.wrapper)o=o.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();this.labelContainer.append(o).length||(this.settings.errorPlacement?this.settings.errorPlacement(o,k(e)):o.insertAfter(e))}if(!h&&this.settings.success){o.text("");typeof this.settings.success=="string"?o.addClass(this.settings.success):this.settings.success(o)}this.toShow=
this.toShow.add(o)},errorsFor:function(e){return this.errors().filter("[for='"+this.idOrName(e)+"']")},idOrName:function(e){return this.groups[e.name]||(this.checkable(e)?e.name:e.id||e.name)},checkable:function(e){return/radio|checkbox/i.test(e.type)},findByName:function(e){var h=this.currentForm;return k(document.getElementsByName(e)).map(function(o,u){return u.form==h&&u.name==e&&u||null})},getLength:function(e,h){switch(h.nodeName.toLowerCase()){case "select":return k("option:selected",h).length;
case "input":if(this.checkable(h))return this.findByName(h.name).filter(":checked").length}return e.length},depend:function(e,h){return this.dependTypes[typeof e]?this.dependTypes[typeof e](e,h):true},dependTypes:{"boolean":function(e){return e},string:function(e,h){return!!k(e,h.form).length},"function":function(e,h){return e(h)}},optional:function(e){return!k.validator.methods.required.call(this,k.trim(e.value),e)&&"dependency-mismatch"},startRequest:function(e){if(!this.pending[e.name]){this.pendingRequest++;
this.pending[e.name]=true}},stopRequest:function(e,h){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[e.name];if(h&&this.pendingRequest==0&&this.formSubmitted&&this.form())k(this.currentForm).submit();else!h&&this.pendingRequest==0&&this.formSubmitted&&k(this.currentForm).triggerHandler("invalid-form",[this])},previousValue:function(e){return k.data(e,"previousValue")||k.data(e,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(e,"remote")})}},
classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(e,h){e.constructor==String?(this.classRuleSettings[e]=h):k.extend(this.classRuleSettings,e)},classRules:function(e){var h={};(e=k(e).attr("class"))&&k.each(e.split(" "),function(){this in k.validator.classRuleSettings&&k.extend(h,k.validator.classRuleSettings[this])});
return h},attributeRules:function(e){var h={};e=k(e);for(method in k.validator.methods){var o=e.attr(method);if(o)h[method]=o}h.maxlength&&/-1|2147483647|524288/.test(h.maxlength)&&delete h.maxlength;return h},metadataRules:function(e){if(!k.metadata)return{};var h=k.data(e.form,"validator").settings.meta;return h?k(e).metadata()[h]:k(e).metadata()},staticRules:function(e){var h={},o=k.data(e.form,"validator");if(o.settings.rules)h=k.validator.normalizeRule(o.settings.rules[e.name])||{};return h},
normalizeRules:function(e,h){k.each(e,function(o,u){if(u===false)delete e[o];else if(u.param||u.depends){var z=true;switch(typeof u.depends){case "string":z=!!k(u.depends,h.form).length;break;case "function":z=u.depends.call(h,h);break}if(z)e[o]=u.param!==undefined?u.param:true;else delete e[o]}});k.each(e,function(o,u){e[o]=k.isFunction(u)?u(h):u});k.each(["minlength","maxlength","min","max"],function(){if(e[this])e[this]=Number(e[this])});k.each(["rangelength","range"],function(){if(e[this])e[this]=
[Number(e[this][0]),Number(e[this][1])]});if(k.validator.autoCreateRanges){if(e.min&&e.max){e.range=[e.min,e.max];delete e.min;delete e.max}if(e.minlength&&e.maxlength){e.rangelength=[e.minlength,e.maxlength];delete e.minlength;delete e.maxlength}}e.messages&&delete e.messages;return e},normalizeRule:function(e){if(typeof e=="string"){var h={};k.each(e.split(/\s/),function(){h[this]=true});e=h}return e},addMethod:function(e,h,o){k.validator.methods[e]=h;k.validator.messages[e]=o||k.validator.messages[e];
h.length<3&&k.validator.addClassRules(e,k.validator.normalizeRule(e))},methods:{required:function(e,h,o){if(!this.depend(o,h))return"dependency-mismatch";switch(h.nodeName.toLowerCase()){case "select":e=k("option:selected",h);return e.length>0&&(h.type=="select-multiple"||(k.browser.msie&&!e[0].attributes.value.specified?e[0].text:e[0].value).length>0);case "input":if(this.checkable(h))return this.getLength(e,h)>0;default:return k.trim(e).length>0}},remote:function(e,h,o){if(this.optional(h))return"dependency-mismatch";
var u=this.previousValue(h);this.settings.messages[h.name]||(this.settings.messages[h.name]={});this.settings.messages[h.name].remote=typeof u.message=="function"?u.message(e):u.message;o=typeof o=="string"&&{url:o}||o;if(u.old!==e){u.old=e;var z=this;this.startRequest(h);var H={};H[h.name]=e;k.ajax(k.extend(true,{url:o,mode:"abort",port:"validate"+h.name,dataType:"json",data:H,success:function(J){var K=J===true;if(K){J=z.formSubmitted;z.prepareElement(h);z.formSubmitted=J;z.successList.push(h);z.showErrors()}else{var A=
{};A[h.name]=u.message=J||z.defaultMessage(h,"remote");z.showErrors(A)}u.valid=K;z.stopRequest(h,K)}},o));return"pending"}else if(this.pending[h.name])return"pending";return u.valid},minlength:function(e,h,o){return this.optional(h)||this.getLength(k.trim(e),h)>=o},maxlength:function(e,h,o){return this.optional(h)||this.getLength(k.trim(e),h)<=o},rangelength:function(e,h,o){e=this.getLength(k.trim(e),h);return this.optional(h)||e>=o[0]&&e<=o[1]},min:function(e,h,o){return this.optional(h)||e>=o},
max:function(e,h,o){return this.optional(h)||e<=o},range:function(e,h,o){return this.optional(h)||e>=o[0]&&e<=o[1]},email:function(e,h){return this.optional(h)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(e)},
url:function(e,h){return this.optional(h)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(e)},
date:function(e,h){return this.optional(h)||!/Invalid|NaN/.test(new Date(e))},dateISO:function(e,h){return this.optional(h)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(e)},dateDE:function(e,h){return this.optional(h)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(e)},number:function(e,h){return this.optional(h)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(e)},numberDE:function(e,h){return this.optional(h)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(e)},digits:function(e,h){return this.optional(h)||/^\d+$/.test(e)},
creditcard:function(e,h){if(this.optional(h))return"dependency-mismatch";if(/[^0-9-]+/.test(e))return false;var o=h=0,u=false;e=e.replace(/\D/g,"");for(n=e.length-1;n>=0;n--){o=e.charAt(n);o=parseInt(o,10);if(u)if((o*=2)>9)o-=9;h+=o;u=!u}return h%10==0},accept:function(e,h,o){o=typeof o=="string"?o.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(h)||e.match(new RegExp(".("+o+")$","i"))},equalTo:function(e,h,o){return e==k(o).val()}}});k.format=k.validator.format})(jQuery);
(function(k){var e=k.ajax,h={};k.ajax=function(o){o=k.extend(o,k.extend({},k.ajaxSettings,o));var u=o.port;if(o.mode=="abort"){h[u]&&h[u].abort();return h[u]=e.apply(this,arguments)}return e.apply(this,arguments)}})(jQuery);
(function(k){k.each({focus:"focusin",blur:"focusout"},function(e,h){k.event.special[h]={setup:function(){if(k.browser.msie)return false;this.addEventListener(e,k.event.special[h].handler,true)},teardown:function(){if(k.browser.msie)return false;this.removeEventListener(e,k.event.special[h].handler,true)},handler:function(o){arguments[0]=k.event.fix(o);arguments[0].type=h;return k.event.handle.apply(this,arguments)}}});k.extend(k.fn,{delegate:function(e,h,o){return this.bind(e,function(u){var z=k(u.target);
if(z.is(h))return o.apply(z,arguments)})},triggerEvent:function(e,h){return this.triggerHandler(e,[k.event.fix({type:e,target:h})])}})})(jQuery);
$(function(){function k(e){$("#pagination .more").click(function(){$pagination=$("#pagination");if($(".loading",$pagination).css("display")=="none"){$pagination.data("page")||$pagination.data("page",1);$(".more_txt",$pagination).hide();$(".loading",$pagination).show();var h=window.location.href.match(/\.com\/?$/)?window.location.href.replace(/\/$/,"")+"/popular/tudo/agora/"+(parseInt($pagination.data("page"))+1)+"?format=ajax":window.location.href.replace(/\/$/,"")+"/"+(parseInt($pagination.data("page"))+
1)+"?format=ajax";try{pageTracker._trackEvent("paginacao","",h)}catch(o){}$.get(h,function(u){$pagination.data("page",parseInt($pagination.data("page"))+1);$(e+" .last").removeClass("last").addClass("paged");$(e).append(u);$('a[rel*="external"]').attr("target","_blank");TimeInWordsHelper.convertBySelector("span",".gmttime");$("img").bind("error",function(){$(this).hide()});($(u).length+1)/2<15&&$pagination.remove();u=window.location.href.split("/");u[u.length]=parseInt($pagination.data("page"))+1;
$(".more",$pagination).attr("href",u.join("/"));$(".loading",$pagination).hide();$(".more_txt",$pagination).show()})}return false})}$('a[rel*="external"]').attr("target","_blank");$('input[type="text"], input[type="password"], textarea').focus(function(){$(this).css("border-color","#99adb5")});$('input[type="text"], input[type="password"], textarea').blur(function(){$(this).css("border-color","#b8c8cf")});if($("#post")[0]){$("ul#post li div.postEntry").live("mouseover",function(){$(this).find(".more").show()});
$("ul#post li div.postEntry").live("mouseout",function(){$(this).find(".more").hide()});k("#post")}$("#singlePostEntry")[0]&&k("#tweets");$("#contato-form")[0]&&$("#contato-form").validate({messages:{email:{required:"Por favor deixe seu e-mail, queremos responder ;)",email:"Por favor deixe um e-mail valido, por exemplo: voce@seusite.com.br"}}})});
