function OpenComments(entryID) {
     commentUrl = "http://lawver.net/mt/speak.cgi?entry_id=" + entryID + "#comments";
     CommmentWin = window.open(commentUrl,"CommentWin","width=450,height=500,toolbar=no,status=yes,resize=yes,scrollbars=yes,menubar=no,location=no");
}