addNamespace("_Default");
_Default_class = Class.create();
_Default_class.prototype = (new AjaxPro.Request()).extend({
	GetRegionHouse: function(strType, callback) {
		return this.invoke("GetRegionHouse", {"strType":strType}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_Default,web_deploy.ashx";
	}
})
_Default = new _Default_class();


