addNamespace("ASP");
ASP.footer_ascx_class = Class.create();
ASP.footer_ascx_class.prototype = (new AjaxPro.Request()).extend({
	GetAlertNotificationMessage: function(callback) {
		return this.invoke("GetAlertNotificationMessage", {}, callback);
	},
	GetAlertNotificationBet: function(callback) {
		return this.invoke("GetAlertNotificationBet", {}, callback);
	},
	initialize: function() {
		this.url = "/game/ajaxpro/ASP.footer_ascx,App_Web_kazjmcdp.ashx";
	}
})
ASP.footer_ascx = new ASP.footer_ascx_class();

