addNamespace("html2");
html2_class = Class.create();
html2_class.prototype = (new AjaxPro.Request()).extend({
	getScript: function(html, callback) {
		return this.invoke("getScript", {"html":html}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/html2,App_Web_-ep7s6eb.ashx";
	}
})
html2 = new html2_class();

