if(typeof zufang_index == "undefined") zufang_index={};
zufang_index_class = function() {};
Object.extend(zufang_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchList: function(text, type, selltype) {
		return this.invoke("GetSearchList", {"text":text, "type":type, "selltype":selltype}, this.GetSearchList.getArguments().slice(3));
	},
	url: '/ajaxpro/zufang_index,Web.ashx'
}));
zufang_index = new zufang_index_class();

