addNamespace("AddFavoriteService");
AddFavoriteService_class = Class.create();
AddFavoriteService_class.prototype = (new AjaxPro.Request()).extend({
	AddToFavorite: function(vid, callback) {
		return this.invoke("AddToFavorite", {"vid":vid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/AddFavoriteService,App_Code.njsi2nl2.ashx";
	}
})
AddFavoriteService = new AddFavoriteService_class();

