addNamespace("html3");
html3_class = Class.create();
html3_class.prototype = (new AjaxPro.Request()).extend({
	getScript: function(html, callback) {
		return this.invoke("getScript", {"html":html}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/html3,App_Web_rlodofbt.ashx";
	}
})
html3 = new html3_class();

