function getAccess(form)

{
	
      if (form.zipcode_code.value == "30602")
      {	window.location = "http://ncate.coe.uga.edu/webfeedback_form.html" }
      else{	
        window.location = "http://ncate.coe.uga.edu/contact/error-client.html"
      }
      

}

