addNamespace("Web_IndexUpPicNew");
Web_IndexUpPicNew_class = Class.create();
Web_IndexUpPicNew_class.prototype = (new AjaxPro.Request()).extend({
	getnote: function(id, callback) {
		return this.invoke("getnote", {"id":id}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Web_IndexUpPicNew,App_Web_6zuz5ooz.ashx";
	}
})
Web_IndexUpPicNew = new Web_IndexUpPicNew_class();

