if(typeof notification_functions == "undefined") notification_functions={};
notification_functions_class = function() {};
Object.extend(notification_functions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	emailMsgToFriend: function(fromname, toname, fromemail, toemails, discussionid, messageid, websiteid, websitename, websiteurl) {
		return this.invoke("emailMsgToFriend", {"fromname":fromname, "toname":toname, "fromemail":fromemail, "toemails":toemails, "discussionid":discussionid, "messageid":messageid, "websiteid":websiteid, "websitename":websitename, "websiteurl":websiteurl}, this.emailMsgToFriend.getArguments().slice(9));
	},
	url: '/message-board/ajaxpro/notification_functions,App_Code.ceq2yjh_.ashx'
}));
notification_functions = new notification_functions_class();

