if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.Parent24 == "undefined") TwentyFour.Sites.Parent24={};
TwentyFour.Sites.Parent24.ArticleAjax_class = function() {};
Object.extend(TwentyFour.Sites.Parent24.ArticleAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendToFriend: function(articleId, categoryId, fromEmail, fromName, toName, recipientsEmails, chkSendCopy, message) {
		return this.invoke("SendToFriend", {"articleId":articleId, "categoryId":categoryId, "fromEmail":fromEmail, "fromName":fromName, "toName":toName, "recipientsEmails":recipientsEmails, "chkSendCopy":chkSendCopy, "message":message}, this.SendToFriend.getArguments().slice(8));
	},
	GetAilmentArticles: function(index) {
		return this.invoke("GetAilmentArticles", {"index":index}, this.GetAilmentArticles.getArguments().slice(1));
	},
	url: '/ajaxpro/TwentyFour.Sites.Parent24.ArticleAjax,Parent24.Website.ashx'
}));
TwentyFour.Sites.Parent24.ArticleAjax = new TwentyFour.Sites.Parent24.ArticleAjax_class();

