HtmlToText
/g,"")).find(selector):res.responsetext);self.each(callback,[res.responsetext,status,res]);}});return this;},serialize:function(){return jquery.param(this.serializearray());},serializearray:function(){return this.map(function(){return jquery.nodename(this,"form")?jquery.makearray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodename)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jquery(this).val();return val==null?null:val.constructor==array?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);};});var jsc=now();jquery.extend({get:function(url,data,callback,type){if(jquery.isfunction(data)){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)){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",timeout:0,contenttype:"application/x-www-form-urlencoded",processdata:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastmodified:{},ajax:function(s){s=jquery.extend(true,s,jquery.extend(true,{},jquery.ajaxsettings,s));var jsonp,jsre=/=\?(&|$)/g,status,data,type=s.type.touppercase();if(s.data&&s.processdata&&typeof s.data!="string")s.data=jquery.param(s.data);if(s.datatype=="jsonp"){if(type=="get"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.datatype="json";}if(s.datatype=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="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]=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(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&type=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jquery.active++)jquery.event.trigger("ajaxstart");var remote=/^(?:\w+:)?\/\/([^\/?#]+)/;if(s.datatype=="script"&&type=="get"&&remote.test(s.url)&&remote.exec(s.url)[1]!=location.host){var head=document.getelementsbytagname("head")[0];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();head.removechild(script);}};}head.appendchild(script);return undefined;}var requestdone=false;var xhr=window.activexobject?new activexobject("microsoft.xmlhttp"):new xmlhttprequest();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)xhr.setrequestheader("content-type",s.contenttype);if(s.ifmodified)xhr.setrequestheader("if-modified-since",jquery.lastmodified[s.url]||"thu, 01 jan 1970 00:00:00 gmt");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(xhr,s)===false){s.global&&jquery.active--;xhr.abort();return false;}if(s.global)jquery.event.trigger("ajaxsend",[xhr,s]);var onreadystatechange=function(istimeout){if(!requestdone&&xhr&&(xhr.readystate==4||istimeout=="timeout")){requestdone=true;if(ival){clearinterval(ival);ival=null;}status=istimeout=="timeout"&&"timeout"||!jquery.httpsuccess(xhr)&&"error"||s.ifmodified&&jquery.httpnotmodified(xhr,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jquery.httpdata(xhr,s.datatype,s.datafilter);}catch(e){status="parsererror";}}if(status=="success"){var modres;try{modres=xhr.getresponseheader("last-modified");}catch(e){}if(s.ifmodified&&modres)jquery.lastmodified[s.url]=modres;if(!jsonp)success();}else jquery.handleerror(s,xhr,status);complete();if(s.async)xhr=null;}};if(s.async){var ival=setinterval(onreadystatechange,13);if(s.timeout 0)settimeout(function(){if(xhr){xhr.abort();if(!requestdone)onreadystatechange("timeout");}},s.timeout);}try{xhr.send(s.data);}catch(e){jquery.handleerror(s,xhr,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jquery.event.trigger("ajaxsuccess",[xhr,s]);}function complete(){if(s.complete)s.complete(xhr,status);if(s.global)jquery.event.trigger("ajaxcomplete",[xhr,s]);if(s.global&&!--jquery.active)jquery.event.trigger("ajaxstop");}return xhr;},handleerror:function(s,xhr,status,e){if(s.error)s.error(xhr,status,e);if(s.global)jquery.event.trigger("ajaxerror",[xhr,s,e]);},active:0,httpsuccess:function(xhr){try{return!xhr.status&&location.protocol=="file:"||(xhr.status =200&&xhr.status =0,data=xml?xhr.responsexml:xhr.responsetext;if(xml&&data.documentelement.tagname=="parsererror")throw"parsererror";if(filter)data=filter(data,type);if(type=="script")jquery.globaleval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==array||a.jquery)jquery.each(a,function(){s.push(encodeuricomponent(this.name)+"="+encodeuricomponent(this.value));});else for(var j in a)if(a[j]&&a[j].constructor==array)jquery.each(a[j],function(){s.push(encodeuricomponent(j)+"="+encodeuricomponent(this));});else s.push(encodeuricomponent(j)+"="+encodeuricomponent(jquery.isfunction(a[j])?a[j]():a[j]));return s.join("&").replace(/%20/g,"+");}});jquery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jquery.css(this,"display")=="none"){var elem=jquery(" ").appendto("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jquery.css(this,"display");this.style.display="none";}).end();},_toggle:jquery.fn.toggle,toggle:function(fn,fn2){return jquery.isfunction(fn)&&jquery.isfunction(fn2)?this._toggle.apply(this,arguments):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jquery(this)[jquery(this).is(":hidden")?"show":"hide"]();});},slidedown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideup:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slidetoggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadein:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeout:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeto:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jq