if(typeof BMSeek == "undefined") BMSeek={};
if(typeof BMSeek.companies == "undefined") BMSeek.companies={};
BMSeek.companies_class = function() {};
Object.extend(BMSeek.companies_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Encrypt: function(key) {
		return this.invoke("Encrypt", {"key":key}, this.Encrypt.getArguments().slice(1));
	},
	url: '/ajaxpro/BMSeek.companies,BMSeek.ashx'
}));
BMSeek.companies = new BMSeek.companies_class();

