Well, where you attach your validation code here:
<input name="email" type="text" class="text" id="email"
onblur="MM_validateForm('name','','R','email','','RisEmail');
return document.MM_returnValue" />
so the only time the script checks the fields is when you leave the e-mail...