addNamespace("WebUI.Interlocution");
WebUI.Interlocution.Index_class = Class.create();
Object.extend(WebUI.Interlocution.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AskBind: function(iTop, iType) {
		return this.invoke("AskBind", {"iTop":iTop, "iType":iType}, this.AskBind.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/WebUI.Interlocution.Index,WebUI.ashx';
	}
}));
WebUI.Interlocution.Index = new WebUI.Interlocution.Index_class();

