if(typeof show_index == "undefined") show_index={};
show_index_class = function() {};
Object.extend(show_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Ding: function(userId, photoId) {
		return this.invoke("Ding", {"userId":userId, "photoId":photoId}, this.Ding.getArguments().slice(2));
	},
	url: '/ajaxpro/show_index,App_Web_8ud163pt.ashx'
}));
show_index = new show_index_class();

