
function gtMail(his_id) {
  if ( document.getElementById(his_id).value != "5") 
    {document.getElementById(his_id).value ='nospam'};
} 

