addNamespace("wenju.manage.ascx");
wenju.manage.ascx.areacon_class = Class.create();
wenju.manage.ascx.areacon_class.prototype = (new AjaxPro.Request()).extend({
	GetCityList: function(nationid, callback) {
		return this.invoke("GetCityList", {"nationid":nationid}, callback);
	},
	GetdiquList: function(diquid, callback) {
		return this.invoke("GetdiquList", {"diquid":diquid}, callback);
	},
	GetMarketList: function(nationid, proviceid, diquid, callback) {
		return this.invoke("GetMarketList", {"nationid":nationid, "proviceid":proviceid, "diquid":diquid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/wenju.manage.ascx.areacon,wenju.ashx";
	}
})
wenju.manage.ascx.areacon = new wenju.manage.ascx.areacon_class();

