if(typeof EasySearch == "undefined") EasySearch={};
EasySearch_class = function() {};
Object.extend(EasySearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPritableListLink: function() {
		return this.invoke("GetPritableListLink", {}, this.GetPritableListLink.getArguments().slice(0));
	},
	UserUsage: function() {
		return this.invoke("UserUsage", {}, this.UserUsage.getArguments().slice(0));
	},
	UserAccountRemaining: function() {
		return this.invoke("UserAccountRemaining", {}, this.UserAccountRemaining.getArguments().slice(0));
	},
	url: '/ajaxpro/EasySearch,App_Web_vuem7eml.ashx'
}));
EasySearch = new EasySearch_class();

