function nocomment(){
if (document.formmail.comments.value=="")
{
alert('Please type in some comments before submitting the form. Thank you.')
}
else{
}
}