function formVal(){	Event.observe('bookform', 'submit', chForm);}// FORM VALIDATIONfunction chForm(e){			alert("Sail Nassau Is not currently taking bookings. We apologise for the inconvenience.");			Event.stop(e);}