if(typeof recerealty == "undefined") recerealty={};
if(typeof recerealty.com == "undefined") recerealty.com={};
if(typeof recerealty.com.Layout == "undefined") recerealty.com.Layout={};
recerealty.com.Layout_class = function() {};
Object.extend(recerealty.com.Layout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Search: function(City, Furnished) {
		return this.invoke("Search", {"City":City, "Furnished":Furnished}, this.Search.getArguments().slice(2));
	},
	MyLocationsToolTip: function(GUID) {
		return this.invoke("MyLocationsToolTip", {"GUID":GUID}, this.MyLocationsToolTip.getArguments().slice(1));
	},
	StateToolTip: function(GUID, StateID) {
		return this.invoke("StateToolTip", {"GUID":GUID, "StateID":StateID}, this.StateToolTip.getArguments().slice(2));
	},
	CityToolTip: function(GUID, State, City, Furnished) {
		return this.invoke("CityToolTip", {"GUID":GUID, "State":State, "City":City, "Furnished":Furnished}, this.CityToolTip.getArguments().slice(4));
	},
	ClearLocations: function() {
		return this.invoke("ClearLocations", {}, this.ClearLocations.getArguments().slice(0));
	},
	DeleteLocation: function(LocationID) {
		return this.invoke("DeleteLocation", {"LocationID":LocationID}, this.DeleteLocation.getArguments().slice(1));
	},
	AddLocation: function(LocationID) {
		return this.invoke("AddLocation", {"LocationID":LocationID}, this.AddLocation.getArguments().slice(1));
	},
	url: '/ajaxpro/recerealty.com.Layout,recerealty.com.ashx'
}));
recerealty.com.Layout = new recerealty.com.Layout_class();

