if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.RealtimeReports == "undefined") Show.Web.Skins.Source.RealtimeReports={};
Show.Web.Skins.Source.RealtimeReports_class = function() {};
Object.extend(Show.Web.Skins.Source.RealtimeReports_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRealtimeReports: function(tradeId, reportString) {
		return this.invoke("GetRealtimeReports", {"tradeId":tradeId, "reportString":reportString}, this.GetRealtimeReports.getArguments().slice(2));
	},
	GetRealtimeReportsList: function(tradeId, reportsListString) {
		return this.invoke("GetRealtimeReportsList", {"tradeId":tradeId, "reportsListString":reportsListString}, this.GetRealtimeReportsList.getArguments().slice(2));
	},
	BindPavilionLists: function(tradeId, curChar, spListDiv, spListItem) {
		return this.invoke("BindPavilionLists", {"tradeId":tradeId, "curChar":curChar, "spListDiv":spListDiv, "spListItem":spListItem}, this.BindPavilionLists.getArguments().slice(4));
	},
	url: '/ajaxpro/Show.Web.Skins.Source.RealtimeReports,Show.Web.ashx'
}));
Show.Web.Skins.Source.RealtimeReports = new Show.Web.Skins.Source.RealtimeReports_class();


