function terrablanca(){


theword = "";for (var i=0; i < document.TERRABLANCA.STATE.length; i++) {if (document.TERRABLANCA.STATE[i].checked) {theword = document.TERRABLANCA.STATE[i].value; break;}}
customersmail=document.forms.TERRABLANCA.EMAIL.value;
cuslen=customersmail.length;
if (cuslen >5){
if (theword == "SUBSCRIBE"){
alert("Thank you for your subscription to the CarJet mailing list.\nYou have been subscribed as : \n\n"+customersmail+"\n\nOur monthly travelzine Terrablanca is issued on the first\nTuesday of every month.\n\nAs part of the subscription process this page will now refresh\nto the same location.");}else{alert("Your request to remove your email address as:\n\n"+customersmail+"\n\nhas been sent to our mailing list robot successfully. Unsubscribe\nrequests are processed live and you will shortly receive an email\nfrom us confirming your removal from our mailing list. You may re-\nactivate your subscription at any time using this access.\n\nWe look forward to being of service to you again shortly.");}
document.TERRABLANCA.ACCION.value=theword;
document.TERRABLANCA.submit();}

else{alert("Please enter your email address in the box prior to pressing OK");}

}