if(typeof StoreFront == "undefined") StoreFront={};
if(typeof StoreFront.StoreFront == "undefined") StoreFront.StoreFront={};
if(typeof StoreFront.StoreFront.SellCurrency == "undefined") StoreFront.StoreFront.SellCurrency={};
StoreFront.StoreFront.SellCurrency_class = function() {};
Object.extend(StoreFront.StoreFront.SellCurrency_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetServers: function(gameId) {
		return this.invoke("GetServers", {"gameId":gameId}, this.GetServers.getArguments().slice(1));
	},
	url: '/ajaxpro/StoreFront.StoreFront.SellCurrency,StoreFront.ashx'
}));
StoreFront.StoreFront.SellCurrency = new StoreFront.StoreFront.SellCurrency_class();

