addNamespace("photogx");
photogx.recommend_class = Class.create();
photogx.recommend_class.prototype = (new AjaxPro.Request()).extend({
	AddToFavorites: function(pid, callback) {
		return this.invoke("AddToFavorites", {"pid":pid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/photogx.recommend,photogx.ashx";
	}
})
photogx.recommend = new photogx.recommend_class();


