function submitcontactform(aForm)
{
	window.alert(aForm.captcha.value)
	if (aForm.captcha.value==""){
  		return true;
	}
		return false;
}
