Home_class = function() {};
Object.extend(Home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BugReport: function(url, description) {
		return this.invoke("BugReport", {"url":url, "description":description}, this.BugReport.getArguments().slice(2));
	},
	url: '/ajaxpro/NetRanking.Web.Page.Intro.Home,NetRanking.Web.ashx'
}));
Home = new Home_class();


