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