if(typeof website == "undefined") website={};
if(typeof website.qianTai == "undefined") website.qianTai={};
if(typeof website.qianTai.xfwdt == "undefined") website.qianTai.xfwdt={};
if(typeof website.qianTai.xfwdt.xfw == "undefined") website.qianTai.xfwdt.xfw={};
website.qianTai.xfwdt.xfw_class = function() {};
Object.extend(website.qianTai.xfwdt.xfw_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(currentpage, perpages, condition) {
		return this.invoke("GetList", {"currentpage":currentpage, "perpages":perpages, "condition":condition}, this.GetList.getArguments().slice(3));
	},
	url: '/ajaxpro/website.qianTai.xfwdt.xfw,website.ashx'
}));
website.qianTai.xfwdt.xfw = new website.qianTai.xfwdt.xfw_class();


