if(typeof WebIndex_ListNews_Read == "undefined") WebIndex_ListNews_Read={};
WebIndex_ListNews_Read_class = function() {};
Object.extend(WebIndex_ListNews_Read_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	sub_msg: function(strtitle, comm, rcode, scode, pwd) {
		return this.invoke("sub_msg", {"strtitle":strtitle, "comm":comm, "rcode":rcode, "scode":scode, "pwd":pwd}, this.sub_msg.getArguments().slice(5));
	},
	sub_comment: function(strtitle, comm, scode, pwd, auth, isuser, pageid, newsid) {
		return this.invoke("sub_comment", {"strtitle":strtitle, "comm":comm, "scode":scode, "pwd":pwd, "auth":auth, "isuser":isuser, "pageid":pageid, "newsid":newsid}, this.sub_comment.getArguments().slice(8));
	},
	sub_Friend: function(fcode) {
		return this.invoke("sub_Friend", {"fcode":fcode}, this.sub_Friend.getArguments().slice(1));
	},
	url: '/ajaxpro/WebIndex_ListNews_Read,onlineipc.ashx'
}));
WebIndex_ListNews_Read = new WebIndex_ListNews_Read_class();

