<!--
function checkData()
{
var correct = true
if (document.getElementById('commenter_name').value == "") {correct = false; alert("How about letting us know who you are? Thanks!")}
if (document.getElementById('commenter_comment').value == "") {correct = false; alert("Forget to say something?")}
return correct
}
//-->
