addNamespace("pureland.Ajax");
pureland.Ajax.WebAction_class = Class.create();
Object.extend(pureland.Ajax.WebAction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getJavaScriptSendInfo: function(FirstEnterPage, FromURL, VisitPageDetail, CurrentURL, OpSystem, IeType, SysRation, GameName, ServerName, GeOrderID) {
		return this.invoke("getJavaScriptSendInfo", {"FirstEnterPage":FirstEnterPage, "FromURL":FromURL, "VisitPageDetail":VisitPageDetail, "CurrentURL":CurrentURL, "OpSystem":OpSystem, "IeType":IeType, "SysRation":SysRation, "GameName":GameName, "ServerName":ServerName, "GeOrderID":GeOrderID}, this.getJavaScriptSendInfo.getArguments().slice(10));
	},
	getSaveForm: function() {
		return this.invoke("getSaveForm", {}, this.getSaveForm.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/pureland.Ajax.WebAction,pureland.ashx';
	}
}));
pureland.Ajax.WebAction = new pureland.Ajax.WebAction_class();

