if(typeof Soda == "undefined") Soda={};
if(typeof Soda.Ajax == "undefined") Soda.Ajax={};
Soda.Ajax.Tools_class = function() {};
Object.extend(Soda.Ajax.Tools_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAddressItems: function(rq, count) {
		return this.invoke("GetAddressItems", {"rq":rq, "count":count}, this.GetAddressItems.getArguments().slice(2));
	},
	SendSomething: function(test) {
		return this.invoke("SendSomething", {"test":test}, this.SendSomething.getArguments().slice(1));
	},
	Send2Friend: function(txtExpName, txtDestMail, URL) {
		return this.invoke("Send2Friend", {"txtExpName":txtExpName, "txtDestMail":txtDestMail, "URL":URL}, this.Send2Friend.getArguments().slice(3));
	},
	AddComment: function(newsID, name, city, email, msg, creal, cinp, idNav) {
		return this.invoke("AddComment", {"newsID":newsID, "name":name, "city":city, "email":email, "msg":msg, "creal":creal, "cinp":cinp, "idNav":idNav}, this.AddComment.getArguments().slice(8));
	},
	GetCommentsPage: function(pageNo, idDoc) {
		return this.invoke("GetCommentsPage", {"pageNo":pageNo, "idDoc":idDoc}, this.GetCommentsPage.getArguments().slice(2));
	},
	url: '/ajaxpro/Soda.Ajax.Tools,Soda.ashx'
}));
Soda.Ajax.Tools = new Soda.Ajax.Tools_class();

