CTP CRASH 2014

Don't forget CRASH CTP 2014 is on Thursday 20th March 2014 at the Adelaide Town Hall

Register here

 

Charlie and Harry will be attending and looking forward to answering any questions on accident reconstruction in the field of Compulsory Third Party Insurance


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; } // -->