/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: wsabstract.com | http://www.wsabstract.com */
function checkcaptcha() {
  var pass=false;
  if (document.insurance.inputcaptcha.value=="MMI"){
  	pass=true;
  };
  if (!pass) {
  	alert ("Please type 'MMI' in the last field");
  	return false;

  }
}
