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

