if(typeof SRSNS == "undefined") SRSNS={};
SRSNS_class = function() {};
Object.extend(SRSNS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModelsByMakeId: function(id) {
		return this.invoke("GetModelsByMakeId", {"id":id}, this.GetModelsByMakeId.getArguments().slice(1));
	},
	GetMakeModelsByMakeId: function(id) {
		return this.invoke("GetMakeModelsByMakeId", {"id":id}, this.GetMakeModelsByMakeId.getArguments().slice(1));
	},
	GetModelsByMgId: function(id) {
		return this.invoke("GetModelsByMgId", {"id":id}, this.GetModelsByMgId.getArguments().slice(1));
	},
	GetBanners: function(id) {
		return this.invoke("GetBanners", {"id":id}, this.GetBanners.getArguments().slice(1));
	},
	GetTowns: function(id) {
		return this.invoke("GetTowns", {"id":id}, this.GetTowns.getArguments().slice(1));
	},
	CheckEmail: function(email, id, msg) {
		return this.invoke("CheckEmail", {"email":email, "id":id, "msg":msg}, this.CheckEmail.getArguments().slice(3));
	},
	CheckLogin: function(email, password, remember, msg) {
		return this.invoke("CheckLogin", {"email":email, "password":password, "remember":remember, "msg":msg}, this.CheckLogin.getArguments().slice(4));
	},
	GetCitiesByMakeId: function(id) {
		return this.invoke("GetCitiesByMakeId", {"id":id}, this.GetCitiesByMakeId.getArguments().slice(1));
	},
	GetCaresByMakeId: function(id) {
		return this.invoke("GetCaresByMakeId", {"id":id}, this.GetCaresByMakeId.getArguments().slice(1));
	},
	url: '/SRS/ajaxpro/SRS.Daisy.Default,App_Web_27fhsne_.ashx'
}));
SRSNS = new SRSNS_class();

