/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(C,aM){var m=function(aY,aZ){return new m.fn.init(aY,aZ)},n=C.jQuery,U=C.$,aa=C.document,aq,S=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,t=/^.[^:#\[\.,]*$/,aA=/\S/,P=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,c=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,b=navigator.userAgent,w,L=false,ao=[],J,X=Object.prototype.toString,ab=Object.prototype.hasOwnProperty,e=Array.prototype.push,E=Array.prototype.slice,s=Array.prototype.indexOf;m.fn=m.prototype={init:function(aY,a1){var a0,a2,aZ,a3;if(!aY){return this}if(aY.nodeType){this.context=this[0]=aY;this.length=1;return this}if(aY==="body"&&!a1){this.context=aa;this[0]=aa.body;this.selector="body";this.length=1;return this}if(typeof aY==="string"){a0=S.exec(aY);if(a0&&(a0[1]||!a1)){if(a0[1]){a3=(a1?a1.ownerDocument||a1:aa);aZ=c.exec(aY);if(aZ){if(m.isPlainObject(a1)){aY=[aa.createElement(aZ[1])];m.fn.attr.call(aY,a1,true)}else{aY=[a3.createElement(aZ[1])]}}else{aZ=H([a0[1]],[a3]);aY=(aZ.cacheable?aZ.fragment.cloneNode(true):aZ.fragment).childNodes}return m.merge(this,aY)}else{a2=aa.getElementById(a0[2]);if(a2){if(a2.id!==a0[2]){return aq.find(aY)}this.length=1;this[0]=a2}this.context=aa;this.selector=aY;return this}}else{if(!a1&&/^\w+$/.test(aY)){this.selector=aY;this.context=aa;aY=aa.getElementsByTagName(aY);return m.merge(this,aY)}else{if(!a1||a1.jquery){return(a1||aq).find(aY)}else{return m(a1).find(aY)}}}}else{if(m.isFunction(aY)){return aq.ready(aY)}}if(aY.selector!==aM){this.selector=aY.selector;this.context=aY.context}return m.makeArray(aY,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return E.call(this,0)},get:function(aY){return aY==null?this.toArray():(aY<0?this.slice(aY)[0]:this[aY])},pushStack:function(aZ,a1,aY){var a0=m();if(m.isArray(aZ)){e.apply(a0,aZ)}else{m.merge(a0,aZ)}a0.prevObject=this;a0.context=this.context;if(a1==="find"){a0.selector=this.selector+(this.selector?" ":"")+aY}else{if(a1){a0.selector=this.selector+"."+a1+"("+aY+")"}}return a0},each:function(aZ,aY){return m.each(this,aZ,aY)},ready:function(aY){m.bindReady();if(m.isReady){aY.call(aa,m)}else{if(ao){ao.push(aY)}}return this},eq:function(aY){return aY===-1?this.slice(aY):this.slice(aY,+aY+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(E.apply(this,arguments),"slice",E.call(arguments).join(","))},map:function(aY){return this.pushStack(m.map(this,function(a0,aZ){return aY.call(a0,aZ,a0)}))},end:function(){return this.prevObject||m(null)},push:e,sort:[].sort,splice:[].splice};m.fn.init.prototype=m.fn;m.extend=m.fn.extend=function(){var a1=arguments[0]||{},a2=1,a3=arguments.length,a6=false,a5,aZ,aY,a0;if(typeof a1==="boolean"){a6=a1;a1=arguments[1]||{};a2=2}if(typeof a1!=="object"&&!m.isFunction(a1)){a1={}}if(a3===a2){a1=this;--a2}for(;a2<a3;a2++){if((a5=arguments[a2])!=null){for(aZ in a5){aY=a1[aZ];a0=a5[aZ];if(a1===a0){continue}if(a6&&a0&&(m.isPlainObject(a0)||m.isArray(a0))){var a4=aY&&(m.isPlainObject(aY)||m.isArray(aY))?aY:m.isArray(a0)?[]:{};a1[aZ]=m.extend(a6,a4,a0)}else{if(a0!==aM){a1[aZ]=a0}}}}}return a1};m.extend({noConflict:function(aY){C.$=U;if(aY){C.jQuery=n}return m},isReady:false,ready:function(){if(!m.isReady){if(!aa.body){return setTimeout(m.ready,13)}m.isReady=true;if(ao){var aZ,aY=0;while((aZ=ao[aY++])){aZ.call(aa,m)}ao=null}if(m.fn.triggerHandler){m(aa).triggerHandler("ready")}}},bindReady:function(){if(L){return}L=true;if(aa.readyState==="complete"){return m.ready()}if(aa.addEventListener){aa.addEventListener("DOMContentLoaded",J,false);C.addEventListener("load",m.ready,false)}else{if(aa.attachEvent){aa.attachEvent("onreadystatechange",J);C.attachEvent("onload",m.ready);var aY=false;try{aY=C.frameElement==null}catch(aZ){}if(aa.documentElement.doScroll&&aY){y()}}}},isFunction:function(aY){return X.call(aY)==="[object Function]"},isArray:function(aY){return X.call(aY)==="[object Array]"},isPlainObject:function(aZ){if(!aZ||X.call(aZ)!=="[object Object]"||aZ.nodeType||aZ.setInterval){return false}if(aZ.constructor&&!ab.call(aZ,"constructor")&&!ab.call(aZ.constructor.prototype,"isPrototypeOf")){return false}var aY;for(aY in aZ){}return aY===aM||ab.call(aZ,aY)},isEmptyObject:function(aZ){for(var aY in aZ){return false}return true},error:function(aY){throw aY},parseJSON:function(aY){if(typeof aY!=="string"||!aY){return null}aY=m.trim(aY);if(/^[\],:{}\s]*$/.test(aY.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return C.JSON&&C.JSON.parse?C.JSON.parse(aY):(new Function("return "+aY))()}else{m.error("Invalid JSON: "+aY)}},noop:function(){},globalEval:function(a0){if(a0&&aA.test(a0)){var aY=aa.getElementsByTagName("head")[0]||aa.documentElement,aZ=aa.createElement("script");aZ.type="text/javascript";if(m.support.scriptEval){aZ.appendChild(aa.createTextNode(a0))}else{aZ.text=a0}aY.insertBefore(aZ,aY.firstChild);aY.removeChild(aZ)}},nodeName:function(aZ,aY){return aZ.nodeName&&aZ.nodeName.toUpperCase()===aY.toUpperCase()},each:function(a3,a5,a1){var a0,a2=0,aY=a3.length,aZ=aY===aM||m.isFunction(a3);if(a1){if(aZ){for(a0 in a3){if(a5.apply(a3[a0],a1)===false){break}}}else{for(;a2<aY;){if(a5.apply(a3[a2++],a1)===false){break}}}}else{if(aZ){for(a0 in a3){if(a5.call(a3[a0],a0,a3[a0])===false){break}}}else{for(var a4=a3[0];a2<aY&&a5.call(a4,a2,a4)!==false;a4=a3[++a2]){}}}return a3},trim:function(aY){return(aY||"").replace(P,"")},makeArray:function(a0,aZ){var aY=aZ||[];if(a0!=null){if(a0.length==null||typeof a0==="string"||m.isFunction(a0)||(typeof a0!=="function"&&a0.setInterval)){e.call(aY,a0)}else{m.merge(aY,a0)}}return aY},inArray:function(a0,a1){if(a1.indexOf){return a1.indexOf(a0)}for(var aZ=0,aY=a1.length;aZ<aY;aZ++){if(a1[aZ]===a0){return aZ}}return -1},merge:function(a2,a1){var a0=a2.length,aZ=0;if(typeof a1.length==="number"){for(var aY=a1.length;aZ<aY;aZ++){a2[a0++]=a1[aZ]}}else{while(a1[aZ]!==aM){a2[a0++]=a1[aZ++]}}a2.length=a0;return a2},grep:function(a0,a3,aY){var a1=[];for(var a2=0,aZ=a0.length;a2<aZ;a2++){if(!aY!==!a3(a0[a2],a2)){a1.push(a0[a2])}}return a1},map:function(a0,a4,aY){var a1=[],a3;for(var a2=0,aZ=a0.length;a2<aZ;a2++){a3=a4(a0[a2],a2,aY);if(a3!=null){a1[a1.length]=a3}}return a1.concat.apply([],a1)},guid:1,proxy:function(a0,aY,aZ){if(arguments.length===2){if(typeof aY==="string"){aZ=a0;a0=aZ[aY];aY=aM}else{if(aY&&!m.isFunction(aY)){aZ=aY;aY=aM}}}if(!aY&&a0){aY=function(){return a0.apply(aZ||this,arguments)}}if(a0){aY.guid=a0.guid=a0.guid||aY.guid||m.guid++}return aY},uaMatch:function(aZ){aZ=aZ.toLowerCase();var aY=/(webkit)[ \/]([\w.]+)/.exec(aZ)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(aZ)||/(msie) ([\w.]+)/.exec(aZ)||!/compatible/.test(aZ)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(aZ)||[];return{browser:aY[1]||"",version:aY[2]||"0"}},browser:{}});w=m.uaMatch(b);if(w.browser){m.browser[w.browser]=true;m.browser.version=w.version}if(m.browser.webkit){m.browser.safari=true}if(s){m.inArray=function(aY,aZ){return s.call(aZ,aY)}}aq=m(aa);if(aa.addEventListener){J=function(){aa.removeEventListener("DOMContentLoaded",J,false);m.ready()}}else{if(aa.attachEvent){J=function(){if(aa.readyState==="complete"){aa.detachEvent("onreadystatechange",J);m.ready()}}}}function y(){if(m.isReady){return}try{aa.documentElement.doScroll("left")}catch(aY){setTimeout(y,1);return}m.ready()}function u(aY,aZ){if(aZ.src){m.ajax({url:aZ.src,async:false,dataType:"script"})}else{m.globalEval(aZ.text||aZ.textContent||aZ.innerHTML||"")}if(aZ.parentNode){aZ.parentNode.removeChild(aZ)}}function ag(aY,a5,a4,aZ,a3,a6){var a2=aY.length;if(typeof a5==="object"){for(var a0 in a5){ag(aY,a0,a5[a0],aZ,a3,a4)}return aY}if(a4!==aM){aZ=!a6&&aZ&&m.isFunction(a4);for(var a1=0;a1<a2;a1++){a3(aY[a1],a5,aZ?a4.call(aY[a1],a1,a3(aY[a1],a5)):a4,a6)}return aY}return a2?a3(aY[0],a5):aM}function aQ(){return(new Date).getTime()}(function(){m.support={};var a3=aa.documentElement,a7=aa.createElement("script"),aY=aa.createElement("div"),a0="script"+aQ();aY.style.display="none";aY.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var a5=aY.getElementsByTagName("*"),a4=aY.getElementsByTagName("a")[0];if(!a5||!a5.length||!a4){return}m.support={leadingWhitespace:aY.firstChild.nodeType===3,tbody:!aY.getElementsByTagName("tbody").length,htmlSerialize:!!aY.getElementsByTagName("link").length,style:/red/.test(a4.getAttribute("style")),hrefNormalized:a4.getAttribute("href")==="/a",opacity:/^0.55$/.test(a4.style.opacity),cssFloat:!!a4.style.cssFloat,checkOn:aY.getElementsByTagName("input")[0].value==="on",optSelected:aa.createElement("select").appendChild(aa.createElement("option")).selected,parentNode:aY.removeChild(aY.appendChild(aa.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};a7.type="text/javascript";try{a7.appendChild(aa.createTextNode("window."+a0+"=1;"))}catch(a1){}a3.insertBefore(a7,a3.firstChild);if(C[a0]){m.support.scriptEval=true;delete C[a0]}try{delete a7.test}catch(a1){m.support.deleteExpando=false}a3.removeChild(a7);if(aY.attachEvent&&aY.fireEvent){aY.attachEvent("onclick",function a6(){m.support.noCloneEvent=false;aY.detachEvent("onclick",a6)});aY.cloneNode(true).fireEvent("onclick")}aY=aa.createElement("div");aY.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var aZ=aa.createDocumentFragment();aZ.appendChild(aY.firstChild);m.support.checkClone=aZ.cloneNode(true).cloneNode(true).lastChild.checked;m(function(){var a8=aa.createElement("div");a8.style.width=a8.style.paddingLeft="1px";aa.body.appendChild(a8);m.boxModel=m.support.boxModel=a8.offsetWidth===2;aa.body.removeChild(a8).style.display="none";a8=null});var a2=function(a8){var ba=aa.createElement("div");a8="on"+a8;var a9=(a8 in ba);if(!a9){ba.setAttribute(a8,"return;");a9=typeof ba[a8]==="function"}ba=null;return a9};m.support.submitBubbles=a2("submit");m.support.changeBubbles=a2("change");a3=a7=aY=a5=a4=null})();m.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+aQ(),aG=0,aU={};m.extend({cache:{},expando:G,noData:{embed:true,object:true,applet:true},data:function(a1,a0,a2){if(a1.nodeName&&m.noData[a1.nodeName.toLowerCase()]){return}a1=a1==C?aU:a1;var a3=a1[G],aZ=m.cache,aY;if(!a3&&typeof a0==="string"&&a2===aM){return null}if(!a3){a3=++aG}if(typeof a0==="object"){a1[G]=a3;aY=aZ[a3]=m.extend(true,{},a0)}else{if(!aZ[a3]){a1[G]=a3;aZ[a3]={}}}aY=aZ[a3];if(a2!==aM){aY[a0]=a2}return typeof a0==="string"?aY[a0]:aY},removeData:function(a1,a0){if(a1.nodeName&&m.noData[a1.nodeName.toLowerCase()]){return}a1=a1==C?aU:a1;var a2=a1[G],aZ=m.cache,aY=aZ[a2];if(a0){if(aY){delete aY[a0];if(m.isEmptyObject(aY)){m.removeData(a1)}}}else{if(m.support.deleteExpando){delete a1[m.expando]}else{if(a1.removeAttribute){a1.removeAttribute(m.expando)}}delete aZ[a2]}}});m.fn.extend({data:function(aY,a0){if(typeof aY==="undefined"&&this.length){return m.data(this[0])}else{if(typeof aY==="object"){return this.each(function(){m.data(this,aY)})}}var a1=aY.split(".");a1[1]=a1[1]?"."+a1[1]:"";if(a0===aM){var aZ=this.triggerHandler("getData"+a1[1]+"!",[a1[0]]);if(aZ===aM&&this.length){aZ=m.data(this[0],aY)}return aZ===aM&&a1[1]?this.data(a1[0]):aZ}else{return this.trigger("setData"+a1[1]+"!",[a1[0],a0]).each(function(){m.data(this,aY,a0)})}},removeData:function(aY){return this.each(function(){m.removeData(this,aY)})}});m.extend({queue:function(aZ,aY,a1){if(!aZ){return}aY=(aY||"fx")+"queue";var a0=m.data(aZ,aY);if(!a1){return a0||[]}if(!a0||m.isArray(a1)){a0=m.data(aZ,aY,m.makeArray(a1))}else{a0.push(a1)}return a0},dequeue:function(a1,a0){a0=a0||"fx";var aY=m.queue(a1,a0),aZ=aY.shift();if(aZ==="inprogress"){aZ=aY.shift()}if(aZ){if(a0==="fx"){aY.unshift("inprogress")}aZ.call(a1,function(){m.dequeue(a1,a0)})}}});m.fn.extend({queue:function(aY,aZ){if(typeof aY!=="string"){aZ=aY;aY="fx"}if(aZ===aM){return m.queue(this[0],aY)}return this.each(function(a1,a2){var a0=m.queue(this,aY,aZ);if(aY==="fx"&&a0[0]!=="inprogress"){m.dequeue(this,aY)}})},dequeue:function(aY){return this.each(function(){m.dequeue(this,aY)})},delay:function(aZ,aY){aZ=m.fx?m.fx.speeds[aZ]||aZ:aZ;aY=aY||"fx";return this.queue(aY,function(){var a0=this;setTimeout(function(){m.dequeue(a0,aY)},aZ)})},clearQueue:function(aY){return this.queue(aY||"fx",[])}});var ad=/[\n\t]/g,ay=/\s+/,ax=/\r/g,aR=/href|src|style/,d=/(button|input)/i,A=/(button|input|object|select|textarea)/i,h=/^(a|area)$/i,I=/radio|checkbox/;m.fn.extend({attr:function(aY,aZ){return ag(this,aY,aZ,true,m.attr)},removeAttr:function(aY,aZ){return this.each(function(){m.attr(this,aY,"");if(this.nodeType===1){this.removeAttribute(aY)}})},addClass:function(a5){if(m.isFunction(a5)){return this.each(function(a8){var a7=m(this);a7.addClass(a5.call(this,a8,a7.attr("class")))})}if(a5&&typeof a5==="string"){var a2=(a5||"").split(ay);for(var a1=0,a0=this.length;a1<a0;a1++){var aZ=this[a1];if(aZ.nodeType===1){if(!aZ.className){aZ.className=a5}else{var aY=" "+aZ.className+" ",a4=aZ.className;for(var a3=0,a6=a2.length;a3<a6;a3++){if(aY.indexOf(" "+a2[a3]+" ")<0){a4+=" "+a2[a3]}}aZ.className=m.trim(a4)}}}}return this},removeClass:function(a3){if(m.isFunction(a3)){return this.each(function(a7){var a6=m(this);a6.removeClass(a3.call(this,a7,a6.attr("class")))})}if((a3&&typeof a3==="string")||a3===aM){var a4=(a3||"").split(ay);for(var a1=0,aZ=this.length;a1<aZ;a1++){var a2=this[a1];if(a2.nodeType===1&&a2.className){if(a3){var a0=(" "+a2.className+" ").replace(ad," ");for(var a5=0,aY=a4.length;a5<aY;a5++){a0=a0.replace(" "+a4[a5]+" "," ")}a2.className=m.trim(a0)}else{a2.className=""}}}}return this},toggleClass:function(a1,aZ){var a0=typeof a1,aY=typeof aZ==="boolean";if(m.isFunction(a1)){return this.each(function(a3){var a2=m(this);a2.toggleClass(a1.call(this,a3,a2.attr("class"),aZ),aZ)})}return this.each(function(){if(a0==="string"){var a3,a4=0,a2=m(this),a5=aZ,a6=a1.split(ay);while((a3=a6[a4++])){a5=aY?a5:!a2.hasClass(a3);a2[a5?"addClass":"removeClass"](a3)}}else{if(a0==="undefined"||a0==="boolean"){if(this.className){m.data(this,"__className__",this.className)}this.className=this.className||a1===false?"":m.data(this,"__className__")||""}}})},hasClass:function(aY){var a0=" "+aY+" ";for(var a1=0,aZ=this.length;a1<aZ;a1++){if((" "+this[a1].className+" ").replace(ad," ").indexOf(a0)>-1){return true}}return false},val:function(a6){if(a6===aM){var a0=this[0];if(a0){if(m.nodeName(a0,"option")){return(a0.attributes.value||{}).specified?a0.value:a0.text}if(m.nodeName(a0,"select")){var a3=a0.selectedIndex,a7=[],a5=a0.options,a2=a0.type==="select-one";if(a3<0){return null}for(var a1=a2?a3:0,a4=a2?a3+1:a5.length;a1<a4;a1++){var aZ=a5[a1];if(aZ.selected){a6=m(aZ).val();if(a2){return a6}a7.push(a6)}}return a7}if(I.test(a0.type)&&!m.support.checkOn){return a0.getAttribute("value")===null?"on":a0.value}return(a0.value||"").replace(ax,"")}return aM}var aY=m.isFunction(a6);return this.each(function(a9){var a8=m(this),bb=a6;if(this.nodeType!==1){return}if(aY){bb=a6.call(this,a9,a8.val())}if(typeof bb==="number"){bb+=""}if(m.isArray(bb)&&I.test(this.type)){this.checked=m.inArray(a8.val(),bb)>=0}else{if(m.nodeName(this,"select")){var ba=m.makeArray(bb);m("option",this).each(function(){this.selected=m.inArray(m(this).val(),ba)>=0});if(!ba.length){this.selectedIndex=-1}}else{this.value=bb}}})}});m.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a0,aY,a3,a6){if(!a0||a0.nodeType===3||a0.nodeType===8){return aM}if(a6&&aY in m.attrFn){return m(a0)[aY](a3)}var a1=a0.nodeType!==1||!m.isXMLDoc(a0),a4=a3!==aM;aY=a1&&m.props[aY]||aY;if(a0.nodeType===1){var aZ=aR.test(aY);if(aY==="selected"&&!m.support.optSelected){var a7=a0.parentNode;if(a7){a7.selectedIndex;if(a7.parentNode){a7.parentNode.selectedIndex}}}if(aY in a0&&a1&&!aZ){if(a4){if(aY==="type"&&d.test(a0.nodeName)&&a0.parentNode){m.error("type property can't be changed")}a0[aY]=a3}if(m.nodeName(a0,"form")&&a0.getAttributeNode(aY)){return a0.getAttributeNode(aY).nodeValue}if(aY==="tabIndex"){var a5=a0.getAttributeNode("tabIndex");return a5&&a5.specified?a5.value:A.test(a0.nodeName)||h.test(a0.nodeName)&&a0.href?0:aM}return a0[aY]}if(!m.support.style&&a1&&aY==="style"){if(a4){a0.style.cssText=""+a3}return a0.style.cssText}if(a4){a0.setAttribute(aY,""+a3)}var a2=!m.support.hrefNormalized&&a1&&aZ?a0.getAttribute(aY,2):a0.getAttribute(aY);return a2===null?aM:a2}return m.style(a0,aY,a3)}});var aD=/\.(.*)$/,aP=function(aY){return aY.replace(/[^\w\s\.\|`]/g,function(aZ){return"\\"+aZ})};m.event={add:function(a4,a7,bb,a6){if(a4.nodeType===3||a4.nodeType===8){return}if(a4.setInterval&&(a4!==C&&!a4.frameElement)){a4=C}var a2,ba;if(bb.handler){a2=bb;bb=a2.handler}if(!bb.guid){bb.guid=m.guid++}var a0=m.data(a4);if(!a0){return}var a9=a0.events=a0.events||{},a1=a0.handle,a1;if(!a1){a0.handle=a1=function(){return typeof m!=="undefined"&&!m.event.triggered?m.event.handle.apply(a1.elem,arguments):aM}}a1.elem=a4;a7=a7.split(" ");var a8,a5=0,aZ;while((a8=a7[a5++])){ba=a2?m.extend({},a2):{handler:bb,data:a6};if(a8.indexOf(".")>-1){aZ=a8.split(".");a8=aZ.shift();ba.namespace=aZ.slice(0).sort().join(".")}else{aZ=[];ba.namespace=""}ba.type=a8;ba.guid=bb.guid;var a3=a9[a8],aY=m.event.special[a8]||{};if(!a3){a3=a9[a8]=[];if(!aY.setup||aY.setup.call(a4,a6,aZ,a1)===false){if(a4.addEventListener){a4.addEventListener(a8,a1,false)}else{if(a4.attachEvent){a4.attachEvent("on"+a8,a1)}}}}if(aY.add){aY.add.call(a4,ba);if(!ba.handler.guid){ba.handler.guid=bb.guid}}a3.push(ba);m.event.global[a8]=true}a4=null},global:{},remove:function(be,a8,aZ,a2){if(be.nodeType===3||be.nodeType===8){return}var bg,a1,a4,bd=0,a0,a5,a9,a3,a6,aY,bf,bc=m.data(be),a7=bc&&bc.events;if(!bc||!a7){return}if(a8&&a8.type){aZ=a8.handler;a8=a8.type}if(!a8||typeof a8==="string"&&a8.charAt(0)==="."){a8=a8||"";for(a1 in a7){m.event.remove(be,a1+a8)}return}a8=a8.split(" ");while((a1=a8[bd++])){bf=a1;aY=null;a0=a1.indexOf(".")<0;a5=[];if(!a0){a5=a1.split(".");a1=a5.shift();a9=new RegExp("(^|\\.)"+m.map(a5.slice(0).sort(),aP).join("\\.(?:.*\\.)?")+"(\\.|$)")}a6=a7[a1];if(!a6){continue}if(!aZ){for(var bb=0;bb<a6.length;bb++){aY=a6[bb];if(a0||a9.test(aY.namespace)){m.event.remove(be,bf,aY.handler,bb);a6.splice(bb--,1)}}continue}a3=m.event.special[a1]||{};for(var bb=a2||0;bb<a6.length;bb++){aY=a6[bb];if(aZ.guid===aY.guid){if(a0||a9.test(aY.namespace)){if(a2==null){a6.splice(bb--,1)}if(a3.remove){a3.remove.call(be,aY)}}if(a2!=null){break}}}if(a6.length===0||a2!=null&&a6.length===1){if(!a3.teardown||a3.teardown.call(be,a5)===false){an(be,a1,bc.handle)}bg=null;delete a7[a1]}}if(m.isEmptyObject(a7)){var ba=bc.handle;if(ba){ba.elem=null}delete bc.events;delete bc.handle;if(m.isEmptyObject(bc)){m.removeData(be)}}},trigger:function(aZ,a5,a3){var a7=aZ.type||aZ,a4=arguments[3];if(!a4){aZ=typeof aZ==="object"?aZ[G]?aZ:m.extend(m.Event(a7),aZ):m.Event(a7);if(a7.indexOf("!")>=0){aZ.type=a7=a7.slice(0,-1);aZ.exclusive=true}if(!a3){aZ.stopPropagation();if(m.event.global[a7]){m.each(m.cache,function(){if(this.events&&this.events[a7]){m.event.trigger(aZ,a5,this.handle.elem)}})}}if(!a3||a3.nodeType===3||a3.nodeType===8){return aM}aZ.result=aM;aZ.target=a3;a5=m.makeArray(a5);a5.unshift(aZ)}aZ.currentTarget=a3;var a1=m.data(a3,"handle");if(a1){a1.apply(a3,a5)}var a9=a3.parentNode||a3.ownerDocument;try{if(!(a3&&a3.nodeName&&m.noData[a3.nodeName.toLowerCase()])){if(a3["on"+a7]&&a3["on"+a7].apply(a3,a5)===false){aZ.result=false}}}catch(a6){}if(!aZ.isPropagationStopped()&&a9){m.event.trigger(aZ,a5,a9,true)}else{if(!aZ.isDefaultPrevented()){var a0=aZ.target,a2,a8=m.nodeName(a0,"a")&&a7==="click",aY=m.event.special[a7]||{};if((!aY._default||aY._default.call(a3,aZ)===false)&&!a8&&!(a0&&a0.nodeName&&m.noData[a0.nodeName.toLowerCase()])){try{if(a0[a7]){a2=a0["on"+a7];if(a2){a0["on"+a7]=null}m.event.triggered=true;a0[a7]()}}catch(a6){}if(a2){a0["on"+a7]=a2}m.event.triggered=false}}}},handle:function(aY){var a7,a0,aZ,a2,a6;aY=arguments[0]=m.event.fix(aY||C.event);aY.currentTarget=this;a7=aY.type.indexOf(".")<0&&!aY.exclusive;if(!a7){aZ=aY.type.split(".");aY.type=aZ.shift();a2=new RegExp("(^|\\.)"+aZ.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var a6=m.data(this,"events"),a0=a6[aY.type];if(a6&&a0){a0=a0.slice(0);for(var a3=0,a1=a0.length;a3<a1;a3++){var a5=a0[a3];if(a7||a2.test(a5.namespace)){aY.handler=a5.handler;aY.data=a5.data;aY.handleObj=a5;var a4=a5.handler.apply(this,arguments);if(a4!==aM){aY.result=a4;if(a4===false){aY.preventDefault();aY.stopPropagation()}}if(aY.isImmediatePropagationStopped()){break}}}}return aY.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a1){if(a1[G]){return a1}var aZ=a1;a1=m.Event(aZ);for(var a0=this.props.length,a3;a0;){a3=this.props[--a0];a1[a3]=aZ[a3]}if(!a1.target){a1.target=a1.srcElement||aa}if(a1.target.nodeType===3){a1.target=a1.target.parentNode}if(!a1.relatedTarget&&a1.fromElement){a1.relatedTarget=a1.fromElement===a1.target?a1.toElement:a1.fromElement}if(a1.pageX==null&&a1.clientX!=null){var a2=aa.documentElement,aY=aa.body;a1.pageX=a1.clientX+(a2&&a2.scrollLeft||aY&&aY.scrollLeft||0)-(a2&&a2.clientLeft||aY&&aY.clientLeft||0);a1.pageY=a1.clientY+(a2&&a2.scrollTop||aY&&aY.scrollTop||0)-(a2&&a2.clientTop||aY&&aY.clientTop||0)}if(!a1.which&&((a1.charCode||a1.charCode===0)?a1.charCode:a1.keyCode)){a1.which=a1.charCode||a1.keyCode}if(!a1.metaKey&&a1.ctrlKey){a1.metaKey=a1.ctrlKey}if(!a1.which&&a1.button!==aM){a1.which=(a1.button&1?1:(a1.button&2?3:(a1.button&4?2:0)))}return a1},guid:100000000,proxy:m.proxy,special:{ready:{setup:m.bindReady,teardown:m.noop},live:{add:function(aY){m.event.add(this,aY.origType,m.extend({},aY,{handler:av}))},remove:function(aY){var a0=true,aZ=aY.origType.replace(aD,"");m.each(m.data(this,"events").live||[],function(){if(aZ===this.origType.replace(aD,"")){a0=false;return false}});if(a0){m.event.remove(this,aY.origType,av)}}},beforeunload:{setup:function(a0,aZ,aY){if(this.setInterval){this.onbeforeunload=aY}return false},teardown:function(aZ,aY){if(this.onbeforeunload===aY){this.onbeforeunload=null}}}}};var an=aa.removeEventListener?function(a0,aZ,aY){a0.removeEventListener(aZ,aY,false)}:function(a0,aZ,aY){a0.detachEvent("on"+aZ,aY)};m.Event=function(aY){if(!this.preventDefault){return new m.Event(aY)}if(aY&&aY.type){this.originalEvent=aY;this.type=aY.type}else{this.type=aY}this.timeStamp=aQ();this[G]=true};function z(){return false}function f(){return true}m.Event.prototype={preventDefault:function(){this.isDefaultPrevented=f;var aY=this.originalEvent;if(!aY){return}if(aY.preventDefault){aY.preventDefault()}aY.returnValue=false},stopPropagation:function(){this.isPropagationStopped=f;var aY=this.originalEvent;if(!aY){return}if(aY.stopPropagation){aY.stopPropagation()}aY.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=f;this.stopPropagation()},isDefaultPrevented:z,isPropagationStopped:z,isImmediatePropagationStopped:z};var T=function(aZ){var aY=aZ.relatedTarget;try{while(aY&&aY!==this){aY=aY.parentNode}if(aY!==this){aZ.type=aZ.data;m.event.handle.apply(this,arguments)}}catch(a0){}},aB=function(aY){aY.type=aY.data;m.event.handle.apply(this,arguments)};m.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(aZ,aY){m.event.special[aZ]={setup:function(a0){m.event.add(this,aY,a0&&a0.selector?aB:T,aZ)},teardown:function(a0){m.event.remove(this,aY,a0&&a0.selector?aB:T)}}});if(!m.support.submitBubbles){m.event.special.submit={setup:function(aZ,aY){if(this.nodeName.toLowerCase()!=="form"){m.event.add(this,"click.specialSubmit",function(a2){var a1=a2.target,a0=a1.type;if((a0==="submit"||a0==="image")&&m(a1).closest("form").length){return O("submit",this,arguments)}});m.event.add(this,"keypress.specialSubmit",function(a2){var a1=a2.target,a0=a1.type;if((a0==="text"||a0==="password")&&m(a1).closest("form").length&&a2.keyCode===13){return O("submit",this,arguments)}})}else{return false}},teardown:function(aY){m.event.remove(this,".specialSubmit")}}}if(!m.support.changeBubbles){var au=/textarea|input|select/i,v,i=function(aZ){var aY=aZ.type,a0=aZ.value;if(aY==="radio"||aY==="checkbox"){a0=aZ.checked}else{if(aY==="select-multiple"){a0=aZ.selectedIndex>-1?m.map(aZ.options,function(a1){return a1.selected}).join("-"):""}else{if(aZ.nodeName.toLowerCase()==="select"){a0=aZ.selectedIndex}}}return a0},R=function R(a0){var aY=a0.target,aZ,a1;if(!au.test(aY.nodeName)||aY.readOnly){return}aZ=m.data(aY,"_change_data");a1=i(aY);if(a0.type!=="focusout"||aY.type!=="radio"){m.data(aY,"_change_data",a1)}if(aZ===aM||a1===aZ){return}if(aZ!=null||a1){a0.type="change";return m.event.trigger(a0,arguments[1],aY)}};m.event.special.change={filters:{focusout:R,click:function(a0){var aZ=a0.target,aY=aZ.type;if(aY==="radio"||aY==="checkbox"||aZ.nodeName.toLowerCase()==="select"){return R.call(this,a0)}},keydown:function(a0){var aZ=a0.target,aY=aZ.type;if((a0.keyCode===13&&aZ.nodeName.toLowerCase()!=="textarea")||(a0.keyCode===32&&(aY==="checkbox"||aY==="radio"))||aY==="select-multiple"){return R.call(this,a0)}},beforeactivate:function(aZ){var aY=aZ.target;m.data(aY,"_change_data",i(aY))}},setup:function(a0,aZ){if(this.type==="file"){return false}for(var aY in v){m.event.add(this,aY+".specialChange",v[aY])}return au.test(this.nodeName)},teardown:function(aY){m.event.remove(this,".specialChange");return au.test(this.nodeName)}};v=m.event.special.change.filters}function O(aZ,a0,aY){aY[0].type=aZ;return m.event.handle.apply(a0,aY)}if(aa.addEventListener){m.each({focus:"focusin",blur:"focusout"},function(a0,aY){m.event.special[aY]={setup:function(){this.addEventListener(a0,aZ,true)},teardown:function(){this.removeEventListener(a0,aZ,true)}};function aZ(a1){a1=m.event.fix(a1);a1.type=aY;return m.event.handle.call(this,a1)}})}m.each(["bind","one"],function(aZ,aY){m.fn[aY]=function(a5,a6,a4){if(typeof a5==="object"){for(var a2 in a5){this[aY](a2,a6,a5[a2],a4)}return this}if(m.isFunction(a6)){a4=a6;a6=aM}var a3=aY==="one"?m.proxy(a4,function(a7){m(this).unbind(a7,a3);return a4.apply(this,arguments)}):a4;if(a5==="unload"&&aY!=="one"){this.one(a5,a6,a4)}else{for(var a1=0,a0=this.length;a1<a0;a1++){m.event.add(this[a1],a5,a3,a6)}}return this}});m.fn.extend({unbind:function(a2,a1){if(typeof a2==="object"&&!a2.preventDefault){for(var a0 in a2){this.unbind(a0,a2[a0])}}else{for(var aZ=0,aY=this.length;aZ<aY;aZ++){m.event.remove(this[aZ],a2,a1)}}return this},delegate:function(aY,aZ,a1,a0){return this.live(aZ,a1,a0,aY)},undelegate:function(aY,aZ,a0){if(arguments.length===0){return this.unbind("live")}else{return this.die(aZ,null,a0,aY)}},trigger:function(aY,aZ){return this.each(function(){m.event.trigger(aY,aZ,this)})},triggerHandler:function(aY,a0){if(this[0]){var aZ=m.Event(aY);aZ.preventDefault();aZ.stopPropagation();m.event.trigger(aZ,a0,this[0]);return aZ.result}},toggle:function(a0){var aY=arguments,aZ=1;while(aZ<aY.length){m.proxy(a0,aY[aZ++])}return this.click(m.proxy(a0,function(a1){var a2=(m.data(this,"lastToggle"+a0.guid)||0)%aZ;m.data(this,"lastToggle"+a0.guid,a2+1);a1.preventDefault();return aY[a2].apply(this,arguments)||false}))},hover:function(aY,aZ){return this.mouseenter(aY).mouseleave(aZ||aY)}});var az={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};m.each(["live","die"],function(aZ,aY){m.fn[aY]=function(a7,a4,a9,a6){var a8,a3=0,a5,a1,ba,a2=a6||this.selector,a0=a6?this:m(this.context);if(m.isFunction(a4)){a9=a4;a4=aM}a7=(a7||"").split(" ");while((a8=a7[a3++])!=null){a5=aD.exec(a8);a1="";if(a5){a1=a5[0];a8=a8.replace(aD,"")}if(a8==="hover"){a7.push("mouseenter"+a1,"mouseleave"+a1);continue}ba=a8;if(a8==="focus"||a8==="blur"){a7.push(az[a8]+a1);a8=a8+a1}else{a8=(az[a8]||a8)+a1}if(aY==="live"){a0.each(function(){m.event.add(this,a(a8,a2),{data:a4,selector:a2,handler:a9,origType:a8,origHandler:a9,preType:ba})})}else{a0.unbind(a(a8,a2),a9)}}return this}});function av(aZ){var a8,aY=[],bb=[],a7=arguments,bc,a6,ba,a1,a3,a5,a2,a4,a9=m.data(this,"events");if(aZ.liveFired===this||!a9||!a9.live||aZ.button&&aZ.type==="click"){return}aZ.liveFired=this;var a0=a9.live.slice(0);for(a3=0;a3<a0.length;a3++){ba=a0[a3];if(ba.origType.replace(aD,"")===aZ.type){bb.push(ba.selector)}else{a0.splice(a3--,1)}}a6=m(aZ.target).closest(bb,aZ.currentTarget);for(a5=0,a2=a6.length;a5<a2;a5++){for(a3=0;a3<a0.length;a3++){ba=a0[a3];if(a6[a5].selector===ba.selector){a1=a6[a5].elem;bc=null;if(ba.preType==="mouseenter"||ba.preType==="mouseleave"){bc=m(aZ.relatedTarget).closest(ba.selector)[0]}if(!bc||bc!==a1){aY.push({elem:a1,handleObj:ba})}}}}for(a5=0,a2=aY.length;a5<a2;a5++){a6=aY[a5];aZ.currentTarget=a6.elem;aZ.data=a6.handleObj.data;aZ.handleObj=a6.handleObj;if(a6.handleObj.origHandler.apply(a6.elem,a7)===false){a8=false;break}}return a8}function a(aZ,aY){return"live."+(aZ&&aZ!=="*"?aZ+".":"")+aY.replace(/\./g,"`").replace(/ /g,"&")}m.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error").split(" "),function(aZ,aY){m.fn[aY]=function(a0){return a0?this.bind(aY,a0):this.trigger(aY)};if(m.attrFn){m.attrFn[aY]=true}});if(C.attachEvent&&!C.addEventListener){C.attachEvent("onunload",function(){for(var aZ in m.cache){if(m.cache[aZ].handle){try{m.event.remove(m.cache[aZ].handle.elem)}catch(aY){}}}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
}(function(){var a9=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,ba=0,bd=Object.prototype.toString,a4=false,a0=true;[0,0].sort(function(){a0=false;return 0});var a7=function(bm,bg,bp,bq){bp=bp||[];var bh=bg=bg||aa;if(bg.nodeType!==1&&bg.nodeType!==9){return[]}if(!bm||typeof bm!=="string"){return bp}var bn=[],bj,bt,bw,bi,bl=true,bk=a2(bg),br=bm;while((a9.exec(""),bj=a9.exec(br))!==null){br=bj[3];bn.push(bj[1]);if(bj[2]){bi=bj[3];break}}if(bn.length>1&&a3.exec(bm)){if(bn.length===2&&a5.relative[bn[0]]){bt=bb(bn[0]+bn[1],bg)}else{bt=a5.relative[bn[0]]?[bg]:a7(bn.shift(),bg);while(bn.length){bm=bn.shift();if(a5.relative[bm]){bm+=bn.shift()}bt=bb(bm,bt)}}}else{if(!bq&&bn.length>1&&bg.nodeType===9&&!bk&&a5.match.ID.test(bn[0])&&!a5.match.ID.test(bn[bn.length-1])){var bs=a7.find(bn.shift(),bg,bk);bg=bs.expr?a7.filter(bs.expr,bs.set)[0]:bs.set[0]}if(bg){var bs=bq?{expr:bn.pop(),set:a6(bq)}:a7.find(bn.pop(),bn.length===1&&(bn[0]==="~"||bn[0]==="+")&&bg.parentNode?bg.parentNode:bg,bk);bt=bs.expr?a7.filter(bs.expr,bs.set):bs.set;if(bn.length>0){bw=a6(bt)}else{bl=false}while(bn.length){var bv=bn.pop(),bu=bv;if(!a5.relative[bv]){bv=""}else{bu=bn.pop()}if(bu==null){bu=bg}a5.relative[bv](bw,bu,bk)}}else{bw=bn=[]}}if(!bw){bw=bt}if(!bw){a7.error(bv||bm)}if(bd.call(bw)==="[object Array]"){if(!bl){bp.push.apply(bp,bw)}else{if(bg&&bg.nodeType===1){for(var bo=0;bw[bo]!=null;bo++){if(bw[bo]&&(bw[bo]===true||bw[bo].nodeType===1&&aZ(bg,bw[bo]))){bp.push(bt[bo])}}}else{for(var bo=0;bw[bo]!=null;bo++){if(bw[bo]&&bw[bo].nodeType===1){bp.push(bt[bo])}}}}}else{a6(bw,bp)}if(bi){a7(bi,bh,bp,bq);a7.uniqueSort(bp)}return bp};a7.uniqueSort=function(bh){if(bf){a4=a0;bh.sort(bf);if(a4){for(var bg=1;bg<bh.length;bg++){if(bh[bg]===bh[bg-1]){bh.splice(bg--,1)}}}}return bh};a7.matches=function(bg,bh){return a7(bg,null,null,bh)};a7.find=function(bm,bg,bo){var bn,bk;if(!bm){return[]}for(var bj=0,bi=a5.order.length;bj<bi;bj++){var bl=a5.order[bj],bk;if((bk=a5.leftMatch[bl].exec(bm))){var bh=bk[1];bk.splice(1,1);if(bh.substr(bh.length-1)!=="\\"){bk[1]=(bk[1]||"").replace(/\\/g,"");bn=a5.find[bl](bk,bg,bo);if(bn!=null){bm=bm.replace(a5.match[bl],"");break}}}}if(!bn){bn=bg.getElementsByTagName("*")}return{set:bn,expr:bm}};a7.filter=function(br,bs,bv,bi){var bg=br,bq=[],bm=bs,bk,bo,bl=bs&&bs[0]&&a2(bs[0]);while(br&&bs.length){for(var bp in a5.filter){if((bk=a5.leftMatch[bp].exec(br))!=null&&bk[2]){var bn=a5.filter[bp],bw,bu,bh=bk[1];bo=false;bk.splice(1,1);if(bh.substr(bh.length-1)==="\\"){continue}if(bm===bq){bq=[]}if(a5.preFilter[bp]){bk=a5.preFilter[bp](bk,bm,bv,bq,bi,bl);if(!bk){bo=bw=true}else{if(bk===true){continue}}}if(bk){for(var bj=0;(bu=bm[bj])!=null;bj++){if(bu){bw=bn(bu,bk,bj,bm);var bt=bi^!!bw;if(bv&&bw!=null){if(bt){bo=true}else{bm[bj]=false}}else{if(bt){bq.push(bu);bo=true}}}}}if(bw!==aM){if(!bv){bm=bq}br=br.replace(a5.match[bp],"");if(!bo){return[]}break}}}if(br===bg){if(bo==null){a7.error(br)}else{break}}bg=br}return bm};a7.error=function(bg){throw"Syntax error, unrecognized expression: "+bg};var a5=a7.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(bg){return bg.getAttribute("href")}},relative:{"+":function(bm,bi){var bh=typeof bi==="string",bl=bh&&!/\W/.test(bi),bn=bh&&!bl;if(bl){bi=bi.toLowerCase()}for(var bj=0,bg=bm.length,bk;bj<bg;bj++){if((bk=bm[bj])){while((bk=bk.previousSibling)&&bk.nodeType!==1){}bm[bj]=bn||bk&&bk.nodeName.toLowerCase()===bi?bk||false:bk===bi}}if(bn){a7.filter(bi,bm,true)}},">":function(bm,bj){var bi=typeof bj==="string";if(bi&&!/\W/.test(bj)){bj=bj.toLowerCase();for(var bk=0,bg=bm.length;bk<bg;bk++){var bl=bm[bk];if(bl){var bh=bl.parentNode;bm[bk]=bh.nodeName.toLowerCase()===bj?bh:false}}}else{for(var bk=0,bg=bm.length;bk<bg;bk++){var bl=bm[bk];if(bl){bm[bk]=bi?bl.parentNode:bl.parentNode===bj}}if(bi){a7.filter(bj,bm,true)}}},"":function(bj,bh,bl){var bi=ba++,bg=bc;if(typeof bh==="string"&&!/\W/.test(bh)){var bk=bh=bh.toLowerCase();bg=aY}bg("parentNode",bh,bi,bj,bk,bl)},"~":function(bj,bh,bl){var bi=ba++,bg=bc;if(typeof bh==="string"&&!/\W/.test(bh)){var bk=bh=bh.toLowerCase();bg=aY}bg("previousSibling",bh,bi,bj,bk,bl)}},find:{ID:function(bh,bi,bj){if(typeof bi.getElementById!=="undefined"&&!bj){var bg=bi.getElementById(bh[1]);return bg?[bg]:[]}},NAME:function(bi,bl){if(typeof bl.getElementsByName!=="undefined"){var bh=[],bk=bl.getElementsByName(bi[1]);for(var bj=0,bg=bk.length;bj<bg;bj++){if(bk[bj].getAttribute("name")===bi[1]){bh.push(bk[bj])}}return bh.length===0?null:bh}},TAG:function(bg,bh){return bh.getElementsByTagName(bg[1])}},preFilter:{CLASS:function(bi,bg,bh,bm,bl,bn){bi=" "+bi[1].replace(/\\/g,"")+" ";if(bn){return bi}for(var bj=0,bk;(bk=bg[bj])!=null;bj++){if(bk){if(bl^(bk.className&&(" "+bk.className+" ").replace(/[\t\n]/g," ").indexOf(bi)>=0)){if(!bh){bm.push(bk)}}else{if(bh){bg[bj]=false}}}}return false},ID:function(bg){return bg[1].replace(/\\/g,"")},TAG:function(bh,bg){return bh[1].toLowerCase()},CHILD:function(bg){if(bg[1]==="nth"){var bh=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(bg[2]==="even"&&"2n"||bg[2]==="odd"&&"2n+1"||!/\D/.test(bg[2])&&"0n+"+bg[2]||bg[2]);bg[2]=(bh[1]+(bh[2]||1))-0;bg[3]=bh[3]-0}bg[0]=ba++;return bg},ATTR:function(bj,bg,bh,bl,bk,bm){var bi=bj[1].replace(/\\/g,"");if(!bm&&a5.attrMap[bi]){bj[1]=a5.attrMap[bi]}if(bj[2]==="~="){bj[4]=" "+bj[4]+" "}return bj},PSEUDO:function(bj,bg,bh,bl,bk){if(bj[1]==="not"){if((a9.exec(bj[3])||"").length>1||/^\w/.test(bj[3])){bj[3]=a7(bj[3],null,null,bg)}else{var bi=a7.filter(bj[3],bg,bh,true^bk);if(!bh){bl.push.apply(bl,bi)}return false}}else{if(a5.match.POS.test(bj[0])||a5.match.CHILD.test(bj[0])){return true}}return bj},POS:function(bg){bg.unshift(true);return bg}},filters:{enabled:function(bg){return bg.disabled===false&&bg.type!=="hidden"},disabled:function(bg){return bg.disabled===true},checked:function(bg){return bg.checked===true},selected:function(bg){bg.parentNode.selectedIndex;return bg.selected===true},parent:function(bg){return !!bg.firstChild},empty:function(bg){return !bg.firstChild},has:function(bi,bh,bg){return !!a7(bg[3],bi).length},header:function(bg){return/h\d/i.test(bg.nodeName)},text:function(bg){return"text"===bg.type},radio:function(bg){return"radio"===bg.type},checkbox:function(bg){return"checkbox"===bg.type},file:function(bg){return"file"===bg.type},password:function(bg){return"password"===bg.type},submit:function(bg){return"submit"===bg.type},image:function(bg){return"image"===bg.type},reset:function(bg){return"reset"===bg.type},button:function(bg){return"button"===bg.type||bg.nodeName.toLowerCase()==="button"},input:function(bg){return/input|select|textarea|button/i.test(bg.nodeName)}},setFilters:{first:function(bh,bg){return bg===0},last:function(bi,bh,bg,bj){return bh===bj.length-1},even:function(bh,bg){return bg%2===0},odd:function(bh,bg){return bg%2===1},lt:function(bi,bh,bg){return bh<bg[3]-0},gt:function(bi,bh,bg){return bh>bg[3]-0},nth:function(bi,bh,bg){return bg[3]-0===bh},eq:function(bi,bh,bg){return bg[3]-0===bh}},filter:{PSEUDO:function(bm,bj,bk,bn){var bi=bj[1],bh=a5.filters[bi];if(bh){return bh(bm,bk,bj,bn)}else{if(bi==="contains"){return(bm.textContent||bm.innerText||a8([bm])||"").indexOf(bj[3])>=0}else{if(bi==="not"){var bl=bj[3];for(var bk=0,bg=bl.length;bk<bg;bk++){if(bl[bk]===bm){return false}}return true}else{a7.error("Syntax error, unrecognized expression: "+bi)}}}},CHILD:function(bh,bi){var bm=bi[1],bg=bh;switch(bm){case"only":case"first":while((bg=bg.previousSibling)){if(bg.nodeType===1){return false}}if(bm==="first"){return true}bg=bh;case"last":while((bg=bg.nextSibling)){if(bg.nodeType===1){return false}}return true;case"nth":var bj=bi[2],bo=bi[3];if(bj===1&&bo===0){return true}var bl=bi[0],bp=bh.parentNode;if(bp&&(bp.sizcache!==bl||!bh.nodeIndex)){var bk=0;for(bg=bp.firstChild;bg;bg=bg.nextSibling){if(bg.nodeType===1){bg.nodeIndex=++bk}}bp.sizcache=bl}var bn=bh.nodeIndex-bo;if(bj===0){return bn===0}else{return(bn%bj===0&&bn/bj>=0)}}},ID:function(bh,bg){return bh.nodeType===1&&bh.getAttribute("id")===bg},TAG:function(bh,bg){return(bg==="*"&&bh.nodeType===1)||bh.nodeName.toLowerCase()===bg},CLASS:function(bh,bg){return(" "+(bh.className||bh.getAttribute("class"))+" ").indexOf(bg)>-1},ATTR:function(bk,bi){var bh=bi[1],bm=a5.attrHandle[bh]?a5.attrHandle[bh](bk):bk[bh]!=null?bk[bh]:bk.getAttribute(bh),bl=bm+"",bj=bi[2],bg=bi[4];return bm==null?bj==="!=":bj==="="?bl===bg:bj==="*="?bl.indexOf(bg)>=0:bj==="~="?(" "+bl+" ").indexOf(bg)>=0:!bg?bl&&bm!==false:bj==="!="?bl!==bg:bj==="^="?bl.indexOf(bg)===0:bj==="$="?bl.substr(bl.length-bg.length)===bg:bj==="|="?bl===bg||bl.substr(0,bg.length+1)===bg+"-":false},POS:function(bk,bi,bj,bl){var bh=bi[2],bg=a5.setFilters[bh];if(bg){return bg(bk,bj,bi,bl)}}}};var a3=a5.match.POS;for(var a1 in a5.match){a5.match[a1]=new RegExp(a5.match[a1].source+/(?![^\[]*\])(?![^\(]*\))/.source);a5.leftMatch[a1]=new RegExp(/(^(?:.|\r|\n)*?)/.source+a5.match[a1].source.replace(/\\(\d+)/g,function(bh,bg){return"\\"+(bg-0+1)}))}var a6=function(bh,bg){bh=Array.prototype.slice.call(bh,0);if(bg){bg.push.apply(bg,bh);return bg}return bh};try{Array.prototype.slice.call(aa.documentElement.childNodes,0)[0].nodeType}catch(be){a6=function(bk,bj){var bh=bj||[];if(bd.call(bk)==="[object Array]"){Array.prototype.push.apply(bh,bk)}else{if(typeof bk.length==="number"){for(var bi=0,bg=bk.length;bi<bg;bi++){bh.push(bk[bi])}}else{for(var bi=0;bk[bi];bi++){bh.push(bk[bi])}}}return bh}}var bf;if(aa.documentElement.compareDocumentPosition){bf=function(bh,bg){if(!bh.compareDocumentPosition||!bg.compareDocumentPosition){if(bh==bg){a4=true}return bh.compareDocumentPosition?-1:1}var bi=bh.compareDocumentPosition(bg)&4?-1:bh===bg?0:1;if(bi===0){a4=true}return bi}}else{if("sourceIndex" in aa.documentElement){bf=function(bh,bg){if(!bh.sourceIndex||!bg.sourceIndex){if(bh==bg){a4=true}return bh.sourceIndex?-1:1}var bi=bh.sourceIndex-bg.sourceIndex;if(bi===0){a4=true}return bi}}else{if(aa.createRange){bf=function(bh,bg){if(!bh.ownerDocument||!bg.ownerDocument){if(bh==bg){a4=true}return bh.ownerDocument?-1:1}var bj=bh.ownerDocument.createRange(),bk=bg.ownerDocument.createRange();bj.setStart(bh,0);bj.setEnd(bh,0);bk.setStart(bg,0);bk.setEnd(bg,0);var bi=bj.compareBoundaryPoints(Range.START_TO_END,bk);if(bi===0){a4=true}return bi}}}}function a8(bg){var bh="",bj;for(var bi=0;bg[bi];bi++){bj=bg[bi];if(bj.nodeType===3||bj.nodeType===4){bh+=bj.nodeValue}else{if(bj.nodeType!==8){bh+=a8(bj.childNodes)}}}return bh}(function(){var bh=aa.createElement("div"),bi="script"+(new Date).getTime();bh.innerHTML="<a name='"+bi+"'/>";var bg=aa.documentElement;bg.insertBefore(bh,bg.firstChild);if(aa.getElementById(bi)){a5.find.ID=function(bk,bl,bm){if(typeof bl.getElementById!=="undefined"&&!bm){var bj=bl.getElementById(bk[1]);return bj?bj.id===bk[1]||typeof bj.getAttributeNode!=="undefined"&&bj.getAttributeNode("id").nodeValue===bk[1]?[bj]:aM:[]}};a5.filter.ID=function(bl,bj){var bk=typeof bl.getAttributeNode!=="undefined"&&bl.getAttributeNode("id");return bl.nodeType===1&&bk&&bk.nodeValue===bj}}bg.removeChild(bh);bg=bh=null})();(function(){var bg=aa.createElement("div");bg.appendChild(aa.createComment(""));if(bg.getElementsByTagName("*").length>0){a5.find.TAG=function(bh,bl){var bk=bl.getElementsByTagName(bh[1]);if(bh[1]==="*"){var bj=[];for(var bi=0;bk[bi];bi++){if(bk[bi].nodeType===1){bj.push(bk[bi])}}bk=bj}return bk}}bg.innerHTML="<a href='#'></a>";if(bg.firstChild&&typeof bg.firstChild.getAttribute!=="undefined"&&bg.firstChild.getAttribute("href")!=="#"){a5.attrHandle.href=function(bh){return bh.getAttribute("href",2)}}bg=null})();if(aa.querySelectorAll){(function(){var bg=a7,bi=aa.createElement("div");bi.innerHTML="<p class='TEST'></p>";if(bi.querySelectorAll&&bi.querySelectorAll(".TEST").length===0){return}a7=function(bm,bl,bj,bk){bl=bl||aa;if(!bk&&bl.nodeType===9&&!a2(bl)){try{return a6(bl.querySelectorAll(bm),bj)}catch(bn){}}return bg(bm,bl,bj,bk)};for(var bh in bg){a7[bh]=bg[bh]}bi=null})()}(function(){var bg=aa.createElement("div");bg.innerHTML="<div class='test e'></div><div class='test'></div>";if(!bg.getElementsByClassName||bg.getElementsByClassName("e").length===0){return}bg.lastChild.className="e";if(bg.getElementsByClassName("e").length===1){return}a5.order.splice(1,0,"CLASS");a5.find.CLASS=function(bh,bi,bj){if(typeof bi.getElementsByClassName!=="undefined"&&!bj){return bi.getElementsByClassName(bh[1])}};bg=null})();function aY(bh,bn,bl,bo,bm,bp){for(var bj=0,bi=bo.length;bj<bi;bj++){var bg=bo[bj];if(bg){bg=bg[bh];var bk=false;while(bg){if(bg.sizcache===bl){bk=bo[bg.sizset];break}if(bg.nodeType===1&&!bp){bg.sizcache=bl;bg.sizset=bj}if(bg.nodeName.toLowerCase()===bn){bk=bg;break}bg=bg[bh]}bo[bj]=bk}}}function bc(bh,bn,bl,bo,bm,bp){for(var bj=0,bi=bo.length;bj<bi;bj++){var bg=bo[bj];if(bg){bg=bg[bh];var bk=false;while(bg){if(bg.sizcache===bl){bk=bo[bg.sizset];break}if(bg.nodeType===1){if(!bp){bg.sizcache=bl;bg.sizset=bj}if(typeof bn!=="string"){if(bg===bn){bk=true;break}}else{if(a7.filter(bn,[bg]).length>0){bk=bg;break}}}bg=bg[bh]}bo[bj]=bk}}}var aZ=aa.compareDocumentPosition?function(bh,bg){return !!(bh.compareDocumentPosition(bg)&16)}:function(bh,bg){return bh!==bg&&(bh.contains?bh.contains(bg):true)};var a2=function(bg){var bh=(bg?bg.ownerDocument||bg:0).documentElement;return bh?bh.nodeName!=="HTML":false};var bb=function(bg,bm){var bn=[],bj="",bk,bi=bm.nodeType?[bm]:bm;while((bk=a5.match.PSEUDO.exec(bg))){bj+=bk[0];bg=bg.replace(a5.match.PSEUDO,"")}bg=a5.relative[bg]?bg+"*":bg;for(var bl=0,bh=bi.length;bl<bh;bl++){a7(bg,bi[bl],bn)}return a7.filter(bj,bn)};m.find=a7;m.expr=a7.selectors;m.expr[":"]=m.expr.filters;m.unique=a7.uniqueSort;m.text=a8;m.isXMLDoc=a2;m.contains=aZ;return;C.Sizzle=a7})();var aC=/Until$/,ar=/^(?:parents|prevUntil|prevAll)/,aN=/,/,E=Array.prototype.slice;var aj=function(aY,a0,aZ){if(m.isFunction(a0)){return m.grep(aY,function(a3,a2){return !!a0.call(a3,a2,a3)===aZ})}else{if(a0.nodeType){return m.grep(aY,function(a3,a2){return(a3===a0)===aZ})}else{if(typeof a0==="string"){var a1=m.grep(aY,function(a2){return a2.nodeType===1});if(t.test(a0)){return m.filter(a0,a1,!aZ)}else{a0=m.filter(a0,a1)}}}}return m.grep(aY,function(a3,a2){return(m.inArray(a3,a0)>=0)===aZ})};m.fn.extend({find:function(aY){var a1=this.pushStack("","find",aY),a0=0;for(var a2=0,aZ=this.length;a2<aZ;a2++){a0=a1.length;m.find(aY,this[a2],a1);if(a2>0){for(var a4=a0;a4<a1.length;a4++){for(var a3=0;a3<a0;a3++){if(a1[a3]===a1[a4]){a1.splice(a4--,1);break}}}}}return a1},has:function(aZ){var aY=m(aZ);return this.filter(function(){for(var a1=0,a0=aY.length;a1<a0;a1++){if(m.contains(this,aY[a1])){return true}}})},not:function(aY){return this.pushStack(aj(this,aY,false),"not",aY)},filter:function(aY){return this.pushStack(aj(this,aY,true),"filter",aY)},is:function(aY){return !!aY&&m.filter(aY,this).length>0},closest:function(a6,aY){if(m.isArray(a6)){var a4=[],a7=this[0],a2,a3={},a0;if(a7&&a6.length){for(var a1=0,aZ=a6.length;a1<aZ;a1++){a0=a6[a1];if(!a3[a0]){a3[a0]=m.expr.match.POS.test(a0)?m(a0,aY||this.context):a0}}while(a7&&a7.ownerDocument&&a7!==aY){for(a0 in a3){a2=a3[a0];if(a2.jquery?a2.index(a7)>-1:m(a7).is(a2)){a4.push({selector:a0,elem:a7});delete a3[a0]}}a7=a7.parentNode}}return a4}var a5=m.expr.match.POS.test(a6)?m(a6,aY||this.context):null;return this.map(function(a8,a9){while(a9&&a9.ownerDocument&&a9!==aY){if(a5?a5.index(a9)>-1:m(a9).is(a6)){return a9}a9=a9.parentNode}return null})},index:function(aY){if(!aY||typeof aY==="string"){return m.inArray(this[0],aY?m(aY):this.parent().children())}return m.inArray(aY.jquery?aY[0]:aY,this)},add:function(aY,aZ){var a1=typeof aY==="string"?m(aY,aZ||this.context):m.makeArray(aY),a0=m.merge(this.get(),a1);return this.pushStack(aS(a1[0])||aS(a0[0])?a0:m.unique(a0))},andSelf:function(){return this.add(this.prevObject)}});function aS(aY){return !aY||!aY.parentNode||aY.parentNode.nodeType===11}m.each({parent:function(aZ){var aY=aZ.parentNode;return aY&&aY.nodeType!==11?aY:null},parents:function(aY){return m.dir(aY,"parentNode")},parentsUntil:function(aZ,aY,a0){return m.dir(aZ,"parentNode",a0)},next:function(aY){return m.nth(aY,2,"nextSibling")},prev:function(aY){return m.nth(aY,2,"previousSibling")},nextAll:function(aY){return m.dir(aY,"nextSibling")},prevAll:function(aY){return m.dir(aY,"previousSibling")},nextUntil:function(aZ,aY,a0){return m.dir(aZ,"nextSibling",a0)},prevUntil:function(aZ,aY,a0){return m.dir(aZ,"previousSibling",a0)},siblings:function(aY){return m.sibling(aY.parentNode.firstChild,aY)},children:function(aY){return m.sibling(aY.firstChild)},contents:function(aY){return m.nodeName(aY,"iframe")?aY.contentDocument||aY.contentWindow.document:m.makeArray(aY.childNodes)}},function(aY,aZ){m.fn[aY]=function(a2,a0){var a1=m.map(this,aZ,a2);if(!aC.test(aY)){a0=a2}if(a0&&typeof a0==="string"){a1=m.filter(a0,a1)}a1=this.length>1?m.unique(a1):a1;if((this.length>1||aN.test(a0))&&ar.test(aY)){a1=a1.reverse()}return this.pushStack(a1,aY,E.call(arguments).join(","))}});m.extend({filter:function(a0,aY,aZ){if(aZ){a0=":not("+a0+")"}return m.find.matches(a0,aY)},dir:function(a0,aZ,a2){var aY=[],a1=a0[aZ];while(a1&&a1.nodeType!==9&&(a2===aM||a1.nodeType!==1||!m(a1).is(a2))){if(a1.nodeType===1){aY.push(a1)}a1=a1[aZ]}return aY},nth:function(a2,a1,aZ,a0){a1=a1||1;var aY=0;for(;a2;a2=a2[aZ]){if(a2.nodeType===1&&++aY===a1){break}}return a2},sibling:function(a0,aZ){var aY=[];for(;a0;a0=a0.nextSibling){if(a0.nodeType===1&&a0!==aZ){aY.push(a0)}}return aY}});var V=/ jQuery\d+="(?:\d+|null)"/g,Z=/^\s+/,F=/(<([\w:]+)[^>]*?)\/>/g,al=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,k=/<([\w:]+)/,aW=/<tbody/i,M=/<|&#?\w+;/,aK=/<script|<object|<embed|<option|<style/i,l=/checked\s*(?:[^=]|=\s*.checked.)/i,p=function(aZ,a0,aY){return al.test(aY)?aZ:a0+"></"+aY+">"},ac={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};ac.optgroup=ac.option;ac.tbody=ac.tfoot=ac.colgroup=ac.caption=ac.thead;ac.th=ac.td;if(!m.support.htmlSerialize){ac._default=[1,"div<div>","</div>"]}m.fn.extend({text:function(aY){if(m.isFunction(aY)){return this.each(function(a0){var aZ=m(this);aZ.text(aY.call(this,a0,aZ.text()))})}if(typeof aY!=="object"&&aY!==aM){return this.empty().append((this[0]&&this[0].ownerDocument||aa).createTextNode(aY))}return m.text(this)},wrapAll:function(aY){if(m.isFunction(aY)){return this.each(function(a0){m(this).wrapAll(aY.call(this,a0))})}if(this[0]){var aZ=m(aY,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){aZ.insertBefore(this[0])}aZ.map(function(){var a0=this;while(a0.firstChild&&a0.firstChild.nodeType===1){a0=a0.firstChild}return a0}).append(this)}return this},wrapInner:function(aY){if(m.isFunction(aY)){return this.each(function(aZ){m(this).wrapInner(aY.call(this,aZ))})}return this.each(function(){var a0=m(this),aZ=a0.contents();if(aZ.length){aZ.wrapAll(aY)}else{a0.append(aY)}})},wrap:function(aY){return this.each(function(){m(this).wrapAll(aY)})},unwrap:function(){return this.parent().each(function(){if(!m.nodeName(this,"body")){m(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(aY){if(this.nodeType===1){this.appendChild(aY)}})},prepend:function(){return this.domManip(arguments,true,function(aY){if(this.nodeType===1){this.insertBefore(aY,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(aZ){this.parentNode.insertBefore(aZ,this)})}else{if(arguments.length){var aY=m(arguments[0]);aY.push.apply(aY,this.toArray());return this.pushStack(aY,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(aZ){this.parentNode.insertBefore(aZ,this.nextSibling)})}else{if(arguments.length){var aY=this.pushStack(this,"after",arguments);aY.push.apply(aY,m(arguments[0]).toArray());return aY}}},remove:function(aZ,aY){for(var a0=0,a1;(a1=this[a0])!=null;a0++){if(!aZ||m.filter(aZ,[a1]).length){if(!aY&&a1.nodeType===1){m.cleanData(a1.getElementsByTagName("*"));m.cleanData([a1])}if(a1.parentNode){a1.parentNode.removeChild(a1)}}}return this},empty:function(){for(var aY=0,aZ;(aZ=this[aY])!=null;aY++){if(aZ.nodeType===1){m.cleanData(aZ.getElementsByTagName("*"))}while(aZ.firstChild){aZ.removeChild(aZ.firstChild)}}return this},clone:function(aZ){var aY=this.map(function(){if(!m.support.noCloneEvent&&!m.isXMLDoc(this)){var a1=this.outerHTML,a0=this.ownerDocument;if(!a1){var a2=a0.createElement("div");a2.appendChild(this.cloneNode(true));a1=a2.innerHTML}return m.clean([a1.replace(V,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(Z,"")],a0)[0]}else{return this.cloneNode(true)}});if(aZ===true){q(this,aY);q(this.find("*"),aY.find("*"))}return aY},html:function(a0){if(a0===aM){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(V,""):null}else{if(typeof a0==="string"&&!aK.test(a0)&&(m.support.leadingWhitespace||!Z.test(a0))&&!ac[(k.exec(a0)||["",""])[1].toLowerCase()]){a0=a0.replace(F,p);try{for(var aZ=0,aY=this.length;aZ<aY;aZ++){if(this[aZ].nodeType===1){m.cleanData(this[aZ].getElementsByTagName("*"));this[aZ].innerHTML=a0}}}catch(a1){this.empty().append(a0)}}else{if(m.isFunction(a0)){this.each(function(a4){var a3=m(this),a2=a3.html();a3.empty().append(function(){return a0.call(this,a4,a2)})})}else{this.empty().append(a0)}}}return this},replaceWith:function(aY){if(this[0]&&this[0].parentNode){if(m.isFunction(aY)){return this.each(function(a1){var a0=m(this),aZ=a0.html();a0.replaceWith(aY.call(this,a1,aZ))})}if(typeof aY!=="string"){aY=m(aY).detach()}return this.each(function(){var a0=this.nextSibling,aZ=this.parentNode;m(this).remove();if(a0){m(a0).before(aY)}else{m(aZ).append(aY)}})}else{return this.pushStack(m(m.isFunction(aY)?aY():aY),"replaceWith",aY)}},detach:function(aY){return this.remove(aY,true)},domManip:function(a4,a9,a7){var a2,a3,a6=a4[0],a0=[],aY,a8;if(!m.support.checkClone&&arguments.length===3&&typeof a6==="string"&&l.test(a6)){return this.each(function(){m(this).domManip(a4,a9,a7,true)})}if(m.isFunction(a6)){return this.each(function(bb){var ba=m(this);a4[0]=a6.call(this,bb,a9?ba.html():aM);ba.domManip(a4,a9,a7)})}if(this[0]){a8=a6&&a6.parentNode;if(m.support.parentNode&&a8&&a8.nodeType===11&&a8.childNodes.length===this.length){a2={fragment:a8}}else{a2=H(a4,this,a0)}aY=a2.fragment;if(aY.childNodes.length===1){a3=aY=aY.firstChild}else{a3=aY.firstChild}if(a3){a9=a9&&m.nodeName(a3,"tr");for(var a1=0,aZ=this.length;a1<aZ;a1++){a7.call(a9?a5(this[a1],a3):this[a1],a1>0||a2.cacheable||this.length>1?aY.cloneNode(true):aY)}}if(a0.length){m.each(a0,u)}}return this;function a5(ba,bb){return m.nodeName(ba,"table")?(ba.getElementsByTagName("tbody")[0]||ba.appendChild(ba.ownerDocument.createElement("tbody"))):ba}}});function q(a0,aY){var aZ=0;aY.each(function(){if(this.nodeName!==(a0[aZ]&&a0[aZ].nodeName)){return}var a5=m.data(a0[aZ++]),a4=m.data(this,a5),a1=a5&&a5.events;if(a1){delete a4.handle;a4.events={};for(var a3 in a1){for(var a2 in a1[a3]){m.event.add(this,a3,a1[a3][a2],a1[a3][a2].data)}}}})}function H(a1,a0,aY){var a2,a3,aZ,a4=(a0&&a0[0]?a0[0].ownerDocument||a0[0]:aa);if(a1.length===1&&typeof a1[0]==="string"&&a1[0].length<512&&a4===aa&&!aK.test(a1[0])&&(m.support.checkClone||!l.test(a1[0]))){a3=true;aZ=m.fragments[a1[0]];if(aZ){if(aZ!==1){a2=aZ}}}if(!a2){a2=a4.createDocumentFragment();m.clean(a1,a4,a2,aY)}if(a3){m.fragments[a1[0]]=aZ?a2:1}return{fragment:a2,cacheable:a3}}m.fragments={};m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(aY,aZ){m.fn[aY]=function(a1){var a5=[],a0=m(a1),a4=this.length===1&&this[0].parentNode;if(a4&&a4.nodeType===11&&a4.childNodes.length===1&&a0.length===1){a0[aZ](this[0]);return this}else{for(var a6=0,a2=a0.length;a6<a2;a6++){var a3=(a6>0?this.clone(true):this).get();m.fn[aZ].apply(m(a0[a6]),a3);a5=a5.concat(a3)}return this.pushStack(a5,aY,a0.selector)}}});m.extend({clean:function(a0,a3,a2,a5){a3=a3||aa;if(typeof a3.createElement==="undefined"){a3=a3.ownerDocument||a3[0]&&a3[0].ownerDocument||aa}var ba=[];for(var a9=0,a4;(a4=a0[a9])!=null;a9++){if(typeof a4==="number"){a4+=""}if(!a4){continue}if(typeof a4==="string"&&!M.test(a4)){a4=a3.createTextNode(a4)}else{if(typeof a4==="string"){a4=a4.replace(F,p);var bb=(k.exec(a4)||["",""])[1].toLowerCase(),a1=ac[bb]||ac._default,a8=a1[0],aZ=a3.createElement("div");aZ.innerHTML=a1[1]+a4+a1[2];while(a8--){aZ=aZ.lastChild}if(!m.support.tbody){var aY=aW.test(a4),a7=bb==="table"&&!aY?aZ.firstChild&&aZ.firstChild.childNodes:a1[1]==="<table>"&&!aY?aZ.childNodes:[];for(var a6=a7.length-1;a6>=0;--a6){if(m.nodeName(a7[a6],"tbody")&&!a7[a6].childNodes.length){a7[a6].parentNode.removeChild(a7[a6])}}}if(!m.support.leadingWhitespace&&Z.test(a4)){aZ.insertBefore(a3.createTextNode(Z.exec(a4)[0]),aZ.firstChild)}a4=aZ.childNodes}}if(a4.nodeType){ba.push(a4)}else{ba=m.merge(ba,a4)}}if(a2){for(var a9=0;ba[a9];a9++){if(a5&&m.nodeName(ba[a9],"script")&&(!ba[a9].type||ba[a9].type.toLowerCase()==="text/javascript")){a5.push(ba[a9].parentNode?ba[a9].parentNode.removeChild(ba[a9]):ba[a9])}else{if(ba[a9].nodeType===1){ba.splice.apply(ba,[a9+1,0].concat(m.makeArray(ba[a9].getElementsByTagName("script"))))}a2.appendChild(ba[a9])}}}return ba},cleanData:function(aZ){var a5,a1,aY=m.cache,a0=m.event.special,a2=m.support.deleteExpando;for(var a4=0,a3;(a3=aZ[a4])!=null;a4++){a1=a3[m.expando];if(a1){a5=aY[a1];if(a5.events){for(var a6 in a5.events){if(a0[a6]){m.event.remove(a3,a6)}else{an(a3,a6,a5.handle)}}}if(a2){delete a3[m.expando]}else{if(a3.removeAttribute){a3.removeAttribute(m.expando)}}delete aY[a1]}}}});var Y=/z-?index|font-?weight|opacity|zoom|line-?height/i,aw=/alpha\([^)]*\)/,ap=/opacity=([^)]*)/,ak=/float/i,Q=/-([a-z])/ig,aT=/([A-Z])/g,B=/^-?\d+(?:px)?$/i,aV=/^-?\d/,aJ={position:"absolute",visibility:"hidden",display:"block"},at=["Left","Right"],aF=["Top","Bottom"],ai=aa.defaultView&&aa.defaultView.getComputedStyle,aO=m.support.cssFloat?"cssFloat":"styleFloat",j=function(aZ,aY){return aY.toUpperCase()};m.fn.css=function(aY,aZ){return ag(this,aY,aZ,true,function(a1,a0,a2){if(a2===aM){return m.curCSS(a1,a0)}if(typeof a2==="number"&&!Y.test(a0)){a2+="px"}m.style(a1,a0,a2)})};m.extend({style:function(a2,aZ,a3){if(!a2||a2.nodeType===3||a2.nodeType===8){return aM}if((aZ==="width"||aZ==="height")&&parseFloat(a3)<0){a3=aM}var a1=a2.style||a2,a4=a3!==aM;if(!m.support.opacity&&aZ==="opacity"){if(a4){a1.zoom=1;var a0=parseInt(a3,10)+""==="NaN"?"":"alpha(opacity="+a3*100+")";var aY=a1.filter||m.curCSS(a2,"filter")||"";a1.filter=aw.test(aY)?aY.replace(aw,a0):a0}return a1.filter&&a1.filter.indexOf("opacity=")>=0?(parseFloat(ap.exec(a1.filter)[1])/100)+"":""}if(ak.test(aZ)){aZ=aO}aZ=aZ.replace(Q,j);if(a4){a1[aZ]=a3}return a1[aZ]},css:function(a1,aZ,a3,aY){if(aZ==="width"||aZ==="height"){var a5,a0=aJ,a4=aZ==="width"?at:aF;function a2(){a5=aZ==="width"?a1.offsetWidth:a1.offsetHeight;if(aY==="border"){return}m.each(a4,function(){if(!aY){a5-=parseFloat(m.curCSS(a1,"padding"+this,true))||0}if(aY==="margin"){a5+=parseFloat(m.curCSS(a1,"margin"+this,true))||0}else{a5-=parseFloat(m.curCSS(a1,"border"+this+"Width",true))||0}})}if(a1.offsetWidth!==0){a2()}else{m.swap(a1,a0,a2)}return Math.max(0,Math.round(a5))}return m.curCSS(a1,aZ,a3)},curCSS:function(a4,aY,a0){var a7,aZ=a4.style,a6;if(!m.support.opacity&&aY==="opacity"&&a4.currentStyle){a7=ap.test(a4.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return a7===""?"1":a7}if(ak.test(aY)){aY=aO}if(!a0&&aZ&&aZ[aY]){a7=aZ[aY]}else{if(ai){if(ak.test(aY)){aY="float"}aY=aY.replace(aT,"-$1").toLowerCase();var a2=a4.ownerDocument.defaultView;if(!a2){return null}var a8=a2.getComputedStyle(a4,null);if(a8){a7=a8.getPropertyValue(aY)}if(aY==="opacity"&&a7===""){a7="1"}}else{if(a4.currentStyle){var a5=aY.replace(Q,j);a7=a4.currentStyle[aY]||a4.currentStyle[a5];if(!B.test(a7)&&aV.test(a7)){var a3=aZ.left,a1=a4.runtimeStyle.left;a4.runtimeStyle.left=a4.currentStyle.left;aZ.left=a5==="fontSize"?"1em":(a7||0);a7=aZ.pixelLeft+"px";aZ.left=a3;a4.runtimeStyle.left=a1}}}}return a7},swap:function(a1,a0,a2){var aY={};for(var aZ in a0){aY[aZ]=a1.style[aZ];a1.style[aZ]=a0[aZ]}a2.call(a1);for(var aZ in a0){a1.style[aZ]=aY[aZ]}}});if(m.expr&&m.expr.filters){m.expr.filters.hidden=function(a0){var aY=a0.offsetWidth,a1=a0.offsetHeight,aZ=a0.nodeName.toLowerCase()==="tr";return aY===0&&a1===0&&!aZ?true:aY>0&&a1>0&&!aZ?false:m.curCSS(a0,"display")==="none"};m.expr.filters.visible=function(aY){return !m.expr.filters.hidden(aY)}}var af=aQ(),aI=/<script(.|\s)*?\/script>/gi,o=/select|textarea/i,N=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,r=/=\?(&|$)/,aL=/\?/,aX=/(\?|&)_=.*?(&|$)/,D=/^(\w+:)?\/\/([^\/?#]+)/,g=/%20/g,x=m.fn.load;m.fn.extend({load:function(a0,a4,a2){if(typeof a0!=="string"){return x.call(this,a0)}else{if(!this.length){return this}}var a3=a0.indexOf(" ");if(a3>=0){var aY=a0.slice(a3,a0.length);a0=a0.slice(0,a3)}var a1="GET";if(a4){if(m.isFunction(a4)){a2=a4;a4=null}else{if(typeof a4==="object"){a4=m.param(a4,m.ajaxSettings.traditional);a1="POST"}}}var aZ=this;m.ajax({url:a0,type:a1,dataType:"html",data:a4,complete:function(a5,a6){if(a6==="success"||a6==="notmodified"){aZ.html(aY?m("<div />").append(a5.responseText.replace(aI,"")).find(aY):a5.responseText)}if(a2){aZ.each(a2,[a5.responseText,a6,a5])}}});return this},serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?m.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||o.test(this.nodeName)||N.test(this.type))}).map(function(aY,aZ){var a0=m(this).val();return a0==null?null:m.isArray(a0)?m.map(a0,function(a2,a1){return{name:aZ.name,value:a2}}):{name:aZ.name,value:a0}}).get()}});m.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(aY,aZ){m.fn[aZ]=function(a0){return this.bind(aZ,a0)}});m.extend({get:function(aY,a0,a1,aZ){if(m.isFunction(a0)){aZ=aZ||a1;a1=a0;a0=null}return m.ajax({type:"GET",url:aY,data:a0,success:a1,dataType:aZ})},getScript:function(aY,aZ){return m.get(aY,null,aZ,"script")},getJSON:function(aY,aZ,a0){return m.get(aY,aZ,a0,"json")},post:function(aY,a0,a1,aZ){if(m.isFunction(a0)){aZ=aZ||a1;a1=a0;a0={}}return m.ajax({type:"POST",url:aY,data:a0,success:a1,dataType:aZ})},ajaxSetup:function(aY){m.extend(m.ajaxSettings,aY)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:C.XMLHttpRequest&&(C.location.protocol!=="file:"||!C.ActiveXObject)?function(){return new C.XMLHttpRequest()}:function(){try{return new C.ActiveXObject("Microsoft.XMLHTTP")}catch(aY){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(ba){var a6=m.extend(true,{},m.ajaxSettings,ba);var bj,bb,be,bi=ba&&ba.context||a6,a0=a6.type.toUpperCase();if(a6.data&&a6.processData&&typeof a6.data!=="string"){a6.data=m.param(a6.data,a6.traditional)}if(a6.dataType==="jsonp"){if(a0==="GET"){if(!r.test(a6.url)){a6.url+=(aL.test(a6.url)?"&":"?")+(a6.jsonp||"callback")+"=?"}}else{if(!a6.data||!r.test(a6.data)){a6.data=(a6.data?a6.data+"&":"")+(a6.jsonp||"callback")+"=?"}}a6.dataType="json"}if(a6.dataType==="json"&&(a6.data&&r.test(a6.data)||r.test(a6.url))){bj=a6.jsonpCallback||("jsonp"+af++);if(a6.data){a6.data=(a6.data+"").replace(r,"="+bj+"$1")}a6.url=a6.url.replace(r,"="+bj+"$1");a6.dataType="script";C[bj]=C[bj]||function(bk){be=bk;a1();bg();C[bj]=aM;try{delete C[bj]}catch(bl){}if(a3){a3.removeChild(a8)}}}if(a6.dataType==="script"&&a6.cache===null){a6.cache=false}if(a6.cache===false&&a0==="GET"){var aY=aQ();var bf=a6.url.replace(aX,"$1_="+aY+"$2");a6.url=bf+((bf===a6.url)?(aL.test(a6.url)?"&":"?")+"_="+aY:"")}if(a6.data&&a0==="GET"){a6.url+=(aL.test(a6.url)?"&":"?")+a6.data}if(a6.global&&!m.active++){m.event.trigger("ajaxStart")}var a9=D.exec(a6.url),a2=a9&&(a9[1]&&a9[1]!==location.protocol||a9[2]!==location.host);if(a6.dataType==="script"&&a0==="GET"&&a2){var a3=aa.getElementsByTagName("head")[0]||aa.documentElement;var a8=aa.createElement("script");a8.src=a6.url;if(a6.scriptCharset){a8.charset=a6.scriptCharset}if(!bj){var a7=false;a8.onload=a8.onreadystatechange=function(){if(!a7&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){a7=true;a1();bg();a8.onload=a8.onreadystatechange=null;if(a3&&a8.parentNode){a3.removeChild(a8)}}}}a3.insertBefore(a8,a3.firstChild);return aM}var a5=false;var a4=a6.xhr();if(!a4){return}if(a6.username){a4.open(a0,a6.url,a6.async,a6.username,a6.password)}else{a4.open(a0,a6.url,a6.async)}try{if(a6.data||ba&&ba.contentType){a4.setRequestHeader("Content-Type",a6.contentType)}if(a6.ifModified){if(m.lastModified[a6.url]){a4.setRequestHeader("If-Modified-Since",m.lastModified[a6.url])}if(m.etag[a6.url]){a4.setRequestHeader("If-None-Match",m.etag[a6.url])}}if(!a2){a4.setRequestHeader("X-Requested-With","XMLHttpRequest")}a4.setRequestHeader("Accept",a6.dataType&&a6.accepts[a6.dataType]?a6.accepts[a6.dataType]+", */*":a6.accepts._default)}catch(bc){}if(a6.beforeSend&&a6.beforeSend.call(bi,a4,a6)===false){if(a6.global&&!--m.active){m.event.trigger("ajaxStop")}a4.abort();return false}if(a6.global){bd("ajaxSend",[a4,a6])}var bh=a4.onreadystatechange=function(bm){if(!a4||a4.readyState===0||bm==="abort"){if(!a5){bg()}a5=true;if(a4){a4.onreadystatechange=m.noop}}else{if(!a5&&a4&&(a4.readyState===4||bm==="timeout")){a5=true;a4.onreadystatechange=m.noop;bb=bm==="timeout"?"timeout":!m.httpSuccess(a4)?"error":a6.ifModified&&m.httpNotModified(a4,a6.url)?"notmodified":"success";var bk;if(bb==="success"){try{be=m.httpData(a4,a6.dataType,a6)}catch(bl){bb="parsererror";bk=bl}}if(bb==="success"||bb==="notmodified"){if(!bj){a1()}}else{m.handleError(a6,a4,bb,bk)}bg();if(bm==="timeout"){a4.abort()}if(a6.async){a4=null}}}};try{var aZ=a4.abort;a4.abort=function(){if(a4){aZ.call(a4)}bh("abort")}}catch(bc){}if(a6.async&&a6.timeout>0){setTimeout(function(){if(a4&&!a5){bh("timeout")}},a6.timeout)}try{a4.send(a0==="POST"||a0==="PUT"||a0==="DELETE"?a6.data:null)}catch(bc){m.handleError(a6,a4,null,bc);bg()}if(!a6.async){bh()}function a1(){if(a6.success){a6.success.call(bi,be,bb,a4)}if(a6.global){bd("ajaxSuccess",[a4,a6])}}function bg(){if(a6.complete){a6.complete.call(bi,a4,bb)}if(a6.global){bd("ajaxComplete",[a4,a6])}if(a6.global&&!--m.active){m.event.trigger("ajaxStop")}}function bd(bl,bk){(a6.context?m(a6.context):m.event).trigger(bl,bk)}return a4},handleError:function(aY,a1,aZ,a0){if(aY.error){aY.error.call(aY.context||aY,a1,aZ,a0)}if(aY.global){(aY.context?m(aY.context):m.event).trigger("ajaxError",[a1,aY,a0])}},active:0,httpSuccess:function(aZ){try{return !aZ.status&&location.protocol==="file:"||(aZ.status>=200&&aZ.status<300)||aZ.status===304||aZ.status===1223||aZ.status===0}catch(aY){}return false},httpNotModified:function(a1,aY){var a0=a1.getResponseHeader("Last-Modified"),aZ=a1.getResponseHeader("Etag");if(a0){m.lastModified[aY]=a0}if(aZ){m.etag[aY]=aZ}return a1.status===304||a1.status===0},httpData:function(a3,a1,a0){var aZ=a3.getResponseHeader("content-type")||"",aY=a1==="xml"||!a1&&aZ.indexOf("xml")>=0,a2=aY?a3.responseXML:a3.responseText;if(aY&&a2.documentElement.nodeName==="parsererror"){m.error("parsererror")}if(a0&&a0.dataFilter){a2=a0.dataFilter(a2,a1)}if(typeof a2==="string"){if(a1==="json"||!a1&&aZ.indexOf("json")>=0){a2=m.parseJSON(a2)}else{if(a1==="script"||!a1&&aZ.indexOf("javascript")>=0){m.globalEval(a2)}}}return a2},param:function(a1,a0){var a2=[];if(a0===aM){a0=m.ajaxSettings.traditional}if(m.isArray(a1)||a1.jquery){m.each(a1,function(){a3(this.name,this.value)})}else{for(var aY in a1){aZ(aY,a1[aY])}}return a2.join("&").replace(g,"+");function aZ(a4,a5){if(m.isArray(a5)){m.each(a5,function(a7,a6){if(a0||/\[\]$/.test(a4)){a3(a4,a6)}else{aZ(a4+"["+(typeof a6==="object"||m.isArray(a6)?a7:"")+"]",a6)}})}else{if(!a0&&a5!=null&&typeof a5==="object"){m.each(a5,function(a7,a6){aZ(a4+"["+a7+"]",a6)})}else{a3(a4,a5)}}}function a3(a4,a5){a5=m.isFunction(a5)?a5():a5;a2[a2.length]=encodeURIComponent(a4)+"="+encodeURIComponent(a5)}}});var aH={},ae=/toggle|show|hide/,W=/^([+-]=)?([\d+-.]+)(.*)$/,K,ah=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];m.fn.extend({show:function(a0,a7){if(a0||a0===0){return this.animate(aE("show",3),a0,a7)}else{for(var a4=0,a1=this.length;a4<a1;a4++){var aY=m.data(this[a4],"olddisplay");this[a4].style.display=aY||"";if(m.css(this[a4],"display")==="none"){var a6=this[a4].nodeName,a5;if(aH[a6]){a5=aH[a6]}else{var aZ=m("<"+a6+" />").appendTo("body");a5=aZ.css("display");if(a5==="none"){a5="block"}aZ.remove();aH[a6]=a5}m.data(this[a4],"olddisplay",a5)}}for(var a3=0,a2=this.length;a3<a2;a3++){this[a3].style.display=m.data(this[a3],"olddisplay")||""}return this}},hide:function(a3,a4){if(a3||a3===0){return this.animate(aE("hide",3),a3,a4)}else{for(var a2=0,aZ=this.length;a2<aZ;a2++){var aY=m.data(this[a2],"olddisplay");if(!aY&&aY!=="none"){m.data(this[a2],"olddisplay",m.css(this[a2],"display"))}}for(var a1=0,a0=this.length;a1<a0;a1++){this[a1].style.display="none"}return this}},_toggle:m.fn.toggle,toggle:function(a0,aZ){var aY=typeof a0==="boolean";if(m.isFunction(a0)&&m.isFunction(aZ)){this._toggle.apply(this,arguments)}else{if(a0==null||aY){this.each(function(){var a1=aY?a0:m(this).is(":hidden");m(this)[a1?"show":"hide"]()})}else{this.animate(aE("toggle",3),a0,aZ)}}return this},fadeTo:function(aY,a0,aZ){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:a0},aY,aZ)},animate:function(a2,aZ,a1,a0){var aY=m.speed(aZ,a1,a0);if(m.isEmptyObject(a2)){return this.each(aY.complete)}return this[aY.queue===false?"each":"queue"](function(){var a6=m.extend({},aY),a7,a3=this.nodeType===1&&m(this).is(":hidden"),a4=this;for(a7 in a2){var a5=a7.replace(Q,j);if(a7!==a5){a2[a5]=a2[a7];delete a2[a7];a7=a5}if(a2[a7]==="hide"&&a3||a2[a7]==="show"&&!a3){return a6.complete.call(this)}if((a7==="height"||a7==="width")&&this.style){a6.display=m.css(this,"display");a6.overflow=this.style.overflow}if(m.isArray(a2[a7])){(a6.specialEasing=a6.specialEasing||{})[a7]=a2[a7][1];a2[a7]=a2[a7][0]}}if(a6.overflow!=null){this.style.overflow="hidden"}a6.curAnim=m.extend({},a2);m.each(a2,function(a9,bd){var bc=new m.fx(a4,a6,a9);if(ae.test(bd)){bc[bd==="toggle"?a3?"show":"hide":bd](a2)}else{var bb=W.exec(bd),be=bc.cur(true)||0;if(bb){var a8=parseFloat(bb[2]),ba=bb[3]||"px";if(ba!=="px"){a4.style[a9]=(a8||1)+ba;be=((a8||1)/bc.cur(true))*be;a4.style[a9]=be+ba}if(bb[1]){a8=((bb[1]==="-="?-1:1)*a8)+be}bc.custom(be,a8,ba)}else{bc.custom(be,bd,"")}}});return true})},stop:function(aZ,a0){var aY=m.timers;if(aZ){this.queue([])}this.each(function(){for(var a1=aY.length-1;a1>=0;a1--){if(aY[a1].elem===this){if(a0){aY[a1](true)}aY.splice(a1,1)}}});if(!a0){this.dequeue()}return this}});m.each({slideDown:aE("show",1),slideUp:aE("hide",1),slideToggle:aE("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(aY,aZ){m.fn[aY]=function(a0,a1){return this.animate(aZ,a0,a1)}});m.extend({speed:function(a0,a1,aZ){var aY=a0&&typeof a0==="object"?a0:{complete:aZ||!aZ&&a1||m.isFunction(a0)&&a0,duration:a0,easing:aZ&&a1||a1&&!m.isFunction(a1)&&a1};aY.duration=m.fx.off?0:typeof aY.duration==="number"?aY.duration:m.fx.speeds[aY.duration]||m.fx.speeds._default;aY.old=aY.complete;aY.complete=function(){if(aY.queue!==false){m(this).dequeue()}if(m.isFunction(aY.old)){aY.old.call(this)}};return aY},easing:{linear:function(a0,a1,aY,aZ){return aY+aZ*a0},swing:function(a0,a1,aY,aZ){return((-Math.cos(a0*Math.PI)/2)+0.5)*aZ+aY}},timers:[],fx:function(aZ,aY,a0){this.options=aY;this.elem=aZ;this.prop=a0;if(!aY.orig){aY.orig={}}}});m.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(m.fx.step[this.prop]||m.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(aZ){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var aY=parseFloat(m.css(this.elem,this.prop,aZ));return aY&&aY>-10000?aY:parseFloat(m.curCSS(this.elem,this.prop))||0},custom:function(a2,a1,a0){this.startTime=aQ();this.start=a2;this.end=a1;this.unit=a0||this.unit||"px";this.now=this.start;this.pos=this.state=0;var aY=this;function aZ(a3){return aY.step(a3)}aZ.elem=this.elem;if(aZ()&&m.timers.push(aZ)&&!K){K=setInterval(m.fx.tick,13)}},show:function(){this.options.orig[this.prop]=m.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());m(this.elem).show()},hide:function(){this.options.orig[this.prop]=m.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a3){var a6=aQ(),a2=true;if(a3||a6>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var a4 in this.options.curAnim){if(this.options.curAnim[a4]!==true){a2=false}}if(a2){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var a0=m.data(this.elem,"olddisplay");this.elem.style.display=a0?a0:this.options.display;if(m.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){m(this.elem).hide()}if(this.options.hide||this.options.show){for(var aZ in this.options.curAnim){m.style(this.elem,aZ,this.options.orig[aZ])}}this.options.complete.call(this.elem)}return false}else{var a1=a6-this.startTime;this.state=a1/this.options.duration;var aY=this.options.specialEasing&&this.options.specialEasing[this.prop];var a5=this.options.easing||(m.easing.swing?"swing":"linear");this.pos=m.easing[aY||a5](this.state,a1,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};m.extend(m.fx,{tick:function(){var aY=m.timers;for(var aZ=0;aZ<aY.length;aZ++){if(!aY[aZ]()){aY.splice(aZ--,1)}}if(!aY.length){m.fx.stop()}},stop:function(){clearInterval(K);K=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(aY){m.style(aY.elem,"opacity",aY.now)},_default:function(aY){if(aY.elem.style&&aY.elem.style[aY.prop]!=null){aY.elem.style[aY.prop]=(aY.prop==="width"||aY.prop==="height"?Math.max(0,aY.now):aY.now)+aY.unit}else{aY.elem[aY.prop]=aY.now}}}});if(m.expr&&m.expr.filters){m.expr.filters.animated=function(aY){return m.grep(m.timers,function(aZ){return aY===aZ.elem}).length}}function aE(aZ,aY){var a0={};m.each(ah.concat.apply([],ah.slice(0,aY)),function(){a0[this]=aZ});return a0}if("getBoundingClientRect" in aa.documentElement){m.fn.offset=function(a6){var a0=this[0];if(a6){return this.each(function(a8){m.offset.setOffset(this,a6,a8)})}if(!a0||!a0.ownerDocument){return null}if(a0===a0.ownerDocument.body){return m.offset.bodyOffset(a0)}var a2=a0.getBoundingClientRect(),a7=a0.ownerDocument,a3=a7.body,aY=a7.documentElement,a1=aY.clientTop||a3.clientTop||0,a4=aY.clientLeft||a3.clientLeft||0,a5=a2.top+(self.pageYOffset||m.support.boxModel&&aY.scrollTop||a3.scrollTop)-a1,aZ=a2.left+(self.pageXOffset||m.support.boxModel&&aY.scrollLeft||a3.scrollLeft)-a4;return{top:a5,left:aZ}}}else{m.fn.offset=function(a8){var a2=this[0];if(a8){return this.each(function(ba){m.offset.setOffset(this,a8,ba)})}if(!a2||!a2.ownerDocument){return null}if(a2===a2.ownerDocument.body){return m.offset.bodyOffset(a2)}m.offset.initialize();var aY=a2.offsetParent,a6=a2,a9=a2.ownerDocument,a5,a0=a9.documentElement,a3=a9.body,aZ=a9.defaultView,a4=aZ?aZ.getComputedStyle(a2,null):a2.currentStyle,a7=a2.offsetTop,a1=a2.offsetLeft;while((a2=a2.parentNode)&&a2!==a3&&a2!==a0){if(m.offset.supportsFixedPosition&&a4.position==="fixed"){break}a5=aZ?aZ.getComputedStyle(a2,null):a2.currentStyle;a7-=a2.scrollTop;a1-=a2.scrollLeft;if(a2===aY){a7+=a2.offsetTop;a1+=a2.offsetLeft;if(m.offset.doesNotAddBorder&&!(m.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a2.nodeName))){a7+=parseFloat(a5.borderTopWidth)||0;a1+=parseFloat(a5.borderLeftWidth)||0}a6=aY,aY=a2.offsetParent}if(m.offset.subtractsBorderForOverflowNotVisible&&a5.overflow!=="visible"){a7+=parseFloat(a5.borderTopWidth)||0;a1+=parseFloat(a5.borderLeftWidth)||0}a4=a5}if(a4.position==="relative"||a4.position==="static"){a7+=a3.offsetTop;a1+=a3.offsetLeft}if(m.offset.supportsFixedPosition&&a4.position==="fixed"){a7+=Math.max(a0.scrollTop,a3.scrollTop);a1+=Math.max(a0.scrollLeft,a3.scrollLeft)}return{top:a7,left:a1}}}m.offset={initialize:function(){var aY=aa.body,a3=aa.createElement("div"),a1,a4,a2,a5,aZ=parseFloat(m.curCSS(aY,"marginTop",true))||0,a0="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";m.extend(a3.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});a3.innerHTML=a0;aY.insertBefore(a3,aY.firstChild);a1=a3.firstChild;a4=a1.firstChild;a5=a1.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(a4.offsetTop!==5);this.doesAddBorderForTableAndCells=(a5.offsetTop===5);a4.style.position="fixed",a4.style.top="20px";this.supportsFixedPosition=(a4.offsetTop===20||a4.offsetTop===15);a4.style.position=a4.style.top="";a1.style.overflow="hidden",a1.style.position="relative";this.subtractsBorderForOverflowNotVisible=(a4.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(aY.offsetTop!==aZ);aY.removeChild(a3);aY=a3=a1=a4=a2=a5=null;m.offset.initialize=m.noop},bodyOffset:function(aY){var a0=aY.offsetTop,aZ=aY.offsetLeft;m.offset.initialize();if(m.offset.doesNotIncludeMarginInBodyOffset){a0+=parseFloat(m.curCSS(aY,"marginTop",true))||0;aZ+=parseFloat(m.curCSS(aY,"marginLeft",true))||0}return{top:a0,left:aZ}},setOffset:function(a3,a0,aZ){if(/static/.test(m.curCSS(a3,"position"))){a3.style.position="relative"}var a2=m(a3),a5=a2.offset(),aY=parseInt(m.curCSS(a3,"top",true),10)||0,a4=parseInt(m.curCSS(a3,"left",true),10)||0;if(m.isFunction(a0)){a0=a0.call(a3,aZ,a5)}var a1={top:(a0.top-a5.top)+aY,left:(a0.left-a5.left)+a4};if("using" in a0){a0.using.call(a3,a1)}else{a2.css(a1)}}};m.fn.extend({position:function(){if(!this[0]){return null}var a0=this[0],aZ=this.offsetParent(),a1=this.offset(),aY=/^body|html$/i.test(aZ[0].nodeName)?{top:0,left:0}:aZ.offset();a1.top-=parseFloat(m.curCSS(a0,"marginTop",true))||0;a1.left-=parseFloat(m.curCSS(a0,"marginLeft",true))||0;aY.top+=parseFloat(m.curCSS(aZ[0],"borderTopWidth",true))||0;aY.left+=parseFloat(m.curCSS(aZ[0],"borderLeftWidth",true))||0;return{top:a1.top-aY.top,left:a1.left-aY.left}},offsetParent:function(){return this.map(function(){var aY=this.offsetParent||aa.body;while(aY&&(!/^body|html$/i.test(aY.nodeName)&&m.css(aY,"position")==="static")){aY=aY.offsetParent}return aY})}});m.each(["Left","Top"],function(aZ,aY){var a0="scroll"+aY;m.fn[a0]=function(a3){var a1=this[0],a2;if(!a1){return null}if(a3!==aM){return this.each(function(){a2=am(this);if(a2){a2.scrollTo(!aZ?a3:m(a2).scrollLeft(),aZ?a3:m(a2).scrollTop())}else{this[a0]=a3}})}else{a2=am(a1);return a2?("pageXOffset" in a2)?a2[aZ?"pageYOffset":"pageXOffset"]:m.support.boxModel&&a2.document.documentElement[a0]||a2.document.body[a0]:a1[a0]}}});function am(aY){return("scrollTo" in aY&&aY.document)?aY:aY.nodeType===9?aY.defaultView||aY.parentWindow:false}m.each(["Height","Width"],function(aZ,aY){var a0=aY.toLowerCase();m.fn["inner"+aY]=function(){return this[0]?m.css(this[0],a0,false,"padding"):null};m.fn["outer"+aY]=function(a1){return this[0]?m.css(this[0],a0,false,a1?"margin":"border"):null};m.fn[a0]=function(a1){var a2=this[0];if(!a2){return a1==null?null:this}if(m.isFunction(a1)){return this.each(function(a4){var a3=m(this);a3[a0](a1.call(this,a4,a3[a0]()))})}return("scrollTo" in a2&&a2.document)?a2.document.compatMode==="CSS1Compat"&&a2.document.documentElement["client"+aY]||a2.document.body["client"+aY]:(a2.nodeType===9)?Math.max(a2.documentElement["client"+aY],a2.body["scroll"+aY],a2.documentElement["scroll"+aY],a2.body["offset"+aY],a2.documentElement["offset"+aY]):a1===aM?m.css(a2,a0):this.css(a0,typeof a1==="string"?a1:a1+"px")}});C.jQuery=C.$=m})(window);(function(c){c.facebox=function(m,l){c.facebox.loading();if(m.ajax){f(m.ajax)}else{if(m.image){b(m.image)}else{if(m.div){j(m.div)}else{if(c.isFunction(m)){m.call(c)}else{c.facebox.reveal(m,l)}}}}};c.extend(c.facebox,{settings:{opacity:0.9,overlay:true,loadingImage:"fileadmin/templates/images/loading.gif",closeImage:"fileadmin/templates/images/closelabel.png",imageTypes:["png","jpg","jpeg","gif"],faceboxHtml:'    <div id="facebox" style="display:none;">       <div class="popup">         <table>           <tbody>             <tr>               <td class="tl"/><td class="facebox-top"/><td class="tr"/>             </tr>             <tr>               <td class="facebox-left"><div id="facebox-arrow-left"></div></td>               <td class="body">                   <div class="footer">                   <a href="#" class="close">                     <img src="fileadmin/templates/images/closelabel.png" title="close" class="close_image" />                   </a>                 </div>                 <div class="content">                 </div>               </td>               <td class="facebox-right"><div id="facebox-arrow-right"></div></td>             </tr>             <tr>               <td class="bl"/><td class="facebox-bottom"/><td class="br"/>             </tr>           </tbody>         </table>       </div>     </div>'},loading:function(){k();if(c("#facebox .loading").length==1){return true}d();c("#facebox .content").empty();c("#facebox .body").children().hide().end().append('<div class="loading"><img src="'+c.facebox.settings.loadingImage+'"/></div>');c("#facebox").css({top:h()[1]+(i()/10),left:385.5}).show();c(document).bind("keydown.facebox",function(l){if(l.keyCode==27){c.facebox.close()}return true});c(document).trigger("loading.facebox")},reveal:function(m,l){c(document).trigger("beforeReveal.facebox");if(l){c("#facebox .content").addClass(l)}c("#facebox .content").append(m);c("#facebox-arrow-left").html(m);c("#facebox-arrow-right").html(m);c("#facebox .loading").remove();c("#facebox .body").children().fadeIn("normal");c("#facebox").css("left",c(window).width()/2-(c("#facebox table").width()/2));c(document).trigger("reveal.facebox").trigger("afterReveal.facebox")},close:function(){c(document).trigger("close.facebox");return false}});c.fn.facebox=function(l){k(l);function m(){c.facebox.loading(true);var n=this.rel.match(/facebox\[?\.(\w+)\]?/);if(n){n=n[1]}j(this.href,n);return false}return this.click(m)};function k(m){if(c.facebox.settings.inited){return true}else{c.facebox.settings.inited=true}c(document).trigger("init.facebox");e();var n=c.facebox.settings.imageTypes.join("|");c.facebox.settings.imageTypesRegexp=new RegExp("."+n+"$","i");if(m){c.extend(c.facebox.settings,m)}c("body").append(c.facebox.settings.faceboxHtml);var l=[new Image(),new Image()];l[0].src=c.facebox.settings.closeImage;l[1].src=c.facebox.settings.loadingImage;c("#facebox").find(".b:first, .bl, .br, .tl, .tr").each(function(){l.push(new Image());l.slice(-1).src=c(this).css("background-image").replace(/url\((.+)\)/,"$1")});c("#facebox .close").click(c.facebox.close);c("#facebox .close_image").attr("src",c.facebox.settings.closeImage)}function h(){var m,l;if(self.pageYOffset){l=self.pageYOffset;m=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){l=document.documentElement.scrollTop;m=document.documentElement.scrollLeft}else{if(document.body){l=document.body.scrollTop;m=document.body.scrollLeft}}}return new Array(m,l)}function i(){var l;if(self.innerHeight){l=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){l=document.documentElement.clientHeight}else{if(document.body){l=document.body.clientHeight}}}return l}function e(){var l=c.facebox.settings;l.loadingImage=l.loading_image||l.loadingImage;l.closeImage=l.close_image||l.closeImage;l.imageTypes=l.image_types||l.imageTypes;l.faceboxHtml=l.facebox_html||l.faceboxHtml}function j(m,l){if(m.match(/#/)){var n=window.location.href.split("#")[0];var o=m.replace(n,"");c.facebox.reveal(c(o).clone().show(),l)}else{if(m.match(c.facebox.settings.imageTypesRegexp)){b(m,l)}else{f(m,l)}}}function b(m,l){var n=new Image();n.onload=function(){c.facebox.reveal('<div class="image"><img src="'+n.src+'" /></div>',l)};n.src=m}function f(m,l){c.get(m,function(n){c.facebox.reveal(n,l)})}function a(){return c.facebox.settings.overlay==false||c.facebox.settings.opacity===null}function d(){if(a()){return}if(c("facebox_overlay").length==0){c("body").append('<div id="facebox_overlay" class="facebox_hide"></div>')}c("#facebox_overlay").hide().addClass("facebox_overlayBG").css("opacity",c.facebox.settings.opacity).click(function(){c(document).trigger("close.facebox")}).fadeIn(200);return false}function g(){if(a()){return}c("#facebox_overlay").fadeOut(200,function(){c("#facebox_overlay").removeClass("facebox_overlayBG");c("#facebox_overlay").addClass("facebox_hide");c("#facebox_overlay").remove()});return false}c(document).bind("close.facebox",function(){c(document).unbind("keydown.facebox");c("#facebox").fadeOut(function(){c("#facebox-arrow-right").html(" ");c("#facebox-arrow-left").html(" ");c("#facebox .content").removeClass().addClass("content");g();c("#facebox .loading").remove()})})})(jQuery);(function(){function a(b){console.log("$f.fireEvent",[].slice.call(b))}function j(b){if(!b||typeof b!="object"){return b}var k=new b.constructor;for(var d in b){if(b.hasOwnProperty(d)){k[d]=j(b[d])}}return k}function e(b,n){if(b){var m,k=0,d=b.length;if(d===undefined){for(m in b){if(n.call(b[m],m,b[m])===false){break}}}else{for(m=b[0];k<d&&n.call(m,k,m)!==false;m=b[++k]){}}return b}}function y(b){return document.getElementById(b)}function q(b,k,d){if(typeof k!="object"){return b}b&&k&&e(k,function(n,m){if(!d||typeof m!="function"){b[n]=m}});return b}function c(b){var n=b.indexOf(".");if(n!=-1){var m=b.substring(0,n)||"*",k=b.substring(n+1,b.length),d=[];e(document.getElementsByTagName(m),function(){this.className&&this.className.indexOf(k)!=-1&&d.push(this)});return d}}function f(b){b=b||window.event;if(b.preventDefault){b.stopPropagation();b.preventDefault()}else{b.returnValue=false;b.cancelBubble=true}return false}function r(b,k,d){b[k]=b[k]||[];b[k].push(d)}function p(){return"_"+(""+Math.random()).substring(2,10)}function g(C,x,t){function k(){function B(F){!s.isLoaded()&&s._fireEvent("onBeforeClick")!==false&&s.load();return f(F)}if($f(C)){$f(C).getParent().innerHTML="";H=$f(C).getIndex();v[H]=s}else{v.push(s);H=v.length-1}w=parseInt(C.style.height,10)||C.clientHeight;if(typeof x=="string"){x={src:x}}d=C.id||"fp"+p();D=x.id||d+"_api";x.id=D;t.playerId=d;if(typeof t=="string"){t={clip:{url:t}}}if(typeof t.clip=="string"){t.clip={url:t.clip}}t.clip=t.clip||{};if(C.getAttribute("href",2)&&!t.clip.url){t.clip.url=C.getAttribute("href",2)}o=new i(t.clip,-1,s);t.playlist=t.playlist||[t.clip];var E=0;e(t.playlist,function(){var F=this;if(typeof F=="object"&&F.length){F={url:""+F}}e(t.clip,function(G,J){if(J!==undefined&&F[G]===undefined&&typeof J!="function"){F[G]=J}});t.playlist[E]=F;F=new i(F,E,s);n.push(F);E++});e(t,function(G,F){if(typeof F=="function"){o[G]?o[G](F):r(z,G,F);delete t[G]}});e(t.plugins,function(G,F){if(F){b[G]=new h(G,F,s)}});if(!t.plugins||t.plugins.controls===undefined){b.controls=new h("controls",null,s)}b.canvas=new h("canvas",null,s);x.bgcolor=x.bgcolor||"#000000";x.version=x.version||[9,0];x.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";I=C.innerHTML;if(I.replace(/\s/g,"")!==""){if(C.addEventListener){C.addEventListener("click",B,false)}else{C.attachEvent&&C.attachEvent("onclick",B)}}else{C.addEventListener&&C.addEventListener("click",f,false);s.load()}}var s=this,m=null,I,o,n=[],b={},z={},d,D,H,A,u,w;q(s,{id:function(){return d},isLoaded:function(){return m!==null},getParent:function(){return C},hide:function(B){if(B){C.style.height="0px"}if(m){m.style.height="0px"}return s},show:function(){C.style.height=w+"px";if(m){m.style.height=u+"px"}return s},isHidden:function(){return m&&parseInt(m.style.height,10)===0},load:function(B){if(!m&&s._fireEvent("onBeforeLoad")!==false){e(v,function(){this.unload()});if((I=C.innerHTML)&&!flashembed.isSupported(x.version)){C.innerHTML=""}flashembed(C,x,{config:t});if(B){B.cached=true;r(z,"onLoad",B)}}return s},unload:function(){if(I.replace(/\s/g,"")!==""){if(s._fireEvent("onBeforeUnload")===false){return s}try{if(m){m.fp_close();s._fireEvent("onUnload")}}catch(B){}m=null;C.innerHTML=I}return s},getClip:function(B){if(B===undefined){B=A}return n[B]},getCommonClip:function(){return o},getPlaylist:function(){return n},getPlugin:function(E){var F=b[E];if(!F&&s.isLoaded()){var B=s._api().fp_getPlugin(E);if(B){F=new h(E,B,s);b[E]=F}}return F},getScreen:function(){return s.getPlugin("screen")},getControls:function(){return s.getPlugin("controls")},getConfig:function(B){return B?j(t):t},getFlashParams:function(){return x},loadPlugin:function(F,G,E,B){if(typeof E=="function"){B=E;E={}}var J=B?p():"_";s._api().fp_loadPlugin(F,G,E,J);G={};G[J]=B;B=new h(F,null,s,G);return b[F]=B},getState:function(){return m?m.fp_getState():-1},play:function(E,F){function B(){E!==undefined?s._api().fp_play(E,F):s._api().fp_play()}m?B():s.load(function(){B()});return s},getVersion:function(){if(m){var B=m.fp_getVersion();B.push("flowplayer.js 3.1.4");return B}return"flowplayer.js 3.1.4"},_api:function(){if(!m){throw"Flowplayer "+s.id()+" not loaded when calling an API method"}return m},setClip:function(B){s.setPlaylist([B]);return s},getIndex:function(){return H}});e("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,ClipAdd,Fullscreen*,FullscreenExit,Error,MouseOver,MouseOut".split(","),function(){var B="on"+this;if(B.indexOf("*")!=-1){B=B.substring(0,B.length-1);var E="onBefore"+B.substring(2);s[E]=function(F){r(z,E,F);return s}}s[B]=function(F){r(z,B,F);return s}});e("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,toggleFullscreen,reset,close,setPlaylist,addClip,playFeed".split(","),function(){var B=this;s[B]=function(G,F){if(!m){return s}var E=null;E=G!==undefined&&F!==undefined?m["fp_"+B](G,F):G===undefined?m["fp_"+B]():m["fp_"+B](G);return E==="undefined"||E===undefined?s:E}});s._fireEvent=function(J){if(typeof J=="string"){J=[J]}var K=J[0],F=J[1],B=J[2],M=J[3],G=0;t.debug&&a(J);if(!m&&K=="onLoad"&&F=="player"){m=m||y(D);u=m.clientHeight;e(n,function(){this._fireEvent("onLoad")});e(b,function(P,O){O._fireEvent("onUpdate")});o._fireEvent("onLoad")}if(!(K=="onLoad"&&F!="player")){if(K=="onError"){if(typeof F=="string"||typeof F=="number"&&typeof B=="number"){F=B;B=M}}if(K=="onContextMenu"){e(t.contextMenu[F],function(P,O){O.call(s)})}else{if(K=="onPluginEvent"){if(M=b[F.name||F]){M._fireEvent("onUpdate",F);M._fireEvent(B,J.slice(3))}}else{if(K=="onPlaylistReplace"){n=[];var L=0;e(F,function(){n.push(new i(this,L++,s))})}if(K=="onClipAdd"){if(F.isInStream){return}F=new i(F,B,s);n.splice(B,0,F);for(G=B+1;G<n.length;G++){n[G].index++}}var E=true;if(typeof F=="number"&&F<n.length){A=F;if(J=n[F]){E=J._fireEvent(K,B,M)}if(!J||E!==false){E=o._fireEvent(K,B,M,J)}}e(z[K],function(){E=this.call(s,F,B);this.cached&&z[K].splice(G,1);if(E===false){return false}G++});return E}}}};typeof C=="string"?flashembed.domReady(function(){var B=y(C);if(B){C=B;k()}else{throw"Flowplayer cannot access element: "+C}}):k()}function l(b){this.length=b.length;this.each=function(d){e(b,d)};this.size=function(){return b.length}}var i=function(d,s,o){var n=this,m={},b={};n.index=s;if(typeof d=="string"){d={url:d}}q(this,d,true);e("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop".split(","),function(){var u="on"+this;if(u.indexOf("*")!=-1){u=u.substring(0,u.length-1);var t="onBefore"+u.substring(2);n[t]=function(w){r(b,t,w);return n}}n[u]=function(w){r(b,u,w);return n};if(s==-1){if(n[t]){o[t]=n[t]}if(n[u]){o[u]=n[u]}}});q(this,{onCuepoint:function(u,t){if(arguments.length==1){m.embedded=[null,u];return n}if(typeof u=="number"){u=[u]}var w=p();m[w]=[u,t];o.isLoaded()&&o._api().fp_addCuepoints(u,s,w);return n},update:function(u){q(n,u);o.isLoaded()&&o._api().fp_updateClip(u,s);var t=o.getConfig();q(s==-1?t.clip:t.playlist[s],u,true)},_fireEvent:function(w,t,x,A){if(w=="onLoad"){e(m,function(C,B){B[0]&&o._api().fp_addCuepoints(B[0],s,C)});return false}A=A||n;if(w=="onCuepoint"){var z=m[t];if(z){return z[1].call(o,A,x)}}if(t&&"onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(w)!=-1){q(A,t);if(t.metaData){if(A.duration){A.fullDuration=t.metaData.duration}else{A.duration=t.metaData.duration}}}var u=true;e(b[w],function(){u=this.call(o,A,t,x)});return u}});if(d.onCuepoint){var k=d.onCuepoint;n.onCuepoint.apply(n,typeof k=="function"?[k]:k);delete d.onCuepoint}e(d,function(u,t){if(typeof t=="function"){r(b,u,t);delete d[u]}});if(s==-1){o.onCuepoint=this.onCuepoint}},h=function(d,s,o,n){var m={},b=this,k=false;n&&q(m,n);e(s,function(u,t){if(typeof t=="function"){m[u]=t;delete s[u]}});q(this,{animate:function(u,t,w){if(!u){return b}if(typeof t=="function"){w=t;t=500}if(typeof u=="string"){var z=u;u={};u[z]=t;t=500}if(w){var x=p();m[x]=w}if(t===undefined){t=500}s=o._api().fp_animate(d,u,t,x);return b},css:function(u,t){if(t!==undefined){var w={};w[u]=t;u=w}s=o._api().fp_css(d,u);q(b,s);return b},show:function(){this.display="block";o._api().fp_showPlugin(d);return b},hide:function(){this.display="none";o._api().fp_hidePlugin(d);return b},toggle:function(){this.display=o._api().fp_togglePlugin(d);return b},fadeTo:function(u,t,w){if(typeof t=="function"){w=t;t=500}if(w){var x=p();m[x]=w}this.display=o._api().fp_fadeTo(d,u,t,x);this.opacity=u;return b},fadeIn:function(u,t){return b.fadeTo(1,u,t)},fadeOut:function(u,t){return b.fadeTo(0,u,t)},getName:function(){return d},getPlayer:function(){return o},_fireEvent:function(u,t){if(u=="onUpdate"){var w=o._api().fp_getPlugin(d);if(!w){return}q(b,w);delete b.methods;if(!k){e(w.methods,function(){var x=""+this;b[x]=function(){var z=[].slice.call(arguments);z=o._api().fp_invoke(d,x,z);return z==="undefined"||z===undefined?b:z}});k=true}}if(w=m[u]){w.apply(b,t);u.substring(0,1)=="_"&&delete m[u]}}})},v=[];window.flowplayer=window.$f=function(){var d=null,o=arguments[0];if(!arguments.length){e(v,function(){if(this.isLoaded()){d=this;return false}});return d||v[0]}if(arguments.length==1){if(typeof o=="number"){return v[o]}else{if(o=="*"){return new l(v)}e(v,function(){if(this.id()==o.id||this.id()==o||this.getParent()==o){d=this;return false}});return d}}if(arguments.length>1){var n=arguments[1],m=arguments.length==3?arguments[2]:{};if(typeof o=="string"){if(o.indexOf(".")!=-1){var k=[];e(c(o),function(){k.push(new g(this,j(n),j(m)))});return new l(k)}else{var b=y(o);return new g(b!==null?b:o,n,m)}}else{if(o){return new g(o,n,m)}}}return null};q(window.$f,{fireEvent:function(){var b=[].slice.call(arguments),d=$f(b[0]);return d?d._fireEvent(b.slice(1)):null},addPlugin:function(b,d){g.prototype[b]=d;return $f},each:e,extend:q});if(typeof jQuery=="function"){jQuery.prototype.flowplayer=function(b,k){if(!arguments.length||typeof arguments[0]=="number"){var d=[];this.each(function(){var m=$f(this);m&&d.push(m)});return arguments.length?d[arguments[0]]:new l(d)}return this.each(function(){$f(this,j(b),k?j(k):{})})}}})();(function(){function a(){if(e.done){return false}var k=document;if(k&&k.getElementsByTagName&&k.getElementById&&k.body){clearInterval(e.timer);e.timer=null;for(k=0;k<e.ready.length;k++){e.ready[k].call()}e.ready=null;e.done=true}}function f(k,l){if(l){for(key in l){if(l.hasOwnProperty(key)){k[key]=l[key]}}}return k}function c(l){switch(j(l)){case"string":l=l.replace(new RegExp('(["\\\\])',"g"),"\\$1");l=l.replace(/^\s?(\d+)%/,"$1pct");return'"'+l+'"';case"array":return"["+h(l,function(k){return c(k)}).join(",")+"]";case"function":return'"function()"';case"object":var n=[];for(var m in l){l.hasOwnProperty(m)&&n.push('"'+m+'":'+c(l[m]))}return"{"+n.join(",")+"}"}return String(l).replace(/\s/g," ").replace(/\'/g,'"')}function j(k){if(k===null||k===undefined){return false}var l=typeof k;return l=="object"&&k.push?"array":l}function h(l,o){var m=[];for(var n in l){if(l.hasOwnProperty(n)){m[n]=o(l[n])}}return m}function b(l,p){var n=f({},l),o=document.all;l='<object width="'+n.width+'" height="'+n.height+'"';if(o&&!n.id){n.id="_"+(""+Math.random()).substring(9)}if(n.id){l+=' id="'+n.id+'"'}if(n.cachebusting){n.src+=(n.src.indexOf("?")!=-1?"&":"?")+Math.random()}l+=n.w3c||!o?' data="'+n.src+'" type="application/x-shockwave-flash"':' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';l+=">";if(n.w3c||o){l+='<param name="movie" value="'+n.src+'" />'}n.width=n.height=n.id=n.w3c=n.src=null;for(var m in n){if(n[m]!==null){l+='<param name="'+m+'" value="'+n[m]+'" />'}}m="";if(p){for(var q in p){if(p[q]!==null){m+=q+"="+(typeof p[q]=="object"?c(p[q]):p[q])+"&"}}m=m.substring(0,m.length-1);l+='<param name="flashvars" value=\''+m+"' />"}l+="</object>";return l}function d(l,q,n){var o=flashembed.getVersion();f(this,{getContainer:function(){return l},getConf:function(){return q},getVersion:function(){return o},getFlashvars:function(){return n},getApi:function(){return l.firstChild},getHTML:function(){return b(q,n)}});var m=q.version,r=q.expressInstall,p=!m||flashembed.isSupported(m);if(p){q.onFail=q.version=q.expressInstall=null;l.innerHTML=b(q,n)}else{if(m&&r&&flashembed.isSupported([6,65])){f(q,{src:r});n={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};l.innerHTML=b(q,n)}else{if(l.innerHTML.replace(/\s/g,"")===""){l.innerHTML="<h2>Flash version "+m+" or greater is required</h2><h3>"+(o[0]>0?"Your version is "+o:"You have no flash plugin installed")+"</h3>"+(l.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(l.tagName=="A"){l.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!p&&q.onFail){m=q.onFail.call(this);if(typeof m=="string"){l.innerHTML=m}}if(document.all){window[q.id]=document.getElementById(q.id)}}var i=typeof jQuery=="function",g={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(i){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:g}}var e=i?jQuery:function(k){if(e.done){return k()}if(e.timer){e.ready.push(k)}else{e.ready=[k];e.timer=setInterval(a,13)}};window.attachEvent&&window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}});window.flashembed=function(l,o,m){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{e(function(){flashembed(l,o,m)});return}}if(l){if(typeof o=="string"){o={src:o}}n=f({},g);f(n,o);return new d(l,n,m)}};f(window.flashembed,{getVersion:function(){var l=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var p=navigator.plugins["Shockwave Flash"].description;if(typeof p!="undefined"){p=p.replace(/^.*\s+(\S+\s+\S+$)/,"$1");l=parseInt(p.replace(/^(.*)\..*$/,"$1"),10);p=/r/.test(p)?parseInt(p.replace(/^.*r(.*)$/,"$1"),10):0;l=[l,p]}}else{if(window.ActiveXObject){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(n){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");l=[6,0];p.AllowScriptAccess="always"}catch(o){if(l[0]==6){return l}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(m){}}if(typeof p=="object"){p=p.GetVariable("$version");if(typeof p!="undefined"){p=p.replace(/^\S+\s+(.*)$/,"$1").split(",");l=[parseInt(p[0],10),parseInt(p[2],10)]}}}}return l},isSupported:function(k){var l=flashembed.getVersion();return l[0]>k[0]||l[0]==k[0]&&l[1]>=k[1]},domReady:e,asString:c,getHTML:b});if(i){jQuery.fn.flashembed=function(l,n){var m=null;this.each(function(){m=flashembed(this,l,n)});return l.api===false?this:m}}})();(function(){function a(){if(!h){h=true;if(f){for(var j=0;j<f.length;j++){f[j].call(window,[])}f=[]}}}function e(k){var j=window.onload;window.onload=typeof window.onload!="function"?k:function(){j&&j();k()}}function c(){if(!d){d=true;document.addEventListener&&!b.opera&&document.addEventListener("DOMContentLoaded",a,false);b.msie&&window==top&&function(){if(!h){try{document.documentElement.doScroll("left")}catch(k){setTimeout(arguments.callee,0);return}a()}}();b.opera&&document.addEventListener("DOMContentLoaded",function(){if(!h){for(var k=0;k<document.styleSheets.length;k++){if(document.styleSheets[k].disabled){setTimeout(arguments.callee,0);return}}a()}},false);if(b.safari){var j;(function(){if(!h){if(document.readyState!="loaded"&&document.readyState!="complete"){setTimeout(arguments.callee,0)}else{if(j===undefined){for(var k=document.getElementsByTagName("link"),l=0;l<k.length;l++){k[l].getAttribute("rel")=="stylesheet"&&j++}k=document.getElementsByTagName("style");j+=k.length}document.styleSheets.length!=j?setTimeout(arguments.callee,0):a()}}})()}e(a)}}var i=window.DomReady={},g=navigator.userAgent.toLowerCase(),b={version:(g.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(g),opera:/opera/.test(g),msie:/msie/.test(g)&&!/opera/.test(g),mozilla:/mozilla/.test(g)&&!/(compatible|webkit)/.test(g)},d=false,h=false,f=[];i.ready=function(j){c();h?j.call(window,[]):f.push(function(){return j.call(window,[])})};c()})();(function(f,e){function d(j,i){for(var h=[],g=0;g<j.length;g++){h.push(j[g])}for(g=0;g<h.length;g++){i(h[g])}}function c(){d(e.getElementsByTagName("video"),function(h){var g=true;if(h.canPlayType){if(h.src&&h.canPlayType(b(h.src))){g=false}else{d(h.getElementsByTagName("source"),function(i){if(h.canPlayType(b(i.src,i.type))){g=false}})}}g&&c.createVideoFallback(h)})}function b(h,g){if(g){return g}return{avi:c.H264_FORMAT,mp4:c.H264_FORMAT,mkv:c.H264_FORMAT,h264:c.H264_FORMAT,"264":c.H264_FORMAT,avc:c.H264_FORMAT,m4v:c.H264_FORMAT,"3gp":c.H264_FORMAT,"3gpp":c.H264_FORMAT,"3g2":c.H264_FORMAT,ogg:c.THEORA_FORMAT,ogv:c.THEORA_FORMAT}[h.split(".").slice(-1)[0]]||c.assumedFormat}function a(h,g){h=h.getAttribute(g);return h==true||typeof h=="string"}e.createElement("video").canPlayType||d(["abbr","article","aside","audio","canvas","details","figcaption","figure","footer","header","hgroup","mark","menu","meter","nav","output","progress","section","summary","time","video","source"],function(g){e.createElement(g)});c.flowplayerSwf="fileadmin/flowplayer/flowplayer-3.1.5.swf";c.flowplayerControlsSwf="fileadmin/flowplayer/flowplayer.controls-3.1.5.swf";c.H264_FORMAT='video/mp4; codecs="avc1.42E01E, mp4a.40.2"';c.THEORA_FORMAT='video/ogg; codecs="theora, vorbis"';c.assumedFormat=c.H264_FORMAT;c.createVideoFallback=function(g){function q(k){if(k.substr(0,1)=="/"){return p+k}return k}var p=f.location.protocol+"//"+f.location.host,h=q(g.getAttribute("poster")||""),l=g.getAttribute("src");l||d(g.getElementsByTagName("source"),function(k){if(b(k.getAttribute("src"),k.getAttribute("type")).substr(0,9)=="video/mp4"){l=k.getAttribute("src")}});l=q(l||"");var j=e.createElement("span");j.id=g.id;j.className=g.className;j.title=g.title;j.style.display="block";j.style.width=g.getAttribute("width")+"px";j.style.height=g.getAttribute("height")+"px";g.parentNode.replaceChild(j,g);var i=(g.getAttribute("preload")||"").toLowerCase(),r=null;if(a(g,"controls")){r={url:c.flowplayerControlsSwf,fullscreen:false,autoHide:"always"}}var o=[];h&&o.push({url:h});if(l){o.push({url:l,autoPlay:a(g,"autoplay"),autoBuffering:a(g,"autobuffer")||a(g,"preload")&&(i==""||i=="auto"),onBeforeFinish:function(){return !a(g,"loop")}})}flowplayer(j,c.flowplayerSwf,{play:null,playlist:o,clip:{scaling:"fit",fadeInSpeed:0,fadeOutSpeed:0},plugins:{controls:r}})};DomReady.ready(c);f.html5media=c})(this,document);(function(a){a.fn.quicksand=function(f,e){var c={duration:750,easing:"swing",attribute:"data-id",adjustHeight:"auto",useScaling:true,enhancement:function(g){},selector:"> *",dx:0,dy:0};a.extend(c,e);if(a.browser.msie||(typeof(a.fn.scale)=="undefined")){c.useScaling=false}var b;if(typeof(arguments[1])=="function"){var b=arguments[1]}else{if(typeof(arguments[2]=="function")){var b=arguments[2]}}return this.each(function(w){var z;var u=[];var n=a(f).clone();var t=a(this);var j=a(this).css("height");var o;var m=false;var k=a(t).offset();var l=[];var x=a(this).find(c.selector);if(a.browser.msie&&a.browser.version.substr(0,1)<7){t.html("").append(n);return}var h=0;var y=function(){if(!h){t.html(r.html());if(typeof b=="function"){b.call(this)}if(m){t.css("height",o)}c.enhancement(t);h=1}};var v=t.offsetParent();var s=v.offset();if(v.css("position")=="relative"){if(v.get(0).nodeName.toLowerCase()=="body"){}else{s.top+=parseFloat(v.css("border-top-width"));s.left+=parseFloat(v.css("border-left-width"))}}else{s.top-=parseFloat(v.css("border-top-width"));s.left-=parseFloat(v.css("border-left-width"));s.top-=parseFloat(v.css("margin-top"));s.left-=parseFloat(v.css("margin-left"))}if(isNaN(s.left)){s.left=0}if(isNaN(s.top)){s.top=0}s.left-=c.dx;s.top-=c.dy;t.css("height",a(this).height());x.each(function(A){l[A]=a(this).offset()});a(this).stop();var q=0;var p=0;x.each(function(B){a(this).stop();var A=a(this).get(0);if(A.style.position=="absolute"){q=-c.dx;p=-c.dy}else{q=c.dx;p=c.dy}A.style.position="absolute";A.style.margin="0";A.style.top=(l[B].top-parseFloat(A.style.marginTop)-s.top+p)+"px";A.style.left=(l[B].left-parseFloat(A.style.marginLeft)-s.left+q)+"px"});var r=a(t).clone();var g=r.get(0);g.innerHTML="";g.setAttribute("id","");g.style.height="auto";g.style.width=t.width()+"px";r.append(n);r.insertBefore(t);r.css("opacity",0);g.style.zIndex=-1;g.style.margin="0";g.style.position="absolute";g.style.top=k.top-s.top+"px";g.style.left=k.left-s.left+"px";if(c.adjustHeight==="dynamic"){t.animate({height:r.height()},c.duration,c.easing)}else{if(c.adjustHeight==="auto"){o=r.height();if(parseFloat(j)<parseFloat(o)){t.css("height",o)}else{m=true}}}x.each(function(A){var B=[];if(typeof(c.attribute)=="function"){z=c.attribute(a(this));n.each(function(){if(c.attribute(this)==z){B=a(this);return false}})}else{B=n.filter("["+c.attribute+"="+a(this).attr(c.attribute)+"]")}if(B.length){if(!c.useScaling){u.push({element:a(this),animation:{top:B.offset().top-s.top,left:B.offset().left-s.left,opacity:1}})}else{u.push({element:a(this),animation:{top:B.offset().top-s.top,left:B.offset().left-s.left,opacity:1,scale:"1.0"}})}}else{if(!c.useScaling){u.push({element:a(this),animation:{opacity:"0.0"}})}else{u.push({element:a(this),animation:{opacity:"0.0",scale:"0.0"}})}}});n.each(function(C){var B=[];var D=[];if(typeof(c.attribute)=="function"){z=c.attribute(a(this));x.each(function(){if(c.attribute(this)==z){B=a(this);return false}});n.each(function(){if(c.attribute(this)==z){D=a(this);return false}})}else{B=x.filter("["+c.attribute+"="+a(this).attr(c.attribute)+"]");D=n.filter("["+c.attribute+"="+a(this).attr(c.attribute)+"]")}var E;if(B.length===0){if(!c.useScaling){E={opacity:"1.0"}}else{E={opacity:"1.0",scale:"1.0"}}d=D.clone();var A=d.get(0);A.style.position="absolute";A.style.margin="0";A.style.top=D.offset().top-s.top+"px";A.style.left=D.offset().left-s.left+"px";d.css("opacity",0);if(c.useScaling){d.css("transform","scale(0.0)")}d.appendTo(t);u.push({element:a(d),animation:E})}});r.remove();c.enhancement(t);for(w=0;w<u.length;w++){u[w].element.animate(u[w].animation,c.duration,c.easing,y)}})}})(jQuery);$(document).ready(function(){var a=Math.floor(Math.random()*11);if(a<=5){$("ul.sponsors-content li:even").hide()}else{$("ul.sponsors-content li").not(":even").hide()}$("ul.sponsors-content li").each(function(b){if(b==0||b==1){$(this).attr("style","display:block;")}else{}})});
