addNamespace("News_index");
News_index_class = Class.create();
News_index_class.prototype = (new AjaxPro.Request()).extend({
	Getphoto: function(callback) {
		return this.invoke("Getphoto", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/News_index,WEB_deploy.ashx";
	}
})
News_index = new News_index_class();

