(function(){var u=this,t,$=u.jQuery,aa=u.$,c=u.jQuery=u.$=function(a,b){return new c.fn.init(a,b)},ba=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,ca=/^.[^:#\[\.,]*$/;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=ba.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===t?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 f=a;if(typeof a==="string")if(b===t)return this[0]&&c[d||"attr"](this[0],a);else{f={};f[a]=b}return this.each(function(h){for(a in f)c.attr(d?this.style:this,a,c.prop(this,f[a],d,h,a))})},css:function(a,b){if((a=="width"||a=="height")&&parseFloat(b)<0)b=t;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 h=this.outerHTML;if(!h){h=this.ownerDocument.createElement("div");h.appendChild(this.cloneNode(true));
h=h.innerHTML}return c.clean([h.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(a===true){var d=this.find("*").andSelf(),f=0;b.find("*").andSelf().each(function(){if(this.nodeName===d[f].nodeName){var h=c.data(d[f],"events");for(var k in h)for(var o in h[k])c.event.add(this,k,h[k][o],h[k][o].data);f++}})}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 f=this;f&&f.ownerDocument;){if(b?b.index(f)>-1:c(f).is(a)){c.data(f,"closest",d);return f}f=f.parentNode;d++}})},not:function(a){if(typeof a==="string")if(ca.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]!==t&&!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===t){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,f=[],h=b.options;b=b.type=="select-one";if(d<0)return null;var k=b?d:0;for(d=b?d+1:h.length;k<
d;k++){var o=h[k];if(o.selected){a=c(o).val();if(b)return a;f.push(a)}}return f}return(b.value||"").replace(/\r/g,"")}return t}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 l=c.makeArray(a);c("option",this).each(function(){this.selected=c.inArray(this.value,l)>=0||c.inArray(this.text,l)>=0});if(!l.length)this.selectedIndex=
-1}else this.value=a})},html:function(a){return a===t?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){if(this[0]){var f=(this[0].ownerDocument||this[0]).createDocumentFragment();a=c.clean(a,this[0].ownerDocument||this[0],f);var h=f.firstChild;if(h)for(var k=0,o=this.length;k<o;k++)d.call(l(this[k],h),this.length>1||k>0?f.cloneNode(true):f);a&&c.each(a,da)}return this;function l(r,v){return b&&c.nodeName(r,"table")&&c.nodeName(v,"tr")?r.getElementsByTagName("tbody")[0]||r.appendChild(r.ownerDocument.createElement("tbody")):r}}};c.fn.init.prototype=c.fn;function da(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 F(){return+new Date}c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,h;if(typeof a==="boolean"){f=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((h=arguments[b])!=null)for(var k in h){var o=a[k],l=h[k];if(a!==l)if(f&&l&&typeof l==="object"&&!l.nodeType)a[k]=
c.extend(f,o||(l.length!=null?[]:{}),l);else if(l!==t)a[k]=l}return a};var ea=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},R=Object.prototype.toString;c.extend({noConflict:function(a){u.$=aa;if(a)u.jQuery=$;return c},isFunction:function(a){return R.call(a)==="[object Function]"},isArray:function(a){return R.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 f,h=0,k=a.length;if(d)if(k===t)for(f in a){if(b.apply(a[f],d)===false)break}else for(;h<k;){if(b.apply(a[h++],d)===
false)break}else if(k===t)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];h<k&&b.call(d,h,d)!==false;d=a[++h]);return a},prop:function(a,b,d,f,h){if(c.isFunction(b))b=b.call(a,f);return typeof b==="number"&&d=="curCSS"&&!ea.test(h)?b+"px":b},className:{add:function(a,b){c.each((b||"").split(/\s+/),function(d,f){if(a.nodeType==1&&!c.className.has(a.className,f))a.className+=(a.className?" ":"")+f})},remove:function(a,b){if(a.nodeType==1)a.className=b!==t?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 f={};for(var h in b){f[h]=a.style[h];a.style[h]=b[h]}d.call(a);for(h in b)a.style[h]=f[h]},css:function(a,b,d,f){if(b=="width"||b=="height"){var h;d={position:"absolute",visibility:"hidden",display:"block"};var k=b=="width"?["Left","Right"]:["Top","Bottom"];function o(){h=b=="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(k,
function(){f||(h-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")h+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else h-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?o():c.swap(a,d,o);return Math.max(0,Math.round(h))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,h=a.style;if(b=="opacity"&&!c.support.opacity){f=c.attr(h,"opacity");return f==""?"1":f}if(b.match(/float/i))b=I;if(!d&&h&&h[b])f=h[b];else if(Q.getComputedStyle){if(b.match(/float/i))b=
"float";b=b.replace(/([A-Z])/g,"-$1").toLowerCase();if(a=Q.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b=="opacity"&&f=="")f="1"}else if(a.currentStyle){f=b.replace(/\-(\w)/g,function(k,o){return o.toUpperCase()});f=a.currentStyle[b]||a.currentStyle[f];if(!/^\d+(px)?$/i.test(f)&&/^\d/.test(f)){b=h.left;d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=f||0;f=h.pixelLeft+"px";h.left=b;a.runtimeStyle.left=d}}return f},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 f=/^<(\w+)\s*\/?>$/.exec(a[0]);if(f)return[b.createElement(f[1])]}var h=[];f=[];var k=b.createElement("div");c.each(a,function(o,l){if(typeof l==="number")l+="";if(l){if(typeof l==="string"){l=l.replace(/(<(\w+)[^>]*?)\/>/g,function(w,s,B){return B.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?w:s+"></"+B+">"});o=l.replace(/^\s+/,"").substring(0,10).toLowerCase();
var r=!o.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!o.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||o.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!o.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!o.indexOf("<td")||!o.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!o.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!c.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];for(k.innerHTML=
r[1]+l+r[2];r[0]--;)k=k.lastChild;if(!c.support.tbody){var v=/<tbody/i.test(l);o=!o.indexOf("<table")&&!v?k.firstChild&&k.firstChild.childNodes:r[1]=="<table>"&&!v?k.childNodes:[];for(r=o.length-1;r>=0;--r)c.nodeName(o[r],"tbody")&&!o[r].childNodes.length&&o[r].parentNode.removeChild(o[r])}!c.support.leadingWhitespace&&/^\s/.test(l)&&k.insertBefore(b.createTextNode(l.match(/^\s*/)[0]),k.firstChild);l=c.makeArray(k.childNodes)}if(l.nodeType)h.push(l);else h=c.merge(h,l)}});if(d){for(a=0;h[a];a++)if(c.nodeName(h[a],
"script")&&(!h[a].type||h[a].type.toLowerCase()==="text/javascript"))f.push(h[a].parentNode?h[a].parentNode.removeChild(h[a]):h[a]);else{h[a].nodeType===1&&h.splice.apply(h,[a+1,0].concat(c.makeArray(h[a].getElementsByTagName("script"))));d.appendChild(h[a])}return f}return h},attr:function(a,b,d){if(!a||a.nodeType==3||a.nodeType==8)return t;var f=!c.isXMLDoc(a),h=d!==t;b=f&&c.props[b]||b;if(a.tagName){var k=/href|src|style/.test(b);if(b in a&&f&&!k){if(h){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:t;return a[b]}if(!c.support.style&&f&&b=="style")return c.attr(a.style,"cssText",d);h&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&k?a.getAttribute(b,2):a.getAttribute(b);return a===null?t:a}if(!c.support.opacity&&b==
"opacity"){if(h){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(o,l){return l.toUpperCase()});if(h)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,f=b.length;d<f;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=0,f,h=a.length;if(c.support.getAll)for(;(f=b[d++])!=null;)a[h++]=f;else for(;(f=b[d++])!=null;)if(f.nodeType!=8)a[h++]=f;return a},unique:function(a){var b=[],d={};try{for(var f=0,h=a.length;f<h;f++){var k=c.data(a[f]);if(!d[k]){d[k]=true;b.push(a[f])}}}catch(o){b=a}return b},grep:function(a,b,d){for(var f=[],h=0,k=a.length;h<k;h++)!d!=!b(a[h],h)&&f.push(a[h]);
return f},map:function(a,b){for(var d=[],f=0,h=a.length;f<h;f++){var k=b(a[f],f);if(k!=null)d[d.length]=k}return d.concat.apply([],d)}});var E=navigator.userAgent.toLowerCase();c.browser={version:(E.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(E),opera:/opera/.test(E),msie:/msie/.test(E)&&!/opera/.test(E),mozilla:/mozilla/.test(E)&&!/(compatible|webkit)/.test(E)};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 f=c.map(this,b);if(d&&typeof d=="string")f=
c.multiFilter(d,f);return this.pushStack(c.unique(f),a,d)}});c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){for(var f=[],h=c(d),k=0,o=h.length;k<o;k++){var l=(k>0?this.clone(true):this).get();c.fn[b].apply(c(h[k]),l);f=f.concat(l)}return this.pushStack(f,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)}});function J(a,b){return a[0]&&parseInt(c.curCSS(a[0],b,true),10)||0}var D="jQuery"+F(),fa=0,S={};c.extend({cache:{},data:function(a,b,d){a=a==u?S:a;var f=a[D];f||(f=a[D]=++fa);if(b&&!c.cache[f])c.cache[f]={};if(d!==t)c.cache[f][b]=d;return b?c.cache[f][b]:f},removeData:function(a,b){a=a==u?S:a;var d=a[D];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[D]}catch(f){a.removeAttribute&&a.removeAttribute(D)}delete c.cache[d]}},
queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else d&&f.push(d)}return f},dequeue:function(a,b){var d=c.queue(a,b),f=d.shift();if(!b||b==="fx")f=d[0];f!==t&&f.call(a)}});c.fn.extend({data:function(a,b){var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===t){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===t&&this.length)f=c.data(this[0],a);return f===t&&d[1]?this.data(d[0]):f}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===t)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(){var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,
b=0,d=Object.prototype.toString;function f(e,g,i,j){i=i||[];g=g||document;if(g.nodeType!==1&&g.nodeType!==9)return[];if(!e||typeof e!=="string")return i;var m=[],n,p,x,q=true;for(a.lastIndex=0;(n=a.exec(e))!==null;){m.push(n[1]);if(n[2]){x=RegExp.rightContext;break}}if(m.length>1&&k.exec(e))if(m.length===2&&h.relative[m[0]])n=A(m[0]+m[1],g);else for(n=h.relative[m[0]]?[g]:f(m.shift(),g);m.length;){e=m.shift();if(h.relative[e])e+=m.shift();n=A(e,n)}else{n=j?{expr:m.pop(),set:l(j)}:f.find(m.pop(),m.length===
1&&g.parentNode?g.parentNode:g,y(g));n=f.filter(n.expr,n.set);if(m.length>0)p=l(n);else q=false;for(;m.length;){var z=m.pop(),C=z;if(h.relative[z])C=m.pop();else z="";if(C==null)C=g;h.relative[z](p,C,y(g))}}p||(p=n);if(!p)throw"Syntax error, unrecognized expression: "+(z||e);if(d.call(p)==="[object Array]")if(q)if(g.nodeType===1)for(e=0;p[e]!=null;e++){if(p[e]&&(p[e]===true||p[e].nodeType===1&&B(g,p[e])))i.push(n[e])}else for(e=0;p[e]!=null;e++)p[e]&&p[e].nodeType===1&&i.push(n[e]);else i.push.apply(i,
p);else l(p,i);if(x){f(x,g,i,j);if(v){hasDuplicate=false;i.sort(v);if(hasDuplicate)for(e=1;e<i.length;e++)i[e]===i[e-1]&&i.splice(e--,1)}}return i}f.matches=function(e,g){return f(e,null,null,g)};f.find=function(e,g,i){var j,m;if(!e)return[];for(var n=0,p=h.order.length;n<p;n++){var x=h.order[n];if(m=h.match[x].exec(e)){var q=RegExp.leftContext;if(q.substr(q.length-1)!=="\\"){m[1]=(m[1]||"").replace(/\\/g,"");j=h.find[x](m,g,i);if(j!=null){e=e.replace(h.match[x],"");break}}}}j||(j=g.getElementsByTagName("*"));
return{set:j,expr:e}};f.filter=function(e,g,i,j){for(var m=e,n=[],p=g,x,q,z=g&&g[0]&&y(g[0]);e&&g.length;){for(var C in h.filter)if((x=h.match[C].exec(e))!=null){var ga=h.filter[C],H,K;q=false;if(p==n)n=[];if(h.preFilter[C])if(x=h.preFilter[C](x,p,i,n,j,z)){if(x===true)continue}else q=H=true;if(x)for(var L=0;(K=p[L])!=null;L++)if(K){H=ga(K,x,L,p);var T=j^!!H;if(i&&H!=null)if(T)q=true;else p[L]=false;else if(T){n.push(K);q=true}}if(H!==t){i||(p=n);e=e.replace(h.match[C],"");if(!q)return[];break}}if(e==
m)if(q==null)throw"Syntax error, unrecognized expression: "+e;else break;m=e}return p};var h=f.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,
PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")}},relative:{"+":function(e,g,i){var j=typeof g==="string",m=j&&!/\W/.test(g);j=j&&!m;if(m&&!i)g=g.toUpperCase();i=0;m=e.length;for(var n;i<m;i++)if(n=e[i]){for(;(n=n.previousSibling)&&n.nodeType!==1;);e[i]=j||n&&n.nodeName===g?n||false:n===g}j&&f.filter(g,e,true)},">":function(e,g,i){var j=typeof g==="string";
if(j&&!/\W/.test(g)){g=i?g:g.toUpperCase();i=0;for(var m=e.length;i<m;i++){var n=e[i];if(n){j=n.parentNode;e[i]=j.nodeName===g?j:false}}}else{i=0;for(m=e.length;i<m;i++)if(n=e[i])e[i]=j?n.parentNode:n.parentNode===g;j&&f.filter(g,e,true)}},"":function(e,g,i){var j=b++,m=s;if(!g.match(/\W/)){var n=g=i?g:g.toUpperCase();m=w}m("parentNode",g,j,e,n,i)},"~":function(e,g,i){var j=b++,m=s;if(typeof g==="string"&&!g.match(/\W/)){var n=g=i?g:g.toUpperCase();m=w}m("previousSibling",g,j,e,n,i)}},find:{ID:function(e,
g,i){if(typeof g.getElementById!=="undefined"&&!i)return(e=g.getElementById(e[1]))?[e]:[]},NAME:function(e,g){if(typeof g.getElementsByName!=="undefined"){var i=[];g=g.getElementsByName(e[1]);for(var j=0,m=g.length;j<m;j++)g[j].getAttribute("name")===e[1]&&i.push(g[j]);return i.length===0?null:i}},TAG:function(e,g){return g.getElementsByTagName(e[1])}},preFilter:{CLASS:function(e,g,i,j,m,n){e=" "+e[1].replace(/\\/g,"")+" ";if(n)return e;n=0;for(var p;(p=g[n])!=null;n++)if(p)if(m^(p.className&&(" "+
p.className+" ").indexOf(e)>=0))i||j.push(p);else if(i)g[n]=false;return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(e,g){for(var i=0;g[i]===false;i++);return g[i]&&y(g[i])?e[1]:e[1].toUpperCase()},CHILD:function(e){if(e[1]=="nth"){var g=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]=="even"&&"2n"||e[2]=="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=g[1]+(g[2]||1)-0;e[3]=g[3]-0}e[0]=b++;return e},ATTR:function(e,g,i,j,m,n){g=e[1].replace(/\\/g,"");if(!n&&h.attrMap[g])e[1]=h.attrMap[g];
if(e[2]==="~=")e[4]=" "+e[4]+" ";return e},PSEUDO:function(e,g,i,j,m){if(e[1]==="not")if(e[3].match(a).length>1||/^\w/.test(e[3]))e[3]=f(e[3],null,null,g);else{e=f.filter(e[3],g,i,true^m);i||j.push.apply(j,e);return false}else if(h.match.POS.test(e[0])||h.match.CHILD.test(e[0]))return true;return e},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===
true},selected:function(e){return e.selected===true},parent:function(e){return!!e.firstChild},empty:function(e){return!e.firstChild},has:function(e,g,i){return!!f(i[3],e).length},header:function(e){return/h\d/i.test(e.nodeName)},text:function(e){return"text"===e.type},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===
e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toUpperCase()==="BUTTON"},input:function(e){return/input|select|textarea|button/i.test(e.nodeName)}},setFilters:{first:function(e,g){return g===0},last:function(e,g,i,j){return g===j.length-1},even:function(e,g){return g%2===0},odd:function(e,g){return g%2===1},lt:function(e,g,i){return g<i[3]-0},gt:function(e,g,i){return g>i[3]-0},nth:function(e,g,i){return i[3]-0==g},eq:function(e,g,i){return i[3]-
0==g}},filter:{PSEUDO:function(e,g,i,j){var m=g[1],n=h.filters[m];if(n)return n(e,i,g,j);else if(m==="contains")return(e.textContent||e.innerText||"").indexOf(g[3])>=0;else if(m==="not"){g=g[3];i=0;for(j=g.length;i<j;i++)if(g[i]===e)return false;return true}},CHILD:function(e,g){var i=g[1],j=e;switch(i){case "only":case "first":for(;j=j.previousSibling;)if(j.nodeType===1)return false;if(i=="first")return true;j=e;case "last":for(;j=j.nextSibling;)if(j.nodeType===1)return false;return true;case "nth":i=
g[2];var m=g[3];if(i==1&&m==0)return true;g=g[0];var n=e.parentNode;if(n&&(n.sizcache!==g||!e.nodeIndex)){var p=0;for(j=n.firstChild;j;j=j.nextSibling)if(j.nodeType===1)j.nodeIndex=++p;n.sizcache=g}e=e.nodeIndex-m;return i==0?e==0:e%i==0&&e/i>=0}},ID:function(e,g){return e.nodeType===1&&e.getAttribute("id")===g},TAG:function(e,g){return g==="*"&&e.nodeType===1||e.nodeName===g},CLASS:function(e,g){return(" "+(e.className||e.getAttribute("class"))+" ").indexOf(g)>-1},ATTR:function(e,g){var i=g[1];e=
h.attrHandle[i]?h.attrHandle[i](e):e[i]!=null?e[i]:e.getAttribute(i);i=e+"";var j=g[2];g=g[4];return e==null?j==="!=":j==="="?i===g:j==="*="?i.indexOf(g)>=0:j==="~="?(" "+i+" ").indexOf(g)>=0:!g?i&&e!==false:j==="!="?i!=g:j==="^="?i.indexOf(g)===0:j==="$="?i.substr(i.length-g.length)===g:j==="|="?i===g||i.substr(0,g.length+1)===g+"-":false},POS:function(e,g,i,j){var m=g[2];if(m=h.setFilters[m])return m(e,i,g,j)}}},k=h.match.POS;for(var o in h.match)h.match[o]=RegExp(h.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source);
function l(e,g){e=Array.prototype.slice.call(e);if(g){g.push.apply(g,e);return g}return e}try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(r){l=function(e,g){g=g||[];if(d.call(e)==="[object Array]")Array.prototype.push.apply(g,e);else if(typeof e.length==="number")for(var i=0,j=e.length;i<j;i++)g.push(e[i]);else for(i=0;e[i];i++)g.push(e[i]);return g}}var v;if(document.documentElement.compareDocumentPosition)v=function(e,g){e=e.compareDocumentPosition(g)&4?-1:e===g?0:1;if(e===
0)hasDuplicate=true;return e};else if("sourceIndex"in document.documentElement)v=function(e,g){e=e.sourceIndex-g.sourceIndex;if(e===0)hasDuplicate=true;return e};else if(document.createRange)v=function(e,g){var i=e.ownerDocument.createRange(),j=g.ownerDocument.createRange();i.selectNode(e);i.collapse(true);j.selectNode(g);j.collapse(true);e=i.compareBoundaryPoints(Range.START_TO_END,j);if(e===0)hasDuplicate=true;return e};(function(){var e=document.createElement("form"),g="script"+(new Date).getTime();
e.innerHTML="<input name='"+g+"'/>";var i=document.documentElement;i.insertBefore(e,i.firstChild);if(document.getElementById(g)){h.find.ID=function(j,m,n){if(typeof m.getElementById!=="undefined"&&!n)return(m=m.getElementById(j[1]))?m.id===j[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===j[1]?[m]:t:[]};h.filter.ID=function(j,m){var n=typeof j.getAttributeNode!=="undefined"&&j.getAttributeNode("id");return j.nodeType===1&&n&&n.nodeValue===m}}i.removeChild(e)})();
(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0)h.find.TAG=function(g,i){i=i.getElementsByTagName(g[1]);if(g[1]==="*"){g=[];for(var j=0;i[j];j++)i[j].nodeType===1&&g.push(i[j]);i=g}return i};e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#")h.attrHandle.href=function(g){return g.getAttribute("href",2)}})();document.querySelectorAll&&
function(){var e=f,g=document.createElement("div");g.innerHTML="<p class='TEST'></p>";if(!(g.querySelectorAll&&g.querySelectorAll(".TEST").length===0)){f=function(i,j,m,n){j=j||document;if(!n&&j.nodeType===9&&!y(j))try{return l(j.querySelectorAll(i),m)}catch(p){}return e(i,j,m,n)};f.find=e.find;f.filter=e.filter;f.selectors=e.selectors;f.matches=e.matches}}();document.getElementsByClassName&&document.documentElement.getElementsByClassName&&function(){var e=document.createElement("div");e.innerHTML=
"<div class='test e'></div><div class='test'></div>";if(e.getElementsByClassName("e").length!==0){e.lastChild.className="e";if(e.getElementsByClassName("e").length!==1){h.order.splice(1,0,"CLASS");h.find.CLASS=function(g,i,j){if(typeof i.getElementsByClassName!=="undefined"&&!j)return i.getElementsByClassName(g[1])}}}}();function w(e,g,i,j,m,n){m=e=="previousSibling"&&!n;for(var p=0,x=j.length;p<x;p++){var q=j[p];if(q){if(m&&q.nodeType===1){q.sizcache=i;q.sizset=p}q=q[e];for(var z=false;q;){if(q.sizcache===
i){z=j[q.sizset];break}if(q.nodeType===1&&!n){q.sizcache=i;q.sizset=p}if(q.nodeName===g){z=q;break}q=q[e]}j[p]=z}}}function s(e,g,i,j,m,n){m=e=="previousSibling"&&!n;for(var p=0,x=j.length;p<x;p++){var q=j[p];if(q){if(m&&q.nodeType===1){q.sizcache=i;q.sizset=p}q=q[e];for(var z=false;q;){if(q.sizcache===i){z=j[q.sizset];break}if(q.nodeType===1){if(!n){q.sizcache=i;q.sizset=p}if(typeof g!=="string"){if(q===g){z=true;break}}else if(f.filter(g,[q]).length>0){z=q;break}}q=q[e]}j[p]=z}}}var B=document.compareDocumentPosition?
function(e,g){return e.compareDocumentPosition(g)&16}:function(e,g){return e!==g&&(e.contains?e.contains(g):true)};function y(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&y(e.ownerDocument)}function A(e,g){var i=[],j="",m;for(g=g.nodeType?[g]:g;m=h.match.PSEUDO.exec(e);){j+=m[0];e=e.replace(h.match.PSEUDO,"")}e=h.relative[e]?e+"*":e;m=0;for(var n=g.length;m<n;m++)f(e,g[m],i);return f.filter(j,i)}c.find=f;c.filter=f.filter;c.expr=f.selectors;c.expr[":"]=c.expr.filters;
f.selectors.filters.hidden=function(e){return e.offsetWidth===0||e.offsetHeight===0};f.selectors.filters.visible=function(e){return e.offsetWidth>0||e.offsetHeight>0};f.selectors.filters.animated=function(e){return c.grep(c.timers,function(g){return e===g.elem}).length};c.multiFilter=function(e,g,i){if(i)e=":not("+e+")";return f.matches(e,g)};c.dir=function(e,g){var i=[];for(e=e[g];e&&e!=document;){e.nodeType==1&&i.push(e);e=e[g]}return i};c.nth=function(e,g,i){g=g||1;for(var j=0;e;e=e[i])if(e.nodeType==
1&&++j==g)break;return e};c.sibling=function(e,g){for(var i=[];e;e=e.nextSibling)e.nodeType==1&&e!=g&&i.push(e);return i}})();c.event={add:function(a,b,d,f){if(!(a.nodeType==3||a.nodeType==8)){if(a.setInterval&&a!=u)a=u;if(!d.guid)d.guid=this.guid++;if(f!==t){var h=d;d=this.proxy(h);d.data=f}var k=c.data(a,"events")||c.data(a,"events",{}),o=c.data(a,"handle")||c.data(a,"handle",function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(arguments.callee.elem,arguments):t});o.elem=
a;c.each(b.split(/\s+/),function(l,r){l=r.split(".");r=l.shift();d.type=l.slice().sort().join(".");var v=k[r];c.event.specialAll[r]&&c.event.specialAll[r].setup.call(a,f,l);if(!v){v=k[r]={};if(!c.event.special[r]||c.event.special[r].setup.call(a,f,l)===false)if(a.addEventListener)a.addEventListener(r,o,false);else a.attachEvent&&a.attachEvent("on"+r,o)}v[d.guid]=d;c.event.global[r]=true});a=null}},guid:1,global:{},remove:function(a,b,d){if(!(a.nodeType==3||a.nodeType==8)){var f=c.data(a,"events"),
h;if(f){if(b===t||typeof b==="string"&&b.charAt(0)==".")for(var k in f)this.remove(a,k+(b||""));else{if(b.type){d=b.handler;b=b.type}c.each(b.split(/\s+/),function(o,l){o=l.split(".");l=o.shift();var r=RegExp("(^|\\.)"+o.slice().sort().join(".*\\.")+"(\\.|$)");if(f[l]){if(d)delete f[l][d.guid];else for(var v in f[l])r.test(f[l][v].type)&&delete f[l][v];c.event.specialAll[l]&&c.event.specialAll[l].teardown.call(a,o);for(h in f[l])break;if(!h){if(!c.event.special[l]||c.event.special[l].teardown.call(a,
o)===false)if(a.removeEventListener)a.removeEventListener(l,c.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+l,c.data(a,"handle"));h=null;delete f[l]}}})}for(h in f)break;if(!h){if(b=c.data(a,"handle"))b.elem=null;c.removeData(a,"events");c.removeData(a,"handle")}}}},trigger:function(a,b,d,f){var h=a.type||a;if(!f){a=typeof a==="object"?a[D]?a:c.extend(c.Event(h),a):c.Event(h);if(h.indexOf("!")>=0){a.type=h=h.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();this.global[h]&&
c.each(c.cache,function(){this.events&&this.events[h]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType==3||d.nodeType==8)return t;a.result=t;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;var k=c.data(d,"handle");k&&k.apply(d,b);if((!d[h]||c.nodeName(d,"a")&&h=="click")&&d["on"+h]&&d["on"+h].apply(d,b)===false)a.result=false;if(!f&&d[h]&&!a.isDefaultPrevented()&&!(c.nodeName(d,"a")&&h=="click")){this.triggered=true;try{d[h]()}catch(o){}}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||u.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=RegExp("(^|\\.)"+d.slice().sort().join(".*\\.")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var h in d){var k=d[h];if(b||f.test(k.type)){a.handler=k;a.data=k.data;k=k.apply(this,arguments);if(k!==t){a.result=k;if(k===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[D])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}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:U,teardown:function(){}}},specialAll:{live:{setup:function(a,b){c.event.add(this,b[0],V)},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],V)}}}}};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=F();this[D]=true};function N(){return false}function O(){return true}c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=O;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=O;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=
O;this.stopPropagation()},isDefaultPrevented:N,isPropagationStopped:N,isImmediatePropagationStopped:N};function W(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,W,b)},teardown:function(){c.event.remove(this,a,W)}}});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 f=c.event.proxy(d||b,function(h){c(this).unbind(h,f);return(d||b).apply(this,arguments)});return this.each(function(){c.event.add(this,a,f,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(f){this.lastToggle=(this.lastToggle||0)%d;f.preventDefault();return b[this.lastToggle++].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b)},ready:function(a){U();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(X(a,this.selector),
this.selector,b);return this},die:function(a,b){c(document).unbind(X(a,this.selector),b?{guid:b.guid+this.selector+a}:null);return this}});function V(a){var b=RegExp("(^|\\.)"+a.type+"(\\.|$)"),d=true,f=[];c.each(c.data(this,"events").live||[],function(h,k){if(b.test(k.type))(h=c(a.target).closest(k.data)[0])&&f.push({elem:h,fn:k})});f.sort(function(h,k){return c.data(h.elem,"closest")-c.data(k.elem,"closest")});c.each(f,function(){if(this.fn.call(this.elem,a,this.fn.data)===false)return d=false});
return d}function X(a,b){return["live",a,b.replace(/\./g,"`").replace(/ /g,"|")].join(".")}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 Y=false;function U(){if(!Y){Y=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&&u==u.top&&function(){if(!c.isReady){try{document.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}c.ready()}}()}c.event.add(u,"load",c.ready)}}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(u).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"),f="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("*"),k=d.getElementsByTagName("a")[0];if(!(!h||!h.length||!k)){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(k.getAttribute("style")),hrefNormalized:k.getAttribute("href")==="/a",opacity:k.style.opacity==="0.5",cssFloat:!!k.style.cssFloat,scriptEval:false,noCloneEvent:true,
boxModel:null};b.type="text/javascript";try{b.appendChild(document.createTextNode("window."+f+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(u[f]){c.support.scriptEval=true;delete u[f]}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 l=document.createElement("div");l.style.width=l.style.paddingLeft="1px";document.body.appendChild(l);
c.boxModel=c.support.boxModel=l.offsetWidth===2;document.body.removeChild(l).style.display="none"})}})();var I=c.support.cssFloat?"cssFloat":"styleFloat";c.props={"for":"htmlFor","class":"className","float":I,cssFloat:I,styleFloat:I,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 f=a.indexOf(" ");if(f>=0){var h=a.slice(f,a.length);a=a.slice(0,
f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b);f="POST"}var k=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(o,l){if(l=="success"||l=="notmodified")k.html(h?c("<div/>").append(o.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(h):o.responseText);d&&k.each(d,[o.responseText,l,o])}});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 ha=F();c.extend({get:function(a,
b,d,f){if(c.isFunction(b)){d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},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,f){if(c.isFunction(b)){d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},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 u.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){a=c.extend(true,a,c.extend(true,{},c.ajaxSettings,a));var b,d=/=\?(&|$)/g,f,h,k=a.type.toUpperCase();if(a.data&&a.processData&&typeof a.data!=="string")a.data=c.param(a.data);if(a.dataType==
"jsonp"){if(k=="GET")a.url.match(d)||(a.url+=(a.url.match(/\?/)?"&":"?")+(a.jsonp||"callback")+"=?");else if(!a.data||!a.data.match(d))a.data=(a.data?a.data+"&":"")+(a.jsonp||"callback")+"=?";a.dataType="json"}if(a.dataType=="json"&&(a.data&&a.data.match(d)||a.url.match(d))){b="jsonp"+ha++;if(a.data)a.data=(a.data+"").replace(d,"="+b+"$1");a.url=a.url.replace(d,"="+b+"$1");a.dataType="script";u[b]=function(j){h=j;g();i();u[b]=t;try{delete u[b]}catch(m){}l&&l.removeChild(r)}}if(a.dataType=="script"&&
a.cache==null)a.cache=false;if(a.cache===false&&k=="GET"){d=F();var o=a.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+d+"$2");a.url=o+(o==a.url?(a.url.match(/\?/)?"&":"?")+"_="+d:"")}if(a.data&&k=="GET"){a.url+=(a.url.match(/\?/)?"&":"?")+a.data;a.data=null}a.global&&!c.active++&&c.event.trigger("ajaxStart");d=/^(\w+:)?\/\/([^\/?#]+)/.exec(a.url);if(a.dataType=="script"&&k=="GET"&&d&&(d[1]&&d[1]!=location.protocol||d[2]!=location.host)){var l=document.getElementsByTagName("head")[0],r=document.createElement("script");
r.src=a.url;if(a.scriptCharset)r.charset=a.scriptCharset;if(!b){var v=false;r.onload=r.onreadystatechange=function(){if(!v&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){v=true;g();i();r.onload=r.onreadystatechange=null;l.removeChild(r)}}}l.appendChild(r);return t}var w=false,s=a.xhr();a.username?s.open(k,a.url,a.async,a.username,a.password):s.open(k,a.url,a.async);try{a.data&&s.setRequestHeader("Content-Type",a.contentType);if(a.ifModified)s.setRequestHeader("If-Modified-Since",
c.lastModified[a.url]||"Thu, 01 Jan 1970 00:00:00 GMT");s.setRequestHeader("X-Requested-With","XMLHttpRequest");s.setRequestHeader("Accept",a.dataType&&a.accepts[a.dataType]?a.accepts[a.dataType]+", */*":a.accepts._default)}catch(B){}if(a.beforeSend&&a.beforeSend(s,a)===false){a.global&&!--c.active&&c.event.trigger("ajaxStop");s.abort();return false}a.global&&c.event.trigger("ajaxSend",[s,a]);function y(j){if(s.readyState==0){if(A){clearInterval(A);A=null;a.global&&!--c.active&&c.event.trigger("ajaxStop")}}else if(!w&&
s&&(s.readyState==4||j=="timeout")){w=true;if(A){clearInterval(A);A=null}f=j=="timeout"?"timeout":!c.httpSuccess(s)?"error":a.ifModified&&c.httpNotModified(s,a.url)?"notmodified":"success";if(f=="success")try{h=c.httpData(s,a.dataType,a)}catch(m){f="parsererror"}if(f=="success"){var n;try{n=s.getResponseHeader("Last-Modified")}catch(p){}if(a.ifModified&&n)c.lastModified[a.url]=n;b||g()}else c.handleError(a,s,f);i();j&&s.abort();if(a.async)s=null}}if(a.async){var A=setInterval(y,13);a.timeout>0&&setTimeout(function(){s&&
!w&&y("timeout")},a.timeout)}try{s.send(a.data)}catch(e){c.handleError(a,s,null,e)}a.async||y();function g(){a.success&&a.success(h,f);a.global&&c.event.trigger("ajaxSuccess",[s,a])}function i(){a.complete&&a.complete(s,f);a.global&&c.event.trigger("ajaxComplete",[s,a]);a.global&&!--c.active&&c.event.trigger("ajaxStop")}return s},handleError:function(a,b,d,f){a.error&&a.error(b,d,f);a.global&&c.event.trigger("ajaxError",[b,a,f])},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(f){}return false},httpData:function(a,b,d){var f=a.getResponseHeader("content-type");a=(f=b=="xml"||!b&&f&&f.indexOf("xml")>=0)?a.responseXML:a.responseText;if(f&&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=u.eval("("+a+")")}return a},param:function(a){var b=[];function d(h,k){b[b.length]=encodeURIComponent(h)+"="+encodeURIComponent(k)}if(c.isArray(a)||a.jquery)c.each(a,function(){d(this.name,this.value)});else for(var f in a)c.isArray(a[f])?c.each(a[f],function(){d(f,this)}):d(f,c.isFunction(a[f])?a[f]():a[f]);return b.join("&").replace(/%20/g,"+")}});var P={},M,Z=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight",
"paddingLeft","paddingRight"],["opacity"]];function G(a,b){var d={};c.each(Z.concat.apply([],Z.slice(0,b)),function(){d[this]=a});return d}c.fn.extend({show:function(a,b){if(a)return this.animate(G("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 f;if(P[d])f=P[d];else{var h=c("<"+d+" />").appendTo("body");f=h.css("display");if(f==="none")f="block";h.remove();P[d]=f}c.data(this[a],
"olddisplay",f)}}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(G("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 f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(G("toggle",3),a,b)},fadeTo:function(a,b,d){return this.animate({opacity:b},a,d)},animate:function(a,b,d,f){var h=c.speed(b,d,f);return this[h.queue===false?"each":"queue"](function(){var k=c.extend({},h),o,l=this.nodeType==1&&c(this).is(":hidden"),r=this;for(o in a){if(a[o]=="hide"&&l||a[o]=="show"&&!l)return k.complete.call(this);if((o=="height"||o=="width")&&this.style){k.display=
c.css(this,"display");k.overflow=this.style.overflow}}if(k.overflow!=null)this.style.overflow="hidden";k.curAnim=c.extend({},a);c.each(a,function(v,w){var s=new c.fx(r,k,v);if(/toggle|show|hide/.test(w))s[w=="toggle"?l?"show":"hide":w](a);else{var B=w.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),y=s.cur(true)||0;if(B){w=parseFloat(B[2]);var A=B[3]||"px";if(A!="px"){r.style[v]=(w||1)+A;y=(w||1)/s.cur(true)*y;r.style[v]=y+A}if(B[1])w=(B[1]=="-="?-1:1)*w+y;s.custom(y,w,A)}else s.custom(y,w,"")}});return true})},
stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem==this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:G("show",1),slideUp:G("hide",1),slideToggle:G("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||
b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+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){this.startTime=F();this.start=a;this.end=b;this.unit=
d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;function h(k){return f.step(k)}h.elem=this.elem;if(h()&&c.timers.push(h)&&!M)M=setInterval(function(){for(var k=c.timers,o=0;o<k.length;o++)k[o]()||k.splice(o--,1);if(!k.length){clearInterval(M);M=t}},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=F();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 f in this.options.curAnim)c.attr(this.elem.style,f,this.options.orig[f]);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 f=b.clientTop||
d.clientTop||0,h=b.clientLeft||d.clientLeft||0;f=a.top+(self.pageYOffset||c.boxModel&&b.scrollTop||d.scrollTop)-f;a=a.left+(self.pageXOffset||c.boxModel&&b.scrollLeft||d.scrollLeft)-h;return{top:f,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,f,h=d.documentElement,k=d.body;d=d.defaultView;f=d.getComputedStyle(a,null);for(var o=
a.offsetTop,l=a.offsetLeft;(a=a.parentNode)&&a!==k&&a!==h;){f=d.getComputedStyle(a,null);o-=a.scrollTop;l-=a.scrollLeft;if(a===b){o+=a.offsetTop;l+=a.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a.tagName))){o+=parseInt(f.borderTopWidth,10)||0;l+=parseInt(f.borderLeftWidth,10)||0}b=a.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&f.overflow!=="visible"){o+=parseInt(f.borderTopWidth,10)||0;l+=parseInt(f.borderLeftWidth,10)||
0}f=f}if(f.position==="relative"||f.position==="static"){o+=k.offsetTop;l+=k.offsetLeft}if(f.position==="fixed"){o+=Math.max(h.scrollTop,k.scrollTop);l+=Math.max(h.scrollLeft,k.scrollLeft)}return{top:o,left:l}};c.offset={initialize:function(){if(!this.initialized){var a=document.body,b=document.createElement("div"),d,f,h,k=a.style.marginTop;h='<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(f in d)b.style[f]=d[f];b.innerHTML=h;a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;h=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=h.offsetTop===5;d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;a.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=
a.offsetTop===0;a.style.marginTop=k;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-=
J(this,"marginTop");b.left-=J(this,"marginLeft");d.top+=J(a,"borderTopWidth");d.left+=J(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(f){if(!this[0])return null;return f!==t?this.each(function(){this==u||this==document?u.scrollTo(!a?f:c(u).scrollLeft(),
a?f:c(u).scrollTop()):(this[d]=f)}):this[0]==u||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(h){return this[0]?c.css(this[0],d,false,h?"margin":"border"):null};var f=b.toLowerCase();c.fn[f]=function(h){return this[0]==u?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]):h===t?this.length?c.css(this[0],f):null:this.css(f,typeof h==="string"?h:h+"px")}})})();

var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																								Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());


