if(typeof SmartModuleMyRemaxRegistration == "undefined") SmartModuleMyRemaxRegistration={};
if(typeof SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed == "undefined") SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed={};
SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed_class = function() {};
Object.extend(SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsRecentlyViewed: function(ListingKey) {
		return this.invoke("IsRecentlyViewed", {"ListingKey":ListingKey}, this.IsRecentlyViewed.getArguments().slice(1));
	},
	UpdateDataGrid: function(noRecentlyViewed, MaxListings, CookieExpDays, Lang, EncLang, FormatRegionID) {
		return this.invoke("UpdateDataGrid", {"noRecentlyViewed":noRecentlyViewed, "MaxListings":MaxListings, "CookieExpDays":CookieExpDays, "Lang":Lang, "EncLang":EncLang, "FormatRegionID":FormatRegionID}, this.UpdateDataGrid.getArguments().slice(6));
	},
	AddPropertyToRecentlyViewed: function(ListingKey, MaxListings, CookieExpDays, Lang, EncLang) {
		return this.invoke("AddPropertyToRecentlyViewed", {"ListingKey":ListingKey, "MaxListings":MaxListings, "CookieExpDays":CookieExpDays, "Lang":Lang, "EncLang":EncLang}, this.AddPropertyToRecentlyViewed.getArguments().slice(5));
	},
	url: '/ajaxpro/SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed,SmartModuleMyRemaxRecentlyViewed.ashx'
}));
SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed = new SmartModuleMyRemaxRegistration.SmartModuleMyRemaxRecentlyViewed_class();

