if(typeof apartmentsapart == "undefined") apartmentsapart={};
if(typeof apartmentsapart.Modules == "undefined") apartmentsapart.Modules={};
apartmentsapart.Modules.BeOurPartner2_class = function() {};
Object.extend(apartmentsapart.Modules.BeOurPartner2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(nCountryID) {
		return this.invoke("GetCities", {"nCountryID":nCountryID}, this.GetCities.getArguments().slice(1));
	},
	ExistLogin: function(strLogin) {
		return this.invoke("ExistLogin", {"strLogin":strLogin}, this.ExistLogin.getArguments().slice(1));
	},
	CheckLandlordExistsInDateBlocker: function(strLogin, strEmail) {
		return this.invoke("CheckLandlordExistsInDateBlocker", {"strLogin":strLogin, "strEmail":strEmail}, this.CheckLandlordExistsInDateBlocker.getArguments().slice(2));
	},
	url: '/ajaxpro/apartmentsapart.Modules.BeOurPartner2,apartmentsapart.ashx'
}));
apartmentsapart.Modules.BeOurPartner2 = new apartmentsapart.Modules.BeOurPartner2_class();

