addNamespace("_default");
_default_class = Class.create();
_default_class.prototype = (new AjaxPro.Request()).extend({
	AjaxGetGalleryImage: function(type, callback) {
		return this.invoke("AjaxGetGalleryImage", {"type":type}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_default,App_Web_ifodnapx.ashx";
	}
})
_default = new _default_class();

