if(typeof web == "undefined") web={};
if(typeof web.index == "undefined") web.index={};
web.index_class = function() {};
Object.extend(web.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	setapplication: function(str_lb, str_content) {
		return this.invoke("setapplication", {"str_lb":str_lb, "str_content":str_content}, this.setapplication.getArguments().slice(2));
	},
	url: '/ajaxpro/web.index,App_Web_index.aspx.e4a91b9d.ashx'
}));
web.index = new web.index_class();

