if(typeof AppPage == "undefined") AppPage={};
AppPage_class = function() {};
Object.extend(AppPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Ping: function() {
		return this.invoke("Ping", {}, this.Ping.getArguments().slice(0));
	},
	GetLoggedIn: function() {
		return this.invoke("GetLoggedIn", {}, this.GetLoggedIn.getArguments().slice(0));
	},
	url: '/ajaxpro/Bingjerin.BingFramework.AppPage,Bingjerin.ashx'
}));
AppPage = new AppPage_class();

