if(typeof MainC == "undefined") MainC={};
MainC_class = function() {};
Object.extend(MainC_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetResponseCode: function(x, y) {
		return this.invoke("GetResponseCode", {"x":x, "y":y}, this.GetResponseCode.getArguments().slice(2));
	},
	url: '/ajaxpro/MainC,NewWeb.ashx'
}));
MainC = new MainC_class();

