if(typeof SuperAds == "undefined") SuperAds={};
if(typeof SuperAds.NewAdService2_class == "undefined") SuperAds.NewAdService2_class={};
SuperAds.NewAdService2_class = function() {};
Object.extend(SuperAds.NewAdService2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCarModels: function(maker) {
		return this.invoke("GetCarModels", {"maker":maker}, this.GetCarModels.getArguments().slice(1));
	},
	GetCarYears: function(model) {
		return this.invoke("GetCarYears", {"model":model}, this.GetCarYears.getArguments().slice(1));
	},
	DeletePhoto1: function(ad_id, photo_id) {
		return this.invoke("DeletePhoto1", {"ad_id":ad_id, "photo_id":photo_id}, this.DeletePhoto1.getArguments().slice(2));
	},
	VerifyEmailPassword: function(email, pwd, member_id) {
		return this.invoke("VerifyEmailPassword", {"email":email, "pwd":pwd, "member_id":member_id}, this.VerifyEmailPassword.getArguments().slice(3));
	},
	url: '/ajaxpro/SuperAds.NewAdService2,SuperAds.ashx'
}));
SuperAds.NewAdService2 = new SuperAds.NewAdService2_class();


