/** *Event view page specific odds and ends */ function fireBookingForm( nodeID, goNoGo ){    if( goNoGo == 1 ){        document.getElementById( nodeID ).submit();  }else{        window.alert( 'Please call 800-123-1234 to inquire about availability for this hotel' );  }    return false;}