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