addNamespace("MatchCore.UIControls.PortraitDisplay.Modules");
MatchCore.UIControls.PortraitDisplay.Modules.MatchWords_class = Class.create();
MatchCore.UIControls.PortraitDisplay.Modules.MatchWords_class.prototype = (new AjaxPro.Request()).extend({
	AddMatchWord: function(profileUserId, themUserId, tag, callback) {
		return this.invoke("AddMatchWord", {"profileUserId":profileUserId, "themUserId":themUserId, "tag":tag}, callback);
	},
	AddMatchWordToLoggedInUsersProfile: function(themUserId, tag, callback) {
		return this.invoke("AddMatchWordToLoggedInUsersProfile", {"themUserId":themUserId, "tag":tag}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/MatchCore.UIControls.PortraitDisplay.Modules.MatchWords,MatchClassLibraries.ashx";
	}
})
MatchCore.UIControls.PortraitDisplay.Modules.MatchWords = new MatchCore.UIControls.PortraitDisplay.Modules.MatchWords_class();
