if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.WebControls == "undefined") MatchMyPet.WebControls={};
if(typeof MatchMyPet.WebControls.AddTagControl == "undefined") MatchMyPet.WebControls.AddTagControl={};
MatchMyPet.WebControls.AddTagControl_class = function() {};
Object.extend(MatchMyPet.WebControls.AddTagControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddTag: function(entity_id, entity_type, tag_line) {
		return this.invoke("AddTag", {"entity_id":entity_id, "entity_type":entity_type, "tag_line":tag_line}, this.AddTag.getArguments().slice(3));
	},
	url: '/ajaxpro/MatchMyPet.WebControls.AddTagControl,MatchMyPet.ashx'
}));
MatchMyPet.WebControls.AddTagControl = new MatchMyPet.WebControls.AddTagControl_class();

