var ajax=new Class({initialize:function(b,a){this.ajax=new Ajax(b,a);if($pick(a.fireNow,true)){this.ajax.request()}return this.ajax}});var CNET_XHR=new Class({isSuccess:function(a){try{if(this.transport.readyState!=4||a=="undefined"||(a<200||a>=300)){return false}if((!this.transport.responseText.test("COMPONENT_RESPONSE_CODE")||this.transport.responseText.test("COMPONENT_RESPONSE_CODE=200"))&&!this.transport.responseText.test("<title>Page Not Found")&&!this.transport.responseText.test("errorPageSearchForm")){return true}return false}catch(b){return false}return false},responseIsSuccess:function(){return this.isSuccess(this.status)},responseIsFailure:function(){return !this.responseIsSuccess()}});XHR.implement(new CNET_XHR);Ajax.implement(new CNET_XHR);
