function realAction(){
 trueAction = "http://thukai.net/index.php?x=save!comment";
 trueAction = trueAction.replace(/!/g, "_");
 document.forms.commentform.action = trueAction;
}