if(typeof Currency == "undefined") Currency={};
if(typeof Currency.Currency == "undefined") Currency.Currency={};
Currency.Currency_class = function() {};
Object.extend(Currency.Currency_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDataSource: function(controlid) {
		return this.invoke("GetDataSource", {"controlid":controlid}, this.GetDataSource.getArguments().slice(1));
	},
	url: '/AjNew/ajaxpro/Currency.Currency,Currency.ashx'
}));
Currency.Currency = new Currency.Currency_class();

