Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFrontirReviews: function(strFrontierID, strTargetID) {
		return this.invoke("GetFrontirReviews", {"strFrontierID":strFrontierID, "strTargetID":strTargetID}, this.GetFrontirReviews.getArguments().slice(2));
	},
	GetHotIssueItems: function(intPageNo, intPageSize, strTargetID) {
		return this.invoke("GetHotIssueItems", {"intPageNo":intPageNo, "intPageSize":intPageSize, "strTargetID":strTargetID}, this.GetHotIssueItems.getArguments().slice(3));
	},
	url: '/ajaxpro/Index,App_Web_index.aspx.cdcab7d2.ashx'
}));
Index = new Index_class();

