MasterPage_Main_class = function() {};
Object.extend(MasterPage_Main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFrontirReview: function(strFrontierID, strTargetID) {
		return this.invoke("GetFrontirReview", {"strFrontierID":strFrontierID, "strTargetID":strTargetID}, this.GetFrontirReview.getArguments().slice(2));
	},
	GetLoginStatus: function(strTargetID) {
		return this.invoke("GetLoginStatus", {"strTargetID":strTargetID}, this.GetLoginStatus.getArguments().slice(1));
	},
	url: '/ajaxpro/MasterPage_Main,App_Web_main.master.ec608581.ashx'
}));
MasterPage_Main = new MasterPage_Main_class();

