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