AjaxKeepAlive_class = function() {};
Object.extend(AjaxKeepAlive_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Ping: function() {
		return this.invoke("Ping", {}, this.Ping.getArguments().slice(0));
	},
	RegisterPingJavascript: function(scriptManagerPage) {
		return this.invoke("RegisterPingJavascript", {"scriptManagerPage":scriptManagerPage}, this.RegisterPingJavascript.getArguments().slice(1));
	},
	url: '/ajaxpro/EasyFlow.WebApplications.Frontend.Layout.Custom.ByFlou.Orderflow.AjaxKeepAlive,EasyFlow.WebApplications.Frontend.ashx'
}));
AjaxKeepAlive = new AjaxKeepAlive_class();

