addNamespace("HTNet");
HTNet.Login_class = Class.create();
HTNet.Login_class.prototype = (new AjaxPro.AjaxClass()).extend({
	CheckZipvalue: function(zip) {
		return this.invoke("CheckZipvalue", {"zip":zip}, this.CheckZipvalue.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/HTNet.Login,HTNet.ashx';
	}
});
HTNet.Login = new HTNet.Login_class();

