addNamespace("gold.points");
gold.points.points_class = Class.create();
Object.extend(gold.points.points_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckCustomerID: function() {
		return this.invoke("CheckCustomerID", {}, this.CheckCustomerID.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/gold.points.points,gold.ashx';
	}
}));
gold.points.points = new gold.points.points_class();

