  function coupon(){
  var password = document.couponform.password.value; 
  if (password == "roaddumb") { 
  location ="in.html" 
  } 
  else { 
  alert("Incorrect. If you are a current student and have forgotten your password please contact us.");
	setFocus("password");
	return false;
  } }
