function checkvaluesNEWS(){if(document.news.zipcode.value==""){alert("Please enter your zip code to continue.");return false;}else if(document.news.email.value==""){alert("Please enter your email to continue.");return false;}else{return true;}}document.write("
");