addNamespace("HTNet");
HTNet.DispPage_class = Class.create();
HTNet.DispPage_class.prototype = (new AjaxPro.AjaxClass()).extend({
	RetPgSpAdInfo: function(Page, PageTitle) {
		return this.invoke("RetPgSpAdInfo", {"Page":Page, "PageTitle":PageTitle}, this.RetPgSpAdInfo.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/HTNet.DispPage,HTNet.ashx';
	}
});
HTNet.DispPage = new HTNet.DispPage_class();

