if(typeof TopSites == "undefined") TopSites={};
if(typeof TopSites._Default == "undefined") TopSites._Default={};
TopSites._Default_class = function() {};
Object.extend(TopSites._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Show: function(contentId) {
		return this.invoke("Show", {"contentId":contentId}, this.Show.getArguments().slice(1));
	},
	url: '/ajaxpro/TopSites._Default,App_Web_67qd-w10.ashx'
}));
TopSites._Default = new TopSites._Default_class();

