Happy Holidays

Harry and Charlie and all the AAE and VSE team would like to wish everyone a Merry Christmas and a Happy New Year.
At this time of year remember to stay safe on the roads and enjoy the festivities.


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