(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context);},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,userAgent=navigator.userAgent,browserMatch,readyBound=false,readyList=[],DOMContentLoaded,toString=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty,push=Array.prototype.push,slice=Array.prototype.slice,indexOf=Array.prototype.indexOf;jQuery.fn=jQuery.prototype={init:function(selector,context){var match,elem,ret,doc;if(!selector){return this;} if(selector.nodeType){this.context=this[0]=selector;this.length=1;return this;} if(selector==="body"&&!context){this.context=document;this[0]=document.body;this.selector="body";this.length=1;return this;} if(typeof selector==="string"){match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1]){doc=(context?context.ownerDocument||context:document);ret=rsingleTag.exec(selector);if(ret){if(jQuery.isPlainObject(context)){selector=[document.createElement(ret[1])];jQuery.fn.attr.call(selector,context,true);}else{selector=[doc.createElement(ret[1])];}}else{ret=buildFragment([match[1]],[doc]);selector=(ret.cacheable?ret.fragment.cloneNode(true):ret.fragment).childNodes;} return jQuery.merge(this,selector);}else{elem=document.getElementById(match[2]);if(elem){if(elem.id!==match[2]){return rootjQuery.find(selector);} this.length=1;this[0]=elem;} this.context=document;this.selector=selector;return this;}}else if(!context&&/^\w+$/.test(selector)){this.selector=selector;this.context=document;selector=document.getElementsByTagName(selector);return jQuery.merge(this,selector);}else if(!context||context.jquery){return(context||rootjQuery).find(selector);}else{return jQuery(context).find(selector);}}else if(jQuery.isFunction(selector)){return rootjQuery.ready(selector);} if(selector.selector!==undefined){this.selector=selector.selector;this.context=selector.context;} return jQuery.makeArray(selector,this);},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length;},toArray:function(){return slice.call(this,0);},get:function(num){return num==null?this.toArray():(num<0?this.slice(num)[0]:this[num]);},pushStack:function(elems,name,selector){var ret=jQuery();if(jQuery.isArray(elems)){push.apply(ret,elems);}else{jQuery.merge(ret,elems);} ret.prevObject=this;ret.context=this.context;if(name==="find"){ret.selector=this.selector+(this.selector?" ":"")+selector;}else if(name){ret.selector=this.selector+"."+name+"("+selector+")";} return ret;},each:function(callback,args){return jQuery.each(this,callback,args);},ready:function(fn){jQuery.bindReady();if(jQuery.isReady){fn.call(document,jQuery);}else if(readyList){readyList.push(fn);} return this;},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1);},first:function(){return this.eq(0);},last:function(){return this.eq(-1);},slice:function(){return this.pushStack(slice.apply(this,arguments),"slice",slice.call(arguments).join(","));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},end:function(){return this.prevObject||jQuery(null);},push:push,sort:[].sort,splice:[].splice};jQuery.fn.init.prototype=jQuery.fn;jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options,name,src,copy;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2;} if(typeof target!=="object"&&!jQuery.isFunction(target)){target={};} if(length===i){target=this;--i;} for(;i
a";var all=div.getElementsByTagName("*"),a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return;} jQuery.support={leadingWhitespace:div.firstChild.nodeType===3,tbody:!div.getElementsByTagName("tbody").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:/^0.55$/.test(a.style.opacity),cssFloat:!!a.style.cssFloat,checkOn:div.getElementsByTagName("input")[0].value==="on",optSelected:document.createElement("select").appendChild(document.createElement("option")).selected,parentNode:div.removeChild(div.appendChild(document.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};script.type="text/javascript";try{script.appendChild(document.createTextNode("window."+id+"=1;"));}catch(e){} root.insertBefore(script,root.firstChild);if(window[id]){jQuery.support.scriptEval=true;delete window[id];} try{delete script.test;}catch(e){jQuery.support.deleteExpando=false;} root.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function click(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",click);});div.cloneNode(true).fireEvent("onclick");} div=document.createElement("div");div.innerHTML="";var fragment=document.createDocumentFragment();fragment.appendChild(div.firstChild);jQuery.support.checkClone=fragment.cloneNode(true).cloneNode(true).lastChild.checked;jQuery(function(){var div=document.createElement("div");div.style.width=div.style.paddingLeft="1px";document.body.appendChild(div);jQuery.boxModel=jQuery.support.boxModel=div.offsetWidth===2;document.body.removeChild(div).style.display='none';div=null;});var eventSupported=function(eventName){var el=document.createElement("div");eventName="on"+eventName;var isSupported=(eventName in el);if(!isSupported){el.setAttribute(eventName,"return;");isSupported=typeof el[eventName]==="function";} el=null;return isSupported;};jQuery.support.submitBubbles=eventSupported("submit");jQuery.support.changeBubbles=eventSupported("change");root=script=div=all=a=null;})();jQuery.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var expando="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},expando:expando,noData:{"embed":true,"object":true,"applet":true},data:function(elem,name,data){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return;} elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache;if(!id&&typeof name==="string"&&data===undefined){return null;} if(!id){id=++uuid;} if(typeof name==="object"){elem[expando]=id;thisCache=cache[id]=jQuery.extend(true,{},name);}else if(!cache[id]){elem[expando]=id;cache[id]={};} thisCache=cache[id];if(data!==undefined){thisCache[name]=data;} return typeof name==="string"?thisCache[name]:thisCache;},removeData:function(elem,name){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return;} elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache=cache[id];if(name){if(thisCache){delete thisCache[name];if(jQuery.isEmptyObject(thisCache)){jQuery.removeData(elem);}}}else{if(jQuery.support.deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);} delete cache[id];}}});jQuery.fn.extend({data:function(key,value){if(typeof key==="undefined"&&this.length){return jQuery.data(this[0]);}else if(typeof key==="object"){return this.each(function(){jQuery.data(this,key);});} var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length){data=jQuery.data(this[0],key);} return data===undefined&&parts[1]?this.data(parts[0]):data;}else{return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});}},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});}});jQuery.extend({queue:function(elem,type,data){if(!elem){return;} type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!data){return q||[];} if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data));}else{q.push(data);} return q;},dequeue:function(elem,type){type=type||"fx";var queue=jQuery.queue(elem,type),fn=queue.shift();if(fn==="inprogress"){fn=queue.shift();} if(fn){if(type==="fx"){queue.unshift("inprogress");} fn.call(elem,function(){jQuery.dequeue(elem,type);});}}});jQuery.fn.extend({queue:function(type,data){if(typeof type!=="string"){data=type;type="fx";} if(data===undefined){return jQuery.queue(this[0],type);} return this.each(function(i,elem){var queue=jQuery.queue(this,type,data);if(type==="fx"&&queue[0]!=="inprogress"){jQuery.dequeue(this,type);}});},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type);});},delay:function(time,type){time=jQuery.fx?jQuery.fx.speeds[time]||time:time;type=type||"fx";return this.queue(type,function(){var elem=this;setTimeout(function(){jQuery.dequeue(elem,type);},time);});},clearQueue:function(type){return this.queue(type||"fx",[]);}});var rclass=/[\n\t]/g,rspace=/\s+/,rreturn=/\r/g,rspecialurl=/href|src|style/,rtype=/(button|input)/i,rfocusable=/(button|input|object|select|textarea)/i,rclickable=/^(a|area)$/i,rradiocheck=/radio|checkbox/;jQuery.fn.extend({attr:function(name,value){return access(this,name,value,true,jQuery.attr);},removeAttr:function(name,fn){return this.each(function(){jQuery.attr(this,name,"");if(this.nodeType===1){this.removeAttribute(name);}});},addClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.addClass(value.call(this,i,self.attr("class")));});} if(value&&typeof value==="string"){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i-1){return true;}} return false;},val:function(value){if(value===undefined){var elem=this[0];if(elem){if(jQuery.nodeName(elem,"option")){return(elem.attributes.value||{}).specified?elem.value:elem.text;} if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type==="select-one";if(index<0){return null;} for(var i=one?index:0,max=one?index+1:options.length;i=0;}else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(val);jQuery("option",this).each(function(){this.selected=jQuery.inArray(jQuery(this).val(),values)>=0;});if(!values.length){this.selectedIndex=-1;}}else{this.value=val;}});}});jQuery.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(elem,name,value,pass){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined;} if(pass&&name in jQuery.attrFn){return jQuery(elem)[name](value);} var notxml=elem.nodeType!==1||!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.nodeType===1){var special=rspecialurl.test(name);if(name==="selected"&&!jQuery.support.optSelected){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex;}}} if(name in elem&¬xml&&!special){if(set){if(name==="type"&&rtype.test(elem.nodeName)&&elem.parentNode){jQuery.error("type property can't be changed");} elem[name]=value;} if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name)){return elem.getAttributeNode(name).nodeValue;} if(name==="tabIndex"){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?attributeNode.value:rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href?0:undefined;} return elem[name];} if(!jQuery.support.style&¬xml&&name==="style"){if(set){elem.style.cssText=""+value;} return elem.style.cssText;} if(set){elem.setAttribute(name,""+value);} var attr=!jQuery.support.hrefNormalized&¬xml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr;} return jQuery.style(elem,name,value);}});var rnamespaces=/\.(.*)$/,fcleanup=function(nm){return nm.replace(/[^\w\s\.\|`]/g,function(ch){return"\\"+ch;});};jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType===3||elem.nodeType===8){return;} if(elem.setInterval&&(elem!==window&&!elem.frameElement)){elem=window;} var handleObjIn,handleObj;if(handler.handler){handleObjIn=handler;handler=handleObjIn.handler;} if(!handler.guid){handler.guid=jQuery.guid++;} var elemData=jQuery.data(elem);if(!elemData){return;} var events=elemData.events=elemData.events||{},eventHandle=elemData.handle,eventHandle;if(!eventHandle){elemData.handle=eventHandle=function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(eventHandle.elem,arguments):undefined;};} eventHandle.elem=elem;types=types.split(" ");var type,i=0,namespaces;while((type=types[i++])){handleObj=handleObjIn?jQuery.extend({},handleObjIn):{handler:handler,data:data};if(type.indexOf(".")>-1){namespaces=type.split(".");type=namespaces.shift();handleObj.namespace=namespaces.slice(0).sort().join(".");}else{namespaces=[];handleObj.namespace="";} handleObj.type=type;handleObj.guid=handler.guid;var handlers=events[type],special=jQuery.event.special[type]||{};if(!handlers){handlers=events[type]=[];if(!special.setup||special.setup.call(elem,data,namespaces,eventHandle)===false){if(elem.addEventListener){elem.addEventListener(type,eventHandle,false);}else if(elem.attachEvent){elem.attachEvent("on"+type,eventHandle);}}} if(special.add){special.add.call(elem,handleObj);if(!handleObj.handler.guid){handleObj.handler.guid=handler.guid;}} handlers.push(handleObj);jQuery.event.global[type]=true;} elem=null;},global:{},remove:function(elem,types,handler,pos){if(elem.nodeType===3||elem.nodeType===8){return;} var ret,type,fn,i=0,all,namespaces,namespace,special,eventType,handleObj,origType,elemData=jQuery.data(elem),events=elemData&&elemData.events;if(!elemData||!events){return;} if(types&&types.type){handler=types.handler;types=types.type;} if(!types||typeof types==="string"&&types.charAt(0)==="."){types=types||"";for(type in events){jQuery.event.remove(elem,type+types);} return;} types=types.split(" ");while((type=types[i++])){origType=type;handleObj=null;all=type.indexOf(".")<0;namespaces=[];if(!all){namespaces=type.split(".");type=namespaces.shift();namespace=new RegExp("(^|\\.)"+ jQuery.map(namespaces.slice(0).sort(),fcleanup).join("\\.(?:.*\\.)?")+"(\\.|$)")} eventType=events[type];if(!eventType){continue;} if(!handler){for(var j=0;j=0){event.type=type=type.slice(0,-1);event.exclusive=true;} if(!elem){event.stopPropagation();if(jQuery.event.global[type]){jQuery.each(jQuery.cache,function(){if(this.events&&this.events[type]){jQuery.event.trigger(event,data,this.handle.elem);}});}} if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined;} event.result=undefined;event.target=elem;data=jQuery.makeArray(data);data.unshift(event);} event.currentTarget=elem;var handle=jQuery.data(elem,"handle");if(handle){handle.apply(elem,data);} var parent=elem.parentNode||elem.ownerDocument;try{if(!(elem&&elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()])){if(elem["on"+type]&&elem["on"+type].apply(elem,data)===false){event.result=false;}}}catch(e){} if(!event.isPropagationStopped()&&parent){jQuery.event.trigger(event,data,parent,true);}else if(!event.isDefaultPrevented()){var target=event.target,old,isClick=jQuery.nodeName(target,"a")&&type==="click",special=jQuery.event.special[type]||{};if((!special._default||special._default.call(elem,event)===false)&&!isClick&&!(target&&target.nodeName&&jQuery.noData[target.nodeName.toLowerCase()])){try{if(target[type]){old=target["on"+type];if(old){target["on"+type]=null;} jQuery.event.triggered=true;target[type]();}}catch(e){} if(old){target["on"+type]=old;} jQuery.event.triggered=false;}}},handle:function(event){var all,handlers,namespaces,namespace,events;event=arguments[0]=jQuery.event.fix(event||window.event);event.currentTarget=this;all=event.type.indexOf(".")<0&&!event.exclusive;if(!all){namespaces=event.type.split(".");event.type=namespaces.shift();namespace=new RegExp("(^|\\.)"+namespaces.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");} var events=jQuery.data(this,"events"),handlers=events[event.type];if(events&&handlers){handlers=handlers.slice(0);for(var j=0,l=handlers.length;j-1?jQuery.map(elem.options,function(elem){return elem.selected;}).join("-"):"";}else if(elem.nodeName.toLowerCase()==="select"){val=elem.selectedIndex;} return val;},testChange=function testChange(e){var elem=e.target,data,val;if(!formElems.test(elem.nodeName)||elem.readOnly){return;} data=jQuery.data(elem,"_change_data");val=getVal(elem);if(e.type!=="focusout"||elem.type!=="radio"){jQuery.data(elem,"_change_data",val);} if(data===undefined||val===data){return;} if(data!=null||val){e.type="change";return jQuery.event.trigger(e,arguments[1],elem);}};jQuery.event.special.change={filters:{focusout:testChange,click:function(e){var elem=e.target,type=elem.type;if(type==="radio"||type==="checkbox"||elem.nodeName.toLowerCase()==="select"){return testChange.call(this,e);}},keydown:function(e){var elem=e.target,type=elem.type;if((e.keyCode===13&&elem.nodeName.toLowerCase()!=="textarea")||(e.keyCode===32&&(type==="checkbox"||type==="radio"))||type==="select-multiple"){return testChange.call(this,e);}},beforeactivate:function(e){var elem=e.target;jQuery.data(elem,"_change_data",getVal(elem));}},setup:function(data,namespaces){if(this.type==="file"){return false;} for(var type in changeFilters){jQuery.event.add(this,type+".specialChange",changeFilters[type]);} return formElems.test(this.nodeName);},teardown:function(namespaces){jQuery.event.remove(this,".specialChange");return formElems.test(this.nodeName);}};changeFilters=jQuery.event.special.change.filters;} function trigger(type,elem,args){args[0].type=type;return jQuery.event.handle.apply(elem,args);} if(document.addEventListener){jQuery.each({focus:"focusin",blur:"focusout"},function(orig,fix){jQuery.event.special[fix]={setup:function(){this.addEventListener(orig,handler,true);},teardown:function(){this.removeEventListener(orig,handler,true);}};function handler(e){e=jQuery.event.fix(e);e.type=fix;return jQuery.event.handle.call(this,e);}});} jQuery.each(["bind","one"],function(i,name){jQuery.fn[name]=function(type,data,fn){if(typeof type==="object"){for(var key in type){this[name](key,data,type[key],fn);} return this;} if(jQuery.isFunction(data)){fn=data;data=undefined;} var handler=name==="one"?jQuery.proxy(fn,function(event){jQuery(this).unbind(event,handler);return fn.apply(this,arguments);}):fn;if(type==="unload"&&name!=="one"){this.one(type,data,fn);}else{for(var i=0,l=this.length;i+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0;});var Sizzle=function(selector,context,results,seed){results=results||[];var origContext=context=context||document;if(context.nodeType!==1&&context.nodeType!==9){return[];} if(!selector||typeof selector!=="string"){return results;} var parts=[],m,set,checkSet,extra,prune=true,contextXML=isXML(context),soFar=selector;while((chunker.exec(""),m=chunker.exec(soFar))!==null){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break;}} if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift();} set=posProcess(selector,set);}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){var ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0];} if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set);}else{prune=false;} while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();} if(pop==null){pop=context;} Expr.relative[cur](checkSet,pop,contextXML);}}else{checkSet=parts=[];}} if(!checkSet){checkSet=set;} if(!checkSet){Sizzle.error(cur||selector);} if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context&&context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);} if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results);} return results;};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i":function(checkSet,part){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=part.toLowerCase();for(var i=0,l=checkSet.length;i=0)){if(!inplace){result.push(elem);}}else if(inplace){curLoop[i]=false;}}} return false;},ID:function(match){return match[1].replace(/\\/g,"");},TAG:function(match,curLoop){return match[1].toLowerCase();},CHILD:function(match){if(match[1]==="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;} match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];} if(match[2]==="~="){match[4]=" "+match[4]+" ";} return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);} return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;} return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return/h\d/i.test(elem.nodeName);},text:function(elem){return"text"===elem.type;},radio:function(elem){return"radio"===elem.type;},checkbox:function(elem){return"checkbox"===elem.type;},file:function(elem){return"file"===elem.type;},password:function(elem){return"password"===elem.type;},submit:function(elem){return"submit"===elem.type;},image:function(elem){return"image"===elem.type;},reset:function(elem){return"reset"===elem.type;},button:function(elem){return"button"===elem.type||elem.nodeName.toLowerCase()==="button";},input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName);}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return imatch[3]-0;},nth:function(elem,i,match){return match[3]-0===i;},eq:function(elem,i,match){return match[3]-0===i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||getText([elem])||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var i=0,l=not.length;i=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source.replace(/\\(\d+)/g,function(all,num){return"\\"+(num-0+1);}));} var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results;} return array;};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType;}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};} root.removeChild(form);root=form=null;})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}} results=tmp;} return results;};} div.innerHTML="";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};} div=null;})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="

