
function goSubmit() {
	document.subscribe.list.value = (document.subscribe.email.value.indexOf("aol.com") != -1) ? "brand_and_strategy-aol" : "brand_and_strategy";
	if (document.subscribe.select[1].checked)
	{
		document.subscribe.action = "http://lists.customzines.com/subscribe/unsubscribe.tml";
		document.subscribe.url.value = "http://www.customzines.com/goodbye.shtml";
	}
	return true;
}
