function disableButton(theButton)
{
 theButton.value="Wait, Posting your message......";
 theButton.disabled = true;
 theButton.form.submit();
}