SA in the Road Safety Spotlight

The National Wine Centre of Australia, Adelaide played host to the 2013 Australasian College of Road Safety (ARCS) Conference on the 6-8 November 2013.

The conference was themed "A Safe System: The Road Safety Discussion"


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