jQuery.noConflict();

function disableButton(theButton){
  theButton.value="Processing...";
  theButton.disabled = true;
  theButton.form.submit();
  }

function truebody(){
    return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

