deletecomment = function(pdebateid, pcommentid) {
	if (confirm(tranhluan_msg_confirm_deletecomment)) {
		location.href=HOST_TRANHLUAN+'debate/dodeletecomment?debateid='+pdebateid+'&commentid='+pcommentid;
	}
}
flagcomment = function(pdebateid, pcommentid, pvalue, pact) {
	location.href=HOST_TRANHLUAN+'debate/doflagcomment?debateid='+pdebateid+'&commentid='+pcommentid+'&value='+pvalue+'&act='+pact;
}
addblacklistdebate = function(pusername, pdebateid) {
	location.href=HOST_TRANHLUAN+'debate/doaddblacklistdebate?debateid='+pdebateid+'&username='+pusername;
}
