(function(){var w=this,q,X=w.jQuery,C=w.$,f=w.jQuery=w.$=function(a,c){return new f.fn.init(a,c)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,E=/^.[^:#\[\.,]*$/;f.fn=f.prototype={init:function(a,c){a=a||document;if(a.nodeType){this[0]=a;this.length=1;this.context=a;return this}if(typeof a==="string"){var b=D.exec(a);if(b&&(b[1]||!c)){if(b[1])a=f.clean([b[1]],c);else{var d=document.getElementById(b[3]);if(d&&d.id!=b[3])return f().find(a);var g=f(d||[]);g.context=document;g.selector=a;return g}}else return f(c).find(a)}else if(f.isFunction(a))return f(document).ready(a);if(a.selector&&a.context){this.selector=a.selector;this.context=a.context}return this.setArray(f.isArray(a)?a:f.makeArray(a))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(a){return a===q?Array.prototype.slice.call(this):this[a]},pushStack:function(a,c,b){var d=f(a);d.prevObject=this;d.context=this.context;if(c==="find")d.selector=this.selector+(this.selector?" ":"")+b;else if(c)d.selector=this.selector+"."+c+"("+b+")";return d},setArray:function(a){this.length=0;Array.prototype.push.apply(this,a);return this},each:function(a,c){return f.each(this,a,c)},index:function(a){return f.inArray(a&&a.jquery?a[0]:a,this)},attr:function(c,b,d){var g=c;if(typeof c==="string")if(b===q)return this[0]&&f[d||"attr"](this[0],c);else{g={};g[c]=b}return this.each(function(a){for(c in g)f.attr(d?this.style:this,c,f.prop(this,g[c],d,a,c))})},css:function(a,c){if((a=='width'||a=='height')&&parseFloat(c)<0)c=q;return this.attr(a,c,"curCSS")},text:function(a){if(typeof a!=="object"&&a!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(a));var c="";f.each(a||this,function(){f.each(this.childNodes,function(){if(this.nodeType!=8)c+=this.nodeType!=1?this.nodeValue:f.fn.text([this])})});return c},wrapAll:function(c){if(this[0]){var b=f(c,this[0].ownerDocument).clone();if(this[0].parentNode)b.insertBefore(this[0]);b.map(function(){var a=this;while(a.firstChild)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(function(){f(this).contents().wrapAll(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},append:function(){return this.domManip(arguments,true,function(a){if(this.nodeType==1)this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){if(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||f([])},push:[].push,sort:[].sort,splice:[].splice,find:function(c){if(this.length===1){var b=this.pushStack([],"find",c);b.length=0;f.find(c,this[0],b);return b}else{return this.pushStack(f.unique(f.map(this,function(a){return f.find(c,a)})),"find",c)}},clone:function(b){var d=this.map(function(){if(!f.support.noCloneEvent&&!f.isXMLDoc(this)){var a=this.outerHTML;if(!a){var c=this.ownerDocument.createElement("div");c.appendChild(this.cloneNode(true));a=c.innerHTML}return f.clean([a.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(b===true){var g=this.find("*").andSelf(),h=0;d.find("*").andSelf().each(function(){if(this.nodeName!==g[h].nodeName)return;var a=f.data(g[h],"events");for(var c in a){for(var handler in a[c]){f.event.add(this,c,a[c][handler],a[c][handler].data)}}h++})}return d},filter:function(b){return this.pushStack(f.isFunction(b)&&f.grep(this,function(a,c){return b.call(a,c)})||f.multiFilter(b,f.grep(this,function(a){return a.nodeType===1})),"filter",b)},closest:function(c){var b=f.expr.match.POS.test(c)?f(c):null,d=0;return this.map(function(){var a=this;while(a&&a.ownerDocument){if(b?b.index(a)>-1:f(a).is(c)){f.data(a,"closest",d);return a}a=a.parentNode;d++}})},not:function(a){if(typeof a==="string")if(E.test(a))return this.pushStack(f.multiFilter(a,this,true),"not",a);else a=f.multiFilter(a,this);var c=a.length&&a[a.length-1]!==q&&!a.nodeType;return this.filter(function(){return c?f.inArray(this,a)<0:this!=a})},add:function(a){return this.pushStack(f.unique(f.merge(this.get(),typeof a==="string"?f(a):f.makeArray(a))))},is:function(a){return!!a&&f.multiFilter(a,this).length>0},hasClass:function(a){return!!a&&this.is("."+a)},val:function(c){if(c===q){var b=this[0];if(b){if(f.nodeName(b,'option'))return(b.attributes.value||{}).specified?b.value:b.text;if(f.nodeName(b,"select")){var d=b.selectedIndex,g=[],h=b.options,j=b.type=="select-one";if(d<0)return null;for(var i=j?d:0,k=j?d+1:h.length;i<k;i++){var l=h[i];if(l.selected){c=f(l).val();if(j)return c;g.push(c)}}return g}return(b.value||"").replace(/\r/g,"")}return q}if(typeof c==="number")c+='';return this.each(function(){if(this.nodeType!=1)return;if(f.isArray(c)&&/radio|checkbox/.test(this.type))this.checked=(f.inArray(this.value,c)>=0||f.inArray(this.name,c)>=0);else if(f.nodeName(this,"select")){var a=f.makeArray(c);f("option",this).each(function(){this.selected=(f.inArray(this.value,a)>=0||f.inArray(this.text,a)>=0)});if(!a.length)this.selectedIndex=-1}else this.value=c})},html:function(a){return a===q?(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(b){return this.pushStack(f.map(this,function(a,c){return b.call(a,c,a)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(b,d,g){if(this[0]){var h=(this[0].ownerDocument||this[0]).createDocumentFragment(),j=f.clean(b,(this[0].ownerDocument||this[0]),h),i=h.firstChild;if(i)for(var k=0,l=this.length;k<l;k++)g.call(m(this[k],i),this.length>1||k>0?h.cloneNode(true):h);if(j)f.each(j,Y)}return this;function m(a,c){return d&&f.nodeName(a,"table")&&f.nodeName(c,"tr")?(a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody"))):a}}};f.fn.init.prototype=f.fn;function Y(a,c){if(c.src)f.ajax({url:c.src,async:false,dataType:"script"});else f.globalEval(c.text||c.textContent||c.innerHTML||"");if(c.parentNode)c.parentNode.removeChild(c)}function K(){return+new Date}f.extend=f.fn.extend=function(){var a=arguments[0]||{},c=1,b=arguments.length,d=false,g;if(typeof a==="boolean"){d=a;a=arguments[1]||{};c=2}if(typeof a!=="object"&&!f.isFunction(a))a={};if(b==c){a=this;--c}for(;c<b;c++)if((g=arguments[c])!=null)for(var h in g){var j=a[h],i=g[h];if(a===i)continue;if(d&&i&&typeof i==="object"&&!i.nodeType)a[h]=f.extend(d,j||(i.length!=null?[]:{}),i);else if(i!==q)a[h]=i}return a};var Z=/z-?index|font-?weight|opacity|zoom|line-?height/i,bd=document.defaultView||{},be=Object.prototype.toString;f.extend({noConflict:function(a){w.$=C;if(a)w.jQuery=X;return f},isFunction:function(a){return be.call(a)==="[object Function]"},isArray:function(a){return be.call(a)==="[object Array]"},isXMLDoc:function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&f.isXMLDoc(a.ownerDocument)},globalEval:function(a){if(a&&/\S/.test(a)){var c=document.getElementsByTagName("head")[0]||document.documentElement,b=document.createElement("script");b.type="text/javascript";if(f.support.scriptEval)b.appendChild(document.createTextNode(a));else b.text=a;c.insertBefore(b,c.firstChild);c.removeChild(b)}},nodeName:function(a,c){return a.nodeName&&a.nodeName.toUpperCase()==c.toUpperCase()},each:function(a,c,b){var d,g=0,h=a.length;if(b){if(h===q){for(d in a)if(c.apply(a[d],b)===false)break}else for(;g<h;)if(c.apply(a[g++],b)===false)break}else{if(h===q){for(d in a)if(c.call(a[d],d,a[d])===false)break}else for(var j=a[0];g<h&&c.call(j,g,j)!==false;j=a[++g]){}}return a},prop:function(a,c,b,d,g){if(f.isFunction(c))c=c.call(a,d);return typeof c==="number"&&b=="curCSS"&&!Z.test(g)?c+"px":c},className:{add:function(b,d){f.each((d||"").split(/\s+/),function(a,c){if(b.nodeType==1&&!f.className.has(b.className,c))b.className+=(b.className?" ":"")+c})},remove:function(a,c){if(a.nodeType==1)a.className=c!==q?f.grep(a.className.split(/\s+/),function(className){return!f.className.has(c,className)}).join(" "):""},has:function(a,c){return a&&f.inArray(c,(a.className||a).toString().split(/\s+/))>-1}},swap:function(a,c,b){var d={};for(var g in c){d[g]=a.style[g];a.style[g]=c[g]}b.call(a);for(var g in c)a.style[g]=d[g]},css:function(a,c,b,d){if(c=="width"||c=="height"){var g,h={position:"absolute",visibility:"hidden",display:"block"},j=c=="width"?["Left","Right"]:["Top","Bottom"];function i(){g=c=="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return;f.each(j,function(){if(!d)g-=parseFloat(f.curCSS(a,"padding"+this,true))||0;if(d==="margin")g+=parseFloat(f.curCSS(a,"margin"+this,true))||0;else g-=parseFloat(f.curCSS(a,"border"+this+"Width",true))||0})}if(a.offsetWidth!==0)i();else f.swap(a,h,i);return Math.max(0,Math.round(g))}return f.curCSS(a,c,b)},curCSS:function(b,d,g){var h,j=b.style;if(d=="opacity"&&!f.support.opacity){h=f.attr(j,"opacity");return h==""?"1":h}if(d.match(/float/i))d=S;if(!g&&j&&j[d])h=j[d];else if(bd.getComputedStyle){if(d.match(/float/i))d="float";d=d.replace(/([A-Z])/g,"-$1").toLowerCase();var i=bd.getComputedStyle(b,null);if(i)h=i.getPropertyValue(d);if(d=="opacity"&&h=="")h="1"}else if(b.currentStyle){var k=d.replace(/\-(\w)/g,function(a,c){return c.toUpperCase()});h=b.currentStyle[d]||b.currentStyle[k];if(!/^\d+(px)?$/i.test(h)&&/^\d/.test(h)){var l=j.left,m=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;j.left=h||0;h=j.pixelLeft+"px";j.left=l;b.runtimeStyle.left=m}}return h},clean:function(m,r,u){r=r||document;if(typeof r.createElement==="undefined")r=r.ownerDocument||r[0]&&r[0].ownerDocument||document;if(!u&&m.length===1&&typeof m[0]==="string"){var y=/^<(\w+)\s*\/?>$/.exec(m[0]);if(y)return[r.createElement(y[1])]}var t=[],n=[],z=r.createElement("div");f.each(m,function(d,g){if(typeof g==="number")g+='';if(!g)return;if(typeof g==="string"){g=g.replace(/(<(\w+)[^>]*?)\/>/g,function(a,c,b){return b.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?a:c+"></"+b+">"});var h=g.replace(/^\s+/,"").substring(0,10).toLowerCase();var j=!h.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!h.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||h.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!h.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!h.indexOf("<td")||!h.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!h.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!f.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];z.innerHTML=j[1]+g+j[2];while(j[0]--)z=z.lastChild;if(!f.support.tbody){var i=/<tbody/i.test(g),k=!h.indexOf("<table")&&!i?z.firstChild&&z.firstChild.childNodes:j[1]=="<table>"&&!i?z.childNodes:[];for(var l=k.length-1;l>=0;--l)if(f.nodeName(k[l],"tbody")&&!k[l].childNodes.length)k[l].parentNode.removeChild(k[l])}if(!f.support.leadingWhitespace&&/^\s/.test(g))z.insertBefore(r.createTextNode(g.match(/^\s*/)[0]),z.firstChild);g=f.makeArray(z.childNodes)}if(g.nodeType)t.push(g);else t=f.merge(t,g)});if(u){for(var v=0;t[v];v++){if(f.nodeName(t[v],"script")&&(!t[v].type||t[v].type.toLowerCase()==="text/javascript")){n.push(t[v].parentNode?t[v].parentNode.removeChild(t[v]):t[v])}else{if(t[v].nodeType===1)t.splice.apply(t,[v+1,0].concat(f.makeArray(t[v].getElementsByTagName("script"))));u.appendChild(t[v])}}return n}return t},attr:function(b,d,g){if(!b||b.nodeType==3||b.nodeType==8)return q;var h=!f.isXMLDoc(b),j=g!==q;d=h&&f.props[d]||d;if(b.tagName){var i=/href|src|style/.test(d);if(d=="selected"&&b.parentNode)b.parentNode.selectedIndex;if(d in b&&h&&!i){if(j){if(d=="type"&&f.nodeName(b,"input")&&b.parentNode)throw"type property can't be changed";b[d]=g}if(f.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d=="tabIndex"){var k=b.getAttributeNode("tabIndex");return k&&k.specified?k.value:b.nodeName.match(/(button|input|object|select|textarea)/i)?0:b.nodeName.match(/^(a|area)$/i)&&b.href?0:q}return b[d]}if(!f.support.style&&h&&d=="style")return f.attr(b.style,"cssText",g);if(j)b.setAttribute(d,""+g);var l=!f.support.hrefNormalized&&h&&i?b.getAttribute(d,2):b.getAttribute(d);return l===null?q:l}if(!f.support.opacity&&d=="opacity"){if(j){b.zoom=1;b.filter=(b.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(g)+''=="NaN"?"":"alpha(opacity="+g*100+")")}return b.filter&&b.filter.indexOf("opacity=")>=0?(parseFloat(b.filter.match(/opacity=([^)]*)/)[1])/100)+'':""}d=d.replace(/-([a-z])/ig,function(a,c){return c.toUpperCase()});if(j)b[d]=g;return b[d]},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"")},makeArray:function(a){var c=[];if(a!=null){var b=a.length;if(b==null||typeof a==="string"||f.isFunction(a)||a.setInterval)c[0]=a;else while(b)c[--b]=a[b]}return c},inArray:function(a,c){for(var b=0,d=c.length;b<d;b++)if(c[b]===a)return b;return-1},merge:function(a,c){var b=0,d,g=a.length;if(!f.support.getAll){while((d=c[b++])!=null)if(d.nodeType!=8)a[g++]=d}else while((d=c[b++])!=null)a[g++]=d;return a},unique:function(a){var c=[],b={};try{for(var d=0,g=a.length;d<g;d++){var h=f.data(a[d]);if(!b[h]){b[h]=true;c.push(a[d])}}}catch(e){c=a}return c},grep:function(a,c,b){var d=[];for(var g=0,h=a.length;g<h;g++)if(!b!=!c(a[g],g))d.push(a[g]);return d},map:function(a,c){var b=[];for(var d=0,g=a.length;d<g;d++){var h=c(a[d],d);if(h!=null)b[b.length]=h}return b.concat.apply([],b)}});var Q=navigator.userAgent.toLowerCase();f.browser={version:(Q.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,'0'])[1],safari:/webkit/.test(Q),opera:/opera/.test(Q),msie:/msie/.test(Q)&&!/opera/.test(Q),mozilla:/mozilla/.test(Q)&&!/(compatible|webkit)/.test(Q)};f.each({parent:function(a){return a.parentNode},parents:function(a){return f.dir(a,"parentNode")},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(b,d){f.fn[b]=function(a){var c=f.map(this,d);if(a&&typeof a=="string")c=f.multiFilter(a,c);return this.pushStack(f.unique(c),b,a)}});f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(j,i){f.fn[j]=function(a){var c=[],b=f(a);for(var d=0,g=b.length;d<g;d++){var h=(d>0?this.clone(true):this).get();f.fn[i].apply(f(b[d]),h);c=c.concat(h)}return this.pushStack(c,j,a)}});f.each({removeAttr:function(a){f.attr(this,a,"");if(this.nodeType==1)this.removeAttribute(a)},addClass:function(a){f.className.add(this,a)},removeClass:function(a){f.className.remove(this,a)},toggleClass:function(a,c){if(typeof c!=="boolean")c=!f.className.has(this,a);f.className[c?"add":"remove"](this,a)},remove:function(a){if(!a||f.filter(a,[this]).length){f("*",this).add([this]).each(function(){f.event.remove(this);f.removeData(this)});if(this.parentNode)this.parentNode.removeChild(this)}},empty:function(){f(this).children().remove();while(this.firstChild)this.removeChild(this.firstChild)}},function(a,c){f.fn[a]=function(){return this.each(c,arguments)}});function T(a,c){return a[0]&&parseInt(f.curCSS(a[0],c,true),10)||0}var P="jQuery"+K(),bo=0,bf={};f.extend({cache:{},data:function(a,c,b){a=a==w?bf:a;var d=a[P];if(!d)d=a[P]=++bo;if(c&&!f.cache[d])f.cache[d]={};if(b!==q)f.cache[d][c]=b;return c?f.cache[d][c]:d},removeData:function(a,c){a=a==w?bf:a;var b=a[P];if(c){if(f.cache[b]){delete f.cache[b][c];c="";for(c in f.cache[b])break;if(!c)f.removeData(a)}}else{try{delete a[P]}catch(e){if(a.removeAttribute)a.removeAttribute(P)}delete f.cache[b]}},queue:function(a,c,b){if(a){c=(c||"fx")+"queue";var d=f.data(a,c);if(!d||f.isArray(b))d=f.data(a,c,f.makeArray(b));else if(b)d.push(b)}return d},dequeue:function(a,c){var b=f.queue(a,c),d=b.shift();if(!c||c==="fx")d=b[0];if(d!==q)d.call(a)}});f.fn.extend({data:function(a,c){var b=a.split(".");b[1]=b[1]?"."+b[1]:"";if(c===q){var d=this.triggerHandler("getData"+b[1]+"!",[b[0]]);if(d===q&&this.length)d=f.data(this[0],a);return d===q&&b[1]?this.data(b[0]):d}else return this.trigger("setData"+b[1]+"!",[b[0],c]).each(function(){f.data(this,a,c)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})},queue:function(c,b){if(typeof c!=="string"){b=c;c="fx"}if(b===q)return f.queue(this[0],c);return this.each(function(){var a=f.queue(this,c,b);if(c=="fx"&&a.length==1)a[0].call(this)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})}});(function(){var z=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,v=0,F=Object.prototype.toString;var p=function(a,c,b,d){b=b||[];c=c||document;if(c.nodeType!==1&&c.nodeType!==9)return[];if(!a||typeof a!=="string"){return b}var g=[],h,j,i,k,l,m,r=true;z.lastIndex=0;while((h=z.exec(a))!==null){g.push(h[1]);if(h[2]){m=RegExp.rightContext;break}}if(g.length>1&&H.exec(a)){if(g.length===2&&o.relative[g[0]]){j=O(g[0]+g[1],c)}else{j=o.relative[g[0]]?[c]:p(g.shift(),c);while(g.length){a=g.shift();if(o.relative[a])a+=g.shift();j=O(a,j)}}}else{var u=d?{expr:g.pop(),set:A(d)}:p.find(g.pop(),g.length===1&&c.parentNode?c.parentNode:c,x(c));j=p.filter(u.expr,u.set);if(g.length>0){i=A(j)}else{r=false}while(g.length){var y=g.pop(),t=y;if(!o.relative[y]){y=""}else{t=g.pop()}if(t==null){t=c}o.relative[y](i,t,x(c))}}if(!i){i=j}if(!i){throw"Syntax error, unrecognized expression: "+(y||a);}if(F.call(i)==="[object Array]"){if(!r){b.push.apply(b,i)}else if(c.nodeType===1){for(var n=0;i[n]!=null;n++){if(i[n]&&(i[n]===true||i[n].nodeType===1&&N(c,i[n]))){b.push(j[n])}}}else{for(var n=0;i[n]!=null;n++){if(i[n]&&i[n].nodeType===1){b.push(j[n])}}}}else{A(i,b)}if(m){p(m,c,b,d);if(I){hasDuplicate=false;b.sort(I);if(hasDuplicate){for(var n=1;n<b.length;n++){if(b[n]===b[n-1]){b.splice(n--,1)}}}}}return b};p.matches=function(a,c){return p(a,null,null,c)};p.find=function(a,c,b){var d,g;if(!a){return[]}for(var h=0,j=o.order.length;h<j;h++){var i=o.order[h],g;if((g=o.match[i].exec(a))){var k=RegExp.leftContext;if(k.substr(k.length-1)!=="\\"){g[1]=(g[1]||"").replace(/\\/g,"");d=o.find[i](g,c,b);if(d!=null){a=a.replace(o.match[i],"");break}}}}if(!d){d=c.getElementsByTagName("*")}return{set:d,expr:a}};p.filter=function(a,c,b,d){var g=a,h=[],j=c,i,k,l=c&&c[0]&&x(c[0]);while(a&&c.length){for(var m in o.filter){if((i=o.match[m].exec(a))!=null){var r=o.filter[m],u,y;k=false;if(j==h){h=[]}if(o.preFilter[m]){i=o.preFilter[m](i,j,b,h,d,l);if(!i){k=u=true}else if(i===true){continue}}if(i){for(var t=0;(y=j[t])!=null;t++){if(y){u=r(y,i,t,j);var n=d^!!u;if(b&&u!=null){if(n){k=true}else{j[t]=false}}else if(n){h.push(y);k=true}}}}if(u!==q){if(!b){j=h}a=a.replace(o.match[m],"");if(!k){return[]}break}}}if(a==g){if(k==null){throw"Syntax error, unrecognized expression: "+a;}else{break}}g=a}return j};var o=p.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(a,c,b){var d=typeof c==="string",g=d&&!/\W/.test(c),h=d&&!g;if(g&&!b){c=c.toUpperCase()}for(var j=0,i=a.length,k;j<i;j++){if((k=a[j])){while((k=k.previousSibling)&&k.nodeType!==1){}a[j]=h||k&&k.nodeName===c?k||false:k===c}}if(h){p.filter(c,a,true)}},">":function(a,c,b){var d=typeof c==="string";if(d&&!/\W/.test(c)){c=b?c:c.toUpperCase();for(var g=0,h=a.length;g<h;g++){var j=a[g];if(j){var i=j.parentNode;a[g]=i.nodeName===c?i:false}}}else{for(var g=0,h=a.length;g<h;g++){var j=a[g];if(j){a[g]=d?j.parentNode:j.parentNode===c}}if(d){p.filter(c,a,true)}}},"":function(a,c,b){var d=v++,g=L;if(!c.match(/\W/)){var h=c=b?c:c.toUpperCase();g=B}g("parentNode",c,d,a,h,b)},"~":function(a,c,b){var d=v++,g=L;if(typeof c==="string"&&!c.match(/\W/)){var h=c=b?c:c.toUpperCase();g=B}g("previousSibling",c,d,a,h,b)}},find:{ID:function(a,c,b){if(typeof c.getElementById!=="undefined"&&!b){var d=c.getElementById(a[1]);return d?[d]:[]}},NAME:function(a,c,b){if(typeof c.getElementsByName!=="undefined"){var d=[],g=c.getElementsByName(a[1]);for(var h=0,j=g.length;h<j;h++){if(g[h].getAttribute("name")===a[1]){d.push(g[h])}}return d.length===0?null:d}},TAG:function(a,c){return c.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,c,b,d,g,h){a=" "+a[1].replace(/\\/g,"")+" ";if(h){return a}for(var j=0,i;(i=c[j])!=null;j++){if(i){if(g^(i.className&&(" "+i.className+" ").indexOf(a)>=0)){if(!b)d.push(i)}else if(b){c[j]=false}}}return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a,c){for(var b=0;c[b]===false;b++){}return c[b]&&x(c[b])?a[1]:a[1].toUpperCase()},CHILD:function(a){if(a[1]=="nth"){var c=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]=="even"&&"2n"||a[2]=="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=(c[1]+(c[2]||1))-0;a[3]=c[3]-0}a[0]=v++;return a},ATTR:function(a,c,b,d,g,h){var j=a[1].replace(/\\/g,"");if(!h&&o.attrMap[j]){a[1]=o.attrMap[j]}if(a[2]==="~="){a[4]=" "+a[4]+" "}return a},PSEUDO:function(a,c,b,d,g){if(a[1]==="not"){if(a[3].match(z).length>1||/^\w/.test(a[3])){a[3]=p(a[3],null,null,c)}else{var h=p.filter(a[3],c,b,true^g);if(!b){d.push.apply(d,h)}return false}}else if(o.match.POS.test(a[0])||o.match.CHILD.test(a[0])){return true}return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,c,b){return!!p(b[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toUpperCase()==="BUTTON"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,c){return c===0},last:function(a,c,b,d){return c===d.length-1},even:function(a,c){return c%2===0},odd:function(a,c){return c%2===1},lt:function(a,c,b){return c<b[3]-0},gt:function(a,c,b){return c>b[3]-0},nth:function(a,c,b){return b[3]-0==c},eq:function(a,c,b){return b[3]-0==c}},filter:{PSEUDO:function(a,c,b,d){var g=c[1],h=o.filters[g];if(h){return h(a,b,c,d)}else if(g==="contains"){return(a.textContent||a.innerText||"").indexOf(c[3])>=0}else if(g==="not"){var j=c[3];for(var b=0,i=j.length;b<i;b++){if(j[b]===a){return false}}return true}},CHILD:function(a,c){var b=c[1],d=a;switch(b){case'only':case'first':while(d=d.previousSibling){if(d.nodeType===1)return false}if(b=='first')return true;d=a;case'last':while(d=d.nextSibling){if(d.nodeType===1)return false}return true;case'nth':var g=c[2],h=c[3];if(g==1&&h==0){return true}var j=c[0],i=a.parentNode;if(i&&(i.sizcache!==j||!a.nodeIndex)){var k=0;for(d=i.firstChild;d;d=d.nextSibling){if(d.nodeType===1){d.nodeIndex=++k}}i.sizcache=j}var l=a.nodeIndex-h;if(g==0){return l==0}else{return(l%g==0&&l/g>=0)}}},ID:function(a,c){return a.nodeType===1&&a.getAttribute("id")===c},TAG:function(a,c){return(c==="*"&&a.nodeType===1)||a.nodeName===c},CLASS:function(a,c){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(c)>-1},ATTR:function(a,c){var b=c[1],d=o.attrHandle[b]?o.attrHandle[b](a):a[b]!=null?a[b]:a.getAttribute(b),g=d+"",h=c[2],j=c[4];return d==null?h==="!=":h==="="?g===j:h==="*="?g.indexOf(j)>=0:h==="~="?(" "+g+" ").indexOf(j)>=0:!j?g&&d!==false:h==="!="?g!=j:h==="^="?g.indexOf(j)===0:h==="$="?g.substr(g.length-j.length)===j:h==="|="?g===j||g.substr(0,j.length+1)===j+"-":false},POS:function(a,c,b,d){var g=c[2],h=o.setFilters[g];if(h){return h(a,b,c,d)}}}};var H=o.match.POS;for(var M in o.match){o.match[M]=RegExp(o.match[M].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var A=function(a,c){a=Array.prototype.slice.call(a);if(c){c.push.apply(c,a);return c}return a};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(e){A=function(a,c){var b=c||[];if(F.call(a)==="[object Array]"){Array.prototype.push.apply(b,a)}else{if(typeof a.length==="number"){for(var d=0,g=a.length;d<g;d++){b.push(a[d])}}else{for(var d=0;a[d];d++){b.push(a[d])}}}return b}}var I;if(document.documentElement.compareDocumentPosition){I=function(a,c){var b=a.compareDocumentPosition(c)&4?-1:a===c?0:1;if(b===0){hasDuplicate=true}return b}}else if("sourceIndex"in document.documentElement){I=function(a,c){var b=a.sourceIndex-c.sourceIndex;if(b===0){hasDuplicate=true}return b}}else if(document.createRange){I=function(a,c){var b=a.ownerDocument.createRange(),d=c.ownerDocument.createRange();b.selectNode(a);b.collapse(true);d.selectNode(c);d.collapse(true);var g=b.compareBoundaryPoints(Range.START_TO_END,d);if(g===0){hasDuplicate=true}return g}}(function(){var g=document.createElement("form"),h="script"+(new Date).getTime();g.innerHTML="<input name='"+h+"'/>";var j=document.documentElement;j.insertBefore(g,j.firstChild);if(!!document.getElementById(h)){o.find.ID=function(a,c,b){if(typeof c.getElementById!=="undefined"&&!b){var d=c.getElementById(a[1]);return d?d.id===a[1]||typeof d.getAttributeNode!=="undefined"&&d.getAttributeNode("id").nodeValue===a[1]?[d]:q:[]}};o.filter.ID=function(a,c){var b=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&b&&b.nodeValue===c}}j.removeChild(g)})();(function(){var h=document.createElement("div");h.appendChild(document.createComment(""));if(h.getElementsByTagName("*").length>0){o.find.TAG=function(a,c){var b=c.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var g=0;b[g];g++){if(b[g].nodeType===1){d.push(b[g])}}b=d}return b}}h.innerHTML="<a href='#'></a>";if(h.firstChild&&typeof h.firstChild.getAttribute!=="undefined"&&h.firstChild.getAttribute("href")!=="#"){o.attrHandle.href=function(a){return a.getAttribute("href",2)}}})();if(document.querySelectorAll)(function(){var J=p,G=document.createElement("div");G.innerHTML="<p class='TEST'></p>";if(G.querySelectorAll&&G.querySelectorAll(".TEST").length===0){return}p=function(a,c,b,d){c=c||document;if(!d&&c.nodeType===9&&!x(c)){try{return A(c.querySelectorAll(a),b)}catch(e){}}return J(a,c,b,d)};p.find=J.find;p.filter=J.filter;p.selectors=J.selectors;p.matches=J.matches})();if(document.getElementsByClassName&&document.documentElement.getElementsByClassName)(function(){var G=document.createElement("div");G.innerHTML="<div class='test e'></div><div class='test'></div>";if(G.getElementsByClassName("e").length===0)return;G.lastChild.className="e";if(G.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS");o.find.CLASS=function(a,c,b){if(typeof c.getElementsByClassName!=="undefined"&&!b){return c.getElementsByClassName(a[1])}}})();function B(a,c,b,d,g,h){var j=a=="previousSibling"&&!h;for(var i=0,k=d.length;i<k;i++){var l=d[i];if(l){if(j&&l.nodeType===1){l.sizcache=b;l.sizset=i}l=l[a];var m=false;while(l){if(l.sizcache===b){m=d[l.sizset];break}if(l.nodeType===1&&!h){l.sizcache=b;l.sizset=i}if(l.nodeName===c){m=l;break}l=l[a]}d[i]=m}}}function L(a,c,b,d,g,h){var j=a=="previousSibling"&&!h;for(var i=0,k=d.length;i<k;i++){var l=d[i];if(l){if(j&&l.nodeType===1){l.sizcache=b;l.sizset=i}l=l[a];var m=false;while(l){if(l.sizcache===b){m=d[l.sizset];break}if(l.nodeType===1){if(!h){l.sizcache=b;l.sizset=i}if(typeof c!=="string"){if(l===c){m=true;break}}else if(p.filter(c,[l]).length>0){m=l;break}}l=l[a]}d[i]=m}}}var N=document.compareDocumentPosition?function(a,c){return a.compareDocumentPosition(c)&16}:function(a,c){return a!==c&&(a.contains?a.contains(c):true)};var x=function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&x(a.ownerDocument)};var O=function(a,c){var b=[],d="",g,h=c.nodeType?[c]:c;while((g=o.match.PSEUDO.exec(a))){d+=g[0];a=a.replace(o.match.PSEUDO,"")}a=o.relative[a]?a+"*":a;for(var j=0,i=h.length;j<i;j++){p(a,h[j],b)}return p.filter(d,b)};f.find=p;f.filter=p.filter;f.expr=p.selectors;f.expr[":"]=f.expr.filters;p.selectors.filters.hidden=function(a){return a.offsetWidth===0||a.offsetHeight===0};p.selectors.filters.visible=function(a){return a.offsetWidth>0||a.offsetHeight>0};p.selectors.filters.animated=function(c){return f.grep(f.timers,function(a){return c===a.elem}).length};f.multiFilter=function(a,c,b){if(b){a=":not("+a+")"}return p.matches(a,c)};f.dir=function(a,c){var b=[],d=a[c];while(d&&d!=document){if(d.nodeType==1)b.push(d);d=d[c]}return b};f.nth=function(a,c,b,d){c=c||1;var g=0;for(;a;a=a[b])if(a.nodeType==1&&++g==c)break;return a};f.sibling=function(a,c){var b=[];for(;a;a=a.nextSibling){if(a.nodeType==1&&a!=c)b.push(a)}return b};return;w.Sizzle=p})();f.event={add:function(g,h,j,i){if(g.nodeType==3||g.nodeType==8)return;if(g.setInterval&&g!=w)g=w;if(!j.guid)j.guid=this.guid++;if(i!==q){var k=j;j=this.proxy(k);j.data=i}var l=f.data(g,"events")||f.data(g,"events",{}),m=f.data(g,"handle")||f.data(g,"handle",function(){return typeof f!=="undefined"&&!f.event.triggered?f.event.handle.apply(arguments.callee.elem,arguments):q});m.elem=g;f.each(h.split(/\s+/),function(a,c){var b=c.split(".");c=b.shift();j.type=b.slice().sort().join(".");var d=l[c];if(f.event.specialAll[c])f.event.specialAll[c].setup.call(g,i,b);if(!d){d=l[c]={};if(!f.event.special[c]||f.event.special[c].setup.call(g,i,b)===false){if(g.addEventListener)g.addEventListener(c,m,false);else if(g.attachEvent)g.attachEvent("on"+c,m)}}d[j.guid]=j;f.event.global[c]=true});g=null},guid:1,global:{},remove:function(h,j,i){if(h.nodeType==3||h.nodeType==8)return;var k=f.data(h,"events"),l,m;if(k){if(j===q||(typeof j==="string"&&j.charAt(0)=="."))for(var r in k)this.remove(h,r+(j||""));else{if(j.type){i=j.handler;j=j.type}f.each(j.split(/\s+/),function(a,c){var b=c.split(".");c=b.shift();var d=RegExp("(^|\\.)"+b.slice().sort().join(".*\\.")+"(\\.|$)");if(k[c]){if(i)delete k[c][i.guid];else for(var g in k[c])if(d.test(k[c][g].type))delete k[c][g];if(f.event.specialAll[c])f.event.specialAll[c].teardown.call(h,b);for(l in k[c])break;if(!l){if(!f.event.special[c]||f.event.special[c].teardown.call(h,b)===false){if(h.removeEventListener)h.removeEventListener(c,f.data(h,"handle"),false);else if(h.detachEvent)h.detachEvent("on"+c,f.data(h,"handle"))}l=null;delete k[c]}}})}for(l in k)break;if(!l){var u=f.data(h,"handle");if(u)u.elem=null;f.removeData(h,"events");f.removeData(h,"handle")}}},trigger:function(a,c,b,d){var g=a.type||a;if(!d){a=typeof a==="object"?a[P]?a:f.extend(f.Event(g),a):f.Event(g);if(g.indexOf("!")>=0){a.type=g=g.slice(0,-1);a.exclusive=true}if(!b){a.stopPropagation();if(this.global[g])f.each(f.cache,function(){if(this.events&&this.events[g])f.event.trigger(a,c,this.handle.elem)})}if(!b||b.nodeType==3||b.nodeType==8)return q;a.result=q;a.target=b;c=f.makeArray(c);c.unshift(a)}a.currentTarget=b;var h=f.data(b,"handle");if(h)h.apply(b,c);if((!b[g]||(f.nodeName(b,'a')&&g=="click"))&&b["on"+g]&&b["on"+g].apply(b,c)===false)a.result=false;if(!d&&b[g]&&!a.isDefaultPrevented()&&!(f.nodeName(b,'a')&&g=="click")){this.triggered=true;try{b[g]()}catch(e){}}this.triggered=false;if(!a.isPropagationStopped()){var j=b.parentNode||b.ownerDocument;if(j)f.event.trigger(a,c,j,true)}},handle:function(a){var c,b;a=arguments[0]=f.event.fix(a||w.event);a.currentTarget=this;var d=a.type.split(".");a.type=d.shift();c=!d.length&&!a.exclusive;var g=RegExp("(^|\\.)"+d.slice().sort().join(".*\\.")+"(\\.|$)");b=(f.data(this,"events")||{})[a.type];for(var h in b){var j=b[h];if(c||g.test(j.type)){a.handler=j;a.data=j.data;var i=j.apply(this,arguments);if(i!==q){a.result=i;if(i===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[P])return a;var c=a;a=f.Event(c);for(var b=this.props.length,d;b;){d=this.props[--b];a[d]=c[d]}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){var g=document.documentElement,h=document.body;a.pageX=a.clientX+(g&&g.scrollLeft||h&&h.scrollLeft||0)-(g.clientLeft||0);a.pageY=a.clientY+(g&&g.scrollTop||h&&h.scrollTop||0)-(g.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,c){c=c||function(){return a.apply(this,arguments)};c.guid=a.guid=a.guid||c.guid||this.guid++;return c},special:{ready:{setup:bg,teardown:function(){}}},specialAll:{live:{setup:function(a,c){f.event.add(this,c[0],bh)},teardown:function(a){if(a.length){var c=0,b=RegExp("(^|\\.)"+a[0]+"(\\.|$)");f.each((f.data(this,"events").live||{}),function(){if(b.test(this.type))c++});if(c<1)f.event.remove(this,a[0],bh)}}}}};f.Event=function(a){if(!this.preventDefault)return new f.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=K();this[P]=true};function ba(){return false}function bb(){return true}f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=bb;var a=this.originalEvent;if(!a)return;if(a.preventDefault)a.preventDefault();a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=bb;var a=this.originalEvent;if(!a)return;if(a.stopPropagation)a.stopPropagation();a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=bb;this.stopPropagation()},isDefaultPrevented:ba,isPropagationStopped:ba,isImmediatePropagationStopped:ba};var bi=function(a){var c=a.relatedTarget;while(c&&c!=this)try{c=c.parentNode}catch(e){c=this}if(c!=this){a.type=a.data;f.event.handle.apply(this,arguments)}};f.each({mouseover:'mouseenter',mouseout:'mouseleave'},function(a,c){f.event.special[c]={setup:function(){f.event.add(this,a,bi,c)},teardown:function(){f.event.remove(this,a,bi)}}});f.fn.extend({bind:function(a,c,b){return a=="unload"?this.one(a,c,b):this.each(function(){f.event.add(this,a,b||c,b&&c)})},one:function(c,b,d){var g=f.event.proxy(d||b,function(a){f(this).unbind(a,g);return(d||b).apply(this,arguments)});return this.each(function(){f.event.add(this,c,g,d&&b)})},unbind:function(a,c){return this.each(function(){f.event.remove(this,a,c)})},trigger:function(a,c){return this.each(function(){f.event.trigger(a,c,this)})},triggerHandler:function(a,c){if(this[0]){var b=f.Event(a);b.preventDefault();b.stopPropagation();f.event.trigger(b,c,this[0]);return b.result}},toggle:function(c){var b=arguments,d=1;while(d<b.length)f.event.proxy(c,b[d++]);return this.click(f.event.proxy(c,function(a){this.lastToggle=(this.lastToggle||0)%d;a.preventDefault();return b[this.lastToggle++].apply(this,arguments)||false}))},hover:function(a,c){return this.mouseenter(a).mouseleave(c)},ready:function(a){bg();if(f.isReady)a.call(document,f);else f.readyList.push(a);return this},live:function(a,c){var b=f.event.proxy(c);b.guid+=this.selector+a;f(document).bind(bj(a,this.selector),this.selector,b);return this},die:function(a,c){f(document).unbind(bj(a,this.selector),c?{guid:c.guid+this.selector+a}:null);return this}});function bh(d){var g=RegExp("(^|\\.)"+d.type+"(\\.|$)"),h=true,j=[];f.each(f.data(this,"events").live||[],function(a,c){if(g.test(c.type)){var b=f(d.target).closest(c.data)[0];if(b)j.push({elem:b,fn:c})}});j.sort(function(a,c){return f.data(a.elem,"closest")-f.data(c.elem,"closest")});f.each(j,function(){if(this.fn.call(this.elem,d,this.fn.data)===false)return(h=false)});return h}function bj(a,c){return["live",a,c.replace(/\./g,"`").replace(/ /g,"|")].join(".")}f.extend({isReady:false,readyList:[],ready:function(){if(!f.isReady){f.isReady=true;if(f.readyList){f.each(f.readyList,function(){this.call(document,f)});f.readyList=null}f(document).triggerHandler("ready")}}});var bk=false;function bg(){if(bk)return;bk=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);f.ready()},false)}else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);f.ready()}});if(document.documentElement.doScroll&&w==w.top)(function(){if(f.isReady)return;try{document.documentElement.doScroll("left")}catch(error){setTimeout(arguments.callee,0);return}f.ready()})()}f.event.add(w,"load",f.ready)}f.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(c,b){f.fn[b]=function(a){return a?this.bind(b,a):this.trigger(b)}});f(w).bind('unload',function(){for(var a in f.cache)if(a!=1&&f.cache[a].handle)f.event.remove(f.cache[a].handle.elem)});(function(){f.support={};var c=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 h=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!h||!h.length||!j){return}f.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(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:j.style.opacity==="0.5",cssFloat:!!j.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(document.createTextNode("window."+g+"=1;"))}catch(e){}c.insertBefore(b,c.firstChild);if(w[g]){f.support.scriptEval=true;delete w[g]}c.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function(){f.support.noCloneEvent=false;d.detachEvent("onclick",arguments.callee)});d.cloneNode(true).fireEvent("onclick")}f(function(){var a=document.createElement("div");a.style.width=a.style.paddingLeft="1px";document.body.appendChild(a);f.boxModel=f.support.boxModel=a.offsetWidth===2;document.body.removeChild(a).style.display='none'})})();var S=f.support.cssFloat?"cssFloat":"styleFloat";f.props={"for":"htmlFor","class":"className","float":S,cssFloat:S,styleFloat:S,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};f.fn.extend({_2:f.fn.load,load:function(b,d,g){if(typeof b!=="string")return this._2(b);var h=b.indexOf(" ");if(h>=0){var j=b.slice(h,b.length);b=b.slice(0,h)}var i="GET";if(d)if(f.isFunction(d)){g=d;d=null}else if(typeof d==="object"){d=f.param(d);i="POST"}var k=this;f.ajax({url:b,type:i,dataType:"html",data:d,complete:function(a,c){if(c=="success"||c=="notmodified")k.html(j?f("<div/>").append(a.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(j):a.responseText);if(g)k.each(g,[a.responseText,c,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.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(b,d){var g=f(this).val();return g==null?null:f.isArray(g)?f.map(g,function(a,c){return{name:d.name,value:a}}):{name:d.name,value:g}}).get()}});f.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(c,b){f.fn[b]=function(a){return this.bind(b,a)}});var bp=K();f.extend({get:function(a,c,b,d){if(f.isFunction(c)){b=c;c=null}return f.ajax({type:"GET",url:a,data:c,success:b,dataType:d})},getScript:function(a,c){return f.get(a,null,c,"script")},getJSON:function(a,c,b){return f.get(a,c,b,"json")},post:function(a,c,b,d){if(f.isFunction(c)){b=c;c={}}return f.ajax({type:"POST",url:a,data:c,success:b,dataType:d})},ajaxSetup:function(a){f.extend(f.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return w.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",_0:"*/*"}},lastModified:{},ajax:function(b){b=f.extend(true,b,f.extend(true,{},f.ajaxSettings,b));var d,g=/=\?(&|$)/g,h,j,i=b.type.toUpperCase();if(b.data&&b.processData&&typeof b.data!=="string")b.data=f.param(b.data);if(b.dataType=="jsonp"){if(i=="GET"){if(!b.url.match(g))b.url+=(b.url.match(/\?/)?"&":"?")+(b.jsonp||"callback")+"=?"}else if(!b.data||!b.data.match(g))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType=="json"&&(b.data&&b.data.match(g)||b.url.match(g))){d="jsonp"+bp++;if(b.data)b.data=(b.data+"").replace(g,"="+d+"$1");b.url=b.url.replace(g,"="+d+"$1");b.dataType="script";w[d]=function(a){j=a;F();p();w[d]=q;try{delete w[d]}catch(e){}if(r)r.removeChild(u)}}if(b.dataType=="script"&&b.cache==null)b.cache=false;if(b.cache===false&&i=="GET"){var k=K();var l=b.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+k+"$2");b.url=l+((l==b.url)?(b.url.match(/\?/)?"&":"?")+"_="+k:"")}if(b.data&&i=="GET"){b.url+=(b.url.match(/\?/)?"&":"?")+b.data;b.data=null}if(b.global&&!f.active++)f.event.trigger("ajaxStart");var m=/^(\w+:)?\/\/([^\/?#]+)/.exec(b.url);if(b.dataType=="script"&&i=="GET"&&m&&(m[1]&&m[1]!=location.protocol||m[2]!=location.host)){var r=document.getElementsByTagName("head")[0];var u=document.createElement("script");u.src=b.url;if(b.scriptCharset)u.charset=b.scriptCharset;if(!d){var y=false;u.onload=u.onreadystatechange=function(){if(!y&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){y=true;F();p();u.onload=u.onreadystatechange=null;r.removeChild(u)}}}r.appendChild(u);return q}var t=false;var n=b.xhr();if(b.username)n.open(i,b.url,b.async,b.username,b.password);else n.open(i,b.url,b.async);try{if(b.data)n.setRequestHeader("Content-Type",b.contentType);if(b.ifModified)n.setRequestHeader("If-Modified-Since",f.lastModified[b.url]||"Thu, 01 Jan 1970 00:00:00 GMT");n.setRequestHeader("X-Requested-With","XMLHttpRequest");n.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*":b.accepts._0)}catch(e){}if(b.beforeSend&&b.beforeSend(n,b)===false){if(b.global&&!--f.active)f.event.trigger("ajaxStop");n.abort();return false}if(b.global)f.event.trigger("ajaxSend",[n,b]);var z=function(a){if(n.readyState==0){if(v){clearInterval(v);v=null;if(b.global&&!--f.active)f.event.trigger("ajaxStop")}}else if(!t&&n&&(n.readyState==4||a=="timeout")){t=true;if(v){clearInterval(v);v=null}h=a=="timeout"?"timeout":!f.httpSuccess(n)?"error":b.ifModified&&f.httpNotModified(n,b.url)?"notmodified":"success";if(h=="success"){try{j=f.httpData(n,b.dataType,b)}catch(e){h="parsererror"}}if(h=="success"){var c;try{c=n.getResponseHeader("Last-Modified")}catch(e){}if(b.ifModified&&c)f.lastModified[b.url]=c;if(!d)F()}else f.handleError(b,n,h);p();if(a)n.abort();if(b.async)n=null}};if(b.async){var v=setInterval(z,13);if(b.timeout>0)setTimeout(function(){if(n&&!t)z("timeout")},b.timeout)}try{n.send(b.data)}catch(e){f.handleError(b,n,null,e)}if(!b.async)z();function F(){if(b.success)b.success(j,h);if(b.global)f.event.trigger("ajaxSuccess",[n,b])}function p(){if(b.complete)b.complete(n,h);if(b.global)f.event.trigger("ajaxComplete",[n,b]);if(b.global&&!--f.active)f.event.trigger("ajaxStop")}return n},handleError:function(a,c,b,d){if(a.error)a.error(c,b,d);if(a.global)f.event.trigger("ajaxError",[c,a,d])},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(e){}return false},httpNotModified:function(a,c){try{var b=a.getResponseHeader("Last-Modified");return a.status==304||b==f.lastModified[c]}catch(e){}return false},httpData:function(a,c,b){var d=a.getResponseHeader("content-type"),g=c=="xml"||!c&&d&&d.indexOf("xml")>=0,h=g?a.responseXML:a.responseText;if(g&&h.documentElement.tagName=="parsererror")throw"parsererror";if(b&&b.dataFilter)h=b.dataFilter(h,c);if(typeof h==="string"){if(c=="script")f.globalEval(h);if(c=="json")h=w["eval"]("("+h+")")}return h},param:function(b){var d=[];function g(a,c){d[d.length]=encodeURIComponent(a)+'='+encodeURIComponent(c)};if(f.isArray(b)||b.jquery)f.each(b,function(){g(this.name,this.value)});else for(var h in b)if(f.isArray(b[h]))f.each(b[h],function(){g(h,this)});else g(h,f.isFunction(b[h])?b[h]():b[h]);return d.join("&").replace(/%20/g,"+")}});var bc={},U,bl=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function R(a,c){var b={};f.each(bl.concat.apply([],bl.slice(0,c)),function(){b[this]=a});return b}f.fn.extend({show:function(a,c){if(a){return this.animate(R("show",3),a,c)}else{for(var b=0,d=this.length;b<d;b++){var g=f.data(this[b],"olddisplay");this[b].style.display=g||"";if(f.css(this[b],"display")==="none"){var h=this[b].tagName,j;if(bc[h]){j=bc[h]}else{var i=f("<"+h+" />").appendTo("body");j=i.css("display");if(j==="none")j="block";i.remove();bc[h]=j}f.data(this[b],"olddisplay",j)}}for(var b=0,d=this.length;b<d;b++){this[b].style.display=f.data(this[b],"olddisplay")||""}return this}},hide:function(a,c){if(a){return this.animate(R("hide",3),a,c)}else{for(var b=0,d=this.length;b<d;b++){var g=f.data(this[b],"olddisplay");if(!g&&g!=="none")f.data(this[b],"olddisplay",f.css(this[b],"display"))}for(var b=0,d=this.length;b<d;b++){this[b].style.display="none"}return this}},_3:f.fn.toggle,toggle:function(c,b){var d=typeof c==="boolean";return f.isFunction(c)&&f.isFunction(b)?this._3.apply(this,arguments):c==null||d?this.each(function(){var a=d?c:f(this).is(":hidden");f(this)[a?"show":"hide"]()}):this.animate(R("toggle",3),c,b)},fadeTo:function(a,c,b){return this.animate({opacity:c},a,b)},animate:function(r,u,y,t){var n=f.speed(u,y,t);return this[n.queue===false?"each":"queue"](function(){var i=f.extend({},n),k,l=this.nodeType==1&&f(this).is(":hidden"),m=this;for(k in r){if(r[k]=="hide"&&l||r[k]=="show"&&!l)return i.complete.call(this);if((k=="height"||k=="width")&&this.style){i.display=f.css(this,"display");i.overflow=this.style.overflow}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=f.extend({},r);f.each(r,function(a,c){var b=new f.fx(m,i,a);if(/toggle|show|hide/.test(c))b[c=="toggle"?l?"show":"hide":c](r);else{var d=c.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),g=b.cur(true)||0;if(d){var h=parseFloat(d[2]),j=d[3]||"px";if(j!="px"){m.style[a]=(h||1)+j;g=((h||1)/b.cur(true))*g;m.style[a]=g+j}if(d[1])h=((d[1]=="-="?-1:1)*h)+g;b.custom(g,h,j)}else b.custom(g,c,"")}});return true})},stop:function(c,b){var d=f.timers;if(c)this.queue([]);this.each(function(){for(var a=d.length-1;a>=0;a--)if(d[a].elem==this){if(b)d[a](true);d.splice(a,1)}});if(!b)this.dequeue();return this}});f.each({slideDown:R("show",1),slideUp:R("hide",1),slideToggle:R("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(b,d){f.fn[b]=function(a,c){return this.animate(d,a,c)}});f.extend({speed:function(a,c,b){var d=typeof a==="object"?a:{complete:b||!b&&c||f.isFunction(a)&&a,duration:a,easing:b&&c||c&&!f.isFunction(c)&&c};d.duration=f.fx.off?0:typeof d.duration==="number"?d.duration:f.fx.speeds[d.duration]||f.fx.speeds._0;d.old=d.complete;d.complete=function(){if(d.queue!==false)f(this).dequeue();if(f.isFunction(d.old))d.old.call(this)};return d},easing:{linear:function(a,c,b,d){return b+d*a},swing:function(a,c,b,d){return((-Math.cos(a*Math.PI)/2)+0.5)*d+b}},timers:[],fx:function(a,c,b){this.options=c;this.elem=a;this.prop=b;if(!c.orig)c.orig={}}});f.fx.prototype={update:function(){if(this.options.step)this.options.step.call(this.elem,this.now,this);(f.fx.step[this.prop]||f.fx.step._0)(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];var c=parseFloat(f.css(this.elem,this.prop,a));return c&&c>-10000?c:parseFloat(f.curCSS(this.elem,this.prop))||0},custom:function(b,d,g){this.startTime=K();this.start=b;this.end=d;this.unit=g||this.unit||"px";this.now=this.start;this.pos=this.state=0;var h=this;function j(a){return h.step(a)}j.elem=this.elem;if(j()&&f.timers.push(j)&&!U){U=setInterval(function(){var a=f.timers;for(var c=0;c<a.length;c++)if(!a[c]())a.splice(c--,1);if(!a.length){clearInterval(U);U=q}},13)}},show:function(){this.options.orig[this.prop]=f.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var c=K();if(a||c>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var b=true;for(var d in this.options.curAnim)if(this.options.curAnim[d]!==true)b=false;if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(f.css(this.elem,"display")=="none")this.elem.style.display="block"}if(this.options.hide)f(this.elem).hide();if(this.options.hide||this.options.show)for(var g in this.options.curAnim)f.attr(this.elem.style,g,this.options.orig[g]);this.options.complete.call(this.elem)}return false}else{var h=c-this.startTime;this.state=h/this.options.duration;this.pos=f.easing[this.options.easing||(f.easing.swing?"swing":"linear")](this.state,h,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};f.extend(f.fx,{speeds:{slow:600,fast:200,_0:400},step:{opacity:function(a){f.attr(a.elem.style,"opacity",a.now)},_0: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}}});if(document.documentElement["getBoundingClientRect"])f.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return f.offset.bodyOffset(this[0]);var bm=this[0].getBoundingClientRect(),bn=this[0].ownerDocument,V=bn.body,W=bn.documentElement,bq=W.clientTop||V.clientTop||0,br=W.clientLeft||V.clientLeft||0,bs=bm.top+(self.pageYOffset||f.boxModel&&W.scrollTop||V.scrollTop)-bq,bt=bm.left+(self.pageXOffset||f.boxModel&&W.scrollLeft||V.scrollLeft)-br;return{top:bs,left:bt}};else f.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return f.offset.bodyOffset(this[0]);f.offset.initialized||f.offset.initialize();var a=this[0],c=a.offsetParent,b=a,d=a.ownerDocument,g,h=d.documentElement,j=d.body,i=d.defaultView,k=i.getComputedStyle(a,null),l=a.offsetTop,m=a.offsetLeft;while((a=a.parentNode)&&a!==j&&a!==h){g=i.getComputedStyle(a,null);l-=a.scrollTop,m-=a.scrollLeft;if(a===c){l+=a.offsetTop,m+=a.offsetLeft;if(f.offset.doesNotAddBorder&&!(f.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a.tagName)))l+=parseInt(g.borderTopWidth,10)||0,m+=parseInt(g.borderLeftWidth,10)||0;b=c,c=a.offsetParent}if(f.offset.subtractsBorderForOverflowNotVisible&&g.overflow!=="visible")l+=parseInt(g.borderTopWidth,10)||0,m+=parseInt(g.borderLeftWidth,10)||0;k=g}if(k.position==="relative"||k.position==="static")l+=j.offsetTop,m+=j.offsetLeft;if(k.position==="fixed")l+=Math.max(h.scrollTop,j.scrollTop),m+=Math.max(h.scrollLeft,j.scrollLeft);return{top:l,left:m}};f.offset={initialize:function(){if(this.initialized)return;var a=document.body,c=document.createElement('div'),b,d,g,h,j,i,k=a.style.marginTop,l='<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>';j={position:'absolute',top:0,left:0,margin:0,border:0,width:'1px',height:'1px',visibility:'hidden'};for(i in j)c.style[i]=j[i];c.innerHTML=l;a.insertBefore(c,a.firstChild);b=c.firstChild,d=b.firstChild,h=b.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(d.offsetTop!==5);this.doesAddBorderForTableAndCells=(h.offsetTop===5);b.style.overflow='hidden',b.style.position='relative';this.subtractsBorderForOverflowNotVisible=(d.offsetTop===-5);a.style.marginTop='1px';this.doesNotIncludeMarginInBodyOffset=(a.offsetTop===0);a.style.marginTop=k;a.removeChild(c);this.initialized=true},bodyOffset:function(a){f.offset.initialized||f.offset.initialize();var c=a.offsetTop,b=a.offsetLeft;if(f.offset.doesNotIncludeMarginInBodyOffset)c+=parseInt(f.curCSS(a,'marginTop',true),10)||0,b+=parseInt(f.curCSS(a,'marginLeft',true),10)||0;return{top:c,left:b}}};f.fn.extend({position:function(){var a=0,c=0,b;if(this[0]){var d=this.offsetParent(),g=this.offset(),h=/^body|html$/i.test(d[0].tagName)?{top:0,left:0}:d.offset();g.top-=T(this,'marginTop');g.left-=T(this,'marginLeft');h.top+=T(d,'borderTopWidth');h.left+=T(d,'borderLeftWidth');b={top:g.top-h.top,left:g.left-h.left}}return b},offsetParent:function(){var a=this[0].offsetParent||document.body;while(a&&(!/^body|html$/i.test(a.tagName)&&f.css(a,'position')=='static'))a=a.offsetParent;return f(a)}});f.each(['Left','Top'],function(c,b){var d='scroll'+b;f.fn[d]=function(a){if(!this[0])return null;return a!==q?this.each(function(){this==w||this==document?w.scrollTo(!c?a:f(w).scrollLeft(),c?a:f(w).scrollTop()):this[d]=a}):this[0]==w||this[0]==document?self[c?'pageYOffset':'pageXOffset']||f.boxModel&&document.documentElement[d]||document.body[d]:this[0][d]}});f.each(["Height","Width"],function(c,b){var d=c?"Left":"Top",g=c?"Right":"Bottom",h=b.toLowerCase();f.fn["inner"+b]=function(){return this[0]?f.css(this[0],h,false,"padding"):null};f.fn["outer"+b]=function(a){return this[0]?f.css(this[0],h,false,a?"margin":"border"):null};var j=b.toLowerCase();f.fn[j]=function(a){return this[0]==w?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]):a===q?(this.length?f.css(this[0],j):null):this.css(j,typeof a==="string"?a:a+"px")}})})();(function(L){var N=function(a,c){return(a<<c)|(a>>>(32-c))};var x=function(a,c){var b,d,g,h,j;g=(a&0x80000000);h=(c&0x80000000);b=(a&0x40000000);d=(c&0x40000000);j=(a&0x3FFFFFFF)+(c&0x3FFFFFFF);if(b&d)return(j^0x80000000^g^h);if(b|d){if(j&0x40000000)return(j^0xC0000000^g^h);else return(j^0x40000000^g^h)}else{return(j^g^h)}};var O=function(a,c,b){return(a&c)|((~a)&b)};var w=function(a,c,b){return(a&b)|(c&(~b))};var q=function(a,c,b){return(a^c^b)};var X=function(a,c,b){return(c^(a|(~b)))};var C=function(a,c,b,d,g,h,j){a=x(a,x(x(O(c,b,d),g),j));return x(N(a,h),c)};var f=function(a,c,b,d,g,h,j){a=x(a,x(x(w(c,b,d),g),j));return x(N(a,h),c)};var D=function(a,c,b,d,g,h,j){a=x(a,x(x(q(c,b,d),g),j));return x(N(a,h),c)};var E=function(a,c,b,d,g,h,j){a=x(a,x(x(X(c,b,d),g),j));return x(N(a,h),c)};var Y=function(a){var c;var b=a.length;var d=b+8;var g=(d-(d%64))/64;var h=(g+1)*16;var j=Array(h-1);var i=0;var k=0;while(k<b){c=(k-(k%4))/4;i=(k%4)*8;j[c]=(j[c]|(a.charCodeAt(k)<<i));k++}c=(k-(k%4))/4;i=(k%4)*8;j[c]=j[c]|(0x80<<i);j[h-2]=b<<3;j[h-1]=b>>>29;return j};var K=function(a){var c="",b="",d,g;for(g=0;g<=3;g++){d=(a>>>(g*8))&255;b="0"+d.toString(16);c=c+b.substr(b.length-2,2)}return c};var Z=function(a){a=a.replace(/\x0d\x0a/g,"\x0a");var c="";for(var b=0;b<a.length;b++){var d=a.charCodeAt(b);if(d<128){c+=String.fromCharCode(d)}else if((d>127)&&(d<2048)){c+=String.fromCharCode((d>>6)|192);c+=String.fromCharCode((d&63)|128)}else{c+=String.fromCharCode((d>>12)|224);c+=String.fromCharCode(((d>>6)&63)|128);c+=String.fromCharCode((d&63)|128)}}return c};L.extend({md5:function(a){var c=Array();var b,d,g,h,j,i,k,l,m;var r=7,u=12,y=17,t=22;var n=5,z=9,v=14,F=20;var p=4,o=11,H=16,M=23;var A=6,I=10,J=15,G=21;a=Z(a);c=Y(a);i=0x67452301;k=0xEFCDAB89;l=0x98BADCFE;m=0x10325476;for(b=0;b<c.length;b+=16){d=i;g=k;h=l;j=m;i=C(i,k,l,m,c[b+0],r,0xD76AA478);m=C(m,i,k,l,c[b+1],u,0xE8C7B756);l=C(l,m,i,k,c[b+2],y,0x242070DB);k=C(k,l,m,i,c[b+3],t,0xC1BDCEEE);i=C(i,k,l,m,c[b+4],r,0xF57C0FAF);m=C(m,i,k,l,c[b+5],u,0x4787C62A);l=C(l,m,i,k,c[b+6],y,0xA8304613);k=C(k,l,m,i,c[b+7],t,0xFD469501);i=C(i,k,l,m,c[b+8],r,0x698098D8);m=C(m,i,k,l,c[b+9],u,0x8B44F7AF);l=C(l,m,i,k,c[b+10],y,0xFFFF5BB1);k=C(k,l,m,i,c[b+11],t,0x895CD7BE);i=C(i,k,l,m,c[b+12],r,0x6B901122);m=C(m,i,k,l,c[b+13],u,0xFD987193);l=C(l,m,i,k,c[b+14],y,0xA679438E);k=C(k,l,m,i,c[b+15],t,0x49B40821);i=f(i,k,l,m,c[b+1],n,0xF61E2562);m=f(m,i,k,l,c[b+6],z,0xC040B340);l=f(l,m,i,k,c[b+11],v,0x265E5A51);k=f(k,l,m,i,c[b+0],F,0xE9B6C7AA);i=f(i,k,l,m,c[b+5],n,0xD62F105D);m=f(m,i,k,l,c[b+10],z,0x2441453);l=f(l,m,i,k,c[b+15],v,0xD8A1E681);k=f(k,l,m,i,c[b+4],F,0xE7D3FBC8);i=f(i,k,l,m,c[b+9],n,0x21E1CDE6);m=f(m,i,k,l,c[b+14],z,0xC33707D6);l=f(l,m,i,k,c[b+3],v,0xF4D50D87);k=f(k,l,m,i,c[b+8],F,0x455A14ED);i=f(i,k,l,m,c[b+13],n,0xA9E3E905);m=f(m,i,k,l,c[b+2],z,0xFCEFA3F8);l=f(l,m,i,k,c[b+7],v,0x676F02D9);k=f(k,l,m,i,c[b+12],F,0x8D2A4C8A);i=D(i,k,l,m,c[b+5],p,0xFFFA3942);m=D(m,i,k,l,c[b+8],o,0x8771F681);l=D(l,m,i,k,c[b+11],H,0x6D9D6122);k=D(k,l,m,i,c[b+14],M,0xFDE5380C);i=D(i,k,l,m,c[b+1],p,0xA4BEEA44);m=D(m,i,k,l,c[b+4],o,0x4BDECFA9);l=D(l,m,i,k,c[b+7],H,0xF6BB4B60);k=D(k,l,m,i,c[b+10],M,0xBEBFBC70);i=D(i,k,l,m,c[b+13],p,0x289B7EC6);m=D(m,i,k,l,c[b+0],o,0xEAA127FA);l=D(l,m,i,k,c[b+3],H,0xD4EF3085);k=D(k,l,m,i,c[b+6],M,0x4881D05);i=D(i,k,l,m,c[b+9],p,0xD9D4D039);m=D(m,i,k,l,c[b+12],o,0xE6DB99E5);l=D(l,m,i,k,c[b+15],H,0x1FA27CF8);k=D(k,l,m,i,c[b+2],M,0xC4AC5665);i=E(i,k,l,m,c[b+0],A,0xF4292244);m=E(m,i,k,l,c[b+7],I,0x432AFF97);l=E(l,m,i,k,c[b+14],J,0xAB9423A7);k=E(k,l,m,i,c[b+5],G,0xFC93A039);i=E(i,k,l,m,c[b+12],A,0x655B59C3);m=E(m,i,k,l,c[b+3],I,0x8F0CCC92);l=E(l,m,i,k,c[b+10],J,0xFFEFF47D);k=E(k,l,m,i,c[b+1],G,0x85845DD1);i=E(i,k,l,m,c[b+8],A,0x6FA87E4F);m=E(m,i,k,l,c[b+15],I,0xFE2CE6E0);l=E(l,m,i,k,c[b+6],J,0xA3014314);k=E(k,l,m,i,c[b+13],G,0x4E0811A1);i=E(i,k,l,m,c[b+4],A,0xF7537E82);m=E(m,i,k,l,c[b+11],I,0xBD3AF235);l=E(l,m,i,k,c[b+2],J,0x2AD7D2BB);k=E(k,l,m,i,c[b+9],G,0xEB86D391);i=x(i,d);k=x(k,g);l=x(l,h);m=x(m,j)}var B=K(i)+K(k)+K(l)+K(m);return B.toLowerCase()}})})(jQuery);(function(u){u.cookie=function(a,c,b){if(typeof c!='undefined'){b=b||{};if(c===null){c='';b.expires=-1}var d='';if(b.expires&&(typeof b.expires=='number'||b.expires.toUTCString)){var g;if(typeof b.expires=='number'){g=new Date();g.setTime(g.getTime()+(b.expires*24*60*60*1000))}else{g=b.expires}d='; expires='+g.toUTCString()}var h=b.path?'; path='+(b.path):'';var j=b.domain?'; domain='+(b.domain):'';var i=b.secure?'; secure':'';document.cookie=[a,'=',encodeURIComponent(c),d,h,j,i].join('')}else{var k=null;if(document.cookie&&document.cookie!=''){var l=document.cookie.split(';');for(var m=0;m<l.length;m++){var r=u.trim(l[m]);if(r.substring(0,a.length+1)==(a+'=')){k=decodeURIComponent(r.substring(a.length+1));break}}}return k}}})(window.jQuery);(function(){var B=this;var L=B.jQuery.noConflict(true);var N=B.playercallback||(B.rbplayerprefs&&B.rbplayerprefs.callback);if(!N)N=function(s){document.write(s)};N('<div id="radioamm_barra"><div id="radioamm_conteudo"><h3><a href="http://www.radioamm.com/" target="_1" title="Acesse o site">R\u00e1dio AMM.xom</a></h3><ul id="radioamm_controle"><li id="radioamm_play"><a href="#" title="Tocar">Tocar</a></li><li id="radioamm_stop"><a href="#" title="Parar">Parar</a></li></div></div><style type="text/css">@charset UTF-8;#radioamm_barra *{margin:0;padding:0;font:12px/16px Tahoma,Verdana,sans-serif;color:#fff;outline:none;list-style:none;}#radioamm_barra #radioamm_player{position:absolute;z-index:-10;}#radioamm_barra a:hover{background:transparent !important;text-decoration:none !important;}#radioamm_barra{width:150px;height:125px;margin:0;padding:0;border:none;background:#121212 url(http://www.radioamm.com/player/fundo.gif) repeat-x;z-index:32767;}#radioamm_conteudo{background:url(http://www.radioamm.com/player/player2.png) center;position:relative;width:150px;margin:0 auto;height:125px;}#radioamm_conteudo li{position:absolute;top:46px;height:25px;text-indent:-32767px;}#radioamm_barra h3 a,#radioamm_conteudo li a{display:block;width:100%;height:100%;overflow:hidden;}#radioamm_jukebox{visibility:hidden;}#radioamm_barra h3{position:relative;left:36px;top:83;width:150px;height:35px;text-indent:-32767px;}#radioamm_play{left:49px;width:25px;}#radioamm_barra #radioamm_play a{background:url(http://www.radioamm.com/player/player2.png) -0px -46px !important;}#radioamm_stop{left:79px;width:25px;}#radioamm_barra #radioamm_stop a{background:url(http://www.radioamm.com/player/player2.png) -25px -46px !important;}#radioamm_pedidos{left:75px;width:75px;}#radioamm_voto{left:154px;width:48px;}#radioamm_ouvir{left:154px;width:34px;cursor:pointer;}#radioamm_ouvir ul{position:absolute;left:34px;top:0;width:76px;height:24px;background:#121212;border:1px solid #313131;display:none;}#radioamm_ouvir li{top:2px;width:20px;height:20px;}#radioamm_wmp{left:4px;background:url(http://www.radioamm.com/player/player2.png) -810px -8px;}#radioamm_wnp{left:28px;background:url(http://www.radioamm.com/player/player2.png) -830px -8px;}#radioamm_realp{left:52px;background:url(http://www.radioamm.com/player/player2.png) -850px -8px;}#radioamm_listening{left:484px;top:5px !important;width:223px;height:24px !important;overflow:hidden;}#radioamm_listening ul{position:absolute;display:block;white-space:nowrap;text-indent:0;left:28px;width:150px;top:3px;overflow:hidden;}#radioamm_listening ul li{text-indent:0;position:static;}#radioamm_listening li a{text-indent:0;text-decoration:none;color:#fff;}#radioamm_listening li a:hover{color:#cf0;}#radioamm_listening #radioamm_programacao{position:absolute;text-indent:0;text-decoration:none;right:-1px;top:3px;width:13px !important;color:#F90;}#radioamm_noticias{left:200px;top:6px !important;width:19px;height:20px !important;}</style>');var x='radioamm_window';var O=function(d,g,h,j){var i=g.document;var k=g.rbplayerprefs;var l=g.autostart||(k&&k.autostart)||1;var m=g.cookietime||(k&&k.cookietime)||1;var r=g.bckg_color||(k&&k.bckg_color)||'#ccc';var u=(k&&k.debug)||false;var y=200;var t=5000;var n=50;var z='radioamm_autoplay';d('#radioamm_barra',i).css('background-color',r);var v=d('#radioamm_play a',i);var F=d('#radioamm_stop a',i);var p=d('#radioamm_player',i);var o=j&&p.length?p:d('<div id="radioamm_player">'+(d.browser.msie?'<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="1" height="1"><param name="url" value="http://96.9.131.101:8042" /><param name="showcontrols" value="true" /><param name="uimode" value="invisible" /><param name="autostart" value="true" /></object>':'<object type="video/x-ms-wmv" data="http://96.9.131.101:8042" width="1" height="1"><param name="src" value="http://96.9.131.101:8042" /><param name="uimode" value="invisible" /><param name="autostart" value="true" /><param name="controller" value="true" /></object>')+'</div>');if(!j)d('#radioamm_conteudo',i).append(o);var H=d('object:last',o);if(u){B.$=d;o.css('position','static').css('padding-top','200px');H.width(320).height(240)}v.unbind().click(function(a){a.preventDefault();v.fadeOut(y);F.fadeIn(y);try{H[0].controls.play()}catch(e1){try{H[0].controls.Play()}catch(e2){try{H[0].play()}catch(e3){try{H[0].Play()}catch(exc){d('#radioamm_conteudo',i).append(o)}}}}d.cookie(z,'true',{expires:m,path:'/'})}).css('cursor','pointer');F.unbind().click(function(a){a.preventDefault();F.fadeOut(y);v.fadeIn(y);try{H[0].controls.stop()}catch(e1){try{H[0].controls.Stop()}catch(e2){try{H[0].stop()}catch(e3){try{H[0].Stop()}catch(exc){o.remove()}}}}d.cookie(z,'false',{expires:m,path:'/'})}).css('cursor','pointer');var M=d.cookie(z);if(M===null&&l<0&&!h){F.click();var A=d('<div id="radioamm_warn">Iniciando em <strong>10</strong> s... Clique STOP para cancelar!</div>');d('#radioamm_conteudo',i).append(A);if(A.offset().left<0)A.addClass('radioamm_horzflip');if(!A.hasClass('radioamm_horzflip')&&d(B).width()<A.offset().left+A.width())A.addClass('radioamm_horzflip');var I=function(){clearInterval(J);A.remove()};var J=setInterval(function(){A.toggleClass('radioamm_warnblink');d('strong',A).text(Math.ceil(n/5));n--;if(!n){v.click();d.cookie(z,null,{expires:-1,path:'/'})}},200);v.click(I);F.click(I)}else(((M===null&&l)||M==='true')?v:F).click();d('#radioamm_pedidos a',i).unbind().click(function(a){B.open(this.href,'janelapedidos','TOP=50, LEFT=50, WIDTH=430, HEIGHT=400');a.preventDefault()});if(!h){var G=d('#radioamm_popout',i).hide();d('#radioamm_conteudo',i).bind('mouseenter',function(){G.show()}).bind('mouseleave',function(){G.hide()});G.click(function(){o.remove();try{clearInterval(hinterval)}catch(e){};try{I()}catch(e){};var a=d('#radioamm_barra',i).offset();var c='rbplay'+d.md5(''+Math.random());d.cookie(x,c,{path:'/'});var b=B.open('',c,'top='+(B.screenY-B.scrollY+a.top)+',left='+(B.screenX-B.scrollX+a.left)+',width='+((d.browser.opera?2:0)+d('#radioamm_conteudo',i).width())+',height='+((d.browser.opera?2:0)+d('#radioamm_conteudo',i).height()));G.css('top','-30px');b.document.write('<html><head></head><body style="margin:0;padding:0"><div id="radioamm_barra">'+d('#radioamm_barra',i).html()+'</div></body></html>');b.document.close();w(d,g,b,false)})}d('#radioamm_ouvir',i).unbind().click(function(a){d('#radioamm_ouvir ul',i).toggle();a.preventDefault()})};var w=function(g,h,j,i){var k=h.document;g('#radioamm_conteudo',k).empty().css('background','transparent');O(g,j,true,i);j.originalhost=h.location.host;var l=function(){var a=j.document;var c='var times = 180;var poll = setInterval(function(){if (!times) clearInterval(poll);try {if (window.originalhost != window.opener.location.host) window.close();} catch(e) {window.close();}}, 17);';var b=a.getElementsByTagName('head')[0]||a.documentElement,d=a.createElement('script');d.type="text/javascript";if(g.browser.msie)d.text=c;else d.appendChild(a.createTextNode(c));b.insertBefore(d,b.firstChild);b.removeChild(d)};g(h).bind('unload',l);g(j).bind('unload',function(){g(h).unbind('unload',l);g.cookie(x,null,{expires:-1,path:'/'});g('#radioamm_player',this.document).remove();g('#radioamm_barra',k).empty().append(g('#radioamm_barra',this.document).html());g('#radioamm_popout',k).css('top','0');O(g,h,false,false)})};if(L.cookie(x)!==null){var q=B.open('',L.cookie(x));if(q)w(L,B,q,true);else{L.cookie(x,null,{expires:-1,path:'/'});O(L,B,false,false)}}else O(L,B,false,false)})();