ALA SA State Conference

Harry and Charlie will together be presenting a discussion on Accident Reconstruction, New Technologies and Implications for Liability at the 2014 ALA SA State Conference on Friday 20th June 2014, at the InterContinetal Hotel, Adelaide

 The Conference program can be found here. Bookings can be made here.

 


function checkWholeForm(theForm) { var why = ""; if (theForm.EmailAddress) if (theForm.EmailAddress.value.length > 0) why += checkEmail(theForm.EmailAddress.value); if (theForm.CaptchaV2) why += isEmpty(theForm.CaptchaV2.value, "Enter Word Verification in box below"); if (why != "") { alert(why); return false; } return true; } // -->