if(typeof Central2 == "undefined") Central2={};
if(typeof Central2.join_get10 == "undefined") Central2.join_get10={};
if(typeof Central2.join_get10.join_now == "undefined") Central2.join_get10.join_now={};
Central2.join_get10.join_now_class = function() {};
Object.extend(Central2.join_get10.join_now_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FilterCompanies: function(companyID, categoryID) {
		return this.invoke("FilterCompanies", {"companyID":companyID, "categoryID":categoryID}, this.FilterCompanies.getArguments().slice(2));
	},
	url: '/ajaxpro/Central2.join_get10.join_now,Central2.ashx'
}));
Central2.join_get10.join_now = new Central2.join_get10.join_now_class();

