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));
	},
	url: '/ajaxpro/Soda.Ajax.Tools,Soda.ashx'
}));
Soda.Ajax.Tools = new Soda.Ajax.Tools_class();

