if(typeof G4P == "undefined") G4P={};
if(typeof G4P.Ajax == "undefined") G4P.Ajax={};
if(typeof G4P.Ajax.WebAction == "undefined") G4P.Ajax.WebAction={};
G4P.Ajax.WebAction_class = function() {};
Object.extend(G4P.Ajax.WebAction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getJavaScriptSendInfo: function(FirstEnterPage, FromURL, VisitPageDetail, CurrentURL, OpSystem, IeType, SysRation, GameName, ServerName, OrderID) {
		return this.invoke("getJavaScriptSendInfo", {"FirstEnterPage":FirstEnterPage, "FromURL":FromURL, "VisitPageDetail":VisitPageDetail, "CurrentURL":CurrentURL, "OpSystem":OpSystem, "IeType":IeType, "SysRation":SysRation, "GameName":GameName, "ServerName":ServerName, "OrderID":OrderID}, this.getJavaScriptSendInfo.getArguments().slice(10));
	},
	TrackRecodeError: function(VisitPageDetail) {
		return this.invoke("TrackRecodeError", {"VisitPageDetail":VisitPageDetail}, this.TrackRecodeError.getArguments().slice(1));
	},
	url: '/ajaxpro/G4P.Ajax.WebAction,G4P.DAL.ashx'
}));
G4P.Ajax.WebAction = new G4P.Ajax.WebAction_class();

