addNamespace("mmogdepot.WebUI.GoldBuy");
mmogdepot.WebUI.GoldBuy.GoldBuy_class = Class.create();
Object.extend(mmogdepot.WebUI.GoldBuy.GoldBuy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerList: function(Game, index) {
		return this.invoke("ServerList", {"Game":Game, "index":index}, this.ServerList.getArguments().slice(2));
	},
	GetWebAds: function(AdsName, AdsType, Game) {
		return this.invoke("GetWebAds", {"AdsName":AdsName, "AdsType":AdsType, "Game":Game}, this.GetWebAds.getArguments().slice(3));
	},
	initialize: function() {
		this.url = '/ajaxpro/mmogdepot.WebUI.GoldBuy.GoldBuy,WebUI.ashx';
	}
}));
mmogdepot.WebUI.GoldBuy.GoldBuy = new mmogdepot.WebUI.GoldBuy.GoldBuy_class();


