function cmtVote(code,room,no,type){var str="";if(type=="good"){str="추천";}else{str="반대";}
if(window.confirm(":: 관찰자의 말 ::\n\n\n이 흔적을 "+str+"하겠는가?")){window.location.href="./?mode=cmtvote&code="+code+"&room="+room+"&no="+no+"&type="+type;}}
