// change form action
function realAction(){
   trueAction = "comments!js!verified.asp";
   trueAction = trueAction.replace(/!/g, "_");
   document.forms.bob.action = trueAction;
}
