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

