// JavaScript Document
function SubmitIt() {
	if (document.enews.request[1].checked == true) {
		//Switching the action to unsubscribe parameter file
		document.enews.action="/htbin/formproc/salazar/enews-unsubscribe.txt&display=/salazar/enews-thankyou.shtml";
	}
		
}