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(), {
	SendToFriend: function(from, comment, emls) {
		return this.invoke("SendToFriend", {"from":from, "comment":comment, "emls":emls}, this.SendToFriend.getArguments().slice(3));
	},
	url: '/ajaxpro/Soda.Ajax.Tools,Site.ashx'
}));
Soda.Ajax.Tools = new Soda.Ajax.Tools_class();

