<!-- Begin

function validateNewsletterForm(theForm)
{	
	return ( checkrequired(theForm) && emailCheck(theForm.from.value) );
}
//  End -->