if(typeof UsesControls_ucAddMyFavorite == "undefined") UsesControls_ucAddMyFavorite={};
UsesControls_ucAddMyFavorite_class = function() {};
Object.extend(UsesControls_ucAddMyFavorite_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddFavorite: function(favUrl, favType, favKey, favSpecID) {
		return this.invoke("AddFavorite", {"favUrl":favUrl, "favType":favType, "favKey":favKey, "favSpecID":favSpecID}, this.AddFavorite.getArguments().slice(4));
	},
	url: '/ajaxpro/UsesControls_ucAddMyFavorite,App_Web_ucaddmyfavorite.ascx.4eb42623.ashx'
}));
UsesControls_ucAddMyFavorite = new UsesControls_ucAddMyFavorite_class();

