if(typeof bbs == "undefined") bbs={};
if(typeof bbs.ForumDetailByTopIC == "undefined") bbs.ForumDetailByTopIC={};
bbs.ForumDetailByTopIC_class = function() {};
Object.extend(bbs.ForumDetailByTopIC_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkPwd: function(UserID, Pwd) {
		return this.invoke("checkPwd", {"UserID":UserID, "Pwd":Pwd}, this.checkPwd.getArguments().slice(2));
	},
	url: '/ajaxpro/bbs.ForumDetailByTopIC,bbs.ashx'
}));
bbs.ForumDetailByTopIC = new bbs.ForumDetailByTopIC_class();