";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;} Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra);}catch(e){}} return oldSizzle(query,context,extra,seed);};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop];} div=null;})();} (function(){var div=document.createElement("div");div.innerHTML="
";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return;} div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return;} Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};div=null;})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i0){match=elem;break;}} elem=elem[dir];} checkSet[i]=match;}}} var contains=document.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16);}:function(a,b){return a!==b&&(a.contains?a.contains(b):true);};var isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false;};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");} selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i=0)===keep;});};jQuery.fn.extend({find:function(selector){var ret=this.pushStack("","find",selector),length=0;for(var i=0,l=this.length;i0){for(var n=length;n0;},closest:function(selectors,context){if(jQuery.isArray(selectors)){var ret=[],cur=this[0],match,matches={},selector;if(cur&&selectors.length){for(var i=0,l=selectors.length;i-1:jQuery(cur).is(match)){ret.push({selector:selector,elem:cur});delete matches[selector];}} cur=cur.parentNode;}} return ret;} var pos=jQuery.expr.match.POS.test(selectors)?jQuery(selectors,context||this.context):null;return this.map(function(i,cur){while(cur&&cur.ownerDocument&&cur!==context){if(pos?pos.index(cur)>-1:jQuery(cur).is(selectors)){return cur;} cur=cur.parentNode;} return null;});},index:function(elem){if(!elem||typeof elem==="string"){return jQuery.inArray(this[0],elem?jQuery(elem):this.parent().children());} return jQuery.inArray(elem.jquery?elem[0]:elem,this);},add:function(selector,context){var set=typeof selector==="string"?jQuery(selector,context||this.context):jQuery.makeArray(selector),all=jQuery.merge(this.get(),set);return this.pushStack(isDisconnected(set[0])||isDisconnected(all[0])?all:jQuery.unique(all));},andSelf:function(){return this.add(this.prevObject);}});function isDisconnected(node){return!node||!node.parentNode||node.parentNode.nodeType===11;} jQuery.each({parent:function(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null;},parents:function(elem){return jQuery.dir(elem,"parentNode");},parentsUntil:function(elem,i,until){return jQuery.dir(elem,"parentNode",until);},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},nextUntil:function(elem,i,until){return jQuery.dir(elem,"nextSibling",until);},prevUntil:function(elem,i,until){return jQuery.dir(elem,"previousSibling",until);},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(until,selector){var ret=jQuery.map(this,fn,until);if(!runtil.test(name)){selector=until;} if(selector&&typeof selector==="string"){ret=jQuery.filter(selector,ret);} ret=this.length>1?jQuery.unique(ret):ret;if((this.length>1||rmultiselector.test(selector))&&rparentsprev.test(name)){ret=ret.reverse();} return this.pushStack(ret,name,slice.call(arguments).join(","));};});jQuery.extend({filter:function(expr,elems,not){if(not){expr=":not("+expr+")";} return jQuery.find.matches(expr,elems);},dir:function(elem,dir,until){var matched=[],cur=elem[dir];while(cur&&cur.nodeType!==9&&(until===undefined||cur.nodeType!==1||!jQuery(cur).is(until))){if(cur.nodeType===1){matched.push(cur);} cur=cur[dir];} return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType===1&&++num===result){break;}} return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){r.push(n);}} return r;}});var rinlinejQuery=/ jQuery\d+="(?:\d+|null)"/g,rleadingWhitespace=/^\s+/,rxhtmlTag=/(<([\w:]+)[^>]*?)\/>/g,rselfClosing=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,rtagName=/<([\w:]+)/,rtbody=/";},wrapMap={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};wrapMap.optgroup=wrapMap.option;wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!jQuery.support.htmlSerialize){wrapMap._default=[1,"div
","
"];} jQuery.fn.extend({text:function(text){if(jQuery.isFunction(text)){return this.each(function(i){var self=jQuery(this);self.text(text.call(this,i,self.text()));});} if(typeof text!=="object"&&text!==undefined){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));} return jQuery.text(this);},wrapAll:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapAll(html.call(this,i));});} if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0]);} wrap.map(function(){var elem=this;while(elem.firstChild&&elem.firstChild.nodeType===1){elem=elem.firstChild;} return elem;}).append(this);} return this;},wrapInner:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapInner(html.call(this,i));});} return this.each(function(){var self=jQuery(this),contents=self.contents();if(contents.length){contents.wrapAll(html);}else{self.append(html);}});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},unwrap:function(){return this.parent().each(function(){if(!jQuery.nodeName(this,"body")){jQuery(this).replaceWith(this.childNodes);}}).end();},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.appendChild(elem);}});},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.insertBefore(elem,this.firstChild);}});},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this);});}else if(arguments.length){var set=jQuery(arguments[0]);set.push.apply(set,this.toArray());return this.pushStack(set,"before",arguments);}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});}else if(arguments.length){var set=this.pushStack(this,"after",arguments);set.push.apply(set,jQuery(arguments[0]).toArray());return set;}},remove:function(selector,keepData){for(var i=0,elem;(elem=this[i])!=null;i++){if(!selector||jQuery.filter(selector,[elem]).length){if(!keepData&&elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));jQuery.cleanData([elem]);} if(elem.parentNode){elem.parentNode.removeChild(elem);}}} return this;},empty:function(){for(var i=0,elem;(elem=this[i])!=null;i++){if(elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));} while(elem.firstChild){elem.removeChild(elem.firstChild);}} return this;},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML,ownerDocument=this.ownerDocument;if(!html){var div=ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML;} return jQuery.clean([html.replace(rinlinejQuery,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(rleadingWhitespace,"")],ownerDocument)[0];}else{return this.cloneNode(true);}});if(events===true){cloneCopyEvent(this,ret);cloneCopyEvent(this.find("*"),ret.find("*"));} return ret;},html:function(value){if(value===undefined){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(rinlinejQuery,""):null;}else if(typeof value==="string"&&!rnocache.test(value)&&(jQuery.support.leadingWhitespace||!rleadingWhitespace.test(value))&&!wrapMap[(rtagName.exec(value)||["",""])[1].toLowerCase()]){value=value.replace(rxhtmlTag,fcloseTag);try{for(var i=0,l=this.length;i0||results.cacheable||this.length>1?fragment.cloneNode(true):fragment);}} if(scripts.length){jQuery.each(scripts,evalScript);}} return this;function root(elem,cur){return jQuery.nodeName(elem,"table")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem;}}});function cloneCopyEvent(orig,ret){var i=0;ret.each(function(){if(this.nodeName!==(orig[i]&&orig[i].nodeName)){return;} var oldData=jQuery.data(orig[i++]),curData=jQuery.data(this,oldData),events=oldData&&oldData.events;if(events){delete curData.handle;curData.events={};for(var type in events){for(var handler in events[type]){jQuery.event.add(this,type,events[type][handler],events[type][handler].data);}}}});} function buildFragment(args,nodes,scripts){var fragment,cacheable,cacheresults,doc=(nodes&&nodes[0]?nodes[0].ownerDocument||nodes[0]:document);if(args.length===1&&typeof args[0]==="string"&&args[0].length<512&&doc===document&&!rnocache.test(args[0])&&(jQuery.support.checkClone||!rchecked.test(args[0]))){cacheable=true;cacheresults=jQuery.fragments[args[0]];if(cacheresults){if(cacheresults!==1){fragment=cacheresults;}}} if(!fragment){fragment=doc.createDocumentFragment();jQuery.clean(args,doc,fragment,scripts);} if(cacheable){jQuery.fragments[args[0]]=cacheresults?fragment:1;} return{fragment:fragment,cacheable:cacheable};} jQuery.fragments={};jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector),parent=this.length===1&&this[0].parentNode;if(parent&&parent.nodeType===11&&parent.childNodes.length===1&&insert.length===1){insert[original](this[0]);return this;}else{for(var i=0,l=insert.length;i0?this.clone(true):this).get();jQuery.fn[original].apply(jQuery(insert[i]),elems);ret=ret.concat(elems);} return this.pushStack(ret,name,insert.selector);}};});jQuery.extend({clean:function(elems,context,fragment,scripts){context=context||document;if(typeof context.createElement==="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;} var ret=[];for(var i=0,elem;(elem=elems[i])!=null;i++){if(typeof elem==="number"){elem+="";} if(!elem){continue;} if(typeof elem==="string"&&!rhtml.test(elem)){elem=context.createTextNode(elem);}else if(typeof elem==="string"){elem=elem.replace(rxhtmlTag,fcloseTag);var tag=(rtagName.exec(elem)||["",""])[1].toLowerCase(),wrap=wrapMap[tag]||wrapMap._default,depth=wrap[0],div=context.createElement("div");div.innerHTML=wrap[1]+elem+wrap[2];while(depth--){div=div.lastChild;} if(!jQuery.support.tbody){var hasBody=rtbody.test(elem),tbody=tag==="table"&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]===""&&!hasBody?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j]);}}} if(!jQuery.support.leadingWhitespace&&rleadingWhitespace.test(elem)){div.insertBefore(context.createTextNode(rleadingWhitespace.exec(elem)[0]),div.firstChild);} elem=div.childNodes;} if(elem.nodeType){ret.push(elem);}else{ret=jQuery.merge(ret,elem);}} if(fragment){for(var i=0;ret[i];i++){if(scripts&&jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i]);}else{if(ret[i].nodeType===1){ret.splice.apply(ret,[i+1,0].concat(jQuery.makeArray(ret[i].getElementsByTagName("script"))));} fragment.appendChild(ret[i]);}}} return ret;},cleanData:function(elems){var data,id,cache=jQuery.cache,special=jQuery.event.special,deleteExpando=jQuery.support.deleteExpando;for(var i=0,elem;(elem=elems[i])!=null;i++){id=elem[jQuery.expando];if(id){data=cache[id];if(data.events){for(var type in data.events){if(special[type]){jQuery.event.remove(elem,type);}else{removeEvent(elem,type,data.handle);}}} if(deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);} delete cache[id];}}}});var rexclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,ralpha=/alpha\([^)]*\)/,ropacity=/opacity=([^)]*)/,rfloat=/float/i,rdashAlpha=/-([a-z])/ig,rupper=/([A-Z])/g,rnumpx=/^-?\d+(?:px)?$/i,rnum=/^-?\d/,cssShow={position:"absolute",visibility:"hidden",display:"block"},cssWidth=["Left","Right"],cssHeight=["Top","Bottom"],getComputedStyle=document.defaultView&&document.defaultView.getComputedStyle,styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat",fcamelCase=function(all,letter){return letter.toUpperCase();};jQuery.fn.css=function(name,value){return access(this,name,value,true,function(elem,name,value){if(value===undefined){return jQuery.curCSS(elem,name);} if(typeof value==="number"&&!rexclude.test(name)){value+="px";} jQuery.style(elem,name,value);});};jQuery.extend({style:function(elem,name,value){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined;} if((name==="width"||name==="height")&&parseFloat(value)<0){value=undefined;} var style=elem.style||elem,set=value!==undefined;if(!jQuery.support.opacity&&name==="opacity"){if(set){style.zoom=1;var opacity=parseInt(value,10)+""==="NaN"?"":"alpha(opacity="+value*100+")";var filter=style.filter||jQuery.curCSS(elem,"filter")||"";style.filter=ralpha.test(filter)?filter.replace(ralpha,opacity):opacity;} return style.filter&&style.filter.indexOf("opacity=")>=0?(parseFloat(ropacity.exec(style.filter)[1])/100)+"":"";} if(rfloat.test(name)){name=styleFloat;} name=name.replace(rdashAlpha,fcamelCase);if(set){style[name]=value;} return style[name];},css:function(elem,name,force,extra){if(name==="width"||name==="height"){var val,props=cssShow,which=name==="width"?cssWidth:cssHeight;function getWH(){val=name==="width"?elem.offsetWidth:elem.offsetHeight;if(extra==="border"){return;} jQuery.each(which,function(){if(!extra){val-=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;} if(extra==="margin"){val+=parseFloat(jQuery.curCSS(elem,"margin"+this,true))||0;}else{val-=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;}});} if(elem.offsetWidth!==0){getWH();}else{jQuery.swap(elem,props,getWH);} return Math.max(0,Math.round(val));} return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret,style=elem.style,filter;if(!jQuery.support.opacity&&name==="opacity"&&elem.currentStyle){ret=ropacity.test(elem.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return ret===""?"1":ret;} if(rfloat.test(name)){name=styleFloat;} if(!force&&style&&style[name]){ret=style[name];}else if(getComputedStyle){if(rfloat.test(name)){name="float";} name=name.replace(rupper,"-$1").toLowerCase();var defaultView=elem.ownerDocument.defaultView;if(!defaultView){return null;} var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle){ret=computedStyle.getPropertyValue(name);} if(name==="opacity"&&ret===""){ret="1";}}else if(elem.currentStyle){var camelCase=name.replace(rdashAlpha,fcamelCase);ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!rnumpx.test(ret)&&rnum.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=camelCase==="fontSize"?"1em":(ret||0);ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft;}} return ret;},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];} callback.call(elem);for(var name in options){elem.style[name]=old[name];}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.hidden=function(elem){var width=elem.offsetWidth,height=elem.offsetHeight,skip=elem.nodeName.toLowerCase()==="tr";return width===0&&height===0&&!skip?true:width>0&&height>0&&!skip?false:jQuery.curCSS(elem,"display")==="none";};jQuery.expr.filters.visible=function(elem){return!jQuery.expr.filters.hidden(elem);};} var jsc=now(),rscript=//gi,rselectTextarea=/select|textarea/i,rinput=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,jsre=/=\?(&|$)/,rquery=/\?/,rts=/(\?|&)_=.*?(&|$)/,rurl=/^(\w+:)?\/\/([^\/?#]+)/,r20=/%20/g,_load=jQuery.fn.load;jQuery.fn.extend({load:function(url,params,callback){if(typeof url!=="string"){return _load.call(this,url);}else if(!this.length){return this;} var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);} var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=null;}else if(typeof params==="object"){params=jQuery.param(params,jQuery.ajaxSettings.traditional);type="POST";}} var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status==="success"||status==="notmodified"){self.html(selector?jQuery("
").append(res.responseText.replace(rscript,"")).find(selector):res.responseText);} if(callback){self.each(callback,[res.responseText,status,res]);}}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||rselectTextarea.test(this.nodeName)||rinput.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data=null;} return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data={};} return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:window.XMLHttpRequest&&(window.location.protocol!=="file:"||!window.ActiveXObject)?function(){return new window.XMLHttpRequest();}:function(){try{return new window.ActiveXObject("Microsoft.XMLHTTP");}catch(e){}},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(origSettings){var s=jQuery.extend(true,{},jQuery.ajaxSettings,origSettings);var jsonp,status,data,callbackContext=origSettings&&origSettings.context||s,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery.param(s.data,s.traditional);} if(s.dataType==="jsonp"){if(type==="GET"){if(!jsre.test(s.url)){s.url+=(rquery.test(s.url)?"&":"?")+(s.jsonp||"callback")+"=?";}}else if(!s.data||!jsre.test(s.data)){s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";} s.dataType="json";} if(s.dataType==="json"&&(s.data&&jsre.test(s.data)||jsre.test(s.url))){jsonp=s.jsonpCallback||("jsonp"+jsc++);if(s.data){s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");} s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=window[jsonp]||function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){} if(head){head.removeChild(script);}};} if(s.dataType==="script"&&s.cache===null){s.cache=false;} if(s.cache===false&&type==="GET"){var ts=now();var ret=s.url.replace(rts,"$1_="+ts+"$2");s.url=ret+((ret===s.url)?(rquery.test(s.url)?"&":"?")+"_="+ts:"");} if(s.data&&type==="GET"){s.url+=(rquery.test(s.url)?"&":"?")+s.data;} if(s.global&&!jQuery.active++){jQuery.event.trigger("ajaxStart");} var parts=rurl.exec(s.url),remote=parts&&(parts[1]&&parts[1]!==location.protocol||parts[2]!==location.host);if(s.dataType==="script"&&type==="GET"&&remote){var head=document.getElementsByTagName("head")[0]||document.documentElement;var script=document.createElement("script");script.src=s.url;if(s.scriptCharset){script.charset=s.scriptCharset;} if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){done=true;success();complete();script.onload=script.onreadystatechange=null;if(head&&script.parentNode){head.removeChild(script);}}};} head.insertBefore(script,head.firstChild);return undefined;} var requestDone=false;var xhr=s.xhr();if(!xhr){return;} if(s.username){xhr.open(type,s.url,s.async,s.username,s.password);}else{xhr.open(type,s.url,s.async);} try{if(s.data||origSettings&&origSettings.contentType){xhr.setRequestHeader("Content-Type",s.contentType);} if(s.ifModified){if(jQuery.lastModified[s.url]){xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]);} if(jQuery.etag[s.url]){xhr.setRequestHeader("If-None-Match",jQuery.etag[s.url]);}} if(!remote){xhr.setRequestHeader("X-Requested-With","XMLHttpRequest");} xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){} if(s.beforeSend&&s.beforeSend.call(callbackContext,xhr,s)===false){if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop");} xhr.abort();return false;} if(s.global){trigger("ajaxSend",[xhr,s]);} var onreadystatechange=xhr.onreadystatechange=function(isTimeout){if(!xhr||xhr.readyState===0||isTimeout==="abort"){if(!requestDone){complete();} requestDone=true;if(xhr){xhr.onreadystatechange=jQuery.noop;}}else if(!requestDone&&xhr&&(xhr.readyState===4||isTimeout==="timeout")){requestDone=true;xhr.onreadystatechange=jQuery.noop;status=isTimeout==="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";var errMsg;if(status==="success"){try{data=jQuery.httpData(xhr,s.dataType,s);}catch(err){status="parsererror";errMsg=err;}} if(status==="success"||status==="notmodified"){if(!jsonp){success();}}else{jQuery.handleError(s,xhr,status,errMsg);} complete();if(isTimeout==="timeout"){xhr.abort();} if(s.async){xhr=null;}}};try{var oldAbort=xhr.abort;xhr.abort=function(){if(xhr){oldAbort.call(xhr);} onreadystatechange("abort");};}catch(e){} if(s.async&&s.timeout>0){setTimeout(function(){if(xhr&&!requestDone){onreadystatechange("timeout");}},s.timeout);} try{xhr.send(type==="POST"||type==="PUT"||type==="DELETE"?s.data:null);}catch(e){jQuery.handleError(s,xhr,null,e);complete();} if(!s.async){onreadystatechange();} function success(){if(s.success){s.success.call(callbackContext,data,status,xhr);} if(s.global){trigger("ajaxSuccess",[xhr,s]);}} function complete(){if(s.complete){s.complete.call(callbackContext,xhr,status);} if(s.global){trigger("ajaxComplete",[xhr,s]);} if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop");}} function trigger(type,args){(s.context?jQuery(s.context):jQuery.event).trigger(type,args);} return xhr;},handleError:function(s,xhr,status,e){if(s.error){s.error.call(s.context||s,xhr,status,e);} if(s.global){(s.context?jQuery(s.context):jQuery.event).trigger("ajaxError",[xhr,s,e]);}},active:0,httpSuccess:function(xhr){try{return!xhr.status&&location.protocol==="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status===304||xhr.status===1223||xhr.status===0;}catch(e){} return false;},httpNotModified:function(xhr,url){var lastModified=xhr.getResponseHeader("Last-Modified"),etag=xhr.getResponseHeader("Etag");if(lastModified){jQuery.lastModified[url]=lastModified;} if(etag){jQuery.etag[url]=etag;} return xhr.status===304||xhr.status===0;},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type")||"",xml=type==="xml"||!type&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.nodeName==="parsererror"){jQuery.error("parsererror");} if(s&&s.dataFilter){data=s.dataFilter(data,type);} if(typeof data==="string"){if(type==="json"||!type&&ct.indexOf("json")>=0){data=jQuery.parseJSON(data);}else if(type==="script"||!type&&ct.indexOf("javascript")>=0){jQuery.globalEval(data);}} return data;},param:function(a,traditional){var s=[];if(traditional===undefined){traditional=jQuery.ajaxSettings.traditional;} if(jQuery.isArray(a)||a.jquery){jQuery.each(a,function(){add(this.name,this.value);});}else{for(var prefix in a){buildParams(prefix,a[prefix]);}} return s.join("&").replace(r20,"+");function buildParams(prefix,obj){if(jQuery.isArray(obj)){jQuery.each(obj,function(i,v){if(traditional||/\[\]$/.test(prefix)){add(prefix,v);}else{buildParams(prefix+"["+(typeof v==="object"||jQuery.isArray(v)?i:"")+"]",v);}});}else if(!traditional&&obj!=null&&typeof obj==="object"){jQuery.each(obj,function(k,v){buildParams(prefix+"["+k+"]",v);});}else{add(prefix,obj);}} function add(key,value){value=jQuery.isFunction(value)?value():value;s[s.length]=encodeURIComponent(key)+"="+encodeURIComponent(value);}}});var elemdisplay={},rfxtypes=/toggle|show|hide/,rfxnum=/^([+-]=)?([\d+-.]+)(.*)$/,timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];jQuery.fn.extend({show:function(speed,callback){if(speed||speed===0){return this.animate(genFx("show",3),speed,callback);}else{for(var i=0,l=this.length;i").appendTo("body");display=elem.css("display");if(display==="none"){display="block";} elem.remove();elemdisplay[nodeName]=display;} jQuery.data(this[i],"olddisplay",display);}} for(var j=0,k=this.length;j=0;i--){if(timers[i].elem===this){if(gotoEnd){timers[i](true);} timers.splice(i,1);}}});if(!gotoEnd){this.dequeue();} return this;}});jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(name,props){jQuery.fn[name]=function(speed,callback){return this.animate(props,speed,callback);};});jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&typeof speed==="object"?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:jQuery.fx.speeds[opt.duration]||jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false){jQuery(this).dequeue();} if(jQuery.isFunction(opt.old)){opt.old.call(this);}};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig){options.orig={};}}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);} (jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block";}},cur:function(force){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];} var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;var self=this;function t(gotoEnd){return self.step(gotoEnd);} t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){timerId=setInterval(jQuery.fx.tick,13);}},show:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=now(),done=true;if(gotoEnd||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var i in this.options.curAnim){if(this.options.curAnim[i]!==true){done=false;}} if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var old=jQuery.data(this.elem,"olddisplay");this.elem.style.display=old?old:this.options.display;if(jQuery.css(this.elem,"display")==="none"){this.elem.style.display="block";}} if(this.options.hide){jQuery(this.elem).hide();} if(this.options.hide||this.options.show){for(var p in this.options.curAnim){jQuery.style(this.elem,p,this.options.orig[p]);}} this.options.complete.call(this.elem);} return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;var specialEasing=this.options.specialEasing&&this.options.specialEasing[this.prop];var defaultEasing=this.options.easing||(jQuery.easing.swing?"swing":"linear");this.pos=jQuery.easing[specialEasing||defaultEasing](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();} return true;}};jQuery.extend(jQuery.fx,{tick:function(){var timers=jQuery.timers;for(var i=0;i
";jQuery.extend(container.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild;checkDiv=innerDiv.firstChild;td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);checkDiv.style.position="fixed",checkDiv.style.top="20px";this.supportsFixedPosition=(checkDiv.offsetTop===20||checkDiv.offsetTop===15);checkDiv.style.position=checkDiv.style.top="";innerDiv.style.overflow="hidden",innerDiv.style.position="relative";this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(body.offsetTop!==bodyMarginTop);body.removeChild(container);body=container=innerDiv=checkDiv=table=td=null;jQuery.offset.initialize=jQuery.noop;},bodyOffset:function(body){var top=body.offsetTop,left=body.offsetLeft;jQuery.offset.initialize();if(jQuery.offset.doesNotIncludeMarginInBodyOffset){top+=parseFloat(jQuery.curCSS(body,"marginTop",true))||0;left+=parseFloat(jQuery.curCSS(body,"marginLeft",true))||0;} return{top:top,left:left};},setOffset:function(elem,options,i){if(/static/.test(jQuery.curCSS(elem,"position"))){elem.style.position="relative";} var curElem=jQuery(elem),curOffset=curElem.offset(),curTop=parseInt(jQuery.curCSS(elem,"top",true),10)||0,curLeft=parseInt(jQuery.curCSS(elem,"left",true),10)||0;if(jQuery.isFunction(options)){options=options.call(elem,i,curOffset);} var props={top:(options.top-curOffset.top)+curTop,left:(options.left-curOffset.left)+curLeft};if("using"in options){options.using.call(elem,props);}else{curElem.css(props);}}};jQuery.fn.extend({position:function(){if(!this[0]){return null;} var elem=this[0],offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].nodeName)?{top:0,left:0}:offsetParent.offset();offset.top-=parseFloat(jQuery.curCSS(elem,"marginTop",true))||0;offset.left-=parseFloat(jQuery.curCSS(elem,"marginLeft",true))||0;parentOffset.top+=parseFloat(jQuery.curCSS(offsetParent[0],"borderTopWidth",true))||0;parentOffset.left+=parseFloat(jQuery.curCSS(offsetParent[0],"borderLeftWidth",true))||0;return{top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.nodeName)&&jQuery.css(offsetParent,"position")==="static")){offsetParent=offsetParent.offsetParent;} return offsetParent;});}});jQuery.each(["Left","Top"],function(i,name){var method="scroll"+name;jQuery.fn[method]=function(val){var elem=this[0],win;if(!elem){return null;} if(val!==undefined){return this.each(function(){win=getWindow(this);if(win){win.scrollTo(!i?val:jQuery(win).scrollLeft(),i?val:jQuery(win).scrollTop());}else{this[method]=val;}});}else{win=getWindow(elem);return win?("pageXOffset"in win)?win[i?"pageYOffset":"pageXOffset"]:jQuery.support.boxModel&&win.document.documentElement[method]||win.document.body[method]:elem[method];}};});function getWindow(elem){return("scrollTo"in elem&&elem.document)?elem:elem.nodeType===9?elem.defaultView||elem.parentWindow:false;} jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],type,false,"padding"):null;};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],type,false,margin?"margin":"border"):null;};jQuery.fn[type]=function(size){var elem=this[0];if(!elem){return size==null?null:this;} if(jQuery.isFunction(size)){return this.each(function(i){var self=jQuery(this);self[type](size.call(this,i,self[type]()));});} return("scrollTo"in elem&&elem.document)?elem.document.compatMode==="CSS1Compat"&&elem.document.documentElement["client"+name]||elem.document.body["client"+name]:(elem.nodeType===9)?Math.max(elem.documentElement["client"+name],elem.body["scroll"+name],elem.documentElement["scroll"+name],elem.body["offset"+name],elem.documentElement["offset"+name]):size===undefined?jQuery.css(elem,type):this.css(type,typeof size==="string"?size:size+"px");};});window.jQuery=window.$=jQuery;})(window);eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(k(C){C.r={8y:{4r:k(E,F,H){c G=C.r[E].3d;1w(c D 6i H){G.5n[D]=G.5n[D]||[];G.5n[D].8v([F,H[D]])}},6w:k(D,F,E){c H=D.5n[F];h(!H){o}1w(c G=0;G\').2c(D).1o({23:"4f",1Q:"-7C",2l:"-7C",4S:"6D"}).8J("2a");C.r.4g[D]=!!((!(/8F|3U/).3Z(E.1o("5N"))||(/^[1-9]/).3Z(E.1o("2u"))||(/^[1-9]/).3Z(E.1o("1Y"))||!(/4R/).3Z(E.1o("8s"))||!(/8H|8I\\(0, 0, 0, 0\\)/).3Z(E.1o("8h"))));65{C("2a").7L(0).8i(E.7L(0))}5Y(F){}o C.r.4g[D]},8j:k(D){C(D).3s("2i","7B").1o("7P","4R")},8k:k(D){C(D).3s("2i","8l").1o("7P","")},8w:k(G,E){c D=/1Q/.3Z(E||"1Q")?"3i":"3p",F=u;h(G[D]>0){o 1c}G[D]=1;F=G[D]>0?1c:u;G[D]=0;o F}};c B=C.5i.2L;C.5i.2L=k(){C("*",b).4r(b).9j("2L");o B.1S(b,4C)};k A(E,F,G){c D=C[E][F].9e||[];D=(1F D=="30"?D.4v(/,?\\s+/):D);o(C.9h(G,D)!=-1)}C.46=k(E,D){c F=E.4v(".")[0];E=E.4v(".")[1];C.5i[E]=k(J){c H=(1F J=="30"),I=6q.3d.88.6w(4C,1);h(H&&A(F,E,J)){c G=C.1i(b[0],E);o(G?G[J].1S(G,I):4T)}o b.3J(k(){c K=C.1i(b,E);h(H&&K&&C.9n(K[J])){K[J].1S(K,I)}X{h(!H){C.1i(b,E,x C[F][E](b,J))}}})};C[F][E]=k(I,H){c G=b;b.2W=E;b.7R=F+"-"+E;b.1r=C.3V({},C.46.4U,C[F][E].4U,H);b.2K=C(I).2q("3w."+E,k(L,J,K){o G.3w(J,K)}).2q("4c."+E,k(K,J){o G.4c(J)}).2q("2L",k(){o G.7Q()});b.7M()};C[F][E].3d=C.3V({},C.46.3d,D)};C.46.3d={7M:k(){},7Q:k(){b.2K.7q(b.2W)},4c:k(D){o b.1r[D]},3w:k(D,E){b.1r[D]=E;h(D=="2F"){b.2K[E?"2c":"3c"](b.7R+"-2F")}},9o:k(){b.3w("2F",u)},9v:k(){b.3w("2F",1c)}};C.46.4U={2F:u};C.r.6R={90:k(){c D=b;b.2K.2q("7O."+b.2W,k(E){o D.7F(E)});h(C.21.3X){b.7G=b.2K.3s("2i");b.2K.3s("2i","7B")}b.8S=u},8T:k(){b.2K.3g("."+b.2W);(C.21.3X&&b.2K.3s("2i",b.7G))},7F:k(F){(b.2t&&b.4e(F));b.5c=F;c E=b,G=(F.9b==1),D=(1F b.1r.5x=="30"?C(F.p).5C().4r(F.p).98(b.1r.5x).1m:u);h(!G||D||!b.6T(F)){o 1c}b.5j=!b.1r.5u;h(!b.5j){b.97=94(k(){E.5j=1c},b.1r.5u)}h(b.5A(F)&&b.5y(F)){b.2t=(b.5v(F)!==u);h(!b.2t){F.7n();o 1c}}b.5s=k(H){o E.7Y(H)};b.5t=k(H){o E.4e(H)};C(1g).2q("8b."+b.2W,b.5s).2q("7Z."+b.2W,b.5t);o u},7Y:k(D){h(C.21.3X&&!D.3v){o b.4e(D)}h(b.2t){b.5w(D);o u}h(b.5A(D)&&b.5y(D)){b.2t=(b.5v(b.5c,D)!==u);(b.2t?b.5w(D):b.4e(D))}o!b.2t},4e:k(D){C(1g).3g("8b."+b.2W,b.5s).3g("7Z."+b.2W,b.5t);h(b.2t){b.2t=u;b.6I(D)}o u},5A:k(D){o(1I.2D(1I.87(b.5c.5q-D.5q),1I.87(b.5c.5Q-D.5Q))>=b.1r.6G)},5y:k(D){o b.5j},5v:k(D){},5w:k(D){},6I:k(D){},6T:k(D){o 1c}};C.r.6R.4U={5x:t,6G:1,5u:0}})(1h);(k($){c 1j="f";k 4i(){b.77=u;b.4a=t;b.2H=[];b.3k=u;b.31=u;b.5E="r-f-S";b.5P="r-f-3R";b.2y="r-f-4s";b.5I="r-f-9a";b.6x="r-f-3Q";b.6r="r-f-2i";b.5l="r-f-5h-T";b.5z=[];b.5z[""]={7H:"99",7I:"92 4G 5h l",8c:"6V",7W:"6V 91 7y",2T:"U;8R",8f:"4w 4G 8V Q",2X:"8WZ;",8e:"4w 4G 4h Q",3f:"8Y",83:"4w 4G 5h Q",1v:["8X","9c","9d","9s","7p","9r","9q","9p","9t","9u","9x","9w"],2d:["8Q","9g","9f","9i","7p","9l","9k","9y","8m","8n","8q","8r"],7m:"4w a 70 Q",7t:"4w a 70 O",85:"8p",8P:"8G 8K 4G O",1z:["8N","8M","8L","8E","8t","8B","8A"],1D:["8z","8C","8x","8u","8D","8g","8o"],5b:["95","9F","ar","aq","ap","ao","au"],5e:"av 4d as ax 2Q T",3m:"79 4d, M d",3u:"4L/3D/3r",1M:0,6U:"79 a l",1Z:u};b.1E={3z:"2N",20:"5U",5H:{},2Y:t,4B:"",2M:"...",3F:"",76:u,4u:1c,6l:u,47:u,3T:u,6d:u,7w:1c,7h:1c,7i:"-10:+10",43:1c,3P:u,2R:u,4A:u,5p:b.48,1W:"+10",1x:u,84:b.3m,17:t,1b:t,1p:"aw",4z:t,4m:t,3b:t,7r:t,49:t,74:1,2J:1,1V:u,4t:" - ",4k:"",3O:""};$.3V(b.1E,b.5z[""]);b.V=$(\'\')}$.3V(4i.3d,{2U:"an",61:k(){h(b.77){am.61.1S("",4C)}},ag:k(v){4x(b.1E,v||{});o b},7V:k(p,v){c 3H=t;1w(52 6i b.1E){c 53=p.af("l:"+52);h(53){3H=3H||{};65{3H[52]=ae(53)}5Y(ad){3H[52]=53}}}c 2g=p.2g.5V();c 1L=(2g=="S"||2g=="3I");h(!p.z){p.z="73"+x N().2e()}c 8=b.5r($(p),1L);8.v=$.3V({},v||{},3H||{});h(2g=="q"){b.7d(p,8)}X{h(1L){b.71(p,8)}}},5r:k(p,1L){o{z:p[0].z,q:p,1O:0,1J:0,1X:0,U:0,Z:0,1L:1L,V:(!1L?b.V:$(\'\'))}},7d:k(p,8){c q=$(p);h(q.4p(b.2U)){o}c 4B=b.n(8,"4B");c 1Z=b.n(8,"1Z");h(4B){q[1Z?"6Z":"6Y"](\'<3I 1d="\'+b.5P+\'">\'+4B+"")}c 3z=b.n(8,"3z");h(3z=="2N"||3z=="4V"){q.2N(b.42)}h(3z=="3v"||3z=="4V"){c 2M=b.n(8,"2M");c 3F=b.n(8,"3F");c 4s=$(b.n(8,"76")?$("<58/>").2c(b.2y).3s({66:3F,75:2M,4F:2M}):$(\'<3v 4n="3v">\').2c(b.2y).18(3F==""?2M:$("<58/>").3s({66:3F,75:2M,4F:2M})));q[1Z?"6Z":"6Y"](4s);4s.az(k(){h($.f.3k&&$.f.3A==p){$.f.2V()}X{$.f.42(p)}o u})}q.2c(b.2U).5O(b.57).7s(b.5R).2q("3w.f",k(3B,3a,R){8.v[3a]=R}).2q("4c.f",k(3B,3a){o b.n(8,3a)});$.1i(p,1j,8)},71:k(p,8){c q=$(p);h(q.4p(b.2U)){o}q.2c(b.2U).3R(8.V).2q("3w.f",k(3B,3a,R){8.v[3a]=R}).2q("4c.f",k(3B,3a){o b.n(8,3a)});$.1i(p,1j,8);b.6v(8,b.6g(8));b.2k(8)},aL:k(8){c 1q=b.3M(8);8.V.1Y(1q[1]*$(".r-f",8.V[0]).1Y())},aK:k(q,7f,3b,v,2s){c 8=b.7e;h(!8){c z="73"+x N().2e();b.2n=$(\'\');b.2n.5O(b.57);$("2a").3R(b.2n);8=b.7e=b.5r(b.2n,u);8.v={};$.1i(b.2n[0],1j,8)}4x(8.v,v||{});b.2n.3S(7f);b.1U=(2s?(2s.1m?2s:[2s.5q,2s.5Q]):t);h(!b.1U){c 59=5a.7x||1g.25.5M||1g.2a.5M;c 5m=5a.6P||1g.25.5L||1g.2a.5L;c 3e=1g.25.3p||1g.2a.3p;c 3h=1g.25.3i||1g.2a.3i;b.1U=[(59/2)-3x+3e,(5m/2)-9z+3h]}b.2n.1o("2l",b.1U[0]+"4Q").1o("1Q",b.1U[1]+"4Q");8.v.3b=3b;b.31=1c;b.V.2c(b.5I);b.42(b.2n[0]);h($.4o){$.4o(b.V)}$.1i(b.2n[0],1j,8);o b},aP:k(p){c 2g=p.2g.5V();c $p=$(p);$.7q(p,1j);h(2g=="q"){$p.3N("."+b.5P).2L().3L().3N("."+b.2y).2L().3L().3c(b.2U).3g("2N",b.42).3g("5O",b.57).3g("7s",b.5R)}X{h(2g=="S"||2g=="3I"){$p.3c(b.2U).6E()}}},aC:k(p){p.2F=u;$(p).3N("3v."+b.2y).3J(k(){b.2F=u}).3L().3N("58."+b.2y).1o({7v:"1.0",5N:""});b.2H=$.7u(b.2H,k(R){o(R==p?t:R)})},aB:k(p){p.2F=1c;$(p).3N("3v."+b.2y).3J(k(){b.2F=1c}).3L().3N("58."+b.2y).1o({7v:"0.5",5N:"3U"});b.2H=$.7u(b.2H,k(R){o(R==p?t:R)});b.2H[b.2H.1m]=p},7l:k(p){h(!p){o u}1w(c i=0;i-1)},42:k(q){q=q.p||q;h(q.2g.5V()!="q"){q=$("q",q.9Q)[0]}h($.f.7l(q)||$.f.3A==q){o}c 8=$.1i(q,1j);c 4m=$.f.n(8,"4m");4x(8.v,(4m?4m.1S(q,[q,8]):{}));$.f.2V(t,"");$.f.3A=q;$.f.6u(8);h($.f.31){q.R=""}h(!$.f.1U){$.f.1U=$.f.5D(q);$.f.1U[1]+=q.9P}c 1C=u;$(q).5C().3J(k(){1C|=$(b).1o("23")=="6C";o!1C});h(1C&&$.21.5F){$.f.1U[0]-=1g.25.3p;$.f.1U[1]-=1g.25.3i}c 16={2l:$.f.1U[0],1Q:$.f.1U[1]};$.f.1U=t;8.1u=t;8.V.1o({23:"4f",4S:"6D",1Q:"-9I"});$.f.2k(8);8.V.1Y($.f.3M(8)[1]*$(".r-f",8.V[0])[0].9C);16=$.f.6H(8,16,1C);8.V.1o({23:($.f.31&&$.4o?"9B":(1C?"6C":"4f")),4S:"4R",2l:16.2l+"4Q",1Q:16.1Q+"4Q"});h(!8.1L){c 20=$.f.n(8,"20")||"5U";c 1p=$.f.n(8,"1p");c 3n=k(){$.f.3k=1c;h($.21.3X&&3t($.21.6Q)<7){$("4P.r-f-6b").1o({1Y:8.V.1Y()+4,2u:8.V.2u()+4})}};h($.5f&&$.5f[20]){8.V.5U(20,$.f.n(8,"5H"),1p,3n)}X{8.V[20](1p,3n)}h(1p==""){3n()}h(8.q[0].4n!="5G"){8.q[0].2N()}$.f.4a=8}},2k:k(8){c 5T={1Y:8.V.1Y()+4,2u:8.V.2u()+4};8.V.6E().3R(b.7E(8)).9D("4P.r-f-6b").1o({1Y:5T.1Y,2u:5T.2u});c 1q=b.3M(8);8.V[(1q[0]!=1||1q[1]!=1?"4r":"2L")+"6S"]("r-f-9E");8.V[(b.n(8,"1Z")?"4r":"2L")+"6S"]("r-f-9G");h(8.q&&8.q[0].4n!="5G"){$(8.q[0]).2N()}},6H:k(8,16,1C){c 2s=8.q?b.5D(8.q[0]):t;c 59=5a.7x||1g.25.5M;c 5m=5a.6P||1g.25.5L;c 3e=1g.25.3p||1g.2a.3p;c 3h=1g.25.3i||1g.2a.3i;h(b.n(8,"1Z")||(16.2l+8.V.1Y()-3e)>59){16.2l=1I.2D((1C?0:3e),2s[0]+(8.q?8.q.1Y():0)-(1C?3e:0)-8.V.1Y()-(1C&&$.21.5F?1g.25.3p:0))}X{16.2l-=(1C?3e:0)}h((16.1Q+8.V.2u()-3h)>5m){16.1Q=1I.2D((1C?0:3h),2s[1]-(1C?3h:0)-(b.31?0:8.V.2u())-(1C&&$.21.5F?1g.25.3i:0))}X{16.1Q-=(1C?3h:0)}o 16},5D:k(3l){4b(3l&&(3l.4n=="5G"||3l.a6!=1)){3l=3l.a5}c 23=$(3l).16();o[23.2l,23.1Q]},2V:k(q,1p){c 8=b.4a;h(!8){o}c 1V=b.n(8,"1V");h(1V&&b.2A){b.4H("#"+8.z,b.3y(8,8.1s,8.1N,8.1A))}b.2A=u;h(b.3k){1p=(1p!=t?1p:b.n(8,"1p"));c 20=b.n(8,"20");c 3n=k(){$.f.5J(8)};h(1p!=""&&$.5f&&$.5f[20]){8.V.5K(20,$.f.n(8,"5H"),1p,3n)}X{8.V[(1p==""?"5K":(20=="a4"?"a7":(20=="a8"?"aa":"5K")))](1p,3n)}h(1p==""){b.5J(8)}c 49=b.n(8,"49");h(49){49.1S((8.q?8.q[0]:t),[b.4M(8),8])}b.3k=u;b.3A=t;8.v.3Q=t;h(b.31){b.2n.1o({23:"4f",2l:"0",1Q:"-80"});h($.4o){$.9V();$("2a").3R(b.V)}}b.31=u}b.4a=t},5J:k(8){8.V.3c(b.5I).3g(".r-f");$("."+b.6x,8.V).2L()},7A:k(3B){h(!$.f.4a){o}c $p=$(3B.p);h(($p.5C("#"+$.f.5E).1m==0)&&!$p.4p($.f.2U)&&!$p.4p($.f.2y)&&$.f.3k&&!($.f.31&&$.4o)){$.f.2V(t,"")}},2h:k(z,16,2j){c p=$(z);c 8=$.1i(p[0],1j);b.51(8,16,2j);b.2k(8)},6f:k(z){c p=$(z);c 8=$.1i(p[0],1j);h(b.n(8,"6d")&&8.1s){8.1O=8.1s;8.U=8.1J=8.1N;8.Z=8.1X=8.1A}X{c l=x N();8.1O=l.1e();8.U=8.1J=l.1l();8.Z=8.1X=l.19()}b.2h(p);b.4W(8)},64:k(z,3q,2j){c p=$(z);c 8=$.1i(p[0],1j);8.4K=u;8[2j=="M"?"U":"Z"]=3q.1r[3q.a1].R-0;b.2h(p);b.4W(8)},6B:k(z){c p=$(z);c 8=$.1i(p[0],1j);h(8.q&&8.4K&&!$.21.3X){8.q[0].2N()}8.4K=!8.4K},81:k(z,T){c p=$(z);c 8=$.1i(p[0],1j);8.v.1M=T;b.2k(8)},6s:k(z,Q,O,1P){h($(1P).4p(b.6r)){o}c p=$(z);c 8=$.1i(p[0],1j);c 1V=b.n(8,"1V");h(1V){b.2A=!b.2A;h(b.2A){$(".r-f 1P").3c(b.5l);$(1P).2c(b.5l)}}8.1O=8.1s=$("a",1P).18();8.1J=8.1N=Q;8.1X=8.1A=O;h(b.2A){8.2b=8.2m=8.1n=t}X{h(1V){8.2b=8.1s;8.2m=8.1N;8.1n=8.1A}}b.4H(z,b.3y(8,8.1s,8.1N,8.1A));h(b.2A){8.1u=x N(8.1A,8.1N,8.1s);b.2k(8)}X{h(1V){8.1O=8.1s=8.1u.1e();8.1J=8.1N=8.1u.1l();8.1X=8.1A=8.1u.19();8.1u=t;h(8.1L){b.2k(8)}}}},6k:k(z){c p=$(z);c 8=$.1i(p[0],1j);h(b.n(8,"6l")){o}b.2A=u;8.2b=8.2m=8.1n=8.1u=t;b.4H(p,"")},4H:k(z,24){c p=$(z);c 8=$.1i(p[0],1j);24=(24!=t?24:b.3y(8));h(b.n(8,"1V")&&24){24=(8.1u?b.3y(8,8.1u):24)+b.n(8,"4t")+24}h(8.q){8.q.3S(24)}b.7K(8);c 3b=b.n(8,"3b");h(3b){3b.1S((8.q?8.q[0]:t),[24,8])}X{h(8.q){8.q.4s("7y")}}h(8.1L){b.2k(8)}X{h(!b.2A){b.2V(t,b.n(8,"1p"));b.3A=8.q[0];h(1F(8.q[0])!="4X"){8.q[0].2N()}b.3A=t}}},7K:k(8){c 4k=b.n(8,"4k");h(4k){c 3O=b.n(8,"3O");c l=b.4M(8);24=(6W(l)?(!l[0]&&!l[1]?"":b.2C(3O,l[0],b.2r(8))+b.n(8,"4t")+b.2C(3O,l[1]||l[0],b.2r(8))):b.2C(3O,l,b.2r(8)));$(4k).3J(k(){$(b).3S(24)})}},9Z:k(l){c T=l.3G();o[(T>0&&T<6),""]},48:k(l){c 1G=x N(l.19(),l.1l(),l.1e(),(l.a0()/-60));c 41=x N(1G.19(),1-1,4);c 1M=41.3G()||7;41.50(41.1e()+1-1M);h(1M<4&&1G<41){1G.50(1G.1e()-3);o $.f.48(1G)}X{h(1G>x N(1G.19(),12-1,28)){1M=x N(1G.19()+1,1-1,4).3G()||7;h(1M>4&&(1G.3G()||7)<1M-3){1G.50(1G.1e()+3);o $.f.48(1G)}}}o 1I.9S(((1G-41)/9H)/7)+1},3m:k(l,8){o $.f.2C($.f.n(8,"3m"),l,$.f.2r(8))},63:k(1f,R,v){h(1f==t||R==t){4l"7J 4C"}R=(1F R=="4X"?R.6M():R+"");h(R==""){o t}c 1W=(v?v.1W:t)||b.1E.1W;c 1D=(v?v.1D:t)||b.1E.1D;c 1z=(v?v.1z:t)||b.1E.1z;c 2d=(v?v.2d:t)||b.1E.2d;c 1v=(v?v.1v:t)||b.1E.1v;c O=-1;c Q=-1;c T=-1;c 1R=u;c 1T=k(1B){c 1K=(1a+1<1f.1m&&1f.1k(1a+1)==1B);h(1K){1a++}o 1K};c 4q=k(1B){1T(1B);c 5W=(1B=="@"?14:(1B=="y"?4:2));c 2p=5W;c 4J=0;4b(2p>0&&22="0"&&R.1k(22)<="9"){4J=4J*10+(R.1k(22++)-0);2p--}h(2p==5W){4l"9N 6h at 23 "+22}o 4J};c 5X=k(1B,4O,4N){c 44=(1T(1B)?4N:4O);c 2p=0;1w(c j=0;j<44.1m;j++){2p=1I.2D(2p,44[j].1m)}c 1t="";c 7N=22;4b(2p>0&&220){c v=b.2r(8);h(2P.1m>1){l=b.63(3u,2P[1],v)||2Y;8.2b=l.1e();8.2m=l.1l();8.1n=l.19()}65{l=b.63(3u,2P[0],v)||2Y}5Y(e){b.61(e);l=2Y}}8.1O=l.1e();8.U=8.1J=l.1l();8.Z=8.1X=l.19();8.1s=(2P[0]?l.1e():0);8.1N=(2P[0]?l.1l():0);8.1A=(2P[0]?l.19():0);b.51(8)},6g:k(8){c l=b.45(b.n(8,"2Y"),x N());c 17=b.2E(8,"2G",1c);c 1b=b.2E(8,"2D");l=(17&&l<17?17:l);l=(1b&&l>1b?1b:l);o l},45:k(l,2Y){c 7D=k(16){c l=x N();l.6L(l.6K()+16);o l};c 7z=k(16,6e){c l=x N();c O=l.19();c Q=l.1l();c T=l.1e();c 67=/([+-]?[0-9]+)\\s*(d|D|w|W|m|M|y|Y)?/g;c 1K=67.7X(16);4b(1K){4y(1K[2]||"d"){P"d":P"D":T+=(1K[1]-0);15;P"w":P"W":T+=(1K[1]*7);15;P"m":P"M":Q+=(1K[1]-0);T=1I.2G(T,6e(O,Q));15;P"y":P"Y":O+=(1K[1]-0);T=1I.2G(T,6e(O,Q));15}1K=67.7X(16)}o x N(O,Q,T)};o(l==t?2Y:(1F l=="30"?7z(l,b.4D):(1F l=="6h"?7D(l):l)))},6v:k(8,l,2f){c 2Z=!(l);l=b.45(l,x N());8.1O=8.1s=l.1e();8.U=8.1J=8.1N=l.1l();8.Z=8.1X=8.1A=l.19();h(b.n(8,"1V")){h(2f){2f=b.45(2f,t);8.2b=2f.1e();8.2m=2f.1l();8.1n=2f.19()}X{8.2b=8.1s;8.2m=8.1N;8.1n=8.1A}}b.51(8);h(8.q){8.q.3S(2Z?"":b.3y(8)+(!b.n(8,"1V")?"":b.n(8,"4t")+b.3y(8,8.2b,8.2m,8.1n)))}},4M:k(8){c 6t=(!8.1A||(8.q&&8.q.3S()=="")?t:x N(8.1A,8.1N,8.1s));h(b.n(8,"1V")){o[8.1u||6t,(!8.1n?t:x N(8.1n,8.2m,8.2b))]}X{o 6t}},7E:k(8){c 2z=x N();2z=x N(2z.19(),2z.1l(),2z.1e());c 1x=b.n(8,"1x");c 1Z=b.n(8,"1Z");c 2Z=(b.n(8,"6l")?"":\'"+b.n(8,"7H")+"");c 62=\'\'+(1Z?"":2Z)+\'"+b.n(8,"8c")+""+(1Z?2Z:"")+"";c 3Q=b.n(8,"3Q");c 4u=b.n(8,"4u");c 47=b.n(8,"47");c 3T=b.n(8,"3T");c 1q=b.3M(8);c 2J=b.n(8,"2J");c 7U=(1q[0]!=1||1q[1]!=1);c 5k=(!8.1s?x N(9U,9,9):x N(8.1A,8.1N,8.1s));c 17=b.2E(8,"2G",1c);c 1b=b.2E(8,"2D");c U=8.U;c Z=8.Z;h(1b){c 4j=x N(1b.19(),1b.1l()-1q[1]+1,1b.1e());4j=(17&&4j<17?17:4j);4b(x N(Z,U,1)>4j){U--;h(U<0){U=11;Z--}}}c 2T=b.n(8,"2T");2T=(!3T?2T:b.2C(2T,x N(Z,U-2J,1),b.2r(8)));c 5g=\'\'+(b.6j(8,-1,Z,U)?""+2T+"":(47?"":"<4Z>"+2T+""))+"";c 2X=b.n(8,"2X");2X=(!3T?2X:b.2C(2X,x N(Z,U+2J,1),b.2r(8)));c 4h=\'\'+(b.6j(8,+1,Z,U)?""+2X+"":(47?"":"<4Z>"+2X+""))+"";c 3f=b.n(8,"3f");3f=(!3T?3f:b.2C(3f,2z,b.2r(8)));c 18=(3Q?\'\'+3Q+"":"")+(4u&&!8.1L?62:"")+\'\'+(1Z?4h:5g)+(b.6n(8,(b.n(8,"6d")&&8.1s?5k:2z))?\'"+3f+"":"")+(1Z?5g:4h)+"";c 1M=b.n(8,"1M");c 43=b.n(8,"43");c 1z=b.n(8,"1z");c 1D=b.n(8,"1D");c 5b=b.n(8,"5b");c 1v=b.n(8,"1v");c 4z=b.n(8,"4z");c 3P=b.n(8,"3P");c 2R=b.n(8,"2R");c 4A=b.n(8,"4A");c 5p=b.n(8,"5p")||b.48;c 2o=(1x?b.n(8,"5e")||"H;":"");c 3m=b.n(8,"84")||b.3m;c 2f=8.2b?x N(8.1n,8.2m,8.2b):5k;1w(c 3j=0;3j<1q[0];3j++){1w(c 3K=0;3K<1q[1];3K++){c 3Y=x N(Z,U,8.1O);18+=\'\'+b.6F(8,U,Z,17,1b,3Y,3j>0||3K>0,1x,1v)+\'<6O 1d="r-f" a3="0" a9="0"><8a><5d 1d="r-f-4F-3j">\'+(4A?"<1P>"+b.n(8,"85")+"":"");1w(c 2v=0;2v<7;2v++){c T=(2v+1M)%7;c 5e=(2o.86("4d")>-1?2o.82(/4d/,1z[T]):2o.82(/D/,1D[T]));18+="<1P"+((2v+1M+6)%7>=5?\' 1d="r-f-2Q-3L-3o"\':"")+">"+(!43?"<3I":"\'+5b[T]+(43?"":"")+""}18+="<6J>";c 6o=b.4D(Z,U);h(Z==8.1X&&U==8.1J){8.1O=1I.2G(8.1O,6o)}c 6p=(b.7b(Z,U)-1M+7)%7;c 1y=x N(Z,U,1-6p);c 7g=(7U?6:1I.9T((6p+6o)/7));1w(c 6m=0;6m<7g;6m++){18+=\'<5d 1d="r-f-3C-3j">\'+(4A?\'<1P 1d="r-f-2Q-3K">\'+5p(1y)+"":"");1w(c 2v=0;2v<7;2v++){c 4E=(4z?4z.1S((8.q?8.q[0]:t),[1y]):[1c,""]);c 2B=(1y.1l()!=U);c 2i=2B||!4E[0]||(17&&1y<17)||(1b&&1y>1b);18+=\'<1P 1d="r-f-3C-3o\'+((2v+1M+6)%7>=5?" r-f-2Q-3L-3o":"")+(2B?" r-f-2B":"")+(1y.2e()==3Y.2e()&&U==8.1J?" r-f-3C-3o-2S":"")+(2i?" "+b.6r:"")+(2B&&!2R?"":" "+4E[1]+(1y.2e()>=5k.2e()&&1y.2e()<=2f.2e()?" "+b.5l:"")+(1y.2e()==2z.2e()?" r-f-2z":""))+\'"\'+((!2B||2R)&&4E[2]?\' 4F="\'+4E[2]+\'"\':"")+(2i?(3P?" 6a=\\"1h(b).5o().2c(\'r-f-2Q-2S\');\\" 6c=\\"1h(b).5o().3c(\'r-f-2Q-2S\');\\"":""):" 6a=\\"1h(b).2c(\'r-f-3C-3o-2S\')"+(3P?".5o().2c(\'r-f-2Q-2S\')":"")+";"+(!1x||(2B&&!2R)?"":"1h(\'#r-f-2o-"+8.z+"\').18(\'"+(3m.1S((8.q?8.q[0]:t),[1y,8])||"H;")+"\');")+"\\" 6c=\\"1h(b).3c(\'r-f-3C-3o-2S\')"+(3P?".5o().3c(\'r-f-2Q-2S\')":"")+";"+(!1x||(2B&&!2R)?"":"1h(\'#r-f-2o-"+8.z+"\').18(\'H;\');")+\'" 2x="1h.f.6s(\\\'#\'+8.z+"\',"+U+","+Z+\', b);"\')+">"+(2B?(2R?1y.1e():"H;"):(2i?1y.1e():""+1y.1e()+""))+"";1y.6L(1y.6K()+1)}18+=""}U++;h(U>11){U=0;Z++}18+=""}}18+=(1x?\'\'+(b.n(8,"6U")||"H;")+"":"")+(!4u&&!8.1L?62:"")+\'\'+($.21.3X&&3t($.21.6Q)<7&&!8.1L?\'<4P 66="9A:u;" 1d="r-f-6b">\':"");o 18},6F:k(8,U,Z,17,1b,3Y,68,1x,1v){17=(8.1u&&17&&3Y<17?3Y:17);c 18=\'\';h(68||!b.n(8,"7w")){18+=1v[U]+"H;"}X{c 7k=(17&&17.19()==Z);c 7j=(1b&&1b.19()==Z);18+=\'<3q 1d="r-f-x-Q" 7o="1h.f.64(\\\'#\'+8.z+"\', b, \'M\');\\" 2x=\\"1h.f.6B(\'#"+8.z+"\');\\""+(1x?b.2w(8,b.n(8,"7m")||"H;"):"")+">";1w(c Q=0;Q<12;Q++){h((!7k||Q>=17.1l())&&(!7j||Q<=1b.1l())){18+=\'<54 R="\'+Q+\'"\'+(Q==U?\' 55="55"\':"")+">"+1v[Q]+""}}18+=""}h(68||!b.n(8,"7h")){18+=Z}X{c 2O=b.n(8,"7i").4v(":");c O=0;c 1n=0;h(2O.1m!=2){O=Z-10;1n=Z+10}X{h(2O[0].1k(0)=="+"||2O[0].1k(0)=="-"){O=1n=x N().19();O+=3t(2O[0],10);1n+=3t(2O[1],10)}X{O=3t(2O[0],10);1n=3t(2O[1],10)}}O=(17?1I.2D(O,17.19()):O);1n=(1b?1I.2G(1n,1b.19()):1n);18+=\'<3q 1d="r-f-x-O" 7o="1h.f.64(\\\'#\'+8.z+"\', b, \'Y\');\\" 2x=\\"1h.f.6B(\'#"+8.z+"\');\\""+(1x?b.2w(8,b.n(8,"7t")||"H;"):"")+">";1w(;O<=1n;O++){18+=\'<54 R="\'+O+\'"\'+(O==Z?\' 55="55"\':"")+">"+O+""}18+=""}18+="";o 18},2w:k(8,69){o" 6a=\\"1h(\'#r-f-2o-"+8.z+"\').18(\'"+69+"\');\\" 6c=\\"1h(\'#r-f-2o-"+8.z+"\').18(\'H;\');\\""},51:k(8,16,2j){c O=8.Z+(2j=="Y"?16:0);c Q=8.U+(2j=="M"?16:0);c T=1I.2G(8.1O,b.4D(O,Q))+(2j=="D"?16:0);c l=x N(O,Q,T);c 17=b.2E(8,"2G",1c);c 1b=b.2E(8,"2D");l=(17&&l<17?17:l);l=(1b&&l>1b?1b:l);8.1O=l.1e();8.U=8.1J=l.1l();8.Z=8.1X=l.19();h(2j=="M"||2j=="Y"){b.4W(8)}},4W:k(8){c 5Z=b.n(8,"7r");h(5Z){5Z.1S((8.q?8.q[0]:t),[x N(8.1X,8.1J,1),8])}},3M:k(8){c 1q=b.n(8,"74");o(1q==t?[1,1]:(1F 1q=="6h"?[1,1q]:1q))},2E:k(8,72,7c){c l=b.45(b.n(8,72+"N"),t);h(l){l.aE(0);l.aA(0);l.al(0);l.ai(0)}o(!7c||!8.1u?l:(!l||8.1u>l?8.1u:l))},4D:k(O,Q){o 32-x N(O,Q,32).1e()},7b:k(O,Q){o x N(O,Q,1).3G()},6j:k(8,16,7a,78){c 1q=b.3M(8);c l=x N(7a,78+(16<0?16:1q[1]),1);h(16<0){l.50(b.4D(l.19(),l.1l()))}o b.6n(8,l)},6n:k(8,l){c 3E=(!8.1u?t:x N(8.1X,8.1J,8.1O));3E=(3E&&8.1u<3E?8.1u:3E);c 17=3E||b.2E(8,"2G");c 1b=b.2E(8,"2D");o((!17||l>=17)&&(!1b||l<=1b))},2r:k(8){c 1W=b.n(8,"1W");1W=(1F 1W!="30"?1W:x N().19()%3x+3t(1W,10));o{1W:1W,1D:b.n(8,"1D"),1z:b.n(8,"1z"),2d:b.n(8,"2d"),1v:b.n(8,"1v")}},3y:k(8,T,Q,O){h(!T){8.1s=8.1O;8.1N=8.1J;8.1A=8.1X}c l=(T?(1F T=="4X"?T:x N(O,Q,T)):x N(8.1A,8.1N,8.1s));o b.2C(b.n(8,"3u"),l,b.2r(8))}});k 4x(p,3W){$.3V(p,3W);1w(c 1t 6i 3W){h(3W[1t]==t||3W[1t]==4T){p[1t]=3W[1t]}}o p}k 6W(a){o(a&&(($.21.93&&1F a=="4X"&&a.1m)||(a.6N&&a.6N.6M().1B(/\\6q\\(\\)/))))}$.5i.f=k(1r){c 6y=6q.3d.88.6w(4C,1);h(1F 1r=="30"&&(1r=="96"||1r=="1e")){o $.f["8d"+1r+"4i"].1S($.f,[b[0]].89(6y))}o b.3J(k(){1F 1r=="30"?$.f["8d"+1r+"4i"].1S($.f,[b].89(6y)):$.f.7V(b,1r)})};$.f=x 4i();$(1g).9m(k(){$(1g.2a).3R($.f.V).7O($.f.7A)})})(1h);',62,672,'||||||||inst|||this|var|||datepicker||if|||function|date||_get|return|target|input|ui||null|false|settings||new||id||||||||||||||Date|year|case|month|value|div|day|drawMonth|dpDiv||else||drawYear||||||break|offset|minDate|html|getFullYear|iFormat|maxDate|true|class|getDate|format|document|jQuery|data|PROP_NAME|charAt|getMonth|length|endYear|css|duration|numMonths|options|currentDay|name|rangeStart|monthNames|for|showStatus|printDate|dayNames|currentYear|match|isFixed|dayNamesShort|_defaults|typeof|checkDate|xa0|Math|selectedMonth|matches|inline|firstDay|currentMonth|selectedDay|td|top|literal|apply|lookAhead|_pos|rangeSelect|shortYearCutoff|selectedYear|width|isRTL|showAnim|browser|iValue|position|dateStr|documentElement|ctrlKey|||output|body|endDay|addClass|monthNamesShort|getTime|endDate|nodeName|_adjustDate|unselectable|period|_updateDatepicker|left|endMonth|_dialogInput|status|size|bind|_getFormatConfig|pos|_mouseStarted|height|dow|_addStatus|onclick|_triggerClass|today|_stayOpen|otherMonth|formatDate|max|_getMinMaxDate|disabled|min|_disabledInputs|chars|stepMonths|element|remove|buttonText|focus|years|dates|week|showOtherMonths|over|prevText|markerClassName|_hideDatepicker|widgetName|nextText|defaultDate|clear|string|_inDialog|||||||||key|onSelect|removeClass|prototype|scrollX|currentText|unbind|scrollY|scrollTop|row|_datepickerShowing|obj|dateStatus|postProcess|cell|scrollLeft|select|yy|attr|parseInt|dateFormat|button|setData|100|_formatDate|showOn|_lastInput|event|days|dd|newMinDate|buttonImage|getDay|inlineSettings|span|each|col|end|_getNumberOfMonths|siblings|altFormat|highlightWeek|prompt|append|val|navigationAsDateFormat|default|extend|props|msie|selectedDate|test||firstMon|_showDatepicker|changeFirstDay|names|_determineDate|widget|hideIfNoPrevNext|iso8601Week|onClose|_curInst|while|getData|DD|mouseUp|absolute|cssCache|next|Datepicker|maxDraw|altField|throw|beforeShow|type|blockUI|hasClass|getNumber|add|trigger|rangeSeparator|closeAtTop|split|Show|extendRemove|switch|beforeShowDay|showWeeks|appendText|arguments|_getDaysInMonth|daySettings|title|the|_selectDate|checkLiteral|num|_selectingMonthYear|mm|_getDate|longNames|shortNames|iframe|px|none|display|undefined|defaults|both|_notifyChange|object|style|label|setDate|_adjustInstDate|attrName|attrValue|option|selected|handled|_doKeyDown|img|browserWidth|window|dayNamesMin|_mouseDownEvent|tr|dayStatus|effects|prev|current|fn|_mouseDelayMet|currentDate|_currentClass|browserHeight|plugins|parent|calculateWeek|pageX|_newInst|_mouseMoveDelegate|_mouseUpDelegate|delay|mouseStart|mouseDrag|cancel|mouseDelayMet|regional|mouseDistanceMet|keyCode|parents|_findPos|_mainDivId|opera|hidden|showOptions|_dialogClass|_tidyDialog|hide|clientHeight|clientWidth|cursor|keydown|_appendClass|pageY|_doKeyPress|chr|dims|show|toLowerCase|origSize|getName|catch|onChange||log|controls|parseDate|_selectMonthYear|try|src|pattern|secondary|text|onmouseover|cover|onmouseout|gotoCurrent|getDaysInMonth|_gotoToday|_getDefaultDate|number|in|_canAdjustMonth|_clearDate|mandatory|dRow|_isInRange|daysInMonth|leadDays|Array|_unselectableClass|_selectDay|startDate|_setDateFromField|_setDate|call|_promptClass|otherArgs|formatNumber|formatName|_clickMonthYear|fixed|block|empty|_generateMonthYearHeader|distance|_checkOffset|mouseStop|tbody|getUTCDate|setUTCDate|toString|constructor|table|innerHeight|version|mouse|Class|mouseCapture|initStatus|Close|isArray|charCode|after|before|different|_inlineDatepicker|minMax|dp|numberOfMonths|alt|buttonImageOnly|debug|curMonth|Select|curYear|_getFirstDayOfMonth|checkRange|_connectDatepicker|_dialogInst|dateText|numRows|changeYear|yearRange|inMaxYear|inMinYear|_isDisabledDatepicker|monthStatus|preventDefault|onchange|May|removeData|onChangeMonthYear|keypress|yearStatus|map|opacity|changeMonth|innerWidth|change|offsetString|_checkExternalClick|on|5000px|offsetNumeric|_generateDatepicker|mouseDown|_mouseUnselectable|clearText|clearStatus|Invalid|_updateAlternate|get|init|iInit|mousedown|MozUserSelect|destroy|widgetBaseClass|getYear|_possibleChars|isMultiMonth|_attachDatepicker|closeStatus|exec|mouseMove|mouseup|100px|_changeFirstDay|replace|currentStatus|statusForDate|weekHeader|indexOf|abs|slice|concat|thead|mousemove|closeText|_|nextStatus|prevStatus|Fri|backgroundColor|removeChild|disableSelection|enableSelection|off|Sep|Oct|Sat|Wk|Nov|Dec|backgroundImage|Thursday|Wed|push|hasScroll|Tue|plugin|Sun|Saturday|Friday|Mon|Thu|Wednesday|auto|Week|transparent|rgba|appendTo|of|Tuesday|Monday|Sunday|gen|weekStatus|Jan|Prev|started|mouseDestroy|x3c|previous|Next|January|Today|x3e|mouseInit|without|Erase|safari|setTimeout|Su|isDisabled|_mouseDelayTimer|filter|Clear|dialog|which|February|March|getter|Mar|Feb|inArray|Apr|triggerHandler|Jul|Jun|ready|isFunction|enable|August|July|June|April|September|October|disable|December|November|Aug|150|javascript|static|offsetWidth|find|multi|Mo|rtl|86400000|1000px|header|Unknown|Unexpected|0123456789|Missing|String|offsetHeight|parentNode|fromCharCode|floor|ceil|9999|unblockUI|links|close|control|noWeekends|getTimezoneOffset|selectedIndex|one|cellpadding|slideDown|nextSibling|nodeType|slideUp|fadeIn|cellspacing|fadeOut|ATOM|stopPropagation|err|eval|getAttribute|setDefaults|RSS|setMilliseconds|RFC_2822|COOKIE|setSeconds|console|hasDatepicker|Fr|Th|We|Tu|||Sa|Set|normal|first|TIMESTAMP|click|setMinutes|_disableDatepicker|_enableDatepicker|RFC_850|setHours|_changeDatepicker|_setDateDatepicker|_getDateDatepicker|RFC_822|RFC_1036|_dialogDatepicker|_inlineShow|RFC_1123|ISO_8601|W3C|_destroyDatepicker'.split('|'),0,{})) jQuery(function($){$.datepicker.regional['fr']={clearText:'Effacer',clearStatus:'',closeText:'Fermer',closeStatus:'Fermer sans modifier',prevText:'',nextStatus:'Voir le mois suivant',currentText:'Courant',currentStatus:'Voir le mois courant',monthNames:['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],monthNamesShort:['Jan','Fév','Mar','Avr','Mai','Jun','Jul','Aoû','Sep','Oct','Nov','Déc'],monthStatus:'Voir un autre mois',yearStatus:'Voir un autre année',weekHeader:'Sm',weekStatus:'',dayNames:['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],dayNamesShort:['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],dayNamesMin:['Di','Lu','Ma','Me','Je','Ve','Sa'],dayStatus:'Utiliser DD comme premier jour de la semaine',dateStatus:'Choisir le DD, MM d',dateFormat:'dd/mm/yy',firstDay:1,initStatus:'Choisir la date',isRTL:false};$.datepicker.setDefaults($.datepicker.regional['fr']);});;(function(){var $$;$$=jQuery.fn.flash=function(htmlOptions,pluginOptions,replace,update){var block=replace||$$.replace;pluginOptions=$$.copy($$.pluginOptions,pluginOptions);if(!$$.hasFlash(pluginOptions.version)){if(pluginOptions.expressInstall&&$$.hasFlash(6,0,65)){var expressInstallOptions={flashvars:{MMredirectURL:location,MMplayerType:'PlugIn',MMdoctitle:jQuery('title').text()}};}else if(pluginOptions.update){block=update||$$.update;}else{return this;}}htmlOptions=$$.copy($$.htmlOptions,expressInstallOptions,htmlOptions);return this.each(function(){block.call(this,$$.copy(htmlOptions));});};$$.copy=function(){var options={},flashvars={};for(var i=0;irv[i])return true;}return true;};$$.hasFlash.playerVersion=function(){try{try{var axo=new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6');try{axo.AllowScriptAccess='always';}catch(e){return'6,0,0';}}catch(e){}return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g,',').match(/^,?(.+),?$/)[1];}catch(e){try{if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){return(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1];}}catch(e){}}return'0,0,0';};$$.htmlOptions={flashvars:{},pluginspage:'http://www.adobe.com/go/getflashplayer',src:'#',type:'application/x-shockwave-flash'};$$.pluginOptions={expressInstall:false,update:true,version:'6.0.65'};$$.replace=function(htmlOptions){this.innerHTML='
'+this.innerHTML+'
';jQuery(this).addClass('flash-replaced').prepend($$.transform(htmlOptions));};$$.update=function(htmlOptions){var url=String(location).split('?');url.splice(1,0,'?hasFlash=true&');url=url.join('');var msg='

This content requires the Flash Player. Download Flash Player. Already have Flash Player? Click here.

';this.innerHTML=''+this.innerHTML+'';jQuery(this).addClass('flash-update').prepend(msg);};function toAttributeString(){var s='';for(var key in this)if(typeof this[key]!='function')s+=key+'="'+this[key]+'" ';return s;};function toFlashvarsString(){var s='';for(var key in this)if(typeof this[key]!='function')s+=key+'='+encodeURIComponent(this[key])+'&';return s.replace(/&$/,'');};$$.transform=function(htmlOptions){htmlOptions.toString=toAttributeString;if(htmlOptions.flashvars)htmlOptions.flashvars.toString=toFlashvarsString;return'';};if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};});}})();(function($){$.extend({metadata:{defaults:{type:'class',name:'metadata',cre:/({.*})/,single:'metadata'},setType:function(type,name){this.defaults.type=type;this.defaults.name=name;},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length)settings.single='metadata';var data=$.data(elem,settings.single);if(data)return data;data="{}";if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m) data=m[1];}else if(settings.type=="elem"){if(!elem.getElementsByTagName)return;var e=elem.getElementsByTagName(settings.name);if(e.length) data=$.trim(e[0].innerHTML);}else if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr) data=attr;} if(data.indexOf('{')<0) data="{"+data+"}";data=eval("("+data+")");$.data(elem,settings.single,data);return data;}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts);};})(jQuery);(function($){jQuery.fn.pngFix=function(settings){settings=jQuery.extend({blankgif:'blank.gif'},settings);var ie55=(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 5.5")!=-1);var ie6=(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 6.0")!=-1);if(jQuery.browser.msie&&(ie55||ie6)){jQuery(this).find("img[@src$=.png]").each(function(){jQuery(this).attr('width',jQuery(this).width());jQuery(this).attr('height',jQuery(this).height());var prevStyle='';var strNewHTML='';var imgId=(jQuery(this).attr('id'))?'id="'+jQuery(this).attr('id')+'" ':'';var imgClass=(jQuery(this).attr('class'))?'class="'+jQuery(this).attr('class')+'" ':'';var imgTitle=(jQuery(this).attr('title'))?'title="'+jQuery(this).attr('title')+'" ':'';var imgAlt=(jQuery(this).attr('alt'))?'alt="'+jQuery(this).attr('alt')+'" ':'';var imgAlign=(jQuery(this).attr('align'))?'float:'+jQuery(this).attr('align')+';':'';var imgHand=(jQuery(this).parent().attr('href'))?'cursor:hand;':'';if(this.style.border){prevStyle+='border:'+this.style.border+';';this.style.border='';} if(this.style.padding){prevStyle+='padding:'+this.style.padding+';';this.style.padding='';} if(this.style.margin){prevStyle+='margin:'+this.style.margin+';';this.style.margin='';} var imgStyle=(this.style.cssText);strNewHTML+='';if(prevStyle!=''){strNewHTML=''+strNewHTML+'';} jQuery(this).hide();jQuery(this).after(strNewHTML);});jQuery(this).find("*").each(function(){var bgIMG=jQuery(this).css('background-image');if(bgIMG.indexOf(".png")!=-1){var iebg=bgIMG.split('url("')[1].split('")')[0];jQuery(this).css('background-image','none');jQuery(this).get(0).runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+iebg+"',sizingMethod='scale')";}});jQuery(this).find("input[@src$=.png]").each(function(){var bgIMG=jQuery(this).attr('src');jQuery(this).get(0).runtimeStyle.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader'+'(src=\''+bgIMG+'\', sizingMethod=\'scale\');';jQuery(this).attr('src',settings.blankgif)});} return jQuery;};})(jQuery);(function($){$.fn.cross=function(options){return this.each(function(i){var $$=$(this);var target=$$.css('backgroundImage').replace(/^url|[\(\)'"]/g,'');$$.wrap('').parent().prepend('').find(':first-child').attr('src',target);if($.browser.msie||$.browser.mozilla){$$.css({'position':'absolute','left':0,'background':'','top':this.offsetTop});}else if($.browser.opera&&$.browser.version<9.5){$$.css({'position':'absolute','left':0,'background':'','top':"0"});}else{$$.css({'position':'absolute','left':0,'background':''});} $$.hover(function(){$$.stop().animate({opacity:0},250);},function(){$$.stop().animate({opacity:1},250);});});};})(jQuery);;(function($){var ver='2.30';var ie6=$.browser.msie&&/MSIE 6.0/.test(navigator.userAgent);function log(){if(window.console&&window.console.log) window.console.log('[cycle] '+Array.prototype.join.call(arguments,''));};$.fn.cycle=function(options){var opt2=arguments[1];return this.each(function(){if(options===undefined||options===null) options={};if(options.constructor==String){switch(options){case'stop':if(this.cycleTimeout)clearTimeout(this.cycleTimeout);this.cycleTimeout=0;$(this).data('cycle.opts','');return;case'pause':this.cyclePause=1;return;case'resume':this.cyclePause=0;if(opt2===true){options=$(this).data('cycle.opts');if(!options){log('options not found, can not resume');return;} if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0;} go(options.elements,options,1,1);} return;default:options={fx:options};};} else if(options.constructor==Number){var num=options;options=$(this).data('cycle.opts');if(!options){log('options not found, can not advance slide');return;} if(num<0||num>=options.elements.length){log('invalid slide index: '+num);return;} options.nextSlide=num;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);this.cycleTimeout=0;} go(options.elements,options,1,num>=options.currSlide);return;} if(this.cycleTimeout)clearTimeout(this.cycleTimeout);this.cycleTimeout=0;this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;} var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop) opts.countdown=opts.autostopCount||els.length;$cont.data('cycle.opts',opts);opts.container=this;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(opts.continuous) opts.after.push(function(){go(els,opts,0,!opts.rev);});if(ie6&&opts.cleartype&&!opts.cleartypeNoBg) clearTypeFix($slides);var cls=this.className;opts.width=parseInt((cls.match(/w:(\d+)/)||[])[1])||opts.width;opts.height=parseInt((cls.match(/h:(\d+)/)||[])[1])||opts.height;opts.timeout=parseInt((cls.match(/t:(\d+)/)||[])[1])||opts.timeout;if($cont.css('position')=='static') $cont.css('position','relative');if(opts.width) $cont.width(opts.width);if(opts.height&&opts.height!='auto') $cont.height(opts.height);if(opts.startingSlide)opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i=els.length) opts.startingSlide=0;var first=opts.startingSlide||0;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();if($.browser.msie)els[first].style.removeAttribute('filter');if(opts.fit&&opts.width) $slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto') $slides.height(opts.height);if(opts.pause) $cont.hover(function(){this.cyclePause=1;},function(){this.cyclePause=0;});var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)) init($cont,$slides,opts);else if(opts.fx!='custom') log('unknown transition: '+opts.fx);$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();});opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(':eq('+first+')').css(opts.cssBefore);if(opts.cssFirst) $($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String) opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);if(!opts.sync) opts.speed=opts.speed/2;while((opts.timeout-opts.speed)<250) opts.timeout+=opts.speed;} if(opts.easing) opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn) opts.speedIn=opts.speed;if(!opts.speedOut) opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length) opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];} else opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;var e0=$slides[first];if(opts.before.length) opts.before[0].apply(e0,[e0,e0,opts,true]);if(opts.after.length>1) opts.after[1].apply(e0,[e0,e0,opts,true]);if(opts.click&&!opts.next) opts.next=opts.click;if(opts.next) $(opts.next).bind('click',function(){return advance(els,opts,opts.rev?-1:1)});if(opts.prev) $(opts.prev).bind('click',function(){return advance(els,opts,opts.rev?1:-1)});if(opts.pager) buildPager(els,opts);opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount) opts.countdown++;els[prepend?'unshift':'push'](s);if(opts.els) opts.els[prepend?'unshift':'push'](s);opts.slideCount=els.length;$s.css('position','absolute');$s[prepend?'prependTo':'appendTo']($cont);if(prepend){opts.currSlide++;opts.nextSlide++;} if(ie6&&opts.cleartype&&!opts.cleartypeNoBg) clearTypeFix($s);if(opts.fit&&opts.width) $s.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto') $slides.height(opts.height);s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager) $.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if(typeof opts.onAddSlide=='function') opts.onAddSlide($s);};if(opts.timeout||opts.continuous) this.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},opts.continuous?10:opts.timeout+(opts.delay||0));});};function go(els,opts,manual,fwd){if(opts.busy)return;var p=opts.container,curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleTimeout===0&&!manual) return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}} if(opts.prevNextClick&&typeof opts.prevNextClick=='function') opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var $a=(typeof opts.pagerAnchorBuilder=='function')?$(opts.pagerAnchorBuilder(i,el)):$(''+(i+1)+'');if($a.parents('body').length==0) $a.appendTo($p);$a.bind(opts.pagerEvent,function(){opts.nextSlide=i;var p=opts.container,timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;} if(typeof opts.pagerClick=='function') opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);} if(v&&v!='transparent') return v;} return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.custom=function(curr,next,opts,cb,immediate){var $l=$(curr),$n=$(next);$n.css(opts.cssBefore);var speedIn=immediate?1:opts.speedIn;var speedOut=immediate?1:opts.speedOut;var easeIn=immediate?null:opts.easeIn;var easeOut=immediate?null:opts.easeOut;var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});if(opts.sync)fn();};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.startingSlide+')').css('opacity',0);opts.before.push(function(){$(this).show()});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={opacity:0};opts.cssAfter={display:'none'};opts.onAddSlide=function($s){$s.hide();};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:0,nowrap:0,fastOnEvent:0};})(jQuery);(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts){$(this).show();opts.cssBefore.top=next.offsetHeight;opts.animOut.top=0-curr.offsetHeight;});opts.cssFirst={top:0};opts.animIn={top:0};opts.cssAfter={display:'none'};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts){$(this).show();opts.cssBefore.top=0-next.offsetHeight;opts.animOut.top=curr.offsetHeight;});opts.cssFirst={top:0};opts.animIn={top:0};opts.cssAfter={display:'none'};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts){$(this).show();opts.cssBefore.left=next.offsetWidth;opts.animOut.left=0-curr.offsetWidth;});opts.cssFirst={left:0};opts.animIn={left:0};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts){$(this).show();opts.cssBefore.left=0-next.offsetWidth;opts.animOut.left=curr.offsetWidth;});opts.cssFirst={left:0};opts.animIn={left:0};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css('overflow','hidden').width();opts.before.push(function(curr,next,opts,fwd){$(this).show();var currW=curr.offsetWidth,nextW=next.offsetWidth;opts.cssBefore=fwd?{left:nextW}:{left:-nextW};opts.animIn.left=0;opts.animOut.left=fwd?-currW:currW;$slides.not(curr).css(opts.cssBefore);});opts.cssFirst={left:0};opts.cssAfter={display:'none'}};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css('overflow','hidden');opts.before.push(function(curr,next,opts,fwd){$(this).show();var currH=curr.offsetHeight,nextH=next.offsetHeight;opts.cssBefore=fwd?{top:-nextH}:{top:nextH};opts.animIn.top=0;opts.animOut.top=fwd?currH:-currH;$slides.not(curr).css(opts.cssBefore);});opts.cssFirst={top:0};opts.cssAfter={display:'none'}};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(curr).css('zIndex',1);});opts.onAddSlide=function($s){$s.hide();};opts.cssBefore={zIndex:2};opts.animIn={width:'show'};opts.animOut={width:'hide'};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(curr).css('zIndex',1);});opts.onAddSlide=function($s){$s.hide();};opts.cssBefore={zIndex:2};opts.animIn={height:'show'};opts.animOut={height:'hide'};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var w=$cont.css('overflow','visible').width();$slides.css({left:0,top:0});opts.before.push(function(){$(this).show()});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(var i=0;i<$slides.length;i++) opts.els.push($slides[i]);for(var i=0;i')});$("a#ico_radio").simpletip({content:'Écoutez dix informations sur Radio CHANGÉ',position:["35","-23"]});$("a#ico_feed").simpletip({content:'Restez informés en temps réel',position:["25","-23"]});$("a#ico_forum").simpletip({content:'Participez aux discussions',position:["20","-23"]});$("a#ico_geo").simpletip({content:'Geolocalisez entreprises, associations, services...',position:["30","-23"]});$("a#ico_contact").simpletip({content:'Écrivez à la mairie, aux élus, feuilletez nos annuaires...',position:["28","-23"]});$("a#ico_fav").simpletip({content:'Ajouter à vos favoris',position:["35","-23"]});$("a#ico_reco").simpletip({content:'Recommander ce site',position:["25","-23"]});$("a#ico_plan").simpletip({content:'Plan du site',position:["20","-23"]});$("a#ico_access").simpletip({content:'Accessibilité numérique au service de tous',position:["30","-23"]});$("a#ico_print").simpletip({content:'Imprimer cette page',position:["28","-23"]});$("a#ico_travaux").simpletip({content:'Les travaux dans notre ville',position:["35","-23"]});$("a#an_loc").simpletip({content:'Géolocalisation',position:["28","-23"]});$("a.an_photos").simpletip({content:'Voir les photos',position:["28","-23"]});$("a.an_photos2").simpletip({content:'Voir les photos',position:["38","0"]});$("a.lasuite").bind("click",function(e){e.preventDefault();$(this).next().slideToggle("slow");});$('img.rollfade').cross();});attachRollOverEvent=function(imageId){$(imageId).mouseover(function(){$(this).attr("src",$(this).attr("src").replace('.','_roll.'))});$(imageId).mouseout(function(){$(this).attr("src",$(this).attr("src").replace('_roll',''))});} attachActif=function(imageId){$(imageId).attr("src",$(imageId).attr("src").replace('.','_roll.'));} function imprimer(){if(window.print)window.print();else alert("Désolé mais votre navigateur ne supporte pas cette fonctionnalité. Pour la plupart des navigateurs, vous pouvez imprimer cette page en allant dans le menu 'Fichier' > 'Imprimer'");} function favoris(){if(navigator.appName!='Microsoft Internet Explorer') {window.sidebar.addPanel("Change 53","http://www.change53.fr","");} else{window.external.AddFavorite("http://www.change53.fr","Change 53");}}