if(typeof HomeValuations == "undefined") HomeValuations={};
HomeValuations_class = function() {};
Object.extend(HomeValuations_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ZillowInformation: function(strAddress, strZipcode, strLocation) {
		return this.invoke("ZillowInformation", {"strAddress":strAddress, "strZipcode":strZipcode, "strLocation":strLocation}, this.ZillowInformation.getArguments().slice(3));
	},
	ZillowComparables: function(strZpid, strLocation) {
		return this.invoke("ZillowComparables", {"strZpid":strZpid, "strLocation":strLocation}, this.ZillowComparables.getArguments().slice(2));
	},
	ZillowComparablesSort: function(strSortBy, strCurrentSortOrder) {
		return this.invoke("ZillowComparablesSort", {"strSortBy":strSortBy, "strCurrentSortOrder":strCurrentSortOrder}, this.ZillowComparablesSort.getArguments().slice(2));
	},
	HistoricalChart: function(strZpid, strDuration, strLocation) {
		return this.invoke("HistoricalChart", {"strZpid":strZpid, "strDuration":strDuration, "strLocation":strLocation}, this.HistoricalChart.getArguments().slice(3));
	},
	HistoricalRegionChart: function(strZpid, strDuration, strLocation) {
		return this.invoke("HistoricalRegionChart", {"strZpid":strZpid, "strDuration":strDuration, "strLocation":strLocation}, this.HistoricalRegionChart.getArguments().slice(3));
	},
	url: '/ajaxpro/HomeValuations,App_Web_8_qmrfip.ashx'
}));
HomeValuations = new HomeValuations_class();

