if(typeof Wke == "undefined") Wke={};
if(typeof Wke.Presentation == "undefined") Wke.Presentation={};
if(typeof Wke.Presentation.WebControls == "undefined") Wke.Presentation.WebControls={};
Wke.Presentation.WebControls.HtmlViewerControl_class = function() {};
Object.extend(Wke.Presentation.WebControls.HtmlViewerControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadInnerHtml: function(hash) {
		return this.invoke("LoadInnerHtml", {"hash":hash}, this.LoadInnerHtml.getArguments().slice(1));
	},
	url: '/ajaxpro/Wke.Presentation.WebControls.HtmlViewerControl,Wke.Presentation.ashx'
}));
Wke.Presentation.WebControls.HtmlViewerControl = new Wke.Presentation.WebControls.HtmlViewerControl_class();

