if(typeof Soda == "undefined") Soda={};
if(typeof Soda.Ajax == "undefined") Soda.Ajax={};
if(typeof Soda.Ajax.Tools_class == "undefined") Soda.Ajax.Tools_class={};
Soda.Ajax.Tools_class = function() {};
Object.extend(Soda.Ajax.Tools_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUploadToken: function(filename) {
		return this.invoke("GetUploadToken", {"filename":filename}, this.GetUploadToken.getArguments().slice(1));
	},
	SendToFriend: function(from, comment, emls) {
		return this.invoke("SendToFriend", {"from":from, "comment":comment, "emls":emls}, this.SendToFriend.getArguments().slice(3));
	},
	SendToFriendWithURL: function(from, fromName, url, comment, emls) {
		return this.invoke("SendToFriendWithURL", {"from":from, "fromName":fromName, "url":url, "comment":comment, "emls":emls}, this.SendToFriendWithURL.getArguments().slice(5));
	},
	url: '/ajaxpro/Soda.Ajax.Tools,Site.ashx'
}));
Soda.Ajax.Tools = new Soda.Ajax.Tools_class();


