addNamespace("html");
html_class = Class.create();
html_class.prototype = (new AjaxPro.Request()).extend({
	getScript: function(html, callback) {
		return this.invoke("getScript", {"html":html}, callback);
	},
	show: function(typename, table, callback) {
		return this.invoke("show", {"typename":typename, "table":table}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/html,App_Web_dnqhdx2x.ashx";
	}
})
html = new html_class();

