if(typeof RecomSiteListAjaxService == "undefined") RecomSiteListAjaxService={};
RecomSiteListAjaxService_class = function() {};
Object.extend(RecomSiteListAjaxService_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHtml: function(intcount) {
		return this.invoke("GetHtml", {"intcount":intcount}, this.GetHtml.getArguments().slice(1));
	},
	url: '/ajaxpro/RecomSiteListAjaxService,App_Code.ashx'
}));
RecomSiteListAjaxService = new RecomSiteListAjaxService_class();

