if(typeof WeeWorldAjax == "undefined") WeeWorldAjax={};
if(typeof WeeWorldAjax.UserNotifications_class == "undefined") WeeWorldAjax.UserNotifications_class={};
WeeWorldAjax.UserNotifications_class = function() {};
Object.extend(WeeWorldAjax.UserNotifications_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RaiseEarningEvent: function(eventName) {
		return this.invoke("RaiseEarningEvent", {"eventName":eventName}, this.RaiseEarningEvent.getArguments().slice(1));
	},
	GetActionNotifier: function(addSurfingAction) {
		return this.invoke("GetActionNotifier", {"addSurfingAction":addSurfingAction}, this.GetActionNotifier.getArguments().slice(1));
	},
	url: '/ajaxpro/WeeWorldAjax.UserNotifications,CommunityServer.Web.ashx'
}));
WeeWorldAjax.UserNotifications = new WeeWorldAjax.UserNotifications_class();


